.elementor-kit-7{--e-global-color-primary:#CDA95D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
  :root {
    --gold: #C9943A;
    --gold-light: #E8B86D;
    --dark: #1A1208;
    --cream: #FAF6EE;
    --white: #FFFFFF;
    --green: #2D6A4F;
    --green-light: #52B788;
    --text: #3D3218;
    --muted: #7A6A4A;
    --border: #E8D9B8;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
  }

  /* ─── TOP BAR ─────────────────────────── */
  .topbar {
    background: var(--dark);
    color: #E8D9B8;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .topbar a { color: var(--gold-light); text-decoration: none; font-weight: 600; }

  /* ─── HEADER / NAV ─────────────────────── */
  header {
    background: var(--white);
    border-bottom: 2px solid var(--border);
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  }
  .logo-wrap { display: flex; align-items: center; gap: 12px; }
  .logo-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
  }
  .logo-text { line-height: 1.2; }
  .logo-text strong { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--dark); display: block; }
  .logo-text span { font-size: 11px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
  .header-cta {
    background: var(--gold);
    color: var(--white);
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(201,148,58,0.35);
  }
  .header-cta:hover { background: var(--dark); transform: translateY(-2px); }

  /* ─── HERO ──────────────────────────────── */
  .hero {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 0;
    min-height: 90vh;
    align-items: stretch;
  }
  .hero-left {
    background: linear-gradient(160deg, #1A1208 0%, #2D1E05 60%, #3D2A08 100%);
    padding: 80px 60px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .hero-left::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(201,148,58,0.12) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero-left::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(82,183,136,0.08) 0%, transparent 70%);
    border-radius: 50%;
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,148,58,0.15);
    border: 1px solid rgba(201,148,58,0.4);
    color: var(--gold-light);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 28px;
    width: fit-content;
    animation: fadeUp 0.6s ease both;
  }
  .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.15;
    color: var(--white);
    margin-bottom: 20px;
    animation: fadeUp 0.6s 0.1s ease both;
  }
  .hero-title em { color: var(--gold-light); font-style: normal; }
  .hero-subtitle {
    font-size: 17px;
    color: #C8B890;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 36px;
    animation: fadeUp 0.6s 0.2s ease both;
  }
  .trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 44px;
    animation: fadeUp 0.6s 0.3s ease both;
  }
  .chip {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    color: #E8D9B8;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 13px;
    display: flex; align-items: center; gap: 6px;
  }
  .chip-dot { width: 6px; height: 6px; background: var(--green-light); border-radius: 50%; }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp 0.6s 0.4s ease both; }
  .btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--dark);
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 6px 25px rgba(201,148,58,0.4);
  }
  .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 35px rgba(201,148,58,0.5); }
  .btn-outline {
    border: 2px solid rgba(255,255,255,0.3);
    color: var(--white);
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
    display: flex; align-items: center; gap: 8px;
  }
  .btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }

  /* ─── LEAD FORM (right panel) ────────────── */
  .hero-form {
    background: var(--white);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--border);
    animation: fadeIn 0.8s 0.2s ease both;
  }
  .form-heading {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--dark);
    margin-bottom: 6px;
  }
  .form-sub { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
  .form-free {
    background: #EDFAF3;
    border: 1px solid #52B788;
    color: var(--green);
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex; align-items: center; gap: 6px;
  }
  .form-group { margin-bottom: 16px; }
  .form-group label { display: block; font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
  .form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--text);
    background: var(--cream);
    transition: border 0.2s;
    outline: none;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--gold);
    background: var(--white);
  }
  .form-group textarea { resize: none; height: 80px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .submit-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--dark);
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 6px;
    box-shadow: 0 4px 18px rgba(201,148,58,0.35);
  }
  .submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,148,58,0.45); }
  .form-privacy { font-size: 11px; color: var(--muted); text-align: center; margin-top: 12px; }

  /* ─── STATS BAR ─────────────────────────── */
  .stats-bar {
    background: var(--dark);
    padding: 30px 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .stat-item { text-align: center; }
  .stat-num { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--gold-light); font-weight: 700; }
  .stat-label { font-size: 12px; color: #C8B890; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }

  /* ─── SECTION BASE ──────────────────────── */
  section { padding: 80px 80px; }
  .section-tag {
    display: inline-block;
    background: rgba(201,148,58,0.12);
    color: var(--gold);
    border: 1px solid rgba(201,148,58,0.3);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3vw, 42px);
    color: var(--dark);
    margin-bottom: 14px;
    line-height: 1.2;
  }
  .section-desc { font-size: 16px; color: var(--muted); line-height: 1.7; max-width: 580px; }

  /* ─── WHY US ────────────────────────────── */
  .why-us { background: var(--white); }
  .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 50px;
  }
  .why-list { display: flex; flex-direction: column; gap: 20px; }
  .why-item {
    display: flex;
    gap: 18px;
    padding: 22px 24px;
    background: var(--cream);
    border-radius: 14px;
    border: 1px solid var(--border);
    transition: all 0.3s;
  }
  .why-item:hover { border-color: var(--gold); transform: translateX(6px); }
  .why-icon {
    width: 48px; height: 48px; min-width: 48px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
  }
  .why-content h3 { font-size: 16px; font-weight: 600; color: var(--dark); margin-bottom: 5px; }
  .why-content p { font-size: 13px; color: var(--muted); line-height: 1.6; }

  .why-visual {
    background: linear-gradient(160deg, var(--dark) 0%, #2D1E05 100%);
    border-radius: 24px;
    padding: 44px;
    color: var(--white);
    position: relative;
    overflow: hidden;
  }
  .why-visual::before {
    content: '🌿';
    position: absolute;
    top: -20px; right: -20px;
    font-size: 140px;
    opacity: 0.06;
  }
  .visual-title { font-family: 'Playfair Display', serif; font-size: 26px; margin-bottom: 20px; color: var(--gold-light); }
  .treatment-tag {
    display: inline-block;
    background: rgba(201,148,58,0.18);
    border: 1px solid rgba(201,148,58,0.35);
    color: var(--gold-light);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    margin: 5px;
  }
  .visual-note { margin-top: 24px; font-size: 13px; color: #C8B890; line-height: 1.7; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }

  /* ─── DOCTORS ───────────────────────────── */
  .doctors { background: var(--cream); }
  .doctors-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
  }
  .doc-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all 0.3s;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
  }
  .doc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }
  .doc-header {
    background: linear-gradient(135deg, var(--dark), #2D1E05);
    padding: 36px 30px 28px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .doc-header::after {
    content: '';
    position: absolute;
    bottom: -30px; right: -30px;
    width: 120px; height: 120px;
    background: rgba(201,148,58,0.12);
    border-radius: 50%;
  }
  .doc-avatar {
    width: 80px; height: 80px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--dark);
    font-family: 'Playfair Display', serif;
    border: 3px solid rgba(255,255,255,0.2);
    flex-shrink: 0;
  }
  .doc-name { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--white); margin-bottom: 4px; }
  .doc-title { font-size: 13px; color: var(--gold-light); margin-bottom: 8px; }
  .doc-exp { font-size: 12px; color: #C8B890; }
  .doc-body { padding: 26px 30px; }
  .doc-quals { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .qual-tag {
    background: var(--cream);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 50px;
  }
  .doc-speciality { font-size: 14px; color: var(--muted); line-height: 1.6; }

  /* ─── HOW IT WORKS ──────────────────────── */
  .how-it-works { background: var(--white); }
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
    position: relative;
  }
  .steps::before {
    content: '';
    position: absolute;
    top: 36px; left: 10%; right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--green-light));
    z-index: 0;
  }
  .step {
    background: var(--cream);
    border-radius: 16px;
    padding: 30px 22px;
    text-align: center;
    border: 1px solid var(--border);
    position: relative;
    z-index: 1;
    transition: all 0.3s;
  }
  .step:hover { background: var(--white); border-color: var(--gold); transform: translateY(-4px); }
  .step-num {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
    margin: 0 auto 18px;
    border: 3px solid var(--white);
    box-shadow: 0 4px 15px rgba(201,148,58,0.3);
  }
  .step h3 { font-size: 15px; font-weight: 600; color: var(--dark); margin-bottom: 8px; }
  .step p { font-size: 13px; color: var(--muted); line-height: 1.6; }

  /* ─── TESTIMONIALS ──────────────────────── */
  .testimonials { background: var(--cream); }
  .testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
  }
  .testi-card {
    background: var(--white);
    border-radius: 16px;
    padding: 28px;
    border: 1px solid var(--border);
    transition: all 0.3s;
  }
  .testi-card:hover { border-color: var(--gold); box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
  .stars { color: var(--gold); font-size: 16px; margin-bottom: 14px; }
  .testi-text { font-size: 14px; color: var(--text); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .author-avatar {
    width: 42px; height: 42px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
  }
  .author-name { font-size: 14px; font-weight: 600; color: var(--dark); }
  .author-loc { font-size: 12px; color: var(--muted); }
  .verified { font-size: 11px; color: var(--green); font-weight: 600; margin-top: 2px; }

  /* ─── CTA SECTION ───────────────────────── */
  .cta-section {
    background: linear-gradient(160deg, var(--dark) 0%, #2D1E05 100%);
    text-align: center;
    padding: 80px;
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: '';
    position: absolute;
    top: -150px; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(201,148,58,0.15) 0%, transparent 65%);
  }
  .cta-section .section-title { color: var(--white); }
  .cta-section .section-desc { color: #C8B890; margin: 0 auto 40px; }
  .cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

  /* ─── FOOTER ────────────────────────────── */
  footer {
    background: var(--dark);
    color: #C8B890;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 13px;
  }
  footer a { color: var(--gold-light); text-decoration: none; }

  /* ─── STICKY MOBILE CTA ─────────────────── */
  .sticky-mobile {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--dark);
    padding: 14px 20px;
    z-index: 200;
    gap: 10px;
    border-top: 1px solid rgba(201,148,58,0.3);
  }
  .sticky-mobile a {
    flex: 1; text-align: center; padding: 13px;
    border-radius: 10px; font-weight: 700; font-size: 14px;
    text-decoration: none; transition: all 0.2s;
  }
  .smc-call { background: var(--green); color: var(--white); }
  .smc-book { background: var(--gold); color: var(--dark); }

  /* ─── ANIMATIONS ────────────────────────── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeIn {
    from { opacity: 0; } to { opacity: 1; }
  }

  /* ─── RESPONSIVE ────────────────────────── */
  @media (max-width: 1024px) {
    section { padding: 60px 40px; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { padding: 60px 40px; min-height: 70vh; }
    .hero-form { padding: 40px; border-left: none; border-top: 2px solid var(--border); }
    .why-grid, .doctors-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr 1fr; }
    .steps::before { display: none; }
    .testi-grid { grid-template-columns: 1fr 1fr; }
    .stats-bar { padding: 30px 40px; }
    .cta-section { padding: 60px 40px; }
    footer { padding: 30px 40px; flex-direction: column; text-align: center; }
    .sticky-mobile { display: flex; }
    body { padding-bottom: 70px; }
  }
  @media (max-width: 600px) {
    section { padding: 50px 20px; }
    .hero-left { padding: 50px 24px; }
    .hero-form { padding: 30px 20px; }
    .stats-bar { padding: 24px 20px; flex-direction: column; gap: 24px; }
    .steps { grid-template-columns: 1fr; }
    .testi-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    header { padding: 14px 20px; }
    .header-cta { padding: 10px 18px; font-size: 13px; }
    footer { padding: 24px 20px; }
  }
</style>/* End custom CSS */