 .hero-section {
  position: relative;
  background: url('../images/Rectangle 6.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  max-height:100vh ;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden; 
}
.top-contact-bar {
  background-color: #00AFEE !important; 
  color: #000 !important;
  font-size: 0.9rem;
}


.btn {
    font-family: "Marcellus", serif;
}
body p{
  font-family: "Lora", serif;
}
body h1,h2{
  font-family: "Marcellus", serif;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: auto;
  font-style: normal;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: auto;
  font-style: normal;
}


.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); 
  z-index: -1;
}

        .hero-section h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        .hero-section p {
            font-size: 1.15rem;
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        .btn-primary-custom {
            background-color: #00AFEE; 
            
            color: #000;
            padding: 15px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: background-color 0.3s ease;
        }
        .btn-primary-custom:hover {
            background-color: #012060; 
          
            color: #fff;
        }
        .btn-outline-custom {
            background-color: transparent;
            border: 2px solid #fff;
            color: #fff;
            padding: 15px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }
        .btn-outline-custom:hover {
            background-color: #FECB5F;
            color: #2c003e;
        }

        @media (max-width: 992px) {
            .hero-section h1 {
                font-size: 2.8rem;
            }
            .hero-section p {
                font-size: 1rem;
            }
            .hero-section {
                padding: 80px 0;
            }
        }

        @media (max-width: 768px) {
          .hero-section{
             max-height: 100vh !important;
          }
            .hero-section h1 {
                font-size: 2.2rem;
            }
            .hero-section p {
                font-size: 1rem;
            }
            .hero-section {
                padding: 60px 0;
            }
            .btn-group-custom {
                flex-direction: column; 
                gap: 15px !important; 
            }
        }

        @media (max-width: 576px) {
            .hero-section h1 {
                font-size: 1.8rem;
            }
            .hero-section p {
                font-size: 0.85rem;
            }
            .hero-section {
                padding: 40px 0;
            }
        }



.checkmark-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #012060 !important;
  color: #00AFEE !important;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.custom-button {
    font-family: "Marcellus", serif;
  background-color: #00AFEE !important;
  color: #012060 !important;
  border: none;
  padding: 12px 24px;
  border-radius: 0.375rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #012060 !important;
  color: white !important;
}

.main-heading {
  font-size: clamp(2rem, 5vw, 3rem) !important;
  font-weight: 600;
  line-height: 1.2;
}

.description-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.genre-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.genre-text {
  font-size: 1.05rem;
}

.image-col {
  margin-top: 2rem;
}

.bottom-image {
  margin-bottom: 1rem;
}

.top-img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .image-col {
    margin-top: 2rem;
  }
  .bottom-image {
    margin-bottom: 1rem;
  }
}

.partners-section {
  position: relative;
  background: url('../images/Rectangle 6.jpg') no-repeat center center;
  background-size: cover;
  background-color: #212529;
  padding: 2rem 0;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.partners-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); 
  z-index: -1;
}

   
    .partner-logo {
      max-height: 70px; 
      width: auto; 
      filter: brightness(0) invert(1); 
    }

    .partner-col {
      padding: 1rem; 
    }





    .editing-section {
      background-color: #ffffff; 
      padding: 5rem 0; 
    }

   
    .main-heading {
      font-size: clamp(2rem, 5vw, 3.5rem); 
      font-weight: 800; 
      line-height: 1.2;
      color: #212529;
    }

    .description-text {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #6c757d; 
      max-width: 800px; 
      margin-left: auto;
      margin-right: auto;
    }

 
    .feature-icon {
      width: 60px; 
      height: 60px; 
      margin-right: 1.5rem; 
      
      filter: sepia(100%) saturate(200%) hue-rotate(330deg) brightness(80%);
    }

    .feature-title {
        font-family: "Marcellus", serif;
      font-weight: 700; 
      color: #212529; 
      margin-bottom: 0.5rem;
    }

   
    .feature-description {
      color: #6c757d; 
      line-height: 1.6;
    }

    .feature-item {
      margin-bottom: 2rem; 
    }

    @media (min-width: 768px) {
      .feature-item {
        margin-bottom: 0;
      }
    }




    .cta-section {
      padding: 3rem 0; 
      background-color: #f8f9fa;
    }

    .cta-container {
      background-color: #012060; 
      background-image: url('data:image/svg+xml,%3Csvg width="6" height="6" viewBox="0 0 6 6" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%235a1a9e" fill-opacity="0.4"%3E%3Cpath d="M1 0h1v1H1V0zm3 0h1v1H4V0zM0 2h1v1H0V2zm2 0h1v1H2V2zm4 0h1v1H4V2zM1 4h1v1H1V4zm3 0h1v1H4V4zM0 5h1v1H0V5zm2 5h1v1H2V5zm4 5h1v1H4V5z"/%3E%3C/g%3E%3C/svg%3E'); /* Subtle pattern for background texture */
      border-radius: 1.5rem; 
      color: white;
      padding: 3rem; 
      position: relative; 
      overflow: hidden; 
    }

    .cta-heading {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 1rem;
    }

    .cta-description {
      font-size: 1.1rem;
      line-height: 1.6;
      margin-bottom: 2rem;
      max-width: 500px; 
    }

    .cta-button {
        font-family: "Marcellus", serif;
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      background-color:#00AFEE; 
      color: #000;
      border: 1px solid rgba(255, 255, 255, 0.3); 
      border-radius: 2rem;
      padding: 0.75rem 1.5rem;
      text-decoration: none;
      font-weight: 600;
      transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .cta-button:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.5);
      color: white; 
    }

    .cta-button .icon-circle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: white;
      color: #6E0101;
      font-size: 1.2rem;
    }

  
    .decorative-images {
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      height: auto;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; 
      pointer-events: none; 
    }

    .decorative-images .single-book {
      max-width: 100%;
      height: auto;
      width: 491; 
      transform: rotate(10deg); 
      position: relative; 
      z-index: 1;
    }

    @media (max-width: 991.98px) {
      .decorative-images {
        position: relative; 
        width: 100%;
        height: auto;
        margin-top: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .decorative-images .single-book {
        position: relative; 
        transform: none; 
        max-width: 180px; 
        margin: 0.5rem;
      }
    }
    @media (max-width: 991.98px) { 
      .cta-container {
        padding: 2rem;
      }
      .cta-heading {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
      }
      .cta-description {
        font-size: 1rem;
      }
      .decorative-images {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .decorative-images img {
        position: relative; 
        transform: none; 
        max-width: 180px; 
        margin: 0.5rem;
      }
      .decorative-images .book-1,
      .decorative-images .book-2,
      .decorative-images .leaf {
        width: 180px; 
        right: auto;
        top: auto;
        bottom: auto;
        z-index: auto;
      }
      .cta-buttons-group {
        flex-direction: column; 
        align-items: flex-start;
        gap: 1rem;
      }
    }

    @media (min-width: 992px) {
      .cta-container {
        min-height: 350px;
      }
    }





    
    .services-section {
      background-color: #f8f9fa;
      padding: 5rem 0; 
    }

    
    .main-heading {
      
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 800; 
      line-height: 1.2;
      color: #212529; 
    }

    .description-text {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #6c757d; 
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .service-card {
      background-color: #ffffff; 
      border-radius: 1rem; 
      padding: 2rem;
      text-align: center;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); 
      height: 100%; 
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }


    .service-icon {
      width: 70px; 
      height: 70px; 
      margin-bottom: 1.5rem;

      filter: sepia(100%) saturate(200%) hue-rotate(330deg) brightness(80%);
    }

    .service-title {
        font-family: "Marcellus", serif;
      font-weight: 700; 
      color: #212529; 
      margin-bottom: 0.75rem;
    }

  
    .service-description {
      color: #6c757d;
      line-height: 1.6;
      font-size: 0.95rem;
    }




    .paramount-section {
      background-color: #ffffff; 
      padding: 5rem 0;
    }

    .main-heading {
      font-size: clamp(2rem, 5vw, 3.5rem); 
      font-weight: 800; 
      line-height: 1.2;
      color: #212529; 
    }

    .description-text {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #6c757d; 
    }


    .custom-button {
      background-color: #4a148c; 
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 0.375rem; 
      font-weight: 600;
      transition: background-color 0.3s ease;
    }

    .custom-button:hover {
      background-color: #6a1b9a;
      color: white; 
    }
    .image-process-container {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; 
      padding-top: 2rem; 
    }

    .book-stack-img {
      max-width: 100%;
      height: auto;
      display: block;
      position: relative;
      z-index: 1; 
    }

    .file-process-item {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0; 
      transform: translateX(-50%); 
      z-index: 2; 
    }

    .file-icon {
      width: 50px; 
      height: 50px;
      margin-right: 10px;
    }

    .arrow {
      width: 50px; 
      height: 2px;
      background-color: #6c757d;
      position: relative;
    }

    .arrow::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      width: 10px;
      height: 10px;
      border-top: 2px solid #6c757d;
      border-right: 2px solid #6c757d;
    }


    .file-process-item:nth-child(1) { top: 15%; }
    .file-process-item:nth-child(2) { top: 35%; }
    .file-process-item:nth-child(3) { top: 55%; }
    .file-process-item:nth-child(4) { top: 75%; }

 
    .book-label {
      position: absolute;
      bottom: 15%; 
      left: 50%;
      transform: translateX(-50%) rotate(-5deg);
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 0.85rem;
      white-space: nowrap;
      z-index: 3;
    }

    @media (max-width: 767.98px) { 
      .text-content {
        text-align: center;
      }
      .custom-button {
        width: 100%; 
      }
      .image-process-container {
        position: relative; 
        flex-direction: column;
        align-items: center;
        padding-top: 3rem;
      }
      .file-process-item {
        position: relative; 
        left: auto;
        transform: none;
        margin-bottom: 1rem; 
      }
      .book-stack-img {
        max-width: 250px; 
        margin-top: 2rem;
      }
      .book-label {
        bottom: 5%; 
      }
    }

    @media (min-width: 768px) { 
      .text-content {
        text-align: left;
      }
      .image-process-container {
        padding-top: 0;
      }
      .file-process-item {
        left: 10%; 
      }
    }


    .paramount-section {
  background-color: #ffffff;
  padding: 5rem 0;
}

.main-heading {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: #212529;
}

.description-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #6c757d;
}

.custom-button {
  background-color: #4a148c;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 0.375rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #6a1b9a;
  color: white;
}

.single-paramount-img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

@media (max-width: 767.98px) {
  .text-content {
    text-align: center;
  }
  .custom-button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .text-content {
    text-align: left;
  }
}




    .faq-section {
      background-color: #ffffff; 
      padding: 5rem 0; 
    }

    .main-heading {
      font-size: clamp(2rem, 5vw, 3.5rem); 
      font-weight: 800; 
      line-height: 1.2;
      color: #212529; 
    }

  
    .description-text {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #6c757d; 
      max-width: 800px; 
      margin-left: auto;
      margin-right: auto;
    }

    .faq-item {
      background-color: #f8f9fa; 
      border-radius: 0.75rem; 
      padding: 1.5rem;
      margin-bottom: 1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
      border: none;
      width: 100%;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-item:hover {
      background-color: #e9ecef; 
    }

    .faq-question {
        font-family: "Marcellus", serif;
      font-weight: 600;
      color: #212529;
      font-size: 1rem;
      margin: 0;
      flex-grow: 1;
      padding-right: 1rem;
    }

    .faq-toggle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: transparent;
      color: #6E0101; 
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      font-weight: bold;
      transition: all 0.3s ease;
      flex-shrink: 0;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding: 0 1.5rem;
    }

    .faq-answer.show {
      max-height: 200px; 
      padding: 1rem 1.5rem;
    }

    .faq-answer-text {
      color: #6c757d;
      line-height: 1.6;
      font-size: 0.95rem;
    }

    .faq-item.active {
      background-color: #e9ecef;
    }
