/* ==========================================================================
   brand.css — لایه‌ی برند «مطب دندانپزشکی دکتر زهرا سادات شامخی»
   تایپوگرافی فارسی · راست‌چین · پالت طلایی لوکس
   این فایل باید آخرین استایل بارگذاری‌شده باشد.
   ========================================================================== */

:root {
    /* ——— پالت رنگی برند ——— */
    --brand-gold:        #C6A15B;   /* طلایی اصلی */
    --brand-gold-2:      #B08A34;   /* طلایی عمیق */
    --brand-gold-3:      #8A6C22;   /* طلایی تیره (سایه) */
    --brand-gold-light:  #EAD6A6;   /* شامپاینی */
    --brand-gold-soft:   #F7EFDD;   /* پس‌زمینه‌ی طلایی روشن */
    --brand-teal:        #123B3A;   /* سبزآبی عمیق (رنگ مکمل تیره) */
    --brand-teal-2:      #1C4F4C;
    --brand-jade:        #2F7E74;   /* یشمی (لهجه) */
    --brand-cream:       #F7F2E9;   /* کِرِم گرم */
    --brand-ink:         #22201B;   /* متن تیره گرم */
    --brand-muted:       #6F6A60;   /* متن خاکستری گرم */

    --brand-gradient:      linear-gradient(135deg, #E1C57E 0%, #C6A15B 45%, #A9822F 100%);
    --brand-gradient-soft: linear-gradient(135deg, #FBF4E4 0%, #F1E3C4 100%);
    --brand-shadow-gold:   0 18px 40px -18px rgba(169, 130, 47, .55);

    /* ——— بازتعریف متغیرهای بوت‌استرپ برای رنگ طلایی ——— */
    --bs-primary:            #C6A15B;
    --bs-primary-rgb:        198, 161, 91;
    --bs-link-color:         #A9822F;
    --bs-link-hover-color:   #8A6C22;
    --bs-primary-text-emphasis: #5A4A22;
    --bs-primary-bg-subtle:  #F5ECD8;
    --bs-primary-border-subtle: #E4D2A6;

    /* ——— فونت ——— */
    --bs-font-sans-serif: 'Vazirmatn', 'Tahoma', 'Segoe UI', sans-serif;
    --bs-body-font-family: 'Vazirmatn', 'Tahoma', 'Segoe UI', sans-serif;
    --brand-font-display: 'Lalezar', 'Vazirmatn', 'Tahoma', sans-serif;
}

/* ==========================================================================
   ۱) تایپوگرافی فارسی سراسری
   ========================================================================== */
/* جهت از اتریبیوت <html dir> تعیین می‌شود */

body,
p, a, span, li, ul, ol, dl, dd, dt,
h1, h2, h3, h4, h5, h6,
.btn, button, input, textarea, select, label,
.nav-link, .navbar-nav a, .dropdown-item,
.form-control, .form-select, blockquote, figcaption,
table, th, td, .badge, small {
    font-family: 'Vazirmatn', 'Tahoma', 'Segoe UI', sans-serif !important;
}

/* آیکون‌ها را از تغییر فونت مصون نگه می‌داریم */
i[class^="flaticon-"], i[class*=" flaticon-"],
[data-feather], svg, .feather {
    font-family: 'dental-icons' !important;
}
[data-feather], svg.feather { font-family: inherit !important; }

body {
    line-height: 1.9;
    letter-spacing: 0;
    color: var(--brand-ink);
    text-align: start;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0 !important;
    line-height: 1.6;
    font-weight: 800;
}

/* اعداد و ارقام لاتین داخل متن فارسی، خواناتر */
.ltr, .en { direction: ltr; unicode-bidi: isolate; display: inline-block; }

/* لینک‌ها و انتخاب متن */
::selection { background: var(--brand-gold); color: #fff; }
a { color: var(--brand-gold-2); }
a:hover { color: var(--brand-gold-3); }

/* ==========================================================================
   ۲) نوار پیمایش سفارشی (اسکرول‌بار) طلایی
   ========================================================================== */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--brand-cream); }
::-webkit-scrollbar-thumb {
    background: var(--brand-gradient);
    border-radius: 20px;
    border: 2px solid var(--brand-cream);
}
::-webkit-scrollbar-thumb:hover { background: var(--brand-gold-2); }

/* ==========================================================================
   ۳) دکمه‌ها — پرداخت طلایی
   ========================================================================== */
.default-btn,
.btn-primary,
.default-btn.two,
button.default-btn {
    background: var(--brand-gradient) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: var(--brand-shadow-gold);
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}
.default-btn:hover,
.btn-primary:hover {
    background: linear-gradient(135deg, #C6A15B 0%, #A9822F 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 22px 44px -16px rgba(169,130,47,.7);
    color: #fff !important;
}

/* ==========================================================================
   ۴) پیش‌لودر حرفه‌ای — نشان رسمی برند با هاله‌ی نور
   ========================================================================== */
.preloader-area {
    background: radial-gradient(1200px 600px at 50% 40%, #17403E 0%, #0C2B29 60%, #081E1D 100%) !important;
    z-index: 99999;
}
.preloader-area .loader { top: 50%; transform: translateY(-50%); }

.brand-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}
.brand-loader .tooth-spinner {
    width: 96px;
    height: 96px;
    position: relative;
    display: grid;
    place-items: center;
}
.brand-loader .tooth-spinner::before,
.brand-loader .tooth-spinner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid transparent;
}
.brand-loader .tooth-spinner::before {
    border-top-color: var(--brand-gold);
    border-right-color: var(--brand-gold-light);
    animation: brandSpin 1.1s linear infinite;
}
.brand-loader .tooth-spinner::after {
    inset: 14px;
    border-bottom-color: var(--brand-gold-2);
    border-left-color: var(--brand-gold-light);
    animation: brandSpin 1.6s linear infinite reverse;
}
.brand-loader .tooth-spinner img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(246, 223, 139, .18));
    animation: brandPulse 1.4s ease-in-out infinite;
}
.brand-loader .brand-loader-name {
    font-family: var(--bs-body-font-family);
    color: #F3E7C9;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}
.brand-loader .brand-loader-sub {
    color: #C6A15B;
    font-size: 13px;
    font-weight: 500;
    margin-top: -14px;
    opacity: .9;
}
.brand-loader .loader-dots { display: inline-flex; gap: 7px; }
.brand-loader .loader-dots span {
    width: 9px; height: 9px; border-radius: 50%;
    background: var(--brand-gold);
    animation: brandDot 1.2s ease-in-out infinite;
}
.brand-loader .loader-dots span:nth-child(2) { animation-delay: .2s; }
.brand-loader .loader-dots span:nth-child(3) { animation-delay: .4s; }

@keyframes brandSpin { to { transform: rotate(360deg); } }
@keyframes brandPulse { 0%,100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.12); opacity: 1; } }
@keyframes brandDot { 0%,100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(-9px); opacity: 1; } }

/* پیش‌لودر قدیمی (waviy) در صفحاتی که هنوز به‌روزرسانی نشده‌اند */
.waviy span { color: var(--brand-gold) !important; }

/* ==========================================================================
   ۵) لهجه‌های طلایی روی اجزای کلیدی
   ========================================================================== */
.section-title span,
.sub-title,
.top-title { color: var(--brand-gold-2) !important; }

.section-title span::before,
.section-title span::after { background: var(--brand-gold) !important; }

/* آیکون‌های دایره‌ای و لهجه‌ها */
.bg-primary { background: var(--brand-gradient) !important; }
.text-primary { color: var(--brand-gold-2) !important; }

/* ==========================================================================
   ۶) رفع ریزه‌کاری‌های راست‌چین
   ========================================================================== */
.list-unstyled, ul { padding-right: 0; }
.dropdown-menu { text-align: start; }
.form-check { padding-inline-start: 1.5em; padding-inline-end: 0; }
.form-check .form-check-input { float: inline-start; margin-inline-start: -1.5em; margin-inline-end: 0; }
blockquote { border-inline-start: 4px solid var(--brand-gold); border-inline-end: none; padding-inline-start: 22px; padding-inline-end: 0; }

/* اطمینان از راست‌چین بودن اینپوت‌ها */
input, textarea, select, .form-control { text-align: start; }
input[type="tel"], input[type="email"], input[type="number"], .ltr-input { text-align: left; direction: ltr; }

/* ==========================================================================
   ۷) لوگوی رسمی برند
   ========================================================================== */
.brand-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
}
.brand-logo-picture,
.brand-logo-img {
    display: block;
}
.brand-logo-img {
    width: auto;
    height: 78px;
    max-width: 190px;
    object-fit: contain;
    object-position: center;
}
.navbar .brand-logo-img {
    height: 78px;
    max-width: 190px;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.28));
}
.responsive-navbar .brand-logo-img {
    height: 72px;
    max-width: 166px;
    filter: drop-shadow(0 8px 16px rgba(25,49,46,.14));
}
.footer-area .brand-logo-img {
    height: 126px;
    max-width: 204px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.22));
}
@media (max-width: 767px) {
    .navbar .brand-logo-img {
        height: 58px;
        max-width: 150px;
    }
    .responsive-navbar .brand-logo-img {
        height: 66px;
        max-width: 150px;
    }
    .footer-area .brand-logo-img {
        height: 104px;
        max-width: 178px;
    }
}

/* ==========================================================================
   ۸) معرفی دکتر در صفحه اصلی — استفاده متعادل از دو ستون
   ========================================================================== */
.about-area {
    position: relative;
    overflow: hidden;
}
.about-area .row {
    align-items: stretch !important;
}
.about-area .about-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 18px 34px 0;
}
.about-area .about-content h2 {
    max-width: 680px;
    color: var(--brand-teal);
    line-height: 1.55;
}
.about-area .about-content p {
    max-width: 610px;
    margin-bottom: 0;
    color: var(--brand-ink);
    font-size: 17px;
    font-weight: 600;
    line-height: 2.25;
}
.about-area .about-content .info {
    width: 100%;
    max-width: 610px;
    margin-top: 38px;
    padding-top: 28px;
    border-top-color: rgba(18, 59, 58, .14);
}
.about-area .about-content .info li {
    list-style: none;
}
.about-area .about-content .info li .writer .title h5 {
    color: var(--brand-teal);
}
.about-area .about-content .info li .writer .title span {
    color: var(--brand-gold-2);
}
.about-home-panel {
    height: auto;
    min-height: 610px;
    display: flex;
    align-items: flex-end;
    padding: 34px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(198, 161, 91, .35);
    box-shadow: 0 32px 70px -44px rgba(26, 22, 17, .65);
    background-image:
        linear-gradient(180deg, rgba(18, 59, 58, .18) 0%, rgba(18, 59, 58, .74) 58%, rgba(16, 13, 10, .92) 100%),
        url("../images/about/about1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-home-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(234, 214, 166, .45);
    border-radius: 24px;
    z-index: 0;
    pointer-events: none;
}
.about-home-panel::after {
    content: "";
    position: absolute;
    inset-inline-start: -120px;
    inset-block-start: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234, 214, 166, .22), transparent 68%);
    z-index: 0;
}
.about-home-panel-content {
    width: 100%;
    position: relative;
    z-index: 1;
}
.about-panel-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    color: #fff;
    background: rgba(198, 161, 91, .9);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}
.about-home-panel h3 {
    max-width: 520px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
}
.about-home-panel p {
    max-width: 520px;
    margin: 0;
    color: #f2e8d3;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
}
.about-panel-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 18px;
}
.about-panel-meta div {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(234, 214, 166, .34);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}
.about-panel-meta strong {
    color: var(--brand-gold-light);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.35;
}
.about-panel-meta span {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.about-panel-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-panel-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(234, 214, 166, .28);
    background: rgba(255, 255, 255, .92);
    color: var(--brand-teal);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.9;
}
.about-panel-list li svg {
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin-top: 5px;
    stroke: var(--brand-gold-2);
}

@media (max-width: 1199px) {
    .about-area .about-content {
        padding: 0;
    }
    .about-home-panel {
        min-height: 560px;
    }
}

@media (max-width: 767px) {
    .about-home-panel {
        min-height: auto;
        padding: 24px;
        border-radius: 24px;
    }
    .about-home-panel::before {
        inset: 12px;
        border-radius: 19px;
    }
    .about-home-panel h3 {
        font-size: 24px;
    }
    .about-panel-meta {
        grid-template-columns: 1fr;
    }
    .about-panel-meta div {
        min-height: 78px;
    }
    .about-panel-list li {
        font-size: 14px;
        padding: 12px 14px;
    }
    .about-area .about-content {
        padding-top: 2px;
    }
    .about-area .about-content p {
        font-size: 15px;
        line-height: 2.1;
    }
    .about-area .about-content .info {
        display: grid;
        gap: 18px;
        margin-top: 28px;
        padding-top: 24px;
    }
    .about-area .about-content .info li {
        margin: 0;
    }
}

/* ==========================================================================
   ۹) سکشن سوابق تحصیلی و پزشکی
   ========================================================================== */
.credentials-area { background: var(--brand-cream); position: relative; overflow: hidden; }
.credentials-area::before {
    content: ""; position: absolute; inset-inline-start: -120px; top: -120px;
    width: 340px; height: 340px; border-radius: 50%;
    background: radial-gradient(circle, rgba(198,161,91,.16), transparent 70%);
}
.credential-card {
    background: #fff; border-radius: 22px; padding: 34px 30px; height: 100%;
    border: 1px solid #efe6d3;
    box-shadow: 0 20px 45px -30px rgba(120,90,20,.35);
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
    position: relative;
}
.credential-card:hover { transform: translateY(-8px); box-shadow: 0 30px 55px -28px rgba(120,90,20,.5); border-color: var(--brand-gold-light); }
.credential-card .cc-icon {
    width: 66px; height: 66px; border-radius: 18px;
    background: var(--brand-gradient-soft);
    display: grid; place-items: center; margin-bottom: 22px;
    border: 1px solid var(--brand-gold-light);
}
.credential-card .cc-icon i { font-size: 30px; color: var(--brand-gold-2); }
.credential-card .cc-icon svg { width: 30px; height: 30px; color: var(--brand-gold-2); }
.credential-card h4 { font-size: 18px; font-weight: 800; color: var(--brand-teal); margin-bottom: 10px; }
.credential-card p { color: var(--brand-muted); margin: 0; font-size: 15px; }
.social-contact-card {
    text-decoration: none;
    color: inherit;
}
.social-contact-card:hover {
    color: inherit;
}
.social-contact-card p {
    direction: ltr;
    unicode-bidi: plaintext;
}

.contact-message-form {
    max-width: 860px;
    margin: 0 auto;
    padding: 44px;
    background: linear-gradient(180deg, #fff 0%, #fffaf1 100%);
    border: 1px solid #eadcc4;
    border-top: 4px solid var(--brand-gold);
    border-radius: 24px;
    box-shadow: 0 30px 70px -44px rgba(54, 41, 17, .45);
}
.contact-message-form h3 {
    color: var(--brand-teal);
    font-size: 32px;
    margin: 0 0 34px;
    text-align: center;
}
.contact-message-form h3::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: var(--brand-gradient);
}
.contact-message-form .form-group {
    margin-bottom: 0;
}
.contact-message-form .form-group label {
    display: block;
    margin-bottom: 9px;
    color: var(--brand-teal);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.6;
}
.contact-message-form .form-group label span {
    color: #b4413c;
    margin-inline-start: 4px;
}
.contact-message-form .form-control {
    width: 100%;
    min-height: 60px;
    border: 1.5px solid #d8c6a7;
    border-radius: 14px;
    background: #fff;
    color: var(--brand-ink);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 16px 32px -30px rgba(38,32,26,.35);
    font-size: 15px;
    font-weight: 600;
    padding: 16px 18px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.contact-message-form .form-control::placeholder {
    color: #9a9387;
}
.contact-message-form .form-control:focus {
    border-color: var(--brand-gold-2);
    background: #fffefb;
    box-shadow: 0 0 0 4px rgba(198,161,91,.18), 0 20px 36px -28px rgba(38,32,26,.38);
}
.contact-message-form .form-control.is-invalid {
    border-color: #c75d55;
    box-shadow: 0 0 0 4px rgba(199,93,85,.12);
}
.contact-message-form textarea.form-control {
    min-height: 164px;
    resize: vertical;
}
.contact-message-form .contact-form-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}
.contact-message-form .contact-form-actions .default-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 158px;
    min-height: 54px;
    border-radius: 16px !important;
    padding: 14px 28px !important;
}
.contact-message-form .contact-form-actions .default-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.4;
}
.contact-message-form .contact-route-btn {
    background: #fff !important;
    border: 1.5px solid var(--brand-gold) !important;
    color: var(--brand-teal) !important;
    box-shadow: none;
}
.contact-message-form .contact-route-btn:hover {
    background: var(--brand-teal) !important;
    border-color: var(--brand-teal) !important;
    color: #fff !important;
}

/* نوار آمار */
.brand-stats { margin-top: 60px; }
.brand-stat {
    background: var(--brand-teal);
    border-radius: 22px; padding: 30px 20px; text-align: center; height: 100%;
    position: relative; overflow: hidden;
}
.brand-stat::after {
    content: ""; position: absolute; inset-block-start: 0; inset-inline-end: 0;
    width: 90px; height: 90px; border-radius: 50%;
    background: radial-gradient(circle, rgba(198,161,91,.35), transparent 70%);
}
.brand-stat .num { font-size: 40px; font-weight: 900; color: var(--brand-gold-light); line-height: 1; }
.brand-stat .lbl { color: #d9e6e2; font-size: 15px; margin-top: 10px; font-weight: 500; }

/* ==========================================================================
   ۹) سکشن بیمه‌های قابل پذیرش (کارت‌های لوکس)
   ========================================================================== */
.insurance-cards-area { position: relative; background: #fff; }
.insurance-lux-card {
    background: linear-gradient(160deg, #ffffff 0%, #fbf6ec 100%);
    border: 1px solid #eee1c6; border-radius: 22px;
    padding: 34px 26px; text-align: center; height: 100%;
    transition: transform .4s ease, box-shadow .4s ease;
    box-shadow: 0 18px 40px -30px rgba(120,90,20,.4);
    position: relative; overflow: hidden;
}
.insurance-lux-card::before {
    content: ""; position: absolute; top: 0; inset-inline-start: 0; right: 0;
    height: 5px; background: var(--brand-gradient);
    transform: scaleX(0); transform-origin: inline-start; transition: transform .45s ease;
}
.insurance-lux-card:hover { transform: translateY(-10px); box-shadow: 0 32px 55px -26px rgba(120,90,20,.55); }
.insurance-lux-card:hover::before { transform: scaleX(1); }
.insurance-lux-card .ins-badge {
    width: 84px; height: 84px; margin: 0 auto 22px;
    border-radius: 50%; display: grid; place-items: center;
    background: var(--brand-gradient); box-shadow: var(--brand-shadow-gold);
}
.insurance-lux-card .ins-badge i { font-size: 38px; color: #fff; }
.insurance-lux-card h4 { font-size: 18px; font-weight: 800; color: var(--brand-teal); margin-bottom: 8px; }
.insurance-lux-card span { color: var(--brand-gold-2); font-size: 13px; font-weight: 600; }
.insurance-note {
    margin-top: 46px; text-align: center;
    background: var(--brand-gradient-soft); border: 1px dashed var(--brand-gold);
    border-radius: 18px; padding: 22px; color: var(--brand-teal); font-weight: 600;
}
.insurance-note i { color: var(--brand-gold-2); }

/* ==========================================================================
   ۱۰) نوار خدمات (چیپ‌ها) و بهبود عمومی
   ========================================================================== */
.services-chips { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.service-chip {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; border: 1px solid #ecdfc4; border-radius: 50px;
    padding: 12px 22px; font-weight: 600; color: var(--brand-teal);
    box-shadow: 0 10px 24px -18px rgba(120,90,20,.5);
    transition: all .35s ease; cursor: default;
}
.service-chip:hover { background: var(--brand-gradient); color: #fff; transform: translateY(-4px); border-color: transparent; }
.service-chip i { color: var(--brand-gold-2); font-size: 16px; transition: color .35s ease; }
.service-chip:hover i { color: #fff; }

/* عنوان بخش با لهجه طلایی */
.section-title .top-title, .section-title span.pre {
    display: inline-block; color: var(--brand-gold-2); font-weight: 700;
    letter-spacing: 1px; margin-bottom: 10px;
}

/* ==========================================================================
   ۱۱) صفحات اختصاصی خدمات و بیمه‌ها (SEO)
   ========================================================================== */
/* پرسش و پاسخ ساده در محتوا */
.faq-simple { margin-top: 10px; }
.faq-simple h4 {
    position: relative; padding-inline-start: 30px; margin: 22px 0 8px;
    font-size: 17px; font-weight: 800; color: var(--brand-teal);
}
.faq-simple h4::before {
    content: "؟"; position: absolute; inset-inline-start: 0; top: 0;
    width: 22px; height: 22px; border-radius: 50%; color: #fff;
    background: var(--brand-gradient); display: grid; place-items: center;
    font-size: 13px; font-weight: 700;
}
.faq-simple p { color: var(--brand-muted); margin: 0 0 6px; padding-inline-start: 30px; }

/* آکاردئون پرسش‌های متداول */
.faq-accordion { --faq-gap: 14px; }
.faq-accordion .accordion-item {
    border: 1px solid #ECE3CF;
    border-radius: 16px;
    margin-bottom: var(--faq-gap);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 26px -22px rgba(18, 59, 58, .55);
    transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-accordion .accordion-item:last-child { margin-bottom: 0; }
.faq-accordion .accordion-item:hover { border-color: var(--brand-gold-light); }
.faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: var(--brand-gold);
    box-shadow: var(--brand-shadow-gold);
}
.faq-accordion .accordion-header { margin: 0; }
/* سلکتور با درجه‌ی اختصاصی بالاتر تا استایل قدیمی تم (style.css) بازنویسی شود */
.faq-accordion .accordion-item .accordion-button {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 26px;
    font-family: var(--brand-font, inherit);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.9;
    color: var(--brand-teal);
    background: #fff;
    box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    color: var(--brand-teal);
    background: var(--brand-gold-soft);
    box-shadow: inset 0 -1px 0 #ECE3CF;
}
.faq-accordion .accordion-item .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(198, 161, 91, .28);
    border-color: transparent;
    z-index: 1;
}
/* آیکن جمع/تفریق سفارشی به‌جای فلش پیش‌فرض بوت‌استرپ */
.faq-accordion .accordion-item .accordion-button::after {
    display: block;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin-inline-start: auto;
    border-radius: 50%;
    border: 1px solid var(--brand-gold-light);
    background: var(--brand-gold-soft);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123B3A' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 12h12'/%3E%3Cpath d='M12 6v12'/%3E%3C/svg%3E");
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .3s ease, background-color .25s ease;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-color: var(--brand-gold);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 12h12'/%3E%3C/svg%3E");
    transform: none;
}
.faq-accordion .accordion-item .accordion-body {
    padding: 6px 26px 24px;
    color: var(--brand-muted);
    font-size: 15px;
    line-height: 2.1;
}
.faq-accordion .accordion-item .accordion-body p { color: var(--brand-muted); margin: 0; }

/* ==========================================================================
   فراخوان اصلی صفحات خدمت/بیمه/سوالات — کامپوننت مشترک رزرو
   ========================================================================== */
.service-cta {
    position: relative;
    overflow: hidden;
    margin-top: 48px;
    padding: 38px;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(560px 260px at 5% 0%, rgba(198,161,91,.16), transparent 64%),
        linear-gradient(135deg, #173f3d 0%, #0d2928 58%, #091e1d 100%);
    border: 1px solid rgba(234,214,166,.24);
    box-shadow: 0 28px 65px -35px rgba(10,35,34,.75), inset 0 1px 0 rgba(255,255,255,.06);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr);
    align-items: stretch;
    gap: 36px;
    isolation: isolate;
}
.service-cta::before {
    content: "";
    position: absolute;
    inset-block: 30px;
    inset-inline-start: 0;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, transparent, var(--brand-gold-light), transparent);
}
.service-cta::after {
    content: "";
    position: absolute;
    inset-block-end: -125px;
    inset-inline-start: -90px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 1px solid rgba(234,214,166,.11);
    box-shadow: 0 0 0 34px rgba(234,214,166,.025), 0 0 0 68px rgba(234,214,166,.018);
    pointer-events: none;
    z-index: -1;
}
.service-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-inline: 4px 10px;
}
.service-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-bottom: 17px;
    color: var(--brand-gold-light) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}
.service-cta-eyebrow::after {
    content: "";
    width: 34px;
    height: 1px;
    background: rgba(234,214,166,.5);
}
.service-cta-eyebrow svg {
    width: 16px;
    height: 16px;
}
.service-cta-text {
    position: relative;
    min-width: 0;
}
.service-cta h3 {
    color: #fff !important;
    font-size: clamp(24px, 2.25vw, 32px);
    font-weight: 800;
    line-height: 1.55;
    margin: 0 0 11px;
    max-width: 21ch;
}
.service-cta p {
    color: rgba(255,255,255,.69) !important;
    font-size: 14.5px;
    line-height: 1.95;
    margin: 0;
    max-width: 49ch;
}
.service-cta-actions {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    min-width: 0;
}
.service-cta-actions .service-cta-call { margin: 0; }
.service-cta-book,
.service-cta-call {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 17px;
    text-decoration: none;
}
.service-cta-book {
    color: #17302f !important;
    background: linear-gradient(125deg, #f0d995 0%, #d1aa59 58%, #bd8f36 100%);
    box-shadow: 0 18px 34px -22px rgba(198,161,91,.9), inset 0 1px 0 rgba(255,255,255,.5);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.service-cta-book:hover {
    color: #102827 !important;
    transform: translateY(-2px);
    filter: brightness(1.035);
    box-shadow: 0 22px 38px -20px rgba(198,161,91,.85), inset 0 1px 0 rgba(255,255,255,.55);
}
.service-cta-call {
    color: #fff !important;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.13);
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}
.service-cta-call:hover {
    background: rgba(255,255,255,.09);
    border-color: rgba(234,214,166,.42);
    color: #fff !important;
    transform: translateY(-2px);
}
.service-cta-action-icon {
    position: relative;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: block;
    line-height: 0;
    border-radius: 13px;
    background: rgba(255,255,255,.17);
}
.service-cta-action-icon > svg,
.service-cta-action-icon > i {
    position: absolute !important;
    inset-block-start: 50% !important;
    left: 50% !important;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    display: block;
    transform: translate(-50%, -50%);
}
.service-cta-call .service-cta-action-icon {
    background: rgba(198,161,91,.13);
    color: var(--brand-gold-light);
}
.service-cta-action-copy,
.service-cta-call-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    line-height: 1.45;
    text-align: start;
}
.service-cta-action-copy strong {
    color: #15302f !important;
    font-size: 15px;
    font-weight: 800;
}
.service-cta-action-copy small {
    color: rgba(21,48,47,.7) !important;
    font-size: 11.5px;
}
.service-cta-arrow {
    width: 18px;
    height: 18px;
    margin-inline-start: auto;
    transition: transform .25s ease;
}
.service-cta-book:hover .service-cta-arrow { transform: translateX(-3px); }
[dir="ltr"] .service-cta-arrow { transform: rotate(180deg); }
[dir="ltr"] .service-cta-book:hover .service-cta-arrow { transform: rotate(180deg) translateX(-3px); }
.service-cta .service-cta-call-label {
    font-size: 11.5px;
    color: rgba(255,255,255,.58) !important;
}
.service-cta .service-cta-call-number {
    font-size: 16px !important;
    font-weight: 800;
    color: #fff !important;
    letter-spacing: .35px;
}

@media (max-width: 991px) {
    .service-cta {
        padding: 32px;
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .service-cta h3 { max-width: none; }
    .service-cta-actions { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}
@media (max-width: 575px) {
    .service-cta {
        margin-top: 36px;
        padding: 27px 20px 20px;
        border-radius: 22px;
        gap: 23px;
    }
    .service-cta::before { inset-block: 22px; }
    .service-cta-copy { padding-inline: 2px; }
    .service-cta-eyebrow { margin-bottom: 13px; }
    .service-cta h3 { font-size: 23px; line-height: 1.6; }
    .service-cta p { font-size: 13.5px; }
    .service-cta-actions { grid-template-columns: 1fr; }
    .service-cta-book,
    .service-cta-call { min-height: 72px; padding: 12px 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .service-cta-book,
    .service-cta-call,
    .service-cta-arrow { transition: none; }
}

/* لینک فعال در سایدبار خدمات */
.services-details-sidebar .services-box .list a.active {
    color: var(--brand-gold-2); font-weight: 800;
}
.services-details-sidebar .services-box + .services-box { margin-top: 22px; }
.services-details-sidebar .desc-inner h1 { font-size: 30px; }
.services-details-desc .desc-inner h2 {
    font-size: 24px; margin-top: 32px; margin-bottom: 12px; color: var(--brand-teal);
}

/* چیپ‌ها و کارت‌های بیمه به‌صورت لینک */
a.service-chip { text-decoration: none; cursor: pointer; }
a.insurance-lux-card { display: block; text-decoration: none; cursor: pointer; }

/* ==========================================================================
   ۱۲) محتوای مدیریت‌شده (بدنه‌ی HTML خدمات/مقالات/صفحات از پنل)
   ========================================================================== */
.services-details-desc .desc-inner h2,
.static-page-content h2 { font-size: 24px; margin-top: 34px; margin-bottom: 12px; color: var(--brand-teal); font-weight: 800; }
.services-details-desc .desc-inner h3,
.static-page-content h3 { font-size: 19px; margin-top: 24px; margin-bottom: 10px; color: var(--brand-teal); font-weight: 700; }
.services-details-desc .desc-inner p,
.static-page-content p { color: var(--brand-muted); line-height: 2.1; margin-bottom: 14px; }
.services-details-desc .desc-inner ul:not(.list):not(.number-list):not(.bottom-list),
.static-page-content ul { list-style: none; padding: 0; margin: 0 0 18px; }
.services-details-desc .desc-inner ul:not(.list):not(.number-list):not(.bottom-list) li,
.static-page-content ul li {
    position: relative; padding-inline-start: 30px; margin-bottom: 12px;
    color: var(--brand-ink); line-height: 1.9;
}
.services-details-desc .desc-inner ul:not(.list):not(.number-list):not(.bottom-list) li::before,
.static-page-content ul li::before {
    content: "\2713"; position: absolute; inset-inline-start: 0; top: 3px;
    width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center;
    background: var(--brand-gradient); color: #fff; font-size: 12px; font-weight: 700;
}
.services-details-desc .desc-inner ol,
.static-page-content ol { padding-inline-start: 22px; margin-bottom: 18px; color: var(--brand-ink); }
.services-details-desc .desc-inner ol li,
.static-page-content ol li { margin-bottom: 10px; line-height: 1.9; }
.services-details-desc .desc-inner strong { color: var(--brand-teal); }
.static-page-content { line-height: 2.1; }

/* ==========================================================================
   ۱۳) سوییچ زبان (دوزبانه)
   ========================================================================== */
.top-header-left .lang-switch { display: inline-flex; align-items: center; gap: 6px; }
.top-header-left .lang-switch a { color: inherit; opacity: .7; font-weight: 600; text-decoration: none; transition: opacity .2s, color .2s; }
.top-header-left .lang-switch a:hover { opacity: 1; }
.top-header-left .lang-switch a.active { color: var(--brand-gold); opacity: 1; font-weight: 800; }
.top-header-left .lang-switch span { opacity: .4; }
[dir="ltr"] .brand-loader .brand-loader-name,
[dir="ltr"] body { letter-spacing: 0; }
/* در حالت LTR، ورودی‌های تلفن/ایمیل چپ‌چین می‌مانند و متن‌ها طبیعی */
[dir="ltr"] .ltr, [dir="ltr"] .ltr-input { direction: ltr; }

/* ==========================================================================
   ۱۴) لهجه‌ی مشکیِ گرم (اونیکس) در کنار طلایی — سطوح تیره‌ی لوکس
   ========================================================================== */
:root {
    --brand-onyx:      #1A1611;   /* مشکیِ گرم (نه خالص) */
    --brand-onyx-2:    #26201A;   /* اونیکس روشن‌تر برای گرادیان */
    --brand-onyx-deep: #100D0A;   /* اونیکس عمیق */
}

/* پیش‌لودر */
.preloader-area {
    background: radial-gradient(1200px 600px at 50% 38%, var(--brand-onyx-2) 0%, var(--brand-onyx) 55%, var(--brand-onyx-deep) 100%) !important;
}

/* هدر چسبان هنگام اسکرول */
.navbar.sticky {
    background-color: var(--brand-onyx) !important;
    box-shadow: 0 10px 40px -10px rgba(0,0,0,.5) !important;
}

/* فوتر — اونیکس تخت + هاله‌ی طلایی + خط طلایی بالا */
.footer-area {
    background-color: var(--brand-onyx) !important;
    background-image: radial-gradient(760px 320px at 88% -10%, rgba(198,161,91,.12), transparent 60%) !important;
    border-top: 2px solid var(--brand-gold);
}
.footer-area .copyright-area { border-top-color: rgba(198,161,91,.18) !important; }

/* کارت آمار — اعداد طلایی روی اونیکس */
.brand-stat { background: var(--brand-onyx) !important; }

/* بخش فراخوان انتهای صفحه‌ی اصلی (همین امروز نوبت بگیرید) */
.subscribe-area {
    background-color: var(--brand-onyx) !important;
    background-image: radial-gradient(800px 340px at 15% 0%, rgba(198,161,91,.14), transparent 60%) !important;
}
.subscribe-area .subscribe-inner h2 { color: #fff !important; }
.subscribe-area .subscribe-inner p { color: #d6cfc4 !important; }

/* دکمه‌ی نسخه‌ی تیره (اختیاری) — مشکی با متن طلایی */
.default-btn.onyx {
    background: var(--brand-onyx) !important;
    color: var(--brand-gold-light) !important;
    border: 1px solid rgba(198,161,91,.5) !important;
    box-shadow: none;
}
.default-btn.onyx:hover { background: var(--brand-onyx-deep) !important; color: #fff !important; }

/* ==========================================================================
   ۱۰) ویجت رزرو نوبت آنلاین — سیستم نوبت‌دهی حرفه‌ای
   ========================================================================== */
.booking-widget {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--brand-gold-light);
    border-radius: 26px;
    box-shadow: 0 30px 70px -40px rgba(18, 59, 58, .35), 0 4px 18px -10px rgba(169, 130, 47, .25);
    padding: clamp(20px, 4vw, 44px);
    position: relative;
    overflow: hidden;
    text-align: start;
}
.booking-widget::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    height: 5px;
    background: var(--brand-gradient);
}

.booking-widget .bw-head { text-align: center; margin-bottom: 26px; }
.booking-widget .bw-kicker {
    display: inline-block;
    color: var(--brand-gold-2);
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .04em;
    background: var(--brand-gold-soft);
    padding: 5px 16px;
    border-radius: 40px;
    margin-bottom: 12px;
}
.booking-widget .bw-title { font-size: clamp(1.4rem, 3vw, 2rem); margin: 0 0 8px; color: var(--brand-teal); }
.booking-widget .bw-sub { color: var(--brand-muted); margin: 0; font-size: .96rem; }

/* نوار مراحل */
.booking-widget .bw-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    flex-wrap: wrap;
}
.booking-widget .bw-step {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-muted);
    font-weight: 600;
    font-size: .9rem;
    opacity: .55;
    transition: opacity .3s;
}
.booking-widget .bw-step:not(:last-child)::after {
    content: "";
    width: clamp(16px, 4vw, 44px);
    height: 2px;
    background: var(--brand-gold-light);
    margin-inline-start: 6px;
    border-radius: 2px;
}
.booking-widget .bw-step-num {
    width: 30px; height: 30px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--brand-cream);
    border: 1.5px solid var(--brand-gold-light);
    color: var(--brand-gold-2);
    font-weight: 800;
    font-size: .9rem;
}
.booking-widget .bw-step.is-active { opacity: 1; }
.booking-widget .bw-step.is-active .bw-step-num { background: var(--brand-gradient); color: #fff; border-color: transparent; box-shadow: var(--brand-shadow-gold); }
.booking-widget .bw-step.is-done { opacity: 1; }
.booking-widget .bw-step.is-done .bw-step-num { background: var(--brand-jade); color: #fff; border-color: transparent; }
/* مراحل انجام‌شده قابل کلیک برای بازگشت */
.booking-widget .bw-step.is-clickable { cursor: pointer; }

/* بلوک‌های هر مرحله — فقط مرحله جاری نمایش داده می‌شود */
.booking-widget .bw-block {
    border: 1px solid #eee7d7;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 16px;
    background: #fffdf8;
    display: none;
}
.booking-widget .bw-block.is-current { display: block; animation: bwStepIn .28s ease; }
@keyframes bwStepIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.booking-widget .bw-block-head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.booking-widget .bw-block-head h4 { margin: 0; font-size: 1.06rem; color: var(--brand-teal); font-weight: 700; }
.booking-widget .bw-dot {
    width: 26px; height: 26px; flex: none;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--brand-gold-soft);
    color: var(--brand-gold-2);
    font-weight: 800; font-size: .82rem;
}

/* گام ۱ — خدمات */
.booking-widget .bw-services { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
.booking-widget .bw-service {
    display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
    padding: 14px 16px;
    border: 1.5px solid var(--brand-gold-light);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    text-align: start;
    transition: all .22s ease;
}
.booking-widget .bw-service:hover { border-color: var(--brand-gold); transform: translateY(-2px); box-shadow: 0 12px 26px -16px rgba(169,130,47,.5); }
.booking-widget .bw-service-title { font-weight: 700; color: var(--brand-ink); font-size: .98rem; }
.booking-widget .bw-service-time { display: inline-flex; align-items: center; gap: 5px; font-size: .82rem; color: var(--brand-muted); }
.booking-widget .bw-service-time svg { width: 14px; height: 14px; }
.booking-widget .bw-service.is-selected { background: var(--brand-gradient); border-color: transparent; box-shadow: var(--brand-shadow-gold); }
.booking-widget .bw-service.is-selected .bw-service-title,
.booking-widget .bw-service.is-selected .bw-service-time { color: #fff; }

/* گام ۲ — روزها */
.booking-widget .bw-dates {
    display: flex; gap: 10px; overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}
.booking-widget .bw-dates::-webkit-scrollbar { height: 7px; }
.booking-widget .bw-date {
    flex: 0 0 auto;
    min-width: 78px;
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    padding: 12px 10px;
    border: 1.5px solid var(--brand-gold-light);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    scroll-snap-align: start;
    transition: all .2s ease;
    position: relative;
}
.booking-widget .bw-date:hover { border-color: var(--brand-gold); transform: translateY(-2px); }
.booking-widget .bw-date-rel { font-size: .68rem; font-weight: 700; color: var(--brand-jade); }
.booking-widget .bw-date-weekday { font-size: .78rem; color: var(--brand-muted); }
.booking-widget .bw-date-day { font-size: 1.5rem; font-weight: 800; line-height: 1.1; color: var(--brand-teal); }
.booking-widget .bw-date-month { font-size: .76rem; color: var(--brand-muted); }
.booking-widget .bw-date.is-selected { background: var(--brand-teal); border-color: transparent; }
.booking-widget .bw-date.is-selected .bw-date-weekday,
.booking-widget .bw-date.is-selected .bw-date-day,
.booking-widget .bw-date.is-selected .bw-date-month { color: #fff; }
.booking-widget .bw-date.is-selected .bw-date-rel { color: var(--brand-gold-light); }

/* گام ۳ — اسلات‌ها */
.booking-widget .bw-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 10px; }
.booking-widget .bw-slot {
    padding: 11px 6px;
    border: 1.5px solid var(--brand-gold-light);
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: .96rem;
    color: var(--brand-ink);
    text-align: center;
    transition: all .18s ease;
    direction: ltr;
}
.booking-widget .bw-slot:hover { border-color: var(--brand-gold); background: var(--brand-gold-soft); }
.booking-widget .bw-slot.is-selected { background: var(--brand-gradient); border-color: transparent; color: #fff; box-shadow: var(--brand-shadow-gold); }
.booking-widget .bw-slot.is-taken {
    cursor: not-allowed;
    color: #b6ada0;
    background: #f4f1ea;
    border-color: #e7e1d4;
    border-style: dashed;
    text-decoration: line-through;
    position: relative;
}
.booking-widget .bw-slot.is-taken::after {
    content: "🔒";
    font-size: .6rem;
    position: absolute;
    inset-block-start: 3px;
    inset-inline-end: 5px;
    text-decoration: none;
}
.booking-widget .bw-slots-empty, .booking-widget .bw-slots-loading {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 26px; color: var(--brand-muted); font-weight: 600;
}
.booking-widget .bw-slots-empty svg { width: 20px; height: 20px; }
.booking-widget .bw-legend { display: flex; gap: 18px; margin-top: 14px; font-size: .82rem; color: var(--brand-muted); }
.booking-widget .bw-legend span { display: inline-flex; align-items: center; gap: 6px; }
.booking-widget .bw-swatch { width: 14px; height: 14px; border-radius: 4px; display: inline-block; }
.booking-widget .bw-swatch-free { background: #fff; border: 1.5px solid var(--brand-gold); }
.booking-widget .bw-swatch-taken { background: #f4f1ea; border: 1.5px dashed #d9d2c4; }

/* گام ۴ — مشخصات */
.booking-widget .bw-summary {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px;
    background: linear-gradient(135deg, rgba(47,126,116,.08), rgba(18,59,58,.06));
    border: 1px solid rgba(47,126,116,.2);
    border-radius: 14px; padding: 14px 16px; margin-bottom: 18px;
}
.booking-widget .bw-summary-item { display: flex; flex-direction: column; gap: 2px; }
.booking-widget .bw-summary-k { font-size: .74rem; color: var(--brand-muted); }
.booking-widget .bw-summary-v { font-weight: 800; color: var(--brand-teal); font-size: .95rem; }
.booking-widget .bw-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-widget .bw-field-full { grid-column: 1 / -1; }
.booking-widget .bw-field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .9rem; color: var(--brand-ink); }
.booking-widget .bw-field label b { color: #c0392b; }
.booking-widget .bw-input {
    width: 100%;
    border: 1.5px solid #e6ddca;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: .96rem;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}
.booking-widget .bw-input:focus { outline: none; border-color: var(--brand-gold); box-shadow: 0 0 0 3px rgba(198,161,91,.16); }
.booking-widget .bw-input.ltr-input { direction: ltr; text-align: right; }
.booking-widget textarea.bw-input { resize: vertical; }

.booking-widget .bw-error {
    background: #fbeaea; border: 1px solid #eecccc; color: #b4413c;
    border-radius: 12px; padding: 12px 16px; margin: 16px 0 0; font-weight: 600; font-size: .9rem;
}
.booking-widget .bw-submit { margin-top: 20px; width: 100%; justify-content: center; border-radius: 14px !important; padding: 15px !important; font-size: 1.02rem; }
.booking-widget .bw-submit:disabled { opacity: .55; cursor: not-allowed; transform: none !important; box-shadow: none !important; }

/* اسپینر */
.booking-widget .bw-spinner {
    width: 16px; height: 16px; display: inline-block;
    border: 2.5px solid rgba(255,255,255,.4);
    border-top-color: #fff; border-radius: 50%;
    animation: bw-spin .7s linear infinite; vertical-align: middle;
}
.booking-widget .bw-slots-loading .bw-spinner { border-color: rgba(198,161,91,.35); border-top-color: var(--brand-gold-2); }
@keyframes bw-spin { to { transform: rotate(360deg); } }

/* اعلان‌ها */
.booking-widget .bw-notice {
    display: flex; align-items: center; gap: 12px;
    padding: 16px 20px; border-radius: 14px; font-weight: 600; margin-top: 10px;
}
.booking-widget .bw-notice svg { width: 20px; height: 20px; flex: none; }
.booking-widget .bw-notice-warn { background: #fdf6e3; border: 1px solid #f0e0b6; color: #8a6d1f; }

/* پیام موفقیت */
.booking-widget .bw-success { text-align: center; padding: 20px 10px; }
.booking-widget .bw-success-icon {
    width: 78px; height: 78px; margin: 0 auto 18px;
    display: grid; place-items: center; border-radius: 50%;
    background: linear-gradient(135deg, #34b779, #1f8a5b); color: #fff;
    box-shadow: 0 18px 36px -16px rgba(31,138,91,.6);
    animation: bw-pop .5s cubic-bezier(.2,1.4,.4,1);
}
.booking-widget .bw-success-icon svg { width: 40px; height: 40px; stroke-width: 3; }
@keyframes bw-pop { 0% { transform: scale(0); } 100% { transform: scale(1); } }
.booking-widget .bw-success-title { font-size: 1.4rem; color: var(--brand-teal); margin: 0 0 8px; }
.booking-widget .bw-success-msg { color: var(--brand-muted); margin: 0 auto 18px; max-width: 460px; }
.booking-widget .bw-success-card {
    display: inline-flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center;
    background: var(--brand-gold-soft); border: 1px solid var(--brand-gold-light);
    border-radius: 14px; padding: 14px 22px; margin-bottom: 20px; font-weight: 700; color: var(--brand-teal);
}
.booking-widget .bw-reset {
    background: transparent; border: 1.5px solid var(--brand-gold); color: var(--brand-gold-2);
    border-radius: 12px; padding: 11px 26px; font-weight: 700; cursor: pointer; transition: all .2s;
}
.booking-widget .bw-reset:hover { background: var(--brand-gold); color: #fff; }

@media (max-width: 575px) {
    .booking-widget .bw-fields { grid-template-columns: 1fr; }
    .booking-widget .bw-step-label { display: none; }
    .booking-widget .bw-services { grid-template-columns: 1fr 1fr; }
}


/* ==========================================================================
   ۱۵) سکشن فراخوان (CTA) — پل روشن به فوتر تیره
   ========================================================================== */

/* تصاویر Hero برای هر زبان safe zone اختصاصی دارند؛ حلقه ویدیو روی سوژه می‌افتاد. */
.dental-clinic-slider-area > .dental-clinic-video-wrap {
    display: none;
}

.dental-clinic-slider-item {
    background-position: center top;
}

.cta-band {
    position: relative;
    z-index: 3;
    overflow: visible;
    background: linear-gradient(180deg, #F0E8D6 0%, var(--brand-cream) 52%, rgba(255,255,255,.96) 74%, rgba(255,255,255,0) 100%);
}
.cta-band.ptb-150 {
    padding-top: 86px;
    padding-bottom: 128px;
    margin-bottom: -152px;
}
.cta-band::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(198,161,91,.45) 50%, transparent 100%);
}
.cta-inner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: stretch;
    gap: 34px;
    background: linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(251,246,237,.98) 100%);
    border: 1px solid #e7d8b8;
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 34px 80px -48px rgba(26,22,17,.52);
}
.cta-inner::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    height: 5px;
    background: var(--brand-gradient);
    z-index: 1;
}
.cta-inner::after {
    content: "";
    position: absolute;
    inset-block-start: -44px;
    inset-inline-start: 31%;
    width: 360px;
    height: 360px;
    background: url("../images/brand/dr-shamekhi-emblem.webp") center / contain no-repeat;
    opacity: .045;
    pointer-events: none;
    z-index: 0;
}
.cta-content,
.cta-side {
    position: relative;
    z-index: 2;
}
.cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
}
.cta-content .cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-gold-3);
    background: rgba(198,161,91,.1);
    border: 1px solid rgba(198,161,91,.22);
    border-radius: 50px;
    padding: 6px 12px 6px 6px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.cta-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--brand-gradient);
    box-shadow: var(--brand-shadow-gold);
    flex: none;
}
.cta-content .cta-icon {
    color: #fff;
}
.cta-icon i,
.cta-icon svg {
    width: 19px;
    height: 19px;
}
.cta-content h2 {
    max-width: 680px;
    color: var(--brand-teal);
    font-size: 34px;
    line-height: 1.45;
    margin: 0 0 12px;
}
.cta-content p {
    max-width: 660px;
    color: var(--brand-muted);
    font-size: 16px;
    line-height: 2;
    margin: 0;
}
.cta-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
}
.cta-highlights li {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(198,161,91,.28);
    border-radius: 50px;
    background: #fff;
    color: var(--brand-teal);
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 26px -22px rgba(26,22,17,.5);
}
.cta-highlights li i,
.cta-highlights li svg {
    width: 17px;
    height: 17px;
    color: var(--brand-gold-2);
    flex: none;
}
.cta-side {
    display: grid;
    grid-template-rows: minmax(220px, 1fr) auto;
    gap: 14px;
    min-width: 0;
}
.cta-visual {
    position: relative;
    min-height: 230px;
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    overflow: hidden;
    background: var(--brand-onyx);
    box-shadow: 0 22px 50px -34px rgba(18,59,58,.62);
}
.cta-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(18,59,58,.72) 0%, rgba(18,59,58,.22) 48%, rgba(255,255,255,0) 100%);
}
.cta-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 58% center;
    transition: transform .7s ease;
}
.cta-inner:hover .cta-visual img {
    transform: scale(1.035);
}
.cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.cta-actions .default-btn,
.cta-phone {
    width: 100%;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 30px;
    padding: 13px 20px;
    text-align: center;
}
.cta-actions .default-btn {
    font-weight: 800;
}
.cta-actions .default-btn i,
.cta-actions .default-btn svg,
.cta-phone i,
.cta-phone svg {
    width: 18px;
    height: 18px;
    flex: none;
}
.cta-phone {
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #e5d6b6;
    color: var(--brand-teal);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 32px -28px rgba(26,22,17,.5);
    transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
.cta-phone:hover {
    color: var(--brand-teal);
    border-color: var(--brand-gold);
    background: var(--brand-gradient-soft);
    transform: translateY(-3px);
}
.cta-phone span {
    color: var(--brand-muted);
    font-size: 13px;
    font-weight: 700;
}
.cta-phone strong {
    color: var(--brand-teal);
    font-size: 15px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .cta-inner { grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); gap: 28px; }
    .cta-content h2 { font-size: 30px; }
}

@media (max-width: 991px) {
    .cta-band.ptb-150 {
        padding-top: 72px;
        padding-bottom: 112px;
        margin-bottom: -128px;
    }
    .cta-inner {
        grid-template-columns: 1fr;
        padding: 28px;
    }
    .cta-side {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
        grid-template-rows: auto;
        align-items: stretch;
    }
    .cta-visual { min-height: 190px; }
}

@media (max-width: 767px) {
    .cta-band.ptb-150 {
        padding-top: 60px;
        padding-bottom: 92px;
        margin-bottom: -108px;
    }
    .cta-inner {
        padding: 24px 18px;
        border-radius: 22px;
    }
    .cta-inner::after {
        inset-block-start: -24px;
        inset-inline-start: -40px;
        width: 260px;
        height: 260px;
    }
    .cta-content h2 { font-size: 25px; }
    .cta-content p { font-size: 15px; }
    .cta-side { grid-template-columns: 1fr; }
    .cta-visual {
        min-height: 168px;
        border-radius: 18px;
    }
}

@media (max-width: 575px) {
    .cta-highlights {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .cta-highlights li { justify-content: flex-start; }
    .cta-phone { flex-wrap: nowrap; }
    .cta-phone span { display: none; }
}

/* ==========================================================================
   ۱۶) صفحات ثابت (درباره، حریم خصوصی، قوانین) — کارت پدینگ‌دار
   ========================================================================== */
.static-page-area { background: var(--brand-cream); }
.static-page-card {
    background: #fff;
    border: 1px solid #efe6d3;
    border-radius: 26px;
    padding: 50px 55px;
    box-shadow: 0 30px 70px -45px rgba(120,90,20,.4);
}
.static-page-card .static-page-head { margin-bottom: 26px; }
.static-page-card .static-page-title { font-size: 30px; color: var(--brand-teal); margin: 6px 0 0; font-weight: 800; }
.static-page-card .static-page-divider {
    display: block; width: 70px; height: 4px; border-radius: 4px;
    background: var(--brand-gradient); margin-top: 16px;
}
.static-page-card > p:first-of-type { font-size: 17px; color: var(--brand-ink); }

/* CTA پایین صفحات ثابت */
.static-page-cta {
    margin-top: 30px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
    background: var(--brand-gradient-soft);
    border: 1px solid var(--brand-gold-light);
    border-radius: 22px;
    padding: 28px 34px;
}
.static-page-cta .spc-text h3 { font-size: 20px; color: var(--brand-teal); margin: 0 0 6px; }
.static-page-cta .spc-text p { color: var(--brand-muted); margin: 0; }
.static-page-cta .spc-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.static-page-cta .spc-actions .default-btn { display: inline-flex; align-items: center; gap: 8px; }
.static-page-cta .default-btn.onyx {
    background: var(--brand-onyx) !important; color: var(--brand-gold-light) !important;
    border-color: rgba(198,161,91,.5) !important;
}
.static-page-cta .default-btn.onyx:hover { background: var(--brand-onyx-deep) !important; color: #fff !important; }

.clinic-social-panel {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #efe6d3;
    border-radius: 22px;
    padding: 26px 30px;
    box-shadow: 0 20px 45px -32px rgba(25, 49, 46, .28);
}
.clinic-social-panel-head h3 {
    font-size: 20px;
    color: var(--brand-teal);
    margin: 0 0 6px;
}
.clinic-social-panel-head p {
    color: var(--brand-muted);
    margin: 0;
}
.clinic-social-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.clinic-social-links li {
    margin: 0;
}
.clinic-social-links a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--brand-gold-light);
    border-radius: 14px;
    color: var(--brand-teal);
    background: var(--brand-gradient-soft);
    padding: 10px 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.clinic-social-links a:hover {
    transform: translateY(-3px);
    border-color: var(--brand-gold);
    background: #fff;
}
.clinic-social-links a svg {
    width: 18px;
    height: 18px;
    color: var(--brand-gold-2);
}
.clinic-social-links a small {
    color: var(--brand-muted);
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .static-page-card { padding: 30px 22px; }
    .static-page-cta { padding: 24px 22px; text-align: center; justify-content: center; }
    .contact-message-form { padding: 28px 18px; border-radius: 20px; }
    .contact-message-form h3 { font-size: 25px; margin-bottom: 26px; }
    .contact-message-form .form-control { min-height: 56px; border-radius: 12px; }
    .contact-message-form .contact-form-actions .default-btn { width: 100%; }
    .clinic-social-panel { padding: 24px 22px; justify-content: center; text-align: center; }
    .clinic-social-links { justify-content: center; }
    .clinic-social-links a { width: 100%; justify-content: center; }
    .clinic-social-links li { width: 100%; }
}

/* ==========================================================================
   ۱۵) جمع‌وجورسازی هدر در موبایل
   ========================================================================== */
/* نام دکتر کنار لوگو — فقط در موبایل */
.brand-name-mobile { display: none; }
@media (max-width: 991px) {
    /* حذف نوار اطلاعات بالای هدر (ساعت کاری، کد نظام، تلفن، آدرس) در موبایل؛ فقط سوییچ زبان می‌ماند */
    .top-header-area .top-header-left li:not(.lang-switch),
    .top-header-area .top-header-info { display: none; }

    /* نمایش نام دکتر کنار لوگو با فونت سفید */
    .navbar .brand-logo { gap: 10px; }
    .brand-name-mobile {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.4;
        text-shadow: 0 1px 6px rgba(0,0,0,.35);
    }
}

/* ==========================================================================
   ۱۶) بازطراحی حرفه‌ای منوی موبایل (offcanvas)
   ========================================================================== */
/* پنل کشویی */
.responsive-navbar.offcanvas {
    width: min(88vw, 360px);
    background: var(--brand-cream);
    border-inline-start: none;
    box-shadow: -24px 0 60px -30px rgba(18, 59, 58, .45);
    display: flex;
    flex-direction: column;
}

/* هدر پنل: لوگو + دکمه بستن */
.responsive-navbar .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    background: #fff;
    border-bottom: 1px solid rgba(198, 161, 91, .18);
}
.responsive-navbar .offcanvas-header .brand-logo-img {
    filter: drop-shadow(0 6px 14px rgba(25, 49, 46, .12));
}
.responsive-navbar .close-btn {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: var(--brand-gold-soft);
    color: var(--brand-teal);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.responsive-navbar .close-btn:hover {
    background: var(--brand-gradient);
    color: #fff;
    transform: rotate(90deg);
}
.responsive-navbar .close-btn svg { width: 20px; height: 20px; }

/* بدنه‌ی پنل */
.responsive-navbar .offcanvas-body {
    padding: 14px 16px 24px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

/* لیست ناوبری */
.responsive-navbar #navbarAccordion { display: flex; flex-direction: column; gap: 4px; }
.responsive-navbar #navbarAccordion > .accordion-item {
    border: none;
    background: transparent;
    border-radius: 14px;
    overflow: hidden;
}
.responsive-navbar #navbarAccordion > .accordion-item + .accordion-item {
    border-top: 1px solid rgba(111, 106, 96, .12);
    border-radius: 0;
}

/* لینک‌ها و دکمه‌های سطح اول */
.responsive-navbar #navbarAccordion > .accordion-item > .accordion-link,
.responsive-navbar #navbarAccordion > .accordion-item > .accordion-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 16px;
    margin: 0;
    font-family: var(--brand-font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-ink);
    background: transparent;
    border: none;
    border-radius: 14px;
    box-shadow: none;
    text-decoration: none;
    text-align: start;
    transition: background .2s ease, color .2s ease, padding .2s ease;
}
.responsive-navbar #navbarAccordion > .accordion-item > .accordion-link:hover,
.responsive-navbar #navbarAccordion > .accordion-item > .accordion-link:focus,
.responsive-navbar #navbarAccordion > .accordion-item > .accordion-button:not(.collapsed),
.responsive-navbar #navbarAccordion > .accordion-item > .accordion-button:hover {
    background: var(--brand-gold-soft);
    color: var(--brand-gold-3);
    padding-inline-start: 20px;
}

/* فلش آکاردئون */
.responsive-navbar .accordion-button::after {
    margin-inline-start: auto;
    margin-inline-end: 0;
    width: 20px;
    height: 20px;
    background-size: 16px;
    transition: transform .25s ease;
}
.responsive-navbar .accordion-button:not(.collapsed)::after { color: var(--brand-gold-2); }

/* زیرمنو */
.responsive-navbar .accordion-body { padding: 2px 8px 8px; }
.responsive-navbar .accordion-body .accordion { display: flex; flex-direction: column; gap: 2px; }
.responsive-navbar .accordion-body .accordion-item { border: none; background: transparent; }
.responsive-navbar .accordion-body .accordion-link {
    display: block;
    position: relative;
    padding: 11px 30px 11px 14px;
    font-size: 15px;
    font-weight: 500;
    color: var(--brand-muted);
    border-radius: 10px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}
.responsive-navbar .accordion-body .accordion-link::before {
    content: "";
    position: absolute;
    inset-inline-start: 14px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-gold-light);
    transform: translateY(-50%);
    transition: background .2s ease;
}
.responsive-navbar .accordion-body .accordion-link:hover {
    background: #fff;
    color: var(--brand-teal);
}
.responsive-navbar .accordion-body .accordion-link:hover::before { background: var(--brand-gold); }

/* بخش پایانی: دکمه، زبان و اطلاعات تماس */
.responsive-navbar .mobile-menu-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(198, 161, 91, .22);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* دکمه رزرو نوبت */
.responsive-navbar .mobile-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 20px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 16px;
}
.responsive-navbar .mobile-menu-cta svg { width: 20px; height: 20px; }

/* ==========================================================================
   ۸) مگامنوی خدمات — نمایش کامل همه‌ی خدمات
   ========================================================================== */
.navbar .navbar-nav .nav-item.has-megamenu {
    position: relative;
}
.navbar .navbar-nav .nav-item.has-megamenu .dropdown-menu.mega-menu {
    width: 620px;
    max-width: calc(100vw - 40px);
    right: auto;
    left: 50%;
    margin-left: -310px;
    padding: 22px 26px;
}
.mega-menu .mega-menu__head {
    margin: 0 0 16px;
    padding: 0 0 14px;
    border-bottom: 1px solid #ECEDE5;
}
.mega-menu .mega-menu__head a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-gold-2);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.mega-menu .mega-menu__head a::before {
    content: "\f103";
    font-family: "dental-icons";
    font-size: 10px;
    line-height: 1;
    color: var(--brand-gold);
}
.mega-menu .mega-menu__body {
    margin: 0;
    padding: 0;
}
.mega-menu .mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
    row-gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mega-menu .mega-menu__grid > li {
    margin: 0;
}
.mega-menu .mega-menu__grid > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6F6A60;
    font-size: 13.5px;
    letter-spacing: 0.3px;
    padding: 9px 0;
    border-bottom: 1px solid #F0F1EA;
    transition: color 0.25s ease;
}
.mega-menu .mega-menu__grid > li > a::before {
    content: "";
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brand-gold-light);
    transition: background 0.25s ease;
}
.mega-menu .mega-menu__grid > li > a:hover,
.mega-menu .mega-menu__grid > li > a.active {
    color: var(--brand-gold-2);
}
.mega-menu .mega-menu__grid > li > a:hover::before,
.mega-menu .mega-menu__grid > li > a.active::before {
    background: var(--brand-gold);
}
/* دو ردیف آخر ستون‌ها بدون خط زیر برای ظاهر تمیزتر */
.mega-menu .mega-menu__grid > li:nth-last-child(-n+2) > a {
    border-bottom: none;
}

/* سوییچ زبان به صورت دکمه‌ای دوتایی */
.responsive-navbar .mobile-lang-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 4px;
    background: rgba(198, 161, 91, .12);
    border-radius: 12px;
}
.responsive-navbar .mobile-lang-switch a {
    text-align: center;
    padding: 9px 0;
    border-radius: 9px;
    font-weight: 600;
    font-size: 14px;
    color: var(--brand-muted);
    text-decoration: none;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.responsive-navbar .mobile-lang-switch a.active {
    background: #fff;
    color: var(--brand-gold-3);
    box-shadow: 0 4px 12px -4px rgba(138, 108, 34, .35);
}

/* اطلاعات تماس */
.responsive-navbar .mobile-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}
.responsive-navbar .mobile-contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--brand-muted);
}
.responsive-navbar .mobile-contact-list li a {
    color: var(--brand-muted);
    text-decoration: none;
    transition: color .2s ease;
}
.responsive-navbar .mobile-contact-list li a:hover { color: var(--brand-gold-2); }
.responsive-navbar .mobile-contact-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--brand-gold-soft);
    color: var(--brand-gold-2);
}
.responsive-navbar .mobile-contact-icon svg { width: 17px; height: 17px; }

/* ==========================================================================
   ★ بازطراحی هدر و اسلایدر هدر — نسخه‌ی لوکس (طلایی/تیل)
   ========================================================================== */

/* --------------------------------------------------------------
   ۱) نوار بالای هدر — مینیمال، شیک و خوانا روی تصویر
   -------------------------------------------------------------- */
.main-header-area { padding-top: 26px; }

.top-header-area { padding-bottom: 20px; }
.top-header-area .container-fluid {
    padding-right: 48px;
    padding-left: 48px;
}
.top-header-left,
.top-header-info {
    align-items: center;
    gap: 26px;
}
.top-header-left li,
.top-header-info li {
    margin-left: 0 !important;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: .2px;
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 1px 8px rgba(10, 26, 25, .5);
}
.top-header-left li svg,
.top-header-info li svg {
    width: 16px;
    height: 16px;
    stroke: var(--brand-gold-light);
    filter: drop-shadow(0 1px 4px rgba(10, 26, 25, .5));
}
.top-header-info { justify-content: flex-end; }
.top-header-info li a { color: rgba(255, 255, 255, .92); }
.top-header-info li a:hover { color: var(--brand-gold-light); }
.top-header-info li span.ltr { color: var(--brand-gold-light); font-weight: 700; }
/* جداکننده‌ی نازک طلایی بین آیتم‌ها */
.top-header-left li:not(:last-child)::after,
.top-header-info li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 14px;
    background: rgba(234, 214, 166, .35);
    margin-inline-start: 26px;
}
.top-header-left .lang-switch a { color: rgba(255, 255, 255, .8); }
.top-header-left .lang-switch a.active { color: var(--brand-gold-light); }
.top-header-left .lang-switch span { color: rgba(255, 255, 255, .4); }

/* --------------------------------------------------------------
   ۲) نوار ناوبری — شیشه‌ای ظریف‌تر
   -------------------------------------------------------------- */
.navbar .navbar-inner {
    padding: 8px 26px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: linear-gradient(180deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, .05) 100%);
    box-shadow: 0 18px 50px -24px rgba(10, 26, 25, .55);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.navbar .navbar-nav .nav-link {
    color: #fff;
    text-shadow: 0 1px 8px rgba(10, 26, 25, .4);
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: var(--brand-gold-light); }

/* --------------------------------------------------------------
   ۳) پوشش برندی روی تصویر اسلایدر (خوانایی + حس لوکس)
   تیره‌ی تیل از سمت محتوا + اسکریم بالا برای هدر
   -------------------------------------------------------------- */
.dental-clinic-slider-item { isolation: isolate; }
.dental-clinic-slider-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(to left,
            rgba(12, 32, 31, .82) 0%,
            rgba(12, 32, 31, .48) 34%,
            rgba(12, 32, 31, .10) 64%,
            rgba(12, 32, 31, 0) 86%),
        linear-gradient(to bottom,
            rgba(10, 26, 25, .55) 0%,
            rgba(10, 26, 25, 0) 24%,
            rgba(10, 26, 25, 0) 62%,
            rgba(10, 26, 25, .38) 100%);
}
/* در حالت انگلیسی محتوا سمت چپ است → تیرگی از سمت چپ */
[dir="ltr"] .dental-clinic-slider-item::before {
    background:
        linear-gradient(to right,
            rgba(12, 32, 31, .82) 0%,
            rgba(12, 32, 31, .48) 34%,
            rgba(12, 32, 31, .10) 64%,
            rgba(12, 32, 31, 0) 86%),
        linear-gradient(to bottom,
            rgba(10, 26, 25, .55) 0%,
            rgba(10, 26, 25, 0) 24%,
            rgba(10, 26, 25, 0) 62%,
            rgba(10, 26, 25, .38) 100%);
}
/* محتوا و عناصر بالای پوشش */
.dental-clinic-slider-item > .container-fluid { position: relative; z-index: 2; }
.dental-clinic-slider-item .dental-clinic-ratings { z-index: 2; }

/* --------------------------------------------------------------
   ۴) محتوای اسلایدر — تایپوگرافی و سلسله‌مراتب حرفه‌ای
   -------------------------------------------------------------- */
.dental-clinic-slider-content { max-width: 640px; }

/* محتوای هیرو همیشه مرئی — رفع باگ scrollCue که با opacity:0 آن را پنهان می‌کرد
   (ترنزیشن حرکتی بین اسلایدها توسط خود swiper تأمین می‌شود) */
.dental-clinic-slider-content,
.dental-clinic-slider-content[data-cue] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    visibility: visible !important;
}

/* آیبرو / زیرعنوان — چیپ ظریف طلایی */
.dental-clinic-slider-content .sub {
    border-radius: 100px;
    border: 1px solid rgba(234, 214, 166, .55);
    background: rgba(12, 32, 31, .28);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: var(--brand-gold-light);
    padding: 8px 20px;
    font-size: clamp(.8rem, 1.2vw, .95rem);
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: 22px;
    text-shadow: none;
}

/* عنوان اصلی — سفید تمیز با سایه‌ی نرم (بدون اوت‌لاین طلایی) */
.dental-clinic-slider-content h1,
.dental-clinic-slider-content .h1 {
    font-size: clamp(1.9rem, 3.7vw, 3.4rem);
    line-height: 1.24;
    color: #fff;
    text-shadow: 0 2px 24px rgba(6, 20, 19, .5), 0 1px 3px rgba(6, 20, 19, .4);
}

/* دکمه‌ها — اولی طلاییِ پُر، دومی شبح شیشه‌ای */
.dental-clinic-slider-content .slider-btn { margin-top: 32px; gap: 16px; }
.dental-clinic-slider-content .slider-btn li { margin-left: 0; }
.dental-clinic-slider-content .slider-btn .default-btn {
    box-shadow: 0 16px 34px -16px rgba(169, 130, 47, .7);
}
.dental-clinic-slider-content .slider-btn li:last-child .default-btn {
    background: rgba(255, 255, 255, .1) !important;
    background-image: none !important;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, .65);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: none;
}
.dental-clinic-slider-content .slider-btn li:last-child .default-btn::before { display: none; }
.dental-clinic-slider-content .slider-btn li:last-child .default-btn:hover {
    background: #fff !important;
    color: var(--brand-teal) !important;
    border-color: #fff;
}

/* --------------------------------------------------------------
   ۵) کارت شناور «تجربه» حذف شد تا ترکیب‌بندی تمیز و مینیمال بماند
      (دکمه‌ی ویدیوی برند به‌عنوان کانون سمت شروع باقی می‌ماند)
   -------------------------------------------------------------- */
.dental-clinic-slider-item .dental-clinic-ratings { display: none; }

/* --------------------------------------------------------------
   ۶) پیجینیشن و دکمه‌ی ویدیو
   -------------------------------------------------------------- */
.dental-clinic-pagination .swiper-pagination-bullet { background: rgba(255, 255, 255, .45); }
.dental-clinic-pagination .swiper-pagination-bullet-active { background: var(--brand-gold); }

/* --------------------------------------------------------------
   ۷) ارتفاع اسلایدر — متعادل و کوتاه‌تر در همه‌ی بریک‌پوینت‌ها
   -------------------------------------------------------------- */
.dental-clinic-slider-item {
    padding-top: 185px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dental-clinic-slider-item { padding-top: 170px; padding-bottom: 105px; }
}

/* تبلت */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dental-clinic-slider-item { padding-top: 185px; padding-bottom: 95px; }
    .dental-clinic-slider-item .dental-clinic-ratings { display: none; }
}

/* موبایل — کوتاه و افقی */
@media only screen and (max-width: 767px) {
    .main-header-area { padding-top: 16px; }
    .dental-clinic-slider-area { margin-right: 14px; margin-left: 14px; }
    .dental-clinic-slider-item { padding-top: 150px; padding-bottom: 60px; }
    .dental-clinic-slider-content { text-align: center; margin: 0 auto; }
    .dental-clinic-slider-content .slider-btn { justify-content: center; }
    .dental-clinic-slider-content h1,
    .dental-clinic-slider-content .h1 { font-size: clamp(1.4rem, 6vw, 2rem); }
    .dental-clinic-slider-item::before {
        background: linear-gradient(to bottom,
            rgba(10, 26, 25, .58) 0%,
            rgba(10, 26, 25, .30) 42%,
            rgba(10, 26, 25, .55) 100%);
    }
    .dental-clinic-slider-item .dental-clinic-ratings { display: none; }
    /* حلقه‌ی ویدیو روی موبایل با محتوا تداخل دارد → پنهان */
    .dental-clinic-video-wrap { display: none; }
    .dental-clinic-slider-content .slider-btn { flex-direction: column; align-items: center; }
    .dental-clinic-slider-content .slider-btn li { width: 100%; max-width: 280px; }
    .dental-clinic-slider-content .slider-btn li .default-btn { width: 100%; }
}
