/* ===================================
   Global Styles
   =================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #3c3a3a;
  line-height: 1.6;
  overflow-x: hidden;
}



img {
  max-width: 100%;
  height: auto;
}

/* ===================================
   Header Section
   =================================== */
.header-section {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  padding: 1rem 0;
}

.logo-img {
  width: 110px;
  height: auto;
}

.navbar-nav .nav-link {
  /* font-family: "Poppins", sans-serif; */
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  /* letter-spacing: 1.12px; */
  padding: 0.5rem 1.5rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #b5271a;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  width: 24px;
  height: 24px;
}

.contact-number {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #b5271a;
  /* letter-spacing: 1.76px; */
}

/* ===================================
   Hero Section
   =================================== */
.hero-section {
  background: url('https://c.animaapp.com/ml9g2kltLxabSG/img/section---div-id--preloader----div.svg') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

.hero-content {
  padding: 40px 0;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 37px;
  font-weight: 700;
  color: #b5271a;
  /* letter-spacing: 4.07px; */
  line-height: 41.6px;
  margin-bottom: 20px;
  -webkit-text-stroke: 0.2px #b5271a;
}

.hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  /* letter-spacing: 1.44px; */
  margin-bottom: 30px;
}

.hero-price {
  margin-bottom: 30px;
}

.price-current {
  font-family: 'Roboto', sans-serif;
  font-size: 47px;
  font-weight: 600;
  color: #b5271a;
  margin-right: 15px;
}

.price-original {
   font-family: "Poppins", sans-serif;
  font-size: 29.4px;
  font-weight: 300;
  color: #535353;
  /* text-decoration: line-through; */ position: relative;
}
.price-original::before{ position: absolute; left: 0; top: 45%; transform: translateY(-50%); content: ""; width: 100%; height: 2px; background:url(../images/cross-line.svg) 0 0 no-repeat; width: 115px; height: 34px;  }

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #84c225;
  border: 1px solid #84c225;
}

.carousel-indicators button.active {
  background-color: #96c142;
}

/* Hero Form Card */
.hero-form-card {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 7px;
  padding: 45px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #b5271a;
  /* letter-spacing: 2.42px; */
  line-height: 27.6px;
  margin-bottom: 10px;
}

.form-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3c3a3a;
  margin-bottom: 30px;
}

.contact-form .form-control {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #6f6f6e;
}

.contact-form .form-control:focus {
  border-color: #b5271a;
  box-shadow: 0 0 0 0.2rem rgba(181, 39, 26, 0.15);
}

.form-disclaimer {
  margin-top: 20px;
}

.form-disclaimer p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #3c3a3a;
  margin-bottom: 5px;
}

/* ===================================
   Buttons
   =================================== */
.btn-primary-custom {
  background-color: #b5271a;
  color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600; text-transform: uppercase;
  padding: 10px 30px;
  border: none;
  border-radius: 45px;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: #8f1f15;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(181, 39, 26, 0.3);
}

.btn-outline-custom {
  background-color: transparent;
  color: #b5271a;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 30px;
  border: 2px solid #b5271a;
  border-radius: 45px;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background-color: #b5271a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(181, 39, 26, 0.3);
}

/* ===================================
   Section Titles
   =================================== */
.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #b5271a;
  /* letter-spacing: 3.30px; */
  line-height: 35.6px;
  text-align: center;
  margin-bottom: 20px;
}
.section-title2{ margin-bottom: 25px;}
.section-description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3c3a3a;
  text-align: center;
  line-height: 26px;
  margin-bottom: 20px;
}

/* ===================================
   Why Book Tests Section
   =================================== */
.why-book-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.feature-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 9.26px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

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

.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.feature-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px; text-transform: capitalize;
  font-weight: 400;
  color: #000000;
  /* letter-spacing: 1.60px; */
  line-height: 22px;
}

#testimonialsCarousel .carousel-item{
  display: block !important;
}
#testimonialsCarousel .carousel-item .testimonial-card{
  width: 100% !important;
  max-width: 100% !important;
}
.bullet1{ padding: 0px; margin: 0 0 20px 0;}
.bullet1 li{ list-style: none; margin-bottom: 5px;}
.bullet1 li{ position: relative; padding-left: 25px; }
.bullet1 li::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 10px; background-color: #b5271a; }


/* ===================================
   Packages Section
   =================================== */
.packages-section {
  padding: 80px 0;
  background: #fdf7f7;
}

.package-card {
  background-color: #ffffff;
  background-image: url('https://c.animaapp.com/ml9g2kltLxabSG/img/rectangle-39554.svg');
  background-size: cover;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.package-header {
  margin-bottom: 20px;
}

.package-name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #b5271a;
  /* letter-spacing: 1.60px; */
  line-height: 25px;
  margin-bottom: 15px;
}

.package-price {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.package-price .price-current {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #b5271a;
}

.package-price .price-original {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #a4a4a4;
  /* text-decoration: line-through; */
  position: relative;
}

.package-features {
  display: flex;
  flex-direction: column;
  gap: 10px; height: 498px;
    overflow: auto;
}


.scrollbar-2 {
  scrollbar-width: thin;  border-radius: 12px;
  scrollbar-color:#fff;  border-radius: 10px;  background-color: #fff;
}
.scrollbar-2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar-2::-webkit-scrollbar-track {
  background-color: #fff;
}
.scrollbar-2::-webkit-scrollbar-thumb {
  background-color:#fff;
}
.scrollbar-2::-webkit-scrollbar-track, .scrollbar-2::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

.packages-bg .packages-content p::-webkit-scrollbar {
  width: 4px;
}
 
.packages-bg .packages-content p::-webkit-scrollbar-track {
  background: #ddd; width: 3px;
}
 
.packages-bg .packages-content p::-webkit-scrollbar-thumb {
  background: #636160;  border-radius: 10px;
}

/* .packages-bg .packages-content p {
  scrollbar-width:thin;  border-radius: 10px;
  scrollbar-color:#fff;  border-radius: 10px; 
}
.packages-bg .packages-content p::-webkit-scrollbar {
  width: 1px;
  height: 10px;
}
.packages-bg .packages-content p::-webkit-scrollbar-track {
  background-color: #ccc;
}
.packages-bg .packages-content p::-webkit-scrollbar-thumb {
  background-color:#636160;
}
.packages-bg .packages-content p::-webkit-scrollbar-track, .packages-bg .packages-content p::-webkit-scrollbar-thumb {
  border-radius: 10px;
} */


[class^=scrollbar] {
  height: 150px;
  overflow-y: scroll; border-radius: 10px;
}
[class^=scrollbar] div {
  height: 400px;
  width: 200%;
  padding: 4rem; border-radius: 10px;
  background-image: linear-gradient(130deg, #ffffff 0%, #ffffff 100%);
}
.feature-item span{width: 100%;}
.feature-item { 
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; background: url(../images/leaf.svg) 0 0 no-repeat;
  color: #444444; justify-content: space-between; padding: 0 10px 0 26px;
}

.feature-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.check-icon {
  width: 11px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 4px;
}

/* ===================================
   Tests Section
   =================================== */
.tests-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.test-card {
  /* background: linear-gradient(180deg, rgba(255, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(181, 39, 26, 0.15); */
background: linear-gradient(151.24deg, #FFF6F6 15.09%, #FFFFFF 83.04%);

border-top: 1px solid;

border-image-source: linear-gradient(180deg, rgba(181, 39, 26, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);


  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.test-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(181, 39, 26, 0.15);
  border-color: rgba(181, 39, 26, 0.3);
}

.test-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.test-name {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  /* letter-spacing: 1.60px; */
  line-height: 22px;
}

/* ===================================
   Who Should Take Section
   =================================== */
.who-should-section {
  padding: 80px 0;
  background: url('https://c.animaapp.com/ml9g2kltLxabSG/img/section.png') no-repeat center center;
  background-size: cover;
  background-color: rgba(255, 251, 240, 1);
}

.who-should-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.who-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  /* letter-spacing: 1.12px; */
}

.who-icon {
  width: 35px;
  height: 35px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

/* ===================================
   How It Works Section
   =================================== */
.how-it-works-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.step-card {
  text-align: center;
  padding: 20px;
}

.step-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.step-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  /* letter-spacing: 1.60px; */
  line-height: 22px;
}

/* ===================================
   CTA Banner
   =================================== */
.cta-banner {
  padding: 50px 0;
  background-image: url('../images/assurance.png');
  background-size: cover;
 
}

.cta-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #b5271a;
 
  line-height: 27.6px;
}

/* ===================================
   Testimonials Section
   =================================== */
.testimonials-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.testimonial-card {
 background: linear-gradient(222.75deg, #FFF6F6 1.6%, #FFFFFF 90.01%);
border: 1px solid rgba(190, 190, 190, 0.2);
  border-radius: 14px;
  padding: 75px 30px 10px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

.carousel-control-btn{ border: 1px solid rgba(181, 39, 26, 1); width: 40px; height: 40px; border-radius: 4px; background-color: transparent;}


/* .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
} */

.quote-icon {
  width: 58px;
  height: 74px;
  position: absolute;
  top: 25px;
  left: 30px;
}

.testimonial-text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #3c3a3a;
  line-height: 27px;
  margin-bottom: 30px;
  padding-top: 40px;
  min-height:160px
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

.author-name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #b5271a;

  margin: 0;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 15px;}