.elementor-19 .elementor-element.elementor-element-7eed246{--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;}/* Start custom CSS for html, class: .elementor-element-7405bc0 *//* --- PREMIUM ABOUT US DESIGN --- */

.hayaat-about-wrapper {
    padding: 60px 20px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* Header Styling */
.about-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-header h1 {
    font-size: 42px !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #6e45e2 0%, #88d3ce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.about-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Container Layout */
.about-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.about-content {
    flex: 1;
    min-width: 300px;
}

.about-content h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #222;
}

.about-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Feature Cards */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.feature-card {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;
}

.feature-card:hover {
    background: #fff;
    border-color: #6e45e2;
    transform: translateY(-5px);
}

.feature-card .f-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.feature-card h4 {
    font-size: 14px !important;
    margin: 0;
    font-weight: 600;
}

/* Button */
.h-fb-link {
    display: inline-block;
    background: #222;
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none !important;
    transition: 0.3s;
}

.h-fb-link:hover {
    background: #1877F2;
    box-shadow: 0 10px 20px rgba(24, 119, 242, 0.2);
    transform: translateY(-3px);
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    .about-header h1 { font-size: 32px !important; }
    .about-container { flex-direction: column; gap: 30px; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .about-content { text-align: center; }
}/* End custom CSS */