@media screen and (max-width: 576px) {}

/* desktop */
@media screen and (max-width: 1200px) and (min-width: 992px) {}

/* large screens */
@media screen and (max-width: 1440px) and (min-width: 1200px) {}

/* Tabs */

@media (max-width: 768px) {
    .offcanvas-fullscreen .menu-right {
        display: none;
    }
}



@media (max-width: 992px) {

    .qs-about .qs-about__image {
        width: 100%;
    }

    .qs-about .qs-about__content {
        text-align: center;
        margin-top: 30px;
    }

    .qs-about .qs-about__title {
        font-size: 32px;
    }

    .qs-about .qs-about__badge {
        right: 20% !important;
        transform: translateX(50%) !important;
        top: 60% !important;
    }

    .qs-about .qs-about__badge {
        position: absolute;
        top: -42px;
        right: 15px;
        background: var(--white);
        border: 2px solid var(--primary);
        color: var(--navy);
        padding: 18px 16px;
        border-radius: 50%;
        width: 120px;
        height: 100px;
    }

    .qs-about-next .qs-about-next-overlay {
        display: none;
    }
}


@media (max-width: 991px) {
    .qs-about-next {
        padding: 60px 0;
    }

    .qs-about-next .qs-about-next-overlay {
        width: 100%;
        clip-path: none;
    }

    .qs-about-next .qs-about-next-content {
        padding: 30px 10px;
    }
}

@media (max-width: 575px) {
    .qs-section {
        padding: 56px 0 48px;
    }

    .qs-cards-row .qs-card {
        padding: 28px 20px;
    }
}


/* RESPONSIVE */
@media(max-width:992px) {
    .career-premium::before {
        display: none;
    }

    .career-premium .career-content {
        color: var(--text-dark);
        padding: 0;
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {
    .career-premium {
        padding: 70px 0;
    }

    .career-premium .career-content h2 {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .feedback-creative {
        padding: 70px 0;
    }
}

/* RESPONSIVE */
@media(max-width:768px) {
    .blogs-clean {
        padding: 60px 0;
    }
}



@media (max-width: 768px) {
    .contact-hero .hero-title {
        font-size: 28px;
    }
}


/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        padding: 0px 0 0px;
    }

    .hero-section .hero-img-wrap {
        margin-top: 0px;
    }

    .hero-section .hero-img-wrap .float-tag-2 {
        display: none;
    }

    .what-section .what-img-box {
        margin-bottom: 36px;
    }

    .hero-section .hero-desc {
        font-size: 1.05rem;
        color: rgba(255, 255, 255, 0.62);
        line-height: 1.75;
        max-width: 100%;
        margin-bottom: 0px;
    }

    .hero-section .hero-title br {
        display: none;
    }

    .hero-section .hero-title {
        font-size: clamp(2rem, 5.5vw, 3rem);
        font-weight: 800;
        color: var(--white);
        line-height: unset;
        letter-spacing: unset;
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .how-section {
        padding: 70px 0;
    }

    .apps-section .app-card {
        height: 260px;
    }

    .apps-section .app-card .ac-desc {
        display: block;
    }
}

@media (max-width: 767px) {
    .has-dropdown {
        display: block;
    }

    .custom-navbar .navbar-brand img {
        width: 180px;
    }

    .quick-enquiry-btn-1 {
        display: none;
    }

    .quick-enquiry-btn-2 {
        display: inline-flex;
    }

    .qs-center-heading h1 {
        font-size: 45px;
    }

    .services-title br {
        display: none;
    }

    .services-section .owl-dots {
        gap: 4px;
    }

    .industries-section .ind-grid {
        margin-bottom: 0px;
    }

    .why-choose .wc-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .why-choose .wc-grid .wc-cell {
        padding: 30px 20px;
    }
    .what-section {
    padding: 30px 0 30px; 
}
.contact-info {
    margin-top: -60px;
    padding-bottom: 60px;
}
.contact-section {
    padding: 0px 0 80px;
}

}