.elementor-128 .elementor-element.elementor-element-967550c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3ff96ec */:root {
    --lime: #d4ff00;
    --text-white: #ffffff;
    --text-gray: #a0a0a0;
    --bg-black: #000000;
}
body{background-color:#000000}
.contact-section {
    direction: ltr;
    background-color: var(--bg-black);
    color:#ffffff;
    padding: 100px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: center;
}

/* Titles */
.contact-header {
    margin-bottom: 80px;
}

.contact-main-title {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.contact-sub-title {
    color: var(--lime);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Grid System */
.contact-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.contact-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

/* Icons & Labels */
.contact-icon {
    color: var(--lime);
    font-size: 40px; /* آیکون‌های بزرگ و فسفری */
    margin-bottom: 25px;
    filter: drop-shadow(0 0 10px rgba(212, 255, 0, 0.3));
}

.contact-label {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.contact-info {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

/* Vertical Dividers */
.v-divider {
    width: 1.5px;
    height: 120px;
    background-color: rgba(212, 255, 0, 0.3); /* خط جداکننده نیمه‌شفاف فسفری */
}

/* Responsive */
@media (max-width: 992px) {
    .contact-grid {
        flex-direction: column;
        gap: 60px;
    }
    
    .v-divider {
        width: 60px;
        height: 1.5px; /* در موبایل به خط افقی تبدیل می‌شود */
    }

    .contact-main-title {
        font-size: 42px;
    }
}/* End custom CSS */