/************ // General HTML Tags // ************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    color: var(--blue);
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
}

body>div {
    font-size: 16px;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--light-blue);
    text-decoration: underline;
}

a:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

h1 {
    font-size: 32px;
}

h3 {
    font-size: 23px;
}

h6 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: var(--blue);
    font-weight: 800;
    width: 100%;
    margin-bottom: 15px;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus{
	background-color: var(--blue);
  	color: #fff;
}
P {
    font-size: 16px;
}

ul,
ol,
.entry-content ol,
.entry-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li,
.entry-content ul>li {
    list-style: none;
}

select {
    font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px !important;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: url('/wp-content/uploads/2025/12/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right 12px top 16px;
    color: #646464;
    box-sizing: border-box;
    height: 42px;
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
}

input,
textarea {
    font-family: Montserrat, sans-serif;
    color: #646464;
    box-sizing: border-box;
    height: 42px;
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
}

/************ // Site Structure // ************/
.btn {
    background-color: #000;
    border: 2px solid #000;
    color: #fff !important;
}

.btn-primary,
.quform-submit,
.btn-gray,
.btn {
    border: none;
    padding: 7px 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--blue);
    border: 2px solid var(--blue);
    color: #fff !important;
    margin-right: 0;

}

.btn-primary:hover,
.btn-primary.active,
.quform-submit:hover,
.btn-primary:focus,
.quform-submit:focus {
    background-color: #252525;
    border-color: #252525;
}

.btn-gray {
    background-color: #646464;
    color: #fff;
    border-color: #646464;
}

.btn-gray:hover {
    background-color: #454545;
    border-color: #454545;
}

.btn-red {
    border: none;
    padding: 7px 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50px;
    background-color: #de4a4f;
    border: 2px solid #de4a4f;
    color: #fff !important;
    margin-right: 0;
}

:root {
    --blue: #00095b;
    --light-blue: #076dec;
}

.wrap, .container {
    max-width: 1400px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.site-inner {
    max-width: 100%;
    padding: 0px;
    background: #fff;
    padding-top: 30px;
}

.entry {
    background-color: unset;
    padding: 0px;
    margin: 0px;
}

.title-area {
    display: none;
}

.widget {
    margin-bottom: 0px;
}

.entry-header {
    display: none;
}

.limitWidth {
    max-width: 1270px;
    margin: 0 auto;
}

.centerAlign {
    text-align: center;
}

.align-items-center {
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

.bold {
    font-weight: bolder;
}

.sectionHeading {
    color: var(--blue);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.btn-blue {
    opacity: .8;
    border-radius: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 11.2px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    padding: 10px 27px;
}

.btn-black:hover,
.btn-blue {
    background-color: var(--blue);
}

.btn {
    text-decoration: none !important;
}

.quform .quform-field-captcha,
.quform .quform-field-date,
.quform .quform-field-email,
.quform .quform-field-file,
.quform .quform-field-multiselect,
.quform .quform-field-password,
.quform .quform-field-select,
.quform .quform-field-text,
.quform .quform-field-textarea,
.quform .quform-field-time,
.quform .select2-container--quform .select2-selection {
    font-size: 14px;
    color: #646464;
    border-color: #d2d2d2;
    padding: 11px 16px;
}

.quform-label>label {
    font-weight: 700;
}

.small-text {
    font-size: 12px !important;
}

.gray {
    color: #646464;
}

/************ // Header // ************/
.site-header .widget-area {
    width: 100%;
    float: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header>.wrap {
    padding: 0px;
}

.site-header .logo-secton {
    width: 159px;
}

.site-header .logo-secton.ford-logo {
    width: 84px;
}

.genesis-nav-menu {
    display: flex;
    align-items: center;
}

.genesis-nav-menu a {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 20px;
}

.site-header .text-icon {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.site-header .text-icon button {
    padding: 0px;
    background-color: unset !important;
    color: var(--blue) !important;
    text-align: left;
}

.site-header .text-icon button span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#custom_html-4 {
    display: none;
}

.site-header .text-icon button svg {
    width: 23px;
    margin-bottom: 9px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a {
    color: var(--blue);
    text-decoration: unset;
}

.genesis-nav-menu a .menu button {
    padding: 0px;
    background-color: unset !important;
    color: var(--blue) !important;
    text-align: left;
}

.genesis-nav-menu a .menu button svg {
    width: 23px;
    margin-bottom: 9px;
}

.genesis-nav-menu a .menu button span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/************ // Menu // ************/


/************ // Content // ************/
/* breadcrumb */
.breadcrumbs-section {
    margin: 10px 0px;
    display: flex;
    gap: 10px;
}

.breadcrumbs-section a {
    background-color: #eceef0;
    border: 2px solid #eceef0;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    padding: 5px 15px;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #333;
    text-decoration: unset;
    text-transform: uppercase;
}

.breadcrumb-container {
    display: flex;
    align-items: center;
}

.breadcrumbs-section a span {
    color: var(--blue);
    font-weight: 600;
}

.other-breadcrumbs a{
    padding: unset;
    background-color: unset;
    color: #000;
    border: unset;
    font-size: 12px;
    font-weight: 400;
}
/* other bread */

/* =======================================
Home Page Styles
===========================================*/
.slider-section h1{
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    width: 100%;
    margin: 15px 0 30px;
    color: #00095b;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    height: 84px;
    width: 42px;

}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: unset;
}

.swiper-button-next {
    right: 0px;
    border-radius: 150px 0 0 150px;
    padding-left: 10px;
}

.swiper-button-prev {
    left: 0px;
    border-radius: 0 150px 150px 0;
    padding-right: 10px;
}

.slider-controls span {
    font-size: 40px;
}


.price-to-suit {
    color: #00095b;
    padding-top: 80px;
    padding-bottom: 30px;
}

.our-promise-to-you {
    padding: 0;
}

.our-promise-to-you h2 {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.our-promise-to-you img {
    border-radius: 40px;
    display: inline-block;
}

.our-promise-to-you {
    color: #fff;
    border-radius: 40px;
    background-color: #00095b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.service-img {
    display: inline-block;
}

.our-promise-to-you p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    padding: 0 65px;
}

.home .our-promise-to-you img {
    border-radius: 40px;
    display: inline-block;
}

.our-promise-to-you>div {
    width: 50%;
}

.sitePageHeading {
    text-align: center;
    width: 100%;
    margin: 15px 0 20px;
    color: #00095b;
    font-size: 32px;
    line-height: 37px;
}

/* new model archive */
.new-model-home-archive-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.new-model-home-archive-container .header h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 0px;
}

.new-model-home-archive-container .header .btn-primary {
    text-wrap: nowrap;
    display: flex;
    align-items: center;
}

.new-model-home-archive-container .header .btn-primary svg {
    margin-left: 10px;
}

.new-model-home-archive-container .each-model-container {
    padding: 35px 30px;
    border-radius: 15px;
    border: 2px solid #d2d2d2;
}

.new-model-home-archive-container .each-model-container a {
    text-decoration: none;
}

.new-model-home-archive-container .each-model-container .model-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 57%;
}

.new-model-home-archive-container .each-model-container .model-image .hover-picture,
.new-model-home-archive-container .each-model-container .model-image .unhover-picture {
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-model-home-archive-container .each-model-container .model-image .hover-picture {
    opacity: 0;
}

.new-model-home-archive-container .each-model-container .model-image:hover .hover-picture {
    opacity: 1;
}

.new-model-home-archive-container .each-model-container .model-image:hover .unhover-picture {
    opacity: 0;
}

.new-model-home-archive-container .each-model-container .model-details h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;

}

.new-model-home-archive-container .each-model-container .model-details h5 {
    font-size: 14px;
    line-height: 150%;
    margin-top: .5rem;
    font-weight: 700;
}

.new-model-home-archive-container .each-model-container .model-details h5 span {
    font-weight: 400;
}

.new-model-home-archive-container .each-model-container .model-details button {
    border: 1.5px solid #eceef0;
    border-radius: 18px;
    background-color: #eceef0;
    color: #00095b;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    padding: 8px 20px;
}

.new-model-home-archive-container .each-model-container .model-details button:hover {
    background-color: #0142bd;
    color: #fff !important;
}

/* ==============================
Service Page Styles
=================================*/
/* modal */
#findDealershipModal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #cbcbcb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  background-color: #646464;
  color: #fff;
  text-align: left;
}
#findDealershipModal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
#findDealershipModal .modal-body .row p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 1rem;
}
#findDealershipModal .modal-body .row p .trackingNumber{
    font-weight: 700;
}
#findDealershipModal .modal-header .modal-title {
  font-size: 21px;
  color: #fff;
}
#findDealershipModal .modal-header .btn-close{
    color: #fff;
    background-color: transparent !important;
}
#findDealershipModal .modal-footer button{
    background-color: var(--blue) !important;
    border-color: var(--blue);
}
.modal-body {
    padding: 0px;
}

.vehicle-modal .modal-dialog .modal-content .modal-inner-content {
    padding: 10px;
}

.enquiries .book-a-service-cta {
    margin-top: 60px;
    text-align: center;
}

.vehicle-modal .modal-dialog .modal-content {
    padding: 7px;
}

.vehicle-modal .modal-dialog .modal-content .modal-inner-content .modal-header {
    padding: 0;
    border: unset;
}

.vehicle-modal .modal-dialog .modal-content .modal-inner-content .modal-footer {
    border: unset;
}

.vehicle-modal .modal-dialog .modal-header.modal-header-book-service {
    background-color: #fff;
    border: none;
    position: absolute;
    right: 10px;
    top: 0px;
}

.vehicle-modal .modal-dialog.modal-book-service .modal-inner-content .modal-body .content a.btn.btn-outline {
    font-size: 14px;
    padding: 8px 41px;
}

.vehicle-modal .modal-dialog.modal-book-service .modal-inner-content .modal-body .content p.blurp {
    margin-bottom: 24px;
}

.vehicle-modal .modal-dialog.modal-book-service .vimage {
    max-width: 100px;
    margin-bottom: 15px;
}

.vehicle-modal .modal-dialog.modal-book-service .modal-inner-content .modal-body .content {
    max-width: 512px;
    margin: 0 auto;
}

.vehicle-modal .modal-dialog .modal-content .modal-inner-content .modal-header .close {
    padding: 0;
    outline: 0;
    z-index: 99;
}

.vehicle-modal .modal-dialog .close {
    opacity: 1 !important;
    text-shadow: none;
    font-size: 30px;
    font-weight: 400;
}

/* dealer selecter */
.dealerNumberItemActive {
    display: block !important;
}

.mainSideMenu {
    background: var(--blue);
    color: #fff;
    padding: 10px;
    position: fixed;
    right: -125px;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.3s;
    z-index: 999;
    text-align: left;
}

.mainSideMenu:hover {
    right: 0;
}

.sideMenuItem span {
    display: block;
    padding: 8px 10px;
    transition-duration: 0.3s;
}

.sideMenuItem span:hover {
    color: var(--blue);
    background: #fff;
}

.sideMenuItem span svg {
    margin-right: 10px;
}

.dealerNumberItem a {
    display: block;
    color: var(--blue);
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
}

.dealerNumberItem {
    display: none;
}

.dealerNumberItemActive {
    display: block !important;
}

/* Forms */

.dealerDetailsItem {
    display: none;
    color: #fff;
    border: 1px solid;
    padding: 10px;
    font-size: 14px;
}

.dealerDetailsItemActive {
    display: block;
}

.dealerDetailsItem li {
    margin-left: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.dealerDetailsItem li i {
    margin-right: 10px;
}

.dealerDetailsItem li a {
    color: #fff;
    text-decoration: none;
}

/* ==============================
Parts and Accessories Page Styles
=================================*/
.enquiries .page-intro-container.mbtm {
    margin-bottom: 30px;
}

.enquiries .page-intro-container {
    padding-bottom: 30px;
    padding-top: 0;
}

.enquiries .page-intro-container p {
    width: 70%;
    font-size: 16px;
    text-align: left;
    margin: unset;
    margin-bottom: unset;
}

.enquiries .parts-faqs {
    padding: 35px 0 25px;
}

.enquiries .parts-faqs #accordion .accordion-header {
    padding: 15px 15px 15px 0;
    border-top: 2px solid #e0e0e0;
}

.enquiries .parts-faqs #accordion .accordion-header.first {
    border-top: none;
}

.enquiries .parts-faqs #accordion .accordion-header .accordion-toggle {
    text-decoration: none;
    text-transform: uppercase;
}

.accordion-item {
    border: none;
}

.enquiries .parts-faqs #accordion .accordion-header {
    padding: 0;
    border-top: 2px solid #e0e0e0;
}

.enquiries .parts-faqs #accordion .accordion-item:first-of-type .accordion-header {
    border-top: none;
}

.enquiries .parts-faqs #accordion .accordion-header button {
    font-size: 16px;
    line-height: 22px;
    color: var(--blue) !important;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 15px 15px 15px 0
}

.enquiries .parts-faqs #accordion .accordion-header button:hover,
.enquiries .parts-faqs #accordion .accordion-header button:focus {
    background-color: unset !important;
    box-shadow: unset !important;
}

.enquiries .parts-faqs #accordion .accordion-body {
    margin-left: 10px;
    margin-bottom: 20px;
}

/* =======================================
Terms and condition page Styles
===========================================*/
.terms-conditions h6 {
    font-weight: 700;
    margin-top: 35px !important;
}

.terms-conditions h1 {
    margin-bottom: 30px;
}

/************ // WooCommerce // ************/


/************ // Footer // ************/
.site-footer {
    padding-bottom: 20px;
}

.footer-section .icon-container {
    text-align: center;
    margin-bottom: 20px;
}

.footer-section .icon-container img {
    height: 73px;
}

.footer-section .footer-description {
    text-align: center;
}

.footer-section .footer-description p {
    max-width: 668px;
    margin: auto;
    margin-bottom: 25px;
    line-height: 24px;
}

.footer-section .copyright {
    font-size: 12px;
    margin-top: 20px;
}

.links-container .links-sec-list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-top: 10px;
    justify-content: center;
}

.links-container .links-sec-list .each-sec-container {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 80px;
}

.links-container .links-sec-list .each-sec-container a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
}

.links-container .links-sec-list .each-sec-container h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 15px;
}

.links-container .links-sec-list .each-sec-container .social {
    display: flex;
    align-items: center;
}

.links-container .links-sec-list .each-sec-container .social a {
    margin-right: 8px;
}

/* spec */
.vehicle-information-container .vehicle-information-container-md #pills-tab .nav-link {
    color: #000;
    font-weight: bolder;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    padding: .5rem 0;
    margin-right: 39px;
    text-decoration: unset !important;
}

.vehicle-information-container .vehicle-information-container-md #pills-tab {
    border-bottom: 1px solid #d2d2d2;
}

.vehicle-information-container .vehicle-information-container-md #pills-tab .nav-link.active {
    border-bottom: 3px solid #00095b;
}

.single-variant-section .divider {
    font-size: 12px;
    line-height: 18px;
    opacity: .5;
    color: #000;
    display: block;
}

.vehicle-information-container .vehicle-information-container-md .tab-content .content-column-left .content-row {
    margin-right: 10px;
}

.vehicle-information-container .vehicle-information-container-md .tab-content .content-row:nth-of-type(2n+1) {
    background-color: transparent;
}

.vehicle-information-container .vehicle-information-container-md .tab-content .content-row {
    padding: 12px 10px;
}

.vehicle-information-container .vehicle-information-container-md .tab-content .content-row:nth-of-type(2n) {
    background-color: #f1f3fa;
}

.vehicle-information-container .vehicle-information-container-md .tab-content .content-row div:nth-of-type(2n+1) {
    color: #000;
    font-weight: bolder;
}

.vehicle-information-container .vehicle-information-container-md {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    margin-top: 10px;
}

/* used car */
.home-used-car-section {
    padding: 60px 0px;
    background-color: #e9ecef;
    margin-top: 30px;
}

.home-used-car-section .header h2 {
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 700;
}

.home-used-car-section .header .see-all-used-vehicles {
    background-color: #fff;
    border-color: #fff;
    color: var(--blue) !important;
    white-space: nowrap;
}

.home-used-car-section .header .see-all-used-vehicles svg {
    margin-left: 10px;
}

.home-used-car-swiper .swiper-slide {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.call-to-action-container {
    padding: 60px 0px;
}

.let-halfway-exceed {
    margin-top: 4.5rem;
    margin-bottom: 4rem;
    text-align: center;
}

.let-halfway-exceed h2 {
    font-size: 28px;
    line-height: 39px;
    color: #00095b;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.let-halfway-exceed p {
    color: #00095b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    width: 100%;
    max-width: 638px;
    margin: 20px auto;
}

/* Reviews style */
.reviews {
    margin-top: 3rem;
    padding-bottom: 50px;
    text-align: center;
}

.reviews h2 {
    font-size: 20px;
    line-height: 29px;
}

.review-block {
    padding: 30px 35px;
    text-align: center;
    border-radius: 19px;
    background-color: #e8eaf3;
}

.review-block .review-author {
    display: block;
    text-align: center;
    font-weight: 600;
    width: 100%;
}

.review-block p {
    color: #00095b;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 4px;
    height: 57px;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    height: 85px;
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
    height: 60px;
    width: 30px;
}

.dealers-list img {
    display: block;
    width: 100%;
}

/* DEALERLIST */
.dealers-list {
    padding: 0;
    margin-left: .8rem;
    margin-right: .8rem;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 5px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.dealers-list .dealers-info {
    display: block;
    background-color: #00095b;
    max-width: 795px;
    width: 100%;
    border-radius: 0 40px 0 0;
    opacity: .96;
    padding: 47px 0 38px;
}

.dealers-list .dealers-info {
    position: absolute;
    left: 0;
    bottom: 0;
}

.dealers-list .dealers-info table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-spacing: 30px 0;
    padding: 0 15px;
}

.dealers-list .dealers-info table tr th:first-child {
    text-align: left;
}

.dealers-list .dealers-info table tr th:first-child {
    width: 60%;
    text-align: left;
}

.dealers-list .dealers-info table tr td:first-child {
    width: 40%;
}

.dealers-list .dealers-info table tr th {
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 3px;
}

.dealers-list .dealers-info table tr td {
    font-size: 16px;
    line-height: 28px;
    padding: 12px 0;
    border-bottom: 1px solid hsla(0, 0%, 59.2%, .2);
}

.dealers-list .dealers-info table tr td:nth-child(2) {
    width: 60%;
}

.dealers-list .dealers-info table tr td a.email {
    float: right;
}

.dealers-list .dealers-info table tr th {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 19px;
    padding-bottom: 14px;
}

.dealers-list a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.bar-wrapper {
    text-align: left;
}

.bar-wrapper .title-bottom-bar {
    display: inline-block;
    height: 4px;
    width: 70px;
    background-color: #0142bd;
    margin-top: 15px;
    margin-bottom: 12px;
}

/* calculator modal */
#calculatorModal {
    color: var(--blue);
}

#calculatorModal .modal-header {
    background-color: #646464;
    color: #fff;
}

.calculator-modal .modal-title {
    font-size: 21px;
    color: #fff;
}

.calculator-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.text-left {
    text-align: left;
}

.font-weight-bold {
    font-weight: bolder;
}

.calculator-container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
}

.calculator-container .period-btn {
    width: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #dee2e6;
    background: white;
    color: #212529;
    transition: all 0.3s;
    padding: 0px;
}

.calculator-container .period-btn:hover {
    border-color: #0d6efd;
}

.calculator-container .period-btn.active {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.calculator-container .form-label {
    font-weight: 600;
    color: #001f5c;
    font-size: 16px;
    margin-bottom: 15px;
}

.calculator-container .info-icon {
    color: #0d6efd;
    cursor: help;
    margin-left: 5px;
}

.calculator-container .input-group-text {
    background-color: #f8f9fa;
    font-weight: 600;
}

.calculator-container .form-range {
    height: 8px;
}

.calculator-container .form-range::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    background: white;
    border: 3px solid #0d6efd;
}

.calculator-container .form-range::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: white;
    border: 3px solid #0d6efd;
}

.calculator-container .btn-save {
    background-color: #001f5c;
    border-color: #001f5c;
    color: white;
    font-weight: 600;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
}

.calculator-container .btn-save:hover {
    background-color: #001645;
    border-color: #001645;
}

.calculator-container .notes-section {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.calculator-container .notes-title {
    font-weight: 600;
    color: #001f5c;
    margin-bottom: 15px;
}

.calculator-container .notes-text {
    font-size: 14px;
    color: #495057;
    line-height: 1.6;
}

.calculator-container .trade-in-link {
    color: #00095b;
    text-decoration: none;
    font-size: 14px;
}

.calculator-container .trade-in-link:hover {
    text-decoration: underline;
}

.calculator-container .input-group {
    width: 33.33333%;
}

.calculator-container .installment-result {
    font-size: 40px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 20px 0px;
    font-weight: 800;
}

.calculator-container .installment-result .title {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.form-control,
.input-group-text {
    font-size: 16px;
}

/* side menu */
.side-menu-section .side-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 320px;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.3s;
}

.side-menu-section .menu-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    background-color: #fff;
}

.side-menu-section .logo-container img {
    height: 40px;
}

.side-menu-section .menu-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.side-menu-section .saved-icon {
    color: #001f5c;
    font-size: 20px;
    cursor: pointer;
}

.side-menu-section .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #001f5c;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-menu-section .menu-content {
    padding: 20px;
}

.side-menu-section .menu-section {
    margin-bottom: 30px;
    text-align: left;
}

.side-menu-section .menu-section-title {
    font-weight: 700;
    font-size: 16px;
    color: #001f5c;
    margin-bottom: 12px;
}

.side-menu-section .menu-link {
    display: block;
    color: #001f5c;
    text-decoration: none;
    padding: 8px 0;
    font-size: 15px;
    transition: color 0.2s;
}

.side-menu-section .menu-link:hover {
    color: #0066cc;
}

.side-menu-section .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.side-menu-section .social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #001f5c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.side-menu-section .social-icon:hover {
    background-color: #003d99;
    color: white;
}

.side-menu-section .bottom-section {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    background-color: #6c757d;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.side-menu-section .bottom-icon {
    font-size: 20px;
}

.side-menu-section .bottom-text {
    font-size: 14px;
    margin: 0;
}

.side-menu-section .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.side-menu-section .menu-overlay.show {
    display: block;
}

.side-menu-section .toggle-menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1030;
    background-color: #001f5c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* dealerpage */
.dealership-detail {
    color: #fff;
    background-color: var(--blue);
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
    margin-top: 3rem;
    overflow: hidden;
}

.dealership-detail .shop-img {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 40%;
}

.dealership-detail .shop-img svg {
    background: linear-gradient(90deg, #fff 50%, var(--blue) 0);
}

.dealership-detail .content {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 30px;
    padding: 0 133px;
    width: 60%;
}

.dealership-detail .content h2 {
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 18px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    font-size: 24px;
    line-height: 34px;
}

.dealership-detail .content .address {
    font-size: 16px;
    line-height: 21px;
    padding-top: 2px;
    margin-bottom: 11px;
}

.dealership-detail .content a.google-map-link {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.dealership-detail .content .bar-wrapper {
    text-align: left;
}

.dealership-detail .content .contact {
    margin: 0;
    padding: 0 0 0 6px;
}

.dealership-detail .content .contact table {
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
}

.dealership-detail .content .contact table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
}

.dealership-detail .content .contact a {
    margin-right: 12px;
    color: #fff;
}

.dealership-detail .content .schedules table {
    margin-bottom: 15px;
}

.dealership-detail .content .schedules table tr td {
    padding: 2px;
}

.dealership-detail .content .schedules table tr td.title {
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 8px;

}

.dealership-detail .content .schedules table tr td:first-child {
    min-width: 80px;
}

.dealership-detail .content .schedules table tr td:first-child {
    min-width: 80px;
}

.dealership-detail .content .schedules table tr td {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.dealership-detail .content .contact a {
    margin-right: 12px;
    color: #fff;
}

.dealership-detail .content .contact a.send-an-email {
    white-space: nowrap;
    color: var(--blue) !important;
    background-color: #fff !important;
}

/* book a test drive */
.page-intro-container {
    padding-bottom: 30px;
    padding-top: 0;
}

.book-a-test-drive h1 {
    font-size: 28px;
    margin-bottom: 12px;
}

.book-a-test-drive h4 {
    font-size: 20px;
    line-height: 150%;
    color: #000;
    font-weight: 500;
}

.page-intro-container p {
    max-width: 90%;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin: unset;
    margin-bottom: unset;
}

.vehicle-modal .modal-dialog.modal-finance {
    width: 700px;
    max-width: 700px;
}

.vehicle-modal .modal-dialog .modal-content .modal-inner-content {
    padding: 10px;
    border-color: #000;
    border-style: solid;
    border-width: 2px 3px 4px;
}

.site-footer p {
    margin-bottom: 0px;
}

.vehicle-modal .modal-dialog .modal-content .modal-inner-content p {
    margin-bottom: 20px;
}

/* ==============
  Sell Your Car Page Styles
==========*/
.sell-your-car-page .step-1-image {
    display: block;
    position: absolute;
    top: 300px;
    right: 0;
}

.sell-your-car-page .form-container {
    width: 60%;
}

/* find a dealer page */
.dealership-card .dealership-content {
    padding: 10px 25px 20px;
    min-height: auto;
}

.dealership-card {
    border: 1px solid #f1f3fa;
    box-shadow: 0 2px 5px 0 #b0b0b0;
    margin-top: 10px;
}

.dealership-content h4 {
    font-weight: bolder;
    font-size: 16px;
    color: var(--blue);
}

.dealership-card a {
    text-decoration: none;
}

.dealership-content p.dealer-address {
    min-height: 60px;
    color: var(--blue);
}

.dealership-card .dealership-content p {
    color: #00095b;
}

/* careers page */
.news-article .heading h1 {
    color: #00095b;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}

.news-article .content p {
    color: #00095b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 23px;
    margin-bottom: 40px;
}

.news-article .container {
    max-width: 794px;
}

.news-article .article-item,
.news .article-item {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 699px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
    padding: 38px;
    margin-bottom: 20px;
    text-align: left;
}

/* contact */
.contact-requests h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #00095b;
}

.contact-requests .dealerships-list .dealership-item {
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 25px;
    padding-bottom: 25px;
}

.contact-requests .dealerships-list .title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 18px;
    margin-bottom: 14px;
}

.contact-requests .dealerships-list .dealership-item .dealership-details {
    margin: 5px 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 14px;

}
.contact-requests h3 {
  letter-spacing: 0;
  font-weight: 800;
  font-size: 18px;
  color: #00095b;
}

/* blogs page */
.blog-archive-section h1{
    text-align: center;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
}

.single-blog-page-section ul{
    margin-bottom: 1rem;
    padding-left: 30px;
}
.single-blog-page-section{
    font-size: 16px;
    font-weight: 400;
    line-height: 165%;
}
.single-blog-page-section .published-date{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    color: #979797;
    margin-bottom: 20px;
}
.single-blog-page-section ul li{
    list-style: disc;
}
.single-blog-page-section h1{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
      margin-top: 30px;
}
.single-blog-page-section h2{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
}
.first-blog-container{
    position: relative;
    margin-bottom: 20px;
}
.small-blog-card{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    width: 330px;
    padding: 15px;
    color: #000;
}
.small-blog-card h1{
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}
.small-blog-card .date{
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
}
.small-blog-card .excerpt{
    display: block;
    width: 100%;
    margin: 0;
}
.filter-container{
    margin-bottom: 30px;
}

.blog-archive-section h2{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
}
.blog-archive-section .swiper-slide a{
    text-decoration: none;;
}
.blog-card img{
    border-radius: 15px;
}
.blog-card h3{
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-card .date{
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
}
.blog-card .excerpt{
    display: block;
    width: 100%;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    padding-right: 15px;
}
/************ // Responsive // ************/
@media screen and (max-width: 1200px) {
    /* Laptop */

}


@media screen and (max-width: 1280px) {

    /* sell your car */
    .sell-your-car-page .step-1-image {
        width: 40%;
        margin-left: auto;
    }

    .sell-your-car-page .form-container {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {

    /* Older Desktop */
    .vehicle-modal .modal-dialog.modal-book-service,
    .vehicle-modal .modal-dialog.modal-finance {
        width: 700px;
        max-width: 700px;
    }

    /* parts and accessories */

}

@media screen and (max-width: 768px) {

    /* iPad */
    h1 {
        font-size: 26px;
    }

    /* book a service */
    .enquiries.page-1 {
        text-align: center;
    }

    .container {
        padding: 0 15px;
    }

    /* navigation */
    .nav-header {
        position: absolute;
        left: 0;
        right: 0;
        padding: 10px;
        background-color: #fff;
        z-index: 99;
    }

    .genesis-nav-menu {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    P, body > div {
        font-size: 12px;
    }
    h1{
        font-size: 24px;
    }
    body > div
    /* menu */
    #custom_html-4 {
        display: block;
    }

    #nav_menu-2 {
        display: none;
    }

    /* iPhone 6 Plus, Landscape Display */
    .sitePageHeading {
        font-size: 25px;
        line-height: 29px;
    }

    .new-model-home-archive-container .header {
        flex-wrap: wrap;
    }

    .new-model-home-archive-container .header h2 {
        margin-bottom: 10px;
    }

    .home-used-car-section .header .d-flex {
        flex-wrap: wrap;
        display: flex;
        margin-bottom: 12px;
    }

    .home-used-car-section .header h2 {
        margin-bottom: 10px;
    }

    .our-promise-to-you {
        flex-wrap: wrap;
        padding: 36px 0 20px;
    }

    .our-promise-to-you>div {
        width: 100%;
        text-align: center;
    }

    .home .our-promise-to-you img {
        display: none;
    }

    .home .our-promise-to-you .text-center img {
        display: inline-block;
    }

    .our-promise-to-you p {
        padding: 0 15px;
    }

    .dealers-list img {
        width: 100%;
        display: none;
    }

    .dealers-list .dealers-info table tr th:nth-child(2) {
        width: 75%;
        display: none;
    }

    .dealers-list .dealers-info table tr td:nth-child(2) {
        width: 60%;
        display: none;
    }

    .dealers-list {
        margin: 25px 0px;
    }

    .dealers-list .dealers-info {
        position: relative;
    }

    .dealers-list .dealers-info table tr td {
        text-align: center;
        font-size: 12px;
    }

    .dealers-list .dealers-info table tr th:first-child {
        text-align: center;
    }

    .bar-wrapper {
        text-align: center;
    }

    /* footer */
    .links-container .links-sec-list {
        justify-content: left;
    }

    .links-container .links-sec-list .each-sec-container {
        width: 100%;
    }

    /* sell your car */
    .sell-your-car-page .step-1-image {
        display: none;
    }

    .sell-your-car-page .form-container {
        width: 100%;
    }

    .breadcrumb-container{
        display: none;
    }
}

@media screen and (max-width: 320px) {
    /* iPhone 4,5, Portrait Display */

}