/* EDEN HOME PAGE (page 19) stylesheet — original widget CSS + Elementor adaptations */
:root{
  --eden-green:#AFB288;
}

html,body{
  margin:0;
  padding:0;
  overflow-x:hidden;
  font-family:'Noto Sans',sans-serif;
}

/* HERO */
.hero-wrap{
  position:relative;
  width:100vw;
  height:100vh;
  height:100svh;
  overflow:hidden;
}
.hero-wrap video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* 🔥 FIX: Prevent video cropping on tablet & mobile */
@media (max-width: 1024px){
  .hero-wrap video{
    object-fit: contain;
    background:#000;
  }
}

/* 🔥 FINAL MOBILE/TABLET HERO FIX */
@media (max-width: 1024px){
  .hero-wrap{
    height: 60vh;
    height: 60svh;
  }
  .hero-wrap video{
    object-fit: cover;
    object-position: top;
  }
}

/* NAVBAR */
.eden-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:clamp(12px, 2vw, 20px) clamp(16px, 5vw, 60px);
  background:linear-gradient(
    to bottom,
    rgba(0,0,0,.85) 0%,
    rgba(0,0,0,.65) 45%,
    rgba(0,0,0,.25) 80%,
    rgba(0,0,0,0) 100%
  );
}

/* LOGO */
.eden-logo{
  display:flex;
  align-items:center;
}
.eden-logo img{
  height:clamp(28px, 4vw, 42px);
  max-width:100%;
  object-fit:contain;
}

/* MENU */
.eden-nav{
  display:flex;
  gap:clamp(14px, 2vw, 28px);
  list-style:none;
  margin:0;
  padding:0;
}
.eden-nav > li{position:relative;}
.eden-nav a{
  font-family:'Fahkwang',serif;
  letter-spacing:2px;
  font-size:clamp(11px, 1.2vw, 13px);
  text-transform:uppercase;
  color:#fff;
  text-decoration:none;
  padding:6px 0;
  transition:.25s ease;
}

/* DROPDOWN */
.has-drop > a::after{
  content:" ▾";
  font-size:10px;
  margin-left:6px;
}
.eden-nav li ul{
  position:absolute;
  top:100%;
  left:0;
  padding:16px 20px;
  min-width:220px;
  display:none;
  border-radius:12px;
  z-index:9999;
  list-style:none;
  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:0 20px 40px rgba(0,0,0,.45);
}
@media(min-width:1025px){
  .eden-nav li:hover > ul{display:block;}
}

/* DROPDOWN HOVER */
.eden-nav li ul a{
  display:inline-block;
  color:#fff;
  padding:8px 0; /* SAME spacing as your working version */
  font-size:14px;
  transition:.25s ease;
  position:relative;
}
.eden-nav li ul a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0%;
  height:2px;
  background:var(--eden-green);
  transition:width .3s ease;
}
.eden-nav li ul a:hover{
  transform:translateY(-3px);
  color:var(--eden-green);
}
.eden-nav li ul a:hover::after{width:100%;}

/* BUTTON */
.eden-btn{
  border:1.5px solid #fff;
  padding:clamp(8px, 1.5vw, 10px) clamp(14px, 2vw, 20px);
  font-family:'Fahkwang',serif;
  letter-spacing:2px;
  font-size:clamp(10px, 1.2vw, 12px);
  color:#fff;
  text-decoration:none;
  transition:.35s cubic-bezier(.2,.8,.2,1);
  position:relative;
  overflow:hidden;
}

.eden-btn::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform:translateX(-120%);
  transition:.6s ease;
}
.eden-btn:hover::after{transform:translateX(120%);}
.eden-btn:hover{
  background:var(--eden-green);
  border-color:var(--eden-green);
  box-shadow:0 10px 30px rgba(175,178,136,.55);
  transform:translateY(-2px);
  color: white;
}

.eden-toggle{display:none;font-size:28px;color:#fff;cursor:pointer;}
.eden-close{display:none;}

/* ========================= */
/* 🔥 PREMIUM MOBILE NAV */
/* ========================= */
@media(max-width:1024px){
  .eden-toggle{display:block;margin-left:auto; z-index:1000;}
  body.nav-open .eden-toggle{display:none;} /* hide ☰ when menu open */
  .eden-btn{display:none;}

  .eden-nav{
    position:fixed;
    inset:0;
    background:rgba(10,10,10,.65);
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
    flex-direction:column;
    padding:90px 30px 40px; /* SAME spacing as your original */
    gap:16px;               /* SAME spacing as your original */
    transform:translateX(100%);
    transition:.5s cubic-bezier(.2,.8,.2,1);
  }
  .eden-nav.open{transform:translateX(0);}

  .eden-close{
    display:block;
    position:absolute;
    top:20px;
    right:22px;
    font-size:26px;
    color:#fff;
  }

  .eden-nav a{color:#fff;font-size:16px;}

  .eden-nav li ul a{ color:#fff; } /* same spacing preserved */

  .eden-nav li ul{
    position:static;
    display:none;
    padding-left:15px;       /* SAME as your working version */
    background:rgba(255,255,255,.08);
    border-radius:8px;
    backdrop-filter: blur(14px);
  }
  .eden-nav li.open ul{display:block;}
}

body.nav-open{overflow:hidden;}
:root{
    --riffle:#404427;
    --pear:#AFB288;
    --snow:#F4F3F2;
    --ink:#3C3C3B;
}

.eden-ruma{
    background:
        radial-gradient(1200px 400px at 80% -10%,rgba(175,178,136,.12),transparent 60%),
        linear-gradient(180deg,#f7f7f6 0%,var(--snow) 100%);
    padding: 40px 0 120px 0; /* Added a clean, subtle top padding as requested */
    font-family:'Noto Sans',sans-serif;
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    overflow:hidden;
}

.eden-ruma-wrap{
    max-width:1300px;
    margin:auto;
    padding: 0 clamp(16px, 4vw, 40px);
    display:grid;
    grid-template-columns:1fr 1fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: stretch; /* Forces columns to match height for perfect alignment */
}

.eden-ruma-images{
    position:relative;
    min-height: 620px;
}

.eden-ruma-images::before{
    content:"";
    position:absolute;
    inset:-10%;
    background:radial-gradient(60% 40% at 30% 20%,rgba(175,178,136,.15),transparent 70%);
    filter:blur(40px);
    z-index:0;
}

.eden-img-back,
.eden-img-front{
    position:absolute;
    object-fit:cover;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(64,68,39,.12);
    transition: .8s cubic-bezier(0.25, 1, 0.5, 1);
}

.eden-img-back{
    top: 0; /* Snaps exactly to the top boundary of the container */
    left: 0;
    width: 65%;
    height: 340px;
    z-index:1;
}

.eden-img-front{
    bottom: 0; /* Snaps exactly to the bottom boundary of the container */
    right: 0;
    width: 75%;
    height: 460px;
    border: 8px solid #fff;
    z-index:2;
}

.eden-ruma:hover .eden-img-front{
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 25px 50px rgba(64,68,39,.2);
}

.eden-ruma:hover .eden-img-back{
    transform: translateY(4px);
}

/* CONTENT BLOCK ALIGNED WITH IMAGES */
.eden-ruma-content{
    display:flex;
    flex-direction:column;
    justify-content: flex-start; /* Aligns content directly to the top edge of the image column */
    padding-top: 0; 
}

.eden-ruma-tag{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.eden-ruma-tag img{
    width: 44px;
    height: auto;
}

.eden-ruma-tag span{
    font-family:'Fahkwang',sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 500;
    color:var(--riffle);
    text-transform:uppercase;
}

.eden-ruma-content h2{
    font-family:'Fahkwang',sans-serif;
    font-size: clamp(32px, 4.5vw, 52px);
    line-height:1.15;
    color:var(--ink);
    margin: 0 0 24px 0;
    font-weight: 500;
}

.eden-ruma-content p{
    font-size: 15px;
    line-height: 1.75;
    color:var(--ink);
    opacity: 0.85;
    margin: 0 0 18px 0;
}

.eden-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    margin-top: auto; /* Pushes the button cleanly down to anchor nicely near the front image base line */
    padding: 14px 40px;
    background: var(--riffle);
    border: 1px solid var(--riffle);
    color: #fff;
    text-decoration:none;
    font-family:'Fahkwang',sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 999px;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(64,68,39,0.15);
}

.eden-cta:hover{
    background: transparent;
    color: var(--riffle);
    box-shadow: 0 4px 15px rgba(64,68,39,0);
}

/* Tablet Styling */
@media (max-width: 1024px) and (min-width: 769px){
    .eden-ruma-wrap{
        gap: 40px;
    }
    .eden-ruma-images{
        min-height: 520px;
    }
    .eden-img-back {
        height: 260px;
    }
    .eden-img-front {
        height: 360px;
    }
}

/* Mobile Responsive Engine */
@media (max-width:768px){
    .eden-ruma {
        padding: 40px 0 80px 0;
    }

    .eden-ruma-wrap{
        grid-template-columns:1fr;
        gap: 40px;
        align-items: start;
    }

    .eden-ruma-images{
        order: -1;
        min-height: 420px;
    }

    .eden-img-back{
        width: 55%;
        height: 220px;
    }

    .eden-img-front{
        width: 75%;
        height: 300px;
    }
    
    .eden-cta {
        margin-top: 16px; /* Reset auto margin on mobile so it sits close to text block */
    }
}
:root{
  --riffle:#404427;
  --pear:#AFB288;
  --snow:#F4F3F2;
  --ink:#3C3C3B;
}

.eden-specialties{
  background:
    radial-gradient(1200px 400px at 80% -10%, rgba(175,178,136,.12), transparent 60%),
    linear-gradient(180deg, #f8f8f7 0%, var(--snow) 100%);
  padding: 0; /* Stripped section padding completely as requested */
  font-family:'Montserrat', sans-serif;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
}

.eden-spec-wrap{
  max-width:1240px; /* Snugger max-width keeps layout structurally unified */
  margin:auto;
  padding: 40px clamp(16px, 4vw, 40px); /* Clean internal component spacing */
}

.eden-tabs{
  display:flex;
  gap:12px;
  justify-content:flex-start;
  align-items:center;
  margin-bottom: 40px;
  overflow-x:auto;
  padding-bottom:6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.eden-tabs::-webkit-scrollbar{display:none;}

.eden-tab{
  flex:0 0 auto;
  position: relative;
  border:1px solid rgba(175, 178, 136, 0.35);
  color: var(--riffle);
  padding:10px 24px;
  font-family:'Montserrat', sans-serif;
  letter-spacing:1px;
  font-size:12px;
  font-weight: 500;
  cursor:pointer;
  background: linear-gradient(135deg, rgba(255,255,255,0.65), rgba(255,255,255,0.25));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius:999px;
  transition: all .3s cubic-bezier(0.25, 1, 0.5, 1);
}

.eden-tab.active,
.eden-tab:hover{
  background: var(--riffle);
  border-color: var(--riffle);
  color:#fff;
}

.eden-spec-grid{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.eden-left-col, .eden-right-col {
  width: 100%;
}

.eden-spec-list{
  border-top:1px solid rgba(60,60,59,.12);
}

.eden-spec-item{
  padding:18px 0;
  border-bottom:1px solid rgba(60,60,59,.12);
}

.eden-spec-item a{
  text-decoration:none;
  color:var(--ink);
  font-size:16px;
  font-weight: 400;
  display:flex;
  align-items:center;
  justify-content: space-between;
  position: relative;
  transition: all .3s ease;
}

.eden-spec-item a::after{
  content: "→";
  color: var(--pear);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.3;
  transform: translateX(-5px);
  transition: all .3s ease;
}

.eden-spec-item a:hover{
  color: var(--riffle);
  font-weight: 500;
  transform: translateX(4px);
}

.eden-spec-item a:hover::after{
  opacity: 1;
  transform: translateX(0);
}

.eden-right-col {
  display: flex;
  flex-direction: column;
}

.eden-spec-card{
  border-radius:16px;
  overflow:hidden;
  height:280px;
  position:relative;
  box-shadow:0 15px 35px rgba(64,68,39,0.1);
  width: 100%;
}

.eden-spec-bg{
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  transition: transform .8s cubic-bezier(0.25, 1, 0.5, 1);
}

.eden-spec-card:hover .eden-spec-bg{
  transform: scale(1.04);
}

.eden-spec-info{
  margin-top:24px;
  width: 100%;
}

.eden-spec-info h3{
  font-family:'Montserrat', sans-serif;
  font-size:24px;
  line-height:1.3;
  color:var(--ink);
  margin-bottom:12px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.eden-spec-info p{
  font-size:14.5px;
  line-height:1.6;
  color:var(--ink);
  opacity:.8;
  margin-bottom: 24px;
}

.eden-spec-cta{
  display:inline-block;
  padding:12px 36px;
  color:#fff;
  background: var(--riffle);
  border:1px solid var(--riffle);
  text-decoration:none;
  font-family:'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing:1.5px;
  font-weight: 500;
  border-radius:999px;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(64,68,39,0.15);
}

.eden-spec-cta:hover{
  background: transparent;
  color: var(--riffle);
  box-shadow: 0 4px 15px rgba(64,68,39,0);
}

/* Structural Layout Breaks for Desktop */
@media(min-width:768px){
  .eden-tabs{justify-content:center; overflow-x:visible;}
  
  .eden-spec-grid{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8%; /* Elegant whitespace allocation between content */
  }

  .eden-left-col {
    flex: 0 0 46%;
    max-width: 46%;
  }
  
  .eden-right-col {
    flex: 0 0 46%;
    max-width: 46%;
  }

  .eden-spec-card{
    height: 360px;
  }
}

@media(min-width:1024px){
  .eden-spec-card{
    height: 420px;
  }
  .eden-spec-info h3{
    font-size:30px;
  }
}
.pattern-section {
  position: relative;
  background-color: #F4F3F2;
  overflow: hidden;

  /* Full width hack for Elementor / theme containers */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pattern-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/07/eden-5e9acbda-eden-pattern-1-yellow_4k-scaled-1.png");
  background-repeat: repeat;
  background-size: 320px;
  opacity: 0.07;
  pointer-events: none;
}

.pattern-content {
  position: relative;
  z-index: 2;
  padding: 48px clamp(16px, 4vw, 40px); /* Reduced vertical padding to fix empty space */
  max-width: 800px; /* Constrained slightly to keep centered text looking elegant */
  margin: 0 auto;
  text-align: center; /* Centers all content inside perfectly */
}

.pattern-content h2 {
  font-family: 'Fahkwang', sans-serif; 
  color: #404427;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: 500;
}

.pattern-content p {
  max-width: 640px; 
  font-family: 'Noto Sans', sans-serif; 
  color: #3C3C3B;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 auto; /* Ensures the paragraph block stays perfectly centered */
  opacity: 0.85;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .pattern-section::before {
    background-size: 220px;
    opacity: 0.04;
  }

  .pattern-content {
    padding: 40px 20px;
  }
}
:root{
  --green:#AFB288;
  --riffle:#404427;
  --light:#F4F3F2;
  --text:#3C3C3B;
  --snow:#F4F3F2;
}

.providers{
  padding: 40px 0 120px 0; /* Clean unified container heights */
  background:
    radial-gradient(900px 300px at 80% -10%, rgba(175,178,136,.14), transparent 60%),
    linear-gradient(180deg, #fafafa 0%, #ffffff 60%);
  font-family:'Montserrat',sans-serif;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
}

.providers-wrap{
  max-width:1300px; /* Synchronized alignment layout standard */
  margin:auto;
  padding:0 clamp(16px, 4vw, 40px);
}

/* GRID ENGINE ALIGNED WITH IMAGE CARD BOUNDARIES */
.doctor-grid{
  display:grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: stretch; /* Forces both blocks to match height structurally */
}

/* IMAGE CONTAINER */
.doctor-image-wrap{
  position: relative;
  height: 100%;
}

.doctor-image-wrap::before{
  content:"";
  position:absolute;
  top: -16px;
  left: -16px;
  right: 16px;
  bottom: 16px;
  border: 1.5px solid rgba(175,178,136,.35);
  border-radius: 20px;
  z-index: 0;
}

.doctor-image-wrap img{
  position: relative;
  z-index: 1;
  width:100%;
  height: 100%;
  min-height: clamp(460px, 55vw, 660px);
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  display: block;
  box-shadow: 0 24px 60px rgba(64,68,39,.15);
}

/* Credential Badge */
.doctor-badge{
  position: absolute;
  bottom: 24px;
  left: -16px;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(175,178,136,.25);
  border-radius: 12px;
  padding: 12px 20px;
  box-shadow: 0 12px 32px rgba(64,68,39,.12);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.doctor-badge-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

.doctor-badge-text{
  font-size: 11px;
  line-height: 1.5;
  color: var(--text);
}

.doctor-badge-text strong{
  display: block;
  font-size: 12px;
  color: var(--riffle);
}

/* CONTENT SIDE PARALLEL ALIGNMENT */
.doctor-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}

.doctor-tag{
  display: inline-block;
  letter-spacing: 2px;
  font-size: 11px;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
}

.doctor-content h2{
  font-family:'Fahkwang', sans-serif;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.15;
  color: var(--text);
  margin: 0 0 6px 0;
  font-weight: 500;
}

.doctor-content h2 span{
  display: block;
  font-size: clamp(13px, 1.8vw, 16px);
  color: var(--green);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-top: 6px;
}

.doctor-divider{
  width: 44px;
  height: 1.5px;
  background: var(--green);
  margin: 20px 0;
  border-radius: 2px;
}

.doctor-content p{
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
  opacity: .85;
  margin: 0 0 16px 0;
}

/* EXPERTISE PILLS */
.doctor-expertise{
  margin: 20px 0 24px;
}

.doctor-expertise-label{
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 12px;
}

.doctor-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.doctor-pill{
  padding: 6px 14px;
  border: 1px solid rgba(175,178,136,.35);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--riffle);
  background: rgba(175,178,136,.05);
}

/* MODERNIZED PILL CTA BUTTON */
.doctor-cta{
  display: inline-block;
  width: fit-content;
  margin-top: auto; /* Clean structural baseline anchor mapping */
  padding: 14px 40px;
  background: var(--riffle);
  border: 1px solid var(--riffle);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 999px;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(64,68,39,0.15);
}

.doctor-cta:hover{
  background: transparent;
  color: var(--riffle);
  box-shadow: 0 4px 15px rgba(64,68,39,0);
}

/* MOBILE VIEW RESPONSIVENESS */
@media(max-width:768px){
  .providers {
    padding: 40px 0 80px 0;
  }
  .doctor-grid{
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
  }
  .doctor-image-wrap::before{
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
  }
  .doctor-badge{
    left: 10px;
    bottom: 16px;
  }
  .doctor-cta {
    margin-top: 20px;
  }
}
:root{
  --green:#AFB288;
  --light:#F4F3F2;
  --text:#3C3C3B;
}
.brand-video{
  padding: 0px 0 120px 0;
  background:#fff;
  font-family:'Montserrat',sans-serif;
}
.brand-video-wrap{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  text-align:center;
}
.brand-video h2{
  font-family:'Montserrat',sans-serif;
  font-size:54px;
  line-height:1.2;
  color:var(--text);
  margin-bottom:60px;
}
.brand-video h2 em{
  font-style:italic;
  color:var(--green);
}
.brand-video-frame{
  position:relative;
  width:100%;
  max-width:980px;
  margin:auto;
  aspect-ratio:16/9;          /* keeps the video box proportioned */
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,.18);
  background:#000;
  cursor:pointer;
}
.brand-video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}
/* Thumbnail facade */
.brand-video-thumb{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.brand-video-play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:84px;
  height:84px;
  border-radius:50%;
  background:rgba(64,68,39,.85);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
  z-index:2;
}
.brand-video-frame:hover .brand-video-play{
  transform:translate(-50%,-50%) scale(1.08);
  background:var(--green);
}
.brand-video-play::after{
  content:"";
  margin-left:5px;
  border-style:solid;
  border-width:14px 0 14px 24px;
  border-color:transparent transparent transparent #fff;
}
/* Optional subtle frame */
.brand-video-frame::before{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(64,68,39,.25);
  border-radius:18px;
  pointer-events:none;
  z-index:3;
}
/* Responsive */
@media(max-width:900px){
  .brand-video{
    padding: 50px 0 80px 0;
  }
  .brand-video h2{
    font-size:36px;
    margin-bottom:32px;
  }
  .brand-video-wrap{
    padding:0 20px;
  }
  .brand-video-play{ width:64px; height:64px; }
  .brand-video-play::after{ border-width:11px 0 11px 18px; }
}
@media(max-width:480px){
  .brand-video h2{
    font-size:28px;
  }
  .brand-video-frame{
    border-radius:12px;
  }
  .brand-video-frame::before{ border-radius:12px; }
}
:root{
  --green:#AFB288;
  --light:#F4F3F2;
  --text:#3C3C3B;
}

.featured{
  padding:70px 0 120px 0;
  background:#fff;
  font-family:'Montserrat',sans-serif;
}
.featured-wrap{
  max-width:1400px;
  margin:auto;
  padding:0 40px;
}
.featured-header{
  display:grid;
  align-items:end;
  margin-bottom:40px;
}
.featured-header h2{
  font-family:'Montserrat',sans-serif;
  font-size:48px;
  line-height:1.15;
  color:#fff;
  max-width:620px;
}
.featured-header em{
  font-style:italic;
  color:#fff;
}
.featured-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}
.card{
  position:relative;
  height:520px;
  overflow:hidden;
  border-radius:16px;
  color:#fff;
  box-shadow:0 30px 80px rgba(0,0,0,.25);
  transition:.45s cubic-bezier(.2,.8,.2,1);
}
.card:hover{
  transform:translateY(-10px);
  box-shadow:0 40px 120px rgba(0,0,0,.35);
}
.card .bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.08);
  transition:transform 1.2s ease;
}
.card:hover .bg{
  transform:scale(1.18);
}
.card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.35) 55%, rgba(0,0,0,.15)),
    radial-gradient(120% 60% at 50% 100%, rgba(175,178,136,.25), transparent 60%);
  pointer-events:none;
}
.card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(255,255,255,.12), transparent 45%);
  opacity:.25;
  pointer-events:none;
}
.card-content{
  position:absolute;
  inset:0;
  z-index:2;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  text-align:center;
}
.card h3{
  font-family:'Montserrat',sans-serif;
  font-size:26px;
  margin-bottom:10px;
  text-shadow:0 6px 18px rgba(0,0,0,.45);
  color:#fff !important;
}
.card p{
  font-family:'Montserrat',sans-serif;
  font-size:14px;
  line-height:1.7;
  opacity:.95;
  margin-bottom:18px;
}
.card .btn{
  font-family:'Montserrat',sans-serif;
  display:inline-block;
  padding:12px 26px;
  border:1px solid rgba(175,178,136,.8);
  text-decoration:none;
  font-size:12px;
  letter-spacing:2px;
  border-radius:1px;
  backdrop-filter:blur(6px);
  background:rgba(0,0,0,.25);
  transition:.3s ease;
  color:#fff !important;
}
.card .btn:hover{
  background:rgba(175,178,136,.8);
  border-color:rgba(175,178,136,.8);
  box-shadow:0 12px 30px rgba(175,178,136,.5);
  color:#fff !important;
}
@media(max-width:1100px){
  .featured-grid{grid-template-columns:1fr 1fr;}
  .card{height:500px;}
}
@media(max-width:768px){
  .featured{padding:12px 0 60px 0;margin-top:-20px;}
  .featured-wrap{padding:0 16px;}
  .featured-header{margin-bottom:20px;}
  .featured-header h2{font-size:32px;}
  .featured-grid{grid-template-columns:1fr;gap:18px;}
  .card{height:420px;}
  .card h3{font-size:22px;}
}
:root{
  --green:#404427;
  --light:#F4F3F2;
  --text:#3C3C3B;
}

/* ===== FOOTER ===== */
.eden-footer{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  /* 🌿 Premium spa gradient */
  background:
    radial-gradient(1200px 600px at 10% 0%, rgba(255,255,255,.65), transparent 60%),
    linear-gradient(180deg, #f6f8ee 0%, #eef2d6 100%);

  padding:120px 0 60px;
  font-family:'Noto Sans',sans-serif;
  overflow:hidden;
}

/* ✨ Soft luxury overlay */
.eden-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(255,255,255,.25), transparent 40%, rgba(255,255,255,.15));
  pointer-events:none;
}

.eden-footer::after{
  content:"EDEN";
  position:absolute;
  inset:auto 0 -40px 0;
  font-family:'Fahkwang',serif;
  font-size:28vw;
  color:#000;
  opacity:.035;
  text-align:center;
  pointer-events:none;
  user-select:none;
}

.eden-footer-wrap{
  max-width:1400px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:1.2fr 1fr 1.2fr;
  gap:60px;
  align-items:start;
  position:relative;
  z-index:2;
}

/* Left */
.footer-left h4{
  font-family:'Fahkwang',serif;
  font-size:18px;
  margin-bottom:12px;
  color:var(--text);
}

.footer-left p{
  margin:6px 0;
  color:#555;
  font-size:14px;
  line-height:1.6;
}

.footer-newsletter{
  margin-top:20px;
}

.footer-newsletter label{
  font-size:12px;
  color:#777;
  display:block;
  margin-bottom:6px;
}

.footer-newsletter input{
  width:100%;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.15);
  outline:none;
  margin-bottom:10px;
  font-size:14px;
  background:rgba(255,255,255,.7);
  backdrop-filter: blur(6px);
  transition:.25s ease;
}

.footer-newsletter input:focus{
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(64,68,39,.12);
}

.footer-newsletter button{
  background:var(--green);
  border:none;
  padding:12px 22px;
  color:#fff;
  font-size:13px;
  cursor:pointer;
  transition:.3s cubic-bezier(.2,.8,.2,1);
  box-shadow:0 10px 20px rgba(64,68,39,.25);
}

.footer-newsletter button:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(64,68,39,.35);
}

/* Center */
.footer-center{
  text-align:center;
}

.footer-logo{
  width:124px;
  margin:0 auto 12px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.2));
}

.footer-center h3{
  font-family:'Fahkwang',serif;
  letter-spacing:6px;
  font-size:34px;
  margin-bottom:6px;
  color:var(--green);
}

.footer-center span{
  display:block;
  font-size:12px;
  letter-spacing:4px;
  color:#999;
  margin-bottom:16px;
}

.footer-center p{
  font-size:14px;
  color:#666;
  line-height:1.7;
}

/* Right */
.footer-right{
  text-align:right;
}

.footer-hours p{
  font-size:14px;
  color:#555;
  margin:4px 0;
}

.footer-socials{
  margin-top:16px;
  display:flex;
  gap:14px;
  justify-content:flex-end;
}

.footer-socials a{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(64,68,39,.5);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--green);
  text-decoration:none;
  transition:.3s cubic-bezier(.2,.8,.2,1);
  background:rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
}

.footer-socials a:hover{
  background:var(--green);
  color:#fff;
  transform:translateY(-4px) scale(1.05);
  box-shadow:0 14px 30px rgba(64,68,39,.35);
}

/* Responsive */
@media(max-width:1100px){
  .eden-footer-wrap{
    grid-template-columns:1fr;
    gap:40px;
    text-align:center;
  }
  .footer-right{
    text-align:center;
  }
  .footer-socials{
    justify-content:center;
  }
}

/* ============================================================
   ELEMENTOR ADAPTATION LAYER
   Maps the original hand-written HTML/CSS design onto native
   Elementor containers & widgets that carry the same classes.
   ============================================================ */

/* ---------- generic container behaviour ---------- */
.e-con.hero-wrap,
.e-con.eden-ruma,
.e-con.eden-specialties,
.e-con.eden-spec-wrap,
.e-con.eden-ruma-images,
.e-con.pattern-section,
.e-con.pattern-content,
.e-con.providers,
.e-con.providers-wrap,
.e-con.doctor-image-wrap,
.e-con.doctor-expertise,
.e-con.brand-video,
.e-con.brand-video-wrap,
.e-con.featured,
.e-con.featured-wrap,
.e-con.eden-spec-card,
.e-con.eden-spec-info,
.e-con.eden-left-col,
.e-con.card,
.e-con.eden-footer,
.e-con.footer-left,
.e-con.footer-center,
.e-con.footer-right {
  display: block;
}

.e-con.eden-ruma-wrap,
.e-con.doctor-grid,
.e-con.featured-grid,
.e-con.eden-footer-wrap,
.e-con.featured-header {
  display: grid;
}

.e-con.eden-header,
.e-con.eden-ruma-tag,
.e-con.eden-tabs,
.e-con.doctor-badge {
  display: flex;
  flex-direction: row;
}

.e-con.eden-ruma-content,
.e-con.doctor-content,
.e-con.card-content,
.e-con.eden-right-col {
  display: flex;
  flex-direction: column;
}

/* full-bleed sections keep their own width system */
.e-con.hero-wrap,
.e-con.eden-ruma,
.e-con.eden-specialties,
.e-con.pattern-section,
.e-con.providers,
.e-con.brand-video,
.e-con.featured,
.e-con.eden-footer,
.e-con.eden-header {
  max-width: none;
}

/* widgets inside flex rows must not stretch to 100% width */
.e-con.eden-header > .elementor-widget,
.e-con.eden-ruma-tag > .elementor-widget,
.e-con.eden-tabs > .elementor-widget {
  width: auto;
  max-width: none;
}

/* ---------- HERO ---------- */
.hero-wrap .elementor-widget-video {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}
.hero-wrap .elementor-widget-video > div,
.hero-wrap .elementor-widget-video .elementor-wrapper {
  height: 100%;
}
.hero-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hero-wrap video {
    object-fit: cover;
    object-position: top;
  }
}

/* ---------- HEADER / NAVBAR ---------- */
.e-con.eden-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* the button widget in the header */
.eden-btn-w {
  width: auto;
}
.eden-btn-w .elementor-button {
  border: 1.5px solid #fff;
  padding: clamp(8px, 1.5vw, 10px) clamp(14px, 2vw, 20px);
  font-family: 'Fahkwang', serif;
  letter-spacing: 2px;
  font-size: clamp(10px, 1.2vw, 12px);
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: .35s cubic-bezier(.2,.8,.2,1);
  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.eden-btn-w .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform: translateX(-120%);
  transition: .6s ease;
}
.eden-btn-w .elementor-button:hover::after { transform: translateX(120%); }
.eden-btn-w .elementor-button:hover {
  background: var(--eden-green);
  border-color: var(--eden-green);
  box-shadow: 0 10px 30px rgba(175,178,136,.55);
  transform: translateY(-2px);
  color: #fff;
}

/* ----- HFE navigation menu, desktop ----- */
.eden-nav-w { width: auto; }
.eden-nav-w .hfe-nav-menu__toggle {
  display: none;
  color: #fff;
  cursor: pointer;
  border: none;
  background: transparent;
}
.eden-nav-w ul.hfe-nav-menu {
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.eden-nav-w ul.hfe-nav-menu > li.menu-item {
  position: relative;
  margin: 0 !important;
}
.eden-nav-w .hfe-nav-menu a.hfe-menu-item,
.eden-nav-w .hfe-nav-menu a.hfe-sub-menu-item {
  font-family: 'Fahkwang', serif;
  letter-spacing: 2px;
  font-size: clamp(11px, 1.2vw, 13px);
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  height: auto;
  line-height: normal;
  transition: .25s ease;
  background: transparent;
}
/* submenu indicator (replaces the original "▾") */
.eden-nav-w .hfe-menu-toggle,
.eden-nav-w .sub-arrow,
.eden-nav-w .sub-arrow i {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 0 0 0 6px;
  background: transparent;
}

@media (min-width: 1025px) {
  .eden-nav-w ul.hfe-nav-menu li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 16px 20px !important;
    min-width: 220px;
    border-radius: 12px !important;
    z-index: 9999;
    list-style: none;
    margin: 0;
    background: rgba(20, 20, 20, 0.55) !important;
    background-color: rgba(20, 20, 20, 0.55) !important;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,0.18) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,.45) !important;
  }
}
.eden-nav-w ul.hfe-nav-menu .sub-menu li { margin: 0 !important; }
.eden-nav-w ul.hfe-nav-menu .sub-menu a.hfe-sub-menu-item {
  display: inline-block;
  color: #fff !important;
  padding: 8px 0 !important;
  font-size: 14px;
  transition: .25s ease;
  position: relative;
  background: transparent !important;
  background-color: transparent !important;
}
.eden-nav-w ul.hfe-nav-menu .sub-menu a.hfe-sub-menu-item:hover { color: var(--eden-green) !important; }
.eden-nav-w nav li.menu-item, .eden-nav-w nav.hfe-dropdown li.menu-item { border: none !important; }
.eden-nav-w .hfe-nav-menu a.hfe-menu-item { color: #fff !important; background-color: transparent !important; }
.eden-nav-w .sub-menu a.hfe-sub-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: var(--eden-green);
  transition: width .3s ease;
}
.eden-nav-w .sub-menu a.hfe-sub-menu-item:hover {
  transform: translateY(-3px);
  color: var(--eden-green);
}
.eden-nav-w .sub-menu a.hfe-sub-menu-item:hover::after { width: 100%; }

/* ----- HFE navigation menu, mobile / tablet (slide-in glass panel) ----- */
@media (max-width: 1024px) {
  .eden-btn-w { display: none; }

  .eden-nav-w .hfe-nav-menu__toggle {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
    z-index: 1002;
  }
  .eden-nav-w .hfe-nav-menu-icon,
  .eden-nav-w .hfe-nav-menu-icon i,
  .eden-nav-w .hfe-nav-menu-icon svg {
    color: #fff;
    fill: #fff;
    font-size: 28px;
    line-height: 1;
  }

  .eden-nav-w nav.hfe-dropdown {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    background: rgba(10,10,10,.65) !important;
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
    transform: translateX(100%);
    transition: .5s cubic-bezier(.2,.8,.2,1);
    display: block !important;
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto;
  }
  .eden-nav-w nav.hfe-dropdown.menu-is-active {
    transform: translateX(0);
    visibility: visible;
  }
  .eden-nav-w nav.hfe-dropdown ul.hfe-nav-menu {
    display: flex;
    flex-direction: column;
    padding: 90px 30px 40px;
    gap: 16px;
    margin: 0;
    width: 100%;
    background: transparent;
  }
  .eden-nav-w nav.hfe-dropdown a.hfe-menu-item {
    color: #fff;
    font-size: 16px;
    background: transparent !important;
  }
  .eden-nav-w nav.hfe-dropdown .sub-menu {
    position: static;
    padding: 0 0 0 15px;
    margin: 0;
    width: 100%;
    background: rgba(255,255,255,.08) !important;
    border-radius: 8px;
    backdrop-filter: blur(14px);
    border: none;
    box-shadow: none;
  }
  .eden-nav-w nav.hfe-dropdown .sub-menu a.hfe-sub-menu-item {
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    display: inline-block;
    background: transparent !important;
  }
}

/* ---------- ABOUT (eden-ruma) ---------- */
.e-con.eden-ruma-tag {
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.eden-img-back img,
.eden-img-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.eden-img-back > div,
.eden-img-front > div { height: 100%; }
.eden-img-back img { border-radius: 16px; }
.eden-img-front { background: #fff; }

.eden-cta-w { width: auto; margin-top: auto; }
.eden-cta-w .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 40px;
  background: var(--riffle);
  border: 1px solid var(--riffle);
  color: #fff;
  text-decoration: none;
  font-family: 'Fahkwang', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  border-radius: 999px;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(64,68,39,0.15);
}
.eden-cta-w .elementor-button:hover {
  background: transparent;
  color: var(--riffle);
  box-shadow: 0 4px 15px rgba(64,68,39,0);
}
@media (max-width: 768px) {
  .eden-cta-w { margin-top: 16px; }
}

/* ---------- SPECIALTIES TABS ---------- */
.eden-tabs .eden-tab-btn { flex: 0 0 auto; }
.eden-tabs .eden-tab-btn .elementor-button {
  position: relative;
  border: 1px solid rgba(175, 178, 136, 0.35);
  color: var(--riffle);
  padding: 10px 24px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(255,255,255,0.65), rgba(255,255,255,0.25));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  transition: all .3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: none;
}
.eden-tabs .eden-tab-btn.eden-tab-active .elementor-button,
.eden-tabs .eden-tab-btn .elementor-button:hover {
  background: var(--riffle);
  border-color: var(--riffle);
  color: #fff;
}

/* tab panels: only the active one is visible */
.e-con.eden-spec-grid { display: none; }
.e-con.eden-spec-grid.eden-panel-active {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .e-con.eden-spec-grid.eden-panel-active { flex-direction: row; }
}

.eden-spec-card .elementor-widget-image { width: 100%; height: 100%; }
.eden-spec-card .elementor-widget-image > div { height: 100%; }
.eden-spec-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 1, 0.5, 1);
}
.eden-spec-card:hover img { transform: scale(1.04); }

.eden-spec-cta-w { width: auto; }
.eden-spec-cta-w .elementor-button {
  display: inline-block;
  padding: 12px 36px;
  color: #fff;
  background: var(--riffle);
  border: 1px solid var(--riffle);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  border-radius: 999px;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(64,68,39,0.15);
}
.eden-spec-cta-w .elementor-button:hover {
  background: transparent;
  color: var(--riffle);
  box-shadow: 0 4px 15px rgba(64,68,39,0);
}

/* ---------- DOCTOR ---------- */
.doctor-image-wrap .elementor-widget-image { position: relative; z-index: 1; height: 100%; }
.doctor-image-wrap .elementor-widget-image > div { height: 100%; }

.e-con.doctor-badge {
  align-items: center;
  gap: 12px;
}
.doctor-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

.doctor-divider-w { margin: 20px 0; width: auto; }
.doctor-divider-w .elementor-divider { padding: 0; }
.doctor-divider-w .elementor-divider-separator {
  display: block;
  width: 44px;
  border: none;
  height: 1.5px;
  background: var(--green);
  border-radius: 2px;
}

.doctor-cta-w { width: auto; margin-top: auto; }
.doctor-cta-w .elementor-button {
  display: inline-block;
  width: fit-content;
  padding: 14px 40px;
  background: var(--riffle);
  border: 1px solid var(--riffle);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 999px;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(64,68,39,0.15);
}
.doctor-cta-w .elementor-button:hover {
  background: transparent;
  color: var(--riffle);
  box-shadow: 0 4px 15px rgba(64,68,39,0);
}
@media (max-width: 768px) {
  .doctor-cta-w { margin-top: 20px; }
}

/* ---------- BRAND VIDEO (YouTube facade → native video widget) ---------- */
.brand-video-frame .elementor-wrapper {
  border-radius: 18px;
  overflow: hidden;
}
.brand-video-frame .elementor-custom-embed-image-overlay {
  background-size: cover;
  background-position: center;
}
.brand-video-frame .elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(64,68,39,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
  z-index: 2;
}
.brand-video-frame .elementor-custom-embed-play i,
.brand-video-frame .elementor-custom-embed-play svg { display: none; }
.brand-video-frame .elementor-custom-embed-play::after {
  content: "";
  margin-left: 5px;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
}
.brand-video-frame:hover .elementor-custom-embed-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--green);
}
@media (max-width: 900px) {
  .brand-video-frame .elementor-custom-embed-play { width: 64px; height: 64px; }
  .brand-video-frame .elementor-custom-embed-play::after { border-width: 11px 0 11px 18px; }
}
@media (max-width: 480px) {
  .brand-video-frame .elementor-wrapper { border-radius: 12px; }
}

/* ---------- FEATURED CARDS ---------- */
.card .card-bg-w {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  z-index: 0;
}
.card .card-bg-w > div { height: 100%; }
.card .card-bg-w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  transition: transform 1.2s ease;
}
.card:hover .card-bg-w img { transform: scale(1.18); }

.card .card-btn-w { width: auto; align-self: center; }
.card-btn-w .elementor-button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid rgba(175,178,136,.8);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 1px;
  backdrop-filter: blur(6px);
  background: rgba(0,0,0,.25);
  transition: .3s ease;
  color: #fff !important;
  box-shadow: none;
}
.card-btn-w .elementor-button:hover {
  background: rgba(175,178,136,.8);
  border-color: rgba(175,178,136,.8);
  box-shadow: 0 12px 30px rgba(175,178,136,.5);
  color: #fff !important;
}

/* ---------- FOOTER ---------- */
.footer-logo img { width: 100%; height: auto; }

.footer-socials-w .elementor-social-icons-wrapper {
  margin-top: 16px;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}
.footer-socials-w .elementor-grid-item { margin: 0; }
.footer-socials-w a.elementor-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(64,68,39,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  text-decoration: none;
  transition: .3s cubic-bezier(.2,.8,.2,1);
  background-color: rgba(255,255,255,.5) !important;
  backdrop-filter: blur(6px);
  font-size: 16px;
  padding: 0;
}
.footer-socials-w a.elementor-social-icon i { color: #404427; }
.footer-socials-w a.elementor-social-icon svg { fill: #404427; width: 1em; height: 1em; }
.footer-socials-w a.elementor-social-icon:hover {
  background-color: var(--green) !important;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 30px rgba(64,68,39,.35);
}
.footer-socials-w a.elementor-social-icon:hover i { color: #fff; }
.footer-socials-w a.elementor-social-icon:hover svg { fill: #fff; }
@media (max-width: 1100px) {
  .footer-socials-w .elementor-social-icons-wrapper { justify-content: center; }
}

/* ============================================================
   PRIORITY OVERRIDES
   Elementor now emits global widget defaults (heading color /
   typography, button accent color) because the page contains
   native widgets. These clones restore the original computed
   values (verified against the live original site).
   ============================================================ */

/* full-width content area (the original page used the Canvas template) */
body.ehf-header .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.ehf-header .site-content,
body.ehf-header #content {
  padding: 0 !important;
  margin: 0 !important;
}

/* nav must not wrap */
.eden-nav-w ul.hfe-nav-menu { flex-wrap: nowrap; }
.eden-nav-w ul.hfe-nav-menu > li.menu-item { white-space: nowrap; }

/* ---------- heading typography clones ---------- */
.eden-ruma-tag span.elementor-heading-title {
  font-family: 'Fahkwang', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--riffle) !important;
}
.eden-ruma-content h2.elementor-heading-title {
  font-family: 'Fahkwang', sans-serif !important;
  font-size: clamp(32px, 4.5vw, 52px) !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
  margin: 0 0 24px 0 !important;
}
.eden-spec-info h3.elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: -0.5px !important;
  color: var(--ink) !important;
  margin-bottom: 12px !important;
}
@media (min-width: 1024px) {
  .eden-spec-info h3.elementor-heading-title { font-size: 30px !important; }
}
.pattern-content h2.elementor-heading-title {
  font-family: 'Fahkwang', sans-serif !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: #404427 !important;
  margin: 0 0 16px 0 !important;
}
.doctor-tag .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--green) !important;
}
.doctor-content h2.elementor-heading-title {
  font-family: 'Fahkwang', sans-serif !important;
  font-size: clamp(30px, 4.5vw, 48px) !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  color: var(--text) !important;
  margin: 0 0 6px 0 !important;
}
.doctor-content h2 span {
  display: block;
  font-size: clamp(13px, 1.8vw, 16px) !important;
  color: var(--green) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  margin-top: 6px !important;
}
.doctor-expertise-label .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--green) !important;
  margin-bottom: 12px !important;
}
.brand-video h2.elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 54px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: var(--text) !important;
  margin-bottom: 60px !important;
}
.brand-video h2 em { font-style: italic; color: var(--green) !important; }
@media (max-width: 900px) {
  .brand-video h2.elementor-heading-title { font-size: 36px !important; margin-bottom: 32px !important; }
}
@media (max-width: 480px) {
  .brand-video h2.elementor-heading-title { font-size: 28px !important; }
}
.featured-header h2.elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 48px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  color: #fff !important;
  max-width: 620px;
}
@media (max-width: 768px) {
  .featured-header h2.elementor-heading-title { font-size: 32px !important; }
}
.card h3.elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 10px !important;
  text-shadow: 0 6px 18px rgba(0,0,0,.45);
}
@media (max-width: 768px) {
  .card h3.elementor-heading-title { font-size: 22px !important; }
}
.footer-left h4.elementor-heading-title {
  font-family: 'Fahkwang', serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--text) !important;
  margin-bottom: 12px !important;
}
.footer-center h3.elementor-heading-title {
  font-family: 'Fahkwang', serif !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  letter-spacing: 6px !important;
  color: var(--green) !important;
  margin-bottom: 6px !important;
}

/* ---------- button overrides (beat Elementor globals) ---------- */
.eden-btn-w .elementor-button {
  background: transparent !important;
  background-color: transparent !important;
  border: 1.5px solid #fff !important;
  border-radius: 0 !important;
  padding: clamp(8px, 1.5vw, 10px) clamp(14px, 2vw, 20px) !important;
  font-family: 'Fahkwang', serif !important;
  font-size: clamp(10px, 1.2vw, 12px) !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  line-height: 1.65 !important;
  color: #fff !important;
}
.eden-btn-w .elementor-button:hover {
  background: var(--eden-green) !important;
  background-color: var(--eden-green) !important;
  border-color: var(--eden-green) !important;
  color: #fff !important;
}

.eden-cta-w .elementor-button {
  background: var(--riffle) !important;
  background-color: var(--riffle) !important;
  border: 1px solid var(--riffle) !important;
  border-radius: 999px !important;
  padding: 14px 40px !important;
  font-family: 'Fahkwang', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  line-height: 1.65 !important;
  color: #fff !important;
}
.eden-cta-w .elementor-button:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--riffle) !important;
}

.doctor-cta-w .elementor-button {
  background: var(--riffle) !important;
  background-color: var(--riffle) !important;
  border: 1px solid var(--riffle) !important;
  border-radius: 999px !important;
  padding: 14px 40px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  line-height: 1.65 !important;
  color: #fff !important;
}
.doctor-cta-w .elementor-button:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--riffle) !important;
}

.eden-spec-cta-w .elementor-button {
  background: var(--riffle) !important;
  background-color: var(--riffle) !important;
  border: 1px solid var(--riffle) !important;
  border-radius: 999px !important;
  padding: 12px 36px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  line-height: 1.65 !important;
  color: #fff !important;
}
.eden-spec-cta-w .elementor-button:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--riffle) !important;
}

.card-btn-w .elementor-button {
  background: rgba(0,0,0,.25) !important;
  background-color: rgba(0,0,0,.25) !important;
  border: 1px solid rgba(175,178,136,.8) !important;
  border-radius: 1px !important;
  padding: 12px 26px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  line-height: 1.65 !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
}
.card-btn-w .elementor-button:hover {
  background: rgba(175,178,136,.8) !important;
  background-color: rgba(175,178,136,.8) !important;
  border-color: rgba(175,178,136,.8) !important;
  color: #fff !important;
}

.eden-tabs .eden-tab-btn .elementor-button {
  background: linear-gradient(135deg, rgba(255,255,255,0.65), rgba(255,255,255,0.25)) !important;
  background-color: transparent !important;
  border: 1px solid rgba(175, 178, 136, 0.35) !important;
  border-radius: 999px !important;
  padding: 10px 24px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  color: var(--riffle) !important;
}
.eden-tabs .eden-tab-btn.eden-tab-active .elementor-button,
.eden-tabs .eden-tab-btn .elementor-button:hover {
  background: var(--riffle) !important;
  background-color: var(--riffle) !important;
  border-color: var(--riffle) !important;
  color: #fff !important;
}

/* ============================================================
   ROUND 2 FIXES — match the LIVE original site exactly
   ============================================================ */

/* NAV: HFE forces 15px padding on menu links — restore original metrics */
.eden-nav-w .hfe-nav-menu a.hfe-menu-item {
  padding: 6px 0 !important;
  font-family: 'Fahkwang', serif !important;
  font-size: clamp(11px, 1.2vw, 13px) !important;
  letter-spacing: 2px !important;
  height: auto !important;
  line-height: normal !important;
}
.eden-nav-w ul.hfe-nav-menu .sub-menu a.hfe-sub-menu-item {
  font-family: 'Fahkwang', serif !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
}
/* small submenu arrows like the original "▾" */
.eden-nav-w .sub-arrow,
.eden-nav-w .sub-arrow i,
.eden-nav-w .hfe-menu-toggle i {
  font-size: 10px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 0 0 6px !important;
  margin: 0 !important;
}
.eden-nav-w .sub-arrow svg {
  width: 10px !important;
  height: 10px !important;
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .eden-nav-w nav.hfe-dropdown a.hfe-menu-item { font-size: 16px !important; }
}
/* header CTA must never wrap */
.eden-btn-w .elementor-button { white-space: nowrap; }

/* ABOUT images: the live site shows them plain — no radius, border or shadow */
.eden-img-back,
.eden-img-front,
.eden-img-back img,
.eden-img-front img {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.eden-img-front {
  border: none !important;
  background: transparent;
}

/* FEATURED cards: Elementor's default text color made the card copy grey */
.card .elementor-widget-text-editor,
.card p {
  color: #fff !important;
}

/* REVIEWS strip: keep it off the viewport edges like the rest of the page */
.e-con.eden-reviews {
  padding: 0 clamp(16px, 4vw, 40px) !important;
}

/* dropdown items: HFE makes sub-menu <li> inherit the panel background — kill it */
.eden-nav-w .sub-menu li,
.eden-nav-w .sub-menu li.menu-item,
.eden-nav-w .sub-menu .hfe-has-submenu-container {
  background: transparent !important;
  background-color: transparent !important;
}
