﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

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

:root {
  --Blackish: #221F20;
  --gray-color: #d9d9d9;
  --lightest-gray-color: #fafafa;
  --Aqua: #007AA9;
  --white: #fff;

  /* Fonts */
  --font-Lato: "Lato", sans-serif;
  --font-Acumin-Bold: "acumin-bold";
  --font-Acumin-ExtraLight: "acumin-ExtraLight";
  --font-Acumin-Light: "acumin-light";
  --font-Acumin-Medium: "acumin-Medium";
  --font-Acumin-Black: "acumin-black";
  --font-Acumin-Semibold: "acumin-semibold";
  --font-Acumin-Regular: "acumin-regular";
  --font-Acumin-Thin: "acumin-thin";
}


@font-face {
  font-family: "acumin-bold";
  src: url("/assets/fonts/AcuminsPro/acumin_pro_bold.ttf");
}

@font-face {
  font-family: "acumin-ExtraLight";
  src: url("/assets/fonts/AcuminsPro/AcuminPro-ExtraLight.ttf");
}

@font-face {
  font-family: "acumin-light";
  src: url("/assets/fonts/AcuminsPro/aclight.ttf");
}

@font-face {
  font-family: "acumin-Medium";
  src: url("/assets/fonts/AcuminsPro/AcuminPro-Medium.ttf");
}

@font-face {
  font-family: "acumin-black";
  src: url("/assets/fonts/AcuminsPro/fonnts.com-AcuminPro-Black.ttf");
}

@font-face {
  font-family: "acumin-semibold";
  src: url("/assets/fonts/AcuminsPro/fonnts.com-AcuminPro-Semibold.ttf");
}

@font-face {
  font-family: "acumin-regular";
  src: url("/assets/fonts/AcuminsPro/fonnts.com-AcuminPro-Regular.ttf");
}

@font-face {
  font-family: "acumin-thin";
  src: url("/assets/fonts/AcuminsPro/fonnts.com-AcuminPro-Thin.ttf");
}

/* form css start here */
.mb-40 {
  margin-bottom: 40px;
}

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

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

.form-wrapper {
  border: 1px solid var(--gray-color, #D9D9D9);
  background: #F7F7F7;
  padding: 40px 100px 45px 100px;
}

.form-title {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
}

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

.error_field {
  border-color: red !important;
}

.iti {
  width: 100%;
}
.tt-suggestion {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    max-width: 600px;
    padding: 10px;
    background-color: #fff;
    max-height: 400px;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.tt-suggestion.hidden {
    display: none;
}
.mobile-search-wrapper {
    position: relative;
    width: 100%;
}
.mobile-search-wrapper.hidden {
    display: none !important;
}
.mobile-search-input {
    width: 100%;
    height: 50px;
    border: none;
    border-top: 1px solid #eee;
    padding: 0 45px 0 20px;
    font-size: 16px;
    outline: none;
}
.tt-suggestion1 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.tt-suggestion1.hidden {
    display: none;
}
.inventorySearchResult {
    margin-bottom: 20px;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}
.conetntSectionContainer {
    padding: 15px 30px;
    color: black;
}
.inventorySearchResult .invTitle {
    font-size: 20px;
}
.inventorySearchResult .invPrice {
    color: #2A9DB7;
}
.inventorySearchResult .invMiles {
    color: #2A9DB7;
}
.inventorySearchResult .invStock {
    color: #2A9DB7;
}
.imgContainer {
    width: 35%;
}
.inventorySearchResult .imgContainer img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-form-control {
  border: 1px solid var(--gray-color, #D9D9D9);
  background: var(--Wt, #FFF);
  color: rgba(34, 31, 32, 0.60);
  font-family: var(--font-Acumin-Regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  width: 100%;
  height: 48px;
  padding: .375rem .75rem;
}

.custom-form-control::placeholder {
  color: rgba(34, 31, 32, 0.60);
  font-family: var(--font-Acumin-Regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.custom-textarea {
  border: 1px solid var(--gray-color, #D9D9D9);
  background: var(--Wt, #FFF);
  color: rgba(34, 31, 32, 0.60);
  font-family: var(--font-Acumin-Regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
}

.custom-textarea::placeholder {
  color: rgba(34, 31, 32, 0.60);
  font-family: var(--font-Acumin-Regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.custom-textarea:focus {
  outline: none;
  border: 1px solid var(--gray-color, #D9D9D9);
  box-shadow: none;
}

.custom-form-control:focus {
  outline: none;
  border: 1px solid var(--gray-color, #D9D9D9);
  box-shadow: none;
}

.form-sec {
  padding: 80px 20px 80px 20px;
  background: #fff;
}

.common-form-wrapper {
  max-width: calc(100% - 78%);
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.form-inner-title {
  color: var(--Blk, #000);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.scroll-down {
  scroll-padding-top: 130px;
}

.form-main-title {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

/* Common css start here  */

a:hover {
  text-decoration: none;
}

.simple-btn {
  color: var(--Aqua, #007AA9);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.blue-btn {
  padding: 14px 28px;
  color: var(--white, #fff);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: var(--Aqua);
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.blue-btn:hover {
  background: var(--Aqua);
  color: var(--white, #fff);
  text-decoration: none;
}

.blue-black-btn {
  padding: 14px 28px;
  color: var(--white, #fff);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: var(--Aqua);
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.blue-black-btn:hover {
  background: var(--Blackish);
  color: var(--white, #fff);
  text-decoration: none;
}

.black-btn {
  padding: 14px 28px;
  color: var(--white, #fff);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: var(--Blackish);
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.black-btn:hover {
  background: var(--Blackish);
  color: var(--white, #fff);
  text-decoration: none;
}

.outline-btn {
  padding: 14px 28px;
  color: var(--white, #fff);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: 1.5px solid var(--white);
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.outline-btn:hover {
  background: var(--Aqua);
  color: var(--white, #fff);
  text-decoration: none;
  border: 1.5px solid var(--Aqua);
}

.arrow-btn {
  padding: 2px 0;
  color: var(--Aqua, #007AA9);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--Aqua);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.arrow-btn:hover {
  border-bottom: 1px solid var(--Aqua);
  color: var(--Aqua, #007AA9);
  text-decoration: none;
}

.clemens-container {
  max-width: calc(100% - 28%);
  margin: 0 auto;
}

.outboard-container {
  max-width: calc(100% - 33%);
  margin: 0 auto;
}

.clemens-lg-container {
  max-width: calc(100% - 12%);
  margin: 0 auto;
}

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

.common-header {
  position: relative;
  padding-top: 32%;
  min-height: 350px;
  margin-bottom: 32px;
}

.common-header .page-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.central-content {
  max-width: calc(100% - 50%);
  margin: 64px auto;
  text-align: center;
}

.central-banner {
  position: relative;
  padding-top: 34%;
  min-height: 300px;
}

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

.central-banner-content-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
  height: 100%;
  max-width: 70%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 13%;
}

.central-banner-content {
  max-width: 600px;
}

.central-banner-title {
  color: var(--Wt, #FFF);
  font-family: var(--font-Michroma);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title-heading-lg {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  width: 100%;
}

.title-heading {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  width: 100%;
}

.bold-title-heading {
  color: var(--Blk, #000);
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 24px;
  width: 100%;
}

.central-title {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

p {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

ul {
  margin-bottom: 0;
}

.clemens-featured-box {
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
}

.clemens-featured-col .content-box {
  padding-bottom: 30px;
  padding-top: 30px;
}

.clemens-featured-col {
  width: 50%;
}

.clemens-featured-img {
  width: 100%;
  height: 100%;
}

.clemens-featured-img img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.clemens-featured-col {
  width: 50%;
}

.clemens-container-fluid .clemens-featured-col .content-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  max-width: 63%;
  margin: 0 auto;
  padding: 80px 0;
}

.featured-subtitle {
  color: var(--Aqua, #007AA9);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Common css ends here  */

/* desktop header start here */

.desktop-header {
  border-bottom: 1px solid #E6E6E6;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 90;
  overflow: visible;
}

.nav-wrapper {
  display: flex;
  margin: 0 auto;
  padding-left: 75px;
  padding-right: 95px;
}

.left-nav {
  width: 40%;
}

.right-nav {
  width: 40%;
}

.left-nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.left-nav-list li,
.right-nav-list li {
  list-style-type: none;
}

.right-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}

.nav-link-item {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 40px 20px;
  display: inline-block;
}

.nav-link-item:hover {
  color: var(--Blackish, #221F20);
}

.site-logo-wrapper {
  max-width: 330px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: transparent;
  padding: 10px 20px;
  clip-path: none;
  box-shadow: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 28px 100%, 0 calc(100% - 28px));
  transition: clip-path 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

/* Scrolled: logo droops below with clipped shape */
.desktop-header.logo-scrolled .site-logo-wrapper {
  background: #fff;
  padding: 10px 20px 36px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 32px 100%, 0 calc(100% - 32px));
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); */
}

.site-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.location-dropdown-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  padding-left: 70px
}

.central-nav {
  width: 20%;
  position: relative;
  overflow: visible;
  height: 139px;
}

.location-name,
.location-number {
  margin-bottom: 0;
}

.location-number {
  color: var(--Aqua, #007AA9);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.location-dropodown-wrapper {
  position: relative;
}

.toggle-dropdown {
  position: relative;
}

.clemens-dropdown {
  position: absolute;
  top: 101px;
  left: 0;
  z-index: 100;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  background: #FFF;
  max-width: 280px;
  width: 100%;
  padding: 0.5px 40px 44.5px 40px;
  z-index: 100;
  display: none;
}

.clemens-dropdown a {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 24px;
  margin-bottom: 13px;
}

.location-dropdown {
  position: absolute;
  top: 78px;
  right: -95px;
  z-index: 100;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  background: #FFF;
  padding: 24.5px 95px 19px 70.623px;
  width: 380px;
  cursor: pointer;
  display: none;
}

.dropdown-location-name,
.dropdown-location-number {
  margin-bottom: 0;
  text-align: right;
}

.dropdown-location-name a {
  color: var(--Blackish, #221F20);
  text-align: right;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dropdown-location-number a {
  color: var(--Blackish, #221F20);
  text-align: right;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  opacity: 0.6;
}

.location-dropdown li {
  margin-bottom: 48px;
}

/* mega menu css start here */

.mega-menu-parent {
  position: absolute;
  top: 101px;
  left: 0;
  z-index: 100;
  background: var(--white);
  /* border-bottom: 1px solid var(--gray-color); */
  width: 100%;
  transition: all 0.5s;
}

.inventory-mega-menu-wrapper {
  display: none;
}

.inventory-mega-menu {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 40px 90px 83px 90px;
  max-width: calc(100% - 9%);

}

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

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

.outboard-mega-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  border-bottom: 1px solid var(--gray-color);
  background: var(--white);
  width: 100%;
  transition: all 0.5s;
  display: none;
}

.brand-img-sec {
  width: 250px;
}

.mega-menu-content-box {
  width: calc(100% - 250px);
  padding: 0 0 0 80px;
}

.mega-menu-top-heading {
  margin-bottom: 25px;
}

.mega-menu-links ul {
  padding-left: 0;
}

.mega-menu-links ul li {
  list-style: none;
  margin-bottom: 16px;
}

.mega-menu-links ul li a {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mega-menu-brand-box {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 16px;
}

.mega-menu-brand-item {
  width: calc(100% / 3 - 11px);
  list-style: none;
  position: relative;
  padding-top: 20%;
}

.mega-menu-brand-item .mega-menu-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.mega-menu-logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
  width: 100%;
}

.mega-menu-logo-wrapper .mega-menu-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.close-mega-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 23px;
}

.close-mega-menu i {
  color: #7B7B7B;
}

.close-mega-menu span {
  color: #7B7B7B;
  font-family: 'acumin-light';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 10px;
}

.inventory-mega-menu-brand-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  max-width: calc(100% - 12%);
  flex-wrap: wrap;
  padding-left: 0;
  gap: 16px;
}

.mega-menu-brand-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 40px 90px 83px 90px;
  max-width: calc(100% - 12%);
}

.outboard-mega-menu-item {
  width: calc(100% / 3 - 11px);
  list-style: none;
  position: relative;
  padding-top: 20%;
}

.outboard-mega-menu-item .mega-menu-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.outboard-mega-menu-item .mega-menu-logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
  width: 100%;
}

.outboard-mega-menu-item .mega-menu-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* new mobile header deisgn start here */

.mobile-header {
  display: none;
  position: sticky;
  top: 0;
  z-index: 999;
}

.mobile-header-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  width: 100%;
  height: 60px;
  z-index: 500;
}

.header-bg {
  border-bottom: 1px solid #EEE;
  background: #FFF;
}

.custom-toggle-icon span.fa {
  font-size: 30px;
  background: white;
  color: var(--Blackish);
}

.call-icon {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.call-icon span.fa {
  color: white;
}

.mobile-header-list {
  display: none;
  position: fixed;
  top: 118px;
  left: 0;
  z-index: 999;
  width: 100%;
  background: var(--Blackish);
  transform: translateY(0);
  transition: all 0.2s;
}

.sub-header-box span {
  margin-right: 30px;
  margin-top: 30px;
}

.sub-header-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.menu-content-box {
  height: calc(100vh - 100px);
  overflow-y: auto;
  border-top: 1px solid #EEE;
  background: #FFF;
}

.menu-content-box::-webkit-scrollbar {
  display: none;
}

.pb-50 {
  padding-bottom: 50px;
}

.mds-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  background: var(--Blackish);
}

.mobile-header-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  width: 100%;
  height: 60px;
  z-index: 500;
}

.mobile-header-img {
  max-width: 212px;
  width: 100%;
  height: 100%;
  max-height: 50px;
  display: flex;
}

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

.custom-close-icon span.fa {
  font-size: 30px;
  background: var(--Blackish);
  color: white;
}

.mds-nav-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 35px 0;
  padding: 0 30px;
  column-gap: 10px;
}

.nav-btn.active {
  background: var(--Aqua);
  color: #FFF;
  border: 1px solid var(--Aqua);
}

.nav-btn {
  color: var(--Aqua);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  padding: 14px 15px 14px 15px !important;
  border: 1px solid rgba(34, 34, 34, 0.10);
  background: rgba(34, 34, 34, 0.10);
  width: 110px;
  height: 45px;
}

.mobile-header-list ul li {
  list-style: none;
  padding: 0 30px;
}

.mobile-nav-box.active {
  display: block;
  height: 100%;
}

.mobile-nav-box {
  display: none;
}

.mobile-nav-box ul {
  padding-left: 0;
}

.submenu-nav-link {
  display: block;
  padding: 15px 0;
  color: var(--Blackish);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  border-bottom: 1px solid #EEE;
}

.border-none {
  border: none !important;
}

.mobile-header-number {
  text-decoration: none;
  color: white;
  opacity: 0.7;
  padding: 15px 0;
}

.end-box {
  background: rgba(255, 255, 255, 0.02);
  padding: 20px 30px 64px 30px;
}

.end-box ul li {
  list-style: none;
}

.end-box ul li a {
  color: var(--white);
  font-family: 'Gotham-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
}

.location-box {
  background: var(--lightest-gray-color);
  padding: 20px 30px 64px 30px;
  height: 100%;
}

.mobile-menu-show {
  display: none;
}

.location-box ul li a {
  color: var(--Blackish);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
  text-transform: capitalize;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #EEEEEE;
}

.location-box ul li {
  padding: 0 !important;
}

.sub-header {
  background: #FFF;
  height: 60px;
}

.sub-header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.sub-header ul li {
  list-style: none;

}

.sub-header ul li a {
  padding: 22px 33px;
  display: inline-block;
  color: var(--Blackish);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sub-header ul li a span.fa {
  padding-right: 10px;
}

.mobile-menu-show {
  display: none;
}

/* new mobile header deisgn ends here */

/* contact page css start here */

.contact-form-section {
  margin-top: -100px;
}

.location-items-list {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.location-section {
  padding: 120px 0 80px 0;
  border-top: 1px solid var(--gray-color, #D9D9D9);
  margin-top: -40px;
}

.addres-bar {
  display: flex;
  gap: 15px;
}

.addres-bar a {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.addres-bar a:hover {
  color: var(--Blackish, #221F20);
}

.phone-number {
  color: var(--Aqua, #007AA9);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin: 16px 0;
}

.phone-number:hover {
  color: var(--Aqua, #007AA9);
}

.hours-sec ul {
  padding-left: 0;
}

.hours-sec ul li {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
}

.hours-title {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}

.location-subtitle {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  opacity: 0.6;
}

.content-title {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.contact-card-img {
  position: relative;
  padding-top: 55%;
}

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

/* controls page css starts here */
.clemensControlMediaWrap{
  position: relative;
  padding-top: 56%;
  margin: 0 auto;
}

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

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

.clemensControlSection{
  margin: 80px 0;
}

.controlSmallHeading{
  color:  #221F20;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

/* controls page css ends here */


/* career page css start here */

.career-header::after {
  background: unset;
  position: unset;
}

.employment-subtitle {
  color: var(--Blk, #000);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.positions-header {
  color: var(--Blk, #000);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.job-card {
  border: 1px solid var(--D9, #D9D9D9);
  background: #FAFAFA;
  padding: 36px 40px 44px 36px;
}

.custom-file-group {
  display: flex;
}

.input-group-prepend {
  max-width: 172px;
}

.custom-file-display {
  width: calc(100% - 172px);
  border-radius: 1px;
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  border-top: 1px solid var(--gray-color);
  border-left: 1px solid var(--Blackish);
  background: var(--white, #FFF);
  padding-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-job-title {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: var(--font-Acumin-Bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 24px;
}

.upload-label {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: var(--font-Acumin-Medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 14px;
  border: 1px solid var(--Blackish);
}

.job-title {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.job-location {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.job-location span {
  color: var(--Blackish);
  margin-right: 5px;
}

.job-btn-outline {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 14px 30px;
  border: 2px solid #000;
  background: transparent;
}

.job-btn-outline:hover {
  color: var(--Blk, #000);
  border: 2px solid #000;
  background: transparent;
}

.job-btn-filled {
  background-color: #003a70;
  border-color: #003a70;
  border-radius: 6px;
  color: var(--Wt, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 10px 40px;
}

.job-btn-filled:hover {
  background-color: #003a70;
  border-color: #003a70;
}

.job-description-modal .modal-dialog {
  max-width: 1250px;
  width: 100%;
}

.job-description-modal .modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.career-card-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.job-description-modal .modal-header {
  border-bottom: none;
}

.job-detail-section {
  font-family: 'Arial', sans-serif;
  color: #000;
}

.job-detail-main-title {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0.5rem;
}

.job-detail-meta {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.detail-section-label {
  color: var(--Blackish, #221F20);
  text-align: right;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.detail-body-text {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.detail-bullet-list {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style-type: disc;
  padding-left: 20px;
}

.detail-bullet-list li {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.detail-divider {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 2rem 0;
}

.job-detail-time {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}

.apply-form-modal .modal-dialog {
  max-width: 600px;
  width: 100%;
}


/* fnancing page css start here */
.finance-section {
  padding: 64px 0 95px 0;
  background-image: url('../images/home-pattern.webp');
  background-size: cover;
  scroll-padding-top: 120px;
}

.calculator-card .custom-form-control {
  background: #221f200a
}

.calculator-title {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}

.finance-text {
  color: var(--white, #FFF);
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
}

.calculator-card {
  border: 1px solid var(--Light-Gray---D9, #D9D9D9);
  background: var(--white, #FFF);
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.marina-financing {
  width: 100%;
  padding: 80px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.financing-inner {
  max-width: calc(100% - 25%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.financing-text {
  margin-bottom: 48px;
}

.financing-action {
  padding-left: 90px;
  padding-top: 48px;
}

.financing-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}

.financing-heading-box {
  width: 35%;
}

.financing-description-box {
  width: calc(100% - 35%);
}

.why-finance-list {
  gap: 18px;
  margin-bottom: 48px;
}

.finance-list-item {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}

/* brand page css start here */

.assets-card-title {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.inven-sec-header {
  padding-top: 64px;
  padding-bottom: 40px;
}

.inventory-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 108px;
}

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

.brand-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 80px;
  border-bottom: 1px solid #D9D9D9;
}

.brand-gallery-card {
  width: calc(100% / 3 - 2px);
}

.brand-gallery-img {
  position: relative;
  padding-top: 50%;
}

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

.ourFacilityHeaderSection {
  background-color: #132D4F;
  padding: 80px 0;
}

.ourFacilityGallerySection {
  margin: 80px auto;
}

.ourFacilityGalleryImageWrap {
  position: relative;
  padding-top: 56%;
  border-radius: 5px;
  overflow: hidden;
}

.ourFacilityGalleryImageWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.video-gallery-img {
  position: relative;
  padding-top: 54%;
  overflow: hidden;
  cursor: pointer;
}

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

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

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.is-playing .play-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-title {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}

.download-section {
  padding-bottom: 80px;
}

.download-card-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.download-section .section-title {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.download-card {
  display: block;
  border-radius: 8px;
  border: 1px solid var(--gray-color);
  background: #FAFAFA;
  border-radius: 8px;
  padding: 20px 25px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.download-icon {
  color: #333;
  font-size: 1.1rem;
  margin-right: 15px;
}

.file-name {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* about page css start here */

.about-location-section {
  background-image: url('../images/about/pattern.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 76px;
}

.clemens-featured-col .content-box {
  padding-bottom: 30px;
  padding-top: 30px;
}

.clemens-featured-col {
  width: 50%;
  display: flex;
  align-items: center;
}

.clemens-featured-img {
  width: 100%;
  height: 100%;
}

.clemens-featured-col {
  width: 50%;
}

.featured-title-heading {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.featured-bold-title {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.clemens-lg-container .clemens-featured-col .content-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 100px;
}

.clemens-medium-container .clemens-featured-col .content-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 100px;
}

.clemens-container .clemens-featured-col .content-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  max-width: 75%;
  margin: 0 auto;
}

.location-header {
  padding-top: 64px;
  margin-top: 40px;
  text-align: center;
}

/* brand page css start here */

/* brand page css start here */
.clemens-brand-container {
  max-width: calc(100% - 34%);
  margin: 0 auto;
}

.clemens-brand-container .content-box {
  padding-right: 7.5rem;
}

.outboard-container .content-box {
  padding-right: 7.5rem;
}

.robalo-hero {
  position: relative;
  padding-top: 42%;
  min-height: 450px;
}

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

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

.robalo-hero::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 420px;
  background: linear-gradient(180deg, rgba(34, 31, 32, 0.00) 0%, rgba(34, 31, 32, 0.80) 100%);
}

.robalo-hero-overlay-boat {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 45%;
  z-index: 2;
}

.robalo-hero-overlay-boat .boat-img {
  width: 100%;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6));
  transform: rotate(-15deg);
}

.robalo-hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 900px;
  width: 100%;
  padding-top: 100px;
}

.robalo-hero-title {
  color: var(--white, #FFF);
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.robalo-hero-subtitle {
  color: #FFF;
}

/* Action Bar */
.robalo-action-bar {
  background: #fff;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}

.robalo-action-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.robalo-action-btns {
  display: flex;
  gap: 20px;
  width: calc(100% - 30%);
  padding: 28px 0;
}

.robalo-brand-logo-box {
  max-width: 200px;
  width: 100%;
  margin: 0 0 0 auto;
}

.robalo-brand-logo-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.robalo-black-btn {
  background: var(--Blackish);
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: 0.4s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  text-align: center;
  padding: 16px 30px;
}

.robalo-black-btn:hover {
  color: #fff;
  text-decoration: none;
}

.robalo-black-btn:focus {
  color: #fff;
  text-decoration: none;
}

.robalo-brand-logo-box .logo-img {
  width: 100%;
  height: auto;
}

/* Lineup Section */
.robalo-lineup-section {
  padding: 80px 0 120px 0;
}

.robalo-sec-title {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}

.robalo-lineup-item {
  text-align: center;
  padding: 0 15px;
}
.robalo-lineup-item a{
  position: relative;
  padding-top: 66%;
  display: block;
  margin-bottom: 20px;
}
.robalo-lineup-item a img.lineup-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.robalo-lineup-item:last-child {
  border-right: none;
}

.brand-border {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.brand-border:first-child {
  border-left: 2px solid #eee;
}

.brand-border:last-child {
  border-right: 2px solid #eee;
}

.robalo-lineup-item .lineup-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.robalo-lineup-name {
  color: var(--Blackish);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-text-stroke-width: 0.5px;
}

.brand-banner-content {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

.brand-banner {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background: var(--lightest-gray-color);
  margin-bottom: 20px;
  position: sticky;
  top: 142px;
  z-index: 2;
}

.brand-subtitle {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.6;
}

.inven-sec-header {
  padding-top: 64px;
  padding-bottom: 40px;
}

.inven-sec-title {
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 0.5px;
}

.gallery-carousel .item {
  position: relative;
  padding-top: 60%;
}

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

.download-card-content i {
  color: var(--Blackish);
  padding-right: 28px;
}

/* 404 page start here */

.commonSection {
  margin-bottom: 80px;
}

.commonSectionInnerWrap {
  display: flex;
  gap: 120px;
  max-width: calc(100% - 15%);
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.commonSectionTextWrapper {
  width: 50%;
  max-width: 600px;
}

.commonSectionImageWrapper {
  width: 50%;
}

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

.commonSectionHeading {
  color: #222;
  text-align: center;
  font-family: var(--time-new-roman);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  letter-spacing: 6.4px;
  text-transform: uppercase;
}

.commonPara {
  color: var(--Blackish);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.commonSectionLinkWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.featured-btn {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  background: #222;
  display: inline-block;
}

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

.thank-you-inner-box {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

/* footer css start here */

footer {
  font-family: Arial, sans-serif;
  color: white;
  background-color: var(--white-color);
}

.footer-logo {
  max-width: 300px;
  width: 100%;
}

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

.newsletter {
  background-color: var(--Aqua);
  text-align: center;
  color: var(--Blackish);
  padding: 60px 20px;
}

.newsletter .newsletter-title {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.newsletter p {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.newsletter-form {
  border: 1px solid #ccc;
  display: flex;
  height: 41px;
}

.newsletter-wrapper {
  max-width: 350px;
  margin: 20px auto;
}

.owl2 .owl-nav button {
  margin: 0 !important;
}

.left-edge-banner {
  position: absolute;
  top: 36px;
  right: 0;
  background: #1e1e1e;
  color: white;
  display: inline-block;
  padding: 12px 50px 12px 71px;
  ;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 6% 50%, 0% 0%);
  width: 360px;
}

.banner-content small {
  display: block;
  opacity: 0.6;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.60);
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.banner-content h3 {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}

.banner-content a {
  color: #FFF;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.banner-content a:hover {
  color: #fff;
}

.newsletter-form input {
  padding: .375rem .75rem;
  width: calc(100% - 30px);
  height: 100%;
  outline: none;
  background: var(--Wt, #FFF);
  color: var(--Blackish, #221F20);
  border: none;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: var(--black-color);
}

.newsletter-form input::placeholder {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: rgba(34, 31, 32, 0.60);
}

.newsletter-form input:placeholder-shown {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: rgba(34, 31, 32, 0.60);
}

.newsletter-form button {
  padding: 8px 15px 10px 15px;
  background: var(--Wt, #FFF);
  border: none;
  cursor: pointer;
  line-height: normal;
  color: var(--black);
}

.newsletter-form button:focus {
  background: var(--Wt, #FFF);
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--black);
}

.social-icons a {
  display: inline-flex;
  margin: 0 5px;
  color: var(--white);
  font-size: 16px;
  border: 1px solid var(--Blackish);
  padding: 7px 9px;
  line-height: normal;
  background-color: var(--Blackish);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.footer-col-1 {
  width: 80%;
  display: flex;
  position: relative;
  gap: 80px;
}

.footer-col-1::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 1px;
  height: 300px;
  background: var(--gray-color);
}

.locations {
  text-align: center;
}

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

.footer-col-2 {
  width: 20%;
}

.footer-column {
  width: calc(100% / 3);
}

.footer-grid {
  display: flex;
  gap: 40px;
  padding: 60px 40px;
}

.footer-col-heading,
.footer-col-heading {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer-column ul {
  list-style: none;
  padding-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-column ul li {
  cursor: pointer;
  padding: 16px 0;
}

.company-links li {
  padding: 10px 0 !important;
}

.arrow-link {
  border-bottom: 1px solid var(--gray-color);
}

.footer-column ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Blackish);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-column ul li a:hover {
  color: var(--Blackish);
}

.footer-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-top: 10px;
}

.footer-bottom ul li {
  list-style: none;
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
  padding: 10px 15px;
}

.footer-bottom ul li a {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}

.recaptcha-disclaimer {
  text-align: center;
}

.madis-locations-heading {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  opacity: 0.6;
}

.bottom-links {
  position: relative;
  padding: 0 15px;
  color: #d3d3d3b8;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bottom-links+.bottom-links::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  background: #7e7878;
  transform: translateY(-46%);
}

.company-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.locations ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.locations ul li {
  margin-bottom: 5px;
  color: var(--black-color);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.address {
  color: var(--black-color);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.phone {
  margin-top: 10px;
  color: var(--Blue);
  text-align: center;
  font-family: var(--time-new-roman);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-container {
  width: calc(100% - 15%);
  margin: 0 auto;
  border-top: 1px solid var(--gray-color);
}

.bottom-bar {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  background-color: #1b1819;
}


.footer-mobile-box {
  display: none;
}

.footer-accordion {
  border-top: 2px solid rgba(255, 255, 255, 0.20);
}

.footer-accordion-content ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer-accordion-content ul li {
  list-style: none;
  padding: 5px 0;
}

.footer-accordion-content ul li a {
  color: var(--Blackish);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  display: block;
}

.footer-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--gray-color);
}

.footer-accordion-header span:nth-child(1) {
  color: var(--black);
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.footer-accordion-content {
  display: none;
}

.arrow-icon {
  transform: rotate(0);
  transition: transform 0.3s ease;
  color: var(--black);
}

.footer-accordion-header span.rotate {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease;
}

.footer-accordion-content .menu-logo-box {
  padding: 0 0;
}

.menu-logo-box {
  display: flex;
  padding: 40px 30px;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-logo {
  width: 182px;
  height: 56px;
  padding: 15px 25px;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Blackish);
}

.menu-logo img {
  max-width: 103px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.grid-view-details-btn {
  color: var(--Aqua);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.grid-view-details-btn:hover {
  color: var(--Aqua);
}

/* Container padding and basic list reset */
.footer-location-list {
  list-style: none;
  padding: 20px;
  margin: 0;
  background-color: #fff;
}

.footer-location-list li {
  margin-bottom: 25px;
  cursor: pointer;
}

.footer-location-list li:last-child {
  margin-bottom: 0;
}

/* The City Name (EUGENE, PORTLAND, etc.) */
.footer-location-name {
  color: var(--Aqua, #007AA9);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
}

.footer-location-name:hover {
  color: var(--Aqua, #007AA9);
}

.footer-location-name span {
  font-size: 10px;
  margin-left: 5px;
  font-weight: bold;
}

.footer-location-number a {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.footer-location-list a:hover .footer-location-number {
  color: #000;
}

.video-container {
  position: relative;
  padding-top: 43%;
  min-height: 400px;
  border-bottom: 2px solid var(--white)
}

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

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

.hero-content {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
  max-width: 1100px;
}

.hero-content .home-title {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.banner-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.home-brand-gallery .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.home-hero-slider .owl-dots {
  display: block !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.home-hero-slider .owl-dots .owl-dot span{
  width: 30px;
  height: 5px;
  margin: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.home-hero-slider .owl-dots .owl-dot.active span{
  background-color: rgba(255, 255, 255, 1);
}
.home-hero-slider .owl-nav .owl-prev img {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border: none;
  width: 40px;
  height: 32px;
}
.home-hero-slider .owl-nav .owl-next img {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border: none;
  width: 40px;
  height: 32px;
}
.home-brand-card {
  position: relative;
  padding-top: 60%;
  background-color: var(--white);
  border: 2px solid var(--white);
}

.home-brand-card:hover .home-brand-bg {
  filter: brightness(0.7) grayscale(0.1);
}

.home-brand-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.4) grayscale(0.2);
  transition: all 0.3s ease;
}

.home-brand-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15%;
  z-index: 2;
}

.home-brand-logo-img {
  max-width: 280px;
  height: auto;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
}

.arrival-boats-header {
  padding-bottom: 40px;
  padding-top: 64px;
  text-align: center;
}

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

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

.grid-boat-title a {
  font-family: 'acumin-bold';
  color: var(--Blackish, #221F20);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

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

.grid-price-item:nth-child(1) {
  font-family: 'acumin-light';
  color: var(--Blackish, #221F20);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

.home-inventory-box {
  display: flex;
  gap: 10px;
}

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

.services-links-section {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 40px;
}

.services-links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.service-link-card {
  width: calc(100% / 3 - 6px);
  position: relative;
  padding-top: 41%;
  display: block;
}

.service-link-card::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 438px;
  background: linear-gradient(180deg, rgba(34, 31, 32, 0.00) 0%, rgba(34, 31, 32, 0.80) 100%);
  z-index: 1;
}

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

.card-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0 78px 64px 78px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 3;
}

.service-card-title {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fishing-depot-hero {
  background: url(../images/home/fishing-depot.jpg) no-repeat center center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.welcome-banner .hero-content-wrapper {
  background: var(--Aqua);
  padding: 80px 40px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--Wt);
}

.welcome-img {
  width: 100%;
  height: 100%;
}

.welcome-img img,
.welcome-img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-banner .hero-title {
  color: var(--white, #FFF);
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.welcome-banner .hero-description {
  margin-bottom: 40px;
  color: var(--white);
}

.hero-text-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 100px;
  text-align: left;
}

.welcome-banner {
  width: calc(100% - 10%);
  margin: 0 auto;
}

/* Container Background */
.marina-inventory {
  padding-bottom: 80px;
  padding-top: 50px;
}

.marina-heading-blue {
  color: var(--Aqua, #007AA9);
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.marina-media-col {
  width: 100%;
  height: 100%;
}

.marina-media-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.marina-btn {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 5.88px;
  border: 1px solid var(--Aqua, #007AA9);
  background: var(--Aqua, #007AA9);
  padding: 13px 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.marina-btn:hover {
  background: var(--Aqua, #007AA9);
  color: var(--white, #FFF);
  text-decoration: none;
}

.marina-action-group {
  display: flex;
  gap: 10px;
}

/* Image Utilities */
.marina-img-shadow {
  /* Optional: subtle shadow if images aren't pre-rendered with them */
  max-width: 100%;
  height: auto;
}

/* Hero Container with Background Image */
.marina-hero-trade {
  background: url('../images/home/home-banner.webp') no-repeat center center;
  background-size: cover;
  min-height: 800px;
  position: relative;
  margin-top: 72px;
}

.marina-hero-content {
  position: relative;
  z-index: 2;
}

.marina-hero-overlay {
  min-height: 800px;
  position: relative;
}

.marina-hero-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(34, 31, 32, 0.00) 0%, rgba(34, 31, 32, 0.60) 100%);
  z-index: 1;
}

.marina-hero-text {
  color: var(--white);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.marina-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.wallOfFameImageWrap {
  position: relative;
  padding-top: 95%;
}

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

.wallOfFameSection .headingWrap {
  padding-top: 80px;
  padding-bottom: 48px;
}

.wall-subtitle {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.wallOfFameSection .social-icons a {
  background: var(--Aqua);
  border: 1px solid var(--Aqua);
}

.wallOfFameTitle {
  color: #000;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: lowercase;
}

.memoriesCarousel .item {
  position: relative;
  padding-top: 101%;
}

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

.wallOfFameSection {
  padding-bottom: 40px;
}

.marina-locations {
  background-color: #1a1a1a;
  background-image: url('../images/home-pattern.webp');
  background-size: cover;
  padding: 65px 0 112px 0;
}

.marina-accent-line {
  width: 100px;
  height: 2px;
  background-color: #3ca9d3;
  margin: 30px 0;
}

.marina-subtitle-gray {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1px;
}

.marina-locations-header {
  margin-bottom: 30px;
}

/* Card Styling */
.marina-location-card {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.marina-map-wrapper {
  height: 276px;
  overflow: hidden;
  background-color: #e0ddd8;
}

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

.marina-map-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info Styling */
.marina-city-name {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.marina-phone-link {
  color: var(--Aqua, #007AA9);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.marina-phone-link:hover {
  color: var(--Aqua, #007AA9);
}

.marina-address a {
  color: var(--Blackish, #221F20);
  text-align: center;
  /* Paragraph */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-decoration-line: underline;
}

.marina-address a:hover {
  color: var(--Blackish, #221F20);
}

.marina-location-info {
  padding: 24px 20px 43px 20px;
}

/* sell trade page css start here */

/* sell trade page css start here */

.sell-trade-feature-card {
  display: flex;
  margin-bottom: 30px;
}

.sell-trade-icon-box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: var(--Aqua);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.sell-trade-icon-element {
  color: #ffffff;
  font-size: 20px;
}

.sell-trade-content-box {
  flex-grow: 1;
}

.experties-sec {
  background-color: #d9d9d92b;
  padding: 72px 0 34px 0;
  margin-top: 32px;
}

.sell-trade-feature-heading {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sell-trade-intro-box {
  background-color: #F9F9F9;
  padding: 40px 60px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.sell-trade-intro-text {
  color: var(--Blk, #000);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.sell-trade-highlight-red {
  color: var(--Aqua);
}

.sell-trade-highlight-bold {
  color: #000;
  font-weight: 700;
}

.sell-trade-btn-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.process-section {
  padding: 64px 0 72px 0;
  background-image: url('../images/home-pattern.webp');
  background-size: cover;
}

.process-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px;
  height: 100%;
  color: #333;
  position: relative;
}

.process-number-badge {
  width: 40px;
  height: 40px;
  background-color: var(--Aqua);
  color: var(--white, #FFF);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}

.process-card-title {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 15px;
}

.process-cta-container {
  text-align: center;
  margin-top: 40px;
}

.process-cta-text {
  margin-bottom: 40px;
}

.consignment-section {
  padding: 80px 0;
  font-family: 'Manrope', sans-serif;
  background-color: #ffffff;
}

.consignment-feature-row {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}

.consignment-icon-box {
  width: 56px;
  height: 56px;
  background-color: var(--Aqua);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.consignment-feature-title {
  color: var(--Blk, #000);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 8px;
}

.consignment-divider {
  border-top: 1px solid var(--gray-color);
  margin: 30px 0;
  height: 1px;
  width: 100%;
}

.consignment-bottom-text-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.consignment-check-icon {
  margin-right: 15px;
  flex-shrink: 0;
}

.consignment-bottom-text strong {
  font-weight: 800;
}

.consignment-valuation-btn {
  background-color: #00386E;
  color: #ffffff;
  padding: 15px 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
  font-family: 'gotham-bold', sans-serif;
}

.consignment-valuation-btn:hover {
  color: #ffffff;
  opacity: 0.9;
  text-decoration: none;
}

.trade-banner {
  position: relative;
  padding-top: 32%;
  min-height: 350px;
}

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

.ready-to-sell-section {
  background-image: url('https://cdn.mdsbrand.com/mean-clemens-marina/assets/images/sell-trade/sell-trade-img-3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  position: relative;
  text-align: center;
  font-family: 'Manrope', sans-serif;
}

.ready-to-sell-content-box {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ready-to-sell-link {
  display: inline-block;
  padding: 13px 28px;
  color: var(--Aqua);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  background: transparent;
  border: none;
}

.ready-to-sell-link:hover {
  color: var(--Aqua);
  text-decoration: none;
  background: transparent;
}

/* service page css start here */
.service-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.banner-brightness {
  filter: brightness(0.5);
}

.banner-title {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.service-featured-col {
  background-image: url('../images/service/service-pattern.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services-sidebar {
  border-radius: 5px;
  margin-right: 25px;
}

.service-content {
  padding: 0 25px 0 60px;
}

.services-tabs .list-group-item {
  border: 2px solid var(--Light-Gray---D9, #D9D9D9);
  background: var(--white, #FFF);
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Blackish);
  font-weight: 500;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 0;
}

.services-tabs .list-group-item.active {
  border: 2px solid var(--Aqua, #007AA9);
  background: var(--white, #FFF);
  color: var(--Aqua);
}

.services-tabs .list-group-item.active .arrow-icon {
  filter: brightness(0) saturate(100%) invert(42%) sepia(71%) saturate(6716%) hue-rotate(177deg) brightness(89%) contrast(103%);
}

.service-tab-img {
  position: relative;
  padding-top: 50%;
}

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

.tabs-header {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 28px;
}

.services-section {
  padding-top: 90px;
  padding-bottom: 120px;
}

/* locations page css start here */

.featured-list {
  padding-left: 20px;
}

.location-services-section {
  padding-bottom: 88px;
}

.location-services-header {
  padding-top: 60px;
  padding-bottom: 88px;
  text-align: center;
}

.location-services-header .title-heading-lg {
  position: relative;
}

.location-services-header .title-heading-lg::after {
  position: absolute;
  content: '';
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--Aqua);
}

.map-section {
  margin: 80px auto;
  scroll-padding-top: 120px;
}

.banner-subtitle {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-subtitle-lg {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 47px;
  margin-top: 28px;
}

.banner-title-light {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.unique-locations-brand-strip {
  background-color: #1a1a1a;
  background-image: url('https://cdn.mdsbrand.com/mean-clemens-marina/assets/images/home-pattern.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
}

.unique-locations-brand-logo {
  max-height: 50px;
  width: 100%;
  max-width: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

.unique-locations-brand-logo:hover {
  opacity: 1;
}

.unique-brand-col-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.brand-logo-strip {
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}

/* outboard page css start here */

.yamaha-img {
  position: relative;
  padding-top: 112% !important;
}

.yamaha-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px;
}

.honda-sec .yamaha-img {
  padding-top: 94% !important;
}

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

.repowerCardTitle {
  color: var(--Black, #000);
  font-family: "Bai Jamjuree";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.motor-specs {
  color: #000;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.yamaha-inventory-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yamaha-inventory-list li {
  list-style: none;
}

.yamaha-list:nth-child(1) {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.yamaha-list:nth-child(2) {
  color: rgba(34, 31, 32, 0.60);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.yamaha-list {
  position: relative;
  padding-right: 20px;
}

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

}

.yamaha-inventory-title {
  color: var(--Blackish, #221F20);
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 138.889% */
}

.yamaha-inventory-img {
  position: relative;
  padding-top: 138% !important;
}

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

.yamaha-card-content {
  padding: 8px 0;
}

.outboard-action-inner {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 28px 0;
}

.outboard-brand-logo-box,
.outboard-action-btns {
  width: 50%;
}

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

.outboard-brand-logo-box .logo-img {
  width: 100%;
  height: auto;
  max-width: 230px;
}

.outboard-strip {
  border-top: 1px solid var(--Light-Gray---E6, #E6E6E6);
  background: var(--Lightest-Gray---FA, #FAFAFA);
}

.breadcrumb {
  background-color: transparent
}

.breadcrumb-container {
  padding: 0 120px;
}

.breadcrumb-item a {
  color: var(--Blackish, #221F20);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.social-media-widget {
  position: relative;
  padding-top: 26.25%;
}

.social-media-widget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .marina-content-col {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 1600px) {
  .footer-box {
    width: calc(100% - 10%);
  }

  .footer-col-1 {
    gap: 40px;
  }

  .banner-title-light {
    font-size: 60px;
  }

  .title-heading-lg {
    font-size: 40px;
    line-height: 45px;
  }

  .service-card-title {
    font-size: 40px;
    line-height: 45px;
  }

  .marina-heading-blue {
    font-size: 40px;
    line-height: 45px;
  }

  .welcome-banner .hero-title {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-text-content {
    padding: 40px 60px;
  }

  .marina-inventory {
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .marina-locations {
    padding: 65px 0 80px 0;
  }

  .location-dropdown-item {
    padding-left: 40px;
  }

  .clemens-lg-container .clemens-featured-col .content-box {
    padding: 40px 50px;
  }

  .clemens-lg-container .clemens-featured-col .content-box {
    padding: 40px 50px;
  }

  .clemens-medium-container .clemens-featured-col .content-box {
    padding: 40px 50px;
  }

  .featured-title-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .central-title {
    font-size: 40px;
    line-height: 45px;
  }

  .form-wrapper {
    padding: 60px 60px 70px 60px;
  }

  .mega-menu-logo-wrapper {
    max-width: 150px;
  }

  .process-card-title {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 1500px) {
  .banner-title {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 2px;
    margin-bottom: 33px;
  }

  .services-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .service-content {
    padding: 0 25px 0 30px;
  }

  .marina-hero-trade,
  .marina-hero-overlay {
    min-height: 700px;
  }

  .arrival-boats-header {
    padding-bottom: 25px;
    padding-top: 50px;
  }

  .featured-bold-title {
    font-size: 35px;
    line-height: 43px;
  }

  .sell-trade-feature-heading {
    font-size: 20px;
  }

  .clemens-medium-container {
    max-width: calc(100% - 12%);
  }

  .mega-menu-links ul li a {
    font-size: 20px;
  }

  .inventory-mega-menu {
    padding: 40px 50px 83px 50px;
  }

  .mega-menu-content-box {
    padding: 0 0 0 40px;
  }

  .inven-sec-title {
    font-size: 40px;
    line-height: 45px;
  }

  .clemens-brand-container .content-box {
    padding-right: 3.5rem;
  }

  .outboard-container .content-box {
    padding-right: 3.5rem;
  }

  .clemens-brand-container {
    max-width: calc(100% - 25%);
  }

  .clemens-container {
    max-width: calc(100% - 15%);
  }

  .outboard-container {
    max-width: calc(100% - 15%);
  }

  .title-heading {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .breadcrumb-container {
    padding: 0 60px;
  }

  .banner-subtitle {
    margin-bottom: 10px;
  }

  .banner-subtitle-lg {
    margin-bottom: 32px;
    font-size: 20px;
    margin-top: 13px;
  }

  .banner-title-light {
    font-size: 55px;
  }

  .location-services-section {
    padding-bottom: 60px;
  }

  .location-services-header {
    padding-top: 30px;
  }

  .services-sidebar {
    margin-right: 0;
  }

  .service-link-card::before {
    height: 300px;
  }

  .card-overlay {
    padding: 0 50px 50px 50px;
  }

  .hero-text-content {
    padding: 40px 30px;
  }

  .home-brand-logo-img {
    max-width: 200px;
  }

  .location-dropdown-item {
    padding-left: 25px;
  }

  .nav-link-item {
    padding: 40px 10px;
  }

  .dropdown-location-number {
    font-size: 24px;
    line-height: 29px;
  }

  .location-dropdown li {
    margin-bottom: 35px;
  }

  .nav-wrapper {
    display: flex;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 75px;
  }

  .location-dropdown {
    right: -75px;
    padding: 24.5px 75px 19px 85.623px;
  }
  .robalo-lineup-item {
    padding: 0;
  }
}

@media screen and (max-width: 1300px) {
  .footer-box {
    width: calc(100% - 5%);
  }

  .footer-location-number {
    font-size: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .commonSectionInnerWrap {
    gap: 40px;
  }

  .breadcrumb-container {
    padding: 0 25px;
  }

  .footer-col-1 {
    gap: 20px;
  }

  .banner-title-light {
    font-size: 45px;
  }

  .service-content {
    padding: 0;
  }

  .welcome-banner .hero-title {
    font-size: 35px;
    line-height: 42px;
  }

  .marina-hero-trade,
  .marina-hero-overlay {
    min-height: 600px;
  }

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

  .card-overlay {
    padding: 0 25px 40px 25px;
  }

  .hero-text-content {
    padding: 40px 0;
  }

  .marina-locations {
    padding: 60px 0 50px 0;
  }

  .wallOfFameSection .headingWrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .clemens-medium-container {
    max-width: calc(100% - 5%);
  }

  .hero-content .home-title {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 2px;
  }

  .mega-menu-links ul li a {
    font-size: 16px;
  }

  .mega-menu-logo-wrapper {
    max-width: 120px;
  }

  .nav-link-item {
    padding: 40px 9px;
    font-size: 14px;
  }

  .site-logo-wrapper {
    max-width: 170px;
  }

  .location-number {
    font-size: 22px;
  }

  .nav-wrapper {
    display: flex;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .location-dropdown {
    top: 75px;
    right: -25px;
    padding: 24.5px 25px 19px 42.623px;
    width: 280px;
  }

  .brand-banner-content {
    bottom: 80px;
  }

  .robalo-hero-title {
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 3px;
  }

  .inven-sec-title {
    font-size: 35px;
    line-height: 40px;
  }

  .clemens-brand-container {
    max-width: calc(100% - 15%);
  }

  .video-title {
    color: var(--Blackish, #221F20);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
  }

  .clemens-container-fluid .clemens-featured-col .content-box {
    max-width: 85%;
  }

  .financing-inner {
    max-width: calc(100% - 10%);
  }

  .clemens-lg-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-title {
    color: var(--Blackish, #221F20);
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  .assets-card-title {
    font-size: 20px;
  }
  .clemensControlSection{
    margin: 40px 0;
  }

  .clemensControlTextWrap{
    text-align: center;
  }

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

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

  .breadcrumb-container {
    padding-top: 5px;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

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

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

  .footer-mobile-box {
    display: block;
  }

  .footer-grid {
    flex-flow: column-reverse;
    gap: 0px;
    padding: 0px 40px 60px 40px;
  }

  .footer-box {
    width: 100%;
    padding-top: 70px;
  }

  .footer-col-1 {
    display: none;
  }

  .footer-accordion-header {
    color: var(--Blackish);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer-col-2 {
    width: 100%;
    text-align: center;
  }

  .footer-location-name {
    justify-content: center;
  }

  .unique-locations-brand-logo {
    max-height: 40px;
    margin-bottom: 2.5rem;
  }

  .unique-locations-brand-strip .row>div:nth-last-child(-n+3) .unique-locations-brand-logo {
    margin-bottom: 0;
  }

  .location-services-section {
    padding-bottom: 30px;
  }

  .map-section {
    margin: 50px auto;
  }

  .featured-list {
    padding-left: 0;
  }

  .featured-list li {
    list-style: none;
  }

  .welcome-banner .hero-content-wrapper {
    min-height: unset;
  }

  .welcome-img img,
  .welcome-img iframe {
    min-height: 300px;
  }

  .banner-title {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
  }

  .finance-text {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }

  .marina-heading-blue {
    font-size: 1.75rem;
  }

  .marina-btn-primary {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .inventory-card {
    width: calc(100% / 2);
  }

  .welcome-banner .hero-content-wrapper {
    padding: 0px 40px;
  }

  .marina-content-col {
    text-align: center;
  }

  .service-link-card {
    width: calc(100% / 2 - 4px);
  }

  .marina-action-group {
    justify-content: center;
  }

  .common-header {
    margin-bottom: 0;
  }

  .experties-sec {
    padding: 50px 0 0 0;
  }

  .clemens-featured-img img {
    min-height: 300px;
  }

  .process-section {
    padding: 50px 0;
  }

  .process-cta-container {
    margin-top: 22px;
  }

  .marina-title-white {
    font-size: 1.8rem;
  }

  .services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-heading-lg {
    font-size: 30px;
    line-height: 35px;
  }

  .service-content:not(.d-none) {
    border-color: var(--Aqua);
  }

  .service-content {
    background: #fff;
    padding: 15px;
    border: 2px solid #ddd;
    border-top: none;
    margin-bottom: 15px;
  }

  .services-tabs .list-group-item {
    margin-bottom: 0;
    margin-top: 16px;
  }

  .service-content {
    margin-bottom: 0;
  }

  .service-link-card {
    padding-top: 124%;
  }

  .service-content {
    padding: 20px;
  }

  .clemens-medium-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-content {
    bottom: 80px;
  }

  .home-brand-logo-img {
    max-width: 150px;
  }

  .download-section {
    padding-bottom: 40px;
  }

  .robalo-hero-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2.5px;
    margin-bottom: 25px;
  }

  .inven-sec-title {
    font-size: 30px;
    line-height: 35px;
  }

  .robalo-sec-title {
    text-align: center;
  }

  .robalo-lineup-section {
    padding: 50px 0 50px 0;
  }

  .clemens-brand-container .content-box {
    padding-right: 0;
    text-align: center;
  }

  .outboard-container .content-box {
    padding-right: 0;
    text-align: center;
  }

  .clemens-featured-col {
    width: 100%;
  }

  .robalo-black-btn {
    text-align: center;
    max-width: 500px;
    width: 100%;
  }

  .brand-banner {
    position: unset;
    padding-bottom: 40px;
  }

  .robalo-brand-logo-box {
    margin: 0 auto;
  }

  .robalo-action-inner {
    flex-direction: column;
    gap: 30px;
  }

  .robalo-action-btns {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .robalo-hero-content {
    max-width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .clemens-lg-container .clemens-featured-box,
  .clemens-brand-container .clemens-featured-box {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }

  .clemens-lg-container .clemens-featured-col {
    width: 100%;
  }

  .clemens-lg-container .clemens-featured-col .content-box {
    padding: 40px 0;
    align-items: center;
    text-align: center;
  }

  .clemens-medium-container .clemens-featured-box,
  .clemens-brand-container .clemens-featured-box {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }

  .clemens-medium-container .clemens-featured-col {
    width: 100%;
  }

  .clemens-medium-container .clemens-featured-col .content-box {
    padding: 40px 0;
    align-items: center;
    text-align: center;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .brand-gallery {
    display: none;
  }

  .clemens-container-fluid .clemens-featured-col .content-box {
    padding: 40px 25px;
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .clemens-container-fluid .clemens-featured-col {
    width: 100%;
  }

  .outboard-container {
    width: 100%;
  }

  .clemens-container-fluid .clemens-featured-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .central-title {
    font-size: 35px;
    line-height: 42px;
  }

  .financing-heading-box,
  .financing-description-box {
    width: 100%;
  }

  .financing-content {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

  .financing-action {
    padding-left: 0;
    padding-top: 48px;
  }

  .marina-financing {
    padding: 50px 20px;
  }

  .financing-title {
    font-size: 28px;
  }

  .location-section {
    padding: 90px 0 40px 0;
  }

  .contact-form-section {
    margin-top: 58px;
  }

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

  .clemens-container {
    max-width: 100%;
  }
  .social-media-widget {
    padding-top: 56.25%;
  }
}

@media (max-width: 767px) {
  .home-hero-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
  .newsletter .newsletter-title {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 24px;
  }

  .outboard-action-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .outboard-brand-logo-box,
  .outboard-action-btns {
    text-align: center;
  }

  .outboard-brand-logo-box,
  .outboard-action-btns {
    width: 100%;
  }

  .unique-locations-brand-logo {
    max-height: 35px;
  }

  .unique-locations-brand-strip .row>div:nth-last-child(3) .unique-locations-brand-logo {
    margin-bottom: 2.5rem;
  }

  .unique-locations-brand-strip .row>div:nth-last-child(-n+2) .unique-locations-brand-logo {
    margin-bottom: 0;
  }

  .central-title {
    margin-bottom: 15px;
  }

  .about-location-section {
    padding-bottom: 40px;
  }

  .location-header {
    padding-top: 40px;
    margin-top: 20px;
  }

  .inventory-card {
    width: 100%;
  }

  .marina-heading-blue {
    font-size: 35px;
    line-height: 42px;
  }

  .marina-hero-trade,
  .marina-hero-overlay {
    min-height: 500px;
  }

  .marina-hero-title {
    font-size: 1.8rem;
  }

  .marina-btn-outline {
    display: block;
    width: 100%;
    text-align: center;
  }

  .marina-hero-trade,
  .marina-hero-overlay {
    min-height: unset;
  }

  .marina-hero-trade {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-content .home-title {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 1px;
  }

  .featured-title-heading {
    font-size: 32px;
    line-height: 37px;
  }

  .featured-bold-title {
    font-size: 32px;
    line-height: 37px;
  }

  .play-icon-circle {
    width: 40px;
    height: 40px;
  }

  .service-link-card {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .home-hero-slider .owl-dots {
    bottom: 48px;
  }
  .commonSectionInnerWrap {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .commonSectionLinkWrap {
    flex-direction: column-reverse;
  }

  .robalo-hero::after {
    height: 100%;
  }

  .footer-bottom ul li {
    font-size: 12px;
  }

  .footer-bottom ul {
    flex-direction: column;
    padding: 15px 0 20px 0;
  }

  .bottom-links+.bottom-links::after {
    display: none;
  }

  .sub-header ul li a {
    padding: 22px 14px;
  }

  .footer-logo {
    max-width: 230px;
  }

  .menu-logo {
    width: calc(100% / 2 - 5px);
  }

  .footer-box {
    padding-top: 50px;
  }

  .repowerCardTitle {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .banner-title-light {
    font-size: 40px;
  }

  .motor-specs {
    font-size: 14px;
    line-height: 16px;
  }

  .banner-subtitle-lg {
    font-size: 18px;
  }

  .banner-title {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }

  .finance-text {
    font-size: 35px;
    line-height: 40px;
  }

  .finance-section {
    padding: 50px 0;
  }

  .robalo-lineup-item {
    padding: 30px 15px;
  }

  .service-content .title-heading-lg {
    font-size: 25px;
    line-height: 30px;
  }

  .welcome-banner .hero-content-wrapper {
    padding: 0px 30px;
  }

  .service-card-title {
    font-size: 35px;
    line-height: 42px;
  }

  .wallOfFameTitle {
    font-size: 35px;
    line-height: 42px;
  }

  .title-heading-lg {
    font-size: 35px;
    line-height: 42px
  }

  .marina-heading-blue {
    font-size: 30px;
    line-height: 37px;
  }

  .welcome-banner .hero-title {
    font-size: 30px;
    line-height: 37px;
  }

  .banner-btns {
    gap: 10px;
  }

  .hero-content {
    bottom: 75px;
  }

  .hero-content .home-title {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .brand-banner-content {
    bottom: 50px;
  }

  .robalo-hero-title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
  }

  .robalo-hero-title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
  }

  .clemens-brand-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .central-title {
    font-size: 30px;
    line-height: 37px;
  }

  .marina-financing {
    padding: 50px 15px;
  }

  .financing-button {
    width: 100%;
    text-align: center;
  }

  .title-heading {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .form-title {
    font-size: 30px;
    line-height: 40px;
  }

  .form-wrapper {
    padding: 40px 20px 40px 20px;
  }
  .social-media-widget {
      padding-top: 104.25%;
  }
}

@media screen and (max-width: 500px) {
  .nav-btn {
    font-size: 15px;
    padding: 13px 10px 10px 10px !important;
    width: 90px;
    height: 45px;
  }

  .mds-nav-tab {
    margin: 22px 0 35px 0;
  }
}


@media screen and (max-width: 400px) {

  .banner-title-light {
    font-size: 35px;
  }
}

.boat-listing-carousel .item,
.grid-boat-img-box .item,
.boat-img-box .item {
    position: relative;
}

.image_banner {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    color: #fff;
    background: #e72300;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1.2;
}

.image_banner.for_sale_image_banner { background: #2e7d32; }
.image_banner.production_image_banner { background: #ef6c00; }
.image_banner.on_the_way_image_banner { background: #1565c0; }
.image_banner.available_image_banner { background: #00b894; }
