.aboutus-container{
    margin-top: 100px;
    border-radius: 100px;
    padding: 0 50px;
}

.about-section {
    padding: 50px 50px;
    border-radius: 20px;
    background: url(images/aboutus_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.about-text h2 {
    font-weight: bold;
    color: #000;
}
.about-text p {
    font-size: 1rem;
    color: #333;
}
.about-btn{
    background-color: #f4a900;
    color: rgb(0, 0, 0);
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    transition: 0.3s;
}
.about-btn:hover {
    background-color: #d98b00;
    color: white;
}
.about-image {
    max-width: 90%;
    border-radius: 20px;
    transition: transform 0.6s ease-in-out;
    /* animation: zoomInOut 3s infinite alternate ease-in-out; */
}

/* @keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
} */

/* mission and vission */
.mision-vision-container{
   width: 100%;
   height: 50vh;
   padding: 0;
}
.active-tab {
    font-weight: bold;
    color: black !important;
    position: relative;
    cursor: pointer;
}
.active-tab::after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: orange;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    cursor: pointer;
}
.dot_vector{
    position: absolute;
    right: 0;
    
    
}
.ellipse_vector{
    position: absolute;
    left: 0;
    
}

.vision-content{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.3rem;
}
.vision-content p:nth-child(2){
    margin-left: 20px;
}
.mission-content{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.3rem;
}
.mission-content p:nth-child(2){
    margin-left: -33px;
}


/* working technology */
.working-technology{
    width: 100%;
    height: 90vh;
    background-color: #fcfcfc;
    padding: 40px 70px;
}
.active-btn {
    background-color: orange !important;
    color: rgb(0, 0, 0) !important;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 14px -3px #ffdb9a;
}
.content-box {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.working-nav{
    width: 50%;
    margin: 0 auto;
}
.working-nav button{
    border: none;
    background-color: white;
    
}
.content-box.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.frontend-card-box{
    width: 300px;
    height: 400px;
    border-radius: 15px;
    background:url(images/frontendELlipse.png);
    background-repeat: no-repeat;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: white;
}
.backend-card-box{
    width: 300px;
    height: 400px;
    border-radius: 15px;
    background:url(images/backend-ellipse.png);
    background-repeat: no-repeat;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: white;
}
.networking-card-box{
    width: 300px;
    height: 400px;
    border-radius: 15px;
    background:url(images/networking-ellipse.png);
    background-repeat: no-repeat;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: white;
}
.testing-card-box{
    width: 300px;
    height: 400px;
    border-radius: 15px;
    background:url(images/testing-ellipse.html\ \(1\).png);
    background-repeat: no-repeat;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: white;
}

.working-text-underline-vector{
    position: absolute;
    left: 650px;
    width: 10%;
}
.working-dot-vector{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30%;
   
}
.rocket-vector{
    position: absolute;
    right: 0px;
    width: 8%;
   
}
 /* incubator section */
 .incubator-container{
    background-color: #fff8f4;
    height: 80vh;
 }
.header-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding-top: 50px;
    color: #0D1B2A;
    margin-bottom: 20px;
}
.subtext {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    color: #555;
}

.focus-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.focus-content {
    max-width: 600px;
}
.focus-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.focus-item img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.focus-text h5 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}
.focus-text p {
    margin: 0;
    font-size: 18px;
    color: #666;
}
.image-container img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.incubator-half-ellipse{
    position: absolute;
    bottom: 0;
    right: 0;
}
.incubator-start-vector{
    position: absolute;
    right: 0;
    top: 100px;
    width: 10%;
}
.incubator-full-ellipse{
    position: absolute;
    left: 50px;
    width: 60px;
}
.incubator-undeline-vector{
    position: absolute;
    width: 10%;
    top: 85px;
    left: 700px;
}
@keyframes rotate360 {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.rotate-img {
    animation: rotate360 3s linear infinite;
}
/* employee-section */
.employee-container{
    width: 100%;
    height: 85vh;
    overflow-y: hidden;
}
.nav-tabs {
    color: #000000;
    font-weight: bolder;
    width: 70%;
    margin-top: 20px;
   background-color: #ececec;
   text-decoration: none;
   border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 0px;
    flex-wrap: wrap;
    margin: auto;
    font-size: 1.1rem;
}
.nav-tab{
    color: black;
    padding-top: 30px;
}

.nav-tabs .nav-tab.active {
    background-color: #0a033c;
    color: white;
    padding: 25px 20px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}
.hover-nav{
    background-color: #d98b00;
}
.tab-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border-right: 3px;
    height: max-content;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 70%;
}
.employee-undeline-vector{
    position: absolute;
    top: 45px;
    left: 690px;
    width: 180px;
}







/* responsive section */
@media (max-width: 1024px) {
    .aboutus-container{
        flex-direction: column;
    }
    .about-image {
        width: 30%;
       
    }
    .working-nav{
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-section{
        background: url(images/aboutus_tablet_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 50px;
    }
    .about-image {
        width: 30%;
        padding-right: 150px;
        
    }
    .btn-group {
        flex-direction: column;
    }
    .content-box {
        text-align: center;
    }
    .mision-vision-container{
        width: 100%;
        height: 40vh;
        padding: 0 80px;
     }
    .vision-content{
        font-size: 0.9rem;
        justify-items: center;
    }
    .mission-content{
        font-size: 0.9rem;
        justify-items: center;
    }
    .dot_vector{
     display: none;  
    }
    .ellipse_vector{
        display: none;  
        
    }
    .working-text-underline-vector{
        left: 280px;
        width: 20%;
    }
    .working-technology{
        width: 100%;
        height: 210vh;
    }
    .working-dot-vector{
        width: 150px;
        height: 150px;
        top: 50px;
    }
    .aboutus-courses-box{
        gap: 20px;
    }
    .incubator-undeline-vector{
        left: 310px;
        width: 100px;
    }
    .employee-undeline-vector{
        left: 300px;
    }
    .employee-container{
        height: 120vh;
    }
    .incubator-container{
        height: 150vh;
    }
   
}


@media (max-width: 480px) {
    
    .about-section{
        background: url(images/aboutus_tablet_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }
    .aboutus-container{
        padding: 0%;
    }
    .about-image {
        max-width: 80%;
       
    }
    .btn-group {
        flex-direction: column;
    }
    .content-box {
        text-align: center;
    }
    .mision-vision-container{
        width: 100%;
        height: 50vh;
        padding: 0 80px;
     }
    .vision-content{
        font-size: 0.9rem;
        justify-items: center;
    }
    .mission-content{
        font-size: 0.9rem;
        justify-items: center;
    }
    .mission-content p:nth-child(2){
        margin-left: 0px;
    }
    .dot_vector{
     display: none;  
    }
    .ellipse_vector{
        display: none;  
        
    }
    .vision-content p:nth-child(2){
        margin-left: -2px;
    }
    .working-text-underline-vector{
        left: 230px;
        width: 20%;
    }
    .working-technology{
        width: 100%;
        height: 360vh;
        padding: 40px 40px;
    }
    .incubator-undeline-vector{
        left: 240px;
    }
    .aboutus-courses-box{
        gap: 20px;
    }
    .employee-container{
        height: 160vh;
    }
    .incubator-container{
        height: 170vh;
    }
    .image-container img{
        width: 70%;
    }
    .employee-undeline-vector{
        left: 180px;
    }
    
}

@media (max-width: 425px) {
    .about-section{
        background: url(images/aboutus_tablet_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }
    .about-image {
        max-width: 10%;
       
    }
    .btn-group {
        flex-direction: column;
    }
    .content-box {
        text-align: center;
    }
    .mision-vision-container{
        width: 100%;
        height: 50vh;
        padding: 0 80px;
     }
    .vision-content{
        font-size: 0.5rem;
        justify-items: center;
    }
    .mission-content{
        font-size: 0.5rem;
        justify-items: center;
    }
    .dot_vector{
     display: none;  
    }
    .ellipse_vector{
        display: none;  
        
    }
    .vision-content p:nth-child(2){
        margin-left: -2px;
    }
    .working-text-underline-vector{
        left: 244px;
        width: 20%;
    }
    .working-technology{
        width: 100%;
        height: 100vh;
    }
    .aboutus-courses-box{
        gap: 20px;
    }
    .incubator-container{
        height: 170vh;
    }
    .image-container img{
        width: 70%;
    }
    .employee-undeline-vector{
        left: 180px;
        top: 100px;
    }
}


/* Button Styling */
.btn-view {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #FBC02D;
    border-radius: 30px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.btn-view:hover {
    background-color: #FBC02D;
}
.btn-view span {
    margin-left: 10px;
    font-size: 20px;
}

.text-content {
    max-width: 500px;
    padding-left: 40px; /* Added more left padding */
}
.text-content h3 {
    color: #0053C2;
    font-weight: bold;
}
.text-content p {
    font-size: 0.95rem;
    color: #555;
}



.Driving-section {
    position:absolute;
    text-align: center;
    padding: 50px 20px;
}
.description {
    max-width: 800px;
    margin: auto;
    font-size: 1rem;
    color: #555;
}
.content-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    gap: 80px; /* Increased gap between image and text */
}
.image-container {
    position: relative;
    width: 420px; /* Slightly increased */
    height: 320px; /* Slightly increased */
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/Vector%20(1.html).png") no-repeat center center;
    background-size: cover;
    opacity: 0.6; /* Adjusted opacity */
}
.main-image {
    position: relative;
    width: 70%; /* Reduced width */
    height: auto;
    z-index: 1;
}

.Spring-image {
    position: absolute;
    bottom: -1px;
    right: 1338px;
}

.Star1-image {
    position: absolute;
    bottom: 10px;
    right: 138px;
}

.Frame-image{
    position: absolute;
    bottom: -27px;
    right: 691px;
}
                   
               /* ------------2nd---------- */


/* Section Styling */
.sections {
    padding: 60px 20px;
    margin-left: 75px;
}


.content h2 {
    color: #0053C2;
    font-weight: bold;
}
.content p {
    font-size: 0.95rem;
    color: #555;
}


/* Image Section */
.image-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image Wrapper with Background */
.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url('images/Vector%2012.png') no-repeat center;
    background-size: cover;
    z-index: 0;
}

.image-wrapper img {
    position: relative;
    z-index: 1;
    max-width: 80%; /* Adjust as needed */
    max-height: 450px; /* Set desired height */
}


              /* -------------3rd------------ */
              .smart-section {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                padding: 50px 20px;
                gap: 80px; /* Increased gap between image and text */
            }
            .picture-container {
                position: relative;
                width: 420px; /* Slightly increased */
                height: 320px; /* Slightly increased */
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .main-picture {
                position: relative;
                width: 70%; /* Reduced width */
                height: auto;
                z-index: 1;
            }

         

            /* ---------4th------- */

/* Section Styling */
.Virtualization-section {
    padding: 60px 0;
    margin-left: 75px;
}


.Virtualization h2 {
    color: #0053C2;
    font-weight: bold;
}
.Virtualization p {
    font-size: 0.95rem;
    color: #555;
}


/* Image Section */
.image-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image Wrapper with Background */
.picture-wrapper {
    position: relative;
    display: inline-block;
}

.picture-wrapper img {
    position: relative;
    z-index: 1;
    max-width: 80%; /* Adjust as needed */
    max-height: 450px; /* Set desired height */
}


      /* ------------5th-------- */

      .Cloud-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 50px 20px;
        gap: 80px; /* Increased gap between image and text */
    }
    
    .images1-container {
        position: relative;
        width: 420px; /* Slightly increased */
        height: 320px; /* Slightly increased */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .images1-picture {
        position: relative;
        width: 70%; /* Reduced width */
        height: auto;
        z-index: 1;
    }

/* Common Styling for Background Images */
.section-bg {
    position: absolute;
    width: 150px; /* Reduced size */
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3; /* Reduced visibility for a subtle effect */
    z-index: -1;
}

/* Ensure parent sections have relative positioning */
.Driving-section,
.content-section,
.section,
.smart-section,
.Virtualization-section,
.Cloud-section {
    position: relative;
}


/* ------------Expert-section--------- */

.expert-section {
    position: relative;
    margin-top: 35px;
    text-align: center;
    background-color: #FFF8E5;
    padding: 40px 20px;
    overflow: hidden; /* Removed horizontal scroll */

}

.expert-title {
    font-size: 28px;
    font-weight: bold;
    color: #12143d;
}

.trainer-card {
    position: relative;
    overflow: hidden;
    max-width: 230px; /* Adjusted for better fit */
    height: 150px;
    flex-shrink: 0;
    border-radius: 10px;
    margin-top: 30px;
}

.trainer-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

.trainer-info {
    bottom: 0;
    width: 167px;
    background: #FFFFFF;
    text-align: center;
    padding: 11px 0;
    border-radius: 20px;
    margin-left: 32px;
    bottom: 36px;
    transition: background-color 0.3s ease-in-out;
    opacity: 1.9;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
}

.trainer-card:hover .trainer-info {
    background: linear-gradient(to bottom, #FFDDC1 60%, #F1C232 40%);
}

/* Hide role and rectangle by default */
.trainer-info .role, .trainer-info .role-img {
    display: none;
}

/* Show role and rectangle on hover */
.trainer-card:hover .trainer-info .role,
.trainer-card:hover .trainer-info .role-img {
    display: block;
}

.trainer-info .role {
    font-size: 14px;
    color: #333;
    margin-top: 3px;
}

.trainer-info .role-img {
    margin-left: 65px;
    width: 30px;
    height: auto;
    margin-top: 15px;
}

.trainer-info h3 {
    font-size: 16px;
    color: #12143d;
    margin: 5px 0 2px;
}

.trainer-info p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.trainer-container {
    display: flex;
    justify-content: center;
    gap: 2px; /* Reduced gap */
    padding-bottom: 0px; /* Removed extra space */
    flex-wrap: nowrap;
    overflow: hidden; /* Ensures no scrollbar appears */
}

.trainer-overlay {
    width: 80%;
    border-radius: 10px;
}

.background-img {
    position: absolute;
    top: 5px;
    right: -74px;
    width: 10%;
    overflow: hidden;
    z-index: 1;
}

/* Vector image styling */
.icon-img {
    position: absolute;
    top: 104px;
    left: 247px;
    width: auto;
    z-index: 2;
}

         /* ---------------Moc Certified--------- */

         .certified-section {
            text-align: center;
            padding: 50px 20px;
            position: relative;
        }
        .dot-image {
            position: absolute;
            top: 10px;
            left: 5%;
            width: 15%;
            max-width: 200px;
        }
        .arrow-image {
            position: absolute;
            bottom: 10px;
            right: 5%;
            width: 10%;
            max-width: 100px;
        }
        /* .sparkle-image {
            position: absolute;
            top: 15%;
            right: 10%;
            width: 10%;
        } */
        .certified-box img {
            width: 100%;
            max-width: 900px;
            height: auto;
        }
        .pagination-dots {
            margin-top: 12px;
            display: flex;
            justify-content: center;
            gap: 5px; 
        }
        .dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ccc;
            cursor: pointer;
        }
        .dot.active {
            background-color: #f4b400;
        }
        

        /* -----------Poc Section-------- */
        .poc-title {
            text-align: center;
            font-weight: bold;
            font-size: 2.8rem;
            margin-top: 30px;
        }
        .sub-heading {
            margin-bottom: 40px;
            margin-top: 42px;
            text-align: center;
            font-size: 2.5rem;
            font-weight: bold;
            display: inline-block;
            padding: 12px 25px;
            position: relative;
            z-index: 1;
        }
        
        /* Background Animation */
        .sub-heading::before,
        .sub-heading::after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            background: #FDFBD4;
            z-index: -1;
            border-radius: 50% / 100%;
            transition: transform 0.5s ease-in-out;
            animation: waveBackground 2s infinite alternate ease-in-out;
        }
        
        .sub-heading::before {
            top: 0;
        }
        
        .sub-heading::after {
            bottom: 0;
        }
        
        /* Animation */
        @keyframes waveBackground {
            0% {
                transform: skewY(0deg);
                border-radius: 50% / 90%;
            }
            100% {
                transform: skewY(-10deg);
                border-radius: 50% / 100%;
            }
        }
        .card-section {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 20px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        .info-card {
            width: 31%;
            min-width: 250px;
            padding: 35px;
            text-align: center;
            border-radius: 20px;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            margin: 10px;
            border: 3px solid; /* Darker border */
            position: relative;
        }
        .info-card h5 {
            font-weight: bold;
            margin-bottom: 10px;
        }
        .info-card p {
            font-size: 0.95rem;
            color: #555;
        }
        .arrow-pic {
            position: absolute;
            bottom: -68px;
            right: 873px;
        }
        
        /* Icon Styling */
        .card-icon {
            width: 50px;
            height: 50px;
            display: block;
            margin: 0 auto 15px; /* Centered at the top */
        }
        
        /* Background Colors & Dark Borders */
        .pink { background-color: #fff2f5; border-color: #ffc2d1; border-width: 1px; }  /* Softer pink */
        .yellow { background-color: #fffdeb; border-color: #ffeb99; border-width: 1px; }  /* Softer yellow */
        .blue { background-color: #f2f8ff; border-color: #b3d1ff; border-width: 1px; }  /* Softer blue */
        .green { background-color: #f2fff9; border-color: #99e6c9; border-width: 1px; }  /* Softer green */
        .purple { background-color: #fbf2ff; border-color: #e6b3ff; border-width: 1px; }  /* Softer purple */


        .info-card.pink h5 { color: #FF0055; }
        .info-card.yellow h5 { color: #906906; }
        .info-card.blue h5 { color: #00215D; }
        .info-card.green h5 { color: #038E84; }
        .info-card.purple h5 { color: #CD00DF; } 



        /* Footer-section */

        .footer-section {
            background-color: #050026;
            color: #ffffff;
            padding: 40px 20px;
            margin-top: 100px;
        }
        
        .footer-logo {
            font-size: 24px;
            font-weight: bold;
        }
        
        .footer-address {
            margin-bottom: 15px;
        }
        
        .footer-links h5 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        
        .footer-links ul {
            list-style: none;
            padding: 0;
        }
        
        .footer-links ul li {
            margin-bottom: 8px;
        }
        
        .footer-links ul li a {
            text-decoration: none;
            color: #ffffff;
        }
        
        .footer-images img {
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }
        
        .copyright {
            margin-top: 20px;
            text-align: center;
            font-size: 14px;
        }
        



/* -------Responsive-------- */

/* Media Queries */
@media (max-width: 1024px) {
    .content-section,
    .smart-section,
    .Virtualization-section,
    .Cloud-section {
        flex-direction: column;
        gap: 30px;
    }

    .text-content {
        text-align: center;
        max-width: 100%;
    }

    .image-container,
    .picture-container,
    .images1-container {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .btn-view {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .btn-view span {
        font-size: 1rem;
    }

    .text-content {
        padding: 10px;
    }

    .image-container,
    .picture-container,
    .images1-container {
        max-width: 90%;
    }
    .main-picture{
        width: 90%;
    }
    .main-images1{
        width: 100%;
    }
    .sections{
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .content-section,
    .smart-section,
    .Virtualization-section,
    .Cloud-section {
        gap: 20px;
    }

    .btn-view {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .text-content {
        font-size: 0.9rem;
        padding: 5px;
    }

    .image-container,
    .picture-container,
    .images1-container {
        max-width: 90%;
    }

   .section {
        padding: 60px 0;
    margin-left: -20px;
}
   .content h2 {
    margin-top: -71px;
    text-align: center;
    color: #0053C2;
    font-weight: bold;
}
.picture-wrapper img{
    width: 90%;
}
.Virtualization-section{
    margin-left: 5px;
}
}





/* --------responsive------------- */

/* ---expert section---- */
/* Responsive Styles */
@media (max-width: 1024px) {
    .expert-title {
        font-size: 24px;
    }
    
    .trainer-container {
        gap: 15px;
    }
    
    .trainer-card {
        max-width: 200px;
        height: 300px;
    }
    
    .trainer-info {
        border-radius: 18px;
        margin-bottom: -5px;
        margin-left: 28px;
        width: 72%;
        padding: 8px 0;
    }

}

@media (max-width: 768px) {
    .expert-title {
        font-size: 22px;
    }
    
    .trainer-container {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .trainer-card {
        max-width: 180px;
        height: 80px;
    }
    
    .trainer-info {
        width: 90%;
        padding: 6px 0;
    }

    .trainer-info {
        border-radius: 16px;
        margin-bottom: -8px;
        margin-left: 25px;
        width: 100%;
        padding: 6px 20px;
    }
}

@media (max-width: 480px) {
    .expert-title {
        font-size: 20px;
    }
    
    .trainer-container {
        flex-direction: column;
        align-items: center;
    }
    
    .trainer-card {
        max-width: 100%;
        height: auto;
    }
    
    .trainer-img {
        height: 250px;
    }
    
    .trainer-info {
        border-radius: 16px;
        margin-bottom: -8px;
        margin-left: 25px;
        width: 97%;
        padding: 10px 40px;
        text-align: center;
    }

    .trainer-info .role-img {
        margin-left: 52px;
        width: 30px;
        height: auto;
        margin-top: 15px;
    }
    .Star1-image{
        display: none;
    }
}

 /* ---------moc section------- */

 @media (max-width: 1024px) {
    .dot-image {
        left: 3%;
    }
    .arrow-image {
        right: 3%;
    }
}

@media (max-width: 768px) {
    .dot-image {
        width: 12%;
    }
    .arrow-image {
        width: 8%;
    }
    .sparkle-image {
        width: 8%;
    }
}

@media (max-width: 480px) {
    .certified-section {
        padding: 30px 10px;
    }
    .dot-image {
        width: 10%;
    }
    .arrow-image {
        width: 7%;
    }
}


/* ---------POC section----- */

@media (min-width: 768px) {
    .info-card {
        width: 45%;
    }
}

@media (min-width: 1224px) {
    .info-card {
        width: 30%;
    }
}