/* ======================================
   REEMCO ABOUT US — Premium Corporate Page
   File: reemco-about.css
   ====================================== */

/* — Override Elementor/Astra default page content for About — */
.reemco-about-page .entry-content>.elementor,
.reemco-about-page .entry-content>.e-con {
    display: none !important;
}

/* ==========================================
   HERO SECTION
   ========================================== */
.reemco-about-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.reemco-about-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.reemco-about-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reemco-about-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(15, 20, 35, 0.88) 0%,
            rgba(25, 35, 55, 0.75) 50%,
            rgba(40, 50, 70, 0.6) 100%);
    z-index: 1;
}

.reemco-about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
    padding: 0 30px;
}

.reemco-about-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(196, 162, 101, 0.15);
    border: 1px solid rgba(196, 162, 101, 0.4);
    padding: 8px 22px;
    border-radius: 50px;
    margin-bottom: 30px;
    animation: fadeInDown 0.8s ease;
}

.reemco-about-hero__badge span {
    color: #C4A265;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.reemco-about-hero__title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.reemco-about-hero__title em {
    font-style: normal;
    color: #C4A265;
}

.reemco-about-hero__subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.9;
    max-width: 750px;
    margin: 0 auto 35px;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.reemco-about-hero__scroll {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    letter-spacing: 1px;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.reemco-about-hero__scroll i {
    animation: bounce 2s infinite;
}

/* ==========================================
   SECTION COMMON STYLES
   ========================================== */
.reemco-about-section {
    padding: 90px 0;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.reemco-about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.reemco-about-section__header {
    text-align: center;
    margin-bottom: 60px;
}

.reemco-about-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #C4A265;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.reemco-about-section__eyebrow::before,
.reemco-about-section__eyebrow::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #C4A265;
}

.reemco-about-section__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1B5E3B;
    margin-bottom: 15px;
}

.reemco-about-section__desc {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
}

/* ==========================================
   BRAND STORY SECTION
   ========================================== */
.reemco-about-story {
    background: #fafbfc;
}

.reemco-about-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.reemco-about-story__text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1B5E3B;
    margin-bottom: 20px;
    line-height: 1.5;
}

.reemco-about-story__text h3 span {
    color: #C4A265;
}

.reemco-about-story__text p {
    font-size: 1rem;
    color: #555;
    line-height: 2;
    margin-bottom: 18px;
}

.reemco-about-story__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.reemco-about-story__stat {
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.reemco-about-story__stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.reemco-about-story__stat-num {
    font-size: 2.2rem;
    font-weight: 700;
    color: #C4A265;
    line-height: 1;
}

.reemco-about-story__stat-label {
    font-size: 0.8rem;
    color: #888;
    margin-top: 8px;
    font-weight: 600;
}

.reemco-about-story__visual {
    position: relative;
}

.reemco-about-story__visual img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.reemco-about-story__visual-badge {
    position: absolute;
    bottom: -20px;
    right: 30px;
    background: #1B5E3B;
    color: #fff;
    padding: 18px 28px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.reemco-about-story__visual-badge strong {
    display: block;
    font-size: 1.6rem;
    color: #C4A265;
}

.reemco-about-story__visual-badge span {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* ==========================================
   SERVICES / PILLARS SECTION
   ========================================== */
.reemco-about-services {
    background: #fff;
}

.reemco-about-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.reemco-about-service-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.4s ease;
}

.reemco-about-service-card:hover {
    transform: translateY(-8px);
}

.reemco-about-service-card__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.reemco-about-service-card__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.reemco-about-service-card:hover .reemco-about-service-card__bg img {
    transform: scale(1.08);
}

.reemco-about-service-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(10, 10, 20, 0.92) 0%, rgba(10, 10, 20, 0.3) 60%, transparent 100%);
    z-index: 1;
}

.reemco-about-service-card__content {
    position: relative;
    z-index: 2;
    padding: 35px 30px;
}

.reemco-about-service-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(196, 162, 101, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #C4A265;
    font-size: 1.3rem;
    border: 1px solid rgba(196, 162, 101, 0.3);
}

.reemco-about-service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.reemco-about-service-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
}

/* ==========================================
   VISION & MISSION
   ========================================== */
.reemco-about-vision {
    background: linear-gradient(135deg, #1B5E3B 0%, #143D2B 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.reemco-about-vision::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 162, 101, 0.08) 0%, transparent 70%);
}

.reemco-about-vision::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 162, 101, 0.06) 0%, transparent 70%);
}

.reemco-about-vision .reemco-about-section__title {
    color: #fff;
}

.reemco-about-vision .reemco-about-section__desc {
    color: rgba(255, 255, 255, 0.7);
}

.reemco-about-vision__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.reemco-about-vision__card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 45px 35px;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.reemco-about-vision__card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(196, 162, 101, 0.3);
    transform: translateY(-4px);
}

.reemco-about-vision__card-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(196, 162, 101, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #C4A265;
    margin-bottom: 20px;
}

.reemco-about-vision__card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.reemco-about-vision__card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
}

/* ==========================================
   TRUST & AUTHORITY
   ========================================== */
.reemco-about-trust {
    background: #f8f9fb;
}

.reemco-about-trust__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.reemco-about-trust__card {
    background: #fff;
    border-radius: 14px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.reemco-about-trust__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border-color: rgba(196, 162, 101, 0.3);
}

.reemco-about-trust__card-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(196, 162, 101, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #C4A265;
    margin: 0 auto 18px;
}

.reemco-about-trust__card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1B5E3B;
    margin-bottom: 10px;
}

.reemco-about-trust__card p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.7;
}

.reemco-about-trust__card .trust-number {
    font-size: 1rem;
    font-weight: 700;
    color: #C4A265;
    direction: ltr;
    letter-spacing: 1px;
}

/* — Location Banner — */
.reemco-about-trust__location {
    background: #1B5E3B;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
}

.reemco-about-trust__location-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(196, 162, 101, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #C4A265;
    flex-shrink: 0;
}

.reemco-about-trust__location-text h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.reemco-about-trust__location-text p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
}

/* ==========================================
   FOUNDER SECTION
   ========================================== */
.reemco-about-founder {
    background: #fff;
}

.reemco-about-founder__content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.reemco-about-founder__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C4A265, #A88B4A);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(196, 162, 101, 0.3);
}

.reemco-about-founder__content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1B5E3B;
    margin-bottom: 6px;
}

.reemco-about-founder__content .founder-title {
    font-size: 0.9rem;
    color: #C4A265;
    font-weight: 600;
    margin-bottom: 25px;
}

.reemco-about-founder__content blockquote {
    font-size: 1.1rem;
    color: #555;
    line-height: 2;
    font-style: normal;
    border: none;
    padding: 30px 40px;
    background: #f8f9fb;
    border-radius: 14px;
    position: relative;
    margin: 0;
}

.reemco-about-founder__content blockquote::before {
    content: '\201F';
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 4rem;
    color: rgba(196, 162, 101, 0.2);
    font-family: serif;
    line-height: 1;
}

/* ==========================================
   CTA / CONTACT SECTION
   ========================================== */
.reemco-about-cta {
    background: linear-gradient(135deg, #C4A265 0%, #A88B4A 50%, #8A7238 100%);
    text-align: center;
    padding: 80px 0;
    font-family: 'Cairo', sans-serif;
    direction: rtl;
}

.reemco-about-cta h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.reemco-about-cta p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.reemco-about-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #1B5E3B;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.reemco-about-cta__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ==========================================
   ANIMATIONS
   ========================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(8px);
    }

    60% {
        transform: translateY(4px);
    }
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1024px) {
    .reemco-about-hero__title {
        font-size: 2.4rem;
    }

    .reemco-about-story__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .reemco-about-services__grid {
        grid-template-columns: 1fr 1fr;
    }

    .reemco-about-trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reemco-about-vision__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .reemco-about-hero {
        min-height: 70vh;
    }

    .reemco-about-hero__title {
        font-size: 1.8rem;
    }

    .reemco-about-hero__subtitle {
        font-size: 1rem;
    }

    .reemco-about-section {
        padding: 60px 0;
    }

    .reemco-about-section__title {
        font-size: 1.8rem;
    }

    .reemco-about-services__grid {
        grid-template-columns: 1fr;
    }

    .reemco-about-service-card {
        min-height: 380px;
    }

    .reemco-about-story__stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .reemco-about-trust__grid {
        grid-template-columns: 1fr;
    }

    .reemco-about-trust__location {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .reemco-about-cta h2 {
        font-size: 1.6rem;
    }

    .reemco-about-founder__content blockquote {
        padding: 25px 20px;
    }
}