@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
body {
  font-family: "Montserrat", sans-serif;
}

p {
  color: #7F8C8D;
  font-size: 1.1rem;
}

.theme-btn,
.wpcf7-form .wpcf7-submit {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 50px;
  gap: 10px;
  display: flex;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #3A2546;
  background: #3A2546;
}
.theme-btn i,
.wpcf7-form .wpcf7-submit i {
  font-size: 20px;
}
.theme-btn.light-btn,
.wpcf7-form .wpcf7-submit.light-btn {
  color: #3A2546;
  background-color: #fff;
}

.text-gold {
  color: #D4AF37;
}

.section-head {
  margin-bottom: 50px;
}
.section-head .section-prefix {
  color: #D4AF37;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 12px;
}
.section-head .section-title {
  font-size: 2.35rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
}
.section-head p {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}

.wpcf7-form {
  text-align: left;
}
.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
  box-shadow: none;
  border-radius: 4px;
  background: #fffce9;
  border: 1px solid #f3e1a5;
}
.wpcf7-form .form-label {
  font-size: 0.92rem;
  margin-bottom: 2.5px;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  padding: 12px 20px;
  border-radius: 50px;
  background: #3A2546;
  border: 2px solid #3A2546;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit::after {
  content: "\f133";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  pointer-events: none;
  z-index: 1;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
  color: #3A2546;
  background-color: #fff;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover ::after {
  color: #3A2546 !important;
}

.site-header {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  position: fixed;
  box-shadow: none;
  border-bottom: transparent;
  background: transparent;
  transition: all 0.3s ease;
}
.site-header .nav-left {
  padding-top: 20px;
}
.site-header .nav-left .nav-menu-wrap {
  gap: 15px;
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.site-header .nav-left .nav-menu-wrap .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .nav-left .nav-menu-wrap .nav-item.call-item {
  margin-right: 10px;
}
.site-header .nav-left .nav-menu-wrap .nav-item.call-item .nav-link-call {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.3s ease;
}
.site-header .nav-left .nav-menu-wrap .nav-item.call-item .nav-link-call i {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
.site-header .nav-left .nav-menu-wrap .nav-item .nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.site-header .nav-left .nav-menu-wrap .nav-item.dot-separator {
  color: #fff;
  font-size: 38px;
  opacity: 1;
  margin-top: -5px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.site-header .nav-left .nav-menu-wrap .nav-item .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 10px 0;
  margin-top: 10px;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  transform: translateY(5px);
}
.site-header .nav-left .nav-menu-wrap .nav-item .dropdown-menu li {
  list-style: none;
}
.site-header .nav-left .nav-menu-wrap .nav-item .dropdown-menu li a {
  color: #3A2546;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-header .nav-left .nav-menu-wrap .nav-item .dropdown-menu li a:hover {
  color: #D4AF37;
  background: rgba(58, 37, 70, 0.05);
  padding-left: 25px;
}
.site-header .nav-left .nav-menu-wrap .nav-item:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .logo-center a img {
  height: 88px;
  width: auto;
  display: block;
  margin: 15px auto 0;
  transition: all 0.3s ease;
}
.site-header .nav-right {
  gap: 30px;
  display: flex;
  padding-top: 25px;
  align-items: center;
  justify-content: flex-end;
}
.site-header .nav-right .contact-link {
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.site-header .nav-right .theme-btn {
  border-color: #fff;
}
.site-header .nav-right {
  transition: all 0.3s ease;
}
.site-header.fixed {
  background-color: #3A2546;
}
.site-header.fixed .nav-left {
  padding-top: 12px;
}
.site-header.fixed .logo-center a img {
  height: 70px;
  margin: 5px auto;
}
.site-header.fixed .nav-right {
  padding-top: 17px;
}
.site-header .mobile-header-right {
  display: none;
}
.site-header .menu-toggle {
  display: none;
}

.offcanvas .offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid rgba(253, 1, 1, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas .offcanvas-header .btn-close {
  margin-left: auto;
  background: transparent;
  opacity: 1;
  padding-right: 20px;
  padding-bottom: 20px;
  border: none;
  cursor: pointer;
}
.offcanvas .offcanvas-header .btn-close i {
  font-size: 24px;
}
.offcanvas .offcanvas-body {
  padding: 10px 20px;
}
.offcanvas .offcanvas-body .mobile-menu {
  list-style: none;
}
.offcanvas .offcanvas-body .mobile-menu li {
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .mobile-menu li a {
  color: black;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: block;
  padding: 5px 0;
}
.offcanvas .offcanvas-body .mobile-menu li a:hover {
  color: #D4AF37;
  padding-left: 10px;
}
.offcanvas .offcanvas-body .mobile-menu li.menu-action .call-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
}
.offcanvas .offcanvas-body .mobile-menu li.menu-action .call-btn i {
  font-size: 18px;
  margin-right: 10px;
}
.offcanvas .offcanvas-body .mobile-menu li.menu-action .theme-btn {
  width: 100%;
  justify-content: center;
  background: #D4AF37;
  color: #3A2546;
  padding: 10px 18px;
}

.site-footer {
  color: white;
  padding-bottom: 0;
  background: #3A2546;
}
.site-footer .footer-main {
  position: relative;
  padding: 60px 0 40px;
}
.site-footer .footer-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.site-footer .footer-main .footer-column .footer-logo {
  margin: 0 0 20px 0;
}
.site-footer .footer-main .footer-column .footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
}
.site-footer .footer-main .footer-column .footer-description {
  color: white;
  font-size: 16px;
  font-weight: 200;
  max-width: 380px;
  margin: 0 0 25px 0;
}
.site-footer .footer-main .footer-column .rating-badge {
  margin-top: 25px;
}
.site-footer .footer-main .footer-column .rating-badge img {
  width: 125px;
  height: auto;
  display: block;
}
.site-footer .footer-main .footer-column .footer-title {
  padding-left: 0;
  font-size: 15px;
  font-weight: 700;
  color: #D4AF37;
  margin: 0 0 25px 0;
  letter-spacing: 1px;
}
.site-footer .footer-main .footer-column .footer-links {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.site-footer .footer-main .footer-column .footer-links li {
  margin-bottom: 5px;
}
.site-footer .footer-main .footer-column .footer-links li a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-column .footer-links li a:hover {
  color: white;
}
.site-footer .footer-main .footer-column .contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.site-footer .footer-main .footer-column .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: white;
}
.site-footer .footer-main .footer-column .contact-list li i {
  font-size: 18px;
  color: white;
  flex-shrink: 0;
  margin-top: 0;
}
.site-footer .footer-main .footer-column .contact-list li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-column .contact-list li a.main-phone {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  color: #B7AF66;
}
.site-footer .footer-main .footer-column .contact-list li:nth-child(1) i, .site-footer .footer-main .footer-column .contact-list li:nth-child(3) i {
  margin-top: 0px;
}
.site-footer .footer-main .footer-column .contact-list li:nth-child(2) i {
  margin-top: 5px;
}
.site-footer .footer-main .footer-column .social-links {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.site-footer .footer-main .footer-column .social-links .social-link {
  width: 30px;
  height: 30px;
  padding: 5px;
  background: rgba(61, 61, 61, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7AF66;
  transition: all 0.3s ease;
}
.site-footer .footer-main .footer-column .social-links .social-link i {
  font-size: 28px;
}
.site-footer .footer-bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(61, 61, 61, 0.2);
}
.site-footer .footer-bottom .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom .bottom-content .copyright {
  font-size: 13px;
  color: white;
  margin: 0;
}
.site-footer .footer-bottom .bottom-content .copyright .developer-link {
  color: rgb(120, 120, 120);
  text-decoration: none;
  font-weight: 600;
}
.site-footer .footer-bottom .bottom-content .copyright .developer-link:hover {
  color: white;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom {
  display: flex;
  gap: 15px;
  align-items: center;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom a:hover {
  color: white;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom span {
  color: rgba(61, 61, 61, 0.5);
}

.full-width-banner {
  height: 70vh;
  min-height: 600px;
  background-size: cover;
  background-position: top;
  border-bottom: 16px solid #3A2546;
  border-radius: 0px 0px 50px 50px;
  position: relative;
}
.full-width-banner .partners-banner-location {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.49);
  color: #fff;
  padding: 10px 25px;
  border-radius: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
  transition: all 0.3s ease;
}
.full-width-banner .partners-banner-location:hover {
  background: rgba(0, 0, 0, 0.69);
  transform: scale(1.03);
}
.full-width-banner .partners-banner-location i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}
.full-width-banner .partners-banner-location a {
  color: #ffffff;
  font-size: 0.8rem;
  text-shadow: 0px 0px 21px #ffffff;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.treatment-card {
  height: 100%;
}
.treatment-card .card-wrapper {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 25px;
  border: 2px solid #3A2546;
  flex-direction: column;
  position: relative;
}
.treatment-card .treatment-image {
  width: 100%;
  height: 275px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.treatment-card .treatment-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: transform 0.5s ease;
}
.treatment-card .treatment-content {
  flex: 1;
  z-index: 2;
  display: flex;
  position: relative;
  margin-top: -20px;
  flex-direction: column;
  background: #F6F6F6;
  padding: 20px 25px 25px;
  border-radius: 30px 30px 0 0;
  border-top: 10px solid #3A2546;
}
.treatment-card .treatment-content .treatment-title {
  color: #3A2546;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0px;
  font-family: "Playfair Display", serif;
}
.treatment-card .treatment-content .treatment-category {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
.treatment-card .treatment-content .description {
  font-size: 1rem;
}
.treatment-card:hover .treatment-image img {
  transform: scale(1.1);
}

.news-card {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  flex-direction: column;
}
.news-card .news-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.news-card .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.news-card .news-content {
  padding: 30px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-card .news-content .news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.news-card .news-content .news-meta i {
  color: #3A2546;
  font-size: 14px;
}
.news-card .news-content .news-meta .news-date {
  color: #ababab;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.news-card .news-content .news-title {
  color: #3A2546;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
  flex: 1;
}
.news-card .news-content p {
  font-size: 0.98rem;
}
.news-card .news-content .theme-btn {
  width: 200px;
}
.news-card:hover .news-image img {
  transform: scale(1.1);
}

.gallery-section {
  padding: 0;
  margin: 0;
  background: white;
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.gallery-section .gallery-grid .gallery-item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
}
.gallery-section .gallery-grid .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-section .gallery-grid .gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery-section .gallery-grid .gallery-item .gallery-overlay i {
  font-size: 60px;
  color: white;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-grid .gallery-item.video-item .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
.gallery-section .gallery-grid .gallery-item.video-item .gallery-overlay i {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}
.gallery-section .gallery-grid .gallery-item.video-item:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.full-width-banner {
  min-height: 450px;
  height: 30vh;
  overflow: hidden;
}
.full-width-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.full-width-banner .container-max {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-banner .hero-content {
  margin-top: 20px;
  padding: 40px;
  max-width: 800px;
  text-align: center;
}
.full-width-banner .hero-content .hero-title {
  color: #3A2546;
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}

.innerpage-header-section {
  height: 50vh;
  min-height: 300px;
  padding-top: 100px;
  background-size: cover;
  background-position: top;
  border-bottom: 16px solid #3A2546;
  border-radius: 0px 0px 50px 50px;
}
.innerpage-header-section .container {
  height: 100%;
}
.innerpage-header-section .container .content-wrap {
  height: 100%;
  max-width: 700px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.innerpage-header-section .container .content-wrap .page-title {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}
.innerpage-header-section .container .content-wrap p {
  color: #fff;
}
.innerpage-header-section .container .content-wrap .theme-btn {
  width: 280px;
  padding: 8px 15px;
  margin-top: 20px;
}

.before-after-slider #comparison {
  width: 100%;
  border-radius: 15px;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.before-after-slider figure {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  font-size: 0;
  margin: 0;
}
.before-after-slider #divisor {
  width: 50%;
  position: absolute;
  background-size: cover;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
.before-after-slider #divisor::before, .before-after-slider #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
.before-after-slider #divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.before-after-slider #divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.before-after-slider #handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.before-after-slider #handle::before, .before-after-slider #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.before-after-slider #handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.before-after-slider #handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.before-after-slider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
.before-after-slider input[type=range]:focus, .before-after-slider input[type=range]:active {
  border: none;
  outline: none;
}
.before-after-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.before-after-slider input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.before-after-slider .label {
  position: absolute;
  bottom: 20px;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 25px;
  z-index: 4;
  pointer-events: none;
}
.before-after-slider .label.label-before {
  right: 20px;
}
.before-after-slider .label.label-after {
  left: 20px;
}

.treatment-step-slider .main-slider-wrapper {
  position: relative;
}
.treatment-step-slider .main-slider-wrapper .treatment-main-slider {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.treatment-step-slider .main-slider-wrapper .treatment-main-slider .slide-item img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}
.treatment-step-slider .main-slider-wrapper .treatment-main-slider .slick-list {
  border-radius: 15px;
}
.treatment-step-slider .treatment-thumb-slider {
  display: flex;
}
.treatment-step-slider .treatment-thumb-slider .slick-list {
  width: 100% !important;
}
.treatment-step-slider .treatment-thumb-slider .slick-list .slick-track {
  width: 100% !important;
  float: left;
}
.treatment-step-slider .treatment-thumb-slider .slick-list .slick-track .thumb-item {
  width: 20%;
}
.treatment-step-slider .treatment-thumb-slider .thumb-item {
  min-width: 20%;
  flex: 1;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.treatment-step-slider .treatment-thumb-slider .thumb-item:first-child {
  padding-left: 0;
}
.treatment-step-slider .treatment-thumb-slider .thumb-item:last-child {
  padding-right: 0;
}
.treatment-step-slider .treatment-thumb-slider .thumb-item img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.treatment-step-slider .treatment-thumb-slider .thumb-item:hover {
  opacity: 0.8;
}
.treatment-step-slider .treatment-thumb-slider .thumb-item.slick-current {
  opacity: 1;
}
.treatment-step-slider .treatment-thumb-slider .thumb-item.slick-current img {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.treatment-step-slider .treatment-thumb-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  padding: 0 5px;
  position: relative;
}
.treatment-step-slider .treatment-thumb-slider .slick-slide img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.treatment-step-slider .treatment-thumb-slider .slick-slide:hover {
  opacity: 0.8;
}
.treatment-step-slider .treatment-thumb-slider .slick-slide.slick-current {
  opacity: 1;
}

@media (max-width: 991px) {
  .treatment-step-slider {
    margin-top: 30px;
  }
  .treatment-step-slider .main-slider-wrapper .slider-frame {
    top: -10px;
    right: -10px;
  }
  .treatment-step-slider .treatment-thumb-slider .slick-slide img,
  .treatment-step-slider .treatment-thumb-slider .thumb-item img {
    height: 60px;
  }
}
.treatment-list-card {
  margin-bottom: 20px;
}
.treatment-list-card .card-container {
  min-height: 380px;
  display: flex;
  overflow: hidden;
  border-radius: 25px;
  background: #FCF6DE;
  border: 2px solid #3A2546;
  transition: box-shadow 0.3s ease;
}
.treatment-list-card .treatment-image-wrapper {
  width: 32.5%;
  flex-shrink: 0;
  border-radius: 0 32px 32px 0px;
  overflow: hidden;
  border-right: 10px solid #3A2546;
}
.treatment-list-card .treatment-image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}
.treatment-list-card .treatment-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.treatment-list-card .section-head {
  margin-bottom: 12px;
}
.treatment-list-card .section-head .section-title {
  color: #3A2546;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 4px;
}
.treatment-list-card .section-head .treat-count {
  color: #D4AF37;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 0;
}
.treatment-list-card .treatment-description {
  margin-bottom: 20px;
}
.treatment-list-card .treatment-features {
  margin-bottom: 40px;
}
.treatment-list-card .treatment-features .features-grid {
  display: grid;
  gap: 2px 30px;
  grid-template-columns: repeat(2, 1fr);
}
.treatment-list-card .treatment-features .feature-item {
  color: #3A2546;
  font-weight: 500;
  display: flex;
  text-decoration: none;
  margin-bottom: 10px;
}
.treatment-list-card .treatment-features .feature-item::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 10px;
  display: inline-block;
  background-color: #3A2546;
}
.treatment-list-card .treatment-actions {
  margin-top: auto;
  display: flex;
}
.treatment-list-card .treatment-actions .theme-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}
.treatment-list-card:hover .card-container {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.treatment-list-card:hover .treatment-image-wrapper img {
  transform: scale(1.05);
}

.testimonial-card {
  background: white;
  border-radius: 25px;
  padding: 35px 40px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid #f3f3f3;
}
.testimonial-card .client-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
.testimonial-card .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-card .testimonial-text {
  color: #999999;
  font-size: 17px;
  line-height: 1.5;
  font-style: italic;
  min-height: 92px;
}
.testimonial-card .client-name {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: "Playfair Display", serif;
}
.testimonial-card .client-position {
  color: #D4AF37;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.testimonial-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.event-list-card {
  margin-bottom: 20px;
}
.event-list-card .card-container {
  min-height: 380px;
  display: flex;
  overflow: hidden;
  border-radius: 25px;
  background: #FCF6DE;
  border: 2px solid #3A2546;
  transition: box-shadow 0.3s ease;
}
.event-list-card .event-image-wrapper {
  width: 70%;
  flex-shrink: 0;
  border-radius: 0 32px 32px 0px;
  overflow: hidden;
  border-right: 10px solid #3A2546;
}
.event-list-card .event-image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}
.event-list-card .event-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
}
.event-list-card .section-head {
  margin-bottom: 12px;
}
.event-list-card .section-head .section-title {
  color: #3A2546;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 10px;
}
.event-list-card .event-description {
  color: #333;
  font-size: 1.02rem;
  margin-bottom: 20px;
}
.event-list-card .event-features {
  margin-bottom: 40px;
}
.event-list-card .event-features .features-grid {
  display: grid;
  gap: 2px 30px;
  grid-template-columns: repeat(2, 1fr);
}
.event-list-card .event-features .feature-item {
  color: #3A2546;
  font-weight: 500;
  display: flex;
  text-decoration: none;
  margin-bottom: 10px;
}
.event-list-card .event-features .feature-item::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 10px;
  display: inline-block;
  background-color: #3A2546;
}
.event-list-card .event-actions {
  margin-top: auto;
  display: flex;
}
.event-list-card .event-actions .theme-btn {
  width: 100%;
  padding: 7.5px 15px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}
.event-list-card:hover .card-container {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.event-list-card:hover .event-image-wrapper img {
  transform: scale(1.05);
}

.tax-treatments .treatment-intro-section {
  padding: 58px 0 30px;
  background: #fff;
}
.tax-treatments .treatment-intro-section .treatment-intro-text {
  max-width: 850px;
}
.tax-treatments .featured-treatments-section {
  margin-bottom: 80px;
}

.single-treatment .section-title {
  color: #3A2546;
  font-size: 2rem;
  display: block;
  margin: 0 0 30px;
  font-family: "Playfair Display", serif;
}
.single-treatment .section-head .section-title {
  margin-bottom: 0.5rem;
}
.single-treatment .treat-info-section {
  padding: 100px 15px 100px;
}
.single-treatment .treat-info-section .intro-text {
  height: 100%;
  display: flex;
  padding-left: 58px;
  flex-direction: column;
  justify-content: center;
}
.single-treatment .treat-info-section .intro-text p {
  color: #7F8C8D;
}
.single-treatment .treat-info-section .intro-text p strong {
  font-weight: 600;
}
.single-treatment .procedure-section {
  padding: 100px 15px;
  background: #f9f9f9;
}
.single-treatment .procedure-section .intro-text {
  padding-right: 50px;
}
.single-treatment .procedure-section .intro-text ul {
  padding-left: 15px;
  margin-left: 0;
}
.single-treatment .procedure-section .intro-text ul li {
  padding: 5px 0;
}
.single-treatment .procedure-section .intro-text h2 {
  color: #3A2546;
  font-size: 2rem;
  display: block;
  margin: 0 0 25px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0px;
}
.single-treatment .procedure-section .slick-track {
  width: 100%;
}
.single-treatment .area-section {
  height: 700px;
  padding: 100px 15px;
}
.single-treatment .benefits-section {
  padding: 100px 0;
  background: #F5F5F5;
}
.single-treatment .benefits-section .section-head {
  margin-bottom: 60px;
}
.single-treatment .benefits-section .section-head .section-title {
  color: #3A2546;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.single-treatment .benefits-section .col-sm-12,
.single-treatment .benefits-section .col-md-6,
.single-treatment .benefits-section .col-lg-4 {
  padding: 0 15px;
  margin-bottom: 30px;
}
.single-treatment .benefits-section .benefit-card {
  background: white;
  border-radius: 15px;
  padding: 20px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-treatment .benefits-section .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.single-treatment .benefits-section .benefit-card .benefit-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-treatment .benefits-section .benefit-card .benefit-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-treatment .benefits-section .benefit-card .benefit-icon i {
  font-size: 50px;
  color: #D4AF37;
}
.single-treatment .benefits-section .benefit-card .benefit-title {
  color: #3A2546;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}
.single-treatment .benefits-section .benefit-card .benefit-description {
  color: #7F8C8D;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
  text-align: left;
}
.single-treatment .candidate-section {
  padding: 75px 0 55px;
  position: relative;
  background: #3A2546;
}
.single-treatment .candidate-section .candidate-content {
  position: relative;
  padding: 40px 60px 40px 40px;
}
.single-treatment .candidate-section .candidate-content::after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: 0;
  width: 1px;
  background: rgb(156, 156, 156);
}
.single-treatment .candidate-section .candidate-content .section-title {
  color: #fff;
  margin-bottom: 50px;
}
.single-treatment .candidate-section .candidate-content .candidate-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-treatment .candidate-section .candidate-content .candidate-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.single-treatment .candidate-section .candidate-content .candidate-list li .bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 10px;
  flex-shrink: 0;
  background: #D4AF37;
}
.single-treatment .candidate-section .candidate-content .candidate-list li p {
  color: white;
  margin: 0;
}
.single-treatment .candidate-section .procedure-info-content {
  padding: 40px 40px 40px 60px;
}
.single-treatment .candidate-section .procedure-info-content .section-title {
  color: white;
  margin-bottom: 10px;
}
.single-treatment .candidate-section .procedure-info-content .intro-text {
  margin-bottom: 35px;
  color: #D4AF37;
}
.single-treatment .candidate-section .procedure-info-content .info-items .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.single-treatment .candidate-section .procedure-info-content .info-items .info-item .info-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  margin-top: -20px;
  margin-right: 10px;
}
.single-treatment .candidate-section .procedure-info-content .info-items .info-item .info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-treatment .candidate-section .procedure-info-content .info-items .info-item p {
  color: #fff;
}
.single-treatment .pdo-results-section {
  padding: 100px 0 120px;
}
.single-treatment .pdo-results-section .results-card {
  border-radius: 20px;
  overflow: hidden;
}
.single-treatment .pdo-results-section .section-head {
  background: #D4AF37;
  padding: 40px 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-treatment .pdo-results-section .section-head .section-title {
  margin-bottom: 35px;
}
.single-treatment .pdo-results-section .section-head .results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-treatment .pdo-results-section .section-head .results-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.single-treatment .pdo-results-section .section-head .results-list li .bullet {
  width: 10px;
  height: 10px;
  background: #3A2546;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 8.5px;
  flex-shrink: 0;
}
.single-treatment .pdo-results-section .section-head .results-list li p {
  color: #3A2546;
  margin: 0;
}
.single-treatment .pdo-results-section .results-image {
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.single-treatment .pdo-results-section .results-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.term-packages .intro-section {
  padding: 58px 0 30px;
}
.term-packages .intro-section .intro-text {
  max-width: 850px;
}
.term-packages .woocommerce-ordering,
.term-packages .woocommerce-result-count {
  display: none;
}
.term-packages ul.products {
  list-style: none;
  padding: 0;
  margin: 0 0 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.term-packages ul.products::before, .term-packages ul.products::after {
  display: none;
}
.term-packages ul.products .package-card-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.term-packages ul.products .package-card-item .package-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}
.term-packages ul.products .package-card-item .package-card-wrap {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 25px;
  border: 2px solid #3A2546;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}
.term-packages ul.products .package-card-item .package-card-image {
  width: 100%;
  height: 260px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
}
.term-packages ul.products .package-card-item .package-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}
.term-packages ul.products .package-card-item .package-card-content {
  flex: 1;
  display: flex;
  position: relative;
  margin-top: -20px;
  flex-direction: column;
  background: #F6F6F6;
  padding: 25px 25px 25px;
  border-radius: 30px 30px 0 0;
  border-top: 10px solid #3A2546;
}
.term-packages ul.products .package-card-item .package-card-content .package-card-title {
  color: #3A2546;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 12px;
  font-family: "Playfair Display", serif;
}
.term-packages ul.products .package-card-item .package-card-content .package-card-desc {
  font-size: 1rem;
  color: #7F8C8D;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 15px;
}
.term-packages ul.products .package-card-item .package-card-content .package-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
}
.term-packages ul.products .package-card-item .package-card-content .package-card-footer .package-card-price {
  color: #3A2546;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.term-packages ul.products .package-card-item .package-card-content .package-card-footer .package-card-price del {
  color: #aaa;
  font-size: 0.9rem;
  font-weight: 400;
}
.term-packages ul.products .package-card-item .package-card-content .package-card-footer .package-card-price ins {
  text-decoration: none;
}
.term-packages ul.products .package-card-item .package-card-content .package-card-footer .theme-btn {
  width: 100%;
}
.term-packages ul.products .package-card-item:hover .package-card-wrap {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.term-packages ul.products .package-card-item:hover .package-card-image img {
  transform: scale(1.08);
}
.term-packages ul.products .package-card-item:hover .package-card-btn i {
  transform: translateX(3px);
}

.product_cat-packages .package-intro-section, .page-template-single-packages .package-intro-section {
  padding: 80px 0;
}
.product_cat-packages .package-intro-section .package-content, .page-template-single-packages .package-intro-section .package-content {
  padding-left: 40px;
}
.product_cat-packages .package-benefits-section, .page-template-single-packages .package-benefits-section {
  padding: 80px 0;
  background: #3A2546;
}
.product_cat-packages .package-benefits-section .section-head, .page-template-single-packages .package-benefits-section .section-head {
  padding-right: 80px;
}
.product_cat-packages .package-benefits-section .section-head .section-title, .page-template-single-packages .package-benefits-section .section-head .section-title {
  color: #D4AF37;
  margin-bottom: 30px;
}
.product_cat-packages .package-benefits-section .section-head .intro-description, .page-template-single-packages .package-benefits-section .section-head .intro-description {
  color: #ffffff;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #553f62;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item:last-child, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item:last-child {
  border-bottom: none;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item:hover, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item:hover {
  padding-left: 10px;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item:hover .benefit-icon, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item:hover .benefit-icon {
  transform: translateX(5px);
  background: #D4AF37;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item:hover .benefit-icon i, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item:hover .benefit-icon i {
  color: #3A2546;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item .benefit-icon, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item .benefit-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #D4AF37;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item .benefit-icon i, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item .benefit-icon i {
  color: #D4AF37;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.product_cat-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item .benefit-text, .page-template-single-packages .package-benefits-section .benefits-list-wrapper .benefits-list .benefit-item .benefit-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.5;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
.product_cat-packages .extra-note-section, .page-template-single-packages .extra-note-section {
  padding: 80px 0 70px;
}
.product_cat-packages .extra-note-section .note-content, .page-template-single-packages .extra-note-section .note-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.product_cat-packages .enquiry-section .enquiry-box, .page-template-single-packages .enquiry-section .enquiry-box {
  max-width: 1000px;
  display: flex;
  padding: 70px 70px 50px;
  border-radius: 15px;
  background: #fbf6de;
  margin: 0 auto 100px;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 2px solid #D4AF37;
}
.product_cat-packages .enquiry-section .enquiry-box .disclaimer-box, .page-template-single-packages .enquiry-section .enquiry-box .disclaimer-box {
  margin-bottom: 20px;
}
.product_cat-packages .enquiry-section .enquiry-box .disclaimer-box p, .page-template-single-packages .enquiry-section .enquiry-box .disclaimer-box p {
  font-size: 1.25rem;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.25px;
  font-family: "Playfair Display", serif;
}
.product_cat-packages .enquiry-section .section-head, .page-template-single-packages .enquiry-section .section-head {
  text-align: center;
  margin-bottom: 30px;
}
.product_cat-packages .enquiry-section .section-head .section-title, .page-template-single-packages .enquiry-section .section-head .section-title {
  color: #3A2546;
  font-size: 2rem;
  margin-bottom: 20px;
}
.product_cat-packages .enquiry-section .section-head .theme-btn, .page-template-single-packages .enquiry-section .section-head .theme-btn {
  max-width: 250px;
  display: flex;
  margin: 20px auto 0;
  padding: 8px 15px;
}
.product_cat-packages .enquiry-section .or, .page-template-single-packages .enquiry-section .or {
  color: #3A2546;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.product_cat-packages .enquiry-section .direct-enquery, .page-template-single-packages .enquiry-section .direct-enquery {
  text-align: center;
}
.product_cat-packages .enquiry-section .direct-enquery .intro, .page-template-single-packages .enquiry-section .direct-enquery .intro {
  max-width: 750px;
  display: block;
  margin: 0 auto 50px;
}
.product_cat-packages .enquiry-section .direct-enquery .wpcf7-submit-wrapper, .page-template-single-packages .enquiry-section .direct-enquery .wpcf7-submit-wrapper {
  width: 215px;
  position: relative;
  display: flex;
  text-align: left;
  margin: 35px auto 0;
}
.product_cat-packages .enquiry-section .direct-enquery .wpcf7-submit-wrapper::after, .page-template-single-packages .enquiry-section .direct-enquery .wpcf7-submit-wrapper::after {
  content: "\f133";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  pointer-events: none;
  z-index: 1;
}
.product_cat-packages .enquiry-section .direct-enquery .wpcf7-submit-wrapper input.wpcf7-form-control.wpcf7-submit, .page-template-single-packages .enquiry-section .direct-enquery .wpcf7-submit-wrapper input.wpcf7-form-control.wpcf7-submit {
  min-width: 220px;
  text-align: left;
  cursor: pointer;
}
.product_cat-packages .enquiry-section .contact-form, .page-template-single-packages .enquiry-section .contact-form {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

.single-product div.product.product_cat-packages .woocommerce-product-gallery {
  width: 100%;
}
.single-product div.product.product_cat-packages .woocommerce-product-gallery .flex-viewport {
  height: auto !important;
  margin-bottom: 5px;
}
.single-product div.product.product_cat-packages .woocommerce-product-gallery .flex-viewport img {
  width: 100%;
}
.single-product div.product.product_cat-packages .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin: 4px;
}

.general-page-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto 50px;
  padding: 50px;
}
.general-page-content h2 {
  color: #3A2546;
  font-size: 1.85rem;
  margin-top: 35px;
  font-family: "Playfair Display", serif;
}
.general-page-content h3 {
  color: #3A2546;
  font-size: 1.35rem;
  margin-top: 35px;
  font-family: "Playfair Display", serif;
}

.term-vouchers .storefront-sorting {
  display: none;
}
.term-vouchers .woocommerce-ordering,
.term-vouchers .woocommerce-result-count {
  display: none;
}
.term-vouchers .intro-section {
  padding: 58px 0 30px;
  background: #fff;
}
.term-vouchers .intro-section .intro-text {
  max-width: 850px;
}
.term-vouchers ul.products {
  list-style: none;
  padding: 0;
  margin: 0 0 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.term-vouchers ul.products::before, .term-vouchers ul.products::after {
  display: none;
}
.term-vouchers ul.products .voucher-card-item {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.term-vouchers ul.products .voucher-card-item .voucher-card {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
.term-vouchers ul.products .voucher-card-item .voucher-card:hover {
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.15);
}
.term-vouchers ul.products .voucher-card-item .voucher-left {
  width: 60%;
  min-height: 280px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-left-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 40px;
  background: linear-gradient(135deg, rgba(58, 37, 70, 0.92) 0%, rgba(58, 37, 70, 0.78) 100%);
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-label {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-label .voucher-label-gift {
  color: #D4AF37;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  font-family: "Playfair Display", serif;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-label .voucher-label-main {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display", serif;
  line-height: 1.1;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-value {
  text-align: right;
  line-height: 1;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-value .voucher-currency {
  color: #D4AF37;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  vertical-align: super;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-value .voucher-amount {
  color: #D4AF37;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-value .voucher-value-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  text-align: right;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-company .voucher-company-name {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.term-vouchers ul.products .voucher-card-item .voucher-left .voucher-company .voucher-company-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
}
.term-vouchers ul.products .voucher-card-item .voucher-right {
  width: 40%;
  padding: 35px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-offer-title {
  color: #3A2546;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-form .voucher-field input {
  width: 100%;
  padding: 12px 15px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #7F8C8D;
  letter-spacing: 1px;
  border: 1.5px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-form .voucher-field input::-moz-placeholder {
  color: #7F8C8D;
  font-weight: 600;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-form .voucher-field input::placeholder {
  color: #7F8C8D;
  font-weight: 600;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-form .voucher-field input:hover {
  border-color: #3A2546;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-form .voucher-send-btn {
  display: block;
  width: 100%;
  padding: 13px 20px;
  margin-top: 5px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 2px solid #3A2546;
  border-radius: 4px;
  background: #3A2546;
  cursor: pointer;
  transition: all 0.3s ease;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-form .voucher-send-btn:hover {
  color: #3A2546;
  background: #fff;
}

@media (max-width: 991.98px) {
  .term-vouchers ul.products .voucher-card-item .voucher-card {
    flex-direction: column;
  }
  .term-vouchers ul.products .voucher-card-item .voucher-left {
    width: 100%;
    min-height: 240px;
  }
  .term-vouchers ul.products .voucher-card-item .voucher-right {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .term-vouchers ul.products .voucher-card-item .voucher-left {
    min-height: 200px;
  }
  .term-vouchers ul.products .voucher-card-item .voucher-left .voucher-left-overlay {
    padding: 25px;
  }
  .term-vouchers ul.products .voucher-card-item .voucher-left .voucher-label .voucher-label-main {
    font-size: 2.4rem;
  }
  .term-vouchers ul.products .voucher-card-item .voucher-left .voucher-value .voucher-amount {
    font-size: 3rem;
  }
  .term-vouchers ul.products .voucher-card-item .voucher-right {
    padding: 25px;
  }
  .term-vouchers ul.products .voucher-card-item .voucher-right .voucher-offer-title {
    font-size: 1.2rem;
  }
}
.home .full-width-banner {
  height: 88vh;
}
.home .full-width-banner .container-max {
  height: 100%;
  display: flex;
  z-index: 3;
  position: relative;
  align-items: flex-end;
}
.home .full-width-banner .hero-content {
  padding: 50px 0px;
  max-width: 800px;
}
.home .full-width-banner .hero-content .hero-title {
  color: white;
  font-size: 56px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}
.home .full-width-banner .hero-content .hero-title .text-purple {
  color: #3A2546;
}
.home .full-width-banner .hero-content .hero-title .gold-text {
  color: #D4AF37;
}
.home .full-width-banner .hero-content .hero-description {
  color: #fff;
  font-size: 18px;
  line-height: 1.68;
  max-width: 700px;
  margin: 0;
}
.home .welcome-section {
  padding: 100px 15px 80px;
}
.home .welcome-section .container {
  position: relative;
}
.home .welcome-section .container::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  background: url(/wp-content/themes/storefront-child/public/images/doctor-bg.png) no-repeat;
  background-size: 100%;
  background-position-x: left;
  background-position-y: top;
}
.home .welcome-section .doctor-background {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.home .welcome-section .doctor-background img {
  width: 100%;
  max-width: 480px;
}
.home .welcome-section .welcome-content {
  position: relative;
  padding-left: 150px;
}
.home .welcome-section .welcome-content .section-title {
  font-size: 3.5rem;
  margin: 0 0 35px 0;
}
.home .welcome-section .welcome-content .section-description {
  margin: 0 0 35px 0;
}
.home .welcome-section .welcome-content .theme-btn {
  max-width: 200px;
}
.home .treatment-section {
  padding: 50px 0;
  background: #fff;
}
.home .treatment-section .treatment-slider .slide-item {
  padding: 0 5px;
  position: relative;
}
.home .treatment-section .treatment-slider .flip-card {
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 5px;
  perspective: 1000px;
  cursor: pointer;
}
.home .treatment-section .treatment-slider .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.home .treatment-section .treatment-slider .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}
.home .treatment-section .treatment-slider .flip-card-front,
.home .treatment-section .treatment-slider .flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  overflow: hidden;
}
.home .treatment-section .treatment-slider .flip-card-front {
  background: #f0f0f0;
}
.home .treatment-section .treatment-slider .flip-card-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home .treatment-section .treatment-slider .flip-card-front .plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 300;
  color: #2c3e50;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.home .treatment-section .treatment-slider .flip-card-front:hover .plus-icon {
  opacity: 1;
}
.home .treatment-section .treatment-slider .flip-card-back {
  background: #f8f8f8;
  transform: rotateY(180deg);
  padding: 50px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.home .treatment-section .treatment-slider .flip-card-back .card-content {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
}
.home .treatment-section .treatment-slider .flip-card-back .card-content .treatment-name {
  color: #3A2546;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: "Playfair Display", serif;
}
.home .treatment-section .treatment-slider .flip-card-back .card-content .options-count {
  font-size: 13px;
  font-weight: 600;
  color: #3A2546;
  opacity: 0.6;
  display: block;
  margin-bottom: 30px;
}
.home .treatment-section .treatment-slider .flip-card-back .card-content .treatment-description {
  color: #333;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}
.home .treatment-section .treatment-slider .flip-card-back .card-content .theme-btn {
  padding: 7px 15px;
}
.home .featured-treatments-section {
  padding: 60px 0;
}
.home .premises-section {
  position: relative;
  padding: 80px 15px 20px;
  overflow: hidden;
}
.home .premises-section .premises-list {
  position: relative;
}
.home .premises-section .premises-list .slick-list {
  position: relative;
}
.home .premises-section .premises-list .slick-list::before, .home .premises-section .premises-list .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.home .premises-section .premises-list .slick-list::before {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
}
.home .premises-section .premises-list .slick-list::after {
  right: 0;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
}
.home .premises-section .premises-list .item-row {
  position: relative;
  padding: 0 10px;
}
.home .premises-section .premises-list .item-row .premises-image {
  height: 700px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}
.home .premises-section .premises-list .item-row .premises-info {
  max-width: 450px;
  position: absolute;
  bottom: 40px;
  left: 50px;
  padding: 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.home .premises-section .premises-list .item-row .premises-info .premises-title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  color: #3A2546;
  font-family: "Playfair Display", serif;
}
.home .premises-section .premises-list .item-row .premises-info p {
  color: #2f2f2f;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.home .premises-section .premises-list .item-row .premises-info .premises-location {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.home .premises-section .premises-list .item-row .premises-info .premises-location i {
  color: #3A2546;
  font-size: 18px;
  flex-shrink: 0;
}
.home .premises-section .slider-nav-wrap {
  position: absolute;
  bottom: 53%;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 15;
  pointer-events: none;
}
.home .premises-section .slider-nav-wrap .slick-nav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #5a5d62;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
}
.home .premises-section .slider-nav-wrap .slick-nav i {
  font-size: 20px;
  color: #5a5d62;
  -webkit-text-stroke: 1px #5a5d62;
}
.home .premises-section .slider-nav-wrap .slick-nav.slick-previous {
  margin-left: 30px;
}
.home .premises-section .slider-nav-wrap .slick-nav.slick-next {
  margin-right: 30px;
}
.home .premises-section .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 25px 0;
  z-index: 5;
}
.home .premises-section .slick-dots li {
  margin: 0 3.5px;
  display: inline-block;
}
.home .premises-section .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #e5e7eb;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home .premises-section .slick-dots li button::before {
  display: none;
}
.home .premises-section .slick-dots li.slick-active button {
  background: #3A2546;
  transform: scale(1.25);
}
.home .packages-section {
  padding: 50px 0;
}
.home .packages-section .section-header {
  margin-bottom: 50px;
}
.home .packages-section .row .col-lg-6 .package-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.home .packages-section .row .col-lg-6 .package-card .package-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.home .packages-section .row .col-lg-6 .package-card .package-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.home .packages-section .row .col-lg-6 .package-card .package-title {
  color: white;
  font-size: 32px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}
.home .packages-section .row .col-lg-6 .package-card .transparent-btn {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.home .packages-section .row .col-lg-6 .package-card .theme-btn {
  border-color: #fff;
}
.home .packages-section .row .col-lg-6 .package-card:hover img {
  transform: scale(1.1);
}
.home .packages-section .row .col-lg-6:first-child .package-card .package-overlay {
  align-items: flex-start;
  text-align: left;
}
.home .packages-section .row .col-lg-6:last-child .package-card .package-overlay {
  align-items: flex-end;
  text-align: right;
}
.home .packages-section .section-description {
  color: #7F8C8D;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.home .faq-appointment-section {
  padding: 60px 0;
}
.home .faq-appointment-section .section-label {
  color: #D4AF37;
  font-weight: 700;
  margin-bottom: 20px;
}
.home .faq-appointment-section .section-title {
  color: #fff;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
.home .faq-appointment-section .section-description {
  color: rgba(255, 255, 255, 0.85);
  max-width: 580px;
  text-align: center;
  margin-bottom: 50px;
}
.home .faq-appointment-section .theme-btn {
  width: 200px;
}
.home .faq-appointment-section .faq-col {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3A2546;
}
.home .faq-appointment-section .appointment-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
  background: #E8E8E8;
}
.home .faq-appointment-section .appointment-col .section-label {
  color: #ababab;
  margin-bottom: 20px;
}
.home .faq-appointment-section .appointment-col .section-title {
  color: #3A2546;
}
.home .faq-appointment-section .appointment-col .section-description {
  color: #3A2546;
  max-width: 500px;
  text-align: center;
  margin-bottom: 50px;
}
.home .faq-appointment-section .appointment-col .theme-btn:hover {
  background: #E8E8E8;
}
.home .faq-appointment-section .appointment-col .theme-btn:hover .icon-circle {
  background: #E8E8E8;
}
.home .news-section {
  padding: 50px 0 30px;
}
.home .webinar-section {
  padding: 50px 0;
  background: white;
}
.home .webinar-section .webinar-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 350px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.home .webinar-section .webinar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  padding: 3px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgb(0, 0, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 10;
}
.home .webinar-section .webinar-card .row {
  position: relative;
}
.home .webinar-section .webinar-card .webinar-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
}
.home .webinar-section .webinar-card .webinar-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
.home .webinar-section .webinar-card .webinar-content {
  position: relative;
  padding: 60px 60px;
  background: linear-gradient(90deg, #D4B71D 0%, #D4B71D 70%, rgba(212, 183, 29, 0.9) 85%, rgba(212, 183, 29, 0) 100%);
  z-index: 2;
}
.home .webinar-section .webinar-card .webinar-content .section-label {
  color: #3A2546;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.home .webinar-section .webinar-card .webinar-content .section-title {
  color: #3A2546;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
}
.home .webinar-section .webinar-card .webinar-content .section-description {
  color: #5a5a5a;
  line-height: 1.5;
  margin-bottom: 35px;
  max-width: 600px;
}
.home .webinar-section .webinar-card .webinar-content .theme-btn {
  width: 320px;
}
.home .testimonials-section {
  padding: 50px 0 80px;
}
.home .testimonials-section .section-head {
  margin-bottom: 40px;
}
.home .testimonials-section .testimonials-slider {
  position: relative;
  padding: 0 50px;
}
.home .testimonials-section .testimonials-slider .testimonial-item {
  padding: 0 15px;
  outline: none;
}
.home .testimonials-section .slick-dots {
  text-align: center;
  position: relative;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.home .testimonials-section .slick-dots li {
  margin: 0 2.5px;
  display: inline-block;
}
.home .testimonials-section .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: #d4d4d4;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home .testimonials-section .slick-dots li button::before {
  display: none;
}
.home .testimonials-section .slick-dots li.slick-active button {
  background: #C4A747;
  border-radius: 10px;
}

.page-template-page-treatments .treatment-intro-section {
  padding: 58px 0 30px;
  background: #fff;
}
.page-template-page-treatments .treatment-intro-section .treatment-intro-text {
  max-width: 850px;
}
.page-template-page-treatments .treatment-list-card-section {
  padding: 30px 0 80px;
  background: #fff;
}
.page-template-page-treatments .treatment-list-card-section .treatment-page-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-template-page-success-stories .success-stories-intro {
  padding: 58px 0 30px;
}
.page-template-page-success-stories .success-stories-intro .intro-text {
  max-width: 850px;
}
.page-template-page-success-stories .success-stories-section {
  margin-bottom: 70px;
}
.page-template-page-success-stories .success-stories-section .testimonial-item {
  margin-bottom: 25px;
}
.page-template-page-success-stories .success-stories-section .testimonial-item .testimonial-card {
  border-radius: 15px;
}

.page-template-page-about .innerpage-header-section {
  height: 140px;
  min-height: auto;
}
.page-template-page-about .innerpage-header-section .container .content-wrap {
  display: none;
}
.page-template-page-about section .container {
  max-width: 1187px;
}
.page-template-page-about section .container p {
  color: #7F8C8D;
  line-height: 1.7;
  margin-bottom: 15px;
}
.page-template-page-about .intro-section {
  padding: 100px 0 0px;
}
.page-template-page-about .intro-section .image-wrapper {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.page-template-page-about .intro-section .image-wrapper img {
  width: 100%;
  max-width: 570px;
  height: auto;
  border-radius: 0 100px 100px 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-right: 10px solid #D4AF37;
  transition: transform 0.5s ease;
}
.page-template-page-about .intro-section .content-wrapper {
  padding-left: 40px;
}
.page-template-page-about .intro-section .content-wrapper .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3A2546;
  font-family: "Playfair Display", serif;
  margin-bottom: 35px;
  position: relative;
}
.page-template-page-about .intro-section .content-wrapper .subtitle {
  color: #3A2546;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  margin: 25px 0 20px;
  line-height: 1.6;
}
.page-template-page-about .image2-section {
  padding: 80px 15px 0;
}
.page-template-page-about .image2-section .image-wrapper {
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background-color: #999;
}
.page-template-page-about .image2-section .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.page-template-page-about .image2-section .image-wrapper:hover img {
  transform: scale(1.07);
}
.page-template-page-about .mid-para-section {
  padding: 70px 15px;
}
.page-template-page-about .mid-para-section p.highlight-text {
  font-weight: 800;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
.page-template-page-about .mid-para-section .list-box {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 35px 50px;
  border-radius: 20px;
  background-color: #f4f4f4;
}
.page-template-page-about .mid-para-section .list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-page-about .mid-para-section .list-box ul li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5;
  padding-left: 32px;
  position: relative;
}
.page-template-page-about .mid-para-section .list-box ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  top: 10px;
  left: 0;
  position: absolute;
  border-radius: 5px;
  background-color: #D4AF37;
}
.page-template-page-about .vision-mission-section {
  padding: 0px 0 100px;
}
.page-template-page-about .vision-mission-section .vision-row {
  margin-bottom: 80px;
}
.page-template-page-about .vision-mission-section .mission-row .content-wrapper {
  padding-left: 0;
  padding-right: 40px;
}
.page-template-page-about .vision-mission-section .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.page-template-page-about .vision-mission-section .image-wrapper img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  background-color: #e5e5e5;
  transition: transform 0.5s ease;
}
.page-template-page-about .vision-mission-section .image-wrapper:hover img {
  transform: scale(1.07);
}
.page-template-page-about .vision-mission-section .content-wrapper {
  padding-left: 40px;
}
.page-template-page-about .vision-mission-section .content-wrapper .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  font-style: italic;
  color: #3A2546;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}

.page-template-page-faqs .intro-section {
  padding: 70px 15px;
}
.page-template-page-faqs .intro-section .intro-text {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.page-template-page-faqs .qnas-section {
  padding: 0 15px 120px;
}
.page-template-page-faqs .qnas-section .accordion {
  max-width: 900px;
  margin: 0 auto;
}
.page-template-page-faqs .qnas-section .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
}
.page-template-page-faqs .qnas-section .accordion .accordion-item:last-child {
  border-bottom: none;
}
.page-template-page-faqs .qnas-section .accordion .accordion-header {
  margin: 0;
}
.page-template-page-faqs .qnas-section .accordion .accordion-button {
  padding: 20px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #3A2546;
  background: transparent;
  box-shadow: none;
  border: none;
}
.page-template-page-faqs .qnas-section .accordion .accordion-button:not(.collapsed) {
  color: #3A2546;
  background: transparent;
}
.page-template-page-faqs .qnas-section .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233A2546'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-template-page-faqs .qnas-section .accordion .accordion-button:focus {
  box-shadow: none;
}
.page-template-page-faqs .qnas-section .accordion .accordion-body {
  padding: 0 0 20px;
  color: #7F8C8D;
  line-height: 1.8;
}
.page-template-page-faqs .qnas-section .request-box {
  width: 98%;
  color: #fff;
  text-align: center;
  max-width: 700px;
  display: block;
  margin: 80px auto 0;
  padding: 50px;
  border-radius: 15px;
  background-color: #3A2546;
}
.page-template-page-faqs .qnas-section .request-box p {
  color: #fff;
}
.page-template-page-faqs .qnas-section .request-box .theme-btn {
  width: 250px;
  display: flex;
  padding: 8px 15px 8px 15px;
  margin: 30px auto 0;
  justify-content: space-between;
}

.page-template-page-contact .info-col {
  padding: 0px 15px 0px 15px;
}
.page-template-page-contact .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact .info-col p {
  font-size: 18px;
}
.page-template-page-contact .info-col form.contact-form {
  display: block;
}
.page-template-page-contact .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact .map-col {
  height: 350px;
  margin: 100px 0 58px;
}
.page-template-page-contact .map-col iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
}
.page-template-page-contact .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact .contact .section-header h5 {
  color: #3A2546;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact .contact-box-section {
  padding: 30px 15px 100px;
}
.page-template-page-contact .contact-box-section .contact-box {
  height: 100%;
  padding: 30px 30px;
  border-radius: 17px;
  border: 1px solid #eee;
  background: rgba(255, 105, 0, 0.0588235294);
  border-bottom: 8px solid #3A2546;
}
.page-template-page-contact .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #3A2546;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact .contact-box-section .contact-box i.chat-icon {
  background-image: url(../images/email.png);
}
.page-template-page-contact .contact-box-section .contact-box i.map-icon {
  background-image: url(../images/address.png);
}
.page-template-page-contact .contact-box-section .contact-box i.phone-icon {
  background-image: url(../images/phone-call.png);
}
.page-template-page-contact .contact-box-section .contact-box a, .page-template-page-contact .contact-box-section .contact-box address {
  color: #000;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.page-template-page-contact .contact-box-section .contact-box:hover {
  border-color: #D4AF37;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.page-template-page-contact .contact-form-section .form-control {
  font-size: 14px;
  padding: 12px 12px;
}
.page-template-page-contact .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact .section-head .section-title {
  margin-bottom: 15px;
}
.page-template-page-contact .wpcf7-form {
  margin-bottom: 70px;
}
.page-template-page-contact .wpcf7-form input.wpcf7-form-control,
.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control {
  background-color: #fff;
}
.page-template-page-contact .wpcf7-form .theme-btn {
  width: 220px;
  margin: 35px auto 0;
  background-color: #3A2546 !important;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contac-us .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contac-us .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contac-us .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contac-us .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contac-us .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
.page-template-page-events .event-intro-section {
  padding: 58px 0 30px;
  background: #fff;
}
.page-template-page-events .event-intro-section .event-intro-text {
  max-width: 850px;
}
.page-template-page-events .event-list-card-section {
  padding: 30px 0 80px;
  background: #fff;
}
.page-template-page-events .event-list-card-section .event-page-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-template-index .news-section {
  padding: 80px 15px;
}

.blog .package-head, .single-post .package-head {
  margin-bottom: 35px;
}
.blog .post-list, .single-post .post-list {
  padding-bottom: 75px;
}
.blog .section-title, .single-post .section-title {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
.blog .blog-image, .single-post .blog-image {
  margin: 50px auto 0;
}
.blog .blog-image img, .single-post .blog-image img {
  width: 100%;
  border-radius: 10px;
}
.blog .featured-package-section .section-title, .single-post .featured-package-section .section-title {
  text-align: center;
  margin: 50px 0 25px;
}

@media (max-width: 991.98px) {
  .country-map-card {
    margin-bottom: 25px;
  }
}
.page-template-page-careers .careers-section {
  padding: 80px 15px 120px;
}
.page-template-page-careers .careers-section .careers-sidebar {
  position: sticky;
  top: 120px;
}
.page-template-page-careers .careers-section .careers-sidebar .careers-heading {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #3A2546;
  line-height: 1.2;
  margin-bottom: 40px;
}
.page-template-page-careers .careers-section .careers-sidebar .careers-contact .contact-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #3A2546;
  display: block;
  margin-bottom: 5px;
}
.page-template-page-careers .careers-section .careers-sidebar .careers-contact a {
  color: #D4AF37;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: underline;
}
.page-template-page-careers .careers-section .careers-listings .career-card {
  border-bottom: 1px dashed #d0d0d0;
  padding: 35px 0;
}
.page-template-page-careers .careers-section .careers-listings .career-card:first-child {
  border-top: 1px dashed #d0d0d0;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-info {
  flex: 1;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-info .career-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #3A2546;
  display: block;
  margin-bottom: 8px;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-info .career-title {
  font-size: 1.65rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #3A2546;
  margin-bottom: 10px;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-info .career-meta {
  font-size: 0.85rem;
  color: #7F8C8D;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-info .career-meta .meta-dot {
  color: #D4AF37;
  font-size: 1rem;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions .btn-expand {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.3s ease;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions .btn-expand i {
  font-size: 18px;
  color: #3A2546;
  transition: transform 0.3s ease;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions .btn-expand:hover {
  border-color: #3A2546;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions .btn-expand:not(.collapsed) i {
  transform: rotate(180deg);
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions .career-apply-btn {
  color: #fff;
  background: #D4AF37;
  border-color: #D4AF37;
  white-space: nowrap;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions .career-apply-btn:hover {
  background: rgb(177.7777777778, 144.8888888889, 38.2222222222);
  border-color: rgb(177.7777777778, 144.8888888889, 38.2222222222);
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-card-body {
  padding: 25px 0 10px;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-card-body p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #7F8C8D;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-card-body h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #3A2546;
  margin: 15px 0 10px;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-card-body ul {
  padding-left: 20px;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-card-body ul li {
  font-size: 0.95rem;
  color: #7F8C8D;
  margin-bottom: 5px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .page-template-page-careers .careers-section {
    padding: 60px 15px 80px;
  }
  .page-template-page-careers .careers-section .careers-sidebar {
    position: static;
    margin-bottom: 40px;
  }
  .page-template-page-careers .careers-section .careers-sidebar .careers-heading {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .page-template-page-careers .careers-section .careers-listings .career-card .career-card-header {
    flex-wrap: wrap;
  }
  .page-template-page-careers .careers-section .careers-listings .career-card .career-actions {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-careers .careers-section {
    padding: 40px 15px 60px;
  }
  .page-template-page-careers .careers-section .careers-sidebar .careers-heading {
    font-size: 1.8rem;
  }
  .page-template-page-careers .careers-section .careers-listings .career-card {
    padding: 25px 0;
  }
  .page-template-page-careers .careers-section .careers-listings .career-card .career-info .career-title {
    font-size: 1.3rem;
  }
  .page-template-page-careers .careers-section .careers-listings .career-card .career-info .career-meta {
    flex-wrap: wrap;
    gap: 5px;
  }
  .page-template-page-careers .careers-section .careers-listings .career-card .career-actions {
    flex-wrap: wrap;
    gap: 10px;
  }
  .page-template-page-careers .careers-section .careers-listings .career-card .career-actions .career-apply-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-head .section-title {
    font-size: 2.2rem;
  }
  .theme-btn {
    padding: 3px 12px;
  }
  p {
    font-size: 0.9rem;
  }
  .site-header .col-md-5:first-child, .site-header .col-md-5:last-child {
    display: none !important;
  }
  .site-header .col-md-2 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .site-header .logo-center {
    text-align: left;
  }
  .site-header .logo-center a img {
    height: 75px;
  }
  .site-header .mobile-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 30%;
  }
  .site-header .menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
    text-decoration: none;
  }
  .site-header .menu-toggle i {
    font-size: 30px;
    color: #fff;
  }
  .site-header.fixed .logo-center a img {
    height: 65px;
  }
  .home .hero-content .hero-title {
    font-size: 3.2rem !important;
  }
  .home .hero-content .hero-description {
    font-size: 1.1rem !important;
  }
  .home .welcome-section {
    padding: 100px 15px 50px;
  }
  .home .welcome-section .welcome-content {
    padding-left: 0;
  }
  .home .welcome-section .welcome-content .section-title {
    font-size: 2.2rem;
    margin: 0;
  }
  .home .welcome-section .welcome-content .section-description {
    margin: -35px 0 25px;
  }
  .home .treatment-section {
    position: relative;
    padding: 50px 0 80px;
  }
  .home .treatment-section .slick-arrow {
    position: absolute;
    bottom: -70px;
    top: auto;
    transform: none;
    z-index: 5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #5a5d62;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .home .treatment-section .slick-arrow i {
    color: #5a5d62;
    font-size: 18px;
  }
  .home .treatment-section .slick-prev {
    left: 50%;
    transform: translateX(-60px);
  }
  .home .treatment-section .slick-next {
    left: 50%;
    transform: translateX(10px);
  }
  .home .treatment-section .treatment-slider .flip-card {
    height: 500px;
  }
  .home .treatment-section .treatment-slider .flip-card-back .card-content .treatment-name {
    font-size: 1.8rem;
  }
  .home .treatment-section .treatment-slider .flip-card-back .card-content .options-count {
    font-size: 0.8rem;
  }
  .home .treatment-section .treatment-slider .flip-card-back .card-content .treatment-description {
    font-size: 0.9rem;
  }
  .home .treatment-section .treatment-slider .flip-card-back .card-content .theme-btn {
    padding: 3px 10px;
  }
  .home .treatment-card .treatment-content .description {
    font-size: 0.9rem;
  }
  .home .treatment-card .treatment-content .treatment-category {
    margin-bottom: 12px;
  }
  .home .treatment-card .treatment-image {
    width: 100%;
    height: 220px;
  }
  .home .faq-appointment-section .col-md-6 {
    display: flex;
  }
  .home .faq-appointment-section .section-title {
    text-align: center;
  }
  .home .testimonials-section .testimonials-slider .testimonial-card {
    padding: 15px 5px;
  }
  .home .testimonials-section .testimonials-slider .testimonial-card .testimonial-text {
    font-size: 0.9rem;
  }
  .home .testimonials-section .testimonials-slider .testimonial-card .client-name {
    font-size: 1.2rem;
  }
  .home .testimonials-section .testimonials-slider .testimonial-card .client-position {
    font-size: 0.8rem;
  }
  .home .testimonials-section .testimonials-slider .testimonial-card .client-image {
    margin: 10px auto 20px;
  }
  .home .premises-section {
    padding: 25px 15px 20px;
  }
  .home .premises-section .premises-list .item-row .premises-image {
    height: 500px;
  }
  .home .premises-section .slider-nav-wrap {
    bottom: 49%;
  }
  .site-footer .footer-main {
    padding: 60px 0 0;
  }
  .site-footer .footer-main .footer-column .footer-title {
    margin: 35px 0 10px;
  }
  .site-footer .footer-main .footer-column .footer-description {
    max-width: 800px;
  }
  .site-footer .footer-main .footer-column .footer-links li {
    margin-bottom: 8px;
  }
  .site-footer .footer-main .footer-column .social-links {
    margin-top: 30px;
    gap: 17px;
  }
  .site-footer .footer-bottom .bottom-content .copyright,
  .site-footer .footer-bottom .bottom-content .footer-links-bottom a {
    font-size: 0.7rem;
  }
  .site-footer .footer-bottom .bottom-content .footer-links-bottom {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .section-head .section-prefix {
    text-align: center;
  }
  .home .hero-content .hero-title {
    font-size: 2.8rem !important;
  }
  .home .hero-content .hero-description {
    font-size: 1rem !important;
  }
  .home .featured-treatments-section .treatment-card .treatment-content .theme-btn {
    align-self: flex-start;
    padding: 0 8px;
    gap: 40px;
  }
  .home .welcome-section .doctor-background img {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .home .welcome-section .welcome-content {
    text-align: center;
  }
  .home .welcome-section .welcome-content .section-title,
  .home .welcome-section .welcome-content .section-description {
    text-align: center;
  }
  .home .welcome-section .welcome-content .theme-btn {
    margin: 0 auto;
  }
  .home .treatment-section {
    padding: 30px 0 80px;
  }
  .home .treatment-section .treatment-slider .flip-card-back .card-content .treatment-name {
    font-size: 1.6rem;
  }
  .home .treatment-section .treatment-slider .flip-card-back .card-content .treatment-description {
    font-size: 0.8rem;
  }
  .home .treatment-section .treatment-slider .flip-card-back .card-content .theme-btn {
    padding: 1px 5px;
    gap: 5px;
    font-size: 0.65rem;
  }
  .home .treatment-section .treatment-slider .flip-card-back .card-content .theme-btn i {
    font-size: 16px;
  }
  .home .treatment-card .treatment-image {
    width: 100%;
    height: 280px;
  }
  .home .webinar-section .webinar-card .webinar-content .section-title {
    font-size: 2.2rem;
  }
  .home .premises-section .slider-nav-wrap .slick-nav.slick-previous {
    margin-left: 10px;
  }
  .home .premises-section .slider-nav-wrap .slick-nav.slick-next {
    margin-right: 10px;
  }
  .site-footer .footer-main .footer-column .contact-list li {
    font-size: 0.8rem;
  }
  .site-footer .footer-main .footer-column .footer-links li a {
    font-size: 0.7rem;
  }
  .site-footer .footer-bottom .bottom-content .copyright,
  .site-footer .footer-bottom .bottom-content .footer-links-bottom a {
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  .site-header {
    padding: 0 20px;
  }
  .home .hero-content .hero-description {
    font-size: 0.9rem !important;
  }
  .home .treatment-section .treatment-slider .flip-card-back {
    padding: 25px;
  }
  .home .premises-section .premises-list .slick-list::before, .home .premises-section .premises-list .slick-list::after {
    display: none !important;
  }
  .home .premises-section .premises-list .item-row .premises-image {
    height: 400px;
  }
  .home .premises-section .premises-list .item-row .premises-info {
    max-width: 350px;
    bottom: 20px;
    padding: 15px;
  }
  .home .premises-section .premises-list .item-row .premises-info .premises-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .home .premises-section .premises-list .item-row .premises-info .premises-location {
    font-size: 0.8rem;
  }
  .home .premises-section .slider-nav-wrap {
    bottom: 52%;
  }
  .home .premises-section .slider-nav-wrap .slick-nav {
    width: 45px;
    height: 45px;
  }
  .home .news-section {
    padding: 50px 15px 30px;
  }
  .home .webinar-section {
    padding: 20px 0;
  }
  .home .webinar-section .webinar-card {
    min-height: 320px;
  }
  .home .webinar-section .webinar-card .webinar-content {
    padding: 30px;
  }
  .home .faq-appointment-section {
    padding: 30px 0 40px;
  }
  .home .faq-appointment-section .section-label {
    margin-bottom: 15px;
  }
  .home .faq-appointment-section .section-description {
    margin-bottom: 30px;
  }
  .home .faq-appointment-section .faq-col {
    padding: 60px 30px;
  }
  .home .faq-appointment-section .appointment-col {
    padding: 60px 30px;
  }
  .home .faq-appointment-section .appointment-col .section-label {
    margin-bottom: 15px;
  }
  .home .faq-appointment-section .appointment-col .section-description {
    margin-bottom: 30px;
  }
  .site-footer .footer-bottom .bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  .site-footer .footer-bottom .bottom-content .copyright {
    line-height: 1.4;
    padding-right: 0;
  }
  .site-footer .footer-bottom .bottom-content .footer-links-bottom {
    justify-content: center;
    gap: 8px;
  }
  .site-footer .footer-bottom .bottom-content .footer-links-bottom a {
    font-size: 0.65rem;
    padding-right: 0;
  }
}
@media (max-width: 479.98px) {
  p {
    font-size: 0.8rem;
  }
  .section-head .section-prefix {
    font-size: 0.8rem;
  }
  .section-head .section-title {
    font-size: 1.7rem;
  }
  .theme-btn {
    font-size: 0.65rem;
  }
  .theme-btn i {
    font-size: 16px;
  }
  .site-header .menu-toggle i {
    font-size: 25px;
  }
  .site-header .logo-center a img {
    height: 60px;
  }
  .site-header.fixed .logo-center a img {
    height: 55px;
  }
  .home .full-width-banner .hero-content {
    padding: 20px;
  }
  .home .hero-content .hero-title {
    font-size: 2rem !important;
  }
  .home .hero-content .hero-description {
    font-size: 0.8rem !important;
  }
  .home .welcome-section .welcome-content .section-title {
    font-size: 1.7rem;
  }
  .home .treatment-section {
    padding: 30px 5px 80px;
  }
  .home .treatment-section .treatment-slider .flip-card {
    height: 400px;
  }
  .home .treatment-card .treatment-image {
    height: 200px;
  }
  .home .treatment-card .treatment-content {
    padding: 10px 20px 10px;
  }
  .home .treatment-card .treatment-content .treatment-category {
    margin-bottom: 0.9rem;
  }
  .home .treatment-card .treatment-content .description {
    font-size: 0.8rem;
  }
  .home .premises-section .premises-list .item-row .premises-info {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 260px;
    bottom: 20px;
    padding: 15px;
    max-width: 260px;
  }
  .home .premises-section .premises-list .item-row .premises-info .premises-title {
    font-size: 1.2rem;
  }
  .home .premises-section .premises-list .item-row .premises-info .premises-location {
    font-size: 0.7rem;
  }
  .home .premises-section .premises-list .item-row .premises-info .premises-location i {
    font-size: 12px;
    gap: 5px;
  }
  .home .premises-section .slider-nav-wrap .slick-nav {
    width: 40px;
    height: 40px;
  }
  .home .news-card .news-content p {
    font-size: 0.8rem;
  }
  .home .news-card .news-content .news-title {
    font-size: 1.2rem;
  }
  .home .webinar-section .webinar-card .webinar-content .section-title {
    font-size: 1.7rem;
  }
  .home .webinar-section .webinar-card .webinar-content .theme-btn {
    width: 230px;
  }
  .home .testimonials-section .testimonials-slider {
    padding: 0;
  }
  .home .testimonials-section .testimonials-slider .testimonial-card .testimonial-text {
    font-size: 0.8rem;
  }
  .home .packages-section .row .col-lg-6 .package-card {
    height: 225px;
  }
  .home .packages-section .row .col-lg-6 .package-card .package-overlay {
    padding: 20px 20px 20px;
  }
  .home .packages-section .row .col-lg-6 .package-card .package-title {
    font-size: 1.5rem;
  }
  .site-footer .footer-main .footer-column .contact-list li i {
    font-size: 15px;
  }
  .site-footer .footer-main .footer-column .footer-description {
    font-size: 0.8rem;
  }
  .site-footer .footer-main .footer-column .footer-links li {
    margin-bottom: 0;
  }
}
