
        /* section-1 Section */
        .section-1 {
            background-color: var(--primary);
            color: var(--white);
            padding: 80px 0;
            text-align: center;
        }

        .section-1-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .section-1-subtitle {
            font-size: 2rem;
            color: var(--secondary);
            margin-bottom: 30px;
        }

        .section-1-text {
            font-size: 1.5rem;
            margin-bottom: 40px;
        }

        .section-1-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

        /* Services Section */
        .section-2 {
          position: relative;
          padding: 80px 0;
          color: #fff;
          overflow: visible; /* allow background to overflow into other sections */
           z-index: 1;
        }

        .section-2-bg {
          position: absolute;
          top: -69px; /* pulls background 100px into the section above */
          left: 0;
          width: 100%;
          height: calc(100% + 200px); /* extend bg height beyond its own section */
          background-image: url('../images/paper-01-01-5-45.png');
          background-size: cover;
          background-position: center;
          background-color: var(--primary);
          background-repeat: no-repeat;
          z-index: 0;
        }

        .section-audiobook {
          padding: 60px 20px;
          background: #f7f7f7;
          position: relative;
        }
        .section-audiobook h2 {
          font-size: 38px;
        }

        .section-audiobook h3 {
          font-size: 28px;
        }

        .section-audiobook h2,
        .section-audiobook h3 {
          position: relative;
          color: #1f1f1f;
          font-weight: bold;
          margin-bottom: 20px;
        }

        .section-audiobook p {
          font-size: 16px;
          position: relative;
          color: #555;
          line-height: 1.6;
          margin-bottom: 15px;
        }

        .section-audiobook img {
          max-width: 100%;
          position: relative;
          height: auto;
          display: block;
          margin: 0 auto 20px;
        }

        .audiobook-flex {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 40px;
          flex-wrap: wrap;
          margin-top: 40px;
        }

        .section-audiobook .image-box {
          flex: 1;
          max-width: 45%;
        }

        .section-audiobook .content-box {
          flex: 1;
          max-width: 50%;
        }

        .section-audiobook .image-box img {
          width: 100%;
          height: auto;
          display: block;
        }

        .section-audiobook ul {
          position: relative;
          padding-left: 20px;
        }

        .section-audiobook ul li {
          position: relative;
          margin-bottom: 10px;
          font-size: 16px;
        }


        .discover {
          position: relative;
          padding: 80px 0;
          color: #fff;
          overflow: visible; /* allow background to overflow into other sections */
           z-index: 1;
        }

        .discover-bg {
          position: absolute;
          top: -2px; /* pulls background 100px into the section above */
          left: 0;
          width: 100%;
          height: calc(100% + 200px); /* extend bg height beyond its own section */
          background-image: url('../images/paper-01-01-5-45.png');
          background-size: cover;
          background-position: center;
          background-color: var(--primary);
          background-repeat: no-repeat;
          z-index: 0;
        }

        .discover-content {
            position: relative;
        }

        .discover-title {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #2c3e50;
            text-align: center;
        }

        /* CSS */
        .features-section {
          background: url('../images/image-background.png') center/cover no-repeat;
          background-color: #2D2E62;
          color: #fff;
          padding: 60px 20px;
          text-align: center;
          position: relative;
          overflow: hidden;
        }

        .features-section2 {
          background: url('../images/image-back.png') center/cover no-repeat;
          background-color: #2D2E62;
          color: #fff;
          padding: 60px 20px;
          text-align: center;
          position: relative;
          overflow: hidden;
        }

         .features-section3 {
          background: url('../images/image-back-2.png') center/cover no-repeat;
          background-color: #2D2E62;
          color: #fff;
          padding: 60px 20px;
          text-align: center;
          position: relative;
          overflow: hidden;
        }

        .features-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
          gap: 30px;
        }

        .feature-box {
          padding: 30px;
          border-radius: 10px;
        }

        .feature-box img {
          width: 60px;
          height: 60px;
          margin: 0 auto 15px auto;
          display: block;
        }

        .feature-box h3 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px;
          line-height: 1.3;
        }

        .feature-box p {
          font-size: 14px;
          line-height: 1.6;
          max-width: 300px;
          margin: 0 auto;
        }


        .services-wrapper {
            display: flex;
            align-items: center;
            gap: 60px;
            flex-wrap: wrap;
        }

        .services-image {
            flex: 1 1 40%;
            position: absolute;
            max-width: 500px;
        }

        .services-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

         .services-content {
            max-width: 800px;
            margin-left: auto; /* This pushes content to right side */
            padding-left: 40px;
            position: relative;
        }
        
        .section-title {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #2c3e50;
        }
        
        .section-subtitle {
            font-size: 1.2rem;
            margin-bottom: 40px;
            color: #7f8c8d;
            line-height: 1.6;
        }


        .service-section {
          color: #f8f8f8;
          padding: 60px 20px;
          position: relative;
          overflow: hidden;
        }

        .service-content {
          display: flex;
          position: relative;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          gap: 40px;
        }

        .service-p {
          display: flex;
          position: relative;
          flex-wrap: wrap;
          align-items: center;
        }

         .content-text {
          max-width: 500px;
          flex: 1;
        }

        .service-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
          flex: 1;
        }

        .service-card {
          background: #fff;
          border-radius: 12px;
          padding: 25px;
          box-shadow: 0 4px 20px rgba(0,0,0,0.05);
          text-align: center;
          transition: 0.3s ease;
        }

        .service-card img {
          width: 40px;
          height: 40px;
          margin-left: 117px;
          margin-bottom: 10px;
        }

        .service-card p {
          margin: 0;
          font-weight: 500;
          color: #222;
        }

        .service-image {
          flex: 1;
          display: flex;
          justify-content: center;
        }

        .service-image img {
          width: 885px;
          height: 715px;
          border-radius: 50%;
          object-fit: cover;
        }


        
        .services-list {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        .service-item {
            border-left: 4px solid #3498db; /* Blue accent line */
            padding-left: 20px;
        }
        
        .service-item h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .service-item p {
            color: #7f8c8d;
            line-height: 1.6;
        }

        /* Testimonials */
        .testimonials-section {
          position: relative;
          z-index: 1;
          padding: 80px 0;
          background: #f9f9f9;
        }

        .book-writing-section {
          position: relative;
          z-index: 1;
          padding: 80px 0;
          background: #f9f9f9;
        }

        .contact-section {
            position: relative;
            z-index: 1;
            padding: 80px 0;
            background: #f9f9f9;
        }
            .contact-container {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
            padding: 0 20px;
            }

            .contact-left {
            flex: 1 1 40%;
            max-width: 400px;
            }

            .contact-subtitle {
            color: #00EBD3;
            font-weight: 600;
            margin-bottom: 10px;
            }

            .contact-title {
            color: #1c1d4e;
            font-size: 32px;
            margin-bottom: 20px;
            }

            .contact-description {
            color: #555;
            line-height: 1.6;
            margin-bottom: 25px;
            }

            .contact-phone {
            display: inline-block;
            padding: 12px 25px;
            border: 1px solid #1c1d4e;
            border-radius: 8px;
            font-weight: bold;
            color: #1c1d4e;
            background: none;
            cursor: pointer;
            }

            .contact-right {
            flex: 1 1 55%;
            max-width: 600px;
            }

            .contact-form {
            display: flex;
            flex-direction: column;
            gap: 15px;
            }

            .contact-form input,
            .contact-form textarea {
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 5px;
            width: 100%;
            background: none;
            }

            .contact-form button {
            align-self: flex-start;
            padding: 12px 25px;
            background-color: #1c1d4e;
            color: white;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
            }

            .contact-form button:hover {
            background-color: #00EBD3;
            color: #1c1d4e;
            }


        .testimonials-bg {
          position: absolute;
          top: -1px; /* pulls background 100px into the section above */
          left: 0;
          width: 100%;
          height: 100%; /* extend bg height beyond its own section */
          background-image: url('../images/paper-01-01-6-85.png');
          background-size: cover;
          background-position: center;
          background-color: var(--primary);
          background-repeat: no-repeat;
          padding-top: 10px;
          z-index: 0;
        }

        .info-section4 {
          position: relative;
          padding: 60px 20px;
          background-color: #f9f9f9;
          text-align: center;
        }

        .section-title-info {
          color: black;
          position: relative;
          font-size: 40px;
          font-weight: 700;
          margin-bottom: 40px;
        }

        .cards-row {
          position: relative;
          display: flex;
          justify-content: space-between;
          gap: 20px;
          flex-wrap: nowrap;
          overflow-x: auto; /* Makes it scrollable on small screens */
        }

       .card {
          background: #fff;
          border-radius: 40px;
          padding: 30px 20px;
          box-shadow: 0 4px 12px rgba(0,0,0,0.05);
          transition: transform 0.3s ease;
          width: 400px;
          text-align: center;
        }

        .card:hover {
          transform: translateY(-5px);
        }

        .card img {
          width: 100%; /* Bigger image */
          height: 45%;
          border-radius: 15%; /* Rounded image */
          object-fit: cover;
          margin-bottom: 20px;
          display: block;
          margin-left: auto;
          margin-right: auto;
        }

        .card h3 {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 10px;
        }

        .card p {
          font-size: 14px;
          color: #555;
          line-height: 1.5;
        }

        .states-section {
          padding: 60px 20px;
          background-color: var(--primary);
          text-align: center;
          margin-top: 147px;
        }

        .section-heading {
          color: #ffffff;
          font-size: 32px;
          font-weight: bold;
          margin-bottom: 40px;
        }

        .section-heading2 {
          color: #ffffff;
          font-size: 32px;
          font-weight: bold;
          margin-bottom: 5px;
        }

        .states-content {
          display: flex;
          gap: 40px;
          align-items: flex-start;
          flex-wrap: wrap;
          justify-content: center;
        }

        .image-block {
          flex: 1 1 300px;
        }

        .image-block img {
          max-width: 100%;
          border-radius: 12px;
        }

        .states-list {
          display: flex;
          flex-wrap: wrap;
          gap: 30px;
          flex: 2 1 600px;
          justify-content: space-between;
        }

        .states-list ul {
          list-style: none;
          padding: 0;
          margin: 0;
          width: 22%; /* 4 columns */
          text-align: left;
        }

        .states-list li {
          font-size: 14px;
          padding: 5px 0;
          color: #ffffff;
        }


        .testimonials-wrapper {
          position: relative;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          gap: 40px;
          flex-wrap: wrap;
        }

        .book-writing-content {
          position: relative;
        }

        .testimonials-info {
          flex: 1;
          max-width: 350px;
        }

        .sub-heading {
          color: #00ebd3;
          font-family: 'Brush Script MT', cursive;
          font-size: 1.2rem;
          margin-bottom: 10px;
        }

        .main-heading {
          font-size: 1.8rem;
          font-weight: bold;
          margin-bottom: 20px;
          color: #1a1a1a;
        }

        .nav-buttons {
          display: flex;
          gap: 10px;
        }

        .nav-btn {
          background: #00ebd3;
          border: none;
          padding: 10px 15px;
          font-size: 18px;
          cursor: pointer;
          border-radius: 5px;
          color: white;
          transition: background 0.3s ease;
        }

        .nav-btn:hover {
          background: #00c0aa;
        }

        .testimonial-card {
          flex: 2;
          display: flex;
          gap: 108px;
          /* background: #fff; */
          height: 340px;
          padding: 30px;
          border: 2px solid #1a1a1a;
          border-radius: 10px;
          box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }

        .book-image img {
          width: 150px;
          border-radius: 8px;
        }

        .testimonial-details {
          flex: 1;
        }

        .author-header {
          display: flex;
          align-items: center;
          gap: 15px;
          margin-bottom: 10px;
        }

        .client-photo {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          object-fit: cover;
        }

        .author-name {
          font-weight: bold;
          font-size: 1.1rem;
        }

        .author-role {
          font-size: 0.9rem;
          color: gray;
        }

        .rating {
          color: #FFD700;
          margin: 10px 0;
          font-size: 1.1rem;
        }

        .testimonial-text {
          font-style: italic;
          color: #333;
        }


        /* FAQ Section */
        .faq {
            padding: 80px 0;
        }

        .faq-item {
            margin-bottom: 20px;
            border-bottom: 1px solid var(--gray-medium);
            padding-bottom: 20px;
        }

        .faq-question {
            color: var(--secondary);
            font-weight: 700;
            margin-bottom: 10px;
        }

        /* Footer */
        footer {
            background-color: var(--primary);
            color: var(--white);
            padding: 50px 0 20px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-logo {
            width: 150px;
            margin-bottom: 20px;
        }

        .footer-links h3 {
            color: var(--secondary);
            margin-bottom: 20px;
            font-size: 1.2rem;
        }

        .footer-links ul {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: var(--white);
            text-decoration: none;
        }

        .footer-links a:hover {
            color: var(--secondary);
        }

        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.2);
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .section-1-title {
                font-size: 2.5rem;
            }
            
            .section-1-subtitle {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 768px) {
            .header-container {
                flex-direction: column;
            }
            
            .nav-menu {
                margin-top: 20px;
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
            
            .section-1-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .section-1-title {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .container {
                padding: 0 15px;
            }
            
            .section-title {
                font-size: 2rem;
            }
        }

        /* General Reset */
        body, h1, h2, p, a {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Header */
        .site-header {
            background-color: #ffffff;
            padding: 10px 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        /* section-1 Section */
        .section-1 {
            /* background: url('images/background.png') center/cover no-repeat; */
            background-color: var(--primary);
            position: relative;
            color: white;
            /* padding: 80px 0; */
        }

        .section-1-content {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          gap: 40px;
          width: 100%;
          max-width: 100%; /* override Bootstrap or global .container max-width */
          padding: 60px 40px;
      }

      .section-1-left {
          flex: 1;
          color: #fff;
      }

      .section-1-right {
          flex: 1;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      .book-img {
          width: 454px;
          height: 653px;
          object-fit: contain;
      }

        /* Optional slight offsets for layering */
        .row-1 {
            margin-right: 0px;
        }
        .row-2 {
            margin-right: 30px;
        }
        .row-3 {
            margin-right: 60px;
        }


        .section-1-title {
            font-size: 3rem;
            margin-bottom: 20px;
        }

        .section-1-subtitle {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .section-1-text {
            font-size: 1rem;
            margin-bottom: 25px;
        }

        .section-1-buttons .btn {
            display: inline-block;
            margin-right: 15px;
            padding: 12px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
        }

        .section-1-images {
          display: flex;
          gap: 40px;
          align-items: center;
          justify-content: center;
          padding: 20px;
        }

        .section-1-images img {
          width: 100px;  /* You can adjust size */
          height: auto;
          display: block;
        }

        .btn-primary {
            background-color: #ff6b00;
            color: white;
        }

        .btn-outline {
            border: 2px solid white;
            color: white;
        }

        .book-services-tabs {
            background-color: var(--primary);
                padding-bottom: 50px;
        }
        
        .book-services-tabs h2 {
            text-align: center;
            font-size: 2.2rem;
            color: #333;
            margin-bottom: 10px;
        }
        
        .subtitle {
            text-align: center;
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 40px;
        }
        
        .tabs-header {
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
          justify-content: center;
          padding: 10px;
          /* background-color: #f0f0f0; */
          border-radius: 10px 10px 0 0;
      }

      .tab-btn {
          padding: 12px 20px;
          background: none;
          border: 1px solid;
          border-radius: 8px;
          font-size: 1rem;
          font-weight: 600;
          color: #ffffff;
          cursor: pointer;
          transition: background-color 0.3s ease, color 0.3s ease;
      }

      .tab-btn:hover {
          background-color: #00EBD3;
          color: #fff;
      }

      .tab-btn.active {
          background-color: #00EBD3;
          color: #fff;
          border-color: #00EBD3;
      }

      .tab-pane {
          display: none;
      }

      .tab-pane.active {
          display: block;
          animation: fadeIn 0.5s ease;
      }

      .tab-images {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
          gap: 20px;
          margin-top: 30px;
      }

      .tab-images img {
          width: 100%;
          height: auto;
          border-radius: 8px;
          object-fit: cover;
          box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      }

        
        .tab-pane h3 {
            color: #333;
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        
        .tab-pane p {
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .tab-pane ul {
            padding-left: 20px;
            color: #666;
        }
        
        .tab-pane li {
            margin-bottom: 10px;
            line-height: 1.5;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .bg-image-section {
          background: url('images/background.png') center/cover no-repeat;
          background-color: var(--primary);
          padding: 80px 20px;
          color: #fff;
          padding-top: 250px;
          position: relative;
        }


        .brand-section {
          background: url('../images/background.png') center/cover no-repeat;
          background-color: var(--primary);
          padding: 80px 20px;
          color: #fff;
          padding-top: 150px;
          position: relative;
        }

        .brand-section::before {
          content: '';
          position: absolute;
          inset: 0;
          z-index: 1;
        }

        .faq-section {
          background: url('../images/background.png') center/cover no-repeat;
          background-color: var(--primary);
          padding: 80px 20px;
          color: #fff;
          padding-top: 150px;
          position: relative;
        }

        .section-content {
          display: flex;
          align-items: center;
          gap: 50px;
          flex-wrap: wrap;
        }

        .image-side img {
          max-width: 100%;
          border-radius: 10px;
          /* box-shadow: 0 10px 25px rgba(0,0,0,0.3); */
          width: 400px;
        }

        .text-side {
          flex: 1;
        }

        .text-side h2 {
          font-size: 2.5rem;
          margin-bottom: 10px;
        }

        .text-side h4 {
          font-size: 1.4rem;
          margin-bottom: 20px;
          font-weight: 400;
        }

        .text-side p {
          font-size: 1rem;
          line-height: 1.6;
          margin-bottom: 30px;
        }

        .buttons .btn {
          display: inline-block;
          padding: 12px 25px;
          border-radius: 5px;
          text-decoration: none;
          font-weight: 600;
          transition: background 0.3s ease;
          margin-right: 15px;
        }

        .btn.primary {
          background: #00ebd3;
          color: #000;
        }

        .btn.primary:hover {
          background: #00c2af;
        }

        .btn.secondary {
          background: transparent;
          border: 2px solid #fff;
          color: #fff;
        }

        .btn.secondary:hover {
          background: #fff;
          color: #000;
        }

        /* Positioning to form cross shape */
        /* .book-img-1 { top: 50%; left: 50%; transform: translate(-50%, -150%); }
        .book-img-2 { top: 0; left: 50%; transform: translateX(-50%); }
        .book-img-3 { top: 50%; left: 0; transform: translateY(-50%); }
        .book-img-4 { top: 50%; right: 0; transform: translateY(-50%); }
        .book-img-5 { bottom: 0; left: 50%; transform: translateX(-50%); } */


        /* Mobile Responsive Adjustments */
@media (max-width: 1200px) {
  .section-1-content,
  .audiobook-flex,
  .service-content,
  .states-content,
  .testimonials-wrapper,
  .contact-container {
    gap: 30px;
  }
  
  .section-1-title {
    font-size: 3rem;
  }
  
  .book-img {
    width: 400px;
    height: auto;
  }
  
  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .section-1-title {
    font-size: 2.5rem;
  }
  
  .section-1-subtitle {
    font-size: 1.5rem;
  }
  
  .section-1-content,
  .section-content,
  .audiobook-flex,
  .service-content {
    flex-direction: column;
    text-align: center;
  }
  
  .section-1-right,
  .image-side,
  .section-audiobook .image-box,
  .section-audiobook .content-box,
  .service-image,
  .content-text {
    max-width: 100%;
    width: 100%;
  }
  
  .service-image img {
    width: 100%;
    height: auto;
  }
  
  .states-list ul {
    width: 45%; /* 2 columns */
  }
}

@media (max-width: 768px) {
  .section-1 {
    padding: 60px 0;
  }
  
  .section-1-title {
    font-size: 2rem;
  }
  
  .section-1-subtitle {
    font-size: 1.3rem;
  }
  
  .section-1-text {
    font-size: 1.1rem;
  }
  
  .section-1-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .section-1-images img {
    width: 80px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonial-card {
    flex-direction: column;
    height: auto;
    gap: 30px;
    padding: 20px;
  }
  
  .book-image img {
    width: 100%;
    max-width: 200px;
  }
  
  .card {
    width: 300px;
  }
  
  .states-list ul {
    width: 100%; /* 1 column */
  }
  
  /* Audiobook section adjustments */
  .section-audiobook h2 {
    font-size: 32px;
  }
  
  .section-audiobook h3 {
    font-size: 24px;
  }
  
  /* Service section adjustments */
  .service-card img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
  
  .section-1-title {
    font-size: 1.8rem;
  }
  
  .section-title,
  .section-title-info,
  .section-heading,
  .section-heading2 {
    font-size: 1.8rem;
  }
  
  .section-1-content,
  .section-content {
    padding: 40px 20px;
  }
  
  .section-1-images {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .section-1-images img {
    width: 70px;
  }
  
  .tab-btn {
    width: 100%;
    text-align: center;
  }
  
  .contact-form button {
    width: 100%;
  }
  
  /* Background sections adjustments */
  .bg-image-section,
  .brand-section,
  .faq-section {
    padding-top: 100px;
  }
  
  /* States section */
  .states-section {
    margin-top: 80px;
  }
  
  /* Testimonials */
  .testimonial-card {
    padding: 15px;
  }
  
  .author-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 400px) {
  .section-1-title {
    font-size: 1.5rem;
  }
  
  .section-1-subtitle {
    font-size: 1.1rem;
  }
  
  .section-1-text {
    font-size: 1rem;
  }
  
  .btn {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
  
  .section-1-images img {
    width: 60px;
  }
  
  .card {
    width: 260px;
    padding: 20px 15px;
  }
  
  .section-audiobook h2 {
    font-size: 28px;
  }
  
  .section-audiobook h3 {
    font-size: 20px;
  }
  
  .feature-box {
    padding: 20px;
  }
}

.info-section4 {
  position: relative;
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}
.section-title-info {
  color: black;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

.cards-row {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  border-radius: 40px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin-bottom: 20px;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 15%;
  object-fit: cover;
  margin: 0 auto 20px;
  display: block;
}

.card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2D2E62;
}

.card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .card {
    max-width: 350px;
  }
}

@media (max-width: 992px) {
  .section-title-info {
    font-size: 32px;
    margin-bottom: 30px;
  }
  
  .cards-row {
    gap: 15px;
  }
  
  .card {
    max-width: 45%;
    padding: 25px 15px;
  }
}

@media (max-width: 768px) {
  .info-section4 {
    padding: 50px 15px;
  }
  
  .section-title-info {
    font-size: 28px;
    margin-bottom: 25px;
  }
  
  .card {
    max-width: 100%;
    border-radius: 30px;
  }
  
  .card img {
    max-width: 200px;
  }
}

@media (max-width: 576px) {
  .section-title-info {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .card {
    padding: 20px 15px;
    border-radius: 25px;
  }
  
  .card h3 {
    font-size: 16px;
  }
  
  .card p {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .info-section4 {
    padding: 40px 10px;
  }
  
  .section-title-info {
    font-size: 22px;
  }
  
  .card img {
    max-width: 180px;
  }
}

.states-list a {
  color: inherit;
  text-decoration: none;
}
.states-list a:hover {
  text-decoration: underline;
}