.elementor-1249 .elementor-element.elementor-element-d08d2c0{--display:flex;--overflow:hidden;}@media(max-width:767px){.elementor-1249 .elementor-element.elementor-element-d08d2c0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-77c3c55 */<style>
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;900&display=swap');

.contact-premium-v3 {
    padding: 60px 15px;
    background: #ffffff; /* ارضية الموقع بيضاء */
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.container { max-width: 1100px; margin: 0 auto; }

.contact-header-v3 { text-align: center; margin-bottom: 40px; }

.badge {
    background: rgba(10, 99, 138, 0.1);
    color: #0a638a;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}

.contact-header-v3 h2 { font-size: 36px; font-weight: 900; color: #1e272e; margin-bottom: 10px; }

.gradient-text {
    background: linear-gradient(90deg, #0a638a, #0fbcf9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-grid-v3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* ستايل الكارت "الحي" */
.v3-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

/* الألوان قبل الهاوفر مبهجة وحية */
.v3-card.wa { border-right: 5px solid #27ae60; background: linear-gradient(145deg, #ffffff, #f0fff4); }
.v3-card.call { border-right: 5px solid #0a638a; background: linear-gradient(145deg, #ffffff, #f0f7fa); }
.v3-card.location { border-right: 5px solid #f39c12; background: linear-gradient(145deg, #ffffff, #fffaf0); }
.v3-card.mail { border-right: 5px solid #34495e; background: linear-gradient(145deg, #ffffff, #f8f9fa); }

.v3-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-left: 20px;
    transition: 0.3s;
}

.wa .v3-icon { background: #27ae60; color: #fff; box-shadow: 0 8px 15px rgba(39, 174, 96, 0.2); }
.call .v3-icon { background: #0a638a; color: #fff; box-shadow: 0 8px 15px rgba(10, 99, 138, 0.2); }
.location .v3-icon { background: #f39c12; color: #fff; box-shadow: 0 8px 15px rgba(243, 156, 18, 0.2); }
.mail .v3-icon { background: #34495e; color: #fff; box-shadow: 0 8px 15px rgba(52, 73, 94, 0.2); }

.v3-info h3 { font-size: 20px; font-weight: 800; color: #2d3436; margin: 0; }
.v3-info p { font-size: 14px; color: #636e72; margin: 5px 0 0; }

.v3-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #27ae60;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    animation: pulse 2s infinite;
}

/* انيميشن النبض */
@keyframes pulse {
    0% { transform: scale(0.95); opacity: 0.8; }
    70% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.8; }
}

/* الهاوفر القوي */
.v3-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(10, 99, 138, 0.1);
    border-color: #0a638a;
}

/* الموبايل */
@media (max-width: 768px) {
    .contact-grid-v3 { grid-template-columns: 1fr; }
    .contact-header-v3 h2 { font-size: 28px; }
    .v3-card { padding: 20px; }
}
</style>/* End custom CSS */