/* ALPHABETIZED CSS FOR OSS GROUP BANGLADESH */

:root {
    --oss-gold: #c5a059;
    --oss-light: #f8f9fa;
    --oss-navy: #001f3f;
    --oss-dark: #212e52;
}

body {
    color: #333;
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.about-header {
    background: linear-gradient(rgba(0, 31, 63, 0.9), rgba(0, 31, 63, 0.9)), url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&q=80&w=2070");
    background-position: center;
    background-size: cover;
    color: white;
    margin-bottom: 30px;
    padding: 80px 0;
}

.btn-gold {
    background-color: var(--oss-gold);
    border: none;
    color: white;
    padding: 12px 30px;
    transition: 0.3s;
    white-space: nowrap;
}

.btn-gold:hover {
    background-color: #b38f4d;
    color: white;
}

.btn-outline-light {
    white-space: nowrap;
}

.contact-font {
    font-size: 0.8rem;
    font-weight: 600;
}

.contact-section {
    background-color: var(--oss-navy);
    color: white;
    padding: 80px 0;
}

.footer-credit {
    top: 24px;
    color: var(--oss-dark);
    font-size: 0.65rem;
    font-weight: 400;
    opacity: 0.7;
    text-decoration: none;
    transition: 0.3s;
}

.footer-credit:hover {
    color: var(--oss-gold);
    opacity: 1;
}

.form-control {
    border-radius: 0;
    padding: 12px;
}

.hero {
    background: linear-gradient(rgba(0, 31, 63, 0.85), rgba(0, 31, 63, 0.85)), url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&q=80&w=2070");
    background-position: center;
    background-size: cover;
    color: white;
    padding: 120px 0;
}

.icon-box {
    color: var(--oss-navy);
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.mission-box {
    background: var(--oss-light);
    border-left: 4px solid var(--oss-gold);
    border-radius: 4px;
    padding: 20px;
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-link {
    align-items: center;
    color: var(--oss-navy) !important;
    display: flex;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.nav-link:hover {
    color: var(--oss-gold) !important;
}

.reveal {
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    transition: all 1s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.service-card {
    background: var(--oss-light);
    border: none;
    border-bottom: 4px solid transparent;
    height: 100%;
    transition: 0.3s;
}

.service-card:hover {
    border-bottom: 4px solid var(--oss-gold);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.stat-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    transition: 0.3s;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    color: var(--oss-gold);
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.top-banner {
    background: var(--oss-gold);
    color: #fff;
    font-size: 0.85rem;
    padding: 8px 0;
}

.whatsapp-float {
    align-items: center;
    background-color: #25d366;
    border-radius: 50px;
    bottom: 30px;
    box-shadow: 2px 2px 3px #999;
    color: #fff;
    display: flex;
    font-size: 30px;
    height: 60px;
    justify-content: center;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 60px;
    z-index: 1000;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .hero .btn {
        width: 100%;
    }
    .hero h1 {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }
    .hero .lead {
        font-size: 1rem !important;
    }
    .top-banner {
        font-size: 0.75rem;
        padding: 10px 15px;
    }
}
