@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
  }

  /* Ensure Font Awesome icons display correctly */
  .fa,
  .fas,
  .far,
  .fal,
  .fad,
  .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
  }

  .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
  }

  /* CSS Variables for carousel */
  :root {
    --card-bg: #ffffff;
    --radius: 12px;
   
    --accent: #e4572e;
  }

 .home {
  background-image:  linear-gradient( to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('images/941ec605f1f6d7e1ba7981f7e1505559243b436c (1).jpg');
  background-size: 100% 100%;  /* 👈 stretches image to fill */
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
}



  .main-container {
    width: 100vw;
    min-height: 100vh;
  }

  /* Navigation Styles */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;

    top: 0;
    z-index: 1000;
    width: 100vw;
    border-bottom: 2px solid white;
    height: 12vh;
  }

  /* Logo Styles */
  .logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    color: white;
    background-color: black;
    padding: 8px;
    font-weight: bold;
    font-family: Arial, sans-serif;
  }

  .logo .name {
    font-size: 18px;
  }

  .logo .phone {
    font-size: 14px;
  }

  /* Contact box (alternate logo) */
  .contact-box {
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    color: white;
    font-family: 'Anton', sans-serif;
    line-height: 1.2;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
  }

  .contact-box .name {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .contact-box .phone {
    font-size: 16px;
  }

  /* Navigation Menu */
  .nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .nav-item {
    position: relative;
  }

  .nav-link {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .nav-link:hover,
  .nav-link.active {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
  }

  .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
  }

  /* Mobile Menu Toggle */
  .nav-toggler {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
  }

  .nav-toggler .bar {
    width: 25px;
    height: 3px;
    background-color: white !important;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
    display: block;
  }

  .nav-toggler.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
    background-color: rgb(0, 0, 0) !important;
  }

  .nav-toggler.active .bar:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }

  .nav-toggler.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
    background-color: rgb(0, 0, 0) !important;
  }

  /* Home Content Layout */
  .home-content {
    color: white;
    z-index: 10;
  }

  .home-text-h1 {
    /* position: absolute; */
    top: 12vh;
    right: 18%; 
    /* text-align: right; */
    color: white;
    z-index: 10;
  }

  .home-text-h1 h1 {
    font-size: 2.6rem;
    line-height: 1.3;
    font-family: 'Inknut Antiqua', serif;
    font-weight: 500;

    line-height: 125%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;

  }

  .home-subtitle {
    margin-left: -10%;
  }

  .text-content-p {
    margin-top:20px;
    /* margin-left: 35%; */

    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: 'Inknut Antiqua', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;

  }

  .home-description {
    /* margin-left: 35%; */
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 25px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0%;
    width: 500px;
  }

  .home-content-butten {
    margin-left: 35%;
  }


  .home-content button {
    padding: 12px 24px;
    background-color: #e4572e;
    color: white;
    border: 1px solid white;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

  }

  .home-content button:hover {
    background-color: #d44520;
    transform: translateY(-2px);
  }

  .home-new-updatext{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    gap: 5%;
    width: 90vw;
    height: auto;
    flex-direction: row;
  }

  .home-text-section {
    flex: 1;
    max-width: 50%;
    color: white;
  }

  .home-book {
    flex: 0 0 auto;
    max-width: 40%;
    text-align: center;
  }

  .home-book img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .home-new-subtitle{
    margin-top: 15px; margin-bottom: 15px; font-size: 1.5rem;
  }

  /* Social Icons */
  .social-icons {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    gap: 15px;
    z-index: 100;
  }

  .social-icons span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10%;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .social-icons span:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  /* Chat Icon Styles */
  .chat-icon {
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 100;
    transition: all 0.3s ease;
  }

  .chat-icon a {
    display: block;
    text-decoration: none;
  }

  .chat-icon img {
    width: 120px !important;
    height: 90px !important;
    border-radius: 15px;

    object-fit: contain;
    padding: 5px;
  }

  .about-section {
    /* display: flex; */
    justify-content: center;
    align-items: flex-start;
    padding: 40px 80px;
    padding-left: 20%;
    background-color: #fff;
    font-family: 'Georgia', serif;
    color: #333333;
    gap: 40px;
    font-weight: 900;
  }

  .about-content {
    flex: 1;
    max-width: 700px;
  }

  .about-content h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
  }

  .about-content p {
    line-height: 1;
    text-align: justify;
    font-family: 'Josefin Slab', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 119%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);


  }

  .about-content button {
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    background-color: #d35400;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .about-content button:hover {
    background-color: #e67e22;
  }

  .about-image img {
    max-width: 250px;
    height: auto;
    object-fit: contain;
    margin-top: 90%;

  }

  .border-line {
    width: 100vw;
    height: 2px;
    background-color: rgba(116, 83, 0, 1);
  }

  .books-section-border {
    height: 30px;
    background-color: #D6CCAA;
    ;
  }


  /* Services Section */
  .service-page {
    padding: 30px 20px 20px;
    background-color: #E9DEC4;
  }

  .service-intro {
    text-align: center;
    margin-bottom: 10px;
  }

  .service-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.5rem;
    margin: 15px;
    font-weight: 600;
    color: black;
    line-height: 1.1;
    padding-top: 10px;
  }

  .service-subtitle {
    font-size: 0.8rem;
    max-width: 580px;
    margin: 10px auto 0;
    line-height: 1.5;
    color: #504d42;
  }

  /* Carousel container */
  .carousel-container {
    position: relative;
    width: 100vw;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  /* Cards */
  .carousel {
    position: relative;
    width: 100vw;
    height: 100%;
    perspective: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-card {
    position: absolute;
    width: 280px;
    height: 370px;
    background: var(--card-bg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    z-index: 1;
    padding: 12px 20px 15px;
    background-color: #434A25;

  }

  .card-img-wrapper {
    flex: 0 0 220px;
    overflow: hidden;
    position: relative;
  }

  .service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Background color for left and right service card images */
  .service-card.left img,
  .service-card.right img {
    background-color: rgba(56, 66, 32, 0.8);
  }

  .card-content {
    padding-top: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }

  .card-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 1rem;
    font-weight: 500;
    /* margin: 0 0 6px; */
    /* color: var(--title-color); */
    color: white;
  }

  .card-desc {
    margin: 0 0 12px;
    flex: 1;
    color: white;
    line-height: 1.4;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 125%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .read-more {
    font-size: 0.60rem;
    color: white;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding-bottom: -80px;
    font-family: 'Inknut Antiqua', serif;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  /* Positions */
  .service-card.center {
    transform: translateX(0) scale(1.1) translateZ(0);
    opacity: 1;
    filter: none;
    z-index: 3;
  }

  .service-card.left {
    transform: translateX(-300px) scale(0.85) rotateY(0) translateZ(-30px);
    opacity: 1;
    /* filter: blur(2.8px) brightness(0.94); */
    z-index: 2;
  }
  .service-card.center,
    .service-card:not(.left):not(.right) {
      opacity: 1 !important;
      filter: none !important;
      transform: none !important;
    }
    .card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4.5em;       /* Keep equal height */
}


  .service-card.right {
    transform: translateX(300px) scale(0.85) rotateY(0) translateZ(-60px);
    opacity: 1;
    z-index: 2;
  }

  .service-card.hide {
    transform: translateY(70px) scale(0.7) rotateY(24deg) translateZ(-120px);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
    /* .carousel-card .read-more {
    margin-top: auto;
    color: rgba(255, 207, 172, 0.9);
    text-decoration: none;
    transition: text-decoration 0.2s;
    font-family: 'Inknut Antiqua', serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .carousel-card .read-more:hover {
    text-decoration: underline;
  } */

          
   .service-button {
           margin-top: auto;
    color: rgba(255, 207, 172, 0.9);
    text-decoration: none;
    transition: text-decoration 0.2s;
    font-family: 'Inknut Antiqua', serif;
    font-weight: 500;
        background-color: rgba(56, 66, 32, 0.8);

    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
        }

        /* .service-button:hover {
                text-decoration: underline;
        } */

  .service-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            padding: 20px;
        }

        .service-modal-overlay.service-modal-active {
            display: flex;
        }

        .service-modal-card {
            background: white;
            border-radius: 12px;
            max-width: 600px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            position: relative;
            animation: serviceModalSlideIn 0.3s ease-out;
        }

        @keyframes serviceModalSlideIn {
            from {
                opacity: 0;
                transform: scale(0.9) translateY(-20px);
            }
            to {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        .service-modal-img-wrapper {
            width: 90%;
            height: 400px;
            overflow: hidden;
            object-fit: cover;
            padding: 30PX;
        }

        .service-modal-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-modal-content {
            padding: 30px;
        }

        .service-modal-title {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 20px;
            color: #333;
        }

        .service-modal-desc {
            color: #555;
            line-height: 1.8;
            font-size: 1.1rem;
        }

        .service-close-button {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            border: none;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }

        .service-close-button:hover {
            background: rgba(0, 0, 0, 0.9);
        }

        @media (max-width: 768px) {
            .service-modal-card {
                margin: 10px;
                max-height: 95vh;
            }

            .service-modal-content {
                padding: 20px;
            }

            .service-modal-title {
                font-size: 1.6rem;
            }

            .service-modal-desc {
                font-size: 1rem;
            }
        }

  /* Nav arrows */
  .carousel-nav {
    position: absolute;
    top: 50%;
    width: 100vw;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;

  }

  .nav-btn {
    background: #eee;
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 1rem;
    color: #1F4A38;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(187, 180, 170, 0.6);
    margin: 0 20px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    border: 1px solid #1F4A38;
  }

  .nav-btn:hover {
    background: #e0dacd;
  }

  /* Dots */
  .dots {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
  }

  .dot {
    width: 5px;
    height: 5px;
    background: #b9b4aa;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.25s ease;
    opacity: 0.9;
  }

  .dot.active {
    background: #2c2c2c;
    width: 5px;
    height: 5px;
    opacity: 1;
  }



  /* Book Section */
.books-section{
            background-color: rgba(91, 97, 64, 1);

        }
        .bt-carousel-wrapper {
            max-width: 1100px;
            padding-top: 20PX;
            padding-bottom: 20px;
            margin: 0 auto;
            /* padding: 40px 20px; */
            background-color: rgba(91, 97, 64, 1);

            /* border-radius: 12px; */
            /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
            /* margin-top: 20px; */
        }

        .bt-carousel-header {
            text-align: center;
            margin-bottom: 40px;
            position: relative;
            padding: 0 15px;
        }

        .bt-carousel-title {
        font-size: 1.8rem;
    color: #fffbe6;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0.5rem;
        }

        .bt-carousel-subtitle {
            font-size: 1rem;
    color: #e7e7c6;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
        }

        .bt-decorative-leaf {
            position: absolute;
            width: 60px;
            height: 60px;
            opacity: 0.3;
        }

        .bt-leaf-left {
            left: 20%;
            top: 50%;
            transform: translateY(-50%);
        }

        .bt-leaf-right {
            right: 20%;
            top: 50%;
            transform: translateY(-50%);
        }

        .bt-main-display {
            display: flex;
            align-items: flex-start;
            gap: 40px;
            margin-bottom: 40px;
            padding: 30px;
              background-color: rgba(232, 220, 193, 1);
    color: #2a2a2a;

            border-radius: 15px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            width: 90%;
            margin-left: 5%;
            height: 450px;
            min-height: 450px;
            max-height: 450px;
        }

        .bt-featured-image-container {
            flex: 1;
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .bt-featured-book-image {
            width: 220px;
            height: 340px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
            padding-top: 10px;
        }

        .bt-featured-book-image:hover {
            transform: scale(1.05);
        }

        .bt-rating-section {
            margin-top: 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
        }

        .bt-star-rating {
            color: #f39c12;
            font-size: 1.5rem;
        }

        .bt-rating-details {
            color: #7f8c8d;
            font-size: 0.9rem;
        }

        .bt-book-details {
            flex: 1.5;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 10px 0;
        }

        .bt-book-main-title {
            font-size: 1.4rem;
            margin-bottom: 0.5rem;
            font-family: Playfair Display;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 40px;
            line-height: 135%;
            letter-spacing: 0%;
            height: 120px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .bt-book-description {
            flex: 1;
            font-family: 'Josefin Slab', serif;
            font-weight: 500;
            font-size: 1rem;
            line-height: 115%;
            letter-spacing: 0%;
            vertical-align: middle;
            padding: 0 1rem;
            color: rgba(0, 0, 0, 1);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical;
        }

        .bt-action-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 30px;
            height: 50px;
            align-items: center;
            
        }

        .bt-primary-button {
               background-color: rgba(192, 64, 0, 1);

            border: none;
            border-radius: 8px;
            padding: 12px 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
        }

        .bt-primary-button:hover {
            transform: translateY(-2px);
               background-color: rgba(192, 64, 0, 1);

        }

        .bt-purchase-link {
            color: white;
            text-decoration: none;
            font-weight: bold;
            font-size: 1rem;
        }

        .bt-navigation-controls {
            text-align: center;
            margin: 30px 0;
        }

        .bt-next-button {
            background-color: rgb(36, 66, 49);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 1rem;
            font-weight: bold;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(44, 121, 76, 0.3);
        }

        .bt-next-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(50, 138, 86, 0.4);
            
        }

        .bt-books-display-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .bt-grid-book-thumbnail {
            width: 230px;
            height: auto;
            border-radius: 6px;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .bt-grid-book-thumbnail:hover {
            transform: scale(1.05);
        }

        .bt-active-book {
            border: 3px solid #3498db;
            transform: scale(1.05);
        }

        .bt-testimonials-area {
            text-align: center;
        }

        .bt-testimonials-main-title {
            font-size: 1.4rem;
            font-weight: bold;
            margin-bottom: 1rem;
            margin-top: 2rem;
            font-family: 'Playfair Display', serif;
            font-weight: 500;
            font-size: 30px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
        }

        .bt-reviews-display-row {
            display: flex;
            justify-content: center;
            gap: 2rem;
        }

        .bt-individual-review-card {
            background-color: #fff;
            border-radius: 8px;
            padding: 1.5rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 150px;
            max-width: 25%;
            text-align: left;
            border: 2px solid rgba(192, 64, 0, 1);
            transition: transform 0.3s ease;
        }

        .bt-individual-review-card:hover {
            transform: translateY(-5px);
        }

        .bt-review-star-rating {
            color: #f5a623;
            margin-bottom: 0.5rem;
        }

        .bt-review-content-text {
            font-family: 'Josefin Slab', serif;
            font-weight: 700;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            color: rgba(0, 0, 0, 1);
        }

        .bt-review-author-name {
            margin-top: 1rem;
            color: #555;
            font-family: 'Playfair Display', serif;
            font-weight: 900;
            font-size: 14px;
            line-height: 135%;
            letter-spacing: 0%;
        }
  /* blog and article */

  .blog-and-article {
    height: 30px;
    background: #D7CFB2;

  }



  .blog-section {
    max-width: full-width;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
    background: #E2D5B3CC;

  }

  .blog-section h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #000000;
    font-family: Playfair Display;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

  }

  .blog-section .intro {
    font-family: Josefin Slab;
    font-weight: 800;
    font-style: Regular;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    font-size: 1em;
    line-height: 1.1;
    margin: 10px auto 8px auto;
    max-width: 750px;
  }

  .blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .blog-card {
    background-color: #384220;

    padding: 20px;
    max-width: 370px;
    text-align: left;
  }

  .blog-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
  }

  .blog-card h2 {
    font-size: 1.2em;
    margin: 10px 0;
  }

  .blog-card p {
    font-size: 15px;
    line-height: 135%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0%;
    color: rgba(255, 207, 172, 0.9);
  }

  .blog-card a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 500;
    color: rgba(255, 207, 172, 0.9);
    font-family: 'Inknut Antiqua', serif;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  /* .explore-button {
    margin-top: 30px;
    background-color: #2F4F3E;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-family: 'Inknut Antiqua', serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  } */

  .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E2DCC3;
    /* padding: 40px 0; */
    /* mix-height: 20vh; */
  }

  .carousel-slider {
    display: flex;
    gap: 24px;
    overflow: hidden;
    width: 840px;
    /* 2*350px cards + gap */
  }

  .carousel-card {
    background: rgba(56, 66, 32, 1);
    ;
    color: #fff;
    width: 400px;
    height: 380px;
    /* border: 7px solid #CFC5B9; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
    /* border-radius: 6px; */
    transition: box-shadow 0.25s;
    min-width: 350px;
    margin: 0;
  }

  .carousel-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 12px;
    /* border: 3px solid #CFC5B9; */
  }

  .carousel-card h3 {
    margin: 0 0 8px 0;
    font-family: 'Inknut Antiqua', serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .carousel-card p {
    margin: 0 0 12px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .carousel-card .read-more {
    margin-top: auto;
    color: rgba(255, 207, 172, 0.9);
    text-decoration: none;
    transition: text-decoration 0.2s;
    font-family: 'Inknut Antiqua', serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .carousel-card .read-more:hover {
    text-decoration: underline;
  }

  .carousel-btn {
    background: #eee;
    border: 1px solid #1F4A38;
    color: #1F4A38;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
    margin: 10px 10px;
    border-radius: 50%;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(60, 91, 79, 0.18);
    transition: background 0.2s;
  }

  .carousel-btn:hover {
    background: #e0dacd;
  }

  .carousel-btn-left {
    margin-right: 25px;
  }

  /* .explore-button {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(192, 64, 0, 1);
    color: white;
    padding: 6px 13px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;

  } */

  .blog-explore {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 1px; */
    /* margin-top: 20px; */
    gap: 100px;
    /* padding: 20px; */
    max-width: 100vw;
  }


  .decorative-dog {
    width: 130px;
    height: auto;
    transform: scaleX(-1);
    transition: transform 0.3s ease;
    margin-left: -20%;
  }


  /* Animation for mobile menu items */
  .nav-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
  }

  .nav-menu.active .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .nav-menu.active .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .nav-menu.active .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .nav-menu.active .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  .nav-menu.active .nav-item:nth-child(5) {
    animation-delay: 0.5s;
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Social Media Icons */
  .home-content>div:last-child {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
  }

  .home-content>div:last-child span {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .home-content>div:last-child span:hover {
    color: #e4572e;
    transform: scale(1.1);
  }

  .blog-wrapper {
    position: relative;
    max-width: 900px;
    margin: 50px auto;
    padding: 0 80px;
    /* Add padding for buttons outside */
  }

  .blog-slider-container {
    position: relative;
    overflow: hidden;
    background-color: #2d381f;
    padding: 20px;
    border-radius: 12px;
    max-width: 750px;
    margin: 0 auto;
  }

  .blog-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 500%;
    /* 10 slides * 50% each */
    will-change: transform;
  }

  .blog-slide {
    flex: 0 0 10%;
    /* Each slide is 10% of the track (50% of visible area) */
    padding: 0 10px;
    box-sizing: border-box;
  }

  .blog-slide img {
    width: 101%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.3s ease;
  }

  .blog-slide img[loading="lazy"] {
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
  }

  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

  .blog-slide h3 {
    margin: 10px 0 5px;
    color: #fff;
  }

  .blog-slide p {
    font-size: 14px;
    color: #ddd;
  }

  .blog-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(45, 56, 31, 0.9);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    border-radius: 50px;
    transition: all 0.3s ease;
  }

  .blog-nav-button:hover {
    background: rgba(45, 56, 31, 1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-50%) scale(1.1);
  }

  .blog-nav-left {
    left: 0;
  }

  .blog-nav-right {
    right: 0;
  }

  .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}

.modal-card {
  background: white;
  border-radius: 20px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s ease-out;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

@keyframes slideIn {
  from {
    transform: scale(0.7) translateY(50px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #666;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #f0f0f0;
  color: #333;
}

.modal-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.modal-content {
  padding: 30px;
}

.modal-content h3 {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.modal-content p {
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
}

 



  /* Extra Small Mobile - moved to responsivestyle.css */

  /* contact section  */
  .contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top:  20px;
    gap: 100px;
    background-color: white;
    /* min-height: 100vh; */ /* Remove this line */
    /* height: 100vh; */     /* Remove this line */
  }

  .form-container {
    background-color: #f1e6cd;
    padding: 30px;
    border-radius: 8px;
    width: 400px;
    box-sizing: border-box;
  }

  .contact-heading h1 {
    font-size: 1.8em;
    margin-bottom: 7px;
    font-family: Inknut Antiqua;
    font-weight: 500;
    font-style: Regular;
    /* font-size: 40px; */
    line-height: 36.25px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);


  }

  .contact-heading p {
    margin-bottom: 20px;
    font-size: 0.95em;
    font-family: Josefin Slab;
    font-weight: 800;
    font-style: Regular;
    /* font-size: 20px; */
    line-height: 125%;
    letter-spacing: 0%;

  }

  form label {
    display: block;
    margin-top: 3px;
    font-weight: bold;
    font-size: 0.9em;
    font-family: Josefin Slab;
    font-weight: 800;
    font-style: Regular;
    line-height: 20.37px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    ;

  }

  form input,
  form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    font-family: Josefin Slab;
    font-weight: 900;
    /* font-weight: bold; */
    font-style: Regular;
    font-size: 13.35px;
    line-height: 18.12px;
    letter-spacing: 0%;

  }

  form textarea {
    resize: vertical;
  }

  form button {
    margin-top: 10px;
    width: 100%;
    background-color: rgba(192, 64, 0, 1);

    color: #fff;
    border: none;
    padding: 12px;
    font-size: 1em;
    cursor: pointer;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    line-height: 13.11px;
    letter-spacing: 0%;

  }

  form button:hover {
    background-color: #944d1a;
  }

  .info-container {
    max-width: 500px;
  }

  .info-container h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-family: Inknut Antiqua;
    font-weight: 500;
    font-style: Regular;
    line-height: 36.25px;
    letter-spacing: 0%;
    color: var(--Miscellaneous-Floating-Tab---Text-Unselected, rgba(9, 9, 9, 1));

  }

  .info-container p {
    font-size: 0.95em;
    margin-bottom: 10px;
    font-family: Josefin Slab;
    font-weight: 800;
    font-style: Regular;
    /* font-size: 20px; */
    line-height: 115%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    max-width: 330px;

  }

  .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95em;
    margin: 10px 0;
    font-family: 'Josefin Slab', serif;
    font-weight: 800;
    line-height: 134%;
    letter-spacing: 0%;
  }

  .info-container hr {
    border: none;
    border-top: 1px solid rgba(116, 83, 0, 1);
    ;
    margin: 10px 0;
  }

  .info-container h3 {
    margin-top: 20px;
    font-size: 1.8em;
    font-family: Josefin Slab;
    font-weight: 800;
    font-style: Regular;
    line-height: 36.25px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);


  }

  .info-container-map {
    width: 500px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 250px;
  }

  .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}

.modal-card {
  background: white;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s ease-out;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

@keyframes slideIn {
  from {
    transform: scale(0.7) translateY(50px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #666;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #f0f0f0;
  color: #333;
}

.modal-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.modal-content {
  padding: 30px;
}

.modal-content h3 {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.modal-content p {
  color: #6d6c6c;
  line-height: 1.7;
  font-size: 1rem;
}

/* Update your existing carousel card paragraph for limited text */
.carousel-card p {
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

  /* Contact section responsive - moved to responsivestyle.css */

  /* client spotlight */

  .client-spotlight {
    padding: 40px 40px;
    position: relative;
    width: 90%;
    background-color: white;
    margin-top: 5%;

  }


  .client-spotlight h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-family: Playfair Display;
    font-weight: 600;
    font-style: SemiBold;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;


  }

  .spotlight-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #2e4c3f;
    border-radius: 8px;
    color: white;
    height: 300px;
    /* Fixed height to prevent page expansion */
    min-height: 300px;
  }

  .spotlight-card {
    display: none;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
    height: 100%;
    /* Fill the fixed height of wrapper */
    box-sizing: border-box;
  }

  .spotlight-card.active {
    display: flex;
  }

  .testimonial {
    flex: 2;
    padding-right: 20px;
  }

  .quote {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }

  .headline-strong {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: Playfair Display;
    font-weight: 900;
    font-style: Black;
    line-height: 135%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-left: 30px;

  }

  .headline-p {
    font-family: Playfair Display;
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-left: 30px;


  }

  .client {
    margin-top: 15px;
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-left: 30px;
  }

  .images-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
    height: 240px;
    /* Fixed height for consistent image container */
    max-height: 240px;
    width: 100%;
  }


  
  .image-grid-1 {
height: 245px !important;
  object-fit: cover !important;
  width: 100% !important;
  object-position: center;
   
  }

  
  .image-grid-2 {
height: 120px !important;
  object-fit: cover !important;
  width: 100% !important;
  }

 
  .images-grid img:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .images-grid img:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .images-grid img:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);

  }

  .arrow button {
    background-color: transparent;
    color: #2e4c3f;
    border: 1px solid #2e4c3f;
    padding: 10px;
    font-size: 1.2rem;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
  }



  /* Spotlight navigation button positioned on the right side */
  .spotlight-nav-button {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    /* background-color: white; */

  }

  .spotlight-nav-button button {
    background-color: transparent;
    color: inherit;
    border: 1px solid #2e4c3f;
    padding: 3px;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    /* transition: all 0.3s ease; */
    box-shadow: none;
  }

  .spotlight-nav-button button:hover {
    background-color: transparent;
    color: inherit;
    transform: scale(1.1);
    box-shadow: none;
  }

  /* Spotlight responsive - moved to responsivestyle.css */

  /* footer  */
  .footer {
    background-image: url('https://newhopepoint.s3.us-east-2.amazonaws.com/images/2\ 1.png');
    /* CHANGE THIS */
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0 0 10px 60px;
    height: 80vh !important;
    min-height: 80vh;
    position: relative;
    font-family: sans-serif;
    border: #fffbfb 1px solid;
    background-color: white;
    display: flex;
    align-items: flex-end;
  }

  .footer-overlay {
    /* background-color: rgba(0, 0, 0, 0.4); */
    padding: 10px 30px;
    width: 100%;
  }

  .footer-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    position: relative;
  }

  .footer-content::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: calc(100% - 250px);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .footer-column,
  .footer-column-left {
    flex: 0 1 auto;
    min-width: 200px;
    max-width: 250px;
  }

  .footer-column-left h2 {
    font-family: Anton;
    font-weight: 200;
    font-style: Regular;
    font-size: 25.21px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-bottom: 10px;

  }

  .footer-column-left p {
    font-family: Anton;
    font-weight: 100;
    font-style: Regular;
    font-size: 16.6px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-bottom: 10px;


  }

  .footer-column h2,
  .footer-column h4 {
    margin-bottom: 10px;
    font-weight: bold;


  }

  .footer-contact-heading {
    font-family: Playfair Display;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .footer-contact-p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
  }


  .footer-column-left ul {
    list-style: none;
    padding: 0;

  }

  .footer-column-left ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
  }

  
  .footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.8;
  }

  .footer-column p,
  .footer-column input {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer-column input[type="email"] {
    padding: 8px 12px;
    width: 100%;
    border: none;
    margin-top: 8px;
    border-radius: 4px;
    backdrop-filter: blur(4px)
  }

  .map {
    width: 100%;
    height: 180px;
    border-radius: 1px;
  }

  .social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: white;
  }

  .footer-social-icons {
    margin-top: 15px;
    height: 50px;
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .footer-social-icons span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2%;
    color: white !important;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .footer-social-icons span:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  .footer-social-icons span i {
    color: white !important;
    font-size: 20px;
  }

  .footer-column input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }

  .footer-column input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }

  .footer-column input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
  }

  .footer-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    background-color: transparent;
  }

  .dog-img {
    width: 180px;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    background: none;
    background-color: transparent;
  }

  /* Blog explore section adjustments for desktop and large desktop */

  @media (min-width: 1450px) {
  .bt-books-display-grid {
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .images-grid,
  .images-grid img {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Home section responsive */
  .home {
    min-height: 100vh;
  }

  .home-new-updatext {
    flex-direction: column;
    gap: 20px;
    width: 100vw;
    min-height: 80vh;
    padding: 20px;
    justify-content: center;
  }

  .home-text-section {
    max-width: 100%;
    text-align: start;
    min-height: 40vh;
  }

  .home-book {
    max-width: 100%;
    text-align: center;
    min-height: 30vh;
  }

  .home-book img {
    max-width: 300px;
    height: auto;
  }

  .home-text-h1 h1 {
    font-size: 2rem;
  }

  .text-content-p,
  .home-description {
    font-size: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .home {
    min-height: 100vh;
  }

  .home-new-updatext {
    width: 95vw;
    min-height: 85vh;
    gap: 3%;
    justify-content: center;
  }

  .home-text-section {
    max-width: 60%;
    min-height: 70vh;
  }

  .home-book {
    max-width: 35%;
    min-height: 70vh;
  }

  .home-book img {
    max-width: 250px;
    height: auto;
  }
}

@media (min-width: 1301px) {
  .home {
    min-height: 100vh;
    /* display: flex;
    justify-content: center;
    align-items: center; */
  }

  .home-new-updatext {
    width: 100vw;
    /* min-height: 95vh; */
    /* gap: 5%; */
    justify-content: center;
    padding-left: 60px;
  }

  .home-text-section {
    max-width: 50%;
    min-height: 85vh;
  }

  .home-book {
    max-width: 45%;
    min-width: 500px;
    height: auto;
    min-height: 85vh;
    /* margin-top: 100px; */
  }

  .home-book img {
    margin-top:30px;
    max-width: 500px;
    height: auto;
  }
  .home-content{
  margin-top: 0;
  padding-top: 0;
}
}
@media (min-width: 1501px) {
  .home {
    min-height: 100vh;
    /* display: flex;
    justify-content: center;
    align-items: center; */
  }

  .home-new-updatext {
    width: 100vw;
    min-height: 70vh;
    gap: 5%;
    justify-content: center;
  }

  .home-text-section {
    max-width: 50%;
    min-height: 85vh;
  }

  .home-book {
    max-width: 45%;
    min-width: 500px;
    height: auto;
    min-height: 85vh;
    /* margin-top: 100px; */
  }

  .home-book img {
    margin-top:30px;
    max-width: 500px;
    height: auto;
  }
}

.home-content{
  /* margin-top: 50px; */
  /* padding-top: 80px; */
}


    .about-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px;
    }

    .about-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .about-header h2 {
      font-size: 2.5rem;
      color: #2c2c2c;
      margin-bottom: 30px;
      font-weight: 400;
    }

    .about-intro {
      max-width: 900px;
      margin: 0 auto 30px;
      text-align: center;
      font-size: 1.05rem;
      color: #555;
      line-height: 1.8;
    }

    .read-more-btn {
      background-color: #c44a1f;
      color: white;
      border: none;
      padding: 12px 30px;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 4px;
      transition: background-color 0.3s ease;
    }

    .read-more-btn:hover {
      background-color: #a03b15;
    }

    .achievements-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      /* margin: 50px 0; */
    }

    .achievement-card {
      background: white;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 30px 20px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .achievement-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    .achievement-icon {
      font-size: 3rem;
      margin-bottom: 20px;
    }

    .achievement-icon i {
      color: #D1D5DB;
    }

    .achievement-card h3 {
      color: #c44a1f;
      font-size: 1.3rem;
      margin-bottom: 15px;
      font-weight: 500;
    }

    .achievement-card p {
      font-size: 0.95rem;
      color: #666;
      line-height: 1.6;
    }

    .about-content-section {
      display: flex;
      align-items: center;
      gap: 50px;
      margin-top: 60px;
    }

    .about-text {
      flex: 1;
    }

    .about-text h2 {
      font-size: 2rem;
      color: #2c2c2c;
      margin-bottom: 20px;
      font-weight: 400;
    }

    .about-text p {
      font-size: 1.05rem;
      color: #555;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    .about-image {
      flex: 1;
      text-align: center;
    }

    .about-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .dog-illustration {
      position: relative;
      max-width: 150px;
      margin: 20px auto 0;
    }

    @media (max-width: 992px) {
      .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
      }

      .about-content-section {
        flex-direction: column;
        gap: 30px;
      }

      .about-header h2 {
        font-size: 2rem;
      }
    }

    @media (max-width: 768px) {
      .about-section {
        padding: 40px 15px;
      }

      .about-header h2 {
        font-size: 1.8rem;
      }

      .about-intro {
        font-size: 1rem;
      }

      .achievements-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .achievement-card {
        padding: 25px 15px;
      }

      .about-text h2 {
        font-size: 1.6rem;
      }

      .about-text p {
        font-size: 1rem;
      }
    }

    @media (max-width: 480px) {
      .about-header h2 {
        font-size: 1.5rem;
      }

      .read-more-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
      }

      .achievement-icon {
        font-size: 2.5rem;
      }

      .achievement-card h3 {
        font-size: 1.1rem;
      }

      .achievement-card p {
        font-size: 0.9rem;
      }
    }

    .achievement-icon i {
color: #6c6c6d;
}

@media(min-width: 1300px){
   .home-text-section{
    padding-top: 150px;  
   }
  }

@media(min-width: 400px){
  .home-text-h1 h1 {
    /* font-size: 1rem; */
    /* font-weight: 400; */
  }
}
