/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {

    .top-bar-text {
        font-size: 13px;
    }

    .banner-form {
        max-width: 340px;
    }

    .banner-form-btn {
        padding: 11px 16px;
        font-size: 14px;
    }

    .banner-girl-image {
        left: -20px;
    }

    .banner-form::before {
        width: 385px;
        height: 120px;
    }

    .brand-logo img {
        height: 40px;
    }

    .sponsors::before {
        transform: rotate(1deg);
    }

    .sponsors::after {
        transform: rotate(-1deg);
    }

    .publishing-girl-group {
        width: 320px;
    }

    .publishing-content-main .main-btns {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .welcome-content-main h3 {
        font-size: 20px;
    }

    .welcome-content-main h2 {
        font-size: 40px;
    }

    .discount-title {
        font-size: 58px;
        font-weight: 700;
        line-height: 42px;
    }

    .welcome-content-main {
        padding: 0px 55px;
    }

    .trust-content {
        height: 500px;
        padding-right: 20px;
    }

    .trusted-slider .slick-prev,
    .trusted-slider .slick-next {
        bottom: 100px;
    }

    .trusted-slider .slick-prev {
        left: -525px;
    }

    .trusted-slider .slick-next {
        left: -475px;
    }

    .cta-righthand-book {
        width: 350px;
    }

    .cta-book-bg {
        width: 510px;
        right: 200px;
    }

    .cta-books {
        top: 90px;
        width: 360px;
        right: 280px;
    }

}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {

    .logo-wrapper {
        min-width: unset;
    }

    .navbar-brand-logo {
        left: 60px;
        transform: unset;
        bottom: 0px;
    }


    .navbar-brand-logo img {
        height: unset;
        width: 140px;
    }

    .main-nav {
        background: #030D19;
        padding: 10px 0px;
    }

    p.banner-description,
    .banner-text {
        font-size: 13px;
    }

    .banner-sub-heading {
        font-size: 20px;
        padding: 4px 0px;


    }

    .banner-title {
        font-size: 36px;
    }

    .banner-form-input,
    .banner-form-textarea {
        padding: 10px 22px;
    }

    .banner-form-card {
        padding: 30px 25px;
    }

    .banner-form {
        max-width: 320px;
    }

    .banner-girl-image {
        left: -20px;
        width: 240px;
    }

    .banner-form::before {
        width: 370px;
    }

    h2.main-title {
        font-size: 42px;
        line-height: 45px;
    }

    .main-btns {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .opened-right .card-title {
        margin-bottom: 5px;
    }

    .opened-right .card-desc {
        margin-bottom: 10px;
    }

    .col-lg-12 .main-btns {
        justify-content: center;
    }

    .publishing-girl-group {
        width: 290px;
    }

    .publishing-airoplane {
        left: -40px;
        top: -50px;
        width: 220px;
    }

    .publishing-content-images {
        display: none;
    }

    .publishing-logo-stamp {
        left: -50px;
    }

    .welcome-content-main {
        min-height: 440px;
    }


    .featured-tabs {
        padding: 20px 20px;
    }

    .trusted-slider .slick-prev,
    .trusted-slider .slick-next {
        bottom: -20px;
    }

    .trusted-slider .slick-prev {
        left: -445px;
    }

    .trusted-slider .slick-next {
        left: -395px;
    }


    .cta-righthand-book {
        width: 280px;
    }


    .bg-shadow {
        right: -130px;
        top: 0px;
        width: 450px;
    }

    .cta-book-bg {
        width: 510px;
        right: 70px;
    }

    .cta-books {
        top: 160px;
        width: 340px;
        right: 170px;
    }

    .cta-righthand-book {
        width: 280px;
        top: 30%;
    }

    .banner-content {
        overflow: unset;
    }

    .banner-btns {
        width: 510px;

    }

    .welcome-content-main h3 {
        font-size: 16px;
    }
}


/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {


    .about-image-main {
        position: relative;
        width: 90%;
        margin: 0 auto;
        height: 700px;
    }

    .services-title {
        padding: 0px 0px;
        padding-bottom: 40px;
    }


    .publishing-girl-group {
        width: 370px;
    }

    .publishing-airoplane {
        left: 0px;
        top: 50px;
        width: 320px;
    }

    .publishing-logo-stamp {
        left: 100px;
    }

    .publishing-right-main {
        padding-top: 30px;
    }

    .welcome-content-main {
        padding: 0px 80px;
    }

    section.special-welcome::before {
        content: '';
        position: absolute;
        inset: 0;
        background: #0f2944;
        z-index: 1;
    }

    .featuerd-title {
        text-align: center;
        padding: 0px 20px;
    }

    .trusted-slider {
        position: absolute;
        width: 90%;
        right: 5%;
        top: 470px;
    }

    .trust-content {
        height: 880px;
        padding-right: 0px;
    }

    .services-dropdown-menu {
        position: static;
        width: 100%;
        max-width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(11, 20, 32, 0.6);
        border: 1px solid rgba(214, 198, 139, 0.15);
        margin-top: 10px;
        pointer-events: auto;
    }

    .services-dropdown-list {
        max-height: 360px;
    }

    .trusted-slider .slick-prev,
    .trusted-slider .slick-next {
        bottom: unset;
        top: -60px;
    }

    .trusted-slider .slick-prev {
        left: 0;
    }

    .trusted-slider .slick-next {
        left: 50px;
    }

    .faq-promo-card {
        position: relative;
        width: 500px;
        margin: 0 auto;
    }



    .btn-gradient {
        width: min-content !important;
    }


    .cta-book-bg {
        width: 250px;
        right: 0px;
    }

    .cta-books {
        top: 290px;
        width: 170px;
        right: 35px;
    }


    .cta-righthand-book {
        width: 250px;
        top: 1%;
    }

    .bg-shadow {
        right: -70px;
        top: -180px;
        width: 350px;
    }

    .contact-content {
        padding-top: 30px;
    }

    .newsletter-content .description {
        padding: 0px 30px;
    }

    .banner-bg img {
        height: 1100px;
    }

    .banner-form {
        max-width: 420px;
    }

    .banner-girl-image {
        left: 20px;
        width: 280px;
    }

    .banner-right-main {
        margin-top: 25px;
    }

    .top-bar {
        display: none;
    }

    /* Book Grid Responsive Styling */
    .featured-tabs {
        padding: 20px 10px;
    }

    .tab-buttons {
        gap: 8px;
        margin-bottom: 25px;
    }

    .tab-btn {
        font-size: 13px;
        padding: 6px 16px;
    }

    .book-grid {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

    .book-col,
    .book-col.large,
    .book-col.center-align {
        width: 100% !important;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .book-grid .book-card,
    .book-card.medium,
    .book-card.large {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .book-card img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .footer-links-wrapper .col-lg-7 {
    padding-left: 22px;
}

    #bookServicesSlider .slick-center .card-opened {
        display: flex;
        flex-direction: column;
    }

    .opened-right {
        width: 100%;
    }

    .book-card {
        height: 420px;
    }
        .book-card {
        height: 500px;
    }
    .opened-left, .opened-right {
    height: 50%;
}


    .book-card img {
        object-position: 0% 40%;
    }










}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .top-bar {
        display: none;
    }

    .about-image-main {
        height: 550px;
    }

    .publishing-girl-group {
        width: 280px;
    }

    .publishing-airoplane {
        width: 260px;
    }

    .publishing-logo-stamp {
        left: 30px;
        width: 150px;
    }

    .welcome-content-main {
        padding: 0px 40px;
    }

    .trusted-slider {

        top: 570px;
    }

    .sponsors::after {
        transform: rotate(-2deg);
    }

    .sponsors::before {
        transform: rotate(2deg);
    }
    .banner-form {
        max-width: 380px;
    }
    .banner-girl-image {
        left: -20px;
        width: 220px;
    }

    .banner-form::before {
        width: 415px;
        left: -17px;
        bottom: -10px;
    }



.publishing-girl {
    padding-top: 55px;
}

.cta-books, .cta-righthand-book, .cta-book-bg, .bg-shadow {
    display: none;
}



}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
 .container {
    width: 96%;
  }
    .banner-btns {
        width: unset;
    flex-wrap: wrap;
}
    .banner-girl-image {
        display: none;
    }
        .banner-bg img {
        height: 1430px;
    }
        .banner-form::before {
        display: none;
    }
        .about-image-main {
        height: 390px;
    }
    .spacing {
    padding: 80px 0px;
}
.main-sub-title {
    font-size: 18px;
}
    h2.main-title {
        font-size: 32px;
        line-height: 35px;
    }
    .points li {
    line-height: 17px;
}
ul.points {
    display: flex;
    flex-direction: column;
    gap: 14px;
}



    .publishing-airoplane {
        display: none;
    }
    .publishing-girl-group {
        width: 100%;
    }
    .welcome-content-wrapper {
    position: relative;
    width: 100%;
}
#bookServicesSlider .slick-center .card-opened {
    display: flex;
    flex-direction: column;
}
.opened-right {
  width: 100%;
}
    .book-card {
        height: 458px;
    }
.welcome-content-main .last-title {
    width: auto;
}


.featuerd-title {
        text-align: center;
        padding: 0px 10px;
    }



.book-grid {
        display: flex;
        flex-direction: unset;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
        flex-wrap: wrap;
    }


    .book-grid .book-card, .book-card.medium, .book-card.large {
        max-width: 150px;
    }


    .trusted-slider {

top: 660px;

}
    .trusted-slider {

top: 660px;

}
.custom-faq-accordion .accordion-button {
    font-size: 18px;
}
    .faq-promo-card {
        width: 100%;
    }
.faqs-content {
    top: 40px;
}

.authors-badge {
    gap: 42px;
}


.rating-box .rating-count {
    text-align: end;
}

.trust-content {
        height: 1040px;
    }

    .book-grid .book-card, .book-card.medium, .book-card.large {
        max-width: 240px;
    }

    .navbar-brand-logo {
        left: 20px;
    }
.opened-right a.btn-gradient {
    padding: 5px 13px;
}
.services-sec {
    background-size: cover;
}
    .publishing-girl {
        padding-top: 70px;
    }   
        .book-grid .book-card, .book-card.medium, .book-card.large {
        max-width: 150px;
    }
        .book-col, .book-col.large, .book-col.center-align {
             width: unset !important;
        }
        .welcome-content-main .main-btns {
    justify-content: center;
}
.faqs-content h3 {
    font-size: 36px;
}
#quoteModal .modal-body {
    padding: 20px 24px 20px;
}
.quote-form .form-label {
    font-size: 14px;
}

.quote-form .form-control {
    padding: 7px 16px;
    font-size: 14px;
}
.quote-form .col-md-6.mb-3 {
    margin-bottom: 10px !important;
}
#quoteModal .modal-header {
    padding-top: 12px !important;
}
.hide-mobile {
    display: none !important;
}
.banner-right-main::before {

display:none;
}
a.whatsapp-icon-sticky {
    bottom: 8px;
    left: 90px;
}

}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 320px) {}

/* Hide custom GSAP-driven cursor on small screens (576px and below) */

@media only screen and (max-width: 576px) {
    .cursor1,
    .cursor2 {
        display: none;
    }

    body {
        cursor: auto;
    }
}