body {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Lemon Milk' !important;
    src: url('./fonts/LEMONMILK-Regular.otf') format('opentype') !important;
    font-weight: normal;
    font-style: normal;
}
.infinity-logo-container {
    position: relative;
    z-index: 10;
    padding: 5px;
    border: 1px solid #ccc; /* Light border color */
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.2),   /* Bottom-right shadow */
        -4px -4px 8px rgba(0, 0, 0, 0.1), /* Top-left shadow */
        4px -4px 8px rgba(0, 0, 0, 0.1),  /* Top-right shadow */
        -4px 4px 8px rgba(0, 0, 0, 0.1);  /* Bottom-left shadow */
    margin-top: 15px;    
}

.arithmetic-logo-infinitypng-icon {
    width: 50px;
    height: auto;
}
.arithmetic-olympiad-icon {
    width: 40px;
    height: auto;
    margin-right: 20px;
    margin-left: 0;
    margin-top: -5px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.social-media img {
    width: 50px;
    height: auto;
}
.social-media{
    display: none;
}
.join-now-btn {
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 8px 17px;
    border-radius: 5px;
}
.join-now-btn a {
    color: white;
    text-decoration: none;
}
.custom-line {
    background-color: rgba(206, 202, 202, 0.582);
    height: 1px;
    margin-top:10px;
}

.infosmartkidzcoin, .a {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: black;
}

.navbar {
    margin-top: 0;
    margin-bottom: 0;

}
.collapse{
    margin-left: 450px;
}


.navbar-brand {
    font-weight: 600;
    color: #ff5722 !important;
    padding-right: 5px;
    line-height: 22px;
    font-size: 18px;
    margin-bottom:2px;
}
.nav-item {
    font-weight: 420;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Raleway', sans-serif !important;
}
.nav-link {
    color: black !important;
    display: flex;
    align-items: center;
}
.nav-link .mingcutedown-line-icon,
.nav-link .mingcutedown-line-icon1 {
    margin-left: 5px;
    width: 10px;
    height: auto;
}
.follow-us{
    font-weight: 420;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Raleway', sans-serif !important;
}
.social-media img {
    width: 40px;
    height: auto;
}

/* Small screens (up to 767px) */
@media (max-width: 767px) {
    .container3 {
        padding: 10px;
    }

    .arithmetic-logo-infinitypng-icon {
        width: 40px;
    }

    .arithmetic-olympiad-icon {
        width: 100px;
        height: auto;
    }

    .contact-info {
        flex-direction: column;
        align-items: center;
    }

    .social-media img {
        width: 35px;
    }

    .navbar {
        margin-left: 10px;
        margin-right: 10px;
    }

    .navbar-brand {
        font-size: 16px !important;
    }
    .navbar-toggler{
        font-size: 14px !important;
    }

    .nav-item {
        font-size: 15px;
    }

    .follow-us {
        font-size: 15px;
    }
}

/* Medium screens (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .container3 {
        padding: 5px;
    }

    .arithmetic-logo-infinitypng-icon {
        width: 45px;
    }

    .arithmetic-olympiad-icon {
        width: 130px;
    }

    .contact-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-media img {
        width: 45px;
    }

    .navbar {
        margin-left: 30px;
        margin-right: 30px;
    }

    .navbar-brand {
        font-size: 17px;
    }

    .nav-item {
        font-size: 16px;
    }

    .follow-us {
        font-size: 16px;
    }
}

/* Large screens (992px and up) */
@media (min-width: 992px) {
    .container3 {
        padding: 10px;
    }

    .arithmetic-logo-infinitypng-icon {
        width: 50px;
    }

    .arithmetic-olympiad-icon {
        width: 150px;
    }

    .contact-info {
        justify-content: flex-end;
    }

    .social-media img {
        width: 50px;
    }

    .navbar {
        margin-left: 60px;
        margin-right: 50px;
    }

    .navbar-brand {
        font-size: 18px;
    }

    .nav-item {
        font-size: 17px;
    }

    .follow-us {
        font-size: 17px;
    }
    
}

.math-olympiad-logo-1 {
position: absolute;
top: calc(50% - 42px);
overflow: hidden !important;
width: 140px;
height: 85px;
object-fit: cover;
}

.math-arithmetic-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.math-arithmetic-logo-wrapper {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.logo-pair,
.logo-pair1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: white;
    overflow: hidden !important;
    flex-shrink: 0;
    position: relative;
}

.arithmetic-logo-1 {
    width: 140px;
    height: 120px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .math-arithmetic-logo{
        gap:0;
    }
}
@media (max-width: 478px) {
    .arithmetic-logo-1 {
    width: 120px;
    height: 70px;
    }
    .math-olympiad-logo-1{
        margin-top: 5px;
        width: 120px;
        height: 70px;
    }

    .arithmetic-logo-1 {
    height: 80px;
    }

    .math-arithmetic-logo-wrapper {
    gap: 10px;
    }
    .math-arithmetic-logo {
        gap: 0;
    }

    .logo-pair,
    .logo-pair1 {
    height: 70px;
    }
}
@media (max-width: 368px) {
    .math-arithmetic-logo {
        flex-direction: column;
        gap: 0 !important; /* Adjust the gap between logos for better spacing */
    }
}
.top-bar {
            
            font-size: 14px;
            padding: 5px 0;
            width:100%;
        }
        
        .social-icons a {
            color: #333;
            margin-left: 15px;
            text-decoration: none;
            
        }
        
        
        .social-icons a:hover {
            color: #0056b3;
        }
        .label{
            position: absolute;
            z-index: 10;
            
            left:12%;
            top:-32px;
        }
        .label img{
            height: 100px;
        }
        .label-1{
            position: absolute;
            z-index: 10;
            
            left:27%;
            top:-32px;
        }
        .label-1 img{
            height: 100px;
        }
        @media (max-width: 1200px) {
            .collapse{
                margin-left: 300px ;
            }
            .label-1{
                left:30%;
                top:-32px;

            }
            .label{
                top:-32px;
                left: 14%;
            }
            .label img{
                height:100px;

            }
            .label-1 img{
                height:100px;
            }
        }
        @media (max-width: 992px) {
            .label, .label-1{
                display: none;
            }
            .collapse{
                margin-left: 0;
            }
            .navbar{
                padding:10px;
                background-color: white !important;
            }
            .bg-light{
                background-color: none;
            }
            .social-media{
                display: flex;
            }
        }
        .top-actions {
    display: none; /* Hidden by default */
    background-color: #f8f9fa;
    padding: 5px 0;
    width:100%;
    gap:5px;
}

.top-actions .action-item {
    flex: 1;
    text-align: center;
}

.top-actions .action-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    
}

.buy-books a { background-color: #004AAD; color: white; margin-left:0 !important;}
.mock-test a { background-color: red; color: white; margin-left:0 !important;}
.cart a { background-color: #004AAD; color: white; margin-left:0 !important;}

.action-item a {
    padding: 8px;
    
    width: 100%;
}

@media (max-width: 991px) {
    .top-actions {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        width:100%;
    }
    .top-actions img{
        width:20px;
        height:20px;
        
    }
    .login{
        display: none;
    }
    .action-item{
        margin-left:0 !important;
    }
    .action-item img{
        margin-left:10px;
    }
    .navbar-1{
        padding-top:0;
    }
    .top-bar{
        display: none;
    }
    .infinity-logo-container {
        margin-top: 0;
    } 
    .nav-link.navbar-brand {
            
        background-color: white !important;
        box-shadow: none !important;
    }  
    
}
@media (max-width: 576px) {
    .top-actions{
        gap:2px;
    }
}
@media (max-width: 380px) {
    
    .top-actions img{
        width:15px;
        height:15px;
    }
    .action-item a{
        margin-left:0 !important;
        font-size: 12px !important;
    }
    .navbar-1{
        padding-top:0;
    }    
}

.nav-item {
            perspective: 1000px !important;
        }
        .nav-link {
            position: relative;
            transition: transform 0.6s !important;
            transform-style: preserve-3d !important;
        }
        .nav-link::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #f8f9fa;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: rotateX(180deg) !important;
            backface-visibility: hidden;
            border-radius: 4px;
            
        }
        .nav-item:hover .nav-link {
            transform: rotateX(360deg) !important;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
            background-color: #f5f2f2;
        }
        .nav-link.navbar-brand {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            background-color: #f5f2f2;
        }
        .nav-link.navbar-brand::before {
            color: #ff5722;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .nav-link.navbar-brand::after {
            box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
        }


/* Home Page Banner Styles */
     /* Home Page Banner Styles */
     .home-page-banner {
        background-color: #0b3776;
        padding: 50px 10px;
        color: white;
    }
    .frame-div {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .left-column, .middle-column, .right-column {
        flex: 1;
    }
    .right-column{
        max-width:22%;
       margin-right: 10px !important;
       margin-top: 15px;
    }
    .middle-column{
        margin-left: -20px;
        max-width:40%;
    }
   .left-column{
        max-width: 30%;
        margin-top:20px ;
   }
    #mainCarousel {
        width: 100%;
        max-width: 330px;
        margin: 10px auto;
    }
    
    .carousel-item {
        height: 290px;
    }
    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sharpen-your-skills {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.4;
        font-family: 'Lemon Milk', sans-serif;
        color: white;
        border-bottom: 4px solid rgba(145, 144, 144, 0.692);
        padding-bottom: 10px;
        text-align: center;
    }
    .unlock-your-potential {
        font-size: 16px;
        line-height: 1.6;
        font-family: 'Raleway', sans-serif;
        text-align: justify;
    }
    .journey-title {
        text-align: center;
        border-bottom: 3px solid gray;
        padding-bottom: 10px;
        font-family: 'Lemon Milk', sans-serif;
        font-size: 20px;
        margin-bottom: 20px;
        width: 90%;
        
    }
    .stats-container {
        display: flex;
        flex-wrap: wrap;
        gap: 5px; /* Reduced from 10px */
        justify-content: center; /* Center the items */
    }
    .stat-item {
        flex: 0 0 48%;
        margin-bottom: 20px;
        text-align: center;
    }
    .stat-item img {
        width: 50px;
        margin-bottom: 5px;
    }
    .school {
        border-radius: 50%;
        background-color: #ffef64;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 5px;
    }
    .school img{
        width:30px;
        
    }
    .link1 {
        background-color: #ff5722;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        text-decoration: none;
        display: block;
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
        margin: 30px auto 0;
        text-align: center;
        font-weight: 600;
    }

    @media (max-width: 991px) {
        .frame-div {
            flex-direction: column;
        }
        .left-column {
            max-width: 100%;
            margin: 30px auto;
        }
        .middle-column{
            padding:30px;
        }
        .middle-column{
            max-width:95%;
            margin: 0 auto;
        }
        .right-column{
            max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
        }
        .carousel-item {
            height: 400px;
        }
        .sharpen-your-skills {
            text-align: center;
        }
        .unlock-your-potential{
            text-align: justify;
        }
        .journey-title{
            width:60%;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .stats-container{
            width:50%;
            margin: 0 auto;
        }
        #mainCarousel {
            margin: 0 auto;
            max-width: 650px !important;
            
        }
    }

    @media (max-width: 768px) {
        .carousel-item {
            height: 350px;
        }
        .journey-title {
            font-size: 18px;
        }
        #mainCarousel {
            width: 100%;
            max-width: 500px;
            margin: 10px auto;
        }
       
    }
    @media (max-width: 576px) {
        
        .middle-column{
            padding:5px;
            margin-bottom: 30px;

        }
        .stats-container{
            width:80%;
            margin: 0 auto;
        }
        .left-column {
            max-width: 100%;
            margin: 0;
        }
        #mainCarousel {
        width: 90%;
        max-width: 330px;
    }
    .journey-title{
        width: 80% !important;
    }
    .sharpen-your-skills{
        font-size: 24px;
        font-weight: 500;
        margin-top: 5px;
    }
    .carousel-item {
        height: 330px;
    }
    
    }
    @media (max-width: 480px) {
        #mainCarousel {
            width: 100%;
            max-width: 300px;
            margin: 10px auto;
        }
        .carousel-item {
            height: 370px;
        }

    }
    @media (max-width: 430px) {
        #mainCarousel {
            width: 100%;
            max-width: 250px;
            margin: 10px auto;
        }
        .carousel-item {
            height: 320px;
        }

    }
    @media (max-width: 360px) {
        #mainCarousel {
            width: 100%;
            max-width: 270px;
            margin: 5px auto;
        }
        .carousel-item {
            height: 270px;
        }

    }
    .carousel-control-prev,
    .carousel-control-next {
        background: none;
        border: none;
        opacity: 1;
        width: 5% !important;
        
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        padding: 8px;
        width: 30px;
        height: 30px;
                  
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        opacity: 1;
    }

                /*section3*/
                .journey-content-wrapper {
                    padding: 60px 0;
                    margin-top: 30px;
                }
                .col-4 {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 300px; /* Or whatever height you prefer */
                }
                .about-us-section {
                    display: flex;
                    align-items: center;
                
                }
                
                .image-container {
                    position: relative;
                    width: 100%;
                    max-width: 400px;
                    margin: 0 auto;
                    padding-top:30x;
                }
                
                .image-three-icon {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100px;
                    z-index: 2;
                    margin-left: -30px;
                }
                
                .q65cwn-1-icon {
                    position: relative;
                    width: 100%;
                    z-index: 1;
                }
                
                .image-one {
                    position: absolute;
                    bottom: 0;
                    right: 80px;
                    width: 240px;
                    height: 300px;
                    background-color: #ff5722;
                    border-radius: 500px 500px 0 0;
                }
                
                .about-us-content {
                    padding-left: 30px;
                    margin-top: 10px;
                }
                
                .about-us-title {
                    font-size: 24px;
                    margin-bottom: 20px;
                    font-family: 'Lemon Milk', sans-serif !important;
                
                }
                
                .about-us-description {
                    font-size: 14px;
                    line-height: 1.6;
                    margin-bottom: 30px;
                }
                
                .programs-container {
            width: 100%;
            padding: 20px 0;
        }
        
        .programs-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }
        
        .program-item {
            display: flex;
            align-items: flex-start;
            width: calc(33.33% - 14px);
            margin-bottom: 20px;
            font-family: 'Raleway', sans-serif !important;
        }
        
        .program-item img {
            width: 50px;
            height: 50px;
            margin-right: 10px;
        }
        
        .program-item div {
            display: flex;
            flex-direction: column;
        }
        
        .program-item div > span {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 2px;
            text-transform: uppercase;
        }
        
        .program-item p {
            font-size: 14px;
            margin: 0;
            text-transform: lowercase;
            font-weight: bold;
        }
        
                @media (max-width: 992px) {
                    .about-us-section {
                        flex-direction: column;
                    }
                
                    .image-container {
                        margin-bottom: 30px;
                    }
                
                    .about-us-content {
                        padding: 0;
                        width: 100% !important;
                    }
                
                    .program-item {
                width: calc(50% - 10px);
            } 
                }
                
                @media (max-width: 768px) {
                    .about-us-title {
                        font-size: 22px;
                    }
                
                    .about-us-description {
                        font-size: 14px;
                    }
                
                }
                
                @media (max-width: 576px) {  
                    .image-container {
                        max-width: 300px;
                    }
                    #myCarousel {
                        margin-left: 40px !important;
                    }
                    .image-one {
                        right: 60px;
                        width: 180px;
                        height: 225px;
                    }
                    .about-us-title {
                        font-size: 20px;
                
                    }
                
                    .about-us-description {
                        font-size: 13px;
                        padding-left:0;
                    }
                
                    .programs-row {
                gap: 15px;
            }
            
            .program-item {
                width: calc(50% - 7.5px);
            }
            .programs-container{
                padding: 10px;
            }
                   
                    .about-us-content{
                        padding-right:10px !important;
                        padding-left: 0;
                        width:100%;
                    }
        
                }
                
                @media (max-width: 480px) {
                    .image-container {
                        max-width: 250px;
                    }
                
                    .image-one {
                        right: 50px;
                        width: 150px;
                        height: 187.5px;
                    }
                    .program-item img {
                width: 45px;
                height: 45px;
            }
            .programs-container{
                margin-left: 10px;
            }
            .program-item div > span {
                font-size: 13px;
            }
                }
                @media (max-width: 992px) and (min-width: 800px)  {
                    .image-container {
                        max-width: 300px;
                        padding-top: 30px; /* Adjust padding for smaller screens */
                    }
                
                    .image-three-icon {
                        width: 80px;
                        margin-left: -20px;
                    }
                
                    .image-one {
                        right: 60px;
                        width: 180px;
                        height: 225px;
                    }
                
                }
                @media (max-width: 799px) {
                    .image-container {
                        max-width: 300px;
                        padding-top: 30px; /* Adjust padding for smaller screens */
                    }
                
                    .image-three-icon {
                        width: 80px;
                        margin-left: -20px;
                    }
                
                    .image-one {
                        right: 60px;
                        width: 180px;
                        height: 225px;
                    }
                }
        
/*section4*/
.hero {
    padding: 80px 20px; /* Adjust the padding as needed */
    text-align: center;
    background: url('./public/schoolchildrendresseduniformhavefunplayschoolyard-1@2x.png') no-repeat top center/cover;
    background-position: center 18%; 
    color: white;
}
.hero h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
.hero p {
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto;
}
.cards-section {
    background-color: white;
    padding: 50px 20px;
}
.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.card {
    background-color: white;
    border: 2px dashed #ccc !important;
    border-radius: 15px;
    padding: 30px;
    width: 50%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: flex;
    
}
.card-header {
    color: white !important;
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-left: 25%;

}
.vision-header {
    background-color: #2a0dac !important;
    width:200px;
    border-radius: 5px !important;
}
.mission-header {
    background-color: #ff4500 !important;
    width:200px;
    border-radius: 5px !important;
}
.card-content {
    font-size: 1em;
    color: #333;
    text-align: left;
    padding-top:15px;
}
@media (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }
    .card {
        width: 90%;
        margin-bottom: 20px;
    }
}

.schools-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.schools-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: nowrap;
}

.schools-icon {
    margin: 10px;
}

.schools-icon-child {
    width: 35px;
    height: 25px;
    margin-top: 20px;
}

.few-schools-associated {
    font-size: 24px;
    margin-top:10px ;
    
}
.school-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.school-logo-icon {
    width: 100px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    margin: 10px;
}

.school-logo-icon:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .school-logos {
        gap: 10px;
    }

    .school-logo-icon {
        width: 80px;
        margin: 5px;
    }

    .schools-icon-child {
        width: 30px;
        height: 20px;
    }

    .few-schools-associated {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .school-logo-icon {
        width: 50px;
        margin: 3px;
        padding:0;
    }
    .school-logos {
        gap: 5px !important;
        max-width:85%;
        margin: 0 auto;
    }

    .schools-icon-child {
        width: 25px;
        height: 18px;
    }

    .few-schools-associated {
        font-size: 18px;
    }
    .card-header{
        margin-left: 15%;
    }
}
@media (max-width: 350px) {
    .card-header{
        margin-left: 0;
    }
    .vision-header{
        width:100px;
    }
    .mission-header{
        width:100px;
    }
}

.benefits-title {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    margin-left: 5px;
    padding: 20px;
    font-size: 24px;
  }
  
  
  .benefit-card {
    flex: 1 1 calc(33.33% - 20px);
    min-width: 310px;
    max-width: calc(33.33% - 20px);
    background-color: #fff;
    border: 1px dashed #c0b8b8;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 450px;
  }
  
  .benefit-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .benefit-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .benefit-card h2 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .benefit-card ul {
    padding-left: 20px;
    margin: 0;
    flex-grow: 1;
  }
  
  .benefit-card li {
    margin-bottom: 5px;
    font-size: 15px;
  }
  
  @media (max-width: 1200px) {
    .benefit-card {
      flex: 1 1 calc(50% - 20px);
      min-width: 280px;
    }
    .benefits-grid {
      gap: 5px !important;
      margin-left: 15px;
    }
    .carousel-prev {
      margin-right: 10px;
      padding-right: 5px;
    }
    .carousel-next {
      margin-left: 5px;
    }
  }
  
  @media (max-width: 998px) {
    .benefit-card {
      min-width: 300px;
    }
    .benefits-grid {
      gap: 10px !important;
      max-width: 100%;
    }
  }
  
  @media (max-width: 678px) {
    .benefit-card {
      flex: 1 1 100%;
      max-width: 70%;
      min-width: 250px;
    }
  }
  @media (max-width: 678px) {
    .benefit-card {
      flex: 1 1 100%;
      margin-left: 70px;
  
    }
  }
  
  @media (max-width: 480px) {
    .benefits-title {
      font-size: 24px;
    }
  
    .benefit-card h2 {
      font-size: 16px;
    }
  
    .benefit-card li {
      font-size: 15px;
    }
    .benefit-card {
        flex: 1 1 100%;
        max-width: 95%;
        min-width: 320px;
        margin: 0 auto 20px;
        height:480px;
    }
    .benefits-grid {
        margin-left: 0 !important;
        padding: 0 10px;
    }
  }
  @media (max-width: 390px) {
    .benefit-card {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 280px;
        margin: 0 auto 20px;
    }
    .benefits-title {
        font-size: 20px;
      }
  }
  
  .owl-nav {
    display: none; /* Hide the default Owl Carousel navigation */
  }
  
  .owl-dots {
    margin-top: 20px;
  }
  
  .olympiad-benefits {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
  }
  
  .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 5px;
    margin-left: 20px;
  }
  .container-fluid {
    max-width: 100% !important;
    margin-top:20px;
    padding-top:10px !important;
}
h1 {
    color: #333;
    text-align: center;
    padding: 10px 0;
    font-size: 1.5em !important;
    
}
.skills-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    height: 450px;
    margin-top: 25px;
}
.skill-item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skill-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.skill-content {
  position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 5px;
color: white;
background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: justify !important;
}
.skill-percentage {
  font-size: 1.5em;
font-weight: bold;
margin-bottom: 5px;
}
.skill-title {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
}
.skill-description {
    font-size: 14px;
    max-width:90%;
    text-align: justify !important;
    
}
.schooling {
    grid-column: 1;
    grid-row: 1 / span 2;
}
.graduation {
    grid-column: 2;
    grid-row: 1;
}
.job-hunt {
    grid-column: 2;
    grid-row: 2;
    
}
.day-to-day {
    grid-column: 3;
    grid-row: 1 / span 2;
}
@media (max-width: 768px) {
    .skills-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    .skill-item {
        grid-column: 1;
        grid-row: auto;
        height: 280px;
    }
    .container-fluid{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.section1 {
    display: flex;
    justify-content: space-between;
    padding: 40px 100px;
    background-image: url('./public/image@2x.png');
    background-size: cover;
    background-position: center;
    background-color: #f3f5fc;
    margin-top:40px;
}
.question-content {
    width: 50%;
    color: #333;
    padding-right:30px;
}
.user-questions {
    width: 35%;
    position: relative;
    
}
.questions-form {
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 17px 17px 25px -10px rgba(111, 110, 110, 0.5);
    border: 1px dashed rgb(60, 60, 119);
}
.h1title {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #333;
    font-family: 'Lemon Milk', sans-serif !important;
}
.h2title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}
.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    background-color:white;
    border-radius: 10px;
    width:80%;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}
.faq-toggle {
    width: 20px;
    height: 20px;
}
.input-fields {
    padding: 0 10px;
    margin-right:20px;
}
input, textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    background-color: #f3f5fc;
    border-radius: 8px;
    font-size: 15px;
}
.label-name, .label-email, .label-message {
    color: #ff6600;
    margin-bottom: 5px;
    font-weight: bold;
}
button {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin: 0 auto;
}
.form-illustration-icon {
    position: absolute;
    width: 150px;
    height: 120px;
    object-fit: contain;
    margin-bottom:50px;
}
.form-ill {
    width:5%;
   
}
.map-item{
    display: flex;
    width:100%;

}

@media screen and (max-width: 1200px) {
    .section1 {
        padding: 40px 60px;
    }
    .form-illustration-icon {
    position: absolute;
    width: 100px;
    height: 80px;

    }
    button {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: 0 auto;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    background-color: #f3f5fc;
    border-radius: 8px;
    font-size: 14px;
}
.input-fields {
    padding: 0 5px;
    margin-right:20px;
}
.h1title{
        font-size: 1.5rem;
}
}
@media screen and (max-width: 900px) {
    .section1 {
        flex-direction: column;
        padding: 40px 20px;
        align-items:center;
    }
    .question-content{
        width: 60%;
        margin-bottom: 40px;
        margin-left:60px;
        
    }
    .user-questions {
        width: 70%;
        margin-bottom: 40px;
        position: relative;
    }
    .form-illustration-icon {
    position: absolute;
    width: 100px;
    height: 80px;
    object-fit: contain;
    margin-bottom:50px;
    }
    
    
.form-illustration-icon {
display:none;
}
}
@media (max-width: 768px) {
    .h1title{
        font-size: 1.2rem;
    }
    .user-questions {
        width: 65%;
        margin-bottom: 40px;
        position: relative;
        margin-left:30px;
    }
    .h2title{
        font-size: 1.2rem;
    }
    .input-fields {
    padding: 0 10px;
    margin-right:20px;
}
.faq-item {
    padding: 10px;
    background-color:white;
    border-radius: 10px;
    width:100%;
    
}
}
@media (max-width: 480px) {
    .h1title{
        font-size: 1em;
    }
    .user-questions {
        width: 65%;
        margin-bottom: 20px;
        position: relative;
        margin-left:30px;
    }
    .h2title{
        font-size: 16px;
    }
    .input-fields {
    padding: 0 8px;
    margin-right:20px;
    }
    .faq-question {
        font-size: 14px;
        
    }
    .question-content{
            width: 70%;
    }
    input, textarea {
        padding: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .label-name, .label-email, .label-message {
        color: #ff6600;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 14px;
    }
}
.footer {
    background-color: #003366;
    color: white;
    padding: 50px 20px 80px !important;
    font-family: Arial, sans-serif !important;
  }
  
  .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .company-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .logo-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .company-info img {
    width: 40px;
    margin-right: 10px;
  }
  
  .company-info h3 {
    margin: 0;
    font-size: 18px;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700;
  }
  
  .company-info p {
    font-size: 14px;
    margin: 10px 0;
  }
  
  .social-icons {
    display: flex;
   
  }
  
  .social-icons img {
    width: 30px;
    margin-right: 10px;
  }
  
  .footer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-section h4 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .footer-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-section ul li, .footer-section p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .footer-section a {
    color: white;
    text-decoration: none;
  }
  
  .footer-section form {
    display: flex;
    margin-top: 10px;
    width: 100%;
  }
  
  .footer-section input {
    flex-grow: 1;
    padding: 8px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
  }
  
  .footer-section button {
    padding: 8px 15px;
    background-color: #FF6600;
    color: white;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 14px;
  }
  
  .footer-section ul li i {
    margin-right: 10px;
    color: #FF6600;
    padding-bottom: 5px;
    font-size: 16px;
  }
  @media screen and (min-width: 1200px) {
    .quick-links{
        margin-left:25px !important;
    }
}
  @media (max-width: 768px) {
    .footer-section form {
      flex-direction: column;
    }
  
    .footer-section input, .footer-section button {
      width: 100%;
      margin-bottom: 10px;
      border-radius: 3px;
    }
  }
  
  @media (max-width: 480px) {
    .footer {
      padding: 30px 15px;
    }
    .footer-content{
      padding-left:20px;
    }
  
    .logo-title {
   
      align-items: flex-start;
    }
  
    .company-info h3 {
      margin-top: 10px;
    }
  
    .social-icons {
      margin-top: 20px;
    }
    .address{
      max-width: 70% !important;
    }
  }    
  
  .fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e1e8f0;
    color:#333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 !important;
    font-family: Arial, sans-serif;
    z-index: 1000;
    margin: 0;
    height: 28px;
    overflow: hidden;
  }
  
  .call-now-section,
  .enquire-now-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 33.33%;
    padding: 3px 0;
    background-color: #25D366;
    border: 3px solid #25D366 !important;
    font-size: 14px;
  }
  .whatsapp-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 33.33%;
    padding: 5px 0;
  }
  
  .whatsapp-section.separator {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  
  .call-now-section a,
  .whatsapp-section a,
  .enquire-now-section a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  
  .call-now-section a i,
  .call-now-section a span,
  .enquire-now-section a i,
  .enquire-now-section a span {
    margin: 0 5px;
  }
  
  .call-now-section a.call-now i {
    font-size: 18px;
  }
  
  .whatsapp-section a.whatsapp-icon img {
    width: 25px;
  }
  
  .enquire-now-section a.enquire-now i {
    font-size: 18px;
  }


@media screen and (max-width: 480px) {
  .call-now-section a i,
  .enquire-now-section a i,
  .whatsapp-section a.whatsapp-icon img {
    font-size: 12px;
    width: 20px;
  }

  .call-now-section a span,
  .enquire-now-section a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
    .fixed-footer {
      flex-direction: column;
      height: 85px;
    }
    .call-now-section,
    .enquire-now-section {
        width:100%;
        border:none;
    }
}
