

/* ============================================
   GLOBAL HEADINGS
   ============================================ */
h1, h2, h3, h4, h5 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
}

/* ============================================
   CONTENT SECTION
   ============================================ */
.content-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    color: #333;
}

.content-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.content-section .lead {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    color: #666;
}


/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
/* Tablets and below */
@media (max-width: 991px) {
    .hero-title {
        font-size: 48px;
    }
    
    .stat-number {
        font-size: 42px;
    }
    
    .statistics-row {
        gap: 20px;
    }
    
    .nav-buttons {
        margin-top: 15px;
        flex-direction: column;
        width: 100%;
    }
    
    .btn-phone,
    .btn-consultation {
        width: 100%;
        margin: 5px 0;
    }
    
    .hero-image-wrapper {
        margin-top: 40px;
    }
}
/* Mobile devices */
@media (max-width: 768px) {
    .hero-section {
        padding: 50px 0 60px 0;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .statistics-row {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
    
    .stat-divider {
        display: none;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .content-section h2 {
        font-size: 32px;
    }
}
/* Small mobile devices */
@media (max-width: 576px) {
    .hero-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .logo-text {
        font-size: 22px;
        padding: 6px 12px;
    }
    
    .top-bar {
        padding: 8px 0;
    }
    
    .top-link {
        font-size: 12px;
    }
}
/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-gold {
    color: #b8976a;
}
.bg-gold {
    background-color: #211f1c;
}
.text-navy {
    color: #1e3a5f;
}
.bg-navy {
    background-color: #1e3a5f;
}











/* Base logo style for topbar */
.topbar-logo img {
    height: 80px;
}

.topbar-logo img {
    display: block;
    height: 80px;
}

/* Mobile layout fix */
@media (max-width: 768px) {

    .topbar-wrapper {
        flex-direction: column !important;
        text-align: center;
        justify-content: center;
        align-items: center !important;
    }

    .topbar-logo {
        margin: 0 auto 10px auto;
    }

    .topbar-logo img {
        height: 60px !important;
    }

    .topbar-buttons {
        flex-direction: column !important;
        margin: 0 auto;
        width: 100%;
        align-items: center !important;
    }

    .btn-phone,
    .btn-consultation {
        width: 95%;
        justify-content: center !important;
        text-align: center;
        margin-bottom: 8px !important;
        white-space: normal;
    }

    .btn-phone .d-block,
    .btn-consultation .d-block {
        font-size: 14px;
    }

    /* Remove icon alignment for mobile stacked view */
    .topbar-buttons i {
        margin-right: 8px;
    }

}

@media (max-width: 768px) {
    .mobile-black,
    .mobile-black i,
    .mobile-black span {
        color: #000000;
    }
}



.top-bar .btn {
    display: flex;
    align-items: center;
    text-align: left;
}

.top-bar .btn i {
    font-size: 22px;
}

/* Mobile Optimization */
@media (max-width: 768px) {

    .topbar-buttons {
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }

    .btn-phone,
    .btn-consultation {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

}





.top-bar-mobile {
    background: #f9f9f9;
    color: white;
    padding: 12px 0;
}




.top-bar-mobile i {
    font-size: 18px;
}

.top-bar-mobile span {
    font-size: 14px;
    white-space: nowrap;
}
