
    :root {
      --gold: #b8975a;
      --gold-light: #d4b07a;
      --deep: #1a1a2e;
      --deep-mid: #16213e;
    }

    /* Scroll progress bar */
    #scroll-bar { position:fixed;top:0;left:0;height:3px;background:var(--gold);z-index:9999;width:0; }

    /* Navbar */
    .navbar { background:rgba(26,26,46,.97) !important; backdrop-filter:blur(10px); }
    .navbar-brand svg { width:24px;height:24px;color:var(--gold); }
    .brand-name { font-weight:700;font-size:1rem;color:#fff;line-height:1.1; }
    .brand-tagline { font-size:.68rem;color:var(--gold-light);letter-spacing:.15em;text-transform:uppercase; }
    .navbar-nav .nav-link { color:rgba(255,255,255,.82) !important;font-size:.875rem;font-weight:500; }
    .navbar-nav .nav-link:hover { color:var(--gold-light) !important; }
    .navbar-toggler { border-color:rgba(184,151,90,.4); }
    .navbar-toggler-icon { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

    /* Hero */
    #home { min-height:100vh; position:relative; display:flex; align-items:center; padding-top:76px; }
    .hero-bg { position:absolute;inset:0;overflow:hidden;z-index:0; }
    .hero-bg img { width:100%;height:100%;object-fit:cover; }
    .hero-bg::after { content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,26,46,.93) 45%,rgba(26,26,46,.55)); }
    .hero-inner { position:relative;z-index:1; }
    .hero-badge { display:inline-flex;align-items:center;gap:.5rem;background:rgba(184,151,90,.15);border:1px solid var(--gold);color:var(--gold);border-radius:50px;padding:.3rem 1rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;margin-bottom:1.25rem; }
    .hero-badge svg { width:14px;height:14px; }
    .hero-title { font-size:clamp(1.9rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.18;margin-bottom:1rem; }
    .hero-title .highlight { color:var(--gold); }
    .hero-desc { color:rgba(255,255,255,.78);font-size:1.05rem;max-width:540px;margin-bottom:1.75rem; }

    /* Trust badges */
    .trust-badge { display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.85);border-radius:50px;padding:.28rem .85rem;font-size:.77rem; }
    .trust-badge svg { width:13px;height:13px; }

    /* Hero CTA card */
    .hero-card { background:rgba(255,255,255,.07);backdrop-filter:blur(14px);border:1px solid rgba(184,151,90,.32);border-radius:1rem;padding:2rem;color:#fff; }
    .hero-card .eyebrow { font-size:.7rem;font-weight:700;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;display:block;margin-bottom:.4rem; }

    /* Gold button */
    .btn-gold { background:var(--gold);color:#fff;border:none;font-weight:600; }
    .btn-gold:hover { background:var(--gold-light);color:#fff; }
    .btn-outline-gold { border:1.5px solid var(--gold);color:var(--gold);background:transparent;font-weight:600; }
    .btn-outline-gold:hover { background:var(--gold);color:#fff; }

    /* Section helpers */
    .section-alt { background:#f8f7f4; }
    .section-dark { background:var(--deep);color:#fff; }
    .section-dark .eyebrow { color:var(--gold-light); }
    .section-dark h2 { color:#fff; }
    .eyebrow { font-size:.72rem;font-weight:700;letter-spacing:.25em;color:var(--gold);text-transform:uppercase;display:block;margin-bottom:.4rem; }
    .divider { width:3rem;height:3px;background:var(--gold);border-radius:2px;margin:0 auto 1.25rem; }
    .divider.start { margin-left:0; }

    /* About */
    .about-img-wrap { position:relative; }
    .about-img-wrap img { border-radius:1rem;object-fit:cover;width:100%;max-height:500px; }
    .about-badge { position:absolute;bottom:1.5rem;right:-0.75rem;background:var(--deep);color:#fff;border-radius:.75rem;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 28px rgba(0,0,0,.28); }
    .about-badge svg { width:28px;height:28px;color:var(--gold); }
    .about-badge .stat { font-size:1.5rem;font-weight:700;color:var(--gold);line-height:1; }
    .about-badge .label { font-size:.72rem;color:rgba(255,255,255,.7); }
    .about-list { list-style:none;padding:0;margin:.75rem 0 1.5rem; }
    .about-list li { display:flex;align-items:center;gap:.6rem;font-size:.9rem;padding:.3rem 0; }
    .about-list li svg { width:18px;height:18px;color:var(--gold);flex-shrink:0; }
    .about-stat-box { text-align:center;background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 2px 12px rgba(0,0,0,.07); }
    .about-stat-box .number { font-size:1.75rem;font-weight:700;color:var(--gold); }
    .about-stat-box .label { font-size:.75rem;color:#666; }

    /* Services */
    .service-card { background:#fff;border:1px solid #e8e4dc;border-radius:.9rem;padding:1.75rem;transition:all .22s;height:100%; }
    .service-card:hover { border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 32px rgba(184,151,90,.14); }
    .service-icon { width:52px;height:52px;background:rgba(184,151,90,.1);border-radius:.6rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--gold); }
    .service-icon svg { width:26px;height:26px; }
    .service-card h5 { font-size:1.05rem;font-weight:700;margin-bottom:.45rem; }
    .service-card p { font-size:.87rem;color:#666;margin-bottom:.9rem; }
    .service-card a { color:var(--gold);font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem; }
    .service-card a svg { width:14px;height:14px; }
    .service-card a:hover { text-decoration:underline; }

    /* Appointment feature */
    .appt-feature { display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem; }
    .appt-feature-icon { width:44px;height:44px;min-width:44px;background:rgba(184,151,90,.12);border-radius:.6rem;display:flex;align-items:center;justify-content:center;color:var(--gold); }
    .appt-feature-icon svg { width:22px;height:22px; }
    .appt-feature h6 { font-weight:700;margin-bottom:.2rem; }
    .appt-feature p { font-size:.85rem;color:#666;margin:0; }

    /* Form */
    .form-label { font-size:.84rem;font-weight:600;color:#444;margin-bottom:.3rem; }
    .form-control, .form-select { border-color:#ddd;border-radius:.55rem;font-size:.9rem; }
    .form-control:focus, .form-select:focus { border-color:var(--gold);box-shadow:0 0 0 .2rem rgba(184,151,90,.2); }

    /* Pricing */
    .pricing-card { background:#fff;border:1.5px solid #e0dbd0;border-radius:1rem;padding:2rem;position:relative;transition:all .22s;height:100%; }
    .pricing-card.featured { border-color:var(--gold);box-shadow:0 12px 40px rgba(184,151,90,.2); }
    .pricing-badge { position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold);color:#fff;border-radius:50px;padding:.22rem 1rem;font-size:.73rem;font-weight:700;white-space:nowrap; }
    .price { font-size:2.2rem;font-weight:700;color:var(--deep); }
    .duration { font-size:.85rem;color:#888; }
    .pricing-features { list-style:none;padding:0;margin:1rem 0 1.5rem; }
    .pricing-features li { display:flex;align-items:center;gap:.5rem;font-size:.88rem;padding:.35rem 0;border-bottom:1px solid #f0ece4; }
    .pricing-features li svg { width:16px;height:16px;color:var(--gold);flex-shrink:0; }
    .payment-chip { display:inline-block;background:#f3efe7;border:1px solid #e0d8c8;border-radius:.4rem;padding:.22rem .6rem;font-size:.75rem;font-weight:600; }
    .security-note { font-size:.75rem;color:#888;display:flex;align-items:center;gap:.4rem;margin-top:.75rem; }
    .security-note svg { width:16px;height:16px;color:var(--gold); }
    .summary-row { display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0ece4;font-size:.9rem; }
    .total-amount { font-weight:700;color:var(--gold); }
    .qr-code { width:90px;height:90px;background:#f0ece4;border:1px solid #ddd;border-radius:.4rem;margin:.75rem auto;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#aaa;text-align:center; }

    /* Why cards */
    .why-card { background:#fff;border-radius:.9rem;padding:1.75rem;text-align:center;border:1px solid #e8e4dc;transition:all .22s;height:100%; }
    .why-card:hover { border-color:var(--gold);box-shadow:0 8px 24px rgba(184,151,90,.12); }
    .why-card svg { width:40px;height:40px;color:var(--gold);margin-bottom:.75rem; }

    /* Process */
    .process-step { text-align:center; }
    .step-num { font-size:3rem;font-weight:700;color:var(--gold-light);opacity:.25;line-height:1;margin-bottom:.25rem; }
    .process-step h5 { font-weight:700;color:#fff;margin-bottom:.3rem; }
    .process-step p { font-size:.85rem;color:rgba(255,255,255,.65); }

    /* Testimonials */
    .testimonial-card { background:#fff;border:1px solid #e8e4dc;border-radius:1rem;padding:2rem;height:100%; }
    .quote-icon svg { width:24px;height:24px;color:var(--gold);opacity:.5; }
    .stars svg { width:16px;height:16px;fill:var(--gold);stroke:none;margin-right:1px; }
    .testimonial-card blockquote { font-size:.93rem;font-style:italic;color:#444;border:none;padding:0;margin:1rem 0; }
    .author-avatar { width:42px;height:42px;min-width:42px;background:var(--gold);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem; }
    .author-name { font-weight:700;font-size:.9rem; }
    .author-location { font-size:.78rem;color:#888; }

    /* FAQ accordion overrides */
    .accordion-button { font-weight:600;font-size:.95rem; }
    .accordion-button:not(.collapsed) { color:var(--deep);background:#fdf9f3;box-shadow:none; }
    .accordion-button:focus { box-shadow:0 0 0 .2rem rgba(184,151,90,.2); }

    /* Blog */
    .blog-card { background:#fff;border-radius:.9rem;border:1px solid #e8e4dc;overflow:hidden;height:100%;transition:all .22s; }
    .blog-card:hover { box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-3px); }
    .blog-card-thumb { background:linear-gradient(135deg,var(--deep),var(--deep-mid));height:160px;display:flex;align-items:center;justify-content:center;position:relative; }
    .blog-card-thumb svg { width:52px;height:52px;color:rgba(255,255,255,.15); }
    .category-tag { position:absolute;bottom:1rem;left:1rem;background:var(--gold);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:.3rem; }
    .blog-card-body { padding:1.25rem; }
    .blog-card-body h5 { font-weight:700;font-size:1rem;margin-bottom:.4rem; }
    .blog-card-body p { font-size:.84rem;color:#666; }
    .blog-card-body a { color:var(--gold);font-size:.83rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem; }
    .blog-card-body a svg { width:14px;height:14px; }

    /* Contact */
    .contact-icon { width:42px;height:42px;min-width:42px;background:rgba(184,151,90,.12);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--gold); }
    .contact-icon svg { width:20px;height:20px; }
    .cl { font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#888;margin-bottom:.1rem; }
    .contact-map { margin-top:1.25rem;border-radius:.6rem;overflow:hidden;border:1px solid #e0e0e0; }
    .contact-map iframe { width:100%;height:200px;border:none; }

    /* Newsletter */
    .newsletter-section { background:linear-gradient(135deg,var(--deep),var(--deep-mid));padding:5rem 0;color:#fff; }
    .newsletter-section svg { width:40px;height:40px;color:var(--gold);margin-bottom:1rem; }

    /* Footer */
    footer.site-footer { background:var(--deep);color:rgba(255,255,255,.7);padding:3.5rem 0 0; }
    footer.site-footer h5 { color:#fff;font-weight:700;font-size:1rem;margin-bottom:1rem; }
    footer.site-footer a { color:rgba(255,255,255,.65);text-decoration:none;font-size:.875rem; }
    footer.site-footer a:hover { color:var(--gold-light); }
    footer.site-footer ul { list-style:none;padding:0; }
    footer.site-footer ul li { margin-bottom:.4rem; }
    .footer-contact-item { display:flex;align-items:center;gap:.6rem;font-size:.875rem;margin-bottom:.6rem; }
    .footer-contact-item svg { width:16px;height:16px;color:var(--gold);flex-shrink:0; }
    .footer-bottom { border-top:1px solid rgba(255,255,255,.1);padding:1rem 0;margin-top:2rem;font-size:.8rem; }
    .social-link { width:36px;height:36px;background:rgba(255,255,255,.08);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:all .2s; }
    .social-link:hover { background:var(--gold);color:#fff; }
    .social-link svg { width:16px;height:16px; }

    /* Floating WhatsApp */
    .float-wa { position:fixed;bottom:1.5rem;right:1.5rem;width:52px;height:52px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:998;box-shadow:0 4px 16px rgba(37,211,102,.4);transition:transform .2s;color:#fff;text-decoration:none; }
    .float-wa:hover { transform:scale(1.1);color:#fff; }
    .float-wa svg { width:26px;height:26px; }
  


/*// blog*/

 /* Sidebar */
    .sidebar-card { background:#fff;border:1px solid #e8e4dc;border-radius:.9rem;padding:1.5rem; }
    .sidebar-card h5 { font-weight:700;font-size:1rem;margin-bottom:1rem; }
    .related-post { display:flex;gap:.8rem;text-decoration:none;color:inherit;margin-bottom:1rem; }
    .related-thumb { width:64px;height:64px;min-width:64px;background:linear-gradient(135deg,var(--deep),var(--deep-mid));border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3); }
    .related-thumb svg { width:26px;height:26px; }
    .related-post h6 { font-size:.85rem;font-weight:600;margin-bottom:.2rem;line-height:1.3; }
    .related-post h6 a { font-size:.85rem;font-weight:600;margin-bottom:.2rem;line-height:1.3;     text-decoration: none;}
    .related-post .rp-date { font-size:.72rem;color:#999; }