@media (max-width: 1200px) {
    .heroSection .mainTitle {
        font-size: 55px;
    }

    .heroSection .title {
        font-size: 26px;
    }

    .heroSection .subtitle {
        font-size: 50px;
    }

    .heroSection .subtitle .highlighted {
        font-size: 65px;
    }

    .heroSection .description {
        font-size: 22px;
    }

    .sectionTitle {
        font-size: 26px;
    }

    .sectionSubtitle {
        font-size: 18px;
    }

}

@media (max-width: 992px) {
    .navlinks {
        display: none;
    }

    .heroSection .mainTitle {
        font-size: 45px;
    }

    .heroSection .title {
        font-size: 22px;
    }

    .heroSection .subtitle {
        font-size: 40px;
    }

    .heroSection .subtitle .highlighted {
        font-size: 55px;
    }

    .heroSection .description {
        font-size: 20px;
    }

    .sectionTitle {
        font-size: 24px;
    }

    .sectionSubtitle {
        font-size: 16px;
    }
}

/* Small tablets & large phones (≤768px) */
@media (max-width: 768px) {
    .heroSection .mainTitle {
        font-size: 35px;
    }

    .heroSection .title {
        font-size: 20px;
    }

    .heroSection .subtitle {
        font-size: 30px;
    }

    .heroSection .subtitle .highlighted {
        font-size: 40px;
    }

    .heroSection .description {
        font-size: 18px;
    }

    .slide1 {
        justify-content: center;
    }

    .slide1 .detail {
        align-items: center;
    }

    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .sectionTitle {
        font-size: 22px;
    }

    .sectionSubtitle {
        font-size: 15px;
        margin-bottom: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }
    .insPartnerImg{
        display: none;
    }
}

/* Mobile phones (≤576px) */
@media (max-width: 576px) {
    .heroSection .mainTitle {
        font-size: 28px;
    }

    .heroSection .title {
        font-size: 18px;
    }

    .heroSection .subtitle {
        font-size: 22px;
        line-height: 200%;
    }

    .heroSection .subtitle .highlighted {
        font-size: 30px;
    }

    .heroSection .description {
        font-size: 16px;
        padding: 4px 8px;
        text-align: center;
    }

    .slide1 .detail {
        gap: 10px;
    }

    .sectionTitle {
        font-size: 20px;
    }

    .sectionSubtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

}

@media (max-width: 360px) {
    .LogoText {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

}