/*
Template Name: Maxus Luxury Auto
File: Global CSS (Brand Identity)
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #444;
    background-color: #FAFAFA;
}
ul {
    list-style: none;
    padding: 0;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #121212;
}
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}
p {
    color: #666;
    line-height: 1.8;
}
a {
    text-decoration: none;
    color: #121212;
    transition: 0.3s ease;
}
a:hover, a:focus {
    text-decoration: none;
    color: #004C97; /* Maxus Sleek Blue */
}

/* Luxury Buttons - Sharp edges, bold contrasts */
.button {
    background: #121212;
    color: #fff;
    padding: 15px 35px;
    display: inline-block;
    transition: all 0.4s ease;
    border-radius: 0px; /* Sharp corners for automotive feel */
    border: 1px solid #121212;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}
.button:hover {
    background: #004C97;
    color: #fff;
    border: 1px solid #004C97;
    box-shadow: 0 10px 20px rgba(0, 76, 151, 0.2);
}

.button_1 {
    background: transparent;
    color: #121212;
    padding: 15px 35px;
    display: inline-block;
    transition: all 0.4s ease;
    border-radius: 0px;
    border: 1px solid #121212;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}
.button_1:hover {
    background: #121212;
    color: #fff;
}

.button_2 {
    background: #004C97;
    color: #fff;
    padding: 15px 35px;
    display: inline-block;
    transition: all 0.4s ease;
    border-radius: 0px;
    border: 1px solid #004C97;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}
.button_2:hover {
    background: #121212;
    color: #fff;
    border: 1px solid #121212;
}

/* Utilities re-mapped from old orange to premium colors */
.col_oran { color: #004C97; } /* Kept classname for HTML compatibility */
.col_yell { color: #D4AF37; } /* Luxury Gold Accent */
.col_light { color: #7CA8D4; }
.bg_oran { background: #004C97 !important; }
.bg_light { background: #F4F7FA; }

hr {
    opacity: 1;
    background-color: #E0E0E0;
}
.font_14 { font-size: 14px; }
.font_50 { font-size: 50px; font-weight: 700; }

.line {
    height: 2px !important;
    width: 60px;
    background-color: #004C97;
    margin-top: 15px;
}
.p_3 { padding-top: 50px; padding-bottom: 50px; }

/********************* Header ****************/
.main_1 { z-index: 2; }
.navbar { padding-top: 25px; padding-bottom: 25px; transition: 0.4s; }
.navbar-brand { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 28px; letter-spacing: 2px; }

#header .nav-link {
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
#header .nav-link:hover, #header .nav-link:focus, #header .active {
    color: #004C97;
}

.drop_1 {
    min-width: 220px;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 24px !important;
}
.drop_1 a {
    padding: 12px 20px;
    color: #444;
    border-bottom: 1px solid #F0F0F0;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
.drop_1 a:hover {
    background: #F4F7FA;
    color: #004C97;
    padding-left: 25px; /* Sleek slide effect */
    transition: 0.3s;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(10, 10, 10, 0.95);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.header_o { background-color: #0A0A0A; }
.center_om {
    padding-top: 180px;
    padding-bottom: 120px;
    background-color: rgba(0, 0, 0, 0.6);
}
.main_o { background-color: rgba(0, 0, 0, 0.8); }

/********************* Forms & Inputs ****************/
.form-control, .form-select {
    border-radius: 0px;
    border: 1px solid #D1D1D1;
    font-size: 14px;
    height: 55px;
    color: #333;
    background: #fff;
}
.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #004C97;
}
::placeholder { color: #A0A0A0 !important; }

/********************* Common Layout ****************/
.pages ul li a {
    color: #121212;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    transition: 0.3s;
}
.pages ul li a:hover, .act {
    background: #004C97 !important;
    border: 1px solid #004C97 !important;
    color: #fff !important;
}

/* Footer / Socials */
.social-circle li a {
    border-radius: 0px; /* Sharp boxes instead of circles */
    background: rgba(255,255,255,0.05);
    width: 45px;
    height: 45px;
    transition: 0.4s;
}
.social-circle li a:hover {
    background: #004C97;
    transform: translateY(-5px);
}
.social-circle i { color: #fff; line-height: 45px; }

/* Responsive adjustments omitted for brevity, keep your original media queries but remove border-radius if any */