/*
Template Name: Maxus Luxury Auto
File: Pages CSS (Request Quote & Book Test Drive)
*/

/********************* FULL WIDTH FIXES ****************/
html, body {
    overflow-x: hidden;
}
.main,
.main_1,
.main_2,
#center,
.center_about {
    width: 100%;
    max-width: 100%;
}
.main_1 {
    left: 0 !important;
    right: 0 !important;
    z-index: 20;
}

/********************* Breadcrumb Hero (Full Width Dark Cover) ****************/
.center_about {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/hero_image/banner-maxus.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
}
/* Override global.css .center_om so the dark cover is on the SECTION, not the inner div */
.center_om {
    background: transparent !important;
    padding-top: 150px !important;
    padding-bottom: 100px !important;
}
.center_om h5 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}
.center_om h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    line-height: 1.2;
}
.center_om h1 span {
    color: #004C97;
}
.center_om p {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    max-width: 600px;
    line-height: 1.6;
}

/********************* Active Nav Button ****************/
.active-nav-btn {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    border-color: rgba(255,255,255,0.4) !important;
}

/********************* Form Cards ****************/
.form-card {
    background: #fff;
    border-top: 4px solid #004C97;
    border-radius: 2px;
    padding: 40px 50px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
}
.sidebar-card {
    background: #fff;
    border-radius: 2px;
    border-left: 4px solid #004C97;
    padding: 25px 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
}

/* Form Inputs */
.form-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
.form-control, .form-select {
    padding: 12px 15px;
    font-size: 14px;
    border-color: #E0E0E0;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.form-control:focus, .form-select:focus {
    border-color: #004C97;
    box-shadow: 0 0 0 0.2rem rgba(0, 76, 151, 0.15);
}
.input-group-text {
    border-color: #E0E0E0;
    border-radius: 2px 0 0 2px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Radio & Checkbox */
.form-check-input:checked {
    background-color: #004C97;
    border-color: #004C97;
}

/* Submit Button */
.btn-submit {
    background: #004C97;
    border: 2px solid #004C97;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 14px 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-submit:hover {
    background: #003670;
    border-color: #003670;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 76, 151, 0.3);
}

/* Outline Button */
.btn-outline-primary {
    color: #004C97;
    border-color: #004C97;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-outline-primary:hover {
    background: #004C97;
    border-color: #004C97;
    color: #fff;
}

/* Sidebar Map */
.sidebar-map-container {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
}

/********************* Icon Blocks (from shared About CSS) ****************/
.icon-box-feature {
    height: 200px;
    background: #F4F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    transition: all 0.4s ease;
}
.work_i {
    transition: all 0.4s ease;
}
.work_i:hover .icon-box-feature {
    background: #004C97;
    border-color: #004C97;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 76, 151, 0.15);
}
.icon-box-feature i {
    font-size: 60px;
    color: #004C97;
    transition: all 0.4s ease;
}
.work_i:hover .icon-box-feature i {
    color: #fff;
    transform: scale(1.1);
}
.icon-box-dept {
    height: 240px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.team_1i:hover .icon-box-dept {
    background: #004C97;
}
.icon-box-dept i {
    font-size: 70px;
    color: #fff;
    transition: all 0.4s ease;
}
.team_1i:hover .icon-box-dept i {
    transform: scale(1.1);
}
.team_1i {
    background: #fff;
    border: 1px solid #EBEBEB;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 2px;
}
.team_1i:hover {
    box-shadow: 0 20px 40px rgba(0, 76, 151, 0.08);
    border-color: #004C97;
    transform: translateY(-10px);
}
.team_1i1 {
    background: #fff !important;
}
.team_1i1 a {
    color: #004C97;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s;
}
.team_1i1 a:hover {
    color: #121212;
}

/********************* MOBILE RESPONSIVENESS ****************/
@media screen and (max-width : 767px){
    .center_om {
        padding-top: 120px !important;
        padding-bottom: 60px !important;
    }
    .center_om h1 {
        font-size: 32px;
    }
    .form-card {
        padding: 25px !important;
    }
    .btn-submit {
        width: 100%;
    }
    .team_1i { margin-top: 15px; }
}