/* Extra Small Mobile */
@media screen and (max-width: 359.98px) {

}


/* Small Mobile */
@media screen and (min-width: 360px) and (max-width: 479.98px) {

}


/* Large Mobile */
@media screen and (min-width: 480px) and (max-width: 575.98px) {

}


/* Mobile Devices */
@media screen and (max-width: 575.98px) {

}


/* Small Tablet */
@media screen and (min-width: 576px) and (max-width: 767.98px) {

}


/* All Mobile Devices */
@media screen and (max-width: 767.98px) {

 .offcanvas-menu .nav-link {
          
                width: 100%;

        }

}


/* Tablet Devices */
@media screen and (min-width: 768px) and (max-width: 991.98px) {

}


/* Mobile and Tablet */
@media screen and (max-width: 991.98px) {

}


/* Laptop / Small Desktop */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {

}


/* Desktop */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

}


/* Large Desktop */
@media screen and (min-width: 1400px) and (max-width: 1599.98px) {

}


/* Extra Large Desktop */
@media screen and (min-width: 1600px) {

}


/* Full HD and Large Screens */
@media screen and (min-width: 1920px) {

}


/* Mobile Landscape */
@media screen and (max-width: 767.98px) and (orientation: landscape) {

}


/* Tablet Portrait */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

}


/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {

}


/* Short Height Devices */
@media screen and (max-height: 600px) {

}

 /* ===== RESPONSIVE ===== */
        @media (max-width: 991.98px) {
            .top-bar-center {
                display: none;
            }

            .hero-content {
                padding: 0 20px;
            }

            .hero-heading {
                font-size: 36px;
            }

            .hero-premier {
                font-size: 16px;
            }

            .hero-buttons {
                flex-wrap: wrap;
            }

            .about-heading {
                font-size: 28px;
            }

            .olympiad-content {
                flex-direction: column;
            }

            .footer-cta-content {
                padding: 0 20px;
                justify-content: center;
                text-align: center;
            }

            .footer-cta-left {
                flex-direction: column;
            }
        }


        @media (max-width: 991px) {
        .inner-banner {
            min-height: 300px;
            background-position: center;
        }

        .inner-banner-subtitle {
            font-size: 22px;
        }

        .inner-banner-title {
            font-size: 38px;
        }
    }

    @media (max-width: 767px) {
        .inner-banner {
            min-height: 260px;
            background-position: 65% center;
        }

        .inner-banner-content {
            padding:0px;
        }

        .inner-banner-subtitle {
            font-size: 18px;
        }

        .inner-banner-title {
            font-size: 30px;
            max-width: 400px;
        }
    }

    @media (max-width: 480px) {
       .inner-banner {
        min-height: auto;
        padding: 65px 0;
        background-size: cover;
    }

        .inner-banner-subtitle {
            font-size: 16px;
        }

        .inner-banner-title {
            font-size: 25px;
        }
    }


     /* Tablet */
    @media (max-width: 1199px) {
        .about-section {
            padding: 70px 0;
        }

        .about-image {
            height: 360px;
        }

        .about-content {
            padding-left: 20px;
        }

        .about-label {
            font-size: 24px;
        }

        .about-title {
            font-size: 30px;
        }

        .about-text {
            font-size: 20px;
            line-height: 1.6;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        .about-section {
            padding: 50px 0;
        }

        .about-image {
            height: 300px;
            border-radius: 30px;
            margin-bottom: 35px;
        }

        .about-content {
            padding-left: 10px;
            padding-right: 10px;
        }

        .about-label {
            font-size: 21px;
            margin-bottom: 15px;
        }

        .about-label::after {
            width: 110px;
            margin-top: 10px;
        }

        .about-title {
            font-size: 26px;
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .about-text {
            font-size: 17px;
            line-height: 1.65;
        }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
        .about-image {
            height: 240px;
            border-radius: 25px;
        }

        .about-title {
            font-size: 23px;
        }

        .about-text {
            font-size: 16px;
        }
    } 


    /* =========================
       TABLET
    ========================= */
    @media (max-width: 1199px) {

        .vision-mission-section {
            padding: 60px 0;
        }

        .vision-box,
        .mission-box {
            padding: 0 40px;
        }

        .vm-number {
            font-size: 24px;
        }

        .vm-title {
            font-size: 30px;
            margin: 28px 0 25px;
        }

        .vm-text {
            font-size: 20px;
            line-height: 1.7;
        }
    }


    /* =========================
       MOBILE
    ========================= */
    @media (max-width: 767px) {

        .vision-mission-section {
            padding: 50px 0;
        }

        .vision-mission-wrapper {
            display: block;
        }

        .vision-box,
        .mission-box {
            width: 100%;
            padding: 0 25px;
        }

        .mission-box {
            border-left: none;
            border-top: 1px solid rgba(255, 255, 255, 0.25);
            margin-top: 45px;
            padding-top: 45px;
        }

        .vm-number {
            font-size: 21px;
            padding-bottom: 10px;
        }

        .vm-title {
            font-size: 27px;
            margin: 25px 0 20px;
        }

        .vm-text {
            font-size: 17px;
            line-height: 1.7;
        }
    }


    /* =========================
       SMALL MOBILE
    ========================= */
    @media (max-width: 480px) {

        .vision-mission-section {
            padding: 40px 0;
        }

        .vision-box,
        .mission-box {
            padding-left: 20px;
            padding-right: 20px;
        }

        .vm-title {
            font-size: 24px;
        }

        .vm-text {
            font-size: 16px;
            line-height: 1.65;
        }
    }


    /* =========================================
   TABLET / MOBILE
========================================= */

@media (max-width: 767px) {

    .chairman-section {
        padding: 60px 0;
    }

    .chairman-image-wrapper {
        height: 430px;
        max-width: 450px;
        border-radius: 30px;
        margin-bottom: 40px;
    }

    .chairman-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .chairman-heading {
        font-size: 21px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .chairman-message {
        font-size: 17px;
        line-height: 1.7;
    }

    .chairman-details {
        margin-top: 40px;
    }

    .chairman-details h3 {
        font-size: 21px;
    }

    .chairman-details p {
        font-size: 16px;
        line-height: 1.6;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .chairman-section {
        padding: 45px 0;
    }

    .chairman-image-wrapper {
        height: 350px;
        border-radius: 25px;
        margin-bottom: 30px;
    }

    .chairman-heading {
        font-size: 19px;
    }

    .chairman-message {
        font-size: 16px;
        line-height: 1.65;
    }

    .chairman-details {
        margin-top: 35px;
    }

    .chairman-details h3 {
        font-size: 19px;
    }

    .chairman-details p {
        font-size: 15px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .team-image {
        height: 330px;
        border-radius: 30px;
    }

    .team-member h3 {
        font-size: 19px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sttar-team-section {
        padding: 50px 0 60px;
    }

    .sttar-team-heading {
        margin-bottom: 30px;
    }

    .sttar-team-heading h2 {
        font-size: 21px;
    }

    .team-image {
        height: 350px;
        max-width: 420px;
        margin: 0 auto 18px;
        border-radius: 28px;
    }

    .team-member {
        margin-bottom: 15px;
    }

    .team-member h3 {
        font-size: 19px;
    }

    .team-member p {
        font-size: 16px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .sttar-team-section {
        padding: 40px 0 50px;
    }

    .team-image {
        height: 300px;
        border-radius: 25px;
    }

    .team-member h3 {
        font-size: 17px;
    }

    .team-member p {
        font-size: 15px;
    }
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1199px) {

    .sttar-team-section {
        padding: 55px 0 70px;
    }

    .team-image {
        height: 270px;
        border-radius: 28px;
    }

    .team-member h3 {
        font-size: 18px;
    }

    .team-member p {
        font-size: 15px;
    }
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1199px) {

    .chairman-section {
        padding: 80px 0;
    }

    .chairman-content {
        padding-left: 35px;
    }

    .chairman-image-wrapper {
        height: 480px;
    }

    .chairman-heading {
        font-size: 24px;
    }

    .chairman-message {
        font-size: 20px;
        line-height: 1.65;
    }

    .chairman-details {
        margin-top: 50px;
    }

    .chairman-details h3 {
        font-size: 22px;
    }

    .chairman-details p {
        font-size: 18px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sec5-gallery {
        padding: 45px 0 60px;
    }

    .sec5-image-wrapper {
        border-radius: 30px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sec5-gallery {
        padding: 35px 0 45px;
    }

    .sec5-image-wrapper {
        border-radius: 22px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .sec5-gallery {
        padding: 25px 0 35px;
    }

    .sec5-image-wrapper {
        border-radius: 18px;
    }
}

/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1199px) {

    .what-we-do-section {
        padding: 55px 0 65px;
    }

    .what-item {
        min-height: 190px;
        padding-right: 20px;
    }

    .what-number {
        flex: 0 0 105px;
        font-size: 65px;
    }

    .what-item:nth-child(2),
    .what-item:nth-child(3) {
        padding-left: 20px;
    }

    .what-content h3 {
        font-size: 26px;
    }

    .what-content p {
        font-size: 19px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .what-we-do-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .what-item {
        min-height: 190px;
        padding: 30px 20px 30px 0;
    }

    /* Remove desktop 3-column borders */
    .what-item:nth-child(2),
    .what-item:nth-child(4),
    .what-item:nth-child(6) {
        border-right: none;
        padding-left: 25px;
    }

    .what-item:nth-child(3) {
        padding-left: 0;
    }

    .what-item:nth-child(3),
    .what-item:nth-child(4) {
        border-bottom: 1px solid rgba(241, 90, 36, 0.45);
    }

    .what-item:nth-child(5),
    .what-item:nth-child(6) {
        border-bottom: none;
    }

    .what-number {
        flex: 0 0 95px;
        font-size: 60px;
    }

    .what-content h3 {
        font-size: 24px;
    }

    .what-content p {
        font-size: 18px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .what-we-do-section {
        padding: 50px 0 60px;
    }

    .what-we-do-heading {
        margin-bottom: 20px;
    }

    .what-we-do-heading h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .what-we-do-grid {
        display: block;
    }

    .what-item,
    .what-item:nth-child(2),
    .what-item:nth-child(3),
    .what-item:nth-child(4),
    .what-item:nth-child(5),
    .what-item:nth-child(6) {
        width: 100%;
        min-height: auto;
        padding: 28px 0 !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(241, 90, 36, 0.35) !important;
    }

    .what-item:last-child {
        border-bottom: none !important;
    }

    .what-number {
        flex: 0 0 90px;
        font-size: 58px;
    }

    .what-content h3 {
        font-size: 24px;
        margin-top: 0;
    }

    .what-content p {
        font-size: 17px;
        line-height: 1.55;
    }

    .desktop-break {
        display: none;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .what-we-do-section {
        padding: 40px 0 50px;
    }

    .what-number {
        flex: 0 0 75px;
        font-size: 48px;
    }

    .what-content h3 {
        font-size: 21px;
    }

    .what-content p {
        font-size: 16px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sttar-cta-section {
        padding: 45px 0;
    }

    .sttar-cta-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .sttar-cta-icon {
        width: 115px;
        height: 115px;
        flex-basis: 115px;
    }

    .sttar-cta-icon img {
        width: 70px;
        height: 70px;
    }

    .sttar-cta-content {
        width: 100%;
    }

    .sttar-cta-content h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .sttar-cta-content p {
        font-size: 17px;
        line-height: 1.5;
    }

    .sttar-cta-button-wrapper {
        width: 100%;
    }

    .sttar-cta-button {
        width: 100%;
        max-width: 280px;
        height: 60px;
        margin: 0 auto;
        font-size: 18px;
    }

    .cta-arrow {
        font-size: 30px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .sttar-cta-section {
        padding: 40px 15px;
    }

    .sttar-cta-icon {
        width: 100px;
        height: 100px;
        flex-basis: 100px;
    }

    .sttar-cta-icon img {
        width: 60px;
        height: 60px;
    }

    .sttar-cta-content h2 {
        font-size: 24px;
    }

    .sttar-cta-content p {
        font-size: 16px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .sttar-cta-wrapper {
        gap: 30px;
    }

    .sttar-cta-icon {
        width: 125px;
        height: 125px;
        flex-basis: 125px;
    }

    .sttar-cta-icon img {
        width: 75px;
        height: 75px;
    }

    .sttar-cta-content h2 {
        font-size: 31px;
    }

    .sttar-cta-content p {
        font-size: 19px;
    }

    .sttar-cta-button {
        min-width: 240px;
        height: 65px;
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .post-content {
        padding: 22px 20px 20px;
        border-radius: 12px;
    }

    .post-content .entry-title a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-left {
        transform: translateX(-45px);
    }

    .about-right {
        transform: translateX(45px);
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .about-left,
    .about-right {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

