/* Responsive Css */


@media only screen and (max-width: 1749px){



}


@media only screen and (max-width: 1499px){

 

}


@media only screen and (max-width: 1399px){



}


@media only screen and (max-width: 1299px){



}



@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .slide-text-section{
    padding-left: 0px;
    padding-right: 0px;
  }

}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){


}


@media only screen and (max-width: 767px){
  .sec-title h2{
    font-size: 36px;
    line-height: 44px;
  }

  .sec-title h2 br{
    display: none;
  }

}

@media only screen and (max-width: 599px){

  .pagination li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .search-popup .upper-box{
    padding-left: 30px;
    padding-right: 30px;
  }


}


@media only screen and (max-width: 499px){

  .mobile-menu,
  .chat-popup{
    width: 100%;
  }


}
/* ========================================================= */
/* Custom Global Responsive Fixes for BookCrown Layouts */
/* ========================================================= */
@media only screen and (max-width: 1199px) {
    .image-column > div[style*="width: 550px"] {
        width: 400px !important;
        height: 400px !important;
    }
}

@media only screen and (max-width: 991px) {
    /* General Typography Overrides */
    h2[style*="font-size: 70px"], 
    h2[style*="font-size: 60px"], 
    h2[style*="font-size: 54px"], 
    h2[style*="font-size: 50px"],
    h2[style*="font-size: 48px"] {
        font-size: 40px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }
    
    /* Immersive Promise Section */
    .immersive-promise-section {
        padding: 80px 0 !important;
        background-attachment: scroll !important;
        background-position: center !important;
    }
    .immersive-promise-section .promise-content {
        padding: 40px 20px !important;
        border-radius: 20px !important;
    }
    .immersive-promise-section h3 {
        font-size: 22px !important;
    }
    
    /* Bento Cards */
    .bento-main-card {
        padding: 40px 30px !important;
        margin-bottom: 20px !important;
    }
    .bento-main-card > div[style*="width: 300px"] {
        width: 150px !important;
        height: 150px !important;
        top: -20px !important;
        right: -20px !important;
    }
    .bento-side-card {
        padding: 30px !important;
        margin-bottom: 20px !important;
    }
    
    /* CTA Glass Card */
    .glass-cta-card {
        padding: 30px 20px !important;
        margin-top: 30px !important;
    }
    .image-column > div[style*="width: 550px"] {
        display: none !important; /* Hide massive background circles on tablet to save space */
    }
    
    /* Global Distribution Section */
    .distribution-grid {
        grid-template-columns: 1fr !important;
    }
    .platform-card {
        width: 100% !important;
        grid-column: span 1 !important;
        transform: translateY(0) !important;
        margin-top: 0 !important;
    }
    
    /* Fix overlap and padding */
    .content-box[style*="padding-left"],
    div[style*="padding-left: 80px"],
    div[style*="padding-left: 50px"] {
        padding-left: 0 !important;
        margin-top: 40px;
    }
    .inner-box[style*="padding-right"] {
        padding-right: 0 !important;
    }
    .image-wrapper[style*="padding-right"] {
        padding-right: 0 !important;
    }
    
    /* Quote & Overlap fixes */
    .quote-box {
        margin-left: 0 !important;
        padding: 25px !important;
    }
    .quote-box p {
        font-size: 18px !important;
    }
    
    /* Spacing */
    .pt_120 { padding-top: 70px !important; }
    .pb_120 { padding-bottom: 70px !important; }
    .pb_150 { padding-bottom: 70px !important; }
}

@media only screen and (max-width: 767px) {
    /* Extra Small Device Adjustments */
    h2[style*="font-size: 70px"], 
    h2[style*="font-size: 60px"], 
    h2[style*="font-size: 54px"], 
    h2[style*="font-size: 50px"],
    h2[style*="font-size: 48px"] {
        font-size: 32px !important;
    }
    p[style*="font-size: 24px"],
    p[style*="font-size: 22px"],
    p[style*="font-size: 20px"] {
        font-size: 18px !important;
    }
    
    .glass-cta-card h3 { font-size: 28px !important; }
    .btn-box a, .theme-btn { padding: 12px 25px !important; font-size: 16px !important; }
    
    .bento-main-card h2 { font-size: 30px !important; }
    .immersive-promise-section h2 { font-size: 30px !important; }
    
    /* Badges */
    div[style*="position: absolute; bottom: 40px; right: -40px;"] {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        margin-top: -30px;
    }
}
