@charset "utf-8";
:root {
    --primary: #cf9117;
    --primary-light: #ecb613;
    --primary-dark: #b07b13;
    --background-light: #ffffff;
    --background-alt: #f8f9fa;
    --background: #f8fafc;
    --surface-light: #f8f9fa;
    --surface-dark: #0f172a;
    --text-main: #0f172a;
    --text-body: #475569;
    --text-muted: #94a3b8;
    --text-grey: #555555;
    --border-light: #e2e8f0;
    --border-subtle: #e2e8f0;
    --glass-bg: rgba(0, 0, 0, 0.4);
    --glass-border: rgba(255, 255, 255, 0.3);
    --text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    --font-display: 'Manrope', sans-serif;
    --dark-bg: #000;
    --transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

body {
            
color: var(--text-main);
            
overflow-x: hidden;
            
font-family: var(--font-display);
            
color: var(--text-main);
            
background-color: #fff;
            
overflow-x: hidden;
            
-webkit-font-smoothing: antialiased;
            
font-weight: 500;
        }

        p, .font-body {
        
            line-height: 1.8;
        }

        /* Navbar Styling */
        .navbar {
            backdrop-filter: blur(10px);
            background: rgb(255 255 255);
            border-bottom: 1px solid var(--border-light);
            padding: 0rem 0 !important;
        }

.navbar-brand img {
    width: 85px;
}

footer .navbar-brand img {
    width: 89px;
}

        .nav-link {
            font-weight: 600;
            color: var(--text-body) !important;
            transition: color 0.3s ease;
            margin: 0 1rem;
        }

        .nav-link:hover {
            color: var(--primary) !important;
        }
        
           .nav-link.active {
            border-bottom: 2px solid rgba(176, 141, 85, 0.2);
        }

.nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: var(--primary);
        }

/* Custom Scrollbar */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #f1f5f9; }
        ::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
        ::-webkit-scrollbar-thumb:hover { background: var(--primary); }

         /* Footer */
        footer {
            background-color: #21262b !important;
            border-top: 1px solid var(--border-subtle);
            padding: 40px 0 15px !important;
        }

        .footer-link {
            color: var(--text-body);
            text-decoration: none;
            font-size: 0.875rem;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .footer-link:hover {
            color: var(--primary);
        }
 .section-padding { padding: 3rem 0; }
.text-bold{font-weight:700}


@media only screen and (max-width: 767px) {
p{font-size: 15px !important;font-weight: 500!important;}
  .navbar-brand img {
    width: 80px;
}
    .display-3{
    font-size: clamp(1.5rem, 4vw, 4.5rem) !important;
    line-height: 1.4 !important;
}
    .hero-content{
    padding: 0 10px !important;
}
    .swiper{
    height: 80vh !important;
}
    .mb-5{
    margin-bottom: 2rem !important;
}
    h2.display-6 {
    font-size: calc(1.0rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
     h3.display-6 {
    font-size: calc(0.8rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
     }
      h3.h5 {
    font-size: calc(0.8rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
     }
    .section-padding{
    padding: 1rem 0;
}
    .initiative-card h3{
    font-size: 1.2rem !important;
}
    .initiative-card{
    height: 275px !important;
}
}

button.btn{
    padding: 10px 10px !IMPORTANT;
}