* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none;
  font-family: inter-medium;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bg-dark);
}

::-webkit-scrollbar-track {
  background-color: var(--black-color);
}


* {
  scrollbar-width: thin;
  scrollbar-color: var(--bg-dark) var(--black-color);
}

.preloader {
  width: 100vw;
  height: 100vh;
  background: #000000a0;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

.preloader img {
  width: 150px;
}


@font-face {
  font-family: inter-black;
  src: url(../font/Inter_18pt-Black.ttf);
}

@font-face {
  font-family: inter-book;
  src: url(../font/Inter_18pt-BlackItalic.ttf);
}

@font-face {
  font-family: inter-heavy;
  src: url(../font/Inter_18pt-ExtraBold.ttf);
}

@font-face {
  font-family: inter-light;
  src: url(../font/Inter_18pt-Light.ttf);
}

@font-face {
  font-family: inter-medium;
  src: url(../font/Inter_18pt-Medium.ttf);
}

@font-face {
  font-family: recoletta;
  src: url(../font/Recoleta-RegularDEMO.otf);
}



::selection {
  background-color: var(--main-color);
  color: var(--white-color);
}



/* color variable */
:root {
  --main-color: #144574;
  --second-color: #e0f5ff;
  --third-color: #ffe1b9;
  --four-color: #fbd17a;
  --bg-light: #e0fff3;
  --bg-dark: #144574;
  --bg-white: #fff;
  --bs-border-color: var(--main-color);
  --white-color: #fff;
  --black-color: #000;
  --gradient: linear-gradient(#8cb7b1ae 56%rgba(98, 142, 136, 0.589)88 100%);
  --gradient1: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.8) 100%,
      rgba(63, 61, 61, 0.6) 78.9%);
}

::-webkit-scrollbar {
  width: 5px !important;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color) !important;
  border-radius: 10px !important;
  height: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--bg-dark) !important;
}



/* Font sizes for headings and paragraph */

h1 {
  font-size: 3.6rem !important;
}

h2 {
  font-size: 3rem !important;
}

h3 {
  font-size: 2.4rem !important;
}

h4 {
  font-size: 2rem !important;
}

h5 {
  font-size: 1.8rem !important;
}

h6 {
  font-size: 1.6rem !important;
}

p {
  font-size: 1.6rem !important;

}

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

ul li {
  list-style: none !important;
  font-size: 1.6rem !important;
}


/* width custom  */

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

/* owl custom */

/* mailbanner  owl */


.banner-container .owl-prev,
.banner-container .owl-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 25px !important;
  border: 2px solid var(--bg-white) !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  color: var(--bg-white) !important;
  transition: background 1s ease;
  line-height: 0px !important;
  letter-spacing: 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.banner-container .owl-prev {
  left: 15px;
}

.banner-container .owl-next {
  right: 15px;
}

.home-slider-container .owl-prev:hover,
.home-slider-container .owl-next:hover {
  background-color: var(--main-color) !important;
  color: var(--third-color) !important;
}

/* ---------------------------------------------- */
.darkslider .owl-prev:hover,
.darkslider .owl-next:hover {
  background-color: var(--main-color) !important;
}

.darkslider .owl-dots {
  position: relative;
  width: calc(100% - 90px);
  margin: 0px;
  text-align: left !important;
  display: flex;
  overflow: hidden;
}

.darkslider .owl-dot {
  width: 100% !important;
  height: auto;
}

.darkslider .owl-dots button span {
  background: #d2d2d2;
  height: 2px !important;
  width: 100% !important;
  display: block;
  border-radius: 0 !important;
  margin: 0 !important;
}

.darkslider .owl-theme .owl-dots .owl-dot.active span,
.darkslider .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--bg-dark) !important;
}


.lightslider .owl-theme .owl-dots .owl-dot.active span,
.lightslider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--four-color) !important;
}


.darkslider .owl-prev,
.darkslider .owl-next {
  position: absolute;
  /* top: 50%; */
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  font-size: 15px !important;
  border: 2px solid var(--bg-dark) !important;
  border-radius: 50% !important;
  color: var(--bg-dark) !important;
  transition: background 1s ease;
}

.lightslider .owl-prev,
.lightslider .owl-next {
  border: 2px solid var(--bg-light) !important;
  color: var(--bg-light) !important;
}

.darkslider .owl-prev {
  left: -70px !important;
}

.darkslider .owl-next {
  right: 0px !important;
}

.darkslider .owl-prev:hover,
.darkslider .owl-next:hover {
  background-color: var(--main-color) !important;
  color: var(--third-color) !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  margin: 10px 0px !important;
}

.owl-stage {
  padding-left: 0px !important;
}

/* .owl-carousel .owl-stage-outer {
  margin-bottom: 4rem;
} */

.darkslider .owl-theme .owl-nav {
  display: inline-block;
  /* margin: auto; */
  position: absolute;
  bottom: 10.5px;
  right: 0px;
}



/* heading div */

.heading {
  max-width: 100%;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0 auto 2rem auto;
}

.heading img {
  width: 80px;
}

h3.title {
  font-family: recoletta;
  position: relative;
  font-size: 3rem !important;
}

h2.title {
  font-family: recoletta;
  position: relative;
}

h4.title {
  font-family: recoletta;
  position: relative;
}

h3.title,
p.subtitle {
  display: block;
  color: var(--black-color);
  margin: 1rem auto;
}


h5.subheading {
  display: block;
  margin: 1rem auto;
  position: relative;
}

p {
  font-family: inter-light !important;
}

li {
  font-family: inter-light !important;
}

.text-center {
  width: 100%;
  text-align: left !important;
}

.service-center {
  text-align: center !important;
}

.color-white {
  color: var(--white-color) !important;
}

.text-wrapper {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}

.text-wrapper h3 {
  font-family: inter-heavy !important;
  font-weight: 500 !important;
}

.text-wrapper p {
  text-align: justify;
}

.list-wrapper {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}

.list-wrapper ul li {
  list-style: disc !important;
  margin-left: 1rem;
  padding-top: 5px;
}

.section-4-Content .heading h3 {
  font-family: inter-heavy !important;
  font-weight: 500 !important;
}

.heading-top h4 {
  font-family: inter-heavy !important;
  font-weight: 500 !important;
}

.heading-bottom h4 {
  font-family: inter-heavy !important;
  font-weight: 500 !important;
}

.text-wrapper ul,
.text-wrapper ul li {
  list-style-type: decimal-leading-zero !important;
  font-family: inter-light;
}

.text-wrapper ul li {
  margin-bottom: 0.5rem;
  font-weight: lighter !important;
}

.margincustom {
  margin: 3rem auto !important
}

/* multiple background  */


.background-dark {
  background-color: var(--bg-dark);
}

.background-light {
  background-color: var(--second-color) !important;
  /* background-image: url('../media/assets/bg-pattern.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */

}

.background-light2 {
  background-color: var(--bg-white);
}

.background-dark :is(h3.title, p, ul li, h3) {
  color: var(--white-color);
}







/* header section */

.sticky {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  background-color: var(--bg-white);
  animation: fadeInBackground 0.2s ease-in-out forwards;
}

@keyframes fadeInBackground {
  0% {
    opacity: 0.9;
    background-color: transparent;
  }

  100% {
    opacity: 1;
    background-color: var(--bg-white);
  }
}

.header {
  display: block;
  width: 100%;
  background: var(--bg-white);
  box-shadow: 0px 0px 5px #ccc;
}

/* social menu */

.social-media p {
  width: 100%;
  font-size: 1rem !important;
  text-transform: uppercase;
  color: var(--white-color);
}

.social-media ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0 !important;
}

.social-media ul li a {
  color: inherit;
  font-weight: bold;
}

.social-media ul li {
  font-size: 1.3rem;
  width: 30px;
  height: 30px;
  background-color: var(--bg-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}

.social-media ul li a i {
  color: var(--bg-dark);
}

.social-media ul li:hover {
  background-color: var(--second-color);
}

/* topbar end */

.header-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 10px;
}

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

/* logo menu */

.header .item-left {
  flex: 0 0 5%;
}

.header .item-center {
  flex: 0 0 70%;
  justify-content: flex-end;
}

.header .item-right {
  flex: 0 0 14%;
  display: flex;
  justify-content: flex-end;
}

.header .logo a img {
  width: 180px;
  height: auto;
}

/* menu center */

/* menu right */
.header .menu>ul {
  width: 100%;
  text-align: right;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0rem !important;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 5rem;
  margin-left: 0.5rem;
  text-align: left;
  letter-spacing: 2px;
  padding: 0 0.5rem;
}

/* li.menu-item-has-children:hover {
  background-color: var(--bg-dark);
  transition: 1s ease;
  border-radius: 90px;
  color: white;
} */

/* main menu */

.header .menu>ul>li>a {
  font-size: 1.5rem;
  color: var(--black-color);
  position: relative;
  transition: color 0.3s ease;
  font-family: recoletta;
  font-weight: bold;
  text-transform: uppercase;
}

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 400;
  background-color: var(--bg-white);
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 2rem 3rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2.5rem;
  opacity: 0;
  visibility: hidden;
}

.menu-item-has-children i {
  margin-left: 0.5rem;
}

/* cta menu  */

/* this cta use every where */

.cta-button {
  width: auto;
  height: auto;
  margin: 2rem 0;
}

.cta-button .cta-tertiary {
  display: inline-block;
  padding: 16px 24px;
  color: var(--white-color);
  background-color: var(--main-color);
  border: 2px solid transparent;
  font-weight: 700;
  font-size: 1.6rem;
  transition: all 0.5s ease-in-out;
  text-align: center;
  border-radius: 45px;
}

*/ .cta-button .cta-tertiary:hover {
  background-color: var(--second-color);
  color: var(--black-color) !important;
}



.cta-button .cta-secondary {
  display: inline-block;
  padding: 16px 24px;
  color: var(--bg-white);
  background-color: var(--main-color);
  border: 2px solid var(--bg-white);
  font-weight: 700;
  font-size: 1.6rem;
  transition: all 0.5s ease-in-out;
  text-align: center;
  border-radius: 45px;
}

.cta-button .cta-secondary:hover {
  background-color: var(--bg-light);
  color: var(--bg-dark) !important;
}


.cta-button .cta-primary {
  overflow: hidden;
  background: var(--main-color
  
  
  
  );
  color: var(--bg-white);
  font-size: 16px;
  border-radius: 50px;
  position: relative;
  border: none;
  transition: all 0.3s ease;
  padding: 10px 25px 10px 20px;
}

.cta-button .cta-primary:hover {
  background-color: var(--bg-light);
  color: var(--bg-dark) !important;
  border: solid 1px var(--bg-dark)
} 
/*

.cta-button .cta-primary:hover::after {
  animation: arrow-animation 0.3s ease;
}

@keyframes arrow-animation {
  0% {
    bottom: 25%;
  }

  50% {
    bottom: -25%;
  }

  51% {
    bottom: 100%;
  }

  100% {
    bottom: 25%;
  }
} */


.border-right {
  border-right: 1px solid var(--main-color);
}

.border-bottom {
  border-bottom: 1px solid var(--main-color);
}

.border-all {
  border: 1px solid var(--main-color);
}

/* menu offer */
.menu-offer-banner,
.offer-menu-img {
  width: 100%;
  height: auto;
  display: none;
}

.offer-menu-img img {
  width: 100%;
  height: auto;
}

.header .menu>ul>li .sub-menu>ul>li {
  line-height: 20px !important;
}

.sub-menu {
  padding-left: 0rem !important;
}

.header .menu>ul>li .sub-menu>ul>li {
  border-bottom: 1px solid rgba(88, 89, 91, 0.5);
}

.header .menu>ul>li .sub-menu>ul>li:last-child {
  border-bottom: 0px;
}

.header .menu>ul>li .sub-menu>ul>li:hover {
  border-bottom: 1px solid var(--bg-dark);
}

.header .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: var(--black-color);
  transition: color 0.3s ease;
  text-decoration: none;
  font-family: recoletta;
  font-weight: 600;
}

.header .menu>ul>li .sub-menu>ul>li>a:hover {
  color: var(--bg-dark);
}

.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.header .menu>ul>li .single-column-menu {
  width: 100%;
  max-width: 250px;
}

.header-sidebar-btn-flex {
  display: none;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}


/* --------------------------------------------------------------- */

/* mega menu css code for future */

/* 
.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 1rem 0;
  display: inline-block;
  font-size: 1.5rem;
  color: var(--third-color);
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 2s ease;
}

.menu-img:hover img {
  transform: scale(1.5);
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: var(--gradient);
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  line-height: normal;
  color: var(--third-color);
  gap: 1rem;
  padding: 0 2px;
  text-transform: capitalize;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img .text-wrapper h6 {
  font-size: 2.5rem;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img .text-wrapper h6 hr {
  width: 50%;
  height: 2px;
  color: var(--third-color);
  margin: auto;
  outline: none;
}

.header .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1.5rem;
  background-color: #39655f;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  flex: 0 0 25%;
  padding: 0 3rem;
  text-transform: uppercase;
  border-right: 1px solid var(--third-color);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item:nth-child(4) {
  border-right: none;
}


.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item ul {
  padding-left: 0px !important;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
  font-size: 2.5rem;
 color: var(--main-color); 
  color: var(--third-color);
  font-weight: bolder;
  line-height: 1;
  padding: 1rem 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title span {
  display: block;
  margin-top: 1rem
}


.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
  color: black;
} */



.modal {
  z-index: 999988 !important;
}

/* header section  */


/* banner */

.main-banner-container {
  width: 100%;
  height: auto;
}

.banner-container {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-img .mobile-size {
  width: 100%;
  height: auto;
}

.banner-img img,
.mobile-size img {
  width: 100%;
  height: auto;
}

#mobile-size {
  display: none;
}

.sliderInsider {
  position: relative !important;
  width: 100%;
  height: auto;
}

/* banner */

/* section */

section {
  width: 100%;
  height: auto;
  padding: 3rem 0;
}

/* section */


/* clinic section */

.clinicImg {
  width: 100%;
  height: auto;
}

.clinicContent {
  width: 100%;
}

.clinicContent .heading {
  width: 100%;
  max-width: 100%;
}

/* treatment box */


.section-slider-container {
  width: 100%;
  height: auto;
  margin: 0rem auto;
  margin-top: 1.5rem !important;
  padding: 0 0px !important;
  position: relative;
}


.service-card {
  width: auto;
  height: auto;
}

.treatment-flex-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.treatment-card {
  width: 32%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s ease-in;
  margin-bottom: 2rem;
  border-bottom: 5px solid transparent;
  transition: border 0.5s ease-in-out;
}

.treatment-card2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: border 0.5s ease-in-out;
  border-bottom: 8px solid;
  border-image: linear-gradient(to right, #fec882, #b0771d, #ffe4b4, #d09545) 1;
}

.treatment-box {
  width: 100%;
  height: 400px;
  position: relative;
}

.treatment-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 2s ease;
}

.treatment-card-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 1%,
      rgba(27, 26, 40, 0.5) 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.treatmentname-flex {
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  transform: translateY(120px);
  padding: 1rem 0;
}

.treatmentname-flex h4 {
  font-size: 2.5rem !important;
  color: var(--white-color);
  font-family: recoletta;
}

.treatmentname-flex h4 span {
  display: block;
  font-size: 2rem !important;
  font-family: recoletta;
}

.hover-treatmenttext {
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(140px);
  transition-delay: 0.2s;
}

.hover-treatmenttext .cta-button .cta-primary {
  font-size: 1.6rem;
}

.hover-treatmenttext p {
  color: var(--white-color);
  margin-bottom: 2rem !important;
}

.treatment-card-absolute:hover .treatmentname-flex {
  transform: translateY(0px);
}

.treatment-card-absolute:hover .hover-treatmenttext {
  transform: translateY(0px);
  opacity: 1;
}

.treatment-card:hover .treatment-box>img {
  transform: scale(1.1);
}

.treatment-card-absolute:hover {
  background: linear-gradient(180deg,
      rgba(27, 26, 40, 0) 1%,
      rgba(27, 26, 40, 0.8) 80%);
}

.treatment-card:hover {
  border-bottom: 5px solid var(--main-color) !important;
  transition: border 0.5s ease-in-out;
}

.treatment-card2:hover .treatment-box>img {
  transform: scale(1.1);
}

/* treatment box */

/* skin concern */

.concern-card {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 2px 2px rgba(248, 248, 248, 0.949), 2px 2px 2px 2px rgba(248, 248, 248, 0.949);
}

.concern-card2 {
  background: var(--bg-light);
  padding: 10px 0;
}

.concern-card-inner {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0.5rem 1rem 0.5rem;
}

.concern-card-inner img {
  width: 100%;
  margin: 1rem 0;
}

h4.concern-title,
.concern-card-inner p {
  color: var(--black-color);
  margin-bottom: 0px !important;
}


/* skin concern */


/* homeform */

.homefomrconatiner .heading {
  margin-bottom: 2rem;
}

.home-form-img {
  width: 100%;
  height: 100%;
}

.home-form-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.homeform input,
.homeform select,
.homeform textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid var(--bg-white);
  color: var(--bg-white) !important;
  border-radius: 50px;
}

.homeform input:focus,
.homeform select:focus,
.homeform textarea:focus {
  outline: none;
  box-shadow: none;
}

.homeform option {
  color: var(--black-color);
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 100 !important;
  font-style: normal !important;
  font-family: inter-medium !important;
}

.homeform input[type="submit"] {
  display: inline-block;
  padding: 16px 24px;
  color: var(--bg-white);
  background-color: transparent;
  border: 2px solid var(--bg-white);
  font-weight: 700;
  font-size: 1.6rem;
  transition: all 0.5s ease-in-out;
  text-align: center;
  border-radius: 45px;
}

.homeform input[type="submit"]:hover {
  background-color: var(--bg-white);
  color: var(--main-color) !important;
}

.error-message {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  font-size: 1.2rem !important;
}

/*form loader*/

.success-message {
  display: none;
  margin-top: 10px;
  color: white;
}

.show-important {
  display: block !important;
}



.loader {
  width: 30px;
  height: 30px;
  border: 5px solid #fa0;
  border-top: 5px solid tomato;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.success-message P {
  margin-bottom: 0px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* homeform */


/* youtubevideos */

.youtubevideos {
  width: 100%;
  height: 500px;
  /* aspect-ratio: 9/16; */
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}

.youtubevideos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.youtubevideos iframe {
  width: 100%;
  max-height: 400px;
  display: none;
}

.youtube-wrapper{
  width: 100%;
  height: 500px;
  aspect-ratio: 9/16;
}

.youtube-wrapper iframe{
  width: 100%;
  height: 100%;
}

/* youtubevideos */


/* blog */

.blog-post {
  width: 100%;
  height: auto;
  background-color: var(--bg-light);
  position: relative;
}

.blog-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-image: linear-gradient(to bottom, transparent, #b5646d) 1;
  border-style: solid;
  border-width: 2px;
  border-top-width: 0px;
  pointer-events: none;
}

.blogImg {
  width: 100%;
  height: auto;
}

.blogImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.blog-post-content {
  width: 100%;
  height: auto;
  padding: 15px;
}

.blog-post-content h3 {
  font-family: recoletta;
  font-weight: bold;
  font-size: 2.5rem !important;
}

.blog-post-content p {
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--black-color);
}

.blog-post-content a span {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  display: grid;
  place-content: center;
}


/* technology-card */

.technology-card {
  width: 100%;
  height: auto;
}

.technology-product-img {
  width: 80%;
  height: auto;
  margin: auto;
  text-align: center;
}

.technology-product-img img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}

.technology-product-content {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: var(--bg-dark);
  position: relative;
  z-index: 9;
}

.technology-product-content h3 {
  font-size: 2.5rem !important;
}



/* FAQ Section  */

/* Accordion Container */
.accordion {
  width: 100%;
}

/* Accordion Item */
.at-item {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Accordion Title */
.at-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
}

.at-title::before {
  content: counter(faq-counter);
  counter-increment: faq-counter;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 12px;
}

.accordion {
  counter-reset: faq-counter;
}

.at-title::after {
  content: "↓";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--main-color);
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* Active icon (Up arrow or Minus) */
.at-title.active::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Accordion Tab (Answer Content) */
.at-tab {
  display: none;
  padding: 20px 24px 20px 64px;
  background-color: var(--second-color) !important;
  border-radius: 0 0 16px 16px;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* inner Accordian */


/* Accordion Item */
.accordian-inner .at-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 !important;
  margin-bottom: 5px;
}

/* Accordion Title */
.accordian-inner .at-item .at-title {
  background-color: transparent !important;
  padding: 10px 20px;
}

.accordian-inner .at-item .at-title::before {
  content: none;
}

/* Accordion Tab (Answer Content) */
.accordian-inner .at-item .at-tab {
  display: none;
  padding: 10px 20px;
  background-color: var(--second-color) !important;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* FAQ Section  */


/* footer */

.footer {
  width: 100%;
  height: auto;
  padding: 5rem 4%;
  background-color: var(--main-color);
}

.flex-footer {
  width: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2.5rem 0;
}

.footer-item-logo {
  width: 25%;
  height: auto;
}

.footer-item-logo a img {
  width: 180px;
  height: auto;
}

.footer-item-logo .social-media {
  margin-top: 2rem;
}

.footer-item-logo .social-media ul {
  padding-left: 0rem !important;
}

.footer-item-clinic-text {
  width: 73%;
  height: auto;
}

.footer-item-clinic-text p {
  font-size: 1.6rem;
  color: var(--white-color);
  line-height: 2.5rem;
  font-weight: 350;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-item {
  width: 19%;
  height: auto;
  padding: 0.5rem 0;
}

h4.footertitle {
  color: var(--white-color);
  font-family: recoletta;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

h4.footertitle span {
  display: none;
  font-size: 1.4rem;
}


.footerlinks {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  padding-left: 0px;
}

.footerlinks li {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.footerlinks li a,
.footerlinks li span {
  color: var(--white-color);
  transition: all 0.5s ease;
}

.footerlinks li a i {
  color: var(--main-color);
  width: 20px;
  height: 20px;
  background: var(--white-color);
  border-radius: 50%;
  text-align: center;
  font-size: 1rem;
  place-content: center;
}

.footer-item .footer-map {
  width: 100%;
  height: auto;
}

.footer-item .footer-map iframe {
  width: 100%;
  height: auto;
}


hr {
  width: 100%;
  margin: 1rem 0 !important;
  display: block;
  outline: none !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.296) !important;
  height: 2px !important;
}

.sticky-cta {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 30px;
  height: auto;
  z-index: 9999;
  display: none;
  animation: move2 0.5s linear;
}


@keyframes move2 {

  0% {
    left: -100px;
  }

  100% {
    left: 0px;
  }


}



.sticky-cta-icon {
  width: 30px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.sticky-cta-icon i {
  width: 30px;
  height: 50px;
  background-color: var(--bg-dark);
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--white-color);
  font-size: 20px;
  z-index: 99999999999999999999999;
  border-bottom: 1px solid var(--white-color);
  cursor: pointer;
  font-size: 12px;
}

.sticky-cta-icon:last-child i {
  border-bottom: none;
}

.cta-social {
  height: 50px;
  text-transform: uppercase;
  position: absolute;
  right: 80px;
  width: 80px;
  background-color: #000;
  transition: all 1s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  color: white;
  border-bottom: 1px solid transparent;
  z-index: 999999;
}

.sticky-cta-icon:hover .cta-social {
  right: -80px;
  opacity: 1;
  z-index: 999;
  display: flex;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------- */


/* copyright */

.copyright {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem 0;
}

.copyright p {
  color: var(--bg-white);
}

.copyright p span {
  margin: 0 0.5rem;
}



.scroll {
  position: fixed;
  bottom: 50px;
  right: 5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--four-color);
  color: var(--black-color);
  display: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 9999999999999999;
  animation: move1 0.5s linear;
}


@keyframes move1 {

  0% {
    bottom: 100px;
  }

  100% {
    bottom: 50px;
  }


}



.scroll div i {
  font-size: 1.4rem;
  animation: move 0.5s linear infinite;
}

.scroll div {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
}


@keyframes move {

  0% {
    transform: translateY(-10px);
  }

  10% {
    transform: translateY(0px);
  }

}


/* --------------------------------------------------------------------- */

/* whatsapp widget */

.footer-mobile {
  display: none;
}


.whatsapp-widget {
  width: 300px;
  height: auto;
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 99999;
  overflow: hidden;
}

.whatsapp-widget-inner {
  width: 100%;
  height: 130px;
  box-sizing: 2px #c6c6c6;
  margin-bottom: 10px;
  background: #0a5f54;
  border-radius: 10px;
  display: none;
  position: relative;
  animation: whatsappanimation 0.5s linear;
  padding: 20px;
}

.aboutbrand {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.brand-img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--bg1);
  border-radius: 50%;
  background-color: var(--bg1);
  overflow: hidden;
}

.brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brandname {
  width: auto;
  height: auto;
  color: var(--white-color);
}

.brandname h3 {
  font-size: 1.5rem !important;
  font-weight: 600;
}

.brandname p {
  font-size: 1rem !important;
}

.brandname h3,
.brandname p {
  margin-bottom: 0px;
}

.buttonlink {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: ' ';
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

.buttonlink a {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: none;
  outline: none;
  cursor: pointer;
  color: grey;
}

.buttonlink a i {
  color: #4dc247;
  font-size: 1.8rem;
}


@keyframes whatsappanimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  50% {
    opacity: 50;

  }

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

.whatsapp-widget-inner .close {
  position: absolute;
  top: 10px;
  right: 15px;
  content: ' ';
  cursor: pointer;
}

.whatsapp-widget-inner .close i {
  font-size: 15px;
  color: white;
}

.whatsappbutton {
  width: auto;
  height: auto;
}

.whatsappbutton button {
  padding: 10px 25px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #4dc247;
  color: white;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}

.whatsappbutton button i {
  font-size: 20px;
  color: white !important;
}

/* footer */



/* breadcum */

.bread-crum {
  padding: 10px 0 !important;
}

.bread-crum a,
.bread-crum span {
  margin-right: 05px;
  font-size: 1.4rem !important;
}

.bread-crum a {
  margin-right: 0px;
  color: var(--black-color) !important;
}

.bread-crum .bread-cum-active {
  color: var(--main-color) !important;
  font-weight: bold;
  position: relative;
}

.bread-crum .bread-cum-active::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bg-dark);
  content: "";
}

/* breadcum */



/* coming soon */

.coming-soon {
  width: 100%;
  background:
    url(../media/main-banner/thankyou.png) no-repeat center/cover;
  padding: 200px 0;
}

.error404 {
  width: 100%;
  background-color: #eee;
}

:root {
  --gradient-bg: radial-gradient(circle, #ee919b 0%, rgb(181, 100, 109) 100%);
  --block-width: 50px;
  --block-height: 240px;
  --border-radius: 30px;
}

.error-section {
  width: 100%;
  height: auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.class4 {
  width: var(--block-width);
  height: var(--block-height);
  background: var(--gradient-bg);
  position: relative;
  border-radius: var(--border-radius);
  display: inline-block;
}

.zero {
  height: 240px;
  width: 240px;
  background: var(--gradient-bg);
  border-radius: 50%;
  margin: 0 150px 0 100px;
  position: relative;
  animation: move404 5s infinite;
}

.zero::after {
  position: absolute;
  content: ' ';
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  z-index: 99;
}

@keyframes move404 {
  0% {
    box-shadow: inset -160px 160px 0 5px rgba(0, 0, 0, .4);
  }

  45% {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .1);
  }

  55% {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .1);
  }

  100% {
    box-shadow: inset 160px -160px 0 5px rgba(0, 0, 0, .4);
  }
}

.class4::before,
.class4::after {
  content: '';
  position: absolute;
  width: var(--block-width);
  height: 200px;
  background: var(--gradient-bg);
  border-radius: var(--border-radius);
}

.class4::before {
  top: -17px;
  left: -50px;
  transform: rotate(40deg);
  z-index: 2;
}

.class4::after {
  top: 41px;
  left: -22px;
  transform: rotate(90deg);
  z-index: 1;
}

.error404 .social-media ul {
  justify-content: center;
}

/* thankyou */


/* thankyou */

.thankyou {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.thankuimg {
  width: 80%;
  border-radius: 20px;
}


/* contact page */



.contactPage {
  background-color: var(--second-color);
}

.contact-card {
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.contact-card .loction-icon {
  width: 100%;
  height: auto;
}

.contact-card .loction-icon i {
  color: var(--sub-color);
  font-size: 3.5rem;
}

.location-add {
  width: 100%;
  height: auto;
}

.contact-card .loction-icon,
.contact-card .location-add {
  margin-bottom: 1.5rem;
}

.location-add h4,
.social-media h4 {
  margin-bottom: 1.5rem;
}

.location-cta {
  display: flex;
  gap: 10px;
}

.location-add a {
  color: var(--main-color);
}

.contact-card .social-media ul {
  padding-left: 0px;
}


.contactpageFrom {
  background-color: var(--main-color);
}

.contactpageFrom .heading {
  max-width: 100%;
  width: 100% !important;
}


.appointment-form input,
.appointment-form select {
  border: none;
  padding: 0px 20px;
  height: 40px;
  font-size: 16px;
  background: var(--bg-white);
  border: 1px solid black;
  color: var(--black-color);
  box-shadow: 2px 2px 2px 2px black;
}

.form-control:focus {
  box-shadow: none !important;
}

.appointment-form select {
  width: 100%;
  border: 1px solid black !important;
  box-shadow: 2px 2px 2px 2px black;
}

.appointment-form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid black !important;
  box-shadow: 2px 2px 2px 2px black;
}

.appointment-form input[type=submit] {
  width: 100%;
  background-color: var(--four-color);
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0.5rem;
}


.error {
  font-size: 14px;
  width: 100%;
  display: block;
  margin-top: 8px;
}

.success {
  color: green !important;
}

.google-map {
  width: 100%;
  height: 450px;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

.business-setup {
  background-color: #eee;
}

/* contact Page */

/* policy-links */

.policy-links {
  padding-top: 0px;
}

.policy-links .heading {
  max-width: 100%;
}

.policy-links .heading h3.title hr {
  display: block;
  width: 100px;
  height: 2px !important;
  background-color: var(--bg-dark) !important;
  border: none !important;
  outline: none !important;
}

/* policy-links */


/* gallery */

.gallery-section {
  width: 100%;
  height: auto;
}

.tab-button-container,
.tab-content-container {
  width: 100%;
  height: auto;
  padding: 10px 0 !important;
}

.tab-button-container .nav {
  gap: 1rem;
  justify-content: center;
}

.tab-button-container .nav-pills .nav-link {
  background-color: var(--bg-white);
  font-size: 1.5rem;
  color: #000;
}

.tab-button-container .nav-pills .nav-link.active {
  background-color: var(--main-color) !important;
}

.clinic-gallery-inner {
  width: 100%;
  height: auto;
  position: relative;
  height: 100%;
}

.clinic-gallery-inner img {
  width: 100%;
  height: 100%;
}

/* gallery */


/* franshise */

.franchiseContent {
  width: 100%;
  height: auto;
}


.eligibility-inner {
  background-color: var(--bg-light);
  text-align: center;
  padding: 1rem;
}

.background-dark .eligibility-inner p {
  color: black !important;
}

.eligibility-inner .box-icon {
  margin: auto;
  border-radius: 50%;
  padding: 00px;
  width: 60px;
  height: 60px;
}

.eligibility-inner .box-icon img {
  width: 100%;
  height: 100%;
  filter: invert(1);
}


/* franshise */

/* popupform */

.scrollable-place {
  height: 1000px;
}

.stop-scrolling {
  height: 100%;
  /* height: 1000px; */
  overflow: hidden;
}

.popup {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  background-color: #000000a0;
  z-index: 999999999999999999999;
}

.popup-content {
  position: absolute;
  bottom: 0;
  left: 0%;
  max-width: 500px;
  width: 100%;
  padding: 10px;
  animation: popupmove 0.5s linear;
  transition: all 0.5s ease-in;
}

@keyframes popupmove {

  0% {
    left: -100%;
  }

  100% {
    left: 0px;
  }


}

.popup-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--second-color);
  display: grid;
  align-content: center;
  text-align: center;
  font-size: 1.8rem;
  color: var(--fourth-color);
}


/* popup  */


/* about us */

.video-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}



.video-container video {
  width: 100%;
  height: auto;
}

.video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, .3) 55.22%, #050403 100%);
  z-index: 99;
  content: ' ';
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 8%;
}

.video-inner {
  width: 100%;
}

.videoheading {
  max-width: 100% !important;
}


.videoheading :is(h3.title, p) {
  color: var(--white-color) !important;
}


/* inner service page */

.main-service-banner,
.main-service-banner,
img {
  width: 100%;
  height: auto;
}

/* risk & side effect */

.benefits-container {
  width: 100%;
  display: flex;
  gap: 20px;
}

.benefits-container img {
  width: 70px;
  height: 70px;
}

.benefits-content {
  padding-right: 10px;
}

.benefits-content h3 {
  font-family: recoletta;
}

/* eligibility-pointer */

.eligibility-pointer ul,
.takecarepointer ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 0rem !important;
}

.eligibility-pointer ul li {
  width: 49%;
  height: auto;
  padding: 10px;
  background-color: var(--bg-light);
  font-family: inter-light;
  list-style-type: decimal-leading-zero !important;
  list-style-position: inside !important;
}

/* service package card */


/* takecaresection */

.servicebg1 {
  background-color: #ececea;
  padding: 0rem !important;
}

.servicebg {
  background-color: var(--bg-light);
  background-image: url('../media/assets/servicePagebg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0rem !important;
}

.takecarecontent {
  padding: 3rem 4% 3rem 7% !important;
}

.takecarecontent .heading {
  max-width: 100%;
}

.servicetab .nav {
  justify-content: flex-start;
}

.takecarepointer ul li {
  width: 49%;
  height: auto;
  padding: 0px;
  background-color: none;
  font-family: inter-medium;
  margin-bottom: 1rem !important;
  list-style: disc !important;
  padding-right: 15px;
}

.takecarepointer ul li::marker {
  color: var(--bg-dark);
  font-size: 2rem;
}

.takecareimg {
  width: 100%;
  height: 100%;
}


.takecareimg img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

/* packages-card  */


.packages-card {
  background-color: var(--bg-white);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-12.col-md-6.col-lg-4:first-child .packages-card::after {
  position: absolute;
  top: 10%;
  right: 0%;
  width: 1px;
  height: 80%;
  background-color: var(--bg-dark);
  content: ' ';
}

.packages-text {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.packages-card h3,
.packages-card p {
  color: black !important;
}

.tc p {
  font-size: 10px !important;
}

.packages-card:hover {
  transform: translateY(-1rem);
  color: var(--third-color) !important;
}

/* takecaresection */


/* costbox */

.flexbox {
  flex-wrap: nowrap !important;
  gap: 5px !important;
  margin-bottom: 3rem;
}

.costbox {
  padding: 15px !important;
  background-color: var(--bg-light);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 1;
}

.costbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-image: linear-gradient(to bottom, transparent, #b5646d) 1;
  border-style: solid;
  border-width: 2px;
  border-top-width: 0px;
  pointer-events: none;
}


.costbox p {
  margin-bottom: 0px !important;
}


/* mythpointer */

/* .mythrow{
  margin: auto !;
} */

.mythpointer {
  padding: 50px 40px !important;
  position: relative;
  z-index: 1;
}

.mythpointer::after {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  content: "\f057";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bg-dark);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: grid;
  place-content: center;
  font-size: 3rem;
}

.factbox::after {
  background-color: var(--bg-white);
  color: var(--main-color);
  content: " \f058";
}

.mythpointer ul {
  padding-left: 0px !important;
}

.mythpointer ul li {
  margin-bottom: 1.5rem;
}

.mythbox {
  background-color: var(--bg-dark);
  color: white !important;
}

.mythbox ul li {
  list-style-type: disc !important;
}

.factbox {
  background-color: var(--bg-white);
  color: #7d7d7d;
}

/* before-after */

.before-after {
  width: 100%;
  height: auto;
}

.before-after img {
  width: 100%;
  height: auto;
}

/* before-after */


/* body-parts-container */

.body-parts-container {
  width: 100%;
  height: auto;
  text-align: center;
}

.body-parts-container p {
  font-weight: bold;
}

.body-parts-img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 1rem auto;
}

.priceTable {
  width: 100%;
  height: auto;
  height: 200px;
  overflow: scroll;
}

.priceTable table {
  width: 100%;
  border-collapse: collapse;
}

:is(.priceTable) th,
th,
td {
  border: 1px solid #ddd !important;
  padding: 10px 5px !important;
  text-align: left;
  font-size: 1.4rem !important;
}

th {
  background: #f4f4f4;
}

.priceTable tr:hover {
  background-color: var(--bg-dark);
  cursor: pointer;
  color: wheat;
}



/* body-parts-container */

.heading-top a {
  color: var(--white-color);
  font-size: 16px;
  border-bottom: solid 1px white
}

.heading-top {
  padding-top: 10px;
}


.list-unstyled li {
  list-style: disc !important;
  padding: 6px 10px;
}

.section-4-Content {
  padding: 2rem 5rem !important;
  border-radius: 0 0 90px 0;
}

.section-4-Content .list-unstyled li {
  list-style: number !important;
  padding-left: 10px;
  padding-top: 1px;
}

.heading-bottom {
  padding: 1rem 0 0 0;
}

.section-4-Content .heading {
  margin: 0 auto 0.5rem auto;
}

.slider-item {
  padding: 50px 24px 20px;
  border-radius: 24px;
  height: 100%;
  min-height: 200px;
}

.courseSlider .owl-next {
  right: -50px !important;
  border-color: var(--bg-dark) !important;
  color: var(--bg-dark) !important;
  display: none !important;
}

.courseSlider .owl-prev {
  left: -50px !important;
  border-color: var(--bg-dark) !important;
  color: var(--bg-dark) !important;
  display: none !important;
}

.homeSlider .owl-next {
  right: -50px !important;
  border-color: var(--bg-dark) !important;
  color: var(--bg-dark) !important;
  display: none !important;
}

.homeSlider .owl-prev {
  left: -50px !important;
  border-color: var(--bg-dark) !important;
  color: var(--bg-dark) !important;
  display: none !important;
}

.courseSliderContent {
  display: flex;
  align-items: center;
}

.courses-section-3 .container {
  box-shadow: 0 5px 20px rgb(0 0 0 / .2) !important;
  max-width: 1200px;
  padding: 5rem;
  border-radius: 0 55px;
}

.courseImg {
  align-content: center;
}


.courses-section-6 .container {
  box-shadow: inset 0 5px 20px rgb(0 0 0 / .2) !important;
  padding: 5rem;
  border-radius: 40px;
  background-color: var(--second-color);
}

/* Counter css */
.counter-box {
  display: block;
  background: var(--second-color);
  padding: 40px 20px 37px;
  text-align: center;
  border-radius: 20px;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: var(--bg-dark);
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: var(--bg-dark);
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: var(--bg-dark);
  line-height: 28px
}

.counter-box.colored {
  background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}

/* marquee css */

.marquee-container {
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
}

.marquee-track {
  display: flex;
  animation: marquee 10s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  padding: 0 20px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #495057;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

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

/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.gradient-background {
  background: linear-gradient(107deg, var(--second-color) 5.73%, var(--third-color) 93.38%);
}

.certificate-section {
  border-radius: 24px;
}

.cardImg {
  border-radius: 24px;
  overflow: hidden;
  height: 297px;
}

.cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}

.service-card:hover .cardImg img {
  transform: scale(1);
  /* Zoom out on hover */
}

.cardContent {
  padding: 13px 15px;
}

.cardContent h3 {
  font-size: 1.6rem !important;
  font-family: inter-heavy !important;
}

.cardContent p {
  font-size: 1.4rem !important;
  line-height: 24px !important;
}



.award-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: #fff;
  border-radius: 48px;
  box-shadow: 10px 10px 0 0 #0000000F !important;
  border: 3px solid #e2e2e2;
  padding: 32px 20px;
}

.award-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: var(--second-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  margin: 1rem 0;
}

.icon-wrapper img {
  width: 40px;
  height: auto;
  object-fit: cover;
  color: var(--main-color);
}

.rotate-icon {
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}

.award-card:hover .rotate-icon {
  transform: rotateY(360deg);
  transition: 1s;
}

@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* .brandSlider {
  padding: 0 0 2rem 0;
} */

.brandSlider .slider-item {
  height: auto;
  width: 287px;
  padding: 0.5rem;
  align-content: center;
  margin-right: 2rem;

}

.brandSlider .slider-inner {
  /* box-shadow: 10px 10px 0 0 #0000000F !important; */
  border-radius: 24px;
  padding: 1rem
}

.brandSlider .owl-nav {
  display: none !important;
}

.newsImg {
  width: 30%;
}

.background-url {
  background: url(../media/assets/round-line-shapes.png) no-repeat top/cover;
  position: static;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: -30px;
  text-align: center;
}

.skin-therapy-section-1 {
  background: url(../media/main-banner/Skin-Therapist-banner.png) no-repeat center/cover;
}

.about-section-1 {
  background: url(../media/main-banner/about-us-banner.jpg) no-repeat center/cover;
}

/* Tabs Css */

.tab-wrapper {
  position: relative;
  overflow: hidden;
}

.tab-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 50px 0 0;
  margin: 0 auto;
  width: 100%;
  /* max-width: 1140px; adjust to your container width */
}

.topic-tab {
  flex: 0 0 calc(100% / 6);
  /* 6 tabs visible */
  min-width: 180px;
  max-width: 220px;
  text-align: center;
  border: 2px solid #eee;
  border-radius: 16px;
  background: #fff;
  padding: 10px 12px;
  color: black;
  font-weight: 500;
  margin: 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.topic-tab.active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.topic-tab.active strong {
  color: rgb(97, 97, 97);
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--main-color);
  font-size: 2rem;
  border: none;
  background-color: tan;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.slider-btn.left {
  left: 0;
}

.slider-btn.right {
  right: 0;
}

.tab-content {
  border-top: 1px solid #ddd;
  padding: 20px;
  margin: 0 auto;
  box-shadow: 0 0 3px 3px #00000017 !important;
  border-radius: 16px;
}

.tab-content .tab-pane li {
  list-style-image: url('../media/assets/green-check-mark-icon-in-a-circle-free-vector.jpg') !important;
}

/* Hide scrollbar but keep functionality */
.tab-container::-webkit-scrollbar {
  display: none;
}

.tab-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.skin-banner-content {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
}

.iconRow .col-6 {
  align-self: stretch !important;
}

.hover-treatmenttext .social-media ul {
  padding: 0 !important;
}

.read-more-content {
  display: none;
  margin-top: 10px;
}

.read-more-button {
  color: #007BFF !important;
  cursor: pointer;
  border: none !important;
  background: transparent !important;
  font-size: 1.4rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

.text-white {
  color: var(--bg-white) !important;
}

.hr {
  border: none;
  height: 2px;
  background-color: var(--bg-white);
  margin: 1.5rem 0;
  max-width: 20%;
}

.hr-dark {
  border: none;
  height: 2px;
  background-color: var(--main-color);
  margin: 1.5rem 0;
  max-width: 20%;
}