/* About Page Styles */
.about-hero {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
}

.about-hero h1 {
    color: var(--white);
    font-size: 3rem;
    margin-bottom: 20px;
}

.about-content-section {
    padding: 80px 0;
    background: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image img {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.team-section {
    padding: 80px 0;
    background: var(--bg-color);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.team-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-img-wrapper {
    height: 250px;
    background: #e0e0e0;
    overflow: hidden;
}

.team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 20px;
}

.team-name {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-role {
    color: var(--accent-color);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

/* Premium Card Base Style */
.mmec-premium-card {
    background-color: #05172a; /* Fallback solid color */
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' width='200' height='200'%3E%3Ccircle cx='100' cy='100' r='90' stroke='%23c49a46' stroke-width='1' fill='none' stroke-dasharray='5,3' opacity='0.12'/%3E%3Ccircle cx='100' cy='100' r='82' stroke='%23c49a46' stroke-width='1.5' fill='none' opacity='0.15'/%3E%3Ccircle cx='100' cy='100' r='74' stroke='%23c49a46' stroke-width='0.5' fill='none' stroke-dasharray='2,2' opacity='0.18'/%3E%3Ccircle cx='100' cy='100' r='66' stroke='%23c49a46' stroke-width='1' fill='none' stroke-dasharray='10,5' opacity='0.15'/%3E%3Ccircle cx='100' cy='100' r='58' stroke='%23c49a46' stroke-width='1' fill='none' opacity='0.1'/%3E%3Cpolygon points='100,75 106,94 125,100 106,106 100,125 94,106 75,100 94,94' fill='%23c49a46' opacity='0.08'/%3E%3Ccircle cx='100' cy='100' r='10' stroke='%23c49a46' stroke-width='1' fill='none' opacity='0.15'/%3E%3C/svg%3E"),
        radial-gradient(ellipse at top, rgba(28, 82, 128, 0.4) 0%, rgba(8, 34, 60, 0) 70%), 
        linear-gradient(180deg, #0b2c4c 0%, #05172a 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right -20px center, center top, center;
    background-size: 180px, 100% 100%, 100% 100%;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    color: #cbd5e1;
    position: relative;
}


/* Sliced Decorative Double Border with Notched Corners */
.card-border-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 12px solid transparent;
    border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Crect x='2' y='2' width='56' height='56' rx='8' ry='8' fill='none' stroke='%23c49a46' stroke-width='2'/%3E%3Cpath d='M 8,14 A 6,6 0 0,0 14,8 L 46,8 A 6,6 0 0,0 52,14 L 52,46 A 6,6 0 0,0 46,52 L 14,52 A 6,6 0 0,0 8,46 Z' fill='none' stroke='%23c49a46' stroke-width='1' opacity='0.45'/%3E%3C/svg%3E") 12 fill repeat;
    pointer-events: none;
    z-index: 10;
}


/* Statement of Purpose Styles */
.purpose-section {
    padding: 80px 0;
    background-color: var(--bg-color);
}

.purpose-card {
    padding: 55px 60px;
    max-width: 1000px;
    margin: 40px auto;
    text-align: left;
}

.purpose-card .quote-top,
.purpose-card .quote-bottom {
    position: absolute;
    font-size: 7.5rem;
    font-family: 'Merriweather', serif;
    color: #103657;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 2;
}

.purpose-card .quote-top {
    top: -42px;
    left: 20px;
}

.purpose-card .quote-bottom {
    bottom: -84px;
    right: 20px;
}

.purpose-text {
    line-height: 1.85;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.purpose-text.en-content {
    font-family: var(--font-family-en, 'Inter', sans-serif);
    font-size: 1.05rem;
    color: #d1d8e0;
}

.purpose-text.mm-content {
    font-family: var(--font-family-mm, sans-serif);
    font-size: 0.98rem;
    line-height: 1.95;
    color: #cbd5e1;
}

/* Our Objectives Styles */
.objectives-section {
    padding: 80px 0;
    background-color: var(--white);
}

.objectives-container {
    color: var(--text-dark);
}

.objectives-list {
    list-style: none;
    padding: 0;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
    max-width: 1200px;
}

.objectives-list li {
    flex: 0 1 calc(33.333% - 20px);
    min-width: 300px;
    padding: 45px 30px 30px 30px;
    margin-top: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    color: #cbd5e1;
    line-height: 1.8;
}

.objectives-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(196, 154, 70, 0.18);
}

.objectives-list li strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--accent-color);
    color: var(--accent-color);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font-family-en, 'Merriweather', serif);
    line-height: 1;
    flex-shrink: 0;
    background: transparent;
    position: relative;
    z-index: 12;
}

/* Dynamic Card Badge overlapping top border */
.card-badge {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0a2c4c;
    border: 2px solid var(--accent-color);
    box-shadow: inset 0 0 0 2px #041627, 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 1.3rem;
    font-weight: 700;
    font-family: var(--font-family-en, 'Merriweather', serif);
    z-index: 10;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .objectives-list li {
        flex: 0 1 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .purpose-section, .objectives-section {
        padding: 50px 0;
    }
    
    .purpose-card {
        padding: 45px 30px;
    }
    
    .purpose-card .quote-top,
    .purpose-card .quote-bottom {
        font-size: 5rem;
    }
    
    .purpose-card .quote-top {
        top: -28px;
        left: 15px;
    }
    
    .purpose-card .quote-bottom {
        bottom: -58px;
        right: 15px;
    }
    
    .purpose-text.en-content {
        font-size: 0.98rem;
        line-height: 1.75;
    }
    
    .purpose-text.mm-content {
        font-size: 0.92rem;
        line-height: 1.85;
    }
    
    .objectives-list {
        gap: 20px;
    }
    
    .objectives-list li {
        flex: 0 1 100%;
        padding: 45px 25px 25px 25px;
        margin-top: 24px;
        background-size: 150px;
    }
}




