/* contact form css  */
.contact-form {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.input-group {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
}

.input-group i {
  margin-right: 10px;
  color: #555;
}

/* Input Fields */
.input-group input,
.input-group select {
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  flex: 1;
}

/* contact form css  */

/* new section of tally by kapil  */

.step.active .step-number {
  background-color: #3268af;
  color: white;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 2px solid #3268af;
  font-size: 1rem;
  margin: 0 auto;
}

.step-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #336aaf;
  text-align: center;
  margin-top: 8px;
}

.line {
  height: 2px;
  background-color: #dcdcdc;
  width: 100%;
}

.line.active {
  background-color: #336aaf;
}

.step.inactive .step-number {
  background-color: white;
  color: #000;
}

.discoverSection {
  font-size: 24px;
  text-align: left;
}

.pid-box {
  border-radius: 11px;
  box-shadow: 0px 0px 35px 0px #00000026;
  background-color: #ffffff;
  min-height: 245px;
}

.frameimg {
  width: 90%;
  max-height: 120px;
}

.features-section {
  background: #f0f0f07a;
  padding: 60px 20px;
}

.features-section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #212529;
}

.featured-line {
  width: 60px;
  height: 4px;
  background-color: #2a67b2;
  margin: 0 auto 7px;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card {
  height: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.feature-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

p.feature-description {
  color: #000;
  font-weight: 400;
  font-size: 0.9rem !important;
}

@media (max-width: 768px) {
  .step-class {
    display: block;
  }

  .discoverSection {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }

  .discoverSection {
    font-size: 24px;
    text-align: left;
  }
}

/* inspiro section  */

.stats-section {
  padding: 60px 0;
}

.stats-card {
  background-color: #f8f9ff;
  border-radius: 16px;
  border-bottom-left-radius: 40px;
  padding: 35px 15px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

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

.stats-card.orange {
  background-color: #fff9f2;
}

.stats-card.purple {
  background-color: #fcf2ff;
}

.stats-card.blue {
  background-color: #f2fbff;
}

.stats-card.yellow {
  background-color: #fffbf2;
}

.stats-card.pink {
  background-color: #fff2f9;
}

.stats-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 0 0 16px 16px;
}

.stats-card.blue::after {
  background: linear-gradient(90deg, #c6e6ff, #91caff);
}

.stats-card.orange::after {
  background: linear-gradient(90deg, #ffe6c6, #ffca91);
}

.stats-card.purple::after {
  background: linear-gradient(90deg, #e6c6ff, #ca91ff);
}

.stats-card.yellow::after {
  background: linear-gradient(90deg, #fff5c6, #ffe291);
}

.stats-card.pink::after {
  background: linear-gradient(90deg, #ffc6e6, #ff91ca);
}

.icon-wrapper {
  margin-bottom: 20px;
}

.icon-wrapper img {
  width: 60px;
  height: 60px;
}

.stats-number {
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;
}

.stats-title {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 0;
}

.company-heading {
  color: #3f3fcb;
  font-weight: 400;
  /* font-size: 35px; */
  margin-bottom: 30px;
}

.company-text {
  color: #555;
  margin-bottom: 25px;
  line-height: 1.5;
}

/* .talk-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: white;
  color: #3f3fcb;
  border: 2px solid #3f3fcb;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease;
} */

a.talk-btn {
  color: #fff !important;
  font-size: 16px;
  padding: 19px 38px !important;
  background-color: #f2845c !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border: 2px none #f2845c !important;
  border-radius: 8px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;

}

/* .talk-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  color: #3f3fcb;
  border: 2px solid #3f3fcb;
  border-radius: 6px;
  padding: 15px 19px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease;
} */

.talk-btn:hover {
  background-color: #3f3fcb;
  color: white;
}

@media (max-width: 767px) {
  .stats-card {
    margin-bottom: 20px;
  }

  .company-content {
    text-align: center;
    padding: 20px;
  }
}

/* inspiro section  */

/* new section of tally by kapil  */

/* media queries  */

body {
  font-family: "Poppins", sans-serif;
  background: rgb(255, 250, 229);
  overflow-x: hidden;
}

.section-title {
  position: relative;
  /* padding-bottom: 15px; */
  /* margin-bottom: 25px; */
  padding: 10px;
  border-radius: 30px;
  font-weight: 500;
  display: inline-block !important;
  color: #F39572;
  /* font-size: 1.75rem; */
  font-size: 1rem;
  background: transparent;
}

/* .section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80px;
        height: 3px;
        background-color: #0d6efd;
      } */

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.contact-form {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.input-group {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.input-group input {
  width: 100%;
  padding: 8px;
  outline: none;
}





@media (max-width: 991.98px) {
  .col-6 {
    width: 100%;
  }

  .hero-section-img {
    margin-top: 30px;
  }

  .about-img,
  .contact-text {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .product-card {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .section-padding {
    padding: 40px 0;
  }

  h1 {
    font-size: 2rem;
  }

  .fs-4 {
    font-size: 1.1rem !important;
  }
}

.bg-lines {
  opacity: 0.5;
  z-index: 0;
}

@media (max-width: 575.98px) {
  .btn-group-hero {
    flex-direction: column;
    gap: 10px;
  }

  .btn-group-hero .btn {
    width: 100%;
  }

  h1 {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* media queries  */

/* new price section  */

body {
  background-color: #f0f0f0;
  /* padding: 20px; */
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px;
}

.pricing-card {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plan-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.crown-icon {
  text-align: center;
  margin-bottom: 5px;
}

.select-button {
  display: block;
  background-color: #5e43ec;
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 300;
  margin: 20px 0;
}

.select-button:hover {
  display: block;
  background-color: #5e43ec;
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 300;
  margin: 20px 0;
}

.divider {
  height: 1px;
  background-color: black;
  margin: 20px 0;
}

.price-section-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding: 0px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.check-icon {
  color: #52b788;
  margin-right: 10px;
  flex-shrink: 0;
}

.feature-text {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.feature-text span:nth-child(1) {
  font-weight: 700 !important;
}

/* Card background colors */
/* Basic Plan - Light mint */
.basic-plan {
  background: linear-gradient(to bottom right, #dfeee9, #c7ede8);
}

/* Basic Pro - Soft yellow */
.basic-pro {
  background: linear-gradient(to bottom right, #fff6cf, #f8e59e);
}

/* Basic Master - Light blue */
.basic-master {
  background: linear-gradient(to bottom right, #d6edf5, #b8e0f2);
}

/* Basic Prime - Light coral */
.basic-prime {
  background: linear-gradient(to bottom right, #ffe0dd, #ffd0cc);
}

/* Silver Plan - Pale blue */
.silver-plan {
  background: linear-gradient(to bottom right, #e3f2fd, #d0e8fa);
}

/* Silver Pro - Soft lavender */
.silver-pro {
  background: linear-gradient(to bottom right, #ede7f6, #d6cfea);
}

/* Silver Master - Sage green */
.silver-master {
  background: linear-gradient(to bottom right, #dbe9db, #c5d8c5);
}

/* Silver Prime - Light slate */
.silver-prime {
  background: linear-gradient(to bottom right, #e0e6ed, #cfd8e3);
}

/* Gold Plan - Pale gold */
.gold-plan {
  background: linear-gradient(to bottom right, #fef3d1, #feeab2);
}

/* For cards with dark backgrounds
.basic-master .plan-title, .basic-master .feature-text,
.basic-prime .plan-title, .basic-prime .feature-text,
.silver-master .plan-title, .silver-master .feature-text,
.silver-prime .plan-title, .silver-prime .feature-text {
  color: white;
}

.basic-master .check-icon, .basic-prime .check-icon,
.silver-master .check-icon, .silver-prime .check-icon {
  color: #a3f7bf;
}

.basic-master .divider, .basic-prime .divider,
.silver-master .divider, .silver-prime .divider {
  background-color: rgba(255, 255, 255, 0.2);
} */

@media (max-width: 768px) {
  .pricing-card {
    max-width: 100%;
    margin: 20px;
  }
}

/* new price section  */

* Faq Section */ .faq-section {
  padding: 40px 10px;
}

.faq-header {
  margin-bottom: 2rem;
}

.faq-header h6 {
  color: #85634f;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.faq-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #212121;
}

.accordion-item {
  border: 1px solid #e8e8e8;
  border-radius: 4px !important;
  margin-bottom: 1rem;
  background-color: #fff;
  overflow: hidden;
}

.accordion-button {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212121;
  background-color: #fff;
  padding: 1.5rem;
  position: relative;
}

.accordion-button:not(.collapsed) {
  color: #212121;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2385634f' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease-in-out;
}

.accordion-body {
  padding: 1.5rem;
  color: #555;
  line-height: 1.6;
}

.promotion-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* margin-top: 2rem; */
  /* background-color: #fff; */
  /* border-radius: 8px; */
  overflow: hidden;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
}

.product-image {
  width: 100%;
  /* max-width: 300px; */
  display: flex;
  justify-content: center;
}

.promotion-content {
  /* padding: 1.5rem; */
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.promotion-content h3 {
  font-size: 1rem;
  font-weight: bold;
  /* margin-bottom: 1rem; */
  width: 100%;
}

.faq-book-btn {
  background-color: #6d352c;
  color: white;
  border: none;
  padding: 5px;
  width: 100%;
  font-weight: 600;
  transition: all 0.3s ease;
}

.faq-book-btn:hover {
  background-color: #532720;
}

@media (max-width: 768px) {
  .promotion-section {
    flex-direction: column;
  }

  .product-image {
    max-width: 100%;
  }
}

/* Faq Section  */

/* testimonial section  */

.testimonial-card {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.profile-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.profile-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-initial {
  font-size: 28px;
  font-weight: bold;
  color: white;
  background-color: #8d6e63;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-text {
  margin-bottom: 15px;
  color: #333;
  line-height: 1.5;
}

.customer-name {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.star-rating {
  color: #ffc107;
  margin-top: 5px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #f44336;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%, -50%);
}

.carousel-control-prev {
  left: -20px !important;
  background: blue !important;
  top: 50% !important;
  width: 40px !important;
}

.carousel-control-next {
  right: -20px !important;
  background: blue !important;
  top: 50% !important;
  width: 40px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

.margbooks-logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  color: #888;
}

/* Mobile-specific styles */
@media (max-width: 767px) {
  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  /* Hide desktop slides on mobile */
  .desktop-slide {
    display: none;
  }
}

/* Desktop-specific styles */
@media (min-width: 768px) {

  /* Hide mobile slides on desktop */
  .mobile-slide {
    display: none;
  }
}

/* testimonial section  */


/* -------new-css-start------ */

h1.text-white.main-heading {
  font-size: 70px;
  font-family: "Spectral", sans-serif;
}


.d-flex.gap-2.flex-wrap.btn-group-hero.text-center.justify-content-center a.main-section-btns {
  color: #fff !important;
  font-size: 16px;
  padding: 19px 38px !important;
  background-color: #f2845c !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border: 2px none #f2845c !important;
  border-radius: 8px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}

.card-body h3 {
  font-family: "Outfit", sans-serif;

}


a.card-link.text-decoration-none {
  color: #f2845c !important;
}


a.card-link.text-decoration-none ::before {
  color: #f2845c !important;
  /* content: " " !important; */
}

.fa-arrow-right:before {
    content: " ";
    color: #f2845c !important;
}