
    body, html {
    overflow-x: hidden;
}    .section-title h5 {
    letter-spacing: 0.5px;
}

.section-title h2 {
    font-size: 32px;
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 24px;
    }
}
.mission-card {
    transition: all 0.3s ease;
    border-top: 4px solid #dc3545;
}

.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B0000, #330000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-card {
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    height: 100%;
}

.why-card h5 {
    margin-top: 15px;
    font-weight: 600;
}

.why-card p {
    font-size: 15px;
    opacity: 0.85;
    margin-bottom: 0;
}

.why-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.15);
}

.why-icon {
    font-size: 34px;
    color: #ffffff;
    opacity: 0.9;
}
.about-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    font-weight: 500;
}
.hero-about {
    background: linear-gradient(135deg, #8B0000 10%, #330000 40%, #0d0d0d 90%);
}

.min-vh-50 {
    min-height: 50vh;
}
.hero-about {
    position: relative;
    z-index: 2;  
}

#top-menu, #main-menu {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-about {
        padding-top: 150px;
    }
}

.floating-circle {
    z-index: 0;
}

.hero-about .badge {
    position: relative;
    z-index: 3; 
}
