/* =====================================
   GLOBAL SETTINGS & PREMIUM VARIABLES
===================================== */
:root {
    --primary: #0A192F;        /* Deep Corporate Navy */
    --secondary: #D4AF37;      /* Muted Metallic Gold */
    --secondary-hover: #AA841F;/* Deep Gold for Hover */
    --light: #F8FAFC;          /* Clean Light Gray */
    --dark: #0F172A;           /* Slate Dark */
    --text: #334155;           /* Soft Black for Readability */
    --white: #ffffff;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}
html, body {
    max-width: 100%;
    overflow-x: hidden; /* हा क्लास आडवा स्क्रोल पूर्णपणे बंद करतो */
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--white);
    color: var(--text);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

/* =====================================
   TYPOGRAPHY & UTILITY SYSTEM
===================================== */
h1, h2, h3, h4, h5, h6, .navbar-brand, .font-heading {
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
}

.font-body {
    font-family: var(--font-body) !important;
}

.tracking-wider {
    letter-spacing: 1.5px !important;
}

.extra-small {
    font-size: 0.75rem !important;
}

.transition-all {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Custom Shadow Utility for Corporate Clean Look */
.shadow-xs {
    box-shadow: 0 2px 4px rgba(10, 25, 47, 0.02) !important;
}

/* =====================================
   NAVBAR (PREMIUM FLOATING LOOK)
===================================== */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(10, 25, 47, 0.05);
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary) !important;
    letter-spacing: 1px;
}

.nav-link {
    font-family: var(--font-body);
    color: var(--dark) !important;
    font-weight: 500;
    font-size: 0.95rem;
    margin-left: 20px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--secondary) !important;
}

/* =====================================
   BUTTONS (SHARP & POWERFUL)
===================================== */
.btn-gold, .btn-primary {
    background: var(--secondary) !important;
    color: var(--primary) !important;
    border: 1px solid var(--secondary) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 26px;
    border-radius: 4px; /* Sharp Corporate Finish */
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-gold:hover, .btn-primary:hover {
    background: var(--secondary-hover) !important;
    border-color: var(--secondary-hover) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.btn-outline-corporate {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 500;
    font-size: 0.95rem;
    padding: 12px 26px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline-corporate:hover {
    background: var(--white);
    color: var(--primary);
    border-color: var(--white);
}

.py-2.5 {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

/* =====================================
   HERO & PAGE BANNER STRUCTURE
===================================== */
.hero-section {
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.96) 40%, rgba(10, 25, 47, 0.85) 100%), 
                url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    color: var(--white);
    
    /* वरून बेताची (90px) आणि खालून जास्त (140px) जागा, जेणेकरून बटणे चिकटणार नाहीत */
    min-height: 600px;
    padding: 90px 0 140px 0 !important; 
}

.hero-badge {
    display: inline-block;
    background: rgba(214, 175, 87, 0.15);
    border: 1px solid rgba(214, 175, 87, 0.3);
    color: var(--secondary);
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.15;
}

.hero-description {
    font-size: 1.2rem;
    color: #94A3B8;
    max-width: 650px;
}

/* =====================================
   SECTION MODULES & PREMIUM CARDS
===================================== */
/* डेस्कटॉपसाठी डिफॉल्ट पॅडिंग */
.section-padding {
    padding: 80px 0;
}

/* मोबाईल स्क्रीनसाठी पॅडिंग आपोआप कमी करण्यासाठी मिडिया क्वेरी */
@media (max-width: 768px) {
    .section-padding {
        padding: 40px 0; /* मोबाईलवर जागा थेट अर्धी होईल */
    }
    .hero-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}


 

.section-title {
    color: var(--primary);
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--secondary);
}

.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

/* SERVICE CARDS (MINIMAL EY STYLE) */
.service-card {
    background: var(--white);
    padding: 50px 40px;
    border-radius: 4px;
    border: 1px solid #E2E8F0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(10, 25, 47, 0.05);
}

.service-icon {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 25px;
    transition: color 0.3s;
}

.service-card:hover .service-icon {
    color: var(--secondary);
}

.service-card h4 {
    font-family: var(--font-body);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

/* ADVANCED FORM CONTROLS FOR INTAKE SYSTEMS */
.form-control:focus, .form-select:focus {
    border-color: var(--secondary) !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1) !important;
    background-color: var(--white) !important;
}

/* HOVER ANIMATION FOR ASYMMETRIC GRIDS */
.hover-up {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(10, 25, 47, 0.05);
    border-color: var(--secondary) !important;
}

/* STATS NUMBER MODULE */
.stat-box h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 5px;
}

/* RESPONSIVE UTILITIES */
@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid #E2E8F0 !important;
    }
}

/* =====================================
   PREMIUM FOOTER ARCHITECTURE
===================================== */
.footer {
    background: #050C16 !important; /* Pitch Deep Slate Blue */
    color: #94A3B8 !important;
    padding: 90px 0 30px;
    border-top: 3px solid var(--secondary);
}

.footer-logo {
    font-family: var(--font-heading);
    color: var(--white) !important;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.6rem;
}

.footer h5 {
    color: var(--white) !important;
    font-weight: 600;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    position: relative;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #94A3B8 !important;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: var(--secondary) !important;
    padding-left: 5px;
}

.footer-contact .text-muted-hover {
    color: #94A3B8;
    transition: color 0.3s ease;
}

.footer-contact .text-muted-hover:hover {
    color: var(--secondary) !important;
}

/* SOCIAL LINKS MINIMAL STYLE */
.social-links a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px !important; /* Sharp corporate aesthetic */
    color: #94A3B8 !important;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--secondary);
    color: var(--primary) !important;
    border-color: var(--secondary);
    transform: translateY(-2px);
}

.footer-bottom-links a {
    color: #64748B !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--secondary) !important;
}

/* PREMIUM BACK TO TOP */
.go-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 4px !important; /* Sharp alignment */
    background: var(--secondary) !important;
    color: var(--primary) !important;
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.go-top-btn:hover {
    background: var(--white) !important;
    color: var(--primary) !important;
    transform: translateY(-3px);
}





/* Remove Bootstrap Toggler Focus Border */

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {

    box-shadow: none !important;

    outline: none !important;

    border-color: #6c757d !important;

}







