/*test123*/
/* ============================================
فونت وزیرمتن - لوکال (با نام Vazir برای سازگاری)
============================================ */
@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/vazirmatn/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

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

:root {
    --primary: #0a1e3d;
    --primary-light: #142f5a;
    --primary-dark: #061428;
    --accent: #4a8fe0;
    --accent-light: #7bb3f0;
    --accent-dark: #2d6fb8;
    --accent-soft: #c5dff5;
    --gold: #f5b342;
    --white: #ffffff;
    --gray-light: #f0f6fe;
    --gray-dark: #6b7a8f;
    --shadow-sm: 0 4px 20px rgba(10, 30, 61, 0.06);
    --shadow-md: 0 12px 48px rgba(10, 30, 61, 0.08);
    --shadow-lg: 0 24px 64px rgba(10, 30, 61, 0.12);
    --shadow-xl: 0 32px 80px rgba(10, 30, 61, 0.16);
}

body {
    font-family: 'Vazir', Tahoma, sans-serif;
    background: var(--gray-light);
    color: var(--primary);
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}
/* ============================================
   هدر
   ============================================ */
   .btn-complaint-glass {
    background: rgba(255, 200, 50, 0.15);
    border: 1.5px solid rgba(255, 200, 50, 0.4);
    color: #ffd966;
    padding: 5px 16px;
    border-radius: 40px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazir', Tahoma, sans-serif;
    backdrop-filter: blur(4px);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.btn-complaint-glass:hover {
    background: rgba(255, 200, 50, 0.25);
    border-color: #ffd966;
    color: #ffe08a;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 40px rgba(255, 200, 50, 0.25);
}

.btn-complaint-glass i {
    font-size: 0.85rem;
}
/* ===== دکمه ثبت شکایت موبایل ===== */
.mobile-nav .btn-complaint-mobile {
    margin-top: 10px;
    background: rgba(255, 200, 50, 0.12);
    border: 1.5px solid rgba(255, 200, 50, 0.3);
    color: #ffd966;
    padding: 16px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Vazir', Tahoma, sans-serif;
    text-decoration: none;
}

.mobile-nav .btn-complaint-mobile:hover {
    background: rgba(255, 200, 50, 0.2);
    transform: scale(1.02);
}
@media (max-width: 480px) {
    .btn-login-glass span,
    .btn-complaint-glass span {
        display: none;
    }

    .btn-login-glass,
    .btn-complaint-glass {
        padding: 9px 14px;
        font-size: 0.9rem;
    }

    .btn-login-glass i,
    .btn-complaint-glass i {
        margin: 0;
        font-size: 1rem;
    }
}
/* ===== مخفی‌سازی در موبایل ===== */
@media (max-width: 1024px) {
    .hide-on-mobile {
        display: none !important;
    }

    /* دکمه‌ها توی هدر موبایل مخفی میشن */
    .header-glass .btn-login-glass,
    .header-glass .btn-complaint-glass {
        display: none !important;
    }
}

/* ===== نمایش در دسکتاپ ===== */
@media (min-width: 1025px) {
    .show-on-mobile {
        display: none !important;
    }
}
   
   /*========================================================*/
.header-glass {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 24px;
    height: 80px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg,
    #0a1e3d 0%,
    #0a1e3d 35%,
    #2d5a8e 65%,
    #6798cd 85%,
    #add3f3 100%);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-glass.scrolled {
    background: linear-gradient(90deg,
    #0a1e3d 0%,
    #0a1e3d 35%,
    #2d5a8e 65%,
    #6798cd 85%,
    #add3f3 100%);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    height: 70px;
    backdrop-filter: blur(24px) saturate(1.6);
    -webkit-backdrop-filter: blur(24px) saturate(1.6);
}

.header-glass .inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* ===== لوگو ===== */
/* ===== لوگو + عنوان ===== */
.logo-section {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-glass {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.logo-glass img {
    height: 50px;
    width: auto;
    display: block;
    object-fit: contain;
}

.logo-title {
    display: flex;
    flex-direction: column;
    line-height: 1.7;
}

.logo-title-main {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.logo-title-sub {
    color: var(--accent-soft);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/* ===== منوی دسکتاپ ===== */
.nav-desktop {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-desktop a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1rem;  /* از 0.82 به 1 */
    font-weight: 500;
    padding: 8px 20px;  /* کمی پدینگ بیشتر */
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.nav-desktop a:hover,
.nav-desktop a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-desktop a.active::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 18px;
    left: 18px;
    height: 2.5px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(74, 143, 224, 0.3);
}

.nav-desktop a i {
    margin-left: 5px;
    font-size: 0.7rem;
    opacity: 0.6;
}

/* ===== دکمه ورود ===== */
.btn-login-glass {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    padding: 5px 16px;
    border-radius: 40px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazir', Tahoma, sans-serif;
    backdrop-filter: blur(4px);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.btn-login-glass:hover {
    background: var(--accent);
    border-color: var(--accent);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 40px rgba(74, 143, 224, 0.35);
}

/* ===== هامبورگر ===== */
.hamburger-modern {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    z-index: 1001;
}

.hamburger-modern span {
    display: block;
    width: 28px;
    height: 2.5px;
    background: white;
    border-radius: 4px;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center;
}

.hamburger-modern.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-modern.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.hamburger-modern.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== منوی موبایل ===== */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(10, 30, 61, 0.98);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 90px 28px 30px;
    transition: right 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 999;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-nav.open {
    right: 0;
}

.mobile-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1.15rem;  /* از 1.05 به 1.15 */
    font-weight: 500;
    padding: 14px 18px;
    border-radius: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mobile-nav a:hover {
    background: rgba(74, 143, 224, 0.08);
    color: var(--accent);
    padding-right: 28px;
}

.mobile-nav a i {
    color: var(--accent);
    font-size: 0.85rem;
}

.mobile-nav .btn-login-mobile {
    margin-top: 20px;
    background: var(--accent);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Vazir', Tahoma, sans-serif;
    box-shadow: 0 8px 32px rgba(74, 143, 224, 0.2);
}

.mobile-nav .btn-login-mobile:hover {
    background: var(--accent-dark);
    transform: scale(1.02);
}

/* ===== اوورلی ===== */
.overlay-menu {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.overlay-menu.show {
    opacity: 1;
    visibility: visible;
}
/* ===== منوی کشویی خدمات ===== */
.nav-desktop .dropdown-menu {
    position: relative;
    display: inline-block;
}

.nav-desktop .dropdown-trigger {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.nav-desktop .dropdown-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-desktop .dropdown-trigger .fa-chevron-down {
    font-size: 0.65rem;
    opacity: 0.6;
    transition: transform 0.3s ease;
}

.nav-desktop .dropdown-content {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 220px;
    background: rgba(10, 30, 61, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 8px 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 1000;
}

.nav-desktop .dropdown-content.open {
    display: block;
    animation: dropdownFadeIn 0.3s ease;
}

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

.nav-desktop .dropdown-content a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    border: none;
    text-shadow: none;
    white-space: nowrap;
}

.nav-desktop .dropdown-content a:hover {
    background: rgba(74, 143, 224, 0.15);
    color: #ffffff;
    padding-right: 28px;
}

.nav-desktop .dropdown-content a i {
    font-size: 0.85rem;
    color: var(--accent);
    width: 20px;
    text-align: center;
}

/*.nav-desktop .dropdown-menu:hover .dropdown-content,*/
/*.nav-desktop .dropdown-content:hover {*/
/*    display: block;*/
/*}*/

/* چرخش فلش فقط وقتی منو بازه */
.nav-desktop .dropdown-content.open ~ .dropdown-trigger .fa-chevron-down,
.nav-desktop .dropdown-menu:hover .dropdown-content.open ~ .dropdown-trigger .fa-chevron-down {
    transform: rotate(180deg);
}

/* یا این روش ساده‌تر */
.nav-desktop .dropdown-menu.open .dropdown-trigger .fa-chevron-down {
    transform: rotate(180deg) !important;
}
/*===========================================================*/
/* ===== زیرمنوی سطح دوم (مشاوره و آموزش) ===== */
.nav-desktop .dropdown-submenu {
    position: relative;
}

.nav-desktop .dropdown-submenu .submenu-trigger {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 100%;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.nav-desktop .dropdown-submenu .submenu-trigger:hover {
    background: rgba(74, 143, 224, 0.15);
    color: #ffffff;
}

.nav-desktop .dropdown-submenu .submenu-trigger .fa-chevron-left {
    font-size: 0.6rem;
    opacity: 0.6;
}

.dropdown-subcontent {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 200px;
    background: rgba(10, 30, 61, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 8px 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 1001;
}

.dropdown-subcontent.open {
    display: block;
    animation: dropdownFadeIn 0.3s ease;
}

.dropdown-subcontent a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.dropdown-subcontent a:hover {
    background: rgba(74, 143, 224, 0.15);
    color: #ffffff;
}

.dropdown-subcontent a i {
    font-size: 0.85rem;
    color: var(--accent);
    width: 20px;
    text-align: center;
}

/* ===== hover برای باز شدن زیرمنو ===== */
.nav-desktop .dropdown-submenu:hover > .dropdown-subcontent {
    display: block;
}

/* ===== زیرمنوهای موبایل (سطح دوم) ===== */
.mobile-sub-dropdown {
    padding-right: 12px;
    border-right: 2px solid rgba(74, 143, 224, 0.1);
    margin: 4px 0;
}

.mobile-sub-trigger {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    font-family: 'Vazir', Tahoma, sans-serif !important;
}

.mobile-sub-trigger:hover {
    background: rgba(74, 143, 224, 0.08) !important;
    color: var(--accent) !important;
}

.mobile-sub-trigger i {
    color: var(--accent);
    font-size: 0.85rem;
    width: 24px;
}

.mobile-sub-trigger .fa-chevron-down {
    transition: transform 0.3s ease;
    font-size: 0.7rem;
}

.mobile-sub-content {
    display: none;
    padding-right: 12px;
    margin: 2px 0 8px 0;
}

.mobile-sub-content.open {
    display: block;
    animation: mobileFadeIn 0.3s ease;
}

.mobile-sub-content a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    padding: 8px 16px 8px 20px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.2s ease !important;
    border-bottom: none !important;
}

.mobile-sub-content a:hover {
    background: rgba(74, 143, 224, 0.08) !important;
    color: var(--accent) !important;
}

.mobile-sub-content a i {
    color: var(--accent);
    font-size: 0.8rem;
    width: 24px;
}

@keyframes mobileFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ============================================
هیرو - نسخه بهینه شده برای عکس 16:9
============================================ */
.hero-section {
position: relative;
min-height: 70vh;
height: 90vh;
max-height: 700px;
display: flex;
align-items: center;
padding-top: 80px; /* با هدر هماهنگ شده */
overflow: hidden;
background: var(--primary-dark);
}

.hero-bg-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}

.hero-bg-image .hero-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center; /* همیشه وسط عکس رو نشون بده */
display: block;
position: absolute;
top: 0;
left: 0;
}

.hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
rgba(10, 30, 61, 0.55) 0%,
rgba(10, 30, 61, 0.25) 40%,
rgba(10, 30, 61, 0.1) 70%,
rgba(10, 30, 61, 0.5) 100%
);
pointer-events: none;
transition: background 0.5s ease;
}

.hero-section.light-image .hero-overlay {
background: linear-gradient(
135deg,
rgba(10, 30, 61, 0.75) 0%,
rgba(10, 30, 61, 0.4) 40%,
rgba(10, 30, 61, 0.25) 70%,
rgba(10, 30, 61, 0.6) 100%
);
}

.hero-section .hero-content {
position: relative;
z-index: 2;
padding: 40px 40px;
max-width: 680px;
width: 100%;
margin: 0 auto; /* مرکزچین */
margin-right: 0; /* حذف شد */
}

.hero-section .hero-content .badge-hero {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(74, 143, 224, 0.15);
border: 1px solid rgba(74, 143, 224, 0.15);
color: var(--accent-light);
padding: 6px 20px;
border-radius: 40px;
font-size: 0.75rem;
font-weight: 600;
backdrop-filter: blur(4px);
margin-bottom: 20px;
letter-spacing: 0.5px;
}

.hero-section .hero-content h1 {
font-size: clamp(2.4rem, 3vw, 2.2rem);
font-weight: 800;
color: white;
line-height: 1.1;
margin-bottom: 16px;
letter-spacing: -1.5px;
text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.hero-section .hero-content h1 .highlight {
background: linear-gradient(135deg, var(--accent), var(--accent-light), var(--gold));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.hero-section .hero-content p {
color: rgba(255, 255, 255, 0.8);
font-size: clamp(0.95rem, 1.2vw, 1.1rem);
line-height: 1.9;
max-width: 520px;
margin-bottom: 32px;
text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-section .hero-content .btn-group {
display: flex;
flex-wrap: wrap;
gap: 14px;
}

/* ===== دکمه اول ===== */
.hero-section .hero-content .btn-primary {
background: linear-gradient(90deg,
#0a1e3d 0%,
#0a1e3d 35%,
#2d5a8e 65%,
#6798cd 85%,
#add3f3 100%);
color: white;
padding: 14px 38px;
border-radius: 60px;
font-weight: 700;
font-size: 0.9rem;
border: none;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
box-shadow: 0 8px 32px rgba(74, 143, 224, 0.3);
flex: 1;
justify-content: center;
min-width: 140px;
}

.hero-section .hero-content .btn-primary:hover {
transform: translateY(-4px) scale(1.03);
box-shadow: 0 16px 48px rgba(74, 143, 224, 0.5);
background: linear-gradient(90deg,
#0a1e3d 0%,
#0a1e3d 30%,
#2d5a8e 60%,
#6798cd 80%,
#add3f3 100%);
}

/* ===== دکمه دوم ===== */
.hero-section .hero-content .btn-secondary {
background: rgba(255, 255, 255, 0.05);
border: 1.5px solid rgba(255, 255, 255, 0.1);
color: white;
padding: 14px 38px;
border-radius: 60px;
font-weight: 600;
font-size: 0.9rem;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
backdrop-filter: blur(4px);
flex: 1;
justify-content: center;
min-width: 140px;
}

.hero-section .hero-content .btn-secondary:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.2);
transform: translateY(-4px);
}

/* ============================================
ریسپانسیو هیرو - بهینه شده
============================================ */
@media (max-width: 1024px) {
.hero-section .hero-content {
padding: 30px 30px;
max-width: 580px;
}
}

@media (max-width: 768px) {
.hero-section {
padding-top: 68px;
min-height: 75vh;
height: 75vh;
max-height: 600px;
}

.hero-bg-image .hero-image {
object-fit: cover;
object-position: center center; 
}

.hero-overlay {
background: linear-gradient(
135deg,
rgba(10, 30, 61, 0.7) 0%,
rgba(10, 30, 61, 0.4) 50%,
rgba(10, 30, 61, 0.6) 100%
) !important;
}

.hero-section .hero-content {
padding: 20px 24px;
max-width: 90%;
margin: 0 auto;
}

.hero-section .hero-content .btn-primary,
.hero-section .hero-content .btn-secondary {
padding: 12px 24px;
font-size: 0.82rem;
min-width: 120px;
}

.hero-section .hero-content .btn-group {
gap: 10px;
}
}

@media (max-width: 600px) {
.hero-section .hero-content {
padding: 16px 20px;
max-width: 95%;
}
}

@media (max-width: 480px) {
.hero-section {
padding-top: 62px;
min-height: 70vh;
height: 70vh;
max-height: 520px;
}

.hero-bg-image .hero-image {
object-fit: cover;
object-position: center center;  
}

.hero-section .hero-content {
padding: 12px 16px;
max-width: 100%;
margin: 0 auto;
}

.hero-section .hero-content h1 {
font-size: 1.8rem;
}

.hero-section .hero-content .badge-hero {
font-size: 0.6rem;
padding: 4px 14px;
}

.hero-section .hero-content p {
font-size: 0.85rem;
margin-bottom: 20px;
}

.hero-section .hero-content .btn-group {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}

.hero-section .hero-content .btn-primary,
.hero-section .hero-content .btn-secondary {
padding: 10px 12px;
font-size: 0.7rem;
min-width: 0;
width: 100%;
flex: none;
border-radius: 40px;
}

.hero-section .hero-content .btn-primary i,
.hero-section .hero-content .btn-secondary i {
font-size: 0.8rem;
}
}

@media (max-width: 380px) {
.hero-section .hero-content h1 {
font-size: 1.5rem;
}

.hero-section .hero-content .btn-group {
grid-template-columns: 1fr; 
}
}



/* ============================================
   آمار
   ============================================ */
.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: -36px auto 0;
    padding: 0 16px;
    position: relative;
    z-index: 3;
}

.stat-card-glass {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 20px 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: var(--shadow-md);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.stat-card-glass:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--accent);
}

.stat-card-glass .stat-icon {
    font-size: 1.8rem;
    color: var(--accent);
    display: block;
    margin-bottom: 4px;
}

.stat-card-glass .stat-number {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    direction: ltr;
}

.stat-card-glass .stat-label {
    color: var(--gray-dark);
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 4px;
}

/* ============================================
   بخش‌ها
   ============================================ */
.section-wrap {
    padding: 64px 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-wrap .section-header {
    text-align: center;
    margin-bottom: 44px;
}

.section-wrap .section-header .tag {
    display: inline-block;
    background: rgba(74, 143, 224, 0.08);
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.section-wrap .section-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: var(--primary);
    line-height: 1.2;
}

.section-wrap .section-header p {
    color: var(--gray-dark);
    font-size: 0.95rem;
    margin-top: 6px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   کارت‌های مدرن
   ============================================ */
.card-modern {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(10, 30, 61, 0.04);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
}

.card-modern:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(74, 143, 224, 0.15);
}

.card-modern .card-img {
    height: 210px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.card-modern .card-img .badge-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 4px 16px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 600;
    background: var(--primary);
    color: white;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-modern .card-img .badge-tag.accent {
    background: var(--accent);
}

.card-modern .card-img .badge-tag.gold {
    background: var(--gold);
    color: var(--primary);
}

.card-modern .card-body {
    padding: 18px 20px 22px;
}
.card-modern .card-body .date-meta {
    font-size: 0.72rem;
    color: var(--gray-dark);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    opacity: 0.7;
}

.card-modern .card-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
    line-height: 1.5;
}

.card-modern .card-body p {
    font-size: 0.88rem;
    color: var(--gray-dark);
    line-height: 1.7;
}

.card-modern .card-body .link-arrow {
    color: var(--accent);
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.card-modern .card-body .link-arrow:hover {
    gap: 12px;
    color: var(--primary);
}

/* ============================================
   هیئت مدیره
   ============================================ */
.board-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    justify-items: center;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.board-card {
    background: white;
    border-radius: 24px;
    padding: 28px 20px 24px;
    text-align: center;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: var(--shadow-sm);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 220px;
}

.board-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.board-card:hover::before {
    opacity: 1;
}

.board-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(74, 143, 224, 0.1);
}

.board-card .avatar-board {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 12px;
    overflow: hidden;
    border: 3px solid var(--accent);
    box-shadow: 0 8px 32px rgba(74, 143, 224, 0.15);
    flex-shrink: 0;
    background: linear-gradient(145deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-card .avatar-board img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.board-card .board-name {
    font-weight: 800;
    color: var(--primary);
    font-size: 1.05rem;
}

.board-card .board-role {
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 600;
    display: block;
    margin: 4px 0 8px;
    letter-spacing: 0.5px;
}

.board-card .board-desc {
    color: var(--gray-dark);
    font-size: 0.8rem;
    line-height: 1.7;
    max-width: 180px;
    margin: 0 auto;
}
.board-card .board-social {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.board-card .board-social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(74, 143, 224, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 0.75rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(74, 143, 224, 0.05);
}

.board-card .board-social a:hover {
    background: var(--accent);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(74, 143, 224, 0.2);
}

/* ============================================
   تایم‌لاین
   ============================================ */
.timeline-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.timeline-modern {
    max-width: 700px;
    width: 100%;
    padding: 0 8px;
    margin: 0 auto;
}

.timeline-modern .tl-item {
    display: flex;
    gap: 20px;
    padding-bottom: 28px;
    border-right: 2.5px solid rgba(74, 143, 224, 0.15);
    padding-right: 24px;
    position: relative;
}

.timeline-modern .tl-item:last-child {
    border-right: none;
    padding-bottom: 0;
}

.timeline-modern .tl-item::before {
    content: '';
    position: absolute;
    right: -7px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--accent);
    border: 3px solid white;
    box-shadow: 0 0 0 4px rgba(74, 143, 224, 0.15);
}
.timeline-modern .tl-item .tl-year {
    font-weight: 800;
    color: var(--accent);
    font-size: 1.2rem;
    min-width: 65px;
    flex-shrink: 0;
}

.timeline-modern .tl-item .tl-content h4 {
    font-weight: 700;
    color: var(--primary);
    font-size: 1rem;
}

.timeline-modern .tl-item .tl-content p {
    color: var(--gray-dark);
    font-size: 0.88rem;
    line-height: 1.6;
}

/* ============================================
   نمایندگان برتر
   ============================================ */
/*.agent-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap: 18px;*/
/*    justify-items: center;*/
/*    align-items: start;*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/
.agent-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.agent-grid .agent-card {
    width: calc(25% - 18px);
    max-width: 220px;
    min-width: 180px;
    flex: 0 0 auto;
    background: white;
    border-radius: 18px;
    padding: 18px 12px 16px;
    text-align: center;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.agent-grid .agent-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}
.agent-card {
    background: white;
    border-radius: 18px;
    padding: 18px 12px 16px;
    text-align: center;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    max-width: 220px;
}

.agent-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}

.agent-card .avatar-agent {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 8px;
    overflow: hidden;
    border: 2.5px solid var(--accent);
    flex-shrink: 0;
    background: linear-gradient(145deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-card .avatar-agent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.agent-card .name-agent {
    font-weight: 700;
    color: var(--primary);
    font-size: 1rem;  /* از 0.9 به 1 */
}

.agent-card .city-agent {
    color: var(--gray-dark);
    font-size: 0.8rem;  /* از 0.7 به 0.8 */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.agent-card .tag-agent {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 14px;
    border-radius: 40px;
    font-size: 0.8rem;  /* از 0.55 به 0.65 */
    font-weight: 600;
    background: rgba(74, 143, 224, 0.08);
    color: var(--accent);
}

.agent-card .tag-agent.gold {
    background: rgba(245, 179, 66, 0.12);
    color: #b8860b;
}

/* ============================================
   گالری
   ============================================ */
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid .gallery-item {
    width: calc(25% - 16px);
    max-width: 280px;
    min-width: 200px;
    flex: 0 0 auto;
    aspect-ratio: 4/3;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-grid .gallery-item:hover {
    transform: scale(1.04);
    box-shadow: var(--shadow-xl);
}
/*.gallery-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap: 16px;*/
/*    justify-items: center;*/
/*    align-items: start;*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/*.gallery-grid .gallery-item {*/
/*    border-radius: 18px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    aspect-ratio: 4/3;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    cursor: pointer;*/
/*    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);*/
/*    width: 100%;*/
/*    max-width: 280px;*/
/*}*/

/*.gallery-grid .gallery-item:hover {*/
/*    transform: scale(1.04);*/
/*    box-shadow: var(--shadow-xl);*/
/*}*/

.gallery-grid .gallery-item .overlay-gallery {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 30, 61, 0.8), transparent 50%);
    display: flex;
    align-items: flex-end;
    padding: 18px;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-grid .gallery-item:hover .overlay-gallery {
    opacity: 1;
}

.gallery-grid .gallery-item .overlay-gallery span {
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* ============================================
   سازمان‌های همکار
   ============================================ */
.partners-scroll-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 4px 0;
}

.partners-scroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 8px 4px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--accent) rgba(74, 143, 224, 0.1);
    justify-content: center; /* این خط رو اضافه کن */
    flex-wrap: wrap; /* این خط رو اضافه کن */
}

.partners-scroll::-webkit-scrollbar {
    height: 5px;
}

.partners-scroll::-webkit-scrollbar-track {
    background: rgba(74, 143, 224, 0.06);
    border-radius: 10px;
}

.partners-scroll::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 10px;
}

.partner-item {
    flex: 0 0 180px;
    scroll-snap-align: start;
    background: white;
    border-radius: 20px;
    padding: 24px 16px;
    text-align: center;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}

.partner-item .partner-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 2px solid rgba(74, 143, 224, 0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: white;
}

.partner-item .partner-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.partner-item .partner-name {
    font-weight: 700;
    color: var(--primary);
    font-size: 0.9rem;
    line-height: 1.4;
}

.partner-item .partner-type {
    font-size: 0.7rem;
    color: var(--gray-dark);
    margin-top: 2px;
}

/* ============================================
فوتر
============================================ */
.footer-modern {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.75);  /* از 0.6 به 0.75 */
    padding: 48px 16px 0;
    margin-top: 40px;
}

.footer-modern .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-modern .footer-col h4 {
    color: white;
    font-weight: 700;
    font-size: 1.05rem;  /* از 0.95 به 1.05 */
    margin-bottom: 16px;  /* از 14 به 16 */
    position: relative;
    padding-bottom: 10px;
}

.footer-modern .footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 3px;
    background: var(--accent);
    border-radius: 4px;
}

.footer-modern .footer-col p {
    font-size: 0.9rem;  /* از 0.82 به 0.9 */
    line-height: 2;  /* از 1.9 به 2 */
    color: rgba(255, 255, 255, 0.6);  /* از 0.4 به 0.6 */
}

.footer-modern .footer-col .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.85rem;  /* از 0.78 به 0.85 */
    color: rgba(255, 255, 255, 0.55);  /* از 0.4 به 0.55 */
}

.footer-modern .footer-col .contact-item i {
    color: var(--accent);
    width: 18px;
    font-size: 0.9rem;  /* از 0.85 به 0.9 */
}

.footer-modern .footer-col .footer-link {
    display: block;
    color: rgba(255, 255, 255, 0.5);  /* از 0.35 به 0.5 */
    text-decoration: none;
    padding: 6px 0;  /* از 5 به 6 */
    font-size: 0.88rem;  /* از 0.78 به 0.88 */
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.footer-modern .footer-col .footer-link:hover {
    color: var(--accent-light);
    padding-right: 8px;
}

.footer-modern .footer-col .map-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.04);
    height: 150px;
    margin-top: 8px;
}

.footer-modern .footer-col .map-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.footer-modern .social-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-modern .social-row .label-social {
    color: rgba(255, 255, 255, 0.5);  /* از 0.3 به 0.5 */
    font-size: 0.85rem;  /* از 0.78 به 0.85 */
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-modern .social-row .label-social i {
    color: var(--accent);
}

.footer-modern .social-row .social-icons {
    display: flex;
    gap: 10px;
}

.footer-modern .social-row .social-icons a {
    width: 40px;  /* از 38 به 40 */
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);  /* از 0.03 به 0.05 */
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);  /* از 0.4 به 0.5 */
    font-size: 0.95rem;  /* از 0.9 به 0.95 */
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.06);  /* از 0.04 به 0.06 */
}

.footer-modern .social-row .social-icons a:hover {
    background: var(--accent);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(74, 143, 224, 0.2);
    border-color: var(--accent);
}

.footer-modern .footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    font-size: 0.78rem;  /* از 0.7 به 0.78 */
    color: rgba(255, 255, 255, 0.35);  /* از 0.2 به 0.35 */
}

/* ===== SVG Social Icons ===== */
.footer-modern .social-row .social-icons a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-modern .social-row .social-icons a img{
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    display: block;
    object-fit: contain;
    margin: auto;
    transition: transform .3s ease;
}

.footer-modern .social-row .social-icons a:hover img{
    transform: scale(1.1);
}

/* ============================================
   دکمه بازگشت
   ============================================ */
.btn-back-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: var(--shadow-md);
    z-index: 999;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    pointer-events: none;
}

.btn-back-top.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

.btn-back-top:hover {
    background: var(--accent);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 40px rgba(74, 143, 224, 0.3);
}

/* ============================================
   Toast
   ============================================ */
.toast-modern {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--primary);
    color: white;
    padding: 12px 28px;
    border-radius: 16px;
    font-size: 0.82rem;
    z-index: 9999;
    box-shadow: var(--shadow-xl);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    border: 1px solid rgba(74, 143, 224, 0.1);
    backdrop-filter: blur(8px);
    max-width: 90%;
}

.toast-modern.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
}

/* ============================================
   دکمه نمایش همه
   ============================================ */
.btn-show-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: white;
    padding: 10px 32px;
    border-radius: 60px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border: none;
    cursor: pointer;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.btn-show-all:hover {
    background: var(--accent);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(74, 143, 224, 0.3);
}

/* ============================================
   گریدها
   ============================================ */
/*.grid-3 {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    gap: 22px;*/
/*}*/
.grid-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.grid-3 .card-modern {
    width: calc(33.33% - 22px);
    max-width: 380px;
    min-width: 280px;
    flex: 0 0 auto;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

/* ============================================
   انیمیشن اسکرول
   ============================================ */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   ریسپانسیو
   ============================================ */
@media (max-width: 1024px) {
    .nav-desktop {
        display: none;
    }
    .hamburger-modern {
        display: flex;
    }
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        margin-top: -24px;
    }
    .board-grid {
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }
    .agent-grid {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-modern .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .partner-item {
        flex: 0 0 160px;
    }
    .agent-grid .agent-card {
        width: calc(33.33% - 18px);
    }
}

@media (max-width: 768px) {
    .header-glass {
        padding: 0 16px;
        height: 68px;
        background: linear-gradient(90deg,
        #0a1e3d 0%,
        #0a1e3d 30%,
        #325f93 60%,
        #66a1ec 85%,
        #abd5f8 100%);
    }
    .header-glass.scrolled {
        height: 62px;
        background: linear-gradient(90deg,
        #0a1e3d 0%,
        #0a1e3d 35%,
        #2d5a8e 65%,
        #6798cd 85%,
        #add3f3 100%);
    }
    .logo-glass img {
        height: 32px;
    }
    .logo-glass {
        padding: 4px 12px 4px 8px;
    }
    .hero-section {
        padding-top: 68px;
        min-height: 75vh;
        height: 75vh;
        max-height: 600px;
    }
    .hero-overlay {
        background: linear-gradient(
            135deg,
            rgba(10, 30, 61, 0.8) 0%,
            rgba(10, 30, 61, 0.5) 50%,
            rgba(10, 30, 61, 0.7) 100%
        ) !important;
    }
    .hero-section .hero-content {
        padding: 20px 12px;
    }
    .hero-section .hero-content .btn-primary,
    .hero-section .hero-content .btn-secondary {
        padding: 10px 24px;
        font-size: 0.8rem;
    }
    .stats-container {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: -16px;
    }
    .stat-card-glass .stat-number {
        font-size: 1.6rem;
    }
    .section-wrap {
        padding: 40px 12px;
    }
    .board-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        justify-items: center;
    }
    .board-card {
        max-width: 240px;
    }
    .board-card .avatar-board {
        width: 70px;
        height: 70px;
    }
    .agent-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        justify-items: center;
    }
    .agent-card {
        max-width: 200px;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-items: center;
    }
    .gallery-grid .gallery-item {
        max-width: 300px;
        min-width: 300px;
    }
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .grid-2 {
        grid-template-columns: 1fr;
    }
    .footer-modern .footer-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer-modern .social-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .timeline-modern .tl-item {
        padding-right: 16px;
        gap: 12px;
    }
    .timeline-modern .tl-item .tl-year {
        min-width: 50px;
        font-size: 0.95rem;
    }
    .partner-item {
        flex: 0 0 140px;
        padding: 18px 12px;
        min-height: 120px;
    }
    .partner-item .partner-icon {
        width: 60px;
        height: 60px;
    }
    .partner-item .partner-name {
        font-size: 0.7rem;
    }
    .logo-glass img {
        height: 38px;
    }

    .logo-title-main {
        font-size: 0.85rem;
    }

    .logo-title-sub {
        font-size: 0.5rem;
    }

    .logo-section {
        gap: 10px;
    }
    .agent-grid .agent-card {
        width: calc(50% - 12px);
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .logo-glass img {
        height: 28px;
    }
    .logo-glass {
        padding: 4px 8px 4px 6px;
        border-radius: 12px;
    }
    .hero-section {
        padding-top: 62px;
        min-height: 70vh;
        height: 70vh;
        max-height: 520px;
    }
    .stats-container {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .stat-card-glass {
        padding: 12px 8px;
    }
    .stat-card-glass .stat-number {
        font-size: 1.3rem;
    }
    .stat-card-glass .stat-label {
        font-size: 0.65rem;
    }
    .hero-section .hero-content h1 {
        font-size: 2rem;
    }
    .hero-section .hero-content .btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-section .hero-content .btn-primary,
    .hero-section .hero-content .btn-secondary {
        justify-content: center;
    }
    .board-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        justify-items: center;
    }
    .board-card {
        max-width: 200px;
        padding: 20px 12px 18px;
    }
    .board-card .avatar-board {
        width: 60px;
        height: 60px;
    }
    .board-card .board-name {
        font-size: 0.8rem;
    }
    .board-card .board-desc {
        font-size: 0.6rem;
    }
    .agent-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-items: center;
    }
    .agent-card {
        max-width: 160px;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        justify-items: center;
    }
    .gallery-grid .gallery-item {
        max-width: 300px;
        min-width: 300px;
    }
    .btn-login-glass span {
        display: none;
    }
    .btn-login-glass {
        padding: 9px 14px;
    }
    .partner-item {
        flex: 0 0 120px;
        padding: 14px 10px;
        min-height: 100px;
    }
    .partner-item .partner-icon {
        width: 50px;
        height: 50px;
    }
    .partner-item .partner-name {
        font-size: 0.65rem;
    }
    .partner-item .partner-type {
        font-size: 0.5rem;
    }
    .agent-grid .agent-card {
        width: calc(50% - 10px);
        min-width: 130px;
        padding: 14px 10px 12px;
    }
}

/* ============================================
   گرید ۴ ستونه برای اخبار
   ============================================ */
.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* ============================================
   ریسپانسیو برای گرید اخبار
   ============================================ */
@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .grid-3 .card-modern {
        width: calc(50% - 22px);
    }
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .grid-3 .card-modern {
        width: calc(50% - 14px);
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .grid-3 .card-modern {
        width: 100%;
        min-width: unset;
    }
}

/* ============================================
   صفحه جزئیات خبر
   ============================================ */
.news-detail-wrap {
    padding: 120px 16px 60px;
    max-width: 900px;
    margin: 0 auto;
}

.news-detail-container {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.news-detail-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.news-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-badge {
    position: absolute;
    top: 20px;
    right: 20px;
}

.news-detail-badge .badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 20px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
    background: var(--primary);
    color: white;
    backdrop-filter: blur(4px);
}

.news-detail-badge .badge-tag.accent {
    background: var(--accent);
}

.news-detail-badge .badge-tag.gold {
    background: var(--gold);
    color: var(--primary);
}

.news-detail-content {
    padding: 40px 48px 48px;
}

.news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(10, 30, 61, 0.06);
}

.news-detail-meta span {
    font-size: 0.8rem;
    color: var(--gray-dark);
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-detail-meta span i {
    color: var(--accent);
    font-size: 0.85rem;
}

.news-detail-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.3;
    margin-bottom: 24px;
}

.news-detail-body p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--gray-dark);
    margin-bottom: 18px;
}

.news-detail-body blockquote {
    background: var(--gray-light);
    border-right: 4px solid var(--accent);
    padding: 20px 24px;
    margin: 24px 0;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--primary);
}

.news-detail-body blockquote cite {
    display: block;
    margin-top: 8px;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--gray-dark);
    font-style: normal;
}

.news-detail-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(10, 30, 61, 0.06);
    gap: 16px;
}

.btn-back-news {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: var(--primary);
    color: white;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-back-news:hover {
    background: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(74, 143, 224, 0.3);
}

.news-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-share span {
    font-size: 0.8rem;
    color: var(--gray-dark);
}

.news-share a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(74, 143, 224, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 0.85rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(74, 143, 224, 0.05);
}

.news-share a:hover {
    background: var(--accent);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(74, 143, 224, 0.2);
}

/* ============================================
   ریسپانسیو صفحه جزئیات خبر
   ============================================ */
@media (max-width: 768px) {
    .news-detail-wrap {
        padding: 100px 12px 40px;
    }

    .news-detail-image {
        height: 250px;
    }

    .news-detail-content {
        padding: 24px 20px 32px;
    }

    .news-detail-title {
        font-size: 1.5rem;
    }

    .news-detail-meta {
        gap: 12px;
        font-size: 0.7rem;
    }

    .news-detail-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .btn-back-news {
        justify-content: center;
    }

    .news-share {
        justify-content: center;
    }

    .news-detail-body blockquote {
        padding: 16px 18px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .news-detail-image {
        height: 200px;
    }

    .news-detail-content {
        padding: 18px 14px 24px;
    }

    .news-detail-title {
        font-size: 1.2rem;
    }

    .news-detail-body p {
        font-size: 0.9rem;
    }
    .logo-glass img {
        height: 32px;
    }

    .logo-title-main {
        font-size: 0.7rem;
    }

    .logo-title-sub {
        font-size: 0.45rem;
    }

    .logo-section {
        gap: 8px;
    }
}

/* ============================================
   صفحه شهرستان‌ها
   ============================================ */
.cities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.city-card {
    background: white;
    border-radius: 20px;
    padding: 32px 20px 28px;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
    display: block;
}

.city-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--accent);
    background: linear-gradient(135deg, #ffffff 0%, var(--gray-light) 100%);
}

.city-card .city-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 8px 28px rgba(74, 143, 224, 0.2);
    transition: all 0.3s ease;
}

.city-card:hover .city-icon {
    transform: scale(1.08);
    box-shadow: 0 12px 40px rgba(74, 143, 224, 0.35);
}

.city-card .city-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
}

.city-card .city-count {
    font-size: 0.78rem;
    color: var(--gray-dark);
}

/* ============================================
   ریسپانسیو شهرستان‌ها
   ============================================ */
@media (max-width: 1024px) {
    .cities-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .cities-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .city-card {
        padding: 24px 14px 20px;
    }

    .city-card .city-icon {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }

    .city-card .city-name {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .cities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .city-card {
        padding: 20px 12px 16px;
    }

    .city-card .city-icon {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }

    .city-card .city-name {
        font-size: 0.85rem;
    }

    .city-card .city-count {
        font-size: 0.65rem;
    }
}

.cities-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:18px;
    margin-top:30px;
}

.city-card{
    background:#fff;
    border-radius:18px;
    padding:22px;
    text-align:center;
    text-decoration:none;
    box-shadow:0 6px 20px rgba(0,0,0,0.05);
    transition:0.3s;
    border:1px solid rgba(0,0,0,0.05);
}

.city-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

/* ===== منوی موبایل ===== */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(10, 30, 61, 0.98);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 90px 28px 30px;
    transition: right 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 999;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-nav.open {
    right: 0;
}

.mobile-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 500;
    padding: 14px 18px;
    border-radius: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mobile-nav a:hover {
    background: rgba(74, 143, 224, 0.08);
    color: var(--accent);
    padding-right: 28px;
}

.mobile-nav a i {
    color: var(--accent);
    font-size: 0.85rem;
}

.mobile-nav .btn-login-mobile {
    margin-top: 20px;
    background: var(--accent);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Vazir', Tahoma, sans-serif;
    box-shadow: 0 8px 32px rgba(74, 143, 224, 0.2);
}

.mobile-nav .btn-login-mobile:hover {
    background: var(--accent-dark);
    transform: scale(1.02);
}

/* ===== زیرمنوی موبایل ===== */
.mobile-dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mobile-dropdown-trigger {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 500;
    padding: 14px 18px;
    border-radius: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.mobile-dropdown-trigger:hover {
    background: rgba(74, 143, 224, 0.08);
    color: var(--accent);
}

.mobile-dropdown-trigger .fa-chevron-down {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
    color: var(--accent);
}

.mobile-dropdown-trigger.open .fa-chevron-down {
    transform: rotate(180deg);
}

.mobile-dropdown-content {
    display: none;
    padding-right: 18px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    margin: 0 8px 8px 8px;
    overflow: hidden;
}

.mobile-dropdown-content.open {
    display: block;
    animation: dropdownFadeIn 0.3s ease;
}

.mobile-dropdown-content a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    padding: 10px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.mobile-dropdown-content a:last-child {
    border-bottom: none;
}

.mobile-dropdown-content a:hover {
    background: rgba(74, 143, 224, 0.08);
    color: var(--accent);
    padding-right: 24px;
}

.mobile-dropdown-content a i {
    font-size: 0.85rem;
    color: var(--accent);
    width: 20px;
    text-align: center;
}


/* ============================================
   صفحه تماس با ما - CSS اختصاصی
   ============================================ */

/* ===== ریست و متغیرها ===== */
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ===== هدر صفحه ===== */
.contact-hero {
    padding: 100px 0 40px;
    text-align: center;
    
}

.contact-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.contact-tag {
    display: inline-block;
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.contact-hero-content h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #0a1e3d;
    line-height: 1.2;
}

.contact-hero-content p {
    color: #6b7a8f;
    font-size: 0.95rem;
    margin-top: 6px;
}

/* ===== اطلاعات تماس ===== */
.contact-info-section {
    padding: 20px 0 40px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.contact-info-card {
    background: white;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(10, 30, 61, 0.12);
    border-color: #4a8fe0;
}

.contact-info-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.8rem;
}

.contact-info-icon.address {
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
}

.contact-info-icon.phone {
    background: rgba(245, 179, 66, 0.08);
    color: #f5b342;
}

.contact-info-icon.email {
    background: rgba(16, 185, 129, 0.08);
    color: #10b981;
}

.contact-info-card h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0a1e3d;
    margin-bottom: 8px;
}

.contact-info-card p {
    color: #6b7a8f;
    font-size: 0.85rem;
    line-height: 1.8;
}

.contact-phone-list,
.contact-email-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #6b7a8f;
    font-size: 0.85rem;
    line-height: 2;
}

.contact-hours {
    font-size: 0.75rem;
    color: #4a8fe0;
    margin-top: 4px;
}

.contact-hours i {
    margin-left: 4px;
}

/* ===== فرم تماس ===== */
.contact-form-section {
    padding: 20px 0 40px;
}

.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* ===== فرم ===== */
.contact-form-box {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    border: 1px solid rgba(10, 30, 61, 0.04);
}

.contact-form-box h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #0a1e3d;
    margin-bottom: 4px;
}

.contact-form-box h3 i {
    color: #4a8fe0;
    margin-left: 8px;
}

.contact-form-desc {
    color: #6b7a8f;
    font-size: 0.85rem;
    margin-bottom: 24px;
}

.contact-form-group {
    margin-bottom: 16px;
}

.contact-form-group label {
    display: block;
    font-weight: 600;
    color: #0a1e3d;
    font-size: 0.85rem;
    margin-bottom: 6px;
}

.contact-form-group .required {
    color: red;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(10, 30, 61, 0.08);
    border-radius: 12px;
    font-size: 0.9rem;
    font-family: 'Vazir', Tahoma, sans-serif;
    transition: all 0.3s ease;
    background: #f0f6fe;
    color: #0a1e3d;
    box-sizing: border-box;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
    border-color: #4a8fe0;
    box-shadow: 0 0 0 4px rgba(74, 143, 224, 0.1);
    outline: none;
}

.contact-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-submit-btn {
    width: 100%;
    background: #4a8fe0;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Vazir', Tahoma, sans-serif;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 8px 32px rgba(74, 143, 224, 0.2);
}

.contact-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(74, 143, 224, 0.3);
}

.contact-form-security {
    text-align: center;
    color: #6b7a8f;
    font-size: 0.7rem;
    margin-top: 12px;
}

.contact-form-security i {
    color: #4a8fe0;
}

/* ===== سایدبار ===== */
.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-map-box {
    background: white;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    border: 1px solid rgba(10, 30, 61, 0.04);
    flex: 1;
}

.contact-map-box h4,
.contact-info-details h4 {
    font-weight: 700;
    color: #0a1e3d;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.contact-map-box h4 i,
.contact-info-details h4 i {
    color: #4a8fe0;
    margin-left: 6px;
}

.contact-map-frame {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(10, 30, 61, 0.04);
    height: 450px;
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ===== اطلاعات تکمیلی ===== */
.contact-info-details {
    background: white;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    border: 1px solid rgba(10, 30, 61, 0.04);
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #f0f6fe;
    border-radius: 12px;
    margin-bottom: 10px;
}

.contact-detail-item:last-child {
    margin-bottom: 0;
}

.contact-detail-item > i {
    color: #4a8fe0;
    width: 20px;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.contact-detail-item .detail-label {
    display: block;
    font-size: 0.7rem;
    color: #6b7a8f;
}

.contact-detail-item .detail-value {
    display: block;
    font-weight: 600;
    color: #0a1e3d;
    font-size: 0.85rem;
}

.contact-social-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.contact-social-links a {
    background: rgba(74, 143, 224, 0.06);
    color: #4a8fe0;
    padding: 6px 16px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.contact-social-links a:hover {
    background: #4a8fe0;
    color: white;
}

/* ===== سوالات متداول ===== */
.contact-faq-section {
    padding: 20px 0 40px;
}

.contact-faq-box {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    border: 1px solid rgba(10, 30, 61, 0.04);
}

.contact-faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-faq-tag {
    display: inline-block;
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
    padding: 4px 18px;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-faq-header h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0a1e3d;
}

.contact-faq-header p {
    color: #6b7a8f;
    font-size: 0.85rem;
    margin-top: 4px;
}

.contact-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-faq-item {
    border: 1px solid rgba(10, 30, 61, 0.06);
    border-radius: 14px;
    overflow: hidden;
}

.contact-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    background: #f0f6fe;
    transition: all 0.3s ease;
}

.contact-faq-question:hover {
    background: rgba(74, 143, 224, 0.04);
}

.contact-faq-question span {
    font-weight: 700;
    color: #0a1e3d;
    font-size: 0.9rem;
}

.contact-faq-question span i {
    color: #4a8fe0;
    margin-left: 10px;
}

.contact-faq-question .fa-chevron-down {
    color: #4a8fe0;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.contact-faq-item.active .contact-faq-question .fa-chevron-down {
    transform: rotate(180deg);
}

.contact-faq-answer {
    display: none;
    padding: 16px 20px;
    border-top: 1px solid rgba(10, 30, 61, 0.06);
}

.contact-faq-item.active .contact-faq-answer {
    display: block;
}

.contact-faq-answer p {
    color: #6b7a8f;
    font-size: 0.85rem;
    line-height: 1.8;
}

/* ===== CTA پایین ===== */
.contact-cta-section {
    padding: 20px 0 60px;
}

.contact-cta-box {
    background: linear-gradient(135deg, #0a1e3d, #142f5a);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 24px 64px rgba(10, 30, 61, 0.16);
}

.contact-cta-box h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.contact-cta-box h3 i {
    margin-left: 10px;
}

.contact-cta-box p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    max-width: 500px;
    margin: 0 auto 20px;
}

.contact-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-cta-primary {
    background: white;
    color: #0a1e3d;
    padding: 12px 32px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.contact-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.contact-cta-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: white;
    padding: 12px 32px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}

/* ============================================
   ریسپانسیو کامل
   ============================================ */

/* تبلت و کوچکتر */
@media (max-width: 1024px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 80px 0 24px;
    }

    .contact-hero-content h1 {
        font-size: 1.6rem;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-info-card {
        padding: 24px 16px;
    }

    .contact-form-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-form-box {
        padding: 24px 16px;
    }

    .contact-sidebar {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-map-frame {
        height: 200px;
    }

    .contact-faq-box {
        padding: 24px 16px;
    }

    .contact-faq-question {
        padding: 12px 14px;
    }

    .contact-faq-question span {
        font-size: 0.85rem;
    }

    .contact-cta-box {
        padding: 28px 20px;
    }

    .contact-cta-box h3 {
        font-size: 1.2rem;
    }

    .contact-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .contact-cta-primary,
    .contact-cta-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .contact-info-card h4 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        padding: 70px 0 20px;
    }

    .contact-hero-content h1 {
        font-size: 1.3rem;
    }

    .contact-hero-content p {
        font-size: 0.85rem;
    }

    .contact-info-card {
        padding: 20px 12px;
    }

    .contact-info-card h4 {
        font-size: 0.9rem;
    }

    .contact-info-card p {
        font-size: 0.75rem;
    }

    .contact-info-icon {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }

    .contact-phone-list,
    .contact-email-list {
        font-size: 0.78rem;
    }

    .contact-form-box {
        padding: 16px 12px;
    }

    .contact-form-box h3 {
        font-size: 1rem;
    }

    .contact-form-desc {
        font-size: 0.78rem;
    }

    .contact-form-group label {
        font-size: 0.78rem;
    }

    .contact-form-group input,
    .contact-form-group select,
    .contact-form-group textarea {
        padding: 10px 12px;
        font-size: 0.82rem;
    }

    .contact-submit-btn {
        padding: 12px;
        font-size: 0.9rem;
    }

    .contact-map-box {
        padding: 16px;
    }

    .contact-map-frame {
        height: 160px;
    }

    .contact-info-details {
        padding: 16px;
    }

    .contact-detail-item {
        padding: 8px 10px;
        gap: 8px;
    }

    .contact-detail-item .detail-value {
        font-size: 0.78rem;
    }

    .contact-social-links a {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .contact-faq-box {
        padding: 16px 12px;
    }

    .contact-faq-header h3 {
        font-size: 1.1rem;
    }

    .contact-faq-question {
        padding: 10px 12px;
    }

    .contact-faq-question span {
        font-size: 0.78rem;
    }

    .contact-faq-answer {
        padding: 12px 14px;
    }

    .contact-faq-answer p {
        font-size: 0.75rem;
    }

    .contact-cta-box {
        padding: 20px 16px;
    }

    .contact-cta-box h3 {
        font-size: 1rem;
    }

    .contact-cta-box p {
        font-size: 0.8rem;
    }

    .contact-cta-primary,
    .contact-cta-secondary {
        padding: 10px 20px;
        font-size: 0.8rem;
        max-width: 100%;
    }
}

/* ============================================
صفحه درباره ما - CSS اختصاصی
============================================ */

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ===== هدر ===== */
.about-hero {
    padding: 100px 0 40px;
    text-align: center;
}

.about-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.about-tag {
    display: inline-block;
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 40px;
    margin-bottom: 8px;
}

.about-hero-content h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #0a1e3d;
    line-height: 1.2;
}

.about-hero-content p {
    color: #6b7a8f;
    font-size: 0.95rem;
    margin-top: 6px;
}

/* ===== معرفی ===== */
.about-intro {
    padding: 20px 0 40px;
}

.about-intro-box {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    border: 1px solid rgba(10, 30, 61, 0.04);
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-intro-text h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0a1e3d;
    margin-bottom: 16px;
}

.about-intro-text p {
    color: #6b7a8f;
    line-height: 2;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.about-intro-text p strong {
    color: #0a1e3d;
}

.about-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.about-badges span {
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
    padding: 6px 20px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
}

.about-badges span i {
    margin-left: 6px;
}

.about-intro-image {
    position: relative;
}

.about-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(10, 30, 61, 0.08);
    position: relative;
}

.about-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.about-image-badge {
    position: absolute;
    bottom: -12px;
    right: -12px;
    background: #4a8fe0;
    color: white;
    padding: 12px 20px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 8px 32px rgba(74, 143, 224, 0.3);
}

.about-image-badge i {
    margin-left: 6px;
}

/* ===== ماموریت، چشم‌انداز، ارزش‌ها ===== */
.about-values {
    padding: 20px 0 40px;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-value-card {
    background: white;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(10, 30, 61, 0.12);
    border-color: #4a8fe0;
}

.about-value-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.8rem;
}

.about-value-icon.mission {
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
}

.about-value-icon.vision {
    background: rgba(245, 179, 66, 0.08);
    color: #f5b342;
}

.about-value-icon.values {
    background: rgba(10, 30, 61, 0.05);
    color: #0a1e3d;
}

.about-value-card h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0a1e3d;
    margin-bottom: 10px;
}

.about-value-card p {
    color: #6b7a8f;
    font-size: 0.85rem;
    line-height: 1.8;
}

/* ===== اهداف و دستاوردها ===== */
.about-goals {
    padding: 20px 0 40px;
}

.about-goals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.about-goals-box {
    background: white;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    border: 1px solid rgba(10, 30, 61, 0.04);
}

.about-goals-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.about-goals-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.about-goals-icon.blue {
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
}

.about-goals-icon.gold {
    background: rgba(245, 179, 66, 0.08);
    color: #f5b342;
}

.about-goals-header h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0a1e3d;
}

.about-goals-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-goal-item {
    display: flex;
    align-items: start;
    gap: 12px;
}

.about-goal-check {
    color: #4a8fe0;
    font-size: 1.1rem;
    margin-top: 2px;
}

.about-goal-item h5 {
    font-weight: 700;
    color: #0a1e3d;
    font-size: 0.9rem;
}

.about-goal-item p {
    color: #6b7a8f;
    font-size: 0.8rem;
    line-height: 1.6;
}

/* ===== دستاوردها ===== */
.about-achievements {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-achievement-item {
    border-radius: 14px;
    padding: 16px 18px;
    border-right: 3px solid;
}

.about-achievement-item.blue-border {
    background: rgba(74, 143, 224, 0.04);
    border-right-color: #4a8fe0;
}

.about-achievement-item.gold-border {
    background: rgba(245, 179, 66, 0.04);
    border-right-color: #f5b342;
}

.about-achievement-item.dark-border {
    background: rgba(10, 30, 61, 0.04);
    border-right-color: #0a1e3d;
}

.about-achievement-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-achievement-header > span {
    font-weight: 700;
    color: #0a1e3d;
    font-size: 0.9rem;
}

.about-achievement-badge {
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 0.6rem;
    font-weight: 600;
    color: white;
}

.about-achievement-badge.blue {
    background: #4a8fe0;
}

.about-achievement-badge.gold {
    background: #f5b342;
}

.about-achievement-badge.dark {
    background: #0a1e3d;
}

.about-achievement-item p {
    color: #6b7a8f;
    font-size: 0.78rem;
    margin-top: 4px;
}

/* ===== CTA پایین ===== */
.about-cta {
    padding: 20px 0 60px;
}

.about-cta-box {
    background: linear-gradient(135deg, #0a1e3d, #142f5a);
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    box-shadow: 0 24px 64px rgba(10, 30, 61, 0.16);
}

.about-cta-box h3 {
    color: white;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.about-cta-box h3 i {
    margin-left: 10px;
}

.about-cta-box p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    max-width: 500px;
    margin: 0 auto 24px;
}

.about-cta-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.about-cta-info div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.about-cta-info div i {
    color: #4a8fe0;
    font-size: 1.1rem;
}

.about-cta-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.about-cta-social a {
    background: rgba(255, 255, 255, 0.06);
    color: white;
    padding: 8px 24px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.04);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.about-cta-social a:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

/* ============================================
کلاس‌های کمکی برای ریسپانسیو
============================================ */

.about-responsive-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
}

.about-responsive-values {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.about-responsive-goals {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}

.about-responsive-badges {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-top: 24px !important;
}

.about-responsive-cta-info {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
}

.about-responsive-social {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-top: 24px !important;
}

/* ============================================
MEDIA QUERY - ریسپانسیو
============================================ */

/* تبلت */
@media (max-width: 1024px) {
    .about-responsive-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .about-responsive-grid .about-intro-image {
        order: -1 !important;
    }

    .about-image-wrapper img,
    .about-intro-image img {
        height: 350px !important;
    }

    .about-responsive-values {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .about-responsive-goals {
        grid-template-columns: 1fr 1fr !important;
        gap: 24px !important;
    }

    .about-image-badge {
        bottom: -8px !important;
        right: -8px !important;
        padding: 10px 18px !important;
        font-size: 0.7rem !important;
    }

    .about-hero-content h1 {
        font-size: 2.2rem !important;
    }

    .about-intro-box {
        padding: 32px !important;
    }
}

/* موبایل */
@media (max-width: 767px) {
    .about-hero {
        padding: 80px 0 20px !important;
    }

    .about-hero-content h1 {
        font-size: 1.8rem !important;
    }

    .about-hero-content p {
        font-size: 0.9rem !important;
    }

    .about-intro-box {
        padding: 20px 16px !important;
        border-radius: 16px !important;
    }

    .about-responsive-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .about-responsive-grid .about-intro-image {
        order: -1 !important;
    }

    .about-image-wrapper img,
    .about-intro-image img {
        height: 220px !important;
    }

    .about-image-badge {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        margin-top: -14px !important;
        margin-right: 12px !important;
        padding: 8px 16px !important;
        font-size: 0.65rem !important;
        border-radius: 12px !important;
        display: inline-flex !important;
        width: fit-content !important;
    }

    .about-intro-text h2 {
        font-size: 1.5rem !important;
    }

    .about-intro-text p {
        font-size: 0.9rem !important;
        line-height: 1.9 !important;
    }

    .about-responsive-badges {
        gap: 8px !important;
    }

    .about-responsive-badges span {
        font-size: 0.7rem !important;
        padding: 5px 14px !important;
    }

    .about-responsive-values {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .about-value-card {
        padding: 24px 18px !important;
    }

    .about-value-card p {
        font-size: 0.85rem !important;
    }

    .about-responsive-goals {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .about-goals-box {
        padding: 20px 16px !important;
        border-radius: 16px !important;
    }

    .about-goals-header {
        margin-bottom: 16px !important;
    }

    .about-goals-header h4 {
        font-size: 1.1rem !important;
    }

    .about-goal-item {
        gap: 10px !important;
    }

    .about-goal-item h5 {
        font-size: 0.85rem !important;
    }

    .about-goal-item p {
        font-size: 0.78rem !important;
    }

    .about-achievement-item {
        padding: 14px 14px !important;
    }

    .about-achievement-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }

    .about-achievement-header > span {
        font-size: 0.85rem !important;
    }

    .about-achievement-item p {
        font-size: 0.75rem !important;
    }

    .about-cta {
        padding: 10px 0 40px !important;
    }

    .about-cta-box {
        padding: 28px 18px !important;
        border-radius: 16px !important;
    }

    .about-cta-box h3 {
        font-size: 1.4rem !important;
    }

    .about-cta-box p {
        font-size: 0.85rem !important;
        margin-bottom: 18px !important;
    }

    .about-responsive-cta-info {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .about-responsive-cta-info div {
        font-size: 0.8rem !important;
    }

    .about-responsive-social {
        gap: 10px !important;
        margin-top: 20px !important;
    }

    .about-responsive-social a {
        padding: 8px 18px !important;
        font-size: 0.75rem !important;
    }
}

/* موبایل خیلی کوچک */
@media (max-width: 480px) {
    .about-container {
        padding: 0 12px !important;
    }

    .about-hero-content h1 {
        font-size: 1.5rem !important;
    }

    .about-hero-content p {
        font-size: 0.85rem !important;
    }

    .about-intro-text h2 {
        font-size: 1.3rem !important;
    }

    .about-intro-text p {
        font-size: 0.85rem !important;
    }

    .about-image-wrapper img,
    .about-intro-image img {
        height: 180px !important;
    }

    .about-value-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.3rem !important;
    }

    .about-value-card h4 {
        font-size: 1rem !important;
    }

    .about-value-card p {
        font-size: 0.8rem !important;
    }

    .about-goals-box {
        padding: 16px 12px !important;
    }

    .about-goals-header h4 {
        font-size: 1rem !important;
    }

    .about-goal-item h5 {
        font-size: 0.8rem !important;
    }

    .about-goal-item p {
        font-size: 0.75rem !important;
    }

    .about-achievement-item {
        padding: 12px 12px !important;
    }

    .about-achievement-header > span {
        font-size: 0.8rem !important;
    }

    .about-achievement-item p {
        font-size: 0.7rem !important;
    }

    .about-cta-box {
        padding: 20px 12px !important;
    }

    .about-cta-box h3 {
        font-size: 1.2rem !important;
    }

    .about-cta-box p {
        font-size: 0.78rem !important;
    }

    .about-responsive-cta-info div {
        font-size: 0.75rem !important;
    }

    .about-responsive-social a {
        padding: 6px 14px !important;
        font-size: 0.7rem !important;
    }

    .about-responsive-badges span {
        font-size: 0.6rem !important;
        padding: 4px 12px !important;
    }
}

/* ========================================== */
/* ===== بخش تاریخچه و کارنامه انجمن ===== */
/* ========================================== */

.history-main-wrapper {
    background: linear-gradient(232deg, var(--primary), #89B7FF);
    border-radius: 24px;
    padding: 40px 36px;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255,255,255,0.08);
}

.history-header-section {
    text-align: center;
    margin-bottom: 32px;
}

.history-header-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.8);
    padding: 6px 20px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.history-header-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 4px;
}

.history-header-subtitle {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

.history-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.history-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(74,143,224,0.15);
    border: 1px solid rgba(255,255,255,0.1);
}

.history-item:hover {
    box-shadow: 0 8px 30px rgba(74,143,224,0.25);
}

.history-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    cursor: pointer;
    gap: 16px;
    user-select: none;
}

.history-header-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(74,143,224,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.history-header-icon i {
    color: var(--accent);
    font-size: 1rem;
}

.history-header-title-text {
    font-weight: 700;
    color: var(--primary);
    font-size: 0.95rem;
}

.history-header-sub {
    display: block;
    font-size: 0.75rem;
    color: var(--gray-dark);
}

.history-chevron {
    color: var(--gray);
    font-size: 0.8rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.history-chevron.rotated {
    transform: rotate(180deg);
}

.history-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 0 24px;
}

.history-answer-inner {
    padding-bottom: 20px;
    border-top: 1px solid rgba(10,30,61,0.05);
    padding-top: 16px;
}

.history-achievements {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.history-achievements li {
    display: flex;
    align-items: start;
    gap: 10px;
    color: var(--gray-dark);
    font-size: 0.88rem;
    line-height: 1.7;
}

.history-achievements li i {
    color: var(--accent);
    font-size: 0.75rem;
    margin-top: 5px;
    flex-shrink: 0;
}

.history-achievements li strong {
    color: var(--primary);
}

.history-members-section {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 2px solid rgba(10,30,61,0.06);
    position: relative;
}

.history-members-title {
    display: inline-block;
    background: #ffffff;
    padding: 0 16px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.5px;
}

.history-members-title i {
    margin-left: 6px;
}

.history-members-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 24px;
    margin-top: 14px;
}

.history-member-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.history-member-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--accent);
    flex-shrink: 0;
    background: #f0f4f8;
}

.history-member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-member-avatar.member {
    border-color: #d0d7e0;
}

.history-member-info .name {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.3;
}

.history-member-info .role {
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0 8px;
    border-radius: 20px;
    display: inline-block;
}

.history-member-info .role.accent {
    color: var(--accent);
    background: rgba(74,143,224,0.08);
}

.history-member-info .role.gray {
    color: var(--gray);
    background: rgba(10,30,61,0.04);
    font-weight: 500;
}

/* ========================================== */
/* ===== ریسپانسیو بخش تاریخچه ===== */
/* ========================================== */

@media (max-width: 992px) {
    .history-main-wrapper {
        padding: 32px 24px;
    }

    .history-wrapper {
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .history-main-wrapper {
        padding: 28px 20px;
    }

    .history-header-title {
        font-size: 1.4rem;
    }

    .history-header {
        padding: 14px 16px;
    }

    .history-header-icon {
        width: 36px;
        height: 36px;
    }

    .history-header-icon i {
        font-size: 0.85rem;
    }

    .history-header-title-text {
        font-size: 0.85rem;
    }

    .history-header-sub {
        font-size: 0.7rem;
    }

    .history-answer {
        padding: 0 16px;
    }

    .history-answer-inner {
        padding-bottom: 16px;
        padding-top: 12px;
    }

    .history-achievements li {
        font-size: 0.82rem;
    }

    .history-achievements li i {
        font-size: 0.65rem;
        margin-top: 4px;
    }

    .history-members-list {
        gap: 12px 16px;
    }

    .history-member-avatar {
        width: 38px;
        height: 38px;
    }

    .history-member-info .name {
        font-size: 0.7rem;
    }

    .history-member-info .role {
        font-size: 0.55rem;
    }

    .history-members-title {
        font-size: 0.7rem;
        padding: 0 12px;
    }

    .history-wrapper {
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .history-main-wrapper {
        padding: 20px 12px;
        border-radius: 20px;
    }

    .history-header-title {
        font-size: 1.2rem;
    }

    .history-header-subtitle {
        font-size: 0.8rem;
    }

    .history-header-tag {
        font-size: 0.65rem;
        padding: 4px 14px;
    }

    .history-header {
        padding: 12px 12px;
    }

    .history-header-icon {
        width: 32px;
        height: 32px;
    }

    .history-header-icon i {
        font-size: 0.75rem;
    }

    .history-header-title-text {
        font-size: 0.8rem;
    }

    .history-header-sub {
        font-size: 0.6rem;
    }

    .history-achievements li {
        font-size: 0.75rem;
    }

    .history-members-list {
        gap: 8px 12px;
    }

    .history-member-avatar {
        width: 32px;
        height: 32px;
    }

    .history-member-info .name {
        font-size: 0.65rem;
    }

    .history-member-info .role {
        font-size: 0.5rem;
        padding: 0 6px;
    }

    .history-member-item {
        gap: 6px;
    }

    .history-members-title {
        font-size: 0.65rem;
        padding: 0 10px;
    }

    .history-wrapper {
        gap: 10px;
    }
}

@media (max-width: 400px) {
    .history-main-wrapper {
        padding: 16px 10px;
        border-radius: 16px;
    }

    .history-header-title {
        font-size: 1rem;
    }

    .history-header {
        padding: 10px 10px;
    }

    .history-header-icon {
        width: 28px;
        height: 28px;
    }

    .history-header-icon i {
        font-size: 0.7rem;
    }

    .history-header-title-text {
        font-size: 0.7rem;
    }

    .history-header-sub {
        font-size: 0.55rem;
    }

    .history-achievements li {
        font-size: 0.7rem;
        gap: 6px;
    }

    .history-member-avatar {
        width: 28px;
        height: 28px;
    }

    .history-member-info .name {
        font-size: 0.6rem;
    }

    .history-member-info .role {
        font-size: 0.45rem;
        padding: 0 4px;
    }

    .history-members-list {
        gap: 6px 10px;
    }

    .history-member-item {
        gap: 4px;
    }

    .history-wrapper {
        gap: 8px;
    }
}

/* ============================================
ارکان انجمن - CSS اختصاصی
پیشوند: rk-
============================================ */

/* ===== صفحه ===== */
.rk-members-page {
    padding-top: 120px;
}

/* ===== هدر ===== */
.rk-section-header {
    text-align: center;
    margin-bottom: 44px;
}

.rk-tag {
    display: inline-block;
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.rk-section-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #0a1e3d;
    line-height: 1.2;
}

.rk-section-header p {
    color: #6b7a8f;
    font-size: 0.95rem;
    margin-top: 6px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== کانتینر ===== */
.rk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

/* ===== جداکننده ===== */
.rk-divider {
    border-top: 2px dashed rgba(74, 143, 224, 0.2);
    padding-top: 30px;
    margin-top: 10px;
}

/* ===== عنوان بخش ===== */
.rk-title {
    text-align: center;
    font-weight: 700;
    color: #0a1e3d;
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 3px solid #4a8fe0;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.rk-title i {
    color: #4a8fe0;
    margin-left: 8px;
}

/* ===== گریدها ===== */
.rk-grid {
    display: grid;
    gap: 24px;
    justify-items: center;
}

.rk-grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.rk-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

.rk-center {
    display: flex;
    justify-content: center;
}

/* ===== کارت ===== */
.rk-card {
    background: white;
    border-radius: 24px;
    padding: 28px 20px 24px;
    text-align: center;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 220px;
}

.rk-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #4a8fe0, #0a1e3d);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.rk-card:hover::before {
    opacity: 1;
}

.rk-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(10, 30, 61, 0.12);
    border-color: rgba(74, 143, 224, 0.1);
}

.rk-card-single {
    max-width: 280px;
}

/* ===== آواتار ===== */
.rk-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 12px;
    overflow: hidden;
    border: 3px solid #4a8fe0;
    box-shadow: 0 8px 32px rgba(74, 143, 224, 0.15);
    background: linear-gradient(145deg, #0a1e3d, #4a8fe0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rk-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== متن ===== */
.rk-name {
    font-weight: 800;
    color: #0a1e3d;
    font-size: 1.05rem;
}

.rk-role {
    color: #4a8fe0;
    font-size: 0.8rem;
    font-weight: 600;
    display: block;
    margin: 4px 0 8px;
    letter-spacing: 0.5px;
}

.rk-desc {
    color: #6b7a8f;
    font-size: 0.8rem;
    line-height: 1.7;
    max-width: 180px;
    margin: 0 auto;
}

/* ============================================
ریسپانسیو
============================================ */

@media (max-width: 1024px) {
    .rk-grid-5 {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    .rk-grid-3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .rk-members-page {
        padding-top: 100px;
    }

    .rk-grid-5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .rk-grid-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-width: 100%;
    }

    .rk-card {
        max-width: 240px;
        padding: 24px 16px 20px;
    }

    .rk-avatar {
        width: 70px;
        height: 70px;
    }

    .rk-name {
        font-size: 0.95rem;
    }

    .rk-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .rk-members-page {
        padding-top: 80px;
    }

    .rk-section-header h2 {
        font-size: 1.3rem;
    }

    .rk-grid-5 {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .rk-grid-3 {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .rk-card {
        max-width: 180px;
        padding: 18px 10px 16px;
        border-radius: 18px;
    }

    .rk-card-single {
        max-width: 220px;
    }

    .rk-avatar {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }

    .rk-name {
        font-size: 0.85rem;
    }

    .rk-role {
        font-size: 0.7rem;
    }

    .rk-desc {
        font-size: 0.65rem;
        max-width: 150px;
    }

    .rk-title {
        font-size: 1rem;
        border-bottom-width: 2px;
        padding-bottom: 6px;
    }
}

@media (max-width: 380px) {
    .rk-grid-5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .rk-grid-3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .rk-card {
        max-width: 155px;
        padding: 14px 8px 12px;
        border-radius: 14px;
    }

    .rk-avatar {
        width: 50px;
        height: 50px;
    }

    .rk-name {
        font-size: 0.75rem;
    }

    .rk-role {
        font-size: 0.6rem;
    }

    .rk-desc {
        font-size: 0.55rem;
        max-width: 120px;
    }
}

/* ============================================
ارکان انجمن -مودال
============================================ */


.rk-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    direction: rtl;
}

.rk-modal.active {
    display: flex;
    animation: fadeInModal 0.3s ease;
}

@keyframes fadeInModal {
    0% { opacity: 0; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}

.rk-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.rk-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    max-width: 500px;
    width: 100%;
    padding: 40px 32px 32px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10;
}

.rk-modal-close {
    position: absolute;
    top: 12px;
    left: 16px;
    background: rgba(10, 30, 61, 0.06);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: var(--gray-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rk-modal-close:hover {
    background: rgba(10, 30, 61, 0.12);
    transform: rotate(90deg);
}

.rk-modal-body {
    text-align: center;
}

.rk-modal-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    border: 4px solid var(--accent);
    box-shadow: 0 8px 32px rgba(74, 143, 224, 0.2);
    flex-shrink: 0;
    background: #f0f4f8;
}

.rk-modal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rk-modal-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 4px;
}

.rk-modal-role {
    display: inline-block;
    font-size: 0.85rem;
    color: var(--accent);
    background: rgba(74, 143, 224, 0.08);
    padding: 4px 20px;
    border-radius: 40px;
    margin-bottom: 16px;
    font-weight: 600;
}

.rk-modal-desc {
    font-size: 0.95rem;
    color: var(--gray-dark);
    line-height: 2;
    text-align: justify;
    margin: 0;
}

/* ===== استایل لینک بیشتر ===== */
.rk-read-more {
    color: var(--accent);
    cursor: pointer;
    font-weight: 600;
    font-size: 0.8rem;
    transition: color 0.3s ease;
}

.rk-read-more:hover {
    color: var(--primary);
}

/* ===== ریسپانسیو مودال ===== */
@media (max-width: 576px) {
    .rk-modal-content {
        padding: 32px 20px 24px;
        border-radius: 20px;
    }

    .rk-modal-avatar {
        width: 90px;
        height: 90px;
    }

    .rk-modal-name {
        font-size: 1.2rem;
    }

    .rk-modal-desc {
        font-size: 0.85rem;
    }

    .rk-modal-close {
        width: 34px;
        height: 34px;
        font-size: 1rem;
        top: 8px;
        left: 12px;
    }
}

@media (max-width: 400px) {
    .rk-modal-content {
        padding: 24px 16px 20px;
    }

    .rk-modal-avatar {
        width: 75px;
        height: 75px;
    }

    .rk-modal-name {
        font-size: 1rem;
    }

    .rk-modal-desc {
        font-size: 0.8rem;
    }
}

/* ============================================
صفحه جستجو - CSS اختصاصی
پیشوند: src-
============================================ */

/* ===== صفحه ===== */
.src-page {
    padding-top: 120px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

/* ===== هدر ===== */
.src-header {
    text-align: center;
    margin-bottom: 30px;
}

.src-tag {
    display: inline-block;
    background: rgba(74, 143, 224, 0.08);
    color: #4a8fe0;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.src-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #0a1e3d;
    line-height: 1.2;
}

.src-header p {
    color: #6b7a8f;
    font-size: 0.95rem;
    margin-top: 6px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== فرم جستجو ===== */
.src-form-wrapper {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.src-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.src-input {
    flex: 1;
    min-width: 180px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-family: 'Vazir', Tahoma, sans-serif;
    font-size: 0.9rem;
    background: #fff;
    transition: border-color 0.3s ease;
}

.src-input:focus {
    outline: none;
    border-color: #4a8fe0;
    box-shadow: 0 0 0 3px rgba(74, 143, 224, 0.1);
}

.src-select {
    padding: 12px 14px;
    padding-left: 40px; /* فاصله برای فلش */
    border-radius: 10px;
    border: 1px solid #ddd;
    font-family: 'Vazir', Tahoma, sans-serif;
    font-size: 0.9rem;
    background: #fff;
    min-width: 140px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    -webkit-appearance: auto;

}

.src-select:focus {
    outline: none;
    border-color: #4a8fe0;
}

.src-btn {
    padding: 12px 24px;
    background: #4a8fe0;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Vazir', Tahoma, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.src-btn:hover {
    background: #3d7ec9;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(74, 143, 224, 0.2);
}

/* ===== کارت‌ها ===== */
.src-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.src-card {
    border-radius: 16px;
    overflow: hidden;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 140px;
    direction: rtl;
    position: relative;
    background: #fff;
    border: 1px solid rgba(10, 30, 61, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.src-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* ===== عکس ===== */
.src-card-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid rgba(74, 143, 224, 0.1);
}

.src-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== اطلاعات ===== */
.src-card-info {
    flex: 1;
    min-width: 0;
    font-size: 0.8rem;
    color: #6b7a8f;
    line-height: 2;
}

.src-card-row {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
}

.src-card-label {
    font-weight: 600;
    color: #0a1e3d;
}

.src-card-value {
    color: #6b7a8f;
    word-break: break-word;
}

/* ===== دکمه معرفی نماینده ===== */
.src-card-action {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.src-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #4a8fe0;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.src-card-link:hover {
    background: #3d7ec9;
    transform: translateY(-2px);
}

/* ===== خالی ===== */
.src-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px;
    color: #999;
}

.src-empty i {
    font-size: 2.5rem;
    color: #ddd;
    display: block;
    margin-bottom: 12px;
}

.src-empty p {
    font-size: 0.95rem;
}

/* ============================================
ریسپانسیو
============================================ */

@media (max-width: 1024px) {
    .src-results {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    }
}

@media (max-width: 768px) {
    .src-page {
        padding-top: 100px;
    }

    .src-header h2 {
        font-size: 1.5rem;
    }

    .src-form {
        gap: 8px;
    }

    .src-input {
        min-width: 100%;
        flex: 0 0 100%;
    }

    .src-select {
        flex: 1;
        min-width: 120px;
    }

    .src-btn {
        padding: 12px 18px;
        font-size: 0.85rem;
    }

    .src-results {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .src-card {
        padding: 14px 16px;
        min-height: 120px;
        flex-direction: row;
    }

    .src-card-image {
        width: 80px;
        height: 80px;
    }

    .src-card-info {
        font-size: 0.75rem;
        line-height: 1.8;
    }

    .src-card-action {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .src-page {
        padding-top: 80px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .src-header h2 {
        font-size: 1.2rem;
    }

    .src-header p {
        font-size: 0.85rem;
    }

    .src-form {
        flex-direction: column;
        gap: 8px;
    }

    .src-input {
        min-width: 100%;
        flex: 0 0 100%;
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    .src-select {
        width: 100%;
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    .src-btn {
        width: 100%;
        justify-content: center;
        padding: 10px;
        font-size: 0.85rem;
    }

    .src-card {
        padding: 12px 14px;
        min-height: 100px;
        gap: 12px;
        flex-direction: row;
        align-items: center;
    }

    .src-card-image {
        width: 65px;
        height: 65px;
        border-radius: 12px;
        flex-shrink: 0;
    }

    .src-card-info {
        font-size: 0.7rem;
        line-height: 1.6;
    }

    .src-card-row {
        flex-wrap: wrap;
    }

    .src-card-action {
        margin-top: 6px;
    }

    .src-card-link {
        font-size: 0.65rem;
        padding: 3px 8px;
    }

    .src-empty {
        padding: 30px;
    }

    .src-empty i {
        font-size: 2rem;
    }
}

@media (max-width: 380px) {
    .src-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 16px 12px;
    }

    .src-card-image {
        width: 80px;
        height: 80px;
    }

    .src-card-info {
        text-align: center;
    }

    .src-card-row {
        justify-content: center;
    }

    .src-card-action {
        justify-content: center;
    }
}

/* ===== جعبه توضیحات هماهنگ با پروژه ===== */
.rk-intro-card {
    max-width: 900px;
    margin: 0 auto 40px auto;
    background: white;
    border-radius: 24px;
    padding: 32px 32px 28px;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.06);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.rk-intro-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #4a8fe0, #0a1e3d);
    opacity: 0.6;
}

.rk-intro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(10, 30, 61, 0.10);
    border-color: rgba(74, 143, 224, 0.10);
}

.rk-intro-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(74, 143, 224, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.6rem;
    color: #4a8fe0;
}

.rk-intro-content {
    flex: 1;
}

.rk-intro-text {
    font-size: 0.95rem;
    line-height: 2;
    color: #6b7a8f;
    margin: 0;
    text-align: justify;
}

/* ===== واکنش‌گرایی ===== */
@media (max-width: 768px) {
    .rk-intro-card {
        padding: 24px 20px 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        margin-bottom: 30px;
    }
    .rk-intro-text {
        text-align: center;
        font-size: 0.9rem;
    }
    .rk-intro-icon {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .rk-intro-card {
        padding: 18px 14px 16px;
        border-radius: 18px;
        margin-bottom: 22px;
    }
    .rk-intro-text {
        font-size: 0.82rem;
        line-height: 1.9;
    }
    .rk-intro-icon {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
}
/*================================================================*/

/* ============================================
ساختار سازمانی انجمن - استایل اختصاصی
پیشوند: org-structure-
============================================ */

/* ===== بخش اصلی ===== */
.org-structure-section {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 30px 12px 10px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef3f9 100%);
    border-radius: 32px;
    border: 1px solid rgba(74, 143, 224, 0.08);
}

/* ===== هدر بخش ===== */
.org-structure-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 3px solid #4a8fe0;
    position: relative;
}

.org-structure-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 50%;
    transform: translateX(50%);
    width: 60px;
    height: 3px;
    background: #0a1e3d;
    border-radius: 4px;
}

.org-structure-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0a1e3d, #4a8fe0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    box-shadow: 0 8px 28px rgba(74, 143, 224, 0.25);
    flex-shrink: 0;
}

.org-structure-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0a1e3d;
    margin: 0;
}

/* ===== گرید کارت‌ها ===== */
.org-structure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

/* ===== کارت ===== */
.org-structure-card {
    background: white;
    border-radius: 20px;
    padding: 20px 22px 22px;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.05);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: default;
    position: relative;
    overflow: hidden;
}

.org-structure-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #4a8fe0, #0a1e3d, #4a8fe0);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.org-structure-card:hover::before {
    opacity: 1;
}

.org-structure-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(10, 30, 61, 0.1);
    border-color: rgba(74, 143, 224, 0.12);
}

/* ===== هدر کارت ===== */
.org-structure-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.org-structure-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #4a8fe0;
    box-shadow: 0 4px 16px rgba(74, 143, 224, 0.15);
    flex-shrink: 0;
    background: linear-gradient(145deg, #0a1e3d, #4a8fe0);
}

.org-structure-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.org-structure-card-info {
    flex: 1;
    min-width: 0;
}

.org-structure-name {
    font-weight: 800;
    color: #0a1e3d;
    font-size: 1.05rem;
    line-height: 1.3;
}

.org-structure-role {
    font-size: 0.78rem;
    color: #4a8fe0;
    font-weight: 600;
    display: block;
    margin-top: 2px;
}

/* ===== توضیحات ===== */
.org-structure-desc {
    font-size: 0.85rem;
    color: #6b7a8f;
    line-height: 1.8;
    margin: 0;
    padding-right: 4px;
}

/* ============================================
ریسپانسیو
============================================ */

@media (max-width: 1024px) {
    .org-structure-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        max-width: 700px;
    }

    .org-structure-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .org-structure-section {
        margin: 40px auto 0 auto;
        padding: 24px 10px 10px;
        border-radius: 24px;
    }

    .org-structure-header {
        gap: 10px;
        margin-bottom: 20px;
    }

    .org-structure-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .org-structure-title {
        font-size: 1.2rem;
    }

    .org-structure-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        max-width: 500px;
    }

    .org-structure-card {
        padding: 16px 16px 18px;
        border-radius: 16px;
    }

    .org-structure-avatar {
        width: 50px;
        height: 50px;
        border-width: 2.5px;
    }

    .org-structure-name {
        font-size: 0.9rem;
    }

    .org-structure-role {
        font-size: 0.7rem;
    }

    .org-structure-desc {
        font-size: 0.78rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .org-structure-section {
        margin: 40px auto 0 auto;
        padding: 20px 8px 8px;
        border-radius: 20px;
        margin: 0 4px;
    }

    .org-structure-header {
        gap: 8px;
        margin-bottom: 16px;
        padding-bottom: 12px;
        flex-wrap: wrap;
    }

    .org-structure-header::after {
        width: 40px;
    }

    .org-structure-icon {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    .org-structure-title {
        font-size: 1rem;
    }

    .org-structure-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 100%;
    }

    .org-structure-card {
        padding: 14px 14px 16px;
        border-radius: 14px;
    }

    .org-structure-card-header {
        gap: 10px;
    }

    .org-structure-avatar {
        width: 44px;
        height: 44px;
        border-width: 2px;
    }

    .org-structure-name {
        font-size: 0.85rem;
    }

    .org-structure-role {
        font-size: 0.65rem;
    }

    .org-structure-desc {
        font-size: 0.72rem;
        line-height: 1.6;
    }

    .org-structure-card:hover {
        transform: translateY(-3px);
    }
}

@media (max-width: 380px) {
    .org-structure-section {
         margin-top: 60px !important;  /* ← افزایش فاصله از بالا */
        padding: 16px 6px 6px;
        border-radius: 16px;
    }

    .org-structure-title {
        font-size: 0.85rem;
    }

    .org-structure-icon {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }

    .org-structure-card {
        padding: 12px 12px 14px;
        border-radius: 12px;
    }

    .org-structure-avatar {
        width: 38px;
        height: 38px;
    }

    .org-structure-name {
        font-size: 0.78rem;
    }

    .org-structure-role {
        font-size: 0.6rem;
    }

    .org-structure-desc {
        font-size: 0.68rem;
    }
}

.fund-management-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto ;
    overflow: hidden;
    border: 3px solid #f5b342;
    box-shadow: 0 8px 32px rgba(245, 179, 66, 0.2);
    background: linear-gradient(145deg, #0a1e3d, #4a8fe0);
}

.fund-management-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== عکس صندوق ===== */
.fund-intro-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fund-intro-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 12px 48px rgba(10, 30, 61, 0.1);
    border: 1px solid rgba(10, 30, 61, 0.04);
    object-fit: cover;
    transition: all 0.4s ease;
}

.fund-intro-img:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 60px rgba(10, 30, 61, 0.15);
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .fund-intro-img {
        max-width: 100%;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .fund-intro-img {
        border-radius: 12px;
    }
}

/* ============================================
واحدهای اداری انجمن
پیشوند: org-unit-
============================================ */

.org-units-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 12px 10px;
}

.org-units-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}

.org-units-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0a1e3d, #4a8fe0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 8px 28px rgba(74, 143, 224, 0.2);
    flex-shrink: 0;
}

.org-units-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0a1e3d;
    margin: 0;
}

/* ===== گرید واحدها ===== */
.org-units-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

/* ===== کارت واحد ===== */
.org-unit-card {
    background: white;
    border-radius: 20px;
    padding: 24px 20px 22px;
    text-align: center;
    border: 1px solid rgba(10, 30, 61, 0.04);
    box-shadow: 0 4px 20px rgba(10, 30, 61, 0.05);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.org-unit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(10, 30, 61, 0.1);
    border-color: rgba(74, 143, 224, 0.15);
}

.org-unit-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(74, 143, 224, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.6rem;
    color: #4a8fe0;
    transition: all 0.3s ease;
}

.org-unit-card:hover .org-unit-icon {
    background: #4a8fe0;
    color: white;
    transform: scale(1.05);
}

.org-unit-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0a1e3d;
    margin: 0 0 8px 0;
}

.org-unit-desc {
    font-size: 0.85rem;
    color: #6b7a8f;
    line-height: 1.8;
    margin: 0;
}

/* ===== ریسپانسیو ===== */

@media (max-width: 1024px) {
    .org-units-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .org-units-header {
        gap: 10px;
    }

    .org-units-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .org-units-title {
        font-size: 1.2rem;
    }

    .org-units-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        max-width: 500px;
    }

    .org-unit-card {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .org-unit-icon {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
    }

    .org-unit-name {
        font-size: 0.9rem;
    }

    .org-unit-desc {
        font-size: 0.78rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .org-units-section {
        padding: 16px 8px 8px;
    }

    .org-units-header {
        gap: 8px;
        flex-wrap: wrap;
    }

    .org-units-icon {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }

    .org-units-title {
        font-size: 1rem;
    }

    .org-units-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 100%;
    }

    .org-unit-card {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .org-unit-icon {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }

    .org-unit-name {
        font-size: 0.85rem;
    }

    .org-unit-desc {
        font-size: 0.75rem;
        line-height: 1.7;
    }
}

@media (max-width: 380px) {
    .org-units-section {
        padding: 12px 6px 6px;
    }

    .org-unit-card {
        padding: 14px 12px;
        border-radius: 12px;
    }

    .org-unit-icon {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .org-unit-name {
        font-size: 0.78rem;
    }

    .org-unit-desc {
        font-size: 0.7rem;
    }
}