@charset "UTF-8";

/* ===================== Table Content Start ======================= 

Project Name 	:  Ms Jajini Varghese
File 			:  CSS Base
Version 		:  1.0.0
Created     	:  01/12/2025
Author 			:  nikhilsabu7@gmail.com

======================== Table Content End ===================== */
/*-- 1. VARIABLES --*/
section,
header,
footer,
main {
  height: auto;
  clear: both;
}

section,
header,
footer,
main {
  width: 100%;
  position: relative;
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul li::before,
.conditions-single-page-content .content-block ul li::before,
.faq-page-content .accordion .accordion-item .accordion-body ul li::before,
.treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul li::before,
.treatment-page-content .after-before-block .after-before-items .ab-col::before,
.about-page-philosophy-section .philosophy-of-care-content ul li::before,
.about-hero-section .inner-container::before,
.page-title-section.conditions-single-page-title::before,
.treatment-section .treament-box::before,
.cta-section .cta-wrap::before,
.hero-video-section .inner-container::before {
  position: absolute;
  content: "";
}

@font-face {
  font-family: "MinervaModern";
  src: url("../fonts/MinervaModern-Black.woff2") format("woff2"), url("../fonts/MinervaModern-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MinervaModern";
  src: url("../fonts/MinervaModern-Regular.woff2") format("woff2"), url("../fonts/MinervaModern-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MinervaModern";
  src: url("../fonts/MinervaModern-Bold.woff2") format("woff2"), url("../fonts/MinervaModern-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*-- 2. MIXIN --*/
@keyframes shake {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes headerAnimationUp {
  0% {
    transform: translateY(0);
  }

  35% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(-88px);
  }
}

@keyframes headerAnimationDown {
  0% {
    transform: translateY(-88px);
  }

  50% {
    transform: translateY(-88px);
  }

  100% {
    transform: translateY(0);
  }
}

/*-- 3. MEDIA QUERIES --*/
/*------------------------------------
  4. RESET & BASE STYLES
------------------------------------*/
html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  color: #565d6f;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

body::-webkit-scrollbar-thumb {
  background-color: #000000;
  outline: 1px solid #000000;
}

[data-scroll-container] {
  overflow: hidden;
}

[data-scroll-section] {
  position: relative;
}

/*------------------------------------
  TYPOGRAPHY
------------------------------------*/
h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 6vw, 72px);
  font-weight: 500;
  line-height: 1.1;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 3vw, 20px);
  font-weight: 500;
  line-height: 1.4;
}

a,
button,
input,
select,
textarea,
optgroup {
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

p,
li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: inherit;
}

p {
  margin-bottom: 15px;
  line-height: 2;
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  list-style: none;
  line-height: 2;
  margin: 0;
  padding: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  outline: none !important;
  box-shadow: none !important;
}

a:hover,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none !important;
  box-shadow: none !important;
}

.digits {
  font-family: "Inter", sans-serif;
}

.page-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
}

/*------------------------------------
  IMAGES & SVG
------------------------------------*/
img,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

/*------------------------------------
  UTILITIES
------------------------------------*/
.is_relative {
  position: relative;
}

.o-hidden {
  overflow: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.align-center {
  align-items: center;
}

section,
div,
footer {
  scroll-margin-top: 150px;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/*------------------------------------
  STRUCTURE
------------------------------------*/
section,
header,
footer,
main {
  position: relative;
}

/*------------------------------------
  CONTAINERS
------------------------------------*/
.custom-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .custom-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .custom-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .custom-container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.mainContent {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .mainContent {
    padding: 50px 0;
  }
}

@media (min-width: 1800px) {
  .mainContent {
    padding: 100px 0;
  }
}

/*------------------------------------
  TRANSITIONS
------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
select,
textarea,
img,
svg {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

/*------------------------------------
  THEME BUTTON
------------------------------------*/
.button-box {
  justify-content: center;
}

.button-box .link {
  font-size: 15px;
  font-weight: 500;
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  line-height: 35px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.button-box .link i {
  color: currentColor;
}

.button-box .link:hover {
  color: #F8C8DC;
}

button,
.btn,
.cta-btn,
.btn-outline-premium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .mt-100 {
    margin-top: 50px;
  }
}

header {
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 999;
}

header.fixed .navbar {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
}

header .navbar {
  padding: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  header .navbar {
    padding: 10px 0;
  }
}

header .navbar .header-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  header .navbar .header-row {
    align-items: center;
  }
}

@media (max-width: 991px) {
  header .navbar .header-row {
    position: relative;
  }
}

header .navbar .logo {
  padding: 0px;
}

header .navbar .logo a {
  display: block;
  padding: 12px 0;
}

@media (max-width: 767px) {
  header .navbar .logo a {
    padding: 0;
  }
}

header .navbar .logo img {
  transition: all 0.3s;
  max-width: 230px;
}

@media (max-width: 1399px) {
  header .navbar .logo img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  header .navbar .logo img {
    max-width: 140px;
  }
}

header .navbar .main-menu {
  display: flex;
  justify-content: end;
}

header .navbar .main-menu .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  white-space: nowrap;
}

header .navbar .main-menu .navbar-nav .nav-item {
  position: relative;
}

header .navbar .main-menu .navbar-nav .nav-item .nav-link {
  padding: 24px 14px;
  color: #000000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

header .navbar .main-menu .navbar-nav .nav-item .nav-link.active {
  color: #000000;
  font-weight: 600;
}

@media (max-width: 1450px) and (min-width: 1250px) {
  header .navbar .main-menu .navbar-nav .nav-item .nav-link {
    padding: 14px 9px;
    font-size: 14px;
  }

  header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link i {
    margin-left: 6px;
  }

  header .navbar .logo img {
    max-width: 160px;
  }

  header .navbar .other-menu {
    gap: 14px;
  }

  header .navbar .other-menu .cta-btn {
    padding: 10px 16px;
    font-size: 13.5px;
  }
}

@media (max-width: 1249px) and (min-width: 1200px) {
  header .navbar .main-menu .navbar-nav .nav-item .nav-link {
    padding: 12px 5px;
    font-size: 13px;
  }

  header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link i {
    margin-left: 3px;
  }

  header .navbar .logo img {
    max-width: 140px;
  }

  header .navbar .other-menu {
    gap: 10px;
  }

  header .navbar .other-menu .cta-btn {
    padding: 8px 12px;
    font-size: 12.5px;
    gap: 6px;
  }
}

header .navbar .main-menu .navbar-nav .nav-item:hover>.nav-link,
header .navbar .main-menu .navbar-nav .nav-item.active>.nav-link {
  color: #000000;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link {
  display: inline-flex;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link i {
  margin-left: 14px;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link i img,
header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link i svg {
  width: 12px;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link i svg path {
  fill: #000000;
  opacity: 1;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  min-width: 250px;
  background: #ffffff;
  border: none;
  padding: 0;
  transition: all 0.25s ease;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li {
  position: relative;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li a {
  padding: 12px 15px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  background: #545554;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  line-height: 24px;
}

@media (max-width: 1399px) {
  header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li:hover>a {
  background: #796166;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown:hover .nav-link i svg path {
  fill: #F8C8DC;
}

header .navbar .main-menu .sub-dropdown {
  position: relative;
}

header .navbar .main-menu .sub-dropdown>.sub-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  min-width: 250px;
  background: #ffffff;
  padding: 0;
  transition: all 0.25s ease;
}

header .navbar .main-menu .sub-dropdown>.sub-dropdown-menu li a {
  padding: 12px 15px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  background: #545554;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  line-height: 24px;
}

@media (max-width: 1399px) {
  header .navbar .main-menu .sub-dropdown>.sub-dropdown-menu li a {
    font-size: 14px;
  }
}

header .navbar .main-menu .sub-dropdown>.sub-dropdown-menu li:hover>a {
  background: #796166;
}

header .navbar .main-menu .sub-dropdown:hover>.sub-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

@media (max-width: 1199px) {
  header .navbar .main-menu {
    display: none;
  }
}

header .navbar .other-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

header .navbar .navbar-toggler {
  color: #1E1E1E;
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}

header .navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}

header .navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background-color: #b06080;
}

@media (min-width: 1200px) {
  header .navbar .navbar-toggler {
    display: none;
  }
}

header .navbar .other-menu .cta-btn .mobile-call-icon {
  display: none;
}

header .navbar .other-menu .cta-btn .desktop-icon {
  display: inline-flex;
}

header .navbar .other-menu .cta-btn .cta-text {
  display: inline;
}

header .navbar .cta-btn {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

header .navbar .cta-btn i {
  display: flex;
}

header .navbar .cta-btn i img,
header .navbar .cta-btn i svg {
  width: 11px;
  height: 11px;
}

header .navbar .cta-btn i svg path {
  fill: #000000;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (max-width: 1399px) {
  header .navbar .cta-btn {
    font-size: 14px;
  }
}

header .navbar .cta-btn:hover {
  animation: none;
  background-color: #F8C8DC;
  color: #000000;
  border-color: #000000;
  transform: translateY(-2px);
}

header .navbar .cta-btn:hover i svg path {
  fill: #000000;
}

@media (max-width: 767.98px) {
  header .navbar .other-menu .cta-btn {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 4px !important;
  }

  header .navbar .other-menu .cta-btn .cta-text,
  header .navbar .other-menu .cta-btn .desktop-icon {
    display: none !important;
  }

  header .navbar .other-menu .cta-btn .mobile-call-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    transform: scaleX(-1) !important;
  }

  header .navbar .other-menu .cta-btn .mobile-call-icon img,
  header .navbar .other-menu .cta-btn .mobile-call-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  header .navbar .other-menu .cta-btn .mobile-call-icon svg path {
    fill: #ffffff !important;
  }

  header .navbar .other-menu .cta-btn:hover {
    background-color: #F8C8DC !important;
    border-color: #F8C8DC !important;
  }

  header .navbar .other-menu .cta-btn:hover .mobile-call-icon svg path {
    fill: #000000 !important;
  }

  header.fixed .navbar .other-menu .cta-btn,
  header.inner-header .navbar .other-menu .cta-btn {
    border-color: #000000 !important;
  }

  header.fixed .navbar .other-menu .cta-btn .mobile-call-icon svg path,
  header.inner-header .navbar .other-menu .cta-btn .mobile-call-icon svg path {
    fill: #000000 !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: #ffffff;
  background-color: #545554;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  top: 0;
  right: 0;
  width: 400px;
  transform: translateX(100%);
}

.offcanvas .mobile-menu-header {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #ffffff;
  justify-content: space-between;
}

.offcanvas .mobile-menu-header .mobile-logo img {
  max-width: 120px;
}

@media (max-width: 767px) {
  .offcanvas .mobile-menu-header .mobile-logo img {
    max-width: 100px;
  }
}

.offcanvas .mobile-menu-header .close-btn {
  cursor: pointer;
  padding: 0;
  background: no-repeat;
  border: none;
}

.offcanvas .mobile-menu-header .close-btn img,
.offcanvas .mobile-menu-header .close-btn svg {
  width: 24px;
  height: 24px;
}

.offcanvas .main-menu {
  padding: 30px 0px;
}

.offcanvas .main-menu .navbar-nav .nav-item .nav-link {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

.offcanvas .main-menu .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
  background: #F8C8DC;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .nav-link i svg path {
  fill: #ffffff;
  opacity: 1;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  list-style: none;
  padding: 0;
  background: #ffffff;
  border: none;
  padding: 0px;
  border-radius: 0;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu>li>a {
  padding: 15px 30px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  display: flex;
  position: relative;
  background: #3d3d3d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 24px;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu>li>a:hover {
  color: #ffffff;
  background: #F8C8DC;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-item i svg path {
  fill: #ffffff;
  opacity: 1;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .sub-dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .sub-dropdown-menu li a {
  padding: 12px 30px 12px 45px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  display: flex;
  position: relative;
  background: #2a2a2a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 24px;
}

.offcanvas .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .sub-dropdown-menu li a:hover {
  color: #ffffff;
  background: #F8C8DC;
}

.offcanvas .cta-btn {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 50px;
  padding: 12px 28px;
  margin: 15px 30px;
  width: calc(100% - 60px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (min-width: 768px) {
  .offcanvas .cta-btn {
    display: none;
  }
}

.offcanvas .cta-btn i {
  display: flex;
}

.offcanvas .cta-btn i img,
.offcanvas .cta-btn i svg {
  width: 11px;
  height: 11px;
}

.offcanvas .cta-btn i svg path {
  fill: #000000;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (max-width: 1399px) {
  .offcanvas .cta-btn {
    font-size: 14px;
  }
}

.offcanvas .cta-btn:hover {
  animation: none;
  background-color: #F8C8DC;
  color: #000000;
  border-color: #000000;
  transform: translateY(-2px);
}

.offcanvas .cta-btn:hover i svg path {
  fill: #000000;
}

.offcanvas-backdrop {
  z-index: 9;
}

header a,
header button,
header .nav-link,
header .dropdown-item,
header .navbar-toggler,
header .cta-btn,
header .close-btn,
.offcanvas a,
.offcanvas button,
.offcanvas .nav-link,
.offcanvas .dropdown-item,
.offcanvas .navbar-toggler,
.offcanvas .cta-btn,
.offcanvas .close-btn,
.responsive-menu a,
.responsive-menu button,
.responsive-menu .nav-link,
.responsive-menu .dropdown-item,
.responsive-menu .navbar-toggler,
.responsive-menu .cta-btn,
.responsive-menu .close-btn {
  outline: none !important;
  box-shadow: none !important;
}

header a:focus,
header a:active,
header a:focus-visible,
header button:focus,
header button:active,
header button:focus-visible,
header .nav-link:focus,
header .nav-link:active,
header .nav-link:focus-visible,
header .dropdown-item:focus,
header .dropdown-item:active,
header .dropdown-item:focus-visible,
header .navbar-toggler:focus,
header .navbar-toggler:active,
header .navbar-toggler:focus-visible,
header .cta-btn:focus,
header .cta-btn:active,
header .cta-btn:focus-visible,
header .close-btn:focus,
header .close-btn:active,
header .close-btn:focus-visible,
.offcanvas a:focus,
.offcanvas a:active,
.offcanvas a:focus-visible,
.offcanvas button:focus,
.offcanvas button:active,
.offcanvas button:focus-visible,
.offcanvas .nav-link:focus,
.offcanvas .nav-link:active,
.offcanvas .nav-link:focus-visible,
.offcanvas .dropdown-item:focus,
.offcanvas .dropdown-item:active,
.offcanvas .dropdown-item:focus-visible,
.offcanvas .navbar-toggler:focus,
.offcanvas .navbar-toggler:active,
.offcanvas .navbar-toggler:focus-visible,
.offcanvas .cta-btn:focus,
.offcanvas .cta-btn:active,
.offcanvas .cta-btn:focus-visible,
.offcanvas .close-btn:focus,
.offcanvas .close-btn:active,
.offcanvas .close-btn:focus-visible,
.responsive-menu a:focus,
.responsive-menu a:active,
.responsive-menu a:focus-visible,
.responsive-menu button:focus,
.responsive-menu button:active,
.responsive-menu button:focus-visible,
.responsive-menu .nav-link:focus,
.responsive-menu .nav-link:active,
.responsive-menu .nav-link:focus-visible,
.responsive-menu .dropdown-item:focus,
.responsive-menu .dropdown-item:active,
.responsive-menu .dropdown-item:focus-visible,
.responsive-menu .navbar-toggler:focus,
.responsive-menu .navbar-toggler:active,
.responsive-menu .navbar-toggler:focus-visible,
.responsive-menu .cta-btn:focus,
.responsive-menu .cta-btn:active,
.responsive-menu .cta-btn:focus-visible,
.responsive-menu .close-btn:focus,
.responsive-menu .close-btn:active,
.responsive-menu .close-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.theme-footer {
  position: relative;
  background-color: #191919;
  padding: 60px 0 35px 0;
  z-index: 1;
}

.theme-footer .footer-about .footer-logo {
  margin-bottom: 20px;
}

.theme-footer .footer-about .footer-logo img {
  max-width: 200px;
}

.theme-footer .footer-about .button-box .link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.theme-footer .footer-about .button-box .link:hover {
  color: #c0566d;
}

.theme-footer .footer-about .footer-text p {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  max-width: 100%;
}

.theme-footer .footer-details {
  display: flex;
  flex-direction: column;
}

.theme-footer .footer-item-blk h4 {
  font-size: 16px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
}

.theme-footer .footer-links ul li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.theme-footer .footer-links ul li a:hover {
  color: #c0566d;
}

.theme-footer .footer-contact address h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #c0566d;
  margin-bottom: 8px;
}

.theme-footer .footer-contact address p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px;
}

.theme-footer .footer-social-block h4 {
  font-size: 16px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
}

.theme-footer .footer-social-block .social-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-footer .footer-social-block .social-wrap a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.theme-footer .footer-social-block .social-wrap a:hover {
  background: #c0566d;
  border-color: #c0566d;
  color: #ffffff;
}

.theme-footer .footer-details .footer-social-block {
  width: 100%;
  flex: 0 0 auto;
}

.theme-footer .footer-details .footer-social-block h4 {
  font-size: 18px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.theme-footer .footer-details .footer-social-block .social-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s;
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links .svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 100%;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links .svgContainer .icon {
  display: flex;
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links .svgContainer .icon img {
  width: auto;
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links .bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1E1E1E;
  z-index: -1;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s;
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links:hover .svgContainer {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links:hover .bg {
  transform: rotate(35deg);
  transform-origin: bottom;
}

@media (max-width: 1199px) {
  .theme-footer .footer-details .footer-social-block .social-wrap {
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .theme-footer .footer-details .footer-social-block {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .theme-footer .footer-details {
    gap: 0;
  }
}

.theme-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0;
  margin-top: 100px;
}

.theme-footer .footer-bottom .copy-content {
  text-align: center;
}

.theme-footer .footer-bottom .copy-content p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1199px) {
  .theme-footer .footer-bottom {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .theme-footer {
    padding-top: 50px;
  }
}

.hero-video-section {
  height: calc(100vh - 144px);
  overflow: hidden;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (min-width: 992px) {
  .hero-video-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .hero-video-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .hero-video-section {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.hero-video-section .inner-container {
  height: 95%;
  transition: all 1.5s cubic-bezier(0.48, 0, 0.48, 1);
  transition-delay: 0.5s;
  overflow-y: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 1;
}

.hero-video-section .inner-container::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-video-section .inner-container {
    height: 100%;
    border-radius: 0;
  }
}

.hero-video-section .inner-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hero-video-section .inner-container img {
    -o-object-position: bottom;
    object-position: bottom;
  }
}

.hero-video-section .inner-container .overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: flex-end;
  flex-direction: column;
  gap: 30px;
  padding: 100px 100px;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-video-section .inner-container .overlay-container .meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1199px) {
  .hero-video-section .inner-container .overlay-container .meta {
    text-align: center;
  }
}

.hero-video-section .inner-container .overlay-container h1 {
  font-size: 50px;
  line-height: normal;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .hero-video-section .inner-container .overlay-container h1 {
    font-size: 30px;
    line-height: 45px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .hero-video-section .inner-container .overlay-container h1 {
    font-size: 26px;
    line-height: 40px;
    max-width: 100%;
  }
}

.hero-video-section .inner-container .overlay-container h4 {
  font-size: 20px;
  color: #ffffff;
}

.hero-video-section .inner-container .overlay-container p {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1199px) {
  .hero-video-section .inner-container .overlay-container p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .hero-video-section .inner-container .overlay-container p br {
    display: none;
  }
}

.hero-video-section .inner-container .overlay-container .cta-btn {
  padding: 15px 30px;
  border-radius: 50px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.hero-video-section .inner-container .overlay-container .cta-btn i {
  display: flex;
}

.hero-video-section .inner-container .overlay-container .cta-btn i img,
.hero-video-section .inner-container .overlay-container .cta-btn i svg {
  width: 11px;
  height: 11px;
}

.hero-video-section .inner-container .overlay-container .cta-btn i svg path {
  fill: white !important;
}

.hero-video-section .inner-container .overlay-container .cta-btn:hover {
  animation: shake 0.3s linear infinite both;
}

@media (max-width: 1199px) {
  .hero-video-section .inner-container .overlay-container .cta-btn {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero-video-section .inner-container .overlay-container .cta-btn {
    margin-top: 16px;
  }
}

@media (max-width: 1199px) {
  .hero-video-section .inner-container .overlay-container {
    padding: 50px 50px;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .hero-video-section .inner-container .overlay-container {
    padding: 30px 30px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .hero-video-section .inner-container .overlay-container {
    padding: 30px 16px;
  }
}

.hero-video-section .inner-container .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 9;
}

.hero-video-section .inner-container .scroll-down svg {
  margin-bottom: 16px;
  height: 26px;
  width: auto;
}

@keyframes moveCircle {
  0% {
    opacity: 0;
    cy: 3;
  }

  10% {
    opacity: 1;
    cy: 3;
    animation-timing-function: cubic-bezier(0.48, 0, 0.48, 1);
  }

  90% {
    opacity: 1;
    cy: 29;
    animation-timing-function: cubic-bezier(0.48, 0, 0.48, 1);
  }

  100% {
    opacity: 0;
    cy: 29;
  }
}

.hero-video-section .inner-container .scroll-down svg #Oval {
  animation: moveCircle 2s infinite;
}

.hero-video-section .inner-container .scroll-down .scroll-label {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 1199px) {
  .hero-video-section .inner-container .scroll-down {
    display: none;
  }
}

.title {
  font-size: 40px;
  color: #b06080;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}

@media (max-width: 1799px) {
  .title {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 1399px) {
  .title {
    font-size: 30px;
    line-height: 45px;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .title {
    font-size: 26px;
    line-height: 40px;
    max-width: 100%;
    text-align: justify !important;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 20px;
    line-height: 35px;
  }
}

.home-about-section .section-title h2:has(+ p) {
  margin-bottom: 30px;
}

.home-about-section .section-title p {
  text-align: center;
  color: #b06080;
  margin-bottom: 16px;
}

.home-about-section .section-title p:last-child {
  margin: 0;
}

@media (max-width: 991px) {
  .home-about-section .section-title .button-box {
    justify-content: center;
  }
}

.video-block {
  padding: 0;
}

.video-block video {
  width: 100%;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .video-block video {
    height: calc(50vh - 100px);
  }
}

.gallery-section .section-title {
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .gallery-section .section-title {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.gallery-section .dual-directional-image-sliders-with-lightbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-section .dual-directional-image-sliders-with-lightbox .gallery-slider .slider-item {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 320px;
}

@media (max-width: 991px) {
  .gallery-section .dual-directional-image-sliders-with-lightbox .gallery-slider .slider-item {
    height: 250px;
  }
}

.gallery-section .dual-directional-image-sliders-with-lightbox .gallery-slider .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .gallery-section .dual-directional-image-sliders-with-lightbox .gallery-slider .slider-item {
    border-radius: 10px;
  }
}

.gallery-section .dual-directional-image-sliders-with-lightbox .gallery-slider .slider-item .text-block {
  width: 100%;
  height: 100%;
  background-color: #1E1E1E;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 30px;
}

.gallery-section .dual-directional-image-sliders-with-lightbox .gallery-slider .slider-item .text-block p {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}

@media (max-width: 991px) {
  .gallery-section .dual-directional-image-sliders-with-lightbox .gallery-slider .slider-item .text-block p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.gallery-section .dual-directional-image-sliders-with-lightbox .gallery-slider.top-slider {
  direction: rtl;
}

.gallery-section .content-block {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1399px) {
  .gallery-section .content-block {
    max-width: 100%;
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .gallery-section .content-block {
    padding: 0 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .gallery-section .content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.testimonial-parallax-root {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1.875rem 1rem;
  background-color: #F6F6F6;
}

@media (min-width: 768px) {
  .testimonial-parallax-root {
    padding: 1.875rem 1.5rem;
    grid-template-columns: 9fr 1fr 15fr;
    align-items: start;
  }
}

@media (min-width: 992px) {
  .testimonial-parallax-root {
    padding: 3.125rem 2rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-parallax-root {
    padding: 6.25rem 2.5rem;
  }
}

@media (min-width: 1400px) {
  .testimonial-parallax-root {
    padding: 6.25rem 3.125rem;
  }
}

.testimonial-parallax-root .content-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  order: 2;
}

@media (min-width: 768px) {
  .testimonial-parallax-root .content-container {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    height: 100%;
    order: 0;
  }
}

.testimonial-parallax-root .content-container .title {
  text-align: left;
}

@media (max-width: 767px) {
  .testimonial-parallax-root .content-container .title {
    text-align: center;
  }
}

.testimonial-parallax-root .content-container .button-box {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .testimonial-parallax-root .content-container .button-box {
    justify-content: center;
  }
}

.testimonial-parallax-root .content-container .testimonial-block {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 50px 50px;
}

@media (max-width: 767px) {
  .testimonial-parallax-root .content-container .testimonial-block {
    border-radius: 10px;
  }
}

.testimonial-parallax-root .content-container .testimonial-block .testimonial {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 80px;
  gap: 50px;
  width: 100%;
}

.testimonial-parallax-root .content-container .testimonial-block .testimonial .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 40px;
}

.testimonial-parallax-root .content-container .testimonial-block .testimonial .icon img,
.testimonial-parallax-root .content-container .testimonial-block .testimonial .icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .testimonial-parallax-root .content-container .testimonial-block .testimonial .icon {
    width: 30px;
  }
}

@media (max-width: 991px) {
  .testimonial-parallax-root .content-container .testimonial-block .testimonial .icon {
    width: 26px;
  }
}

.testimonial-parallax-root .content-container .testimonial-block .testimonial .quote {
  font-size: 26px;
  line-height: 40px;
  color: #1E1E1E;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1399px) {
  .testimonial-parallax-root .content-container .testimonial-block .testimonial .quote {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1199px) {
  .testimonial-parallax-root .content-container .testimonial-block .testimonial .quote {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .testimonial-parallax-root .content-container .testimonial-block .testimonial .quote {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
  }
}

.testimonial-parallax-root .content-container .testimonial-block .testimonial .bottom-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.testimonial-parallax-root .content-container .testimonial-block .testimonial .bottom-container label {
  font-size: 18px;
  line-height: normal;
  color: #1E1E1E;
  font-weight: 500;
}

.testimonial-parallax-root .content-container .testimonial-block .testimonial .bottom-container img,
.testimonial-parallax-root .content-container .testimonial-block .testimonial .bottom-container svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 1399px) {
  .testimonial-parallax-root .content-container .testimonial-block .testimonial {
    padding-top: 70px;
    gap: 50px;
  }
}

@media (max-width: 1199px) {
  .testimonial-parallax-root .content-container .testimonial-block .testimonial {
    padding-top: 50px;
    gap: 30px;
  }
}

@media (max-width: 1399px) {
  .testimonial-parallax-root .content-container .testimonial-block {
    padding: 30px 30px;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .testimonial-parallax-root .content-container .testimonial-block {
    padding: 16px 16px;
    border-radius: 10px;
  }
}

@media (max-width: 1199px) {
  .testimonial-parallax-root .content-container {
    gap: 30px;
  }
}

.testimonial-parallax-root .video-container {
  position: relative;
  order: 1;
  margin-bottom: 6em;
  overflow-y: hidden;
  border-radius: 16px;
  margin: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .testimonial-parallax-root .video-container {
    position: relative;
    grid-column: 3;
    align-self: end;
    order: 0;
    margin-bottom: 0;
    margin: 0;
    border-radius: 0.75em;
    height: 100%;
  }
}

.testimonial-parallax-root .video-container .video-wrapper {
  height: 100%;
}

.testimonial-parallax-root .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-section {
  padding: 0 50px;
  overflow: hidden;
}

.cta-section .cta-wrap {
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 100px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cta-section .cta-wrap::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.cta-section .cta-wrap .cta-content {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.cta-section .cta-wrap .cta-content .meta-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 550px;
}

.cta-section .cta-wrap .cta-content .meta-block .title {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .cta-section .cta-wrap .cta-content .meta-block .title br {
    display: none;
  }
}

.cta-section .cta-wrap .cta-content .meta-block p {
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1399px) {
  .cta-section .cta-wrap .cta-content .meta-block p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 1199px) {
  .cta-section .cta-wrap .cta-content .meta-block p {
    max-width: 50%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .cta-section .cta-wrap .cta-content .meta-block p {
    max-width: 100%;
  }
}

.cta-section .cta-wrap .cta-content .meta-block .cta-btn {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 15px 30px;
  color: #1E1E1E;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.cta-section .cta-wrap .cta-content .meta-block .cta-btn i {
  display: flex;
}

.cta-section .cta-wrap .cta-content .meta-block .cta-btn i img,
.cta-section .cta-wrap .cta-content .meta-block .cta-btn i svg {
  width: 11px;
  height: 11px;
}

.cta-section .cta-wrap .cta-content .meta-block .cta-btn i svg path {
  fill: #1e1e1e !important;
}

.cta-section .cta-wrap .cta-content .meta-block .cta-btn:hover {
  animation: shake 0.3s linear infinite both;
}

@media (max-width: 1199px) {
  .cta-section .cta-wrap .cta-content .meta-block .cta-btn {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .cta-section .cta-wrap .cta-content .meta-block .cta-btn {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .cta-section .cta-wrap .cta-content .meta-block .cta-btn {
    font-size: 14px;
    padding: 10px 24px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 20px auto 0 auto;
    border-radius: 50px;
  }
}

@media (max-width: 1199px) {
  .cta-section .cta-wrap .cta-content .meta-block {
    max-width: 100%;
  }
}

.cta-section .cta-wrap .cta-content .meta-connect h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 35px;
  margin: 0;
}

@media (max-width: 767px) {
  .cta-section .cta-wrap .cta-content .meta-connect h3 {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .cta-section .cta-wrap .cta-content {
    gap: 100px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .cta-section .cta-wrap .cta-content {
    text-align: center;
    gap: 24px;
  }
}

@media (max-width: 1199px) {
  .cta-section .cta-wrap {
    padding: 50px 50px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .cta-section .cta-wrap {
    padding: 30px 30px;
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  .cta-section .cta-wrap {
    padding: 30px 16px;
  }
}

@media (max-width: 1199px) {
  .cta-section {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding: 0;
  }
}

.cta-section.cta-sc-home {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .cta-section.cta-sc-home {
    margin-bottom: 0;
  }
}

.cta-section.cta-sc-inner {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .cta-section.cta-sc-inner {
    margin-bottom: 0;
  }
}

.treatment-section .section-title {
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .treatment-section .section-title {
    margin-bottom: 50px;
  }
}

.treatment-section .treament-box {
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 30px;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.treatment-section .treament-box::before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}

.treatment-section .treament-box .treatment-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.treatment-section .treament-box .treatment-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.treatment-section .treament-box:hover .treatment-bg-img img {
  transform: scale(1.08);
}

.treatment-section .treament-box .anchor-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.treatment-section .treament-box .text-block {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  max-width: 75%;
  position: relative;
  z-index: 3;
}

.treatment-section .treament-box .icon {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.treatment-section .treament-box .icon svg,
.treatment-section .treament-box .icon img {
  width: 11px;
  height: 11px;
}

.treatment-section .treament-box .icon svg {
  fill: #ffffff;
}

.treatment-section .treament-box .icon svg path {
  fill: #ffffff !important;
}

@media (max-width: 1199px) {
  .treatment-section .treament-box {
    min-height: 280px;
    border-radius: 10px;
  }
}

.treatment-section .treatment-slider-wrapper {
  position: relative;
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav button {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border: none;
  background: transparent;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none !important;
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav button .nav-btn {
  pointer-events: auto !important;
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav button .nav-btn {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 10px 5px rgba(236, 3, 3, 0.15);
  transition: all 0.3s ease;
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav button .nav-btn img {
  width: 18px;
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav .owl-prev {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  transform: translateX(-70px);
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav .owl-prev:hover {
  transform: translateX(30px);
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav .owl-next {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  transform: translateX(70px);
}

.treatment-section .treatment-slider-wrapper .treatment-slider .owl-nav .owl-next:hover {
  transform: translateX(-30px);
}

.treatment-section .treatment-slider-wrapper .treatment-slider:hover .owl-nav button {
  opacity: 1;
}

.research-section .section-title {
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .research-section .section-title {
    margin-bottom: 50px;
  }
}

.research-section .img-box {
  border: 1px solid rgba(236, 3, 3, 0.15);
  display: block;
  padding: 30px 30px;
  border-radius: 20px;
  overflow: hidden;
}

.offer-section {
  padding: 0;
}

.offer-section .content-block {
  padding: 50px 0;
}

.offer-section .content-block p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

.offer-section .content-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .offer-section .content-block p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

@media (min-width: 1200px) {
  .offer-section .content-block {
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .offer-section .content-block {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .offer-section .content-block {
    text-align: center;
  }
}

.offer-section .img-block {
  overflow: hidden;
  border-radius: 10px;
}

.more-about-section {
  background-color: #f9f9f9;
}

.more-about-section .content-block p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

.more-about-section .content-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .more-about-section .content-block p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

@media (min-width: 1200px) {
  .more-about-section .content-block {
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .more-about-section .content-block {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .more-about-section .content-block {
    text-align: center;
  }
}

.more-about-section .img-block {
  overflow: hidden;
  border-radius: 10px;
}

.pageTitle {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .pageTitle {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .pageTitle {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .pageTitle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .pageTitle {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.pageTitle {
  border-top: 1px solid rgba(236, 3, 3, 0.1);
  border-bottom: 1px solid rgba(236, 3, 3, 0.1);
}

.pageTitle .breadcrumb {
  margin: 0;
  padding: 10px 0;
}

.pageTitle .breadcrumb .breadcrumb-item {
  font-family: "Inter", sans-serif;
}

.pageTitle .breadcrumb .breadcrumb-item.active {
  color: #F8C8DC;
}

.pageTitle .breadcrumb .breadcrumb-item a {
  font-family: "Inter", sans-serif;
}

.page-image-block {
  padding: 0;
}

.page-title-section {
  padding: 100px 0;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-title-section .title-block h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #b06080;
  font-weight: 600;
}

.page-title-section .title-block h1:has(+ p) {
  margin-bottom: 16px;
}

@media (max-width: 1799px) {
  .page-title-section .title-block h1 {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 1399px) {
  .page-title-section .title-block h1 {
    font-size: 30px;
    line-height: 45px;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .page-title-section .title-block h1 {
    font-size: 26px;
    line-height: 40px;
  }
}

.page-title-section .title-block p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  margin: 0;
}

@media (max-width: 1199px) {
  .page-title-section .title-block p {
    font-size: 15px;
    line-height: 30px;
  }
}

.page-title-section.conditions-single-page-title {
  min-height: 70vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.page-title-section.conditions-single-page-title::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 3, 3, 0.1);
  z-index: -1;
}

.page-title-section.conditions-single-page-title .title-block {
  text-align: left !important;
}

.page-title-section.conditions-single-page-title .title-block h1 {
  font-size: 50px;
  line-height: normal;
  color: #ffffff;
  font-weight: 600;
}

.page-title-section.conditions-single-page-title .title-block h1:has(+ p) {
  margin-bottom: 10px;
}

@media (max-width: 1799px) {
  .page-title-section.conditions-single-page-title .title-block h1 {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .page-title-section.conditions-single-page-title .title-block h1 {
    font-size: 30px;
    line-height: 45px;
    max-width: 100%;
  }
}

.page-title-section.conditions-single-page-title .title-block p {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1199px) {
  .page-title-section.conditions-single-page-title .title-block p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 1399px) {
  .page-title-section.conditions-single-page-title {
    min-height: 400px;
  }
}

@media (max-width: 1199px) {
  .page-title-section.conditions-single-page-title {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .page-title-section.conditions-single-page-title {
    min-height: 200px;
  }
}

@media (max-width: 1199px) {
  .page-title-section {
    padding: 50px 0;
  }
}

.about-hero-section {
  height: calc(100vh - 144px);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.about-hero-section .inner-container {
  height: 100%;
  transition: all 1.5s cubic-bezier(0.48, 0, 0.48, 1);
  transition-delay: 0.5s;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}

.about-hero-section .inner-container::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

@media (max-width: 991px) {
  .about-hero-section .inner-container {
    height: 100%;
    border-radius: 0;
  }
}

.about-hero-section .inner-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .about-hero-section .inner-container img {
    -o-object-position: bottom;
    object-position: bottom;
  }
}

.about-hero-section .inner-container .overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: flex-end;
  flex-direction: column;
  gap: 30px;
  padding: 100px 100px;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-hero-section .inner-container .overlay-container .meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1199px) {
  .about-hero-section .inner-container .overlay-container .meta {
    text-align: center;
  }
}

.about-hero-section .inner-container .overlay-container h1 {
  font-size: 50px;
  line-height: normal;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .about-hero-section .inner-container .overlay-container h1 {
    font-size: 30px;
    line-height: 45px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .about-hero-section .inner-container .overlay-container h1 {
    font-size: 26px;
    line-height: 40px;
    max-width: 100%;
  }
}

.about-hero-section .inner-container .overlay-container h2 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
}

.about-hero-section .inner-container .overlay-container h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
}

.about-hero-section .inner-container .overlay-container p {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1199px) {
  .about-hero-section .inner-container .overlay-container p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .about-hero-section .inner-container .overlay-container p br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .about-hero-section .inner-container .overlay-container {
    padding: 50px 50px;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .about-hero-section .inner-container .overlay-container {
    padding: 30px 30px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .about-hero-section .inner-container .overlay-container {
    padding: 30px 16px;
  }
}

.about-page-content-section .section-title h2 {
  font-size: 35px !important;
  font-weight: 400;
  color: #b06080;
  line-height: 1.5;
  font-family: "Inter", sans-serif !important;
}

.about-page-content-section-two {
  padding: 0;
}

.about-page-content-section-two .ab-pg-dt {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .about-page-content-section-two .ab-pg-dt {
    display: block;
  }
}

.about-page-content-section-two .section-title-block {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (min-width: 992px) {
  .about-page-content-section-two .section-title-block {
    position: absolute;
    right: 0;
    max-width: 50%;
  }
}

.about-page-content-section-two .section-title-block .title {
  font-size: 20px !important;
  color: #b06080;
  line-height: 1.5;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
}

.about-page-content-section-two .section-title-block p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

@media (max-width: 991px) {
  .about-page-content-section-two .section-title-block {
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
}

.about-page-content-section-three .content-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}

.about-page-content-section-three .content-block .text {
  padding: 0 120px;
}

@media (max-width: 1799px) {
  .about-page-content-section-three .content-block .text {
    padding: 0 60px;
  }
}

.about-page-content-section-three .content-block .text p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

.about-page-content-section-three .content-block .text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .about-page-content-section-three .content-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-page-content-section-three .content-block .text p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.about-page-philosophy-section {
  background: linear-gradient(to bottom, rgb(247, 244, 239) 0%, rgb(255, 255, 255) 100%);
}

.about-page-philosophy-section .image-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 100px;
}

.about-page-philosophy-section .image-gallery .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #1E1E1E;
}

.about-page-philosophy-section .image-gallery .gallery-item::before,
.about-page-philosophy-section .image-gallery .gallery-item::after {
  position: absolute;
  content: "";
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease;
}

.about-page-philosophy-section .image-gallery .gallery-item::before {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
}

.about-page-philosophy-section .image-gallery .gallery-item::after {
  width: 46px;
  height: 46px;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 100%;
  background: linear-gradient(#fff, #fff) center/18px 2px no-repeat, linear-gradient(#fff, #fff) center/2px 18px no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
}

.about-page-philosophy-section .image-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.about-page-philosophy-section .image-gallery .gallery-item:hover::before,
.about-page-philosophy-section .image-gallery .gallery-item:hover::after {
  opacity: 1;
}

.about-page-philosophy-section .image-gallery .gallery-item:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.about-page-philosophy-section .image-gallery .gallery-item:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}

@media (max-width: 991px) {
  .about-page-philosophy-section .image-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-page-philosophy-section .image-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }
}

.about-page-philosophy-section .philosophy-of-care-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}

.about-page-philosophy-section .philosophy-of-care-content .text-block {
  padding: 0 120px;
}

@media (max-width: 1799px) {
  .about-page-philosophy-section .philosophy-of-care-content .text-block {
    padding: 0 60px;
  }
}

.about-page-philosophy-section .philosophy-of-care-content h2 {
  font-size: 50px;
  color: #b06080;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 1799px) {
  .about-page-philosophy-section .philosophy-of-care-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .about-page-philosophy-section .philosophy-of-care-content h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    text-align: center;
  }
}

.about-page-philosophy-section .philosophy-of-care-content p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

.about-page-philosophy-section .philosophy-of-care-content p:has(+ ul) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .about-page-philosophy-section .philosophy-of-care-content p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.about-page-philosophy-section .philosophy-of-care-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-page-philosophy-section .philosophy-of-care-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  padding-left: 30px;
}

.about-page-philosophy-section .philosophy-of-care-content ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNTEuMTM1IDQwNC41NzVMMzAwLjUxNiAyNTUuMTk0TDE1Mi43OTQgMTA3LjQyNUMxNDEuNzAxIDk2LjMzMTggMTQxLjcwMSA3OC4zMTY5IDE1Mi43OTQgNjcuMTc2MkMxNjMuODg3IDU2LjA4MjkgMTgxLjkwMiA1Ni4wODI5IDE5My4wNDMgNjcuMTc2MkwzNjAuOTEzIDIzNS4wNDZDMzcyLjAwNiAyNDYuMTM5IDM3Mi4wMDYgMjY0LjE1NCAzNjAuOTEzIDI3NS4yOTVMMTkxLjMzNiA0NDQuODI0QzE4MC4yNDMgNDU1LjkxNyAxNjIuMjI4IDQ1NS45MTcgMTUxLjA4NyA0NDQuODI0QzE0MC4wNDEgNDMzLjY4MyAxNDAuMDQxIDQxNS42NjggMTUxLjEzNSA0MDQuNTc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  width: 18px;
  height: 18px;
  background-color: #1E1E1E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 100%;
  display: inline-block;
  left: 0;
  top: 6px;
}

@media (max-width: 1199px) {
  .about-page-philosophy-section .philosophy-of-care-content ul li::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .about-page-philosophy-section .philosophy-of-care-content ul li {
    padding: 10px 0;
    font-size: 15px;
    line-height: 30px;
  }

  .about-page-philosophy-section .philosophy-of-care-content ul li:not(:last-child) {
    border-bottom: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.about-page-philosophy-section .philosophy-of-care-content ul:has(+ p) {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .about-page-philosophy-section .philosophy-of-care-content ul {
    text-align: center;
    gap: 0;
    border: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.about-page-philosophy-section .img-box {
  border: 1px solid rgba(236, 3, 3, 0.15);
  display: block;
  padding: 30px 30px;
  border-radius: 20px;
  overflow: hidden;
}

.about-page-research-section {
  padding-top: 0;
}

.about-page-research-section .research-content .title {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: #b06080;
  margin-bottom: 100px;
}

.about-page-research-section .research-content .content-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}

.about-page-research-section .research-content .content-block .text {
  padding: 0 120px;
}

@media (max-width: 1799px) {
  .about-page-research-section .research-content .content-block .text {
    padding: 0 60px;
  }
}

.about-page-research-section .research-content .content-block .text p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

.about-page-research-section .research-content .content-block .text p:last-child {
  margin-bottom: 0;
}

.about-page-research-section .rc-dt-block {
  position: relative;
  margin: 100px 0;
}

.about-page-research-section .rc-dt-block .dt-content {
  background-color: #ffffff;
  padding: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

.about-page-research-section .rc-dt-block .dt-content p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

.about-page-research-section .rc-dt-block .dt-content p:last-child {
  margin-bottom: 0;
}

.about-page-research-section .rc-dt-block .dt-content ul {
  list-style: disc;
  padding-left: 30px;
}

.about-page-research-section .rc-dt-block .dt-content ul:has(+ p) {
  margin: 30px 0;
}

.about-page-research-section .rc-dt-block .dt-content ul li {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  list-style: disc;
}

.about-page-research-section .img-box {
  border: 1px solid rgba(236, 3, 3, 0.15);
  display: block;
  padding: 30px 30px;
  border-radius: 0px;
  overflow: hidden;
}

.areas-of-sp-intrest {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 120px;
}

@media (min-width: 992px) {
  .areas-of-sp-intrest {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .areas-of-sp-intrest {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .areas-of-sp-intrest {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.areas-of-sp-intrest .inner-container {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding: 100px 0;
}

.areas-of-sp-intrest .inner-container::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(45, 52, 64, 0.55);
  z-index: 1;
}

.areas-of-sp-intrest .container {
  position: relative;
  z-index: 2;
}

.areas-of-sp-intrest .content-block {
  max-width: 1160px;
  margin: 0 auto;
}

.areas-of-sp-intrest .content-block .title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

.areas-of-sp-intrest .content-block p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
}

.areas-of-sp-intrest .content-block p:has(+ ul) {
  margin-bottom: 34px;
}

.areas-of-sp-intrest .content-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 34px;
}

.areas-of-sp-intrest .content-block ul li {
  width: calc((100% - 72px) / 4);
}

.areas-of-sp-intrest .content-block ul li a {
  min-height: 58px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 5px;
  backdrop-filter: blur(2px);
}

.areas-of-sp-intrest .content-block ul li a:hover {
  background-color: rgba(255, 255, 255, 0.34);
  transform: translateY(-2px);
}

.areas-of-sp-intrest .content-block .button-box {
  margin-top: 28px !important;
}

.areas-of-sp-intrest .content-block .button-box .link {
  min-width: 150px;
  min-height: 52px;
  padding: 12px 28px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  gap: 16px;
}

.areas-of-sp-intrest .content-block .button-box .link:hover {
  background-color: #ffffff;
  color: #b06080;
}

@media (max-width: 1399px) {
  .areas-of-sp-intrest .content-block ul {
    gap: 18px;
  }

  .areas-of-sp-intrest .content-block ul li {
    width: calc((100% - 54px) / 4);
  }
}

@media (max-width: 1199px) {
  .areas-of-sp-intrest {
    margin-bottom: 70px;
  }

  .areas-of-sp-intrest .inner-container {
    padding: 70px 24px;
  }

  .areas-of-sp-intrest .content-block .title {
    font-size: 32px;
  }

  .areas-of-sp-intrest .content-block ul li {
    width: calc((100% - 18px) / 2);
  }
}

@media (max-width: 767px) {
  .areas-of-sp-intrest .inner-container {
    border-radius: 12px;
    padding: 55px 16px;
  }

  .areas-of-sp-intrest .content-block .title {
    font-size: 26px;
  }

  .areas-of-sp-intrest .content-block p {
    font-size: 14px;
  }

  .areas-of-sp-intrest .content-block ul {
    gap: 12px;
  }

  .areas-of-sp-intrest .content-block ul li {
    width: 100%;
  }
}

/* About new page responsive refinements */
@media (max-width: 1600px) {
  .about-page-content-section-two .ab-pg-dt .section-title-block {
    padding-left: 0;
  }

  .about-page-content-section-two .ab-pg-dt .section-title-block .title {
    font-size: 20px !important;
  }
}

@media (max-width: 1399px) {

  .about-page-content-section-three .content-block .text,
  .about-page-content-section-three .content-block .text-block,
  .about-page-content-section-three .philosophy-of-care-content .text,
  .about-page-content-section-three .philosophy-of-care-content .text-block,
  .about-page-content-section-three .research-content .content-block .text,
  .about-page-content-section-three .research-content .content-block .text-block,
  .about-page-philosophy-section .content-block .text,
  .about-page-philosophy-section .content-block .text-block,
  .about-page-philosophy-section .philosophy-of-care-content .text,
  .about-page-philosophy-section .philosophy-of-care-content .text-block,
  .about-page-philosophy-section .research-content .content-block .text,
  .about-page-philosophy-section .research-content .content-block .text-block,
  .about-page-research-section .content-block .text,
  .about-page-research-section .content-block .text-block,
  .about-page-research-section .philosophy-of-care-content .text,
  .about-page-research-section .philosophy-of-care-content .text-block,
  .about-page-research-section .research-content .content-block .text,
  .about-page-research-section .research-content .content-block .text-block {
    padding-right: 50px;
  }

  .about-page-research-section .rc-dt-block .dt-content {
    padding: 60px;
  }
}

@media (max-width: 1199px) {
  .about-page-content-section .section-title h2 {
    font-size: 30px;
    line-height: 1.45;
  }

  .about-page-philosophy-section .philosophy-of-care-content .text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .about-page-research-section .research-content .title {
    font-size: 38px;
    margin-bottom: 50px;
  }

  .about-page-research-section .research-content .content-block .text {
    padding-left: 0;
    padding-right: 0;
  }

  .about-page-research-section .rc-dt-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin: 60px 0;
  }

  .about-page-research-section .rc-dt-block img {
    min-height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-page-research-section .rc-dt-block .dt-content {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    padding: 40px;
    border: 1px solid rgba(236, 3, 3, 0.08);
  }
}

@media (max-width: 991px) {
  .about-hero-section .inner-container::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.78) 100%);
  }

  .about-hero-section .inner-container .overlay-container {
    align-items: center;
    text-align: center;
  }

  .about-page-content-section .section-title h2 {
    font-size: 26px;
  }

  .about-page-content-section-three .content-block .text {
    padding-left: 0;
    padding-right: 0;
  }

  .about-page-philosophy-section .philosophy-of-care-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-page-research-section .research-content .content-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-page-research-section .research-content .content-block .text p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }

  .about-page-research-section .img-box {
    padding: 22px;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-page-research-section .img-box img {
    max-height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  .about-hero-section .inner-container .overlay-container {
    gap: 18px;
  }

  .about-hero-section .inner-container .overlay-container h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  .about-hero-section .inner-container .overlay-container h2,
  .about-hero-section .inner-container .overlay-container h3 {
    font-size: 15px;
    line-height: 1.5;
  }

  .about-hero-section .inner-container .overlay-container p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-page-content-section .section-title h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .about-page-research-section .research-content .title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .about-page-research-section .rc-dt-block {
    margin: 40px 0;
  }

  .about-page-research-section .rc-dt-block img {
    min-height: 260px;
  }

  .about-page-research-section .rc-dt-block .dt-content {
    padding: 26px 18px;
  }

  .about-page-research-section .rc-dt-block .dt-content p,
  .about-page-research-section .rc-dt-block .dt-content ul li {
    font-size: 15px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .about-page-philosophy-section .image-gallery .gallery-item {
    aspect-ratio: 16/11;
  }

  .about-page-research-section .img-box {
    padding: 18px 12px;
    min-height: 82px;
  }
}

.treatment-page-content .image-block figure {
  margin-bottom: 30px;
}

.treatment-page-content .line {
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  margin: 50px auto;
}

.treatment-page-content .after-before-block {
  text-align: center;
  margin: 50px auto;
}

.treatment-page-content .after-before-block .after-before-items {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.treatment-page-content .after-before-block .after-before-items .ab-col {
  width: calc(50% - 5px);
  position: relative;
}

.treatment-page-content .after-before-block .after-before-items .ab-col::before {
  left: 20px;
  top: 20px;
  padding: 12px 20px;
  background-color: rgba(236, 3, 3, 0.1);
  font-size: 14px;
  color: #b06080;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1;
}

@media (max-width: 767px) {
  .treatment-page-content .after-before-block .after-before-items .ab-col {
    width: 100%;
  }
}

.treatment-page-content .after-before-block .after-before-items .before-images::before {
  content: "Before";
}

.treatment-page-content .after-before-block .after-before-items .after-images::before {
  content: "After";
}

.treatment-page-content .before-after-block {
  display: flex;
  flex-wrap: wrap;
  background: #FAF0F2;
  max-width: 1200px;
  margin: 40px auto;
  padding: 24px 16px;
  border-radius: 16px;
  box-sizing: border-box;
}

.treatment-page-content .before-after-block .before-after-item {
  flex: 0 0 33.333333%;
  width: 33.333333%;
  padding: 0 8px;
  box-sizing: border-box;
}

.treatment-page-content .before-after-block .before-after-item .twentytwenty-container {
  background: #ffffff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  height: 380px;
  max-height: 380px;
  overflow: hidden;
  box-sizing: border-box;
}

.treatment-page-content .before-after-block .before-after-item .twentytwenty-container img {
  height: 360px;
  max-height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .treatment-page-content .before-after-block {
    padding: 12px 8px;
    margin: 20px auto;
    max-width: 100%;
  }

  .treatment-page-content .before-after-block .before-after-item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 12px;
  }
}

.treatment-page-content .bfr-aftr-detail-block {
  background: #ffffff;
  border: 24px solid #c0566d;
  max-width: 1200px;
  margin: 40px auto;
  padding: 24px 16px;
  border-radius: 16px;
  box-sizing: border-box;
}

.treatment-page-content .bfr-aftr-detail-block .bfr-aftr-single-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-page-content .bfr-aftr-detail-block .bfr-aftr-single-block .twentytwenty-container {
  height: 380px;
  max-height: 380px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.treatment-page-content .bfr-aftr-detail-block .bfr-aftr-single-block .twentytwenty-container img {
  height: 380px;
  max-height: 380px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.treatment-page-content .bfr-aftr-detail-block .bfr-aftr-slider-block .main-slider {
  height: 380px;
  max-height: 380px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

.treatment-page-content .bfr-aftr-detail-block .bfr-aftr-slider-block .main-slider .swiper-slide {
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-page-content .bfr-aftr-detail-block .bfr-aftr-slider-block .main-slider .swiper-slide img {
  height: 380px;
  max-height: 380px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.treatment-page-content .bfr-aftr-detail-block .main-slider .ba-badge {
  position: absolute;
  top: 16px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  pointer-events: none;
}

.treatment-page-content .bfr-aftr-detail-block .main-slider .ba-badge-before {
  left: 20%;
}

.treatment-page-content .bfr-aftr-detail-block .main-slider .ba-badge-after {
  right: 20%;
}

.treatment-page-content .bfr-aftr-detail-block .bfr-aftr-slider-block .thumb-slider {
  margin-top: 14px;
}

.treatment-page-content .bfr-aftr-detail-block .bfr-aftr-slider-block .thumb-slider .swiper-slide img {
  height: 75px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.treatment-page-content .bfr-aftr-detail-block .swiper-button-next,
.treatment-page-content .bfr-aftr-detail-block .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.85;
}

.treatment-page-content .bfr-aftr-detail-block .swiper-button-next:after,
.treatment-page-content .bfr-aftr-detail-block .swiper-button-prev:after {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.treatment-page-content .bfr-aftr-detail-block .swiper-button-next,
.treatment-page-content .bfr-aftr-detail-block .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 20px);
  left: auto;
}

.treatment-page-content .bfr-aftr-detail-block .swiper-button-prev,
.treatment-page-content .bfr-aftr-detail-block .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 20px);
  right: auto;
}

@media (max-width: 575px) {
  .treatment-page-content .bfr-aftr-detail-block .bfr-aftr-single-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .treatment-page-content .bfr-aftr-detail-block .bfr-aftr-slider-block {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .treatment-page-content .bfr-aftr-detail-block {
    border: 12px solid #c0566d;
    padding: 12px 8px;
    margin: 20px auto;
    max-width: 100%;
  }
}

.treatment-page-content .content-block p {
  font-size: 18px;
  line-height: 35px;
  color: #1E1E1E;
}

@media (max-width: 1199px) {
  .treatment-page-content .content-block p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.treatment-page-content .content-block h2 {
  font-size: 30px;
  line-height: 32px;
  color: #b06080;
  font-weight: 600;
  text-transform: capitalize;
}

.treatment-page-content .content-block h2:has(+ p) {
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .treatment-page-content .content-block h2 {
    text-align: center;
  }
}

.treatment-page-content .content-block:has(+ .image-block) {
  margin: 30px 0;
}

.treatment-page-content .content-with-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff4f6;
  padding: 30px 30px;
  margin: 50px auto;
}

.treatment-page-content .content-with-image .image-detail {
  width: 40%;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .treatment-page-content .content-with-image .image-detail {
    width: 100%;
  }
}

.treatment-page-content .content-with-image .text-block {
  width: 60%;
  flex: 0 0 auto;
  padding-left: 50px;
}

.treatment-page-content .content-with-image .text-block p {
  font-size: 18px;
  line-height: 35px;
  color: #1E1E1E;
}

.treatment-page-content .content-with-image .text-block p:last-child {
  margin: 0;
}

@media (max-width: 1199px) {
  .treatment-page-content .content-with-image .text-block p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .treatment-page-content .content-with-image .text-block p {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.treatment-page-content .content-with-image .text-block h2,
.treatment-page-content .content-with-image .text-block h3 {
  font-size: 30px;
  line-height: 32px;
  color: #b06080;
  font-weight: 600;
  text-transform: capitalize;
}

.treatment-page-content .content-with-image .text-block h2:has(+ p),
.treatment-page-content .content-with-image .text-block h3:has(+ p) {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .treatment-page-content .content-with-image .text-block {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .treatment-page-content .content-with-image {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .treatment-page-content .content-with-image {
    padding: 16px 16px;
    margin: 30px auto;
  }
}

.treatment-page-content .icon-block h3 {
  font-size: 30px;
  line-height: 32px;
  color: #b06080;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.treatment-page-content .icon-block .icon-wrapper .icon-item {
  background-color: #fff4f6;
  padding: 30px 30px;
  text-align: center;
  height: 100%;
}

.treatment-page-content .icon-block .icon-wrapper .icon-item .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.treatment-page-content .icon-block .icon-wrapper .icon-item .icon img {
  margin: 0 auto;
}

.treatment-page-content .icon-block .icon-wrapper .icon-item .text h4 {
  font-size: 20px;
  color: #b06080;
  margin-bottom: 10px;
  line-height: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.treatment-page-content .icon-block .icon-wrapper .icon-item .text p {
  font-size: 15px;
  line-height: 30px;
  color: #1E1E1E;
  margin: 0;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

@media (max-width: 767px) {
  .treatment-page-content .icon-block .icon-wrapper .icon-item {
    padding: 30px 16px;
  }
}

.treatment-page-content .about-jajini {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff4f6;
  padding: 30px 30px;
  margin: 50px auto;
}

.treatment-page-content .about-jajini .bio-content {
  flex: 0 0 auto;
  width: 60%;
  padding-right: 50px;
}

.treatment-page-content .about-jajini .bio-content p {
  font-size: 18px;
  line-height: 35px;
  color: #1E1E1E;
}

.treatment-page-content .about-jajini .bio-content p:last-child {
  margin: 0;
}

@media (max-width: 1199px) {
  .treatment-page-content .about-jajini .bio-content p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .treatment-page-content .about-jajini .bio-content p {
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.treatment-page-content .about-jajini .bio-content h4 {
  font-size: 30px;
  line-height: 32px;
  color: #b06080;
  font-weight: 600;
  text-transform: capitalize;
}

.treatment-page-content .about-jajini .bio-content h4:has(+ p) {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .treatment-page-content .about-jajini .bio-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.treatment-page-content .about-jajini .bio-image {
  flex: 0 0 auto;
  width: 40%;
}

@media (max-width: 991px) {
  .treatment-page-content .about-jajini .bio-image {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .treatment-page-content .about-jajini {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .treatment-page-content .about-jajini {
    padding: 16px 16px;
    margin: 30px auto;
    padding-top: 24px;
  }
}

.treatment-page-content .faq-block {
  margin-top: 50px;
}

.treatment-page-content .faq-block .sub-title {
  font-size: 15px;
  font-weight: 300;
  color: #989898;
  margin-bottom: 20px;
  text-transform: capitalize;
  display: block;
}

@media (max-width: 1199px) {
  .treatment-page-content .faq-block .sub-title {
    text-align: center;
  }
}

.treatment-page-content .faq-block h3 {
  font-size: 30px;
  line-height: 32px;
  color: #b06080;
  font-weight: 600;
  text-transform: capitalize;
}

.treatment-page-content .faq-block .accordion {
  margin-top: 50px;
  --bs-accordion-btn-icon-width: 40px;
  --bs-accordion-btn-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5IiBzdHJva2U9IiMxMzU0N0MiLz4KPHBhdGggZD0iTTE5Ljk5NTEgMTRDMjAuNTQ3NCAxNCAyMC45OTUxIDE0LjQ0NzcgMjAuOTk1MSAxNVYxOC45OTUxSDI0Ljk5MDJDMjUuNTQyNSAxOC45OTUxIDI1Ljk5MDIgMTkuNDQyOCAyNS45OTAyIDE5Ljk5NTFDMjUuOTkwMiAyMC41NDc0IDI1LjU0MjUgMjAuOTk1MSAyNC45OTAyIDIwLjk5NTFIMjAuOTk1MVYyNC45OTAyQzIwLjk5NSAyNS41NDI0IDIwLjU0NzMgMjUuOTkwMiAxOS45OTUxIDI1Ljk5MDJDMTkuNDQyOSAyNS45OTAyIDE4Ljk5NTIgMjUuNTQyNCAxOC45OTUxIDI0Ljk5MDJWMjAuOTk1MUgxNUMxNC40NDc4IDIwLjk5NSAxNCAyMC41NDczIDE0IDE5Ljk5NTFDMTQgMTkuNDQyOSAxNC40NDc4IDE4Ljk5NTIgMTUgMTguOTk1MUgxOC45OTUxVjE1QzE4Ljk5NTEgMTQuNDQ3NyAxOS40NDI4IDE0IDE5Ljk5NTEgMTRaIiBmaWxsPSIjMTM1NDdDIi8+Cjwvc3ZnPgo=");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5IiBzdHJva2U9IiMxMzU0N0MiLz4KPHBhdGggZD0iTTE1IDE4Ljk5NTFMMjQuOTkwMiAxOC45OTUxQzI1LjU0MjUgMTguOTk1MSAyNS45OTAyIDE5LjQ0MjggMjUuOTkwMiAxOS45OTUxQzI1Ljk5MDIgMjAuNTQ3NCAyNS41NDI1IDIwLjk5NTEgMjQuOTkwMiAyMC45OTUxTDE1IDIwLjk5NTFDMTQuNDQ3OCAyMC45OTUgMTQgMjAuNTQ3MyAxNCAxOS45OTUxQzE0IDE5LjQ0MjkgMTQuNDQ3OCAxOC45OTUyIDE1IDE4Ljk5NTFaIiBmaWxsPSIjMTM1NDdDIi8+Cjwvc3ZnPgo=");
}

.treatment-page-content .faq-block .accordion .accordion-item {
  border-radius: 0;
  border: none;
  background-color: #F9FAFB;
}

.treatment-page-content .faq-block .accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.treatment-page-content .faq-block .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #F9FAFB;
  font-family: "Inter", sans-serif;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #b06080;
}

@media (max-width: 1799px) {
  .treatment-page-content .faq-block .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .treatment-page-content .faq-block .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    padding: 15px;
  }
}

.treatment-page-content .faq-block .accordion .accordion-item .accordion-body {
  padding: 30px 30px;
}

.treatment-page-content .faq-block .accordion .accordion-item .accordion-body p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  margin: 0;
}

.treatment-page-content .faq-block .accordion .accordion-item .accordion-body p:has(+ ul) {
  margin-bottom: 30px;
}

@media (max-width: 1799px) {
  .treatment-page-content .faq-block .accordion .accordion-item .accordion-body p {
    font-size: 15px;
    line-height: 28px;
  }
}

.treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul li {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  padding-left: 30px;
}

.treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNTEuMTM1IDQwNC41NzVMMzAwLjUxNiAyNTUuMTk0TDE1Mi43OTQgMTA3LjQyNUMxNDEuNzAxIDk2LjMzMTggMTQxLjcwMSA3OC4zMTY5IDE1Mi43OTQgNjcuMTc2MkMxNjMuODg3IDU2LjA4MjkgMTgxLjkwMiA1Ni4wODI5IDE5My4wNDMgNjcuMTc2MkwzNjAuOTEzIDIzNS4wNDZDMzcyLjAwNiAyNDYuMTM5IDM3Mi4wMDYgMjY0LjE1NCAzNjAuOTEzIDI3NS4yOTVMMTkxLjMzNiA0NDQuODI0QzE4MC4yNDMgNDU1LjkxNyAxNjIuMjI4IDQ1NS45MTcgMTUxLjA4NyA0NDQuODI0QzE0MC4wNDEgNDMzLjY4MyAxNDAuMDQxIDQxNS42NjggMTUxLjEzNSA0MDQuNTc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  width: 18px;
  height: 18px;
  background-color: #1E1E1E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 100%;
  display: inline-block;
  left: 0;
  top: 6px;
}

@media (max-width: 1199px) {
  .treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul li::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul li {
    padding: 10px 0;
    font-size: 15px;
    line-height: 30px;
  }

  .treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul li:not(:last-child) {
    border-bottom: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul:has(+ p) {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .treatment-page-content .faq-block .accordion .accordion-item .accordion-body ul {
    text-align: center;
    gap: 0;
    border: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.contact-page-content address h2 {
  text-align: left;
  line-height: 1;
}

@media (max-width: 1199px) {
  .contact-page-content address h2 {
    text-align: left !important;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (max-width: 991px) {
  .contact-page-content address h2 {
    text-align: center !important;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.contact-page-content address .sp-line {
  width: 4em;
  height: 1px;
  margin: 1.85em 0;
  background-color: #b06080;
  transition: width 1.2s ease;
}

@media (max-width: 991px) {
  .contact-page-content address .sp-line {
    margin: 1.85em auto;
  }
}

.contact-page-content address h3 {
  font-size: 18px;
  color: #b06080;
  font-family: "Inter", sans-serif;
}

.contact-page-content address h3 span {
  font-weight: 500;
  display: block;
  color: #F8C8DC;
  margin-bottom: 10px;
}

.contact-page-content address h3:has(+ ul, + p) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .contact-page-content address h3 {
    text-align: center;
  }
}

.contact-page-content address p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  margin-bottom: 24px;
}

.contact-page-content address p a,
.contact-page-content address p span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #b06080;
}

.contact-page-content address p:hover a,
.contact-page-content address p:hover span {
  color: #F8C8DC;
}

@media (max-width: 991px) {
  .contact-page-content address p {
    text-align: center;
  }
}

.contact-page-content .contact-form .form-control {
  background-color: #f2f2f2;
  border: none;
  color: #b06080;
  border-radius: 0;
  padding: 10px 30px;
  height: 60px;
}

.contact-page-content .contact-form label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #b06080;
}

.contact-page-content .contact-form label span {
  color: red;
}

.contact-page-content .contact-form textarea {
  height: 120px !important;
}

.contact-page-content .contact-form .button-link {
  padding: 15px 30px;
  border-radius: 50px;
  color: #b06080;
  border: 1px solid #b06080;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.contact-page-content .contact-form .button-link i {
  display: flex;
}

.contact-page-content .contact-form .button-link i img,
.contact-page-content .contact-form .button-link i svg {
  width: 11px;
  height: 11px;
}

.contact-page-content .contact-form .button-link i svg path {
  fill: #b06080 !important;
}

.contact-page-content .contact-form .button-link:hover {
  animation: shake 0.3s linear infinite both;
  border-color: #F8C8DC;
  color: #F8C8DC;
}

@media (max-width: 991px) {
  .contact-page-content .contact-form {
    border-top: 1px solid rgba(236, 3, 3, 0.1);
    padding-top: 30px;
  }
}

.contact-page-content .google-map {
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}

.faq-page-content .accordion {
  --bs-accordion-btn-icon-width: 40px;
  --bs-accordion-btn-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5IiBzdHJva2U9IiMxMzU0N0MiLz4KPHBhdGggZD0iTTE5Ljk5NTEgMTRDMjAuNTQ3NCAxNCAyMC45OTUxIDE0LjQ0NzcgMjAuOTk1MSAxNVYxOC45OTUxSDI0Ljk5MDJDMjUuNTQyNSAxOC45OTUxIDI1Ljk5MDIgMTkuNDQyOCAyNS45OTAyIDE5Ljk5NTFDMjUuOTkwMiAyMC41NDc0IDI1LjU0MjUgMjAuOTk1MSAyNC45OTAyIDIwLjk5NTFIMjAuOTk1MVYyNC45OTAyQzIwLjk5NSAyNS41NDI0IDIwLjU0NzMgMjUuOTkwMiAxOS45OTUxIDI1Ljk5MDJDMTkuNDQyOSAyNS45OTAyIDE4Ljk5NTIgMjUuNTQyNCAxOC45OTUxIDI0Ljk5MDJWMjAuOTk1MUgxNUMxNC40NDc4IDIwLjk5NSAxNCAyMC41NDczIDE0IDE5Ljk5NTFDMTQgMTkuNDQyOSAxNC40NDc4IDE4Ljk5NTIgMTUgMTguOTk1MUgxOC45OTUxVjE1QzE4Ljk5NTEgMTQuNDQ3NyAxOS40NDI4IDE0IDE5Ljk5NTEgMTRaIiBmaWxsPSIjMTM1NDdDIi8+Cjwvc3ZnPgo=");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5IiBzdHJva2U9IiMxMzU0N0MiLz4KPHBhdGggZD0iTTE1IDE4Ljk5NTFMMjQuOTkwMiAxOC45OTUxQzI1LjU0MjUgMTguOTk1MSAyNS45OTAyIDE5LjQ0MjggMjUuOTkwMiAxOS45OTUxQzI1Ljk5MDIgMjAuNTQ3NCAyNS41NDI1IDIwLjk5NTEgMjQuOTkwMiAyMC45OTUxTDE1IDIwLjk5NTFDMTQuNDQ3OCAyMC45OTUgMTQgMjAuNTQ3MyAxNCAxOS45OTUxQzE0IDE5LjQ0MjkgMTQuNDQ3OCAxOC45OTUyIDE1IDE4Ljk5NTFaIiBmaWxsPSIjMTM1NDdDIi8+Cjwvc3ZnPgo=");
}

.faq-page-content .accordion .accordion-item {
  border-radius: 0;
  border: none;
  background-color: #F9FAFB;
}

.faq-page-content .accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.faq-page-content .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #F9FAFB;
  font-family: "Inter", sans-serif;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #b06080;
}

@media (max-width: 1799px) {
  .faq-page-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-page-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    padding: 15px;
  }
}

.faq-page-content .accordion .accordion-item .accordion-body {
  padding: 30px 30px;
}

.faq-page-content .accordion .accordion-item .accordion-body p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  margin: 0;
}

.faq-page-content .accordion .accordion-item .accordion-body p:has(+ ul) {
  margin-bottom: 30px;
}

@media (max-width: 1799px) {
  .faq-page-content .accordion .accordion-item .accordion-body p {
    font-size: 15px;
    line-height: 28px;
  }
}

.faq-page-content .accordion .accordion-item .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-page-content .accordion .accordion-item .accordion-body ul li {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  padding-left: 30px;
}

.faq-page-content .accordion .accordion-item .accordion-body ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNTEuMTM1IDQwNC41NzVMMzAwLjUxNiAyNTUuMTk0TDE1Mi43OTQgMTA3LjQyNUMxNDEuNzAxIDk2LjMzMTggMTQxLjcwMSA3OC4zMTY5IDE1Mi43OTQgNjcuMTc2MkMxNjMuODg3IDU2LjA4MjkgMTgxLjkwMiA1Ni4wODI5IDE5My4wNDMgNjcuMTc2MkwzNjAuOTEzIDIzNS4wNDZDMzcyLjAwNiAyNDYuMTM5IDM3Mi4wMDYgMjY0LjE1NCAzNjAuOTEzIDI3NS4yOTVMMTkxLjMzNiA0NDQuODI0QzE4MC4yNDMgNDU1LjkxNyAxNjIuMjI4IDQ1NS45MTcgMTUxLjA4NyA0NDQuODI0QzE0MC4wNDEgNDMzLjY4MyAxNDAuMDQxIDQxNS42NjggMTUxLjEzNSA0MDQuNTc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  width: 18px;
  height: 18px;
  background-color: #1E1E1E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 100%;
  display: inline-block;
  left: 0;
  top: 6px;
}

@media (max-width: 1199px) {
  .faq-page-content .accordion .accordion-item .accordion-body ul li::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .faq-page-content .accordion .accordion-item .accordion-body ul li {
    padding: 10px 0;
    font-size: 15px;
    line-height: 30px;
  }

  .faq-page-content .accordion .accordion-item .accordion-body ul li:not(:last-child) {
    border-bottom: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.faq-page-content .accordion .accordion-item .accordion-body ul:has(+ p) {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .faq-page-content .accordion .accordion-item .accordion-body ul {
    text-align: center;
    gap: 0;
    border: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.diagnosis-page-content .content-block {
  text-align: center;
}

.diagnosis-page-content .content-block h2 {
  font-size: 30px;
  line-height: normal;
  color: #F8C8DC;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .diagnosis-page-content .content-block h2 {
    font-size: 26px;
    line-height: 40px;
    max-width: 100%;
    text-align: center;
  }
}

.diagnosis-page-content .content-block p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

@media (max-width: 1199px) {
  .diagnosis-page-content .content-block p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.diagnosis-page-content .content-block p:last-child {
  margin: 0;
}

.diagnosis-page-content .line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin: 50px auto;
}

@media (max-width: 1199px) {
  .diagnosis-page-content .line {
    margin: 30px auto;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .diagnosis-page-content .image-content-block {
    padding-left: 30px;
  }
}

.diagnosis-page-content .image-content-block h3 {
  font-size: 30px;
  line-height: normal;
  color: #F8C8DC;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .diagnosis-page-content .image-content-block h3 {
    font-size: 26px;
    line-height: 40px;
    max-width: 100%;
    text-align: center;
  }
}

.diagnosis-page-content .image-content-block p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

@media (max-width: 1199px) {
  .diagnosis-page-content .image-content-block p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (max-width: 991px) {
  .diagnosis-page-content .image-content-block p {
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.diagnosis-page-content .image-content-block p:last-child {
  margin: 0;
}

@media (max-width: 991px) {
  .diagnosis-page-content .image-content-block {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .diagnosis-page-content .flex-row-reverse .image-content-block {
    padding-right: 30px;
    padding-left: 0;
  }
}

.conditions-single-page-content .content-block h2 {
  font-size: 30px;
  line-height: normal;
  color: #F8C8DC;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .conditions-single-page-content .content-block h2 {
    font-size: 26px;
    line-height: 40px;
    max-width: 100%;
    text-align: center;
  }
}

.conditions-single-page-content .content-block p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
}

.conditions-single-page-content .content-block p:last-child {
  margin: 0;
}

@media (max-width: 1199px) {
  .conditions-single-page-content .content-block p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.conditions-single-page-content .content-block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.conditions-single-page-content .content-block ul li {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  padding-left: 30px;
}

.conditions-single-page-content .content-block ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNTEuMTM1IDQwNC41NzVMMzAwLjUxNiAyNTUuMTk0TDE1Mi43OTQgMTA3LjQyNUMxNDEuNzAxIDk2LjMzMTggMTQxLjcwMSA3OC4zMTY5IDE1Mi43OTQgNjcuMTc2MkMxNjMuODg3IDU2LjA4MjkgMTgxLjkwMiA1Ni4wODI5IDE5My4wNDMgNjcuMTc2MkwzNjAuOTEzIDIzNS4wNDZDMzcyLjAwNiAyNDYuMTM5IDM3Mi4wMDYgMjY0LjE1NCAzNjAuOTEzIDI3NS4yOTVMMTkxLjMzNiA0NDQuODI0QzE4MC4yNDMgNDU1LjkxNyAxNjIuMjI4IDQ1NS45MTcgMTUxLjA4NyA0NDQuODI0QzE0MC4wNDEgNDMzLjY4MyAxNDAuMDQxIDQxNS42NjggMTUxLjEzNSA0MDQuNTc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  width: 18px;
  height: 18px;
  background-color: #1E1E1E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 100%;
  display: inline-block;
  left: 0;
  top: 6px;
}

@media (max-width: 1199px) {
  .conditions-single-page-content .content-block ul li::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .conditions-single-page-content .content-block ul li {
    padding: 10px 0;
    font-size: 15px;
    line-height: 30px;
  }

  .conditions-single-page-content .content-block ul li:not(:last-child) {
    border-bottom: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.conditions-single-page-content .content-block ul:has(+ p) {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .conditions-single-page-content .content-block ul {
    text-align: center;
    gap: 0;
    border: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.conditions-single-page-content .faq-block {
  margin-top: 50px;
}

.conditions-single-page-content .faq-block .sub-title {
  font-size: 15px;
  font-weight: 300;
  color: #989898;
  margin-bottom: 20px;
  text-transform: capitalize;
  display: block;
}

@media (max-width: 1199px) {
  .conditions-single-page-content .faq-block .sub-title {
    text-align: center;
  }
}

.conditions-single-page-content .faq-block h3 {
  font-size: 30px;
  line-height: 32px;
  color: #b06080;
  font-weight: 600;
  text-transform: capitalize;
}

.conditions-single-page-content .faq-block .accordion {
  margin-top: 50px;
  --bs-accordion-btn-icon-width: 40px;
  --bs-accordion-btn-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5IiBzdHJva2U9IiMxMzU0N0MiLz4KPHBhdGggZD0iTTE5Ljk5NTEgMTRDMjAuNTQ3NCAxNCAyMC45OTUxIDE0LjQ0NzcgMjAuOTk1MSAxNVYxOC45OTUxSDI0Ljk5MDJDMjUuNTQyNSAxOC45OTUxIDI1Ljk5MDIgMTkuNDQyOCAyNS45OTAyIDE5Ljk5NTFDMjUuOTkwMiAyMC41NDc0IDI1LjU0MjUgMjAuOTk1MSAyNC45OTAyIDIwLjk5NTFIMjAuOTk1MVYyNC45OTAyQzIwLjk5NSAyNS41NDI0IDIwLjU0NzMgMjUuOTkwMiAxOS45OTUxIDI1Ljk5MDJDMTkuNDQyOSAyNS45OTAyIDE4Ljk5NTIgMjUuNTQyNCAxOC45OTUxIDI0Ljk5MDJWMjAuOTk1MUgxNUMxNC40NDc4IDIwLjk5NSAxNCAyMC41NDczIDE0IDE5Ljk5NTFDMTQgMTkuNDQyOSAxNC40NDc4IDE4Ljk5NTIgMTUgMTguOTk1MUgxOC45OTUxVjE1QzE4Ljk5NTEgMTQuNDQ3NyAxOS40NDI4IDE0IDE5Ljk5NTEgMTRaIiBmaWxsPSIjMTM1NDdDIi8+Cjwvc3ZnPgo=");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5IiBzdHJva2U9IiMxMzU0N0MiLz4KPHBhdGggZD0iTTE1IDE4Ljk5NTFMMjQuOTkwMiAxOC45OTUxQzI1LjU0MjUgMTguOTk1MSAyNS45OTAyIDE5LjQ0MjggMjUuOTkwMiAxOS45OTUxQzI1Ljk5MDIgMjAuNTQ3NCAyNS41NDI1IDIwLjk5NTEgMjQuOTkwMiAyMC45OTUxTDE1IDIwLjk5NTFDMTQuNDQ3OCAyMC45OTUgMTQgMjAuNTQ3MyAxNCAxOS45OTUxQzE0IDE5LjQ0MjkgMTQuNDQ3OCAxOC45OTUyIDE1IDE4Ljk5NTFaIiBmaWxsPSIjMTM1NDdDIi8+Cjwvc3ZnPgo=");
}

.conditions-single-page-content .faq-block .accordion .accordion-item {
  border-radius: 0;
  border: none;
  background-color: #F9FAFB;
}

.conditions-single-page-content .faq-block .accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #F9FAFB;
  font-family: "Inter", sans-serif;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #b06080;
}

@media (max-width: 1799px) {
  .conditions-single-page-content .faq-block .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .conditions-single-page-content .faq-block .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    padding: 15px;
  }
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body {
  padding: 30px 30px;
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body p {
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  margin: 0;
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body p:has(+ ul) {
  margin-bottom: 30px;
}

@media (max-width: 1799px) {
  .conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body p {
    font-size: 15px;
    line-height: 28px;
  }
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul li {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #b06080;
  padding-left: 30px;
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNTEuMTM1IDQwNC41NzVMMzAwLjUxNiAyNTUuMTk0TDE1Mi43OTQgMTA3LjQyNUMxNDEuNzAxIDk2LjMzMTggMTQxLjcwMSA3OC4zMTY5IDE1Mi43OTQgNjcuMTc2MkMxNjMuODg3IDU2LjA4MjkgMTgxLjkwMiA1Ni4wODI5IDE5My4wNDMgNjcuMTc2MkwzNjAuOTEzIDIzNS4wNDZDMzcyLjAwNiAyNDYuMTM5IDM3Mi4wMDYgMjY0LjE1NCAzNjAuOTEzIDI3NS4yOTVMMTkxLjMzNiA0NDQuODI0QzE4MC4yNDMgNDU1LjkxNyAxNjIuMjI4IDQ1NS45MTcgMTUxLjA4NyA0NDQuODI0QzE0MC4wNDEgNDMzLjY4MyAxNDAuMDQxIDQxNS42NjggMTUxLjEzNSA0MDQuNTc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  width: 18px;
  height: 18px;
  background-color: #1E1E1E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 100%;
  display: inline-block;
  left: 0;
  top: 6px;
}

@media (max-width: 1199px) {
  .conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul li::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul li {
    padding: 10px 0;
    font-size: 15px;
    line-height: 30px;
  }

  .conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul li:not(:last-child) {
    border-bottom: 1px solid rgba(236, 3, 3, 0.15);
  }
}

.conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul:has(+ p) {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .conditions-single-page-content .faq-block .accordion .accordion-item .accordion-body ul {
    text-align: center;
    gap: 0;
    border: 1px solid rgba(236, 3, 3, 0.15);
  }
}

/* Award Tab Container Custom Styling */
.award-card {
  position: relative;
  width: 130px;
  height: 130px;
  background: transparent !important;
  border: none !important;
  border-radius: 16px !important;
  padding: 6px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: none !important;
}

@media (max-width: 1199px) {
  .award-card {
    width: 110px;
    height: 110px;
    padding: 4px !important;
  }
}

@media (max-width: 575px) {
  .award-card {
    width: 95px;
    height: 95px;
    padding: 2px !important;
  }
}

/* Image containment */
.award-icon-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Hover State */
.award-card:hover {
  background: transparent !important;
  border: none !important;
  transform: translateY(-5px);
  box-shadow: none !important;
}

.award-card:hover .award-img {
  transform: scale(1.06);
}

/* ========================================================
   Premium Award Carousel — class-driven CSS transitions
   ======================================================== */
/* Outer container: clips the track + edge fade mask */
.awards-infinite {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 56px 0;
  /* Soft edge vignette — works on any background */
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

/* Subtle radial halo behind center position */
.awards-infinite::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(70, 155, 215, 0.07) 0%, rgba(70, 155, 215, 0.03) 50%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Scrolling track — JS sets translateX via style (with/without transition) */
.awards-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
}

/* Each slot — JS sets exact pixel width (outerWidth ÷ 5) */
.award-track-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Badge wrapper: CSS transitions drive all visual states ── */
.award-badge-wrap {
  position: relative;
  width: 130px;
  /* fallback before JS measurement */
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 12px;
  will-change: transform, filter, opacity;
  /* ── Far / default state ── */
  transform: scale(0.68);
  filter: grayscale(90%);
  opacity: 0.36;
  /* Smooth Apple-quality easing on every state change */
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Immediate neighbours of center ── */
.award-badge-wrap.pos-near {
  transform: scale(0.86);
  filter: grayscale(40%);
  opacity: 0.68;
}

/* ── Center spotlight ── */
.award-badge-wrap.pos-center {
  transform: scale(1.25);
  filter: grayscale(0%) saturate(1.25) brightness(1.08) drop-shadow(0 0 20px rgba(70, 155, 215, 0.38)) drop-shadow(0 10px 28px rgba(55, 125, 195, 0.22)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
  opacity: 1;
}

/* Badge image */
.award-badge-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Shine sweep — triggered once per center entry by JS */
.award-shine-sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 15%, rgba(255, 255, 255, 0.68) 50%, transparent 85%);
  transform: translateX(-130%);
  opacity: 0;
  pointer-events: none;
}

@keyframes awardShine {
  0% {
    transform: translateX(-130%);
    opacity: 1;
  }
}

/* ==========================================================================
   Conditions & Procedures Dropdown Navigation Hover Styles
   ========================================================================== */
header .navbar .main-menu .navbar-nav .nav-item.dropdown {
  position: relative;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown:hover>.nav-link,
header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link:hover {
  color: #b06080 !important;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  min-width: 250px;
  background: #545554;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
  z-index: 9999;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li a {
  padding: 12px 16px;
  color: #ffffff !important;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  display: flex;
  background: #545554;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  line-height: 24px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li a:hover {
  background-color: #796166 !important;
  color: #ffffff !important;
}

/* Header Content Text Color — Black on Inner Pages */
header.inner-header .navbar .main-menu .navbar-nav .nav-item .nav-link,
header.inner-header .navbar .main-menu .navbar-nav .nav-item .nav-link:visited,
header.inner-header .navbar .main-menu .navbar-nav .nav-item:hover>.nav-link,
header.inner-header .navbar .main-menu .navbar-nav .nav-item.active>.nav-link {
  color: #000000 !important;
}

header.inner-header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link i svg path {
  fill: #000000 !important;
}

/* Header Dropdown Menu Hover Display */
header .navbar .main-menu .navbar-nav .nav-item.dropdown:hover>.dropdown-menu,
header .navbar .main-menu .navbar-nav .nav-item.menu-item-has-children:hover>.dropdown-menu,
header .navbar .main-menu .navbar-nav li.dropdown:hover>.dropdown-menu,
header .navbar .main-menu .navbar-nav li.menu-item-has-children:hover>.dropdown-menu,
header .navbar .main-menu .navbar-nav .dropdown:hover>.dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  z-index: 99999 !important;

  /* Header Sub-Dropdown 2nd Level Styling & Hover Display */
  header .navbar .main-menu .sub-dropdown {
    position: relative !important;
  }

  header .navbar .main-menu .sub-dropdown>.sub-dropdown-menu {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    opacity: 0;
    visibility: hidden;
    list-style: none !important;
    min-width: 250px !important;
    background: #ffffff !important;
    padding: 0 !important;
    transition: all 0.25s ease !important;
  }

  header .navbar .main-menu .sub-dropdown>.sub-dropdown-menu li a {
    padding: 12px 15px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-family: "Inter", sans-serif !important;
    display: flex !important;
    background: #545554 !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05) !important;
    line-height: 24px !important;
  }

  header .navbar .main-menu .dropdown-menu li:hover>a,
  header .navbar .main-menu .sub-dropdown>.sub-dropdown-menu li:hover>a,
  header .navbar .main-menu .dropdown-menu li.sub-dropdown:hover>a {
    background: #796166 !important;
  }

  header .navbar .main-menu .sub-dropdown:hover>.sub-dropdown-menu,
  header .navbar .main-menu .dropdown-menu .sub-dropdown:hover>.sub-dropdown-menu,
  header .navbar .main-menu .navbar-nav .sub-dropdown:hover>.sub-dropdown-menu,
  .sub-dropdown:hover>.sub-dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    z-index: 99999 !important;
  }

  /*# sourceMappingURL=theme-style.css.map */