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

/* common css starts here */

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

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

.iti {
    width: 100%;
}


a:hover {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}



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

.error_field {
    border-color: red;
}

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

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

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

.req_check {
    border-bottom: 1px solid red !important;
}

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

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

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

.whiteBtn {
    color: #FFF;
    text-align: center;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #0C77BD;
    padding: 6px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    transition: all 0.4s;
}

.whiteBtn:hover {
    background-color: #0C77BD;
    color: #FFF;
}

.blueBtn {
    color: #FFF;
    text-align: center;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    transition: all 0.4s;
    background-color: #0C77BD;
    border: none;
    border-radius: 4px;
    padding: 4px 32px;
}

.blueBtn:hover {
    background-color: #0C77BD;
    color: #FFF;
}

.blackBtn {
    color: #1E1E1E;
    text-align: center;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    transition: all 0.4s;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    padding: 4px 32px;
    border: 2px solid #0C77BD;
}

.blackBtn:hover {
    color: #fff;
    background-color: #0C77BD;
}

.regularBlackPara {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
}

.regularBoldText {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

/* common css ends here */

/* desktop mega menu css starts here */
.inventoryMegaMenu {
    background-color: #fff;
    padding: 40px 0 80px 0;
    position: fixed;
    left: 0;
    top: 87px;
    width: 100%;
    z-index: 30;
    display: none;
    box-shadow: 0 0px 5px -10px rgba(0, 0, 0, 0.2);
}

.megaMenuSalesHeading {
    color: #1E1E1E;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.inventoryMenuLinkList {
    list-style: none;
}

.inventoryMenuLinkList li {
    text-align: left;
    margin-bottom: 8px;
}

.inventoryMenuLink {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.inventoryMenuLink:hover {
    color: #1E1E1E;
}

.inventoryMenuBrandWrap {
    margin: 0 2px;
    position: relative;
    padding-top: 79%;
}

.inventoryMenuBrandWrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(40, 67, 103, 0.00) 0%, #284367 100%);
    mix-blend-mode: multiply;
}

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

.inventoryMenuBrandLogoWrap {
    max-width: 200px;
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 1;
}

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

.closeBtnWrap {
    display: flex;
    align-items: center;
    gap: 8.9px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 10px;
}

.closeMenuText {
    color: #7B7B7B;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.toggleServiceMegaMenu {
    position: relative;
}

.serviceMegaMenu {
    position: absolute;
    left: 0;
    top: 62px;
    background-color: #fff;
    min-width: 280px;
    padding: 10px 10px 28px 40px;
    box-shadow: 0 0px 5px -10px rgba(0, 0, 0, 0.2);
    display: none;
}

.toggleComanyMegaMenu {
    position: relative;
}

.companyMegaMenu {
    position: absolute;
    left: -50%;
    top: 62px;
    background-color: #fff;
    min-width: 280px;
    padding: 10px 10px 28px 40px;
    box-shadow: 0 0px 5px -10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 20;
}

.togglelocationMegaMenu {
    position: relative;
}

.locationMegaMenu {
    background-color: #fff;
    padding: 40px 0 80px 0;
    position: fixed;
    left: 0;
    top: 87px;
    width: 100%;
    z-index: 30;
    display: none;
    box-shadow: 0 0px 5px -10px rgba(0, 0, 0, 0.2);
}

.locationMenuCard {
    padding: 0 20px;
}

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

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

.locationMenuBtnWrap {
    margin-top: 8px;
}

/* desktop mega menu css ends here */

/* mobile nav css starts here */
.mobileHeader {
    display: none;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}

.mobileNavContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.mobileLogoContainer {
    max-width: 150px;
}

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

.burgerLine {
    background-color: #0C77BD;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* the cross effect  */
.cross .lineOne {
    transform: rotate(45deg) translateY(12px);
}

.cross .lineThree {
    transform: rotate(-45deg) translateY(-12px);
}

.cross .lineTwo {
    opacity: 0;
}

.mobileNavPhoneText {
    color: rgba(9, 41, 74, 0.60);
    text-align: right;
    font-family: Saira;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.mobileNavPhoneNumber {
    color: #0C77BD;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
}

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


.mobileNavMegaMenu {
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 22;
    top: 70px;
    left: 0;
    border: 1px solid #EEEEEE;
    height: 80vh;
    overflow: auto;
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.3);
    transform: translateY(-125%);
    transition: all 0.4s;
}

.toggleMobileMegaMenu {
    transform: translateY(0);
}

.mobileMegaMenuButtonContainer {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    padding: 10 20px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.mobileMegaMenuBtnWrap {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.mobileMegaMenuBtn {
    color: #0C77BD;
    text-align: center;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    background: #F2FAFB;
    border: 1px solid rgba(9, 41, 74, 0.10);
    padding: 15px 15px 14px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 110px;
}

.mobileMegaMenuBtn.activeClass {
    color: #FFF;
    font-family: Saira;
    background-color: #0C77BD;
    border: 1px solid #0C77BD;
    font-weight: 900;
}

.mobileMegaMenuCrossIcon {
    cursor: pointer;
}

.mobileMegaMenuTabsContainer {
    max-width: 80%;
    margin: 0 auto;
}

.mobileMenuLinkList {
    list-style: none;
}

.mobileMenuLinks {
    color: #0C77BD;
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.mobileMenuLinks:hover {
    color: #0C77BD;
}

.mobileMenuBoatTab {
    padding-top: 10px;
}

.mobileMenuCompanyTab {
    padding-top: 10px;
    display: none;
}

.mobileMenuServiceTab {
    padding-top: 10px;
    display: none;
}


.mobileMenuLinkList li {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
}

.mobileMenuBrandContainer {
    border-radius: 10px;
    margin: 40px 0;
    overflow: hidden;
}

.mobileMenuBrandLogoCard {
    border: 1px solid #0C77BD;
    background: #0C77BD;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 5px;
    margin-bottom: 10px;
}

.mobileMenuBrandLogoCard img {
    max-width: 120px;
    width: 100%;
}

.mobileMegaMenuBrandsWrapper {
    margin: 40px 0;
}

/* mobile nav css ends here */

/* desktop header css starts here */
.desktopHeader {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 20;
    padding: 8px 15px;
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.3);
}

.desktopNavInnerWrap {
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.siteLogoWrap {
    max-width: 200px;
}

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

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


.navMenuList {
    color: #1E1E1E;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.navMenuList:hover {
    color: #1E1E1E;
}

.pagePhoneIcon {
    position: absolute;
    right: 0;
    bottom: -80px;
}

/* desktop header css ends here */

/* home page css starts here */
.homeHeaderWrapper {
    position: relative;
    padding-top: 32%;
}

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

.homeHeaderContent {
    position: absolute;
    left: 5%;
    bottom: 124px;
    max-width: 634px;
}

.homeHeaderHeading {
    color: #FFF;
    font-family: Saira;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.homeCarousel .owl-nav {
    position: absolute;
    bottom: 40px;
    right: 5%;
    display: flex;
    align-items: center;
    gap: 20px;
}



.homeCarousel .owl-nav .owl-prev span {
    color: #fff;
    font-size: 40px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px 24px 15px;
    border-radius: 5px;
    transition: all 0.3s;
    background: #0C77BD;

}

.homeCarousel .owl-nav .owl-next span {
    color: #fff;
    font-size: 40px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px 24px 15px;
    border-radius: 5px;
    transition: all 0.3s;
    background: #0C77BD;
}

.homeCarousel .owl-dots {
    position: absolute;
    left: 5%;
    bottom: 40px;
}

.heroLogoSection {
    margin: 80px 0;
    padding: 0 15px;
}

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

.heroLogoContainer a {
    flex: 0 1 320px;
}

.heroLogo {
    border-radius: 8px;
    background: #0C77BD;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.heroLogo img {
    max-width: 181px;
}

.inventoryLinkCard {
    margin: 0 4px;
    position: relative;
    padding-top: 71%;
}


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

.inventoryLinkCard::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(40, 67, 103, 0.00) 0%, #284367 100%);
    mix-blend-mode: multiply;
    height: 70%;
}

.mainHeadingWhite {
    color: #FFF;
    text-align: center;
    font-family: Saira;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.inventoryLinkCardContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    bottom: 84px;
    z-index: 1;
}

.inventoryLinkBtnWrap {
    margin-top: 44px;
}

.newArrivalSection {
    margin: 80px 0 120px 0;
}

.newArrivalHeadingWrap {
    margin-bottom: 80px;
}

.mainHeadingLarge {
    color: #111;
    font-family: Saira;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mainHeading {
    color: #111;
    text-align: center;
    font-family: Saira;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.secondaryHeading {
    color: #1E1E1E;
    text-align: center;
    font-family: Saira;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

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

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

.inventoryCardContent {
    margin-top: 8px;
}

.inventoryCardTitle {
    color: #222;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.inventoryCardPrice {
    color: #0C77BD;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.invenvtoryCardInfo {
    display: flex;
    align-items: center;
    gap: 40px;
}

.inventroyCardInfoLine {
    position: relative;
}

.inventroyCardInfoLine::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background-color: rgba(34, 34, 34, 0.60);
}

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

.homePageServiceImageWrap {
    position: relative;
    padding-top: 151%;
    min-height: 700px;
}

.homePageServiceCard {
    position: relative;
    max-height: 700px;
    overflow: hidden;
}



.homePageServiceCard::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(40, 67, 103, 0.00) 0%, #284367 100%);
    mix-blend-mode: multiply;
}

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

.homePageServiceContent {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}

.homePageServiceCardTitle {
    color: #FFF;
    text-align: center;
    font-family: Saira;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.facilitiesSection {
    margin: 80px 0;
}

.facilityItem {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 350px;
    margin: 0 auto;
    padding: 48px 15px;
}

.facilityImageWrap {
    border-radius: 4px;
    border: 1px solid #0C77BD;
    background: #0C77BD;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    flex: 0 0 50px;
}

.facilityTitle {
    color: #222;
    font-family: Saira;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.facilityPara {
    color: #222;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.facilityCustomBorder {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

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

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

.welcomeContentInnerWrapper {
    max-width: 542px;
}

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

.homeMarinaSection {
    margin: 120px 0 80px 0;
}

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

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

.marinaCardTitle {
    color: #111;
    font-family: Saira;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.marinaContentWrap {
    margin-top: 16px;
}

.marinaCard {
    padding: 0 40px;
}

/* home page css ends here */

/* footer css starts here */
.footerEmailSection {
    border-top: 1px solid #E6E6E6;
    background: #FFF;
    padding: 60px 15px;
}

.joinNewsEmailFormWrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 9px 20px;
    border-radius: 4px;
    border: 1px solid #D8E0EA;
    background: #FFF;
    max-width: 350px;
    margin: 40px auto 0 auto;
}

.joinNewsInputFiled {
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.joinNewsBtn {
    background-color: #fff;
    border: none;
    outline: none;
    padding: 0 10px;
}

.mainFooter {
    background-color: #284367;
    padding: 80px 0 120px 0;
}

.siteMapHeading {
    color: #FFF;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.siteMapLinkList {
    list-style: none;
    margin-top: 24px;
    max-width: 200px;
}

.siteMapLinkList li {
    cursor: pointer;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.siteMapLink {
    color: #FFF;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.siteMapLink:hover {
    color: #FFF;
}

.customFooterBorder {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 16px;
}

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

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

.footerAddress {
    margin: 40px 0 24px 0;
}

.regularWhitePara {
    color: #FFF;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footerPhone {
    color: #FBDF31;
    text-align: center;
    font-family: Saira;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
}

.footerPhone:hover {
    color: #FBDF31;
}

.customFooteBorderRight {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.footerBottom {
    background-color: #172a42;
    padding: 20px 0 17px 0;
}

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

.footerBottomLink {
    color: #ffffff99;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footerBottomLink:hover {
    color: #ffffff99;
}

.footerBottomLinkAfter {
    position: relative;
}

.footerBottomLinkAfter::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff99;
    width: 1px;
    height: 15px;
}

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

.socailIcon {
    background-color: #0C77BD;
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
}

/* footer css ends here */

/* contact page css starts here */
.contactFormSection {
    background-color: #0C77BD0D;
    padding: 64px 0 72px 0;
}

.contactFormHeadingWrap {
    margin-bottom: 40px;
}

.formSectionWrap {
    max-width: 576px;
    margin: 0 auto;
}

.formFieldWrapper {
    margin-bottom: 16px;
}

.formField {
    color: rgba(30, 30, 30, 0.60);
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 20px;
    border: 1px solid #D8E0EA;
    background: #FFF;
    outline: none;
    width: 100%;
}

.addressAndMapSection {
    margin: 80px 0;
}

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

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

.addressHeadingWrap {
    margin-bottom: 24px;
}

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

.addressMapWrap {
    height: 60vh;
}

.addressMapWrap .addressMap {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.addressPhone {
    color: #0C77BD;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.addressPhone:hover {
    color: #0C77BD;
}

.addressTimesSection {
    margin-top: 24px;
}

.hoursHeading {
    color: #1E1E1E;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

/* contact page css ends here */

/* financing page css starts here */
.commonHeaderSection {
    position: relative;
    padding-top: 31%;
    min-height: 400px;
}

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

.pageHeroSection {
    margin: 80px 0;
}

.pageHeroContainer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.pageHeroHeaderWrap {
    max-width: 400px;
}

.pageHeroBtnWrap {
    margin-top: 44px;
}

.pageHeroparaWrap {
    max-width: 880px;
}

/* financing page css ends here */

/* storage page css starts here */
.serviceGalleryImageWrap {
    position: relative;
    padding-top: 60%;
}

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

.serviceFeatureSection {
    margin: 80px 0 108px 0;
}

.serviceFeatureInnerWrap {
    display: flex;
    justify-content: center;
    gap: 160px;
    padding: 0 15px;
}

.serviceFeatureCard {
    max-width: 600px;
}

.serviceFeatureImageWrap {
    max-width: 120px;
}

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

.serviceFeatureContent {
    margin-top: 24px;
}

#formLink {
    scroll-margin-top: 100px;
}

/* storage page css ends here */

/* slips page css starts here */
.slipsBtnWrap {
    margin-top: 60px;
    text-align: center;
}

.dockageSection {
    padding: 80px 0;
    background-color: #F3F8FC;
}

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

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

.dockageTextInnerWrap {
    max-width: 542px;
}

.dockageParaWrap {
    margin: 24px 0 40px 0;
}

.formBtnWrap {
    text-align: center;
    margin-top: 20px;
}

/* slips page css ends here */


/* service page css starts here */
.serviceHeroSection {
    margin: 40px auto 80px auto;
    text-align: center;
    max-width: 960px;
    padding: 0 15px;
}

.serviceHeroLogosWrap {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 73px;
}

.serviceHeroLogo {
    max-width: 175px;
}

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

.premiumServieHeadingWrap {
    margin-bottom: 24px;
}

.premiumServiceHeaderWrap {
    max-width: 960px;
    margin: 0 auto 56px auto;
    padding: 0 15px;
}

.premiumServiceCardsContainer {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.premiumServiceCard {
    max-width: 320px;
}

.premiumServiceImageWrap {
    max-width: 320px;
    margin: 0 auto;
}

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

.premiumServiceContentWrap {
    margin-top: 16px;
    text-align: center;
}

.premiumServiceTitle {
    color: #1E1E1E;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.formulaServiceSection {
    margin: 80px 0;
}

.premiumServiceBtnWrap {
    text-align: center;
    margin-top: 40px;
}

.tabs-sec {
    margin: 0 0 80px 0;
}

.tabs-wrapper {
    margin: 40px 0px;
}

.info-tab {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    background: #FFF;
    cursor: pointer;
}

.info-tab-name h4 {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.tabs-content {
    background: #0C77BD0D;
    padding: 40px 40px 79px 40px;
}

.tabs-details-header {
    margin-bottom: 30px;
    margin-top: 40px;
}

.tabs-details {
    max-width: 900px;
    margin: 0 auto;
}

.tabs-details-img {
    margin-top: 40px;
}

.tabs-content-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tabs-content-logo-container {
    max-width: 200px;
}

.tabs-content-logo-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.tabs-details {
    display: none;
}

.tabs-details-content p {
    padding-bottom: 15px;
}

.tabs-details-content ul {
    padding-left: 30px;
}

.tabs-note {
    margin-top: 40px;
}

.tabs-note p {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

.tabs-sec {
    margin: 60px 0px;
}

/* service page css ends here */

/* about page css starts here */
.aboutTextWrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.aboutTextInnerWrap {
    max-width: 600px;
}

.aboutSection {
    margin: 80px 0;
}

.ourStorySection {
    background-color: #fff;
    padding: 64px 0 80px 0;
    border-top: 1px solid #EEEEEE;
}

.ourStoryHeadingWrap {
    margin-bottom: 24px;
}

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

.ourHistoryCard {
    padding: 0 20px;
    margin-bottom: 40px;
}

.ourHistoryImageWrap {
    position: relative;
    padding-top: 54%;
}

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

.aboutParaWrap {
    margin-bottom: 40px;
}

.ourHistoryContentWrap {
    margin-top: 16px;
}

.aboutBtnWrap {
    text-align: center;
    margin-top: 40px;
}

/* about page css ends here */

/* status pages css starts here */
.statusPageSection {
    margin: 10px 0 80px 0;
}

.statusPageParaWrap {
    margin: 24px 0 40px 0;
}

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

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

.statusPageTextInnerWrap {
    max-width: 542px;
}

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

/* status pages css ends here */

/* brokerage page css starts here */
.brokersSection {
    margin: 80px 0;
}

.brokersContainer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 120px;
    padding: 0 15px;
}

.brokersCard {
    flex: 0 1 280px;
}

.brokersImageWrap {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

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

.brokersContent {
    margin-top: 16px;
    text-align: center;
}

.brokreName {
    color: #222;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.brokerRole {
    color: rgba(34, 34, 34, 0.60);
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.brokerPhone {
    color: #0C77BD;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.brokerPhone:hover {
    color: #0C77BD;
}

.brokerHeadingWrap {
    margin-bottom: 56px;
}

.brokerageInventorySection {
    border-top: 1px solid #EEEEEE;
    padding: 80px 0;
}

.brokerageInventoryCard {
    padding: 0 20px;
    margin-bottom: 40px;
}

.brokerageImageContainer {
    position: relative;
    padding-top: 61%;
}

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

.brokerageInventoryCardContent {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 8px 24px 17px 24px;
}

.brokerageInvenvtoryTitle {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

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

.actualPrice {
    color: #0C77BD;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.monthlyPricing {
    color: #D9D9D9;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.monthlyPricing::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
}

.cardSpecsPara {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.brokerageCardSpecsContainer {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    border-top: 1px solid #E3E4E6;
    padding-top: 5px;
}

.cardsSpecsParaBeforLine {
    position: relative;
}

.cardsSpecsParaBeforLine::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #E3E4E6;
}

.brokerageInventoryBtnWrap {
    text-align: center;
    margin-top: 40px;
}

/* brokerage page css ends here */

/* brands pages css starts here */
.onewater-logo{
    max-width: 250px;
    margin: 45px auto 0 auto;
}
.onewater-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pageHeroLogoWrap {
    max-width: 400px;    
}

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

.promoTextWrapper {
    max-width: 1320px;
    margin: 0 auto;
    background-color: #284367;
    padding: 20px 16px;
}

.promoText {
    color: #FFF;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.brandModelListingSection {
    margin: 80px 0;
}

.brandModelHeadingWrap {
    margin-bottom: 60px;
}

.modelsListingCard {
    padding: 0 8px;
    margin-bottom: 16px;
}

.modelListingImageWrap {
    position: relative;
    padding-top: 40%;
}

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

.modelsSectionWrapper {
    padding: 0 36px;
}

.modelListingContentWrap {
    background-color: #F3F8FC;
    padding: 8px 10px 16px 8px;
}

.modelListingTitle {
    color: #222;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.brandSectionLink {
    color: #000;
    text-align: center;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.brandSectionLink:hover {
    color: #000;
}

.brandLinkTab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    padding: 20px 54px;
    min-width: 800px;
    border-radius: 4px;
    border: 1px solid rgba(12, 119, 189, 0.10);
    background: #F3F8FC;
}

.brandLinkLine {
    position: relative;
}

.brandLinkLine::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(12, 119, 189, 0.20);
}

#modelInventorySection {
    scroll-margin-top: 120px;
}

#modelSection {
    scroll-margin-top: 120px;
}

#promotionsSection {
    scroll-margin-top: 120px;
}

#overview {
    scroll-margin-top: 120px;
}

.sunseekerModelContent {
    padding: 28px 24px;
    border-left: 1px solid #D9D9D9;
}

.sunseekerModelTitle {
    color: #222;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.sunseekerModelCard {
    padding: 0 40px;
    margin-bottom: 40px;
}

.sunseekerImageWrap {
    position: relative;
    padding-top: 51%;
}

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

.hcbContentWrap {
    margin-top: 8px;
}

.hcbModelTitle {
    color: #222;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.hcbImageWrap {
    position: relative;
    padding-top: 33%;
}

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

.hcbModelCard {
    margin-top: 40px;
}

/* brands pages css ends here */

/* location page css starts here */
.locationSection {
    margin: 80px 0;
}

.locationMapWrap {
    height: 100%;
    min-height: 500px;
}

.locationMapWrap .locationMap {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marinaAmenetiesSection {
    background-color: #0C77BD0D;
    padding: 64px 0 80px 0;
}

.marinaHeadingWrap {
    margin-bottom: 24px;
}

.amenetiesCard {
    padding: 0 20px;
    margin-top: 40px;
}

.amenetiesIconWrap {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0C77BD;
    margin: 0 auto;
}

.amenetiesContentWrap {
    max-width: 320px;
    margin: 16px auto 0 auto;
    text-align: center;
}

.amenetiesTitle {
    color: #000;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.amenetiesBtnWrap {
    text-align: center;
    margin-top: 40px;
}

/* location page css ends here */

.grecaptcha-badge {
    display: none;
}

.recaptcha-disclaimer {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.privacySection {
    background-color: transparent;
    margin-top: 15px;
}


/* blog page css starts here */
.blogPageWrap {
    margin-top: 60px;
}

.blogHeadingWrapper {
    margin-bottom: 40px;
}

.blogTabContainer {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogTabsList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    list-style: none;
}

.blogTab {
    border: none;
    outline: none;
    background-color: #fff;
    color: #0C77BD;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 5px;
    transition: all 0.2s;
    cursor: pointer;
}

.blogTab:hover {
    color: #0C77BD;
}

.blogTitle {
    color: #0C77BD;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.activeBlogTab {
    border-bottom: 3px solid #FFCA62;
}

.blogCardWrapper {
    margin-bottom: 40px;
    padding: 0 15px;
}

.blogImageContainer {
    position: relative;
    padding-top: 61%;
}

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

.blogTextWrapper {
    margin-top: 10px;
}

.blogDate {
    font-family: Saira;
    color: rgba(35, 35, 35, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.blogParaText {
    color: #232323;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.readMore {
    font-family: Saira;
    color: #0C77BD;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

/* blogs page css ends here */

/* blog detail page css starts here */
.blogDetailPageWrapper {
    margin: 60px 0 80px 0;
}

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

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

.blogDetailTextContainer {
    margin-top: 30px;
}

.blogHeading {
    color: #0C77BD;
    font-family: Saira;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}


.blogPara {
    color: #1B1D36;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.similarHeading {
    color: #0C77BD;
    font-family: Saira;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.similarPostsContainer {
    padding-left: 50px;
}

.similarPostHeaderWrapper {
    margin-bottom: 30px;
}

.similarPostTitleWrapper {
    margin-top: 10px;
}

.similarPostCard {
    margin-bottom: 40px;
}

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

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

.similarPostTitle {
    color: #0C77BD;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.tagLineText {
    color: #0C77BD;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eventsCardContainer {
    margin-bottom: 90px;
}

/* blog detail page css ends here */

/* event page css starts here */
.eventDateContent {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0C77BD;
    padding: 12px 20px 13px 65px;
}

.eventDateText {
    color: #FFF;
    text-align: right;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
}

/* event page css ends here */


/* event detail page css starts here */
.eventDetailHeroSection {
    margin: 110px 0;
}

.eventHeroParaWrap {
    margin: 30px 0 60px 0;
}

.eventHeroTextContainer {
    max-width: 800px;
}

.evnetHeroCardWrap {
    padding: 30px 15px 60px 30px;
    border: 1px solid #0C77BD;
    background-color: #fff;
    min-height: 300px;
    height: 100%;
}

.eventHeroMiniHeading {
    color: #0C77BD;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eventHeroCardMainHeading {
    color: #0C77BD;
    font-family: Saira;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.eventHeroCardMainHeadingWrap {
    margin: 23px 0 30px 0;
}

.eventHeroDetailPara {
    color: #232323;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}


/* event detail page css ends here */
ul.locationList {
    padding-left: 20px;
}

@media screen and (max-width: 1700px) {
    .brandLinkTab {
        padding: 20px 15px;
        gap: 40px;
    }

    .brandLinkLine::before {
        left: -20px;
    }
}


@media screen and (max-width: 1600px) {
    .similarPostsContainer {
        padding-left: 15px;
    }

    .premiumServiceCardsContainer {
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1440px) {
    .homePageServiceImageWrap {
        min-height: 500px;
    }

    .homePageServiceCardTitle {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .similarPostsContainer {
        padding-left: 0;
    }

    .serviceFeatureInnerWrap {
        gap: 60px;
    }

    .sunseekerModelCard {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .closeBtnWrap {
        top: 0;
    }

    .blogTabsList {
        gap: 40px;
    }

    .eventDetailHeroSection {
        margin: 80px 0;
    }

    .eventHeroTextContainer {
        text-align: center;
        margin: 0 auto;
    }

    .eventHeroParaWrap {
        margin: 30px 0 30px 0;
    }

    .brokersContainer {
        gap: 60px;
    }
}

@media screen and (max-width: 991px) {
    ul.locationList {
        padding-left: 0;
        list-style: none;
    }

    .desktopHeader {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    .homeHeaderHeading {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1px;
    }

    .homeHeaderWrapper {
        min-height: 400px;
    }

    .statusPageTextInnerWrap {
        text-align: center;
    }

    .statusPageBtnWrap {
        justify-content: center;
    }

    .heroLogoSection {
        margin: 40px 0;
    }

    .newArrivalSection {
        margin: 40px 0 60px 0;
    }

    .newArrivalHeadingWrap {
        margin-bottom: 30px;
    }

    .sunseekerModelCard {
        margin-bottom: 20px;
    }

    .newArrivalBtnWrap {
        margin-top: 40px;
    }

    .facilitiesSection {
        margin: 40px 0;
    }

    .brandModelHeadingWrap {
        margin-bottom: 40px;
    }

    .facilityCustomBorder {
        border: 0;
    }

    .facilityItem {
        padding: 20px 15px;
    }

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

    .serviceFeatureCard {
        text-align: center;
    }

    .serviceFeatureImageWrap {
        margin: 0 auto;
    }

    .serviceFeatureSection {
        margin: 40px 0;
    }

    .dockageSection {
        padding: 40px 0;
    }

    .homeMarinaSection {
        margin: 60px 0 40px 0;
    }

    .marinaCard {
        padding: 0 20px;
    }

    .mainFooter {
        padding: 40px 0 60px 0;
    }

    .blogTabsList {
        gap: 20px;
        flex-wrap: wrap;
    }

    .blogDetailTextContainer {
        text-align: center;
        margin-top: 20px;
    }

    .blogParaTextWrapper {
        text-align: center;
    }

    .similarPostHeaderWrapper {
        text-align: center;
    }

    .similarPostTitleWrapper {
        text-align: center;
    }

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

    .eventDetailHeroSection {
        margin: 40px 0;
    }

    .brokerageInventorySection {
        padding: 40px 0;
    }

    .brokerHeadingWrap {
        margin-bottom: 40px;
    }

    .pageHeroSection {
        margin: 40px 0;
    }

    .marinaAmenetiesSection {
        padding: 40px 0;
    }

    .locationSection {
        margin: 40px 0;
    }

    .pageHeroContainer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pageHeroHeaderWrap {
        max-width: unset;
    }

    .pageHeroBtnWrap {
        margin-top: 24px;
    }

    .mainHeadingLarge {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    .welcomeContentWrapper {
        text-align: center;
    }

    .brokersSection {
        margin: 40px 0;
    }

    .brokersContainer {
        gap: 30px;
    }

    .brokerHeadingWrap {
        margin-bottom: 30px;
    }

    .serviceHeroLogosWrap {
        gap: 40px;
    }

    .formulaServiceSection {
        margin: 40px 0;
    }

    .dockageTextInnerWrap {
        text-align: center;
    }

    .ourHistoryContentWrap {
        text-align: center;
    }

    .tabs-sec {
        margin: 40px 0px;
    }

    .premiumServiceHeaderWrap {
        margin-bottom: 40px;
        text-align: center;
    }

    .contactFormSection {
        padding: 40px 0;
    }

    .aboutSection {
        margin: 40px 0;
    }

    .ourStorySection {
        padding: 40px 0;
    }

    .addressAndMapSection {
        margin: 40px 0;
    }

    .contactFormHeadingWrap {
        margin-bottom: 30px;
    }

    .brandModelListingSection {
        margin: 40px 0;
    }

    .brokerageInventoryCard {
        margin-bottom: 20px;
    }

    .brandLinkTab {
        gap: 5px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .brandLinkLine::before {
        left: -10px;
    }

    .brandLinkTab {
        width: 95vw;
        min-width: unset;
    }

    .brandLinkLine::before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mainHeadingLarge {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 1px;
    }

    .tabs-content {
        background: #0C77BD0D;
        padding: 40px 20px 60px 20px;
    }

    .aboutTextInnerWrap {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .heroLogoContainer {
        flex-wrap: wrap;
    }

    .mainHeadingLarge {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.5px;
    }

    .inventoryLinkCard {
        min-height: 400px;
    }

    .homeHeaderHeading {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }

    .mainHeadingWhite {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0.8px;
    }

    .whiteBtn {
        padding: 4px 24px;
    }

    .mainHeading {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0.6px;
    }

    .siteMapLinkList {
        max-width: unset;
        margin-top: 15px;
    }

    .siteMapLinkList li {
        margin-bottom: 10px;
        justify-content: center;
    }

    .footerBottomLinksWrap {
        flex-direction: column;
        gap: 15px;
    }

    .footerBottomLinkAfter::after {
        display: none;
    }

    .blogHeading {
        font-size: 30px;
        line-height: 30px;
    }

    .brokersContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .serviceHeroLogosWrap {
        flex-wrap: wrap;
    }


}