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

/* common css starts here */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl,
fieldset,
pre {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: "Acumin Pro Regular";
    src: url('../fonts/acumin-pro/Acumin-RPro.otf');
}

@font-face {
    font-family: "Acumin Pro Bold";
    src: url('../fonts/acumin-pro/Acumin-BdPro.otf');
}

.iti {
    width: 100%;
}


.field-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.error_field {
    border-color: red;
    outline: red solid 1px !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#notify_message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

input.error_field::placeholder {
    color: red !important;
}


.alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 5;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.alert-danger {
    background-color: #bb1b1b;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    z-index: 5;
}

.alert-success {
    background-color: #109610;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    z-index: 5;
}

.yellowBtn {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-radius: 4px;
    background: var(--gold, #B08830);
    border: none;
    outline: none;
    padding: 14px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.yellowBtn:hover {
    color: var(--white, #FFF);
    background: var(--ada-gold, #906F27)
}

.whiteBtn {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-radius: 4px;
    background: transparent;
    border: 1px solid var(--white, #FFF);
    outline: none;
    padding: 14px 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whiteBtn:hover {
    color: #191919;
    background: var(--white, #FFF);
}

.blackBtn {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #191919;
    border: 1px solid #191919;
    outline: none;
    padding: 14px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.blackBtn:hover {
    color: var(--white, #FFF);
    background: #B08830;
    border: 1px solid #B08830;
}

.headerHeading {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.btnWrap {
    margin-top: 48px;
}

.mainHeading {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

.mainHeadingWhite {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

.whitePara {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.blackPara {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.lgBlackPara {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.lgWhitePara {
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.marginYaxis40 {
    margin: 40px 0;
}

/* common css ends here */

/* mobile nav css starts here */
.mobileHeader {
    display: none;
    border-bottom: 1px solid rgba(125, 154, 175, 0.20);
    background: #191919;
    backdrop-filter: blur(10px);
    padding: 8px 24px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    height: 80px;
}

.mobileNavBar {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.mobileHamburger {
    width: 40px;
    height: 80px;
    cursor: pointer;
}

.mobileHamburger:hover .top,
.mobileHamburger:hover .bottom {
    width: 60%;
}

.mobileHamburger:hover .middle {
    width: 100%;
}

.sideMobileLogoWrap {
    max-width: 100px;
}

.sideMobileLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobileFavAndPhoneIcon {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 60px;
}

.sideMenuLinkList {
    list-style: none;
    padding: 40px 0;
}

.mobileSideMenu {
    width: 70vw;
    height: 100vh;
    background-color: #fff;
    padding: 40px 32px 120px 32px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    transition: all 0.4s;
    transform: translateX(-101%);
    box-shadow: 8px 0 20px rgba(0, 0, 0, 0.15);
}

.mobileSideMenuTogglerClass {
    transform: translateX(0);
}

.mobileBackArrowWrap {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.mobileBackArrow {
    max-width: 16px;
    cursor: pointer;
}

.mobileBackArrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobileBrandToggleBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

.mobileSideMenuLink {
    color: #1B2026;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.mobileSideMenuLink:hover {
    color: #1B2026;
}

.mobileSideMenu .sideMenuLinkList:not(:last-of-type) {
    border-bottom: 1px solid rgba(110, 141, 166, 0.2);
}

.mobileSideMenu .sideMenuLinkList li:not(:last-child) {
    margin-bottom: 32px;
}

.mobileBrandMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 65vw;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    z-index: 9999;
    padding: 40px 30px 40px 5%;
    box-shadow: 8px 0 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-101%);
    transition: all 0.4s;
}

.mobileBrandTogglerClass {
    transform: translateX(0);
}

.mobileBrandArrowWrap {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.mobileBrandArrow {
    max-width: 16px;
    cursor: pointer;
}

.mobileBrandArrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobileLocationToggleBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.mobileLocationMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 65vw;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    z-index: 9999;
    padding: 40px 30px 40px 5%;
    box-shadow: 8px 0 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-101%);
    transition: all 0.4s;
}

.mobileLocationTogglerClass {
    transform: translateX(0);
}

.mobileLocationArrowWrap {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.mobileLocationArrow {
    max-width: 16px;
    cursor: pointer;
}

.mobileLocationArrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.hamburger {
    width: 40px;
    cursor: pointer;
}

.line {
    display: block;
    height: 2px;
    background: #eee;
    margin: 10px 0;
    transition: all 0.35s ease;
}

.top,
.bottom {
    width: 100%;
}

.middle {
    width: 60%;
}

/* Hover animation */
.hamburger:hover .top,
.hamburger:hover .bottom {
    width: 60%;
}

.hamburger:hover .middle {
    width: 100%;
}

.sideMenuSocialIconsWrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}

.sideMenuSocialIcon {
    color: #B08830;
    font-size: 18px;
}

/* mobile nav css ends here */

/* desktop nav css starts here */
.desktopNav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #191919;
    z-index: 50;
}

.desktopNavContainer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 4px 6%;
    height: 80px;
}

.desktopNavMenuList {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 48px;
}

.desktopNavMenuLink {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.desktopNavMenuLink:hover {
    color: #FFF;
}

.desktopNavLogo {
    max-width: 106px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.desktopNavLogo img {
    width: 100%;
    object-fit: contain;
}

.phoneAndSearchWrap {
    display: flex;
    align-items: center;
    gap: 64px;
}

.navCallText {
    color: #B08830;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.navPhone {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.navPhone:hover {
    color: #fff;
}

.searchWrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.mobileSearchWrapper {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 100;
    width: 100%;
    display: none;
}

.navSearchInput {
    display: none;
    padding: 4px 8px;
    color: #191919;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    outline: none;
    border: 1px solid #191919;
    border-radius: 4px;
    position: relative;
    z-index: 10;
}

.searchWrapper .tt-suggestion {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    transform: none;
    background: #fff;
    min-width: 320px;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-radius: 4px;
}

.mobileSearchWrapper .tt-suggestion {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    background: #fff;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.invTitle {
    color: #191919;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.invPrice {
    color: #B08830;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.invMiles {
    color: #191919;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.invStock{
    color: #191919;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.conetntSectionContainer {
    padding: 0 15px;
}

.navSearchIcon {
    cursor: pointer;
}

.mobileNavSearchInput {
    padding: 4px 8px;
    color: #191919;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    outline: none;
    border: 1px solid #191919;
    border-radius: 4px;
    width: 100%;
}

/* desktop nav css ends here */

/* mega menu css starts here */
.inventoryMegaMenu {
    position: fixed;
    z-index: 20;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 40px 0 60px 0;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.inventoryMenuList {
    list-style: none;
}

.inventoryMenuList li {
    margin-bottom: 24px;
}

.inventoryMenuLink {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.inventoryMenuLink:hover {
    color: var(--Blackish, #191919);
}

.inventoryMenuCard {
    margin: 0 12px;
}

.inventoryMenuImageWrap {
    position: relative;
    padding-top: 100%;
}

.inventoryMenuImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventoryMenuCardContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.inventoryMenuLogoWrap {
    max-width: 207px;
}

.inventoryMenuLogoWrap img {
    width: 100%;
    object-fit: contain;
}

.closeInventoryIcon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.closeInventoryIcon {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 4px;
}

.closeIconText {
    color: #7B7B7B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.toggleResourcesMenu {
    position: relative;
}

.resourcesMegaMenu {
    position: absolute;
    left: 4%;
    top: 52px;
    background-color: #fff;
    padding: 32px 40px;
    min-width: 260px;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.resourcesMenuList {
    list-style: none;
}

.resourcesMenuList li {
    margin-bottom: 12px;
}

.resourcesMenuLink {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.resourcesMenuLink:hover {
    color: var(--Blackish, #191919);
}

/* mega menu css ends here */

/* ============================================================
   FOOTER
   ============================================================ */
.calFooter {
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

/* Newsletter (navy) column */
.calFooterNewsletter {
    background-color: #191919;
    height: 100%;
    padding: 80px 24px;
    display: flex;
    align-items: center;
}

.calFooterNewsletterInner {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.calNewsletterForm {
    width: 100%;
}

.calEmailWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #E6E6E6;
    background-color: #fff;
}

.calEmailInput {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-family: Montserrat;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
}

.calEmailArrow {
    background-color: transparent;
    border: none;
    padding: 0 16px;
    cursor: pointer;
    color: #191919;
    font-size: 16px;
    transition: background-color 0.3s;
}

.calEmailArrow:hover {
    background-color: #191919;
    color: #fff;
}

.calFooterSocial {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.calFooterSocialIcon {
    width: 40px;
    height: 40px;
    border: 1px solid #B08830;
    background-color: #B08830;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.calFooterSocialIcon:hover {
    color: #fff;
}

/* Links (light) column */
.calFooterLinks {
    padding: 64px 12% 0 12%;
    height: 100%;
}

.calFooterColHead {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.calFooterLinkList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.calFooterLinkList li {
    margin-bottom: 12px;
}

.calFooterLink {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.calFooterLink:hover {
    color: var(--Blackish, #191919);
}

.calFooterContact {
    padding-top: 8px;
    max-width: 250px;
}

.calFooterLogo {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.calFooterPhone {
    color: var(--ada-gold, #906F27);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

.calFooterPhone:hover {
    color: #906F27;
}

/* Footer bottom bar */
.calFooterBottom {
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
    padding: 17px 0;
}

.calFooterBottom p {
    font-family: Montserrat;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.6);
    margin: 0;
}

.calFooterBottom a {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
}

.calFooterBottom a:hover {
    color: var(--Blackish, #191919);
}

/* footer css ends here */

/* home page css starts here */
.homeHeader {
    position: relative;
    padding-top: 37%;
    min-height: 500px;
}

.homeHeader .homeHeaderMeida {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeHeadeContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    max-width: 1020px;
}

.homeHeaderCtaWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}

.homeHeroLineWrap {
    max-width: 1000px;
    margin: 61px auto 55px auto;
    text-align: center;
}

.homeHeroLine {
    color: var(--Blackish, #191919);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.goldColor {
    color: #906F27;
}

.homeBrandCard {
    position: relative;
}

.homBrandImageWrap {
    position: relative;
    padding-top: 110%;
}

.homBrandImageWrap .homeBrandCardImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeBrandContent {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 15px;
}

.homeBrandLogoWrap {
    max-width: 360px;
    margin: 0 auto;
}

.homeBrandLogoWrap img {
    width: 100%;
    object-fit: contain;
}

.newArrivalSection {
    margin: 120px 0;
}

.newArrivalHeaderWrap {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 52px;
}
.homeServicesSection{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.service-card-col{
    width: calc(100% / 3 - 6px);
    display: block;
}
.homeServiceCard {
    position: relative;
    height: 100%;
}

.homeServiceCard::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    opacity: 0.8;
    background: var(--gradient, linear-gradient(180deg, rgba(25, 25, 25, 0.00) 0%, #191919 100%));
    mix-blend-mode: multiply;
}

.homeServiceImageWrap {
    position: relative;
    padding-top: 120%;
    height: 100%;
}

.homeServiceImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeServiceContent {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 15px;
    max-width: 77%;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.backLinkSection {
    margin: 80px 0;
}

.backLinkCard {
    display: flex;
    align-items: center;
    gap: 26px;
    height: 120px;
}

.backLinkIcon {
    width: 50px;
    height: 50px;
    background-color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.backLinkIcon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.backLinkTitle {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}

.backLinkTextWrap {
    max-width: 300px;
}

.backLinkContainer>*:not(:first-child) {
    position: relative;
}

.backLinkContainer>*:not(:first-child)::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
}

.promoWrapper {
    position: relative;
    padding-top: 37%;
    min-height: 450px;
}

.promoWrapper .promoMedia {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promoSlider {
    position: relative;
}

.promoSlider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.promoSlider .owl-dots span {
    width: 40px !important;
    height: 3px !important;
    background: #FFFFFF66 !important;
}

.promoSlider .owl-dot.active span {
    background: #FFFFFF !important;
}

.promoSlider .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.promoSlider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.promoItem {
    position: relative;
}

.promoContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    max-width: 960px;
    padding: 0 15px;
}

.promoBtnWrap {
    margin-top: 80px;
    text-align: center;
}

.homeAboutSection {
    margin: 80px 0;
}

.homeAboutImageWrap {
    position: relative;
    padding-top: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.homeAboutTextWrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.homeAboutImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeAboutTextInnerWrap {
    max-width: 560px;
    margin: 0 auto;
}

.home-inventory-box {
    display: flex;
    flex-wrap: wrap;
}

.home-inventory-cards {
    width: calc(100% / 4);
    padding: 7.5px;

}

.home-inventory-box .boat-listing-carousel .owl-dots.disabled,
.home-inventory-box .boat-listing-carousel .owl-nav.disabled {
    display: block !important;
}

.home-inventory-box .boat-listing-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    top: 50% !important;
    left: 0;
    transform: translateY(-50%) !important;
    background: white !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 2;
    display: flex;
}

.home-inventory-box .boat-listing-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 50% !important;
    right: 0;
    transform: translateY(-50%) !important;
    background: white !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    z-index: 2;
}

.home-inventory-box .boat-listing-carousel:hover .owl-nav button.owl-prev {
    opacity: 1;
    visibility: visible;
}

.home-inventory-box .boat-listing-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

.boat-listing-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-upper-content-box {
    padding: 20px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    height: 100%;
    height: 154px;
}

.grid-boat-title {
    line-height: 7px;
    height: 25px;
}

.grid-boat-title a {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.grid-price-box {
    height: 45px;
}

.grid-price-box ul {
    display: flex;
    padding-left: 0;
}

.grid-price-item:nth-child(1) {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.grid-price-box a {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.grid-price-box a:hover {
    color: var(--Blackish, #191919);
}

.grid-boat-condition-list {
    border-top: 1px solid #D9D9D9;
}

.grid-price-box .grid-price-item+.grid-price-item::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: gray;
}

.grid-boat-condition-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 15px;
    height: 37px;
}

.grid-boat-condition-list li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.specs-list-item {
    position: relative;
    color: #1E1E1E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 20px;
    white-space: nowrap;
}

.specs-list-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.specs-list-item+.specs-list-item::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: gray;
}

.grid-price-box ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 30px;
}

.grid-price-item:nth-child(2) {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.grid-price-item+.grid-price-item::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: gray;
}

.boat-listing-carousel .item {
    position: relative;
    padding-top: 70%;
}

.grid-price-item {
    position: relative;
    list-style: none;
}

/* home page css ends here */

/* ============================================================
   SERVICE PAGES — CSS (service.html + service-individual.html)
   Shared blocks (hero / form / faq) use the csw-services-* prefix
   so they are defined once and reused across both pages.
   ============================================================ */

/* ---- shared hero ---- */
.csw-services-hero {
    position: relative;
    padding-top: 31.25%;
    min-height: 500px;
    overflow: hidden;
}

.csw-services-hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csw-services-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(25, 25, 25, 0.55);
}

.csw-services-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1080px;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
}

.csw-services-hero-subtitle {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 24px;
}

.csw-services-hero-cta {
    margin-top: 40px;
}

/* ---- intro section (service.html) ---- */
.csw-services-intro {
    margin: 100px 0;
}

.csw-services-intro-text {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.csw-services-img-square {
    position: relative;
    padding-top: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.csw-services-img-square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---- the cal state wake difference (service.html) ---- */
.csw-services-difference {
    background-color: #191919;
    padding: 80px 0;
}

.csw-services-difference-heading {
    margin-bottom: 48px;
}

.csw-services-diff-card {
    position: relative;
    overflow: hidden;
}

.csw-services-diff-img {
    position: relative;
    padding-top: 133.85%;
}

.csw-services-diff-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csw-services-diff-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0.00) 0%, #191919 100%);
}

.csw-services-diff-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 28px 24px;
    text-align: center;
    z-index: 2;
}

.csw-services-diff-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

.csw-services-diff-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

/* ---- service feature rows (service.html) ---- */
.csw-services-rows {
    margin: 100px 0;
}

.csw-services-row {
    margin: 80px 0;
}

.csw-services-row:first-child {
    margin-top: 0;
}

.csw-services-row:last-child {
    margin-bottom: 0;
}

.csw-services-row-text {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.csw-services-list {
    list-style: disc;
    padding-left: 20px;
    margin: 16px 0 0;
}

.csw-services-list li {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.csw-services-list li:last-child {
    margin-bottom: 0;
}

.csw-services-list li strong {
    font-weight: 700;
}

.csw-services-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
}

.csw-services-learn-more {
    color: #906F27;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.csw-services-learn-more:hover {
    color: #906F27;
    text-decoration: underline;
}

/* ---- shared request service form ---- */
.csw-services-form-section {
    padding: 80px 0;
    border-top: 1px solid #D9D9D9;
    scroll-margin-top: 80px;
}

.csw-services-form-heading {
    margin-bottom: 40px;
}

.csw-services-form {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
}

.csw-services-field {
    position: relative;
    margin-bottom: 16px;
}

.csw-services-input,
.csw-services-textarea {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #FFF;
    padding: 12px 16px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Blackish, #191919);
    outline: none;
}

.csw-services-input {
    height: 48px;
}

.csw-services-textarea {
    height: 96px;
    resize: vertical;
}

.csw-services-input::placeholder,
.csw-services-textarea::placeholder {
    color: rgba(34, 34, 34, 0.6);
}

.csw-services-input:focus,
.csw-services-textarea:focus {
    border-color: #B08830;
}

.csw-services-field-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    color: var(--Blackish, #191919);
    font-size: 16px;
    pointer-events: none;
}

.csw-services-form-submit {
    text-align: center;
    margin-top: 8px;
}

/* ---- shared service faqs ---- */
.csw-services-faq {
    background-color: #191919;
    padding: 64px 0;
}

.csw-services-faq-heading {
    margin-bottom: 40px;
}

.csw-services-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.csw-services-faq-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.csw-services-faq-item:first-child {
    padding-top: 0;
}

.csw-services-faq-question {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.csw-services-faq-answer {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

/* ---- service individual — detail rows ---- */
.csw-service-detail-rows {
    margin: 100px 0;
}

.csw-service-detail-row {
    margin: 80px 0;
}

.csw-service-detail-row:first-child {
    margin-top: 0;
}

.csw-service-detail-row:last-child {
    margin-bottom: 0;
}

.csw-service-detail-text {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.csw-service-detail-img {
    position: relative;
    padding-top: 72.22%;
    max-width: 720px;
    margin: 0 auto;
}

.csw-service-detail-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================================
   SERVICE PAGES — RESPONSIVE
   ============================================================ */

/* ============================================================
   SELL & TRADE / PRO SHOP / CONTACT PAGES — CSS
   csw-* prefixed, consistent with the service pages. Reuses
   Home-page components and shared csw-services-* blocks
   (hero media, forms, inputs) wherever possible.
   ============================================================ */

/* ---- shared plain image banner (hero for all three pages) ---- */
/* the inner <img> reuses .csw-services-hero-media */
.csw-banner {
    position: relative;
    padding-top: 31.25%;
    min-height: 320px;
    overflow: hidden;
}

/* ---- shared 48px page title (sell-trade + pro shop) ---- */
.csw-page-title {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

/* ---- sell & trade : why sell with us ---- */
.csw-feature-section {
    background-color: #FAFAFA;
    padding: 80px 0;
}

.csw-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.csw-feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #B08830;
    color: #FFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- sell & trade : our process (dark, image background) ---- */
.csw-process {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.csw-process::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(25, 25, 25, 0.6);
}

.csw-process .container-fluid {
    position: relative;
    z-index: 2;
}

.csw-process-card {
    background-color: #FFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 32px 24px;
    height: 100%;
}

.csw-process-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #B08830;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}

/* ---- pro shop : brand logo strip ---- */
.csw-brand-strip {
    padding: 32px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.csw-brand-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 64px;
}

.csw-brand-logo {
    height: 38px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

/* ---- pro shop : what's in store / visit the pro shop ---- */
.csw-shop-store {
    margin: 100px 0;
}

.csw-shop-visit {
    margin: 100px 0;
}

.csw-shop-visit-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* ---- shared map embed (pro shop + contact) ---- */
.csw-map-wrap {
    position: relative;
    padding-top: 54.17%;
}

.csw-map-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ---- contact : heading + overlapping form card ---- */
.csw-contact-main {
    padding: 80px 0 100px 0;
}

.csw-contact-heading {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.csw-contact-card {
    background-color: #191919;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 48px 40px;
    margin-top: -184px;
}

/* ============================================================
   SELL & TRADE / PRO SHOP / CONTACT — RESPONSIVE
   ============================================================ */


/* ---- brand / financing / about — generic section spacer ---- */
.csw-section {
    margin: 100px 0;
}

.paymentFinanceHeading {
    color: #FFF;
    font-family: Montserrat;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.cswServiceCard {
    padding: 0 32px;
}

.joinOurJourneyTextWrap {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 15px;
}

.joinOurJourneyImageWrap {
    position: relative;
    padding-top: 79%;
}

.joinOurJourneyImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---- events list + event detail ---- */
.csw-event-img {
    position: relative;
    padding-top: 54%;
    overflow: hidden;
}

.csw-event-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csw-event-datecard {
    background-color: #191919;
    border-radius: 8px;
    padding: 32px;
    margin-top: -160px;
}

/* ---- blog list : category filter + card meta ---- */
.csw-blog-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
    margin-bottom: 56px;
}

.csw-blog-filter-link {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}

.csw-blog-filter-link.active {
    color: #B08830;
    border-bottom-color: #B08830;
}

.csw-blog-cat {
    color: var(--Blackish, #191919);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    opacity: 0.6;
}

/* crew page css starts here */
.crewPageHeroSection {
    margin: 56px 0 80px 0;
}

.crewPageHeroWrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

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

.crewHeadingWrap {
    position: relative;
    margin-bottom: 45px;
}

.crewHeadingWrap .mainHeading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px 3%;
}

.crewCard {
    padding: 0 20px;
}

.crewImageWrap {
    position: relative;
    padding-top: 66%;
}

.crewImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crewContentWrap {
    background: #FFF;
    margin-top: 8px;
    text-align: center;
}

.crewTitle {
    color: #191919;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.crewPosition {
    color: #191919;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.crewPhone {
    color: #191919;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.crewPhone:hover {
    color: #191919;
}

.crewBtnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.crewSection {
    margin: 40px 0 80px 0;
}

.crewSection .modal-footer {
    padding-bottom: 40px;
}

.secondaryFontMainHeading {
    color: #191919;
    text-align: center;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.paraWrapper {
    margin: 24px 40px;
}

.regularBlackPara {
    color: #191919;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* crew page css ends here */

/* bio page with inventory css starts here */
.bioPageImageWrap {
    height: 100%;
    min-height: 450px;
}

.bioPageImageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bioPageTextSection {
    background-color: #191919;
    padding: 80px 10% 40px 10%;
    height: 100%;
}

.bioTitle {
    color: var(--white, #FFF);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.bioPara {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.bioParaPost {
    color: #B08830;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.bioFormContainer {
    background-color: #F8FBFD;
    padding: 40px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bioFormInnerWrap {
    max-width: 400px;
}

.bioFormPhone {
    color: #191919;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

.bioFormHeading {
    color: #949599;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 24px 0 16px 0;
}

.bioInventoryHeadingWrapper {
    position: relative;
    margin-bottom: 40px;
}

.bioInventoryHeadingWrapper .mainHeading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #fff;
    padding-right: 40px;
}

.bioPageWithInentoryCarousel .owl-nav {
    display: none;
}

.bioPageWithInentoryCarousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.bioPageWithInentoryCarousel .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D9D9D9;
}

.bioPageWithInentoryCarousel .owl-dot.active {
    background-color: #1D3766;
}

/* bio page with inventory css ends here */

/* ---- team bio : photo + dark info panel ---- */
.csw-bio-photo {
    height: 100%;
    min-height: 380px;
}

.csw-bio-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csw-bio-info {
    background-color: #191919;
    height: 100%;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* 404 page start here */

.commonSection {
    margin-bottom: 80px;
}
.commonSectionInnerWrap {
    display: flex;
    gap: 120px;
    max-width: calc(100% - 15%);
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.commonSectionTextWrapper {
    width: 50%;
    max-width: 600px;
}
.commonSectionImageWrapper {
    width: 50%;
}
.commonSectionImageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commonSectionHeading {
    color: #222;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}
.commonPara {
    color: #1E1E1E;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.commonSectionLinkWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.featured-btn {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: #222;
    display: inline-block;
}
.thank-you-content-box {
    width: 50%;
}
.thank-you-inner-box{
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.privacy-policy-pt{
    padding-top: 145px;
}
.privacy_content h2, h3, h4 {
    padding: 10px 0;
}
@media (max-width: 1600px) {
    .headerHeading {
        font-size: 60px;
        line-height: 70px;
    }
    .headerHeading {
        font-size: 46px;
        line-height: 57px;
    }
    .mainHeading {
        font-size: 29px;
        line-height: 32px;
    }
    .csw-contact-heading {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 1.6px;
    }
}

@media (max-width: 1500px) {
    .paymentFinanceHeading {
        font-size: 64px;
        line-height: 76px;
    }
    .homeServiceContent {
        max-width: 85%;
    }
}

@media (max-width: 1440px) {
    .mainHeadingWhite {
        font-size: 33px;
        line-height: 36px;
    }
    .paymentFinanceHeading {
        font-size: 56px;
        line-height: 64px;
    }

    .commonSectionInnerWrap{
        gap: 60px;
    }
}

@media (max-width: 1350px) {
    .paymentFinanceHeading {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (max-width: 1200px) {
    .cswServiceCard {
        padding: 0 15px;
    }
    .csw-services-diff-title {
        font-size: 25px;
        line-height: 30px;
    }
    /* .csw-services-hero .headerHeading {
        font-size: 64px;
        line-height: 64px;
    } */

    .paymentFinanceHeading {
        font-size: 40px;
        line-height: 48px;
    }

    /* .csw-contact-heading {
        font-size: 64px;
        line-height: 64px;
    } */

    .desktopNavContainer {
        padding: 4px 15px;
    }

    .desktopNavMenuList {
        gap: 24px;
    }

    .phoneAndSearchWrap {
        gap: 32px;
    }


    /* .headerHeading {
        font-size: 64px;
        line-height: 72px;
    } */

    .homeHeaderCtaWrap {
        gap: 16px;
    }

    .homeHeroLine {
        font-size: 22px;
    }

    .homeAboutSection {
        margin: 64px 0;
    }

    .homeAboutImageWrap {
        max-width: 100%;
    }

    .homeAboutTextInnerWrap {
        max-width: 100%;
    }

    .mainHeadingWhite {
        font-size: 32px;
        line-height: 36px;
    }

    .mainHeading {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .service-card-col {
        width: calc(100% / 2 - 6px);
    }
    .homeServiceContent {
        max-width: 100%;
    }
    .privacy-policy-pt{
        padding-top: 80px;
    }
    .calFooterContact {
        margin: 0 auto;
    }

    .csw-brand-strip-inner {
        gap: 30px;
    }

    .paymentFinanceHeading {
        font-size: 36x;
        line-height: 44px;
        text-align: center;
    }

    .cswServiceCard {
        padding: 0 15px;
    }

    .csw-services-intro,
    .csw-services-rows,
    .csw-service-detail-rows {
        margin: 64px 0;
    }

    .csw-services-row,
    .csw-service-detail-row {
        margin: 56px 0;
    }

    .csw-services-hero .headerHeading {
        font-size: 48px;
        line-height: 52px;
    }

    .csw-services-difference {
        padding: 64px 0;
    }

    .csw-feature-section,
    .csw-process {
        padding: 64px 0;
    }

    .csw-shop-store,
    .csw-shop-visit {
        margin: 64px 0;
    }

    .csw-contact-main {
        padding: 64px 0;
    }

    .csw-page-title {
        font-size: 36px;
        line-height: 40px;
    }

    .csw-contact-heading {
        font-size: 50px;
        line-height: 56px;
        text-align: center;
    }

    .csw-contact-card {
        margin-top: 32px;
    }

    .csw-event-datecard {
        margin-top: 24px;
    }

    .csw-section {
        margin: 64px 0;
    }

    .desktopNav {
        display: none;
    }

    .mobileHeader {
        display: block;
    }


    .headerHeading {
        font-size: 48px;
        line-height: 52px;
    }

    .homeHeadeContent {
        padding: 0 20px;
    }

    .homeHeaderCtaWrap {
        gap: 12px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .homeBrandCard {
        min-height: 420px;
    }

    .homeBrandLogoWrap {
        max-width: 260px;
        margin: 0 auto;
    }

    .homeServicesSection .homeServiceCard {
        min-height: 360px;
    }

    .home-inventory-box {
        gap: 15px;
    }

    .home-inventory-cards {
        width: 50%;
        padding: 7.5px;
    }

    .grid-upper-content-box {
        height: auto;
    }

    .grid-boat-title a {
        font-size: 15px;
    }

    .grid-price-box ul {
        gap: 16px;
        flex-wrap: wrap;
    }

    .grid-boat-condition-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px;
        height: auto;
    }

    .specs-list-item {
        white-space: normal;
        padding-right: 0;
    }


    .homeAboutTextWrap {
        display: block;
    }

    .homeAboutTextInnerWrap {
        padding: 0;
        margin-top: 32px;
    }

    .commonSectionInnerWrap{
        gap: 40px;
        flex-direction: column;
    }

    .thank-you-content-box{
        width: 100%;
    }

    .commonSectionImageWrapper {
        width: 100%;
    }
    .joinOurJourneyTextWrap {
        padding: 40px 15px;
        text-align: center;
    }   
    .mainHeading {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 768px) {
    .service-card-col {
        width: 100%;
    }
    
    .marginYaxis40 {
        margin: 20px 0;
    }
    .lgWhitePara {
        font-size: 16px;
        line-height: 24px;
    }
    .csw-services-diff-card {
        margin-bottom: 16px;
    }

    .csw-services-difference .row:last-child .col-md-4:last-child .csw-services-diff-card {
        margin-bottom: 0;
    }


    .headerHeading {
        font-size: 36px;
        line-height: 42px;
    }

    .homeHeaderCtaWrap {
        gap: 12px;
    }

    .homeBrandCard {
        min-height: auto;
    }

    .home-inventory-cards {
        width: 100%;
    }

    .grid-upper-content-box {
        padding: 18px;
    }

    .grid-boat-title a {
        font-size: 14px;
    }

    .grid-price-item,
    .specs-list-item {
        font-size: 14px;
        line-height: 20px;
    }


    .homeAboutTextInnerWrap {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .csw-services-hero .headerHeading {
        font-size: 32px;
        line-height: 36px;
    }

    .csw-services-intro .mainHeading,
    .csw-services-rows .mainHeading,
    .csw-service-detail-rows .mainHeading,
    .csw-services-difference .mainHeadingWhite,
    .csw-services-form-heading,
    .csw-services-faq-heading {
        font-size: 28px;
        line-height: 32px;
    }


    .headerHeading {
        font-size: 28px;
        line-height: 34px;
    }

    .homeHeroLine {
        font-size: 16px;
        line-height: 24px;
        padding: 0 15px;
    }

    .homeHeaderCtaWrap {
        width: 100%;
        justify-content: center;
    }

    .homeBrandCard {
        min-height: auto;
    }

    .homeServiceContent {
        padding: 20px 16px;
    }

    .homeAboutSection {
        margin: 40px 0;
    }

    .backLinkCard {
        padding: 16px;
    }


    .homeAboutTextInnerWrap {
        padding: 0 10px;
    }

    .csw-services-intro,
    .csw-services-rows,
    .csw-service-detail-rows {
        margin: 48px 0;
    }

    .csw-services-form-section,
    .csw-services-difference {
        padding: 48px 0;
    }

    .csw-services-actions {
        gap: 20px;
    }

    .csw-banner {
        padding-top: 60%;
    }

    .csw-page-title,
    .csw-contact-heading {
        font-size: 30px;
        line-height: 34px;
    }

    .csw-feature-section,
    .csw-process,
    .csw-contact-main {
        padding: 48px 0;
    }

    .csw-shop-store,
    .csw-shop-visit {
        margin: 48px 0;
    }

    .csw-contact-card {
        padding: 32px 20px;
    }

    .csw-process .mainHeadingWhite,
    .csw-shop-store .mainHeading,
    .csw-shop-visit .mainHeading {
        font-size: 28px;
        line-height: 32px;
    }

    .csw-section {
        margin: 48px 0;
    }
}

@media (max-width: 400px) {}

/* Custom Storage Promo Banner */
.banner-container {
    padding: 30px 15px;
    background-color: transparent;
}

.banner-wrap {
    display: flex;
    flex-wrap: wrap;
    background-color: #0d1b3e;
    border-radius: 12px;
    border-bottom: 5px solid #c4151f; /* Accent red line matching site's theme color */
    padding: 40px;
    align-items: center;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    max-width: 1140px;
}

.banner-left {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 30px;
}

.banner-right {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-text span {
    color: #c4151f; /* Accent red */
}

.logo-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #8fa0b5;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
}

.june-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(143, 160, 181, 0.3);
    background-color: rgba(11, 21, 40, 0.5);
    border-radius: 4px;
    padding: 8px 16px;
    align-self: flex-start;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    gap: 8px;
}

.june-badge span {
    color: #cbd5e1;
}

.june-badge strong {
    color: #c4151f;
    font-weight: 700;
}

.headline-main {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #fff;
}

.headline-main span {
    color: #c4151f;
}

.tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #94a3b8;
    border-left: 3px solid #c4151f;
    padding-left: 15px;
    margin-top: 15px;
}

.features-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 10px;
}

.feature-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #cbd5e1;
    font-weight: 500;
}

.bottom-row {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 8px;
    flex-wrap: wrap;
}

.price-amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #c4151f;
    line-height: 1;
}

.price-per {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #8fa0b5;
    margin-right: 20px;
}

.cta-btn {
    background-color: #c4151f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-btn:hover {
    background-color: #c92a18;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(238, 53, 34, 0.4);
    text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .banner-wrap {
        padding: 30px;
    }
    
    .banner-left {
        flex: 1 1 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .banner-right {
        flex: 1 1 100%;
    }
    
    .headline-main {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .banner-wrap {
        padding: 20px;
    }
    
    .features-row {
        grid-template-columns: 1fr;
    }
    
    .headline-main {
        font-size: 32px;
    }
    
    .price-amount {
        font-size: 36px;
    }
    
    .bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .cta-btn {
        width: 100%;
        text-align: center;
    }
}