/**
 * company-sustainability.css - Enhanced premium styles for Sustainability page
 * Custom styles to make the sustainability page more premium and visually appealing
 */

/* ===================
   HERO SECTION
   =================== */
.sustainability-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/sustainability-impact.jpg');
    background-size: cover;
    background-position: center;
    padding: 180px 0 150px;
    color: white;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.sustainability-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(33, 147, 176, 0.1) 0%, rgba(109, 213, 237, 0.15) 100%);
    z-index: 1;
    animation: shimmer 8s infinite alternate;
}

@keyframes shimmer {
    0% { opacity: 0.5; }
    100% { opacity: 0.8; }
}

.sustainability-hero .container {
    position: relative;
    z-index: 2;
}

.sustainability-hero h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    background: linear-gradient(90deg, #ffffff, #f8f8f8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.02em;
}

.sustainability-hero p.lead {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

/* =============================================
   CARD STYLES ENHANCEMENT
   ============================================= */
.sustainability-card, 
.partner-card, 
.impact-metric, 
.card {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(23, 31, 50, 0.95) 100%);
    backdrop-filter: blur(10px);
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgba(33, 147, 176, 0.15) !important;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative;
}

.sustainability-card::after, 
.partner-card::after, 
.impact-metric::after, 
.card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.sustainability-card:hover::after, 
.partner-card:hover::after, 
.impact-metric:hover::after, 
.card:hover::after {
    opacity: 1;
}

.sustainability-card:hover, 
.partner-card:hover, 
.impact-metric:hover, 
.card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 30px rgba(33, 147, 176, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.card-body {
    padding: 2.5rem !important;
    position: relative;
    z-index: 2;
}

/* Card content styling */
.sustainability-card h4, 
.partner-card h4, 
.card h4 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.sustainability-card p, 
.partner-card p, 
.card p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.sustainability-card ul, 
.card ul {
    list-style: none;
    padding-left: 0;
}

.sustainability-card ul li, 
.card ul li {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 0;
    font-size: 1.05rem;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}

.sustainability-card ul li::before,
.card ul li::before {
    content: '•';
    color: #2193b0;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
    opacity: 0.9;
}

/* =============================================
   SUSTAINABILITY ICON ENHANCEMENT
   ============================================= */
.sustainability-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(33, 147, 176, 0.15) 0%, rgba(109, 213, 237, 0.15) 100%);
    box-shadow: 0 15px 30px rgba(33, 147, 176, 0.2);
    transition: all 0.4s ease;
}

.sustainability-card:hover .sustainability-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(33, 147, 176, 0.2) 0%, rgba(248, 180, 0, 0.15) 100%);
    box-shadow: 0 20px 40px rgba(33, 147, 176, 0.3);
}

.sustainability-icon i {
    font-size: 2.5rem;
    color: #2193b0;
    transition: all 0.4s ease;
}

.sustainability-card:hover .sustainability-icon i {
    transform: scale(1.1);
    color: #f8b400;
}

/* =============================================
   PARTNER CARD ENHANCEMENT - UPDATED
   ============================================= */
.partner-card {
    text-align: center;
    padding: 3rem 2rem !important;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(33, 147, 176, 0.1) 0%, transparent 70%);
    z-index: -1;
}

.partners-section {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(23, 31, 50, 0.98) 100%);
    overflow: hidden;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/vibrant-landscape-sri-lanka.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
    z-index: 0;
    filter: blur(1px);
}

.partner-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(33, 147, 176, 0.2) 0%, rgba(109, 213, 237, 0.3) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(33, 147, 176, 0.3);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.partner-icon::after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    top: -25%;
    left: -25%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.partner-card:hover .partner-icon {
    transform: scale(1.15) translateY(-5px);
    background: linear-gradient(135deg, rgba(248, 180, 0, 0.2) 0%, rgba(33, 147, 176, 0.3) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(248, 180, 0, 0.4);
}

.partner-card:hover .partner-icon::after {
    opacity: 1;
}

.partner-icon i {
    font-size: 3rem;
    color: #2193b0;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    text-shadow: 0 0 15px rgba(33, 147, 176, 0.5);
}

.partner-card:hover .partner-icon i {
    color: #f8b400;
    transform: scale(1.1) rotate(5deg);
    text-shadow: 0 0 25px rgba(248, 180, 0, 0.6);
}

.partner-card h4 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.partner-card:hover h4 {
    transform: translateY(-3px);
    color: #f8b400;
}

.partner-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

/* =============================================
   IMPACT METRICS ENHANCEMENT
   ============================================= */
.impact-metric {
    text-align: center;
    padding: 2.5rem 1.5rem !important;
    height: 100%;
}

.impact-metric h3 {
    font-size: 3.8rem;
    margin-bottom: 1rem;
    font-weight: 800;
    background: linear-gradient(90deg, #2193b0, #f8b400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.4s ease;
}

.impact-metric:hover h3 {
    transform: scale(1.1);
    background-position: right center;
}

.impact-metric p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* =============================================
   SUSTAINABILITY STAT BOX ENHANCEMENT
   ============================================= */
.sustainability-stat-box {
    background: linear-gradient(135deg, rgba(20, 25, 35, 0.9) 0%, rgba(30, 35, 45, 0.95) 100%);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 20px rgba(40, 167, 69, 0.15);
    padding: 2rem !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.sustainability-stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.08) 0%, rgba(33, 147, 176, 0.12) 100%);
    z-index: 0;
}

.sustainability-stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 30px rgba(40, 167, 69, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.sustainability-stat-box .d-flex {
    position: relative;
    z-index: 1;
}

.stat-icon i {
    color: #28a745;
    font-size: 2.8rem;
    transition: all 0.4s ease;
    text-shadow: 0 0 20px rgba(40, 167, 69, 0.3);
}

.sustainability-stat-box:hover .stat-icon i {
    transform: scale(1.1) rotate(10deg);
    color: #f8b400;
    text-shadow: 0 0 25px rgba(248, 180, 0, 0.4);
}

.sustainability-stat-box h4 {
    color: #ffffff;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sustainability-stat-box p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* =============================================
   SECTION BACKGROUND ENHANCEMENT
   ============================================= */
.bg-light {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(20, 28, 45, 0.98) 100%) !important;
    position: relative;
    overflow: hidden;
}

.bg-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232193b0' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.bg-light .container {
    position: relative;
    z-index: 1;
}

/* =============================================
   SECTION HEADERS ENHANCEMENT
   ============================================= */
.py-5 h2, 
.bg-light h2 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
}

.py-5 h2::after, 
.bg-light h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2193b0, #f8b400);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.py-5 p.lead, 
.bg-light p.lead {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.3rem;
    max-width: 800px;
    margin: 2rem auto 3rem;
    text-align: center;
}

/* =============================================
   CALL TO ACTION ENHANCEMENT
   ============================================= */
.bg-primary {
    background: linear-gradient(135deg, #2193b0, #f8b400) !important;
    position: relative;
    overflow: hidden;
}

.bg-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.2;
}

.bg-primary .container {
    position: relative;
    z-index: 1;
}

.bg-primary h2 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.bg-primary p.lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.btn-light {
    background: rgba(255, 255, 255, 0.95);
    color: #2193b0;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    color: #f8b400;
}

/* =============================================
   IMAGE ENHANCEMENT
   ============================================= */
.rounded.shadow-lg {
    border-radius: 16px !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 30px rgba(33, 147, 176, 0.3) !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 3px solid rgba(33, 147, 176, 0.2);
}

.rounded.shadow-lg:hover {
    transform: scale(1.02);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 0 40px rgba(248, 180, 0, 0.4) !important;
    border: 3px solid rgba(248, 180, 0, 0.3);
}

/* Future Trajectory Cards with Bootstrap Icons */
.card h4.mb-3 {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.2rem;
}

.card h4.mb-3::before {
    font-family: 'Bootstrap-icons';
    font-size: 2rem;
    margin-right: 1rem;
    background: linear-gradient(135deg, #2193b0, #f8b400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    transition: all 0.4s ease;
}

/* Electric Fleet Transition icon */
.py-5:nth-of-type(4) .card:nth-of-type(1) h4.mb-3::before {
    content: '\F5EB'; /* Bootstrap icon for electric vehicle */
    text-shadow: 0 0 20px rgba(33, 147, 176, 0.5);
}

/* Community Tourism Incubator icon */
.py-5:nth-of-type(4) .card:nth-of-type(2) h4.mb-3::before {
    content: '\F4B8'; /* Bootstrap icon for community */
    text-shadow: 0 0 20px rgba(248, 180, 0, 0.5);
}

.py-5:nth-of-type(4) .card:hover h4.mb-3::before {
    transform: scale(1.2) rotate(5deg);
    background-position: right center;
}

.py-5:nth-of-type(4) .card ul {
    list-style: none;
    padding-left: 1rem;
}

.py-5:nth-of-type(4) .card ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.7;
}

.py-5:nth-of-type(4) .card ul li::before {
    content: '\F633'; /* Bootstrap icon for checkmark */
    font-family: 'Bootstrap-icons';
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: #2193b0;
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* =============================================
   ANIMATION EFFECTS
   ============================================= */
.fade-in {
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered animation for cards */
.sustainability-card:nth-child(1) {
    animation-delay: 0.1s;
}
.sustainability-card:nth-child(2) {
    animation-delay: 0.2s;
}
.sustainability-card:nth-child(3) {
    animation-delay: 0.3s;
}

/* =============================================
   TESTIMONIAL CARD ENHANCEMENT
   ============================================= */
.card .fa-quote-left {
    font-size: 2rem;
    color: rgba(33, 147, 176, 0.3);
    margin-bottom: 1rem;
    transition: all 0.4s ease;
}

.card:hover .fa-quote-left {
    color: rgba(248, 180, 0, 0.5);
    transform: scale(1.1) rotate(-10deg);
}

.card h5.mb-0 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
}

.card small.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.9rem;
}

/* =============================================
   RESPONSIVE ADJUSTMENTS
   ============================================= */
@media (max-width: 1199.98px) {
    .sustainability-hero h1 {
        font-size: 3.2rem;
    }
    
    .py-5 h2, .bg-light h2, .bg-primary h2 {
        font-size: 2.4rem;
    }
    
    .impact-metric h3 {
        font-size: 3.2rem;
    }
}

@media (max-width: 991.98px) {
    .sustainability-hero {
        padding: 150px 0 120px;
    }
    
    .sustainability-hero h1 {
        font-size: 2.8rem;
    }
    
    .py-5 h2, .bg-light h2, .bg-primary h2 {
        font-size: 2.2rem;
    }
    
    .card-body {
        padding: 2rem !important;
    }
    
    .impact-metric h3 {
        font-size: 3rem;
    }
    
    .card h4.mb-3::before {
        font-size: 1.8rem;
    }
    
    .partner-icon {
        width: 90px;
        height: 90px;
    }
    
    .partner-icon i {
        font-size: 2.6rem;
    }
}

@media (max-width: 767.98px) {
    .sustainability-hero {
        padding: 120px 0 100px;
    }
    
    .sustainability-hero h1 {
        font-size: 2.4rem;
    }
    
    .sustainability-hero p.lead {
        font-size: 1.2rem;
    }
    
    .py-5 h2, .bg-light h2, .bg-primary h2 {
        font-size: 2rem;
    }
    
    .sustainability-card, 
    .partner-card, 
    .impact-metric, 
    .card {
        margin-bottom: 30px;
    }
    
    .card-body {
        padding: 1.8rem !important;
    }
    
    .impact-metric h3 {
        font-size: 2.8rem;
    }
    
    .btn-light {
        padding: 0.8rem 1.8rem;
    }
    
    .card h4.mb-3 {
        font-size: 1.4rem;
    }
    
    .card h4.mb-3::before {
        font-size: 1.6rem;
        margin-right: 0.8rem;
    }
    
    .partner-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
    }
    
    .partner-icon i {
        font-size: 2.3rem;
    }
}

@media (max-width: 575.98px) {
    .sustainability-hero {
        padding: 100px 0 80px;
    }
    
    .sustainability-hero h1 {
        font-size: 2rem;
    }
    
    .sustainability-hero p.lead {
        font-size: 1.1rem;
    }
    
    .py-5 h2, .bg-light h2, .bg-primary h2 {
        font-size: 1.8rem;
    }
    
    .card-body {
        padding: 1.5rem !important;
    }
    
    .impact-metric {
        padding: 1.8rem 1rem !important;
    }
    
    .impact-metric h3 {
        font-size: 2.5rem;
    }
    
    .sustainability-icon,
    .stat-icon {
        transform: scale(0.9);
    }
    
    .card h4.mb-3 {
        font-size: 1.3rem;
    }
    
    .card h4.mb-3::before {
        font-size: 1.4rem;
        margin-right: 0.7rem;
    }
    
    .partner-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 1.2rem;
    }
    
    .partner-icon i {
        font-size: 2rem;
    }
}

/* =============================================
   LOADING OVERLAY ENHANCEMENT
   ============================================= */
#loading-overlay {
    background: linear-gradient(135deg, #0f1420 0%, #151c28 100%);
}

.spinner {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(33, 147, 176, 0.2);
    border-top: 3px solid #f8b400;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(248, 180, 0, 0.3);
}

.loading-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 1.5rem;
}