:root{
    --bethsaida-blue:#003D83;
    --bethsaida-blue-dark:#071A3A;
    --bethsaida-blue-2:#203E76;
    --bethsaida-red:#ED1C24;
    --bethsaida-soft:#F4F8FF;
    --bethsaida-soft-blue:#EAF3FF;
    --bethsaida-text:#1E2A3A;
    --bethsaida-muted:#6C7A89;
    --white:#ffffff;
    --shadow-soft:0 18px 45px rgba(0,61,131,.12);
    --shadow-hover:0 28px 70px rgba(0,61,131,.22);
    --radius-lg:28px;
    --radius-md:20px;
    --radius-pill:999px;
}

body{
    color:var(--bethsaida-text);
}

.hvc-hero{
    position:relative;
    min-height:88vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    color:#fff;

    background-image:
        linear-gradient(90deg, rgba(3,20,55,.92) 0%, rgba(0,61,131,.82) 45%, rgba(3,20,55,.72) 100%),
        url('https://www.bethsaidahospitals.com/assets/img/center/ortophedic-bg.jpeg.jpg');

    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.hvc-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 20% 80%, rgba(237,28,36,.28), transparent 24%),
        radial-gradient(circle at 70% 20%, rgba(255,255,255,.18), transparent 26%),
        linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.36));
    pointer-events:none;
}

.hvc-hero .container{
    position:relative;
    z-index:2;
}

.hvc-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 18px;
    border-radius:var(--radius-pill);
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:.4px;
    margin-bottom:20px;
}

.hvc-kicker::before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--bethsaida-red);
    box-shadow:0 0 0 6px rgba(237,28,36,.18);
}

.hvc-hero-title{
    font-size:clamp(42px, 6vw, 88px);
    line-height:1.02;
    font-weight:800;
    letter-spacing:-2.8px;
    margin-bottom:26px;
    color:rgba(255,255,255,.9);
}

.hvc-hero-desc{
    max-width:620px;
    color:rgba(255,255,255,.9);
    font-size:18px;
    line-height:1.8;
    margin-bottom:34px;
}

.hvc-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.hvc-btn-primary,
.hvc-btn-outline{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:13px 24px;
    border-radius:var(--radius-pill);
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    transition:.25s ease;
}

.hvc-btn-primary{
    background:#fff;
    color:var(--bethsaida-blue);
}

.hvc-btn-outline{
    border:1px solid rgba(255,255,255,.46);
    color:#fff;
    background:rgba(255,255,255,.08);
}

.hvc-btn-primary:hover,
.hvc-btn-outline:hover{
    transform:translateY(-3px);
    color:var(--bethsaida-blue);
}

.hvc-btn-outline:hover{
    background:#fff;
}

.bethsaida-brand-line{
    height:10px;
    width:100%;
    background:linear-gradient(
        90deg,
        var(--bethsaida-blue) 0%,
        var(--bethsaida-blue) 42%,
        var(--bethsaida-red) 42%,
        var(--bethsaida-red) 58%,
        var(--bethsaida-blue) 58%,
        var(--bethsaida-blue) 100%
    );
}

.hvc-section{
    padding:90px 0;
    background:var(--bethsaida-soft);
}

.hvc-section-white{
    background:#fff;
}

.hvc-section-header{
    max-width:760px;
    margin:0 auto 54px;
    text-align:center;
}

.hvc-eyebrow{
    color:var(--bethsaida-red);
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1.4px;
    margin-bottom:10px;
}

.hvc-section-title{
    color:var(--bethsaida-text);
    font-size:clamp(32px, 4vw, 52px);
    font-weight:800;
    letter-spacing:-1.6px;
    margin-bottom:16px;
}

.hvc-section-desc{
    color:var(--bethsaida-muted);
    font-size:17px;
    line-height:1.8;
    margin:0;
}

.hvc-info-card{
    height:100%;
    background:#fff;
    border-radius:var(--radius-lg);
    padding:34px;
    box-shadow:var(--shadow-soft);
    border:1px solid rgba(0,61,131,.06);
}

.hvc-info-card.dark{
    color:#fff;
    background:
        linear-gradient(135deg, rgba(0,61,131,.96), rgba(7,26,58,.96)),
        url('https://www.bethsaidahospitals.com/assets/img/center/heart-bg.jpg');
    background-size:cover;
    background-position:center;
}

.hvc-info-card h3{
    font-size:26px;
    font-weight:800;
    margin-bottom:20px;
}

.hvc-info-card.dark h3,
.hvc-info-card.dark p,
.hvc-info-card.dark li{
    color:#fff;
}

.hvc-info-card p{
    color:var(--bethsaida-muted);
    font-size:16px;
    line-height:1.8;
}

.hvc-list{
    list-style:none;
    padding:0;
    margin:0;
}

.hvc-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:var(--bethsaida-muted);
    line-height:1.6;
    font-size:15.5px;
}

.hvc-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--bethsaida-red);
    box-shadow:0 0 0 5px rgba(237,28,36,.12);
}

.hvc-condition-section{
    position:relative;
    padding:100px 0;
    color:#fff;
    overflow:hidden;

    background-image:
        linear-gradient(90deg, rgba(7,26,58,.94), rgba(0,61,131,.86)),
        url('https://www.bethsaidahospitals.com/assets/img/center/ortophedic-bg.jpeg');
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.hvc-condition-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,.18), transparent 26%),
        radial-gradient(circle at 15% 80%, rgba(237,28,36,.26), transparent 25%);
}

.hvc-condition-section .container{
    position:relative;
    z-index:2;
}

.hvc-condition-section .hvc-section-title,
.hvc-condition-section .hvc-section-desc{
    color:#fff;
}

.hvc-condition-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.hvc-condition-card{
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(12px);
    border-radius:var(--radius-lg);
    padding:30px;
    transition:.25s ease;
}

.hvc-condition-card:hover{
    transform:translateY(-7px);
    background:rgba(255,255,255,.15);
}

.hvc-condition-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--bethsaida-blue);
    font-size:28px;
    margin-bottom:18px;
}

.hvc-condition-card h3{
    color:#fff;
    font-size:21px;
    font-weight:800;
    margin-bottom:14px;
}

.hvc-condition-card ul{
    padding-left:18px;
    margin:0;
}

.hvc-condition-card li{
    color:rgba(255,255,255,.9);
    line-height:1.6;
    margin-bottom:7px;
}

.hvc-doctor-card{
    height:100%;
    background:#fff;
    border-radius:var(--radius-lg);
    overflow:hidden;
    box-shadow:var(--shadow-soft);
    border:1px solid rgba(0,61,131,.06);
    transition:.28s ease;
}

.hvc-doctor-card:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow-hover);
}

.hvc-doctor-photo{
    height:330px;
    background:linear-gradient(135deg, #eaf3ff, #fff);
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden;
}

.hvc-doctor-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top center;
}

.hvc-doctor-body{
    padding:28px;
}

.hvc-doctor-body h3{
    font-size:22px;
    line-height:1.35;
    font-weight:800;
    color:var(--bethsaida-text);
    margin-bottom:8px;
}

.hvc-doctor-body p{
    color:var(--bethsaida-muted);
    font-size:15px;
    line-height:1.6;
    margin-bottom:22px;
}

.hvc-doctor-btn{
    border:none;
    border-radius:var(--radius-pill);
    padding:11px 18px;
    background:var(--bethsaida-blue);
    color:#fff;
    font-size:14px;
    font-weight:800;
    transition:.25s ease;
}

.hvc-doctor-btn:hover{
    background:var(--bethsaida-red);
    transform:translateX(3px);
}

.hvc-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px;
}

.hvc-modal.active{
    display:flex;
}

.hvc-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(3,13,31,.72);
    backdrop-filter:blur(8px);
}

.hvc-modal-dialog{
    position:relative;
    z-index:2;
    width:min(1080px, 100%);
    max-height:90vh;
    overflow:auto;
    background:#fff;
    border-radius:32px;
    box-shadow:0 40px 110px rgba(0,0,0,.35);
}

.hvc-modal-close{
    position:absolute;
    top:18px;
    right:18px;
    z-index:5;
    width:44px;
    height:44px;
    border:none;
    border-radius:50%;
    background:var(--bethsaida-blue);
    color:#fff;
    font-size:24px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hvc-modal-grid{
    display:grid;
    grid-template-columns:40% 60%;
    min-height:620px;
}

.hvc-modal-photo{
    position:relative;
    background:
        linear-gradient(180deg, rgba(0,61,131,.08), rgba(0,61,131,.18)),
        #EAF3FF;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden;
}

.hvc-modal-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top center;
}

.hvc-modal-content{
    padding:54px 54px 44px;
}

.hvc-modal-content h2{
    color:var(--bethsaida-text);
    font-size:34px;
    line-height:1.22;
    font-weight:850;
    letter-spacing:-1px;
    margin-bottom:8px;
}

.hvc-modal-specialty{
    color:var(--bethsaida-blue);
    font-size:17px;
    font-weight:700;
    font-style:italic;
    margin-bottom:30px;
}

.hvc-modal-content h4{
    font-size:18px;
    font-weight:850;
    color:var(--bethsaida-text);
    margin-bottom:14px;
}

.hvc-modal-list{
    padding-left:18px;
    margin:0;
}

.hvc-modal-list li{
    color:var(--bethsaida-muted);
    line-height:1.65;
    margin-bottom:9px;
    font-size:15.5px;
}
.hvc-modal-action{
    margin-top:28px;
}

.hvc-modal-appointment{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:13px 22px;
    border-radius:var(--radius-pill);
    background:var(--bethsaida-blue);
    color:#fff;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
    transition:.25s ease;
    box-shadow:0 14px 30px rgba(0,61,131,.22);
}

.hvc-modal-appointment:hover{
    background:var(--bethsaida-red);
    color:#fff;
    transform:translateY(-3px);
}

.hvc-cta{
    padding:80px 0;
    background:linear-gradient(135deg, var(--bethsaida-blue), var(--bethsaida-blue-dark));
    color:#fff;
}

.hvc-cta-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
}

.hvc-cta h2{
    color: #EAF3FF;
    font-size:36px;
    font-weight:850;
    letter-spacing:-1px;
    margin-bottom:10px;
}

.hvc-cta p{
    color:rgba(255,255,255,.82);
    font-size:17px;
    margin:0;
}

@media(max-width:991px){
    .hvc-hero{
        min-height:74vh;
        background-attachment:scroll;

        background-position:center center;
    }

    .hvc-condition-section{
        background-attachment:scroll;
    }

    .hvc-condition-grid{
        grid-template-columns:1fr;
    }

    .hvc-modal-grid{
        grid-template-columns:1fr;
    }

    .hvc-modal-photo{
        height:420px;
    }

    .hvc-cta-box{
        flex-direction:column;
        align-items:flex-start;
    }
}

@media(max-width:767px){
    .hvc-section,
    .hvc-condition-section{
        padding:64px 0;
    }

    .hvc-hero-title{
        letter-spacing:-1.4px;
    }

    .hvc-info-card{
        padding:26px;
    }

    .hvc-modal-content{
        padding:36px 26px;
    }

    .hvc-modal-content h2{
        font-size:27px;
    }

    .hvc-doctor-photo{
        height:300px;
    }
}

  .un-overview{
      position:relative;
      padding:95px 0;
      overflow:hidden;
      background:
          radial-gradient(circle at 10% 12%, rgba(203,235,251,.75), transparent 28%),
          radial-gradient(circle at 90% 20%, rgba(0,61,131,.08), transparent 26%),
          linear-gradient(180deg, #f4faff 0%, #ffffff 100%);
  }

  .un-overview .container{
      position:relative;
      z-index:2;
  }

  .un-overview .hvc-section-header{
      max-width:860px;
      margin-bottom:42px;
  }

  .un-row{
      margin-bottom:24px;
  }

  .un-who-card{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:34px 32px 26px;
      color:#fff;
      background:
          linear-gradient(135deg, rgba(0,61,131,.96), rgba(7,26,58,.97)),
          url('https://www.bethsaidahospitals.com/assets/img/center/heart-bg.jpg');
      background-size:cover;
      background-position:center;
      box-shadow:0 24px 60px rgba(0,61,131,.24);
  }

  .un-who-card::before{
      content:"";
      position:absolute;
      right:-60px;
      bottom:-70px;
      width:240px;
      height:240px;
      border-radius:50%;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.14);
  }

  .un-who-card::after{
      content:"";
      position:absolute;
      top:0;
      right:14%;
      width:280px;
      height:100%;
      background:linear-gradient(180deg, rgba(255,255,255,.05), transparent);
      opacity:.35;
      pointer-events:none;
  }

  .un-who-content{
      position:relative;
      z-index:2;
  }

  .un-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.18);
      color:#fff;
      font-size:11px;
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.5px;
      margin-bottom:16px;
  }

  .un-badge::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--bethsaida-red);
      box-shadow:0 0 0 5px rgba(237,28,36,.20);
  }

  .un-who-title{
      color:#fff;
      font-size:clamp(34px, 4vw, 52px);
      line-height:1.05;
      font-weight:900;
      letter-spacing:-1.5px;
      margin-bottom:10px;
  }

  .un-who-subtitle{
      color:rgba(255,255,255,.92);
      font-size:16px;
      line-height:1.65;
      font-weight:600;
      margin-bottom:26px;
      max-width:1050px;
  }

  .un-symptom-grid{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:18px;
  }

  .un-symptom-col{
      padding:18px 18px 16px;
      border-radius:22px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      backdrop-filter:blur(8px);
      min-height:100%;
  }

  .un-symptom-title{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff;
      font-size:20px;
      font-weight:900;
      margin-bottom:14px;
  }

  .un-symptom-icon{
      width:34px;
      height:34px;
      min-width:34px;
      border-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.18);
      font-size:16px;
  }

  .un-dark-list{
      list-style:none;
      padding:0;
      margin:0;
  }

  .un-dark-list li{
      position:relative;
      padding-left:20px;
      margin-bottom:10px;
      color:rgba(255,255,255,.92);
      font-size:14px;
      line-height:1.55;
  }

  .un-dark-list li::before{
      content:"";
      position:absolute;
      left:0;
      top:8px;
      width:8px;
      height:8px;
      border-radius:50%;
      background:#fff;
      box-shadow:0 0 0 4px rgba(255,255,255,.10);
  }

  .un-highlight-box{
      margin-top:18px;
      padding:16px 18px;
      border-radius:18px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
  }

  .un-highlight-box strong{
      color:#fff;
      font-size:18px;
      line-height:1.35;
  }

  .un-bridge-card{
      position:relative;
      min-height:210px;
      border-radius:30px;
      overflow:hidden;
      box-shadow:0 20px 50px rgba(0,61,131,.14);
  }

  .un-bridge-card img{
      width:100%;
      height:210px;
      object-fit:cover;
      display:block;
  }

  .un-bridge-card::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg, rgba(7,26,58,.35) 0%, rgba(7,26,58,.08) 45%, rgba(7,26,58,.18) 100%);
  }

  .un-bridge-caption{
      position:absolute;
      left:26px;
      bottom:22px;
      z-index:2;
      max-width:520px;
  }

  .un-bridge-caption h4{
      color:#fff;
      font-size:24px;
      font-weight:900;
      margin-bottom:6px;
  }

  .un-bridge-caption p{
      color:rgba(255,255,255,.92);
      font-size:14px;
      line-height:1.55;
      font-weight:600;
      margin:0;
  }

  .un-service-threecol{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:22px;
  }

  .un-service-col{
      background:#fff;
      border-radius:28px;
      padding:26px 24px;
      border:1px solid rgba(0,61,131,.07);
      box-shadow:0 18px 45px rgba(0,61,131,.10);
      transition:.25s ease;
  }

  .un-service-col:hover{
      transform:translateY(-6px);
      box-shadow:0 26px 60px rgba(0,61,131,.16);
  }

  .un-service-head{
      display:flex;
      gap:14px;
      align-items:flex-start;
      margin-bottom:16px;
  }

  .un-service-number{
      width:54px;
      height:54px;
      min-width:54px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, var(--bethsaida-blue), #4b6bd6);
      color:#fff;
      font-size:24px;
      font-weight:900;
      box-shadow:0 10px 24px rgba(0,61,131,.18);
  }

  .un-service-head h4{
      color:var(--bethsaida-blue);
      font-size:24px;
      line-height:1.2;
      font-weight:900;
      margin:0 0 6px 0;
  }

  .un-service-head p{
      color:var(--bethsaida-muted);
      font-size:14px;

      margin:0;
  }

  .un-chip-list{
      display:grid;
      grid-template-columns:1fr;
      gap:10px;
  }

  .un-chip{
      display:block;
      padding:12px 14px;
      border-radius:16px;
      background:#eef5ff;
      border:1px solid rgba(0,61,131,.07);
  }

  .un-chip.red{
      background:rgba(237,28,36,.06);
      border-color:rgba(237,28,36,.10);
  }

  .un-chip-title{
      display:block;
      color:var(--bethsaida-blue);
      font-size:13px;
      font-weight:900;
      margin-bottom:3px;
      line-height:1.35;
  }

  .un-chip.red .un-chip-title{
      color:var(--bethsaida-red);
  }

  .un-chip-desc{
      display:block;
      color:var(--bethsaida-muted);
      font-size:12px;

  }

  @media(max-width:1199px){
      .un-symptom-grid{
          grid-template-columns:1fr;
      }

      .un-service-threecol{
          grid-template-columns:1fr;
      }
  }

  @media(max-width:767px){
      .un-overview{
          padding:70px 0;
      }

      .un-who-card{
          padding:28px 22px 22px;
          border-radius:26px;
      }

      .un-who-title{
          font-size:34px;
      }

      .un-who-subtitle{
          font-size:15px;
      }

      .un-bridge-card{
          min-height:180px;
      }

      .un-bridge-card img{
          height:180px;
      }

      .un-bridge-caption{
          left:18px;
          right:18px;
          bottom:18px;
      }

      .un-bridge-caption h4{
          font-size:20px;
      }

      .un-service-col{
          padding:22px 18px;
      }

      .un-service-head h4{
          font-size:21px;
      }
  }

    .hvc-doctor-showcase {
        position: relative;
        padding: 80px 0 130px;
        overflow: hidden;
        color: #fff;
        background-image: url('https://www.bethsaidahospitals.com/assets/img/center/bethsaida-serang-bg.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .hvc-doctor-showcase::before{
        content:"";
        position:absolute;
        inset:0;
        background:rgba(0,33,75,.28);
        z-index:1;
    }

    .hvc-doctor-showcase::after{
        content:"";
        position:absolute;
        inset:0;
        background:
            radial-gradient(circle at 15% 30%, rgba(255,255,255,.08), transparent 25%),
            linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,13,35,.38) 100%);
        z-index:1;
    }

    .hvc-doctor-showcase .container{
        position:relative;
        z-index:2;
    }

    .hvc-doctor-badge{
        display:inline-flex;
        align-items:center;
        padding:8px 18px;
        border-radius:0 0 10px 10px;
        background:rgba(42,108,184,.88);
        color:#fff;
        font-size:12px;
        font-weight:700;
        position:absolute;
        top:-80px;
        left:15px;
    }

    .hvc-doctor-heading{
        margin-bottom:38px;
    }

    .hvc-doctor-heading h2{
        color:#fff;
        font-size:clamp(34px, 4.4vw, 56px);
        line-height:1.05;
        font-weight:850;
        letter-spacing:-1.8px;
        margin:0;
    }

    .hvc-doctor-list{
        display:grid;
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap:24px 28px;
        max-width:100%;
    }

    .hvc-doctor-item{
        display:flex;
        align-items:center;
        gap:18px;
        position:relative;
    }

    .hvc-doctor-thumb{
        width:118px;
        height:118px;
        min-width:118px;
        background:#fff;
        border-radius:22px 0 22px 0;
        overflow:hidden;
        box-shadow:7px 8px 0 rgba(255,255,255,.9);
        border:3px solid rgba(255,255,255,.96);
    }

    .hvc-doctor-thumb img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:top center;
        display:block;
    }

    .hvc-doctor-info{
        max-width:350px;
    }

    .hvc-doctor-info h3{
        color:#fff;
        font-size:16.5px;
        line-height:1.28;
        font-weight:850;
        margin-bottom:7px;
        text-shadow:0 2px 8px rgba(0,0,0,.18);
    }

    .hvc-doctor-info p{
        color:rgba(255,255,255,.92);
        font-size:14.5px;
        line-height:1.35;
        font-weight:600;
        font-style:italic;
        margin-bottom:11px;
    }

    .hvc-doctor-more{
        display:inline-flex;
        align-items:center;
        color:#fff;
        font-size:12.5px;
        font-weight:800;
        text-decoration:none;
        border-bottom:2px solid rgba(255,255,255,.65);
        padding-bottom:4px;
        transition:.25s ease;
    }

    .hvc-doctor-more:hover{
        color:#fff;
        transform:translateX(5px);
        border-bottom-color:var(--bethsaida-red);
    }

    @media(max-width:991px){
        .hvc-doctor-showcase{
            background-attachment:scroll;
            padding:70px 0 100px;
        }

        .hvc-doctor-list{
            grid-template-columns:1fr;
            gap:32px;
        }

        .hvc-doctor-badge{
            position:relative;
            top:auto;
            left:auto;
            margin-bottom:24px;
            border-radius:999px;
        }
    }

    @media(max-width:575px){
        .hvc-doctor-item{
            align-items:flex-start;
            gap:16px;
        }

        .hvc-doctor-thumb{
            width:104px;
            height:104px;
            min-width:104px;
        }

        .hvc-doctor-info h3{
            font-size:15px;
        }

        .hvc-doctor-info p{
            font-size:13px;
        }

        .hvc-doctor-more{
            font-size:12px;
        }
    }

    .hvc-media2{
    --gap:20px;
    padding:70px 0;
    background:#f8f9fb;
    overflow:hidden;
    }

    .hvc-media2-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:26px;
    }

    .hvc-media2-eyebrow{
    color:#ed1c24;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.4px;
    text-transform:uppercase;
    margin-bottom:8px;
    }

    .hvc-media2-title{
    margin:0;
    color:#1e2a3a;
    font-size:clamp(28px,3vw,38px);
    line-height:1.18;
    font-weight:850;
    letter-spacing:-.8px;
    }

    .hvc-media2-desc{
    margin:8px 0 0;
    max-width:620px;
    color:#6c7a89;
    font-size:15px;
    line-height:1.65;
    }

    .hvc-media2-pills{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    justify-content:flex-end;
    }

    .hvc-media2-pill{
    border:1.5px solid #39a935;
    background:#fff;
    color:#39a935;
    border-radius:999px;
    padding:9px 22px;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
    transition:.25s ease;
    }

    .hvc-media2-pill.active,
    .hvc-media2-pill:hover{
    background:#39a935;
    color:#fff;
    box-shadow:0 10px 22px rgba(57,169,53,.16);
    }

    .hvc-media2-slider{
    position:relative;
    }

    .hvc-media2-track{
    display:flex;
    gap:var(--gap);
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    padding:4px 2px 12px;
    scrollbar-width:none;
    }

    .hvc-media2-track::-webkit-scrollbar{
    display:none;
    }

    .hvc-media2-card{
    flex:0 0 calc((100% - (var(--gap) * 2)) / 3);
    min-width:0;
    scroll-snap-align:start;
    display:flex;
    flex-direction:column;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    text-decoration:none;
    border:1px solid rgba(0,61,131,.07);
    box-shadow:0 5px 10px rgba(0,61,131,.08);
    transition:.25s ease;
    }

    .hvc-media2-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 10px rgba(0,61,131,.14);
    }

    .hvc-media2-card.is-hidden{
    display:none;
    }

    .hvc-media2-image{
    position:relative;
    height:190px;
    background:#eef5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    overflow:hidden;
    }

    .hvc-media2-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
    }

    .hvc-media2-label{
    position:absolute;
    top:12px;
    left:12px;
    z-index:2;
    padding:7px 13px;
    border-radius:999px;
    color:#fff;
    font-size:11px;
    font-weight:850;
    letter-spacing:.2px;
    }

    .hvc-media2-label.video{
    background:#003d83;
    }

    .hvc-media2-label.testimoni{
    background:#203e76;
    }

    .hvc-media2-label.package{
    background:#ed1c24;
    }

    .hvc-media2-play{
    position:absolute;
    left:50%;
    top:50%;
    z-index:2;
    transform:translate(-50%,-50%);
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.92);
    color:#003d83;
    font-size:18px;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
    }

    .hvc-media2-body{
    padding:20px 22px 22px;
    }

    .hvc-media2-body h3{
    margin:0 0 10px;
    color:#303642;
    font-size:18px;
    line-height:1.35;
    font-weight:850;
    letter-spacing:-.2px;
    }

    .hvc-media2-body p{
    margin:0 0 16px;
    color:#6f7784;
    font-size:13.5px;
    line-height:1.6;
    font-weight:500;
    }

    .hvc-media2-more{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#003d83;
    font-size:14px;
    font-weight:850;
    }

    .hvc-media2-more span{
    color:#39a935;
    font-size:22px;
    line-height:1;
    }

    .hvc-media2-nav{
    position:absolute;
    top:36%;
    z-index:5;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#003d83;
    font-size:28px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(0,61,131,.16);
    transition:.25s ease;
    }

    .hvc-media2-nav:hover{
    background:#003d83;
    color:#fff;
    }

    .hvc-media2-prev{
    left:-18px;
    }

    .hvc-media2-next{
    right:-18px;
    }
    .hvc-media2-empty{
    flex:0 0 100%;
    min-height:260px;
    border-radius:22px;
    background:#fff;
    border:1px dashed rgba(0,61,131,.22);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:34px 24px;
    box-shadow:0 5px 10px rgba(0,61,131,.06);
    }

    .hvc-media2-empty.is-hidden{
    display:none;
    }

    .hvc-media2-empty h3{
    color:#1e2a3a;
    font-size:22px;
    font-weight:850;
    margin:0 0 10px;
    }

    .hvc-media2-empty p{
    color:#6c7a89;
    font-size:15px;
    line-height:1.6;
    margin:0 0 18px;
    max-width:480px;
    }

    .hvc-media2-empty a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 20px;
    border-radius:999px;
    background:#003d83;
    color:#fff;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
    transition:.25s ease;
    }

    .hvc-media2-empty a:hover{
    background:#ed1c24;
    color:#fff;
    transform:translateY(-3px);
    }

    @media(max-width:991px){
    .hvc-media2-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .hvc-media2-pills{
        justify-content:flex-start;
    }

    .hvc-media2-card{
        flex-basis:calc((100% - var(--gap)) / 2);
    }
    }

    @media(max-width:767px){
    .hvc-media2{
        --gap:14px;
        padding:56px 0;
    }

    .hvc-media2-title{
        font-size:28px;
    }

    .hvc-media2-desc{
        font-size:14px;
    }

    .hvc-media2-pills{
        width:100%;
        flex-wrap:nowrap;
        overflow-x:auto;
        padding-bottom:4px;
        scrollbar-width:none;
    }

    .hvc-media2-pills::-webkit-scrollbar{
        display:none;
    }

    .hvc-media2-pill{
        flex:0 0 auto;
        white-space:nowrap;
        padding:8px 18px;
        font-size:13px;
    }

    .hvc-media2-card{
        flex:0 0 86%;
    }

    .hvc-media2-image{
        height:180px;
    }

    .hvc-media2-body{
        padding:18px 18px 20px;
    }

    .hvc-media2-body h3{
        font-size:17px;
    }

    .hvc-media2-body p{
        font-size:13px;
    }

    .hvc-media2-nav{
        width:36px;
        height:36px;
        font-size:24px;
        top:34%;
    }

    .hvc-media2-prev{
        left:6px;
    }

    .hvc-media2-next{
        right:6px;
    }
    }

    .hvc-gallery-section{
        padding:90px 0;
        background:#f8f9fb;
    }

    .hvc-gallery-grid{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:18px;
        margin-bottom:18px;
    }

    .hvc-gallery-grid-bottom{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:18px;
        margin-bottom: 18px;
    }

    @media(max-width:768px){

        .hvc-gallery-grid,
        .hvc-gallery-grid-bottom{
            grid-template-columns:1fr;
        }

    }

    .hvc-gallery-item{
        position:relative;
        border-radius:20px;
        overflow:hidden;
        box-shadow:0 12px 28px rgba(0,0,0,.08);
        transition:.3s ease;
    }

    .hvc-gallery-item img{
        width:100%;
        height:220px;
        object-fit:cover;
        display:block;
        transition:.3s ease;
    }

    .hvc-gallery-item:hover img{
        transform:scale(1.05);
    }

    .hvc-gallery-caption{
        position:absolute;
        left:12px;
        right:12px;
        bottom:12px;

        padding:12px 16px;

        color:#1f4e8c;
        font-size:18px;
        font-weight:700;
        text-align:center;

        background:rgba(255,255,255,0.25);
        backdrop-filter:blur(12px);
        -webkit-backdrop-filter:blur(12px);

        border:1px solid rgba(255,255,255,0.35);
        border-radius:16px;

        box-shadow:
            0 8px 24px rgba(0,0,0,0.15),
            inset 0 1px 0 rgba(255,255,255,0.4);

        overflow:hidden;
    }

    .hvc-section{
        padding:90px 0;
        background: #f5f7fa;
    }

    .hvc-section-white{
        background:#ffffff;
    }

    .hvc-condition-section{
        background:
            linear-gradient(90deg, rgba(3,20,55,.95), rgba(0,61,131,.86)),
            url('https://www.bethsaidahospitals.com/assets/img/center/dental-center.png');
        background-size:cover;
        background-position:center;
        background-attachment:fixed;
    }
