/* ============================
   DISEASE HERO
============================ */

.disease-hero {
  position: relative;
  background: url("../images/parkinsons-bg.jpg") center/cover no-repeat;
  padding: 80px 40px;
  color: #fff;
}

.disease-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.disease-hero-content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.disease-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.breadcrumb {
  font-size: 14px;
  opacity: 0.9;
}

.breadcrumb span {
  margin: 0 6px;
}

/* ============================
   INTRO BOX
============================ */

.disease-intro {
  padding: 60px 40px;
  background: #f6f8f7;
}

.disease-intro-box {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.intro-text h2 {
  color: var(--green-dark);
  margin-bottom: 15px;
}

.intro-text p {
  margin-bottom: 14px;
  line-height: 1.7;
}

.intro-actions {
  margin-top: 20px;
  display: flex;
  gap: 14px;
}

.btn-call,
.btn-book {
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.btn-call {
  background: #d43b3b;
  color: #fff;
}

.btn-book {
  background: var(--green-dark);
  color: #fff;
}

.intro-media img {
  width: 100%;
  border-radius: 10px;
}
.disease-section {
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 40px;
}

.disease-section.alt {
  background: #f6f8f7;
  padding: 50px 40px;
}

.disease-section h2 {
  color: var(--green-dark);
  margin-bottom: 15px;
}

.disease-section ul {
  padding-left: 18px;
}

.disease-section li {
  margin-bottom: 8px;
}
.disease-container{
    display:grid;
    grid-template-columns:1fr 360px;
    gap:50px;
    max-width:1400px;
    margin:auto;
    padding:60px 40px;
}

.sticky-appointment{
    position:sticky;
    top:140px;
}

.image-placeholder{
    height:350px;
    background:#eef3f0;
    border:2px dashed #cdd8d2;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:30px 0;
}

.disease-banner{
    height:450px;
    background:#eef3f0;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:40px;
}
.disease-card{
    background:#fff;
    padding:25px;
    border-radius:14px;
    margin-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.disease-card h3{
    color:var(--green-dark);
    margin-bottom:10px;
}
@media(max-width:992px){

    .disease-container{
        grid-template-columns:1fr;
    }

    .sticky-appointment{
        position:static;
    }
}
/* =========================================
   RELATED CONDITIONS
========================================= */

.related-diseases{

    padding:80px 40px;

    background:#f6f8f7;
}

.related-diseases .section-header{

    text-align:center;

    margin-bottom:50px;
}

.related-diseases .section-tag{

    display:inline-block;

    color:var(--green-dark);

    font-weight:600;

    margin-bottom:12px;
}

.related-diseases h2{

    font-size:38px;

    color:#1f1f1f;
}

.related-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(280px,1fr));

    gap:25px;

    max-width:1200px;

    margin:auto;
}

.related-card{

    background:#fff;

    padding:30px;

    border-radius:16px;

    box-shadow:
    0 8px 25px rgba(0,0,0,.08);

    transition:.3s ease;

    text-decoration:none;
}

.related-card:hover{

    transform:translateY(-6px);

    box-shadow:
    0 15px 35px rgba(0,0,0,.12);
}

.related-card h3{

    color:var(--green-dark);

    margin-bottom:10px;
}

.related-card p{

    color:#666;

    line-height:1.6;
}
/* =========================================
   DISEASE CTA
========================================= */

.disease-cta{

    background:#f6f8f7;

    padding:60px;

    border-radius:20px;

    margin:70px 0;

    text-align:center;
}

.disease-cta h2{

    font-size:42px;

    color:#222;

    margin-bottom:20px;
}

.disease-cta p{

    max-width:800px;

    margin:auto;

    font-size:18px;

    line-height:1.8;

    color:#555;
}
/* MOBILE */

@media (max-width: 768px) {
  .disease-intro-box {
    grid-template-columns: 1fr;
  }

  .disease-hero h1 {
    font-size: 30px;
  }
}


/* =========================================================
   PREMIUM DISEASE TEMPLATE (BATRA INSPIRED)
========================================================= */

.disease-hero-premium {
    background-color: #F9F6F0; /* Cream/Beige */
    padding: 100px 5%;
    position: relative;
    overflow: hidden;
}

/* Subtle botanical watermark in the background */
.disease-hero-premium::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 560'%3E%3Cg fill='none' stroke='%23a8a396' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.5'%3E%3Cpath d='M170 540 C170 540 170 300 170 120'/%3E%3Cellipse cx='100' cy='230' rx='68' ry='28' transform='rotate(-30 100 230)' /%3E%3Cellipse cx='240' cy='230' rx='68' ry='28' transform='rotate(30 240 230)' /%3E%3Cellipse cx='80' cy='310' rx='60' ry='24' transform='rotate(-50 80 310)' /%3E%3Cellipse cx='260' cy='310' rx='60' ry='24' transform='rotate(50 260 310)' /%3E%3Cpath d='M170 200 C140 170 100 160 80 140'/%3E%3Cpath d='M170 200 C200 170 240 160 260 140'/%3E%3Cpath d='M170 280 C130 260 90 270 70 255'/%3E%3Cpath d='M170 280 C210 260 250 270 270 255'/%3E%3Ccircle cx='170' cy='118' r='20'/%3E%3Cellipse cx='170' cy='88' rx='14' ry='22' /%3E%3Cellipse cx='195' cy='103' rx='14' ry='22' transform='rotate(60 195 103)' /%3E%3Cellipse cx='145' cy='103' rx='14' ry='22' transform='rotate(-60 145 103)' /%3E%3Cellipse cx='195' cy='133' rx='14' ry='22' transform='rotate(120 195 133)' /%3E%3Cellipse cx='145' cy='133' rx='14' ry='22' transform='rotate(-120 145 133)' /%3E%3Cellipse cx='170' cy='148' rx='14' ry='22' transform='rotate(180 170 148)' /%3E%3C/g%3E%3C/svg%3E");
    background-position: right -150px center;
    background-repeat: no-repeat;
    background-size: 500px auto;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

.dhp-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.dhp-content {
    flex: 1;
    min-width: 320px;
}

.google-trust-badge {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 24px;
}

.google-trust-badge img {
    height: 18px;
    margin-right: 8px;
}

.google-trust-badge .stars {
    color: #fbbc05;
    margin: 0 8px;
    letter-spacing: 2px;
}

.dhp-content h1 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    color: #2D2D2D;
    line-height: 1.15;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.dhp-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.dhp-image-col {
    flex: 1;
    min-width: 320px;
    position: relative;
    display: flex;
    justify-content: center;
}

.dhp-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.dhp-image-wrapper img.main-img {
    width: 100%;
    border-radius: 40px 40px 10px 40px; /* Abstract organic rounding */
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    display: block;
}

/* Optional floating chat widget mimic for hero */
.dhp-floating-chat {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
}
.dhp-floating-chat .icon {
    width: 40px; height: 40px;
    background: #107530;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}
.dhp-floating-chat .text span {
    display: block;
}
.dhp-floating-chat .text .t1 { font-size: 13px; font-weight: 700; color: #333; }
.dhp-floating-chat .text .t2 { font-size: 11px; color: #888; }


/* ============================
   FEATURE BOX ("WHY CHOOSE US")
========================================================= */

.disease-feature-box {
    background: #F9F6F0;
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.disease-feature-box h3 {
    font-size: 24px;
    color: #2D2D2D;
    margin-bottom: 24px;
    border-bottom: 2px solid rgba(15,107,69,0.1);
    padding-bottom: 15px;
}

.df-item {
    margin-bottom: 20px;
}

.df-item:last-child {
    margin-bottom: 0;
}

.df-item h4 {
    font-size: 18px;
    color: #0F6B45;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.df-item h4 i {
    color: #0F6B45;
    font-size: 16px;
}

.df-item p {
    font-size: 15px;
    color: #555;
    padding-left: 26px;
    line-height: 1.7;
}

/* Typography styles for disease content */
.disease-content-area {
    padding: 80px 5%;
    max-width: 1200px;
    margin: auto;
}

.disease-content-area h2 {
    font-size: 32px;
    color: #2D2D2D;
    margin-top: 40px;
    margin-bottom: 20px;
}

.disease-content-area p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}
.disease-content-area ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.disease-content-area li {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 10px;
}


/* =========================================================
   WC MEDICINE SECTION — PREMIUM CARDS
========================================================= */

.wc-medicine-section {
    background: linear-gradient(135deg, #0a3d25 0%, #0F6B45 60%, #177245 100%);
    padding: 80px 5%;
    position: relative;
    overflow: hidden;
}

.wc-medicine-section::before {
    content: '';
    position: absolute;
    top: -60px; right: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}
.wc-medicine-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -60px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    pointer-events: none;
}

.wc-med-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wc-med-header {
    text-align: center;
    margin-bottom: 10px;
}

.wc-med-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    color: #d4f3e5;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,0.15);
}

.wc-med-header h2 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.wc-med-header p {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Medicine Card */
.wc-med-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s ease;
    position: relative;
}

.wc-med-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.wc-med-img-wrap {
    position: relative;
    overflow: hidden;
}

.wc-med-img-wrap img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.wc-med-card:hover .wc-med-img-wrap img {
    transform: scale(1.06);
}

.wc-med-badge-num {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255,255,255,0.95);
    color: #0F6B45;
    font-weight: 800;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 50px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
}

.wc-med-info {
    padding: 20px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wc-med-tag {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.wc-med-info h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.wc-med-info p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 18px;
}

.wc-med-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0F6B45;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
    transition: background 0.2s;
}

.wc-med-card:hover .wc-med-cta {
    background: #0a4a30;
}

.wc-med-footer-note {
    text-align: center;
    color: rgba(255,255,255,0.65);
    margin-top: 40px;
    font-size: 14px;
}

.wc-med-footer-note a {
    color: #d4f3e5;
    font-weight: 700;
    text-decoration: underline;
}

/* =========================================================
   STATS STRIP
========================================================= */

.wc-stats-strip {
    background: #0a3d25;
    padding: 30px 5%;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.wc-stats-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.wc-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 48px;
}

.wc-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #d4f3e5;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.wc-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-top: 6px;
    text-align: center;
}

.wc-stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.12);
}

/* =========================================================
   PREMIUM APPOINTMENT SECTION
========================================================= */

.wc-appt-section {
    background: #F9F6F0;
    padding: 90px 5%;
}

.wc-appt-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
}

.wc-appt-info {
    flex: 1;
    min-width: 300px;
}

.wc-appt-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(15,107,69,0.08);
    color: #0F6B45;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(15,107,69,0.15);
}

.wc-appt-info h2 {
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.2;
}

.wc-appt-info > p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 36px;
}

.wc-appt-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wc-appt-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
}

.wc-appt-contact-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: #0F6B45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.wc-appt-contact-icon.wa { background: #107530; }
.wc-appt-contact-icon.clk { background: #D4AF37; }

.wac-label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 2px;
}

.wac-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

/* Form */
.wc-appt-form-wrap {
    flex: 1.4;
    min-width: 320px;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

.wc-appt-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wc-form-row {
    display: flex;
    gap: 18px;
}

.wc-form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

.wc-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.wc-form-group label span {
    color: #e53e3e;
}

.wc-form-group input,
.wc-form-group textarea {
    padding: 12px 16px;
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #333;
    transition: border-color 0.2s;
    background: #fafafa;
    outline: none;
}

.wc-form-group input:focus,
.wc-form-group textarea:focus {
    border-color: #0F6B45;
    background: #fff;
}

.wc-form-group textarea {
    resize: vertical;
}

.wc-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #666;
}

.wc-form-consent input[type="checkbox"] {
    margin-top: 2px;
    accent-color: #0F6B45;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.wc-appt-submit {
    background: linear-gradient(135deg, #0F6B45, #177245);
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(15,107,69,0.3);
}

.wc-appt-submit:hover {
    background: linear-gradient(135deg, #0a4a30, #0F6B45);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(15,107,69,0.4);
}

@media (max-width: 720px) {
    .wc-form-row { flex-direction: column; }
    .wc-stat { padding: 14px 20px; }
    .wc-stat-divider { display: none; }
    .wc-appt-form-wrap { padding: 24px 20px; }
}


/* =========================================================
   ULTRA-PREMIUM HERO (V3)
========================================================= */

@keyframes meshGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes floatUp {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

@keyframes floatDown {
    0% { transform: translateY(0px); }
    50% { transform: translateY(10px); }
    100% { transform: translateY(0px); }
}

.disease-hero-ultra {
    position: relative;
    padding: 140px 5% 100px;
    background: linear-gradient(-45deg, #fdfbf7, #f0f7f4, #f9f6f0, #e8f5e9);
    background-size: 400% 400%;
    animation: meshGradient 15s ease infinite;
    overflow: hidden;
}

/* Subtle botanical watermark in the background */
.disease-hero-ultra::before {
    content: '';
    position: absolute;
    top: -100px; right: -150px; bottom: 0; left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 560'%3E%3Cg fill='none' stroke='%23a8a396' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.5'%3E%3Cpath d='M170 540 C170 540 170 300 170 120'/%3E%3Cellipse cx='100' cy='230' rx='68' ry='28' transform='rotate(-30 100 230)' /%3E%3Cellipse cx='240' cy='230' rx='68' ry='28' transform='rotate(30 240 230)' /%3E%3Cellipse cx='80' cy='310' rx='60' ry='24' transform='rotate(-50 80 310)' /%3E%3Cellipse cx='260' cy='310' rx='60' ry='24' transform='rotate(50 260 310)' /%3E%3Cpath d='M170 200 C140 170 100 160 80 140'/%3E%3Cpath d='M170 200 C200 170 240 160 260 140'/%3E%3Cpath d='M170 280 C130 260 90 270 70 255'/%3E%3Cpath d='M170 280 C210 260 250 270 270 255'/%3E%3Ccircle cx='170' cy='118' r='20'/%3E%3Cellipse cx='170' cy='88' rx='14' ry='22' /%3E%3Cellipse cx='195' cy='103' rx='14' ry='22' transform='rotate(60 195 103)' /%3E%3Cellipse cx='145' cy='103' rx='14' ry='22' transform='rotate(-60 145 103)' /%3E%3Cellipse cx='195' cy='133' rx='14' ry='22' transform='rotate(120 195 133)' /%3E%3Cellipse cx='145' cy='133' rx='14' ry='22' transform='rotate(-120 145 133)' /%3E%3Cellipse cx='170' cy='148' rx='14' ry='22' transform='rotate(180 170 148)' /%3E%3C/g%3E%3C/svg%3E");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 600px auto;
    opacity: 0.12;
    pointer-events: none;
    z-index: 1;
}

/* Glowing Orbs */
.dhu-orb-1 {
    position: absolute;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(15,107,69,0.1) 0%, rgba(15,107,69,0) 70%);
    top: -50px; left: -50px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}
.dhu-orb-2 {
    position: absolute;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, rgba(212,175,55,0) 70%);
    bottom: -100px; right: -100px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.dhu-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}

.dhu-content {
    flex: 1.2;
    min-width: 340px;
}

.dhu-trust-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 700;
    color: #0F6B45;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}
.dhu-trust-pill i { color: #d4af37; margin-right: 8px; font-size: 16px; }

.dhu-content h1 {
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}

.dhu-content h1 span.gradient-text {
    background: linear-gradient(135deg, #0F6B45 0%, #20B2AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.dhu-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4A5568;
    margin-bottom: 35px;
    max-width: 90%;
}

.dhu-btn-primary {
    background: linear-gradient(135deg, #0F6B45 0%, #177245 100%);
    color: #fff !important;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 12px 30px rgba(15,107,69,0.25);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
}
.dhu-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(15,107,69,0.35);
}

.dhu-btn-secondary {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    color: #107530 !important;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #107530;
    transition: all 0.3s ease;
}
.dhu-btn-secondary:hover {
    background: #107530;
    color: #fff !important;
    transform: translateY(-3px);
}

.dhu-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

/* Image Column with Floating Glass Cards */
.dhu-image-col {
    flex: 1;
    min-width: 320px;
    position: relative;
    display: flex;
    justify-content: center;
}

.dhu-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.dhu-main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    position: relative;
    z-index: 2;
    border: 8px solid #ffffff;
    object-fit: cover;
}

.dhu-glass-card-1 {
    position: absolute;
    bottom: 40px;
    left: -40px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 18px 24px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 255, 255, 1);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    animation: floatUp 6s ease-in-out infinite;
}
.dhu-glass-card-1 .g-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, #0F6B45, #20B2AA);
    color: #fff;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
}
.dhu-glass-card-1 .g-text span { display: block; }
.dhu-glass-card-1 .g-text .g-t1 { font-size: 18px; font-weight: 800; color: #1a1a1a; margin-bottom: 2px;}
.dhu-glass-card-1 .g-text .g-t2 { font-size: 13px; font-weight: 600; color: #666; }

.dhu-glass-card-2 {
    position: absolute;
    top: 30px;
    right: -30px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 14px 20px;
    border-radius: 50px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 255, 255, 1);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: floatDown 5s ease-in-out infinite;
}
.dhu-glass-card-2 .avatars {
    display: flex;
}
.dhu-glass-card-2 .avatars img {
    width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff;
    margin-left: -10px;
}
.dhu-glass-card-2 .avatars img:first-child { margin-left: 0; }
.dhu-glass-card-2 .g-t1 { font-size: 13px; font-weight: 700; color: #1a1a1a; }

/* =========================================================
   MEDICINE BOX OVERHAUL
========================================================= */

.wc-med-card {
    border: 1px solid rgba(15,107,69,0.1);
}

.wc-med-tag {
    background: linear-gradient(135deg, #d4af37, #f3d573);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 12px;
    width: fit-content;
}

.wc-med-cta {
    background: linear-gradient(135deg, #0F6B45 0%, #20B2AA 100%);
    box-shadow: 0 4px 15px rgba(15,107,69,0.3);
}
.wc-med-card:hover .wc-med-cta {
    background: linear-gradient(135deg, #0a4a30 0%, #0F6B45 100%);
    box-shadow: 0 6px 20px rgba(15,107,69,0.4);
}
