/* Explore Blog Button Hover */
.home-hero .btn.btn-light {
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
    padding: 12px 36px;
    box-shadow: 0 4px 16px rgba(13,110,253,0.10);
    transition: all 0.3s;
}
.home-hero .btn.btn-light:hover {
    background: linear-gradient(135deg, #0d6efd 0%, #764ba2 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 24px rgba(13,110,253,0.18);
}
/* BODY */
body {
    background-color: #f8fafc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2d3748;
    line-height: 1.6;
}

/* NAVBAR */
.navbar {
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background-color: #ffffff;
}

.navbar-brand {
    transition: 0.3s ease;
}

.navbar-brand:hover {
    opacity: 0.8;
}

.logo {
    height: 42px;
    width: auto;
}

.nav-link {
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 20px;
    background-color: #0d6efd;
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: calc(100% - 40px);
}

.nav-link:hover,
.nav-link.active {
    color: #0d6efd !important;
}

/* HOME HERO WITH IMAGE */
.home-hero {
    background: url('../images/STAFF%20IMAGE.jpeg') center/cover no-repeat;
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.home-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, transparent 0%, rgba(0,0,0,0.3) 100%);
    z-index: 0;
}

.home-hero > * {
    position: relative;
    z-index: 1;
    box-shadow: none;
    background: transparent;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.blog-image {
    height: 220px;
    object-fit: cover;
    transition: 0.4s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.home-hero p {
    font-size: 20px;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}



/* CARDS */
.blog-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.blog-image {
    height: 260px 0 40px 0;
    color: #2d3748;
    text-align: center;
    background: linear-gradient(to bottom, #f8fafc, transparent);
}

.blog-hero h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a202c;
}

.blog-hero p {
    font-size: 18px;
    opacity: 0.8;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto 15px;
    color: black;
}

.blog-hero p {
    font-size: 18px;
    opacity: 0.9;
    color:black;
}


/* CATEGORY BADGE */
.category-badge {
    display: inline-block;
    background-color: #0d6efd;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

/* READ MORE BUTTON */
.read-more-btn {
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: white;
    padding: 50px 0 20px 0;
    margin-top: 60px;
}

.footer-section {
    margin-bottom: 40px;
}

.footer-section h5 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #0d6efd;
}

.footer-divider {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 30px;
}

.footer-bottom {
    text-align: center;
    color: #cbd5e0;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 15px;
}

.footer-social a {
    color: #cbd5e0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #0d6efd;
    color: white;
    transform: translateY(-3px)
}
.read-more-btn:hover {
    color: #084298;
}

/* FOOTER */
.footer {
    background-color: black;
    color: #f1f1f1;
    padding: 32px 0 20px 0;
    margin-top: 60px;
    border-top: 1px solid #222;
    box-shadow: 0 -2px 24px rgba(0,0,0,0.12);
    font-size: 15px;
}

/* Professional Read Button */
.read-btn {
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.read-btn:hover {
    background-color: #084298;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(8, 66, 152, 0.3);
}

/* POST HERO */
.post-hero {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.post-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-hero-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    padding: 40px 0;
}/* POST HERO */
.post-hero {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.post-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-hero-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
    color: white;
    padding: 50px 0 30px 0;
}

.post-hero-overlay h1 {
    font-size: 36px;
    font-weight: 700;
}

.post-content-container {
    margin-top: 50px;
    max-width: 800px;
}

.post-content {
    font-size: 17px;
    line-height: 1.8;
    color: #2d3748;
}

/* ABOUT PAGE STYLES */
.about-hero {
    text-align: center;
    padding: 40px 0 30px 0;
}

.about-hero h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 15px;
}

.about-hero .lead {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.purpose-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.purpose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.purpose-icon {
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.purpose-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
}

.purpose-card p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
}

.value-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.value-icon {
    font-size: 35px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.value-card h5 {
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.value-card p {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
}

.statistics {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.stat-item {
    padding-right: 30px;
}

.stat-item h5 {
    font-size: 28px;
    font-weight: 800;
    color: #0d6efd;
    margin-bottom: 5px;
}

.stat-item p {
    color: #4a5568;
    font-size: 14px;
}

.cta-section {
    background: linear-gradient(135deg, #0d6efd 0%, #764ba2 100%);
    color: white;
}

.cta-section h2 {
    font-weight: 800;
    font-size: 32px;
}

.cta-section .lead {
    font-size: 17px;
    opacity: 0.95;
}

/* CONTACT PAGE STYLES */
.contact-header {
    padding: 40px 0 30px 0;
}

.contact-header h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 15px;
}

.contact-header .lead {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contact-form-section h3 {
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 25px;
}

.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.form-label {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.contact-info-section {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contact-info-section h3 {
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 25px;
}

.contact-info-item {
    display: flex;
    gap: 15px;
}

.info-icon {
    font-size: 24px;
    color: #0d6efd;
    width: 40px;
    min-width: 40px;
    text-align: center;
}

.info-content h5 {
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 5px;
}

.info-content p {
    color: #4a5568;
    font-size: 15px;
    margin: 0;
}

.info-content a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: #084298;
}

.map-section {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.map-frame {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

/* NEWSLETTER SECTION */
.newsletter-section {
    background: linear-gradient(135deg, #0d6efd 0%, #764ba2 100%);
    color: white;
    padding: 50px 30px;
    border-radius: 12px;
}

.newsletter-section h2 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 10px;
}

.newsletter-section p {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 25px;
}

.btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    border: none;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

/* Explore Blog Button Custom Hover */
.explore-blog-btn {
    font-weight: 700;
    font-size: 18px;
    padding: 14px 38px;
    border-radius: 8px;
    background: #fff;
    color: #0d6efd;
    border: 2px solid #0d6efd;
    box-shadow: 0 2px 8px rgba(13,110,253,0.08);
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
.explore-blog-btn:hover, .explore-blog-btn:focus {
    background: linear-gradient(135deg, #0d6efd 0%, #764ba2 100%);
    color: #fff;
    border-color: #764ba2;
    box-shadow: 0 8px 24px rgba(13,110,253,0.18);
    transform: translateY(-3px) scale(1.04);
    text-decoration: none;
}

.btn-success {
    background: #10b981;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background: #059669;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .home-hero h1 {
        font-size: 32px;
    }
    
    .home-hero p {
        font-size: 16px;
    }
    
    .blog-hero h1 {
        font-size: 32px;
    }
    
    .about-hero h1 {
        font-size: 32px;
    }
    
    .contact-header h1 {
        font-size: 32px;
    }
    
    .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
    
    .statistics {
        flex-direction: column;
        gap: 15px;
    }
}

