.elementor-23977 .elementor-element.elementor-element-98e40c4{--display:flex;--justify-content:flex-start;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-23977 .elementor-element.elementor-element-98e40c4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-23977 .elementor-element.elementor-element-cd999b0.elementor-element{--align-self:flex-end;--flex-grow:0;--flex-shrink:1;}@media(min-width:769px){.elementor-23977 .elementor-element.elementor-element-98e40c4{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-cd999b0 */.elite-contact-section {
    background: linear-gradient(180deg, #020617, #030a22);
    padding: 100px 20px;
    color: #e5e7eb;
    direction: rtl;
}

.contact-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px;
}

.contact-header h2 {
    font-size: 42px;
    font-weight: 700;
}

.contact-header h2 span {
    color: #C9A24D;
}

.contact-header p {
    font-size: 17px;
    line-height: 1.9;
    color: #b8c2e6;
    margin-top: 15px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}

.contact-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,162,77,0.15);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
}

.contact-card h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #C9A24D;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card li {
    margin-bottom: 18px;
    font-size: 16px;
}

.info-card i {
    color: #C9A24D;
    margin-left: 10px;
}

.info-card a {
    color: #9fa8da;
    text-decoration: none;
    display: block;
    margin-right: 30px;
    font-size: 15px;
}

.action-card p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
    color: #cbd5f5;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #C9A24D, #f4d37a);
    color: #020617;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.contact-btn:hover {
    transform: translateY(-3px);
}

.social-links {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9A24D;
    transition: background 0.3s ease;
}

.social-links a:hover {
    background: rgba(201,162,77,0.25);
}

/* Responsive */
@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */