body .primary-btn.btn-orange {border-color:#8f9179; background-color:#8f9179; color: #fff; text-transform:capitalize;}
body .bg-accent-orange-high {   background-color: #E8DCD1;}
body .primary-btn.btn-orange:before { background-color: #cebca5;border-color:#cebca5; }
body .primary-btn.btn-orange:hover {    color: var(--color-white);    --tw-duration: .3s;    transition-duration: .3s;border-color:#cebca5; }
body .text-primary-purple {
    color: #cebca5;
}

body .text-\[\#19ADAB\] {
    color: #cebca5;
}

body .text-\[\#DF6149\] {
    color: #cebca5;
}
body {
    font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Montserrat', sans-serif !important; font-weight: 400;
}

.header-menu nav ul .current-menu-item > a {
  color: #8f9179;  /* your highlight color */
}
li.contact {display:none;}


/* Mobile Menu Fullscreen Fix */
@media (max-width: 768px) {

      .header-menu {
        position: fixed !important;
        top: 100px;
        left: 0px;
        width: 100%;
        height: 60vh;
        background: #e4d2c1;
        z-index: 9999;
        /* display: none; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem 1rem;
      }

  /* When menu is active/open */
  .header-menu.active {
    display: flex;
  }

  .header-menu .nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

  /* Close button inside mobile menu */
  .header-menu button {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }
}

@media (min-width: 80rem) {
    @media (hover: hover) {
        .header-menu nav ul li a:hover {
            color: #8f9179;
        }
    }
}
.bg-\[\#132030\] {
    background-color: #8f9179;
}
.bg-\[\#F4E9FF\] {
    background-color: #E8DCD1;
}
.bg-surface-blue {
    background-color: #E8DCD1;
}
.bg-\[\#FFE9E5\] {
    background-color: #E8DCD1;
}
.page-id-47  .flex-1 .text-sm {color:#8f9179;}
.page-id-47 .address p, .page-id-47 .hero-text a {font-size:16px;}
@media (min-width: 48rem) {
    .md\:bg-accent-orange-high {
        background-color: #E8DCD1;
    }
}
.single .border {border-color:#8f9179;}
@media (hover: hover) {
    .hover\:text-accent-orange-dark:hover {
        color: #E8DCD1;
    }
}
@media (hover: hover) {
    .hover\:decoration-accent-orange-dark:hover {
        -webkit-text-decoration-color: var(--color-accent-orange-dark);
         text-decoration-color:  #E8DCD1; 
    }
}
@media (min-width: 80rem) {
    footer .xl\:text-lg {
        font-size: 16px;
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
}
.brand {max-width:270px;}


/* Home */
p.top_text {font-weight:600;
  font-size:18px;
  color:#ffff;

} 
p.banner_text{
  font-size:16px;
  color:#ffff;

}
p.font-16{
  font-size:16px;


}
h3.caption
{

    font-size: 1.3rem;
    font-weight: 700;

}
.process h2.heading-title {margin-bottom:30px;}
.svglisted svg{max-width:20px;}

.heading-title {text-transform:capitalize; margin-bottom:15px;}

/* Container spacing */
.featured-key-content-swiper {
  padding-bottom: 50px;
  position: relative;
}
.primary-btn {        border-radius: 4px;}

/* Center the pagination bullets */
body .featured-key-content-swiper .swiper-pagination {
  position: absolute !important;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center; /* center bullets inside their container */
  width: auto !important;
}


.membership-section {
    margin: auto;
   
} /* Heading block */
.membership-heading {
    margin-bottom: 40px;
}
.membership-heading .subheader {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 10px;
}
.membership-heading .intro {
    font-size: 1rem;
    color: #444;
    max-width: 700px;
    margin: 0 auto 20px;
}
.membership-heading .cta-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #8f9179;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}
.membership-heading .cta-btn:hover {
    background: #6f715c;
}
.cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    flex: 1;
    min-width: 340px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
} /* Header colors */
.card-header {
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}
.silver {
    background: linear-gradient(135deg, #8f9179, #a6a899);
}
.gold {
    background: linear-gradient(135deg, #e8dcd1, #d6c6b8);
    color: #2d2f2a;
}
.platinum {
    background: linear-gradient(135deg, #d9d9d9, #e8dcd1);
    color: #2d2f2a;
}
.card-header i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}
.card-header h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.card-header p {
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 0.95rem;
}
.card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.card-body h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #8f9179;
    text-align: left;
}
.card-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
    text-align: left;
}
.card-body ul li {
    margin: 6px 0;
}
.card-body ul li:before {
    content: "✓";
    color: #8f9179;
    font-weight: bold;
    margin-right: 8px;
}
.card-footer {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    margin-top: auto; /* keeps footer aligned bottom */ 
    min-height:82px;
}
.boxed .bg-white { background: rgba(232, 220, 209, 1);}
.card-footer p {
    margin: 5px 0 0;
    font-size: 0.85rem;
    font-weight: 400;
    color: #666;
} /* Responsive */
@media (max-width: 1024px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }
    .card {
        max-width: 500px;
           min-width: 500px;
    }
}
@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }
    .card {
        max-width: 100%;
           min-width: 100%;
    }
}
.card-body ul li {
    color: #000;
}
.expandable {
    max-height: 380px; /* adjust based on design */
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.expandable.open {
    max-height: 1000px; /* large enough to fit full content */
}

.read-more-btn {
    display: block;
    margin: 20px auto 10px;
    background: transparent;
    border: none;
    color: #8f9179;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #8f9179;
    text-decoration: underline;
}
.heading-text p {font-size:16px; color:#000;}
.membership-section.has-bg {
    position: relative;
    width: 100%;
  
    
    background-size: 700px auto; /* adjust size */
    background-attachment: fixed;
    background-repeat:no-repeat;
    z-index: 1;
}

.membership-section.has-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 220, 209, 0.8); /* overlay for readability */
    z-index: -1;
}
.section-y-padding.small-y-padding.sm-down-no-y-padding .swiper-wrapper {justify-content: center;}


/* Bar-style bullets */
.featured-key-content-swiper .swiper-pagination-bullet {
  background-color: #8a967a;
  opacity: 0.5;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  margin: 0 4px !important;
  transition: all 0.3s ease;
}

@media (min-width: 80rem) {
    .xl\:h-\[250px\] {
        height: 200px;
    }
}
/* Active bullet - longer & darker */
.featured-key-content-swiper .swiper-pagination-bullet-active {
  background-color: #8a967a;
  opacity: 1;
  width: 35px;
}

/* Arrow buttons - move both to top right */
.featured-key-content-swiper .swiper-button-next,
.featured-key-content-swiper .swiper-button-prev {
  position: absolute;
  top: 15px; /* distance from top */
  width: 35px;
  height: 35px;
  background: none;
  z-index: 11;
}

/* Next arrow far right */
.featured-key-content-swiper .swiper-button-next {
  right: 10px;
}

/* Prev arrow to the left of next arrow */
.featured-key-content-swiper .swiper-button-prev {
    right: 60px;
    left: auto;
}

/* Remove default Swiper arrow icons */
.featured-key-content-swiper .swiper-button-next::after,
.featured-key-content-swiper .swiper-button-prev::after {
  display: none;
}

/* Right arrow */
.featured-key-content-swiper .swiper-button-next {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%238a967a" stroke-width="3" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M8 4l8 8-8 8"/></svg>') no-repeat center;
  background-size: 20px;
}

/* Left arrow */
.featured-key-content-swiper .swiper-button-prev {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%238a967a" stroke-width="3" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M16 4l-8 8 8 8"/></svg>') no-repeat center;
  background-size: 20px;
}

/* Hover effect for arrows */
.featured-key-content-swiper .swiper-button-next:hover,
.featured-key-content-swiper .swiper-button-prev:hover {
  filter: brightness(0.8);
}
h3.font-24{font-size:20px;    margin-bottom: 20px;}
/* Card container */
/* Ensure all swiper slides are equal height */
.featured-key-content-swiper .swiper-slide {
  display: flex;
  height: auto;
}

/* Ensure card fills height and aligns content */
.featured-key-content-swiper .swiper-slide > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* image always at top */
  align-items: center;
  width: 100%;
}

/* Keep images consistent size */
.featured-key-content-swiper img {
  width: 100%;
  max-width: 212px; /* your requested width */
  height: 229px; /* fixed height */
  object-fit: cover; /* crops without distortion */
}

/* Allow text block to stretch */
.featured-key-content-swiper .xs\:pl-2,
.featured-key-content-swiper .sm\:pl-0 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.details p{margin-bottom:15px;}
.pt-0{padding-top: calc(var(--spacing) * 0);}
.pb-0{padding-bottom: calc(var(--spacing) * 0);}
.heading-title.mb-8 {

     margin-bottom: 30px; 
}

/* Contact page */

.page-section{
 z-index: 1;
position: relative;
width: 100%;

}

.contact-section {
    background-size: cover;
    background-attachment: fixed;
   
}
.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 220, 209, 0.8);
    z-index: -1;
}

.sec-header {
  max-width: 700px;
  margin: 0 auto 50px;
}
.sec-heading {

}
.sec-subtitle {

}
.opening-hours {

}

.opening-hours {
  margin-top: 30px;
}

.opening-hours h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left; /* keep consistent with contact */
}

.opening-hours .contact-list i {
  font-size: 18px;
  color: #8F9179;
  background: #E8DCD1;
  padding: 10px;
  border-radius: 50%;
  margin-right: 12px;
  min-width: 42px;
  text-align: center;
}
/* Flex Layout */
.contact-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.contact-info {
  flex: 0 0 60%;
}
.contact-form {
  flex: 0 0 40%;
}

/* Contact List */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact-list i {
  font-size: 20px;
  color: #8F9179;
  margin-right: 12px;
  background: #E8DCD1;
  padding: 10px;
  border-radius: 50%;
  min-width: 44px;
  text-align: center;
}
.contact-list a {
  color: #333;
  text-decoration: none;
}
.contact-list a:hover {
  color: #8F9179;
}
.note {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
}

/* Form Wrapper */
.form-wrapper {
  background: #f9f9f7;
  padding: 50px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.form-wrapper .form-group label {
  background: #f9f9f7;
  z-index: 9999;
}

.form-wrapper .form-group input,
.form-wrapper .form-group select,
.form-wrapper .form-group textarea, .form-wrapper .form-group .wpcf7-intl_tel   {
  padding: 8px 16px;
}

/* Section styling */
.form-section {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: url(https://bespoke.nexatestwp.com/wp-content/uploads/2025/08/output-onlinepngtools-1.png) no-repeat left center;
  background-size: 700px auto;
  background-attachment: fixed;
  z-index: 1;
  display: none;
}

.form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 220, 209, 1);
  z-index: -1;
}

.form-section p {
  font-size: 16px;
  margin-bottom: 30px;
}

/* === Form Grid === */
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  position: relative;
  width: 100%;
}
.wpcf7-response-output {min-width:300px;}

/* Floating label */
.form-group label {
  position: absolute;
  top: -10px;
  left: 18px;
  background: #E8DCD1;
  padding: 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 1; z-index:9999;
}

/* Input styles */
.form-group input,
.form-group select,
.form-group textarea,.form-group .wpcf7-intl_tel  {
  width: 100%;
  color: #000;
  padding: 14px 16px;
  border: 1px solid #8f9179;
  border-radius: 12px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}

.form-group textarea {
  resize: none;
  height: 120px;
  border-radius: 12px;
}
.intl-tel-input.allow-dropdown {width:100%;}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #8f9179;
  box-shadow: 0 0 6px rgba(0, 119, 182, 0.3);
}
body .primary-btn.btn-orange.wpcf7-submit{padding: 8px 20px; min-width:130px;}

/* Full width rows */
.form-group.full-width {
  grid-column: span 2;
}

/* Checkbox */
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #000;
  grid-column: span 2;
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #8f9179;
  border-radius: 4px;
  cursor: pointer;
}

.checkbox-group label a {
  color: #8f9179;
  text-decoration: underline;
}

.checkbox-group input[type="checkbox"]:checked {
  background-color: #8f9179;
  border-color: #8f9179;
}

/* Submit row */
.form-submit {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.form-submit button {
  padding: 14px 40px;
  border: none;
  border-radius: 12px;
  background: #8f9179;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-submit button:hover {
  background: #737566;
  transform: translateY(-2px);
}
.boxed h4 {font-size:18px; margin-top: 10px;}
/* === Responsive Fixes === */
@media (max-width: 768px) {
  .section-y-padding.small-y-padding.sm-down-no-y-padding .swiper-wrapper {justify-content: left;}

  .primary-btn {font-size:16px; color:#fff;}

    .mob-text-center {    text-align: left;}
  form {
    grid-template-columns: 1fr; /* stack fields full width */
  }
  .form-group.full-width,
  .checkbox-group,
  .form-submit {
    grid-column: span 1; /* force full width */
  }
  .form-submit {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .contact-row {
    flex-direction: column;
  }
  .contact-info,
  .contact-form {
    flex: 100%;
  }
}

  .location-section {
  background: #fff; 

}

.location-content {

  margin: 0 auto 40px;
}


.map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  

  margin: 0 auto;
}

/* Section Styling */
.preventive-section {
  position: relative;

   z-index: 1;
}

.preventive-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 220, 209, 0.9);
    z-index: -1;
}

/* Overlay */
.preventive-section .overlay {

}

/* Heading */
.preventive-section h2 {

}

/* Paragraph */
.preventive-section p {

}
.contentcta {max-width:1200px; margin:0px auto;}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top:20px;
}


.cta-buttons a:hover {
  color: #fff!important;
}



/* ===============================
   RESPONSIVE STYLES
   =============================== */

/* Tablets */
@media (max-width: 991px) {
  .preventive-section {
    padding: 80px 15px;
  }
  .preventive-section h2 {
    font-size: 1.8rem;
  }
  .preventive-section p {
    font-size: 1rem;
  }
  .cta-buttons .btn {
    font-size: 0.95rem;
    padding: 10px 20px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .preventive-section {
    padding: 60px 15px;
  }
  .preventive-section h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .preventive-section p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
/*  About us page  */

.story-carousel { font-family: 'Montserrat', sans-serif; }
.story-carousel.fixed-bg { background: no-repeat center center fixed; background-size: cover; }
.story-carousel .overlay { background: rgba(232,220,209,0.9); padding: 80px 20px 100px; }
.story-carousel .section-wrapper {  }

.story-carousel .carousel { position: relative; overflow: hidden; margin-top: 50px; }
.story-carousel .carousel-track { display: flex; transition: transform 0.6s ease; gap: 24px; }

.story-carousel .history-card {
  flex: 0 0 45%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 35px;
  opacity: 0.6;
  transform: scale(0.9);
  transition: all 0.5s ease;
}
.story-carousel .history-card.active {
  flex: 0 0 50%;
  opacity:1;
  transform: scale(1);
  box-shadow:0 12px 28px rgba(0,0,0,0.18);
}
.story-carousel .history-card h3 { font-size:24px; font-weight:600; margin-bottom:8px; color:#8f9179; }
.story-carousel .history-card__details { font-size:16px; line-height:1.6; }

.story-carousel .carousel-nav {
  position: absolute; top:50%; left:0; right:0; transform:translateY(-50%);
  display:flex; justify-content: space-between; pointer-events:none;
}
.story-carousel .carousel-button {
  background:#8f9179; color:#fff; border:none; border-radius:50%; width:44px; height:44px;
  cursor:pointer; font-size:22px; transition: background 0.25s ease; pointer-events:all;
}
.story-carousel .carousel-button:hover { background:#6f7061; }
.story-carousel .carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 24px;
  padding-left: 60px; /* 👈 add some breathing space */
}
/* Responsive */
@media (max-width: 1024px) { .story-carousel .history-card { flex: 0 0 60%; } }
@media (max-width: 768px) { 
  .story-carousel .overlay { padding: 60px 15px 80px; }
  .story-carousel .history-card { flex: 0 0 80%; padding: 25px; }
  .story-carousel .history-card h3 { font-size:20px; }
  .story-carousel .history-card__details { font-size:15px; }

  .story-carousel .carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 24px;
  padding-left: 0px; /* 👈 add some breathing space */
}
}
@media (max-width: 480px) { 
  .story-carousel .overlay { padding: 40px 10px 60px; }
  .story-carousel .history-card.active { flex: 0 0  95%; padding: 20px; margin: 0 auto; }
  .story-carousel .carousel-track { gap: 16px; }
  .story-carousel .history-card h3 { font-size:18px; }
  .story-carousel .history-card__details { font-size:14px; }

  /* hide inactive cards */
  .story-carousel .history-card:not(.active) { display: none; }
    .story-carousel .carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 24px;
  padding-left: 0px; /* 👈 add some breathing space */
}
  
}


.fontsize-24 {font-size:24px;}

.value_container {  
    position: relative;
    width: 100%;
   
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    background-repeat: no-repeat;
}
.value_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 220, 209, 0.8);
    z-index: -1;
}
.bx_cnt {background:rgba(255,255,255,.6)}


  #team-members {

    width: 100%;
    padding: 40px 0;
    background: rgba(232, 220, 209, 0.8);
    z-index: 1;

  }




  /* Section 6 Layout */
.section-6 {
  padding: 80px 20px;
}

.section-6__container {

  display: grid;
  grid-template-columns: 3fr 1fr; /* 75% - 25% */
  gap: 40px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-6__container {
    grid-template-columns: 1fr;
  }
}

/* Left Content */
.section-6__heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-6__details {
  font-size: 16px;
  color: #000;
  margin-bottom: 24px;
}

.section-6__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.section-6__list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.section-6__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4b7355;
  font-weight: bold;
}

/* CTA Button */
.section-6__btn {
  display: inline-block;
  padding: 12px 28px;
  background: #4b7355;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.section-6__btn:hover {
  background: #3b5c46;
}

/* Right Image */
.section-6__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* ===================== */
/* ✨ Animations */
/* ===================== */
.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInLeft 1s ease forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeInRight 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
  .content_section p {margin-bottom:15px;}

    .service-package .cards {text-align:left;}
  .service-package .cards p{margin-bottom:10px;}
  .service-package .card {max-width:500px;}
.card-header h3.f-30 {font-size:30px; }
.card-header h4.f-20 {font-size:24px;}
 .service-package .card-footer {min-height: 56px; border-color: #8f9179;
    background-color: #8f9179;
    color: #fff; border-radius: 0px 0px 0px 0px;
}
.card-footer.primary-btn {display:block;}
.service-package .card-footer:hover{ background-color: #E8DCD1;  color: #8f9179;  border-color: #E8DCD1;}

/* ✨ Animations */

.grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto;
      max-width: 1200px;
      margin: 0% auto;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }


.page-id-41 .grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: auto auto;
      max-width: 1200px;
      margin: 0% auto;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: none;
    }

    .box {
      padding: 2rem;
    }

    /* Left column spans both rows */
    .left {
      grid-row: span 2;
      background: #E8DCD1;
      color: #1E1E1E;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; /* Center logo + heading */
      text-align: center;
    }

    .left img {
      width: 80px;
      height: auto;
      margin-bottom: 1rem;
    }

    .left h2 {
    
    }

    /* Top middle */
    .top-middle {
      background: #8f9179;
      color: #fff;
      display: flex;
      align-items: center;
    }

    .top-middle p {
      
    }

    /* Bottom middle */
    .bottom-middle {
      background: #fff;
    }

    /* Top right image block */
    .top-right img, .bottom-middle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Bottom right */
    .bottom-right {
      background: #8f9179;
      color: #fff;
    }

    .bottom-right p {
      font-size: 1rem;
      line-height: 1.6;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
      }

      .left {
        grid-row: auto;
      }

      .top-right img {
        height: 250px;
      }
    }

    

    @media (max-width: 768px) {
      .grid,.page-id-41 .grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
      }

      .left, .top-middle, .bottom-middle, .top-right, .bottom-right {
        text-align: left;
      }

      .top-middle, .bottom-right {
        padding: 1.5rem;
      }

      .top-right img {
        height: auto;
      }
    }

    
  .services-section {   background: #f9f9f7;
    display: flex;
    justify-content: center;
    align-items: flex-start;
   
    gap: 40px;
  }

  /* Tabs */
  .tabs {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
  }

  .tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #E8DCD1;
    border-radius: 0.75rem;
    cursor: pointer;
    font-weight: bold;
    color: #8f9179;
    transition: background 0.3s, color 0.3s;
  }

  .tab.active {
    background: #8f9179;
    color: #ffffff;
  }

  .tab i {
    font-size: 18px;
  }

  /* Content area */
  .tab-content {
    flex: 1;
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    min-width: 0;
  }

  .tab-pane {
    display: none;
    position: relative;
    height: 500px;
    border-radius: 0.75rem;
    overflow: hidden;
  }

  .tab-pane.active {
    display: block;
  }

  .tab-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.75rem;
  }

  /* overlay_exp */
  .overlay_exp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(143, 145, 121, 0.7);
    z-index: 1;
    border-radius: 0.75rem;
  }
body .cta_box .primary-btn.btn-orange {color:#fff;}
  /* overlay_exp text */
  .service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    color: #fff;
    z-index: 2;
    text-align: left;
    max-width: 100%;
  }

  .service-text h3 {
    margin: 0 0 15px;
    font-size: 2rem;
    color: #ffffff;
    text-align: left;
  }
  .primary-btn.btn-orange {}

  .service-text p {
   
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
  }


  /* ============================= */
  /* RESPONSIVE STYLES */
  /* ============================= */
  @media (max-width: 1024px) {
    .services-section {
      flex-direction: column;
      align-items: center;
    }

    .tabs {
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }

    .tab {
      flex: 1 1 45%;
      justify-content: center;
      text-align: center;
    }

    .tab-content {
      width: 100%;
    }

    .tab-pane {
      height: 400px;
    }

    .service-text {
      max-width: 100%;
      padding: 20px;
    }
  }

  @media (max-width: 768px) {
    .tab {
      flex: 1 1 100%;
    }

    .tab-pane {
      height: 400px;
    }

    .service-text {
      max-width: 100%;
      font-size: 0.9rem;
      padding: 15px;
    }

    .service-text h3 {
      font-size: 1.4rem;
    }

    .cta-btn {
      padding: 10px 20px;
      font-size: 0.9rem;
    }
  }

  @media (max-width: 480px) {
    .tab-pane {
      height: 400px;
    }

    .service-text h3 {
      font-size: 1.2rem;
    }

    .service-text p {
      font-size: 0.85rem;
    }
  }

.packages-comparison {

  background: #f9f9f7;
}

.comparison-header {
 
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 33.3% 1fr 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
}

.comparison-card {
  padding: 20px;
  font-size: 14px;
  border-right: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

.comparison-card:last-child {
  border-right: none;
}

.comparison-card h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.comparison-card .subheading {
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
  opacity: 0.9;
}

.comparison-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.comparison-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Icons styling */
.comparison-card ul li {
  color: inherit;
}

.comparison-card ul li:contains("✔"),
.comparison-card ul li:contains("❌") {
  color: #2e7d32; /* green for both check and cross */
  font-weight: bold;
}

/* Feature column */
.feature-col {
  background: #fff;
  font-weight: 600;
  text-align: left;
}

/* Silver */
.silver {
  background: linear-gradient(135deg, #8f9179, #a6a899);
  color: #fff;
}

/* Gold */
.gold {
  background: linear-gradient(135deg, #e8dcd1, #d6c6b8);
  color: #2d2f2a;
}

/* Platinum */
.platinum {
  background: linear-gradient(135deg, #d9d9d9, #e8dcd1);
  color: #2d2f2a;
}

/* Responsive */
@media(max-width: 991px) {
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  .comparison-card {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .comparison-card:last-child {
    border-bottom: none;
  }
}

  .faq-section {
    background: linear-gradient(135deg, #E8DCD1 0%, #ffffff 100%);
    padding: 80px 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
  }

  /* Medical graphic background */
  .faq-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-image: url('/wp-content/uploads/2025/08/ChatGPT-Image-Aug-18-2025-12_46_47-PM.jpg');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0.08;
    pointer-events: none;
  }

  .faq-container {
  
    margin: auto;
    position: relative;
    z-index: 1;
  }

  .faq-section h2 {
    
    margin-bottom: 50px;
  }

  .faq-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
  }

  .faq-item.active {
    border-left: 4px solid #8f9179;
  }

  .faq-item:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  }

  .faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s;
  }

  .faq-question:focus {
    outline: 2px solid #8f9179;
    outline-offset: 4px;
  }

  .faq-question:hover {
    color: #8f9179;
  }

  .faq-icon {
    font-size: 1.5rem;
    color: #8f9179;
    transition: transform 0.3s ease;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
    color: #555;
  }

  .faq-answer p {
    padding: 15px 0 20px;
    margin: 0;
    line-height: 1.6;
  }

  .faq-item.active .faq-icon {
    transform: rotate(45deg);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .faq-section {
      padding: 60px 15px;
    }
    .faq-section h2 {
      font-size: 1.8rem;
    }
    .faq-question {
      font-size: 1rem;
      padding: 15px;
    }
  }


  .value-container {
position: relative;
    width: 100%;
   
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    background-repeat: no-repeat;
}
.value_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 220, 209, 0.8);
    z-index: -1;
}
.value-container .overlay {
  position: absolute;
  inset: 0;
 background: rgba(232, 220, 209, 0.8);
}

.value-container .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}




.items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.item {
  background: rgba(255, 255, 255, 0.6);
  color: #333;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.item i {
  font-size: 36px;
  color: #8f9179;
  margin-bottom: 15px;
}

.item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.item p {
  font-size: 16px;
  line-height: 1.5;
}

/* Responsive grid */
@media (min-width: 600px) {
  .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .items {
    grid-template-columns: repeat(5, 1fr);
  }
}
  .svglisted svg {min-width:20px;}

    .process-bg {
    position: relative;
    width: 100%;
   
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    }
   .process-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 220, 209, 0.9);
    z-index: -1;
}

    section.process {
     
     
    
      text-align: center;
    }

    section.process h21 {
      font-size: 2.5rem;
      color: #8f9179;
      margin-bottom: 80px;
      font-weight: 600;
    }

    .steps {
      display: flex;
      justify-content: space-between;
      position: relative;
      gap: 60px;
    }

    .step {
      flex: 1;
      text-align: center;
      padding: 0 10px;
      position: relative;
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.8s ease;
    }

    .step.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .step::before {
      content: '';
      position: absolute;
      top: 30px;
      right: -30px;
      width: 60px;
      height: 2px;
      background-color: rgba(143, 145, 121, 0.3);
    }

    .step:last-child::before {
      display: none;
    }

    .circle {
      width: 60px;
      height: 60px;
      margin: 0 auto 20px;
      background-color: #8f9179;
      color: #fff;
      font-size: 1.3rem;
      font-weight: bold;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .step img {
     width: 40px;
  margin: 0 auto 16px;
  display: block;
  opacity: 0.8;
    }

    .step-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #000;
      margin-bottom: 8px;
    }

    .step-desc {
      font-size: 0.95rem;
      color: #000;
    }

    .note {
      font-size: 1rem;
      color: #000;
      margin: 60px auto 20px;
      max-width: 900px;
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.8s ease;
    }

    .note.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .cta-button {
      display: inline-block;
      padding: 14px 32px;
      background-color:##8f9179;
      color: #fff;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      margin-top: 20px;
      opacity: 0;
      transform: scale(0.95);
      transition: all 0.5s ease;
    }

    .cta-button.visible {
      opacity: 1;
      transform: scale(1);
    }

    @media (max-width: 900px) {
      .steps {
        flex-direction: column;
        align-items: center;
        gap: 60px;
      }

      .step::before {
        display: none;
      }
    }

    
    .process-bg {
    position: relative;
    width: 100%;
   
    
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    }
   .process-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 220, 209, 0.9);
    z-index: -1;
}

    section.process {
     
     
    
      text-align: center;
    }

    section.process h21 {
      font-size: 2.5rem;
      color: #8f9179;
      margin-bottom: 80px;
      font-weight: 600;
    }

    .steps {
      display: flex;
      justify-content: space-between;
      position: relative;
      gap: 60px;
    }

    .step {
      flex: 1;
      text-align: center;
      padding: 0 10px;
      position: relative;
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.8s ease;
    }

    .step.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .step::before {
      content: '';
      position: absolute;
      top: 30px;
      right: -30px;
      width: 60px;
      height: 2px;
      background-color: rgba(143, 145, 121, 0.3);
    }

    .step:last-child::before {
      display: none;
    }

    .circle {
      width: 60px;
      height: 60px;
      margin: 0 auto 20px;
      background-color: #8f9179;
      color: #fff;
      font-size: 1.3rem;
      font-weight: bold;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .step img {
     width: 40px;
  margin: 0 auto 16px;
  display: block;
  opacity: 0.8;
    }

    .step-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #000;
      margin-bottom: 8px;
    }

    .step-desc {
      font-size: 0.95rem;
      color: #000;
    }

    .note {
      font-size: 1rem;
      color: #000;
      margin: 60px auto 20px;
      max-width: 700px;
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.8s ease;
    }

    .note.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .cta-button {
      display: inline-block;
      padding: 14px 32px;
      background-color:##8f9179;
      color: #fff;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      margin-top: 20px;
      opacity: 0;
      transform: scale(0.95);
      transition: all 0.5s ease;
    }

    .cta-button.visible {
      opacity: 1;
      transform: scale(1);
    }

    @media (max-width: 900px) {
      .steps {
        flex-direction: column;
        align-items: center;
        gap: 60px;
      }

      .step::before {
        display: none;
      }
    }


      .testimonials-section  {
    position: relative;
    width: 100%;
  
  
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    }

         .testimonials-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background: rgba(232, 220, 209, 0.9);
    z-index: -1;
}



    .heading-container {
     
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 50px;
    }



    .testimonials-se .heading-titles h2 {
      font-size: 2.5rem;
      margin: 0;
      color: #000;
    }

    .heading-text {
     
    }

    .testimonials {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;
    }

   .testimonial-card {
  background-color: transparent;
  border-radius: 15px;
  padding: 30px 20px;
  max-width: 300px;
  text-align: center;

  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: translateY(0);
      background: rgba(255, 255, 255, 0.6);
   }

.testimonial-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}


    .testimonial-card img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin:0px auto;
      margin-bottom: 15px;
      border: 3px solid #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .testimonial-card h3 {
      margin: 10px 0 5px;
      font-size: 16px;
      font-weight: 600;
    }

    .testimonial-card p {
      font-size: 0.95rem;
      margin-bottom: 15px;
    }

    .stars {
      color: #8f9179;
      font-size: 1.1rem;
    }

    .cta-container {
      text-align: center;
    }

    .cta-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: var(--transition);
    }

    .cta-button:hover {
      background-color: #6e705e;
    }

    @media (max-width: 768px) {
      .heading-container {
        flex-direction: column;
        text-align: center;
      }

      .heading-title,
      .heading-text {
        max-width: 100%;
        flex: 1 1 100%;
        margin-bottom: 20px;
      }
    }


    


  /* Section 6 Layout */
.section-6 {
  padding: 80px 20px;
}

.section-6__container {
  
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr; /* 75% - 25% */
  gap: 40px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-6__container {
    grid-template-columns: 1fr;
  }
}

/* Left Content */
.section-6__heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-6__details {
  font-size: 16px;
  color: #000;
  margin-bottom: 24px;
}

.section-6__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.section-6__list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.section-6__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4b7355;
  font-weight: bold;
}

/* CTA Button */
.section-6__btn {
  display: inline-block;
  padding: 12px 28px;
  background: #4b7355;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.section-6__btn:hover {
  background: #3b5c46;
}

/* Right Image */
.section-6__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* ===================== */
/* ✨ Animations */
/* ===================== */
.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInLeft 1s ease forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeInRight 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1023px) {
  li.contact {display:block;}
  a.cnt {display:none;}

}
@media (max-width: 768px) {
  li.contact {display:block;}
  a.cnt {display:none;}
  .boxed h4 {
    font-size: 14px;
  }

}
.blog_container .grid{padding-top:15px;}
@media (min-width: 768px) and (max-width: 1023px) {

 header .nav-primary ul.nav a {font-size:20px;}
}
@media (max-width: 768px) {

    .service-package .card {max-width:100%; min-width:100%;}

 header .nav-primary ul.nav a {font-size:16px;}
 .blog_container .grid {    box-shadow: none;}
}