@charset "UTF-8";

@font-face {
  font-family: laviossamedium;
  src: url("../fonts/Laviossa/laviossa-medium-webfont.woff2") format("woff2"), url("../fonts/Laviossa/laviossa-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins/Poppins-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url("../fonts/Poppins/Poppins-ExtraLight.ttf");
  font-display: swap;
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: Poppins-Italic;
  src: url("../fonts/Poppins/Poppins-Italic.ttf");
  font-display: swap;
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-display: swap;
}

.btn-primary {
  background: #E39482;
  font-size: 1rem;
  padding: 15px;
}

@media (min-width: 768px) {
  .btn-primary {
    font-size: 1.375rem;
    padding: 20px;
  }
}

.btn-primary {
  border-radius: 80px;
  border: none;
  font-family: Poppins-SemiBold;
}

.btn-primary:hover {
  background: #FFEDE8;
  color: #000000;
}

.whatsapp-btn {
  background: #27D045;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 30px;
  color: #ffffff;
  width: 210px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
}

.whatsapp-btn svg {
  width: 35px;
  height: 35px;
}

@media (min-width: 768px) {
  .whatsapp-btn {
    font-size: 0.875rem;
    padding: 0 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }
}

.whatsapp-btn {
  border-radius: 80px;
  border: none;
  font-family: Poppins-SemiBold;
}

.whatsapp-btn:hover {
  color: #000000;
}

#accordionExample .accordion-button {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  #accordionExample .accordion-button {
    font-size: 1.1rem !important;
  }
}

#accordionExample .accordion-body {
  font-size: 1rem !important;
}

@media (min-width: 768px) {
  #accordionExample .accordion-body {
    font-size: 1.1rem !important;
  }
}

.doctor-image {
  height: 100%;
  display: flex;
  align-items: end;
  flex-flow: column;
  justify-content: end;
}

.accordion-button {
  padding: 25px 25px 25px 105px;
  height: 80px;
  font-size: 1rem !important;
  background: #F8F8F8 !important;
}

@media (min-width: 768px) {
  .accordion-button {
    font-size: 1.375rem !important;
  }
}

.accordion-button::after {
  content: "+";
  background-image: none;
  background-color: #E39482;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: none;
  transform: translate(0);
  color: #ffffff;
  font-family: Poppins-Regular;
  font-size: 3rem;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  background-color: #E39482;
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: none;
  transform: translate(0);
  font-family: Poppins-Regular;
  font-size: 3rem;
}

.accordion-button:not(.collapsed) {
  background: none;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.border-gray {
  border: 1px solid #E1E1E1;
}

.overflow-hidden {
  overflow: hidden;
}

.youtube-play-button {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.youtube-play-button img {
  width: 120px;
}

.youtube-facade {
  overflow: hidden;
}

.patient-journey {
  background: #F0F0F0;
}

.video-section ul {
  display: block;
  text-align: center;
}

.video-section ul li {
  display: inline-block;
}

.video-section .nav-link {
  background: #F0F0F0;
  font-size: 0.875rem;
  padding: 6px;
}

@media (min-width: 768px) {
  .video-section .nav-link {
    font-size: 1.625rem;
    padding: 20px 60px;
  }
}

.video-section .nav-link {
  color: #000000;
  border-radius: 10px 10px 0 0;
}

.video-section .nav-link.active {
  background: #E39482;
  color: #ffffff;
  border-radius: 10px;
}

.owl-carousel {
  display: block !important;
}

@media (min-width: 768px) {
  .owl-carousel {
    display: none;
  }
}

.card-row .icon img {
  max-height: 63px;
}

.img-fluid {
  height: auto;
}

.beforeafterdrag .justify-content-center {
  display: none;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 100 !important;
}

.main-header .navbar {
  border-bottom: 1px solid #F2F2F2 !important;
  padding: 15px !important;
}

@media (min-width: 768px) {
  .main-header .navbar {
    padding: 0 !important;
  }
}

.main-header .navbar .navbar-brand img {
  max-width: 167px;
}

@media (min-width: 768px) {
  .main-header .navbar .navbar-brand img {
    max-width: 200px;
  }
}

.main-header .nav-item {
  padding: 0 10px;
}

.main-header .nav-item a:hover {
  color: #E39482;
}

.main-header .nav-item.dropdown {
  position: inherit;
}

@media (min-width: 768px) {
  .main-header .nav-item {
    padding: 0px 15px;
  }
}

@media (min-width: 992px) {
  .main-header .nav-item {
    padding: 20px 0px;
  }
}

@media (min-width: 1200px) {
  .main-header .nav-item {
    padding: 25px 8px;
  }
}

@media (min-width: 768px) {
  .main-header .nav-item:hover .dropdown-menu {
    display: block;
    left: 0;
    position: absolute;
    top: 100%;
  }
}

.main-header .nav-item:hover a {
  color: #E39482;
}

.main-header .nav-item .dropdown-menu {
  border-top: 1px solid #F2F2F2 !important;
}

@media (min-width: 992px) {
  .main-header .nav-item .dropdown-menu {
    height: 70vh;
    border-radius: 15px;
  }
}

@media (min-width: 768px) {
  .main-header .nav-item .dropdown-menu {
    overflow-y: inherit !important;
  }
}

.main-header .nav-item .dropdown-menu {
  overflow-y: auto;
}

.main-header .nav-item .dropdown-menu .accordion-header {
  color: #E39482;
  font-size: 0.875rem;
  padding-left: 50px;
  font-family: Poppins-Bold;
  padding-top: 10px;
  position: relative;
  margin: 20px 0 7px 0;
}

.main-header .nav-item .dropdown-menu .accordion-header .d-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  background: #E39482;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header .nav-item .dropdown-menu .accordion-header strong {
  float: right;
  display: inline;
  font-size: 1.375rem;
  font-family: Poppins-Regular;
}

@media (min-width: 768px) {
  .main-header .nav-item .dropdown-menu .accordion-header strong {
    display: none;
  }
}

.main-header .nav-item .dropdown-menu ul {
  padding-left: 50px;
  list-style: none;
}

.main-header .nav-item .dropdown-menu ul li {
  padding-bottom: 5px;
  font-size: 0.875rem;
}

.main-header .nav-item .dropdown-menu ul li a {
  font-size: 0.875rem;
  color: #000000;
  text-decoration: none;
}

.main-header .nav-item .dropdown-menu ul li a:hover {
  color: #E39482;
}

.main-header .nav-item .nav-link {
  color: #000000;
}

@media (min-width: 768px) {
  .main-header .nav-item .nav-link {
    font-size: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .main-header .nav-item .nav-link {
    font-size: 1rem !important;
  }
}

.navbar-toggler {
  border: none;
}

/* Show mobile accordion only under 768px */
@media (max-width: 768px) {
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .accordion-content.open {
    padding: 0 16px;
  }

  .accordion-content li {
    padding: 6px 0;
  }

  .dropdown-menu {
    transition: 0.5s;
  }

  .dropdown-menu.active {
    display: block;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .acc-content.open {
    display: block;
  }
}

.top-bar p {
  font-size: 14px;
}

@media (min-width: 992px) {
  .custom-dd {
    min-width: 200px !important;
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .custom-dd-2 {
    width: 40vw;
    left: inherit !important;
    right: 0 !important;
    height: auto !important;
  }
}

.top-bar {
  background: #ECBEB4;
}

.top-bar .btn-primary {
  position: relative;
  padding: 15px;
  position: relative;
  padding-left: 65px;
  overflow: hidden;
}

.top-bar .btn-primary .app-icon {
  background: #FFEDE8 url(../img/icons/app-icon.png) no-repeat center center;
  width: 50px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.tel-icon {
  width: 21px;
  height: 21px;
  background: url(../img/icons/tel-icon.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
}

.h-btn a:hover {
  color: #fff;
}

.h-btn img {
  max-width: 23px;
}

footer .f_logo {
  max-width: 182px;
}

footer .mail_info_row p {
  font-size: 14px;
}

footer .tel-icon {
  width: 18px;
  height: 18px;
}

footer .mail-icon {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  width: 18px;
  background: url(../img/icons/mail-icon.svg) no-repeat center center;
  background-size: 100%;
}

footer .footerLogo img {
  max-width: 260px;
}

footer .links {
  list-style: none;
  margin: 0;
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  footer .links {
    display: block;
    flex-wrap: inherit;
  }
}

footer .links li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  width: 50%;
  padding-right: 15px;
}

footer .links li:nth-child(2n) {
  padding-right: 0;
}

@media (min-width: 768px) {
  footer .links li {
    width: 100%;
    padding-right: 0;
  }

  footer .links li:nth-child(2n) {
    padding-right: 0;
  }
}

footer .links li a {
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
  color: #000000;
}

footer .links li a:hover {
  text-decoration: underline;
}

footer .linkTitle {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  margin: 15px 0 0px 0;
}

footer .linkTitle span {
  position: absolute;
  left: 0;
  top: 0;
}

.social-links {
  padding-left: 25px;
}

.sprite {
  background: #fff url(../img/icons/sprite-icon.svg) no-repeat left top;
}

.sprite.icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  position: relative;
  border-radius: 100%;
}

.sprite.yt {
  background-position: 8px center;
}

.sprite.fb {
  background-position: -27px center;
}

.sprite.pn {
  background-position: -63px center;
}

.sprite.in {
  background-position: -96px center;
}

.sprite.tw {
  background-position: -129px center;
}

.sprite.ln {
  background-position: -164px center;
}

.genitalAesthetics {
  border-top: 1px solid #B9968E;
}

.genitalAesthetics h3,
.genitalAesthetics p {
  font-size: 14px;
  text-decoration: none;
}

.genitalAesthetics h3 small,
.genitalAesthetics p small {
  margin: 0 3px;
  display: inline-block;
}

.genitalAesthetics a {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  vertical-align: top;
}

.genitalAesthetics a:hover {
  text-decoration: underline;
}

.association-row .attociationTitle {
  font-size: 14px;
}

.association-row .locations {
  border-top: 1px solid #FFA996;
}

@media (min-width: 768px) {
  .association-row .locations .border-right {
    border-right: 1px solid #FFA996;
  }
}

.association-row .locations .address {
  padding-left: 30px;
  position: relative;
}

.association-row .locations .address::after {
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/icons/address.png) no-repeat left top;
  content: "";
  width: 19px;
  height: 21px;
}

.association-row .locations .address p {
  margin-bottom: 5px;
}

.association-row .locations .address .direction-btn {
  background: #E39482;
}

iframe {
  width: 100%;
}

#btnBox {
  transition: 0.5s;
  z-index: 9;
}

.floating-button {
  width: 100%;
}

.afterbefore .owl-nav.disabled {
  display: flex !important;
}

.afterbefore .owl-nav {
  width: 100%;
  justify-content: space-between;
}

.afterbefore .owl-nav span {
  font-size: 60px;
  vertical-align: top;
  line-height: 0.4;
  color: #fff;
}

.afterbefore .owl-nav .owl-prev {
  height: 55px;
  width: 55px;
  background: #E39482 !important;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.afterbefore .owl-nav .owl-next {
  height: 55px;
  width: 55px;
  background: #E39482 !important;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.fail-carousel .card {
  min-height: 345px;
}

.repair-treatment ul {
  list-style: none;
  padding-left: 15px;
}

.repair-treatment ul li {
  background: url(../img/icons/circle-icon.png) no-repeat left top;
  padding-left: 40px;
  padding-bottom: 15px;
}

.repair-treatment ul li ul {
  list-style: disc;
  padding-left: 25px;
  padding-top: 25px;
}

.repair-treatment ul li ul li {
  background: none;
  padding-left: 0;
}

.reels-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  padding: 20px 0;
}

.reels-slider .slide-track {
  display: flex;
  animation: scroll 15s linear infinite;
}

.reels-slider .slide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}

.reels-slider .slide {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.reels-slider .slide img {
  height: auto;
  background: #fff;
  height: 99px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-784px);
  }
}

.form-wrapper {
  max-width: 995px;
}

.form-section h1 {
  font-size: 26px;
  line-height: 1.5;
}

.form-section p {
  font-size: 18px;
}

.form-section form .checkBoxList {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  background: #F2F2F2;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 18px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.inputIcon {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 10px 15px 10px 60px;
  margin: 15px 0;
  overflow: hidden;
}

.inputIcon .error-message {
  display: none !important;
}

.inputIcon input {
  border: none;
  background: none;
  width: 100%;
  font-size: 18px;
}

.inputIcon input:focus {
  outline: none;
}

.inputIcon {
  position: relative;
}

.inputIcon span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inputIcon.error {
  border: 1px solid #f00;
  background: #FFEDE8;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
  top: 5px;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  text-indent: -30px;
  padding-left: 30px;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #000;
  border-radius: 3px;
  margin-top: 3px;
}

.styled-checkbox:hover+label:before {
  background: #E39482;
  border-radius: 3px;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #E39482;
  border-radius: 3px;
  border-color: #E39482;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

#multiStepForm {
  margin: 0 15px;
}

@media (min-width: 768px) {
  #multiStepForm {
    margin: 0;
  }
}

.form-wrapper {
  position: relative;
}

.error-message {
  position: absolute;
  bottom: 25px;
  left: 60px;
  color: #f00;
}

button:disabled {
  display: none;
}

body {
  font-family: Poppins-Regular;
  color: #000000;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}

.heading-1 {
  font-size: 1.625rem;
}

@media (min-width: 768px) {
  .heading-1 {
    font-size: 2rem;
  }
}

.heading-2 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .heading-2 {
    font-size: 1.75rem;
  }
}

.heading-3 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .heading-3 {
    font-size: 1.625rem;
  }
}

.heading-4 {
  font-size: 1.375rem;
}

.heading-5 {
  font-size: 1.25rem;
}

.heading-6 {
  font-size: 1rem;
}

.heading-7 {
  font-size: 0.875rem;
}

.heading-8 {
  font-size: 0.875rem;
}

.heading-big {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .heading-big {
    font-size: 3rem;
  }
}

.poppinsRegular {
  font-family: Poppins-Regular;
}

.laviossamedium {
  font-family: laviossamedium;
}

.poppinsLight {
  font-family: Poppins-Light;
}

.poppinsExtraLight {
  font-family: Poppins-ExtraLight;
}

.poppinsMedium {
  font-family: Poppins-Medium;
}

.poppinsItalic {
  font-family: Poppins-Italic;
}

.poppinsBold {
  font-family: Poppins-Bold;
}

.poppinsSemiBold {
  font-family: Poppins-SemiBold;
}

.secondaryColor {
  color: #E39482;
}

.bg-greenColor {
  background: #27D045;
}

.bg-secondry {
  background: #E39482;
}

.bg-pink {
  background: #FFE1DB;
}

.bg-footer {
  background: #ECBEB4;
}

.bg-linenLight {
  background: #FFF8F8;
}

.darkGry-bg {
  background: #1F1F1F;
}

.object-fit-cover {
  object-fit: cover;
}

.wrapper-container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wrapper-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 575px) {
  .wrapper-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.container {
  max-width: 1200px;
}

.hero {
  background: #ffffff;
}

.bg-card {
  background: #E39482;
}

@media screen and (max-width: 767px) {
  .table-section {
    width: 100%;
    overflow-x: scroll;
  }

  .table-section table {
    width: 600px;
  }

  .table-section table.f-cell {
    width: 1200px;
  }
}

.grow-factor {
  background: #FFEDE8;
}

.custom-table tbody tr:nth-of-type(odd)>* {
  background: #FFEDE8 !important;
}

.custom-table tbody tr td {
  padding: 10px 25px;
}

@media (min-width: 768px) {
  .custom-table tbody tr td {
    padding: 35px 25px;
  }
}

.custom-table tbody tr td {
  border: 1px solid #D6D6D6;
  position: relative;
}

.custom-table tbody tr td span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  text-align: center;
  height: 100%;
  border-right: 1px solid #D6D6D6;
  vertical-align: middle;
}

.custom-table tbody tr td strong {
  margin-left: 50px;
  font-family: Poppins-Regular;
  font-weight: normal;
}

.custom-table tbody tr td:first-child {
  border-left: 0 !important;
}

.custom-table tbody tr td:last-child {
  border-right: 0 !important;
}

.custom-table th {
  padding: 10px 25px;
}

@media (min-width: 768px) {
  .custom-table th {
    padding: 25px;
  }
}

.custom-table th {
  border: 1px solid #D6D6D6 !important;
}

.custom-table th:first-child {
  border-left: 0 !important;
}

.custom-table th:last-child {
  border-right: 0 !important;
}

.bg-hd-prp .custom-table {
  overflow: hidden;
}

.bg-hd-prp .custom-table tbody tr:nth-of-type(odd)>* {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff;
}

.bg-hd-prp .custom-table tbody tr td {
  padding: 10px 25px;
}

@media (min-width: 768px) {
  .bg-hd-prp .custom-table tbody tr td {
    padding: 20px 25px;
  }
}

.bg-hd-prp .custom-table tbody tr td {
  background: rgba(28, 28, 28, 0.4) !important;
  color: #ffffff;
  border: 1px solid #D6D6D6;
}

.bg-hd-prp .custom-table th {
  padding: 10px 25px;
}

@media (min-width: 768px) {
  .bg-hd-prp .custom-table th {
    padding: 25px;
  }
}

.bg-hd-prp .custom-table th {
  background: #E39482 !important;
}

.appointmentForm {
  background: url(../img/form-bg.webp) no-repeat center center;
  background-size: cover;
}

.appointmentForm input {
  border-radius: 50px !important;
  font-size: 1rem !important;
  padding: 15px 25px;
}

@media (min-width: 768px) {
  .appointmentForm input {
    font-size: 1.375rem !important;
    border-radius: 10px !important;
  }
}

.appointmentForm textarea {
  font-size: 1rem !important;
  padding: 15px 25px;
  border-radius: 30px !important;
}

@media (min-width: 768px) {
  .appointmentForm textarea {
    font-size: 1.375rem !important;
    border-radius: 10px !important;
  }
}

.form-wrapper {
  max-width: 838px;
  margin: 0 auto;
}

.bg-hd-prp {
  background: url(../img/HD‑PRP-bg.webp) no-repeat center center;
  background-size: cover;
}

.faq {
  background-color: #F0F0F0;
}

.faq .accordion-item {
  background: none;
}

.faq .accordion-body {
  background: #F8F8F8 !important;
}

.bg-other-hair-loss {
  background: url(../img/OtherHairLoss.webp) no-repeat center center;
  background-size: cover;
}

.why-choose {
  background: url(../img/WC-bg.webp) no-repeat center center;
  background-size: cover;
}

.wc-bg {
  background: url(../img/WC-bg.webp) no-repeat center center;
  background-size: cover;
}

.blog-section {
  background: #FFEDE8;
}

.consultation {
  background: #1F1F1F;
}

.list_item {
  list-style-image: url(../img/icons/li_icon.webp);
}

.list_item li {
  margin-bottom: 5px;
}

.c_list_item {
  margin: 0;
  padding: 0;
}

.c_list_item li {
  margin-bottom: 5px;
  list-style: none;
  background: url(../img/icons/list_icon.png) no-repeat 10px 4px;
  padding-left: 50px;
}

.c_list_item.cross li {
  background: url(../img/icons/cross.png) no-repeat left 4px;
}

.micrograft-bg {
  background-color: #FFEDE8;
}

/* ============================================
   Advanced Techniques tabs section (Hyderabad)
   ============================================ */
.adv-tech-section {
  padding-top: 60px !important;
}

.adv-tech-header {
  max-width: 1200px;
  margin: 0 auto 36px;
  padding: 0 16px;
}

.adv-tech-title {
  margin-left: auto;
  margin-right: auto;
}

.adv-tech-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #222222;
  margin: 0 0 18px;
  text-align: center;
}

.adv-tech-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.55vw, 22px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #222222;
  margin: 0;
  text-align: center;
}

.adv-tech-tabs {
  --bs-gutter-x: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
}

.adv-tech-tabs .nav-item {
  padding: 0 6px;
}

.adv-tech-tabs .nav-item:first-child { padding-left: 0; }
.adv-tech-tabs .nav-item:last-child  { padding-right: 0; }

.adv-tech-tab {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.85vw, 26px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #222222 !important;
  background: #ECBEB4 !important;
  border-radius: 6px 6px 0 0 !important;
  border: 0 !important;
  padding: 18px 12px !important;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.adv-tech-tab:hover {
  background: #E3A696 !important;
}

.adv-tech-tab.active {
  background: #FFFFFF !important;
  color: #222222 !important;
}

.adv-tech-section .tab-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.adv-tech-section .tab-pane .row.tab1 {
  background: #FFFFFF;
  margin: 0;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.adv-tech-section .tab-pane .col-md-6:first-child {
  padding: 50px 42px !important;
}

.adv-tech-section .tab-pane .col-md-6:last-child {
  padding: 0 !important;
  display: flex;
  align-items: stretch;
}

.adv-tech-section .tab-pane .col-md-6:last-child img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
}

.adv-tech-section .tab-pane .poppinsSemiBold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.25;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 20px;
}

.adv-tech-section .tab-pane p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.55vw, 22px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 30px;
}

.adv-tech-section .tab-pane ul {
  padding-left: 22px;
  margin: 0;
}

.adv-tech-section .tab-pane ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.55vw, 22px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 18px;
}

.adv-tech-section .tab-pane ul li:last-child { margin-bottom: 0; }

@media (max-width: 991.98px) {
  .adv-tech-tabs .nav-item { padding: 0 4px; }
  .adv-tech-tab { font-size: 14px; padding: 14px 10px !important; }
  .adv-tech-section .tab-pane .col-md-6:first-child { padding: 30px 24px !important; }
  .adv-tech-section .tab-pane .col-md-6:last-child img { min-height: 320px; }
}

@media (max-width: 767.98px) {
  .adv-tech-section { padding-top: 40px !important; }
  .adv-tech-header { margin-bottom: 28px; }
  .adv-tech-tabs .nav-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 6px 0;
  }
  .adv-tech-tab { border-radius: 6px !important; }
  .adv-tech-tab.active { border-radius: 6px 6px 0 0 !important; }
  .adv-tech-section .tab-pane .col-md-6:last-child img { min-height: 240px; }
}

.protocol-section .card {
  background-color: #F0F0F0;
  border-color: #E39482;
}

.arrow_list {
  padding-left: 30px;
  vertical-align: top;
  background: url(../img/icons/arrow-icon.png) no-repeat left 6px;
}

.afterbefore {
  background: linear-gradient(90deg, #FFE1DB 50%, #FFEDE9 50%);
}

/* ============================================
   Results section (Hyderabad) — match Figma
   ============================================ */
.results-section {
  background: #FFE1DB !important; 
  padding: 60px 0 80px !important;
}

.results-section .wrapper-container {
  position: relative;
  max-width: 1280px;
  padding: 0 60px;
  margin: 0 auto;
}

.results-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #222222;
  margin: 0 0 36px !important;
  padding-top: 24px !important;
  text-align: center;
}

/* Card containing before/after images and labels */
.results-section .results-carousel .item {
  padding: 0 8px;
}

.result-card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 18px 18px 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.result-card__photos {
  display: flex;
  gap: 8px;
  width: 100%;
}

/* High specificity to beat .owl-carousel .owl-item img { width: 100% } */
.results-section .result-card__photos img.result-card__photo,
.owl-carousel .owl-item img.result-card__photo,
.result-card__photo {
  flex: 0 0 calc(50% - 4px);
  width: calc(50% - 4px);
  max-width: calc(50% - 4px);
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 164 / 247;
  background: #FFE1DB;
}

.result-card__labels {
  display: flex;
  margin-top: 18px;
}

.result-card__labels span {
  flex: 1 1 50%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.55vw, 22px);
  line-height: 1;
  letter-spacing: 0;
  color: #222222;
}

/* Carousel nav arrows */
.results-section .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: space-between;
  pointer-events: none;
  margin: 0;
  padding: 0;
  z-index: 4;
}

.results-section .owl-nav .owl-prev,
.results-section .owl-nav .owl-next {
  pointer-events: auto;
  position: static;
  transform: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #E39482 !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease;
}

.results-section .owl-nav .owl-prev { margin-left: 8px; }
.results-section .owl-nav .owl-next { margin-right: 8px; }

.results-section .owl-nav .owl-prev:hover,
.results-section .owl-nav .owl-next:hover {
  background: #D17F6C !important;
}

.results-section .owl-nav span {
  font-size: 28px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
}

/* Footer copy */
.results-footer {
  max-width: 1100px;
  margin: 36px auto 0;
  padding: 0 16px;
}

.results-footer-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.85vw, 26px);
  line-height: 1.25;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 12px;
}

.results-footer-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.5;
  letter-spacing: 0;
  color: #222222;
  margin: 0;
}

@media (max-width: 991.98px) {
  .results-section { padding: 40px 0 50px !important; }
  .results-section .wrapper-container { padding: 0 50px; }
}

@media (max-width: 767.98px) {
  .results-section { padding: 32px 0 40px !important; }
  .results-section .wrapper-container { padding: 0 36px; }
  .results-section .owl-nav .owl-prev,
  .results-section .owl-nav .owl-next { width: 36px; height: 36px; }
  .results-section .owl-nav span { font-size: 22px; }
}

.mob-bg {
  background: rgba(255, 235, 234, 0.8);
}

@media (min-width: 576px) {
  .mob-bg {
    background: none;
  }
}

.iprf-content {
  width: 320px;
  height: 320px;
}

@media (min-width: 768px) {
  .iprf-content {
    background: none;
    width: 516px;
    height: 516px;
  }
}

.hair-transplant-expertise {
  background: url(../img/Haartransplantationen-bg.webp) no-repeat center center;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
}

.grid .card {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  text-align: center;
  align-items: center;
  min-height: auto;
}

@media (min-width: 768px) {
  .grid .card {
    min-height: 491px;
  }
}

.grid .card {
  justify-content: center;
}

.grid .card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.fixed-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid #FFE1DB;
  background: #fff;
  border-radius: 100%;
  padding: 20px;
  width: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.fixed-icon img {
  max-width: 100%;
  width: auto !important;
}

@media (min-width: 768px) {
  .fixed-icon {
    top: -100px;
    padding: 40px;
    width: 214px;
    height: 214px;
  }
}

.custom-card-row {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .custom-card-row {
    margin-top: 150px;
  }
}

.custom-card-row .card {
  margin-bottom: 30px;
}

.custom-card-row .card:last-child {
  margin-bottom: auto;
}

@media (min-width: 768px) {
  .custom-card-row .card:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .custom-card-row .card {
    margin-top: auto;
  }
}

.custom-card-row .inner-box {
  padding-top: 80px !important;
}

@media (min-width: 768px) {
  .custom-card-row .inner-box {
    padding-top: 140px !important;
    min-height: 430px;
  }
}

/* regenerative-section */
.regenerative-section {
  position: relative;
}

.regenerative-section img {
  width: 100%;
  object-fit: cover;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.graphic picture {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.graphic img {
  width: auto;
  max-width: 100%;
}

#dermatologyTabs {
  display: inline-flex;
  justify-content: center;
}

#dermatologyTabs li {
  margin: 0 3px;
}

#dermatologyTabs li button {
  padding: 25px 40px;
  font-family: Poppins-Medium;
  border: 1px solid #ffffff;
  background: #E39482;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}

#dermatologyTabs li button.active {
  background: #ffffff;
  color: #000000;
}

.treat-box {
  background: #2E2E2E;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100px !important;
}

.treat-box:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%) !important;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 165px 40px 165px;
}

@media (min-width: 768px) {
  .treat-box:after {
    border-width: 0 335px 70px 335px;
  }
}

.treat-box:after {
  border-color: transparent transparent #1F1F1F transparent;
  transform: rotate(0deg);
}

.treat-box .icon span img {
  max-width: 40%;
}

@media (min-width: 768px) {
  .treat-box .icon span img {
    max-width: 100%;
  }
}

.treat-box .icon span {
  display: inline-flex;
  border: 4px solid #FFEDE8;
  width: 80px;
  height: 80px;
}

@media (min-width: 768px) {
  .treat-box .icon span {
    width: 140px;
    height: 140px;
    border: 7px solid #FFEDE8;
  }
}

.treat-box .icon span {
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
}

.treat-box .icon span::after {
  position: absolute;
  content: "";
  left: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 13px;
}

@media (min-width: 768px) {
  .treat-box .icon span::after {
    border-width: 16.5px 0 16.5px 23px;
  }
}

.treat-box .icon span::after {
  border-color: transparent transparent transparent #FFEDE8;
  transform: rotate(0deg);
}

/* Why choose  */
.patients-choose {
  background: #FFECE7 url(../img/patient-choose-bg.webp) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .dropdown-acc {
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background: url(../img/icons/down.png) no-repeat right center;
  }

  #dermatologyTabs {
    border: 3px solid #ffffff;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(30px);
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
  }

  #dermatologyTabs.show {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  #dermatologyTabs li {
    width: 100%;
    margin: 0;
    border: 0;
  }

  #dermatologyTabs li button {
    padding: 10px;
    background: none;
    width: 100%;
    border: none;
    border-radius: 0;
  }
}

.tp-strip {
  background: rgba(94, 51, 129, 0.5);
}

@media (max-width: 575px) {
  .hero-carousel~div .tp-strip {
    padding: 16px 12px !important;
  }

  .hero-carousel~div .tp-strip h1 {
    font-size: 22px !important;
    margin-bottom: 4px;
  }

  .hero-carousel~div .tp-strip p {
    font-size: 13px;
    line-height: 1.3;
  }
}

.what-expect {
  min-height: 864px;
}

.sticky-text {
  padding-top: 100px;
  top: 100px;
}

.card-1 {
  background-color: #FFD4D5;
}

.card-2 {
  background-color: #FFC6B0;
}

.card-3 {
  background-color: #D4D7FF;
}

.card-4 {
  background-color: #BCED9F;
}

.card-5 {
  background-color: #D4ECFF;
}

.card-6 {
  background-color: #FFB0B1;
}

.card-7 {
  background-color: #FFB0B1;
}

.what-expect .card {
  align-items: center;
}

.sticky-icon {
  width: 166px;
  height: 166px;
}

@media (min-width: 768px) {
  .sticky-icon {
    width: 266px;
    height: 266px;
  }
}

.sticky-icon {
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  text-align: center;
}

.sticky-icon img {
  max-width: 80%;
}

.treatment-protocol .icon {
  width: 153px;
  height: 153px;
}

@media (min-width: 768px) {
  .treatment-protocol .icon {
    width: 283px;
    height: 283px;
    margin-top: -120px;
  }
}

.treatment-protocol .icon {
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.treatment-protocol .icon img {
  max-width: 50%;
}

.treatment-protocol .inner-box {
  min-height: 320px;
}

.bg-effectivenes {
  background: url(../img/Effectivenes.webp) no-repeat top center;
  background-size: cover;
}

.bg-laser {
  background: url(../img/laser-table-bg.webp) no-repeat top center;
  background-size: cover;
}

.bg-gfc {
  background: url(../img/GFCvsLLLT.webp) no-repeat top center;
  background-size: cover;
}

@media (min-width: 768px) {
  .causesRosacea {
    background: url(../img/causes-bg.webp) no-repeat top left;
    background-size: cover;
  }
}

.benifit-sec {
  background: linear-gradient(90deg, #FFF7F7 50%, #F5F5F5 50%);
}

.ro_list {
  list-style: none;
  padding: 0;
}

.ro_list li {
  padding-left: 60px;
  position: relative;
  margin: 30px 0;
}

.ro_list li small {
  position: absolute;
  left: 0;
  top: -7px;
  width: 42px;
  height: 43px;
  border: 2px solid #E39482;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.signs .bg-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 754px;
}

.we-treat {
  background: url(../img/Treat-img.webp) no-repeat top center;
  background-size: cover;
}

.saperator-c {
  width: 72px;
}

.rosaceaDermaclinix .number {
  position: absolute;
  right: -40px;
  top: -40px;
}

@media (min-width: 768px) {
  .rosaceaDermaclinix .number {
    width: 144px;
    height: 144px;
  }
}

.rosaceaDermaclinix .number {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Bold;
}

.wex-bg {
  background: url(../img/wexing-bg.webp) no-repeat top center;
  background-size: cover;
}

.wex-bg .wex_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wex-bg .wex_list li {
  padding: 10px 0 10px 50px;
}

.check-icon {
  background: url(../img/icons/check-icon.png) no-repeat left center;
}

.content-box {
  min-height: 250px;
  text-align: center;
}

.content-box img {
  width: auto !important;
  display: inline-block !important;
}

.trust-section {
  background: url(../img/trust-bg.webp) no-repeat bottom center;
  background-size: cover;
}

@media (min-width: 768px) {
  .trust-section .ct-row {
    min-height: 120px;
  }
}

.smiling-section {
  background: url(../img/smiling-woman.webp) no-repeat bottom right;
  background-size: cover;
}

@media (min-width: 768px) {
  .smiling-section {
    background-position: bottom center;
  }
}

.ladies {
  background: url(../img/ladies-img.webp) no-repeat bottom right;
  background-size: cover;
}

.skin-row {
  padding-left: 80px;
  position: relative;
}

.skin-row .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.scrolable-section {
  max-height: 910px;
}

.icon-box {
  min-height: 60px;
}

.location {
  background: url(../img/location-bg.webp) no-repeat bottom right;
  background-size: cover;
}

.surgeryTreatment .owl-stage-outer {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .surgeryTreatment .owl-stage-outer {
    padding-top: 100px;
  }
}

.treatment-protocol .card {
  height: calc(100% - 15px);
}

.owl-stage-outer {
  padding: 0;
}

.owl-stage-outer .content {
  min-height: auto;
}

@media (min-width: 768px) {
  .owl-stage-outer .content {
    min-height: 350px;
  }
}

.art-bg {
  background: linear-gradient(90deg, #E39482 50%, #ECBEB4 50%);
}

/* Hyderabad page additions */
.hyd-card-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #F5DDD0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hyd-card-icon img {
  max-width: 56%;
  max-height: 56%;
  object-fit: contain;
}

.hyd-chief-panel {
  padding: 0;
}

.hyd-chief-photos {
  min-height: 360px;
  gap: 0;
}

.hyd-chief-photo {
  width: 50%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.hyd-chief-labels {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.hyd-chief-labels span {
  font-size: 0.875rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .hyd-chief-photos {
    min-height: 260px;
  }

  .hyd-chief-photo {
    max-height: 320px;
  }

  .hyd-chief-labels {
    position: static;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
}

/* Hero carousel — vertically centered nav arrows + overlay dots */
.hero-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 6;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev,
.hero-carousel.owl-carousel .owl-nav button.owl-next {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  margin: 0 16px;
  border-radius: 50%;
  background: #fff;
  color: #1E1E1E;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease, color 0.2s ease;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.hero-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: #f2f2f2;
  color: #000;
}

.hero-carousel .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 6;
}

.hero-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}

.hero-carousel .owl-dots .owl-dot.active span,
.hero-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
}

@media (max-width: 575px) {

  .hero-carousel .owl-nav button.owl-prev,
  .hero-carousel .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
    margin: 0 8px;
    font-size: 16px;
  }
}

/* B.E.S.T/VIP Hair Transplant section */
.best-vip-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
}

.best-vip-section .vip-icon-wrap {
  width: 153px;
  height: 148px;
  border-radius: 50%;
  background: #ECBEB4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.best-vip-section .wrapper-container>.row {
  --bs-gutter-x: 80px;
  --bs-gutter-y: 60px;
  max-width: 1320px;
  margin: 30px auto 0;
}

.best-vip-section .col-12.text-center {
  padding-top: 0;
}

.best-vip-section .vip-icon-wrap img {
  width: 70px;
  height: 66px;
  object-fit: contain;
  /* mix-blend-mode: multiply; */
}

.best-vip-section>.wrapper-container>h2 {
  font-family: Poppins-SemiBold, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
}

.best-vip-section h2+p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.best-vip-section h5 {
  font-family: Poppins-SemiBold, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 14px !important;
}

.best-vip-section .row p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
}

@media (max-width: 991px) {
  .best-vip-section .vip-icon-wrap {
    width: 130px;
    height: 130px;
  }

  .best-vip-section .vip-icon-wrap img {
    width: 78px;
    height: 78px;
  }

  .best-vip-section h2+p {
    font-size: 17px;
  }

  .best-vip-section h5 {
    font-size: 19px;
  }

  .best-vip-section .row p {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .best-vip-section .vip-icon-wrap {
    width: 110px;
    height: 110px;
  }

  .best-vip-section .vip-icon-wrap img {
    width: 68px;
    height: 68px;
  }

  .best-vip-section h2+p {
    font-size: 15px;
    line-height: 1.3;
  }

  .best-vip-section h5 {
    font-size: 17px;
  }

  .best-vip-section .row p {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* Dedicated Service By Chief Surgeon section */
/* ============================================
   Dedicated Service By Chief Surgeon — Responsive
   Photos sized by WIDTH (% of image col) so overlap
   stays consistent at every viewport.
   ============================================ */
.chief-surgeon-section {
  background: #ECBEB4;
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
  overflow: hidden;
}

.chief-surgeon-section .chief-surgeon-content {
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 600px;
  max-width: 1440px;
  margin: 0 auto;
}

.chief-surgeon-section .chief-surgeon-text {
  flex: 0 0 44%;
  max-width: 44%;
  padding: clamp(60px, 9vw, 130px) 40px clamp(40px, 6vw, 80px) clamp(40px, 7vw, 100px);
  color: #1E1E1E;
}

.chief-surgeon-section .chief-surgeon-text h2 {
  font-family: "Inter", "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
  color: #000000;
  margin-bottom: 28px !important;
}

.chief-surgeon-section .chief-surgeon-text p {
  font-family: "Inter", "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.45;
  color: #000000;
  margin-bottom: 22px !important;
}

.chief-surgeon-section .chief-surgeon-text p:last-child {
  margin-bottom: 0 !important;
}

.chief-surgeon-section .chief-surgeon-text p strong {
  font-family: "Inter", "Poppins", sans-serif;
  font-weight: 700;
}

.chief-surgeon-section .chief-surgeon-image {
  flex: 1 1 56%;
  max-width: 56%;
  align-self: stretch;
  position: relative;
}

.chief-surgeon-section .chief-surgeon-photos {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.chief-surgeon-section .chief-surgeon-photo {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* Kavish: in front, on left of image col, ~70% col width */
.chief-surgeon-section .chief-surgeon-photo--kavish {
  bottom: 0;
  left: -10%;
  width: 80%;
  max-width: 700px;
  z-index: 2;
}

/* Amrendra: behind, on right, ~60% col width — overlaps Kavish */
.chief-surgeon-section .chief-surgeon-photo--amrendra {
  bottom: 0;
  right: 4%;
  width: 65%;
  max-width: 600px;
  z-index: 1;
}

.chief-surgeon-section .chief-surgeon-labels {
  position: absolute;
  left: 0;
  right: 6%;
  bottom: 36px;
  height: 46px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  z-index: 3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}

.chief-surgeon-section .chief-surgeon-labels span {
  flex: 1 1 50%;
  text-align: center;
  padding: 0 8px;
}

/* ---------- LG: 1200-1399 ---------- */
@media (max-width: 1399.98px) {

  .chief-surgeon-section .chief-surgeon-content,
  .chief-surgeon-section .chief-surgeon-photos {
    min-height: 560px;
  }

  .chief-surgeon-section .chief-surgeon-photo--kavish {
    width: 72%;
  }

  .chief-surgeon-section .chief-surgeon-photo--amrendra {
    width: 64%;
  }

  .chief-surgeon-section .chief-surgeon-labels {
    bottom: 32px;
    font-size: 17px;
    left: 14%;
    right: 5%;
  }
}

/* ---------- MD: 992-1199 ---------- */
@media (max-width: 1199.98px) {

  .chief-surgeon-section .chief-surgeon-content,
  .chief-surgeon-section .chief-surgeon-photos {
    min-height: 520px;
  }

  .chief-surgeon-section .chief-surgeon-text {
    padding: 80px 30px 50px 50px;
  }

  .chief-surgeon-section .chief-surgeon-photo--kavish {
    width: 95%;
    left: -23%;
  }

  .chief-surgeon-section .chief-surgeon-photo--amrendra {
    width: 77%;
    right: -1%;
  }

  .chief-surgeon-section .chief-surgeon-labels {
    bottom: 28px;
    height: 42px;
    font-size: 16px;
    left: 12%;
    right: 4%;
  }
}

/* ---------- SM: 768-991 — stack vertically ---------- */
@media (max-width: 991.98px) {
  .chief-surgeon-section .chief-surgeon-content {
    flex-direction: column;
    min-height: auto;
    align-items: stretch;
  }

  .chief-surgeon-section .chief-surgeon-text {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 50px 32px 24px;
    text-align: center;
  }

  .chief-surgeon-section .chief-surgeon-text h2 {
    font-size: 26px;
    margin-bottom: 18px !important;
  }

  .chief-surgeon-section .chief-surgeon-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px !important;
  }

  .chief-surgeon-section .chief-surgeon-image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .chief-surgeon-section .chief-surgeon-photos {
    min-height: 520px;
    height: 520px;
  }

  .chief-surgeon-section .chief-surgeon-photo--kavish {
    width: 65%;
    max-width: none;
    left: 2%;
  }

  .chief-surgeon-section .chief-surgeon-photo--amrendra {
    width: 52%;
    max-width: none;
    right: 10%;
  }

  .chief-surgeon-section .chief-surgeon-labels {
    bottom: 24px;
    left: 12%;
    right: 12%;
    height: 42px;
    font-size: 15px;
  }
}

/* ---------- XS: 576-767 ---------- */
@media (max-width: 767.98px) {
  .chief-surgeon-section .chief-surgeon-text {
    padding: 40px 20px 20px;
  }

  .chief-surgeon-section .chief-surgeon-text h2 {
    font-size: 22px;
  }

  .chief-surgeon-section .chief-surgeon-text p {
    font-size: 15px;
  }

  .chief-surgeon-section .chief-surgeon-photos {
    min-height: 440px;
    height: 440px;
  }

  .chief-surgeon-section .chief-surgeon-photo--kavish {
    width: 58%;
    left: 0;
  }

  .chief-surgeon-section .chief-surgeon-photo--amrendra {
    width: 52%;
    right: 0;
  }

  .chief-surgeon-section .chief-surgeon-labels {
    bottom: 16px;
    left: 6%;
    right: 6%;
    height: 38px;
    font-size: 13px;
  }
}

/* ---------- 480-575 ---------- */
@media (max-width: 575.98px) {
  .chief-surgeon-section .chief-surgeon-photos {
    min-height: 380px;
    height: 380px;
  }

  .chief-surgeon-section .chief-surgeon-photo--kavish {
    width: 80%;
    left: -8%;
  }

  .chief-surgeon-section .chief-surgeon-photo--amrendra {
    width: 66%;
    right: 0%;
  }

  .chief-surgeon-section .chief-surgeon-labels {
    bottom: 14px;
    height: 36px;
    font-size: 12px;
    left: 4%;
    right: 4%;
  }
}

/* ---------- XXS: <420 ---------- */
@media (max-width: 419.98px) {
  .chief-surgeon-section .chief-surgeon-photos {
    min-height: 340px;
    height: 340px;
  }

  .chief-surgeon-section .chief-surgeon-photo--kavish {
    width: 77%;
    left: -6%;
  }

  .chief-surgeon-section .chief-surgeon-photo--amrendra {
    width: 62%;
    right: 0%;
  }

  .chief-surgeon-section .chief-surgeon-labels {
    height: 32px;
    font-size: 11px;
    left: 2%;
    right: 2%;
  }
}

/* Advanced Regenerative Treatments section */
.regen-treatments-section {
  background: #FFFFFF;
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
  padding: 80px 0;
}

.regen-treatments-section .regen-treatments-content {
  display: grid;
  grid-template-columns: minmax(0, 738px) 372px;
  column-gap: 160px;
  align-items: center;
}

.regen-treatments-section .regen-treatments-heading-row {
  max-width: 770px;
  margin-bottom: 30px;
}

.regen-treatments-section .regen-treatments-heading-row h2 {
  font-family: Poppins-SemiBold, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #222222;
  margin: 0 0 28px 0;
}

.regen-treatments-section .regen-treatments-heading-row p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #222222;
  margin: 0;
}

.regen-treatments-section .regen-treatments-bottom-row {
  display: contents;
}

.regen-treatments-section .regen-treatments-list-box {
  grid-column: 1;
  width: 738px;
  max-width: 100%;
  padding: 0;
}

.regen-treatments-section .regen-treatments-list-box ul {
  list-style: disc;
  padding-left: 16px;
  margin: 0;
}

.regen-treatments-section .regen-treatments-list-box ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 22px;
}

.regen-treatments-section .regen-treatments-list-box ul li:last-child {
  margin-bottom: 0;
}

.regen-treatments-section .regen-treatments-image {
  grid-column: 2;
  grid-row: 1/span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.regen-treatments-section .regen-treatments-image img {
  display: block;
  max-width: 100%;
  width: 372px;
  height: auto;
}

@media (max-width: 991px) {
  .regen-treatments-section {
    padding: 50px 0;
  }

  .regen-treatments-section .regen-treatments-content {
    display: block;
  }

  .regen-treatments-section .regen-treatments-heading-row {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .regen-treatments-section .regen-treatments-heading-row h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .regen-treatments-section .regen-treatments-heading-row p {
    font-size: 16px;
    line-height: 1.4;
  }

  .regen-treatments-section .regen-treatments-bottom-row {
    display: block;
  }

  .regen-treatments-section .regen-treatments-list-box {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .regen-treatments-section .regen-treatments-list-box ul li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .regen-treatments-section .regen-treatments-image {
    margin-top: 30px;
  }

  .regen-treatments-section .regen-treatments-image img {
    width: 220px;
  }
}

/* Why Choose DermaClinix section */
.why-choose-section {
  background: #FFEDE8;
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
  padding: 80px 0;
}

.why-choose-section .why-choose-header {
  max-width: 900px;
  margin: 0 auto 60px;
}

.why-choose-section .why-choose-header h2 {
  font-family: Poppins-SemiBold, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 24px;
}

.why-choose-section .why-choose-header p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #222222;
}

.why-choose-section .why-choose-list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.why-choose-section .why-choose-item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.why-choose-section .why-choose-icon {
  flex: 0 0 auto;
  width: 145px;
  height: 144px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-section .why-choose-icon img {
  width: 80px;
  height: 75px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.why-choose-section .why-choose-text {
  flex: 1 1 auto;
}

.why-choose-section .why-choose-text h5 {
  font-family: Poppins-SemiBold, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 14px;
}

.why-choose-section .why-choose-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #222222;
}

@media (max-width: 767px) {
  .why-choose-section {
    padding: 50px 0;
  }

  .why-choose-section .why-choose-header {
    margin-bottom: 40px;
  }

  .why-choose-section .why-choose-header h2 {
    font-size: 22px;
  }

  .why-choose-section .why-choose-list {
    gap: 28px;
  }

  .why-choose-section .why-choose-item {
    gap: 20px;
    align-items: flex-start;
  }

  .why-choose-section .why-choose-icon {
    width: 80px;
    height: 80px;
  }

  .why-choose-section .why-choose-icon img {
    width: 44px;
    height: 44px;
  }

  .why-choose-section .why-choose-text h5 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .why-choose-section .why-choose-text p {
    font-size: 14px;
  }
}

/* Hair Transplant Cost section */
.hair-cost-section {
  background: #FFFFFF;
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
  padding: 80px 0;
}

.hair-cost-section .hair-cost-content {
  max-width: 900px;
  margin: 0 auto;
}

.hair-cost-section .hair-cost-icon {
  margin-bottom: 26px;
}

.hair-cost-section .hair-cost-icon img {
  display: inline-block;
  width: 147px;
  height: auto;
}

.hair-cost-section h2 {
  font-family: Poppins-SemiBold, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 26px;
}

.hair-cost-section p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #222222;
}

@media (max-width: 767px) {
  .hair-cost-section {
    padding: 50px 0;
  }

  .hair-cost-section .hair-cost-icon {
    margin-bottom: 24px;
  }

  .hair-cost-section .hair-cost-icon img {
    width: 70px;
  }

  .hair-cost-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .hair-cost-section p {
    font-size: 15px;
  }
}

/* Book An Appointment - redesigned 2-column layout */
.appointmentForm {
  background: #FFFFFF;
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
  padding: 0;
}

.appointmentForm .appointment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 600px;
}

/* Left peach panel */
.appointmentForm .appointment-left {
  background: #E39482;
  padding: 90px 60px 90px 120px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.appointmentForm .appointment-title {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 16px 0;
}

.appointmentForm .appointment-title strong {
  font-family: Poppins-Bold, "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}

.appointmentForm .appointment-subtitle {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 40px 0;
}

.appointmentForm .appointment-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.appointmentForm .appointment-features li {
  display: flex;
  gap: 28px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.appointmentForm .appointment-features li:last-child {
  margin-bottom: 0;
}

.appointmentForm .appointment-features li img {
  flex: 0 0 auto;
  width: 49px;
  height: 47px;
  object-fit: contain;
  margin-top: 2px;
  filter: brightness(0) invert(1);
}

.appointmentForm .appointment-features li h6 {
  color: #FFFFFF;
  font-family: Poppins-SemiBold, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 6px 0;
}

.appointmentForm .appointment-features li p {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
  opacity: 0.95;
}

/* Right dark panel with form card */
.appointmentForm .appointment-right {
  background: url(../img/form-bg.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 50px;
}

.appointmentForm .appointment-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 50, 65, 0.55);
}

.appointmentForm .appointment-form-card {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 50px 42px;
  border-radius: 20px;
  width: 100%;
  max-width: 524px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.appointmentForm .appointment-field {
  margin-bottom: 12px;
}

.appointmentForm .appointment-field input,
.appointmentForm .appointment-field textarea {
  width: 100%;
  height: 59px;
  padding: 16px 18px !important;
  border: none !important;
  background: #ECECEC !important;
  border-radius: 10px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  color: #000000;
}

.appointmentForm .appointment-field input::placeholder,
.appointmentForm .appointment-field textarea::placeholder {
  color: #6c757d;
}

.appointmentForm .appointment-field.active input {
  background: #E39482 !important;
  color: #FFFFFF;
}

.appointmentForm .appointment-field.active input::placeholder {
  color: #FFFFFF;
}

.appointmentForm .appointment-field textarea {
  resize: none;
  height: auto !important;
  min-height: 100px;
}

.appointmentForm .appointment-submit-btn {
  width: 100%;
  height: 75px;
  background: #E39482;
  color: #FFFFFF;
  padding: 0 18px;
  border: none;
  border-radius: 80px;
  font-family: Poppins-SemiBold, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.appointmentForm .appointment-submit-btn:hover {
  background: #c87b6a;
}

/* Tablet — collapse to single column, scale typography */
@media (max-width: 1199px) {
  .appointmentForm .appointment-left {
    padding: 70px 50px;
  }

  .appointmentForm .appointment-title {
    font-size: 34px;
  }

  .appointmentForm .appointment-title strong {
    font-size: 42px;
  }

  .appointmentForm .appointment-features li img {
    width: 48px;
    height: 46px;
  }

  .appointmentForm .appointment-features li {
    gap: 22px;
  }
}

@media (max-width: 991px) {
  .appointmentForm .appointment-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .appointmentForm .appointment-left {
    padding: 50px 32px;
    text-align: left;
  }

  .appointmentForm .appointment-title {
    font-size: 30px;
  }

  .appointmentForm .appointment-title strong {
    font-size: 38px;
  }

  .appointmentForm .appointment-subtitle {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .appointmentForm .appointment-features li {
    gap: 20px;
    margin-bottom: 18px;
  }

  .appointmentForm .appointment-features li h6 {
    font-size: 20px;
  }

  .appointmentForm .appointment-features li p {
    font-size: 15px;
  }

  .appointmentForm .appointment-right {
    padding: 50px 32px;
  }

  .appointmentForm .appointment-form-card {
    max-width: 540px;
    padding: 36px 28px;
  }

  .appointmentForm .appointment-field input,
  .appointmentForm .appointment-field textarea {
    height: 54px;
    font-size: 18px !important;
  }

  .appointmentForm .appointment-field textarea {
    min-height: 90px;
  }

  .appointmentForm .appointment-submit-btn {
    height: 64px;
    font-size: 18px;
  }
}

/* Mobile portrait */
@media (max-width: 575px) {
  .appointmentForm .appointment-left {
    padding: 40px 20px;
  }

  .appointmentForm .appointment-title {
    font-size: 26px;
    line-height: 1.1;
  }

  .appointmentForm .appointment-title strong {
    font-size: 32px;
  }

  .appointmentForm .appointment-subtitle {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .appointmentForm .appointment-features li {
    gap: 16px;
    margin-bottom: 16px;
  }

  .appointmentForm .appointment-features li img {
    width: 36px;
    height: 36px;
  }

  .appointmentForm .appointment-features li h6 {
    font-size: 17px;
    line-height: 1.2;
  }

  .appointmentForm .appointment-features li p {
    font-size: 13px;
    line-height: 1.4;
  }

  .appointmentForm .appointment-right {
    padding: 32px 16px;
  }

  .appointmentForm .appointment-form-card {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .appointmentForm .appointment-field {
    margin-bottom: 10px;
  }

  .appointmentForm .appointment-field input,
  .appointmentForm .appointment-field textarea {
    height: 48px;
    padding: 12px 14px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
  }

  .appointmentForm .appointment-field textarea {
    min-height: 80px;
  }

  .appointmentForm .appointment-submit-btn {
    height: 54px;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 8px;
  }
}

/* Common-row sections - break out of container-fluid padding so backgrounds span edge-to-edge */
.container-fluid>.common-row,
.container-fluid>.aftercare {
  margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5) !important;
  margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5) !important;
  width: calc(100% + var(--bs-gutter-x, 1.5rem)) !important;
  max-width: none !important;
}

/*# sourceMappingURL=style.css.map */