
/* ===============================
   Hero Section / Header
   =============================== */
.elementor-section.elementor-top-section.elementor-element-0fe2df5 {
    padding: 120px 0 100px 0; /* Top / Bottom spacing */
}
.elementor-element-0fe2df5{
    margin-top: 70px;
}
/* Sub-title */
.about-content-wrapper .sub-title {
    color: #f8f8f8; /* أبيض */
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

/* Main Title */
.about-content-wrapper .sec-title {
    color: #f8f8f8; /* أبيض */
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

/* CTA Button */
.btn.style-r0.style-one {
    background-color: #5DD62C !important; /* Primary Green */
    color: #0f0f0f !important; /* Dark text */
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn.style-r0.style-one:hover {
    background-color: #337418 !important; /* Darker green hover */
    color: #f8f8f8 !important;
}