@media (max-width: 767px) and (min-width: 320px) {
    .section-title {
        flex-shrink: initial;
        font-size: 24px;
    }

    .contact-info-item {
        display: block;
    }

    .line-height-2 {
        line-height: 2rem !important;
    }

    .section-subtitle {
        margin-top: 8px !important;
        font-size: 14px;
        line-height: 0.2 !important;
    }

    .section-title-container {
        margin-bottom: 0;
    }

    .section-title-container .line {
        display: none;
    }

    .contact-info-item span,
    .feature-item p {
        font-size: 16px;
    }

    .contact-form-container {
        border-radius: 12px;
    }

    .mob-slide-text {
        line-height: 15px;
    }

    .mob-h-slideimg {
        height: 200px !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 250px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 12px !important;
    }

    .submit-btn {
        font-size: 16px;
        padding: 5px 60px;
        width: 100%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .section-title-container {
        margin-bottom: 10px;
    }

    .feature-item h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .slide-text {
        line-height: 15px;
    }

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

    .contact-info-item span {
        font-size: 18px;
    }

    .line-height-2 {
        line-height: 2.25rem !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 63% !important;
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .slide-text {
        line-height: 15px !important;
    }
}

@media (max-width:600px) and (min-width:300px) {
    .custom-toggle-pill {
        width: 64px !important;
        height: 24px !important;

    }

    input.langSwitch:checked+.toggle-track .toggle-indicator {
        transform: translateX(30px) !important;
    }

    .toggle-indicator {
        height: 18px !important;
        width: 28px !important;
    }

    .form-group input {
        font-size: 14px !important;

    }

    .form-group label {
        font-size: 16px !important;

    }

    .contact-form .form-row {
        gap: 20px;
        margin-bottom: 20px;
    }

    .form-title {
        margin-bottom: 20px;
    }
}

@media (max-width:1800px) and (min-width:1280px) {
    .desk-screen-left .desk-font {
        font-size: 50px !important;
    }

    .desk-screen-left {
        left: 5% !important;
    }
}
