.menu-toggle{
    display: none;
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 0;
    border: none;
    border-radius: 12px;
    background-color: #9263FF;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.menu-toggle span{
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background-color: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.is-open span:nth-child(1){
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2){
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
}

.header-nav .section-link.is-active{
    color: #9263FF;
}

@media (max-width: 1600px) {
    .container{
        max-width: 1320px;
        padding: 0 24px;
    }

    .header-nav ul{
        gap: 40px;
    }

    .main-banner-content h1{
        font-size: 82px;
    }

    .about_section_content{
        padding: 35px 50px;
    }

    .why_section_item_content{
        padding-left: 40px;
    }

    .contact_form_content{
        padding: 20px 40px;
    }

    .service_grid {
        margin-top: 30px;
    }

    .why_section_inner {
        margin-top: 30px;
    }

    .contact_form_img {
        border-radius: 20px;
    }

    .contact_section .main-title{
        margin-bottom: 30px;
    }
}

@media (max-width: 1366px) {
    .container{
        max-width: 1180px;
        padding: 0 22px;
    }

    .header-inner{
        padding: 14px 24px;
    }

    .main-banner{
        height: auto;
        min-height: calc(100vh - 55px);
        padding: 150px 0 90px;
    }

    .main-banner-content h1{
        font-size: 70px;
    }

    .main-title{
        font-size: 52px;
    }

    .main-banner-content p{
        max-width: 680px;
        font-size: 16px;
        line-height: 28px;
    }

    .service_grid ul{
        grid-template-columns: repeat(3, 1fr);
    }

    .service_box_img{
        height: 280px;
    }

    .who_section_grid ul{
        grid-template-columns: repeat(2, 1fr);
    }

    .who_section_box_img{
        height: 320px;
    }
}

@media (max-width: 1200px) {
    section,
    .contact_section{
        padding: 60px 0;
    }

    .main-banner{
        height: auto;
        min-height: auto;
        padding: 140px 0 70px;
    }

    .main-banner-content{
        padding-top: 40px;
    }

    .main-banner-content h1{
        font-size: 56px;
    }

    .main-title{
        font-size: 42px;
    }

    .main-banner-content p,
    .form-control,
    .form_group label,
    .banner-marquee-text,
    .footer-links .section-link,
    .footer-contact p,
    .footer-address p{
        font-size: 14px;
    }

    .main-banner-content p,
    .footer-contact p,
    .footer-address p{
        line-height: 24px;
    }

    .header-nav ul{
        gap: 24px;
    }

    .about_section_img,
    .about_section_content,
    .why_section_item_img,
    .why_section_item_content,
    .contact_form_img,
    .contact_form_content{
        width: 100%;
    }

    .about_section_content{
        padding: 30px 0 0;
    }

    .why_section_item_content{
        padding: 30px 0 0;
    }

    .contact_form_content{
        padding: 30px 0 0;
    }

    .service_grid ul{
        grid-template-columns: repeat(2, 1fr);
    }

    .why_section_item_content h3,
    .who_section h4,
    .who_section_box_content h3{
        font-size: 26px;
    }

    .footer-inner{
        gap: 30px;
    }

    .footer-address,
    .footer-links,
    .footer-contact{
        width: calc(50% - 15px);
    }

    .footer-contact{
        width: 100%;
    }

    .zest_section a{
        padding: 15px;
    }

    .zest_section{
        margin-top: 50px;
        border-radius: 16px;
    }
}

@media (max-width: 1000px) {
    .header{
        top: 10px;
    }

    .header.is-scrolled{
        top: 0;
    }

    .header-inner{
        padding: 14px 18px;
        position: relative;
    }

    .header-logo img{
        max-width: 150px;
    }

    .menu-toggle{
        display: inline-flex;
    }

    .header-nav{
        width: 100%;
        margin-left: 0;
        flex-basis: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transition: max-height 0.35s ease, opacity 0.25s ease, padding-top 0.35s ease;
    }

    .header-nav.is-open{
        max-height: 420px;
        opacity: 1;
        pointer-events: auto;
        padding-top: 18px;
    }

    .header-nav ul{
        width: 100%;
        margin: 0;
        padding: 18px 0 0;
        border-top: 1px solid #ebe2ff;
        flex-direction: column;
        gap: 12px;
    }

    .header-nav .section-link{
        display: block;
        width: 100%;
        padding: 12px 16px;
        border-radius: 12px;
        background-color: #F9F6FF;
        font-size: 14px;
        line-height: 20px;
    }

    .header-nav .section-link.is-active,
    .header-nav .section-link:hover{
        color: #9263FF;
        background-color: #efe7ff;
    }

    .main-banner-content h1{
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .container{
        padding: 0 18px;
    }

    .main-banner{
        padding: 130px 0 60px;
    }

    .main-banner-content h1{
        font-size: 42px;
        margin-bottom: 16px;
    }

    .main-banner-title{
        gap: 4px;
    }

    .about_section-inner,
    .contact_form_main{
        padding: 16px;
    }

    .service_grid ul,
    .who_section_grid ul{
        grid-template-columns: 1fr;
    }

    .service_box_img,
    .who_section_box_img{
        height: auto;
    }

    .btn{
        width: 155px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .banner-marquee{
        padding: 12px 0;
    }

    .banner-marquee-item{
        padding: 0 18px;
    }

    .footer{
        padding: 60px 0;
    }

    .footer-address,
    .footer-links,
    .footer-contact{
        width: 100%;
    }

    .footer-links ul{
        gap: 12px;
    }

    .footer-map iframe{
        height: 220px;
    }

    .service_grid {
        margin-top: 20px;
    }

    .why_section_inner {
        margin-top: 20px;
    }

    .contact_form_img {
        border-radius: 10px;
    }

    .contact_section .main-title{
    margin-bottom: 20px;
}
.footer-inner h3{
    margin-bottom: 10px;
}

p {
    font-size: 15px;
}

.why_section_item_content ul li{
    font-size: 15px;
}

.btn{
    margin-top: 20px;
}
}

@media (max-width: 500px) {
    .container{
        padding: 0 16px;
    }

    .header-inner{
        padding: 12px 14px;
    }

    .menu-toggle{
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }

    .main-banner{
        padding: 120px 0 50px;
    }

    .main-banner-content h1{
        font-size: 34px;
        line-height: 1.1;
    }

    .main-title{
        font-size: 28px;
    }

    .main-banner-content p{
        line-height: 22px;
    }

    .about_section-inner,
    .contact_form_main{
        padding: 14px;
    }

    .why_section_item_content{
        padding-top: 22px;
    }

    .why_section_item_content h3,
    .who_section h4,
    .who_section_box_content h3{
        font-size: 22px;
    }

    .service_box_content h3{
        font-size: 18px;
        line-height: 24px;
    }

    .form-control{
        height: 48px;
        line-height: 48px;
        padding: 0 16px;
    }

    .contact_form_content form{
        gap: 16px;
    }

    .footer{
        padding: 50px 0;
    }

    .zest_section a{
        padding: 10px;
    }

    .zest_section{
        margin-top: 40px;
        border-radius: 10px;
    }
}

@media (max-width: 400px) {
    .header-logo img{
        max-width: 132px;
    }

    .main-banner-content h1{
        font-size: 30px;
    }

    .main-title{
        font-size: 24px;
    }

    .banner-marquee-text{
        font-size: 14px;
        line-height: 20px;
    }

    .banner-marquee-item{
        padding: 0 14px;
    }

    .header-nav .section-link{
        padding: 10px 12px;
    }

    .why_section_item_content h3,
    .who_section h4,
    .who_section_box_content h3{
        font-size: 20px;
    }
}