:root {
  --champei-green: #038f50;
  --champei-green-dark: #02673a;
  --champei-mint: #e9f7f0;
  --champei-ink: #17231d;
  --champei-muted: #66746d;
  --champei-cream: #f8f5ee;
  --champei-rose: #d7a894;
  --champei-border: rgba(3, 143, 80, 0.16);
}

body {
  color: var(--champei-ink);
  font-family: "Montserrat", "Roboto", sans-serif;
}

a:hover,
.form-group label a,
.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover,
.main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a:hover,
.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover,
.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--champei-green);
}

.section-title h2 span::after,
.section-title h2 span::before,
.home-banner-area .banner-content .title span::after,
.home-banner-area .banner-content .title span::before,
.about-section .content .title span::after,
.about-section .content .title span::before,
.about-section .content .content-list li::after,
.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::before,
.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::before {
  background: var(--champei-green);
}

.primary-btn,
.primary-btn.style-three {
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  border-color: var(--champei-green);
  background: var(--champei-green);
  color: #ffffff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 17px 28px;
  text-transform: uppercase;
  box-shadow: none!important;
  border: none!important;
}

.primary-btn:hover,
.primary-btn.style-three:hover {
  border-color: var(--champei-green);
  background: #fff!important;
  color: var(--champei-green);
  transform: translateY(-2px);
  /* box-shadow: 0 18px 35px rgba(3, 143, 80, 0.14); */
}

.go-top.style-three {
  background: var(--champei-green);
}

.go-top.style-three:hover {
  color: var(--champei-green);
}

.footer-area.style-three .footer-links li a:hover,
.footer-area.style-three .copy-right-area .copy-right-content {
  color: var(--champei-mint);
}

.footer-area.style-three .social-link a {
  border-color: var(--champei-green);
  color: var(--champei-mint);
}

.footer-area.style-three .social-link a:hover {
  background: var(--champei-green);
  color: #ffffff;
}

body.page-id-2 .header-style-three .main-navbar-area {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(18, 35, 27, 0.12);
  backdrop-filter: blur(8px);
}

body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar {
  padding: 24px 0;
}

body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .main-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 16px;
  text-transform: uppercase;
}

body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .main-nav .navbar .navbar-nav .nav-item a::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  background: var(--champei-green);
}

body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .main-nav .navbar .navbar-nav .nav-item a:hover::after,
body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .main-nav .navbar .navbar-nav .nav-item a.active::after {
  transform: scaleX(1);
}

body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .navbar-brand img,
body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .main-responsive-nav .logo img {
  filter: none;
}

body.page-id-2 .header-style-three .main-navbar-area.stickyadd {
  border-bottom: 1px solid var(--champei-border);
  background: rgba(255, 255, 255, 0.98);
}

body.page-id-2 {
  overflow-x: hidden;
}

.champei-mobile-menu-toggle {
  display: none;
}

.jac-home {
  overflow: hidden;
  background: #ffffff;
}

.jac-home h1,
.jac-home h2,
.jac-home h3 {
  color: var(--champei-ink);
  font-family: "Cormorant Garamond", "Vollkorn", serif;
}

.jac-hero {
  margin-top: 0;
}

.jac-home .jac-hero .slider-item {
  min-height: 780px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(14, 31, 22, 0.78) 0%, rgba(14, 31, 22, 0.5) 48%, rgba(14, 31, 22, 0.18) 100%), var(--slide-image);
  background-position: center;
  background-size: cover;
}

.jac-home .jac-hero .slider-item::after {
  content: none;
}

.jac-home .jac-hero .banner-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 210px 0 180px;
  text-align: center;
}

.jac-home .jac-hero .banner-content .title {
  margin: 0 0 24px;
  padding: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  font-size: 86px;
  font-weight: 600;
  line-height: 0.95;
  text-transform: none !important;
}

.jac-home .jac-hero .banner-content .text {
  max-width: 620px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
}

.jac-eyebrow,
.jac-section-heading span,
.jac-service-panel > span,
.jac-booking-box > span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  color: var(--champei-green);
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.jac-eyebrow {
  color: #ffffff;
}

.jac-eyebrow::before,
.jac-eyebrow::after,
.jac-section-heading span::before,
.jac-section-heading span::after {
  width: 46px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.6;
}

.jac-align-left span::before {
  content: none;
}

.jac-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.jac-actions-dark {
  justify-content: flex-start;
}

.jac-btn-outline,
.jac-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0px;
  color: #ffffff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 15px 26px;
  text-transform: uppercase;
}

.jac-btn-outline:hover {
  border-color: var(--champei-green);
  background: #ffffff;
  color: var(--champei-green);
  transform: translateY(-2px);
}

.jac-link-btn {
  border-color: var(--champei-border);
  color: var(--champei-green);
}

.jac-link-btn:hover {
  background: var(--champei-green);
  color: #ffffff;
}

.jac-home .banner-slider-two.owl-carousel .owl-nav button[class*=owl-],
.jac-home .product-slider-two.owl-carousel .owl-nav button[class*=owl-],
.jac-home .testimonial-slider.owl-carousel .owl-nav button[class*=owl-] {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.3s ease;
}

.jac-home .banner-slider-two.owl-carousel .owl-nav button[class*=owl-]:hover,
.jac-home .product-slider-two.owl-carousel .owl-nav button[class*=owl-]:hover,
.jac-home .testimonial-slider.owl-carousel .owl-nav button[class*=owl-]:hover {
  border-color: var(--champei-green);
  background: var(--champei-green);
  color: #ffffff;
}

.jac-home .banner-slider-two.owl-carousel .owl-nav button[class*=owl-]:first-child {
  left: 34px;
}

.jac-home .banner-slider-two.owl-carousel .owl-nav button[class*=owl-]:last-child {
  right: 34px;
}

.jac-home .jac-hero .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 36px;
  left: 0;
  text-align: center;
}

.jac-home .jac-testimonial-slider.owl-carousel .owl-dots {
  position: static;
  margin-top: 26px;
  text-align: center;
}

.jac-home .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  transition: all 0.3s ease;
}

.jac-home .owl-carousel .owl-dots .owl-dot.active {
  width: 28px;
  border-radius: 20px;
  background: var(--champei-green);
}

.jac-home .owl-carousel .owl-item.active .jac-eyebrow {
  animation: jacFadeDown 0.7s ease both;
}

.jac-home .owl-carousel .owl-item.active .banner-content .title {
  animation: jacFadeUp 0.8s ease 0.08s both;
}

.jac-home .owl-carousel .owl-item.active .banner-content .text {
  animation: jacFadeUp 0.8s ease 0.16s both;
}

.jac-home .owl-carousel .owl-item.active .jac-actions {
  animation: jacFadeUp 0.8s ease 0.24s both;
}

.jac-promo-strip {
  position: relative;
  z-index: 4;
  margin-top: -64px;
}

.jac-mini-card {
  min-height: 128px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--champei-border);
  background: #ffffff;
  color: var(--champei-ink);
  box-shadow: 0 18px 45px rgba(23, 35, 29, 0.1);
}

.jac-mini-card:hover {
  z-index: 2;
  border-color: var(--champei-green);
  color: var(--champei-ink);
  transform: translateY(-8px);
}

.jac-mini-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--champei-mint);
  color: var(--champei-green);
  font-size: 28px;
}

.jac-mini-copy {
  display: grid;
  gap: 4px;
  flex: 1;
}

.jac-mini-copy strong {
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  font-size: 26px;
  font-weight: 600;
}

.jac-mini-copy small {
  color: var(--champei-muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jac-mini-card > .bx-right-arrow-alt {
  color: var(--champei-green);
  font-size: 26px;
}

.jac-section {
  padding: 112px 0;
}

.jac-section-heading {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.jac-section-heading.jac-align-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.jac-section-heading h2 {
  margin: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.05;
}

.jac-section-heading p,
.jac-lead,
.jac-healthy p,
.jac-service-panel p,
.jac-booking-box p {
  color: var(--champei-muted);
  font-size: 17px;
  line-height: 1.8;
}

.jac-lead {
  margin-bottom: 30px;
}

.jac-image-collage {
  position: relative;
  min-height: 620px;
  padding: 0 72px 72px 0;
}

.jac-image-collage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 35, 29, 0.16);
}

.jac-image-main {
  aspect-ratio: 4 / 5;
}

.jac-image-floating {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42% !important;
  height: 260px !important;
  border: 10px solid #ffffff;
}

.jac-feature-list {
  display: grid;
  gap: 16px;
}

.jac-feature-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 3px 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--champei-border);
  border-radius: 8px;
  background: #ffffff;
}

.jac-feature-list i {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--champei-mint);
  color: var(--champei-green);
  font-size: 24px;
}

.jac-feature-list strong {
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  font-size: 24px;
  font-weight: 600;
}

.jac-feature-list span {
  color: var(--champei-muted);
  font-size: 14px;
}

.jac-healthy {
  background: linear-gradient(180deg, #ffffff 0%, var(--champei-cream) 100%);
}

.jac-healthy-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1.25fr;
  gap: 18px;
  margin-top: 48px;
}

.jac-healthy-grid img,
.jac-gallery-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.jac-healthy-grid img:nth-child(even) {
  margin-top: 52px;
}

.jac-healthy-grid img:hover,
.jac-gallery-grid a:hover img,
.jac-product-card:hover .jac-product-image img,
.jac-gift-card:hover img,
.jac-service-image:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.jac-gifts {
  background: #ffffff;
}

.jac-gift-card,
.jac-product-card,
.jac-testimonial,
.jac-service-panel {
  border: 1px solid var(--champei-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(23, 35, 29, 0.08);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.jac-gift-card {
  min-height: 100%;
  padding: 34px 28px;
  text-align: center;
}

.jac-gift-card:hover,
.jac-product-card:hover,
.jac-service-panel:hover,
.jac-testimonial:hover {
  border-color: rgba(3, 143, 80, 0.42);
  transform: translateY(-8px);
  box-shadow: 0 26px 62px rgba(23, 35, 29, 0.13);
}

.jac-gift-card img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  margin-bottom: 22px;
  border-radius: 50%;
}

.jac-gift-card h3 {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
}

.jac-gift-card strong {
  display: block;
  margin-bottom: 24px;
  color: var(--champei-green);
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  font-size: 46px;
  font-weight: 600;
}

.jac-gift-card a,
.jac-product-content a {
  display: inline-flex;
  align-items: center;
  color: var(--champei-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jac-gift-featured {
  background: var(--champei-mint);
}

.jac-testimonials {
  position: relative;
  background: linear-gradient(rgba(23, 35, 29, 0.9), rgba(23, 35, 29, 0.9)), url("../images/footer-bg.jpg") center/cover no-repeat;
}

.jac-testimonials .jac-section-heading h2,
.jac-testimonials .jac-section-heading span,
.jac-testimonial p,
.jac-client strong {
  color: #ffffff;
}

.jac-testimonial {
  max-width: 840px;
  margin: 0 auto;
  padding: 46px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.jac-home .testimonial-slider.owl-carousel .owl-nav button[class*=owl-] {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
}

.jac-home .testimonial-slider.owl-carousel .owl-nav button[class*=owl-]:first-child {
  left: 0;
}

.jac-home .testimonial-slider.owl-carousel .owl-nav button[class*=owl-]:last-child {
  right: 0;
}

.jac-testimonial > i {
  color: var(--champei-green);
  font-size: 54px;
}

.jac-testimonial p {
  margin: 12px auto 28px;
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  font-size: 30px;
  line-height: 1.45;
}

.jac-client {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.jac-client img {
  width: 64px !important;
  height: 64px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.jac-client span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.jac-product-card {
  overflow: hidden;
  margin-bottom: 2px;
}

.jac-home .product-slider-two.owl-carousel .owl-nav button[class*=owl-] {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  border-color: var(--champei-border);
  background: #ffffff;
  color: var(--champei-green);
  box-shadow: 0 14px 30px rgba(23, 35, 29, 0.12);
}

.jac-home .product-slider-two.owl-carousel .owl-nav button[class*=owl-]:first-child {
  left: -24px;
}

.jac-home .product-slider-two.owl-carousel .owl-nav button[class*=owl-]:last-child {
  right: -24px;
}

.jac-product-image {
  position: relative;
  overflow: hidden;
  background: var(--champei-cream);
}

.jac-product-image img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.jac-product-actions {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  gap: 9px;
  opacity: 0;
  transform: translateX(12px);
  transition: all 0.3s ease;
}

.jac-product-card:hover .jac-product-actions {
  opacity: 1;
  transform: translateX(0);
}

.jac-product-actions a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--champei-green);
  font-size: 20px;
  box-shadow: 0 10px 26px rgba(23, 35, 29, 0.14);
}

.jac-product-actions a:hover {
  background: var(--champei-green);
  color: #ffffff;
}

.jac-product-content {
  padding: 26px;
}

.jac-product-content > span {
  color: var(--champei-muted);
  font-size: 13px;
}

.jac-product-content h3 {
  margin: 8px 0 10px;
  font-size: 28px;
  font-weight: 600;
}

.jac-stars {
  margin-bottom: 10px;
  color: #d2a24c;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.jac-product-content strong {
  display: block;
  margin-bottom: 18px;
  color: var(--champei-ink);
}

.jac-centered-action {
  margin-top: 44px;
  text-align: center;
}

.jac-services {
  background: var(--champei-cream);
}

.jac-tabs {
  margin-bottom: 36px;
}

.jac-tabs .nav-tabs {
  justify-content: center;
  gap: 10px;
  border: 0;
}

.jac-tabs .nav-tabs .nav-link {
  border: 1px solid var(--champei-border);
  border-radius: 4px;
  background: #ffffff;
  color: var(--champei-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 14px 18px;
  text-transform: uppercase;
}

.jac-tabs .nav-tabs .nav-link:hover,
.jac-tabs .nav-tabs .nav-link.active {
  border-color: var(--champei-green);
  background: var(--champei-green);
  color: #ffffff;
}

.jac-service-content {
  min-height: 520px;
}

.jac-service-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 35, 29, 0.14);
}

.jac-service-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.jac-service-panel {
  margin-left: -80px;
  padding: 50px;
}

.jac-service-panel h3 {
  margin-bottom: 18px;
  font-size: 42px;
}

.jac-service-panel ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.jac-service-panel li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--champei-green);
  background: var(--champei-mint);
}

.jac-service-panel li span {
  color: var(--champei-muted);
}

.jac-service-panel li strong {
  color: var(--champei-green);
}

.jac-booking-cta {
  position: relative;
  padding: 130px 0;
  background-image: linear-gradient(90deg, rgba(23, 35, 29, 0.86), rgba(23, 35, 29, 0.48)), var(--cta-image);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.jac-booking-box {
  max-width: 620px;
}

.jac-booking-box h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 58px;
}

.jac-booking-box p {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.82);
}

.jac-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.jac-gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.jac-gallery-grid img {
  height: 280px;
  border-radius: 0;
}

@keyframes jacFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes jacFadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  body.page-id-2 .header-style-three .main-navbar-area {
    background: #ffffff;
    border-bottom: 1px solid var(--champei-border);
  }

  body.page-id-2 .header-style-three .main-navbar-area .main-responsive-nav .container {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
  }

  body.page-id-2 .header-style-three .main-navbar-area .mean-container a.meanmenu-reveal {
    display: none !important;
  }

  .champei-mobile-menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    align-content: center;
    gap: 6px;
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1200;
    padding: 0 8px;
    border: 1px solid var(--champei-border);
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(23, 35, 29, 0.08);
  }

  .champei-mobile-menu-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: var(--champei-green);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .champei-mobile-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .champei-mobile-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .champei-mobile-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .main-responsive-nav .logo img {
    filter: none;
  }

  .jac-home .jac-hero .slider-item {
    min-height: 700px;
  }

  .jac-home .jac-hero .banner-content .title {
    font-size: 72px;
  }

  .jac-service-panel {
    margin-left: 0;
    margin-top: -44px;
  }
}

@media (max-width: 991px) {
  .jac-section {
    padding: 86px 0;
  }

  .jac-home .jac-hero .banner-content {
    padding: 170px 0 140px;
  }

  .jac-home .jac-hero .banner-content .title {
    font-size: 60px;
  }

  .jac-promo-strip {
    margin-top: 0;
  }

  .jac-mini-card {
    min-height: 112px;
  }

  .jac-image-collage {
    min-height: 560px;
    margin-bottom: 46px;
  }

  .jac-healthy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jac-healthy-grid img:nth-child(even) {
    margin-top: 0;
  }

  .jac-service-image img {
    height: 420px;
  }

  .jac-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .jac-gallery-grid a {
    grid-column: span 1 !important;
  }
}

@media (max-width: 767px) {
  .jac-section {
    padding: 68px 0;
  }

  .jac-home .jac-hero .slider-item {
    min-height: 620px;
  }

  .jac-home .jac-hero .container {
    width: 100vw;
    max-width: 100vw;
  }

  .jac-home .jac-hero .banner-content {
    width: calc(100vw - 30px);
    max-width: 330px;
    margin-left: 0;
    margin-right: auto;
    padding: 140px 0 110px;
  }

  .jac-home .jac-hero .banner-content .title,
  .jac-section-heading h2,
  .jac-booking-box h2 {
    font-size: 36px;
    line-height: 1.05;
  }

  .jac-home .jac-hero .banner-content .text {
    max-width: 320px;
  }

  .jac-home .jac-hero .banner-content .text,
  .jac-section-heading p,
  .jac-lead,
  .jac-healthy p,
  .jac-service-panel p,
  .jac-booking-box p {
    font-size: 16px;
  }

  .jac-eyebrow::before,
  .jac-eyebrow::after,
  .jac-section-heading span::before,
  .jac-section-heading span::after {
    width: 28px;
  }

  .jac-home .banner-slider-two.owl-carousel .owl-nav,
  .jac-home .product-slider-two.owl-carousel .owl-nav,
  .jac-home .testimonial-slider.owl-carousel .owl-nav {
    display: none;
  }

  .jac-actions {
    flex-direction: column;
    align-items: center;
  }

  .jac-actions a {
    width: 100%;
    max-width: 280px;
  }

  .jac-image-collage {
    min-height: auto;
    padding: 0;
  }

  .jac-image-main {
    aspect-ratio: 4 / 3;
  }

  .jac-image-floating {
    position: static;
    width: 100% !important;
    height: 220px !important;
    margin-top: 16px;
    border: 0;
  }

  .jac-feature-list div {
    grid-template-columns: 42px 1fr;
    padding: 16px;
  }

  .jac-feature-list i {
    width: 42px;
    height: 42px;
  }

  .jac-healthy-grid,
  .jac-gallery-grid {
    grid-template-columns: 1fr;
  }

  .jac-healthy-grid img,
  .jac-gallery-grid img {
    height: 260px;
  }

  .jac-testimonial {
    padding: 30px 22px;
  }

  .jac-testimonial p {
    font-size: 24px;
  }

  .jac-product-image img {
    height: 250px;
  }

  .jac-tabs .nav-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .jac-tabs .nav-tabs .nav-item {
    flex: 0 0 auto;
  }

  .jac-service-panel {
    margin-top: 18px;
    padding: 28px 22px;
  }

  .jac-service-panel h3 {
    font-size: 34px;
  }

  .jac-booking-cta {
    padding: 82px 0;
    background-attachment: scroll;
  }
}

/* Jacqueline-style homepage refinements */
body.page-id-2 .jac-home {
  background: #f8f4ef;
}

body.page-id-2 .jac-home h1,
body.page-id-2 .jac-home h2,
body.page-id-2 .jac-home h3 {
  font-family: "Montserrat", "Roboto", sans-serif;
  letter-spacing: 0;
}

body.page-id-2 .header-style-three .main-navbar-area {
  background: rgba(12, 22, 16, 0.16);
}

body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar {
  padding: 18px 0;
}

.jac-home .jac-hero .slider-item {
  min-height: 690px;
  background-image: linear-gradient(rgba(15, 20, 17, 0.46), rgba(15, 20, 17, 0.46)), var(--slide-image);
  background-position: center;
}

.jac-home .jac-hero .banner-content {
  max-width: 850px;
  padding: 205px 0 150px;
}

.jac-home .jac-hero .banner-content .title {
  margin-bottom: 14px;
  color: #ffffff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.18;
  text-transform: uppercase !important;
}

.jac-home .jac-hero .banner-content .text {
  max-width: 540px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

.jac-eyebrow,
.jac-section-heading span,
.jac-service-panel > span,
.jac-booking-box > span,
.jac-healthy-copy > span {
  display: block;
  margin-bottom: 14px;
  color: var(--champei-green);
  font-family: "Mr De Haviland", cursive;
  font-size: 45px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;

}

.jac-eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.jac-eyebrow::before,
.jac-eyebrow::after,
.jac-section-heading span::before,
.jac-section-heading span::after {
  content: none;
}

.jac-home .jac-hero .owl-carousel .owl-dots {
  bottom: 20px;
}

.jac-home .owl-carousel .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.7);
}

.jac-home .owl-carousel .owl-dots .owl-dot.active {
  width: 7px;
  background: #ffffff;
}

.jac-home .banner-slider-two.owl-carousel .owl-nav button[class*=owl-],
.jac-home .testimonial-slider.owl-carousel .owl-nav button[class*=owl-] {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.18);
}

.jac-welcome-showcase {
  padding: 88px 0 86px;
  background: #f8f4ef;
}

.jac-section-heading {
  max-width: 100%;
  margin-bottom: 46px;
}

.jac-section-heading h2 {
  margin-bottom: 18px;
  color: #575d5a;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.08em!important;
  line-height: 1.2;
  text-transform: uppercase;
}

.jac-section-heading p,
.jac-lead,
.jac-healthy p,
.jac-service-panel p,
.jac-booking-box p {
  color: #8d938e;
  font-size: 13px;
  line-height: 1.9;
}

.jac-feature-cards {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 34px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.jac-feature-card {
  position: relative;
  overflow: hidden;
  max-width: 430px;
  margin: 0 auto;
  padding-bottom: 48px;
  background: transparent;
  
  text-align: center;
}

.jac-feature-card img {
  width: 100%;
  border: 5px solid #fff;
  height: 450px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.jac-feature-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.jac-feature-card-panel {
  position: relative;
  z-index: 2;
  width: calc(100% - 42px);
  min-height: 204px;
  display: grid;
  align-content: center;
  margin: -76px auto 0;
  padding: 22px 18px 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(23, 35, 29, 0.08);
}

.jac-feature-card-panel h3 {
  margin-bottom: 0;
  color: var(--champei-green);
  font-family: "Mr De Haviland", cursive;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.jac-feature-card-panel p {
  margin: 0;
  color: #595f5c;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jac-feature-button {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--champei-green);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jac-feature-button:hover {
  background: var(--champei-green-dark);
  color: #ffffff;
}

.jac-feature-card-accent .jac-feature-card-panel h3 {
  color: var(--champei-rose);
}

.jac-feature-card-accent .jac-feature-button {
  background: var(--champei-rose);
}

.jac-feature-card-accent .jac-feature-button:hover {
  background: #c38f75;
}

.jac-healthy-band {
  min-height: 335px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(rgba(25, 30, 26, 0.5), rgba(25, 30, 26, 0.5)), var(--healthy-image);
  background-position: center 45%;
  background-size: cover;
  text-align: center;
}

.jac-healthy-copy {
  max-width: 820px;
  margin: 0 auto;
  padding: 70px 0;
}

.jac-healthy-copy > span {
  color: rgba(255, 255, 255, 0.86);
}

.jac-healthy-copy h2 {
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.jac-healthy-band .jac-btn-outline {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #ffffff;
}

.jac-healthy-band .jac-btn-outline:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--champei-green);
}

.jac-logo-strip {
  padding: 60px 0;
  background: #486830;
}

.jac-logo-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: center;
}

.jac-logo-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.jac-logo-row i {
  font-size: 24px;
}

.jac-gifts {
  background: #f8f4ef;
}

.jac-gift-card {
  position: relative;
  overflow: hidden;
  min-height: 372px;
  padding: 44px 28px 76px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 44px rgba(23, 35, 29, 0.06);
}

.jac-gift-card:hover {
  box-shadow: 0 22px 58px rgba(23, 35, 29, 0.1);
}

.jac-gift-card img {
  width: 148px;
  height: 148px;
  margin-bottom: 18px;
}

.jac-gift-card h3 {
  margin-bottom: 10px;
  color: var(--champei-green);
  font-family: "Mr De Haviland", cursive;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.jac-gift-card strong {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -72px 0 28px 112px;
  border-radius: 50%;
  background: var(--champei-green);
  color: #ffffff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.jac-gift-card a {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  justify-content: center;
  background: var(--champei-green);
  color: #ffffff;
}

.jac-gift-card a:hover {
  background: var(--champei-green-dark);
  color: #ffffff;
}

.jac-gift-featured {
  background: #ffffff;
}

.jac-gift-featured h3 {
  color: var(--champei-rose);
}

.jac-gift-featured strong,
.jac-gift-featured a {
  background: var(--champei-rose);
}

.jac-testimonials {
  padding: 120px 0;
  background-image: linear-gradient(rgba(23, 22, 21, 0.6), rgba(23, 22, 21, 0.6)), url("../../Images/Version%201/DSC06758.jpg");
  background-position: center 48%;
  background-size: cover;
}

.jac-testimonials .jac-section-heading {
  margin-bottom: 30px;
}

.jac-testimonials .jac-section-heading h2,
.jac-testimonials .jac-section-heading span {
  color: #ffffff;
}

.jac-testimonial {
  max-width: 780px;
  padding: 0 60px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.jac-testimonial:hover {
  transform: none;
  box-shadow: none;
}

.jac-testimonial > i {
  color: #ffffff;
  font-size: 22px;
  opacity: 0.65;
}

.jac-testimonial p {
  max-width: 720px;
  margin: 16px auto 24px;
  color: #ffffff;
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.65;
}

.jac-client {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.jac-client img {
  width: 58px !important;
  height: 58px;
}

.jac-client strong {
  color: #ffffff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jac-products {
  background: #f8f4ef;
}

.jac-product-card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 14px 38px rgba(23, 35, 29, 0.06);
  text-align: center;
}

.jac-product-image {
  background: #ffffff;
}

.jac-product-content > span {
  display: block;
  color: #9ba19d;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jac-product-content h3 {
  color: #545b57;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jac-product-content strong {
  color: #8d938e;
  font-size: 13px;
  font-weight: 400;
}

.jac-services {
  background: #ffffff;
}

.jac-tabs .nav-tabs .nav-link {
  border: 0;
  background: #f8f4ef;
  color: #69706b;
}

.jac-tabs .nav-tabs .nav-link:hover,
.jac-tabs .nav-tabs .nav-link.active {
  background: var(--champei-green);
  color: #ffffff;
}

.jac-service-panel h3,
.jac-booking-box h2 {
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  letter-spacing: 0;
}

@media (max-width: 1199px) {
  body.page-id-2 .header-style-three .main-navbar-area {
    background: #ffffff;
  }

  .jac-home .jac-hero .slider-item {
    min-height: 640px;
  }

  .jac-home .jac-hero .banner-content .title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .jac-feature-card img {
    height: 300px;
  }

  .jac-logo-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .jac-home .jac-hero .slider-item {
    min-height: 600px;
  }

  .jac-home .jac-hero .banner-content {
    width: calc(100vw - 30px);
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    padding: 150px 0 104px;
    text-align: center;
  }

  .jac-home .jac-hero .banner-content .title,
  .jac-section-heading h2,
  .jac-healthy-copy h2 {
    font-size: 30px;
    letter-spacing: 0.04em;
  }

  .jac-eyebrow,
  .jac-section-heading span,
  .jac-service-panel > span,
  .jac-booking-box > span,
  .jac-healthy-copy > span {
    font-size: 30px;
  }

  .jac-welcome-showcase {
    padding: 68px 0;
  }

  .jac-feature-card {
    max-width: 360px;
  }

  .jac-healthy-band {
    min-height: 310px;
  }

  .jac-logo-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jac-logo-row span {
    white-space: normal;
  }

  .jac-gift-card {
    max-width: 360px;
    margin: 0 auto 24px;
  }

  .jac-testimonial {
    padding: 0 10px;
  }
}

body.page-id-2 .jac-home .jac-hero .owl-carousel .owl-dots {
  right: 0;
  left: 0;
  transform: none;
}

body.page-id-2 .jac-home .jac-feature-card-panel h3,
body.page-id-2 .jac-home .jac-gift-card h3 {
  font-family: "Mr De Haviland", cursive;
  letter-spacing: 0;
}

body.page-id-2 .jac-home .jac-feature-card-panel h3 {
  color: var(--champei-green);
  font-size: 36px;
  font-weight: 700;
}

body.page-id-2 .jac-home .jac-feature-card-accent .jac-feature-card-panel h3 {
  color: var(--champei-rose);
}

body.page-id-2 .jac-home .jac-gift-card h3 {
  color: var(--champei-green);
  font-size: 42px;
  font-weight: 700;
}

body.page-id-2 .jac-home .jac-gift-featured h3 {
  color: var(--champei-rose);
}

body.page-id-2 .jac-home .jac-service-panel h3,
body.page-id-2 .jac-home .jac-booking-box h2 {
  font-family: "Cormorant Garamond", "Vollkorn", serif;
  letter-spacing: 0;
}

body.page-id-2 .jac-hero,
body.page-id-2 .jac-hero .container-fluid,
body.page-id-2 .jac-hero .banner-slider-two,
body.page-id-2 .jac-hero .owl-stage-outer,
body.page-id-2 .jac-hero .owl-stage,
body.page-id-2 .jac-hero .owl-item,
body.page-id-2 .jac-home .jac-hero .slider-item {
  height: 100vh;
  min-height: 760px;
}

body.page-id-2 .jac-home .jac-hero .slider-item {
  align-items: center;
}

body.page-id-2 .jac-home .jac-hero .banner-content {
  padding: 0;
  transform: translateY(9vh);
}

body.page-id-2 .jac-home .jac-hero .owl-carousel .owl-dots {
  bottom: 28px;
}

@media (min-width: 1200px) {
  body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) {
    border-bottom: 0;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.38) 0%, rgba(18, 18, 18, 0.16) 68%, rgba(18, 18, 18, 0) 100%);
    backdrop-filter: none;
  }

  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar {
    min-height: 96px;
    padding: 0;
  }

  body.page-id-2 .header-style-three .main-navbar-area .navbar-brand {
    display: inline-flex;
    align-items: center;
    min-width: 260px;
    margin-right: 72px;
    padding: 0;
  }

  body.page-id-2 .header-style-three .main-navbar-area .navbar-brand img {
    width: auto;
    height: 58px !important;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.16));
  }

  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar .navbar-nav {
    gap: 34px;
    align-items: center;
  }

  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item {
    position: relative;
  }

  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a,
  body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .main-nav .navbar .navbar-nav .nav-item a {
    position: relative;
    padding: 39px 0 35px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
  }

  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a::before {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    height: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.22);
  }

  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a::after,
  body.page-id-2 .header-style-three .main-navbar-area:not(.stickyadd) .main-nav .navbar .navbar-nav .nav-item a::after {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    height: 2px;
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    background: var(--champei-green);
  }

  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item:first-child a::after,
  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover::after,
  body.page-id-2 .header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active::after {
    transform: scaleX(1);
  }

  body.page-id-2 .header-style-three .main-navbar-area.stickyadd .main-nav .navbar {
    min-height: 78px;
  }

  body.page-id-2 .header-style-three .main-navbar-area.stickyadd .navbar-brand img {
    height: 48px !important;
  }

  body.page-id-2 .header-style-three .main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a {
    padding-top: 32px;
    padding-bottom: 30px;
    color: var(--champei-ink);
  }

  body.page-id-2 .header-style-three .main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a::before {
    bottom: 22px;
    background: rgba(3, 143, 80, 0.15);
  }

  body.page-id-2 .header-style-three .main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a::after {
    bottom: 21px;
  }

  body.page-id-2 .jac-home .jac-hero .banner-content .title {
    font-size: 58px;
  }

  body.page-id-2 .jac-home .jac-hero .banner-content {
    max-width: 1280px;
  }

  body.page-id-2 .jac-home .jac-hero .banner-content .text {
    max-width: 760px;
    font-size: 17px;
  }

  body.page-id-2 .jac-home .jac-hero .banner-content .primary-btn {
    min-width: 308px;
    min-height: 60px;
    padding: 21px 34px;
  }
}

@media (max-width: 1199px) {
  body.page-id-2 .jac-hero,
  body.page-id-2 .jac-hero .container-fluid,
  body.page-id-2 .jac-hero .banner-slider-two,
  body.page-id-2 .jac-hero .owl-stage-outer,
  body.page-id-2 .jac-hero .owl-stage,
  body.page-id-2 .jac-hero .owl-item,
  body.page-id-2 .jac-home .jac-hero .slider-item {
    height: 100svh;
    min-height: 700px;
  }

  body.page-id-2 .jac-home .jac-hero .banner-content {
    transform: translateY(3vh);
  }
}

@media (max-width: 767px) {
  body.page-id-2 .jac-hero,
  body.page-id-2 .jac-hero .container-fluid,
  body.page-id-2 .jac-hero .banner-slider-two,
  body.page-id-2 .jac-hero .owl-stage-outer,
  body.page-id-2 .jac-hero .owl-stage,
  body.page-id-2 .jac-hero .owl-item,
  body.page-id-2 .jac-home .jac-hero .slider-item {
    min-height: 620px;
  }

  body.page-id-2 .jac-home .jac-hero .banner-content {
    transform: none;
  }
}
