body {
  margin: 0;
  padding: 0 !important;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.form-control:focus {
  box-shadow: none !important;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bg-theme-color {
  background-color: var(--primary-color);
}
.inner-header {
  position: unset !important;
}
/* header css start */

.treatment-list {
  position: absolute;
  top: 104%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 12px;
  padding: 30px;
  display: none;
  transition: all 0.4s ease;
  border: 1px solid #ddd;
}
.treatment-list-two {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 80px;
  border: 1px solid #dddddd99;
}
.treatment-dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.treatment-dropdown.active .treatment-list {
  display: block;
}

.treatment-dropdown .fa-caret-down {
  transition: transform 0.3s ease;
}

.treatment-dropdown.active .fa-caret-down {
  transform: rotate(180deg);
}

.treatment-list-box:hover p {
  color: var(--secondary-color);
}

.treatment-list a {
  display: inline-block;
  color: var(--secondary-color) !important;
}
.treatment-box-img {
  overflow: hidden;
  border-radius: 12px;
}
.treatment-list-box:hover img {
  transform: scale(1.05);
}

.treatment-list a img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.treatment-list a p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.17px;
  color: #000;
  transition: transform 0.4s ease;
}

p {
  margin: 0 !important;
}
.sec-title h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.9px;
  color: var(--dark-color);
}
.sec-title p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #71717a;
}
.sec-title span {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--dark-color);
}

.toogle-btn-header {
  width: 30px;
  height: 30px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.main-header.inner-header .navbar-brand img {
  filter: unset !important;
}

/* mobile menu */
.movile-header {
  z-index: 999999;
}

.mobile-header-list .nav-link.active {
  background-color: var(--secondary-color);
  padding: 10px;
  color: #fff;
}

.mobile-header-list .nav-item a {
  padding: 15px 15px 0 15px;
  width: 100%;
  display: inline-block;
  color: #000;
}

.mobile-treatment-dropdown span {
  display: inline-block;
  width: 100%;
  padding: 15px 15px 0 15px;
}

.mobile-treatment-list li a {
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  color: #000000b8;
  text-decoration: none;
}

.mobile-treatment-list {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-treatment-dropdown.active .mobile-treatment-list {
  display: block;
  max-height: 500px;
}

.mobile-treatment-dropdown i {
  transition: 0.3s;
}

.mobile-treatment-dropdown.active i {
  transform: rotate(180deg);
}

.mobile-treatment-submenu-list-item .active {
  background-color: #ff5e001c;
  color: var(--secondary-color);
}

.movile-header .btn-close {
  opacity: 1 !important;
}

.mobile-treatment-dropdown.active span {
  color: var(--secondary-color);
}

.scroll-btn {
  display: none;
}

.main-header {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 99999;
}
/* .main-header .navbar-brand img {
  width: 163px;
} */

.main-header .nav-item a.active {
  color: var(--secondary-color) !important;
}

.main-header .nav-item a:hover {
  color: var(--secondary-color);
}
.main-header .nav-item .nav-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.17px;
  color: #fff;
  padding: 20px 15px;
}
.header-right-btn a:nth-child(1):hover {
  background-color: #fff !important;
}
.header-right-btn a:nth-child(2) {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  padding: 13px 15px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.header-right-btn a:nth-child(2):hover {
  color: var(--secondary-color) !important;
}

.onscroll-visible {
  display: none;
}

.on-scroll-hide {
  display: block;
}
.onscroll .onscroll-visible {
  display: block !important;
}
.onscroll .on-scroll-hide {
  display: none !important;
}

/* onscroll css */
/* .main-header.onscroll {
  position: fixed !important;
  top: 0;
  background-color: var(--primary-color);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */

/* header css end */

/* banner css start */

.hero-section {
  background-image: url("../images/banner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  border-radius: 12px;
  min-height: 95vh;
  z-index: 999;
}
.hero-section:before {
  content: "";
  background-color: #00000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-subtitle {
  font-size: 14px;
  opacity: 0.8;
}

.hero-title {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1.2px;
  margin: 20px 0 5px 0;
}

.hero-desc {
  font-size: 16px;
  opacity: 0.85;
  margin-bottom: 30px;
}

.hero-buttons a {
  font-size: 16px;
  line-height: 1.2;
  border-radius: 100px;
  padding: 15px 20px;
  border: 1px solid;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.hero-buttons a:nth-child(1) {
  background-color: #fff;
  color: var(--dark-color);
  border-color: #fff;
}

.hero-buttons a:nth-child(1):hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.hero-buttons a:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff;
}
.hero-buttons a:nth-child(2):hover {
  background-color: #fff;
  color: var(--dark-color);
  border-color: #fff;
}

.hero-info-bar {
  background: #ffffff45;
  border-radius: 12px;
  margin-top: 50px;
  padding: 25px;
  /* position: absolute; */
  bottom: 25px;
  width: 100%;
  max-width: 55%;
}
.info-item {
  position: relative;
}

.info-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 36px;
  border: 1px solid #fff;
  transform: translate(100px, 1px);
}

.info-item:nth-child(5)::before {
  display: none;
}

.info-item h6 {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
}

.info-item p {
  font-size: 12px;
  margin: 0;
}

.floating-badge {
  position: absolute;
  bottom: 40px;
  right: 0;
  background: #ffffffa3;
  color: #000;
  padding: 10px 20px;
  font-size: 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/*  */

.text-secondary {
  color: #4a4a4a !important;
}

.btn-explore {
  background-color: #0c0c0d;
  border-color: #333;
  font-size: 15px;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0.48px;
  font-weight: 500;
}

.btn-explore:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

/* Card Styling */
.card-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 450px;
  border-radius: 12px;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gradient Overlay */
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.card-overlay h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 8px;
  color: #fff;
}

.section-bottom-txt {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100px;
  display: inline-block;
  padding: 10px 18px;
  margin-top: 50px;
}

.section-bottom-txt p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.card-footer-tags {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.tag-orange i {
  color: #d35400;
}
.tag-blue i {
  color: #2980b9;
}
.tag-blue-bright i {
  color: #3498db;
}
.tag-orange-red i {
  color: #e67e22;
}

.fa-diamond {
  font-size: 8px;
  vertical-align: middle;
}

.treatment-card {
  transition: transform 0.3s ease;
  cursor: pointer;
}

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

/* sciencs css start */
.science-section {
  background-image: url(../images/science-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 56px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}
.science-section:before {
  content: "";
  background-color: #00000040;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Feature Cards */
.feature-card {
  max-width: 600px;
  transition: transform 0.2s ease;
  border: 1px solid transparent;
}

.feature-card:hover {
  transform: translateX(10px);
}

.icon-box {
  background-color: rgba(0, 0, 0, 0.2);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  min-width: 32px;
}

.icon-box i {
  font-size: 0.9rem;
}

.custom-rounded {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* feature css start */

.programs-section .content h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}

.img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.program-card:hover .img-wrapper img {
  transform: scale(1.05);
}

.tag-item {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  color: var(--dark-color);
}

.tag-item i {
  font-size: 6px;
}

.tag-item.orange i {
  color: var(--secondary-color);
}

.tag-item.blue i {
  color: var(--primary-color);
}
.tag-item.orange-dark i {
  color: var(--secondary-color);
}
.tag-item.blue-light i {
  color: var(--primary-color);
}

.btn-black-pill {
  background-color: #0c0c0d;
  border-color: #0c0c0d;
  font-size: 13px;
  padding: 8px 20px;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
}

.btn-black-pill:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

/* journay css start */
.journey-section {
  background-color: #0c4fb90f;
  padding: 56px 0;
}

.journey-section .sec-title h2,
.journey-section .sec-title p {
  color: #000 !important;
}

.journey-section .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.85;
}

.journey-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
  border-radius: 12px;
}

.journey-section .step-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 0.7rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.journey-section .step-content h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}

.journey-section .step-text {
  font-size: 14px;
  line-height: 1.5;
  color: #4b4b4b;
}

.journey-section .step-card {
  transition: transform 0.3s ease;
}

.journey-section .step-card:hover {
  transform: translateY(-8px);
}

.journey-section .step-card:hover .image-wrapper img {
  filter: brightness(1);
}
/*  */

/* clinic guide css start */

.clinical-section .main-img-wrapper img {
  border-radius: 12px;
}
.clinic-rigth-box span {
  background-color: var(--secondary-color);
  font-size: 13px;
  font-weight: 400;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.clinical-section .main-img-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/* Feature Boxes */
.clinical-section .feature-box {
  background-image: url("../images/bg-vector.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.clinical-section .feature-box::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 50%,
    transparent 100%
  );
  pointer-events: none;
}

.clinical-section .feature-box:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.15);
}

.clinical-section .feature-box h4 {
  font-weight: 500;
  line-height: 1.4;
  font-size: 18px;
  color: #fff;
}

/* performance css start */
.patient-choice-section {
  background-image: url("../images/performance-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 56px 0;
}

/* Choice List Styling */
.patient-choice-section .choice-list {
  max-width: 450px;
}

.patient-choice-section .choice-item {
  /* background-color: rgba(20, 20, 20, 0.5); */
  background-color: var(--secondary-color);
  border-radius: 8px;
  padding: 0.8rem 1.2rem;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.2s ease;
  font-weight: 500;
}

.patient-choice-section.patient-choice-sec .choice-item {
  background-color: rgba(20, 20, 20, 0.5) !important;
}

.patient-choice-section .choice-item:hover {
  transform: translateX(5px);
  /* background-color: rgba(255, 255, 255, 0.1); */
}

.patient-choice-section .icon-wrap {
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

.patient-choice-section .footer-note {
  color: #fff;
  font-size: 16px;
  max-width: 500px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  border-color: #fff;
}

.top-title {
  background-color: var(--secondary-color);
  font-size: 13px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: inline-block;
  border-radius: 100px;
}

/* testimonial css start */
.testimonial-slider-section {
  overflow-x: hidden;
}

.testimonial-card {
  height: 100%;
  border-right: 1px solid #ddd;
}

.img-container {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.card-body-custom {
  padding: 2rem;
}

.name-text {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.role-text {
  font-size: 0.8rem;
  color: #888;
  display: block;
  margin-bottom: 1.5rem;
}

.quote-text {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 60px;
}

.brand-footer-text {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

/* cta css start */

.cta-hero-section {
  background-image: url("../images/cat-img.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 180px 0;
  position: relative;
  z-index: 999;
}

.cta-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  max-width: 450px;
  line-height: 1.6;
}

/* Custom Buttons */
.btn-white-pill {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50px;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 1px solid #fff !important;
}

.btn-white-pill:hover {
  background-color: transparent;
  color: #fff;
}

.btn-glass-pill {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50px;
  padding: 12px 35px;
  font-weight: 500;
  font-size: 0.9rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.btn-glass-pill:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

/* Image Styling */
.cta-image-wrapper {
  position: relative;
  z-index: 2;
}

/* calnder css start */

.main-card-container {
  border-radius: 12px;
  padding: 50px;
  border: 1px solid #ddd;
  height: 590px;
  overflow-y: scroll;
}
.main-card-container {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0d6efd transparent;
}

/* Chrome, Edge, Safari */
.main-card-container::-webkit-scrollbar {
  width: 6px;
}

.main-card-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

.main-card-container::-webkit-scrollbar-thumb {
  background: #0d6efd;
  border-radius: 20px;
}

.main-card-container::-webkit-scrollbar-thumb:hover {
  background: #0b5ed7;
}
.consultation-blue-panel {
  background-image: url("../images/calender-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 12px;
}

.custom-checklist li {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
  color: #fff;
}

.fa-circle-small {
  font-size: 6px;
}

.text-orange {
  color: #ff8c00;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  text-align: center;
}

.day-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: #000;
  padding-bottom: 15px;
}

.day {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.day:hover:not(.text-muted) {
  background-color: #f8f9fa;
}

/* .day.active {
  background-color: #ff8c00 !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
} */

.text-muted {
  /* color: #ced4da !important; */
  cursor: default;
}

.w-fit {
  width: fit-content;
}

/* treatment detail css start */
.treatment-banner-sec {
  background-image: url("../images/treatment-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 12px;
  padding: 100px 0;
  min-height: 95vh;
  z-index: 999;
}

.anti-aging-banner-sec {
  background-image: url("../images/anti-aging-banner.png");
}

.cognitive-banner-sec {
  background-image: url("../images/cognitive-banner.png");
}
.weight-banner-sec {
  background-image: url("../images/weigth-banenr.png");
}
.sexual-banner-sec {
  background-image: url("../images/sexual-banenr.png");
}
.hair-banner-sec {
  background-image: url("../images/hair-banner.png");
}
.hormone-banner-sec {
  background-image: url("../images/dna-banenr.png");
}

.recovery-banner-sec {
  background-image: url("../images/recovery-banner.png");
}

.treatment-banner-sec .feature-card {
  background-color: rgba(12, 12, 13, 0.5) !important;
  border-radius: 12px;
}

.treatment-banner-sec .icon-box {
  background-color: rgba(255, 255, 255, 0.2);
}
.treatment-banner-sec .icon-box i {
  color: #fff;
}

.truested-sec .feature-card {
  background-color: var(--secondary-color) !important;
  border-radius: 12px;
  max-width: 100% !important;
}

.truested-sec .icon-box {
  background-color: #fff;
}
.truested-sec .icon-box i {
  color: var(--secondary-color);
}

.key-benefit-sec {
  background-image: url("../images/key-benefit.png") !important;
}

.comparison-card.problem-card {
  padding: 40px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 80px;
  border-radius: 12px;
}

.comparison-card.problem-card .item-title,
.comparison-card.solution-card .item-title {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.comparison-card.problem-card .item-desc,
.comparison-card.solution-card .item-desc {
  font-weight: 400;
  color: #4b4b4b;
}
.card-type-title {
  font-size: 28px;
  line-height: 1.5;
  color: #000;
}
.card-context {
  color: #6b6d70;
  font-size: 16px;
  line-height: 1.5;
}

.comparison-card.solution-card {
  background-image: url("../images/solution-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  padding: 40px;
  position: relative;
  z-index: 999;
}

.comparison-card.solution-card::before {
  content: "";
  border-radius: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 23%);
  top: 0;
  left: 0;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 80px;
}
.comparison-card.solution-card .icon-box {
  background-color: var(--secondary-color) !important;
}
.comparison-card.solution-card .icon-box i {
  color: #fff !important;
}

/* all product css start */
.search-bar {
  margin-top: 45px;
  position: relative;
  width: 100%;
  max-width: 480px;
}
.search-bar .form-control {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 15px 15px 15px 55px;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  color: #000;
  font-size: 15px;
}
.search-bar .form-control::placeholder {
  color: #000;
  font-size: 15px;
}
.search-bar i {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.treatment-gallery {
}

.category-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
  background-color: #1a1a1a;
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.category-card:hover .card-img {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 56%) 0%,
    rgb(0 0 0 / 0%) 40%,
    rgb(0 0 0 / 52%) 100%
  );
}

.category-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  max-width: 80%;
}

.btn-circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.btn-circle i {
  font-size: 0.9rem;
}

.btn-circle:hover {
  transform: translateX(3px);
  color: var(--secondary-color);
}

/* product detail css start */
.product-detail-slider {
  height: 80%;
  width: 100%;
}

.product-detail-slider-thumb {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.product-detail-slider-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product-detail-slider-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.product-detail-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.product-detail-section .swiper-button-next,
.product-detail-section .swiper-button-prev {
  background: var(--secondary-color);
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  border-radius: 100px !important;
}
.product-detail-section .swiper-button-next:after,
.product-detail-section .swiper-button-prev:after {
  font-size: 20px !important;
}

.product-info .badge-best-seller {
  background-color: var(--secondary-color);
  font-size: 13px;
  font-weight: 600;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 20px;
}
.product-info .product-title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
}
.product-info .description-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #71717a;
}
.price-box .current-price {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
}
.product-info .old-price {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  color: #71717a;
}
.benefits-section .accordion-item {
  border: 0 !important;
}
.benefits-section .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
.benefits-section .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.benefits-section .accordion-button:focus {
  box-shadow: none !important;
}
.benefits-section .accordion-body {
  padding: 10px 0 0 0;
}
.benefits-section .accordion-body .item-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
}
.benefits-section {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.benefits-section .accordion-button::after {
  content: none;
}
.benefits-section .accordion-button:not(.collapsed) .plus-btn {
  display: none;
}
.benefits-section .accordion-button .minus-btn {
  display: none;
}
.benefits-section .accordion-button:not(.collapsed) .minus-btn {
  display: block;
}

.quality-safety-section {
  background-color: var(--primary-color);
  padding: 56px 0;
  color: #ffffff;
}

.quality-badge {
  background-color: #ff5e00;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

.features-grid-container {
  padding-left: 40px;
}

.feature-item {
  text-align: center;
  padding: 20px 10px;
}

.feature-icon-box {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-label {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 24px;
  width: 2px;
  height: 95%;
  background: rgba(193, 200, 195, 0.3);
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 8px;
}

.timeline-item.active .timeline-dot {
  background: #ff6a00;
}

.timeline-content {
  margin-left: 30px;
}

.timeline-content h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.timeline-content p {
  font-size: 16px;
  color: rgba(31, 41, 51, 0.8);
  line-height: 1.5;
}
.step-badge {
  background: #ff6a00;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}

.image-wrapper img {
  border-radius: 12px;
}

.main-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.small-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.related-products-section {
  padding: 56px 0;
  background-color: #0c4fb912;
}

.section-main-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.see-all-link {
  font-size: 20px;
  line-height: 1.2;
  color: #1f2933;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

.see-all-link:hover {
  color: var(--secondary-color);
}

/* Card Styling */
.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card:hover .product-img {
  transform: scale(1.05);
}
.product-img-wrapper {
  background-color: var(--primary-color);
  border-radius: 12px;
  position: relative;
  padding: 40px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1.1;
}

.product-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
}

/* Tags */
.category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.metabolism-tag {
  background-color: rgba(224, 244, 254, 0.32);
}
.bodycomp-tag {
  background-color: #00a3e0;
}
.recovery-tag {
  background-color: rgba(224, 244, 254, 0.32);
}
.longevity-tag {
  background-color: rgba(224, 244, 254, 0.32);
}

.related-products-section .product-title {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.product-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.price-container {
  display: flex;
  align-items: center;
  gap: 5px;
  border-top: 1px solid #ddd;
  padding: 15px 0 0 0;
  margin: 15px 0 20px 0;
}

.price-label {
  font-size: 14px;
  font-weight: 500;
}

.price-divider {
  color: #ccc;
}

.old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

/* Button */
.view-product-btn {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.view-product-btn:hover {
  background-color: #333333;
  color: #ffffff;
}

/* innser pages css start */
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 10px;
}

.breadcrum-wrapper h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--dark-color);
}

.breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--dark-color);
}

.breadcrumb-item a {
  color: var(--dark-color);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.breadcrumb-item.active {
  color: var(--secondary-color);
}
.breadcrumb-item a:hover {
  color: #0e55bf;
}

.blog-main-wrap .nav-pills {
  gap: 8px;
}
.blog-main-wrap .nav-pills .nav-link {
  background-color: #0c4fb912;
  color: var(--primary-color);
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  font-weight: 500;
}
.blog-main-wrap .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
}
.blog-main-wrap .blog-wrapper .blog-card {
  overflow: hidden;
  margin-bottom: 1rem;
  height: calc(100% - 1rem);
}
.blog-main-wrap .blog-wrapper .blog-card .blog-card-image {
  width: 100%;
  min-height: 320px;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
}
.blog-main-wrap .blog-wrapper .blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.blog-main-wrap .blog-wrapper .blog-card .blog-card-content {
  padding: 1rem 0;
}

.btn-circle:hover {
  transform: translateX(3px);
  color: var(--secondary-color);
}
.blog-main-wrap
  .blog-wrapper
  .blog-card
  .blog-card-content
  .blog-card-description {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: var(--dark-color);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-main-wrap .blog-wrapper .blog-card .blog-card-content .anchor-link {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--dark-color);
  text-decoration: none;
}
.blog-main-wrap .blog-wrapper .blog-card .blog-card-content .anchor-link i {
  transition: all 0.3s ease;
}
.blog-main-wrap
  .blog-wrapper
  .blog-card
  .blog-card-content
  .anchor-link:hover
  i {
  transform: translateX(3px);
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.02);
}
.blog-main-wrap .blog-wrapper .blog-card .blog-card-content .anchor-link:hover {
  color: var(--secondary-color);
}

/* blog detail css start*/

.blog-sidebar {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog-sidebar .blog-sidebar-card {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #eeebe4;
  border-radius: 12px;
}
.blog-sidebar .blog-sidebar-card .blog-sidebar-card-header {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.blog-sidebar .blog-sidebar-card .blog-sidebar-card-header h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--dark-color);
}
.blog-sidebar .blog-sidebar-card .blog-sidebar-card-body {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 1rem;
}
.blog-sidebar .blog-sidebar-card .blog-sidebar-card-body ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .blog-sidebar-card .blog-sidebar-card-body ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog-sidebar .blog-sidebar-card .blog-sidebar-card-body ul li a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none !important;
  color: var(--dark-color);
}
.blog-sidebar .blog-sidebar-card .blog-sidebar-card-body ul li a:hover {
  color: var(--secondary-color) !important;
}
.blog-content {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog-content .blog-content-header {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog-content .blog-content-header .blog-content-header-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 12px;
}
.blog-content .blog-content-header .blog-content-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.blog-content .blog-content-header .blog-content-header-content {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog-content
  .blog-content-header
  .blog-content-header-content
  .blog-content-header-content-title {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.blog-content
  .blog-content-header
  .blog-content-header-content
  .blog-content-header-content-title
  h2 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--dark-color);
}
.blog-content
  .blog-content-header
  .blog-content-header-content
  .blog-content-header-content-description
  p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--dark-color);
}
.blog-content .blog-article-body h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--dark-gray);
  margin-top: 30px;
}
.blog-content .blog-article-body blockquote {
  padding: 30px;
  background-color: #ff5e001a;
  border-left: 5px solid var(--secondary-color);
  font-style: italic;
  font-size: 20px;
  line-height: 32px;
  margin: 40px 0;
  color: var(--dark-color);
  border-radius: 4px;
}
.blog-content .blog-comments-section h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--dark-color);
}
.blog-content .comment-form-wrap {
  background-color: #eeebe4;
  padding: 40px;
  border-radius: 12px;
}
.blog-content .comment-form-wrap .form-control {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 12px 15px;
}
.blog-content .comment-form-wrap .form-label {
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 8px;
  display: block;
}
.recent-post-item a {
  text-decoration: none !important;
}
.recent-post-item a:hover {
  color: var(--secondary-color) !important;
}
.article-image img {
  border-radius: 12px !important;
}
.reply-btn {
  font-size: 13px;
  line-height: 1.2;
  color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.reply-btn:hover {
  color: var(--dark-color);
}

.recent-post-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 12px;
}

.recent-post-item a {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-color);
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* blog detail css start*/

/* contact us css start */
.contact-us-page .contact-wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.contact-us-page .contact-info {
  flex: 1;
  min-width: 300px;
  /* background: #ff5e00bf; */
  background-color: #0e55bf;
  color: #fff;
  padding: 40px;
  border-radius: 12px;
}
.contact-us-page .info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.contact-us-page .info-item .icon {
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  color: #0e55bf;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-page .info-item h4 {
  margin: 0 0 5px 0;
  color: #fff;
}
.contact-us-page .info-item p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.contact-us-page .social-icons a {
  color: #0e55bf;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background-color: rgb(255 255 255);
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 12px;
  transition: all 0.5s ease-in-out;
}
.contact-info .info-item::before {
  content: none !important;
}
.contact-us-page .contact-form-container {
  flex: 2;
  min-width: 300px;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd80;
}
.section-title h2 {
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.14px;
  margin: 0;
  color: var(--dark-color);
}
.contact-us-page .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-us-page .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.contact-us-page .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--dark-color);
}
.contact-us-page input,
.contact-us-page select,
.contact-us-page textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 1rem;
  outline: none;
  transition: all 0.5s ease-in-out;
}

/* faq css start */
.fqa-sec .accordion-item {
  border: 0 !important;
  margin-bottom: 25px;
}
.fqa-sec .accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: #fff;
}
.fqa-sec .accordion-button {
  background-color: #0c4fb91c;
  color: var(--primary-color);
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
}
.fqa-sec .accordion-button::after {
  content: none;
}
.fqa-sec .accordion-body {
  padding: 15px 0 0 0;
}
.fqa-sec .accordion-button {
  justify-content: space-between;
}
.fqa-sec .accordion-button:not(.collapsed) .minus-btn {
  display: flex;
}
.fqa-sec .accordion-button:not(.collapsed) .plus-btn {
  display: none;
}
.fqa-sec .accordion-button .minus-btn {
  display: none;
}
.fqa-sec .accordion-button .plus-btn {
  display: flex;
}

.fqa-sec .accordion-button .minus-btn,
.fqa-sec .accordion-button .plus-btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border-radius: 100px;
  color: var(--primary-color);
  align-items: center;
  justify-content: center;
}

/* membership css start */
.membership-banner-section {
  background-color: var(--primary-color);
  padding: 100px 0 50px 0;
  min-height: 95vh;
  display: flex;
  align-items: center;
  border-radius: 12px;
}

.membership-banner-section .banner-content ul li span {
  background-color: #fff !important;
  color: var(--primary-color) !important;
}

.membership-banner-section .banner-title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1.2px;
  margin: 20px 0 5px 0;
  color: #fff;
}
.membership-banner-section .banner-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.membership-banner-section ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.membership-banner-section ul li {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px !important;
}
.membership-banner-section ul li span {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background-color: var(--secondary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
/* membership plans start */
.membership-plans-section {
  background-color: #f6f6f6;
}

.plan-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.plan-card:hover {
  transform: translateY(-10px);
}

.plan-header h3 {
  color: var(--dark-color);
  font-size: 26px;
  letter-spacing: -0.5px;
}

.plan-header .price .display-4 {
  color: var(--secondary-color);
  letter-spacing: -1px;
}

.bg-secondary-color {
  background-color: var(--secondary-color) !important;
}

.plan-body ul li i {
  color: var(--secondary-color) !important;
}

.plan-body .border-warning {
  border-color: var(--secondary-color) !important;
}

.plan-body .bg-light {
  background-color: #fff9f5 !important;
}
/* membership plans end */

/* comparison css start */
.custom-table th {
  font-size: 20px;
}

.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 16px;
}
/* .custom-table tr:nth-child(odd) td:nth-child(2) {
  background-color: #ffedd394;
} */
.custom-table tr:nth-child(2n) td:nth-child(2) {
  background-color: #ff5e0026;
}
.custom-table tbody tr:nth-child(2n) {
  background: #ffedd394;
}
.custom-table thead tr {
  background: #ffedd394;
}
.custom-table td {
  font-size: 16px;
  border: 1px solid #ffffff3b;
}
.custom-table td,
.custom-table th {
  padding: 20px;
  font-weight: 600;
  color: #000;
  text-wrap: nowrap;
}
.custom-table thead .brand-col {
  background: #ff5e0026;
}

/* about css start */

.story-image img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.core-values-section {
  background-color: var(--primary-color) !important;
}

/* about css end */

/* career css start */
.benefits-sec {
  background-color: var(--primary-color);
}

.benefits-section-main .icon-box {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-section-main .icon-box i {
  color: #fff !important;
}

.job-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  border-color: var(--secondary-color) !important;
}

.shadow-sm-hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
/* career css end */

/* step form css start */
.form-card {
  background: var(--primary-color);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 50px;
  max-width: 750px;
  width: 100%;
  margin: 50px auto 0 auto;
}

.brand-logo {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

.progress-container {
  height: 6px;
  background: #fff;
  border-radius: 10px;
  margin: 1.5rem 0;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  width: 9.09%; /* 1/11 */
  background: var(--secondary-color);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-content {
  display: none;
}
.step-content.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.option-card {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  color: #000;
}

.option-card:hover,
.option-card.selected {
  border-color: var(--secondary-color) !important;
  background-color: var(--secondary-color) !important;
  color: #fff;
}

.btn-next {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary-color);
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #fff;
  padding: 13px 15px;
  transition: all 0.5s ease-in-out;
}

.btn-next:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff !important;
}

.btn-back {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  padding: 13px 15px;
  transition: all 0.5s ease-in-out;
}

.btn-back:hover {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid #fff !important;
}

.hidden {
  display: none !important;
}

.step-indicator-text {
  color: var(--text-muted);
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
}

.form-top-title p {
  font-size: 16px;
  line-height: 1.5;
}

.input-fields .form-label {
  font-size: 18px;
  line-height: 1.2;
}
.input-fields .form-control {
  font-size: 15px;
  line-height: 1.2;
  padding: 14px;
  border: 0;
  color: #000 !important;
  border-radius: 12px;
}

.input-fields .form-select,
.input-fields textarea {
  font-size: 15px;
  line-height: 1.2;
  padding: 14px;
  border: 0;
  color: #000 !important;
  border-radius: 12px;
  text-transform: capitalize;
}
.input-fields .form-control::placeholder,
.input-fields textarea::placeholder {
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}

.input-fields textarea {
  min-height: 100px;
}
.form-select:focus {
  box-shadow: none;
}

.collapse-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  overflow: hidden;
}

.collapse-wrapper.show {
  grid-template-rows: 1fr;
}
.collapse-wrapper {
  margin-top: 24px;
}
.collapse-content {
  min-height: 0;
}
.boxed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 12px;
}
.boxed label {
  color: #fff;
  display: flex;
  width: 100%;
  border: 1px solid #fff;
  transition: all 0.3s;
  text-align: center;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: capitalize;
}
.boxed label:hover {
  background-color: #fff;
  color: #000;
}

.boxed input[type="checkbox"] {
  display: none;
}

.boxed input[type="checkbox"]:checked + label {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked + label {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

/* checkout css start */
.checkout-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #e2e8e1;
}

.section-title {
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.custom-label {
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 6px;
}

.zenith-input {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 0.95rem;
}

/* Order Summary Side */
.summary-panel {
  background-color: #fff;
  border-left: 1px solid #e2e8e1;
  padding: 2rem;
}

.performance-card {
  background-color: #fcfdf8;
  border: 1px solid #e2e8e1;
  border-radius: 12px;
  padding: 20px;
}

.program-badge {
  background-color: var(--zenith-accent);
  color: #06261f;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.product-visual-box {
  background-color: #f1f4e9;
  border-radius: 12px;
  padding: 15px;
  margin: 15px 0;
}

/* Add-on Section */
.addon-item {
  border: 1px solid #e2e8e1;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-add {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 6px 20px;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.btn-add:hover {
  background-color: transparent;
  color: var(--primary-color);
}

/* Totals */
.total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.grand-total {
  font-size: 1.25rem;
  font-weight: 800;
  border-top: 1px solid #e2e8e1;
  padding-top: 15px;
  margin-top: 15px;
}

/* Main CTA */
.btn-signup {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 15px;
  font-weight: 700;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--secondary-color);
}

.btn-signup:hover {
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--secondary-color) !important;
}

.signup-icon {
  background: var(--zenith-accent);
  color: #06261f;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.disclaimer-box {
  background-color: #f1f8f3;
  border: 1px solid #d1e7dd;
  border-radius: 8px;
  padding: 15px;
  font-size: 0.75rem;
  color: #4a5a4d;
}

.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* terms css start */
.terms-section {
  background-color: #f8f9fa;
}
.terms-card h3 {
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 20px;
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  letter-spacing: -0.5px;
}
.terms-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}
.terms-card p {
  color: #64748b;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 25px !important;
}
.last-updated-badge {
  display: inline-block;
  background: rgba(255, 94, 0, 0.08);
  color: var(--secondary-color);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}
.term-item {
  margin-bottom: 50px;
}
.term-item:last-child {
  margin-bottom: 0;
}
.contact-box {
  background: #fdf2f0;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #ffe8e4;
}
.contact-box p {
  margin-bottom: 10px !important;
}

/* footer css start */
.footer-section {
  background-color: #fff;
  padding: 100px 0 40px 0;
  margin-top: auto;
}

.footer-cta-text {
  font-size: 15px;
  color: #71717a;
  max-width: 400px;
  line-height: 1.6;
}

.footer-cta-text strong {
  color: #000;
}

.footer-input {
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #cccccc;
  font-size: 15px;
  width: 340px;
}

.footer-input:focus {
  box-shadow: none;
  border-color: #000;
}

.btn-signup {
  border-radius: 12px;
  font-weight: 500;
  background-color: var(--secondary-color);
  font-size: 15px;
  border-color: var(--secondary-color);
}

.footer-heading {
  color: #adb5bd;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.2s;
}

.footer-links a:hover {
  color: var(--secondary-color);
}

.footer-divider {
  opacity: 0.1;
}

.brand-logo {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  color: #1a1a1a;
}

.brand-description {
  font-size: 15px;
  max-width: 450px;
  color: var(--dark-color);
}

.day {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s;
  margin: 0 auto;
  font-weight: 500;
}

.day.active {
  background-color: #0c4fb9 !important;
  color: #ffffff !important;
}

.day:hover:not(.text-muted):not(.active) {
  background-color: #f8f9fa;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 45px;
  gap: 10px;
  text-align: center;
}

.footer-bottom-text ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #a1a1aa;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer-bottom-text ul li a:hover {
  color: var(--secondary-color);
}

.footer-bottom-link p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #a1a1aa;
}

.footer-bottom-link p a {
  color: #ff8c00;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer-bottom-link p a:hover {
  color: var(--dark-color);
}

.core-values-section .icon-box {
  width: 70px;
  height: 70px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clinical-excellence-sec .icon-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  background-color: var(--secondary-color);
  border-radius: 100px;
}

.clinical-excellence-sec .icon-circle i {
  color: #fff;
}

/* treatment mobile view */
.anti-aging-card {
  background: #fff;
  border-radius: 20px;
  padding: 18px 22px;
  min-height: 150px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 14px;
  border: 1px solid #dddddd5e;
}

.anti-aging-title {
  font-size: 20px;
  font-weight: 400;
  color: #222;
}

.arrow-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ff6b00;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.face-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.text-box {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}

.pre-treat-img {
  width: 110px;
  height: 110px;
}

.arrow-btn i {
  font-size: 16px;
  transform: rotate(327deg);
}

/* swiper css start */
.program-slider-wrapper {
  position: relative;
  padding: 0 60px;
}

.programSwiper,
.clinicSwiper {
  overflow: hidden;
}

.program-card {
  height: 100%;
}

.program-swiper-box .swiper-button-next,
.program-swiper-box .swiper-button-prev {
  background-color: rgba(255, 94, 0, 0.1) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100px;
  color: #ff5e00 !important;
}
.program-swiper-box .swiper-button-next::after,
.program-swiper-box .swiper-button-prev::after {
  font-size: 16px !important;
  font-weight: 700;
}
.program-swiper-box .swiper-button-next {
  right: -50px !important;
  top: 28% !important;
}
.program-swiper-box .swiper-button-prev {
  left: -50px !important;
  top: 28% !important;
}
.clinic-swiper-box .swiper-button-next {
  right: -50px !important;
  top: 50% !important;
}
.clinic-swiper-box .swiper-button-prev {
  left: -50px !important;
  top: 50% !important;
}
@media (max-width: 768px) {
  .program-slider-wrapper {
    padding: 0 45px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
}

.paitent-mobile-img img {
  border-radius: 12px;
}
.paitent-mobile-img .footer-note {
  position: absolute;
  bottom: 18px;
  margin: 0 15px !important;
}

.ready-img img {
  border-radius: 12px;
}

.cta-footer-note {
  color: #fff;
  font-size: 16px;
  max-width: 500px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border-color: #fff;
  position: absolute;
  bottom: 18px;
  margin: 0 15px !important;
}

.movile-header .offcanvas-title .navbar-brand img {
  width: 150px;
}

.key-benefit-sec .paitent-mobile-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  border-radius: 12px;
}

/*  */
.time-slot {
  width: 100%;
  text-align: center;
  border: 1px solid #0c4fb96e;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 12px;
  color: #0c4fb9;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.time-slot:hover {
  color: #fff !important;
  background-color: #0c4fb9 !important;
}

.time-card {
  display: none;
}

#back-btn {
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
#back-btn:hover {
  background-color: transparent !important;
  color: var(--secondary-color) !important;
}
button#back-Btn {
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
button#back-Btn:hover {
  background-color: transparent !important;
  color: var(--secondary-color) !important;
}

/*  */

.booking-wrapper {
  max-width: 600px;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #ddd;
}

.header-section {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #ddd;
}

.consultation-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.info-list p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.info-list i {
  margin-right: 5px;
}

.description-toggle {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.description-content {
  display: none;
  padding: 20px;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}

.form-section {
  padding: 30px 0;
}

.main-card-container input.form-control {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  background-clip: unset !important;
}

.checkbox-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.submit-btn {
  background: #0d6efd;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}

.small-text {
  font-size: 12px;
  color: #555;
}

.phone-box {
  display: flex;
  align-items: center;
}

.main-card-container .phone-code {
  width: 90px;
  border: 1px solid #ddd;
  border-right: none;
  padding: 8px;
  background: #fff;
  min-height: 50px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  line-height: 32px;
}
.main-card-container input.form-control {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  background-clip: unset !important;
}
input.form-control.phone-input {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.booking-box {
  display: none;
}

.booking-success {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.success-card {
  width: 100%;
  text-align: center;
}

.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #ff6f1a;
  color: #fff;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-card h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #222;
}

.success-text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.booking-details {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 25px;
}

.booking-details p {
  margin: 8px 0 !important;
  color: #333;
}

.home-btn {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 30px;
  background: #ff6f1a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.home-btn:hover {
  opacity: 0.9;
}

/* Chrome, Safari, Edge, Opera */
.phone-input::-webkit-outer-spin-button,
.phone-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.phone-input {
  -moz-appearance: textfield;
  appearance: textfield;
}

.country-code {
  border: 0 !important;
  background-color: transparent !important;
}

.country-code:focus-visible {
  outline: unset !important;
}

.hero-section.mobile-hero-sec {
  background-image: unset !important;
  min-height: auto !important;
}

.hero-section.mobile-hero-sec::before {
  content: none !important;
}

.hero-section.mobile-hero-sec .mobilr-banner-img img {
  width: 100%;
  height: 387px;
  border-radius: 12px;
  object-fit: cover;
}

.treat-mobile-banner img {
  border-radius: 12px;
}

.mobile-banner-sec .sec-title h2,
.mobile-banner-sec .sec-title p {
  color: #000 !important;
}
