@media(max-width:1536px) {
    .our-customer-slides-main .owl-nav {
        right: 100px;
    }
}

@media(max-width:1366px) {
    .blogs-box .blog-box-content {
        height: 220px;
    }

    .service-sec-image img {
        width: 100%;
    }

    .footer-newsletter h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    #nav-menu {
        display: none;
        flex-direction: column !important;
        align-items: flex-start !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.92);
        backdrop-filter: blur(20px);
        padding: 90px 30px 30px;
        gap: 0 !important;
        overflow-y: auto;
        z-index: 99;
    }

    #nav-menu.open {
        display: flex !important;
    }

    #nav-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #nav-menu li a {
        display: block;
        padding: 14px 0;
        font-size: 16px !important;
    }

    .mega-dropdown {
        position: static;
        transform: none;
        min-width: 100%;
        width: 100%;
        border-radius: 12px;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.07);
        padding: 12px;
        margin-bottom: 8px;
        animation: none;
        display: none;
    }

    .has-dropdown.open .mega-dropdown {
        display: block;
    }

    .has-dropdown:hover .mega-dropdown {
        display: none;
    }

    .has-dropdown.open .mega-dropdown {
        display: block !important;
        height: 300px;
        overflow-y: scroll;
    }

    .mega-dropdown-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mega-col a {
        color: rgba(255, 255, 255, 0.8) !important;
        border-bottom-color: rgba(255, 255, 255, 0.08);
        font-size: 13px;
    }

    .mega-col a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff !important;
    }

    .dropdown-toggle-link {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .thankyou_sec {
        padding: 150px 0px 30px;
    }

    .service-sec {
        padding: 50px 0px;
    }

    .service-sec-image {
        margin-bottom: 30px;
    }

    .cta-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .cta-btns {
        justify-content: center;
    }

    .explore-slides-main .owl-dots {
        display: none;
    }

    .blogs-box {
        margin-bottom: 30px;
    }

    .footer-branding {
        margin-bottom: 30px;
    }

    .help-form-right::before {
        top: 50px;
    }

    .home-banner {
        padding: 170px 0px;
    }

    .about-us-sec-left img {
        width: unset;
    }

    .about-us-sec-left {
        text-align: center;
    }

    .about-us-content {
        margin-top: 30px;
    }

    .best-seller-image {
        margin-top: 30px;
    }

    .explore-image {
        text-align: center;
        margin-bottom: 30px;
    }

    .explore-henry-content {
        text-align: center;
    }

    .explore-henry-anchor {
        justify-content: center !important;
    }

    .best-seller-content {
        text-align: center;
    }

    .best-seller-btn {
        justify-content: center;
    }

    .about-us-content {
        text-align: center;
    }

    .about-us-anchor {
        justify-content: center;
    }

    .social-box {
        text-align: center;
    }

    .social-box-content {
        margin-top: 30px;
    }

    .our-customer-slide-box-customer-content {
        gap: 10px;
    }

    .our-customer-slide-box p {
        margin-left: 72px;
    }

    .home-banner h1 {
        font-size: 60px;
    }

    .header-left {
        position: relative;
        border-radius: 100px;
        padding: 8px 12px;
        gap: 0;
        justify-content: space-between;
        width: 100%;
    }

    .header-left ul {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(24px);
        border-radius: 16px;
        padding: 10px 0;
        z-index: 99;
    }

    .header-left ul.open {
        display: flex;
    }

    .header-left ul li {
        width: 100%;
    }

    .header-left ul li a {
        display: block;
        padding: 12px 24px;
        font-size: 16px;
        border-radius: 8px;
        transition: background 0.2s;
    }

    .header-left ul li a:hover {
        background: #FFFFFF1A;
    }

    .hamburger {
        display: flex;
    }

    .col-lg-auto {
        display: none;
    }

    .service-category-banner-form {
        width: 100%;
    }

    .service-category-banner-content {
        margin-bottom: 30px;
    }

    .service-category-banner-content {
        text-align: center;
    }

    .what-we-do-content {
        text-align: center;
    }

    .our-approach-box {
        margin-bottom: 15px;
    }

    .our-process-box {
        margin-bottom: 15px;
    }
}

@media(max-width:575px) {
    .service-category-banner-content h1 {
        font-size: 40px;
    }

    .service-cta-inner-cta-content .service-cta-inner-cta-btn {
        flex-wrap: wrap;
    }

    .site-header__title {
        font-size: 50px;
    }

    .home-banner h1 {
        font-size: 50px;
    }

    .same-heading {
        font-size: 45px;
    }

    .social-box-content a {
        font-size: 20px;
    }

    .our-customer-content {
        text-align: center;
    }

    .our-customer-slides-main .owl-nav {
        display: none;
    }

    .help-form-left h2 {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .service-category-banner-content h1 {
        font-size: 32px;
    }

    .what-we-do-sec {
        padding: 50px 0px;
    }

    .what-we-do-content h2 {
        font-size: 34px;
    }

    .header {
        top: 8px;
    }

    .header-left {
        padding: 6px 10px;
    }
}

@media (max-width: 440px) {
    .our-process-box h3 {
        font-size: 20px;
    }

    .service-category-banner {
        padding: 150px 0px 50px;
    }

    .partner-slides-main .partners-slider .owl-stage img {
        width: 150px;
        margin: 0 auto;
    }

    .our-approach-sec {
        padding: 50px 0px 0px;
    }

    .our-process-btn {
        gap: 8px;
    }

    .site-header__title {
        font-size: 26px;
    }

    .main-content__body {
        font-size: 14px;
    }

    .service-sec-content {
        text-align: center;
    }

    .service-sec-content h2 {
        font-size: 32px;
    }

    .service-sec-content {
        margin-bottom: 30px;
    }

    .service-sec {
        padding: 15px 0px;
    }

    .cta-btns {
        display: block;
    }

    .cta-btns a {
        margin-bottom: 15px;
        justify-content: center;
    }

    .home-banner {
        padding: 140px 0px;
    }

    .home-banner h1 br {
        display: none;
    }

    .home-banner h1 {
        font-size: 45px;
    }

    .about-us-sec {
        padding: 50px 0px;
    }

    .explore-slides-main .owl-theme .owl-nav {
        position: unset;
    }

    .explore-sec {
        padding: 50px 0px;
    }

    .explore-henry-sec {
        padding: 50px 0px;
    }

    .social-box-content a {
        font-size: 16px;
    }

    .same-heading {
        font-size: 40px;
    }

    .blogs-sec {
        padding: 50px 0px;
    }

    .get-in-touch-sec {
        padding: 0px 0px 50px;
    }

    .help-form-sec {
        padding: 50px 0px;
    }

    .footer {
        padding: 200px 0px 50px;
    }
}

@media(max-width:400px) {
    .our-process-btn {
        flex-wrap: wrap;
    }

    .home-banner h1 {
        font-size: 40px;
    }

    .same-heading {
        font-size: 35px;
    }

    .social-box {
        padding: 50px 0px;
    }

    .help-form-right::before {
        top: 26px;
    }
}

@media(max-width:390px) {
    .service-category-banner {
        padding: 120px 0px 50px;
    }
}

@media(max-width:375px) {
    .service-sec-content h2 {
        font-size: 28px;
    }

    .why-choose-sec {
        padding: 40px 0px;
    }

    .why-choose-content h2 {
        font-size: 32px;
    }

    .get-in-touch-right h2 {
        text-align: center;
        font-size: 24px;
    }

    .discover-books-sec {
        padding: 50px 0px;
    }

    .social-box img {
        width: 100%;
    }

    .social-box-content a {
        font-size: 14px;
    }

    .our-customer-content {
        margin-bottom: 30px;
    }

    .same-heading {
        font-size: 28px;
    }

    .our-customer-slide-box-customer-content h4 {
        font-size: 18px;
    }

    .our-customer-slide-box {
        height: 270px;
    }

    .help-form-left h2 {
        font-size: 28px;
    }

    .help-form-sec {
        padding: 0px 0px 50px;
    }

    .home-banner h1 {
        font-size: 38px;
    }

    .get-in-touch-left-content {
        padding: 15px 30px;
        bottom: 60px;
    }
}

@media(max-width:360px) {
    .home-banner {
        padding: 120px 0px;
    }

    .home-banner h1 {
        font-size: 36px;
    }

    .discover-new-books .nav-tabs {
        gap: 15px;
    }

    .get-in-touch-box {
        padding: 20px 20px;
        gap: 15px;
    }

    .get-in-touch-box-content a {
        font-size: 16px;
    }
}