/* ==================== ABOUT PAGE STYLES ==================== */

/* Page Header */
.page-header-v2 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header-bg-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-bg-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay for text readability */
.page-header-v2 .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.header-content-v2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: var(--white);
    width: 100%;
}

.page-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.page-title-wrapper .page-title {
    font-size: 56px;
    font-weight: 900;
    margin: 0;
    position: relative;
    z-index: 2;
}

.title-shape {
    position: absolute;
    bottom: -20px;
    left: 40%;
    transform: translateX(-50%);
    width: 120px;
    z-index: 3;
}

.title-shape img {
    width: 100%;
    height: auto;
}

.page-header-v2 .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.page-header-v2 .breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.page-header-v2 .breadcrumb a:hover {
    color: var(--white);
}

.page-header-v2 .breadcrumb .separator {
    color: rgba(255, 255, 255, 0.5);
}

.page-header-v2 .breadcrumb .current {
    color: var(--white);
}

/* Intro Section */
.about-intro-section {
    padding: 60px 0;
    background-color: var(--white);
}

.intro-grid-v2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 0;
}

.intro-header {
    margin-bottom: 25px;
}

.intro-text {
    margin-bottom: 0;
}

.intro-text p {
    margin-bottom: 18px;
    color: var(--text-light);
    line-height: 1.9;
    font-size: 15px;
}

.intro-text p:last-child {
    margin-bottom: 0;
}

.intro-image-col {
    height: 100%;
}

.intro-image-col img {
    width: 100%;
    height: 70%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    /* min-height: 600px; */
    /* Ensure sufficient height */
}

/* Vision & Mission Stacked */
.vm-stacked {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.vm-card-row {
    background: var(--white);
    border: 1px solid #eee;
    padding: 25px 30px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.vm-card-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.vm-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--white);
    flex-shrink: 0;
}

.vm-icon.red {
    background-color: #f44336;
}

.vm-icon.blue {
    background-color: var(--primary-blue);
}

.vm-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.vm-title.red {
    color: #f44336;
}

.vm-title.blue {
    color: var(--primary-blue);
}

.vm-text {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.8;
}

/* Contact Button */
.intro-cta-wrapper {
    margin-top: 30px;
    text-align: right;
}

.intro-cta-wrapper .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 91, 168, 0.2);
}

.intro-cta-wrapper .btn-primary:hover {
    background-color: #094a8f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 91, 168, 0.3);
}

.intro-cta-wrapper .btn-primary i {
    font-size: 13px;
}

/* Investments Section */
.investments-section {
    padding: 50px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.btn-outline-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent;
    color: var(--primary-blue);
    padding: 14px 38px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid var(--primary-blue);
    transition: all 0.3s;
    text-decoration: none;
}

.btn-outline-large:hover {
    background-color: var(--primary-blue);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 91, 168, 0.3);
}

/* CEO Section */
.ceo-section {
    padding: 60px 0;
    background-color: #E5E5C9;
}

.ceo-grid-v2 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: center;
}

.ceo-content {
    position: relative;
    padding: 10px 20px;
}

.ceo-content .quote-icon {
    font-size: 36px;
    color: var(--primary-blue);
    margin-bottom: 15px;
    opacity: 0.2;
}

.ceo-content .quote-icon-end {
    font-size: 36px;
    color: var(--primary-blue);
    float: left;
    margin-top: 10px;
    opacity: 0.2;
}

.ceo-greeting {
    font-size: 19px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 18px;
    margin-top: 8px;
}

.ceo-text {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.9;
    margin-bottom: 14px;
    font-family: 'IBM Plex Sans', 'Cairo', sans-serif;
}

.ceo-image-col img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 992px) {


    .intro-grid-v2,
    .ceo-grid-v2 {
        grid-template-columns: 1fr;
    }

    .intro-image-col {
        order: -1;
    }

    .page-title-wrapper .page-title {
        font-size: 40px;
    }

    .intro-image-col img {
        max-height: 500px;
    }

    .title-shape {
        width: 80px;
        bottom: -15px;
    }
}

@media (max-width: 768px) {


    .page-title-wrapper .page-title {
        font-size: 32px;
    }

    .intro-grid-v2 {
        gap: 40px;
    }

    .vm-stacked {
        margin-top: 30px;
        gap: 20px;
    }

    .vm-card-row {
        padding: 20px;
    }

    .ceo-grid-v2 {
        gap: 40px;
    }

    .about-intro-section,
    .ceo-section {
        padding: 60px 0;
    }

    .investments-section {
        padding: 40px 0;
    }
}