@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

/* About Page - Complete Redesign */

/* === HEADER SECTION === */

.about-header {
    background-color: #f7f3eb;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(43, 44, 82, 0.1);
}

.about-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.about-navbar .logo {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.about-navbar .logo-safe {
    font-weight: 900;
    color: #2b2c52;
}

.about-navbar .logo-web {
    font-weight: 600;
    color: #2b2c52;
}

.about-navbar .nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    justify-content: center;
}

.about-navbar .nav-menu a {
    color: #2b2c52;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    position: relative;
}

.about-navbar .nav-menu a:hover,
.about-navbar .nav-menu a.active {
    color: #bb2a1d;
}

.about-navbar .nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #bb2a1d;
}

.btn-contact {
    background-color: white;
    color: #bb2a1d;
    border: none;
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* === HERO SECTION === */

.about-hero {
    background-color: #e8e5cc;
    padding: 96px 20px;

}
.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 42%, rgba(255, 255, 255, 0.16) 0%, transparent 42%);
    pointer-events: none;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='24' height='24.5' patternTransform='scale(1) rotate(20)'><rect x='0' y='0' width='100%' height='100%' fill='%23c0392bff'/><path d='M10-6V6M10 14v12M26 10H14M6 10H-6' transform='translate(2,0)' stroke-linecap='square' stroke-width='0.5' stroke='%23232428ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-38,-25)' fill='url(%23a)'/></svg>")
}


.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

/* Left Column */
.hero-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.click-here-btn {
    background-color: #4fb860;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
}

.click-here-btn:hover {
    background-color: #3f9a4d;
    transform: translateX(-4px);
}

.about-title {
    font-size: 90px;
    font-weight: 900;
    color: #2b2c52;
    line-height: 1;
    letter-spacing: -5px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.about-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #2b2c52;
    line-height: 1.35;
    letter-spacing: -0.5px;
    margin: 0;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.about-text strong {
    font-weight: 700;
    color: #2b2c52;
}

.key-areas {
    list-style: none;
    padding: 0;
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.key-areas li {
    font-size: 15px;
    color: #555;
    padding-left: 24px;
    position: relative;
}

.key-areas li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #bb2a1d;
    font-weight: bold;
}

/* Right Column - Image Collage */
.hero-right {
    display: flex;
    justify-content: flex-end;
}

.image-collage {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 400px;
}

.collage-img {
    position: absolute;
    width: 220px;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.collage-img.img-1 {
    top: 0;
    right: 0;
    z-index: 3;
}

.collage-img.img-2 {
    top: 80px;
    right: 60px;
    z-index: 2;
}

.collage-img.img-3 {
    top: 160px;
    right: 0px;
    z-index: 1;
    width: 240px;
    height: 160px;
}

/* === VISION & MISSION SECTION === */

.vision-mission-section {
    background-color: #bb2a1d;
    color: white;
    padding: 96px 24px;
}

.vision-mission-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 1200px;
    margin: 0 auto;
}

.vision-block,
.mission-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vision-block h2,
.mission-block h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
}

.vision-block p,
.mission-block p {
    font-size: 15px;
    line-height: 1.85;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    max-width: 900px;
}

/* === CORE PILLARS SECTION === */

.pillars-section {
    background-color: #f7f3eb;
    padding: 96px 20px;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.pillar-card {
    background-color: white;
    padding: 48px 40px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.pillar-icon {
    font-size: 48px;
    color: #bb2a1d;
}

.pillar-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2b2c52;
    margin: 0;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.pillar-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* === INCLUSIVITY BANNER === */

.inclusivity-banner {
    background-color: #bb2a1d;
    color: white;
    padding: 64px 24px;
}

.inclusivity-banner p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.85;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: 0.3px;
}

/* === GLOBAL PRESENCE MAP SECTION === */

.map-section {
    background-color: #f7f3eb;
    padding: 96px 24px;
}

.map-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f7f3eb;
    border: 1px solid rgba(43, 44, 82, 0.08);
}

.world-map {
    width: 100%;
    height: 520px;
    display: block;
    min-height: 320px;
    background: linear-gradient(135deg, #f0ede6, #e6dfd2);
}

.world-map.map-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2b2c52;
    padding: 24px;
    font-size: 16px;
    font-weight: 600;
}

.world-map .leaflet-control-zoom {
    border: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.world-map .leaflet-control-zoom a {
    color: #2b2c52;
    border: 1px solid rgba(43, 44, 82, 0.15);
}

.world-map .leaflet-control-zoom a:hover {
    color: #bb2a1d;
}

.map-pin {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 5px rgba(187, 42, 29, 0.15);
    transform: translate(-50%, -50%);
}

.map-pin--partnership {
    background: #bb2a1d;
    box-shadow: 0 0 0 6px rgba(187, 42, 29, 0.2);
}

.map-pin--collaboration {
    background: #4a7ba7;
    box-shadow: 0 0 0 6px rgba(74, 123, 167, 0.2);
}

.world-map .leaflet-tooltip.partner-tooltip {
    background: #2b2c52;
    border: none;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    padding: 10px 12px;
    max-width: 230px;
}

.world-map .leaflet-tooltip.partner-tooltip::before {
    border-top-color: #2b2c52;
}

.map-legend {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    justify-content: flex-start;
}

.map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.map-filter-btn,
.map-reset-btn {
    border: 1px solid rgba(43, 44, 82, 0.18);
    background-color: #ffffff;
    color: #2b2c52;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.map-filter-btn:hover,
.map-reset-btn:hover {
    border-color: #bb2a1d;
    color: #bb2a1d;
}

.map-filter-btn.active {
    background-color: #bb2a1d;
    border-color: #bb2a1d;
    color: #ffffff;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #666;
}

.legend-color {
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.legend-color.active {
    background-color: #bb2a1d;
}

.legend-color.default {
    background-color: #4a7ba7;
}

/* === RESPONSIVE DESIGN === */

@media (max-width: 1024px) {
    .hero-grid {
        gap: 48px;
    }
    
    .pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .image-collage {
        max-width: 300px;
    }
    
    .collage-img {
        width: 180px;
        height: 150px;
    }
    
    .collage-img.img-3 {
        width: 200px;
        height: 130px;
    }
}

@media (max-width: 768px) {
    .about-header {
        padding: 12px 0;
    }
    
    .about-navbar {
        gap: 16px;
        flex-wrap: wrap;
    }
    
    .about-navbar .nav-menu {
        display: none;
        order: 3;
        width: 100%;
        gap: 16px;
        flex-direction: column;
    }
    
    .about-navbar .nav-menu.active {
        display: flex;
    }
    
    .about-hero {
        padding: 64px 16px;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .about-title {
        font-size: 48px;
    }
    
    .about-subtitle {
        font-size: 22px;
    }
    
    .hero-right {
        justify-content: center;
    }
    
    .image-collage {
        max-width: 100%;
    }
    
    .vision-mission-section {
        padding: 64px 16px;
    }
    
    .vision-mission-content {
        gap: 48px;
    }
    
    .pillars-section {
        padding: 64px 16px;
    }
    
    .pillars-grid {
        grid-template-columns: 1fr;
    }
    
    .inclusivity-banner {
        padding: 48px 16px;
    }
    
    .inclusivity-banner p {
        font-size: 16px;
    }
    
    .map-section {
        padding: 64px 16px;
    }
    
    .map-legend {
        flex-direction: column;
        gap: 12px;
    }

    .map-actions {
        margin-top: 14px;
        gap: 8px;
    }

    .map-filter-btn,
    .map-reset-btn {
        font-size: 11px;
        padding: 7px 12px;
    }

    .world-map {
        height: 420px;
    }
}

@media (max-width: 480px) {
    .about-navbar {
        padding: 8px 0;
    }
    
    .about-navbar .logo {
        font-size: 14px;
    }
    
    .language-switcher {
        gap: 4px;
    }
    
    .lang-btn {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .about-hero {
        padding: 48px 16px;
    }
    
    .hero-left {
        gap: 24px;
    }
    
    .about-title {
        font-size: 36px;
    }
    
    .about-subtitle {
        font-size: 18px;
    }
    
    .about-text p,
    .key-areas li {
        font-size: 14px;
    }
    
    .vision-mission-section {
        padding: 48px 16px;
    }
    
    .vision-block h2,
    .mission-block h2 {
        font-size: 24px;
    }
    
    .vision-block p,
    .mission-block p {
        font-size: 14px;
    }
    
    .pillars-section {
        padding: 48px 16px;
    }
    
    .pillar-card {
        padding: 32px 24px;
    }
    
    .pillar-card h3 {
        font-size: 14px;
    }
    
    .pillar-card p {
        font-size: 12px;
    }
    
    .pillar-icon {
        font-size: 36px;
    }
    
    .inclusivity-banner {
        padding: 40px 16px;
    }
    
    .inclusivity-banner p {
        font-size: 15px;
    }
    
    .map-section {
        padding: 48px 16px;
    }

    .world-map {
        height: 340px;
    }
}
