html {
  scroll-behavior: smooth;
}



body {
    
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
}

.owl-dots {
    display: none;
}
p {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
}
.hero-top {
  font-weight: 700;
}
.planing_body{
    font-size: 30px;
    line-height: 35px;
    color: #0f3d2e;
    font-family: math;
}
.planing_body span{
    color: #db2929;
}
.about_sec_back{
background-color: #f5f1e8 !important;
}
.program_div {
    border: 1px solid #000;
}

/* .hero-section {
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
  url("../images/hero.png") center/cover no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
} */

/* .hero-section {
    height: 500px;
    display: flex;
    align-items: center;
    padding: 120px 0;
} */

.hero-section {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    padding: 120px 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/hero.png") top center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.hero-subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(15 61 46 / 39%);
  z-index: 2;
}

.hero-section .container {
  position: relative;
  z-index: 3;
}



/*  */

.hero-section h1 {
  font-size: 3rem;
}

.book_awareness {
    background-color: #f5d281;
    font-size: 15px;
}
.book_awareness:hover {
    border: 1px solid #fff;
    font-size: 15px;
}
.btn-outline-light {
  font-size: 15px;
}
.about_div_sec h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0f3d2e;
    background: rgba(245, 210, 129, 0.15);
    display: inline-block;
    padding: 8px 15px;
    border-left: 4px solid #0f3d2e;
    border-radius: 6px;
    letter-spacing: 0.5px;
    font-family: math;
}

/* .talk_expert {
    background-color: #0f3d2e;
    color: #fff;
    font-size: 15px !important;
} */
.talk_expert:hover {
    background-color: #0f3d2e;
    color: #fff;
    font-size: 15px !important;
}
 .talk_expert {
    background-color: #0f3d2e;
    color: #fff;
    font-size: 15px !important;
    animation: blinkSoft 1.5s infinite;
}

@keyframes blinkSoft {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}
.service-card {
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
}

.section-title {
  font-weight: 700;
  margin-bottom: 30px;
}

.main_header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #0F3D2E !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar-brand img{
    width: 125px;
    height: auto;
}
.nav-item a{
    color: #fff !important;
    margin-right: 3px;
    font-weight: 200 !important;
    font-size: 15px;
} 
.book_appointment{
    background: #f5d281;
    /* margin-top: 0px; */
    color: #000 !important;
    font-weight: 600 !important;
    padding: 5px 9px 5px 9px !important;
    font-size: 13px;
}
.book_appointment:hover{
    background: #f5d281;
    color: #000 !important;
    font-weight: 700 !important;
    padding:5px 9px 5px 9px !important;
}

/* ABOUT IMGES CSS S */
.process-wrapper img{
    width: 100%;
    height: auto;
}

/* about images css s */
.about_img_wrapper {
  position: relative;
  padding: 10px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(245, 210, 129, 0.25);
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  animation: floatImage 3s ease-in-out infinite;
}

/* Golden Glow Border */
.about_img_wrapper::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 25px;
  background: linear-gradient(120deg, #f5d281, transparent, #f5d281);
  z-index: 0;
  opacity: 0.5;
  filter: blur(15px);
}

/* Inner Box */
.about_img_inner {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}

/* Image */
.about_img_inner img {
  border-radius: 20px;
  transition: 0.6s ease;
}

/* Hover Effect */
.about_img_wrapper:hover img {
  transform: scale(1.08);
}

/* Decorative Circle Dots */
.dot_circle {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px dashed rgba(245, 210, 129, 0.7);
  animation: rotateCircle 8s linear infinite;
  z-index: 3;
}

.dot_circle2 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  animation: rotateCircle 10s linear infinite reverse;
  z-index: 3;
}

/* Animation */
@keyframes floatImage {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

@keyframes rotateCircle {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* about images css e */
/* ABOUT IMAGEES CSS E */


/* journey_today start */
/* .journey_today {
    background-color: #0f3d2e; 
} */
 .journey_today {
    background: linear-gradient(135deg, #c4a867ab, #0f3d2e, #f5d281c4);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.journey_today p{
    text-align: center;
}
.journey_today::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgba(245, 210, 129, 0.25);
    border-radius: 50%;
    filter: blur(80px);
}

.journey_today::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    filter: blur(90px);
}
/*  */
.journey_today h2{
    font-weight: 900;
    font-family: math;
    font-size: 32px;
}
.journey_today span {
    background: linear-gradient(90deg, #f5d281, #ffffff, #f5d281);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-shadow: 0px 0px 12px rgba(245, 210, 129, 0.5);
}
.getjoury_btn{
    font-family: math;
    font-size: 18px;
    background: #f5d281;
}
.getjoury_btn:hover {
    font-family: math;
    font-size: 18px;
    background: #f5d281;
    color:#000;
}


/* journey_today end */


/*why_ivf_fails start */
.why_ivf_fails {
  background: linear-gradient(135deg, #0b2b20, #0f3d2e, #c8ba98);
  background-size: 300% 300%;
  animation: bgMove 10s ease infinite;
  padding: 90px 0;
  position: relative;
}

/* Background Move */
@keyframes bgMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Heading */
.section-title2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-family: math;
}

.section-title2 span {
  color: #f5d281;
  text-shadow: 0px 0px 12px rgba(245, 210, 129, 0.7);
}

/* Underline */
.section-title2::after {
  content: "";
  width: 70%;
  height: 4px;
  background: linear-gradient(90deg, #f5d281, transparent);
  position: absolute;
  bottom: -10px;
  left: 15%;
  border-radius: 10px;
}

.section-subtitle2 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  max-width: 750px;
  margin: 18px auto 0;
  line-height: 1.7;
}

/* Cards */
.fail_card2 {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 35px 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.30);
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  outline: 4px solid #e9c87b;
}

/* Border Glow */
.fail_card2::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(120deg, #f5d281, transparent, #f5d281);
  opacity: 0;
  filter: blur(18px);
  transition: 0.5s;
}

.fail_card2:hover::before {
  opacity: 1;
}

.fail_card2:hover {
  transform: translateY(-12px);
}

/* Icon Circle */
.fail_icon2 {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 210, 129, 0.15);
  border: 1px solid rgba(245, 210, 129, 0.35);
  transition: 0.5s;
  position: relative;
  z-index: 2;
}

.fail_icon2 i {
  font-size: 28px;
  color: #f5d281;
}

.fail_card2:hover .fail_icon2 {
  background: #f5d281;
}

.fail_card2:hover .fail_icon2 i {
  color: #0b2b20;
}

/* Text */
/* .fail_card2 h4 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 2;
} */

.fail_card2 h4 {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-align: center;
    padding-bottom: 10px;
}

.fail_card2 h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ffffff1a, #ffff);
    border-radius: 10px;
}

/*  */

.fail_card2 p {
  font-size: 14px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

/* Background Blobs */
.ivf_blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.30;
  z-index: 0;
}

.blob_a {
  width: 320px;
  height: 320px;
  background: rgba(245, 210, 129, 0.8);
  top: -140px;
  left: -120px;
}

.blob_b {
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.25);
  bottom: -160px;
  right: -120px;
}

/*why_ivf_fails end */

/*fertility_reset_section start */
.why_ivf_fails p{
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    max-width: 640px;
    margin: 18px auto 0;
}
.fertility_reset_new {
  background: linear-gradient(135deg, #f5f1e8, #f5f1e8, #f5f1e8);
  padding: 90px 0;
  position: relative;
}

/* Heading */
.reset_heading {
  font-size: 30px;
  font-weight: 900;
  color: #000;
  font-family: math;
  line-height: 1.2;
}
.fail_card2 p{
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
}

.reset_heading span {
    color: #0f3d2e;
    text-shadow: 0px 0px 10px rgb(15 61 46 / 70%);
}

.reset_para {
  color: #000;
  font-size: 15px;
  line-height: 1.7;
}

/* Highlight Box */
.reset_highlight_box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(245, 210, 129, 0.25);
    padding: 18px 18px;
    border-radius: 18px;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.35);
}

.reset_highlight_box h5 {
  color: #0f3d2e;
  font-weight: 800;
  font-family: math;
  margin-bottom: 12px;
  font-size: 20px;
}

.reset_highlight_box ul {
  padding-left: 18px;
  margin: 0;
}

.reset_highlight_box ul li {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
}

/* Button */
.reset_btn {
    background: #d3bf7d;
    color: #0f3d2e;
    font-weight: 800;
    padding: 12px 26px;
    border-radius: 50px;
    transition: 0.4s;
    font-family: math;
}

.reset_btn:hover {
  background: #e8cc8a;
  transform: translateY(-4px);
  box-shadow: 0px 12px 25px rgba(245, 210, 129, 0.35);
}

/* Feature Cards */
.reset_feature_card {
 display: flex;
    gap: 15px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    padding: 20px;
    transition: 0.5s;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.30);
    position: relative;
    overflow: hidden;
      align-items: center;
    height: 165px;
}

/* Hover Glow */
.reset_feature_card::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(120deg, #f5d281, transparent, #f5d281);
    opacity: 0;
    transition: 0.5s;
    border-radius: 18px;
    filter: blur(18px);
}

.reset_feature_card:hover::before {
  opacity: 1;
}

.reset_feature_card:hover {
  transform: translateY(-10px);
}

/* Icon */
.reset_feature_icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: rgb(15 61 46 / 15%);
    border: 1px solid rgba(245, 210, 129, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  
}

.reset_feature_icon i {
    font-size: 22px;
    color: #0f3d2e;
}

/* Card Text */
.reset_feature_card h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 6px;
    color: #0f3d2e;
    font-family: math;
    position: relative;
    z-index: 2;
}

.reset_feature_card p {
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: left;
}

/* Background Blobs */
.reset_new_blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.25;
  z-index: 0;
}

.blob_left {
  width: 320px;
  height: 320px;
  background: rgba(245, 210, 129, 0.8);
  top: -120px;
  left: -120px;
}

.blob_right {
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.25);
  bottom: -150px;
  right: -130px;
}

/*fertility_reset_section end */

/* who for section css start */


.who_pill_section {
  background: #f5f1e8;
}

.who_pill_heading h2 {
    font-size: 30px;
    font-weight: 900;
    color: #0f3d2e;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-family: math;
}

.who_pill_heading span {
     background: linear-gradient(90deg, #c98b3f, #f2c07b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.who_pill_heading p {
  /* color: #cfd6e4; */
  max-width: 825px;
  margin: auto;
}

.who_pill_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card Design */
.who_card {
  border-radius: 25px;
  overflow: hidden;
  background: #e8e5dc;
  transition: 0.4s ease;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.4); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #f5d281;
}

.who_card:hover {
  transform: translateY(-10px);
}

/* Image */
.who_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Bottom Content */
.who_content {
    padding: 23px 15px;
    text-align: center;
    background: linear-gradient(180deg, #f4f0e7 0%, #e6e3da 100%);
}

.who_content h4 {
    color: #0f3d2e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: math;
}

/* Responsive */
@media (max-width: 992px) {
  .who_pill_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .who_pill_grid {
    grid-template-columns: 1fr;
  }
}

/* who for section css end */

/* Who This is for section css start */
 .process_timeline_section {
      background: linear-gradient(135deg, #0f3d2e, #0f3d2e);
      padding: 80px 0;
      position: relative;
      overflow: hidden;
    }

    .process_timeline_section h2 {
      font-size: 36px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 10px;
      position: relative;
      display: inline-block;
      font-family: math;
    }

    .process_timeline_section h2 span {
      background: linear-gradient(90deg, #c98b3f, #f2c07b);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .process_subtitle {
      max-width: 740px;
      margin: 19px auto 0px auto;
      font-size: 15px;
      color: #fff;
    }

    .process_timeline_wrap {
      position: relative;
      margin-top: 60px;
      overflow: visible !important;  /* addd */
    }

    /* Line with Glow Animation */
    .process_timeline_wrap::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      background: linear-gradient(to bottom, #ffffff, #f5d281);
      transform: translateX(-50%);
      border-radius: 20px;
      opacity: 0.8;
      animation: lineGlow 2.5s ease-in-out infinite alternate;
    }

    @keyframes lineGlow {
      0% {
        opacity: 0.5;
        box-shadow: 0 0 0px rgba(201, 139, 63, 0);
      }
      100% {
        opacity: 1;
        box-shadow: 0 0 25px rgba(201, 139, 63, 0.4);
      }
    }

    .process_item {
      width: 50%;
      padding: 20px 30px;
      position: relative;
       overflow: visible !important; /* addd */
    }

    .process_item.left {
      left: 0;
      text-align: right;
    }

    .process_item.right {
      left: 50%;
      text-align: left;
    }

    /* Timeline Dot */
    .process_item::before {
      content: "";
      position: absolute;
      top: 50%;
      width: 16px;
      height: 16px;
      background: #fff;
      border: 4px solid #f5d281;
      border-radius: 50%;
      transform: translateY(-50%);
      z-index: 5;
      animation: dotPulse 1.8s infinite ease-in-out;
    }

    .process_item.left::before {
      right: -8px;
    }

    .process_item.right::before {
      left: -8px;
    }

    @keyframes dotPulse {
      0% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 rgba(201, 139, 63, 0);
      }
      50% {
        transform: translateY(-50%) scale(1.2);
        box-shadow: 0 0 20px rgba(201, 139, 63, 0.4);
      }
      100% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 rgba(201, 139, 63, 0);
      }
    }

    .process_content {
      background: rgba(255, 255, 255, 0.95);
      border-radius: 18px;
      padding: 28px 25px;
      border: 1px solid rgba(201, 139, 63, 0.25);
      box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.08);
      position: relative;
      transition: 0.4s ease;
      /* overflow: hidden; */
      overflow: visible !important;
      z-index: 5;
    }

    /* Shine effect */
    .process_content::after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 200%;
      height: 100%;
      /* background: linear-gradient(120deg, transparent, rgba(255, 210, 150, 0.25), transparent); */
      transition: 0.6s ease;
    }

    .process_content:hover::after {
      left: 100%;
    }

    .process_content:hover {
      transform: translateY(-12px) scale(1.02);
      box-shadow: 0px 22px 60px rgba(201, 139, 63, 0.25);
      border-color: rgba(201, 139, 63, 0.55);
    }

  .process_icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c98b3f, #f2c07b);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 12px 30px rgba(201, 139, 63, 0.30);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    border: 5px solid #fff;
    display: none;
  }

    @keyframes pulseIcon {
      0% {
        transform: translateY(-50%) scale(1);
      }
      50% {
        transform: translateY(-50%) scale(1.08);
        box-shadow: 0px 15px 40px rgba(201, 139, 63, 0.45);
      }
      100% {
        transform: translateY(-50%) scale(1);
      }
    }

    .process_item.left .process_icon {
      right: -31px;
    }

    .process_item.right .process_icon {
      left: -31px;
    }

    .process_content:hover .process_icon {
      transform: translateY(-50%) rotate(10deg) scale(1.12);
    }

    .process_icon i {
      font-size: 22px;
      color: #fff;
    }

    .process_content h4 {
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 10px;
      color: #0f3d2e;
      font-family: math;
    }

    .process_content p {
      margin-bottom: 0;
    }

    /* Responsive */
    @media(max-width: 991px) {
      .process_timeline_wrap::before {
        left: 15px;
      }

      .process_item {
        width: 100%;
        padding-left: 55px;
        padding-right: 15px;
        text-align: left !important;
        left: 0 !important;
      }

      .process_item::before {
        left: 7px !important;
        right: auto !important;
      }

      .process_icon {
        left: -10px !important;
        right: auto !important;
      }
    }
/* Who This is for section css end */





/* awards_section start */
 .awards_section {
      background: linear-gradient(135deg, #0f3d2e, #0f3d2e);
      padding: 60px 0;
      position: relative;
      overflow: hidden;
    }

    .awards_section::before {
      content: "";
      position: absolute;
      top: -160px;
      left: -160px;
      width: 350px;
      height: 350px;
      background: rgba(201, 139, 63, 0.25);
      border-radius: 50%;
      filter: blur(130px);
    }

    .awards_section::after {
      content: "";
      position: absolute;
      bottom: -180px;
      right: -180px;
      width: 380px;
      height: 380px;
      background: rgba(20, 85, 65, 0.18);
      border-radius: 50%;
      filter: blur(140px);
    }

    .awards_content {
      position: relative;
      z-index: 2;
    }

    .awards_badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #ffffff;
      background: rgb(245 210 129 / 20%);
      border: 1px solid rgba(20, 85, 65, 0.20);
      margin-bottom: 18px;
    }

    .awards_badge i {
      color: #f5d281;
      font-size: 15px;
    }

    .awards_title {
      font-size: 30px;
      font-weight: 900;
      line-height: 1.15;
      margin-bottom: 12px;
      font-family: math;
      color: #f5d281;
    }

    .awards_title span {
      color: #fff;
    }
.awards_content p{
  color: #fff;
}
    .awards_name {
      font-size: 23px;
      font-weight: 300;
      color: #b38c66;
      margin-bottom: 12px;
      font-family: math;
    }

    .awards_line {
      width: 90px;
      height: 4px;
      border-radius: 50px;
      background: linear-gradient(90deg, #f5d281, #ffffffb5);
      margin-bottom: 22px;
      animation: lineMove 2.2s infinite alternate ease-in-out;
    }

    @keyframes lineMove {
      0% { width: 70px; }
      100% { width: 120px; }
    }

    .awards_points p {
      margin-bottom: 0px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      color: #fff;
    }

    .awards_points p i {
      color: #f5d281;
      font-size: 16px;
    }

    .awards_btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
        padding: 12px 26px;
        border-radius: 50px;
        background: linear-gradient(135deg, #4d6140, #0e3b2c61);
        color: #f5d281;
        font-weight: 700;
        text-decoration: none;
        transition: 0.4s ease;
        box-shadow: 0px 18px 45px rgba(20, 85, 65, 0.30);
    }

    .awards_btn:hover {
      transform: translateY(-5px);
      box-shadow: 0px 25px 55px rgba(20, 85, 65, 0.40);
      color: #fff;
    }

    .awards_img_box {
      position: relative;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0px 25px 70px rgb(245 210 129 / 29%);
      z-index: 2;
      animation: floatImg 4s infinite ease-in-out;
      border: 2px solid #fff;
    }

    @keyframes floatImg {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-12px); }
    }

    .awards_img_box::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(201, 139, 63, 0.18), transparent 60%);
      z-index: 2;
      pointer-events: none;
    }

    /* Carousel Images */
    .awards_img_box .carousel-inner img {
      border-radius: 22px;
      height: 360px;
      object-fit: cover;
    }

    /* Arrows */
  .awards_img_box .carousel-control-prev,
  .awards_img_box .carousel-control-next {
      width: 40px;
      height: 40px;
      top: 50%;
      transform: translateY(-50%);
      background: #110f0f78;
      border-radius: 50%;
      opacity: 1;
      z-index: 5;
      transition: 0.4s ease;
      border: 2px solid rgba(255, 255, 255, 0.8);
      box-shadow: 0px 12px 30px rgba(255, 0, 0, 0.35);
  }
  
  .awards_img_box .carousel-control-prev:hover,
  .awards_img_box .carousel-control-next:hover {
      background: #75736ed6;
      transform: translateY(-50%) scale(1.08);
      box-shadow: 0px 18px 45px rgba(255, 0, 0, 0.45);
  }
.awards_img_box .carousel-control-prev-icon,
.awards_img_box .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1); /* make icon white */
}
    .awards_img_box .carousel-control-prev {
      left: 0px;
    }

    .awards_img_box .carousel-control-next {
      right: 0px;
    }

    /* Dots */
    .awards_img_box .carousel-indicators {
      bottom: 12px;
      z-index: 5;
    }

    .awards_img_box .carousel-indicators button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.6);
    }

    .awards_img_box .carousel-indicators .active {
      background-color: #c98b3f;
    }

    @media(max-width: 992px) {
      .awards_title {
        font-size: 40px;
      }

      .awards_name {
        font-size: 32px;
      }

      .awards_desc {
        max-width: 100%;
      }
    }

    @media(max-width: 768px) {
      .awards_title {
        font-size: 34px;
      }

      .awards_name {
        font-size: 28px;
      }

      .awards_btn {
        width: 100%;
        justify-content: center;
      }

      .awards_img_box .carousel-inner img {
        height: 300px;
      } 
    }
/*awards_section css end */

/* Our_Happy_Clients start */
.Our_Happy_Clients {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.happy_title {
  font-size: 38px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  color: #7a1515;
  margin-bottom: 8px;
}

.happy_subtitle {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
}

.client_img_box {
  border-radius: 18px;
  overflow: hidden;
  transition: 0.4s ease;
}

.client_img_box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s ease;
}

.client_img_box:hover img {
  transform: scale(1.07);
}

.client_img_box:hover {
  transform: translateY(-6px);
}

/* Owl Nav Buttons */
.happy_clients_owl .owl-nav button.owl-prev,
.happy_clients_owl .owl-nav button.owl-next {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #0f3d2e !important;
      color: #fff !important;
      font-size: 20px !important;
      border: none !important;
      box-shadow: 0px 10px 25px rgba(255, 0, 0, 0.30);
      transition: 0.4s ease;
      border: 2px solid #f5d281 !important;
}

.happy_clients_owl .owl-nav button.owl-prev {
  left: -15px;
}

.happy_clients_owl .owl-nav button.owl-next {
  right: -15px;
}

.happy_clients_owl .owl-nav button.owl-prev:hover,
.happy_clients_owl .owl-nav button.owl-next:hover {
  background: #362705 !important;
  transform: translateY(-50%) scale(1.08);
}

/* Owl Dots */
.happy_clients_owl .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.happy_clients_owl .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.25) !important;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.happy_clients_owl .owl-dot.active span {
  background: #c98b3f !important;
}
.Our_Happy_Clients h2 {
    color: #0F3D2E;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    font-family: math;
}
.Our_Happy_Clients h2 span{
    background: linear-gradient(90deg, #c98b3f, #f2c07b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Our_Happy_Clients p{
  text-align: center;
}
/* Our_Happy_Clients end */

/*authority_strip_section css start  */
.authority_strip_section {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

/* Glow Background */
.authority_strip_section::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -180px;
  width: 360px;
  height: 360px;
  background: rgba(201, 139, 63, 0.22);
  border-radius: 50%;
  filter: blur(140px);
}

.authority_strip_section::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 400px;
  height: 400px;
  background: rgba(20, 85, 65, 0.20);
  border-radius: 50%;
  filter: blur(150px);
}

.authority_strip_section h2 {
    color: #0F3D2E;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    font-family: math;
}
.authority_strip_section h2 span{
      background: linear-gradient(90deg, #c98b3f, #f2c07b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.authority_strip_title span {
  background: linear-gradient(90deg, #c98b3f, #f2c07b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.authority_strip_subtitle {
  max-width: 530px;
  margin: auto;
}

/* Main Strip */
.authority_strip_wrap {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 25px;
  border-top: 2px solid rgba(201, 139, 63, 0.25);
  border-bottom: 2px solid rgba(201, 139, 63, 0.25);
  position: relative;
  z-index: 2;
}

/* Item */
.authority_strip_item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: center;
  position: relative;
  transition: 0.4s ease;
}

.authority_strip_item:hover {
  transform: translateY(-6px);
}

/* Icon */
.authority_strip_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c98b3f, #f2c07b);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 12px 35px rgba(201, 139, 63, 0.35);
  animation: iconPulse 2.5s infinite ease-in-out;
  border: 2px solid #fff;
}

.authority_strip_icon i {
  font-size: 25px;
  color: #fff;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

/* Text */
.authority_strip_text h3 {
  font-size: 25px;
  font-weight: 900;
  color: #145541;
  margin-bottom: 4px;
  font-family:math;
}

.authority_strip_text h5 {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    font-family: math;
}

/* Divider Line */
.authority_strip_line {
  width: 2px;
  height: 65px;
  background: linear-gradient(to bottom, transparent, #c98b3f, transparent);
  opacity: 0.8;
}

/* Responsive */
@media(max-width: 992px) {
  .authority_strip_wrap {
    flex-direction: column;
    gap: 22px;
  }

  .authority_strip_line {
    width: 70%;
    height: 2px;
    background: linear-gradient(to right, transparent, #c98b3f, transparent);
  }
}

@media(max-width: 768px) {
  .authority_strip_title {
    font-size: 30px;
  }

  .authority_strip_text h3 {
    font-size: 34px;
  }
}

/*authority_strip_section css end  */

/* footer s */
.footer_section {
    background: linear-gradient(135deg, #0f3d2e, #0f3d2e);
    color: #ffffff;
}

.footer_logo {
    width: 160px;
}

.footer_title {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.footer_title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #f5d281;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.footer_section p {
    font-size: 14px;
    line-height: 1.7;
}


.footer_section hr {
    border-color: rgba(255,255,255,0.2);
}

.footer_section {
    background: linear-gradient(135deg, #0f3d2e, #0f3d2e);
    color: #fff;
    border-top: 4px solid #f5d281;
}

/* Logo */
.footer_logo {
    width: 160px;
}

/* About Text */
.footer_about p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Footer Title */
.footer_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}

/* Title Underline Accent */
.footer_title::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -6px;
    background: #f5d281;
    border-radius: 2px;
}

/* Quick Links */
.footer_form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_form ul li {
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 0px 8px 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

/* 👇 Last item ka border remove */
.footer_form ul li:last-child {
    border-bottom: none;
}
.footer_form ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}
/* Hover Effect */

.footer_form ul li:hover {
    color: #f5d281;
    padding-left: 8px;
}

.footer_form ul li:hover::before {
    opacity: 1;
    left: -5px;
}

/* Contact Info */
.footer_contact p {
    font-size: 15px;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
}

.footer_contact i {
    color: #0f3d2e;
    font-size: 12px;
    margin-top: 4px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 2px;
}
.footer_contact p:last-child {
    border-bottom: none !important;
}

/* Divider Line */
.footer_section hr {
    border-color:rgb(255 255 255);;
    margin: 25px 0 15px 0;
}

/* Copyright */
.footer_section .mb-0 {
    font-size: 15px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .footer_title::after {
        left: 50%;
        transform: translateX(-50%);
    }

}

/* footer e */

/* contact_sec css start */
.contact_sec {
  background-color: rgb(251 240 226) !important;
}

.contact_sec h2{
    color: #0F3D2E;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    font-family: math;
    text-align: center;
}
.contact_sec h2 span{
    background: linear-gradient(90deg, #c98b3f, #f2c07b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_form{
    background-color: #0f3d2e;
    padding: 25px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #f5d281;
    outline: 4px solid #0f3d2e;  
}
.form-control {
  font-size: 13px !important;
}
.form-label {
  font-size: 13px;
}
.form-select {
  font-size: 13px;
}
.contact_btn {
    color: #0f3d2e;
    background-color: #f5d281;
    font-size: 13px;
    font-weight: 500;
}
.contact_sec p{
  text-align: center;
}
/* contact_sec css end */

/* whatsapp call btn css s */
.mobile_callwhat {
  display: block;
}


.btn-whatsapp-pulse {
  background: #018c26;
  color: white;
  position: fixed;
  bottom: 75px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 26px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1000;
}

.btn-whatsapp-pulse::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #018c26;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 90px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #c66100;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}


@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.btn-whatsapp-pulse1 {
  background: #0d6efd;
  color: white;
  position: fixed;
  bottom: 140px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 26px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulses;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1000;
}

.btn-whatsapp-pulse1::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #0d6efd;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulses {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(0, 123, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

.btn-whatsapp-pulse-border1 {
  bottom: 90px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border1::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #f4c430;
  opacity: 0.75;
  animation-name: pulse-borders;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}


@keyframes pulse-borders {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

img.what {
  position: absolute;
  z-index: 1;
}


@media only screen and (max-width:767px) {
  .mobile_callwhat {
    display: block !important;
  }

  .mobile_callwhat {
    display: none;
  }
  .bar_button_mobile {
  display: block !important;
}
.rating-summary p{
  text-align: center;
}
.hero-section {
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    padding: 120px 0;
}
.hero-section h1 {
    font-size: 27px;
    font-weight: 700;
}
.hero-top {
    font-weight: 500;
    font-size: 20px;
}
.book_awareness {
    margin-bottom: 7px;
    margin-top: -17px;
}
.hero-subtitle {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}

  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
  
  
}

/* whtsapp call btn css e */

/* offcanva css s */
.mobile_menu {
    background: #0f4c3a;
    color: #fff;
}
.mobile_header_cross {
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px !important;
}
.mobile_logo img {
    width: 140px;
}
.bar_button_mobile {
  background-color: #e6c676;
  display: none;
}
.mobile_nav {
    list-style: none;
    padding: 0;
    margin-top: 0px;
    padding-bottom: 0px;
}

.mobile_nav li {
    margin-bottom: 0px;
}

.mobile_nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    /* border-radius: 8px; */
    transition: 0.3s ease;
    border-bottom: 1px dotted #fff;
}

/* Hover Effect */
.mobile_nav li a:hover {
    background: #f5d281;
    color: #000;
    transform: translateX(5px);
}
/* offcanva css e */


/* testimonial css start */
.testimonial-section {
    background: rgb(15 61 46) !important;
    position: relative;
}

.rating-summary h2 {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
}
.rating-summary p{
color: #fff;
}

.rating-summary .stars {
    color: #f5b301;
    font-size: 22px;
    margin: 10px 0;
}

.google-logo {
    width: 90px;
    margin-top: 10px;
}

/* Review Card */
.review-card {
    height: 240px;              /* aap adjust kar sakti ho */
    display: flex;
    flex-direction: column;
    justify-content: center;    /* vertical center */
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    width: 100%;
    transition: 0.4s ease;
}

.review-slider .owl-stage {
    display: flex;
}

.review-slider .owl-item {
    display: flex;
}

.review-card p {
    margin-bottom: 0;
}


/* scroll p tag review s */
.review-card p {
    max-height: 90px;
    overflow-y: auto;
    padding-right: 6px;

    /* Firefox */
    /* scrollbar-width: none; */
}

/* Hide scrollbar initially */
.review-card p::-webkit-scrollbar {
    width: 0px;
    transition: width 0.3s ease;
}

/* Hover pe show scrollbar */
.review-card:hover p::-webkit-scrollbar {
    width: 4px;
}

/* Scrollbar Thumb */
.review-card p::-webkit-scrollbar-thumb {
    background: #5c5643;
    border-radius: 10px;
}

/* Scrollbar Track */
.review-card p::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* scroll p tag review e */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-user img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}
.review-user h4{
  font-size: 15px;
  font-weight: 700;
}
.review-stars {
    color: #f5b301;
    margin: 15px 0;
    font-size: 18px;
}
.google_img img{
  width: 20px;
  height: 20px;
}

.g-icon {
    width: 22px;
}

.ti-profile-details h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

.ti-profile-details span {
    font-size: 13px;
    color: #888;
}

/* testimonial css end */


/* footer bottom css s*/
.footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  text-decoration: none;
}
.all_rights_reserved {
  float: right;
}
/* footer bottom css e */

/* Google css s */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

iframe.skiptranslate {
  display: none !important;
}
/* google css e */

/* Compairison css s */
.comparison-title2 span {
    color: #f5d281;
    text-shadow: 0px 0px 12px rgba(245, 210, 129, 0.7);
}
.comparison-subtitle2 {
    color: rgba(7, 5, 5, 0.85);
    font-size: 16px;
    max-width: 535px;
    margin: 18px auto 0;
    line-height: 1.7;
}
.comparison-title2 {
    font-size: 30px;
    font-weight: 900;
    color: #0f3d2e;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-family: math;
}
.comparison-title2::after {
    content: "";
    width: 70%;
    height: 4px;
    background: linear-gradient(90deg, #0f3d2e, transparent);
    position: absolute;
    bottom: -10px;
    left: 15%;
    border-radius: 10px;
}
/*  */
.comparison_section {
  background: #fefaf7;
}

.comparison_table th {
  background: #0f3d2e;
  font-weight: 600;
  color: #fff;
  padding: 18px;
}

.comparison_table td {
  padding: 18px;
  font-weight: 400;
  font-size: 15px;
  border-top: 1px solid #e9ecef;
  background-color: #fbf0e2;
}

.highlight_col {
  background: #eaf4ff;
  font-weight: 600;
  color: #0d6efd;
}

.comparison_table tbody tr:hover {
  background: #f4faff;
  transition: 0.3s ease;
}
/* compairision css e */

.review-user h5{
  background-color: #0f3d2e;
  padding: 10px 15px;
  color: #fff;
  border-radius: 50%;
}