.books-hero-section {
    position: relative;
    padding: 80px 0;
    padding-top: 40px;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
    min-height: 100vh;
    background-image: url("../images/hero-banner.png");
  }
  .navbar-logo{
    text-align: left;
  }
  .navbar-logo img{
    height: 70px;
    width: 170px;
    object-fit: contain;
  }
  .text-bottle-green{
    color: #005f7f !important;
  }
  /* diagonal gradient overlay */
  /* .books-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      110deg,
      rgba(5, 60, 90, 0.85) 45%,
      rgba(0, 200, 180, 0.85) 45%
    );
  }
   */
  .books-hero-section .container {
    position: relative;
    z-index: 2;
  }
  
  .hero-title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 38px;
    margin-bottom: 80px;
    margin-top: 40px;
  }
  
  .hero-desc {
    font-size: 20px;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 0;
  }
  
  .books-group img {
    max-width: 820px;
    width: 100%;
  }
  .ad-cards{
    padding: 80px 0 100px 0;
  }
  .camp-card{
    color: #ffffff;
    background-image: url("../images/bg-card.png");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 16px;
    border-radius: 20px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .camp-mockup-image img {
    height: 462px;
    max-width: 350px;
    width: 100%;
   object-fit: contain;
   object-position: bottom;
  }
  .camp-details{
    text-align: center;
    flex: 1;
    padding-bottom: 26px;

  }
  .camp-details .title{
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
  }
  .camp-details .text{
    font-size: 20px;
    font-weight: 500;
  }
  .desk-image{
    width: 100%;
    max-width: 600px;
    height: 100%;
    object-fit: contain;
  }
  .camp-web-text{
    font-weight: 500;
    font-size: 23px;
    line-height: normal;
    text-align: center;
    color: #005F7F;
      white-space: nowrap; /* ✅ Force text in one line */

  }
  .kit-section{
    background-color: #DAF6FF;
    padding: 80px 0;
  }
  .kit-section .members-kit-image{
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .kit-section .members-kit-image::after{
    content: "";
    position: absolute;
    background-image: url("../images/ovel-white.svg");
    height: 136px;
    width: 100%;
    bottom: 75px;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    z-index: -1;
  }
  .kit-section .members-kit-image img{
    height: 600px;
    max-width: 800px;
    width: 100%;
    object-fit: contain;
  }
.kit-course-quote{
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #005F7F;
    position: relative;
}
.kit-course-quote::after{
    content: "";
    position: absolute;
    background-image: url("../images/quote-green.svg");
    height: 85px;
    width: 100px;
    background-size: contain;
    top: -50px;
    transform: translateX(-50%);
    left: 50%;
    background-repeat: no-repeat;
}
.get-ad-title{
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    color: #000000;
   
}
.trial-btn{
background-color: #F09837;
border-radius: 20px;
font-weight: 600;
font-size: 22px;
text-align: center;
color: #FFFFFF;
padding: 16px;
min-width: 280px;
line-height: normal;
}
.camp-details.manage-w{
    width: 58%;
    flex: initial;

}
.cross-image{
    width: 61%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 378px;

}
.cross-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}
.ad-stopstutter{   
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #005F7F;
}
.free-book-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url("../images/thanks-bg.png");
  }
  
  /* light overlay like screenshot */
  .free-book-section::before {
    content: "";
    position: absolute;
    inset: 0;
   
  }
  
  .free-book-section .container {
    position: relative;
    z-index: 2;
  }
  
  .no-thanks {
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    font-size: 36px;
  }
  
  .free-book-section .section-title {
    font-weight: 600;
    margin-top: 10px;
    font-size: 36px;
    color: #000000;
  }
  
  .free-book-section .book-img {
    max-width: 360px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.15); */
  }
  
  /* CARD */
  .free-book-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 35px 30px;
    border: 2px solid #2b6e84;
  }
  .free-book-card .mail-icon{
    height: 26px;
    width: 26px;
    object-fit: contain;
    position: absolute;
    left: 25px;
    top: 25%;
    transform: translateX(-50%);
  }
  .free-book-card  .card-subtitle {
    color: #2b6e84;
    font-weight: 700;
    font-size: 28px;
  }
  
  .free-book-card .camp-email-input{
    position: relative;
  }
  .free-book-card .book-title{
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
  }
  .free-book-card .book-title span {
    font-weight: 600;
    font-size: 30px;
  }
  
  .free-book-card .camp-email-input .form-control {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #2b6e84;
    padding-left: 42px;
  }
  
  .free-book-card .download-btn {
    background: #0e5c73;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
  }
  
  .free-book-card  .download-btn:hover {
    background: #0a4c5f;
    color: #fff;
  }
  
  .trial-modal {
    background: linear-gradient(180deg, #3ca7a1, #5ec6b5);
    border-radius: 20px;
    color: #fff;
  }
  
  .trial-modal .qr-img {
    max-width: 90px;
}
  .trial-modal  .store-btn img {
    height: 30px;
    width: 117px;
    max-width: 100%;
    object-fit: contain;
  }
  .trial-modal .modal-title{
    font-size: 28px;
    font-weight: 600;
  }
  .trial-modal  .website-btn {
    display: inline-block;
    background: #fff;
    color: #005f7f;
    padding: 10px 26px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
  }
  
  .trial-modal  .modal-content {
    border: none;
  }
  .trial-modal .store-btn{
    display: block;
    padding: 10px 26px;
    background-color: var(--bg-white);
    border: 2px solid var(--purple);
    position: relative;
    border-radius: 12px;
    transition: 0.4s all;
  }
  /* Responsive */
  @media (max-width: 1700px) {
    .hero-title {
        font-weight: 700;
        line-height: 1.4;
        font-size: 38px;
    }  
    .hero-desc {
        font-size: 18px;
    }  
 
  }

  @media (max-width: 1600px) {
    .camp-mockup-image img {
        height: 415px;
    }
  }
  @media (max-width: 1400px) {
    .navbar-logo img {
        height: 60px;
        width: 136px;
    }
    .camp-details .title {
        font-size: 28px;     
        line-height: normal;
    }
    .camp-details .text {
        font-size: 18px;
    }
    .kit-section .members-kit-image img {
        height: 602px;
        max-width: 700px;
    }
    .trial-btn {    
        font-size: 18px;  
        padding: 14px;
    }   
    .ad-stopstutter {
        font-size: 24px;
    } 
  }
  @media (max-width: 1200px) {
    .hero-title {
        font-size: 32px;
    }
    .hero-desc {
        font-size: 16px;
    }
    .camp-mockup-image img {
        height: 350px;
    }
    .camp-details .text {
        font-size: 16px;
    }
    .camp-web-text {       
        font-size: 20px;
    }    
    .get-ad-title {       
        font-size: 40px;
    }    
    .free-book-card .book-title {
        font-size: 20px;
    }
    .free-book-card .book-title span {
        font-size: 24px;
    }
    .free-book-section .book-img {
        max-width: 272px;
    }    
    .no-thanks {
        font-size: 28px;
    }
    .free-book-section .section-title {
        font-size: 28px;
    }
  }
  @media (max-width: 991px) {
    .books-hero-section {
        padding: 32px 0 70px 0;
      text-align: center;
      min-height: auto;
    }
  
    .books-group img {
        max-width: 395px;
      margin: auto;
    }
    .hero-title {
        font-size: 24px;
        margin-bottom: 54px;
    }
    .navbar-logo img {
        height: 50px;
        width: 114px;
    }
 
    .camp-mockup-image img {
        height: 245px;
    }
    .camp-details{
        padding-bottom: 0;
    }
    .camp-details .text {
        font-size: 14px;
    }
    .camp-details .title {
        font-size: 18px;
    }
    .ad-cards {
        padding: 20px 0 70px 0;
    }
    .kit-section .members-kit-image::after{
        width: 100%;
        bottom: 22px;
    }
    .kit-section .members-kit-image img {
        height: 375px;
        max-width: 436px;
    }

    .kit-course-quote::after {      
        height: 60px;
        width: 68px;     
        top: -30px;
    }
    .kit-section {
      padding: 20px 0 60px 0;
    }
    .kit-course-quote {
      
        font-size: 20px;
    }
    .get-ad-title {
       
        font-size: 30px;
    }
    .free-book-section {
        padding: 60px 0;
      }
    
      .book-img {
        max-width: 180px;
      }
      .trial-btn {
        font-size: 16px;
        padding: 10px;
        min-width: 224px;
    }
    .no-thanks {      
        font-size: 22px;
    }
    .free-book-section .section-title {    
        font-size: 22px;
    }
    .free-book-section .book-img {
        max-width: 240px;
    }    
  }
  @media (max-width: 767px) {
    .camp-web-text {
        font-size: 14px;
    } 
    .kit-section .members-kit-image {
        margin-bottom: 36px;

    }
    .kit-section .members-kit-image img {
        height: 235px;
        max-width: 296px;
    } 
    .kit-section .members-kit-image::after {
        height: 110px;
        bottom: -20px;
    }
    .kit-course-quote {
        font-size: 16px;
    }
    .cross-image {
        width: 40%;
    }
    .hero-title {
        font-size: 20px;
    }
    .get-ad-title {
        font-size: 22px;
    }
    .camp-card {
        height: auto;
    }
    .ad-stopstutter {
        font-size: 16px;
        margin-bottom: 8px;

    }
    .trial-btn {
        font-size: 14px;
        padding: 9px;
        min-width: 177px;
    }
    .free-book-card .book-title {
        font-size: 16px;
    }
    .free-book-card .book-title span {
        font-size: 20px;
    }
    .free-book-card .card-subtitle {
        font-size: 22px;
    }
    .free-book-section .book-img {
        max-width: 200px;
    }
    .free-book-card {
       
        padding: 28px 20px;
    }
    .free-book-card .camp-email-input .form-control {
        font-size: 14px;
    }
    .free-book-card .mail-icon {
        height: 22px;
        width: 22px;
    }
    .navbar-logo img {
        height: 36px;
        width: 86px;
    }
    .trial-modal .store-btn{
        padding: 10px 15px;
    }
    .trial-modal .qr-img {
        max-width: 76px;
    }
    .trial-modal .modal-title {
        font-size: 23px;
    }
  }