.elementor-278 .elementor-element.elementor-element-a00049b{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */:root {
    --p-green: #00332a;
    --s-gold: #c5a059;
    --light-gold: #f1d592;
    --glass: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(197, 160, 89, 0.2);
}

.fantasy-footer {
    background-color: var(--p-green);
    padding: 50px 0 40px;
    position: relative;
    overflow: hidden; /* برای کنترل نورهای پس‌زمینه */
    direction: rtl;
    color: #e0e0e0;
}

/* نورهای فانتزی پس‌زمینه */
.footer-glow-1, .footer-glow-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.15) 0%, transparent 70%);
    z-index: 1;
}
.footer-glow-1 { top: -100px; left: -50px; }
.footer-glow-2 { bottom: -100px; right: -50px; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }

.footer-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 60px;
}

/* استایل ستون اول */
.brand-bio {
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0;
    opacity: 0.8;
}


.contact-pill {
    display: inline-flex;
    align-items: center;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    padding: 8px 15px;
    border-radius: 50px;
    color: var(--s-gold);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.contact-pill:hover { background: rgba(197, 160, 89, 0.1); transform: scale(1.05); color: #fff;}

.social-glass-row { display: flex; gap: 12px; margin-top: 20px; }
.social-item {
    width: 40px;
    height: 40px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.social-item:hover {
    background: var(--s-gold);
    color: var(--p-green);
    transform: rotate(10deg) translateY(-5px);
}

/* تیترها */
.f-headline {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}
.f-headline::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 2px;
    background: var(--s-gold);
}

.gold-glow { color: var(--light-gold); text-shadow: 0 0 15px rgba(197, 160, 89, 0.4); }

/* ناوبری */
.f-nav { list-style: none; padding: 0; }
.f-nav li { margin-bottom: 15px; }
.f-nav a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}
.f-nav a:hover { color: var(--s-gold); padding-right: 8px; }

/* کارت‌های فانتزی شبکه برندها */
.network-floating-cards {
    display: grid;
    grid-template-columns: repeat(1fr);
    gap: 15px;
}
.net-card {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    padding: 20px 10px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    backdrop-filter: blur(5px);
    transition: 0.4s;
    display: 1 flex;
    align-items: center;
    justify-content: center;
}
.net-card:hover {
    background: rgba(197, 160, 89, 0.15);
    border-color: var(--s-gold);
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    color: #c5a059;
}

/* کپی رایت */
.footer-bottom-creative {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid var(--glass-border);
    text-align: center;
    font-size: 12px;
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .brand-info { grid-column: span 2; text-align: center; }
    .social-glass-row, .contact-pills { justify-content: center; }
}
@media (max-width: 600px) {
    .footer-inner { grid-template-columns: 1fr; text-align: center; }
    .brand-info { grid-column: span 1; }
    .f-headline::after { right: 50%; transform: translateX(50%); }
    .network-floating-cards { grid-template-columns: 1fr; }
}
.footer-logo-container img {
    /* افزایش کنتراست و غلظت رنگ برای طلایی‌تر شدن */
    filter: brightness(1) contrast(1) saturate(1);
    transition: filter 0.3s ease;
}

.footer-logo-container img:hover {
    /* در هنگام هاور کمی درخشان‌تر شود */
    filter: brightness(1) contrast(1) saturate(1) drop-shadow(0 0 15px rgba(0,0,0,1));
}
.custom-social-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 20px;
}

.social-item {
    width: 50px; /* اندازه مربع */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05); /* پس‌زمینه بسیار ملایم مشابه تصویر */
    border: 1px solid rgba(255, 255, 255, 0.1); /* لبه بسیار محو */
    border-radius: 16px; /* گوشه‌های نرم مشابه تصویر */
    color: #ffffff; /* رنگ آیکون (می‌توانید به #D4AF37 برای طلایی تغییر دهید) */
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-item svg {
    width: 24px; /* اندازه خود آیکون داخل مربع */
    height: 24px;
}/* End custom CSS */