    html{
      scroll-behavior: smooth;
      scroll-padding: 40px;
      overflow-x: hidden;
    }
    body {
      margin: 0;
      padding: 0;
      font-family: 'Playfair Display', 'segoe ui';
      background-color: #fdfaf6;
      max-width: 100%;
      overflow-x: hidden;
    }
    /* Navbar  */
    .custom-navbar {
      background-color: #fdfaf6;
      box-shadow: none;
      padding: 1rem auto;
      z-index: 10;
    }
    
    .logo-text .brand-top {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1;
    }

    .logo-text .brand-bottom {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
    }
    
    .navbar-nav .nav-link {
      font-size: 1rem;
      font-weight: 700;
      color: #333 !important;
      position: relative;
      padding: 0.3rem 0.5rem;
    }
    
    .navbar-nav .nav-link.active::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000;
    }
/* Hero  */
    .hero-section {
      background-image: url('texture.jpg');
      background-size: cover;
      background-position: center right;
      padding-top: 40px;
      position: relative;
      display: flex;
      min-height: 100vh;
      overflow: hidden;
    }

    .hero-text {
      background-color: #fdfaf6;
      width: 70%; /* Changed from 60% */
      padding: 80px 60px;
      z-index: 1;
      position: relative;
      height: 100%;
      margin-left: 0;
    }


    .hero-text h6 {
      color: #c59a5c;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .hero-text h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #111;
    }

    .hero-text p {
      color: #555;
      max-width: 500px;
      margin-bottom: 30px;
    }

    .btn-sample {
      border: 1px solid #333;
      padding: 10px 20px;
      font-weight: 500;
      background: none;
      border-radius: 0;
      transition: background 0.5s ease-in-out;
    }
    .btn-sample:hover{
      background-color: #333;
      color: #fdfaf6;
    }

    .featured-logos img {
      max-height: 30px;
      margin-right: 20px;
      filter: grayscale(100%);
      opacity: 0.7;
    }
    .featured-logos img:hover{      
      filter: grayscale(0%);
      opacity: 1;
    }

    .book-container {
      position: absolute;
      right: 15%;
      bottom: 0;
      top: 45%;
      transform: translateY(-50%);
      z-index: 2;
    }

    .book-container img {
      max-width: 300px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }

    /* About  */
    .about-section {
      background-color: #fdfaf6;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px 15px;
    }

    
    .about-title {
      font-family: 'Playfair Display', serif;
      color: #a17846;
      font-weight: bold;
    }
    
    .about-description {
      margin-top: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: 700px;
      color: #777;
    }
    
    .about-logos img.award-img {
      height: 50px;
      filter: grayscale(100%);
      opacity: 0.7;
      transition: filter 0.3s ease, transform 0.3s ease;
      margin: auto 25px;
    }

    .about-logos img.award-img:hover {
       filter: grayscale(0%);
       transform: scale(1.05);
       opacity: 1;
    }

    .award-img {
      height: 50px;
      filter: grayscale(100%);
      opacity: 0.7;
      transition: filter 0.3s ease, transform 0.3s ease;
      margin: auto 25px;
    }
    .award-img:hover {
      filter: grayscale(0%);
      transform: scale(1.05);
      opacity: 1;
    }

    /* Author  */
    .author-story img{
      max-height: 90vh;
    }
    
    .btn-read-more {
      font-weight: 500;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #a17846;
      padding-bottom: 2px;
      transition: all 0.3s ease;
    }
    
    .btn-read-more:hover {
      color: #a17846;
      border-color: #000;
    }
    .stats-border-top {
      border-top: 1px solid #ddd;
    }
    
    .stat-number {
      font-size: 2.5rem;
      font-weight: 700;
      color: #a17846;
      font-family: 'Playfair Display', serif;
    }
    
    .stat-label {
      color: #444;
      font-size: 1rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    /* best sellers */
    .bestsellers h1{
      font-family: 'Playfair Display', serif;
      color: #a17846;
      text-transform: capitalize;
    }
    .bestsellers img {
      width: 75%;
      height: auto;
      max-height: 350px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .bestsellers img:hover {
      transform: scale(1.02);
    }
    .bestsellers h5 {
      font-family: 'georgia', serif;
      font-size: 1.1rem;
    }
    .bestsellers a {
      color: #77592f !important;
      font-weight: 500;
      font-family: 'segoe ui';
    }
    .bestsellers a:hover{
      border-bottom: 1px #c59a5c solid;
    }
    .quote-section {
      position: relative;
      background: url('quote.png') no-repeat center center/cover;
      min-height: 90vh;
      padding: 80px 15px;
      z-index: 1;
    }
    
    .quote-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #722f10a9; /* your desired overlay color */
      z-index: 0;
    }
    
    .quote-section .container {
      position: relative;
      z-index: 1; /* content stays above overlay */
    }
    .quote-icon {
      font-size: 5rem;
      font-family: 'Playfair Display', serif;
      line-height: 1;
      margin-bottom: 1rem;
      color: white;
    }
    
    .quote-text {
      max-width: 800px;
      background-size: 100%;
      font-size: 1.5rem;
      font-weight: 500;
      font-family: 'Playfair Display', serif;
    }
     
    .quote-text p {
      font-size: 1.8rem;
      line-height: 1.7;
      font-family: 'Playfair Display';
    }
    
    /* .signature {
      max-height: 40px;
    } */
    
    .author-name {
      font-weight: 600;
      font-size: 1rem;
      font-family: 'Playfair Display', serif;
    }

/* signed book  */
     .btn-dark{
      font-family: 'segoe ui';
      transition: background 0.4s ease;
     }
    .btn-dark:hover{
      background: #fdfaf6;
      color: #000;
    }
    /* footer  */
    .form-control{
      font-family: 'segoe ui';
    }
    .form-control:focus{
      box-shadow: none;
      border: 1px #111 solid;
    }
    .form-btn{
      color: #77592f;
      font-weight: 500;
      font-family: 'segoe ui';
      border: none;
      border-bottom: #000 2px solid;
      padding: 2px;
    }
    .form-btn:hover{
      color: #000;
    }
    footer .nav-item:hover{
      border-bottom: #111 2px solid;
      margin-bottom: -2px;
    }



    @media (max-width: 992px) {
      .hero-section {
        flex-direction: column;
        width: 100%;
        margin: 0;
      }
      .hero-text {
        width: 100%;
        padding: 60px 30px;
        text-align: center;
      }
      .book-container {
        position: static;
        transform: none;
        margin: 40px auto;
        padding: 0 15px;
        display: flex;
        justify-content: center;
      }
      .featured-logos img{
        margin-top: 20px;
      }
      .bestsellers a{
        font-size: 0.7rem;
      }
    }
