/* =========================
    ROOT & UNIFIED THEME
========================= */
/* تعریف فونت (مسیر فونت‌های لوکال خود را اینجا قرار دهید) */
@import url('fontiran.css');

:root {
    /* رنگ‌های برند گلدیشا */
    --goldisha-primary: #c89b5b; /* طلایی لوکس */
    --goldisha-primary-dark: #9b6f36;
    --goldisha-dark-bg: #2b1d16; /* قهوه‌ای اسپرسو */
    --text-on-dark: #f5ece3;

    /* رنگ‌های بدنه یکپارچه (ژورنالی) */
    --body-bg-light: #fcfaf8;
    --body-bg-dark: #120d0b;
    --card-bg-light: #ffffff;
    --card-bg-dark: #1e1714;
}

[data-bs-theme="light"] {
    --bs-primary: var(--goldisha-primary);
    --bs-primary-rgb: 200, 155, 91;
}

[data-bs-theme="dark"] {
    --bs-primary: #d1ab75;
    --bs-primary-rgb: 209, 171, 117;
}

body {
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
    background-color: var(--body-bg-light);
    color: #333;
    transition: background-color 0.4s ease, color 0.4s ease;
}

[data-bs-theme="dark"] body {
    background-color: var(--body-bg-dark);
    color: #e0dcd9;
}
/* =========================================
   GLOBAL FONT OVERRIDE (اعمال قطعی فونت روی تمام المان‌ها)
========================================= */
input, select, textarea, button, .font-monospace {
    font-family: inherit !important; /* مجبور کردن تمام فرم‌ها و اعداد به استفاده از فونت اصلی سایت */
}
/* =========================
    GLOBAL OVERRIDES (یکپارچه‌سازی کارت‌ها)
========================= */
.glass-panel, .service-card, .testimonial-card, .consultation-card {
    background-color: var(--card-bg-light) !important;
    border: 1px solid rgba(200, 155, 91, 0.15) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[data-bs-theme="dark"] .glass-panel,
[data-bs-theme="dark"] .service-card,
[data-bs-theme="dark"] .testimonial-card,
[data-bs-theme="dark"] .consultation-card {
    background-color: var(--card-bg-dark) !important;
    border-color: rgba(200, 155, 91, 0.1) !important;
}

/* =========================
    BASE & TYPOGRAPHY
========================= */
.fw-black { font-weight: 900; }
.text-justify { text-align: justify; }

.btn-gold {
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff;
    border: none;
    font-weight: 700;
    transition: all 0.3s ease;
}
.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 155, 91, 0.4);
    color: #fff;
}

.text-gold { color: var(--goldisha-primary) !important; }
.tracking-wide { letter-spacing: 1px; }

.btn-outline-gold {
    border: 2px solid var(--goldisha-primary);
    color: var(--bs-body-color);
    transition: 0.3s;
}
.btn-outline-gold:hover {
    background: var(--goldisha-primary);
    color: #fff;
    transform: translateY(-2px);
}

/* =========================
    HEADER (دسکتاپ)
========================= */
.glass-header {
    background: rgba(252, 250, 248, 0.9) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(200, 155, 91, 0.2);
    padding: 15px 0;
    transition: all 0.4s ease;
}
[data-bs-theme="dark"] .glass-header {
    background: rgba(18, 13, 11, 0.9) !important;
    border-bottom: 1px solid rgba(200, 155, 91, 0.1);
}

.logo-icon-box {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.3);
}

.glass-header .nav-link {
    font-weight: 700;
    color: var(--bs-body-color);
    position: relative;
    padding: 8px 15px;
    transition: 0.3s;
}
.glass-header .nav-link:hover,
.glass-header .nav-link.active {
    color: var(--goldisha-primary);
}
.glass-header .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--goldisha-primary);
    transition: 0.3s ease;
}
.glass-header .nav-link.active::after,
.glass-header .nav-link:hover::after {
    width: 80%;
}

.theme-toggle-btn {
    background: transparent;
    border: 1px solid var(--goldisha-primary);
    color: var(--goldisha-primary);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.theme-toggle-btn:hover {
    background: var(--goldisha-primary);
    color: #fff;
}

/* =========================
    MEGA MENU
========================= */
.position-static { position: static !important; }

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 15px;
    border-radius: 24px;
    background: rgba(253, 248, 243, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(200, 155, 91, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
[data-bs-theme="dark"] .mega-menu {
    background: rgba(30, 23, 20, 0.95);
    border: 1px solid rgba(200, 155, 91, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.mega-menu-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 16px;
    text-decoration: none;
    color: var(--bs-body-color);
    transition: all 0.3s ease;
}
.mega-menu-item:hover {
    background: rgba(200, 155, 91, 0.08);
    transform: translateX(-5px);
}

.mega-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(200, 155, 91, 0.15);
    color: var(--goldisha-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
}
.mega-menu-item:hover .mega-icon {
    background: var(--goldisha-primary);
    color: #fff;
}

.vip-item {
    background: rgba(200, 155, 91, 0.05);
    border: 1px dashed rgba(200, 155, 91, 0.4);
}
.vip-item .mega-icon {
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
}

@media (min-width: 992px) {
    .dropdown:hover .mega-menu {
        display: block;
        animation: fadeUp 0.3s ease forwards;
    }
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.mega-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background: transparent;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .mega-menu { margin-top: 0; border: none; background: transparent; box-shadow: none; }
    [data-bs-theme="dark"] .mega-menu { background: transparent; box-shadow: none; }
}

/* =========================
    FOOTER
========================= */
.luxury-footer {
    background: #0a0706 !important;
    color: #d1cbc7;
    padding-top: 80px;
    border-top: 3px solid var(--goldisha-primary);
}
.luxury-footer .text-body { color: #fff !important; }
.luxury-footer .text-muted { color: rgba(245, 236, 227, 0.6) !important; }
.luxury-footer h5 { color: var(--goldisha-primary); letter-spacing: 0.5px; }

.luxury-footer .footer-links li { margin-bottom: 12px; }
.luxury-footer .footer-links a {
    color: rgba(245, 236, 227, 0.8);
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}
.luxury-footer .footer-links a:hover {
    color: var(--goldisha-primary);
    padding-right: 8px;
}
.luxury-footer .footer-contact i { font-size: 1.2rem; }

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(200, 155, 91, 0.1);
    border: 1px solid rgba(200, 155, 91, 0.2);
    color: var(--goldisha-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 18px;
    text-decoration: none;
}
.social-btn:hover {
    background: var(--goldisha-primary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.3);
}
.footer-bottom { border-top: 1px solid rgba(200, 155, 91, 0.2) !important; }

/* =========================
    MOBILE BOTTOM NAV
========================= */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: rgba(var(--bs-body-bg-rgb), 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 10px 10px 15px 10px;
    z-index: 1030;
}
.mobile-bottom-nav .nav-item {
    display: flex; flex-direction: column; align-items: center;
    text-decoration: none; color: var(--bs-secondary-color);
    font-size: 0.75rem; font-weight: 700; transition: 0.3s; min-width: 60px;
}
.mobile-bottom-nav .nav-item i { font-size: 1.4rem; margin-bottom: 4px; transition: 0.3s; }
.mobile-bottom-nav .nav-item.active, .mobile-bottom-nav .nav-item:hover { color: var(--goldisha-primary); }
.mobile-bottom-nav .nav-item.active i { transform: translateY(-3px); }

.center-action-btn { position: relative; top: -20px; }
.center-action-btn .btn-inner {
    width: 55px; height: 55px;
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    box-shadow: 0 10px 25px rgba(200, 155, 91, 0.4);
    border: 5px solid var(--body-bg-light);
    margin-bottom: 5px; transition: 0.3s;
}
[data-bs-theme="dark"] .center-action-btn .btn-inner { border-color: var(--body-bg-dark); }
.center-action-btn .btn-inner i { font-size: 1.8rem; margin: 0; color: white; }
.center-action-btn:hover .btn-inner { transform: scale(1.08); }

@media (max-width: 991.98px) {
    .page-wrapper { padding-bottom: 90px; }
    .footer-bottom { padding-bottom: 110px !important; }
}

/* =========================
    TAILORING ELEMENTS & ANIMATIONS
========================= */
.stitch-underline {
    position: absolute; bottom: -8px; left: 0;
    width: 100%; height: 10px; opacity: 0.8;
}
.stitch-border {
    position: relative;
    border-radius: 40px 120px 40px 120px;
    overflow: hidden;
}
.stitch-border::before {
    content: ""; position: absolute; inset: 10px;
    border: 2px dashed var(--goldisha-primary);
    border-radius: inherit; pointer-events: none; z-index: 2; opacity: 0.6;
}
.stitch-border img { border-radius: inherit; width: 100%; height: 450px;object-fit: cover; }

.icon-box-small {
    width: 35px; height: 35px; border-radius: 10px;
    background: rgba(200, 155, 91, 0.15); color: var(--goldisha-primary);
    display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.icon-box-gold {
    width: 50px; height: 50px; border-radius: 14px;
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff; display: flex; align-items: center; justify-content: center;
}

.sewing-section-divider {
    display: flex; align-items: center; justify-content: center;
    gap: 15px; padding: 20px 0; opacity: 0.7;
}
.stitch-line {
    width: 100px; height: 2px;
    background: repeating-linear-gradient(to left, var(--goldisha-primary), var(--goldisha-primary) 6px, transparent 6px, transparent 12px);
}
.sewing-section-divider i { transform: rotate(-45deg); transition: 0.3s; }
.sewing-section-divider:hover i { transform: rotate(0deg) scale(1.2); }

.floating-thread {
    position: absolute; width: 350px; height: 350px;
    border: 2px dashed rgba(200, 155, 91, 0.15);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -50px; right: -100px; animation: rotateThread 25s linear infinite; z-index: 1;
}
.floating-needle {
    position: absolute; bottom: 150px; left: 5%; font-size: 3rem;
    color: rgba(200, 155, 91, 0.2); transform: rotate(45deg);
    animation: floatUpDown 4s ease-in-out infinite; z-index: 1;
}
.measuring-tape-bg {
    position: absolute; width: 200px; height: 30px;
    background: repeating-linear-gradient(to right, rgba(200, 155, 91, 0.1) 0, rgba(200, 155, 91, 0.1) 10px, transparent 10px, transparent 12px);
    top: 30%; left: -50px; transform: rotate(-15deg); z-index: 1;
}
.tape-right { top: 15%; right: -80px; left: auto; transform: rotate(25deg); width: 250px; }

.hero-image-wrapper { max-width: 650px; }
.hero-floating-card { position: absolute; z-index: 4; }
.badge-top { top: 40px; left: -40px; animation: floatUpDown 5s ease-in-out infinite; }
.badge-bottom { bottom: 60px; right: -30px; animation: floatUpDown 4s ease-in-out infinite reverse; }

@keyframes rotateThread { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes floatUpDown { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }

@media (max-width: 991.98px) {
    .badge-top { left: -10px; } .badge-bottom { right: -10px; }
    .hero-title { font-size: 2rem; }
    .floating-thread { width: 250px; height: 250px; right: -50px; }
}

.cursor-glow {
    position: fixed; width: 300px; height: 300px; border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 155, 91, 0.15), transparent 60%);
    pointer-events: none; transform: translate(-50%, -50%); z-index: 9999; transition: transform 0.1s ease-out;
}

/* =========================
    SECTION: TRUST FEATURES
========================= */
.trust-features-section {
    background-color: transparent !important;
}
[data-bs-theme="light"] .trust-features-section .text-white {
    color: var(--bs-body-color) !important; /* تصحیح رنگ متن در تم روشن */
}

.trust-feature-item { transition: transform 0.4s ease; cursor: default; }
.trust-feature-item:hover { transform: translateY(-8px); }
.trust-icon-box {
    width: 65px; height: 65px; border-radius: 50%;
    background: rgba(200, 155, 91, 0.1); border: 1px dashed var(--goldisha-primary);
    display: flex; align-items: center; justify-content: center; transition: all 0.4s ease;
}
.trust-icon-box i {
    font-size: 32px; background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3)); transition: transform 0.4s ease;
}
.trust-feature-item:hover .trust-icon-box {
    background: rgba(200, 155, 91, 0.2); border-style: solid; box-shadow: 0 10px 20px rgba(200, 155, 91, 0.2);
}
.trust-feature-item:hover .trust-icon-box i { transform: scale(1.1); }
@media (max-width: 767.98px) {
    .trust-icon-box { width: 50px; height: 50px; }
    .trust-icon-box i { font-size: 24px; }
    .trust-feature-item span { font-size: 0.85rem; }
}

/* =========================
    SECTION: SERVICES
========================= */
.services-section {
    background-color: transparent !important;
    background-image: radial-gradient(rgba(200, 155, 91, 0.08) 1px, transparent 1px);
    background-size: 20px 20px;
}

.service-card {
    transition: all 0.4s ease; display: flex; flex-direction: column; overflow: hidden;
}
.service-card::before {
    content: ""; position: absolute; inset: 5px;
    border: 1px dashed transparent; border-radius: 12px;
    transition: all 0.4s ease; pointer-events: none;
}
.service-card:hover {
    transform: translateY(-10px); box-shadow: 0 20px 40px rgba(200, 155, 91, 0.12);
    border-color: rgba(200, 155, 91, 0.4) !important;
}
.service-card:hover::before { border-color: var(--goldisha-primary); animation: stitchDash 20s linear infinite; }

.service-icon-box {
    width: 70px; height: 70px; border-radius: 20px;
    background: linear-gradient(135deg, rgba(200, 155, 91, 0.15), rgba(200, 155, 91, 0.05));
    color: var(--goldisha-primary); display: flex; align-items: center; justify-content: center;
    font-size: 32px; transition: all 0.4s ease;
}
.service-card:hover .service-icon-box {
    background: var(--goldisha-primary); color: #fff; transform: scale(1.1) rotate(-5deg);
}
.service-link { color: var(--goldisha-primary); transition: 0.3s; }
.service-link:hover { color: var(--goldisha-primary-dark); gap: 12px !important; }

.vip-service-card {
    background: linear-gradient(135deg, var(--goldisha-dark-bg), #1a120e) !important;
    border: 1px solid rgba(200, 155, 91, 0.3) !important;
    box-shadow: inset 0 0 30px rgba(200, 155, 91, 0.1);
}
.vip-service-card::after {
    content: "ویژه"; position: absolute; top: 20px; left: -35px;
    background: var(--goldisha-primary); color: #fff; font-size: 12px; font-weight: bold;
    padding: 5px 40px; transform: rotate(-45deg); box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.vip-service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }

@keyframes stitchDash { to { stroke-dashoffset: 1000; } }

/* =========================
    SECTION: PORTFOLIO
========================= */
.portfolio-section,
.portfolio-premium-section {
    background-color: var(--goldisha-dark-bg) !important;
    color: #fff;
    border-top: 1px solid rgba(200, 155, 91, 0.15);
    border-bottom: 1px solid rgba(200, 155, 91, 0.15);
}

.portfolio-filter-tabs { gap: 15px; }
.portfolio-filter-tabs .nav-link {
    color: rgba(255, 255, 255, 0.7); border: 1px solid rgba(200, 155, 91, 0.3);
    border-radius: 50px; padding: 10px 25px; font-weight: 600; transition: all 0.3s ease; background: transparent;
}
.portfolio-filter-tabs .nav-link:hover {
    color: #fff; border-color: var(--goldisha-primary); background: rgba(200, 155, 91, 0.1);
}
.portfolio-filter-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff; border-color: transparent; box-shadow: 0 5px 15px rgba(200, 155, 91, 0.3);
}

.portfolio-premium-card, .portfolio-item { cursor: pointer; background-color: #1a120e; }
.large-card { min-height: 500px; }
.small-card { min-height: 250px; }
.horizontal-card { min-height: 220px; }
.portfolio-item { height: 350px; }
@media (min-width: 992px) { .col-lg-8 .portfolio-item { height: 350px; } }

.premium-img, .portfolio-img { transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.portfolio-premium-card:hover .premium-img, .portfolio-item:hover .portfolio-img { transform: scale(1.05); }

.golden-frame {
    position: absolute; inset: 15px; border: 1px solid var(--goldisha-primary);
    border-radius: inherit; z-index: 3; opacity: 0; transform: scale(0.95);
    pointer-events: none; transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.portfolio-premium-card:hover .golden-frame { opacity: 1; transform: scale(1); }

.premium-overlay, .portfolio-overlay {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(to top, rgba(26, 18, 14, 0.95) 0%, rgba(26, 18, 14, 0.2) 60%, transparent 100%);
    opacity: 0.8; transition: all 0.5s ease;
}
.portfolio-overlay { opacity: 0; transform: translateY(20px); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; transform: translateY(0); }

.portfolio-premium-card:hover .premium-overlay {
    background: linear-gradient(to top, rgba(26, 18, 14, 0.98) 0%, rgba(26, 18, 14, 0.5) 70%, transparent 100%); opacity: 1;
}
.premium-overlay h3, .premium-overlay h4, .premium-overlay h5, .premium-overlay p, .premium-overlay span:not(.badge), .premium-overlay a {
    transform: translateY(15px); opacity: 0; transition: all 0.5s ease;
}
.portfolio-premium-card:hover .premium-overlay h3, .portfolio-premium-card:hover .premium-overlay h4,
.portfolio-premium-card:hover .premium-overlay h5, .portfolio-premium-card:hover .premium-overlay span:not(.badge),
.portfolio-premium-card:hover .premium-overlay a { transform: translateY(0); opacity: 1; }
.portfolio-premium-card:hover .premium-overlay p { transform: translateY(0); opacity: 1; transition-delay: 0.1s; }
.portfolio-category { font-size: 0.85rem; letter-spacing: 1px; }

.bg-gold { background-color: var(--goldisha-primary); }
.hover-gold:hover { color: var(--goldisha-primary) !important; border-color: var(--goldisha-primary) !important; }

/* =========================
    SECTION: HOW IT WORKS
========================= */
.how-it-works-section, .how-it-works-alt {
    background-color: transparent !important;
}

.process-timeline { padding-top: 20px; }
.timeline-thread {
    position: absolute; top: 60px; left: 12%; right: 12%; height: 2px;
    background: repeating-linear-gradient(to left, var(--goldisha-primary), var(--goldisha-primary) 8px, transparent 8px, transparent 16px);
    z-index: 1; opacity: 0.5;
}
.step-icon-box {
    width: 90px; height: 90px; border-radius: 50%; border: 2px dashed var(--goldisha-primary);
    color: var(--goldisha-primary); font-size: 38px; display: flex; align-items: center; justify-content: center;
    transition: all 0.4s ease; box-shadow: 0 10px 20px rgba(200, 155, 91, 0.08);
}
.step-number {
    position: absolute; top: -5px; right: -5px; width: 32px; height: 32px;
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff; border-radius: 50%; font-size: 15px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    border: 3px solid var(--body-bg-light); transition: all 0.4s ease;
}
[data-bs-theme="dark"] .step-number { border-color: var(--body-bg-dark); }
.step-item { transition: transform 0.4s ease; }
.step-item:hover { transform: translateY(-10px); }
.step-item:hover .step-icon-box {
    background: var(--goldisha-primary) !important; color: #fff;
    border-style: solid; box-shadow: 0 15px 30px rgba(200, 155, 91, 0.25); transform: rotate(10deg);
}
.step-item:hover .step-number { transform: scale(1.1); }
@media (max-width: 991.98px) { .step-icon-box { width: 80px; height: 80px; font-size: 32px; } }

/* =========================
    SECTION: TESTIMONIALS
========================= */
.testimonials-section {
    background-color: transparent !important;
}

/* حل مشکل رنگ متون در تم روشن به دلیل شفاف شدن پس‌زمینه */
[data-bs-theme="light"] .testimonials-section .text-white { color: var(--bs-body-color) !important; }
[data-bs-theme="light"] .testimonials-section .text-white-50 { color: #6c757d !important; }

.fabric-pattern-overlay {
    position: absolute; inset: 0; z-index: 1; opacity: 0.8;
    background-image: repeating-linear-gradient(45deg, rgba(200, 155, 91, 0.03) 0, rgba(200, 155, 91, 0.03) 1px, transparent 1px, transparent 10px);
}
.testimonial-card {
    border: 1px dashed rgba(200, 155, 91, 0.4) !important;
    border-radius: 40px; transition: all 0.4s ease;
}
.testimonial-card:hover {
    border-color: var(--goldisha-primary) !important; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.client-avatar img {
    width: 75px; height: 75px; border: 3px solid var(--body-bg-light); position: relative; z-index: 2;
}
[data-bs-theme="dark"] .client-avatar img { border-color: var(--body-bg-dark); }
.avatar-stitch-ring {
    position: absolute; inset: -6px; border: 1px dashed var(--goldisha-primary);
    border-radius: 50%; animation: rotateThread 15s linear infinite; z-index: 1;
}
.custom-slider-btn {
    width: 55px; height: 55px; display: flex; align-items: center; justify-content: center;
    border-width: 2px; font-size: 1.2rem;
}
.custom-slider-btn:hover { background: var(--goldisha-primary); color: #fff; transform: translateY(-3px); }
.floating-button-element {
    position: absolute; bottom: 50px; left: 8%; font-size: 6rem;
    animation: floatUpDown 6s ease-in-out infinite; z-index: 1;
}

/* =========================
    SECTION: CONSULTATION
========================= */
.consultation-section {
    background-color: transparent !important;
}

.blur-blob {
    position: absolute; border-radius: 50%; filter: blur(90px); z-index: 1; opacity: 0.3;
}
.blob-gold { width: 350px; height: 350px; background: var(--goldisha-primary); top: -50px; right: -100px; }
.blob-brown { width: 300px; height: 300px; background: var(--goldisha-dark-bg); bottom: -50px; left: -100px; }
[data-bs-theme="dark"] .blob-gold, [data-bs-theme="dark"] .blob-brown { opacity: 0.15; }

.custom-input-group .input-group-text {
    background-color: rgba(200, 155, 91, 0.1); border: 1px solid rgba(200, 155, 91, 0.3);
    border-left: none; color: var(--goldisha-primary); border-radius: 0 16px 16px 0; transition: all 0.3s ease;
}
.custom-input-group .form-control, .custom-input-group .form-select {
    border: 1px solid rgba(200, 155, 91, 0.3); border-right: none;
    background-color: rgba(var(--bs-body-bg-rgb), 0.5); border-radius: 16px 0 0 16px;
    padding: 14px 18px; transition: all 0.3s ease; color: var(--bs-body-color);
}
.custom-textarea {
    border: 1px solid rgba(200, 155, 91, 0.3); background-color: rgba(var(--bs-body-bg-rgb), 0.5);
    border-radius: 16px; padding: 16px; transition: all 0.3s ease; color: var(--bs-body-color);
}
.custom-input-group .form-control:focus, .custom-input-group .form-select:focus, .custom-textarea:focus {
    box-shadow: none; border-color: var(--goldisha-primary); background-color: transparent;
}
.custom-input-group:focus-within .input-group-text {
    border-color: var(--goldisha-primary); background-color: var(--goldisha-primary); color: #fff;
}
[data-bs-theme="dark"] .custom-input-group .form-control::placeholder,
[data-bs-theme="dark"] .custom-textarea::placeholder { color: rgba(255, 255, 255, 0.4); }

/* =========================
    GLOBAL CTA SECTION (بخش اکشن سراسری)
========================= */
.global-cta-section .cta-box {
    background: linear-gradient(135deg, var(--goldisha-dark-bg), #110b08);
    border: 1px solid rgba(200, 155, 91, 0.3);
}

/* هماهنگی با تم تاریک */
[data-bs-theme="dark"] .global-cta-section .cta-box {
    background: linear-gradient(135deg, #1a120e, #0a0706);
}

/* آیکون قیچی بزرگ و محو در پس‌زمینه */
.cta-bg-icon {
    position: absolute;
    top: -20%;
    left: -5%; /* در سایت‌های RTL سمت چپ قرار می‌گیرد */
    font-size: 18rem;
    color: var(--goldisha-primary);
    opacity: 0.05;
    transform: rotate(-30deg);
    pointer-events: none;
    transition: all 0.5s ease;
}

.global-cta-section .cta-box:hover .cta-bg-icon {
    transform: rotate(0deg) scale(1.1);
    opacity: 0.08;
}

/* استایل دکمه دوم (تماس مستقیم) */
.global-cta-section .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: all 0.3s ease;
}

.global-cta-section .btn-outline-light:hover {
    background-color: #fff;
    color: var(--goldisha-dark-bg);
    border-color: #fff;
}
/* =========================
    SPEED DIAL (FLOATING ACTION BUTTON)
========================= */
.speed-dial-container {
    position: fixed;
    bottom: 40px;
    right: 40px; /* در سایت‌های RTL سمت راست قرار می‌گیرد */
    z-index: 9999 !important; /* همیشه بالاترین لایه باشد */
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
/* مخفی کردن اولیه منو */
.speed-dial-container .speed-dial-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

/* تنظیم خودکار فاصله در موبایل برای جلوگیری از تداخل با منوی چسبان (Bottom Nav) */
@media (max-width: 991.98px) {
    .speed-dial-container {
        bottom: 110px; /* بالاتر از منوی موبایل قرار می‌گیرد */
        right: 20px;
    }
}

/* دکمه طلایی اصلی */
.speed-dial-btn {
    width: 65px;
    height: 65px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* افکت فنری جذاب */
    position: relative;
    z-index: 2;
}

/* مدیریت آیکون‌های دکمه اصلی در زمان هاور */
.speed-dial-btn .icon-close {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
    transition: all 0.4s ease;
}

/* ترانزیشن نرم برای هر دو آیکون (هدست و ضربدر) */
.speed-dial-btn .icon-main,
.speed-dial-btn .icon-close {
    position: absolute;
    transition: all 0.3s ease;
}

/* هاور روی کل کانتینر برای باز شدن منو */
.speed-dial-container:hover .speed-dial-btn {
    transform: scale(1.05);
}

/* تغییر آیکون‌ها هنگام هاور یا کلیک */
.speed-dial-container:hover .speed-dial-btn .icon-main,
.speed-dial-container.active .speed-dial-btn .icon-main {
    opacity: 0;
    transform: scale(0.5) rotate(90deg);
}

.speed-dial-container:hover .speed-dial-btn .icon-close,
.speed-dial-container.active .speed-dial-btn .icon-close {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

/* استایل منوی بازشونده */
.speed-dial-menu {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    position: absolute;
    bottom: 80px; /* نمایش در بالای دکمه اصلی */
    pointer-events: none; /* جلوگیری از کلیک وقتی مخفی است */
}

/* آیتم‌های منو (ایتا، روبیکا، تماس) */
.speed-dial-menu .sd-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(var(--bs-body-bg-rgb), 0.85); /* شیشه‌ای هماهنگ با بدنه */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(200, 155, 91, 0.4); /* حاشیه طلایی */
    color: var(--goldisha-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);

    /* حالت اولیه (مخفی و پایین) */
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-bs-theme="dark"] .speed-dial-menu .sd-item {
    background: rgba(30, 23, 20, 0.85); /* شیشه‌ای تیره برای دارک مود */
}

.speed-dial-menu .sd-item:hover {
    background: var(--goldisha-primary);
    color: #fff;
    transform: scale(1.1) !important;
}

/* نمایش منو هنگام رفتن ماوس (Hover) یا کلیک در موبایل (active) */
.speed-dial-container:hover .speed-dial-menu,
.speed-dial-container.active .speed-dial-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.speed-dial-container:hover .speed-dial-menu li:nth-child(1) .sd-item {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.05s;
}
.speed-dial-container:hover .speed-dial-menu li:nth-child(2) .sd-item {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.1s;
}
.speed-dial-container:hover .speed-dial-menu li:nth-child(3) .sd-item {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.15s;
}
/* =========================================
   پل نامرئی دکمه شناور (رفع مشکل فرار کردن منو)
========================================= */
.speed-dial-menu::after {
    content: "";
    position: absolute;
    bottom: -30px; /* پر کردن دقیق فاصله خالی بین دکمه و اولین آیکون */
    left: -20px;
    right: -20px;
    height: 40px;
    background: transparent; /* کاملاً نامرئی */
    z-index: 1;
}
/******************************* Page: collections.html START *******************************************/
/* =========================
    COLLECTIONS PAGE STYLES
========================= */

/* استایل تب‌های فیلتر در صفحه کالکشن */
.custom-filter-nav .nav-link {
    color: var(--bs-body-color);
    border: 1px solid rgba(200, 155, 91, 0.3);
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
}

.custom-filter-nav .nav-link:hover {
    color: var(--goldisha-primary);
    border-color: var(--goldisha-primary);
    background: rgba(200, 155, 91, 0.05);
}

.custom-filter-nav .nav-link.active {
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff !important;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(200, 155, 91, 0.3);
}

/* استایل کارت‌های کالکشن */
.collection-card {
    transition: all 0.4s ease;
    border: none;
    background-color: transparent;
}

.collection-img {
    height: 380px;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* افکت شیشه‌ای و دکمه روی عکس در زمان هاور */
.overlay-glass {
    position: absolute;
    inset: 0;
    background: rgba(var(--bs-body-bg-rgb), 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
}

.overlay-glass .btn {
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* اعمال افکت‌ها هنگام رفتن ماوس روی کارت */
.collection-card:hover {
    transform: translateY(-8px);
}

.collection-card:hover .collection-img {
    transform: scale(1.08);
}

.collection-card:hover .overlay-glass {
    opacity: 1;
}

.collection-card:hover .overlay-glass .btn {
    transform: translateY(0);
}

/* رسپانسیو ارتفاع عکس‌ها برای موبایل */
@media (max-width: 767.98px) {
    .collection-img {
        height: 300px;
    }
}
/* =========================
    FILTER ANIMATION (انیمیشن فیلتر کالکشن)
========================= */
.collection-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* مقادیر پیش‌فرض برای اجرای صحیح انیمیشن */
    opacity: 1;
    transform: scale(1);
}
/******************************* Page: collections.html END *********************************************/

/******************************* Page: single-collection.html START *********************************************/
/* =========================
    SINGLE COLLECTION STYLES
========================= */
.product-gallery-wrapper {
    position: relative;
}

/* قاب عکس اصلی با کوک خیاطی */
.main-image-box {
    position: relative;
    border: 1px solid rgba(200, 155, 91, 0.2);
}
.main-image-box::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 2px dashed var(--goldisha-primary);
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
    opacity: 0.6;
}
.main-image-box img {
    height: 520px;
    transition: all 0.5s ease;
}

/* باکس‌های تصاویر کوچک پایین */
.product-thumbnails .thumb-box {
    height: 90px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.product-thumbnails .thumb-box.active,
.product-thumbnails .thumb-box:hover {
    border-color: var(--goldisha-primary);
    transform: translateY(-3px);
}
.product-thumbnails .cursor-pointer {
    cursor: pointer;
}

/* جدول مشخصات */
.specs-table {
    border-radius: 20px;
}
.specs-table .row > div {
    padding: 8px 0;
    border-bottom: 1px solid rgba(200, 155, 91, 0.1);
}
.specs-table .row > div:nth-last-child(1),
.specs-table .row > div:nth-last-child(2) {
    border-bottom: none; /* حذف خط آخر */
}

/* انیمیشن دکمه متصل به فرم */
.cta-actions-box a.text-gold:hover {
    color: var(--goldisha-primary-dark) !important;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

/* ریسپانسیو گالری برای موبایل */
@media (max-width: 767.98px) {
    .main-image-box img {
        height: 350px;
    }
    .product-thumbnails .thumb-box {
        height: 70px;
    }
}
/******************************* Page: single-collection.html END ***********************************************/

/******************************* Page: measurement-guide.html Start ***********************************************/
/* =========================
    MEASUREMENT GUIDE STYLES
========================= */

/* استایل کادر قوانین طلایی با طرح متر خیاطی در پایین */
.tape-measure-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: repeating-linear-gradient(
        to right,
        var(--goldisha-primary),
        var(--goldisha-primary) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.7;
}

/* کارت‌های گام‌به‌گام اندازه‌گیری */
.measure-card {
    border-top: 4px solid transparent !important;
}

.measure-card:hover {
    transform: translateY(-10px);
    border-top-color: var(--goldisha-primary) !important;
    box-shadow: 0 15px 35px rgba(200, 155, 91, 0.15) !important;
}

/* شماره دایره‌ای بالای هر کارت */
.measure-number {
    position: absolute;
    top: -15px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--body-bg-light);
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.3);
    z-index: 2;
    transition: all 0.4s ease;
}

[data-bs-theme="dark"] .measure-number {
    border-color: var(--body-bg-dark);
}

.measure-card:hover .measure-number {
    transform: scale(1.15) rotate(-10deg);
}

.measure-card:hover .icon-box-gold {
    transform: scale(1.1);
}

/* هاور روی کاور ویدیو */
.video-guide-section .cursor-pointer:hover img {
    filter: brightness(0.5) !important;
    transform: scale(1.05);
    transition: all 0.5s ease;
}
.video-guide-section .cursor-pointer:hover .btn-gold {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(200, 155, 91, 0.5);
}
/******************************* Page: measurement-guide.html END ************************************************/

/******************************* Page: order.html Start ************************************************/
/* =========================
    MULTI-STEP WIZARD STYLES
========================= */
/* مخفی کردن گام‌ها به صورت پیش‌فرض */
.wizard-step {
    display: none;
}
.wizard-step.active {
    display: block;
    animation: fadeInStep 0.4s ease-in-out forwards;
}

@keyframes fadeInStep {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* نوار پیشرفت بالایی (Stepper) */
.order-stepper {
    max-width: 100%;
    margin: 0 auto;
}
.stepper-line {
    position: absolute;
    top: 20px; left: 5%; right: 5%;
    height: 3px;
    background-color: rgba(200, 155, 91, 0.2);
    z-index: 1;
}

.step-progress-item {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-progress-item .step-dot {
    width: 42px; height: 42px;
    border-radius: 50%;
    background-color: var(--card-bg-light);
    border: 3px solid rgba(200, 155, 91, 0.3);
    color: var(--bs-secondary-color);
    font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.4s ease;
}
[data-bs-theme="dark"] .step-progress-item .step-dot { background-color: var(--card-bg-dark); }

.step-progress-item .step-label {
    margin-top: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--bs-secondary-color);
    transition: all 0.4s ease;
}

/* استایل‌های گام فعال و گام‌های طی شده */
.step-progress-item.active .step-dot {
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.4);
}
.step-progress-item.active .step-label {
    color: var(--goldisha-primary);
}
/* =========================================
   CUSTOM VALIDATION STYLES (استایل‌های خطای لوکس)
========================================= */
/* کادر قرمز ملایم برای فیلد متنی و کشویی خطا */
.custom-input-group .form-control.is-invalid,
.custom-input-group .form-select.is-invalid,
.custom-textarea.is-invalid {
    border-color: #e05e5e !important;
    background-image: none; /* حذف آیکون پیش‌فرض تیک/ضربدر بوت‌استرپ برای حفظ چیدمان متقارن */
    box-shadow: 0 0 10px rgba(224, 94, 94, 0.1) !important;
}

/* قرمز شدن خودکار باکس آیکون کنار فیلد متنی در صورت بروز خطا */
.custom-input-group:has(.is-invalid) .input-group-text {
    border-color: #e05e5e !important;
    background-color: rgba(224, 94, 94, 0.08) !important;
    color: #e05e5e !important;
}

/* انیمیشن لرزش خفیف (Shake) کارت فیلدها هنگام وجود خطا برای جلب توجه کاربر */
.is-invalid {
    animation: shakeError 0.4s ease-in-out;
}

@keyframes shakeError {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-4px); }
    40%, 80% { transform: translateX(4px); }
}
/* اصلاح رنگ لیست‌های کشویی (Select Options) در تم تاریک */
[data-bs-theme="dark"] .custom-input-group .form-select {
    color: #f5ece3; /* رنگ متن روشن */
}

[data-bs-theme="dark"] .custom-input-group .form-select option {
    background-color: var(--card-bg-dark); /* پس‌زمینه تیره برای گزینه‌ها */
    color: #f5ece3; /* متن روشن برای گزینه‌ها */
}
/******************************* Page: order.html END *************************************************/

/******************************* Page: services.html Start *************************************************/
/* =========================
    SERVICES PAGE STYLES
========================= */
/* =========================================
   MINIMAL SERVICES CARDS (کارت‌های خدمات ژورنالی)
========================================= */

/* استایل پایه کارت‌ها */
.service-card-minimal {
    background-color: rgba(var(--bs-body-bg-rgb), 0.8);
    border: 1px solid rgba(200, 155, 91, 0.15);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-bs-theme="dark"] .service-card-minimal {
    background-color: rgba(30, 23, 20, 0.5); /* بک‌گراند شیشه‌ای و تاریک ملایم در دارک مود */
}

/* افکت هاور روی کارت */
.service-card-minimal:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(200, 155, 91, 0.1) !important;
    border-color: rgba(200, 155, 91, 0.4);
}

/* کارت متمایز VIP */
.vip-minimal-card {
    background: linear-gradient(135deg, rgba(200, 155, 91, 0.12), rgba(200, 155, 91, 0.02));
}

[data-bs-theme="dark"] .vip-minimal-card {
    background: linear-gradient(135deg, rgba(200, 155, 91, 0.15), rgba(0, 0, 0, 0));
}

/* آیکون دایره‌ای بالای کارت */
.icon-box-gold-soft {
    width: 65px;
    height: 65px;
    background-color: rgba(200, 155, 91, 0.15);
    color: var(--goldisha-primary);
    font-size: 1.8rem;
    transition: all 0.3s ease;
    /* این سه خط برای وسط‌چین کردن دقیق آیکون/اعداد اضافه شد */
    display: flex !important;
    align-items: center;
    justify-content: center;
}

[data-bs-theme="dark"] .icon-box-gold-soft {
    background-color: rgba(200, 155, 91, 0.1);
}

.service-card-minimal:hover .icon-box-gold-soft {
    background-color: var(--goldisha-primary);
    color: #fff;
    transform: scale(1.05);
}

/* شماره‌های ۰۱، ۰۲ و ... */
.service-number {
    font-size: 1.2rem;
    color: var(--goldisha-primary);
    opacity: 0.6;
    letter-spacing: 2px;
}

/* نقطه‌های طلایی کنار لیست ویژگی‌ها */
.bullet-gold {
    width: 8px;
    height: 8px;
    background-color: var(--goldisha-primary);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 5px rgba(200, 155, 91, 0.5);
}

/* لینک مشاهده جزئیات */
.service-link-minimal {
    transition: all 0.3s ease;
}

.service-link-minimal i {
    transition: transform 0.3s ease;
}

.service-card-minimal:hover .service-link-minimal {
    color: var(--goldisha-primary-dark) !important;
}

.service-card-minimal:hover .service-link-minimal i {
    transform: translateX(-5px); /* حرکت ظریف فلش به سمت چپ در زمان هاور */
}
/******************************* Page: services.html END *************************************************/


/******************************* Page: service-details.html Start ***********************************************/
/* =========================================
   SERVICE DETAILS STYLES (جزئیات خدمات)
========================================= */

/* استایل متون مقاله */
.service-article p {
    font-size: 1.05rem;
    letter-spacing: 0.3px;
}

/* تایم‌لاین مراحل در توضیحات */
.timeline-list li {
    position: relative;
}
/* خط اتصال بین مراحل در حالت دسکتاپ */
@media (min-width: 768px) {
    .timeline-list li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50px;
        right: 24px;
        bottom: -20px;
        width: 2px;
        background: repeating-linear-gradient(to bottom, rgba(200, 155, 91, 0.5), rgba(200, 155, 91, 0.5) 4px, transparent 4px, transparent 8px);
    }
}

/* سفارشی‌سازی آکاردئون (FAQ) در صفحه خدمات */
.custom-accordion .accordion-button {
    box-shadow: none !important;
}
.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--goldisha-primary) !important;
    background-color: transparent;
}
.custom-accordion .accordion-button::after {
    filter: invert(65%) sepia(31%) saturate(762%) hue-rotate(344deg) brightness(88%) contrast(92%); /* رنگ طلایی برای آیکون فلش */
}
/* ریسپانسیو کردن عکس‌های داخل مقالات ادیتور */
.service-article img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px; /* کمی گرد کردن گوشه‌ها برای زیبایی */
    margin: 20px 0; /* ایجاد فاصله از بالا و پایین */
    box-shadow: 0 5px 15px rgba(0,0,0,0.08); /* یک سایه ملایم و لوکس */
}
/******************************* Page: service-details.html END *************************************************/


/******************************* Page: about.html.html END *************************************************/
/* =========================================
   ABOUT US PAGE STYLES (صفحه درباره ما)
========================================= */

/* قاب ژورنالی (offset frame) برای تصویر داستان برند */
.decorative-frame {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-image-wrapper:hover .decorative-frame {
    top: 10px !important;
    right: 10px !important;
    opacity: 1 !important;
    box-shadow: 0 10px 30px rgba(200, 155, 91, 0.2);
}

/* افکت بالا رفتن کارت‌ها (Hover Lift) */
.hover-lift {
    transition: all 0.4s ease;
    border: 1px solid rgba(200, 155, 91, 0.1);
}

.hover-lift:hover {
    transform: translateY(-10px);
    border-color: rgba(200, 155, 91, 0.4);
    box-shadow: 0 20px 40px rgba(200, 155, 91, 0.1) !important;
}

/* استایل مرزهای بخش آمار در موبایل */
@media (max-width: 767.98px) {
    .about-stats-section .border-start,
    .about-stats-section .border-end {
        border: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
}
/******************************* Page: about.html.html END *************************************************/


/******************************* Page: Contact.html Start ************************************************/
/* =========================================
   CONTACT PAGE STYLES (صفحه تماس با ما)
========================================= */

/* تنظیمات ارتفاع نقشه در موبایل */
.min-vh-50 {
    min-height: 400px;
}

@media (max-width: 991.98px) {
    .min-vh-50 {
        min-height: 300px;
    }
}

/* افکت جذاب برای فیلتر کردن رنگ نقشه گوگل تا با سایت لوکس هماهنگ شود */
.map-iframe {
    filter: grayscale(20%) contrast(90%);
    transition: filter 0.5s ease;
}

/* در تم تاریک، نقشه را تیره می‌کنیم تا به چشم کاربر فشار نیاورد */
[data-bs-theme="dark"] .map-iframe {
    filter: grayscale(100%) invert(90%) contrast(85%);
}

[data-bs-theme="dark"] .map-iframe:hover {
    filter: grayscale(50%) invert(90%) contrast(100%);
}

/* روکش ملایم روی نقشه (برای جلوگیری از تضاد رنگی شدید) */
.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 155, 91, 0.1);
    pointer-events: none; /* این خط باعث می‌شود کاربر بتواند روی نقشه اسکرول کند */
}
/******************************* Page: Contact.html END ********************************************/


/******************************* Page: faq.html Start ********************************************/
/* =========================================
   FAQ PAGE STYLES (صفحه سوالات متداول)
========================================= */

/* استایل ناوبری چسبان (Sidebar Pills) */
.faq-nav-pills .nav-link {
    color: var(--bs-body-color);
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.faq-nav-pills .nav-link:hover {
    color: var(--goldisha-primary);
    background-color: rgba(200, 155, 91, 0.05);
}

.faq-nav-pills .nav-link.active {
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.3);
}

/* رفع پرش هنگام کلیک روی لینک‌های لنگردار (Anchor links) */
.faq-group {
    scroll-margin-top: 130px; /* این خط باعث می‌شود وقتی روی منو کلیک می‌کنید، تایتل زیر هدر مخفی نشود */
}

/* سفارشی‌سازی آکاردئون‌های بوت‌استرپ برای این صفحه */
.custom-accordion .accordion-item {
    transition: all 0.3s ease;
}

.custom-accordion .accordion-item:hover {
    transform: translateX(-5px);
    border-left: 3px solid var(--goldisha-primary) !important;
}

[data-bs-theme="dark"] .custom-accordion .accordion-item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.4) !important;
}
/******************************* Page: faq.html END *********************************************/

/******************************* Page: terms.html Start ********************************************/
/* =========================================
   TERMS & CONDITIONS STYLES (قوانین و مقررات)
========================================= */

/* استایل‌دهی به لیست‌های متنی برای افزایش خوانایی */
.custom-bullet-list li {
    position: relative;
    padding-right: 20px; /* ایجاد فضا برای نشانگر در زبان‌های راست‌چین */
}

.custom-bullet-list li::before {
    content: "■"; /* استفاده از مربع به جای دایره برای ظاهر رسمی‌تر */
    position: absolute;
    right: 0;
    top: 0;
    color: var(--goldisha-primary);
    font-size: 0.8rem;
}

/* رفع پرش اسکرول برای لینک‌های داخلی قوانین */
.terms-group {
    scroll-margin-top: 130px;
}
/******************************* Page: terms.html END *********************************************/


/******************************* Page: track-order.html Start *********************************************/
/* =========================================
   ORDER TRACKING STYLES (پیگیری سفارش)
========================================= */

.font-14 {
    font-size: 14px;
}

.tracking-stepper .tracking-line {
    position: absolute;
    top: 25px; /* وسط آیکون‌ها */
    left: 12%;
    right: 12%;
    height: 4px;
    background-color: rgba(200, 155, 91, 0.2);
    z-index: 1;
    border-radius: 4px;
}

/* خط پیشرفت رنگی (مثلا تا مرحله سوم پر شده) */
.tracking-stepper .tracking-line::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 66%; /* میزان پیشرفت بر اساس مرحله فعال */
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    border-radius: 4px;
    transition: width 1s ease;
}

.step-item .step-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: var(--card-bg-light);
    border: 3px solid rgba(200, 155, 91, 0.3);
    color: var(--bs-secondary-color);
    transition: all 0.4s ease;
    position: relative;
    z-index: 3;
}

[data-bs-theme="dark"] .step-item .step-icon {
    background-color: var(--card-bg-dark);
}

/* استایل مرحله انجام شده (Done) */
.step-item.done .step-icon {
    background: var(--goldisha-primary);
    border-color: var(--goldisha-primary);
    color: #fff;
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.4);
}

/* استایل مرحله فعلی (Active) */
.step-item.active .step-icon {
    background: var(--card-bg-light);
    border-color: var(--goldisha-primary);
    color: var(--goldisha-primary);
    box-shadow: 0 0 0 5px rgba(200, 155, 91, 0.2);
    animation: pulseGold 2s infinite;
}

[data-bs-theme="dark"] .step-item.active .step-icon {
    background: var(--card-bg-dark);
}

@keyframes pulseGold {
    0% { box-shadow: 0 0 0 0 rgba(200, 155, 91, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(200, 155, 91, 0); }
    100% { box-shadow: 0 0 0 0 rgba(200, 155, 91, 0); }
}

@media (max-width: 575.98px) {
    .step-item .step-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    .tracking-stepper .tracking-line {
        top: 18px;
    }
}
/******************************* Page: track-order.html END *********************************************/


/******************************* Page: errors pages 404 503 500.html Start *********************************************/
/* =========================================
   ERROR PAGES STYLES (صفحات خطا)
========================================= */

/* انیمیشن معلق بودن عدد و آیکون */
.error-visual {
    animation: floatError 3s ease-in-out infinite;
}

@keyframes floatError {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* رنگ‌بندی گرادیانت برای عدد خطا */
.error-page-section h1 {
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
/******************************* Page: errors pages 404 503 500.html END ***********************************************/


/******************************* Page: blog.html Start ***********************************************/
/* =========================================
   BLOG STYLES (استایل‌های وبلاگ)
========================================= */

/* افکت زوم روی عکس کارت‌های وبلاگ */
.blog-img-wrapper img {
    transition: transform 0.5s ease;
}

.hover-lift:hover .blog-img-wrapper img {
    transform: scale(1.08);
}

/* هاور روی تیترها */
.hover-gold-text {
    transition: color 0.3s ease;
}
.hover-gold-text:hover {
    color: var(--goldisha-primary) !important;
}

/* سفارشی‌سازی دکمه‌های صفحه‌بندی (Pagination) */
.custom-pagination .page-link {
    background-color: var(--card-bg-light);
    color: var(--bs-body-color);
    border: 1px solid rgba(200, 155, 91, 0.2);
    margin: 0 4px;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] .custom-pagination .page-link {
    background-color: var(--card-bg-dark);
}

.custom-pagination .page-link:hover {
    background-color: rgba(200, 155, 91, 0.1);
    color: var(--goldisha-primary);
    border-color: var(--goldisha-primary);
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--goldisha-primary);
    border-color: var(--goldisha-primary);
    color: #fff;
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.4);
}

.custom-pagination .page-item.disabled .page-link {
    background-color: transparent;
    border-color: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.2);
}
[data-bs-theme="dark"] .custom-pagination .page-item.disabled .page-link {
    border-color: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.2);
}


/* =========================================
   BLOG TAGS STYLES (استایل تگ‌های وبلاگ)
========================================= */

/* استایل پایه تگ‌ها (لینک شدن و کرسر) */
.single-post-hero .badge,
.post-content-section .badge {
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none; /* در صورتی که بعداً تگ a شدند خط زیرشان نیفتد */
}

/* هاور روی تگ‌ها */
.post-content-section .badge:hover {
    background-color: var(--goldisha-primary) !important;
    color: #fff !important;
    border-color: var(--goldisha-primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(200, 155, 91, 0.2);
}

/* اصلاح رنگ تگ‌ها در تم تاریک (Dark Mode) */
[data-bs-theme="dark"] .post-content-section .badge.bg-light {
    background-color: var(--card-bg-dark) !important;
    color: #f5ece3 !important; /* رنگ متن کرم/روشن برای خوانایی */
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] .post-content-section .badge.bg-light:hover {
    background-color: var(--goldisha-primary) !important;
    color: #fff !important;
    border-color: var(--goldisha-primary) !important;
}

/******************************* Page: blog.html END *************************************************/


/******************************* Page: serach.html Start ************************************************/
/* =========================================
   SEARCH RESULTS STYLES (نتایج جستجو)
========================================= */

/* هایلایت ملایم و شیک کلمات جستجو شده در متن */
.search-highlight {
    background-color: rgba(200, 155, 91, 0.2);
    color: var(--bs-body-color);
    padding: 0 4px;
    border-radius: 4px;
    font-weight: 600;
    border-bottom: 1px dashed var(--goldisha-primary);
}

[data-bs-theme="dark"] .search-highlight {
    background-color: rgba(200, 155, 91, 0.3);
    color: #fff;
}

/* رفع استایل فرم جستجو در هدر */
.search-hero form input:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

[data-bs-theme="dark"] .search-hero form input {
    color: #fff !important;
}
/******************************* Page: serach.html END *************************************************/


/******************************* Page: auth.html Start *************************************************/
/* =========================================
   AUTH & OTP STYLES (استایل‌های ورود و ثبت‌نام)
========================================= */

.auth-step {
    animation: fadeInStep 0.4s ease-in-out forwards;
}

/* استایل باکس‌های کد یکبار مصرف */
.otp-input {
    width: 18%;
    height: 60px;
    font-size: 1.8rem;
    border-radius: 12px;
    border: 1.5px solid rgba(200, 155, 91, 0.3);
    background-color: rgba(var(--bs-body-bg-rgb), 0.5);
    transition: all 0.3s ease;
}

.otp-input:focus {
    border-color: var(--goldisha-primary);
    box-shadow: 0 0 15px rgba(200, 155, 91, 0.2);
    background-color: var(--card-bg-light);
    transform: translateY(-2px);
}

[data-bs-theme="dark"] .otp-input:focus {
    background-color: var(--card-bg-dark);
}

/* در موبایل کمی کوچک‌تر شوند تا جا بشوند */
@media (max-width: 575.98px) {
    .otp-input {
        height: 50px;
        font-size: 1.4rem;
        border-radius: 10px;
    }
}
/******************************* Page: auth.html END *************************************************/


/******************************* Page: dashboard.html Start ************************************************/
/* =========================================
   DASHBOARD STYLES (استایل‌های پیشخوان کاربری)
========================================= */

.custom-dashboard-nav .nav-link {
    color: var(--bs-body-color);
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.custom-dashboard-nav .nav-link:hover:not(.text-danger) {
    background-color: rgba(200, 155, 91, 0.05);
    color: var(--goldisha-primary);
}

.custom-dashboard-nav .nav-link.active {
    background: linear-gradient(135deg, var(--goldisha-primary), var(--goldisha-primary-dark));
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.3);
    border-color: transparent;
}

.custom-dashboard-nav .text-danger:hover {
    background-color: rgba(220, 53, 69, 0.1);
}

/* رفع پرش یا تغییر رنگ در فرم داشبورد هنگام فوکوس */
.dashboard-content .form-control:disabled {
    background-color: rgba(0,0,0,0.05);
    cursor: not-allowed;
}

[data-bs-theme="dark"] .dashboard-content .form-control:disabled {
    background-color: rgba(255,255,255,0.05);
}
/******************************* Page: dashboard.html END *************************************************/


/******************************* Page: cart.html Start ***********************************************/
/* =========================================
   SHOPPING CART STYLES (سبد خرید)
========================================= */

/* استایل کادر کنترل تعداد محصول (+ و -) */
.quantity-box {
    height: 38px;
    padding: 0 5px;
    overflow: hidden;
}

.quantity-box button {
    transition: all 0.3s ease;
}

.quantity-box button:hover {
    color: var(--goldisha-primary) !important;
}

.quantity-box .qty-input {
    color: var(--bs-body-color);
}

/* هاور روی کارت‌های سبد خرید */
.cart-item-card {
    border: 1px solid transparent;
}

.cart-item-card:hover {
    border-color: rgba(200, 155, 91, 0.2);
}

[data-bs-theme="dark"] .cart-item-card:hover {
    border-color: rgba(200, 155, 91, 0.1);
}
/******************************* Page: cart.html END *************************************************/

/******************************* Page: checkout.html Start ***********************************************/
/* =========================================
   CHECKOUT STYLES (تسویه حساب و آدرس)
========================================= */

/* استایل کارت‌های انتخابی (Radio Cards) */
.checkout-radio-card .card-body {
    border-color: rgba(200, 155, 91, 0.2) !important;
    background-color: rgba(var(--bs-body-bg-rgb), 0.5);
    cursor: pointer;
}

[data-bs-theme="dark"] .checkout-radio-card .card-body {
    background-color: var(--card-bg-dark);
}

.checkout-radio-card .check-icon {
    color: transparent; /* آیکون تیک در حالت عادی مخفی است */
    transition: color 0.3s ease;
}

/* هاور ملایم روی کارت‌ها */
.checkout-radio-card:hover .card-body {
    background-color: rgba(200, 155, 91, 0.05);
}

/* حالتی که کاربر کارت را انتخاب می‌کند (Checked) */
.checkout-radio-card input[type="radio"]:checked + .card-body {
    border-color: var(--goldisha-primary) !important;
    background-color: rgba(200, 155, 91, 0.08);
    box-shadow: 0 5px 15px rgba(200, 155, 91, 0.15);
    transform: translateY(-2px);
}

.checkout-radio-card input[type="radio"]:checked + .card-body .check-icon {
    color: var(--goldisha-primary); /* نمایان شدن تیک طلایی */
}

/* افکت مربوط به باکس آدرس جدید */
.hover-opacity-100:hover {
    opacity: 1 !important;
    border-color: var(--goldisha-primary) !important;
}
/******************************* Page: checkout.html END *************************************************/

/******************************* Page: admin start *************************************************/
/* --- Admin Panel Styles --- */
.hover-gold-bg {
    transition: all 0.3s ease;
}
.hover-gold-bg:hover {
    background-color: rgba(212, 175, 55, 0.15) !important;
    color: var(--goldisha-gold) !important;
}
/* --- Admin Custom Pagination --- */
.pagination {
    gap: 8px;
    margin-bottom: 0;
}
.page-item .page-link {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--goldisha-dark-bg, #2b1d16);
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    font-weight: bold;
    box-shadow: none !important;
}
.page-item.active .page-link {
    background-color: var(--goldisha-gold, #d4af37);
    border-color: var(--goldisha-gold, #d4af37);
    color: #fff;
}
.page-item .page-link:hover {
    background-color: rgba(212, 175, 55, 0.1);
    color: var(--goldisha-gold, #d4af37);
    border-color: var(--goldisha-gold, #d4af37);
}
.page-item.disabled .page-link {
    background-color: transparent;
    color: #adb5bd;
    border-color: #dee2e6;
}
/* --- Admin Panel Tabs --- */
.nav-pills .nav-link {
    color: var(--bs-body-color);
    transition: all 0.3s ease;
}
.nav-pills .nav-link.active {
    background-color: var(--goldisha-gold, #d4af37) !important;
    color: #fff !important;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
}
/* مخفی کردن متن پیش‌فرض تعداد نتایج در صفحه‌بندی لاراول */
.custom-pagination-wrapper nav > div.d-sm-flex > div:first-child { display: none !important; }
.custom-pagination-wrapper nav > div.d-sm-flex > div:last-child { margin: 0 auto; width: 100%; justify-content: center; display: flex; }
/* ==========================================================================
   مهار کردن قطعی عکس‌ها، ویدیوها و قاب‌های داخل ادیتور (TinyMCE)
   ========================================================================== */
.service-article img,
.service-article figure,
.service-article iframe,
.service-article video,
.ck-content img,
.ck-content figure,
.ck-content iframe,
.ck-content video {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* زیباسازی و استایل ژورنالی عکس‌های داخل مقاله */
.service-article img,
.ck-content img {
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
/******************************* Page: admin end *************************************************/

