/*
Theme Name: Wellness With Wafa
Theme URI: http://localhost/wellness-with-wafa/
Author: Codex
Description: Custom WordPress theme rebuilt from the Wellness With Wafa source files.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Text Domain: wellness-with-wafa
*/

html {
  margin-top: 0 !important;
}

body.admin-bar {
  margin-top: 0;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.wp-site-blocks,
.site-content {
  min-height: 100vh;
}

.wellness-default-content {
  padding: 120px 0 80px;
}

.wellness-default-content .container {
  max-width: 1140px;
}

img.logo {
  width: 260px;
}

body.home .top-wrap {
  padding: 8px 10px;
  position: relative;
  top: 0;
  z-index: 4;
  background: #89a8c4;
}

body.home .ftco-navbar-light {
  position: relative;
  top: 0;
  background: white !important;
}

body.home .topper .text .con span {
  color: white;
}

body.home .topper .text .con span:first-child {
  color: white;
}

body.home .topper .ftco-social li a {
  color: #fff;
}

body.home .topper .ftco-social li a:hover:after {
  background: #88A7C3;
}

body.home .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover,
body.home .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:focus,
body.home .ftco-navbar-light .navbar-nav>.nav-item .nav-link.active {
  color: #EBA7AC;
}

body.home .ftco-navbar-light .border-top-custom:after {
  background: linear-gradient(to right, rgba(136, 167, 195, 0) 0%, #EBA7AC 100%);
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
  color: #2D2926;

}

.ftco-navbar-light .navbar-toggler,
.ftco-navbar-light .navbar-toggler .fa,
.ftco-navbar-light .navbar-toggler span {
  color: #2d2926 !important;
}

.ftco-navbar-light .navbar-toggler .fa {
  font-size: 1.6rem;
}

body.home .ftco-navbar-light .btn-custom {
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.2) 48%,
      rgba(255, 255, 255, 0.45) 50%,
      rgba(255, 255, 255, 0.2) 52%,
      rgba(255, 255, 255, 0) 60%,
      rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 250% 100%;
  background-position: 160% 0;
  transition: filter 0.25s ease;
}

body.home .ftco-navbar-light .btn-custom:hover,
body.home .ftco-navbar-light .btn-custom:focus {
  filter: brightness(1.03);
  animation: wellness-button-shimmer 0.8s ease;
}

@keyframes wellness-button-shimmer {
  0% {
    background-position: 160% 0;
  }

  100% {
    background-position: -60% 0;
  }
}

.topper .ftco-social li a:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  background: #EBA7AC;
  -webkit-transform: unset;
  transform: unset;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ftco-navbar-light .btn-custom:after {
  background: #eba7ac;
}

.ftco-navbar-light .btn-custom {
  background: #eba7ac;
  color: black;
}


.ftco-about-section {
  margin-top: 80px;
  margin-bottom: 60px;
}

.ftco-counter-section {
  margin-top: 50px;
}

.pillars-section {
  position: relative;
  background: url("assets/images/vm-bg.webp") center center/cover no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 0;
}

.pillars-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(45, 41, 38, 0.38), rgba(45, 41, 38, 0.48));
  backdrop-filter: blur(6px) saturate(115%);
  -webkit-backdrop-filter: blur(6px) saturate(115%);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 0;
}

.pillars-section .container-xl {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .pillars-section {
    background-attachment: scroll;
  }
}

h2.text-white.mb-0 {
  color: white;
  font-family: var(--heading-font);
  font-weight: 700;
  color: white;
  text-transform: capitalize;
  font-size: 45px;
  letter-spacing: 1px;
}

.col-md-5.text-md-end.mt-3.mt-md-0.aos-init.aos-animate {
  text-align: end;
}

.achievement-card {
  background: linear-gradient(180deg, #f8f1f2 0%, #eef4f8 100%);
  border-radius: 20px;
  padding: 28px 24px;
  height: 100%;
  /* box-shadow: 0 10px 35px rgba(17, 24, 39, 0.08); */
  border: 1px solid #e6d9dc;
  transition: all 0.3s ease;
}

.achievement-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.10);
  background: linear-gradient(180deg, #e7d5d9 0%, #dce7ef 100%);
}

.achievement-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  background: white;
  color: #1d3557;
}

.achievement-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1d3557;
  margin-bottom: 12px;
}

.achievement-card p {
  color: #667085;
  margin-bottom: 0;
  font-family: var(--body-font);
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
}

.milestones-heading .subheading-book {
  font-family: var(--body-font);
  color: #e58f98;
}

.milestones-heading .book-title {
  font-family: var(--heading-font);
  color: #2d2926;
}

.milestones-heading p {
  color: #667085 !important;
}

.milestones-section {
  background: transparent;
  row-gap: 0;
}

.milestones-section .background-overlay {
  display: none;
}

.milestones-section .row.g-4 {
  row-gap: 1.5rem;
}


.package-heading .subheading-book {
  font-family: var(--body-font);
  color: #e58f98;
}

.package-heading .book-title {
  font-family: var(--heading-font);
  color: #2d2926;
}

.package-heading p {
  color: #667085;
}

.arched-package-card {
  position: relative;
  cursor: pointer;
  background: #fff;
}


.arched-header {
  padding: 34px 20px 44px;
  overflow: hidden;
}

.arched-header::after {
  left: 50%;
  bottom: -18px;
  width: 124%;
  height: 40px;
  transform: translateX(-50%);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  z-index: 0;
}

.arched-header>* {
  position: relative;
  z-index: 1;
}

.featured-arched-card .arched-header {
  padding: 42px 20px 52px;
}

.featured-arched-card {
  border: 2px solid var(--baby-pink);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.featured-arched-card .arched-body,
.featured-arched-card .arched-footer {
  position: relative;
  z-index: 1;
  background: #fff;
}

.featured-arched-card .arched-body {
  margin-top: -10px;
  padding-top: 22px !important;
}

.arched-body {
  padding: 12px 20px 6px !important;
}

.arched-footer {
    padding: 10px 20px 30px !important;
}

.feature-list {
  margin-bottom: 0;
}

.feature-list li {
  padding: 2px 0;
}

.arched-package-card.is-selected::after {
  content: none;
}

.btn-select-plan.is-selected,
.featured-arched-card .btn-select-plan {
  background: var(--baby-pink);
  border-color: var(--baby-pink);
  color: #fff;
}

.btn-select-plan.is-selected:hover,
.featured-arched-card .btn-select-plan:hover {
  background: #de949b;
  border-color: #de949b;
  color: #fff;
}

.ba-section {
    padding: 50px 0 50px;
    background: linear-gradient(180deg, #f8f1f2 0%, #eef4f8 100%);
    position: relative;
    overflow: hidden;
}

.ba-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 167, 172, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.ba-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(136, 167, 195, 0.16) 0%, transparent 70%);
  pointer-events: none;
}

.section-eyebrow {
  font-family: var(--body-font);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #e58f98;
  display: inline-block;
  margin-bottom: 14px;
}

.section-title {
    font-family: var(--heading-font);
    font-size: 34px;
    font-weight: 700;
    color: var(--charcoal-grey);
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #667085;
  max-width: 680px;
  margin: 0 auto 18px;
  line-height: 1.8;
}

.ba-swiper {
  overflow: hidden;
}

.ba-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

.ba-slide {
  flex: 0 0 100%;
  padding: 0 12px;
}

.ba-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: stretch;
      margin-top: 25px;
}

.ba-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12); */
}

.reveal-wrap {
  position: relative;
  width: 38%;
  min-width: 38%;
  min-height: 100%;
  overflow: hidden;
}

.reveal-wrap.is-static {
  display: flex;
  align-items: stretch;
  cursor: default;
  user-select: auto;
}

.rev-after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #eba7ac 0%, #88a7c3 100%);
}

.rev-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.rev-before-clip {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 50%;
}

.rev-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #52677c 0%, #2d2926 100%);
}

.rev-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.rev-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 10;
}

.rev-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e58f98;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
}

.rev-handle::after {
  content: "\f07e";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: FontAwesome;
  font-size: 0.95rem;
  z-index: 11;
}

.rev-lbl {
  position: absolute;
  bottom: 14px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 30px;
  pointer-events: none;
  z-index: 9;
}

.rev-lbl.before {
  left: 14px;
  background: rgba(45, 41, 38, 0.65);
  color: rgba(255, 255, 255, 0.88);
}

.rev-lbl.after {
  right: 14px;
  background: #e58f98;
  color: #fff;
}

.reveal-wrap.is-static .rev-before-clip {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  order: 1;
  flex: 0 0 50%;
  width: 50%;
  min-width: 50%;
  min-height: 100%;
}

.reveal-wrap.is-static .rev-handle {
  display: none;
}

.reveal-wrap.is-static .rev-lbl {
  display: inline-block;
}

.static-visual {
  position: relative;
  inset: auto;
  order: 2;
  flex: 0 0 50%;
  width: 50%;
  min-width: 50%;
  min-height: 100%;
}

.static-before {
  z-index: 2;
}

.reveal-wrap.is-static .rev-before,
.reveal-wrap.is-static .rev-after {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
}

.reveal-wrap.is-static .rev-before img,
.reveal-wrap.is-static .rev-after img {
  position: absolute;
  inset: 0;
}

.ph-icon {
  color: rgba(255, 255, 255, 0.26);
  font-size: 5rem;
  position: relative;
  z-index: 1;
}

.ba-body {
  padding: 28px 30px 30px;
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ba-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ba-num {
    font-family: var(--heading-font);
    font-size: 25px;
    font-weight: 700;
    color: #2D2926;
    line-height: 1;
}

.ba-lbl {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(45, 41, 38, 0.56);
  line-height: 1.45;
}

.ba-quote {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 16px;
}

.ba-name {
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 700;
  color: #2d2926;
}

.ba-dur {
    font-size: 0.76rem;
    color: #89a8c4;
    letter-spacing: 0.06em;
    margin-top: 2px;
    text-transform: uppercase;
}

.mini-stars {
    color: #ff8b00;
    font-size: 15px;
    letter-spacing: 4px;
}

.ctrl-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.ctrl-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(136, 167, 195, 0.35);
  background: transparent;
  color: #88a7c3;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.22s, border-color 0.22s, color 0.22s;
}

.ctrl-btn:hover {
  background: #e58f98;
  border-color: #e58f98;
  color: #fff;
}

.dots-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(136, 167, 195, 0.32);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.22s, width 0.25s;
}

.dot.active {
  background: #e58f98;
  width: 26px;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .ba-section {
    padding: 80px 0 95px;
  }

  .ba-card {
    display: block;
  }

  .reveal-wrap {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 4 / 3;
  }

  .ba-body {
    width: 100%;
  }

  .ba-body {
    padding: 24px 22px 24px;
  }
}

.footer-main-row {
  row-gap: 2rem;
}

.footer-logo {
    width: 270px;
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}


.footer-main-row .ftco-footer-widget {
  width: 100%;
}

.ftco-footer .ftco-footer-social li a {
  color: #88a7c3;
  border-color: rgba(136, 167, 195, 0.35);
}

.ftco-footer .ftco-footer-social li a:hover {
  background: #e58f98;
  border-color: #e58f98;
}

.ftco-footer .ftco-footer-widget ul li a span,
.ftco-footer .block-23 ul li .icon {
  color: #e58f98;
}

.ftco-footer {
  position: relative;
  background-image: linear-gradient(105deg, var(--dusty-blue) 25%, #7ea0be 25%, #7ea0be 50%, var(--dusty-blue) 50%, var(--dusty-blue) 75%, #7ea0be 75%, #7ea0be 100%);
  background-size: 41.41px 154.55px;
}

.ftco-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(79 67 67 / 8%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ftco-footer > .container-xl,
.ftco-footer > .container-fluid {
  position: relative;
  z-index: 1;
}

.footer-bottom{
    padding: 20px;
}

@media (max-width: 767.98px) {
  .modern-services-section .top-bg-layer {
    display: none;
  }

  .modern-services-section {
    background: linear-gradient(180deg, #f8f1f2 0%, #eef4f8 100%);
    padding-top: 80px !important;
  }

  .modern-services-section .heading-section .subheading {
    color: #e58f98 !important;
    opacity: 1 !important;
  }

  .modern-services-section .heading-section h2 {
    color: #2d2926 !important;
  }

  .modern-services-section .view-more-glass {
    background: rgba(136, 167, 195, 0.14);
    border-color: rgba(136, 167, 195, 0.32);
    color: #2d2926 !important;
  }

  .modern-services-section .text-md-end {
    text-align: left !important;
    margin-top: 1.25rem !important;
  }

  .modern-services-section .row.g-4 {
    row-gap: 1rem;
  }
}
