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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

/* common css starts here */
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: "Gotham";
    src: url("../fonts/gotham-fonts/GothamLight.ttf") format("truetype");
}

@font-face {
    font-family: "Gotham Thin";
    src: url("../fonts/gotham-fonts/GothamThin.ttf") format("truetype");
}

@font-face {
    font-family: "Gotham Medium";
    src: url("../fonts/gotham-fonts/GothamMedium.ttf") format("truetype");
}

@font-face {
    font-family: "Gotham Bold";
    src: url("../fonts/gotham-fonts/GothamBlack.ttf") format("truetype");
}

@font-face {
    font-family: "Kings Caslon";
    src: url("../fonts/kings-caslon/KingsCaslon_Trial_Rg.ttf") format("truetype");
}

.whitebtn {
    color: #FFF;
    text-align: center;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.whitebtn:hover {
    color: #FFF;
    text-decoration: underline;
}

.secondaryWhiteBtn {
    color: #38465B;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid #6E8DA6;
}

.secondaryWhiteBtn:hover {
    color: #38465B;
}

.blueBtn {
    color: #6E8DA6;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: none;
}

.blueBtn:hover {
    color: #6E8DA6;
    text-decoration: underline;
}

.whiteBtnWithBlueBorder {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid #6E8DA6;
    background-color: transparent;
    transition: all 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.whiteBtnWithBlueBorder:hover {
    background-color: #6E8DA6;
    color: #fff;
}

.greyBtn {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid #6E8DA6;
    background-color: #6E8DA6;
    transition: all 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.greyBtn:hover {
    color: #FFF;
}

.darkBlueBtn {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid #38465B;
    background-color: #38465B;
    transition: all 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.darkBlueBtn:hover {
    color: #FFF;
}


.blueColorTag {
    color: #6E8DA6;
    font-family: "Kings Caslon";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.whiteTag {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.whiteTagSecondary {
    color: #FFF;
    text-align: center;
    font-family: "Kings Caslon";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.blackColorTag {
    color: #1B2026;
    text-align: center;
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.mainHeading {
    color: #38465B;
    font-family: "Gotham Thin";
    font-size: 60px;
    font-style: normal;
    font-weight: 275;
    line-height: 64px;
    text-transform: uppercase;
}

.secondaryHeading {
    color: #38465B;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.blackHeading {
    color: #000;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.whiteHeading {
    color: #fff;
    font-family: "Gotham Thin";
    font-size: 60px;
    font-style: normal;
    font-weight: 275;
    line-height: 64px;
    text-transform: uppercase;
}

.secondaryWhiteHeading {
    color: #fff;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.64px;
}

.regularBlackPara {
    color: #1B2026;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.regularWhitePara {
    color: #fff;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.brands-content-para {
    color: #fff;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.regularWhitePara:hover {
    color: #fff;
}

.regularBluePara {
    color: #38465B;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* common css ends here */

/* desktop nav css starts here */
.desktopHeader {
    position: relative;
    z-index: 100;
}

.desktopNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(125, 154, 175, 0.20);
    background: rgba(27, 32, 38, 0.4);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6%;
}

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

.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%;
}

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

.navOption {
    color: #FFF;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.navOption:hover {
    color: #FFF;
}

.dekstopNavLogoWrap {
    max-width: 376.644px;
}

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

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

.favouriteIconWrap {
    border-left: 1px solid rgba(110, 141, 166, 0.2);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    cursor: pointer;
}

/* desktop nav css ends here */

/* desktop mega menus css starts here */
.locationMegaMenu {
    background-color: #fff;
    position: fixed;
    right: 0;
    padding: 30px 0 100px 0;
    z-index: 100;
    width: 50vw;
    height: 100vh;
    overflow-y: auto;
    top: 80px;
    display: none;
}

.locationMenuImageWrap {
    position: relative;
    padding-top: 59%;
}

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

.locationMenuTitle {
    color: #1B2026;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

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

.sideMenuTogglerClass {
    transform: translateX(0);
}

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

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

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

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

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

.sideMenuLink {
    color: #1B2026;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

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

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

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

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

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

.brandMenu {
    position: fixed;
    left: 420px;
    top: 0;
    height: 100vh;
    background-color: #fff;
    width: 360px;
    z-index: 100;
    padding: 32px 0 20px 0;
    overflow-y: auto;
    box-shadow: 8px 0 20px rgba(0, 0, 0, 0.15);
    display: none;
}

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

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

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


.brandMenuImageWrap {
    position: relative;
    padding-top: 37%;
}

.brandMenuImageWrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 32, 38, 0.6);
}

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

.brandLogoWrap {
    max-width: 132px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

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


/* desktop mega menus css ends here */

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

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

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

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

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

.sideMobileLogoWrap {
    max-width: 166px;
}

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

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

.mobileSideMenu {
    width: 70vw;
    height: 100vh;
    background-color: #fff;
    padding: 40px 32px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    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: Gotham;
    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: 105;
    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: 105;
    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;
}

/* mobile nav css ends here */

/* footer css starts here */
.sitefooter {
    background-color: #fff;
    padding: 0 60px;
    position: relative;
    bottom: 0;
}

.joinCommunity {
    background-color: #38465B;
    height: 100%;
    padding: 108px 15px;
}

.joinCommunityInnerWrap {
    max-width: 600px;
    margin: 0 auto;
}

.newsLetterForm {
    max-width: 400px;
    margin: 0 auto;
}

/* Newsletter HubSpot Form – scoped styles (do not affect other HubSpot forms) */
.newsLetterForm .hs-form fieldset {
    max-width: 100% !important;
}

.newsLetterForm .hs-form .hs-form-field {
    margin-bottom: 16px;
}

.newsLetterForm .hs-form label {
    color: #fff;
    font-family: Gotham;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.newsLetterForm .hs-form input[type="text"],
.newsLetterForm .hs-form input[type="email"],
.newsLetterForm .hs-form input[type="tel"],
.newsLetterForm .hs-form input[type="number"],
.newsLetterForm .hs-form textarea,
.newsLetterForm .hs-form select {
    width: 100%;
    padding: 12px 16px;
    background-color: transparent;
    border: 1px solid #6E8DA6;
    color: #fff;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.newsLetterForm .hs-form input[type="text"]::placeholder,
.newsLetterForm .hs-form input[type="email"]::placeholder,
.newsLetterForm .hs-form input[type="tel"]::placeholder,
.newsLetterForm .hs-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.newsLetterForm .hs-form input[type="text"]:focus,
.newsLetterForm .hs-form input[type="email"]:focus,
.newsLetterForm .hs-form input[type="tel"]:focus,
.newsLetterForm .hs-form textarea:focus {
    border-color: #fff;
}

/* Checkbox */
.newsLetterForm .hs-form .hs-form-booleancheckbox {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}

.newsLetterForm .hs-form .hs-form-booleancheckbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-transform: none;
    font-size: 13px;
    cursor: pointer;
}

.newsLetterForm .hs-form .hs-form-booleancheckbox label input[type="checkbox"] {
    width: auto;
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #6E8DA6;
}

.newsLetterForm .hs-form .hs-form-booleancheckbox label span p {
    margin-left: 0 !important;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    line-height: 20px;
}

/* Submit button */
.newsLetterForm .hs-form input[type="submit"],
.newsLetterForm .hs-form .hs-button {
    width: auto;
    background-color: transparent;
    color: #fff;
    font-family: "Gotham Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 37px;
    border: 1px solid #6E8DA6;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    margin-top: 8px;
}

.newsLetterForm .hs-form input[type="submit"]:hover,
.newsLetterForm .hs-form .hs-button:hover {
    background-color: #6E8DA6;
    border-color: #6E8DA6;
    color: #fff;
}

/* Error messages */
.newsLetterForm .hs-form .hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
}

.newsLetterForm .hs-form .hs-error-msgs label {
    color: #f28b82;
    font-size: 12px;
    text-transform: none;
    margin-bottom: 0;
}

/* Success message */
.newsLetterForm .submitted-message {
    color: #fff;
    font-family: Gotham;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.inputField {
    border: none;
    outline: none;
    color: #1B2026;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 24px;
    width: 100%;
    border: 1px solid #D9D9D9;
}

.joinCommunityImageWrap {
    position: relative;
    padding-top: 50%;
    height: 100%;
}

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

.mainFooter {
    background-color: #F1F4F6;
    padding: 91px 0 128px 0;
}

.footerLogoWrap {
    max-width: 400px;
    margin: 0 auto;
}

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

.footerPhoneBlock {
    max-width: 202px;
    margin: 0 auto;
}

.footerPhoneHeading {
    color: #6E8DA6;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footerPhone {
    color: #38465B;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.footerPhone:hover {
    color: #38465B;
}

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

.socialMediaIcon {
    border: 1px solid #6E8DA6;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialMediaIcon .fa-brands {
    color: #6E8DA6;
    font-size: 20px;
}

.footerSiteMapHeading {
    color: #6E8DA6;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.siteMapLinkList {
    list-style: none;
}

.siteMapLinkList li {
    margin-bottom: 16px;
}

.footerLink {
    color: #1B2026;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

.footerBottomList {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 0;
}

.footerBottomList li:not(:last-child)::after {
    content: " | ";
    margin: 0 10px;
}

.footerBottomLink {
    color: #38465B;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footerBottomLink:hover {
    color: #38465B;
}

.footerWidhtHandler {
    max-width: 920px;
    margin-left: auto;
}

/* footer css ends here */


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

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

.homeHeaderStickyWrapper {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.homePageMainWrapper {
    position: relative;
    z-index: 20;
    /* top: -300px; */
    margin-top: -180px;
}

.homePageHeaderContent {
    position: relative;
    top: -100px;
}

.homePageHeaderContent::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 190px;
    transform: translateX(-50%);
    width: 1px;
    height: 120px;
    opacity: 0.4;
    background: #6E8DA6;
    z-index: 10;
}

.headerHeading {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.headerBtnWrapper {
    margin-top: 40px;
}

.btnWrapper {
    margin-top: 40px;
}

.homeBrandSection {
    /* margin-top: 120px; */
}

.homeBranCard {
    position: relative;
    padding-top: 50%;
}

.homeBranCard::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}

.homeBranCard:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
}

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

.homeBrandLogoWrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    z-index: 2;
}

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

.backgroundColorHandlerSection {
    background-color: #fff;
}

.worldFinestSection {
    background-color: #F1F4F6;
    padding: 120px 0;
}

.worldFinestVideoWrapper {
    position: relative;
    padding-top: 69%;
}

.soundIconWrap {
    position: absolute;
    bottom: 24px;
    right: 24px;
    cursor: pointer;
}

.soundIconWrap img {
    width: 20px;
    height: 20px;
}

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

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

.worldFinestTextInnerWrap {
    max-width: 680px;
    margin: 0 auto;
}

.worldFinestsubSection {
    padding-left: 24px;
}

.latestArrivalSection {
    padding: 104px 0 140px 0;
}

.headingWrapper {
    margin-bottom: 40px;
}

.latestArrivalTabAndLinkSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

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

.lastestArrivalTab {
    color: #6E8DA6;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s;
}

.lastestArrivalTab.activeTab {
    text-decoration: underline;
}

.inventoryImageWrap {
    position: relative;
    padding-top: 56%;
}

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

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

.inventoryCardSpecsInfo {
    color: #6E8DA6;
    font-family: "Kings Caslon";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.inventoryCardSpecsBefore {
    position: relative;
}

.inventoryCardSpecsBefore::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5px;
    height: 25px;
    background-color: #6E8DA6;
}

.inventoryCardTitle {
    color: #38465B;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.titleAndPriceWrap .inventoryCardTitle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.priceTag {
    color: #6E8DA6;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.titleAndPriceWrap {
    min-height: 100px;
}

.locationAndArrowWrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.locationTag {
    display: flex;
    gap: 8px;
    align-items: center;
}

.locationTag img {
    width: 11.7px !important;
    height: 14px;
}

.inventoryCardLocationText {
    color: #6E8DA6;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.arrowIcon svg {
    cursor: pointer;
}

.arrowIcon circle {
    stroke: #6E8DA6;
    fill: transparent;
    transition: 0.3s;
}

.arrowIcon path {
    stroke: #6E8DA6;
    stroke-width: 2;
    transition: 0.3s;
}

/* Hover Effect */
.arrowIcon:hover circle {
    fill: slategrey;
    stroke: slategrey;
}

.arrowIcon:hover path {
    stroke: white;
}

.inventoryRow {
    margin-left: -32px;
    margin-right: -32px;
}

.inventoryRow>div {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.listYachtSection {
    position: relative;
    padding-top: 38%;
    min-height: 720px;
}

.listYachtSection::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: rgba(27, 32, 38, 0.75);
}

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

.listedYachtContentSection {
    position: absolute;
    z-index: 5;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
}

.bannerHeading {
    color: #FFF;
    text-align: center;
    font-family: "Gotham Thin";
    font-size: 60px;
    font-style: normal;
    font-weight: 275;
    line-height: 64px;
    text-transform: uppercase;
}

.bannerParaWrapper {
    margin: 32px 0 48px 0;
}

.otherPageLinkCard {
    position: relative;
}

.otherPageLinkCard::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 32, 38, 0.6);
    ;
}

.otherPageLinkImageWrap {
    position: relative;
    padding-top: 100%;
    min-height: 440px;
}

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

.otherPageLinkContent {
    position: absolute;
    left: 10%;
    bottom: 8%;
    z-index: 5;
    max-width: 680px;
}


.paraWrapper {
    margin-top: 40px;
    margin-bottom: 24px;
}

.homeBlogViewBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.homeBlogTab {
    color: #6E8DA6;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.4s;
    cursor: pointer;
}

.homeBlogTab.activeTab {
    text-decoration: underline;
    font-weight: 600;
}

.homeBlogImageWrap {
    position: relative;
    padding-top: 50%;
}

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

.blogTitle {
    color: #38465B;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogPara {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsAndArticlesCarouselWrap {
    padding-left: 3%;
}

.homeNewArrivalCarouselWrap {
    padding-left: 3%;
}

/* home page css ends here */

/* brand page css starts here  */
.brandHeader {
    position: relative;
    padding-top: 47%;
    min-height: 500px;
}

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

.brandHeaderContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    z-index: 2;
    width: 100%;
    padding: 0 15px;
}

.brand-para-bck {
    color: #fff;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.brandHeaderContent::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -190px;
    transform: translateX(-50%);
    width: 1px;
    height: 120px;
    opacity: 0.4;
    background: #6E8DA6;
    z-index: 10;
}

.brandHeaderLogo {
    max-width: 280px;
    margin: 0 auto;
}

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

.brandLogoAndLinkWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 4px 0;
}

.brandPageLogoWrap {
    max-width: 150px;
}

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

.sectionSeparator {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.60);
}

.brandRangeSection {
    margin: 120px 0;
}

.brandRangeHeader {
    max-width: 1424px;
    margin-bottom: 47px;
}

.brandRangeCard {
    margin-bottom: 40px;
}

.brandRangeImageWrap {
    position: relative;
    padding-top: 57%;
}

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

.brandRangeTitle {
    color: #38465B;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.brandRangeLinksList {
    list-style: none;
}

.brandRangeLinksList li {
    margin-bottom: 8px;
}

.brandrangeLink {
    color: #1B2026;
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.brandrangeLink:hover {
    color: #1B2026;
    text-decoration: underline;
}

.brandGalleryImageWrapper {
    position: relative;
    padding-top: 50%;
}

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

.brandInventorySection {
    margin: 120px 0;
}

.brandFaqSection {
    min-height: 600px;
    background-image: url("../images/brands/sunseeker-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 92px 0;
}

.brandFaqSection::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 70, 91, 0.9);
}

.brandFaqContent {
    position: relative;
    z-index: 2;
}

.brandFaqInfoContainer {
    max-width: 680px;
}

.brandFaqsContainer {
    max-width: 880px;
    margin: 0 auto;
}

.brandFaqItem {
    padding: 24px 0;
    border-bottom: 1px solid #6E8DA6;
}

.brandFaqHeaderWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    transition: all 0.4s;
}

.brandFaqHeaderWrap img {
    position: relative;
    transition: all 0.4s;
}

.brandFaqHeaderWrap.activeFaq img {
    transform: rotate(-180deg);
}

.brandFaq {
    color: #FFF;
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.brandFaqAnswer {
    margin-top: 24px;
    display: none;
}

.brandJournalSection {
    margin: 120px 0;
}

.brandJournalCarousel {
    padding-left: 5%;
}

.journalTitle {
    color: #38465B;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.journalPara {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* brand page css ends here  */

/* blog page css starts here */
.blogPageHeader {
    position: relative;
    padding-top: 26%;
    min-height: 440px;
}

.blogPageHeader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

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

.blogHeaderContent {
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    padding: 0 15px;
}

.blogTabsSection {
    background-color: #F1F4F6;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.blogTab {
    color: #38465B;
    font-family: "Kings Caslon";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: none;
    transition: all 0.4s;
}

.blogTab.activeTab {
    text-decoration: underline;
}

.blogTabForBrands {
    color: #38465B;
    font-family: "Kings Caslon";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: none;
    transition: all 0.4s;
    display: flex;
    gap: 10px;
}

.brandTabWrapper {
    position: relative;
}

.brandsDropDownList {
    width: 200px;
    padding: 24px 15px 30px 40px;
    list-style: none;
    position: absolute;
    top: 50px;
    z-index: 2;
    border: 1px solid rgba(110, 141, 166, 0.20);
    background: #F1F4F6;
    display: none;
}

.brandsDropDownList li {
    margin-bottom: 16px;
}

.brandDropDownLink {
    color: #1B2026;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

.blogsListingSection {
    margin: 64px 0;
}

.blogPageScroller {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 9999;
}

.blogPageScroller svg {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
}

.blogPageScroller:hover {
    background-color: #6E8DA6;
    border-radius: 50%;
}

.blogPageScroller:hover circle {
    stroke: #6E8DA6;
}

.blogPageScroller:hover path {
    stroke: #fff;
}

/* blog page css ends here */

/* blog detail page css starts here */
.blogDetailHeaderWrapper {
    margin-top: 120px;
    padding: 0 60px;
}

.blogDetailHeader {
    position: relative;
    padding-top: 31%;
    min-height: 650px;
}

.blogDetailHeader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(56, 70, 91, 0.80) 0%, rgba(56, 70, 91, 0.00) 100%);
}

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

.blogDetailHeaderContent {
    position: absolute;
    left: 10%;
    bottom: 15%;
    max-width: 960px;
    z-index: 2;
}

.blogCategory {
    color: #FFF;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.blogInfoTag {
    color: #FFF;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.blogDetailHeadingWrap {
    margin-top: 40px;
}

.blogDetailHeading {
    color: var(--White, #FFF);
    font-family: "Gotham Thin";
    font-size: 60px;
    font-style: normal;
    font-weight: 275;
    line-height: 64px;
}

.blogDetailDescriptionSection {
    margin: 50px 0;
}

.blogDetailDescriptionSection h1 {
    margin: 20px 0;
}

.blogDetailDescriptionSection img {
    margin: 20px 0;
    width: 100% !important;
    height: 100%;
}

.blogDetailDescriptionSection ul {
    margin-left: 20px;
}

.boldPara {
    color: #1B2026;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}


.blogDetailTextInnerWrap {
    max-width: 600px;
}

.blogDetailImagTextTitle {
    color: #1B2026;
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.blogDetailTextSecImageWrap {
    position: relative;
    padding-top: 57%;
}

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

.customMarginYAxis {
    margin: 80px 0;
}

/* blog detail page css ends here */

/* brokers page css starts here */
.brokersFilterBar {
    background-color: #F1F4F6;
    padding: 22px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 64px;
}

.selectField {
    color: #1B2026;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    outline: none;
    padding: 11px 16px 13px 16px;
    min-width: 400px;
    background-image: url('../images/brokers/dropdown-icon.webp');
    background-repeat: no-repeat;
    background-position: right 16px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.brokersCardsWrapper {
    margin: 64px 0;
}

.brokersCard {
    padding: 0 32px;
    height: 100%;
}

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

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

.brokerTextWrap {
    background-color: #F1F4F6;
    padding: 24px 15px;
    min-height: 250px;
}

.brokerTextInnerWrap {
    max-width: 340px;
    margin: 0 auto;
}

.brokerTitle {
    color: #38465B;
    font-family: Gotham;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.brokerPosition {
    color: #6E8DA6;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.brokerContactDetail {
    display: flex;
    gap: 8px;
    align-items: center;
}

.brokerContactDetail img {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

.brokerContactDetailText {
    color: #38465B;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.brokerContactDetailText:hover {
    color: #38465B;
}

/* brokers page css ends here */

/* event listing page css starts here */
.comingEventDate {
    color: #6E8DA6;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.comingEventSection {
    margin: 80px 0;
}

.eventTitle {
    color: #38465B;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


.eventImageWrap {
    position: relative;
    padding-top: 50%;
}

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

.eventCardsContainer {
    margin: 64px 0;
}


/* event listing page css ends here */

/* broker bio page css starts here */
.brokerBioHeader {
    background: linear-gradient(180deg, #38465B 0%, #1B2026 100%);
    padding: 160px 0 120px 0;
}

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

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

.brokerBioImageOuterWrap {
    border: 1px solid #6E8DA6;
    padding: 10px;
    max-width: 520px;
    margin: 0 auto;
}

.brokerBioInfoList {
    list-style: none;
}

.brokerBioInfoList li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.brokerBioTextWrap {
    max-width: 520px;
}

.brokersInventoryListingSection {
    background-color: #F1F4F6;
    padding: 80px 0;
}

.bgColorHandler {
    background-color: #fff;
    padding: 16px 24px;
}

.whyWorkWithMeSection {
    margin: 80px 0;
}

.workdWithMeImageWrap {
    position: relative;
    padding-top: 56%;
    max-width: 660px;
    margin: 0 auto;
}

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

.workWithMeTextWrap {
    max-width: 520px;
}

.workInfoTitle {
    color: #38465B;
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.findPerfectYachtSection {
    background-image: url("../images/broker-bio/ready-to-find.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 800px;
}

.findPerfectTextWrap {
    background-color: rgba(56, 70, 91, 0.8);
    min-height: 800px;
    display: flex;
    align-items: center;
}

.findPerfectTextInnerWrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 15px;
}

.formSection {
    background-color: #F1F4F6;
    padding: 96px 0;
}

.formWrapper {
    max-width: 400px;
    margin: 0 auto;
}

.eventFeatureTextInnerWrap {
    max-width: 480px;
    margin: 0 auto;
}

/* broker bio page css ends here */

/* event detail page css starts here */
.eventInfoWrapper {
    background-color: #38465B;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px 15px;
}

.eventInfoInnerWrapper {
    max-width: 580px;
    margin: 0 auto;
}

.eventDetailMapWrapper {
    height: 100%;
}

.eventDetailMapWrapper iframe {
    width: 100%;
    height: 100%;
}

.eventAddressWrap {
    margin: 40px 0;
}

.eventdayAndHours {
    color: var(--White, #FFF);
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.heroSection {
    margin: 80px auto;
    max-width: 960px;
    padding: 0 15px;
    text-align: center;
}

.scheduleAppointmentSection {
    padding: 0 60px;
}

.scheduleImageWrap {
    position: relative;
    padding-top: 58%;
}

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

.scheduleFormWrap {
    background-color: #F1F4F6;
    padding: 60px 15px;
}

.scheduleFormInnerWrap {
    max-width: 656px;
    margin: 0 auto;
}

.eventFeatureImageWrap {
    position: relative;
    padding-top: 120%;
    max-width: 660px;
    margin: 0 auto;
}

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

.eventFeatureSection {
    margin: 120px 0;
}

.brandsOnDisplay {
    background-image: url("../images/event-detail/event-detail-brands-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 600px;
    position: relative;
    padding: 80px 0;
}

.brandsOnDisplay::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(56, 70, 91, 0.9);
}

.brandsOnDisplayContent {
    position: relative;
    z-index: 2;
}

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

.brandsOnDisplayTextInnerWrap {
    max-width: 480px;
    margin: 0 auto;
}

.brandsDisplayLogosContainer {
    max-width: 480px;
    margin: 0 auto;
}

.brandsOnDisplayLogoWrap {
    max-width: 130px;
    max-height: 142px;
}

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

/* event detail page css ends here */

/* location page css starts here */
.locationHeader {
    position: relative;
    padding-top: 47%;
    min-height: 600px;
}

.locationHeader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

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

.locationBrandSection {
    margin: 80px 0;
}

.locBrandCard {
    margin: 0 20px 40px 20px;
}

.locationBrokerSection {
    margin: 80px 0;
}

.superiorYachtSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 800px;
}

#bottom-form {
    scroll-margin-top: 100px;
}

.locationFormTextInnerWrap {
    max-width: 820px;
}

.locationPageMapAndHourSection {
    padding: 140px 0;
    background-color: #F1F4F6;
}

.locationInfoWrap {
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15px;
}

.locationInfoInnerWrapper {
    max-width: 620px;
    margin: 0 auto;
}

.locationAddressPara {
    color: #1B2026;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.locationPhone {
    color: #38465B;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.64px;
}

.locationPhone:hover {
    color: #38465B;
}

.locationHoursInfoTitle {
    color: #6E8DA6;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

/* location page css ends here */

/* model detail page css starts here */
.modelDetailHeader {
    position: relative;
    padding-top: 37%;
    min-height: 450px;
}

.modelDetailHeader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.3);
}

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

.modelHeaderLogoWrap {
    max-width: 200px;
    margin: 0 auto;
}

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

.modelHeaderHeadingWrap {
    max-width: 680px;
    margin: 0 auto;
}

.modelCharacterSticsSection {
    margin: 80px 0;
}

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

.characterSticsTextInnerWrap {
    max-width: 600px;
}

.characterSticsImageWrap {
    position: relative;
    padding-top: 57%;
    max-width: 800px;
    margin: 0 auto;
}

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

.technicalSpecificationSection {
    background-color: #F1F4F6;
    padding: 80px 0;
}

.technicalSpecsCard {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 22px;
}

.technicalSpecsText {
    color: #1B2026;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}

.modelDisplayImageWrap {
    position: relative;
    padding-top: 57%;
}

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

.modelExteriorSection {
    margin: 80px 0;
}

/* .modelDetailVirtualTourImageWrap {
    position: relative;
    padding-top: 59%;
}

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

.virtualTourTextWrap {
    max-width: 520px;
    margin: 0 auto;
}

.floorPlanImageWrap {
    position: relative;
    padding-top: 50%;
}

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

.floorPlanSection {
    margin: 80px 0;
}

/* model detail page css ends here */

/* ===================++++++++++++++++++++++=================== */
/* common code:: new boat listing page css start here */
.listing-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.listing-header-right-box {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.sortWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    height: 42px;
    padding: 0 15px;
}

.lisitng-search-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #D9D9D9;
    height: 40px;
    padding: 7px 20px;
}

.lisitng-search-box span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    padding-right: 10px;
}

.lisitng-search-box input {
    width: 100%;
    height: 100%;
    border: none;
}

.lisitng-search-box input:focus {
    outline: none;
    box-shadow: none !important;
    border: none !important;
}

.boatsHeading {
    color: #1B2026;
    font-family: "Gotham Thin";
    font-size: 60px;
    font-style: normal;
    font-weight: 275;
    line-height: 64px;
    text-transform: uppercase;
    text-transform: uppercase;
}

.listings-count {
    margin-bottom: 40px;
}

.boatsHeading .sortWrapper {
    /* float: right; */
    display: flex;
    align-items: center;
}

.sortWrapper label {
    color: #222;
    font-family: "Gotham Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    white-space: nowrap;
    margin-bottom: 0 !important;
    height: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-right: 1px solid #D9D9D9;
    padding-right: 15px;
}

.sortWrapper select {
    font-size: 12px;
    width: 160px;
    height: 35px !important;
    padding: 0 8px;
    border-radius: 0;
    background: #fff;
    margin-left: 10px;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: none;
    border-right: none;
    height: 100%;
    margin-bottom: 0 !important;
    color: #1B2026;
}

.sortWrapper select:focus {
    border: none !important;
    outline: none;
    box-shadow: none !important;
}

.boatsHeading .sortWrapper label {
    font-size: 14px;
    font-weight: 100;
    color: #000;
    padding-right: 10px;
}

.boatsHeading .sortWrapper select {
    font-size: 12px;
    width: 160px;
    height: 35px;
    padding: 0 8px;
    border-radius: 0;
    background: #fff;
}

.breadcrum a {
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 100;
}

.breadcrum a+a,
.breadcrum a+span {
    padding-left: 15px;
    position: relative;
}

.breadcrum a+a::before,
.breadcrum a+span::before {
    content: "/";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.breadcrum span {
    font-weight: 600;
}

.filterBtn {
    display: block;
    padding: 30px;
    padding-left: 100px;
    background-color: #231f20;
    margin: 0 -15px;
    color: #fff;
    font-size: 30px;
    transition: 0.4s ease all;
}

.filterBtn:hover {
    background: #ca2123;
    color: #fff;
}

.filterInner h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}

.filterInner h4,
.filterInner h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 20px 0 20px 0;
    color: #a3a2a2;
    float: left;
}

.filterInner h3 {
    margin: 0;
}

.filterInner label {
    font-weight: 300;
    margin-bottom: 5px;
    color: #000;
}

.filterform {
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.filterform input {
    height: 44px;
    border-radius: 00;
    border-color: #e7e8e9;
}

.sqr-checkBox {
    /* border-bottom: 1px solid #8080806b; */
    padding: 7px 20px;
    float: left;
    width: 100%;
    position: relative;
}

.breadcrumb {
    background-color: transparent !important;
    margin-bottom: 16px;
    padding-left: 0;
}

.breadcrumb-item a {
    color: #1B2026;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sqr-checkBox label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.sqr-checkBox input {
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    outline: none;
}

.sqr-checkBox label input:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    border: 1px solid rgba(39, 73, 109, 0.98);
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 43%;
    left: 50%;
}

.filterList .sqr-checkBox input {
    left: unset;
    height: 20px;
    width: 20px;
}

.filterList {
    padding: 10px 0;
}

.sqr-checkBox .filter-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    color: #dcdcdc;
    z-index: 1;
    font-size: 16px;
}

.sqr-checkBox input+span i.fa.fa-square-o {
    display: block;
}

.sqr-checkBox input:checked+span i.fa.fa-square-o {
    display: none;
}

.sqr-checkBox input+span .fa-square {
    display: none;
}

.sqr-checkBox input:checked+span .fa-square {
    display: none;
    color: #ca2123;
    font-size: 14px;
    margin-top: 3px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #a8a8a8;
    background: #dbdbdb;
    height: 5px;
    border-radius: 0;
    margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-range {
    background: #4d4d4d;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    outline: 0 !important;
    border: 1px solid #4d4d4d;
    border-radius: 0;
    width: 15px !important;
    height: 15px !important;
    top: 50%;
    transform: translateY(-45%) !important;
    border-radius: 50px;
    cursor: pointer;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border-color: #cb2127 !important;
    background: #cb2127 !important;
}

div#year-range {
    width: 74%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

div#price-range {
    width: 74%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.filterBox>h2 {
    margin: 0;
    padding: 8px 20px;
    color: #1B2026;
    font-family: "Gotham Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
}

.af-disp-mob {
    display: none;
}

.filterBox .sidWidget {
    border: 1px solid #AAAAAA;
}

.filterBox .youSearchList {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.filterBox .youSearchList li {
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    color: #1B2026;
    font-family: "Gotham Thin";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.filterBox .youSearchList li strong {
    color: #1B2026;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.filterOptions h4,
.filterOptions .sqr-checkBox {
    float: none;
}

.filterOptions h4 {
    color: #1B2026;
    font-family: "Gotham Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.filterOptions {
    border: 1px solid #eee;
    margin-top: 16px;
}

.filterOptions input {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.desktop-accordion-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background-color: transparent;
    border-bottom: 1px solid #AAAAAA;
    cursor: pointer;
}

.filter-location-box {
    height: 150px !important;
}

.filterBox .youSearchList span.pull-right.closX {
    color: #000;
    font-weight: 800;
    cursor: pointer;
}

.filterBox .sidWidget,
.filterBox .sidWidget_iner {
    float: none;
}

.sidWidget_iner {
    float: right;
    max-width: 100%;
    width: 100%
}

.similar-slider {
    display: none !important;
}

.filtered_head_3 {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: trade-gothic-next;
    text-align: center
}

.styled-checkbox {
    position: absolute !important;
    opacity: 0 !important;
}

.styled-checkbox+.filter_count {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    color: #1B2026;
    font-family: "Gotham Thin";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.styled-checkbox+.filter_count::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid rgb(0, 0, 0);
}

.styled-checkbox:hover+.filter_count::before {
    background: #fff;
}

.styled-checkbox:focus+.filter_count::before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+.filter_count::before {
    background: #000;
}

.styled-checkbox:disabled+.filter_count {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+.filter_count::before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+.filter_count::after {
    content: '';
    position: absolute;
    left: 5px;
    /* top: 11px; */
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}


.listing-dealer-btn {
    color: #fff;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #000;
    border: 1px solid #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    text-decoration: none;
    transition: all 0.5s;
    text-transform: capitalize;
    min-width: 160px;
    min-height: 40px;
}

.breadcrumb-container {
    margin: 0 auto;
}

.listing-container {
    display: flex;
    max-width: calc(100% - 7%);
    margin: 0 auto;
}

.breadCrumContainerListing {
    max-width: calc(100% - 7%);
    margin: 0 auto;
}

.fitler-col {
    width: 20%;
}

.boat-listing-carousel {
    display: block !important;
}

.boat-listing-carousel .owl-nav {
    display: none !important;
}

.listing-content-col {
    width: 80%;
    padding-left: 40px;
}

.boat-card {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid lightgray;
    width: 100%;
}

.boat-img-box {
    width: 40%;
    position: relative;
    max-height: 400px;
    height: 100%;
}

.boat-img-box .boat-listing-carousel .owl-nav {
    display: none !important;
}

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

.boat-img-box .boat-listing-carousel .owl-item {
    height: 100% !important;
}

.boat-img-box .boat-listing-carousel {
    height: 100% !important;
}

.boat-img-box .boat-listing-carousel .owl-stage-outer {
    height: 100% !important;
}

.boat-img-box .boat-listing-carousel .owl-stage {
    height: 100% !important;
}

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

.boat-content-box {
    width: 60%;
    padding: 10px 0px 10px 40px;
}

.boat-card-image {
    max-height: 375px;
    width: 100%;
    height: 100%;
}

.boat-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-content-box,
.upper-content-box {
    display: flex;
    gap: 40px;
}

.sm-box-1 {
    width: 60%;
}

.sm-box-2 {
    width: 40%;
}

.desc-box {
    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.desc-box h3 {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.upper-content-box .sm-box-1 .boat-title a {
    color: #000;
    font-family: Gotham;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
}

.upper-content-box .sm-box-1 .boat-title a:hover {
    text-decoration: none;
    color: #000;
}

.boat-condition-box {
    padding: 0 0 0 0;
}

.boat-condition-box .boat-condition-list li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 0;
}

.boat-condition-box .boat-condition-list li span:nth-child(1) {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.boat-condition-box .boat-condition-list li span:nth-child(2) {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    padding-left: 5px;
}

.boat-condition-box .boat-condition-list li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.lisitng-note {
    background: #F7F7F7;
    padding: 5px 10px;
    margin: 20px 0;
}

.lisitng-note span {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.pricing-box h3 {
    color: #0F6DBF;
    text-align: right;
    font-family: Gotham;

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.1px;
}

.price-per-month {
    /* margin-top: 30px; */
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.pricing-box {
    height: 100%;
}

.price-per-month h3 {
    color: #328DB0;
    text-align: right;
    font-family: Gotham;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}

.price-per-month p {
    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.listing-blue-btn {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: #328DB0;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    padding: 11px 25px;
    margin-bottom: 15px;
}

.listing-blue-btn:hover {
    color: #FFF;
}

.listing-skyblue-btn {
    display: inline-block;
    color: #328DB0;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    max-width: 250px;
    width: 100%;
    padding: 11px 25px;
    background: rgba(50, 141, 176, 0.15);
}

.listing-skyblue-btn:hover {
    color: #328DB0;
}

.boat-condition-list {
    padding-left: 0;
}

.card-text {
    color: #328DB0;
    text-align: right;
    font-family: Gotham;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1.2px;
}

/* grid view start here */

.grid-boat-card {
    width: calc(100% / 3);
    padding: 7px;
}

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

.toggler-button-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 86px;
    max-height: fit-content;
    width: 100%;
}

.grid-view-btn {
    background: white;
    border: 1px solid lightgray;
    padding: 8px 8px 8px 8px;
    cursor: pointer;
    line-height: normal;
}

.toggleViewBtn.active {
    background: #328DB0;
    border: 1px solid #328DB0;
}

.list-view-btn {
    background: white;
    border: 1px solid lightgray;
    padding: 8px 8px 8px 8px;
    cursor: pointer;
    line-height: normal;
}

.btn-icon-2 {
    display: none;
}

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

.grid-boat-title a {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.details-location-box {
    margin-top: 8px;
}

.details-location-box p {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.grid-boat-title a:hover {
    color: #000;
}

.ui-slider-horizontal .ui-slider-range {
    background: #000;
    height: 10px;
    border-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    outline: 0 !important;
    border: 1px solid #4d4d4d;
    border-radius: 0;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-45%);
    border-radius: 50px;
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    background: #e6e6e6;
    height: 10px;
    border-radius: 50px;
}

.range-value-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin: 10px 0;
}

.range-value-box .range-box-item {
    max-width: 130px;
    width: 100%;
    height: 41px;
    flex-shrink: 0;
    border: 1px solid #AAAAAA;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    opacity: 0.6;
    border-radius: 5px;
}

div#length-range {
    width: 74%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.grid-price-item {
    position: relative;
    list-style: none;
    padding-right: 30px;
}

.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-price-item:nth-child(1) {
    color: #328DB0;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

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

.boat-listing-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: block !important;
}

.boat-listing-carousel .owl-dots span {
    background: #FFFFFF !important;
}

.boat-listing-carousel .owl-dots button:hover span {
    background: #FFFFFF !important;
}

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

.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;
}

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

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

}

.trade-box {
    display: none;
}

.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: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 20px;
}

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

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

/* mobile filter start here */

.top_new_filter .inner_wrap_bt a {
    padding: 7px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1B2026;
    text-align: center;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.14px;
    text-transform: capitalize;
    white-space: nowrap;
    background-color: #F1F4F6;
    border: 1px solid #F1F4F6;
    border-radius: 20px;
}

.top_new_filter .inner_wrap_bt a.resetBtn {
    padding: 7px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Gotham;
    border: 1px solid #F1F4F6;
    border-radius: 30px;
    background-color: #F1F4F6;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    white-space: nowrap;
}

.clearFilterBtn {
    padding: 7px 0 7px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Gotham;
    border: 1px solid transparent;
    border-radius: 30px;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    white-space: nowrap;
    opacity: 0.6;
}

.clear-filter-bar {
    display: none;
}

.top_new_filter .inner_wrap_bt a img {
    width: 40px;
    height: 14px;
    object-fit: contain;
}

.top_new_filter .inner_wrap_bt a span {
    margin-left: 13px;
}

.sortby-btn a {
    border-radius: 20px !important;
    border: 1px solid #D9D9D9 !important;
    background: #fff !important;
}

.selected-count {
    width: 20px;
    height: 20px;
    background: #6E8DA6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Gotham;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
    border: 1px solid #6E8DA6;
    border-radius: 50px;
    margin-left: 10px;
}

.sortby-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 21px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Gotham;
    color: #000;
    border-radius: 20px;
    border: 1px solid #000;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    white-space: nowrap;
}

.sortby-dropdown .sortby-icon {
    width: 16px;
    height: 16px;
}

.sortby-dropdown .sortby-arrow {
    margin-left: auto;
}

.sortby-dropdown .sortby-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    appearance: none;
    border: none;
    background: transparent;
}


.mobile-filter-box {
    position: fixed;
    top: -900px;
    left: 0;
    /* hidden off-screen */
    width: 100%;
    z-index: 10;
    background: white;
    overflow-y: auto;
    height: calc(100vh - 304px);
    transition: top 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75);
}

.mobile-filter-box.show-filter {
    top: 173px;
    /* slide in from left */
    /* display: block; */
}


/* .mobile-filter-box {
    display: none;
} */

.filter-accordion-header {
    border: 0px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #000;
    font-family: Gotham;
    ;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.filter-accordion-header i.fa {
    font-size: 25px;
    color: rgba(196, 196, 196, 1);
}

.filter-accordion-content {
    background-color: transparent;
    padding: 10px 50px;
    /* display: none; */
    overflow: hidden;
}

.filter-accordion-header {
    border: 0px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #000;
    font-family: Gotham;
    ;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: white;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    outline: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boat-img-box .boat-listing-carousel .item {
    width: 100% !important;
    height: 100% !important;
    position: unset;
    padding-top: unset;
}

.boat-img-box .boat-listing-carousel .item img {
    position: unset;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* MODAL FILTER CSS START */
.right_bt::-webkit-scrollbar {
    width: 20px !important;
    height: 4px !important;
}

.right_bt::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

.bottom_btn {
    display: none;
}

.inner_wrap_filter {
    display: flex;
    align-items: center;
}

.inner_wrap_filter a {
    color: #000;
}

.inner_wrap_filter .left_btn {
    border-right: 1px solid #D3D3D3;
    padding: 11px 8px;
}

.inner_wrap_filter .left_btn a {
    font-family: hankBold;
}

.top_new_filter {
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #000;
    display: none;
    position: sticky;
    top: 80px;
    left: 0;
    z-index: 100;
    background: #fff;
}

.nationwide-location-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.store-location-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
    width: 100%;
}

.store-location-box-header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background-color: #000;
    padding: 8px 10px;
    border-radius: 8px;
}

.store-location-box-header a:hover {
    text-decoration: none;
    color: #fff;
}

.store-location-box h4 {
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}

.inner_wrap_filter .right_bt {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    overflow-x: auto;
}

/* .top_new_filter .inner_wrap_bt{
   
} */

.top_des_fil .close_btn {
    display: none;
}

.main_pannerl_wrap {
    padding: 0px 20px;
}

.mob_veiw_Sort {
    display: none;
}

.desk_veiw_sort {
    display: block;
}

.red_cell {
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s ease-in-out;
    overflow: hidden;
}

.len_def .panel-heading {
    margin-bottom: 10px;
}


/* compare detail page css starts here */
.invetoryListingCompareCard {
    position: fixed;
    left: 0;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    z-index: 30;
    border-top: 1px solid #D9D9D9;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding-top: 20px;
}

.compareCardTopBar {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

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

.compareCardTopBarTitle {
    color: #1B2026;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.64px;
}

.clearAllText {
    color: #1B2026;
    text-align: right;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.clearAllBtnWrap {
    display: flex;
    align-items: center;
    gap: 40px;
    cursor: pointer;
}

.comparingCard {
    margin: 30px 0;
}

.compareListingCardImageWrap {
    margin: 0 auto;
    position: relative;
    padding-top: 65%;
}

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

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

.compareListingCardTitle {
    color: #1B2026;
    font-family: "Gotham Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.compareListingCardPrice {
    color: #38465B;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.compareListingCardRemoveBtnWrap {
    margin-top: 38px;
}

.compareListinCardRemoveBtnText {
    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.compareListingCardRemoveBtn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    outline: none;
    padding: 5px;
    cursor: pointer;
}

.startCompareBtnWrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.startCompareBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #38465B;
    color: #fff;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    gap: 27px;
    padding: 18px 31px;
    border: none;
    outline: none;
}

.borderRight {
    border-right: 1px solid #D9D9D9
}

.comparePageTopBar {
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0 24px 0;
}

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

.compareVesselBackArrowTextWrapper {
    display: flex;
    align-items: center;
    gap: 98px;
}

.compareVesselTitle {
    color: #000;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.hideCommonFeatureLablel {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.toggleSwitch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.toggleSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border: 2px solid #d6be6c;
    border-radius: 34px;
    transition: 0.3s;
}

.slider::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 1px;
    background-color: gray;
    border-radius: 50%;
    transition: 0.3s;
}

.toggleSwitch input:checked+.slider::before {
    transform: translateX(20px);
    background-color: #d6be6c;
}

.compareBoatCardContentWrap {
    margin-top: 10px;
}

.compareboatCard {
    max-width: 400px;
    margin: 0 auto;
}

.specsTable {
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #AAAAAA;
}

.specsTable tbody tr:nth-child(odd) th,
.specsTable tbody tr:nth-child(odd) td {
    background-color: #D4B86A;
}

.specsTable tbody tr:nth-child(even) th,
.specsTable tbody tr:nth-child(even) td {
    background-color: #ffffff;
}

.specsTable th {
    font-weight: 600;
    text-align: left;
    border: none;
}

.specsTable th,
.specsTable td {
    padding: 12px 15px;
    vertical-align: middle;
    border: none;
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


.featureList li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14px;
    color: #444;
}

.sectionTitle {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.compareDetailCardImageWrap {
    position: relative;
    padding-top: 64%;
}

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

.compareBoatTitle {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.compareBoatPrice {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.compareBoatPriceBold {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.compareCardBtnWrap {
    margin-top: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.compareBoatCardCrossIconWrap {
    max-width: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}

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

.compareAccordianHeaderContentWrpper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.compareDetailSeparator {
    background-color: #AAA;
    margin: 15px 0;
}

.compareAccordianHeaderWrap {
    margin-bottom: 20px;
    cursor: pointer;
}

.featureSpecsPara {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.featureSpecsList li {
    margin-bottom: 8px;
}

.compareFeaturesHeader {
    border-bottom: 1px solid #D9D9D9;
}


/* compare detail page css ends here */

.boats-card-body-box-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.boats-title-box {
    width: calc(100% - 150px);
}

.compare-btn-box {
    width: 70px;
    text-align: right;
}

.compare-btn-box p {
    color: #1B2026;
    text-align: right;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.boats-title-box {
    width: calc(100% - 70px);
    gap: 15px;
}

.boats-title-box {
    display: block;
    color: inherit;
}

.boats-card-body {
    padding: 12px 20px 20px 20px;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
}

.main-title-body .boats-title {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-title-body .boats-price-list {
    padding-left: 0;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.boats-price-list .price-list-item {
    position: relative;
    padding-right: 30px;
}

.boat-card-location-box .boats-location {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 4px;
}

.monthly-price {
    color:  #6E8DA6;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: lowercase;
}

.bold-price {
    color:  #6E8DA6;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

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

.boats-price-list {
    display: flex;
}

.price-list-item+.price-list-item::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    width: 1px;
    height: 15px;
    background: #AAAAAA;
    transform: translateY(-50%);
}

.boats-pricing-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* flex-wrap: wrap; */
    gap: 10px;
}

.boats-pricing-box .pricing-col-1 ul {
    display: flex;
}

.pricing-col-2 {
    text-align: right;
}

.boats-pricing-box .pricing-col-1 ul li {
    list-style: none;
}

.boats-pricing-box .pricing-col-2 ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.boats-pricing-box .pricing-col-2 ul li {
    color: #000;
    list-style: none;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.dealer-specs-item {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.dealer-specs-item+.dealer-specs-item::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 15px;
    width: 1px;
    height: 15px;
    background: #AAAAAA;
    transform: translateY(-50%);
}

.pricing-col-box {
    display: flex;
    flex-direction: column;
    max-width: 80px;
    width: 100%;
    height: 64px;
    flex-shrink: 0;
    border: 1px solid #EEE;
    background: #FAFAFA;
}

.pricing-col-box {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 64px;
    flex-shrink: 0;
    border: 1px solid #EEE;
    background: #FAFAFA;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

/* common code:: new boat listing page css ends here */
/* ===================++++++++++++++++++++++=================== */

/* sold boat page css start here */

.sold-boat-title {
    color: #000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sold-title {
    color: #000;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin: 10px 0;
}

.sold-description {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}

.sold-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-left: 70px;
}

.inventory-container {
    width: calc(100% - 15%);
    margin: 0 auto;
}

.sold-boat-card-title a {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.sold-boat-card-title a:hover {
    color: #000;
    text-decoration: none;
}

.sold-product-img {
    width: 100%;
    height: 100%;
}

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

/* ===================++++++++++++++++++++++=================== */
/* common code:: new boat detail page design starts here */
.shareModalHeading {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 300;
}

.mobHide {
    height: 100%;
}

#panel {
    transition: all 0.4s;
}

.copyLinkWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyLinkWrapper .popup_input {
    width: calc(100% - 100px);
    height: 43px;
    border: 1px solid #38465B;
    margin-bottom: 0;
    padding: 0 10px 0 10px;
    color: #000;
}

.copyLinkWrapper .popup_input::placeholder {
    color: #000;
}

.copyShareLinkBtn {
    text-align: center;
    background: #38465B;
    border: 1px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 200;
    transition: 0.4s ease all;
    border: none;
    outline: none;
}

.shareIconsWrapper {
    margin-top: 40px;
}

.shareIconsContainer {
    display: flex;
    align-items: center;
    gap: 30px;
}

.shareIcons {
    border: 1px solid #38465B;
    border-radius: 50%;
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shareIconsContainer .fa-brands {
    color: #38465B;
}

.financing-modal .modal-body iframe {
    min-height: 800px;
}

.mobile-gallery {
    display: none !important;
}

.boat-inventory-cond-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.boatDetailCarouselImageContainerImpel {
    position: relative;
    padding-top: 56%;
}

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

.boatDetailCarouselImageContainer {
    position: relative;
    max-height: 800px;
    padding-top: 56%;
}

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

.boat-inventory-cond-list .cond-list-item {
    list-style: none;
    position: relative;
    padding-right: 30px;
    color: rgba(0, 0, 0, 0.60);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.cond-list-item+.cond-list-item::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.60);
    top: 50%;
    left: -15px;
    transform: translateY(-47%);
    width: 1px;
    height: 14px;
}

.details-main-row {
    margin-top: 14px;
    display: flex;
}

.details-left-container {
    width: 65%;
    padding-left: 60px;
}

.mobileBoatInfo {
    max-width: 500px;
    margin: 0 auto;
}

.details-right-container {
    width: 35%;
    padding: 0 60px;
    margin-top: 62px;
}

.side-bar {
    /* position: sticky;
    top: 90px; */
    width: 100%;
}

.pymentBlock h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boat-card-img {
    position: relative;
    padding-top: 68%;
}

.updteRsltSec {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    background-color: #38465B;
    padding: 11px 15px;
}

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

.similar-boats-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 108px;
}

.callForprice {
    color: #000000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.4px;
    text-align: center;
}

.pdf-btn {
    color: #328DB0;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    /* 100% */
    border-radius: 3px;
    background: rgba(7, 151, 218, 0.15);
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid rgba(7, 151, 218, 0.15);
}

.gallery-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    height: 100%;
    overflow: hidden;
}

.gallery-cols {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

/* Hard cap: never show more than 4 thumbnails */
.gallery-row .gallery-cols:nth-child(n+5):not(.image-second-sec) {
    display: none !important;
}

.gallery-box-img {
    position: relative;
    height: 100%;
}

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

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


.more-img-btn button {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    cursor: pointer;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 40px 0;
}

.specs-header {
    padding: 33px 0 23px 0 !important;
}

.accordion-header h3 {
    color: #1B2026;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.specs-row-box {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 117px;
    padding: 0 0 0 0;
}

.specs-cols {
    width: 50%;
}

.specs-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding: 8px 0;
}

.desktop-specs-icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.desktop-specs-icon-wrapper p {
    width: 30px;
    height: 30px;
    padding: 7px;
    background: #EEE;
    display: inline-block;
    border-radius: 24px;
    margin-right: 10px;
}

.desktop-specs-icon-wrapper p img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -12px;
}

.specs-item p span.specs-name {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.specs-name {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.blackParaText h1,
.blackParaText h2 {
    color: #000;
    font-family: Gotham;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: left !important;
}

.blackParaText h3,
.blackParaText h4,
.blackParaText h5,
.blackParaText h6,
.blackParaText strong,
.blackParaText b {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: left !important;
}

.blackParaText p,
.blackParaText span,
.blackParaText li {
    color: #000 !important;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-align: left !important;
}

.blackParaText * {
    position: static !important;
    padding-left: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    height: auto !important;
    /* overflow: hidden !important; */
}

.listing-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 100px !important;
}

.listing-desc * {
    color: #000 !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    padding-left: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.read-more {
    color: #328DB0 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 25px !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    background: white !important;
    padding-left: 11px !important;
}

.read-more:hover {
    color: #328DB0;
}

.sale-price {
    color: #000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.original-price {
    color: #000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
}

.listing-desc p {
    margin-bottom: 0;
}

.specs-item span.specs-value {
    color: #000;
    text-align: right;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.specs-border-top {
    border-top: 1px solid #000;
}

.specs-border-bottom {
    border-bottom: 1px solid #000;
}

.accordion-header span.fa {
    font-size: 20px;
    color: #222222;
}

.accordion-content {
    padding-bottom: 45px;
    /* padding-left: 40px;
    padding-right: 40px; */
}

.accordion-content.specc-show {
    display: block !important;
}

.description-content {
    padding-top: 40px;
}

.list-cntnt {
    position: relative;
    margin-bottom: 60px;
}

.specsListContainer {
    max-width: 445px;
    margin-bottom: 50px;
}

.specsList {
    margin-top: 20px;
    list-style: none;
    padding: 0 15px
}

.specsList hr {
    margin: 8px 0;
}

.specsList li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.specsList li p {
    width: 50%;
}

.specsName {
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.specsDetail {
    color: #222222;
    text-align: right;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.boatDetailSpecsHeading {
    color: #222222;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}


.contact-details {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.boat-details-location {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.boat-details-contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.boat-details-contact a:hover {
    text-decoration: none;
}

.boat-details-location a:hover {
    text-decoration: none;
}

.boat-details-location h1,
.boat-details-contact h1 {
    font-size: 20px;
}

.boat-details-location p {
    margin-bottom: 15px;
}

.boat-details-contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.boat-details-contact h1 {
    margin-bottom: 15px;
}

.boat-details-contact p {
    margin-bottom: 15px;
}


.right-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.right-sidebar-top-btn {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.sidebar-bottom-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item-price {
    color: #222222;
    font-weight: 600;
}

.right-sidebar-red-btn {
    background: #D8231C;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px 0;
}

.right-sidebar-sec-btn {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.inq-form-head {
    padding-top: 20px;
    padding-bottom: 32px;
}

.form-dark-header {
    background: #38465B;
    padding: 12px 0 8px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.form-dark-header img {
    width: 22.297px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}

.form-dark-header p {
    color: #fff;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.inq-form-head h6 {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.inq-form-head p {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.details-lg-btn-box {
    margin-top: 60px;
}

.similar-box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    padding: 0 70px;
}

.boatPricingList {
    list-style: none;
}

.boatPricingList li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px;
}

.boatPricingList li .pricingTitle {
    width: 30%;
    color: #222222;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
}

.boatPricingList li .pricingDetail {
    width: 70%;
    text-align: right;
    color: #222222;
    text-align: right;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
}

.pricingTitleSharp {
    color: rgba(27, 29, 54, 0.80);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.pricingDetailSharp {
    color: rgba(27, 29, 54, 0.80);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.pricingTitleRed {
    color: #C8192A;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.6px;
}

.border_bottom {
    border-bottom: 2px solid lightgray !important;
    border-radius: 0px !important;
    outline: none !important;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 25px;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pricingTitlePayment {
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.pricingDetailPayment {
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.downPayment {
    color: #222222;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.42px;
    text-align: right;
}


.boatDetailBtn {
    color: #FFF;
    text-align: center;
    font-family: Forza;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    background: #22222299;
    padding: 10px 0 11px 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all 0.4s;
}

.boatDetailBtn:hover {
    color: #FFF;
}

.preOwnedDealerContactWrapper {
    border: 1px solid #EEE;
    background: #FAFAFA;
    padding: 20px 57px 25px 59px;
}

.preOwnedDealerContactHeading {
    color: #112342;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.dealerMainContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.dealerImageContainer {
    width: 60px;
    height: 60px;
}

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

.dealerContactHeading {
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.custom-textareat {
    border-bottom: 2px solid lightgray !important;
    border-radius: 0px !important;
    outline: none !important;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 25px;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.custom-textarea::placeholder {
    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}

.custom-textarea:focus {
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    border: 1px solid #000;
}

.end-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boatDetailPageSeparator {
    margin-top: 60px;
}

.end-content a {
    padding: 0px 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
}

.end-content a:hover {
    color: black;
    text-decoration: none;
}

.right-border {
    border-right: 1px solid black;
}

.boat-details-call-sec {
    background-color: var(--red-color);
    padding: 5px 0px;
    font-family: Roboto;
}

.boat-details-call-sec p {
    text-align: center;
    color: white;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Roboto;
    line-height: 30px;
}

.boat-details-call-sec p a {
    color: white;
    text-decoration: none;
}

.boat-details-form {
    width: 100%;
    height: 40px;
    color: rgba(0, 0, 0, 0.60);
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #D9D9D9 !important;
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
}

.boat-details-form::placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.boat-details-form:focus {
    outline: none;
    box-shadow: none;
}

.boat-details-textarea {
    color: rgba(0, 0, 0, 0.60);
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.boat-details-textarea::placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-lable {
    color: #112342;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 1px;
}

.modal-title {
    color: #222222;
    text-align: center;
    font-family: Gotham;
    font-size: 30px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.financingTitle {
    font-size: 20px;
    font-weight: 700;
    font-family: Gotham;
}

.boatDetailFinancingCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
}

.financing-modal iframe {
    border: 0;
}

.boat-details-sm-btn:hover {
    color: #FFF;
}

.view-count-text {
    color: #38465B;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.blackParaText {
    color: #1B2026;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.blackParaText b {
    margin-bottom: 20px !important;
    color: #1B2026;
    font-family: "Gotham Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.call-now-btn {
    color: #fff;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    background: #38465B;
}

.call-now-btn:hover {
    color: #FFF;
}

/* Header favourites link & badge */
.favouriteIconLink {
    text-decoration: none;
    display: inline-flex;
}

.fav-heart-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fav-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e74c3c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Listing card favourite heart */
.listing-fav-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 10;
    background: transparent;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.listing-fav-btn i {
    font-size: 22px;
    color: #ffffff;
    pointer-events: none;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.listing-fav-btn.favorited i {
    color: #ffffff;
}

/* Boat detail photo counter badge */
.boat-gallery-main {
    position: relative;
}

.photo-counter-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #6E8DA6CC;
    color: #fff;
    font-size: 13px;
    font-family: Gotham, sans-serif;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 20px;
    align-items: center;
    gap: 6px;
    z-index: 20;
    pointer-events: none;
}

/* Boat detail – Favorite & Share buttons */
.boat-fav-share-btns {
    display: flex;
    gap: 1px;
    margin-bottom: 20px;
}

.fav-share-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 10px;
    background: #EAECEF;
    color: #38465B;
    font-family: Gotham, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.fav-share-btn:hover {
    background: #d8dce1;
}

.fav-share-btn .fa-heart,
.fav-share-btn .fa-share {
    font-size: 15px;
}

.fav-share-btn.favorited .fa-heart {
    color: #38465B;
    font-weight: 900;
}

.draggable-content.lock-scroll {
    overflow: hidden !important;
}

/* boat detail carousel */

.boat-detail-carosuel .item {
    width: 100%;
    height: auto;
}

.boat-detail-carosuel .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/* boat gallery pop up */

.owl-carousel-parent {
    position: relative;
}

.owl-carousel-parent .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.desktop-sahre-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #6E8DA6;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 14;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-sahre-btn img {
    object-fit: contain;
}

.boat-details-title {
    color: #38465B;
    font-family: Gotham;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}


.similar-bts {
    padding-top: 60px;
    padding-bottom: 120px;

}

.similar-heading {
    color: #1B2026;
    font-family: Gotham;
    font-size: 60px;
    font-style: normal;
    font-weight: 275;
    line-height: 64px;
    text-transform: uppercase;
}

.boat-card {
    background-color: transparent;
    width: 100%;
}

.similar-boat-img {
    position: relative;
    padding-top: 65.5%;
}

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

.spec-mn-head {
    color: #222;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.spec-cntnt {
    color: #222;
    font-family: Gotham;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    /* 100% */
}

.boat-title-mn {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 2px;
}

.callForBoatWrapper {
    margin: 10px 0 20px 0;
    text-align: center;
}

.callForBoat {
    color: #A81D1D;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
}

.callForBoat:hover {
    color: #A81D1D;
}

.mn-similar-sec {
    padding-top: 60px;
}

.hr-line {
    margin-top: 100px;
}

.formBtnWrapper {
    margin-top: 30px;
}


/* +++++++++++++++++++++++++++ */
.similarInventorySection {
    margin-top: 100px;
    margin-bottom: 180px;
}


.inputWrapper {
    margin-bottom: 20px;
}

.formInput {
    width: 100%;
    outline: none;
    border: 1px solid #EEE;
    background: #FFF;
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.48px;
    padding: 10px 10px 10px 20px;
}

.similarListingHeadingWrap {
    margin: 50px 0 30px 0;
}

.breadCrumbAndNationWideBannerWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
    height: auto;
}

.nationWideBannerOuterWrap {
    width: 53%;
    border-radius: 4px;
    background: #7D99AF52;
    padding: 10px 19px;
}

.nationWideBanner {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    justify-content: space-between;
}

.nationWideBadge {
    display: flex;
    gap: 4px;
}

.nationwideText {
    color: #37455B;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
}

.sourcedFromContainer {
    text-align: right;
}

.sourcedFromHeader {
    color: #37455B;
    text-align: right;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

.sourcedName {
    color: #37455B;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
}

.originalListingPara {
    color: #37455B;
    text-align: right;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: none;
}

.originalListingLink {
    color: #37455B;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.originalListingLink:hover {
    color: #37455B;
}

.nationwideDownArrow {
    transition: all 0.3s;
}

.nationwideDownArrow.rotateIcon {
    transform: rotate(180deg);
}

/* mobile nationwide banner css starts */
/* Card wrapper */
.nationwideCard {
    width: 100%;
    border-radius: 8px;
    background: #F3F6F9;
    border: 1px solid #E1E6EC;
    overflow: hidden;
    font-family: Manrope;
}

/* Header strip */
.nationwideCardHeader {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #7D99AF66;
}

.nationwideIcon {
    width: 18px;
    height: 18px;
}

.nationwideTitle {
    color: #37455B;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

/* Body */
.nationwideCardBody {
    padding: 12px 14px;
}

/* Sourced from */
.nationwideSource {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.nationwideSource strong {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
}

/* Address */
.nationwideAddress {
    color: #000;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* Original listing link */
.nationwideOriginalLink {
    color: #37455B;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.nationwideOriginalLink:hover {
    color: #37455B;
}

/* mobile nationwide banner css ends*/

.boat-detail-carosuel .owl-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.boat-detail-carosuel .owl-dots {
    display: none;
}

.boat-detail-carosuel .owl-nav span {
    font-size: 41px;
    margin-top: -9px;
    color: white;
    line-height: 15px;
}

.boat-detail-carosuel .owl-nav button:hover {
    background: transparent !important;
    color: white !important;
}

.boat-detail-carosuel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.boat-detail-carosuel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.boat-detail-carosuel .owl-nav button.owl-next:hover,
.boat-detail-carosuel .owl-nav button.owl-prev:hover {
    background: transparent !important;
}

.boat-detail-carosuel .owl-nav {
    margin-top: 0 !important;
}

.price-box h4 {
    color: #000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.price-box h3 {
    color: #328DB0;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.apply-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 30px;
}

.apply-box p {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.boat-details-form-sec {
    position: relative;
    border: 1px solid #D9D9D9;
    background: #FBFBFB;

}

.details-form-box {
    padding: 0px 23px 50px 23px;
}

.scroll-down {
    position: absolute;
    top: -100px;
    visibility: hidden;
}

.opeen-calc {
    cursor: pointer;
    position: relative;
}

.apply-box strong {
    color: #000;
    font-size: 18px;
    font-family: Gotham;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.36px;
    text-decoration-line: underline;

}

.apply-box strong img {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    object-fit: contain;
    left: -15px;
}

.apply-box .financing-btn {
    border-radius: 3px;
    background: #328DB026;
    color: #328DB0;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    padding: 14px 25px;
    border: 1px solid #328DB026;
}

.details-form-btn {
    color: #fff;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 25px;
    display: inline-block;
    border: 1px solid #6E8DA6;
    background: #6E8DA6;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.details-form-btn:hover {
    border: 1px solid #6E8DA6;
    background: #6E8DA6;
    color: #fff;
}

.details-form-btn:focus {
    border: 1px solid #6E8DA6;
    background: #6E8DA6;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.dealer-mobile-form {
    position: relative;
}

.details-form-btn:focus {
    border: 1px solid #328DB0;
    color: #FFF;
    outline: none;
    box-shadow: none;
}

.radio-box {
    display: flex;
    margin: 20px 0;
}

.radio-box label {
    color: #000 !important;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.radio-box input[type=radio] {
    margin-right: 6px !important;
    margin-left: 15px;
}

.custom-modal-box {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 999;
    display: none;
    /* Start hidden */
    transition: transform 0.5s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mob-sticky-bar {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 17px 30px;
    border-top: 1px solid #AAAAAA;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.10);
    gap: 10px;
}

.white-sticky-btn {
    background: #fff;
    border: 1px solid #38465B;
    color: #38465B;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    /* border-radius: 3px; */
    width: 100%;
}

.dark-sticky-btn {
    background: #38465B;
    color: #fff;
    border: 1px solid #38465B;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    /* border-radius: 3px; */
    width: 100%;
}

.dark-sticky-btn:hover {
    color: #fff;
}

.mob-sticky-bar .original-price {
    display: none;
}

.mob-sticky-bar .sale-price:nth-child(1) {
    display: none;
}

.mob-sticky-bar .sale-price:nth-child(2) {
    float: left !important;
    color: #FFF;
    font-family: Gotham;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 22px;
}


.calc-error-box p {
    color: #FFF;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: none;
    border-radius: 20px;
    padding: 7px 20px;
    text-align: center;
}

.custom-modal-box.show {
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-white-sec {
    background: #FFF;
    padding: 50px;
}

.modal-white-sec .popup_input {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
    border-radius: none;
    width: 100%;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.modal-white-sec .popup_input::placeholder {
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.modal-white-sec .popup_label {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.saving-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.saving-box span {
    color: rgba(34, 34, 34, 0.60);
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.result_box h2 {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px !important;
}

.result_box h3 {
    color: #fff;
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 60px !important;
}

.modal-content-box {
    display: flex;
    flex-wrap: wrap;
}

.modal-content-col {
    width: 50%;
}

.calculate-box {
    background: #1B2026;
    color: white;
    padding: 40px 30px;
}

.calculate-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.calculate-btn {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.20);
    margin-left: 0;
    width: 100%;
    padding: 12px 36px;
}

.calculate-btn:hover {
    color: #FFF;
    background: rgba(255, 255, 255, 0.20);
}

.calculate-btn:focus {
    color: #FFF;
    background: rgba(255, 255, 255, 0.20);
}

.close-btn-1 {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    color: #FFF;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.stock-img {
    width: 18px !important;
    height: 15px !important;
}

.close-btn-2 {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    color: #FFF;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 20px;
    padding: 7px 20px;
    cursor: pointer;
}

.disclaimer-dropdown {
    position: relative;
    display: inline-block;
}

.disclaimer-btn {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.disclaimer-content {
    display: none;
    width: 100%;
    padding: 12px 0;
    border-radius: 4px;
}

.disclaimer-content p {
    background: transparent;
    color: white;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.disclaimer-content p a {
    color: white;
    text-decoration: underline;
}

.checkbox-label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: black;
}

.dealer-form-box {
    display: flex;
    margin-bottom: 22px;
}

.disclaimer-modal .modal-body {
    padding: 30px 30px;
    color: rgba(0, 0, 0, 0.60);
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.disclaimer-modal h5 {
    color: #222222;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 22px !important;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.toggle-content {
    margin: 0 0 !important;
}

.pending_sale_banner {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 22px;
    background: #328DB0;
    font-family: Gotham;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
}

.boatTag,
.grid-pending_sale_banner {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 22px;
    background: #328DB0;
    font-family: Gotham;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
}

.boatDetailOptionsList {
    list-style: none;
    margin-top: 20px;
}

.boatDetailOptionsList li {
    padding: 3px 15px !important;
}

.boatDetailOptionsList li:nth-child(odd) {
    background-color: #fff !important;
}

.offer-header {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

.offer-line {
    background: #fff;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
}

.offer-box {
    background: #000;
    padding: 10px 10px 20px 10px;
    border-radius: 4px;
    margin-top: 25px;

}

.offer-header h6 {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.6px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    text-wrap-mode: nowrap;
}

.offer-box h5 {
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.offer-box h5 span.fa {
    padding-left: 5px !important;
}

.specsAndCompareWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* toggle button css start here */

.toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    user-select: none;
}

.toggle-switch {
    position: relative;
    width: 58px;
    height: 32px;
    background: transparent;
    border-radius: 16px;
    transition: background 0.25s;
    border: 1px solid #EEE;
}

.toggle-switch::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: #AAA;
    border-radius: 50%;
    transition: left 0.25s, background 0.25s;
}

/* Active (ON) State */
.toggle-switch.active {
    background: transparent;
}

.toggle-switch.active::before {
    left: 30px;
    background: #6E8DA6;
}

.toggle-label {
    font-size: 16px;
}

/* toggle button css ends here */

.locationAndStockNumberWrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.stockNumberText {
    color: #6E8DA6;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.stockNumberBefore {
    position: relative;
}

.stockNumberBefore::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9D9D9;
    width: 2px;
    height: 15px;
}

.inventoryCardTextWrap {
    padding: 16px 24px;
    min-height: 250px;
}

.boatDetailPageHeaderSection {
    padding: 0 60px;
    margin-top: 90px;
    margin-bottom: 40px;
}

/* 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;
}

.commonSectionImageWrapper {
    width: 50%;
}

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

.commonSectionHeading {
    color: #222;
    text-align: center;
    font-family: Gotham;
    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: Gotham;
    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;
    gap: 20px;
}

.featured-btn {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    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;
}

.firstSectionTopMargin {
    margin-top: 40px;
}

.commonParaWrap {
    margin: 15px 0px;
}

.commonParaWrap p {
    font-family: Gotham;
}

/* common code:: new boat detail page design ends here */
/* ===================++++++++++++++++++++++=================== */

/* contact page css starts here */
.contactHeaderSection {
    background-image: url("../images/contact/contact-header.webp");
    background-size: cover;
    background-position: center;
    min-height: 920px;
}


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

.contactHeaderInnerWrap {
    max-width: 620px;
    margin: 0 auto;
}


.contactHeaderInnerWrap .hbspt-form form .hs-form-field label {
    color: #fff !important;
}

.contactLocationSection {
    margin: 80px 0;
}

.contactLocationHeaderWrap {
    max-width: 647px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 50px;
}

.contactLocationCard {
    margin-bottom: 32px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 32px;
}

.contactLocationTitle {
    color: #38465B;
    font-family: "Gotham Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contactLocationCardInnerWrap {
    max-width: 320px;
}

.locationInfoItem {
    display: flex;
    gap: 12px;
}

.locationInfoItem img {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
}

/* contact page css ends here */


/* financing page css starts here */
.startFinancingSection {
    background-image: url("../images/financing/finance-application.webp");
    background-size: cover;
    background-position: center;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
}

.startFinancingSection::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #38465BE6;
}

.startFinancingContent {
    position: relative;
    z-index: 2;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.financingBtnWrap {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* financing page css ends here */

/* service page css starts here */
.serviceHeaderSection {
    position: relative;
    padding-top: 23%;
    min-height: 440px;
}

.serviceHeaderSection::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #38465BCC;
}

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

.serviceHeaderContent {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.careSolutions {
    margin: 80px 0;
}

.careSolutionHeaderWrap {
    text-align: center;
    margin-bottom: 80px;
}

.careSolutionCard {
    border: 1px solid rgba(110, 141, 166, 0.20);
    padding: 41px;
}

.careSoltionCardIconWrap {
    margin-bottom: 40px;
    display: flex;
    width: 64px;
    height: 64px;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #6E8DA6;
}

.careSoltionCardTitle {
    color: #38465B;
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.serviceFormSection input,
.serviceFormSection select,
.serviceFormSection textarea {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 6px;
    padding: 10px;
}

.serviceFormSection .hs-form-field {
    margin-bottom: 16px;
}

.serviceFormSection input {
    width: 100% !important;
}

.serviceFormSection textarea {
    width: 100% !important;
}

.serviceFormSection select {
    width: 100% !important;
}

.serviceFormSection .form-columns-3 {
    width: 100% !important;
}


.serviceFormSection .inputs-list {
    list-style: none !important;
}

.serviceFormSection .inputs-list label {
    display: flex !important;
}

.serviceFormSection input[type="checkbox"] {
    width: fit-content !important;
    align-items: flex-start !important;
}

.serviceFormSection input[type="submit"] {
    color: #fff;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background-color: #AE8D32;
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 37px;
    text-decoration: none;
    transition: all 0.5s;
    text-transform: capitalize;
    max-width: 200px;
}

.serviceFormSection input[type="file"] {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.5s ease;
}

.serviceFormSection .actions {
    text-align: center;
}

.serviceFormSection span {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-transform: capitalize;
}

.serviceFormSection h5 {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 30px 0;
}

.serviceFormSection legend {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 30px 0;
}

.serviceFormSection fieldset {
    max-width: unset !important;
    width: 100% !important;
}

.serviceFormSection a {
    color: #000;
    text-decoration: underline;
}

.serviceFormSection a:hover {
    color: #000;
    text-decoration: underline;
}

/* service page css ends here */


/* about page css starts here */
.aboutPageHeader {
    position: relative;
    padding-top: 50%;
    min-height: 700px;
}

.aboutPageHeader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #38465B99;
}

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

.aboutPageHeader .aboutHeaderContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    max-width: 880px;
    margin: 0 auto;
}

.aboutBtnWrap {
    margin-top: 72px;
}

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

.legacyTextSection {
    max-width: 528px;
}

.aboutLegacySection {
    margin: 80px 0;
}

.legacyImageWrap {
    position: relative;
    overflow: hidden;
    padding: 0 12px;
    height: 100%;
}

.legacyImageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Individual heights (match figma visually) */
.img-1 {
    height: 336px;
}

.img-2 {
    height: 100%;
}

.img-3 {
    height: 252px;
}

.img-4 {
    height: 336px;
}

.aboutBottomSection {
    position: relative;
    padding-top: 36%;
    min-height: 400px;
}

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

/* about page css ends here */


/* media quiers */
@media(max-width: 1500px) {
    .desktopNav {
        padding-left: 15px;
    }

    .desktopNavOptionsSection {
        gap: 40px;
    }

    .navPhoneAndLocationSection {
        gap: 60px;
    }
}

@media(max-width: 1440px) {
    .blogTabsSection {
        gap: 40px;
    }

    .dekstopNavLogoWrap {
        max-width: 276.644px;
    }

    .worldFinestSection {
        padding: 80px 0;
    }

    .inventoryRow>div {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media(max-width: 1200px) {
    .navOptionList {
        gap: 24px;
    }

    .navOption {
        letter-spacing: 0.6px;
        font-size: 14px;
    }

    .worldFinestSection {
        padding: 60px 0;
    }
}

@media(max-width: 1100px) {
    .dekstopNavLogoWrap {
        max-width: 240.644px;
    }
}

@media(max-width: 991px) {
    .aboutPageHeader .aboutHeaderContent {
        width: 100%;
        padding: 0 15px;
    }

    .aboutBtnWrap {
        margin-top: 20px;
    }

    /* boats page css starts here */
    .range-slider-box {
        position: fixed;
        top: -100px;
        left: 0;
        width: 100%;
        z-index: 10;
        background: #fff;
        height: 150px;
        transition: top 0.4s ease;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75);
    }

    .range-slider-box.show-range-filter {
        top: 173px;
    }

    .range-slider-box .filter-accordion-content {
        padding: 0px 20px;
    }

    .range-slider-box input {
        width: 100%;
        text-align: center;
        border: none !important;
        margin-bottom: 10px;
    }

    .filter-accordion-content input {
        margin-right: 15px;
        font-family: Gotham !important;
        color: black !important;
    }

    .sqr-checkBox .filter-checkbox {
        top: 12px;
        display: none;
    }

    .mobile-sort-by label {
        width: 70px;
        float: left;
        color: rgba(0, 0, 0, 0.40);
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-transform: capitalize;
    }

    .mobile-sort-by select {
        width: calc(100% - 70px);
        height: calc(2.3rem + 2px) !important;
        border-top: none;
        border-right: none;
        border-left: 1px solid #D9D9D9;
        border-bottom: none;
    }

    .filter-accordion-content {
        background-color: transparent;
        position: relative;
        height: 100%;
        overflow-y: auto;
    }

    .close-filter {
        position: absolute;
        top: 3px;
        right: 10px;
        padding: 15px;
        font-size: 20px;
        z-index: 50;
    }

    .range-line {
        padding-left: 20px;
        padding-right: 20px;
    }

    .listing-header {
        align-items: flex-start;
        padding-left: 7px;
    }

    .boatsHeading {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 26px;
    }

    .lisitng-search-box {
        display: none;
    }

    .listing-content-col {
        padding-left: 0;
        width: 100%;
    }

    .listing-container {
        padding-left: 0;
        padding-right: 0;
    }

    .breadCrumContainerListing {
        padding-left: 0;
        padding-right: 0;
    }



    .grid-boat-card {
        display: block;
    }

    .similar-slider {
        display: block !important;
    }

    .mob-sticky-bar {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .sticky-bar-col {
        width: 50%;
    }

    .sqr-checkBox {
        padding: 12px 0;
        float: left;
        width: 100%;
        position: relative;
    }

    .sqr-checkBox span .fa-square:nth-child(1) {
        display: none;
    }

    /*  new boat details page design start here */
    .desktop_dis {
        display: none;
    }

    .af-disp-mob {
        display: block;
        padding: 15px 20px 0;
        position: relative;
    }

    .fitler-col {
        width: 100%;
    }

    .filterBox {
        display: none;
    }

    .listing-content-col {
        width: 100%;
    }

    .listing-container {
        display: flex;
        max-width: calc(100% - 7%);
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .breadCrumContainerListing {
        max-width: calc(100% - 7%);
        margin: 0 auto;
    }

    .breadcrumb-container {
        padding-top: 5px;
    }

    .filterInner,
    .boatsListingWrapper {
        padding: 0 0 0 0;
    }

    .breadcrumb {
        margin-bottom: 0;
        padding-left: 7px;
    }

    .slider-nav {
        margin: 0 -10px;
        padding: 0 10px;
    }

    .right-sidebar {
        padding-top: 120px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider-img {
        position: relative;
        padding-top: 65%;
    }

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

    .slider-nav-img {
        width: 100%;
        height: 160px;
        padding: 0 5px;
    }

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

    .slick-slider-box .slick-arrow {
        display: none !important;
    }

    .boat-detail-carosuel,
    .mobHide {
        display: none !important;
        height: 100%;
    }

    .boats-container {
        padding-top: 0px;
    }


    .top_new_filter {
        display: block;
        margin-top: -2px;
    }

    .left_sidebar {
        padding: 15px 25px;
    }

    .custom-card-header span.fa {
        display: none;
    }

    .custom-card-header i.fa {
        display: block;
    }

    .custom-card-header p.fa {
        display: none;
    }

    .right-sidebar {
        padding-top: 0;
    }

    .boat-seprator {
        padding-top: 20px;
    }

    .similar-box-col {
        flex-basis: calc(50% - 10px);
    }

    .details-main-row {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .details-right-container {
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 0;
    }

    .details-left-container {
        width: 100%;
        padding-left: 0px;
    }

    .boatDetailPageSeparator {
        margin-top: 50px;
    }

    .similarInventorySection {
        margin-top: 60px;
        margin-bottom: 120px;
    }

    .left_tabs {
        padding-top: 20px;
    }


    .boat-detail-carosuel,
    .mobHide {
        display: none !important;
        height: 100%;
    }

    .details-main-row {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .details-left-container {
        width: 100%;
        padding-left: 0px;
    }

    .details-right-container {
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 0;
    }

    .central-banner-content {
        width: 90%;
        padding: 50px 5%;
    }

    .featured-slider-sec {
        margin-left: 3%;
    }

    .rounded-card-title {
        font-size: 40px;
        line-height: 48px;
    }

    .slider-box {
        flex-direction: column-reverse;
    }

    .normalFlexDirection {
        flex-direction: column !important;
    }

    .sldier-col {
        width: 100%;
    }

    /* ===================++++++++++++++++++++++=================== */
    /* common code:: new boat detail page design starts here */
    .offer-header {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
    }

    .offer-line {
        background: var(--white-color);
        width: 100%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 40px;
    }

    .offer-box {
        background: var(--black-color);
        padding: 10px 10px 20px 10px;
        border-radius: 4px;
        margin-top: 25px;

    }

    .offer-header h6 {
        position: absolute;
        top: -21px;
        left: 50%;
        transform: translateX(-50%);
        font-family: Gotham;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: -0.6px;
        background: var(--black-color);
        color: #fff;
        padding: 5px 10px;
        text-wrap-mode: nowrap;
    }

    .offer-box h5 {
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center;
        color: white;
    }

    .offer-box h5 span.fa {
        padding-left: 5px !important;
    }

    .mobile-gallery {
        display: block !important;
        padding-bottom: 30vh;
    }

    .draggable-wrapper-header {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 20px 20px 0 0;
        background: #38465B;
        padding: 8px 30px;
        padding: 10px 30px 15px 30px;
    }

    .calc-icon {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

    .mobile-boat-title {
        color: var(--White, #FFF);
        text-align: center;
        font-family: Gotham;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        text-transform: uppercase;
    }

    /* .draggable-wrapper-header h4 {
        color: #fff;
        font-family: "Gotham Medium";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration-line: underline;
    }

    .draggable-wrapper-header h4 a {
        color: #fff;
    } */

    .drag-handle-icon img {
        width: 38px;
        flex-shrink: 0;
        margin: 0 auto;
    }

    .boat-details-title {
        color: #000;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }

    .similar-heading {
        color: #1B2026;
        text-align: center;
        font-family: Gotham;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.56px;
        text-transform: uppercase;
    }

    .price-drop-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 12px 0;
    }

    .boats-viewer-wrapper {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 8px;
    }

    .boats-viewer-wrapper .view-icon {
        width: 15px;
        height: 10px;
        object-fit: contain;
    }

    .boats-viewer-wrapper .viewers {
        color: var(--gold-color);
        text-align: right;
        font-family: Gotham;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .boats-location-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        margin-bottom: 8px;
    }

    .boats-location-wrapper p {
        color: #000;
        font-family: Gotham;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .location-details ul {
        display: flex;
        padding-left: 0;
    }

    .location-details-items {
        position: relative;
        padding-right: 30px;
        list-style: none;
    }

    .location-details-items+.location-details-items::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -15px;
        transform: translateY(-50%);
        background: var(--light-Gray);
        width: 1px;
        height: 15px;
    }

    .price-drop-badge {
        background: var(--gold-color);
        color: #fff;
        text-align: center;
        font-family: Gotham;
        font-size: 14px;
        font-style: normal;
        font-weight: 900;
        line-height: 24px;
        text-transform: uppercase;
        padding: 1px 10px;
    }

    .mob-sale-price {
        color: #000;
        font-family: Gotham;
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: 24px;
        letter-spacing: -0.72px;
        text-transform: uppercase;
    }

    .dealer-box {
        display: flex;
        gap: 16px;
        padding: 24px;
        border-radius: 10px;
        background: var(--white-color);
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
        margin: 16px 0;
    }

    .dealer-box-1 {
        width: 104px;
    }

    .dealer-box-2 {
        width: calc(100% - 104px);
    }

    .dealer-box-img {
        width: 104px;
        height: 104px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }

    .dealer-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .dealer-box-2 h6 {
        color: #000;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.16px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .dealer-box-2 p {
        color: #000;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.48px;
    }

    .specs-box {
        display: flex;
        gap: 36px;
        flex-wrap: wrap;
    }

    .specs-col {
        display: flex;
        gap: 12px;
        width: calc(100% / 3 - 36px);
    }

    .specs-icon-box {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        aspect-ratio: 1 / 1;
        border-radius: 50px;
        padding: 5px;
        background: var(--light-Gray);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .specs-icon-box img {
        object-fit: contain;
    }

    .specs-text-box {
        width: calc(100% - 48px);
    }

    .shadow-box {
        border-radius: 10px;
        background: var(--white-color);
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
        margin: 16px 0;
        padding: 24px;
    }

    .show-box-title {
        color: #000;
        font-family: Gotham;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 24px;
        letter-spacing: -0.6px;
        margin-bottom: 24px;
    }

    .steps-header {
        margin: 40px 0;
    }

    .steps-card {}

    .steps-header .step-header-title {
        color: #000;
        font-family: Gotham;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.72px;
    }

    .steps-header p {
        color: #000;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .step-icon {
        width: 32px;
        height: 31.896px;
        flex-shrink: 0;
        margin-bottom: 8px;
    }

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

    .step-title {
        color: #1B2026;
        font-family: Gotham;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        text-transform: uppercase;
    }

    .steps-box {
        padding: 24px 0 10px
    }

    .steps-card {
        padding: 24px;
    }

    .step-link {
        margin-top: 18px;
    }

    .step-link a {
        color: #6E8DA6;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.2px;
    }

    .step-link a:hover {
        color: #6E8DA6;
    }

    /* dragabble wrapper css start here */

    .gallery-images {
        position: relative;
        padding-top: 50%;
        margin-bottom: 8px;
    }

    .gallery-images {
        padding-top: 57% !important;
    }

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

    /* ----- Gallery Section ----- */
    .gallery {
        padding: 0 0 20px 0;
    }

    .gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* border-radius: 10px; */
        margin-bottom: 15px;
    }

    .internal-nav-box {
        position: fixed;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 120px;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 0 16px;
        transition: top 0.3s ease;
    }

    .internal-nav-box.scrolled {
        top: 95px;
    }

    .internal-nav-box img {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    /* ----- Draggable Wrapper ----- */
    .draggable-wrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(var(--vvh, 1px) * 0.93);
        background: #fff;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        z-index: 999;
        transform-origin: bottom center;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        contain: layout paint;
        touch-action: none;
        transition: none;
    }

    #panel {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    body.no-page-scroll {
        overflow: hidden;
        height: 100%;
    }





    /* Handle bar */
    .drag-handle-icon {
        border-radius: 20px 20px 0 0;
        margin: -19px auto 0;
        cursor: grab;
        text-align: center;
        background: var(--white-color);
        padding-top: 16px;
        padding-bottom: 16px;
    }

    /* Scrollable content */
    .draggable-content {
        height: calc(100% - 30px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-bottom: 150px;
    }

    /* Inner padding */
    .draggable-content-box-1 {
        padding: 10px 20px 20px 20px;
    }

    /* Text styles */
    .dealer-box-2 p {
        margin-bottom: 15px;
        line-height: 1.6;
        word-break: break-all;
    }

    .specs-content p {
        margin-bottom: 10px;
        line-height: 1;
    }

    /* .draggable-content p {
  margin-bottom: 15px;
  line-height: 1.6;
  word-break: break-all;
}

/* Prevent background scroll when drawer is open */
    body.lock-scroll,
    body.no-page-scroll {
        overflow: hidden;
    }


    /* dragable wrapper css ends here */

    /* common code:: new boat detail page design ends here */
    /* ===================++++++++++++++++++++++=================== */

    /* boats page css ends here */


    .brandInventorySection {
        margin: 64px 0;
    }

    .brokersCardsWrapper {
        margin: 40px 0;
    }

    .brokersCard {
        padding: 0 5px;
    }

    .brokerTitle {
        font-size: 28px;
    }

    .eventFeatureSection {
        margin: 64px 0;
    }

    .scheduleFormWrap {
        padding: 60px 30px;
    }

    .scheduleAppointmentSection {
        padding: 0 20px;
    }

    .workWithMeTextWrap {
        margin: 0 auto;
    }

    .blogDetailHeaderContent {
        left: 5%;
    }

    .blogDetailHeading {
        font-size: 42px;
        line-height: 48px;
    }

    .brokerBioHeader {
        padding: 100px 0 60px 0;
    }

    .whyWorkWithMeSection {
        margin: 40px 0;
    }

    .brokersInventoryListingSection {
        padding: 64px 0;
    }

    .superiorYachtSection {
        min-height: 940px;
    }

    .findPerfectTextWrap {
        min-height: 470px;
    }

    .locationBrokerSection {
        padding-left: 5%;
    }

    .locBrandCard {
        margin: 0 6px 12px 6px;
    }

    .locationBrandSection {
        margin: 40px 0;
    }

    .blogDetailHeaderWrapper {
        padding: 0 20px;
    }

    .blogSelectFieldWrap {
        max-width: 90%;
        margin: 0 auto;
    }

    .blogTabsSection {
        padding: 16px 15px;
    }

    .heroSection {
        margin: 64px 0;
    }

    .technicalSpecificationSection {
        padding: 64px 0;
    }

    .modelCharacterSticsSection {
        margin: 40px 0;
    }

    .virtualTourTextWrap {
        padding: 40px 15px;
    }

    .floorPlanSection {
        margin: 64px 0;
    }

    .locationPageMapAndHourSection {
        padding: 64px 30px;
    }

    .brandRangeSection {
        margin: 64px 0;
    }

    .brandRangeTitle {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.56px;
    }

    .brandHeaderLogo {
        max-width: 220px;
    }

    .brandHeaderContent::after {
        bottom: -115px;
        height: 90px;
    }

    .desktopHeader {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    .headerHeading {
        font-size: 36px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 2.88px;
    }

    .homePageMainWrapper {
        margin-top: -150px;
    }

    .mainHeading {
        font-size: 42px;
        font-weight: 400;
        line-height: 48px;
    }

    .bannerHeading {
        font-size: 42px;
        font-weight: 400;
        line-height: 48px;
    }

    .listedYachtContentSection {
        max-width: unset;
        width: 100%;
        padding: 0 15px;
    }

    .blogTitle {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
    }

    .sitefooter {
        padding: 0 30px;
    }

    .inventoryRow>div {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .inventoryRow {
        margin-left: 0px;
        margin-right: 0px;
    }

    .inventoryCardTitle {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
    }

    .lastestArrivalTabList {
        column-gap: 30px;
        row-gap: 15px;
        flex-wrap: wrap;
    }

    .latestArrivalSection {
        padding: 64px 0 64px 0;
    }

    .joinCommunity {
        padding: 64px 15px;
    }

    .mainFooter {
        padding: 64px 0 80px 0;
    }

    .whiteHeading {
        font-size: 42px;
        line-height: 48px;
    }

    .brandFaq {
        font-size: 20px;
        line-height: 26px
    }

    .blogsListingSection {
        margin: 40px 0;
    }

    .commonSectionInnerWrap {
        flex-direction: column-reverse;
        align-items: center;
        gap: 50px;
    }

    .commonSectionImageWrapper {
        width: 100%;
    }

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

    .thank-you-content-box {
        width: 100%;
        padding: 0px 15px;
    }

    .commonSectionLinkWrap {
        flex-direction: column;
        align-items: center;
    }

    .formSection {
        padding: 56px 0;
    }

    .careSolutionCard {
        padding: 31px 15px;
    }

    .careSolutions {
        margin: 40px 0;
    }
}

@media(max-width: 767px) {

    /* boats pages css start here */
    .compareListingCardRemoveBtn {
        font-size: 20px;
    }

    .mob-space {
        padding: 0 !important;
    }

    .invetoryListingCompareCard {
        padding-bottom: 20px;
    }

    .startCompareBtn {
        padding: 14px 25px;
        border-radius: 50px;
        font-size: 16px;
    }

    .comparingCard {
        margin: 0;
    }

    .compare-cards-container {
        border-bottom: 1px solid #AAAAAA;
    }

    .startCompareBtnWrap {
        justify-content: space-between;
        /* flex-direction: column; */
        gap: 10px;
        margin-top: 12px;
    }

    .clearAllText {
        color: #000;
        text-align: center;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px;
        text-transform: uppercase;
        background: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 20px 40px;
    }

    .clearAllText:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .compareCardTopBarTitle {
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32px;
    }

    .compareListingCardTitle {
        color: #000;
        text-align: center;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32px;
        margin: 10px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .boat-listing-carousel .item img {
        border-radius: 5px 5px 0 0;
    }

    .boats-card-body {
        border-radius: 0 0 5px 5px;
    }

    .pricing-col-box {
        width: 80px;
        height: 64px;
    }

    .mobileTableHead {
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #EEE;
    }

    .featured-slider-sec {
        padding-top: 40px;
    }

    .compareAccordionInfoWrapper tr {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .compareAccordionInfoWrapper tr td {
        width: 50%;
        border: 1px solid #eee;
    }

    .specsTable tbody tr:nth-child(odd) th,
    .specsTable tbody tr:nth-child(odd) td {
        background-color: #EEE;
    }

    .grid-boat-card {
        width: 100% !important;
    }

    .specs-col {
        display: flex;
        gap: 12px;
        width: calc(100% / 2 - 36px);
    }

    .listing-header-right-box {
        width: 100%;
    }

    .sortWrapper {
        width: 100%;
    }

    .selectStoreModalTopBar {
        flex-direction: column;
        align-items: flex-start;
    }

    .selectedStoreCardInnerWrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .availableStoreSecondaryPart {
        max-width: 200px;
    }

    .listing-header-right-box {
        gap: 14px;
        margin-top: 25px;
    }

    .boat-card.list-view {
        display: unset;
    }

    .items-counter-box {}

    .items-counter-box p {
        color: #000;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
    }

    .sortWrapper select {
        width: 100%;
    }


    /* boat listing page css ends here */

    .paraWrapper {
        margin-top: 24px;
        margin-bottom: 40px;
    }
}

@media(max-width: 576px) {
    .sitefooter {
        padding: 0 20px;
    }

    .selectField {
        min-width: 280px;
        width: 100%;
    }
}

@media(max-width: 400px) {
    .headerHeading {
        font-size: 28px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.88px;
    }

    .mainHeading {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }

    .bannerHeading {
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
    }

    .sideMobileLogoWrap {
        max-width: 126px;
    }
}

/* media quiers */