@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: #D4AF37;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 7px 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;
  background: #000;
  border: 2px solid #000;
}
.theme-btn i,
.wpcf7-form .wpcf7-submit i {
  font-size: 20px;
}
.theme-btn.light-btn,
.wpcf7-form .wpcf7-submit.light-btn {
  color: #D4AF37;
  background-color: #fff;
}

.text-gold {
  color: #000;
}

.section-head {
  margin-bottom: 50px;
}
.section-head .section-prefix {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 5.5px 12px;
  border-radius: 50px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 10px;
  background: #D4AF37;
}
.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: #D4AF37;
  border: 2px solid #D4AF37;
}
.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: #D4AF37;
  background-color: #fff;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover ::after {
  color: #D4AF37 !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  transition: all 0.4s ease;
  padding: 10px 0;
}
.site-header .container-max {
  max-width: 1400px;
}
.site-header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link {
  color: #000000;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link:hover {
  color: #D4AF37;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link::after {
  background: #D4AF37;
}
.site-header.scrolled .nav-right .phone-link {
  color: #000000;
}
.site-header.scrolled .nav-right .phone-link:hover {
  color: #D4AF37;
}
.site-header.scrolled .nav-right .phone-link i {
  color: #000000;
}
.site-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.site-header .logo-left {
  flex: 0 0 auto;
}
.site-header .logo-left a {
  display: block;
}
.site-header .logo-left a img {
  height: 42px;
  width: auto;
  display: block;
  transition: all 0.3s ease;
}
.site-header .nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}
.site-header .nav-center .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.site-header .nav-center .nav-menu .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .nav-center .nav-menu .nav-item .nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.site-header .nav-center .nav-menu .nav-item .nav-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.site-header .nav-center .nav-menu .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000000;
  transition: width 0.3s ease;
}
.site-header .nav-center .nav-menu .nav-item .nav-link:hover {
  color: #D4AF37;
}
.site-header .nav-center .nav-menu .nav-item .nav-link:hover::after {
  width: 100%;
  background: #D4AF37;
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 200px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 10;
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown .nav-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown .nav-dropdown li a {
  display: block;
  padding: 10px 22px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: color 0.2s ease, background 0.2s ease;
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown .nav-dropdown li a:hover {
  color: #D4AF37;
  background: rgba(212, 175, 55, 0.08);
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown:hover .nav-link i {
  transform: rotate(180deg);
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.site-header .nav-right {
  flex: 0 0 auto;
}
.site-header .nav-right .phone-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.site-header .nav-right .phone-link i {
  font-size: 15px;
}
.site-header .nav-right .phone-link:hover {
  color: #D4AF37;
}

.site-footer {
  background: #000000;
  color: white;
}
.site-footer .newsletter-section {
  padding: 50px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .newsletter-section .newsletter-content .newsletter-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-header i {
  font-size: 24px;
  color: #ffffff;
}
.site-footer .newsletter-section .newsletter-content .newsletter-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #D4AF37;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 700px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input {
  flex: 1;
  background: transparent;
  border: 2px solid white;
  border-radius: 8px;
  padding: 14px 20px;
  color: white;
  font-size: 14px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input:focus {
  outline: none;
  border-color: #D4AF37;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .theme-btn {
  width: 85px;
  height: 55px;
  border: none;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #D4AF37;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .theme-btn i {
  font-size: 28px;
}
.site-footer .footer-main {
  padding: 60px 0px 40px;
}
.site-footer .footer-main .footer-column .footer-logo {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin: 0 0 20px 0;
}
.site-footer .footer-main .footer-column .footer-logo .brand-highlight {
  color: #D4AF37;
}
.site-footer .footer-main .footer-column .footer-description {
  max-width: 380px;
  font-size: 14px;
  line-height: 1.7;
  color: #e6e6e6;
  margin: 0 0 25px 0;
}
.site-footer .footer-main .footer-column .social-links {
  display: flex;
  gap: 12px;
}
.site-footer .footer-main .footer-column .social-links .social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6e6e6;
  transition: all 0.3s ease;
}
.site-footer .footer-main .footer-column .social-links .social-link i {
  font-size: 24px;
}
.site-footer .footer-main .footer-column .social-links .social-link:hover {
  background: #D4AF37;
}
.site-footer .footer-main .footer-column .footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #D4AF37;
  margin: 0 0 40px 0;
  letter-spacing: 0.5px;
}
.site-footer .footer-main .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-column .footer-links li {
  margin-bottom: 8px;
}
.site-footer .footer-main .footer-column .footer-links li a {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-column .footer-links li a:hover {
  color: #D4AF37;
}
.site-footer .footer-main .footer-column .contact-list {
  list-style: none;
  padding: 0;
  margin: 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: #e6e6e6;
}
.site-footer .footer-main .footer-column .contact-list li i {
  font-size: 18px;
  color: #b3b3b3;
  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:hover {
  color: #D4AF37;
}
.site-footer .footer-main .footer-column .contact-list li a.main-phone {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
.site-footer .footer-main .footer-column .contact-list li span {
  line-height: 1.6;
  font-size: 14px;
  color: #b3b3b3;
}
.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-bottom {
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.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: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.site-footer .footer-bottom .bottom-content .copyright .developer-link {
  color: #033773;
  text-decoration: none;
  font-weight: 600;
}
.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: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom a:hover {
  color: #D4AF37;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom span {
  color: rgba(255, 255, 255, 0.3);
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.hero-section .hero-slider {
  position: absolute;
  inset: 0;
}
.hero-section .hero-slider .hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-section .hero-slider .hero-slide.active {
  opacity: 1;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.hero-section .hero-reservation {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.hero-section .hero-reservation .reservation-text {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.hero-section .hero-reservation .reservation-text .reservation-number {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #D4AF37;
  font-family: "Montserrat", sans-serif;
}
.hero-section .hero-reservation .reservation-text .reservation-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.hero-section .hero-reservation .reservation-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-section .hero-reservation .reservation-icon i {
  font-size: 24px;
}
.hero-section .hero-reservation .reservation-icon:hover {
  border-color: #D4AF37;
  color: #D4AF37;
}
.hero-section .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.hero-section .hero-content .hero-prefix {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.hero-section .hero-content .hero-title {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin: 0;
}
.hero-section .hero-counter {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero-section .hero-counter .counter-line {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.25);
}
.hero-section .hero-counter .counter-item {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
}
.hero-section .hero-counter .counter-item.active {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.hero-section .hero-counter .counter-item:hover {
  color: rgba(255, 255, 255, 0.8);
}
.hero-section .hero-arrows {
  position: absolute;
  bottom: 40px;
  right: 100px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-section .hero-arrows .hero-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.hero-section .hero-arrows .hero-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

.treatment-card {
  height: 100%;
}
.treatment-card .card-wrapper {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #000;
  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;
}
.treatment-card .treatment-content .treatment-title {
  color: #000;
  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 0px;
  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: #D4AF37;
  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: #000;
  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: #D4AF37;
  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-color: #ccc;
  background-size: cover;
  background-position: top;
}
.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 #D4AF37;
  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 #D4AF37;
}
.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: #D4AF37;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 4px;
}
.treatment-list-card .section-head .treat-count {
  color: #000;
  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: #D4AF37;
  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: #D4AF37;
}
.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: #000;
  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 #D4AF37;
  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 #D4AF37;
}
.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: #D4AF37;
  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: #D4AF37;
  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: #D4AF37;
}
.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: #D4AF37;
  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: #D4AF37;
  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: #D4AF37;
  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: #000;
}
.single-treatment .benefits-section .benefit-card .benefit-title {
  color: #D4AF37;
  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: #D4AF37;
}
.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: #000;
}
.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: #000;
}
.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: #000;
  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: #D4AF37;
  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: #D4AF37;
  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 #D4AF37;
  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 #D4AF37;
}
.term-packages ul.products .package-card-item .package-card-content .package-card-title {
  color: #D4AF37;
  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: #D4AF37;
  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: #D4AF37;
}
.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: #000;
  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: #000;
}
.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: #D4AF37;
}
.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 #000;
  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: #000;
  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 #000;
}
.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: #D4AF37;
  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: #D4AF37;
  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: #D4AF37;
  font-size: 1.85rem;
  margin-top: 35px;
  font-family: "Playfair Display", serif;
}
.general-page-content h3 {
  color: #D4AF37;
  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(212, 175, 55, 0.92) 0%, rgba(212, 175, 55, 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: #000;
  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: #000;
  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: #000;
  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: #D4AF37;
  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: #D4AF37;
}
.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 #D4AF37;
  border-radius: 4px;
  background: #D4AF37;
  cursor: pointer;
  transition: all 0.3s ease;
}
.term-vouchers ul.products .voucher-card-item .voucher-right .voucher-form .voucher-send-btn:hover {
  color: #D4AF37;
  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;
  }
}
.tax-product_cat .innerpage-header-section .container .content-wrap .page-title {
  font-style: italic;
}
.tax-product_cat .intro-section {
  padding: 70px 0 30px;
}
.tax-product_cat .intro-section .intro-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.tax-product_cat .intro-section .intro-text .term-description,
.tax-product_cat .intro-section .intro-text p {
  color: #7F8C8D;
  line-height: 1.8;
  margin: 0;
}
.tax-product_cat > .container-fluid:not(.innerpage-header-section):not(.intro-section) {
  padding-bottom: 90px;
}
.tax-product_cat .woocommerce-notices-wrapper:empty {
  display: none;
}
.tax-product_cat .woocommerce-result-count {
  color: #7F8C8D;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0 0 25px;
}
.tax-product_cat .woocommerce-ordering {
  margin: 0 0 25px;
}
.tax-product_cat .woocommerce-ordering select {
  color: #000;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 10px 38px 10px 18px;
  border-radius: 50px;
  border: 1.5px solid #e5e5e5;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'><path fill='%23000' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592c.859 0 1.319 1.013.753 1.658l-4.796 5.482a1 1 0 01-1.506 0z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
}
.tax-product_cat .woocommerce-ordering select:hover, .tax-product_cat .woocommerce-ordering select:focus {
  border-color: #D4AF37;
}
.tax-product_cat ul.products {
  list-style: none;
  padding: 0;
  margin: 10px 0 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.tax-product_cat ul.products::before, .tax-product_cat ul.products::after {
  display: none;
}
.tax-product_cat ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: all 0.4s ease;
  position: relative;
}
.tax-product_cat ul.products li.product .onsale {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  min-width: auto;
  min-height: auto;
  padding: 5px 14px;
  margin: 0;
  color: #000;
  background: #D4AF37;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.4;
}
.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
.tax-product_cat ul.products li.product .attachment-woocommerce_thumbnail,
.tax-product_cat ul.products li.product img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  background: #f4f5f9;
  transition: transform 0.6s ease;
}
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-category__title {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
  padding: 22px 24px 6px;
  margin: 0;
}
.tax-product_cat ul.products li.product .price {
  color: #D4AF37;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 24px 18px;
  display: block;
}
.tax-product_cat ul.products li.product .price ins {
  text-decoration: none;
}
.tax-product_cat ul.products li.product .price del {
  color: #b8b8b8;
  font-size: 0.9rem;
  font-weight: 400;
  margin-right: 6px;
  opacity: 1;
}
.tax-product_cat ul.products li.product .star-rating {
  margin: 0 24px 10px;
  font-size: 0.85rem;
  color: #D4AF37;
}
.tax-product_cat ul.products li.product .button,
.tax-product_cat ul.products li.product .added_to_cart {
  color: #D4AF37;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-decoration: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 9px 22px;
  margin: 0 24px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.tax-product_cat ul.products li.product .button::after,
.tax-product_cat ul.products li.product .added_to_cart::after {
  content: "\f133";
  font-family: "bootstrap-icons";
  font-size: 1.05rem;
  line-height: 1;
}
.tax-product_cat ul.products li.product .button:hover,
.tax-product_cat ul.products li.product .added_to_cart:hover {
  color: #000;
  background: #D4AF37;
  border-color: #D4AF37;
}
.tax-product_cat ul.products li.product .added_to_cart {
  margin-top: -10px;
  background: transparent;
  color: #000;
  border-color: #D4AF37;
}
.tax-product_cat ul.products li.product .added_to_cart::after {
  content: "\f26b";
}
.tax-product_cat ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: #D4AF37;
}
.tax-product_cat ul.products li.product:hover .attachment-woocommerce_thumbnail,
.tax-product_cat ul.products li.product:hover img {
  transform: scale(1.06);
}
.tax-product_cat .woocommerce-info,
.tax-product_cat .woocommerce-no-products-found {
  padding: 18px 22px;
  background: #faf7ee;
  border-left: 4px solid #D4AF37;
  border-radius: 6px;
  color: #000;
  font-size: 0.95rem;
  list-style: none;
}
.tax-product_cat .woocommerce-pagination {
  margin: 20px 0 30px;
  text-align: center;
}
.tax-product_cat .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
}
.tax-product_cat .woocommerce-pagination ul.page-numbers li {
  margin: 0;
  border: none;
}
.tax-product_cat .woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid #e5e5e5;
  background: #fff;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0;
}
.tax-product_cat .woocommerce-pagination ul.page-numbers li .page-numbers:hover, .tax-product_cat .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: #000;
  background: #D4AF37;
  border-color: #D4AF37;
}
.tax-product_cat {
  /* Responsive */
}
@media (max-width: 1199.98px) {
  .tax-product_cat ul.products {
    gap: 24px;
  }
  .tax-product_cat ul.products li.product .attachment-woocommerce_thumbnail,
  .tax-product_cat ul.products li.product img {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .tax-product_cat .intro-section {
    padding: 50px 15px 20px;
  }
  .tax-product_cat ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-bottom: 50px;
  }
  .tax-product_cat ul.products li.product .attachment-woocommerce_thumbnail,
  .tax-product_cat ul.products li.product img {
    height: 240px;
  }
  .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.15rem;
    padding: 18px 20px 6px;
  }
  .tax-product_cat ul.products li.product .price {
    font-size: 1.1rem;
    padding: 0 20px 16px;
  }
  .tax-product_cat ul.products li.product .button,
  .tax-product_cat ul.products li.product .added_to_cart {
    margin: 0 20px 20px;
    padding: 8px 18px;
  }
}
@media (max-width: 767.98px) {
  .tax-product_cat .intro-section {
    padding: 40px 15px 10px;
  }
  .tax-product_cat .woocommerce-result-count,
  .tax-product_cat .woocommerce-ordering {
    text-align: center;
    margin-bottom: 15px;
    float: none !important;
  }
  .tax-product_cat .woocommerce-ordering select {
    width: 100%;
    max-width: 320px;
  }
  .tax-product_cat ul.products {
    gap: 18px;
  }
  .tax-product_cat ul.products li.product {
    border-radius: 14px;
  }
  .tax-product_cat ul.products li.product .attachment-woocommerce_thumbnail,
  .tax-product_cat ul.products li.product img {
    height: 220px;
  }
  .tax-product_cat ul.products li.product .onsale {
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 0.65rem;
  }
  .tax-product_cat .woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .tax-product_cat ul.products {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tax-product_cat ul.products li.product {
    max-width: 420px;
    margin: 0 auto;
  }
  .tax-product_cat ul.products li.product .attachment-woocommerce_thumbnail,
  .tax-product_cat ul.products li.product img {
    height: 280px;
  }
}

.single-product-default .innerpage-header-section .content-wrap .page-title {
  font-style: italic;
  margin-bottom: 12px;
}
.single-product-default .innerpage-header-section .content-wrap .page-breadcrumbs {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.single-product-default .innerpage-header-section .content-wrap .page-breadcrumbs a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-product-default .innerpage-header-section .content-wrap .page-breadcrumbs a:hover {
  color: #D4AF37;
}
.single-product-default .innerpage-header-section .content-wrap .page-breadcrumbs span {
  color: #D4AF37;
}
.single-product-default .innerpage-header-section .content-wrap .page-breadcrumbs i {
  font-size: 0.7rem;
  margin: 0 4px;
  vertical-align: middle;
}
.single-product-default .product-detail-section {
  padding: 80px 0 60px;
}
.single-product-default .product-detail-section .product-gallery-wrap {
  position: relative;
}
.single-product-default .product-detail-section .product-gallery-wrap .onsale {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  min-width: auto;
  min-height: auto;
  padding: 6px 16px;
  margin: 0;
  color: #000;
  background: #D4AF37;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.4;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery {
  width: 100% !important;
  opacity: 1 !important;
  background: #f4f5f9;
  border-radius: 18px;
  overflow: hidden;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-viewport {
  height: auto !important;
  margin-bottom: 12px;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  padding: 12px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #fff;
  border-radius: 0 0 18px 18px;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-control-thumbs li {
  width: calc(25% - 8px);
  margin: 0;
  cursor: pointer;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: #D4AF37;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 0;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "\f40d";
  font-family: "bootstrap-icons";
  font-size: 1.05rem;
}
.single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background: #D4AF37;
}
.single-product-default .product-detail-section .product-summary {
  padding-left: 40px;
}
.single-product-default .product-detail-section .product-summary .product-eyebrow {
  display: inline-block;
  color: #000;
  background: #D4AF37;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.single-product-default .product-detail-section .product-summary .product-title {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  margin-bottom: 14px;
}
.single-product-default .product-detail-section .product-summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.single-product-default .product-detail-section .product-summary .woocommerce-product-rating .star-rating {
  color: #D4AF37;
  font-size: 0.95rem;
}
.single-product-default .product-detail-section .product-summary .woocommerce-product-rating .woocommerce-review-link {
  color: #7F8C8D;
  font-size: 0.85rem;
  text-decoration: none;
}
.single-product-default .product-detail-section .product-summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #D4AF37;
}
.single-product-default .product-detail-section .product-summary .product-price {
  margin-bottom: 22px;
}
.single-product-default .product-detail-section .product-summary .product-price .price {
  color: #D4AF37;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
}
.single-product-default .product-detail-section .product-summary .product-price .price ins {
  text-decoration: none;
}
.single-product-default .product-detail-section .product-summary .product-price .price del {
  color: #b8b8b8;
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 1;
}
.single-product-default .product-detail-section .product-summary .product-short-description {
  color: #7F8C8D;
  font-size: 1rem;
  line-height: 1.85;
  padding: 22px 0 24px;
  margin-bottom: 22px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.single-product-default .product-detail-section .product-summary .product-short-description p:last-child {
  margin-bottom: 0;
}
.single-product-default .product-detail-section .product-summary .product-actions {
  margin-bottom: 28px;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .quantity {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #e5e5e5;
  border-radius: 50px;
  padding: 4px 6px;
  height: 50px;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .quantity label {
  display: none;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .quantity input.qty {
  width: 56px;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  outline: none;
  -moz-appearance: textfield;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .quantity input.qty::-webkit-outer-spin-button, .single-product-default .product-detail-section .product-summary .product-actions form.cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .single_add_to_cart_button,
.single-product-default .product-detail-section .product-summary .product-actions form.cart button[type=submit] {
  height: 50px;
  padding: 0 30px;
  color: #D4AF37;
  background: #000;
  border: 2px solid #000;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .single_add_to_cart_button::after,
.single-product-default .product-detail-section .product-summary .product-actions form.cart button[type=submit]::after {
  content: "\f133";
  font-family: "bootstrap-icons";
  font-size: 1.1rem;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .single_add_to_cart_button:hover,
.single-product-default .product-detail-section .product-summary .product-actions form.cart button[type=submit]:hover {
  color: #000;
  background: #D4AF37;
  border-color: #D4AF37;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .variations {
  width: 100%;
  margin: 0 0 14px;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .variations td {
  padding: 6px 0;
}
.single-product-default .product-detail-section .product-summary .product-actions form.cart .variations select {
  width: 100%;
  padding: 12px 18px;
  border: 1.5px solid #e5e5e5;
  border-radius: 50px;
  font-size: 0.9rem;
  color: #000;
  background-color: #fff;
  outline: none;
}
.single-product-default .product-detail-section .product-summary .product-meta-wrap .product_meta {
  font-size: 0.85rem;
  color: #7F8C8D;
  line-height: 1.9;
}
.single-product-default .product-detail-section .product-summary .product-meta-wrap .product_meta > span {
  display: block;
}
.single-product-default .product-detail-section .product-summary .product-meta-wrap .product_meta > span strong {
  color: #000;
  font-weight: 600;
  margin-right: 6px;
}
.single-product-default .product-detail-section .product-summary .product-meta-wrap .product_meta > span a {
  color: #7F8C8D;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-product-default .product-detail-section .product-summary .product-meta-wrap .product_meta > span a:hover {
  color: #D4AF37;
}
.single-product-default .product-detail-section .product-summary .product-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ececec;
}
.single-product-default .product-detail-section .product-summary .product-perks .perk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  background: #faf7ee;
  border: 1px solid #efe6cb;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
}
.single-product-default .product-detail-section .product-summary .product-perks .perk i {
  color: #D4AF37;
  font-size: 1rem;
}
.single-product-default .product-info-section {
  padding: 30px 0 80px;
}
.single-product-default .product-info-section .woocommerce-tabs {
  background: #faf7ee;
  border-radius: 18px;
  padding: 10px 30px 30px;
  display: none;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #efe6cb;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs::before, .single-product-default .product-info-section .woocommerce-tabs ul.tabs::after {
  display: none;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs li::before, .single-product-default .product-info-section .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 16px 20px;
  color: #7F8C8D;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #D4AF37;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs li a:hover {
  color: #000;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs li.active a {
  color: #000;
}
.single-product-default .product-info-section .woocommerce-tabs ul.tabs li.active a::after {
  width: 100%;
}
.single-product-default .product-info-section .woocommerce-tabs .panel,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 10px 0 0;
}
.single-product-default .product-info-section .woocommerce-tabs .panel h2,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 18px;
}
.single-product-default .product-info-section .woocommerce-tabs .panel p, .single-product-default .product-info-section .woocommerce-tabs .panel li,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel p,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel li {
  color: #7F8C8D;
  font-size: 1rem;
  line-height: 1.85;
}
.single-product-default .product-info-section .woocommerce-tabs .panel table.shop_attributes,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
}
.single-product-default .product-info-section .woocommerce-tabs .panel table.shop_attributes th, .single-product-default .product-info-section .woocommerce-tabs .panel table.shop_attributes td,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td {
  padding: 12px 18px;
  text-align: left;
  border-bottom: 1px solid #efe6cb;
  font-size: 0.95rem;
}
.single-product-default .product-info-section .woocommerce-tabs .panel table.shop_attributes th,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th {
  background: #fff;
  color: #000;
  width: 30%;
  font-weight: 600;
}
.single-product-default .product-info-section .woocommerce-tabs .panel table.shop_attributes td,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td {
  color: #7F8C8D;
}
.single-product-default .product-info-section .woocommerce-tabs .panel table.shop_attributes td p,
.single-product-default .product-info-section .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td p {
  margin: 0;
}
.single-product-default .product-info-section .related,
.single-product-default .product-info-section .upsells.products {
  margin-top: 70px;
  display: none;
}
.single-product-default .product-info-section .related > h2,
.single-product-default .product-info-section .upsells.products > h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.single-product-default .product-info-section .related ul.products,
.single-product-default .product-info-section .upsells.products ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.single-product-default .product-info-section .related ul.products::before, .single-product-default .product-info-section .related ul.products::after,
.single-product-default .product-info-section .upsells.products ul.products::before,
.single-product-default .product-info-section .upsells.products ul.products::after {
  display: none;
}
.single-product-default .product-info-section .related ul.products li.product,
.single-product-default .product-info-section .upsells.products ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: all 0.4s ease;
}
.single-product-default .product-info-section .related ul.products li.product .woocommerce-LoopProduct-link,
.single-product-default .product-info-section .upsells.products ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.single-product-default .product-info-section .related ul.products li.product img,
.single-product-default .product-info-section .upsells.products ul.products li.product img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  transition: transform 0.6s ease;
}
.single-product-default .product-info-section .related ul.products li.product .woocommerce-loop-product__title,
.single-product-default .product-info-section .upsells.products ul.products li.product .woocommerce-loop-product__title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  padding: 18px 18px 6px;
  margin: 0;
}
.single-product-default .product-info-section .related ul.products li.product .price,
.single-product-default .product-info-section .upsells.products ul.products li.product .price {
  color: #D4AF37;
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0 18px 16px;
  display: block;
}
.single-product-default .product-info-section .related ul.products li.product .button,
.single-product-default .product-info-section .upsells.products ul.products li.product .button {
  margin: 0 18px 18px;
  padding: 8px 18px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-decoration: none;
  color: #D4AF37;
  background: #000;
  border: 2px solid #000;
  border-radius: 50px;
  align-self: flex-start;
  transition: all 0.3s ease;
}
.single-product-default .product-info-section .related ul.products li.product .button:hover,
.single-product-default .product-info-section .upsells.products ul.products li.product .button:hover {
  color: #000;
  background: #D4AF37;
  border-color: #D4AF37;
}
.single-product-default .product-info-section .related ul.products li.product:hover,
.single-product-default .product-info-section .upsells.products ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: #D4AF37;
}
.single-product-default .product-info-section .related ul.products li.product:hover img,
.single-product-default .product-info-section .upsells.products ul.products li.product:hover img {
  transform: scale(1.06);
}
.single-product-default .product-cta-section {
  padding: 90px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url("../images/sample/banner3.jpeg") center/cover no-repeat;
}
.single-product-default .product-cta-section .cta-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.single-product-default .product-cta-section .cta-wrap .section-prefix {
  color: #000;
  background: #D4AF37;
  font-size: 12px;
  font-weight: 600;
  padding: 5.5px 12px;
  border-radius: 50px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 18px;
}
.single-product-default .product-cta-section .cta-wrap .cta-title {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}
.single-product-default .product-cta-section .cta-wrap .cta-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.single-product-default .product-cta-section .cta-wrap .theme-btn {
  width: 240px;
  margin: 0 auto;
  background: #D4AF37;
  border-color: #D4AF37;
  color: #000;
}
.single-product-default .product-cta-section .cta-wrap .theme-btn:hover {
  background: #fff;
  border-color: #fff;
}
.single-product-default {
  /* WooCommerce notices */
}
.single-product-default .woocommerce-message,
.single-product-default .woocommerce-info,
.single-product-default .woocommerce-error {
  padding: 14px 22px;
  background: #faf7ee;
  border-left: 4px solid #D4AF37;
  border-radius: 6px;
  color: #000;
  font-size: 0.95rem;
  list-style: none;
  margin: 20px auto;
  max-width: 1200px;
}
.single-product-default .woocommerce-message a.button,
.single-product-default .woocommerce-info a.button,
.single-product-default .woocommerce-error a.button {
  color: #D4AF37;
  background: #000;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-decoration: none;
  margin-left: 10px;
}
.single-product-default .woocommerce-message a.button:hover,
.single-product-default .woocommerce-info a.button:hover,
.single-product-default .woocommerce-error a.button:hover {
  color: #000;
  background: #D4AF37;
  border-color: #D4AF37;
}
.single-product-default .storefront-product-pagination {
  display: none;
}
.single-product-default {
  /* Responsive */
}
@media (max-width: 1199.98px) {
  .single-product-default .product-detail-section {
    padding: 60px 0 40px;
  }
  .single-product-default .product-detail-section .product-summary {
    padding-left: 25px;
  }
  .single-product-default .product-detail-section .product-summary .product-title {
    font-size: 2rem;
  }
  .single-product-default .product-detail-section .product-summary .product-price .price {
    font-size: 1.7rem;
  }
  .single-product-default .product-info-section .related ul.products,
  .single-product-default .product-info-section .upsells.products ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .single-product-default .product-detail-section {
    padding: 50px 15px 30px;
  }
  .single-product-default .product-detail-section .product-gallery-wrap {
    margin-bottom: 30px;
  }
  .single-product-default .product-detail-section .product-summary {
    padding-left: 0;
  }
  .single-product-default .product-detail-section .product-summary .product-title {
    font-size: 1.85rem;
  }
  .single-product-default .product-detail-section .product-summary .product-price .price {
    font-size: 1.55rem;
  }
  .single-product-default .product-detail-section .product-summary .product-actions form.cart .single_add_to_cart_button,
  .single-product-default .product-detail-section .product-summary .product-actions form.cart button[type=submit] {
    height: 46px;
    padding: 0 22px;
  }
  .single-product-default .product-detail-section .product-summary .product-actions form.cart .quantity {
    height: 46px;
  }
  .single-product-default .product-info-section {
    padding: 20px 15px 60px;
  }
  .single-product-default .product-info-section .woocommerce-tabs {
    padding: 6px 18px 22px;
  }
  .single-product-default .product-info-section .woocommerce-tabs ul.tabs li a {
    padding: 14px 14px;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
  }
  .single-product-default .product-info-section .related ul.products,
  .single-product-default .product-info-section .upsells.products ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .single-product-default .product-cta-section {
    padding: 70px 15px;
  }
  .single-product-default .product-cta-section .cta-wrap .cta-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 767.98px) {
  .single-product-default .innerpage-header-section .content-wrap .page-breadcrumbs {
    font-size: 0.75rem;
  }
  .single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-control-thumbs li img {
    height: 70px;
  }
  .single-product-default .product-detail-section .product-summary .product-title {
    font-size: 1.55rem;
  }
  .single-product-default .product-detail-section .product-summary .product-price .price {
    font-size: 1.35rem;
  }
  .single-product-default .product-detail-section .product-summary .product-price .price del {
    font-size: 1rem;
  }
  .single-product-default .product-detail-section .product-summary .product-short-description {
    font-size: 0.95rem;
    padding: 18px 0 18px;
  }
  .single-product-default .product-detail-section .product-summary .product-actions form.cart {
    flex-direction: row;
  }
  .single-product-default .product-detail-section .product-summary .product-actions form.cart .single_add_to_cart_button,
  .single-product-default .product-detail-section .product-summary .product-actions form.cart button[type=submit] {
    flex: 1;
  }
  .single-product-default .product-detail-section .product-summary .product-perks .perk {
    padding: 7px 12px;
    font-size: 0.72rem;
  }
  .single-product-default .product-info-section .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
    gap: 0;
  }
  .single-product-default .product-info-section .woocommerce-tabs ul.tabs li {
    width: 100%;
  }
  .single-product-default .product-info-section .woocommerce-tabs ul.tabs li a {
    width: 100%;
    text-align: left;
    padding: 12px 12px;
    border-bottom: 1px solid #efe6cb;
  }
  .single-product-default .product-info-section .woocommerce-tabs ul.tabs li a::after {
    display: none;
  }
  .single-product-default .product-info-section .woocommerce-tabs ul.tabs li.active a {
    background: #fff;
    color: #000;
    border-bottom-color: #D4AF37;
  }
  .single-product-default .product-info-section .related > h2,
  .single-product-default .product-info-section .upsells.products > h2 {
    font-size: 1.5rem;
  }
  .single-product-default .product-cta-section .cta-wrap .cta-title {
    font-size: 1.5rem;
  }
  .single-product-default .product-cta-section .cta-wrap .cta-text {
    font-size: 0.92rem;
  }
  .single-product-default .product-cta-section .cta-wrap .theme-btn {
    width: 220px;
  }
}
@media (max-width: 575.98px) {
  .single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(33.333% - 7px);
  }
  .single-product-default .product-detail-section .product-gallery-wrap .woocommerce-product-gallery .flex-control-thumbs li img {
    height: 60px;
  }
  .single-product-default .product-detail-section .product-summary .product-actions form.cart .quantity {
    flex: 0 0 auto;
  }
  .single-product-default .product-detail-section .product-summary .product-actions form.cart .single_add_to_cart_button,
  .single-product-default .product-detail-section .product-summary .product-actions form.cart button[type=submit] {
    flex: 1;
    padding: 0 16px;
  }
  .single-product-default .product-info-section .related ul.products,
  .single-product-default .product-info-section .upsells.products ul.products {
    grid-template-columns: 1fr;
  }
  .single-product-default .product-info-section .related ul.products li.product img,
  .single-product-default .product-info-section .upsells.products ul.products li.product img {
    height: 240px;
  }
}

.home .intro-section {
  padding: 80px 0 10px;
}
.home .intro-section .section-head .section-title {
  color: #000;
  line-height: 1.3;
  margin-bottom: 30px;
}
.home .intro-section .section-head .intro-description {
  font-size: 1rem;
  color: #7f8c8d;
  line-height: 1.82;
  max-width: 900px;
  margin: 0 auto 40px;
}
.home .intro-section .section-head .intro-divider {
  width: 1px;
  height: 60px;
  background-color: #D4AF37;
  margin: 0 auto;
}

.specialities-section {
  padding: 55px 15px 80px;
}
.specialities-section .section-head {
  margin-bottom: 35px;
}
.specialities-section .specialities-icons {
  margin-bottom: 100px;
}
.specialities-section .specialities-icons .speciality-item {
  padding: 10px 20px;
}
.specialities-section .specialities-icons .speciality-item .speciality-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}
.specialities-section .specialities-icons .speciality-item .speciality-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.specialities-section .specialities-icons .speciality-item .speciality-icon i {
  font-size: 5rem;
}
.specialities-section .specialities-icons .speciality-item p {
  font-size: 1rem;
  color: #7F8C8D;
  line-height: 1.5;
  margin: 0;
}
.specialities-section .specialities-icons .speciality-item:hover i {
  color: #D4AF37;
}
.specialities-section .specialities-quote {
  max-width: 900px;
  margin: 0 auto;
}
.specialities-section .specialities-quote p {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
  color: #D4AF37;
  line-height: 1.2;
  margin: 0;
}
.specialities-section .specialities-images {
  margin-bottom: 90px;
  gap: 0;
}
.specialities-section .specialities-images .col-md-6 {
  padding: 0;
}
.specialities-section .specialities-images .col-md-6 .speciality-img-box {
  background: #f4f5f9;
  overflow: hidden;
  height: 420px;
  position: relative;
  cursor: pointer;
}
.specialities-section .specialities-images .col-md-6 .speciality-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.specialities-section .specialities-images .col-md-6 .speciality-img-box .speciality-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
}
.specialities-section .specialities-images .col-md-6 .speciality-img-box .speciality-overlay .speciality-img-title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.specialities-section .specialities-images .col-md-6 .speciality-img-box .speciality-overlay .theme-btn {
  width: 220px;
  transform: translateY(20px);
  transition: transform 0.4s ease 0.05s;
}
.specialities-section .specialities-images .col-md-6 .speciality-img-box:hover img {
  transform: scale(1.08);
}
.specialities-section .specialities-images .col-md-6 .speciality-img-box:hover .speciality-overlay {
  opacity: 1;
}
.specialities-section .specialities-images .col-md-6 .speciality-img-box:hover .speciality-overlay .speciality-img-title,
.specialities-section .specialities-images .col-md-6 .speciality-img-box:hover .speciality-overlay .theme-btn {
  transform: translateY(0);
}

.faq-section {
  padding: 38px 0 80px;
}
.faq-section .container {
  max-width: 1100px;
}
.faq-section .faq-list {
  background: #f4f5f9;
  border-radius: 16px;
  padding: 40px 60px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.07);
}
.faq-section .faq-list .section-head {
  margin-bottom: 10px;
  padding: 20px 0;
}
.faq-section .faq-item {
  border-bottom: 2px solid #d8d8d8;
}
.faq-section .faq-item:nth-last-child(2) {
  border-bottom: none;
}
.faq-section .faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
  opacity: 1;
}
.faq-section .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  cursor: pointer;
  gap: 20px;
}
.faq-section .faq-question span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.5;
}
.faq-section .faq-question .faq-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
}
.faq-section .faq-question .faq-toggle i {
  font-size: 20px;
  color: #000;
  display: block;
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding-bottom 0.3s ease;
}
.faq-section .faq-answer p {
  font-size: 15px;
  color: #7f8c8d;
  line-height: 1.8;
  margin: 0;
}
.faq-section .faq-footer {
  text-align: center;
  padding: 30px 0;
}
.faq-section .faq-footer .theme-btn {
  width: 220px;
  margin: 0 auto;
}

.news-section, .featured-treatments-section {
  padding: 50px 0 30px;
}
.news-section .section-head, .featured-treatments-section .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.news-section .section-head .section-title, .featured-treatments-section .section-head .section-title {
  width: 100%;
}
.news-section .section-head .section-title, .featured-treatments-section .section-head .section-title {
  margin-bottom: 0;
}
.news-section .section-head .theme-btn, .featured-treatments-section .section-head .theme-btn {
  width: 220px;
  margin-top: 15px;
}

.testimonials-section {
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 90px 0 100px;
  background-color: #d1d1d1;
}
.testimonials-section .section-head {
  margin-bottom: 40px;
}
.testimonials-section .testimonials-slider {
  position: relative;
  padding: 0;
}
.testimonials-section .testimonials-slider .testimonial-item {
  padding: 0 15px;
  outline: none;
}
.testimonials-section .testimonials-slider .testimonial-card {
  background: white;
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid #d1d1d1;
}
.testimonials-section .testimonials-slider .testimonial-card .client-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
.testimonials-section .testimonials-slider .testimonial-card .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-text {
  color: #999999;
  font-size: 17px;
  line-height: 1.5;
  font-style: italic;
  min-height: 75px;
}
.testimonials-section .testimonials-slider .testimonial-card .client-name {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: "Playfair Display", serif;
}
.testimonials-section .testimonials-slider .testimonial-card .client-position {
  color: #D4AF37;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.testimonials-section .slick-dots {
  text-align: center;
  position: relative;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.testimonials-section .slick-dots li {
  margin: 0 2.5px;
  display: inline-block;
}
.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;
}
.testimonials-section .slick-dots li button::before {
  display: none;
}
.testimonials-section .slick-dots li.slick-active button {
  background: #D4AF37;
  border-radius: 10px;
}

.journey-section {
  padding: 80px 0px;
  position: relative;
  overflow: visible;
}
.journey-section .journey-content {
  padding-right: 40px;
  padding-bottom: 50px;
}
.journey-section .journey-content .section-title {
  color: #000;
  margin: 0 0 20px 0;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 44px;
}
.journey-section .journey-content .section-subtitle {
  max-width: 700px;
  margin: 0 0 30px 0;
}
.journey-section .journey-content .theme-btn {
  width: 250px;
}
.journey-section .journey-image {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 19%;
  right: 7%;
  transform: translateY(50%);
}
.journey-section .journey-image .student-image {
  position: relative;
  z-index: 2;
  max-width: 500px;
  height: auto;
}

.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 .container .content-wrap .page-title {
  font-style: italic;
}
.page-template-page-about .intro-section {
  padding: 90px 0 60px;
}
.page-template-page-about .intro-section .section-head .section-title {
  color: #000;
  line-height: 1.3;
  margin-bottom: 25px;
}
.page-template-page-about .intro-section .section-head .intro-description {
  font-size: 1rem;
  color: #7F8C8D;
  line-height: 1.85;
  margin: 0 auto 35px;
}
.page-template-page-about .intro-section .section-head .intro-divider {
  width: 1px;
  height: 60px;
  background-color: #D4AF37;
  margin: 0 auto;
}
.page-template-page-about .intro-section .section-head p {
  max-width: none;
}
.page-template-page-about .story-section {
  padding: 60px 0 80px;
}
.page-template-page-about .story-section .story-image {
  position: relative;
  padding: 25px 25px 25px 0;
}
.page-template-page-about .story-section .story-image img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 140px 0 140px;
  display: block;
  position: relative;
  z-index: 2;
}
.page-template-page-about .story-section .story-image .story-image-frame {
  position: absolute;
  inset: 0 0 0 25px;
  border: 2px solid #D4AF37;
  border-radius: 0 140px 0 140px;
  z-index: 1;
  pointer-events: none;
  transform: translate(20px, 20px);
}
.page-template-page-about .story-section .story-content {
  padding-left: 50px;
}
.page-template-page-about .story-section .story-content .section-prefix {
  color: #000;
  background: #D4AF37;
  font-size: 12px;
  font-weight: 600;
  padding: 5.5px 12px;
  border-radius: 50px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 18px;
}
.page-template-page-about .story-section .story-content .section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.35rem;
  font-weight: 800;
  color: #000;
  line-height: 1.25;
  margin-bottom: 22px;
}
.page-template-page-about .story-section .story-content p {
  color: #7F8C8D;
  line-height: 1.85;
  margin-bottom: 18px;
}
.page-template-page-about .story-section .story-content .theme-btn {
  width: 240px;
  margin-top: 15px;
}
.page-template-page-about .showcase-section {
  padding: 0 0 90px;
}
.page-template-page-about .showcase-section .showcase-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f4f5f9;
}
.page-template-page-about .showcase-section .showcase-image img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.page-template-page-about .showcase-section .showcase-image:hover img {
  transform: scale(1.06);
}
.page-template-page-about .services-section {
  padding: 90px 0 70px;
  background-color: #faf7ee;
}
.page-template-page-about .services-section .section-head .section-title {
  color: #000;
  line-height: 1.3;
}
.page-template-page-about .services-section .services-list {
  margin-top: 20px;
}
.page-template-page-about .services-section .service-item {
  height: 100%;
  padding: 35px 25px 30px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #efe6cb;
  transition: all 0.35s ease;
}
.page-template-page-about .services-section .service-item .service-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D4AF37;
  color: #000;
  transition: all 0.35s ease;
}
.page-template-page-about .services-section .service-item .service-icon i {
  font-size: 2rem;
  line-height: 1;
}
.page-template-page-about .services-section .service-item .service-title {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.page-template-page-about .services-section .service-item p {
  font-size: 0.95rem;
  color: #7F8C8D;
  line-height: 1.7;
  margin: 0;
}
.page-template-page-about .services-section .service-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
  border-color: #D4AF37;
}
.page-template-page-about .services-section .service-item:hover .service-icon {
  background: #000;
  color: #D4AF37;
}
.page-template-page-about .vision-mission-section {
  padding: 100px 0 90px;
}
.page-template-page-about .vision-mission-section .vision-row {
  margin-bottom: 90px;
}
.page-template-page-about .vision-mission-section .vm-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f4f5f9;
}
.page-template-page-about .vision-mission-section .vm-image img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.page-template-page-about .vision-mission-section .vm-image:hover img {
  transform: scale(1.06);
}
.page-template-page-about .vision-mission-section .vm-content {
  padding-left: 50px;
}
.page-template-page-about .vision-mission-section .vm-content .section-prefix {
  color: #000;
  background: #D4AF37;
  font-size: 12px;
  font-weight: 600;
  padding: 5.5px 12px;
  border-radius: 50px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 18px;
}
.page-template-page-about .vision-mission-section .vm-content .section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  font-weight: 800;
  font-style: italic;
  color: #000;
  line-height: 1.25;
  margin-bottom: 22px;
}
.page-template-page-about .vision-mission-section .vm-content p {
  color: #7F8C8D;
  line-height: 1.85;
  margin-bottom: 16px;
}
.page-template-page-about .vision-mission-section .mission-row .vm-content {
  padding-left: 0;
  padding-right: 50px;
}
.page-template-page-about .stats-section {
  padding: 70px 0;
  background-color: #000;
}
.page-template-page-about .stats-section .stat-item {
  text-align: center;
  padding: 20px 10px;
  position: relative;
}
.page-template-page-about .stats-section .stat-item .stat-value {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 3.25rem;
  font-weight: 800;
  color: #D4AF37;
  line-height: 1.1;
  margin-bottom: 8px;
}
.page-template-page-about .stats-section .stat-item .stat-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}
.page-template-page-about .stats-section .col-md-3:not(:last-child) .stat-item::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  height: 50%;
  width: 1px;
  background: rgba(212, 175, 55, 0.35);
}
.page-template-page-about .testimonials-section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 90px 0 100px;
  background-color: #f4f5f9;
}
.page-template-page-about .testimonials-section .section-head {
  margin-bottom: 40px;
}
.page-template-page-about .testimonials-section .section-head .section-title {
  color: #000;
}
.page-template-page-about .testimonials-section .testimonials-slider {
  position: relative;
  padding: 0;
}
.page-template-page-about .testimonials-section .testimonials-slider .testimonial-item {
  padding: 0 15px;
  outline: none;
}
.page-template-page-about .testimonials-section .testimonials-slider .testimonial-card {
  background: white;
  border-radius: 25px;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid #ececec;
}
.page-template-page-about .testimonials-section .testimonials-slider .testimonial-card .client-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px;
}
.page-template-page-about .testimonials-section .testimonials-slider .testimonial-card .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-about .testimonials-section .testimonials-slider .testimonial-card .testimonial-text {
  color: #999;
  font-size: 0.95rem;
  line-height: 1.6;
  font-style: italic;
  min-height: 75px;
}
.page-template-page-about .testimonials-section .testimonials-slider .testimonial-card .client-name {
  color: #3d3d3d;
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
}
.page-template-page-about .testimonials-section .testimonials-slider .testimonial-card .client-position {
  color: #D4AF37;
  font-size: 0.85rem;
  font-weight: 500;
  display: block;
}
.page-template-page-about .testimonials-section .slick-dots {
  text-align: center;
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.page-template-page-about .testimonials-section .slick-dots li {
  margin: 0 2.5px;
  display: inline-block;
}
.page-template-page-about .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;
}
.page-template-page-about .testimonials-section .slick-dots li button::before {
  display: none;
}
.page-template-page-about .testimonials-section .slick-dots li.slick-active button {
  background: #D4AF37;
  border-radius: 10px;
}
.page-template-page-about .about-cta-section {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url("../images/sample/banner3.jpeg") center/cover no-repeat;
}
.page-template-page-about .about-cta-section .cta-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.page-template-page-about .about-cta-section .cta-wrap .section-prefix {
  color: #000;
  background: #D4AF37;
  font-size: 12px;
  font-weight: 600;
  padding: 5.5px 12px;
  border-radius: 50px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 18px;
}
.page-template-page-about .about-cta-section .cta-wrap .cta-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.page-template-page-about .about-cta-section .cta-wrap .cta-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
.page-template-page-about .about-cta-section .cta-wrap .theme-btn {
  width: 260px;
  margin: 0 auto;
  background: #D4AF37;
  border-color: #D4AF37;
  color: #000;
}
.page-template-page-about .about-cta-section .cta-wrap .theme-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.page-template-page-about {
  /* Responsive */
}
@media (max-width: 1199.98px) {
  .page-template-page-about .story-section .story-content,
  .page-template-page-about .vision-mission-section .vm-content {
    padding-left: 30px;
  }
  .page-template-page-about .vision-mission-section .mission-row .vm-content {
    padding-right: 30px;
  }
  .page-template-page-about .story-section .story-image img,
  .page-template-page-about .vision-mission-section .vm-image img {
    height: 420px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-about .intro-section {
    padding: 70px 0 40px;
  }
  .page-template-page-about .intro-section .section-head .section-title {
    font-size: 2rem;
  }
  .page-template-page-about .story-section {
    padding: 50px 0 60px;
  }
  .page-template-page-about .story-section .story-image {
    padding: 15px;
    margin-bottom: 30px;
  }
  .page-template-page-about .story-section .story-image img {
    height: 380px;
    border-radius: 0 100px 0 100px;
  }
  .page-template-page-about .story-section .story-image .story-image-frame {
    border-radius: 0 100px 0 100px;
    inset: 0 0 0 15px;
    transform: translate(12px, 12px);
  }
  .page-template-page-about .story-section .story-content {
    padding-left: 0;
    text-align: center;
  }
  .page-template-page-about .story-section .story-content .section-title {
    font-size: 2rem;
  }
  .page-template-page-about .story-section .story-content .theme-btn {
    margin: 15px auto 0;
  }
  .page-template-page-about .showcase-section {
    padding: 0 0 60px;
  }
  .page-template-page-about .showcase-section .showcase-image img {
    height: 300px;
  }
  .page-template-page-about .services-section {
    padding: 70px 0 50px;
  }
  .page-template-page-about .vision-mission-section {
    padding: 70px 0 60px;
  }
  .page-template-page-about .vision-mission-section .vision-row {
    margin-bottom: 60px;
  }
  .page-template-page-about .vision-mission-section .vm-image {
    margin-bottom: 30px;
  }
  .page-template-page-about .vision-mission-section .vm-image img {
    height: 360px;
  }
  .page-template-page-about .vision-mission-section .vm-content {
    padding-left: 0;
    text-align: center;
  }
  .page-template-page-about .vision-mission-section .vm-content .section-title {
    font-size: 1.8rem;
  }
  .page-template-page-about .vision-mission-section .mission-row .vm-content {
    padding-right: 0;
  }
  .page-template-page-about .stats-section {
    padding: 60px 0 40px;
  }
  .page-template-page-about .stats-section .stat-item {
    margin-bottom: 25px;
  }
  .page-template-page-about .stats-section .stat-item .stat-value {
    font-size: 2.6rem;
  }
  .page-template-page-about .stats-section .col-md-3:not(:last-child) .stat-item::after {
    display: none;
  }
  .page-template-page-about .about-cta-section {
    padding: 80px 15px;
  }
  .page-template-page-about .about-cta-section .cta-wrap .cta-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-about .intro-section {
    padding: 60px 15px 30px;
  }
  .page-template-page-about .intro-section .section-head .section-title {
    font-size: 1.7rem;
  }
  .page-template-page-about .intro-section .section-head .section-title br {
    display: none;
  }
  .page-template-page-about .intro-section .section-head .intro-description {
    font-size: 0.95rem;
  }
  .page-template-page-about .story-section {
    padding: 40px 15px 50px;
  }
  .page-template-page-about .story-section .story-image img {
    height: 300px;
    border-radius: 0 70px 0 70px;
  }
  .page-template-page-about .story-section .story-image .story-image-frame {
    border-radius: 0 70px 0 70px;
  }
  .page-template-page-about .story-section .story-content .section-title {
    font-size: 1.6rem;
  }
  .page-template-page-about .story-section .story-content .theme-btn {
    width: 220px;
  }
  .page-template-page-about .showcase-section {
    padding: 0 15px 50px;
  }
  .page-template-page-about .showcase-section .showcase-image img {
    height: 240px;
  }
  .page-template-page-about .services-section {
    padding: 60px 15px 40px;
  }
  .page-template-page-about .services-section .section-head .section-title {
    font-size: 1.7rem;
  }
  .page-template-page-about .services-section .section-head .section-title br {
    display: none;
  }
  .page-template-page-about .services-section .service-item {
    padding: 28px 20px 24px;
  }
  .page-template-page-about .vision-mission-section {
    padding: 50px 15px;
  }
  .page-template-page-about .vision-mission-section .vm-image img {
    height: 280px;
  }
  .page-template-page-about .vision-mission-section .vm-content .section-title {
    font-size: 1.55rem;
  }
  .page-template-page-about .stats-section {
    padding: 50px 15px 30px;
  }
  .page-template-page-about .stats-section .stat-item .stat-value {
    font-size: 2.2rem;
  }
  .page-template-page-about .stats-section .stat-item .stat-label {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .page-template-page-about .about-cta-section {
    padding: 70px 15px;
  }
  .page-template-page-about .about-cta-section .cta-wrap .cta-title {
    font-size: 1.6rem;
  }
  .page-template-page-about .about-cta-section .cta-wrap .cta-text {
    font-size: 0.95rem;
  }
  .page-template-page-about .about-cta-section .cta-wrap .theme-btn {
    width: 240px;
  }
}
@media (max-width: 479.98px) {
  .page-template-page-about .story-section .story-image {
    padding: 10px;
  }
  .page-template-page-about .story-section .story-image img {
    height: 260px;
  }
  .page-template-page-about .showcase-section .showcase-image img {
    height: 200px;
  }
  .page-template-page-about .services-section .service-item .service-icon {
    width: 64px;
    height: 64px;
  }
  .page-template-page-about .services-section .service-item .service-icon i {
    font-size: 1.7rem;
  }
  .page-template-page-about .stats-section .stat-item .stat-value {
    font-size: 1.85rem;
  }
  .page-template-page-about .vision-mission-section .vm-image img {
    height: 230px;
  }
}

.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: #D4AF37;
  background: transparent;
  box-shadow: none;
  border: none;
}
.page-template-page-faqs .qnas-section .accordion .accordion-button:not(.collapsed) {
  color: #D4AF37;
  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: #D4AF37;
}
.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: #D4AF37;
  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 #D4AF37;
}
.page-template-page-contact .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #D4AF37;
  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: #000;
  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: #D4AF37 !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: #D4AF37;
  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: #D4AF37;
  display: block;
  margin-bottom: 5px;
}
.page-template-page-careers .careers-section .careers-sidebar .careers-contact a {
  color: #000;
  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: #D4AF37;
  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: #D4AF37;
  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: #000;
  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: #D4AF37;
  transition: transform 0.3s ease;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions .btn-expand:hover {
  border-color: #D4AF37;
}
.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: #000;
  border-color: #000;
  white-space: nowrap;
}
.page-template-page-careers .careers-section .careers-listings .career-card .career-actions .career-apply-btn:hover {
  background: black;
  border-color: black;
}
.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: #D4AF37;
  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;
  }
}
.page-template-page-team .team-intro-section {
  padding: 90px 0 30px;
}
.page-template-page-team .team-intro-section .section-head {
  max-width: 820px;
  margin: 0 auto;
}
.page-template-page-team .team-intro-section .section-head .section-prefix {
  margin-bottom: 20px;
}
.page-template-page-team .team-intro-section .section-head .section-title {
  margin-bottom: 35px;
}
.page-template-page-team .team-intro-section .section-head .intro-description {
  margin: 0 auto 40px;
}
.page-template-page-team .team-intro-section .section-head .intro-divider {
  width: 18px;
  height: 80px;
  margin: 0 auto;
  background: url(/wp-content/themes/storefront-child/public/images/i.png) no-repeat center;
  background-size: contain;
}
.page-template-page-team .team-grid-section {
  padding: 60px 0 80px;
}
.page-template-page-team .team-grid-section .team-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.page-template-page-team .team-grid-section .team-card .team-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #f4f5f9;
}
.page-template-page-team .team-grid-section .team-card .team-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.page-template-page-team .team-grid-section .team-card .team-photo .team-socials {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.page-template-page-team .team-grid-section .team-card .team-photo .team-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #D4AF37;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.page-template-page-team .team-grid-section .team-card .team-photo .team-socials a:hover {
  background: #fff;
  color: #D4AF37;
  transform: translateY(-3px);
}
.page-template-page-team .team-grid-section .team-card .team-info {
  padding: 22px 20px 26px;
  text-align: center;
}
.page-template-page-team .team-grid-section .team-card .team-info .team-name {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.3;
}
.page-template-page-team .team-grid-section .team-card .team-info .team-position {
  color: #D4AF37;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  margin: 0;
}
.page-template-page-team .team-grid-section .team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}
.page-template-page-team .team-grid-section .team-card:hover .team-photo img {
  transform: scale(1.06);
}
.page-template-page-team .team-grid-section .team-card:hover .team-photo .team-socials {
  transform: translateY(0);
  opacity: 1;
}
.page-template-page-team .team-cta-section {
  padding: 60px 0 100px;
}
.page-template-page-team .team-cta-section .cta-wrap {
  background: #000;
  border-radius: 18px;
  padding: 70px 30px;
  max-width: 1100px;
  margin: 0 auto;
}
.page-template-page-team .team-cta-section .cta-wrap .cta-title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-template-page-team .team-cta-section .cta-wrap .cta-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 30px;
}
.page-template-page-team .team-cta-section .cta-wrap .theme-btn {
  display: inline-flex;
  background: #D4AF37;
  color: #000;
  border: 2px solid #D4AF37;
  margin: 0 auto;
}
.page-template-page-team .team-cta-section .cta-wrap .theme-btn:hover {
  background: transparent;
  color: #D4AF37;
}
@media (max-width: 991px) {
  .page-template-page-team .team-intro-section {
    padding: 70px 0 20px;
  }
  .page-template-page-team .team-intro-section .section-head .section-title {
    font-size: 2rem;
  }
  .page-template-page-team .team-intro-section .section-head .section-title br {
    display: none;
  }
  .page-template-page-team .team-grid-section {
    padding: 40px 0 60px;
  }
  .page-template-page-team .team-cta-section {
    padding: 40px 0 80px;
  }
  .page-template-page-team .team-cta-section .cta-wrap {
    padding: 55px 25px;
  }
  .page-template-page-team .team-cta-section .cta-wrap .cta-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .page-template-page-team .team-intro-section {
    padding: 50px 0 10px;
  }
  .page-template-page-team .team-intro-section .section-head .section-title {
    font-size: 1.6rem;
  }
  .page-template-page-team .team-intro-section .section-head .intro-description {
    font-size: 0.95rem;
  }
  .page-template-page-team .team-grid-section .team-card .team-info {
    padding: 18px 16px 22px;
  }
  .page-template-page-team .team-grid-section .team-card .team-info .team-name {
    font-size: 1.1rem;
  }
  .page-template-page-team .team-grid-section .team-card .team-info .team-position {
    font-size: 0.72rem;
  }
  .page-template-page-team .team-grid-section .team-card .team-photo .team-socials {
    transform: translateY(0);
    opacity: 1;
  }
  .page-template-page-team .team-cta-section .cta-wrap {
    padding: 45px 20px;
    border-radius: 14px;
  }
  .page-template-page-team .team-cta-section .cta-wrap .cta-title {
    font-size: 1.35rem;
  }
  .page-template-page-team .team-cta-section .cta-wrap .cta-text {
    font-size: 0.92rem;
  }
}

@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;
  }
}
