:root {
    --white: #ffffff;
    --black: #000;
}

body {
    overflow-x: hidden;
}

* {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

h4 {
    /* H4 */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

h2 {
    font-family: Arvo;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.homepage-banner {
    background-image: url("/imgs/home/kyrv-home-banner-bg.png");
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6rem 1.25rem;
    /* Example with rem */
    row-gap: 3.125rem;
    /* Example with rem */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-slide img {
    width: 100%;
}

.homepage-banner h1 {
    color: var(--white);
    text-align: center;
    text-shadow: 0px 0px 5.8px #0c379d;
    font-family: "Arvo", sans-serif;
    /* Added fallback */
    font-size: 4rem;
    /* Example with rem */
    font-weight: 700;
    line-height: 1.1;
    /* 67px can be converted to a unitless value */
    text-transform: uppercase;
}

.featured-blocks-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    column-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.featured-blocks-section.top-blocks-section {
    margin-top: -50px;
}

.featured-blocks-section.bottom-blocks-section {
    margin: 100px 0;
}

.featured-blocks-section .featured-block {
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    display: flex;
    width: 264px;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 10;
    background-color: var(--white);
}

.featured-blocks-section .featured-block img {
    border-radius: 10px;
    width: 100%;
}

.featured-blocks-section .featured-block h4 {
    color: var(--black);
    text-align: center;
}

.sec-container {
    max-width: 1280px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    margin: auto;
}

.second-section {
    display: flex;
    align-items: center;
    gap: 44px;
    flex-direction: row;
    justify-content: center;
    margin: 100px auto;
}

.col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
}

.h-c-one {
    width: 48%;
}

.h-c-one h2 {
    color: var(--black);
}

.h-c-one p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.h-c-two {
    width: 52%;
    position: relative;
}

.img-parent img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 4px solid #0c379d;
    box-shadow: 4px 3px 0px 0px #0c379d;
}

.img-parent {
    position: relative;
}

.img-parent:after {
    position: absolute !important;
    height: 60%;
    width: 100%;
    content: "";
    background: url("/imgs/home/Vector-7.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -30%;
    right: -17%;
    z-index: -1;
}

.row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: row;
}

.explore-inventory-btn {
    border-radius: 50px;
    background: #b02538;
    padding: 10px 20px;
    color: var(--white);
    border: none;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.about-us-btn {
    border-radius: 50px;
    border: 2px solid #0c379d;
    background: var(--white);
    padding: 8px 20px;
    color: #0c379d;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.btn-parent {
    width: auto;
}

.featured-brands-section {
    display: flex;
    padding: 20px 100px;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: var(--black);
    flex-wrap: wrap;
}

.featured-brands-section h4 {
    color: var(--white);
    text-align: center;
}

.featured-brands-section .image-container {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.happy-camper-mobile {
    display: none;
}

.happy-camper {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 45%, #000 80.5%),
        url("/imgs/home/a happy camper.jpg") lightgray 50% / cover no-repeat;
}

.happy-camper .happy-camper-container {
    max-width: 1400px;
    padding: 0 20px;
    margin: auto;
}

.happy-container {
    display: flex;
    max-width: 550px;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 50px; */
    margin-left: auto;
}

.happy-container .text-container {
    display: flex;
    /* height: 413px; */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.happy-container .text-container h4 {
    padding: 5px 20px;
    background: #b02538;
    color: var(--white);
    text-align: center;
    margin-bottom: 10px;
}

.happy-container .text-container h2 {
    color: var(--white);
    text-align: center;
}

.happy-container .text-container hr {
    opacity: 1;
    width: 100%;
    color: var(--white);
}

.happy-container p {
    color: var(--white);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.what-we-offer {
    padding: 50px 20px;
    background: linear-gradient(270deg, #e4f7ff 0%, #b9e6f9 100%);
    position: relative;
    height: 287px;
}

.what-we-offer .what-we-offer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    margin: auto;
}

.what-we-offer .what-we-offer-container .line-section {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.what-we-offer .what-we-offer-container .line-section svg.first {
    margin-left: 100px;
}

.what-we-offer .text {
    color: var(--white);
    text-shadow: var(--Number, 5px) var(--Number, 5px) 0px #0c379d;
    -webkit-text-stroke-width: 4.029850959777832;
    -webkit-text-stroke-color: #0c379d;
    font-family: Arvo;
    font-size: 85.97px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    /* 104.688% */
    text-transform: uppercase;
    min-width: 471px;
    position: relative;
    z-index: 5;
}

.what-we-offer .map-image {
    position: absolute;
    top: -130px;
    right: -80px;
    z-index: 0;
}

.what-we-offer .offers-section {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    margin-top: 100px;
}

.what-we-offer .offers-section .individual-offer {
    display: flex;
    padding: 9.091px;
    justify-content: center;
    align-items: center;
    gap: 9.091px;
    border-radius: 36.364px;
    border: 2.727px solid #a51336;
    background: var(--white);
    box-shadow: 4.545px 4.545px 0px 0px #a51336;
    position: relative;
    z-index: 5;
}

.what-we-offer .offers-section .individual-offer p {
    color: #000;

    text-align: center;
    font-family: Roboto;
    font-size: 21.818px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.091px;
    text-transform: uppercase;
    margin: 0;
}

.what-we-offer-bottom-white {
    background: var(--white);
    height: 60px;
    z-index: 4;
    position: relative;
    /* margin-bottom: 200px; */
}

/* srp filter */

.inventory-filter {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: var(--white);
    margin: auto;

    /* Blue drop */
    box-shadow: 0px 0px 5.8px 0px #a51336;
}

.inventory-filter .filter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.inventory-filter select {
    appearance: none;
    /* Remove default arrow */
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    padding: 10px 60px 10px 10px;
    /* Add padding on the right */
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: var(--white);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    cursor: pointer;
    color: var(--black);

    /* body/16px Bold */
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.inventory-filter a.search {
    padding: 10px 50px;
    border-radius: 10px;
    background: #a51336;
    text-decoration: none;
    color: var(--white);
    margin-left: 10px;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

/* contact us start */
.contact-container {
    max-width: 1380px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    margin: auto;
}

.contact-main-col-one {
    width: 66%;
}

.contact-main-col-two {
    width: 28%;
}

.contact-main-col-one,
.contact-main-col-one {
    display: flex;
    flex-direction: row;
}

.cu-main {
    padding: 50px 0;
    background: linear-gradient(270deg, #e4f7ff 0%, #b9e6f9 100%);
    position: relative;
}

.map iframe {
    width: 100%;
    min-height: 337px;
}

.map {
    display: flex;
    border: 10px solid var(--white);
}

.contact-us {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 50px;
}

.contact .cu-main .map-image {
    position: absolute;
    top: 119px;
    right: -166px;
    z-index: 0;
    width: 900px;
}

.contact-us-col-one,
.contact-us-col-two {
    width: 50%;
    z-index: 99;
}

/* .contact-us-col-three {
    width: 34%;
    z-index: 99;
    padding-left: 50px;
} */

.contact-us-col-two {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us-col-two h2 {
    color: #000;
    font-family: Arvo;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: var(--white);
    padding-left: 20px;
    width: 72%;
}

.contact-us-col-two p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
}

.contact-us-col-two a {
    color: #000;
    font-weight: 700;
    text-decoration-line: underline;
}

.details-one,
.details-two {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 1000px;
    background: #c83b4e;
    box-shadow: 4px 4px 7.5px 0px #61000d inset;
    z-index: 99;
    position: relative;
    margin-left: 20px;
}

.details-one {
    width: 364px;
}

.details-two {
    width: 250px;
}

.details-one p,
.details-two p,
.details-two a {
    color: var(--icon-color, #fff);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    margin: 0;
}

.details-one p,
.details-two p {
    padding-left: 10px;
}

.form-container {
    padding: 20px;
    border-radius: 10px;
    border: 4px solid #a51336;
    background: var(--white);
    box-shadow: 5px 5px 0px 0px #a51336;
    width: 100%;
    margin-top: -120px;
}

.form-container form {
    display: flex;
    flex-direction: column;
    /* padding: 30px; */
    align-items: center;
    gap: 10px;
}

.form-container .form-row {
    display: flex;
    justify-content: space-between;
}

.form-container .form-group {
    margin-bottom: 15px;
    width: 100%;
}

.form-container .form-group.half {
    width: 48%;
    /* Adjusting width to fit two fields inline */
}

.form-container label {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    display: block;
}

.form-container input,
.form-container select,
.form-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-container input::placeholder,
.form-container textarea::placeholder {
    color: #7a7a7a;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.form-container textarea {
    height: 80px;
}

.form-container .submit-btn {
    display: flex;
    height: 51.667px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #a51336;
    color: var(--white);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
}

.form-container .submit-parent {
    display: flex;
    justify-content: center;
}

/* contact us end */

/* featured slides */
/* Featured Inventory */
.featured-invs {
    padding: 55px 0;
    text-align: center;
    margin-bottom: 100px;
}

.featured-heading {
    text-align: center;
    margin-bottom: 20px;
}

.featured-heading h2 {
    color: var(--black);

    /* H2 */
    font-family: Arvo;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

/* .featured-btn .explore-inv-btn {
    background: #000;
    color: #fff;
    padding: 10px 25px;
} */
.featured-btn a:hover {
    opacity: 0.8;
}

.featured-slider {
    margin-bottom: 60px;
}

.featured-slider .slick-slide>div {
    height: 100%;
}

.featured-slider .slick-slide {
    height: inherit;
}

.featured-slider .slick-track {
    display: flex;
}

.inventory-item {
    max-width: 275px;
    border-radius: 10px;
    border: 4px solid #a51336;

    /* accent drop */
    box-shadow: var(--Number, 5px) var(--Number, 5px) 0px 0px #a51336;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.inventory-item .inventory-image {
    width: 100%;
}

.inventory-item .inventory-image img {
    width: 100%;
    max-height: 130px;
    object-fit: cover;
    border-radius: 5px;
}

.inventory-item .vin-used {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #d9d9d9;
}

.inventory-item .vin-used .vin-number {
    color: #8b8b8b;
    /* body/14px Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inventory-item .vin-used p {
    color: var(--black);

    /* body/14px Bold */
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.inventory-item .ybmm {
    margin: 10px;
}

.inventory-item .ybmm h4 {
    color: var(--black);

    text-align: center;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /* H4 */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.inventory-item .price-section {
    margin: 0 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.inventory-item .price-section h2 {
    color: var(--black);
    text-align: center;

    /* H2 */
    font-family: "Arvo";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.inventory-item .price-section h2.call-price {
    font-size: 25px;
}

.inventory-item .stock-number {
    margin: 10px;
    text-align: center;
    color: #8b8b8b;

    /* body/14px Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inventory-item .view-details {
    text-decoration: none;
    background: #a51336;
    color: var(--white);
    text-align: center;
    /* body/18px Bold */
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.categories-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    padding: 40px 0px;
    overflow: hidden;
    margin: auto;
    flex-wrap: wrap;
}

.category-image img {
    max-width: 150px;
    margin: auto;
    display: block;
}

.category-item {
    display: flex;
    width: 225px;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
    margin: auto;
}

.category-subtitle {
    color: #5d5d5d;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-title {
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}

ul.slick-dots {
    height: 50px;
}

.category-on-hover-container {
    align-self: stretch;
    min-width: 100px;
    min-height: 32px;
    background: #080808;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.category-on-hover-container-white {
    background: white;
    border: 0.75px solid #d1d1d1;
    align-self: stretch;
    min-width: 100px;
    min-height: 32px;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.category-on-hover-button {
    min-height: 32px;
    padding: 4px 1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    cursor: pointer;
}

.buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-direction: column;
}

/* .category-on-hover-button-white{
    min-height: 32px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    cursor: pointer;
} */

.category-on-hover-container-white .category-on-hover-text {
    color: black;
}

.category-on-hover-text {
    text-align: center;
    color: white;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 18px;
    word-wrap: break-word;
}

.category-on-hover-icon-shape {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .category-on-hover-icon {
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.category-on-hover-icon-background {
    width: 16px;
    height: 16px;
    position: absolute;
} */

/* .category-on-hover-icon-shape {
    width: 4.94px;
    height: 8px;
    left: 5.73px;
    top: 4px;
    position: absolute;
    background: white;
} */

.base {
    position: relative;
    z-index: 1;
    transition: transform 1s ease, opacity 1s ease;
    transform: translateY(25%);
}

.active-on-hover {
    /* width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
    z-index: 2; */
    opacity: 0;
    /* transform: translateY(10px); */
    transition: opacity 1s ease, transform 1s ease;
    /* display: none; */
    z-index: 2;
    gap: 12px;
    padding: 10px;
    border: 3px solid #a51336;
    min-width: 150px;
}

.category-item:hover .base {
    transform: translateY(-100%);
    opacity: 0;
}

.category-item:hover .active-on-hover {
    /* display: block; */
    opacity: 1;
    transform: translateY(-66%);
    transition: opacity 1s ease, transform 1s ease;
    min-width: 150px;
}

/* On mobile (active state triggered by JS) */
.category-item.active .base {
    transform: translateY(-100%);
    opacity: 0;
}

.category-item.active .active-on-hover {
    display: block;
    opacity: 1;
    transform: translateY(-48%);
}

.category-on-hover-container:hover,
.category-on-hover-container-white:hover {
    border: 1px solid #a51336;
}

/* .search-bar {
    width: 540px;
    padding: 10px 20px;
    position: absolute;
    left: 2px;
    top: 152px;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 100px;
    border: 2px solid white;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon {
    width: 24px;
    height: 24px;
}

.search-text {
    position: relative;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
} */

/* equifax banner start */
.equifax-banner-container {
    background: #a51336;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 66px; */
    cursor: pointer;
}

.equifax-banner-container-inner {
    max-width: 1368px;
    padding: 15px 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.equifax-banner-logo {
    width: 200px;
    height: 51px;
}

.equifax-banner-text {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.28px;
    word-wrap: break-word;
}

.equifax-banner-finance {
    width: 280px;
    height: 73px;
    cursor: pointer;
}

/* equifax banner end */

/* callouts start */
.call-outs-container {
    max-width: 1368px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    gap: 32px;
}

.call-outs-card {
    height: 384px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.call-outs-image-wrapper {
    width: 405px;
    height: 384px;
    background: white;
    overflow: hidden;
}

.call-outs-image {
    width: 464px;
    height: 443px;
    /* position: absolute;
    left: -30px;
    top: -29px; */
    object-fit: cover;
}

.call-outs-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(223deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.2) 64.63%,
            rgba(0, 0, 0, 0.7) 85.56%);
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.call-outs-image-wrapper:hover img {
    transform: scale(1.1);
}

.call-outs-image-wrapper:hover::after {
    opacity: 1;
    border: 5px solid #a51336;
    border-radius: 12px;
}

.call-outs-image-wrapper img {
    transition: transform 0.6s ease-in-out;
}

.call-outs-text {
    position: absolute;
    left: 20px;
    top: 324px;
    color: white;
    font-size: 32px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.32px;
    text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.8);
}

.call-outs-icon {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 338px;
    top: 18px;
    /* box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.8); */
    overflow: hidden;
}

.home-divider {
    width: 100%;
    overflow: hidden;
    /* Prevents content from spilling outside */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

.home-divider img {
    max-width: 100%;
    /* Ensures image stays within container */
    height: auto;
    /* Maintains aspect ratio */
}

/* callouts end */

/* welcome start */
.welcome-container {
    background: #080808;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-inner {
    max-width: 880px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
    overflow: hidden;
}

.welcome-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.welcome-title {
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.welcome-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.welcome-name {
    flex: 1;
    color: white;
    font-size: 36px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    letter-spacing: 0.36px;
}

.welcome-tagline {
    padding: 4px 8px;
    background: #a51336;
    color: white;
    font-size: 28px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    text-align: center;
}

.welcome-subtitle {
    color: white;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
}

.welcome-description {
    color: white;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.welcome-button {
    background: white;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    min-height: 50px;
    cursor: pointer;
}

.button-text {
    text-align: center;
    color: #080808;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.welcome-button:hover {
    border: 3px solid #a51336;
}

/* welcome end */
/* brands start */
.brands {
    /* width: 1440px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    /* flex-wrap: wrap; */
    padding-top: 80px;
}

.brands .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands-img {
    object-fit: contain;
    border-radius: 4px;
    /* width: 100% !important; */
    height: 106.667px !important;
    padding: 10.667px;
    /* max-height: 75px; */
}

/* brands end */
.social-ui {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0 0 80px 0;
    flex-wrap: wrap;
}

.social-ui-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.social-ui-icons svg#icons {
    width: 36px;
}

.social-ui-connect {
    color: #000;
    text-align: center;
    /* font-family: Ubuntu; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.24px;
}

/* mid form start */
.mid-search-container {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #e7e7e7;
}

.mid-search-inner-container {
    max-width: 1256px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #e7e7e7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: flex;
}

.mid-search-title {
    text-align: center;
    color: #080808;
    font-size: 36px;
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.36px;
    word-wrap: break-word;
}

.mid-search-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.mid-search-card-container {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.mid-search-card {
    width: 217px;
    background: white;
    border-radius: 5px;
    outline: 2px #080808 solid;
    outline-offset: -1px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.mid-search-card-header {
    align-self: stretch;
    /* padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px; */
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.mid-search-card-select {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #080808;
    background-color: #f4f4f4;
}

.mid-search-find-ride-container {
    padding: 8px;
    position: relative;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    /* overflow: hidden; */
    justify-content: center;
    align-items: center;
    display: flex;
}

.mid-search-ride-button {
    display: flex;
    padding: 12px 24px 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 2px solid #080808;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    z-index: 99;
}

.mid-search-find-ride-container:after {
    background: black;
    position: absolute;
    bottom: -2px;
    content: "";
    /* width: 165px; */
    width: 92%;
    height: 46px;
    right: 0;
    border-radius: 5px;
}

.mid-search-ride-text-container {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 24px;
    background: white;
    border-radius: 5px;
    outline: 2px #080808 solid;
    outline-offset: -2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.mid-search-ride-icon-container {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.mid-search-ride-icon-inner {
    width: 24px;
    height: 24px;
    left: 0px;
    top: 0px;
    position: absolute;
}

.mid-search-ride-icon {
    width: 17.49px;
    height: 17.49px;
    left: 3px;
    top: 3px;
    position: absolute;
    background: #080808;
}

.mid-search-ride-text {
    color: #080808;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
}

.mid-search-image-background {
    width: 1440px;
    height: 477px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: white;
    overflow: hidden;
}

.mid-search-image-button {
    left: 644px;
    top: 310px;
    position: absolute;
    background: #080808;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.mid-search-image-button-inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.mid-search-image-button-text {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
}

.mid-search-dots-container {
    width: 393px;
    height: 72px;
    left: 524px;
    top: 405px;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.mid-search-dot {
    width: 8px;
    height: 8px;
    position: relative;
    background: var(--Labels-Primary, black);
    border-radius: 50px;
}

.mid-search-dot.faded {
    opacity: 0.3;
}

.mid-search-arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.8);
}

.mid-search-arrow.left {
    left: 65px;
    top: 217px;
}

.mid-search-arrow.right {
    left: 1332px;
    top: 217px;
}

.mid-search-footer {
    width: 1440px;
    padding-left: 112px;
    padding-right: 112px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #a51336;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 48px;
    display: inline-flex;
}

.mid-search-footer-logo {
    width: 200px;
    height: 51px;
}

.mid-search-footer-text {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.28px;
    word-wrap: break-word;
}

.mid-search-footer-image {
    width: 280px;
    height: 73px;
}

/* mid form end */

/* boat builder dummy start */
.mid-search-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    /* Changed from 500px to auto */
    margin: auto;
}

.mid-search-inner a:hover {
    color: white;
}

.mid-search-image-container {
    position: relative;
    height: auto;
    /* Ensure container adjusts to content */
}

/* .mid-search-inner-slide {
    background: url("/imgs/pages/home/Banner - Dirt Bikes (1).png") lightgray 50% / cover no-repeat;
    width: 100%;
    height: 566px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
} */

.mid-search-inner-slide {
    width: 100%;
    height: auto !important;
    /* Changed from fixed height */
    position: relative;
    background-color: black;
    overflow: hidden;
}

.mid-search-inner-slide div {
    width: 100%;
    display: block;
}

.mid-search-inner-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* .mid-search-inner-slide img {
    max-width: 800px;
    width: 100%;
    height: 500px;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */

.mid-search-image-container .slick-dots {
    position: relative;
    bottom: -30px !important;
    /* Adjusted to be closer to content */
    margin-top: 20px !important;
}

.mid-search-image-container .slick-prev {
    left: 100px;
    z-index: 999999;
    width: 24px;
    height: 24px;
    box-shadow: 0 8px 20px rgba(1, 1, 1, 0.4);
    border-radius: 100%;
}

.mid-search-image-container .slick-next {
    right: 100px;
    z-index: 999999;
    width: 24px;
    height: 24px;
    box-shadow: -8px 0 20px rgba(1, 1, 1, 0.4);
    border-radius: 100%;
}

/* Remove default content inserted by Slick */
.mid-search-image-container .slick-prev::before,
.mid-search-image-container .slick-next::before {
    content: none !important;
}

/* Optional: if needed, remove background if it's showing */
.mid-search-image-container .slick-prev,
.mid-search-image-container .slick-next {
    background: transparent !important;
    border: none;
}

.mid-search-image-container .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.mid-search-inner-slide-text {
    max-width: 723px;
    margin: 150px 10px 10px 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: flex;
}

.mid-search-inner-slide-heading {
    text-align: center;
    color: white;
    font-size: 83.34px;
    font-family: Alexandria;
    font-weight: 700;
    line-height: 78.25px;
    word-wrap: break-word;
    text-shadow: -5px 5px 9px rgba(0, 0, 0, 0.65);
}

.mid-search-inner-slide-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18.65px 24.86px;
    background: transparent;
    color: white;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.65);
    box-shadow: -2.57px 2.57px 5.15px rgba(0, 0, 0, 0.55);
    outline: 3px solid white;
    outline-offset: -3px;
    backdrop-filter: blur(1.29px);
    cursor: pointer;
}

.mid-search-inner-slide-button-text {
    display: inline-block;
}

.mid-search-image-container ul.slick-dots {
    background-color: rgba(191, 191, 191, 0.44);
    width: 195px;
    margin: auto !important;
    border-radius: 100px;
    position: absolute;
    bottom: 14px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px !important;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.mid-search-image-container .slick-dots li button:before {
    font-size: 8px !important;
}

/* welcome section start */
.welcome-to-sec-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: auto;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
}

/* .welcome-to-sec-container a:hover {
    color: white;
} */

.welcome-to-sec-card {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: -40px;
    width: 50%;
    z-index: 99;
}

.welcome-to-sec-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.welcome-to-sec-subtitle {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
}

.welcome-to-sec-title {
    color: #000000;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1.2;
}

.welcome-to-sec-description {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
}

.welcome-to-sec-button {
    background: #080808;
    color: #ffffff;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    transition: background 0.3s ease;
    width: 160px;
}

.welcome-to-sec-button:hover {
    background: #333333;
}

.welcome-to-sec-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.welcome-to-sec-button:hover .welcome-to-sec-arrow {
    transform: translateX(4px);
}

.welcome-to-sec-image {
    width: 50%;
    height: 100%;
    /* min-height: 784px; */
    object-position: left center;
    object-fit: cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ffffff;
}

/* welcome section end */

/* boat builder dummy end */
@media screen and (max-width: 767px) {
    .home .hero-container {
        margin-top: 0px;
    }

    .mid-search-inner-slide-heading {
        font-size: 45.34px;
        line-height: 45.25px;
    }

    .mid-search-inner-slide-text {
        margin-left: 10px;
    }

    .welcome-to-sec-image {
        width: 86%;
    }

    .welcome-to-sec-container {
        flex-direction: column-reverse;
    }

    .welcome-to-sec-card {
        margin-right: 0;
        width: 86%;
    }

    .mid-search-inner {
        height: auto;
    }

    .mid-search-image-container {
        width: 100%;
    }

    .mid-search-image-container ul.slick-dots {
        width: 145px;
        bottom: 5px !important;
        height: 15px;
        padding-top: 9px !important;
        padding-bottom: 6px !important;
    }
}

/* Inventory Item Styles
.inventory-item {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}
.inventory-detail-top {
    margin-bottom: 25px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.detail-top-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    min-height: 50px;
}
.condition-badge .condition {
    padding: 10px;
    border: 1px solid #000;
}
.inventory-title {
    margin-left: 15px;
}
.inventory-title h4 {
    margin-bottom: 0;
    font-size: 16px;
}
.inventory-title h4 .item-model-title {
    color: #15489e;
}
.detail-end-section p {
    margin-bottom: 0;
    color: #929292;
    font-size: 14px;
}

/* Image and Pricing Styles */
/* .inventory-image {
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inventory-image img {
    max-width: 100%;
    max-height: 225px;
    width: auto;
    height: auto;
}
.inventory-price {
    width: 100%;
    margin-top: 15px;
    min-height: 254px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price-title h5 {
    font-size: 16px;
}
.price-price {
    text-align: right;
}
.price-price h5 {
    font-weight: bold;
} */

/* Action Buttons */
/* .inventory-price-buttons {
    margin-top: 25px;
}
.inventory-price-buttons .btn {
    width: 100%;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ib-quote-btn .btn {
    background: #000;
    color: #ffcb08;
    margin-bottom: 10px;
}
.ib-finance-btn .btn {
    background: #ffcb08;
    color: #000;
    margin-bottom: 10px;
}
.ib-details-btn .btn {
    background: #15489e;
    color: #fff;
} */
/* callouts start */
.call-outs-container {
    max-width: 1368px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    gap: 32px;
}

.call-outs-card {
    height: 384px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.call-outs-image-wrapper {
    width: 405px;
    height: 384px;
    background: white;
    overflow: hidden;
}

.call-outs-image {
    width: 464px;
    height: 443px;
    /* position: absolute;
    left: -30px;
    top: -29px; */
    object-fit: cover;
}

.call-outs-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(223deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.2) 64.63%,
            rgba(0, 0, 0, 0.7) 85.56%);
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.call-outs-image-wrapper:hover img {
    transform: scale(1.1);
}

.call-outs-image-wrapper:hover::after {
    opacity: 1;
    border: 5px solid #a51336;
    border-radius: 12px;
}

.call-outs-image-wrapper img {
    transition: transform 0.6s ease-in-out;
}

.call-outs-text {
    position: absolute;
    left: 20px;
    top: 324px;
    color: white;
    font-size: 32px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.32px;
    text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.8);
}

.call-outs-icon {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 338px;
    top: 18px;
    /* box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.8); */
    overflow: hidden;
}

@media (max-width: 1460px) {
    .img-parent:after {
        right: -3%;
        top: -42%;
    }
}

@media (max-width: 1280px) {
    .what-we-offer .what-we-offer-container {
        flex-direction: column;
        overflow: hidden;
    }

    .what-we-offer {
        height: auto;
    }

    .what-we-offer .what-we-offer-container .line-section {
        position: unset;
        margin-bottom: 30px;
    }

    .what-we-offer .offers-section {
        margin-top: 30px;
        justify-content: center;
    }

    .what-we-offer .map-image {
        top: -140px;
        right: 15%;
    }

    .what-we-offer-bottom-white {
        display: none;
    }

    .what-we-offer .text {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .mobile-invert {
        display: flex;
        flex-direction: column-reverse;
    }

    .inventory-filter {
        border-radius: 10px;
    }

    .homepage-banner h1 {
        font-size: 44px;
    }

    .featured-blocks-section {
        flex-wrap: wrap;
    }

    .top-blocks-section .featured-block {
        width: 20% !important;
    }

    .featured-block {
        width: 40% !important;
        margin-bottom: 20px;
    }

    .happy-camper {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 19.5%, #000 59.5%),
            url("/imgs/home/a happy camper.jpg") lightgray 50% / cover no-repeat;
    }

    .contact-main-col-one {
        flex-direction: column;
    }

    .contact-us-col-one,
    .contact-us-col-two {
        width: 100%;
    }

    .contact-us-col-two {
        margin-top: 20px;
    }

    .contact-main-col-one,
    .contact-main-col-two {
        width: 50%;
    }

    .form-container {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .call-outs-container {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .call-outs-container>a {
        flex: 1;
        min-width: 0;
        /* Prevents flex items from overflowing */
    }

    .call-outs-card {
        width: 100%;
    }

    .call-outs-image-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .inventory-filter {
        border-radius: 10px;
        padding: 20px;
        flex-direction: column;
    }

    .inventory-filter a.search {
        width: 100%;
    }

    .inventory-filter select {
        width: 46%;
    }

    .top-blocks-section .featured-block {
        width: 75% !important;
        margin-bottom: 20px;
    }

    .featured-block {
        width: 75% !important;
        margin-bottom: 20px;
    }

    .second-section {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .h-c-one,
    .h-c-two {
        width: 100%;
    }

    .contact-us {
        flex-direction: column-reverse;
    }

    .contact-us-col-two h2 {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .contact-us-col-two {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .contact-us-col-two p {
        padding-left: 0;
    }

    .details-one,
    .details-two {
        margin-left: 0;
    }

    .contact-main-col-one,
    .contact-main-col-two {
        width: 100%;
    }

    .form-container {
        width: 100%;
        padding: 15px;
    }

    .form-container .form-row {
        gap: 10px;
    }

    .form-container .form-group.half {
        width: 100%;
    }

    .call-outs-container {
        flex-direction: column;
    }

    .call-outs-container>a {
        width: 100%;
    }

    .call-outs-card,
    .call-outs-image-wrapper {
        width: 100%;
    }

    .call-outs-image {
        width: 100%;
        height: 112%;
        left: -10%;
    }

    .call-outs-icon {
        left: 80%;
    }

    .equifax-banner-container-inner {
        gap: 20px;

    }

    .equifax-banner-text {
        font-size: 26px;
    }

    .category-item.active .active-on-hover {
        /* transform: translateY(-42%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%; */
    }

    .category-item:hover .active-on-hover {
        min-width: 340px;
        min-height: 300px;
        /* transform: translateY(-33%); */
        transform: translateY(-18%);
    }

    .category-item {
        width: 320px;
        height: 340px;
        border: 2px solid black;
        margin: 10px;
        border-radius: 12px;
    }

    .active-on-hover {
        min-width: 320px;
        min-height: 300px;
        border: none;
    }

    .base {
        transform: translateY(50%);
    }

    .category-item .category-on-hover-container {
        min-height: 55px;
        width: 250px;
        margin: auto;
    }

    .category-item .category-on-hover-container-white {
        min-height: 55px;
        width: 250px;
        margin: auto;
    }

    .category-on-hover-text {
        font-size: 14px;
    }

    .category-title {
        font-size: 34px;
        margin-bottom: 10px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .call-outs-card {
        height: 320px;
    }

    .call-outs-image-wrapper {
        height: 320px;
    }

    .call-outs-text {
        font-size: 28px;
        top: 270px;
    }

    .call-outs-icon {
        left: auto;
        right: 18px;
    }
}

@media screen and (max-width: 425px) {
    .what-we-offer .map-image {
        right: 0%;
        width: 340px;
    }

    .what-we-offer .text {
        font-size: 64px;
        line-height: 67px;
        /* 104.688% */
    }

    .what-we-offer .offers-section .individual-offer p {
        font-size: 16px;
        line-height: normal;
    }

    .what-we-offer .what-we-offer-container .line-section {
        width: 300px;
        overflow: hidden;
    }

    .what-we-offer {
        overflow: hidden;
    }

    .happy-camper-mobile {
        width: 100%;
        display: block;
        margin-bottom: -5px;
    }

    .happy-camper .happy-camper-container {
        padding: 0;
    }

    .happy-container {
        padding: 30px;
    }

    .happy-camper {
        background: var(--black);
    }

    .happy-container .text-container {
        margin-top: -50px;
    }

    .happy-container .text-container h4 {
        font-size: 20px;
        line-height: 30px;
        /* 150% */
    }

    .happy-container .text-container h2 {
        font-size: 34px;
    }

    .featured-invs {
        margin-bottom: 0px;
    }

    .equifax-banner-text {
        color: white;
        font-size: 20px;
        line-height: 22px;

    }

    .equifax-banner-container-inner {
        gap: 22px;
        font-size: 20px;
        line-height: 22px;
    }

    .equifax-banner-logo {
        width: 169px;
        height: 43px;
    }

    .equifax-banner-finance {
        width: 257px;
        height: 67px;
    }
}