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

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

@font-face {
    font-family: "Jost";
    src: url("/assets/fonts/Jost/Jost-VariableFont_wght.ttf") format("opentype");
}

.jost-regular {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
}

:root {
    --black-color: #111;
    --white-color: #fff;
    --Light-Blue: #b4e3f6;
    --Back-Blue: #161a1f;
    --Blue1: #0d3d64;
    --Navy-Blue: #0e233a;
    --font-family-Body: "Jost";
}

/* Common css start here  */

a {
    text-decoration: none;
}
.row{
    margin: 0;
}
a:hover {
    text-decoration: none;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}
html {
  scroll-behavior: smooth;
}


.my-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.my-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.my-80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

p {
    color: var(--Back-Blue);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

ul {
    margin-bottom: 0;
}

.btn-box {
    display: flex;
    gap: 13px;
}

.blue-btn {
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    background: var(--Blue1);
    color: var(--Light-Blue);
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 12px 30px;
}

.blue-btn:hover {
    background: var(--Light-Blue);
    /* border: 1px solid var(--light-blue-color); */
    color: var(--Blue1);
}

/* .rich-text {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
} */

h1 {
    color: var(--White);
    font-family: "Jost", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 72px;
}

h2 {
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

h3 {
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}

h4 {
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

h5 {
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

p span {
    color: var(--Blue1);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.costal-container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

/* --------------header styling------------------ */
.fluidcontainercostal {
    max-width: 1680px;
    margin: auto;
}

.headerlist ul li {
    list-style: none;
    display: inline;
    margin-right: 30px;
}

.headerlist ul li a {
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* --------------header styling------------------ */

/* --------------home styling------------------ */
.home-hero-section {
    position: relative;
}

.home-hero-section h1 {
    color: #fff;
}

.home-banner-video {
    position: relative;
    padding-top: 42%;
}

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

.home-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.banner-content-box {
    max-width: calc(100% - 50%);
    margin: 0 auto;
    text-align: center;
}

.banner-content-box .search-explore-box {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 10px;
}

.logo-row .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 8px;
    border: 1px solid var(--Blue1);
    min-height: 140px;
    border-radius: 8px;
    background: hsl(197deg 79% 84% / 10%);
}

.logo-row img {
    max-height: 60px;
    object-fit: contain;
}

/* NEW ARRIVAL SECTION  */
.featured-inventory-home .section-subtitle {
    letter-spacing: 2px;
    color: #577083;
    font-size: 14px;
}

.featured-inventory-home .section-title {
    font-weight: 700;
    color: #0f2642;
}

.featured-inventory-home .inventory-card {
    border: none;
}

.featured-inventory-home .inventory-img-wrapper {
    position: relative;
    width: 100%;
    height: 280px;

    background: #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
}

.featured-inventory-home .inventory-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-inventory-home .inventory-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 15px 30px;
    border-radius: 8px 0 8px 0;
    font-size: 12px;
    color: #0f2642;
    font-weight: 600;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.featured-inventory-home .inventory-badge span {
    margin: 0 4px;
    color: #999;
}

.featured-inventory-home .inventory-title {
    font-weight: 600;
    color: #0f2642;
    margin-bottom: 5px;
}

.featured-inventory-home .inventory-price {
    color: #0f2642;
    font-weight: 700;
    margin: 0;
}

/* NEW ARRIVAL SECTION  */

/* Concierge Boat Care section  */
.Concierge-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.Concierge-card-img {
    height: 440px;
    width: 100%;
    overflow: hidden;
}

.Concierge-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Concierge-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.Concierge-card-body {
    opacity: 0.75;
    background: var(--Blue1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Concierge Boat Care section  */

.tradeboatsecdetail {
    max-width: 65%;
}



/* About Us Section */
.aboutus-sec {
    background-image: url('https://cdn.mdsbrand.com/mean-coastal-culture/assets/images/Home/aboutus-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.aboutuscntnt {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 8px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}


/* Generic Coastal Culture Card Styles */
.cc-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.cc-body {
    padding: 20px 0;
}

.cc-body p {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cc-img-wrap {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

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

.cc-video-wrap {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 0;
}

.cc-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Wall Grid Items */
.cc-wall-item {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    padding: 3px;
}

.cc-wall-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keeps images equal and cropped */
}









/* --------------home styling------------------ */
/* --------------about styling------------------ */

      .about-sec h1 {
            font-size: 48px;
            font-style: normal;
            font-weight: 500;
            line-height: 56px;
        }

        .aboutpassion img {
            max-height: 600px;
            object-fit: cover;
        }

        /* Team Section Styles */
        .team-sec {
            padding: 80px 0;
            background-color: #fff;
        }

        .team-container {
            max-width: 80%;
            margin: 0 auto;
            padding-right: 15px;
            padding-left: 15px;
        }

        .team-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .team-subtitle {
            font-size: 13px;
            font-weight: 600;
            color: var(--Blue1);
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
            display: block;
        }

        .team-card {
            text-align: center;
            margin-bottom: 50px;
            padding: 0 20px;
        }

        .team-img-placeholder {
            width: 220px;
            height: 220px;
            background-color: #e0e0e0;
            border-radius: 50%;
            margin: 0 auto 35px;
        }
        .team-img-placeholder img{
            width: 100%;
            height: 100%;
        }

        /* Our Commitment Section Redesign */
        .ourcomitment {
            background-image: url('https://cdn.mdsbrand.com/mean-coastal-culture/assets/images/about/commitment-bg.jpg');
            background-size: cover;
            background-position: center;
            position: relative;
            height: 600px;
            display: flex;
            align-items: center;
        }

        .ourcomitment .aboutuscntnt {
            position: absolute;
            right: 10%;
            top: 50%;
            transform: translateY(-50%);
            max-width: 550px;
            background-color: #fff;
            padding: 50px;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            z-index: 2;
            text-align: center;
        }

        .ourcomitment h3 {
            font-size: 36px;
            font-weight: 600;
            color: var(--Navy-Blue);
            margin-bottom: 20px;
        }

        .ourcomitment p {
            font-size: 15px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 30px;
        }
/* --------------about styling------------------ */
/* --------------tradeboat styling------------------ */

/* Process Section */
.process-number {
    width: 60px;
    height: 60px;
    background-color: var(--Light-Blue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 400;
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    flex-shrink: 0;
}

.process-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--Navy-Blue);
    margin-bottom: 8px;
    text-transform: none;
}

.process-content p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--Back-Blue);
    margin: 0;
}

.trade-boat-banner .home-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    z-index: 1;
}


/* Wrapper */
.cc-hero-banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

/* Image Container */
.cc-hero-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Image as real IMG tag */
.cc-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ensures proper crop like the screenshot */
    object-position: center;
}

/* Content Overlay */
.cc-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    z-index: 5;
}

.coatal-sub-sec {
    max-width: 52%;
    margin: 0 auto;
    text-align: center;
}

.process-sec {
    text-align: center;
}

/* Valuation Form Section Styles */
.valuation-sec {
    background-color: #fff;
}

.valuation-form-control {
    background-color: #F9F9F9;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    padding: 12px 15px;
    height: auto;
    font-size: 14px;
    color: #333;
    width: 100%;
    margin-top: 20px;
}

.valuation-form-control::placeholder {
    color: #777;
    opacity: 1;
}

.valuation-form-control:focus {
    background-color: #fff;
    border-color: var(--Blue1);
    box-shadow: none;
}




/* --------------tradeboat styling------------------ */


/* --------------service styling------------------ */

/* Expert Services Section Styles */
.expert-services-sec {
    padding: 60px 0;
    background-color: #fff;
}

.expert-header {
    text-align: center;
    margin-bottom: 50px;
}

.expert-card {
    margin-bottom: 40px;
}

.expert-img-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 2px;
}

.expert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.expert-card:hover .expert-img {
    transform: scale(1.05);
}

.expert-btn-wrapper {
    text-align: center;
    margin-top: 20px;
}

/* --------------service styling------------------ */

/* --------------storage styling------------------ */
.storage-headsec h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}

.storage-headsec h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.storage-headsec .tradeboatsecdetail {
    max-width: 80%;
}

.storage-boatcare {
    background-image: url('https://cdn.mdsbrand.com/mean-coastal-culture/assets/images/storage/Concierge-Boat-Care.jpg');
}

.storage-boatcare .aboutuscntnt {
    max-width: 900px;
}

/* --------------storage styling------------------ */


/* ============================================== */
/* ------------ CONTACT PAGE STYLING ------------ */
/* ============================================== */

/* Header Styles */
.refined-header {
    background-color: var(--white-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-wrapper {
    display: flex;
    align-items: center;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 30px;
}

.logo-section {
    flex: 0 0 auto;
    padding-right: 40px;
}

.logo-section img {
    max-width: 210px;
    height: auto;
    display: block;
}

.right-content-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-info-row {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #8080803d;
    font-family: "Jost", sans-serif;
}

.address-text {
    color: var(--Navy-Blue);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.header-social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-social .social-icons{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}


.phone-text {
    color: var(--Navy-Blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.main-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}

.main-menu ul li {
    margin: 0;
}

.main-menu ul li a {
    text-decoration: none;
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: color 0.3s;
}

.main-menu ul li a:hover {
    color: var(--Blue1);
}

.community-action {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    flex-shrink: 0;
}

.community-action span {
    margin-right: 0;
}

.hamburger-icon {
    font-size: 22px;
    color: var(--Navy-Blue);
}

/* Mega Menu Styles */
.mega-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    padding: 40px 0;
}

.mega-menu-wrapper.active {
    display: block;
}

/* Boat Sales Mega Menu */
.mega-menu-sales {
    display: flex;
    gap: 80px;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

.mega-menu-links {
    flex: 0 0 200px;
}

.mega-menu-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-links ul li {
    margin-bottom: 20px;
}

.mega-menu-links ul li.menu-spacer {
    margin-bottom: 40px;
}

.mega-menu-links ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--Navy-Blue);
    text-decoration: none;
    font-family: "Jost", sans-serif;
    transition: color 0.3s;
}

.mega-menu-links ul li a:hover {
    color: var(--Blue1);
}

.mega-menu-brands {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.brand-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 180px;
}

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

.brand-card .brand-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}

/* Service & Storage Mega Menu */
.mega-menu-service {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

.mega-menu-service-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.mega-menu-service-text p {
    font-size: 16px;
    line-height: 24px;
    color: var(--Back-Blue);
}

.mega-menu-service-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.service-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    border: 2px solid #e5e5e5;
}

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

.service-card h3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    margin: 0;
}

/* Community Slide-out Menu */
.community-slideout {
    z-index: 99;
    position: fixed;
    top: 0;
    right: -480px;
    width: 460px;
    height: 100vh;
    background: #FFFFFFF5;
    z-index: 10000;
    transition: right 0.3s 
ease;
    overflow-y: auto;
}

.community-slideout.active {
    right: 0;
    top: 150px;
}


/* .community-slideout-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
} */

.community-slideout-overlay.active {
    display: block;
}
.community-slideout-header {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: end;
    align-items: center;
}

.community-slideout-close {
    font-size: 24px;
    color: var(--Navy-Blue);
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.community-slideout-menu {
    text-align: end;
    width: 70%;
}

.community-slideout-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.community-slideout-menu ul li {
    margin-bottom: 25px;
}

.community-slideout-menu ul li.menu-spacer {
    margin-bottom: 50px;
}

.community-slideout-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--Navy-Blue);
    text-decoration: none;
    font-family: "Jost", sans-serif;
    transition: color 0.3s;
}

/* Override for first 4 */
.community-slideout-menu ul li:nth-child(-n+4) a {
    font-size: 22px;
}


.community-slideout-menu ul li a:hover {
    color: var(--Blue1);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--Navy-Blue);
    cursor: pointer;
    padding: 0;
}

/* Mobile Dropdown Menu */
.mobile-dropdown {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.mobile-dropdown.active {
    display: block;
}

.mobile-dropdown ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.mobile-dropdown ul li {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-dropdown ul li a {
    display: block;
    padding: 15px 10px;
    color: var(--Navy-Blue);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.mobile-dropdown ul li a:hover {
    color: var(--Blue1);
}
/* Mobile Submenu */
.mobile-has-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-has-submenu .mobile-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mobile-has-submenu.open .mobile-arrow {
    transform: rotate(180deg);
}

.mobile-submenu {
    display: none;
    list-style: none;
    padding: 0 0 0 15px !important;
    margin: 0;
    background: #f8f8f8;
}

.mobile-has-submenu.open .mobile-submenu {
    display: block;
}

.mobile-submenu li {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-submenu li:last-child {
    border-bottom: none;
}

.mobile-submenu li a {
    padding: 12px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
/* Partnership & Excellence Section */
.partnership-excellence-section {
    padding: 80px 0;
    background-color: #fff;
}

.partnership-image-wrapper {
    position: relative;
    padding-bottom: 80px;
}

.partnership-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.partnership-content-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 40px 35px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 85%;
    text-align: center;
}

.partnership-label {
    margin-bottom: 15px;
}

.partnership-label span {
    font-size: 13px;
    font-weight: 600;
    color: var(--Blue1);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.partnership-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--Navy-Blue);
    margin-bottom: 20px;
    line-height: 1.3;
}

.partnership-text {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}





/* Contact Hero Section */
.contact-hero-section {
    padding: 80px 0;
    background-color: #fff;
}

.contact-info-wrapper {
    padding-right: 60px;
}

.contact-info-wrapper h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: var(--Navy-Blue);
    margin-bottom: 20px;
}

.contact-info-wrapper .subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--Navy-Blue);
    margin-bottom: 15px;
}

.contact-info-wrapper .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Back-Blue);
    margin-bottom: 25px;
}

.contact-phone {
    font-size: 24px;
    font-weight: 600;
    color: var(--Blue1);
    text-decoration: none;
}

.contact-phone:hover {
    color: var(--Navy-Blue);
}

/* Contact Form */
.contact-form-wrapper {
    padding: 40px;
    border-radius: 4px;
}

.contact-form-wrapper h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: var(--Navy-Blue);
    margin-bottom: 30px;
    text-align: center;
}

.contact-form-control {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    width: 100%;
    /* margin-bottom: 20px; */
    font-family: "Jost", sans-serif;
}

.iti {
    margin: 0 !important;
}

.contact-form-control:focus {
    background-color: #fff;
    border-color: var(--Blue1);
    outline: none;
    box-shadow: 0 0 0 2px rgba(13, 61, 100, 0.1);
}

.contact-form-control::placeholder {
    color: #999;
}

textarea.contact-form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-form-wrapper .blue-btn {
    padding: 14px 50px;
    width: auto;
    display: inline-block;
}

/* Visit Us & Hours Section */
.visit-hours-section {
    padding: 80px 0;
    background-color: #fff;
}

.visit-hours-wrapper {
    border-top: 2px solid #E5E5E5;
    padding-top: 50px;
}

.visit-col h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: var(--Navy-Blue);
    margin-bottom: 20px;
}

.visit-col p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Back-Blue);
    margin-bottom: 15px;
}

.visit-address {
    font-size: 16px;
    font-weight: 500;
    color: var(--Navy-Blue);
    margin-top: 10px;
}

.visit-address i {
    margin-right: 8px;
    color: var(--Blue1);
}

.hours-col h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: var(--Navy-Blue);
    margin-bottom: 20px;
}

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

.hours-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--Back-Blue);
}

/* Map Section */
.map-section {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.map-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder {
    height: 100%;
    width: 100%;
    font-size: 120px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: 10px;
    text-transform: uppercase;
}

.map-image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.map-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================== */
/* ------------ EMPLOYMENT PAGE STYLING ------------ */
/* ============================================== */

/* Employment Hero Section */
.employment-hero h1 {
    color: var(--Navy-Blue);
    font-size: 48px;
    font-weight: 500;
}

.employment-hero .tradeboatsecdetail {
    max-width: 75%;
    padding-left: 0;
    margin: 0 auto;
}

/* Job Card Styles */
.job-card {
    background: #FAFAFA;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    padding: 50px 30px;
    text-align: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.job-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.job-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--Navy-Blue);
    margin-bottom: 30px;
    line-height: 1.4;
}

.job-btn-outline {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid var(--Navy-Blue);
    color: var(--Navy-Blue);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    font-family: "Jost", sans-serif;
}

.job-btn-outline:hover {
    background-color: var(--Navy-Blue);
    color: #fff;
    text-decoration: none;
}





/* ============================================== */
/* ------------ RENTALS PAGE STYLING ------------ */
/* ============================================== */

.rentals-headsec p span{
    font-size: 20px;
}
.rentals-headsec .tradeboatsecdetail {
    max-width: 80%;
    margin: auto;
}

/* Rental Boat Cards */
.rental-boat-card {
    background: #fff;
    overflow: hidden;
}


.rental-boat-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.rental-boat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}


.rental-boat-info {
    padding: 0px 25px;
    text-align: center;
    background: #fff;
}

.rental-boat-model {
    font-size: 24px;
    font-weight: 500;
    color: var(--Navy-Blue);
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
}





/* ============================================== */
/* ------- MEMBERSHIP SERVICES SECTION --------- */
/* ============================================== */

.membership-services-detail h2 {
    font-size: 40px;
    font-weight: 500;
    color: var(--Navy-Blue);
    margin-bottom: 30px;
    line-height: 1.3;
}

.service-item {
    margin-bottom: 25px;
}

.service-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--Navy-Blue);
    margin-bottom: 0px;
    font-family: "Jost", sans-serif;
}

.service-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}





/* ============================================== */
/* -------- STORAGE MEMBERSHIP TIERS ----------- */
/* ============================================== */

.storage-tiers-section {
    background-color: #fff;
}

.storage-tier-card {
    border-radius: 2px;
    border: 1px solid  #D9D9D9;
    background:  #FAFAFA;
    padding: 50px 40px;
    min-height: 600px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.tier-premium {
    background: var(--Blue1);
    border-color: var(--Blue1);
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding-top: 70px;
}

.tier-coming-soon {
    background: var(--Light-Blue);
    color: var(--Navy-Blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 80%;
    padding: 8px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.tier-premium .tier-coming-soon + * {
    margin-top: 30px;
}

.tier-letter {
    font-size: 64px;
    font-weight: 300;
    color: var(--Navy-Blue);
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
}

.tier-letter-white {
    color: #fff;
}

.tier-title {
font-size: 32px;
font-style: normal;
font-weight: 500;
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
}

.tier-title-white {
    color: #fff;
}

.tier-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: var(--Back-Blue);
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
}

.tier-subtitle-white {
    color: var(--Light-Blue);
}

.tier-highlight {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
}

.tier-description {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}

.tier-description-white {
    color: #E8E8E8;
}







/* Newsletter Section */
.newsletter-section {
    padding: 80px 0;
    border-top: 1px solid #F5F5F5;
}

.newsletter-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
}

.newsletter-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: var(--Navy-Blue);
    margin-bottom: 15px;
}

.newsletter-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Back-Blue);
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #EAEAEA;
    border-radius: 2px 0 0 2px;
    font-size: 14px;
    color: #333;
    font-family: "Jost", sans-serif;
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--Blue1);
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-submit {
    background-color: var(--Blue1);
    color: var(--Light-Blue);
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    transition: all 0.3s;
}

.newsletter-submit:hover {
    background-color: var(--Light-Blue);
    color: var(--Blue1);
}

/* Footer Styles */
.simple-footer {
    background-color: #B4E3F6;
    padding: 60px 0 30px;
    color: var(--Navy-Blue);
}

.footer-main-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 40px;
}

.footer-links-section {
    display: flex;
    gap: 60px;
    flex: 1;
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: var(--Navy-Blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s;
    font-family: "Jost", sans-serif;
}

.footer-col ul li a:hover {
    color: var(--Blue1);
}

.footer-brand-section {
    text-align: center;
    max-width: 280px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.footer-brand-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--Navy-Blue);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-info {
    margin-bottom: 20px;
}

.footer-info p {
    font-size: 14px;
    color: var(--Navy-Blue);
    margin-bottom: 3px;
    line-height: 20px;
}

.footer-phone {
    font-size: 18px;
    font-weight: 600;
    color: var(--Navy-Blue);
    display: block;
    margin: 15px 0;
}

.footer-social {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.social-icon {
    width: 36px;
    height: 36px;
    background-color: var(--Blue1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 16px;
}

.social-icon:hover {
    color: #fff;
    background-color: var(--Navy-Blue);
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #E5E5E5;
    margin-top: 30px;
}
.footer-bottom {
    border-top: 1px solid #E5E5E5;
    padding-top: 30px;
}
.footer-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}
.footer-bottom ul li {
    list-style: none;
    color: var(--Back-Blue);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
}
.footer-bottom ul li a {
    color: var(--Back-Blue);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* ============================================== */
/* ------------ RESPONSIVE MEDIA QUERIES -------- */
/* ============================================== */









/* ============================================== */
/* ------------ RENTALS PAGE STYLING ------------ */
/* ============================================== */

/* Boat Models Section */
.rental-boat-card {
    margin-bottom: 30px;
}

.rental-boat-image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

/* .rental-boat-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
} */

.highlight-border {
    border: 4px solid #00AEEF;
    /* Bright blue color from image */
}

.rental-boat-info {
    text-align: center;
}

.rental-boat-model {
    font-size: 20px;
    font-weight: 600;
    color: var(--Navy-Blue);
    margin-bottom: 15px;
    font-family: "Jost", sans-serif;
}
.field-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}
.error_field {
    border: 1px solid red !important;
}
.iti{
    /* border: none; */
    width: 100%;
    margin-top: 15px;
}
#boat-models p span {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Navy-Blue);
}

#boat-models h2 {
    font-size: 36px;
    color: var(--Navy-Blue);
    margin-top: 10px;
}



/* ============================================== */
/* ------------ membership PAGE STYLING ------------ */
/* ============================================== */
.membership-storage h3{
    font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 56px;
}

.commonSection {
    margin-bottom: 80px;
}
.commonSectionInnerWrap {
    display: flex;
    gap: 120px;
    max-width: calc(100% - 15%);
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.thank-you-content-box {
    width: 50%;
}
.commonSectionImageWrapper {
    width: 50%;
}
.commonPara {
    color: #1E1E1E;
    text-align: center;
    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-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: #222;
    display: inline-block;
    padding: 13px 25px;
}
.featured-btn:hover {
    color: #FFF;
    text-decoration: none;
}
.commonSectionHeading {
    color: #222;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}
.thank-you-inner-box {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.thank-you-img-box{
    width: 100%;
    height: 100%;
}
.commonSectionImageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.breadcrumb{
    background: transparent !important;
}

/* brand page  css start here */

.brandHeaderSection {
    position: relative;
    padding-top: 35%;
}
.cap-brand{
    object-position: 0 20%;
}
.brandHeaderSection .brandHeaderMedia {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brandIntroSection {
    max-width: calc(100% - 25%);
    margin: 100px auto;
    padding: 0px 15px;
}
.brandIntroContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brandLogoContainer img {
    width: 220px;
    height: 100%;
    object-fit: contain;
}

.mainHeading {
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.44px;
}
.brand-description p{
    color: var(--Back-Blue);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}
.brand-description strong {
    font-weight: 600 !important;
}
.brandInventorySection {
    max-width: 1520px;
    margin: 80px auto 90px auto;
}
.brandInventoryHeadeingWrap {
    margin-bottom: 20px;
}
.secondaryHeading {
    text-align: center;
    color: var(--Navy-Blue);
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.96px;
}
.brandParaContainer {
    width: 65%;
}
.brandLogoContainer {
    width: 35%;
}

/* MERGED MEDIA QUERIES */

@media screen and (min-width: 1950px) {
    .main-menu ul li a, .community-action {
        font-size: 19px;
    }
    .address-text, .phone-text {
        font-size: 18px;
    }
    .logo-section img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1600px) {
    .brandIntroSection {
        max-width: calc(100% - 17%);
    }
    .costal-container {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (max-width: 1440px) {
    .mainHeading {
        font-size: 40px;
        line-height: 50px;
    }
    
    .commonSectionHeading {
        font-size: 29px;
        letter-spacing: 3px;
    }
h1 {
        font-size: 50px;
        line-height: 44px;
    }

    h2 {
        font-size: 28px;
        line-height: 44px;
    }

    h3 {
        font-size: 35px;
        line-height: 44px;
    }

    h4 {
        font-size: 28px;
        line-height: 44px;
    }

    h5 {
        font-size: 20px;

        line-height: normal;
    }

    p span {
        font-size: 14px;
        line-height: normal;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .mt-40 {
        margin-top: 30px;
    }

    .my-40 {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .my-30 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .my-80 {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tradeboatsecdetail {
        max-width: 90%;
    }

    .Concierge-card-img {
        height: 250px;
    }

    .featured-inventory-home .inventory-img-wrapper {
        height: 200px;
    }
.contact-info-wrapper h1 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 1200px) {
    .brandIntroSection {
        max-width: 100%;
    }
    .brandLogoContainer {
        text-align: center;
    }
    .commonSectionInnerWrap {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .commonSectionInnerWrap {
        gap: 40px;
    }
.aboutuscntnt {
        max-width: 80%;
    }
.contact-info-wrapper {
        padding-right: 30px;
    }

    .contact-form-wrapper {
        padding: 30px;
    }
    .logo-section img {
    max-width: 120px;
}
.main-menu ul li a {
    font-size: 14px;
}
.community-action {
    gap: 10px;
    font-size: 14px;
}
}

@media (max-width: 991px) {
    .brandParawrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .brandLogoContainer, .brandParaContainer {
        width: 100%;
    }
    .brandLogoContainer img {
        margin-bottom: 36px;
    }
    .brandIntroContainer {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 0;
    }
    .brandIntroSection {
        margin: 40px 0;
        padding: 0;
    }
    .mainHeading {
        font-size: 30px;
        line-height: normal;
    }
    .rentals-headsec p span
    {
        font-size: 18px;
    }
    .community-slideout.active {
    right: 0;
    top: 115px;
}

    .commonSectionImageWrapper {
        width: 100%;
    }
    .thank-you-content-box {
        width: 100%;
    }
    .commonSectionInnerWrap {
        gap: 40px;
        flex-flow: column-reverse;
    }
    .cc-hero-banner {
    height: 400px;
}
    .storage-headsec .tradeboatsecdetail
 {
    max-width: 100%;
}
.tradeboatsecdetail {
        max-width: 90%;
        text-align: center;
    }

    .aboutuscntnt {
        max-width: 90%;
    }

    .tradeboatsecdetail {
        max-width: 100%;
        padding: 15px 10px;
    }

    .reverse-column {
        flex-direction: column-reverse;
    }.storage-headsec h1 {
    font-size: 38px;
    }
.logo-section img{
        max-width: 130px;
        width: 100%;
    }
    .partnership-excellence-section {
        padding: 50px 0;
    }

    .partnership-image-wrapper {
        padding-bottom: 60px;
        margin-bottom: 40px;
    }

    .partnership-image-wrapper img {
        height: 400px;
    }

    .partnership-content-box {
        padding: 30px 25px;
        width: 90%;
        max-width: 450px;
    }

    .partnership-title {
        font-size: 24px;
    }
            .ourcomitment {
                height: auto;
                padding: 80px 15px;
                justify-content: center;
            }

            .ourcomitment .aboutuscntnt {
                position: relative;
                right: auto;
                top: auto;
                transform: none;
                max-width: 100%;
                margin: 0 auto;
            }
.job-card {
        padding: 40px 25px;
    }

    .employment-hero h1 {
        font-size: 33px;
    }
.rental-boat-image {
        height: 250px;
    }

    .rental-boat-info {
        padding: 25px 20px;
    }

    .rental-boat-model {
        font-size: 22px;
    }
.membership-services-detail h2 {
        font-size: 32px;
    }

    .service-item {
        margin-bottom: 20px;
    }

    .service-item h4 {
        font-size: 17px;
    }

    .service-item p {
        font-size: 14px;
    }
.coatal-sub-sec {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
    .storage-tier-card {
        padding: 40px 30px;
        min-height: 480px;
    }

    .tier-premium {
        min-height: 580px;
        padding-top: 60px;
    }

    .tier-letter {
        font-size: 56px;
    }

    .tier-title {
        font-size: 24px;
    }

    .tier-subtitle {
        font-size: 15px;
    }

    .tier-description {
        font-size: 14px;
    }
/* Header */
    .top-info-row,
    .main-menu {
        display: none;
    }

    .right-content-section {
        align-items: flex-end;
    }

    .community-action {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    /* Mega Menus - Hide on tablet/mobile */
    .mega-menu-wrapper {
        display: none !important;
    }

    /* Community Slideout - Adjust width */
    .community-slideout {
        width: 300px;
        right: -300px;
    }

    /* Contact Section */
    .contact-hero-section {
        padding: 50px 0;
    }

    .contact-info-wrapper {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact-info-wrapper h1 {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }

    .contact-info-wrapper .subtitle {
        font-size: 18px;
        text-align: center;
    }

    .contact-info-wrapper .description {
        text-align: center;
    }

    .contact-phone {
        display: block;
        text-align: center;
    }

    /* Visit & Hours */
    .visit-hours-section {
        padding: 50px 0;
    }

    .visit-col,
    .hours-col {
        text-align: center;
        margin-bottom: 30px;
    }

    /* Map Section */
    .map-section {
        height: 800px;
    }

    .map-wrapper {
        width: 100%;
        height: 50%;
    }

    .map-image-wrapper {
        width: 100%;
        height: 50%;
        top: 50%;
    }

    /* Newsletter */
    .newsletter-content h2 {
        font-size: 36px;
        line-height: 44px;
    }

    /* Footer */
    .footer-main-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .footer-links-section {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-col {
        width: 45%;
    }

    .footer-brand-section {
        max-width: 100%;
        margin: 0 auto;
    }

    .simple-footer {
        background-color: #B4E3F6;
        padding: 60px 30px;
        color: var(--Navy-Blue);
        text-align: center;
    }
}

@media (max-width: 767px) {
h1 {
        font-size: 25px;
        line-height: normal;
    }

    h2 {
        font-size: 18px;
        line-height: normal;
    }

    h3 {
        font-size: 22px;
        line-height: normal;
    }

    h4 {
        font-size: 18px;
        line-height: 44px;
    }

    h5 {
        font-size: 16px;

        line-height: normal;
    }

    p span {
        font-size: 14px;
        line-height: normal;
    }
    .rentals-headsec p span
        {
            font-size: 16px;
        }

    .mb-40 {
        margin-bottom: 20px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .my-40 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .mt-30 {
        margin-top: 210px;
    }

    .my-30 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .my-80 {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .py-120 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cc-img-wrap {
        height: 200px;
    }

    .cc-body {
        padding: 20px 0;
        text-align: center;
    }

    .blue-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
.partnership-excellence-section {
        padding: 30px 0;
    }

    .partnership-image-wrapper {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    .partnership-image-wrapper img {
        height: 300px;
    }

    .partnership-content-box {
        padding: 25px 20px;
        width: 90%;
    }

    .partnership-title {
        font-size: 22px;
    }

    .partnership-text {
        font-size: 14px;
        line-height: 1.6;
    }
.job-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .job-title {
        font-size: 20px;
    }

    .employment-hero h1 {
        font-size: 28px;
        line-height: normal;
    }
.rental-boat-image {
        height: 220px;
    }

    .rental-boat-info {
        padding: 20px 15px;
    }

    .rental-boat-model {
        font-size: 20px;
        margin-bottom: 15px;
    }
.membership-services-detail h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .service-item {
        margin-bottom: 18px;
    }

    .service-item h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .service-item p {
        font-size: 14px;
        line-height: 1.5;
    }
    .coatal-sub-sec {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .cc-hero-banner {
        height: 300px;
    }
    .cc-hero-content {
    width: 100%;
}
    .storage-tier-card {
        padding: 30px 25px;
        margin-bottom: 20px;
        min-height: auto;
    }

    .tier-premium {
        min-height: auto;
        padding-top: 50px;
    }

    .tier-letter {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .tier-title {
        font-size: 22px;
    }

    .tier-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .tier-highlight {
        font-size: 18px;
    }

    .tier-description {
        font-size: 14px;
        line-height: 1.7;
    }
.process-item {
        margin-bottom: 20px;
    }

    /* Contact Section */
    .contact-hero-section {
        padding: 30px 0;
    }

    .contact-info-wrapper h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .contact-info-wrapper .subtitle {
        font-size: 16px;
    }

    .contact-phone {
        font-size: 20px;
    }

    .contact-form-wrapper {
        padding: 25px 20px;
    }

    .contact-form-wrapper h3 {
        font-size: 24px;
        line-height: 32px;
    }
.employment-hero .tradeboatsecdetail{
    max-width: 95%;

}
.storage-headsec h1 {
    font-size: 33px;
    line-height: normal;
    }
    .rentals-headsec .tradeboatsecdetail {
    max-width: 95%;
    margin: auto;
}
.membership-storage h3 {
    font-size: 33px;
    line-height: normal;
}
    /* Visit & Hours */
    .visit-hours-section {
        padding: 30px 0;
    }

    .visit-col h3,
    .hours-col h3 {
        font-size: 24px;
        line-height: 32px;
    }

    /* Map Section */
    .map-section {
        height: 600px;
    }

    .map-placeholder {
        font-size: 60px;
    }

    /* Newsletter */
    .newsletter-section {
        padding: 50px 0;
    }

    .newsletter-content h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-input {
        border-radius: 2px;
        margin-bottom: 15px;
        width: 100%;
    }

    .newsletter-submit {
        border-radius: 2px;
        width: 100%;
    }

    /* Footer */
    .footer-links-section {
        flex-direction: column;
        gap: 30px;
    }

    .footer-col {
        width: 100%;
    }

    .footer-brand-section {
        order: -1;
    }
#boat-models h2 {
        font-size: 28px;
    }

    .rental-boat-model {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .footer-bottom ul {
        flex-direction: column;
        padding: 15px 0 20px 0;
    }
    .commonSectionLinkWrap {
        flex-direction: column-reverse;
    }
.banner-content-box .search-explore-box{
        flex-wrap: wrap;
        width: 100%;
    }
    .banner-content-box {
        max-width: calc(100% - 10%);
    }
}

