.elementor-10 .elementor-element.elementor-element-ea42dfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-0c1a4b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-a7a7483{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-f1c7a4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-8babe48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-b1072c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* متغیرهای رنگی برای یکپارچگی */
:root {
    --primary-green: #004225;
    --gold: #C5A059;
    --gold-dark: #8E6D2F;
    --light-bg: #f9f9f7;
    --text-main: #333;
}

.vip-hero {
    direction: rtl !important;
    font-family: 'Peyda', 'Tahoma', sans-serif !important;
    background-color: var(--light-bg) !important;
    padding: 100px 0 60px 0 !important;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 60px !important;
    padding: 0 20px !important;
}

.hero-content { flex: 1.2; }
.hero-visual { flex: 1; position: relative; }

.hero-badge-wrapper { margin-bottom: 25px; }

.hero-badge {
    background: rgba(0, 66, 37, 0.08);
    color: var(--primary-green);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(0, 66, 37, 0.1);
}

.hero-title {
    font-size: 58px !important;
    line-height: 1.2 !important;
    color: var(--primary-green) !important;
    margin-bottom: 25px !important;
    font-weight: 900 !important;
}

.gold-gradient {
    background: linear-gradient(45deg, var(--gold), var(--gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    font-size: 19px !important;
    color: #555 !important;
    margin-bottom: 45px !important;
    line-height: 1.8 !important;
    max-width: 90%;
}

.hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.btn-primary {
    background: var(--primary-green) !important;
    color: var(--gold) !important;
    padding: 18px 40px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 17px !important;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 10px 20px rgba(0, 66, 37, 0.2) !important;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 66, 37, 0.3) !important;
}

.btn-secondary {
    background: transparent !important;
    color: var(--primary-green) !important;
    padding: 18px 40px !important;
    border-radius: 15px !important;
    border: 2px solid var(--primary-green) !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 17px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s !important;
}

.btn-secondary:hover {
    background: var(--primary-green) !important;
    color: white !important;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.stat-number {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-green);
}

.stat-label {
    font-size: 14px;
    color: #777;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: #ddd;
}

/* تصویر و استایل‌های بصری */
.image-wrapper { position: relative; z-index: 1; }

.main-image-bg {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 100%;
    height: 100%;
    background: var(--gold);
    border-radius: 30px;
    z-index: -1;
    opacity: 0.1;
    transform: rotate(3deg);
}

.hero-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    display: block;
}

.floating-card {
    position: absolute;
    bottom: 40px;
    right: -30px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 15px;
    animation: heroFloat 4s ease-in-out infinite;
}

.floating-icon {
    width: 45px;
    height: 45px;
    background: var(--gold);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.floating-text span {
    display: block;
    font-weight: bold;
    color: var(--primary-green);
    font-size: 15px;
}

.floating-text small { color: #888; font-size: 12px; }

@keyframes heroFloat {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-20px) translateX(-5px); }
}

/* ریسپانسیو برای موبایل و تبلت */
@media (max-width: 992px) {
    .hero-container { flex-direction: column; text-align: center; gap: 50px; }
    .hero-title { font-size: 40px !important; }
    .hero-actions { justify-content: center; flex-wrap: wrap; }
    .hero-stats { justify-content: center; }
    .hero-description { max-width: 100%; }
    .floating-card { right: 0; bottom: 20px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 32px !important; }
    .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
}


.fancy-whyus-v3 {
    background: #ffffff !important;
    padding: 120px 0 !important;
    direction: rtl !important;
    overflow: hidden;
}

.luxury-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.whyus-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* بخش سمت راست: تجربه */
.stats-side {
    flex: 1;
    position: relative;
}

.experience-badge {
    width: 180px;
    height: 180px;
    background: var(--primary-green);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: rotate(-10deg);
    box-shadow: 20px 20px 60px rgba(0, 66, 37, 0.2);
    margin-bottom: 40px;
    z-index: 2;
}

.badge-content {
    text-align: center;
    color: #fff;
    transform: rotate(10deg);
}

.badge-content .number {
    display: block;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    color: var(--gold);
}

.badge-content .label {
    font-size: 16px;
    font-weight: bold;
}

.badge-circle {
    position: absolute;
    top: -15px; right: -15px;
    width: 100%; height: 100%;
    border: 2px dashed var(--gold);
    border-radius: 40px;
    z-index: -1;
    animation: rotateSlow 15s linear infinite;
}

@keyframes rotateSlow {
    to { transform: rotate(360deg); }
}

.main-title {
    font-size: 38px !important;
    color: #1a1a1a !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
}

.main-title .highlight {
    color: var(--primary-green);
    position: relative;
    display: inline-block;
}

.main-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px; right: 0;
    width: 100%; height: 8px;
    background: rgba(197, 160, 89, 0.2);
    z-index: -1;
}

.mini-stats {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.stat-item strong {
    display: block;
    font-size: 24px;
    color: var(--primary-green);
    font-weight: 800;
}

.stat-item span {
    font-size: 14px;
    color: #666;
}

/* بخش سمت چپ: کارت‌ها */
.cards-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-card {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fcfcfc;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    cursor: pointer;
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--primary-green);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    margin-left: 20px;
    transition: 0.4s;
}

.benefit-card h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
}

.benefit-card p {
    font-size: 14px !important;
    color: #777 !important;
    margin: 0 !important;
}

/* هاور کارت‌ها */
.benefit-card:hover {
    background: #fff;
    border-color: var(--gold);
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.benefit-card:hover .benefit-icon {
    background: var(--gold);
    color: #fff;
    transform: rotateY(180deg);
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .whyus-wrapper { flex-direction: column; text-align: center; }
    .mini-stats { justify-content: center; }
    .benefit-card { flex-direction: column; text-align: center; }
    .benefit-icon { margin-left: 0; margin-bottom: 20px; }
    .experience-badge { margin: 0 auto 40px; }
}





/* سکشن خدمات فانتزی */
.fancy-services {
    background: #001a0e !important; /* سبز تیره عمیق */
    padding: 100px 0 !important;
    direction: rtl !important;
    position: relative;
}

.services-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.services-intro {
    text-align: center;
    margin-bottom: 70px;
}

.glam-text {
    font-family: 'Peyda', 'Arial';
    letter-spacing: 3px;
    color: #C5A059;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.main-heading {
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    margin-top: 15px !important;
}

.gold-shimmer {
    color: #C5A059;
    background: linear-gradient(to right, #C5A059 20%, #F9E0AE 40%, #F9E0AE 60%, #C5A059 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    to { background-position: 200% center; }
}

/* شبکه کارت‌های فانتزی */
.fantasy-services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
}

.f-service-card {
    position: relative;
    padding: 60px 35px 40px;
    transition: all 0.5s ease;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* پس‌زمینه کارت با شکل فانتزی */
.f-card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(197, 160, 89, 0.1);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; /* شکل ارگانیک */
    z-index: -1;
    transition: all 0.6s ease;
}

.f-service-card:hover .f-card-bg {
    border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%;
    background: rgba(197, 160, 89, 0.05);
    border-color: #C5A059;
    transform: scale(1.05) rotate(2deg);
}

/* ظرف آیکون */
.f-icon-container {
    width: 90px;
    height: 90px;
    background: #002b18;
    border: 2px solid #C5A059;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transform: rotate(-10deg);
    transition: 0.5s;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.f-icon-container i {
    font-size: 40px;
    color: #C5A059;
    transition: 0.5s;
    transform: rotate(10deg);
}

.f-service-card:hover .f-icon-container {
    transform: rotate(0) translateY(-10px);
    background: #C5A059;
}

.f-service-card:hover .f-icon-container i {
    color: #001a0e;
}

.f-service-card h3 {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
}

.f-service-card p {
    color: rgba(255,255,255,0.6) !important;
    font-size: 14.5px !important;
    line-height: 1.8 !important;
}

/* المان‌های تزئینی پایین کارت */
.f-card-footer {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.3;
    transition: 0.5s;
}

.f-dot {
    width: 8px; height: 8px;
    background: #C5A059;
    border-radius: 50%;
}

.f-line {
    width: 40px; height: 2px;
    background: #C5A059;
}

.f-service-card:hover .f-card-footer {
    opacity: 1;
    transform: translateX(-10px);
}

/* ریسپانسیو */
@media (max-width: 1024px) {
    .fantasy-services-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 650px) {
    .fantasy-services-grid { grid-template-columns: 1fr !important; }
    .main-heading { font-size: 30px !important; }
}


/* سکشن مسیر راه */
/* متغیرهای رنگی برای حالت روشن */
:root {
    --light-bg: #f8f8f8; /* پس زمینه اصلی روشن */
    --light-text: #333333; /* رنگ متن اصلی تیره */
    --light-paragraph: #666666; /* رنگ پاراگراف تیره تر */
    --light-card-bg: #ffffff; /* پس زمینه کارت روشن */
    --light-border: #e0e0e0; /* رنگ border روشن */
    --gold: #C5A059; /* رنگ طلایی ثابت */
    --gold-light-hover: #e0bb7b; /* طلایی روشن برای هاور */
    --gold-dark-shadow: rgba(197, 160, 89, 0.2); /* سایه تیره طلایی */
    --gold-light-glow: rgba(197, 160, 89, 0.1);
    --primary-green-light: #004225; /* سبز تیره اصلی برای نقاط مهم */
}


.rich-roadmap-section {
    padding: 140px 0 !important;
    background: var(--light-bg) !important; /* پس‌زمینه روشن */
    position: relative;
    direction: rtl;
    overflow: hidden;
}

/* هاله نوری پس‌زمینه (تنظیمات برای پس‌زمینه روشن) */
.roadmap-glow-orbs .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5; /* کمی شفاف‌تر برای پس‌زمینه روشن */
    pointer-events: none;
}
.orb-1 {
    top: -10%; left: -10%;
    width: 400px; height: 400px;
    background: rgba(197, 160, 89, 0.1); /* طلایی کم‌رنگ */
}
.orb-2 {
    bottom: -10%; right: -10%;
    width: 500px; height: 500px;
    background: rgba(0, 66, 37, 0.05); /* سبز کم‌رنگ */
}

.rich-container {
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
}

.rich-roadmap-header {
    text-align: center;
    margin-bottom: 50px;
}

.gold-badge {
    background: rgba(197, 160, 89, 0.1);
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.rich-title {
    font-size: 42px !important;
    color: var(--light-text) !important; /* رنگ تیره */
    font-weight: 900 !important;
    margin-top: 20px !important;
}

.gold-gradient-text {
    background: linear-gradient(135deg, #FFD700 0%, var(--gold) 100%); /* طلایی روشن‌تر */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* لاین اتصالی درخشان و ضخیم افقی (تنظیم برای پس‌زمینه روشن) */
.rich-linear-track {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 50px;
}

.glowing-connector {
    position: absolute;
    top: 72px;
    left: 8%;
    right: 8%;
    height: 6px;
    background: var(--light-border); /* خط خاکستری روشن */
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
}

.glow-pulse {
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--gold-light-hover), transparent); /* طلایی روشن */
    animation: flowPulse 3s linear infinite;
}

@keyframes flowPulse {
    0% { transform: translateX(200%); }
    100% { transform: translateX(-200%); }
}

.rich-step-node {
    flex: 1;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 15px;
}

/* نشان لوزی سه‌بعدی بالای کارت (تنظیم برای پس‌زمینه روشن) */
.node-badge {
    width: 50px;
    height: 50px;
    background: var(--light-card-bg); /* پس‌زمینه کارت روشن */
    border: 1px solid var(--light-border);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
    transform: rotate(45deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08); /* سایه ملایم‌تر */
    transition: all 0.4s ease;
}

.node-num {
    transform: rotate(-45deg);
    font-size: 12px;
    font-weight: 900;
    color: var(--light-text); /* رنگ متن تیره */
}

/* کارت لوکس چند لایه (تنظیم برای پس‌زمینه روشن) */
.rich-step-card {
    position: relative;
    padding: 40px 25px 30px;
    border-radius: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05); /* border بسیار نامرئی */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05); /* سایه ملایم‌تر */
    overflow: hidden;
    background: var(--light-card-bg); /* پس‌زمینه کارت روشن */
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-glass-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%); /* گلس روشن‌تر */
    backdrop-filter: blur(15px);
    z-index: -1;
}

/* بخش آیکون دایره‌ای بزرگ (تنظیم برای پس‌زمینه روشن) */
.rich-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%); /* پس‌زمینه روشن */
    border: 1px solid rgba(0, 0, 0, 0.08); /* border تیره کم‌رنگ */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--primary-green-light); /* آیکون سبز تیره */
    margin: 0 auto 25px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.03), 0 10px 20px rgba(0,0,0,0.05); /* سایه ملایم */
    transition: 0.5s;
}

.rich-step-card h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: var(--light-text) !important; /* رنگ تیره */
    margin-bottom: 12px !important;
}

.rich-step-card p {
    font-size: 14px !important;
    color: var(--light-paragraph) !important; /* رنگ پاراگراف تیره */
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* هاور و استایل فعالسازی کارت‌ها (تنظیم برای پس‌زمینه روشن) */
.rich-step-node.active .node-badge,
.rich-step-node:hover .node-badge {
    background: var(--gold);
    border-color: var(--gold);
    transform: rotate(45deg) scale(1.1);
    box-shadow: 0 0 25px var(--gold-dark-shadow);
}

.rich-step-node.active .node-num,
.rich-step-node:hover .node-num {
    color: #fff; /* عدد طلایی روشن */
}

.rich-step-node.active .rich-step-card,
.rich-step-node:hover .rich-step-card {
    border-color: rgba(197, 160, 89, 0.4);
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); /* سایه ملایم‌تر اما برجسته‌تر */
}

.rich-step-node.active .rich-icon-wrapper,
.rich-step-node:hover .rich-icon-wrapper {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light-hover) 100%); /* گرادینت طلایی */
    color: #fff; /* آیکون سفید روی طلایی */
    transform: scale(1.1);
    box-shadow: 0 15px 30px var(--gold-dark-shadow);
}

/* ریسپانسیو اختصاصی */
@media (max-width: 992px) {
    .rich-linear-track {
        flex-direction: column;
        gap: 50px;
        padding-top: 0;
    }
    .glowing-connector {
        display: none;
    }
    .node-badge {
        margin-bottom: 20px;
    }
}


:root {
    --primary-green: #004225;
    --gold: #C5A059;
    --gold-hover: #b08c46;
    --white: #ffffff;
    --light-bg: #f9f9f9;
    --dark-text: #1d211f;
    --paragraph-text: #666;
    --card-shadow: 0 25px 60px rgba(0, 66, 37, 0.06);
    --featured-shadow: 0 35px 70px rgba(197, 160, 89, 0.15);
}

.vip-pricing-section {
    padding: 120px 0 !important;
    background: var(--light-bg) !important;
    direction: rtl;
    position: relative;
}

.rich-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 25px !important;
}

/* هدر */
.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}
.pricing-title {
    font-size: 38px !important;
    font-weight: 900 !important;
    color: var(--dark-text) !important;
    margin-top: 15px !important;
}
.pricing-subtitle {
    font-size: 16px !important;
    color: var(--paragraph-text) !important;
    margin-top: 10px !important;
}

/* منوی تب‌های لوکس */
.pricing-tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
    margin-bottom: 50px;
    scrollbar-width: none; /* مخفی کردن اسکرولبار فایرفاکس */
}
.pricing-tabs-wrapper::-webkit-scrollbar {
    display: none; /* مخفی کردن اسکرولبار کروم */
}

.pricing-tabs {
    display: inline-flex;
    gap: 12px;
    background: #f1f3f2;
    padding: 8px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.pricing-tab-btn {
    background: transparent;
    border: none;
    padding: 12px 24px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    color: var(--paragraph-text);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pricing-tab-btn.active, .pricing-tab-btn:hover {
    background: var(--white);
    color: var(--primary-green);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* پانل‌ها */
.pricing-panel {
    display: none;
}
.pricing-panel.active {
    display: block;
    animation: fadeInTab 0.5s ease forwards;
}

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

/* گرید کارت‌ها */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

/* کارت‌های قیمت‌گذاری فوق لوکس */
.price-card {
    background: var(--white);
    border-radius: 35px;
    padding: 50px 35px 40px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.price-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 70px rgba(0, 66, 37, 0.1);
}

/* کارت ویژه وسط (طلایی/سبز) */
.price-card.featured {
    border: 2px solid var(--gold);
    box-shadow: var(--featured-shadow);
}
.price-card.featured:hover {
    box-shadow: 0 40px 80px rgba(197, 160, 89, 0.25);
}

.featured-ribbon {
    position: absolute;
    top: 25px; left: 25px;
    background: var(--gold);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 30px;
}

/* جزییات کارت */
.price-badge {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.plan-name {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: var(--dark-text) !important;
    margin-bottom: 25px !important;
}

.price-amount {
    font-size: 46px;
    font-weight: 900;
    color: var(--primary-green);
    margin-bottom: 35px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.price-card.featured .price-amount {
    color: var(--gold);
}

.price-amount .currency {
    font-size: 14px;
    font-weight: 600;
    color: var(--paragraph-text);
}

/* ویژگی‌های پلن */
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 45px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--dark-text);
    font-weight: 600;
}

.plan-features li i {
    font-size: 18px;
    color: var(--primary-green);
}
.price-card.featured .plan-features li i {
    color: var(--gold);
}

.plan-features li.disabled {
    color: #a0a0a0;
    text-decoration: line-through;
}
.plan-features li.disabled i {
    color: #ccc;
}

/* دکمه‌های سفارش لوکس */
.btn-select-plan {
    width: 100%;
    background: #f1f3f2;
    border: none;
    color: var(--primary-green);
    padding: 16px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-select-plan:hover {
    background: var(--primary-green);
    color: #fff;
}

.price-card.featured .btn-select-plan {
    background: var(--gold);
    color: #fff;
}
.price-card.featured .btn-select-plan:hover {
    background: var(--primary-green);
}

/* ==========================================================================
   طراحی مـودال فوق‌لوکس (Modal CSS)
   ========================================================================== */
.pricing-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 31, 17, 0.4);
    backdrop-filter: blur(8px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pricing-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.pricing-modal-box {
    background: var(--white);
    width: 100%;
    max-width: 550px;
    border-radius: 35px;
    box-shadow: 0 40px 100px rgba(0, 31, 17, 0.25);
    border: 1px solid rgba(197, 160, 89, 0.2);
    overflow: hidden;
    position: relative;
    padding: 50px 40px;
    transform: scale(0.8) translateY(30px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.pricing-modal-overlay.active .pricing-modal-box {
    transform: scale(1) translateY(0);
}

.close-modal-btn {
    position: absolute;
    top: 25px; right: 25px;
    background: #f1f3f2;
    border: none;
    font-size: 28px;
    line-height: 1;
    width: 45px; height: 45px;
    border-radius: 50%;
    color: var(--paragraph-text);
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-modal-btn:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.modal-form-header {
    text-align: center;
    margin-bottom: 30px;
}
.modal-form-header h3 {
    font-size: 22px !important;
    color: var(--primary-green) !important;
    font-weight: 800 !important;
}
.modal-form-header p {
    font-size: 13px !important;
    color: var(--paragraph-text) !important;
}

.selected-plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(197, 160, 89, 0.08);
    border: 1px solid rgba(197, 160, 89, 0.2);
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 800;
    color: var(--gold);
    margin-top: 15px;
}
.selected-plan-badge i {
    font-size: 12px;
}

/* فیلدهای مخفی برای فرم‌های CF7 */
.hidden-input {
    display: none !important;
}

/* استایل‌دهی جزئی به فیلدهای درون فرم CF7 جهت یکپارچگی */
.modal-form-body input:not([type="submit"]),
.modal-form-body textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 14px;
    transition: 0.3s;
}
.modal-form-body input:focus,
.modal-form-body textarea:focus {
    border-color: var(--gold);
    background: var(--white);
    outline: none;
}
.modal-form-body input[type="submit"] {
    width: 100%;
    background: var(--primary-green);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s;
}
.modal-form-body input[type="submit"]:hover {
    background: var(--gold);
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}




:root {
    --primary-green: #00332a; /* همان سبز درباری برای متن‌های برجسته */
    --gold: #c5a059;
    --gold-light: #e2c691;
    --light-bg: #f8f8f8;     /* پس‌زمینه سکشن روشن */
    --card-bg: #ffffff;      /* پس‌زمینه کارت سفید */
    --dark-text: #333333;    /* متن اصلی تیره */
    --muted-dark-text: #666666; /* متن ثانویه کمی روشن‌تر */
    --border-light: #e0e0e0; /* رنگ برای خطوط جداکننده روی پس‌زمینه روشن */
}

.portfolio-section {
    background-color: var(--light-bg); /* تغییر به پس‌زمینه روشن */
    padding: 100px 0;
    font-family: 'Peyda', Tahoma, sans-serif;
    direction: rtl;
}

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

/* Header Style - Match Pricing/Roadmap (adjusting text colors for light bg) */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.pre-title {
    color: var(--primary-green); /* سبز درباری برای pre-title */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.section-title {
    font-size: 42px;
    color: var(--dark-text); /* متن تیره برای عنوان اصلی */
    margin-bottom: 20px;
}

.gold-text {
    color: var(--gold); /* طلایی همچنان برای هایلایت */
}

.header-line {
    width: 80px;
    height: 3px;
    background: var(--gold);
    margin: 0 auto;
}

/* Grid Layout */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Card Style */
.portfolio-item {
    perspective: 1000px;
}

.portfolio-card-inner {
    background: var(--card-bg); /* پس‌زمینه کارت سفید */
    border: 1px solid var(--border-light); /* حاشیه کارت روشن‌تر */
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* سایه ملایم برای برجستگی */
}

.portfolio-card-inner:hover {
    transform: translateY(-10px);
    border-color: var(--gold); /* حاشیه طلایی در هاور */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); /* سایه کمی قوی‌تر در هاور */
}

/* Image Wrapper */
.portfolio-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-card-inner:hover .portfolio-image img {
    transform: scale(1.1);
}

/* Overlay Effect */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(197, 160, 89, 0.8); /* Overlay طلایی/قهوه‌ای شفاف */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio-card-inner:hover .portfolio-overlay {
    opacity: 1;
}

.view-link {
    color: #ffffff; /* آیکون سفید روی اورلی طلایی */
    background: rgba(255, 255, 255, 0.2); /* پس‌زمینه نیمه‌شفاف برای آیکون */
    border: 1px solid #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.view-link:hover {
    background: #ffffff; /* سفید خالص در هاور */
    color: var(--gold); /* آیکون طلایی در هاور */
}

.portfolio-card-inner:hover .view-link {
    transform: translateY(0);
}

/* Info Section */
.portfolio-info {
    padding: 25px;
    text-align: center;
}

.category {
    color: var(--gold); /* طلایی برای دسته بندی */
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.project-name {
    color: var(--dark-text); /* متن تیره برای نام پروژه */
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--border-light); /* خط جداکننده روشن */
    padding-top: 15px;
}

.year {
    color: var(--muted-dark-text); /* متن ثانویه تیره */
    font-size: 13px;
}

.details-btn {
    color: var(--primary-green); /* سبز درباری برای دکمه جزئیات */
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid var(--primary-green); /* خط سبز زیر دکمه */
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.details-btn:hover {
    color: var(--gold); /* طلایی در هاور دکمه */
    border-color: var(--gold);
}


/* Responsive */
@media (max-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 32px;
    }
}



/* Variables for consistency */
:root {
    --primary-green: #00332a;
    --gold: #c5a059;
    --gold-light: #e2c691;
    --light-bg: #f8f8f8;
    --card-bg: #ffffff;
    --dark-text: #333333;
    --muted-dark-text: #666666;
    --border-light: #e0e0e0;
}

/* Clients Section General Styles */
.clients-section {
    background-color: var(--light-bg);
    padding: 100px 0;
    font-family: 'Peyda', Tahoma, sans-serif;
    direction: rtl;
    text-align: center; /* Centering for grid */
}

.clients-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Style - Consistent with other sections */
.clients-section .section-header {
    margin-bottom: 60px;
}

.clients-section .pre-title {
    color: var(--primary-green);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.clients-section .section-title {
    font-size: 42px;
    color: var(--dark-text);
    margin-bottom: 20px;
}

.clients-section .gold-text {
    color: var(--gold);
}

.clients-section .header-line {
    width: 80px;
    height: 3px;
    background: var(--gold);
    margin: 0 auto;
}

/* Clients Grid Layout */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 columns for desktop */
    gap: 30px 15px; /* Vertical and horizontal gap adjusted for more items */
    align-items: center;
    justify-items: center; /* Center items in their grid cells */
}

.client-logo-item {
    display: flex; /* To center the image vertically and horizontally */
    justify-content: center;
    align-items: center;
    padding: 10px; /* Padding around the logo within its grid cell */
}

.client-logo {
    max-width: 120px; /* Max width for logos */
    height: auto; /* Maintain aspect ratio */
    filter: grayscale(100%); /* Grayscale by default */
    opacity: 0.6; /* Slightly muted */
    transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s ease; /* Transitions for minimal hover */
}

.client-logo-item:hover .client-logo {
    filter: grayscale(0%); /* Full color on hover */
    opacity: 1; /* Full opacity on hover */
    transform: scale(1.1); /* Slight zoom on hover */
    /* Minimal hover, so no border-color or box-shadow */
}

/* Responsive Adjustments */
@media (max-width: 1200px) { /* Adjust for slightly smaller desktops/large tablets */
    .clients-grid {
        grid-template-columns: repeat(5, 1fr); /* 5 columns */
    }
}

@media (max-width: 1024px) {
    .clients-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 columns for medium screens */
        gap: 25px 10px;
    }
}

@media (max-width: 768px) {
    .clients-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for tablets */
        gap: 20px 8px;
    }
    .clients-section .section-title {
        font-size: 36px;
    }
    .client-logo {
        max-width: 100px; /* Slightly smaller logos on tablets */
    }
}

@media (max-width: 480px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for small mobiles */
        gap: 15px 5px;
    }
    .clients-section .section-title {
        font-size: 30px;
    }
    .client-logo {
        max-width: 80px; /* Even smaller logos on mobile */
    }
}
.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999 !important; /* بسیار مهم */
    justify-content: center;
    align-items: center;
}

.modal-open {
    overflow: hidden; /* جلوگیری از اسکرول صفحه زیر مودال */
}/* End custom CSS */