@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");

:root {
  font-size: 1rem;
  --bs-primary: #234d5c;
  --bs-secondary: #fa5e5e;
  --bs-tertiary: #121135;
  --bs-body-font-family: "Heebo", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000000;
  --bs-body-bg: #fceee6;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: initial !important;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 30px 0;
}

.sec-head {
  text-align: center;
  font-size: 30px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.btn {
  font-size: 0.875rem;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: transparent;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 0;
}

.btn-primary:hover {
  background-color: var(--bs-secondary);
  border-color: transparent;
}

.btn-secondary {
  background-color: #fff;
  color: var(--bs-tertiary);
  border-color: transparent;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0;
}

.btn-teritary {
  background-color: var(--bs-secondary);
  color: #fff;
  padding: 20px;
  border-radius: 30px;
  margin: 0;
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: transparent;
}

.btn-teritary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: transparent;
}

.btn-secondary a {
  color: var(--bs-tertiary);
}

.btn-secondary:hover a {
  color: #fff;
}

.btn-secondary.btn_form:hover {
  color: #fff;
  background-color: #ef5e5e;
  border-color: transparent;
}

.navbar {
  position: sticky;
  top: 4px;
  z-index: 99;
  border-radius: 20px;
  background-color: #ffffffbf;
  padding: 10px 0;
  backdrop-filter: blur(5px);
}

.navbar-expand .navbar-nav {
  display: none;
}

.banner_content {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.caption-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.head-btn {
  display: flex;
  justify-content: space-evenly;
}

.head-btn .stor-btn {
  background-color: #000000;
  border: 1px solid #707070;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.head-btn .stor-btn span {
  color: #fa5e5e;
  font-size: 28px;
  font-weight: 700;
  margin-right: 5px;
}

.head-btn .stor-btn p {
  color: #fff;
  font-size: 18px;
}

.caption-para {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.5;
}

.banner-form {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner_form {
  padding: 20px 10px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 13px 20px #0000000d;
}

.consultation-form {
  background-color: #393048;
  padding: 20px;
  border-radius: 15px;
  color: white;
}

.consultation-form h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.consultation-form input,
.consultation-form select {
  margin-bottom: 10px;
}

.consultation-form {
  width: 100%;
  max-width: 400px;
}

.consultation-form .date-ch .date-c {
  padding: 0.375rem 2rem 0.375rem 56px;
}

.consultation-form .dob-ch .time-c {
  padding: 0.375rem 2rem 0.375rem 56px;
}

.consultation-form .time-ch .time-c {
  padding: 0.375rem 2rem 0.375rem 56px;
}

.consultation-form .date-ch div {
  color: #000;
  left: 12px;
  top: 20px;
}

.consultation-form .dob-ch div {
  color: #000;
  left: 12px;
  top: 20px;
}

.consultation-form .time-ch div {
  color: #000;
  left: 12px;
  top: 20px;
}

.consultation-form .form-select {
  background: url("../images/arrow-up.svg") no-repeat right 10px center;
  background-color: #fceee6;
  padding-left: 60px;
}

.consultation-form input::placeholder {
  color: #000;
}

.custom-select {
  background: url("../images/arrow-up.svg") no-repeat right 10px center;
  background-color: #fceee6;
}

.we-sec .we-container {
  background-color: #373049;
  color: #fff;
  padding: 30px 40px;
  border-radius: 18px;
}

.we-sec .we-container .we-content {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.we-sec .we-container .we-content-r p {
  font-size: 17px;
  font-weight: 300;
}

.we-sec .we-highlight {
  color: #9ee77b;
  font-weight: 700 !important;
}

footer {
  padding: 20px 0;
  color: #fff;
  background: #373049;
}

/*testinomial*/
.testinomial-sec .sec-para {
  font-size: 16px;
  font-weight: 300;
}

.tabs-container .nav-link {
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 500;
  background: rgba(55, 48, 73, 0.1);
  border-radius: 20px;
  color: #000;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}

.tabs-container .nav-link.active {
  background: rgba(55, 48, 73, 1);
  color: white !important;
}

.testimonial-card {
  background: white;
  border-radius: 150px;
  border: 1px solid #373049;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  text-align: left;
  flex: 1;
  padding: 20px;
}

.testimonial-user {
  font-size: 18px;
  font-weight: bold;
  color: #ae2677;
  position: relative;
  padding-left: 30px;
}

.testi-loc {
  font-weight: 300;
  color: #000000;
}

.testimonial-user::before {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 2px;
  height: 125px;
  background-color: #707070;
}

.testinomial-img {
  display: inline-block;
  max-width: 150px;
}

.testinomial-img img {
  height: 100%;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ae2677;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 30px;
  height: 15px;
  background-color: #ae2677;
  border-radius: 10px;
}

/* Mobile Styles */
.mobile-tab-dropdown {
  background-color: #fff;
  border: 1px solid #373049;
  border-radius: 30px;
  padding: 10px 20px;
  width: 80%;
  max-width: 300px;
  text-align: left;
  position: relative;
  color: #373049;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu {
  border-radius: 15px;
  border: 1px solid #373049;
  max-width: 300px;
  margin: 0 auto;
}

.dropdown-item {
  padding: 10px 20px;
  color: #373049;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgba(55, 48, 73, 1);
  color: white;
}

.testimonial-section {
  display: none;
}

.testimonial-section.active {
  display: block;
}

.mobile-user-img {
  width: 50px;
  height: 50px;
}

/*Why*/
.why-sec .swiper-slide {
  display: flex;
  height: auto;
  padding: 5px;
}

.health-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #f3e6e7;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.health-card:hover {
  border: 1px solid #ae2677;
  background-color: #fff;
}

.health-card img {
  width: 75px;
  margin-bottom: 10px;
}

.health-card h5 {
  font-weight: 500;
  color: #121137;
  font-size: 18px;
}

.health-card p {
  font-weight: 300;
  color: #121137;
  font-size: 16px;
  flex-grow: 1;
  margin-bottom: 0;
}

/*tsable*/
.conditions-section {
  max-width: 900px;
  margin: auto;
  padding: 50px 15px;
}

.conditions-table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}

.conditions-table tr:hover {
  background-color: #9ee77b;
}

.conditions-table th {
  background: rgba(15, 83, 99, 1);
  color: white;
  font-size: 18px;
  padding: 15px;
  text-align: left;
}

.conditions-table td {
  padding: 15px;
}

.con,
.how {
  align-items: center;
  display: flex;
  font-size: 15px;
}

.con img {
  width: 40px;
}

.how img {
  width: 18px;
  margin-right: 10px;
}

.conditions-table th:nth-child(1),
.conditions-table td:nth-child(1) {
  border-right: 1px solid rgba(15, 83, 99, 1);
}

.icon {
  color: #1b4e5a;
  margin-right: 8px;
}

.check-icon {
  color: #ff5f5f;
  margin-right: 8px;
}

.conditions-table table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}

/*table*/
.compa-sec .feature-list {
  height: 100%;
  padding: 0;
}

.compa-sec .feature-list ul {
  background-color: white;
  border-radius: 25px 0 0 25px;
}

.compa-sec .benefit {
  color: #000;
  padding: 0;
  height: 100%;
}

.compa-sec .comparison-heading {
  padding: 5px 10px;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compa-sec .comparison-heading h3 {
  font-size: 20px;
}

.compa-sec .comparison-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.compa-sec .benefit ul {
  width: calc(100% + 2px);
  margin-left: -1px;
}

.compa-sec .feature-list ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #dcd5d3;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  height: 50px;
  display: flex;
  align-items: center;
}

.compa-sec .benefit li {
  padding: 5px 15px;
  border-bottom: 1px solid #dcd5d3;
  text-align: left;
  font-size: 14px;
  color: #5f230b;
  line-height: 1.2;
  height: 50px;
  display: flex;
  align-items: center;
}

.compa-sec .other-sec ul {
  background-color: #e6e6e642;
  border-radius: 0 0px 25px 0;
}

.compa-sec .twin-sec ul {
  background-color: #fbe0d9;
}

.compa-sec .twin-sec .twin-head {
  background-color: #fa5e5e;
  padding-left: 10px 15px;
  border-top-left-radius: 25px;
}

.compa-sec .other-sec .other-head {
  background-color: #e6e6e675;
  border-top-right-radius: 25px;
}

.compa-sec .comparison-container li:last-child {
  border-bottom: none;
}

/*Faq*/
.accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  border-top: 1px solid #b74087;
  border-radius: 8px;
  font-size: 18px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 0;
}

.accordion-item {
  border: 1px solid #b74087;
  border-radius: 8px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #b74087;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #000;
  box-shadow: none;
  /* border: 1px solid #b74087; */
  border-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/acc_minus.svg);
  color: #fff;
  background-position: center;
  background-color: none;
}

.accordion-button.collapsed::after {
  background-image: url(../images/acc_plus.svg);
  color: #000;
  background-color: none;
}

.accordion-body {
  background-color: white;
  color: #363636;
  border-radius: 10px;
  /* border: 1px solid #b74087; */
  border-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-button .collapsed {
  border-radius: 12px !important;
  border: 2px solid #b74087;
}

@media (max-width: 991px) {
  .navbar {
    border-radius: 20px 20px 0 0;
  }

  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -40px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: scroll;
    padding: 0 10px;
    background-color: #0f5363;
    border-radius: 0 0 20px 20px;
    color: #fff;
  }

  .navbar-expand .navbar-nav .nav-item .nav-link {
    color: #fff;
  }

  .banner_sec {
    margin-top: 35px;
  }

  .banner_content {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }

  .banner-form {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    transform: none;
  }

  .caption-title {
    font-size: 2rem;
  }

  .caption-para {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .consultation-form {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }

  .we-sec .we-container .we-content {
    font-size: 30px;
    font-weight: 500;
  }

  .we-sec .we-container .we-content-r p {
    font-size: 15px;
  }

  .testimonial-card {
    border-radius: 20px;
    padding: 20px;
    border: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 320px;
    height: 100%;
  }

  .mobile-testimonial {
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    flex-grow: 1;
  }

  .quote-icon img {
    width: 50px;
  }

  .quote-icon {
    margin-bottom: 10px;
  }

  .mobile-testimonial h5 {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .mobile-testimonial-text {
    flex-grow: 1;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .mobile-user-info {
    display: flex;
    align-items: center;
    margin-top: auto;
  }

  .mobile-user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
  }

  .mobile-user-details {
    display: flex;
    flex-direction: column;
  }

  .mobile-user-name {
    color: #ae2677;
    font-weight: 600;
  }

  .mobile-user-loc {
    color: #000;
    font-weight: 300;
  }

  .swiper-pagination {
    margin-top: 20px;
  }

  .sec-head {
    font-size: 24px;
  }

  .sec-para {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .banner_content {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }

  .we-sec .we-container {
    padding: 20px;
    border-radius: 18px;
    text-align: center;
  }

  .we-sec .we-container .we-content {
    font-size: 20px;
    font-weight: 600;
  }

  .we-sec .we-container .we-content-r p {
    font-size: 15px;
    font-weight: 300;
    margin: 30px 0;
  }

  .compa-sec .comparison-heading h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .conditions-table th,
  .conditions-table td {
    font-size: 16px;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 30px 0 0 0;
  }

  .sec-faqs {
    padding: 30px 0;
  }

  .caption {
    background-color: #373049;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .caption-title {
    padding: 10px 0;
    font-size: 1.5rem;
  }

  .caption-para {
    font-size: 1rem;
  }

  .banner-img img {
    object-fit: cover;
    object-position: left;
    min-height: 300px;
  }

  .banner_content {
    position: static;
    transform: none;
  }

  /*why*/
  .why-sec .health-card {
    background-color: #fef7f3;
    flex-direction: row;
    text-align: left;
    align-items: start;
    min-height: auto;
    margin: 10px 0px;
  }

  .why-sec .health-card .health-img {
    max-width: 40px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .health-card h5 {
    font-size: 16px;
  }

  .health-card p {
    font-size: 15px;
  }

  .compa-sec .feature-list ul li {
    font-size: 12px;
  }

  .compa-sec .slider-com {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .compa-sec .slider-com::-webkit-scrollbar {
    width: 2px;
    position: absolute;
    bottom: 0;
  }

  .compa-sec .slider-com::-webkit-scrollbar-track {
    background: #d5d5d5;
    background-size: 1px;
    border-radius: 1px;
    width: 2px;
  }

  .compa-sec .slider-com::-webkit-scrollbar-thumb {
    background-color: #ae2677;
    border-radius: 10px;
    width: 2px;
    height: 2px;
  }

  .compa-sec .slider-com .slider-tar {
    display: inline-block;
    width: 50%;
    min-width: 300px;
    box-sizing: border-box;
    vertical-align: top;
    white-space: normal;
  }

  .accordion-button {
    font-size: 15px;
  }

  .con,
  .how {
    align-items: center;
    display: flex;
    font-size: 13px;
  }
}

@media (max-width: 425px) {
  header .navbar-brand img {
    width: 100px !important;
  }

  .navbar-expand .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 12px;
  }
}

/*Modal*/
.modal-content {
  border-radius: 16px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.modal-header {
  background-color: #fceee6;
  color: #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: none;
  padding: 16px;
}

.modal-title {
  font-weight: bold;
}

.modal-body {
  padding: 20px;
  background: #fceee6;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.modal-content .form-control {
  border-radius: 8px;
  padding: 10px;
  /* margin: 20px 0; */
  border: 1px solid var(--bs-primary);
  background: white;
  font-size: 16px;
}

.modal-content .form-control:focus {
  border-color: var(--bs-secondary);
  box-shadow: 0 0 5px rgba(255, 102, 0, 0.5);
}

.modal-content .custom-select {
  background: url("../images/arrow-up.svg") no-repeat right 10px center;
  background-color: #fff;
}

.modal-content .custom-select {
  appearance: none;
  background-color: white;
  cursor: pointer;
}

.modal-content .form-check-label {
  font-size: 14px;
  color: #333;
}

.modal-content .date-ch .date-c {
  padding: 10px 2rem 10px 56px;
}

.modal-content .dob-ch .date-c {
  padding: 10px 2rem 10px 56px;
}

.modal-content .date-ch div {
  color: #000;
  left: 12px;
  top: 24px;
}

.modal-content .dob-ch div {
  color: #000;
  left: 12px;
  top: 24px;
}

.modal-content .time-ch .time-c {
  padding: 10px 2rem 10px 56px;
}

.modal-content .time-ch div {
  color: #000;
  left: 12px;
  top: 24px;
}

.modal-content .form-select {
  /* color: #b5b9bf; */
  background: url("../images/arrow-up.svg") no-repeat right 10px center;
  background-color: #fff;
  border: 1px solid var(--bs-primary);
  /* background-repeat: no-repeat; */
  padding-left: 60px;
}

.modal-content input::placeholder {
  color: #000;
}
