@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
/* .no-scroll {
  overflow: hidden;
} */
/* Same paading to all sections */
.p-top{
  padding-top: 5.65rem;
}
.p-bottom{
  padding-bottom: 5.65rem;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  background-color: #f5f7fa;
  background-color: #fff9f0;

}
/* Website Brand color name */
.publisher-color {
  color: #008eb1;
}
.chatbox-container{
    display: none;
}
/* Section 11 */
 .icon-blue {
    color: #2B3990 !important;
  }

/* Header Styles */
/* Custom Header Styles */
.custom-header {
  background: white;
  padding: 15px 0 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-logo img {
  max-width: 200px;
  transition: all 0.3s ease;
}

.custom-logo img:hover {
  transform: scale(1.05); /* Zoom effect on hover */
}

/* Custom Contact Items */
.custom-contact {
  display: flex;
  justify-content: start;
  align-items: center;
}

.contact-item {
  color: #4a90e2;
  font-size: 14px;
}

.contact-item p {
  margin: 0;
}

/* Live Chat Button */
.live-chat {
  background: #4a90e2;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
}

/* Flexbox Layout for Contact Section on Large Screens */
.custom-contact {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  text-align: left; /* Align items to the left on large screens */
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-item i {
  margin-right: 10px;
}

/* Hide the contact section and live chat on small screens */
@media (max-width: 991px) {
.custom-header {
  background: white;
  padding: 5px 0 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

  .custom-contact, .custom-live-chat {
    display: none !important; /* Ensure these sections are hidden on small screens */
  }

  /* Center the logo and make it responsive */
  .custom-logo {
    text-align: center;
  }

  /* Make contact items stacked vertically for small screens */
  .custom-contact {
    text-align: center;
    flex-direction: column;
  }

  .contact-item {
    margin-bottom: 15px;
  }

  .live-chat {
    display: block;
    margin-top: 10px;
  }

  /* Make the live chat button block-level */
  .custom-live-chat {
    text-align: center;
  }
}

/* Smaller screen adjustments for the logo */
@media (max-width: 576px) {
  .custom-logo img {
    max-width: 150px;
  }
}

/* Navigation Styles */
.navigation {
  background-color: rgba(43, 57, 144, 0.95); /* subtle transparency */
  margin-top: 15px;
  /* background-color: red;
  z-index: 99999; */
  /* background-color: red;

}

.navbar-nav {
  width: 100%;
  justify-content: center; /* Center the navbar items */
}

.navbar-nav .nav-item {
  position: relative;
}

.nav-link {
  color: white !important;
  text-decoration: none;
  padding: 15px 0px;
  font-weight: 500;
  font-size: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s;
  display: block;
  /* text-align: center!important; */
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white !important;
  /* background-color: red; */

  /* color: red!important; */
}

/* Dropdown Menu Styles */
.dropdown-menu {
  background: #ffffff; /* clean white */
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  padding: 10px!important;
  /* min-width: 850px; */
  /* min-width: 650px; */
  /* width: max-content; */
  width: 500px;
  margin-top: 0;
  z-index: 1000;
  /* background-color: rebeccapurple; */
}

.dropdown-menu .row {
  margin: 0;
}

.dropdown-menu .col-md-3 {
  padding: 0 5px;
}

/* Dropdown items styling */
.dropdown-item {
  color: #333;
  padding: 8px 0;
  font-size: 14px;
  transition: color 0.3s;
}

.dropdown-item:hover {
  background: none;
  color: #4a90e2;
}

.dropdown-item i {
  color: #4a90e2;
  margin-right: 8px;
  width: 16px;
}
/* .nav-item.dropdown .dropdown-menu{
  display: block;
} */
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Mobile Navigation (collapsed view) */
/* .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
} */

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Ensures dropdown content inside <ul> displays correctly */
.dropdown-menu .dropdown-mega-content {
  width: 100%;
}


@media (max-width: 991px) {
  .navigation {
    position: relative;
    z-index: 100;
    margin-top: 0;
  }

  .navbar-collapse {
    position: absolute !important;
    top: 100%; /* right below the navbar */
    left: 0;
    right: 0;
    width: 100vw; /* Full viewport width */
    background-color: rgba(43, 57, 144, 0.95); /* Match your navbar color */
    z-index: 9999;
    padding: 1rem 0;
  }

  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start!important;
    width: 100%;
    padding: 0 1rem;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }
   .dropdown-menu {
    position: static !important;
    width: 100% !important;
    /* background-color: transparent; */
    border: none;
    box-shadow: none;
    padding-left: 1rem;
  }
  .dropdown-item {
    padding-left: 0;
  }

  .navigation .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; /* ✅ Instead of 100vw */
    background-color: rgba(43, 57, 144, 0.95);
    z-index: 9999;
    padding: 1rem 0;
  }

  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start;
    width: 100%;
    padding: 0 1rem;
  }
    .navbar .navbar-toggler {
    margin-right: 1rem;
  }

  .navigation .text-white i {
    font-size: 1rem;
  }
.navbar-nav > li > a {
/* make anchor fill full li width */
  text-align: start!important;   /* center text horizontally */

}

}

.navbar-collapse {
  transition: all 0.3s ease-in-out;
}
/* Style the dropdown icon (caret) */
.navbar-nav .nav-item .nav-link .fas {
  font-size: 16px; /* Adjust size */
  color: #fff; /* Set icon color to white */
  transition: transform 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover .fas {
  transform: rotate(180deg); /* Rotate the icon when hovering */
}

  .navbar-nav > li {
  /* keep width fixed if needed */
  width: 140px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  /* border: 2px solid red; */
}

.navbar-nav > li > a {
  display: block;       /* make anchor fill full li width */
  text-align: center;   /* center text horizontally */
  padding: 15px 0;      /* vertical padding only, no horizontal */
  color: white !important;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
}

/* Updated hero section with new gradient colors */
      :root {
        --primary-blue: #2b3990;
        --dark-bg: #1a1a1a;
   }
.hero {
  /* background: linear-gradient(135deg, #008EB1 0%, #2B3990 100%); */
  /* background: linear-gradient(to right, #2b3990, #008eb1); */
  background: linear-gradient(
          135deg,
          var(--dark-bg) 0%,
          var(--primary-blue) 100%
        );
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-content {
  color: white;
}

.satisfaction {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.stars {
  color: #ffd700;
  font-size: 18px;
}

.satisfaction-text {
  font-size: 16px;
  font-weight: 500;
}

.hero-subtitle {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.hero-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}

.hero-home-page .form-input {
  padding: 15px 20px;
  width: 100%;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  outline: none;
  margin-bottom: 15px;
  background: rgba(25, 25, 25, 0.4);
  backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transition: all 0.3s 
ease-in-out;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.hero-home-page .form-input::placeholder {
  color: #999;
}

.hero-home-page .form-input:focus {
  /* color: #999; */
  border: 2px solid #fff;
}

.cta-button {
  background: #ffd700;
  color: #333;
  padding: 18px 30px;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}

.cta-button:hover {
  background: #ffc107;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Added professional chatbox styles */
.chatbox-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.chatbox-toggle {
  background: #008eb1;
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.chatbox-toggle:hover {
  background: #2b3990;
  transform: scale(1.1);
}

.chatbox {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 350px;
  height: 450px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.chatbox.active {
  display: flex;
}

.chatbox-header {
  background: linear-gradient(135deg, #008eb1 0%, #2b3990 100%);
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbox-header h4 {
  margin: 0;
  font-size: 16px;
}

.chatbox-close {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.chatbox-messages {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f8f9fa;
}

.message {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.message.user {
  flex-direction: row-reverse;
}

.message-content {
  background: white;
  padding: 12px 16px;
  border-radius: 18px;
  max-width: 80%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.message.user .message-content {
  background: #008eb1;
  color: white;
}

.message-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #008eb1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  flex-shrink: 0;
}

.message.user .message-avatar {
  background: #2b3990;
}

.chatbox-input {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
}

.chatbox-input input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px 15px;
  outline: none;
}

.chatbox-send {
  background: #008eb1;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatbox-send:hover {
  background: #2b3990;
}

.typing-indicator {
  display: none;
  padding: 10px 16px;
  background: white;
  border-radius: 18px;
  max-width: 80px;
}

.typing-dots {
  display: flex;
  gap: 4px;
}

.typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  animation: typing 1.4s infinite ease-in-out;
}

.typing-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.typing-dots span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes typing {
  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .logo {
    font-size: 28px;
  }

  .chatbox {
    width: 300px;
    height: 400px;
  }

  .contact-item {
    margin-right: 15px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .form-input {
    padding: 12px 18px;
    font-size: 14px;
  }

  .cta-button {
    padding: 15px 25px;
    font-size: 16px;
  }

  .chatbox {
    width: 280px;
    height: 350px;
    bottom: 70px;
    right: 10px;
  }

  .chatbox-container {
    bottom: 10px;
    right: 10px;
  }
}


/* Section 1 styling */
/* Carousel Outer Container Fix */
/* Container that holds the border and image */
.section-1-slider-images .item > div {
  border-radius: 2.5rem;
  border: 2px solid #ddd; /* Or your border color */
  overflow: hidden;       /* This is important to clip the image inside */
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: box-shadow 0.4s ease;
  background: #fff;
  padding: 10px;
  position: relative;
}

/* Image inside the container */
.section-1-slider-images .item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  border-radius: 2.5rem; /* Match container border radius */
  object-fit: contain;
}

/* Hover on the item scales only the image */
.section-1-slider-images .item:hover img {
  transform: scale(1.1);
}

/* Hover on the container adds stronger shadow */
.section-1-slider-images .item:hover > div {
  box-shadow: 0 12px 25px rgba(0, 123, 255, 0.35);
  z-index: 10;
  position: relative;
}


/* SECTION - 02 Styling */
/* .section-2 {
  background-color: #f7f9fc;
} */

.section-2 a {
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  background-color: #2b3990;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* no shadow initially */
}

.section-2 .service-btn {
  border: none !important;
  outline: none !important;
  white-space: nowrap;
}

/* Hover effect */
.section-2 .service-btn:hover {
  background: linear-gradient(135deg, #00b8e6, #1a2e85);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 184, 230, 0.4);
}

/* Active button */
.section-2 .service-btn.active {
  background: linear-gradient(135deg, #00b8e6, #1a2e85);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 184, 230, 0.5);
  transform: scale(1.03);
}

/* Button responsive spacing */
.section-2 .d-flex.gap-3 {
  gap: 1rem;
}

.section-2 img {
  width: 100%;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Responsive spacing fix */
@media (max-width: 576px) {
  .section-2 .service-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .section-2 h1 {
    font-size: 1.75rem;
  }
}


/* Section 03 Testimonials styling */
    /* body {
      background: #f5f7fa;
      font-family: 'Poppins', sans-serif;
    } */

    .testimonial-card {
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 25px;
      color: #fff;
      transition: all 0.3s ease;
      height: 100%;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    }

    .testimonial-dark {
      background: #2B3990;
    }

    .testimonial-light {
      background: #008EB1;
    }

    .testimonial-white {
      background: #fff;
      color: #333;
      border: 1px solid #eee;
    }

    .testimonial-card h5 {
      font-weight: 600;
    }

    .testimonial-card p {
      font-size: 0.95rem;
      margin-top: 10px;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .testimonial-author img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      margin-right: 12px;
      border: 2px solid #fff;
    }

    @media (max-width: 768px) {
      .testimonial-card {
        margin-bottom: 20px;
      }
    }

   

/* Section 04 Styling */
/* Keyframes for smooth scaling animation */
@keyframes scalePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08); /* Increase scale */
  }
  100% {
    transform: scale(1); /* Back to normal */
  }
}

/* Apply the animation to book images */
.book-scale-animation {
  animation: scalePulse 4s ease-in-out infinite;
  transition: transform 0.3s ease-in-out;
}


/* Section 05 styling */
.section-5 img {
  width: 100%;
  object-fit: contain;
  padding: 0 !important;
}


.custom-button {
  background: #ffd700;
  color: #000;
  border: 3px solid #008eb1;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
  border-radius: 1rem;
  font-weight: bold;
  transition: all 0.3s ease; /* Smooth transition for all properties */
}

.custom-button:hover {
  background-color: #fff;
  color: #2B3990;
  transform: scale(1.02); /* Optional: slight zoom for better effect */
  border-color: #2B3990;  /* Optional: change border color smoothly */
}


/* Experience Badge */
.experience-badge {
  bottom: 0px;
  right: 0px;
  background-color: #2B3990;
  padding: 1.2rem 1.5rem;
  border-radius: 1.5rem;
  font-weight: bold;
  width: 180px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}


/* Section 6 Styling */
    body {
      font-family: Arial, sans-serif;
      background: #f5f7fa;
    }

    .service-card {
      background: #fff;
      border-radius: 12px;
      border-top: 6px solid #2B3990;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease-in-out;
      height: 100%;
    }

    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
      border-top: 6px solid #008EB1;
    }

    .card-body {
      padding: 25px;
    }

    .card-title {
      color: #2B3990;
      font-weight: bold;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .card-title i {
      font-size: 1.2rem;
      color: #008EB1;
    }

    .card-text {
      color: #555;
      font-size: 0.95rem;
      line-height: 1.5;
    }

    .btn-viewmore {
      background: #008EB1;
      color: white;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: 600;
      margin-top: 30px;
      transition: background 0.3s ease;
    }

    .btn-viewmore:hover {
      background: #2B3990;
      color: #fff;
    }

    .section-title {
      color: #2B3990;
      font-weight: 700;
    }

    .highlight {
      color: #008EB1;
    }

    #all-services {
      padding: 80px 0;
      background: #f8f9fa;
    }

    #all-services h2 {
      text-align: center;
      margin-bottom: 20px;
      color: #2B3990;
      font-weight: bold;
    }

    #all-services p {
      text-align: center;
      margin-bottom: 50px;
      color: #555;
    }

/* Section 7 styling */
/* Background and Section Styling */
.process-section {
  background: linear-gradient(135deg, #2B3990, #008EB1);
  overflow: hidden;
}

/* Line Image */
.line-image {
  z-index: 0;
  max-width: 1000px;
  opacity: 0.15;
  pointer-events: none;
}

/* Step Circle */
.step-circle {
  width: 80px;
  height: 80px;
  background: #ffffff;
  color: #2B3990;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
}

/* Step Box */
.step-box {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  color: #ffffff;
  min-height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.step-box:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.step-box:hover .step-circle {
  transform: scale(1.1);
  background: #ffffff;
  color: #008EB1;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .step-box {
    padding: 1.5rem 1rem;
  }

  .step-circle {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}


/* Section 9 */
.custom-form-border {
border-radius: 2.5rem;
  border-bottom-left-radius: 0 !important;
}

.fix-icons-images{
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* Section 10 */


/* Section 11 */
.hover-card-style .border {
  transition: all 0.4s ease;
  background-color: #fff;
  color: #000;
}

.hover-card-style:hover .border {
  background: linear-gradient(135deg, #00b8e6, #1a2e85);
  color: #fff;
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border: none;
}

.hover-card-style:hover i.icon-blue {
  color: #fff !important;
}

.hover-card-style:hover span {
  color: #fff;
}

  /* Active category visual */
  .category-btn.active {
  background: linear-gradient(135deg, #00b8e6, #1a2e85);
  color: #fff;
  box-shadow: 0 6px 14px rgba(43,57,144,.25);
  }

  .category-btn.active i.icon-blue{
  color: #fff !important;
}


  /* Card styles for covers */
  .book-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border-top: 6px solid #2B3990;     /* your top border accent */
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .book-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
  }
  .book-card img {
    /* width: 100%;
    height: 340px;                    
    object-fit: contain;
    display: block; */
  width: 100%;
  height: auto;
  max-height: 340px;  /* Optional max height for large screens */
  object-fit: cover;  /* Maintain aspect ratio, no cropping */
  display: block;
  /* background-color: #fff;  */
  /* padding: 8px;  */
  }

  /* Carousel spacing */
  #bookCarousel .carousel-item {
    padding: 18px 0;
  }

  /* Responsive tweaks: 2 per row on small screens */
  @media (max-width: 767.98px) {
    .book-card img {
      width: 100%;
      height: max-content;
    object-fit: fill; }

.book-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

  }



/* Section 13 FAQ'S styling */
/* Clean Accordion Styles */
/* Clean Accordion Styles */
.custom-accordion .accordion-item {
  border: none;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.custom-accordion .accordion-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.custom-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
  padding-left: 40px;
  color: #222;
}

.custom-accordion .accordion-button:hover {
  color: #008EB1;
  background-color: #e9f5f9;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  background-color: #e1f0ff;
  color: #008EB1;
}

/* Plus and minus icons */
.custom-accordion .accordion-button::before {
  content: '+';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  color: #2B3990; /* Closed color */
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Toggle icon to minus when open */
.custom-accordion .accordion-button:not(.collapsed)::before {
  content: '−';  /* Unicode minus */
  color: #008EB1; /* Open color */
  transform: translateY(-50%) rotate(0deg);
}

.custom-accordion .accordion-button::after {
  display: none;
}

/* Accordion Body */
.custom-accordion .accordion-body {
  padding: 20px 30px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  animation: fadeIn 0.4s ease-in-out;
}

/* Fade-in animation for accordion content */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Footer styling */
/* Footer styling */

  .footer-link:hover {
    color: #008EB1 !important;
    transition: all 0.3s ease-in-out;
  }

  .footer-link {
    transition: all 0.3s ease-in-out;
  }
/* Social Media Icon Styling */
.social-icon {
     font-size: 1.6rem;
    color: var(--primary-color);
    transition: color 0.3s ease;
background-color: #fff;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    line-height: 0px;
}

.social-icon:hover {
  color: var(--secondary-color);
}



/* Book Ghost writting services
Book cover design
E-book writting services
BOOK PRINTING
cHILDREN BOOK
Editing and Formating
Book publishing services
Author webiste design
Children Book 
Audio Book
Book marketing 
Book video trailer */





/* https://msolutionspro.com/privacy-policy/ */


/*------------------------------------------ Same Styling for Services and Services Detail page --------------------------------------*/
:root {
  --bg-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  --box-glow: 0 12px 24px rgba(0, 0, 0, 0.4);
  --box-hover: 0 20px 38px rgba(0, 0, 0, 0.5), 0 0 12px rgba(255, 255, 255, 0.15);
  --font-color: white;
  --primary-color: #2B3990;
  --secondary-color: #008eb1;
  --dark: #000;
  --light: #fff;
  --gray: #f8f9fa;
}


/* Section 2 WHY CHOOSE US Styling*/

.our-Journey img{
max-width: 100%;
object-fit: contain;
}

  .our-journey-section {
    background-color: #fff9f0;
    padding: 4rem 0;
  }

  .text-primary {
    color: var(--primary-color)!important;
  }

  .quote-box {
    background-color: var(--secondary-color);
  }

  .quote-text {
    border-left: 4px solid var(--primary-color);
    padding-left: 1rem;
  }

  .paragraph-block {
    border-left: 4px solid var(--primary-color);
    padding-left: 1rem;
  }

  /* Responsive Fixes for spacing */
  @media (max-width: 991.98px) {
    .our-journey-section {
      padding: 3rem 1.25rem;
    }

    .our-journey-section .col-lg-6 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 2rem;
    }

    .paragraph-block {
      padding-left: 0.875rem;
      margin-bottom: 1.5rem;
    }

    .quote-box {
      font-size: 0.95rem;
      padding: 1.25rem 1rem;
    }

    .quote-text {
      padding-left: 0.875rem;
    }
  }

  @media (max-width: 576px) {
    .our-journey-section {
      padding: 2.5rem 1rem;
    }

    .quote-box {
      padding: 1rem;
    }

    .quote-text {
      font-size: 0.95rem;
    }
  }
.custom-checklist li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  display: flex;
  align-items: start;
}

.custom-checklist i {
  font-size: 1.1rem;
  margin-top: 3px;
}

/* Image css */
.custom-img {
  max-height: 500px; /* Adjust height as needed */
  object-fit: cover; /* Ensures the whole image is visible without cropping */
  width: 100%;
  height: auto; /* Maintains aspect ratio */
}

/* Optional: Make height even more responsive on smaller devices */
@media (max-width: 768px) {
  .custom-img {
    max-height: 350px;
  }
}

/* Section-5 All services Styling */
/* .service-img {
  max-height: 550px;
  object-fit: cover;
  width: 100%;
  border-radius: 1.5rem
} */
@media (min-width: 1200px) {
.service-img {
  max-height: 550px;
}
}
@media (max-width: 992px) {
.service-img {
  max-height: 550px;
}
}

.service-img {
  /* max-height: 550px; */
  object-fit: cover;
  width: 100%;
  border-radius: 1.5rem;
  box-shadow:
    0 0 20px rgba(43, 57, 144, 0.5),     /* Soft blue glow */
    0 0 40px rgba(0, 142, 177, 0.4),     /* Aqua outer glow */
    0 8px 20px rgba(0, 0, 0, 0.2);       /* Depth with neutral shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-img:hover {
  transform: translateY(-6px);
  box-shadow:
    0 0 30px rgba(43, 57, 144, 0.6),
    0 0 60px rgba(0, 142, 177, 0.5),
    0 12px 25px rgba(0, 0, 0, 0.3);
}


/* Services Detail page stylings (Section 5 -Process Section styling) */

.steps-section {
  background: var(--light);
}

.step-card {
  background: linear-gradient(135deg, #f1f5ff, #e3f6f9); /* Soft gradient */
  border: 1px solid #d0d7e6; /* Light border */
  border-left: 5px solid var(--primary-color); /* Accent border */
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-left-color: var(--secondary-color);
  background: linear-gradient(135deg, #ffffff, #e6f9ff);
}

.step-number {
  color: var(--secondary-color);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.step-number span {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--primary-color);
}

.step-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.step-desc {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
}


      .banner-title {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      }

      .banner-subtitle {
        font-size: 1.3rem;
        font-weight: 300;
        opacity: 0.9;
        max-width: 600px;
        margin: 0 auto;
      }

            /* Responsive Design */
      @media (max-width: 768px) {
        .banner-title {
          font-size: 2.5rem;
        }

        .banner-subtitle {
          font-size: 1.1rem;
        }
      }

/************************************************** Modal CSS Code ********************************************/

/* Added CSS custom properties for modern styling */

body {
  background: var(--gray);
}

/* Enhanced modal overlay with better backdrop */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  animation: overlayFade 0.6s ease forwards;
}

/* Modernized modal box with custom gradient and enhanced shadows */
.promo-modal {
  background: var(--bg-gradient);
  border-radius: 24px;
  max-width: 1000px;
  width: 95%;
  padding: 0;
  box-shadow: var(--box-glow), var(--box-hover);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  animation: modalPopSlide 0.8s ease forwards;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

/* Enhanced keyframes */
@keyframes overlayFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalPopSlide {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(40px) rotateX(10deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.02) translateY(-5px) rotateX(0deg);
  }
  100% {
    transform: scale(1) translateY(0) rotateX(0deg);
  }
}

/* Increased promo image size to match reference image */
.promo-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  min-height: 500px;
}

/* Hide the image on small and extra-small devices */
@media (max-width: 768px) {
  .promo-image {
    display: none; /* Hide image on smaller devices */
  }
}

/* Responsive Image */
.promo-image img {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.promo-image img:hover {
  transform: scale(1.02);
}

/* Enhanced content area with modern styling */
.promo-content {
  flex: 1;
  background: var(--light);
  border-radius: 20px;
  padding: 40px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px;
  position: relative;
  overflow: hidden;
}

.promo-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--bg-gradient);
}

/* Enhanced typography with better hierarchy */
.promo-title {
  font-size: 2.5rem;
  font-weight: 900;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.promo-subtitle {
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: 600;
  margin: 8px 0;
  opacity: 0.9;
}

.promo-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 25px;
  font-weight: 500;
}

/* Modern form controls with enhanced styling */
.form-control {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 18px;
  border-radius: 50px;
  border: 2px solid transparent;
  background: var(--gray);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  font-size: 1rem;
}

.form-control:focus {
  outline: none;
  border-color: var(--secondary-color);
  background: var(--light);
  box-shadow: 0 0 0 4px rgba(0, 142, 177, 0.1);
  transform: translateY(-2px);
}

textarea.form-control {
  border-radius: 20px;
  resize: none;
  min-height: 80px;
}

/* Enhanced button with gradient and modern effects */
.btn-discount {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  border: none;
  color: var(--primary-color);
  font-weight: 800;
  border-radius: 50px;
  padding: 18px 30px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.btn-discount::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.btn-discount:hover::before {
  left: 100%;
}

.btn-discount:hover {
  background: var(--bg-gradient);
  color: var(--light);
  transform: translateY(-3px);
  box-shadow: var(--box-hover);
}

/* Modern close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.close-btn:hover {
  background: var(--light);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Enhanced live chat banner */
.chat-banner {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--bg-gradient);
  color: var(--light);
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: var(--box-glow);
  font-weight: bold;
  animation: pulse 2s infinite;
  cursor: pointer;
  transition: all 0.3s ease;
}

.chat-banner:hover {
  transform: translateY(-3px);
  box-shadow: var(--box-hover);
}

.chat-banner::after {
  content: "🟢 Online";
  margin-left: 10px;
  font-size: 0.9rem;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Enhanced responsive design */
@media (max-width: 768px) {
  .promo-modal {
    flex-direction: column;
    max-width: 95%;
    margin: 20px;
  }
  
  .promo-image {
    display: none; /* Hide image */
  }

  .promo-image img {
    max-width: 280px;
  }

  .promo-content {
    margin: 20px 20px;
    padding: 30px 25px;
  }

  .promo-title {
    font-size: 2rem;
  }

  .promo-subtitle {
    font-size: 1.1rem;
  }

  .promo-description {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .form-control {
    padding: 14px 18px;
    font-size: 0.9rem;
  }

  .btn-discount {
    font-size: 1rem;
    padding: 16px 20px;
  }
}

@media (max-width: 576px) {
  .promo-title {
    font-size: 1.8rem;
  }

  .promo-subtitle {
    font-size: 1rem;
  }

  .promo-description {
    font-size: 0.9rem;
  }
}

.modal-overlay { 
  display: none; /* hidden by default */ 
}