.shop-by-brand {
    max-width: 1106px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: auto;
}

.preapproval-btn.primary {
    background: #A51336;
    color: #fff;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 6px;
    text-transform: uppercase;
}

.shop-title {
    text-align: center;
    color: black;
    font-size: 36px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.36px;
    word-wrap: break-word;
}

.brand-container {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px; */
    /* width: 100%;
    display: block;
    text-align: center;
    padding: 20px; */
    width: 100%;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px;
}

.brand-card {
    width: 200px;
    height: 101px;
    padding: 10px;
    background: white;
    overflow: hidden;
    border-radius: 4px;
    outline: 1px solid #be123b;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.brand-card img {
    align-self: stretch;
    height: 100%;
    object-fit: contain;
}

.shop-slider {
    display: block;
    width: 100%;
    overflow: hidden;
    width: 100%;
    max-width: 1106px;
    margin: auto;
}

/* content block start */
.content-block.main-container {
    margin: 70px auto;
    max-width: 1000px;
    /* height: 449px; */
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
}

.content-block.grey-block {
    flex-basis: 40%;
    height: 449px;
    position: relative;
    background: #e7e7e7;
    border-radius: 4px;
}

.content-block.text-container {
    width: 528px;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.content-block.heading {
    align-self: stretch;
    color: black;
    font-size: 36px;
    font-family: Ubuntu;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.36px;
    word-wrap: break-word;
}

.content-block.paragraph {
    align-self: stretch;
    color: #4f4f4f;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.content-block.button-container {
    background: #080808;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

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

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

.content-block.icon-container {
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.content-block.icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.content-block.icon-background {
    width: 24px;
    height: 24px;
    left: 0px;
    top: 0px;
    position: absolute;
}

.content-block.icon-arrow {
    width: 7.41px;
    height: 12px;
    left: 8.59px;
    top: 6px;
    position: absolute;
    background: white;
}

@media screen and (max-width: 1000px) {
    .content-block.grey-block {
        flex-basis: 90%;
    }
}

/* content block end */

/* shop rv css start */
.shop-rv-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    padding: 70px 10px;
}

.rv-cards {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.rv-cards a {
    text-decoration: none;
}

.shop-rv-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 1 0;
}

.shop-rv-title {
    text-align: center;
    color: black;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.36px;
    word-wrap: break-word;
}

.shop-rv-subtitle {
    text-align: center;
    color: #4f4f4f;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
}

.shop-rv-card {
    width: 360px;
    height: 283px;
    padding: 12px;
    overflow: hidden;
    border-radius: 4px;
    outline: 1px solid #e7e7e7;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    background: white;
    cursor: pointer;
}

.shop-rv-image {
    width: 100%;
    height: 195px;
    border-radius: 4px;
    object-fit: cover;
}

.shop-rv-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    background: white;
}

.shop-rv-text {
    text-align: center;
    color: #080808;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.24px;
    word-wrap: break-word;
}

/* shop rv css end */

/* book appointment start */
.book-appointment-container {
    max-width: 1234px;
    /* height: 737px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto;
    flex-wrap: wrap;
    background: white;
}

.book-appointment-image-section {
    /* flex: 1; */
    position: relative;
    /* display: flex;
    align-items: flex-start; */
    /* flex-basis: 60%; */
}

img.book-appointment-image {
    width: 570px !important;
    height: 470px !important;
    object-fit: cover;
}

.book-appointment-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.44) 100%);
}

.book-appointment-progress-container {
    position: absolute;
    bottom: 30px;
    left: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    /* width: 106px; */
    /* padding: 10px 30px; */
    /* box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.8); */
}

.book-appointment-arrow {
    width: 17px;
    height: 17px;
    background: white;
    opacity: 0.3;
}

.book-appointment-progress {
    display: flex;
    gap: 8px;
}

.book-appointment-progress-step {
    width: 32px;
    height: 8px;
    background: #e7e7e7;
    border-radius: 50px;
}

.slick-active .book-appointment-progress-step {
    border: 1px solid #be123b;
    box-shadow: 0px 0px 0px 2px #be123b;
}

.book-appointment-content {
    /* max-width: 528px; */
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* height: 100%;
    background: #4f4f4f; */
    align-items: start;
    justify-content: center;
    flex-basis: 44%;
}

.book-appointment-title {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.book-appointment-subtitle {
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.book-appointment-heading {
    color: black;
    font-size: 30px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    letter-spacing: 0.36px;
}

.book-appointment-description {
    color: black;
    font-size: 16px;
    line-height: 24px;
}

.book-appointment-button-container {
    display: flex;
    justify-content: flex-start;
    margin: auto;
}

.book-appointment-button {
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    border: 1px solid black;
    backdrop-filter: blur(10px);
    color: black;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.book-appointment-button-icon {
    width: 16px;
    height: 16px;
    background: white;
}

.book-appointment-image-slider {
    width: 100%;
    max-width: 571px;
    overflow: hidden;
}

.book-appointment-image-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-appointment-container .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.book-appointment-container ul.slick-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .book-appointment-image-slider {
        max-width: 450px;
    }
}

/* book appointment end */

/* woods banner start */

.woods-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    background-color: #f8f8f8;
    margin: auto;
    /* max-width: 1440px; */
    flex-wrap: wrap;
    min-height: 700px;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.4) 100%),
        url("/imgs/pages/woods/86f4bf32b1f14168d64b62919c5d8a64 (1).png") lightgray 50% / cover no-repeat;
    background-position: center;
}

.woods-banner-left {
    /* flex: 1; */
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: 50%;
    min-height: 700px;
    color: white;
}

.woods-banner-path {
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.woods-banner-title {
    color: #fff;
    text-align: center;
    text-shadow: -4px 4px 14px rgba(0, 0, 0, 0.55),
        -2px 2px 5px rgba(0, 0, 0, 0.8);
    font-family: Ubuntu;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0.52px;
    /* border-radius: 50px; */
}

.woods-banner-right {
    display: flex;
    justify-content: center;
    flex-basis: 50%;
    min-height: 700px;
    align-items: center;
    background: transparent;
    /* backdrop-filter: blur(4px); */
}

.woods-banner-card {
    min-height: 600px;
    background: white;
    max-width: 580px;
    border-radius: 8px;
    padding-top: 8px;
    width: 100%;
}

.woods-banner-tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    padding: 0 30px;
    position: relative;
}

.woods-banner-tab {
    cursor: pointer;
    color: #6d6d6d;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: 0.3s;
    padding: 14px 3px;
    position: relative;
    flex: 1;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Adding centered divider lines between tabs */
.woods-banner-tabs::after {
    content: "";
    position: absolute;
    left: 33.33%;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #ddd;
    z-index: 1;
}

.woods-banner-tabs::before {
    content: "";
    position: absolute;
    right: 33.33%;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #ddd;
    z-index: 1;
}

.woods-banner-tab:hover {
    color: #be123b;
}

.woods-banner-tab-active {
    color: #be123b;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-bottom: none;
    display: inline-flex;
    justify-content: center;
}

/* Add underline only below text */
.woods-banner-tab-active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: auto;
    height: 3px;
    background-color: #be123b;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-width: 60%;
    max-width: 80%;
}

.woods-banner-tab-content {
    display: none;
    padding: 20px;
    min-width: 0px;
}

.woods-banner-tab-content.active {
    display: block;
}

/* woods banner end */
/* tab one inside css start */
.inside-tab-one-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0px;
    /* gap: 26px; */
}

.inside-tab-slider {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    max-width: 100%;
    overflow: hidden;
}

.woods-banner-container .slick-dots li button {
    width: 8px !important;
    height: 8px !important;
    background: black !important;
    border-radius: 100px !important;
}

.inside-tab-one-container {
    max-width: 512px;
    min-height: 343px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 10px;
    width: 100%;
    padding: 0 5px;
}

.inside-tab-one-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-basis: calc(25% - 10px);
    margin-bottom: 15px;
    min-width: 110px;
}

.inside-tab-one-item a {
    text-decoration: none;
}

.inside-tab-one-image-container {
    width: 106px;
    height: 106px;
    /* background: #f6f6f6; */
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: auto;
}

.inside-tab-one-image {
    width: 74px;
    height: 74px;
    /* opacity: 0.5; */
    object-fit: contain;
}

.inside-tab-one-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.inside-tab-one-title {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.inside-tab-one-underline {
    width: 55px;
    height: 0;
    opacity: 0;
    outline: 2px solid #be123b;
    outline-offset: -1px;
}

.form-parent,
.tile-parent {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
    max-width: 512px;
}

/* search start */
.tab-one-search-container {
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    overflow: hidden;
    border-radius: 8px;
    outline: 1px solid #e7e7e7;
    outline-offset: -1px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.tab-one-search-icon-container {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Search Input Field */
.tab-one-search-input {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #5d5d5d;
    background: transparent;
}

.tab-one-search-input::placeholder {
    color: #b0b0b0;
}

/* search end */
/* tab one inside css end */

/* tow guide section start */
.use-tow-guide-wrapper {
    max-width: 1330px;
    display: flex;
    padding: 60px 50px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: auto;
    flex-wrap: wrap;
}

.use-tow-guide-image {
    max-width: 715px;
    max-height: 458px;
    width: 100%;
    height: 100%;
}

.use-tow-guide-content {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.use-tow-guide-title {
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: black;
    margin: 0;
}

.use-tow-guide-description {
    width: 426px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4f4f4f;
    margin: 0;
}

.use-tow-guide-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background-color: #080808;
    color: white;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    z-index: 999;
    position: relative;
}

.use-tow-guide-button:hover {
    color: white;
}

/* tow guide section end */

/* why buy section start */
.why-buy-section {
    background-color: #f6f6f6;
    display: flex;
    margin: 70px auto;
    align-items: stretch;
}

.why-buy-container {
    /* max-width: 1440px; */
    margin: 0 auto;
    /* padding: 60px 50px; */
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.why-buy-image-section {
    /* flex: 1; */
    /* background-color: white;
    padding: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.why-buy-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.why-buy-content {
    /* max-width: 383px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* flex: 1; */
    width: 40%;
    padding: 20px;
}

.why-buy-title {
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: 40px;
    color: #000;
    margin: 0;
}

.why-buy-description {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #4f4f4f;
    margin: 0;
}

.why-buy-button {
    background-color: #080808;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}

.why-buy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.why-buy-arrow {
    width: 8px;
    height: 12px;
    background: white;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}



/* why buy section end */

/* blogs section start */

.blog-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px;
    max-width: 1280px;
    margin: auto;
}

.blog-slider-title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    color: black;
    line-height: 44px;
}

.blog-slider-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden !important;
    padding-bottom: 100px;
}

.blog-slider-card {
    width: 290px;
    padding: 20px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    margin: 0px 10px;
}

.blog-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.blog-slider-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    color: black;
}

.blog-slider-author img {
    width: 20px;
    height: 20px;
    border-radius: 9999px;
}

.blog-slider-date {
    font-size: 12px;
    font-weight: 600;
    color: black;
}

.blog-slider-image {
    width: 100%;
    height: 165px;
    background-color: #e7e7e7;
}

.blog-slider-image img {
    width: 250px !important;
    height: 165px !important;
    background-color: #e7e7e7;
    object-fit: cover;
    display: block;
}

.blog-slider-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black;
}

.blog-slider-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: black;
}

.blog-slider-description {
    height: 120px;
    font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 24px;
    overflow: hidden;
}

.blog-slider-readmore {
    font-size: 18px;
    font-weight: 600;
    color: #9f1238;
    text-decoration: underline;
    line-height: 28px;
}

.slick-prev {
    left: 39% !important;
    top: 90% !important;
}

.slick-next {
    right: 39% !important;
    top: 90% !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: black !important;
    /* background: black !important; */
}

.slick-prev:before,
.slick-next:before {
    content: "" !important;
}

.blog-slider-controls {
    margin-top: -110px;
}

@media (max-width: 768px) {
    .blog-slider-container {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
}

/* blogs section end */

/* featured rvs start */
.featured-rvs-container {
    /* background: black; */
    background: url("/imgs/pages/woods/ef637cc907335d62ec43d5448a26ca60a3cda298.png") lightgray 50% / cover no-repeat;
    background-color: #f6f6f6;
}

.featured-rvs {
    display: flex;
    max-width: 1440px;
    padding: 60px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: auto;
}

.frv-title {
    color: white;
    text-align: center;
    font-family: "Open Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase;
}

.featured-rv-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.08);
    flex-wrap: nowrap;
    overflow-x: hidden;
    max-width: 1440px;
    width: 100%;
}

.featured-rv-card {
    width: 300px;
    background: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.featured-rv-image {
    width: 100%;
    height: 161px;
    object-fit: cover;
}

.featured-rv-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.featured-rv-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: black;
    line-height: 32px;
    text-align: center;
}

.featured-rv-divider {
    height: 1px;
    background: #e7e7e7;
    width: 100%;
}

.featured-rv-prices {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.featured-rv-price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.featured-rv-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d5d5d;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
}

.featured-rv-price-highlight {
    color: #a51336;
    font-size: 24px;
    font-weight: 800;
}

.featured-rv-price-muted {
    color: #080808;
    font-size: 12px;
    font-weight: 400;
}

.featured-rv-sale-price {
    font-size: 18px;
    font-weight: 700;
    color: #080808;
}

.featured-rv-specs {
    display: flex;
    flex-direction: column;
}

.featured-rv-spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid #e7e7e7;
}

.featured-rv-spec-row:first-child {
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
}

.featured-rv-spec-label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.featured-rv-icon {
    width: 22px;
    height: 22px;
}

/* .featured-rv-icon.bg1 {
    background: #a51336;
    width: 20.17px;
    height: 13.75px;
    margin-top: 4.58px;
}

.featured-rv-icon.bg2 {
    background: #a51336;
    width: 16.5px;
    height: 14.67px;
    margin-top: 3.67px;
}

.featured-rv-icon.bg3 {
    background: #a51336;
    width: 18.33px;
    height: 18.33px;
}

.featured-rv-icon.bg4 {
    background: #a51336;
    width: 16.5px;
    height: 16.91px;
} */

.featured-rv-spec-text {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #080808;
}

.featured-rv-spec-value {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: black;
}

.featured-rv-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.featured-rv-button {
    padding: 12px 16px;
    border: 1px solid #b0b0b0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #080808;
    cursor: pointer;
}

.featured-rv-arrow {
    margin-top: -2px;
}

.featured-rvs-container .frv-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.featured-rvs-container .slick-dots {
    background: #efefef;
    background-blend-mode: color-dodge, normal;
    backdrop-filter: blur(25px);
    width: 200px !important;
    height: 24px !important;
    bottom: 3% !important;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.featured-rvs-container .slick-dots li button:before {
    font-size: 36px !important;
}

.featured-rvs-container .slick-prev {
    left: -136px !important;
    top: -20px !important;
}

.featured-rvs-container .slick-next {
    right: -136px !important;
    top: -20px !important;
}

/* featured rvs end */
/* sell rv form section start */
.sell-rv-disc-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.sell-rv-disc-heading {
    text-align: center;
    color: black;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 40px;
    word-wrap: break-word;
}

.sell-rv-disc-description {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #5D5D5D;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-width: 446px;
}

.sell-rv-disc-highlight {
    font-weight: 700;
}

.sell-rv-disc-text {
    font-weight: 400;
}


.sell-rv-form__container {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sell-rv-form__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sell-rv-form__steps-header {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.sell-rv-form__step-label {
    font-size: 16px;
    font-weight: 400;
    color: #b0b0b0;
    text-align: center;
}

.sell-rv-form__step-label.active {
    font-weight: 700;
    color: #080808;
}

.sell-rv-form__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.sell-rv-form__input {
    height: 58px;
    padding: 12px 20px;
    outline: none;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    flex: 0 0 256px;
}

.sell-rv-form__input.short {
    width: 192px;
}

.sell-rv-form__input.flex-grow {
    flex: 1;
    min-width: 256px;
}

.sell-rv-form__button {
    background-color: #080808;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.sell-rv-form__button:hover {
    background-color: #222;
}

.sell-rv-form__step.hidden {
    display: none;
}

.button-sec {
    display: flex;
    justify-content: space-between;
    width: 240px;
}

/* sell rv form section end */

/* service rv start */
.service-rv-sec-form {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Open Sans', sans-serif;
}

.service-rv-sec-box-wrapper {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    border: none;
}

.service-rv-sec-box {
    flex: 1 1 0;
    min-width: 250px;
    padding: 16px;
    background: white;
    border: 1px solid #E7E7E7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: border 0.3s ease;
}

.service-rv-sec-box--active,
.service-rv-sec-box input:checked+.service-rv-sec-box-title+.service-rv-sec-box-desc {
    border: 3px solid #A51336;
}

.service-rv-sec-box-title {
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.service-rv-sec-box-desc {
    color: #4F4F4F;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.service-rv-sec-box input {
    display: none;
}

.service-rv-sec-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border: 1px solid #E7E7E7;
    background: white;
    position: relative;
}

.service-rv-sec-dropdown-label {
    font-size: 16px;
    color: black;
    line-height: 24px;
}

.service-rv-sec-dropdown-select {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.service-rv-sec-dropdown-icon {
    pointer-events: none;
    font-size: 16px;
    color: #B0B0B0;
}

.service-rv-sec-location {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sell-rv-form__input.short {
    width: 100%;
}

/* service rv end */
.book-appointment-button-container a {
    text-decoration: none;
}

@media screen and (max-width: 1240px) {
    .use-tow-guide-content {
        width: 100%;
    }

    .use-tow-guide-description {
        width: auto;
    }

    .why-buy-image-section {
        width: 100%;
        height: auto;
    }

    .why-buy-content {
        width: 90%;
    }

    .book-appointment-content {
        flex-basis: 85%;
        padding: 40px 0px;
    }

    img.book-appointment-image {
        width: 100% !important;
    }
}

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

    .woods-banner-left,
    .woods-banner-right {
        flex-basis: 100%;
    }

    .woods-banner-left {
        min-height: 500px;
    }

    /* .woods-banner-card {
        min-width: 80%;
    } */

    .use-tow-guide-image {
        max-width: 100%;
        height: 416px;
        object-fit: cover;
    }

    .rv-cards {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .woods-banner-card {
        padding-bottom: 60px;
        min-height: auto;
    }

    /* Enhanced mobile styling */
    .woods-banner-tabs {
        padding: 10px 15px;
        background-color: rgba(249, 249, 249, 0.9);
        border-radius: 8px;
    }

    .woods-banner-tab {
        padding: 10px 5px;
        text-align: center;
    }

    /* .woods-banner-tab-active::after {
        min-width: 70%;
        max-width: 90%;
        bottom: -1px;
    } */
}

@media screen and (min-width: 768px) {
    .woods-banner-tabs::after {
        display: none;
    }

    .woods-banner-tabs::before {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .sell-rv-form__input {
        height: 34px;
        flex: auto;
    }

    .sell-rv-form__fields {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .inside-tab-slider {
        max-width: 500px;
        justify-content: space-around;
    }

    .inside-tab-one-item {
        flex-basis: calc(33.33% - 10px);
    }

    .inside-tab-one-container {
        overflow: visible;
        justify-content: center;
    }

    .woods-banner-right {
        min-height: auto;
    }

    .woods-banner-left {
        min-height: 300px;
    }

    .woods-banner-container {
        flex-direction: column;
        flex-wrap: nowrap;
        padding-bottom: 40px;
    }

    .woods-banner-card {
        min-height: auto;
        padding-bottom: unset;
    }

    .slick-dots {
        bottom: -76px !important;
    }

    .woods-banner-tab {
        font-size: 14px;
        padding: 2px 17px;
    }

    .sell-rv-form__container {
        padding: 0 16px;
    }

    .sell-rv-form__steps-header {
        flex-direction: column;
        gap: 16px;
    }

    .sell-rv-form__fields {
        flex-direction: column;
        align-items: stretch;
    }

    .sell-rv-form__input {
        width: 100% !important;
        max-width: 100%;
        flex: 1 1 auto;
    }

    .sell-rv-form__input.short {
        width: 100% !important;
    }

    .sell-rv-form__button {
        width: 100%;
        justify-content: center;
        padding: 14px;
        font-size: 18px;
    }

    .button-sec {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .service-rv-sec-box-wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .service-rv-sec-box {
        width: 100%;
    }

    .service-rv-sec-location {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .woods-banner-tabs {
        padding: 10px 15px;
    }

    .book-appointment-container ul.slick-dots {
        gap: 33px;
    }
}

@media screen and (max-width: 576px) {
    .inside-tab-slider {
        max-width: 100%;
        padding: 0;
    }

    .inside-tab-one-item {
        flex-basis: calc(50% - 10px);
        min-width: 100px;
    }

    .inside-tab-one-image-container {
        width: 90px;
        height: 90px;
    }

    .inside-tab-one-image {
        width: 65px;
        height: 65px;
    }

    .slick-dots li {
        width: 10px !important;
        height: 10px !important;
    }
}


@media (max-width: 480px) {
    .sell-rv-disc-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .sell-rv-disc-description {
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
    }

    .sell-rv-form__button {
        font-size: 16px;
    }
}