:root {
    --primary: #cc0000;
    --secondary: #2a2a2a;
    --gray-paragraph: #4b5563;
    --heading-color: #1e293b;
    --font-lato: "Lato", sans-serif;
}

body {
    font-family: var(--font-lato);
    color: var(--gray-paragraph);
    font-size: 14px;
    background: #F8FAFC;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.text-primary {
    color: var(--primary) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: var(--font-lato);
}

h1 {
    font-size: 52px;
    font-weight: 900;
    line-height: 50px;
    margin: 0;
    color: var(--heading-color);
}

h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    color: var(--heading-color);
}

h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    color: var(--heading-color);
}

h5 {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

h1 span {
    color: var(--primary);
}

.shop-btn {
    border-radius: 8px;
    border: 2px solid #E5E7EB;
    display: inline-block;
    padding: 10px 24px;
    color: var(--heading-color);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #fff;
}

.shop-btn:hover {
    text-decoration: none;
}

.btn-primary {
    display: block;
    background: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 900;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn:first-child:active,
.btn-primary.btn-outline:hover,
:not(.btn-check)+.btn:active,
.btn-primary:active,
.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    text-decoration: none;
}

.btn-primary.btn-outline {
    background: transparent;
    color: var(--secondary);
}

.btn-primary.btn-outline:hover {
    color: #fff;
}

.container {
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
}

/* Banner CSS Start */
.hero-section-banner {
    position: relative;
    background: url("../images/autosavvy-bg-new.png") center/cover no-repeat;
    padding: 45px 60px 57px;
    border-radius: 0 0 40px 40px;
}

.hero-section-banner h1 {
    color: #fff;
}

.search-card h2 span,
.search-card h2 {
    color: var(--secondary);
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 23px;
}

.hero-section-banner p {
    font-size: 20px;
    color: #fff;
    line-height: normal;
    margin: 4px 0 0;
    max-width: 400px;
}

.search-card {
    background: #ffffff;
    border-radius: 40px;
    padding: 28px 28px 22px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}

.search-card .btn-primary {
    margin-top: 26px;
}

.hero-section-banner .btn-primary.btn-outline {
    display: inline-flex;
    color: #fff;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.37);
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 35px;
}

.hero-section-banner .btn-primary.btn-outline i {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    color: var(--primary);
    font-size: 8px;
    line-height: 24px;
    text-align: center;
}

.hero-section-banner .btn-primary.btn-outline:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.advanced-link {
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
    color: #777777;
}

.advanced-link a {
    font-weight: 600;
}

.tabs-custom {
    border: 0;
    gap: 12px;
    margin-bottom: 34px;
}

.tabs-custom .nav-link {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    background: #fff;
    color: #777777;
    text-align: center;
    border: 2px solid #777777;
    position: relative;
    transition: all 0.3s ease;
}

.tabs-custom .nav-link:hover,
.tabs-custom .nav-item.show .nav-link,
.tabs-custom .nav-link.active {
    color: #fff;
    background: #141414;
    border-color: #141414;
}

.tabs-custom .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #141414;
}

.search-card .fields-row {
    display: flex;
}

.search-card .fields-row-box {
    border: 1px solid #cfcfcf;
    border-radius: 8px;
}

.search-card .fields-row-box .fields-row .field-group:first-child {
    border-right: 1px solid #cfcfcf;
}

.search-card .fields-row-box .fields-row:first-child {
    border-bottom: 1px solid #cfcfcf;
}

.search-card .field-group label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    line-height: 15px;
    position: absolute;
    left: 14px;
    margin-top: -4px;
}

.search-card .field-group select {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--heading-color);
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    padding: 14px;
    cursor: pointer;
    line-height: normal;
}

.search-card .field-group .caret-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6e6e6e;
    font-size: 12px;
}

.search-card .fields-row .field-group {
    flex: 1;
    position: relative;
    padding-top: 14px;
}

/* My Garage Start */
.my-garage-section {
    padding: 40px 0 80px;
    margin: 50px 0 0;
    position: relative;
    background: url("../images/my-garage-bg.png") center/cover no-repeat;
}

.my-garage-section h2 {
    color: #fff;
    position: absolute;
}

.my-garage-section .tabs-custom .nav-link {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.my-garage-section .tabs-custom .nav-link:hover,
.my-garage-section .tabs-custom .nav-item.show .nav-link,
.my-garage-section .tabs-custom .nav-link.active {
    background: var(--primary);
    border-color: var(--primary);
}

.my-garage-section .tabs-custom .nav-link.active::after {
    border-top-color: var(--primary);
}

.my-garage-section .tabs-custom {
    margin-bottom: 50px;
}

.my-garage-section .latest-inner-box {
    margin-top: 12px;
}

.latest-inner-box {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

.latest-inner-box .btn-close-cart {
    border: 1px solid #696969;
    color: #696969;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 14px;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 2;
}


.latest-inner-box.sold::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 16px;
    top: 0;
    left: 0;
    background: #ffffffc7;
    z-index: 1;
}

.latest-inner-box .reserved {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(4px);
    color: var(--heading-color);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}

.latest-inner-box .imagebox {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.latest-inner-box .imagebox:before {
    content: "";
    display: block;
    padding: 56.15% 0 0 0;
    border-radius: 16px 16px 0 0;
}
 #map {
            height: 500px;
            width: 100%;
        }
.latest-inner-box .imagebox img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: 0.5s;
}

.latest-inner-box .imagebox:hover img {
    transform: scale(1.1);
}

.latest-inner-content {
    padding: 20px;
}

.latest-inner-content h5 {
    margin: 0;
}

.latest-inner-content h5 a {
    color: var(--heading-color);
    text-decoration: none;
}

.latest-inner-content h5:hover a {
    color: var(--primary);
}

.latest-inner-content p {
    color: #64748B;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 16px;
}

.latest-inner-content h3 {
    color: #C00;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.latest-inner-content .est {
    color: #94A3B8;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.latest-inner-content .like-btn {
    gap: 10px;
}

.latest-inner-content .like-btn button {
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    color: var(--heading-color);
    width: 34px;
    height: 34px;
    padding: 8px;
    font-size: 16px;
    background: #fff;
}

.btn-clock {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--primary);
    font-size: 20px;
    position: absolute;
    right: 20px;
    display: none;
}

.latest-inner-content .like-btn button .fa-solid {
    color: var(--primary);
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #fff !important;
    width: 30px;
    height: 30px;
    border: 1px solid #C9C9C9 !important;
    border-radius: 100%;
    color: #C9C9C9 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    width: 100%;
    bottom: -40px;
}

.owl-carousel .owl-dots .owl-dot {
    border-radius: 6px;
    background: #CBD5E1;
    width: 12px;
    height: 12px;
}

.owl-carousel .owl-dots .owl-dot.active {
    width: 32px;
    background: var(--primary);
}

/* My Garage End */

/* Shop By Style Start */
.shop-by-style {
    padding: 60px 0 110px;
}

.shop-by-style .heading-shop {
    margin-bottom: 70px;
}

.shop-by-style h5 {
    margin: 15px 0 0;
}

.shop-style-slider {
    padding: 0 60px;
    display: flex !important;
    justify-content: center !important;
}

.shop-style-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.shop-style-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.shop-style-inner img {
    height: 100px;
    object-fit: cover;
    width: auto !important;
}

.shop-by-style .shop-style-inner a {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    gap: 4px;
}

/* Shop By Style End */


/* Monthly Budget Start */
.monthly-budget {
    padding: 0 0 50px;
    /* background: #fff; */
    position: relative;
    z-index: 2;
}

.monthly-budget-card {
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    /* max-width: 1210px;
    margin: 0 auto; */
    background: #fff;
}

.monthly-budget-card .budget-left {
    padding: 40px;
}

.monthly-budget-card .budget-left h2 {
    color: var(--heading-color);
    margin-bottom: 12px;
    position: relative;
    z-index: 0;
}

.monthly-budget-card .budget-left h2 span {
    position: relative;
    color: var(--primary);
}

.monthly-budget-card .budget-left h2 span::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #fecdd3;
    left: 0;
    width: calc(100% + 16px);
    height: 10px;
    z-index: -1;
}

.monthly-budget-card .budget-left p {
    font-size: 16px;
    line-height: 24px;
    color: #64748b;
    font-weight: 400;
}

.monthly-budget-card .budget-left label {
    font-size: 16px;
    line-height: 18px;
    color: #474747;
    font-weight: 400;
    padding-left: 12px;
    padding-bottom: 12px;
    margin: 0;
}

.monthly-budget-card .budget-left .input-group {
    position: relative;
}

.monthly-budget-card .budget-left .input-group input {
    border-radius: 12px !important;
}

.monthly-budget-card .budget-left .input-group span.input-group-text {
    position: absolute;
    right: 24px;
    top: 22px;
    display: flex;
    align-items: center;
    z-index: 999;
    padding: 0;
    border: 0;
    background: none;
    color: #94A3B8;
}

.monthly-budget-card .budget-left .input-group span.input-group-text svg path {
    fill: #94a3b8;
}

.monthly-budget-card .budget-left input[type="text"],
.monthly-budget-card .budget-left .form-select {
    border: 2px solid #e2e8f0;
    padding: 16px 18px;
    font-size: 18px;
    line-height: 28px;
    color: #0f172a;
    font-weight: 600;
    margin-bottom: 4px;
    border-radius: 12px;
}

.monthly-budget-card .budget-left .form-check{
    margin-top: 20px;
}

.monthly-budget-card .budget-left .form-check-input:checked {
    background-color: #3B3B3B;
    border-color: #3B3B3B;
}

.monthly-budget-card .budget-left input.range-slider {
    border-radius: 10px;
    width: 100%;
    height: 1.5rem;
    padding: 0;
    appearance: none;
}

.monthly-budget-card .budget-left input.range-slider::-webkit-slider-runnable-track {
    background: #ffe4e6;
    height: 4px;
    border-radius: 10px;
}

.monthly-budget-card .budget-left input.range-slider::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    background: var(--primary);
    position: relative;
    top: -6px;
}

.monthly-budget-card .budget-left input:focus,
.monthly-budget-card .budget-left .form-select:focus {
    box-shadow: none;
}

.monthly-budget-card .budget-left .select-info-text {
    margin-top: 8px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #6b7280;
    gap: 4px;
    margin-bottom: 14px;
}

.monthly-budget-card .budget-left .select-info-text span {
    font-size: 12px;
    line-height: 16px;
    color: #94a3b8;
    font-weight: 400;
}

.select-info-text span svg path {
    fill: #94a3b8;
}

/* right column */
.monthly-budget-card .budget-right {
    background: linear-gradient(165deg, #ecfdf5, #f0fdfa);
    padding: 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ffe4e6;
}

.monthly-budget-card .budget-right p {
    font-size: 16px;
    line-height: 24px;
    color: #475569;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.monthly-budget-card .budget-right p svg path {
    fill: #94a3b8;
}

.monthly-budget-card .budget-right h1 {
    font-size: 60px;
    line-height: 60px;
    color: #0f172a;
    font-weight: 900;
    margin-bottom: 12px;
    letter-spacing: -1.5px;
}

.monthly-budget-card .budget-right .btn-primary {
    box-shadow: 0 10px 15px -3px #FECDD3, 0 4px 6px -4px #FECDD3;
    margin-top: 8px;
}

.monthly-budget-card .budget-right .btn-primary span {
    display: flex;
    color: #64748B;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.monthly-budget-card .budget-right .btn-primary span i {
    color: var(--primary);
}

.monthly-budget-card .budget-right .btn-primary:hover span i,
.monthly-budget-card .budget-right .btn-primary:hover span {
    color: #fff;
}

.monthly-budget-card .budget-right .btn-primary.btn-outline {
    padding-top: 7px;
    padding-bottom: 7px;
}

.apr-badge {
    background: #d1f2df;
    padding: 8px 14px;
    border-radius: 20px;
    display: inline-flex;
    color: #166534;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin: 4px 0 20px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Monthly Budget Start */



/* Available Utah Start */
.available-utah {
    padding: 45px 0 60px;
}

.available-utah h2 {
    padding: 8px 0 40px;
}

.available-utah h2 span {
    color: #969696;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding-left: 20px;
}

.btn-group-custom {
    gap: 15px;
    margin-top: 80px;
}

.btn-group-custom .btn-primary {
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding-left: 24px;
    padding-right: 24px;
}

.btn-group-custom .btn-primary.gray-btn {
    border-color: #E5E7EB;
    color: var(--heading-color);
}

.btn-group-custom .btn-primary.gray-btn:hover {
    border-color: var(--secondary);
    color: #fff;
}

/* Available Utah End */

/* Financing Made Simple Start */
.financing-made-simple {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
    padding: 60px 0 90px;
    overflow: hidden;
}

.financing-made-simple .container::before,
.financing-made-simple .container::after {
    background: #E11D48;
    filter: blur(32px);
    opacity: 0.1;
    width: 384px;
    height: 384px;
    border-radius: 100%;
    position: absolute;
    content: '';
    left: -150px;
    top: -90px;
}

.financing-made-simple .container::before {
    right: -150px;
    bottom: -140px;
    left: auto;
    top: auto;
}

.financing-made-simple h2 {
    color: #fff;
    padding: 0 0 40px;
    position: relative;
    z-index: 1;
}

.financing-made-simple .container {
    max-width: 1300px;
}

.finance-card {
    border-radius: 24px;
    background: #FFF;
    padding: 50px 40px 60px;
    height: 100%;
    border: 3px solid var(--primary);
    position: relative;
    z-index: 1;
}

.finance-card .card-header-custom {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.finance-card .icon-circle {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: #C00;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.25));
}

.finance-card .sub-text {
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0 0;
}

.finance-card .inner-box {
    padding: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    border-radius: 16px;
    border: 2px solid rgba(204, 0, 0, 0.20);
    background: linear-gradient(135deg, rgba(225, 29, 72, 0.2) 0%, #FFF1F2 100%);
}

.finance-card .averge {
    color: #64748B;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.finance-card .rate {
    color: var(--primary);
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    margin: 4px 0;
}

.finance-card .recent {
    color: #475569;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.finance-card .btn-primary {
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 0;
    padding: 20px 40px;
}

.finance-card.green-box .inner-box {
    background: linear-gradient(135deg, #ECFDF5 0%, #F0FDFA 100%);
    border-radius: 16px;
    border: 2px solid #A7F3D0;
}

.finance-card.green-box .rate {
    background: linear-gradient(90deg, #10B981 0%, #0D9488 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.finance-card.green-box .btn-primary {
    background: linear-gradient(90deg, #10B981 0%, #0D9488 100%);
    transition: linear-gradient 0.3s ease;

}

.finance-card.green-box .btn-primary:hover {
    background: var(--secondary);
}

.finance-card.green-box .icon-circle {
    background: linear-gradient(90deg, #10B981 0%, #0D9488 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    border-radius: 0;
}

/* Financing Made Simple End */

/* AutoSavvy Difference Start */
.autoSavvy-difference {
    padding: 50px 0;
    background: #fff;
}

.autoSavvy-difference h2 {
    padding: 0 0 25px;
}

.autoSavvy-difference .autoSavvy-difference-card {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 25px 0;
}

.autoSavvy-difference img {
    max-width: 90px;
    width: 100%;
    flex: 0 0 90px;
}

.autoSavvy-difference p {
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 4px 0 8px;
}

.autoSavvy-difference span {
    color: var(--primary);
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
}

.autoSavvy-difference span.warranty {
    color: rgba(5, 150, 105, 1);
}

.autoSavvy-difference span.inspected {
    color: rgba(37, 99, 235, 1);
}

.autoSavvy-difference span.available {
    color: #8B5CF6;
}

.autoSavvy-difference span.doorstep {
    color: #F97316;
}

.autoSavvy-difference span.reviews {
    color: #EAB308;
}

/* AutoSavvy Difference End */

/* Real Stories Start */
.real-stories {
    padding: 60px 0;
}

.real-stories .title-heading p {
    color: #4B5563;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 16px 0 25px;
}

.real-stories .latest-inner-box .reserved {
    border-radius: 20px;
    z-index: 2;
}

.real-stories .latest-inner-box .imagebox::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.40);
    z-index: 1;
}

.real-stories .imagebox-btn {
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 6;
    top: 50%;
    border: 0;
    width: 64px;
    height: 64px;
    font-size: 20px;
    left: 50%;
    transform: translate(calc(-50%), -50%);
    color: var(--primary);
}

.real-stories .latest-inner-box .imagebox:before {
    padding: 75% 0 0 0;
}

.real-stories .latest-inner-name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.real-stories .latest-inner-name img {
    border-radius: 100%;
    border: 2px solid var(--primary);
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}

.real-stories .rating {
    margin-top: 60px;
}

.real-stories .rating p {
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Real Stories End */

/* Largest Dealer Start */
.largest-dealer-section {
    padding: 80px 0;
}

.largest-dealer-section .latest-inner-box .imagebox {
    border-radius: 16px;
}

.largest-dealer-section .latest-inner-box .imagebox:before {
    padding: 85.4% 0 0 0;
    border-radius: 16px;
}

.largest-dealer-section .latest-inner-box .imagebox img {
    border-radius: 16px;
}

.largest-dealer-section .largest-dealer-btntext {
    position: absolute;
    bottom: 0;
}

.largest-dealer-section .imagebox::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
}

.largest-dealer-section .largest-dealer-btntext {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    left: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.largest-dealer-section .largest-dealer-btntext .largest-dealer-btn {
    display: inline-flex;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
    border: 0;
}

.largest-dealer-section .largest-dealer-btntext h5 {
    color: #fff;
    margin: 0;
}

.largest-dealer-section .largest-dealer-btntext p {
    color: #CBD5E1;
    margin: 0;
}

.largest-dealer-section h2 {
    font-size: 48px;
    margin-bottom: 30px;
    padding-top: 24px;
}

.largest-dealer-section .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    margin-top: 20px;
}

.largest-dealer-list {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    max-width: 540px;
}

.largest-dealer-list .largest-dealer-icon {
    border-radius: 12px;
    background: rgba(204, 0, 0, 0.10);
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--primary);
}

.largest-dealer-list h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 4px;
}

.largest-dealer-list p {
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

/* Largest Dealer End */

/* Award Winning Start */
.award-winning-section {
    position: relative;
    background: url("../images/award-winning-bg.png") top center/cover no-repeat;
    padding: 36px 0 80px;
}

.award-winning-section .owl-carousel .owl-stage {
    display: flex;
}

.award-winning-section .owl-carousel .item {
    height: 100%;
}

.award-winning-section h2 {
    margin-bottom: 16px;
}

.award-winning-section .title-heading i{
    font-size: 50px;
    color: var(--primary);
}

.award-winning-section .title-heading p {
    color: #475569;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    max-width: 615px;
    margin: 0 auto 50px;
}

.award-winning-section .award-winning-redbox {
    border-radius: 24px;
    background: var(--primary);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 50px 30px;
}

.award-winning-section .award-winning-trophy {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #FFF;
    font-size: 61px;
    font-weight: 900;
    line-height: normal;
}

.award-winning-section .award-winning-redbox h5 {
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
}

.award-winning-section .award-winning-redbox p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.award-winning-section .award-winning-box {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 34px 20px;
    height: 100%;
}

.award-winning-section .award-winning-box h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

.award-winning-section .award-winning-box h5 {
    color: #475569;
    font-size: 16px;
    margin: 0 0 4px;
}

.award-winning-section .award-winning-box p {
    color: #94A3B8;
    font-size: 12px;
    margin: 0;
}

.award-winning-section .owl-carousel .owl-item .award-winning-box img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    margin: 0 auto 10px;
}

.award-winning-section .owl-carousel .owl-nav button.owl-next,
.award-winning-section .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
}

/* Award Winning End */

/* Locations Section Start */
.locations-section {
    position: relative;
    background: url("../images/locations-bg.png") top center/cover no-repeat;
    padding: 40px 0;
}

.locations-section .container{
    max-width: 1670px;
}

.locations-map{
    position: relative;
}

.locations-map form{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    padding: 50px 20px 0;
    max-width: 950px;
    margin: 0 auto;
    right: 0;
}

.locations-map form .fa-magnifying-glass{
    position: absolute;
    top: 72px;
    left: 34px;
    color: #737c83;
    font-size: 16px;
}

.locations-map form .btn-serach {
    position: absolute;
    top: 63px;
    right: 30px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 0 solid #E5E7EB;
    background: #D32F2F;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.locations-map form .form-control{
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #C9C9C9;
    background: #fff;
    color: #ADAEBC;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    height: auto;
    padding: 16px 40px;
}

.locations-section h2 {
    color: #FFF;
    font-size: 84px;
    font-weight: 900;
    line-height: 1;
    margin: 10px 0 20px;
}

.locations-section h2 span {
    background: var(--primary);
    border-radius: 10px;
    padding: 2px 10px;
    display: inline-block;
    font-size: 75px;
    text-align: center;
}

.locations-section p {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.locations-section .latest-inner-box .imagebox:before {
    padding: 80% 0 0 0;
}

.locations-section .latest-inner-box .imagebox img,
.locations-section .latest-inner-box .imagebox:before,
.locations-section .latest-inner-box .imagebox {
    border-radius: 16px;
}

/* Locations Section End */

.podcast-slider-section {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #D0D0D0;
background: #FFF;
}

.podcast-slider-section .podcastMarquee {
    position: relative;
}

.podcast-slider-section .podcastMarquee .marquee-wrapper {
    display: flex;
    width: max-content;
    gap: 10px;
}

.podcast-slider-section .marquee-slide {
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    transition: transform 0.3s ease;
}


.podcast-slider-section .marquee-slide .stat-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 18px;
    color: #fff;
    height: 200px;
    border-radius: 18px;
    background: #202020;
}

.podcast-slider-section .marquee-slide:nth-of-type(6n + 2) .stat-card{
    background: #662323;
}

.podcast-slider-section .marquee-slide:nth-of-type(6n + 3) .stat-card{
    background: #64748B;
}

.podcast-slider-section .marquee-slide:nth-of-type(6n + 4) .stat-card{
    background: #285C4B;
}

.podcast-slider-section .marquee-slide:nth-of-type(6n + 5) .stat-card{
    background: #005E85;
}

.podcast-slider-section .marquee-slide:nth-of-type(6n + 6) .stat-card{
    background: #826D45;
}

.podcast-slider-section .stat-card h2 {
    color: #FFF;
    font-size: 52px;
    font-weight: 900;
    line-height: 44px;
    margin: 0 0 10px;
}

.podcast-slider-section .stat-card p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    max-width: 250px;
}

.podcast-slider-section .stat-card img{
    max-width: 150px;
    margin-bottom: 10px;
}


.podcast-slider-section .video-card .video-box {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.podcast-slider-section .video-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.podcast-slider-section .play-btn-clint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: transparent;
    padding: 0;
    border: 0;
}

.podcast-slider-section .play-btn-clint img{
    width: 100%;
    height: 100%;
}


.podcast-slider-section .video-card .video-box:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(22, 101, 196, 0.00) 25%, rgba(0, 0, 0, 0.43) 100%);
}


.podcast-slider-section .card-info {
    position: absolute;
    z-index: 2;
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.podcast-slider-section .card-info .client {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.podcast-slider-section .card-info h3 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal; 
    margin: 0;
}

.podcast-slider-section .card-info p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal; 
    margin: 0;
}