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

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

body {
    background-color: #fff;
}

/* common css starts here */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl,
fieldset,
pre {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

body {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Tw Cen MT";
    src: url("../fonts/tw-cen-mt/Tw-Cen-MT.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Century Schoolbook";
    src: url("../fonts/century-schoolbook/SCHLBKB.TTF") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin-pro/Acumin-RPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin-pro/Acumin-ItPro.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin-pro/Acumin-BdPro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin-pro/Acumin-BdItPro.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* ============================================================
   KEHL'S FAMILY BOATING CENTER — HOME PAGE CSS
   Design: Figma node 4002:961
   Colors: Navy #272262 | Aqua #00ADEF | Black #111
   Fonts: Century Schoolbook (headings) | Tw Cen MT (body/btns) | Acumin Pro (specs)
   ============================================================ */

/* --- Reset helpers --- */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

/* --- Typography tokens --- */
.kehlH1 {
    font-family: "Century Schoolbook", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    color: #fff;
}

.sellTradeHeading {
    font-family: "Century Schoolbook", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    color: #fff;
}

.kehlH2 {
    font-family: "Century Schoolbook", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kehlH3 {
    font-family: "Century Schoolbook", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.kehlPara {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.kehlNavyText {
    color: #272262;
}

.kehlBlackText {
    color: #111;
}

.kehlAquaText {
    color: #00ADEF;
}

/* --- Button styles --- */
.kehlAquaBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00ADEF;
    color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.kehlAquaBtn:hover {
    background-color: #008ec0;
    color: #fff;
}

.kehlNavyBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #272262;
    color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.kehlNavyBtn:hover {
    background-color: #1a1748;
    color: #fff;
}

.kehlWhiteFilledBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #111;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 14px 28px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.kehlWhiteFilledBtn:hover {
    background-color: transparent;
    color: #fff;
}

/* ============================================================
   DESKTOP HEADER
   ============================================================ */
.kehlDesktopHeader {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

.kehlDesktopNav {
    background-color: #272262;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6%;
}

.kehlNavBrand {
    max-width: 147px;
}

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

.kehlNavLinks {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.kehlNavLink {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    transition: color 0.2s;
}

.kehlNavLink:hover {
    color: #fff;
}

.kehlNavContact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

.kehlCallText {
    font-family: "Acumin Pro", sans-serif;
    font-size: 14px;
    color: #00ADEF;
    line-height: 1;
    margin-bottom: 4px;
}

.kehlNavPhone {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.kehlNavPhone:hover {
    color: #00ADEF;
}

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

.inventoryMenuList{
    list-style: none;
}

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

.inventoryMenuLink{
    color:  #111;
    font-family: "Tw Cen MT";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inventoryMenuLink:hover{
    color:  #111;
}

.inventoryMenuCard{
    position: relative;
    padding-top: 58%;
    margin: 0 20px;
}

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

.inventoryMenuCardContent{
    position: absolute;
    left: 36px;
    bottom: 24px;
}

.inventoryMenuCardTitle{
    color: #FFF;
    font-family: "Tw Cen MT";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

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

.closeIconText{
    color: #7B7B7B;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.toggleResourcesMenu{
    position: relative;
}

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

.resourcesMenuList{
    list-style: none;
}

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

.resourcesMenuLink{
    color: #111;
    font-family: "Tw Cen MT";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.resourcesMenuLink:hover{
    color: #111;
}

/* mega menu css ends here */


/* --- Desktop Side Menu --- */
.kehlSideMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100vh;
    background-color: #fff;
    z-index: 300;
    padding: 40px 40px 40px 10%;
    overflow-y: auto;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.15);
    transform: translateX(-110%);
    transition: transform 0.4s ease;
}

.kehlSideMenu.kehlSideMenuOpen {
    transform: translateX(0);
}

.kehlSideMenuClose {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
    cursor: pointer;
}

.kehlSideMenuClose img {
    width: 18px;
}

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

.kehlSideMenuList li {
    margin-bottom: 28px;
}

.kehlSideMenuLink {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.kehlSideMenuLink:hover {
    color: #272262;
}

.kehlSideMenuSocial {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

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

.kehlSocialIcon:hover {
    background-color: #272262;
    color: #fff;
}

/* ============================================================
   MOBILE HEADER
   ============================================================ */
.kehlMobileHeader {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #272262;
    padding: 10px 24px;
}

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

.kehlMobileHamburger {
    width: 36px;
    cursor: pointer;
}

.kehlMobileHamburger .line {
    display: block;
    height: 2px;
    background: #fff;
    margin: 8px 0;
    transition: all 0.3s;
}

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

.kehlMobileHamburger .middle {
    width: 60%;
}

.kehlMobileLogo img {
    max-width: 220px;
    object-fit: contain;
}

.kehlMobilePhoneIcon {
    color: #fff;
    font-size: 20px;
}

.kehlMobilePhoneIcon:hover {
    color: #00ADEF;
}

/* Mobile Side Menu */
.kehlMobileSideMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75vw;
    max-width: 320px;
    height: 100vh;
    background-color: #fff;
    z-index: 300;
    padding: 32px 15px;
    overflow-y: auto;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.15);
    transform: translateX(-110%);
    transition: transform 0.4s ease;
}

.kehlMobileSideMenu.kehlMobileSideMenuOpen {
    transform: translateX(0);
}

.kehlMobileSideMenuClose {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 28px;
    cursor: pointer;
}

.kehlMobileSideMenuClose img {
    max-width: 40px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */

.kehlHeroSection {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

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

.kehlHeroOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.4);
}

.kehlHeroContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 90%;
}

/* ============================================================
   NEW / PRE-OWNED SECTION
   ============================================================ */
.kehlBoatTypesSection {
    margin-top: 64px;
}

.kehlBoatTypeCard {
    position: relative;
    height: 520px;
    overflow: hidden;
}

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

.kehlBoatTypeGradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 40%, rgba(17, 17, 17, 0.8) 100%);
}

.kehlBoatTypeContent {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    padding: 0 24px;
}

/* ============================================================
   NEW ARRIVALS SECTION
   ============================================================ */
.kehlArrivalsSection {
    margin: 80px 0;
    background-color: #fff;
}

.kehlArrivalCard {
    padding: 0 12px;
}

.kehlArrivalImageWrap {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
}

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

.kehlArrivalInfo {
    border-left: none;
    border-right: none;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 20px 16px;
    min-height: 154px;
}

.kehlArrivalTitle {
    font-family: "Acumin Pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 25px;
    margin-bottom: 8px;
}

.kehlArrivalPrice {
    font-family: "Acumin Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #272262;
    line-height: 25px;
    margin-bottom: 0;
}

.kehlArrivalMonthly {
    font-family: "Acumin Pro", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px;
}

.kehlViewDetails {
    font-family: "Acumin Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #272262;
    line-height: 25px;
    display: block;
    margin-bottom: 0;
}

.kehlViewDetails:hover {
    color: #00ADEF;
}

.kehlArrivalSpecs {
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #D9D9D9;
    padding-top: 14px;
    margin-top: 14px;
}

.kehlSpecItem {
    font-family: "Acumin Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #111;
    text-align: center;
    display: flex;
    gap: 4px;
    align-items: center;
    position: relative;
}

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

.kehlSpecItem:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 12px;
    background: #ccc;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}



/* ============================================================
   SERVICES SECTION
   ============================================================ */
.kehlServicesSection {
    line-height: 0;
}

.kehlServiceCard {
    position: relative;
    height: 720px;
    overflow: hidden;
    cursor: pointer;
}

.kehlServiceImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kehlServiceCard:hover .kehlServiceImage {
    transform: scale(1.04);
}

.kehlServiceGradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.7) 100%);
}

.kehlServiceContent {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    padding: 0 16px;
}

/* ============================================================
   FEATURES SECTION
   ============================================================ */
.kehlFeaturesSection {
    padding: 60px 0;
    background-color: #fff;
}

.kehlFeatureBlock {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0 20px 15px;
}

.kehlFeatureIconBox {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #272262;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

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

.kehlFeatureText h3 {
    margin-bottom: 4px;
}

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

.videoCardWrapper {
    padding: 0 20px;
}

/* ============================================================
   PROMOTION CAROUSEL SECTION
   ============================================================ */
.kehlPromoSection {
    position: relative;
    overflow: hidden;
}

.kehlPromoSlide {
    position: relative;
    height: 720px;
    overflow: hidden;
}

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

.kehlPromoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.55);
}

.kehlPromoContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 80%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Promo carousel nav arrows */
.kehlPromoCarousel {
    position: relative;
}

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

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

.kehlPromoCarousel .owl-nav [class*=owl-] {
    margin: 0;
}

/* Custom owl dots for promo */
.kehlPromoSection .owl-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.kehlPromoSection .owl-dot span {
    height: 3px;
    border-radius: 40%;
    background: rgba(255, 255, 255, 0.4) !important;
    margin: 0 4px;
    width: 80px !important;
}

.kehlPromoSection .owl-dot.active span {
    background: #fff !important;
}

/* ============================================================
   VIDEOS SECTION
   ============================================================ */
.kehlVideosSection {
    margin: 120px 0;
    background-color: #fff;
}

.kehlVideoLink {
    display: block;
}

.kehlVideoThumb {
    position: relative;
    padding-top: 66%;
    overflow: hidden;
    background-color: #111;
}

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

.kehlVideoPlayOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background-color 0.3s;
}

.kehlVideoLink:hover .kehlVideoPlayOverlay {
    background-color: rgba(17, 17, 17, 0.6);
}

.kehlPlayIcon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 64px !important;
    height: 64px !important;
    padding-top: 0 !important;
    object-fit: contain !important;
}

.kehlVideoTitle {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 24px;
    color: #272262;
    line-height: 26px;
    text-align: center;
    margin-top: 16px;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.kehlAboutSection {
    background-color: #fff;
    margin-bottom: 120px;
}

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

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

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

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

/* ============================================================
   FOOTER
   ============================================================ */
.kehlFooter {
    background-color: #FAFAFA;
}

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

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

.kehlNewsletterForm {
    width: 100%;
}

.kehlEmailWrap {
    display: flex;
    align-items: stretch;
    border: 1px solid #E6E6E6;
    background-color: #fff;
}

.kehlEmailInput {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
}

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

.kehlEmailArrow:hover {
    background-color: #272262;
    color: #fff;
}

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

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

.kehlFooterSocialIcon:hover {
    color: #fff;
}

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

.kehlFooterColHead {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #272262;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

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

.kehlFooterLink {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 24px;
    transition: color 0.2s;
}

.kehlFooterLink:hover {
    color: #272262;
}

.kehlFooterContact {
    padding-top: 8px;
    max-width: 320px;
    margin: 0 auto;
}

.kehlFooterLogo {
    max-width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.kehlFooterPhone {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 24px;
    color: #272262;
    text-align: center;
}

.kehlFooterPhone:hover {
    color: #00ADEF;
}

/* Footer bottom bar */
.kehlFooterBottom {
    background-color: #FAFAFA;
    border-top: 1px solid #D9D9D9;
    padding: 12px 0;
    margin-top: 64px;
}

.kehlFooterBottom p {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.6);
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.kehlFooterBottom a {
    color: #111;
    text-align: right;
    font-family: "Tw Cen MT";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer-item{
    position: relative;
    padding-left: 30px;
}
.footer-item + .footer-item::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background-color: #D9D9D9;
}
.kehlFooterBottom a:hover {
    color: #111;
}

/* ============================================================
   SERVICE PAGE CSS
   ============================================================ */

/* Active nav link */
.kehlNavLinkActive {
    color: #00ADEF !important;
}

/* --- Hero Banner --- */
.svcHero {
    position: relative;
    height: 600px;
    overflow: hidden;
}

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

.svcHeroOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.6);
}

.svcHeroContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 90%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- Intro Section --- */
.svcIntroSection {
    background-color: #fff;
    padding: 80px 0;
}

.svcIntroTextWrap {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 24px;
}

.svcIntroTextWrap>div {
    max-width: 560px;
    margin: 0 auto;
}

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

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

/* --- Why Choose Section --- */
.svcWhyChooseSection {
    background-color: #fff;
}

.svcWhyImageWrap {
    position: relative;
    height: 620px;
    overflow: hidden;
}

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

.svcWhyContentWrap {
    background-color: #272262;
    height: 620px;
    padding: 60px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}

.svcWhyGrid {
    display: flex;
    gap: 40px;
}

.svcWhyCol {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.svcWhyItem {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.svcCheckIcon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 4px;
}

/* --- Seasonal Sections (Winter / Spring) --- */
.svcSeasonSection {
    background-color: #fff;
    border-top: 1px solid #F0F0F0;
    padding: 80px 0;
}

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

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

.svcSeasonTextWrap {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 24px;
}

.svcSeasonTextWrap>div {
    max-width: 600px;
    margin: 0 auto;
}

.svcBulletList {
    list-style: disc;
    padding-left: 24px;
    margin: 0;
}

.svcBulletList li {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 24px;
    margin-bottom: 8px;
}

/* --- Warranty Section --- */
.svcWarrantySection {
    background-color: #fff;
    padding: 80px 0;
}

.svcWarrantyImageWrap {
    position: relative;
    padding-top: 69%;
    height: 100%;
    max-width: 480px;
    margin: 0 auto;
}

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

.svcWarrantyTextWrap {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 24px;
}

.svcWarrantyTextWrap>div {
    max-width: 560px;
    margin: 0 auto;
}

/* --- Storage Section --- */
.svcStorageSection {
    background-color: #fff;
}

.svcStorageNavyCol {
    background-color: #272262;
    height: 520px;
    display: flex;
    align-items: center;
}

.svcStorageContent {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 15px;
}

.svcStorageImageWrap {
    position: relative;
    height: 520px;
    overflow: hidden;
}

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

.svcStorageBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 13px 28px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s;
    align-self: flex-start;
}

.svcStorageBtn:hover {
    background-color: #fff;
    color: #272262;
}

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

.storHeroTextWrap {
    max-width: 700px;
}

/* --- Request Service Form --- */
.svcFormSection {
    background-color: #fff;
    margin: 80px 0;
}

.svcFormTopDivider {
    height: 1px;
    background-color: #D9D9D9;
    margin-bottom: 80px;
}

.svcForm {
    width: 100%;
}

.svcFormField {
    margin-bottom: 16px;
    position: relative;
}

.svcInput {
    width: 100%;
    height: 48px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    padding: 12px 16px;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.svcInput::placeholder {
    color: rgba(34, 34, 34, 0.6);
}

.svcInput:focus {
    border-color: #272262;
}

.iti{
    width: 100%;
}

.formField {
    width: 100%;
    height: 48px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    padding: 12px 16px;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.formField::placeholder {
    color: rgba(34, 34, 34, 0.6);
}

.formField:focus {
    border-color: #272262;
}

.svcTextarea {
    height: 96px !important;
    resize: vertical;
}

/* Date input styling */
.svcDateInput {
    color: rgba(34, 34, 34, 0.6);
}

.svcDateInput:focus,
.svcDateInput:not(:placeholder-shown),
.svcDateInput:valid {
    color: #111;
}

/* Show placeholder for date input when empty */
.svcDateInput[type="text"]::placeholder {
    color: rgba(34, 34, 34, 0.6);
}

.svcDateInput[type="date"]::-webkit-datetime-edit-text,
.svcDateInput[type="date"]::-webkit-datetime-edit-month-field,
.svcDateInput[type="date"]::-webkit-datetime-edit-day-field,
.svcDateInput[type="date"]::-webkit-datetime-edit-year-field {
    color: rgba(34, 34, 34, 0.6);
}

.svcDateInput[type="date"]:focus::-webkit-datetime-edit-text,
.svcDateInput[type="date"]:focus::-webkit-datetime-edit-month-field,
.svcDateInput[type="date"]:focus::-webkit-datetime-edit-day-field,
.svcDateInput[type="date"]:focus::-webkit-datetime-edit-year-field,
.svcDateInput[type="date"]:valid::-webkit-datetime-edit-text,
.svcDateInput[type="date"]:valid::-webkit-datetime-edit-month-field,
.svcDateInput[type="date"]:valid::-webkit-datetime-edit-day-field,
.svcDateInput[type="date"]:valid::-webkit-datetime-edit-year-field {
    color: #111;
}

/* ============================================================
   STORAGE PAGE — RESPONSIVE (MOVED TO CONSOLIDATED SECTION BELOW)
   ============================================================ */

/* ============================================================
   SELL/TRADE PAGE — RESPONSIVE (MOVED TO CONSOLIDATED SECTION BELOW)
   ============================================================ */

/* --- Hero + Intro Combined Wrapper --- */
.storHeroIntroWrap {
    position: relative;
}

.trdPromoSection{
    position: relative;
    padding-top: 27%;
    min-height: 200px;
}

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

.storHeroBg {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1;
    overflow: hidden;
}

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

.storHeroOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.55);
}

.storHeroTextWrap {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 700px;
}

.storHeroTextWrap .kehlH1 {
    color: #fff;
    margin-bottom: 0;
}

.storHeroSubtitle {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin-top: 16px;
}

.storageIntroSection {
    position: relative;
    margin-top: -120px;
    z-index: 2;
}

.storIntroTextWrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-top: 160px;
    max-width: 700px;
}

/* --- Framed Image (right column, spans hero + intro) --- */
.storFramedImageCol {
    max-width: 700px;
    margin: -26% auto 0 auto;
}

.storFramedImageWrap {
    width: 100%;
    max-width: 700px;
}

.storFramedImageWrap img {
    width: 100%;
    height: auto;
    display: block;
    border: 10px solid #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* --- Outdoor Dry Stack Storage Section --- */
.storDryStackSection {
    background-color: #fff;
    margin-top: 80px;
}

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

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

.storDryStackContent {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}

.fullServiceSection {
    margin: 80px 0;
}

/* --- Price / Pricing Text (shared across storage sections) --- */
.storPriceText {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #00ADEF;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 1.5;
}

/* --- Slip Rentals Section --- */
.storSlipSection {
    background-color: #fff;
    margin-top: 120px;
}

.storSlipContent {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 15px;
}

.storBulletList {
    list-style: disc;
    padding-left: 24px;
    margin: 0;
}

.storBulletList li {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 24px;
    margin-bottom: 8px;
}

.storSlipImgWrap {
    position: relative;
    max-width: 520px;
    padding-top: 82%;
    margin: 0 auto;
}

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

/* --- Service Pricing Section --- */
.storPricingSection {
    background: linear-gradient(135deg, #5bc8f0 0%, #3aaee0 50%, #60d0f5 100%);
    margin-top: 100px;
    padding: 80px 0;
    text-align: center;
}

.storPricingGroup {
    display: inline-block;
    width: 100%;
}

.storPricingBadge {
    display: inline-block;
    background-color: #272262;
    color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 22px;
    border-radius: 50px;
}

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

.storPricingList li {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.storPricingItemName {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #272262;
}

.storPricingPrice {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.storPricingEngineItem {
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.storPricingSubText {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: block;
}

@media (max-width: 991px) {
    .storPricingSection {
        margin-top: 64px;
        padding: 60px 0;
    }

    .storPricingItemName {
        font-size: 20px;
    }

    .storPricingPrice,
    .storPricingSubText {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .storPricingSection {
        margin-top: 48px;
        padding: 48px 16px;
    }

    .storPricingItemName {
        font-size: 18px;
    }

    .storPricingPrice,
    .storPricingSubText {
        font-size: 16px;
    }

    .storPricingBadge {
        font-size: 11px;
        padding: 7px 16px;
    }
}

/* ============================================================
   SELL/TRADE PAGE CSS
   Design: Figma node 4010:2214
   Colors: Navy #272262 | Aqua #00ADEF | Black #111 | Light Gray #FAFAFA
   ============================================================ */

/* --- Hero Section --- */
.trdHero {
    position: relative;
    padding-top: 31%;
    min-height: 400px;
}

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

/* --- Intro Section (H1 left / text+btn right) --- */
.trdIntroSection {
    background-color: #fff;
}

.trdIntroH1Wrap {
    padding: 60px 8%;
}

.trdIntroTextWrap {
    padding: 60px 8% 60px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --- Why Choose / Features Section --- */
.trdFeaturesSection {
    background-color: #FAFAFA;
    padding: 80px 6%;
}

.trdFeatureCol {
    padding-right: 40px;
}

.trdFeatureItem {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.trdFeatureIconBox {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: #272262;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trdFeatureSvg {
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
}

.trdFeatureText {
    flex: 1;
    min-width: 0;
}

/* --- Promo / Full-Width Image Section --- */

.trdPromoImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    display: block;
}

/* --- Our Process Section (navy bg) --- */
.trdProcessSection {
    background-color: #272262;
    padding: 80px 10%;
}

.trdProcessTitle {
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.trdProcessGrid {
    display: flex;
    gap: 24px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.trdProcessCard {
    flex: 1 0 0%;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 40px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.trdProcessBadge {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: #272262;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1;
}

/* --- Process Section CTA (below cards) --- */
.trdProcessCta {
    text-align: center;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trdProcessCtaText {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.trdWhiteOutlineBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 13px 32px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.trdWhiteOutlineBtn:hover {
    background-color: #fff;
    color: #272262;
}

/* ============================================================
   CONTACT PAGE CSS — Design: Figma node 4008:2186
   ============================================================ */

/* ---- Combined Hero + Contact Info Wrapper ---- */
.cntTopWrap {
    position: relative;
}

.cntHeroBg {
    position: relative;
    padding-top: 31%;
}

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

.cntHeroOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.55);
}



/* White contact info panel that sits below the hero on the left */
.cntContactInfoWrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

/* ---- Form Card (right col — overlaps hero from ~460px down) ---- */
.cntFormCardWrap {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: -150px auto 0 auto;
}

.cntFormCard {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    padding: 64px 15px;
}

.cntFormHeading {
    color: #272262;
    text-align: center;
    font-family: "Century Schoolbook", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.smallHeading {
    color: #111;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.cntContactForm {
    max-width: 440px;
    margin: 0 auto;
}

.cntFormField {
    margin-bottom: 16px;
}

.cntInput {
    width: 100%;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 14px 18px;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    outline: none;
    transition: border-color 0.2s;
    display: block;
}

.cntInput::placeholder {
    color: #949599;
}

.cntInput:focus {
    border-color: #00ADEF;
}

.cntTextarea {
    resize: vertical;
    min-height: 120px;
}

.cntSubmitBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #949599;
    color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 14px 40px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 8px;
}

.cntSubmitBtn:hover {
    background-color: #272262;
}

/* ---- Map + Location Section ---- */
.cntMapSection {
    background-color: #fff;
    margin: 80px 0;
}

.cntMapWrap {
    height: 520px;
    overflow: hidden;
    position: relative;
}

.cntMapIframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.cntMapWrap iframe {
    width: 100% !important;
    height: 100% !important; 
    border: none !important;
    display: block !important;
}

.cntLocationInfo {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}

.cntAddress {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 18px;
    color: #111;
    font-style: normal;
    line-height: 1.7;
    text-decoration: underline;
}

.cntAddressLine {
    display: inline;
}

.cntLocationPhone {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #00ADEF;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.cntLocationPhone:hover {
    color: #272262;
    text-decoration: none;
}

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

.cntHoursRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
}

.cntHoursDay {
    font-weight: 600;
}

.cntHoursTime {
    color: #555;
}

/* ---- Hours of Operation Styling ---- */
.cntHoursBlock {
    margin-top: 40px;
}

.cntHoursBlock .smallHeading {
    font-family: "Century Schoolbook", serif;
    font-size: 28px;
    font-weight: 700;
    color: #272262;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.hoursBlock {
    margin-bottom: 32px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(39, 34, 98, 0.08);
    border: 1px solid rgba(0, 173, 239, 0.1);
    transition: all 0.3s ease;
}

.hoursBlock:hover {
    box-shadow: 0 8px 30px rgba(39, 34, 98, 0.12);
    transform: translateY(-2px);
}

.hoursBlock .departmentName {
    font-family: "Century Schoolbook", serif;
    font-size: 22px;
    font-weight: 700;
    color: #00ADEF;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #00ADEF;
    letter-spacing: 0.5px;
}

.hoursBlock .seasonLabel {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #272262;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: linear-gradient(90deg, rgba(0, 173, 239, 0.1) 0%, rgba(39, 34, 98, 0.05) 100%);
    border-left: 4px solid #00ADEF;
    border-radius: 4px;
    display: inline-block;
}

.hoursTable {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hoursRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.hoursRow:hover {
    background: linear-gradient(90deg, rgba(0, 173, 239, 0.05) 0%, rgba(39, 34, 98, 0.03) 100%);
    border-color: rgba(0, 173, 239, 0.2);
    transform: translateX(4px);
}

.hoursRow .dayLabel {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #272262;
    letter-spacing: 0.3px;
    min-width: 120px;
}

.hoursRow .timeLabel {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 0.3px;
}

.hoursRow .timeLabel.status-open {
    color: #00ADEF;
}

.hoursRow .timeLabel.status-closed {
    color: #999;
    font-style: italic;
}

.specialHoursNote {
    margin-top: 20px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #fff9e6 0%, #fff5cc 100%);
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 15px;
    color: #856404;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);
}

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

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

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

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

.mainHeading{
    color:  #272262;
    text-align: center;
    font-family: "Century Schoolbook";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

.crewCard {
    padding: 0 20px;
}

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

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

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

.crewTitle {
    color: #111;
    text-align: center;
    font-family: "Tw Cen MT";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}

.crewPosition {
    color:  #111;
    font-family: "Tw Cen MT";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.crewPhone {
    color: #111;
    text-align: center;
    font-family: "Tw Cen MT";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.crewPhone:hover {
    color: #111;
}

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

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

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

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

.paraWrapper{
    margin: 24px 40px;
}

.regularBlackPara{
    color: #111;
    text-align: center;
    font-family: "Tw Cen MT";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

/* crew page css ends here */

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

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

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

.bioTitle {
    color:  #FFF;
    font-family: "Century Schoolbook";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;  
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

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

.bioParaPost{
    color:  #00ADEF;
    font-family: "Tw Cen MT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

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

.bioFormInnerWrap {
    max-width: 400px;
}

.bioFormPhone {
    color: #272262;
    font-family: "Century Schoolbook";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

/* bio page with inventory css ends here */


/* ============================================================
   ABOUT PAGE CSS — Design: Figma node 4002:138
   Reuses: svcIntroSection, storDryStackSection, storBulletList
   ============================================================ */
.breadCrumbWrapper {
    margin-top: 20px;
}

.breadCrumbLink {
    color: rgba(34, 34, 34, 0.60);
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.breadCrumbLink:hover {
    color: rgba(34, 34, 34, 0.60);
}

.abtIntroSection {
    background-color: #fff;
    margin-top: 32px;
}


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

.abtIntroSubtitle {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 24px;
    color: #00ADEF;
    line-height: 1.3;
}

.abtFullWidthImg {
    position: relative;
    padding-top: 37%;
    min-height: 400px;
    margin: 80px 0;
}

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

/* ============================================================
   FINANCING PAGE CSS — Design: Figma node 4002:528
   Reuses: trdHero, trdHeroBgImg, abtBreadcrumb
   ============================================================ */

/* ---- Intro Section ---- */
.finIntroSection {
    background-color: #fff;
    margin: 80px 0;
}

.finIntroH1Wrap {
    max-width: 520px;
}

.finIntroTextWrap {
    max-width: 800px;
}

.finIntroSubtitle {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 24px;
    color: #00ADEF;
    line-height: 1.3;
}

/* ---- Why Finance Section ---- */
.finWhySection {
    background-color: #fff;
    padding: 80px 0;
    border-top: 1px solid #F0F0F0;
}

.finWhyItem {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.finCheckCircle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #00ADEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finCheckCircle i {
    color: #fff;
    font-size: 15px;
}

.finWhyText {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 24px;
    margin: 0;
    padding-top: 8px;
}

/* ---- Payment Calculator Section ---- */
.finCalcSection {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

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

.finCalcOverlay {
    position: absolute;
    inset: 0;
    background-color: rgba(39, 34, 98, 0.85);
    z-index: 1;
}

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

.finCalcRow {
    min-height: 720px;
    align-items: center;
}

.finCalcStatWrap {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 520px;
}

.finCalcStatText {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 72px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin: 0;
}

.finCalcCardWrap {
    padding: 60px 8% 60px 4%;
    display: flex;
    justify-content: flex-start;
}

.finCalcCard {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    padding: 48px 40px;
    width: 100%;
    max-width: 560px;
}

.finCalcField {
    margin-bottom: 14px;
}

.finCalcInput {
    width: 100%;
    background-color: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 13px 18px;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    outline: none;
    display: block;
    transition: border-color 0.2s;
    -moz-appearance: textfield;
}

.finCalcInput::-webkit-outer-spin-button,
.finCalcInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.finCalcInput::placeholder {
    color: rgba(17, 17, 17, 0.6);
}

.finCalcInput:focus {
    border-color: #00ADEF;
}

.finCalcBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #272262;
    color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 13px 36px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.finCalcBtn:hover {
    background-color: #00ADEF;
}

.finCalcResult {
    margin-top: 20px;
    text-align: center;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #272262;
    min-height: 28px;
}


/* ============================================================
   CAREERS PAGE CSS — Design: Figma node 4002:439 / 4002:471
   Reuses: abtBreadcrumb, kehlNavyBtn
   ============================================================ */

/* ---- Intro Section ---- */
.carIntroSection {
    background-color: #fff;
    margin-top: 30px;
}

.carIntroTextWrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}

.carIntroSubtitle {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 24px;
    color: #00ADEF;
    line-height: 1.3;
}

.carIntroImageWrap {
    height: 100%;
    overflow: hidden;
}

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

/* ---- Available Positions Section ---- */
.carPositionsSection {
    background-color: #fff;
    margin: 80px 0;
    scroll-margin-top: 96px;
}

.carJobCard {
    background-color: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.carJobCardTop {
    flex: 1;
}

.carJobTitle {
    font-family: "Acumin Pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 24px;
    margin-bottom: 8px;
}

.carJobLocation {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Acumin Pro", sans-serif;
    font-size: 16px;
    color: #111;
}

.carLocIcon {
    flex-shrink: 0;
}

.carJobCardBtns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.carJobDescBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #111;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 13px 24px;
    border: 1px solid #111;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.carJobDescBtn:hover {
    background-color: #111;
    color: #fff;
}

/* ---- Modal Overlay ---- */
.carModalOverlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.carModalOverlay.carModalActive {
    opacity: 1;
    pointer-events: all;
}

/* ---- Modal Box ---- */
.carModal {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    padding: 48px 40px 40px;
    width: 100%;
    max-width: 560px;
    position: relative;
    max-height: 88vh;
    overflow-y: auto;
    transform: translateY(-16px);
    transition: transform 0.25s ease;
}

.carModalOverlay.carModalActive .carModal {
    transform: translateY(0);
}

.carModalClose {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 18px;
    color: #111;
    cursor: pointer;
    line-height: 1;
    padding: 4px 6px;
    transition: color 0.2s;
}

.carModalClose:hover {
    color: #272262;
}

.carModalTitle {
    font-family: "Century Schoolbook", serif;
    font-size: 40px;
    font-weight: 700;
    color: #272262;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.carModalJobInfo {
    text-align: center;
}

.carModalJobTitle {
    font-family: "Acumin Pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.carModalJobLocWrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: "Acumin Pro", sans-serif;
    font-size: 16px;
    color: #111;
}

/* ---- Job Description modal body ---- */
.carDescContent {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 24px;
}

.carDescContent ul {
    padding-left: 20px;
    margin-top: 8px;
}

.carDescContent li {
    margin-bottom: 6px;
}

.carDescContent strong {
    font-weight: 700;
}

/* ---- Application form fields ---- */
.carAppField {
    margin-bottom: 14px;
}

.carAppInput {
    width: 100%;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 1px;
    padding: 12px 16px;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: #111;
    outline: none;
    display: block;
    transition: border-color 0.2s;
}

.carAppInput::placeholder {
    color: rgba(34, 34, 34, 0.6);
}

.carAppInput:focus {
    border-color: #00ADEF;
}

.carUploadRow {
    display: flex;
    align-items: stretch;
    margin-bottom: 4px;
}

.carUploadBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #111;
    font-family: "Acumin Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 1px solid #111;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
    transition: background-color 0.2s, color 0.2s;
}

.carUploadBtn:hover {
    background-color: #111;
    color: #fff;
}

.carFileInput {
    display: none;
}

.carFileLabel {
    flex: 1;
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-left: none;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    color: rgba(34, 34, 34, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.carSubmitBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #949599;
    color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 13px 48px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carSubmitBtn:hover {
    background-color: #272262;
}

.carAppSuccess {
    text-align: center;
    padding: 40px 0 20px;
}

.carSuccessMsg {
    font-family: "Tw Cen MT", sans-serif;
    font-size: 18px;
    color: #272262;
    line-height: 1.6;
}

/* Prevent body scroll when modal open */
.carBodyLocked {
    overflow: hidden;
}


@media (max-width: 1700px) {
    .storFramedImageCol {
        margin: -12% auto 0 auto;
    }
}

@media (max-width: 1600px) {
    .sellTradeHeading {
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        letter-spacing: 5.4px;
    }
}

@media (max-width: 1440px) {
    .finCalcCard {
        padding: 48px 15px;
    }

    .bioTitle {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 4.8px;
    }

    .sellTradeHeading {
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: 4.4px;
    }
}

@media (max-width: 1300px) {
    .storFramedImageCol {
        margin: -6% auto 0 auto;
    }

    .sellTradeHeading {
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: 3.4px;
    }
}

/* ============================================================
   RESPONSIVE — TABLET & MOBILE
   ============================================================ */
@media (max-width: 991px) {
    .kehlBoatTypesSection {
        margin-top: 40px;
    }

    .sellTradeHeading {
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 3.4px;
    }

    .cntFormCardWrap{
        margin: 0 auto;
    }

    .cntMapSection{
        margin: 40px 0;
    }

    /* Hours of Operation Responsive */
    .cntHoursBlock .smallHeading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .hoursBlock {
        padding: 20px;
        margin-bottom: 24px;
    }

    .hoursBlock .departmentName {
        font-size: 20px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .hoursBlock .seasonLabel {
        font-size: 15px;
        padding: 6px 14px;
        margin-bottom: 14px;
    }

    .hoursRow {
        padding: 12px 16px;
    }

    .hoursRow .dayLabel {
        font-size: 16px;
        min-width: 100px;
    }

    .hoursRow .timeLabel {
        font-size: 15px;
    }

    .specialHoursNote {
        padding: 14px 18px;
        font-size: 14px;
        margin-top: 18px;
    }

    .cntFormHeading {
        color: #272262;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 1px;
    }

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

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

    .finIntroSection {
        margin: 40px 0;
    }

    .fullServiceSection {
        margin: 64px 0;
    }

    .storDryStackSection {
        margin-top: 64px;
    }

    .storSlipSection {
        margin: 64px 0;
    }

    .storageIntroSection {
        margin-top: 0;
    }

    .storFramedImageCol {
        margin-top: 0;
    }

    .storIntroTextWrap {
        padding: 20px 15px;
        margin: 100px auto 0 auto;
        text-align: center;
    }

    .kehlAboutSection {
        margin-bottom: 60px;
    }

    .kehlVideosSection {
        margin: 64px 0;
    }

    .kehlArrivalsSection {
        margin: 40px;
    }

    .kehlPromoSection .owl-dot span {
        width: 20px !important;
    }

    .videoCardWrapper {
        padding: 0 5px;
    }


    /* Header */
    .kehlDesktopHeader {
        display: none;
    }

    .kehlMobileHeader {
        display: block;
    }

    /* Hero */
    .kehlHeroSection {
        height: 500px;
    }

    .kehlH1 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 3px;
    }

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

    /* Boat types */
    .kehlBoatTypeCard {
        height: 360px;
    }

    /* Services */
    .kehlServiceCard {
        height: 280px;
    }

    .kehlServicesSection .col-6 .kehlServiceCard {
        height: 220px;
    }

    /* Features */
    .kehlFeaturesSection {
        padding: 40px 0;
    }

    .kehlFeatureMidBlock::before,
    .kehlFeatureMidBlock::after {
        display: none;
    }

    .kehlFeatureBlock {
        padding: 16px 0;
    }

    .featureBorderRight {
        border-right: 0;
    }

    /* Promo */
    .kehlPromoSlide {
        height: 480px;
    }

    .kehlPromoContent {
        width: 90%;
    }

    /* About */
    .kehlAboutTextWrap {
        padding: 20px 15px;
    }

    /* Footer */
    .kehlFooterNewsletter {
        padding: 60px 24px;
    }

    .kehlFooterLinks {
        padding: 48px 0 0 0;
    }
    .kehlFooterLinkList {
        padding: 0 20px;
    }
    .kehlFooterColHead {
        padding: 0 20px;
    }
    .kehlFooterBottom p {
        justify-content: center;
    }

    /* Service Page */
    .svcHero {
        height: 420px;
    }

    .svcIntroSection {
        padding: 48px 0;
    }

    .svcIntroTextWrap {
        padding: 0 16px;
        order: 2;
    }

    .svcIntroImageWrap {
        margin-bottom: 32px;
    }

    .svcWhyImageWrap {
        height: 320px;
    }

    .svcWhyContentWrap {
        height: auto;
        padding: 48px 6%;
    }

    .svcWhyGrid {
        flex-direction: column;
        gap: 16px;
    }

    .svcSeasonSection {
        padding: 48px 0;
    }

    .svcSeasonImageWrap {
        margin-bottom: 32px;
    }

    .svcSeasonTextWrap {
        padding: 0 16px;
    }

    .svcWarrantySection {
        padding: 48px 0;
    }

    .svcWarrantyImageWrap {
        margin-bottom: 32px;
    }

    .svcWarrantyTextWrap {
        padding: 0 16px;
    }

    .svcStorageNavyCol {
        height: auto;
        padding: 60px 6%;
    }

    .svcStorageContent {
        padding: 0;
    }

    .svcStorageImageWrap {
        height: 320px;
    }

    .svcFormTopDivider {
        margin-bottom: 48px;
    }

    /* Storage Page */
    .storHeroBg {
        height: 400px;
    }

    .storHeroTextWrap {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        max-width: unset;
        width: 100%;
        padding: 0 15px;
    }

    .storHeroTextWrap .kehlH1 {
        font-size: 36px;
        line-height: 44px;
    }

    .storHeroSubtitle {
        font-size: 20px;
        margin-top: 12px;
    }

    .storageIntroSection {
        margin-top: -100px;
    }

    .storDryStackImgWrap {
        height: 320px;
    }

    .storSlipImgWrap {
        height: 360px;
    }

    /* Sell/Trade Page */

    .trdIntroTextWrap {
        padding: 0 6% 48px;
    }

    .trdFeaturesSection {
        padding: 60px 5%;
    }

    .trdFeatureCol {
        padding-right: 24px;
    }

    .trdProcessSection {
        padding: 60px 5%;
    }

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

    .trdProcessCard {
        flex: 1 0 calc(50% - 10px);
        min-height: auto;
    }

    .trdProcessTitle {
        font-size: 32px;
    }

    .cntHeroBg {
        height: 400px;
    }

    .cntContactInfoWrap {
        text-align: center;
        margin: 30px auto;
    }

    /* About Page */

    .abtFullWidthImg {
        height: 420px;
        margin: 64px 0;
    }

    /* Financing Page */
    .finCalcRow {
        min-height: auto;
    }

    .finCalcStatText {
        font-size: 48px;
        text-align: center;
    }

    .finCalcCardWrap {
        padding: 32px 6% 60px;
        justify-content: center;
    }

    .finCalcCard {
        max-width: 100%;
    }

    .finWhySection {
        padding: 60px 0;
    }

    /* Careers Page */

    .carPositionsSection {
        margin: 64px 0;
    }

    .carJobCardBtns {
        align-items: stretch;
    }

    .carJobDescBtn {
        text-align: center;
    }

    /* Team Page Responsive */
    .crewPageHeroSection {
        margin: 40px 0 60px 0;
    }

    .secondaryFontMainHeading {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 4.8px;
    }

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

    .crewHeadingWrap {
        margin-bottom: 35px;
    }

    .crewCard {
        padding: 0 10px;
        margin-bottom: 30px;
    }

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

    .paraWrapper {
        margin: 20px 20px;
    }

    /* Bio Page Responsive */
    .bioPageTextSection {
        padding: 60px 6% 40px 6%;
    }


    .bioParaPost {
        font-size: 16px;
        letter-spacing: 1.6px;
    }

    .bioFormPhone {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 1.6px;
    }

    .bioFormHeading {
        font-size: 20px;
        line-height: 24px;
    }

    .bioInventoryHeadingWrapper {
        margin-bottom: 30px;
    }

    .bioInventoryHeadingWrapper .mainHeading {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .kehlPromoSection .owl-dot span {
        width: 5px !important;
    }

    .kehlVideosSection {
        margin: 40px 0;
    }

    /* Hours of Operation Mobile Responsive */
    .cntHoursBlock .smallHeading {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .hoursBlock {
        padding: 16px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .hoursBlock .departmentName {
        font-size: 18px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .hoursBlock .seasonLabel {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 12px;
    }

    .hoursRow {
        padding: 10px 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .hoursRow .dayLabel {
        font-size: 15px;
        min-width: auto;
    }

    .hoursRow .timeLabel {
        font-size: 14px;
        text-align: left;
        padding-left: 0;
    }

    .specialHoursNote {
        padding: 12px 16px;
        font-size: 13px;
        margin-top: 16px;
    }

    /* Team Page Responsive */
    .crewPageHeroSection {
        margin: 30px 0 40px 0;
    }

    .secondaryFontMainHeading {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 3.6px;
    }

    .mainHeading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1.4px;
    }

    .crewHeadingWrap {
        margin-bottom: 25px;
    }

    .crewCard {
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .crewTitle {
        font-size: 14px;
        line-height: 20px;
    }

    .crewPosition {
        font-size: 14px;
        line-height: 20px;
    }

    .crewPhone {
        font-size: 14px;
        line-height: 20px;
    }

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

    .paraWrapper {
        margin: 16px 15px;
    }

    .regularBlackPara {
        font-size: 14px;
        line-height: 22px;
    }

    /* Bio Page Responsive */
    .bioPageTextSection {
        padding: 40px 5% 30px 5%;
    }

    .bioTitle {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 3.6px;
    }

    .bioPara {
        font-size: 14px;
        line-height: 22px;
    }

    .bioParaPost {
        font-size: 14px;
        letter-spacing: 1.4px;
    }

    .bioFormContainer {
        padding: 30px 15px;
    }

    .bioFormPhone {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1.4px;
    }

    .bioFormHeading {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0 12px 0;
    }

    .bioInventoryHeadingWrapper {
        margin-bottom: 25px;
    }

    .bioInventoryHeadingWrapper .mainHeading {
        padding-right: 20px;
    }
}

@media (max-width: 576px) {

    .kehlFooterBottom p {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer-item {
        padding-left: 0;
    }
    .footer-item + .footer-item::before{
        display: none;
    }

    .cntFormHeading {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.5px;
    }

    .sellTradeHeading {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 2.4px;
    }

    .kehlH1 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 2px;
    }

    .kehlFooterLogo {
        max-width: 250px;
    }

    .kehlH2 {
        font-size: 22px;
        line-height: 28px;
    }

    .kehlH3 {
        font-size: 18px;
    }

    .kehlHeroSection {
        height: 420px;
    }

    .kehlBoatTypeCard {
        height: 280px;
    }

    .kehlPromoSlide {
        height: 380px;
    }

    .kehlServicesSection .col-6 .kehlServiceCard {
        height: 180px;
    }

    .kehlServicesSection .kehlH2 {
        font-size: 18px;
    }

    /* Service Page */
    .svcHero {
        height: 320px;
    }

    .svcIntroSection {
        padding: 40px 0;
    }

    .svcSeasonSection {
        padding: 40px 0;
    }

    .svcWarrantySection {
        padding: 40px 0;
    }

    .svcWhyContentWrap {
        padding: 40px 5%;
    }

    .svcStorageNavyCol {
        padding: 48px 5%;
    }

    .svcFormSection {
        margin: 40px 0;
    }

    /* Storage Page */
    .storHeroBg {
        height: 320px;
    }

    .storHeroTextWrap .kehlH1 {
        font-size: 28px;
        line-height: 36px;
    }

    .storHeroSubtitle {
        font-size: 18px;
        margin-top: 10px;
    }

    .storageIntroSection {
        margin-top: -80px;
    }

    .storDryStackImgWrap {
        height: 260px;
    }

    .storSlipImgWrap {
        height: 280px;
    }

    /* Sell/Trade Page */

    .trdIntroH1Wrap {
        padding: 40px 5%;
    }

    .trdIntroTextWrap {
        padding: 0 5% 40px;
    }

    .trdFeaturesSection {
        padding: 48px 5%;
    }

    .trdFeatureCol {
        padding-right: 16px;
    }

    .trdProcessSection {
        padding: 48px 5%;
    }

    .trdProcessGrid {
        flex-direction: column;
        gap: 16px;
    }

    .trdProcessCard {
        flex: none;
        padding: 32px;
    }

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

    .cntHeroBg {
        height: 300px;
    }

    .cntFormCard {
        padding: 32px 24px;
    }

    .cntMapWrap {
        height: 320px;
    }

    /* About Page */

    .abtFullWidthImg {
        height: 260px;
    }

    .abtIntroSubtitle {
        font-size: 18px;
    }

    /* Financing Page */

    .finIntroSubtitle {
        font-size: 20px;
    }

    .finWhySection {
        padding: 48px 0;
    }

    .finCalcStatText {
        font-size: 36px;
    }


    .finCalcCardWrap {
        padding: 24px 4% 48px;
    }

    .finCalcCard {
        padding: 32px 24px;
    }

    /* Careers Page */

    .carIntroSubtitle {
        font-size: 20px;
    }

    .carModal {
        padding: 40px 24px 32px;
        max-height: 92vh;
    }

    .carModalTitle {
        font-size: 32px;
    }

    .carUploadRow {
        flex-direction: column;
    }

    .carFileLabel {
        border-left: 1px solid #D9D9D9;
        border-top: none;
    }

    /* Team Page Responsive */
    .crewPageHeroSection {
        margin: 24px 0 32px 0;
    }

    .secondaryFontMainHeading {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 2.8px;
    }

    .mainHeading {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1.2px;
    }

    .crewHeadingWrap {
        margin-bottom: 20px;
    }

    .crewHeadingWrap .mainHeading {
        padding: 5px 5%;
    }

    .crewCard {
        padding: 0 5px;
        margin-bottom: 16px;
    }

    .crewImageWrap {
        padding-top: 75%;
    }

    .crewContentWrap {
        padding: 12px 10px;
    }

    .crewTitle {
        font-size: 13px;
        line-height: 18px;
    }

    .crewPosition {
        font-size: 13px;
        line-height: 18px;
    }

    .crewPhone {
        font-size: 13px;
        line-height: 18px;
    }

    .crewBtnWrap {
        margin-top: 16px;
        gap: 8px;
    }

    .crewSection {
        margin: 16px 0 32px 0;
    }

    .paraWrapper {
        margin: 12px 10px;
    }

    .regularBlackPara {
        font-size: 13px;
        line-height: 20px;
    }

    /* Bio Page Responsive */
    .bioPageTextSection {
        padding: 32px 4% 24px 4%;
    }

    .bioTitle {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 2.8px;
    }

    .bioPara {
        font-size: 13px;
        line-height: 20px;
        margin-top: 16px;
    }

    .bioParaPost {
        font-size: 13px;
        letter-spacing: 1.3px;
        margin-top: 8px;
    }

    .bioFormContainer {
        padding: 24px 10px;
    }

    .bioFormInnerWrap {
        max-width: 100%;
    }

    .bioFormPhone {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1.2px;
        text-align: center;
    }

    .bioFormHeading {
        font-size: 16px;
        line-height: 20px;
        margin: 16px 0 12px 0;
        text-align: center;
    }

    .bioInventoryHeadingWrapper {
        margin-bottom: 20px;
    }

    .bioInventoryHeadingWrapper .mainHeading {
        position: relative;
        padding-right: 0;
        text-align: center;
        transform: none;
        top: auto;
        left: auto;
    }

    .bioInventoryHeadingWrapper hr {
        margin-bottom: 16px;
    }

    .bioPageWithInentoryCarousel .owl-dots {
        margin-top: 16px;
        gap: 6px;
    }

    .bioPageWithInentoryCarousel .owl-dot {
        width: 6px;
        height: 6px;
    }
}




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

.error_field {
    outline: 1px solid red !important;
    border-color: red;
}
#notify_message {
    /* padding: 10px; */
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: trade-gothic-next;
    max-height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #0e0d0d;
    margin-bottom: 0;
    z-index: 10;
}
.custom-iti-style{
    width: 100% !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}