.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #432DD7;
    border-radius: 2px;
}

.mobile-only-item {
    display: none;
}

@media (max-width: 1200px) {
    .menu-toggle {
        display: flex;
    }

    header nav ul {
        display: flex;
        list-style: none;
        gap: 20px;
        margin: 0;
        padding: 0;
        background-color: transparent !important;
    }

    header nav a {
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        color: #45556C;
        background-color: transparent !important;
    }

    nav {
        position: fixed;
        top: 0;
        right: -140%;
        width: 280px;
        height: 100vh;
        z-index: 1000;
        transition: 0.4s ease;
        padding: 60px 10px;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    nav.active {
        right: 0;
    }

    nav ul {
        flex-direction: column;
        gap: 25px;
        background-color: transparent;
    }

    nav ul li {
        background-color: transparent;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }

    .overlay.active {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only-item {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .mobile-only-item .btn-lang {
        .btn-lang {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            gap: 5px;
            outline: none;
            border: none;
            background: linear-gradient(to right, #EFF6FF, #EEF2FF);
            color: #1447E6;
            padding: 8px 12px;
            border-radius: 20px;
            cursor: pointer;

            box-shadow:
                0px 1px 2px -1px rgba(0, 0, 0, 0.1),
                0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        }
    }

    .mobile-only-item .btn-login {
        width: 120px;
        outline: none;
        border: none;
        background: linear-gradient(to right, #155DFC, #4F39F6, #372AAC);
        color: #fff;
        padding: 8px 12px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 20px;
        box-shadow:
            0 4px 6px -4px rgba(21, 93, 252, 0.3),
            0 10px 15px -3px rgba(21, 93, 252, 0.3);
    }
}



@media (max-width: 890px) {
    .banner-content {
        width: 95%;
    }

    .banner .description {
        font-size: 38px;
        font-weight: bold;
    }

.features {
    width: 100%;
    display: grid;
 grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 40px;
    padding: 40px 20px;
    justify-content: center;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}
    .feature-banner {
        width: 90%;
        height: 368px;
        overflow: hidden;
        border-radius: 20px;
        background: transparent;
    }

    .feature-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .main-services-card {
        flex-direction: column;
    }

    .main-services-title {
        font-size: 16px;
        font-weight: bold;
        color: #1447E6;
        background-color: #DBEAFE;
        text-align: start;
        margin-bottom: 0;
        padding: 8px 12px;
        border-radius: 20px;

    }

    .main-services-card {
        display: flex;
        flex-direction: column;
    }

    .main-services-card {
        display: flex;
        flex-direction: column;
    }

    .main-services-content- {
        order: 1;
        width: 100%;
    }

    .main-services-description {
        font-size: 28px;
    }


    .main-services-image {
        order: 2;
        width: 100%;
        height: auto;
    }

    .main-services-image img {
        height: auto;
        max-height: 300px;
    }


.why-us-items {
    justify-content: center;
}


.why-us-item {
   flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: transparent;
}
.why-us-container .why-us-item img {
    background-color: transparent;
}

.why-us-container .why-us-item p {
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
}
.spare-banner-caption {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    text-align: center;
}



.footer-left {
    width: 100%;
    margin-bottom: 20px;

}
.footer-right {
    width: 50%;
}
.footer-end {
    width: 50%;
}
.footer-container {
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-right ul li {
    margin-bottom: 18px;
}

.main-services-caption {
    font-size: 22px;
}
}

@media (max-width: 400px) {
    .footer-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-right {
        width: 100%;
        justify-content: start;
        align-items: flex-start;
        text-align: start;
    }
    .footer-end {
        width: 100%;
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-right ul li {
        margin-bottom: 10px;
        }

        
.feature-item {
  width: 90%;
}

.feature-item .feature-title {
    font-size: 18px;
    font-weight: bold;
    color: #0F172B;
}


.main-services-caption {
    font-size: 18px;

}
    }