/*
Theme Name: Retreat
Author: Anil
Version: 1.0
*/

body{
  margin:0;
  font-family:Arial, sans-serif;
}

    @font-face {
    font-family: 'Julietta Messie';
    src: url('./assets/fonts/Julietta-Messie-Demo.woff2') format('woff2'),
        url('./assets/fonts/Julietta-Messie-Demo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.menu li a{
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    white-space:nowrap;
    transition:opacity .3s;
    position:relative;
    padding-bottom:4px;
        font-family: 'Cinzel', serif;
    letter-spacing: 0em;
    opacity: .95;
    font-weight: bold;
}

.menu li a:hover{
    opacity:1;
}

/* Underline Animation */
.menu li a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:1px;
    background:#fff;
    transition:width .3s ease;
}

.menu li a:hover::after,
.menu .current-menu-item a::after{
    width:100%;
}

/* Active Menu */
.menu .current-menu-item a{
    opacity:1;
}
  .inner-hero {
    height: 130px;
    /* Replace with your banner image */
    background:
      linear-gradient(180deg, rgba(10,33,24,.32) 0%, rgba(10,33,24,.55) 100%),
      url('https://retreat.anvayahealthcare.com/wp-content/uploads/2026/06/innerbg.webp')
      center / cover no-repeat;
  }
 .nav-link-custom {
    font-family: 'Cinzel', serif;
    letter-spacing: 0em;
    opacity: .95;
    font-weight: bold;
  }

  .nav-link-active {
    opacity: 1;
    font-weight: 600;
  }
  /* ── LOGO CIRCLE (inner page — left, protrudes above nav) ── */
  .inner-logo-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    /* Pull upward to overlap hero */
    margin-top: -100px;
  }
  .inner-logo-circle:hover { transform: scale(1.04); }

  /* ── NAV LINK hover underline ── */
  .nav-link {
    position: relative;
    padding-bottom: 2px;
    transition: color .2s;
  }
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 1px;
    background: #fff;
    transition: width .3s ease;
  }
  .nav-link:hover::after { width: 100%; }

  /* ── STEP connector line ── */
  .step-line {
    width: 1px;
    flex: 1;
    background: repeating-linear-gradient(
      to bottom,
      #0ebe8f 0px, #0ebe8f 4px,
      transparent 4px, transparent 10px
    );
    min-height: 32px;
    margin: 4px auto;
  }
.paratext{
   font-family: "Manrope", sans-serif;
}
    /* Nav link underline slide */
    .nav-link { position:relative; padding-bottom:3px; }
    .nav-link::after {
      content:''; position:absolute;
      bottom:0; left:0; width:0; height:1px;
      background:#fff; transition:width .3s ease;
    }
    .nav-link:hover::after { width:100%; }

    /* Pillar card green bottom reveal */
    .pillar-card { position:relative; overflow:hidden; }
    .pillar-card::after {
      content:''; position:absolute;
      bottom:0; left:0; right:0; height:2px;
      background:#0ebe8f;
      transform:scaleX(0); transition:transform .35s;
    }
    .pillar-card:hover::after { transform:scaleX(1); }

    /* Hero background — swap url for your image */
    .hero-bg {
      background:
        
        url('https://retreat.anvayahealthcare.com/wp-content/uploads/2026/06/header1.webp') center/cover no-repeat;
    }

    /* Serenity background — swap url for your image */
    .serenity-bg {
      background:
        url('https://retreat.anvayahealthcare.com/wp-content/uploads/2026/06/header2.webp') center/cover no-repeat;
    }
      /* Form input underline style */
  .form-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 13px;
    color: #555;
    background: transparent;
    outline: none;
    font-family: 'Manrope', sans-serif;
    transition: border-color 0.25s;
  }
  .form-input:focus { border-bottom-color: #0ebe8f; }
  .form-input::placeholder { color: #779993; }
 
  /* Custom checkbox */
  .custom-check input[type="checkbox"] { accent-color: #0ebe8f; width:15px; height:15px; cursor:pointer; }
 
  /* Card image circle clip */

  /* Mandala watermark behind image */
  .mandala-bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Ccircle cx='200' cy='200' r='180' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3Ccircle cx='200' cy='200' r='140' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3Ccircle cx='200' cy='200' r='100' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3Ccircle cx='200' cy='200' r='60' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    opacity: 0.6;
    pointer-events: none;
  }

.bg-mint {
    background: #dbf4f3;
    color: #20ab9a;
}
  .bento-grid {
    display: grid;
    grid-template-rows: auto;
    gap: 12px;
  }
 .bento-text{
  height: 160px;
 }
  /* Image tiles */
  .bento-img {
    overflow: hidden;
    position: relative;
  }
  .bento-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
   .team-section {
    background: #0b5e4e;
    position: relative;
    overflow: hidden;
    background-image: url(./assets/images/leftgreen.png);
        background-size: contain;
    background-repeat: no-repeat;
  }
 
  /* Mandala watermark */
  .mandala-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .06;
    pointer-events: none;
    width: 700px;
    height: 700px;
  }
 
  /* ── LEFT STICKY PANEL ── */
  .left-panel {
    position: sticky;
    top: 60px;
    flex-shrink: 0;
    width: 340px;
    padding: 0 32px 0 0px;
    align-self: flex-start;
  }
 
  /* ── FEATURED DOCTOR ── */
  .featured-img {
    width: 250px;
    flex-shrink: 0;
    margin-right: 28px;
  }
  .featured-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
    border-radius: 14px;
  }
 .leftgreen{
    background-image: url(./assets/images/fullshape.png);
    background-color: #019a7e;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
 }
  /* ── SWIPER SLIDE ── */
  .swiper-slide img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
  }
 
  /* Custom nav arrows */
  .swiper-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(14,190,143,.55);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s;
    flex-shrink: 0;
  }
  .swiper-btn:hover {
    background: rgba(14,190,143,.2);
    border-color: #0ebe8f;
  }
  .swiper-btn svg { stroke: #0ebe8f; }
 
  /* Swiper override */
  .team-swiper { overflow: hidden; }

  /* Text tiles */
  .bento-text {
    background: #d4f0eb;
    border-radius: 18px;
    padding: 22px 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bento-text p {
       font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    color: #20ab9a;
    text-transform: uppercase;
  }
  .bento-chevron {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(14,190,143,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    flex-shrink: 0;
    align-self: flex-start;
  }
 
  /* Row span helpers */
  .row-span-2 { grid-row: span 2; }
  .row-span-3 { grid-row: span 3; }
 
  /* Diamond connector */
  .diamond {
    width: 12px; height: 12px;
    background: #0ebe8f;
    transform: rotate(45deg);
    display: inline-block;
    flex-shrink: 0;
  }
 
  /* Video play button */
  .play-btn {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(14,190,143,.85);
    border: 3px solid rgba(255,255,255,.7);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: transform .3s, background .3s;
  }
  .play-btn:hover { transform: scale(1.1); background: #0ebe8f; }
 
  /* Watermark logo */
  .watermark {
    position: absolute;
    opacity: .12;
    pointer-events: none;
  }

   .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .faq-answer.open {
    grid-template-rows: 1fr;
  }
  .faq-answer > div { overflow: hidden; }

  /* Active item border */
  .faq-item.active {
    border-color: #ccc7bc !important;
  }
   .sketch-left, .sketch-right {
    position:absolute; top:0; bottom:0; width:260px;
    pointer-events:none; opacity:.08;
  }
  .sketch-left  { left:0; }
  .sketch-right { right:0; transform:scaleX(-1); }


  /* Play button */
  .play-btn {
    width: 68px; height: 68px;
    border-radius: 50%;
    background: rgba(14,190,143,.88);
    border: 3px solid rgba(255,255,255,.7);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: transform .3s, background .3s, box-shadow .3s;
    box-shadow: 0 0 0 0 rgba(14,190,143,.4);
  }
  .play-btn:hover {
    transform: scale(1.1);
    background: #0ebe8f;
    box-shadow: 0 0 0 12px rgba(14,190,143,.15);
  }
 
  /* Modal backdrop */
  .modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.82);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .modal-backdrop.open {
    opacity: 1;
    pointer-events: all;
  }
 
  /* Modal box */
  .modal-box {
    position: relative;
    width: 90vw;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    transform: scale(.92);
    transition: transform .35s ease;
    box-shadow: 0 32px 80px rgba(0,0,0,.6);
  }
  .modal-backdrop.open .modal-box {
    transform: scale(1);
  }
 
  .modal-box iframe,
  .modal-box video {
    width: 100%;
    height: 100%;
    border: none;
  }
 
  /* Close button */
  .modal-close {
    position: absolute;
    top: -44px; right: 0;
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.5);
    background: transparent;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background .2s;
  }
  .modal-close:hover { background: rgba(255,255,255,.15); }
 
  /* Watermark SVG absolute */
  .wm { position:absolute; pointer-events:none; }

   .mandala-wm {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: .06;
  }
 
  /* Social icon hover ring */
  .social-icon {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.35);
    display: flex; align-items: center; justify-content: center;
    transition: border-color .25s, background .25s;
    cursor: pointer;
  }
  .social-icon:hover {
    border-color: #0ebe8f;
    background: rgba(14,190,143,.15);
  }
  .social-icon svg { fill: rgba(255,255,255,.8); }
  .social-icon:hover svg { fill: #0ebe8f; }
  
  
  @media(max-width:767px){
  .inner-hero{
  display: none;
      
  }
  }
