﻿@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap");

:root {
  --Bllue: #0477a6;
  --Teal: #2a4b5c;
  --dark-bg: #0a0e14;
  --card-bg: rgba(255, 255, 255, 0.05);
  --White: #ffffff;
  --Black: #000000;
  --Light-Gray---D9: #d9d9d9;
  --Lightest-Gray---FA: #fafafa;
  --Lighter-Gray---EE: #eeeeee;
  --text-muted: #a0a0a0;
  --glass-border: rgba(255, 255, 255, 0.1);
  --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.field-error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.error_field {
  border-color: red !important;
}
.iti {
  width: 100%;
}


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

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

.phoneInput {
    width: 100%;
    padding-left: 40px;
    outline: none;
    border: none;
}

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

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

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

.tt-suggestion {
    position: absolute;
    top: 103%;
    z-index: 10;
    background: #fff;
    height: 500px;
    overflow-y: auto;
}

/* Generic Utility Classes */
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}

.text-teal {
  color: var(--Teal);
}
.text-blue {
  color: var(--Bllue);
}
.container-starboard {
  max-width: 1520px;
  width: 100%;
  padding: 10px;
}
.container-starboard-2 {
  max-width: 1250px;
  width: 100%;
  padding: 10px;
}

.section-title {
  color: var(--Teal);
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Inventory Card Styles */
.inventory-card {
  transition: var(--transition);
  border-radius: 4px;
  overflow: hidden;
  background: var(--White);
  text-decoration: none;
  display: block;
}

.hiringImageWrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.link-color{
  color: #154E7E;
}
.inventory-card:hover {
  text-decoration: none;
}

.inventory-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #f5f5f5;
  overflow: hidden;
}

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

.inventory-info {
  padding: 15px 0;
}

.inventory-name {
  color: var(--Teal);
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.inventory-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans";
  font-size: 16px;
}

.inventory-meta .price {
  color: var(--Bllue);
  font-weight: 400;
}

.inventory-meta .divider {
  color: #ccc;
}

.inventory-meta .monthly {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

/* Inventory Slider Customizations */
.inventory-carousel.owl-carousel {
  position: relative;
  padding: 0 10px;
}

.inventory-carousel.owl-carousel .owl-nav {
  display: none;
}

.inventory-carousel .item {
  padding: 10px;
}

.inventory-section .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.top_new_filter {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #eee;
  display: none;
}

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

/* .top_new_filter .inner_wrap_bt{
   
} */
.top_new_filter .inner_wrap_bt a {
  padding: 7px 10px;
  display: inline-block;
  min-width: 190px;
  width: 100%;
  text-align: center;
  font-family: "acumin-light";
  border: 1px solid #328db01a;
  border-radius: 30px;
  background-color: #328db01a;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.top_new_filter .inner_wrap_bt a img {
  width: 40px;
  height: 14px;
  object-fit: contain;
}
.top_des_fil .close_btn {
  display: none;
}

.main_pannerl_wrap {
  padding: 0px 20px;
}

.U_case {
  padding: 10px 20px;
}

.mob_veiw_Sort {
  display: none;
}

.desk_veiw_sort {
  display: block;
}

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

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

.mob_veiw {
  display: none;
}

.desk_veiw {
  display: block;
}

.section-title-alt {
  color: var(--Teal, #2a4b5c);
  text-align: center;
  font-family: Syncopate;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 9.6px;
  text-transform: uppercase;
}

/* Features/Services Section Styles */
.feature-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.25;
  overflow: hidden;
  transition: var(--transition);
}

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

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.feature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* background: linear-gradient(
    to top,
    rgba(42, 75, 92, 0.9) 0%,
    rgba(42, 75, 92, 0.4) 30%,
    transparent 60%
  ); */
  background: linear-gradient(
    180deg,
    rgba(42, 75, 92, 0) 0%,
    rgba(42, 75, 92, 0.8) 100%
  );
  transition: var(--transition);
}

.feature-title {
  color: var(--White);
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.feature-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--Bllue);
  color: var(--White);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  visibility: hidden;
}

.feature-card:hover .feature-icon {
  background-color: var(--Bllue);
  color: var(--White);
  visibility: visible;
}

/* .feature-card:hover .feature-overlay {
    background: linear-gradient(to top, rgba(42, 75, 92, 0.95) 0%, rgba(42, 75, 92, 0.6) 50%, transparent 100%);
} */

/* About Section Styles */
.about-section {
  background-color: var(--White);
  overflow: hidden;
}

/* .about-content {
  max-width: 80%;
  margin: 0 auto;
  padding-right: 50px;
} */

.about-content {
  max-width: 67%;
  margin-left: 18%;
}
.goldstar-sec .about-content {
  max-width: 73%;
  margin-left: 15%;
}
.about-title {
  color: var(--Teal, #2a4b5c);

  /* h3 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  text-transform: uppercase;
}

.about-title .text-blue {
  color: var(--Bllue);
}

.about-img-wrapper {
  height: 100%;
}

.about-img-wrapper img {
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

/* Testimonial Section Styles */
.testimonial-section {
  background-color: var(--White);
}

.testimonial-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--Black);
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-author {
  color: var(--Black);
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

/* Carousel Custom Nav */
.testimonial-nav {
  position: absolute;
  top: 20%;
  left: 0;
  width: 90%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
  margin: 0 5%;
}

.testimonial-prev,
.testimonial-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--Teal);
  color: var(--White);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  font-size: 14px;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background-color: #2a4b5c7c;
}

.testimonial-slider-wrapper {
  padding: 0 60px;
}

/* CTA Grid Section Styles */
.cta-box {
  background-color: var(--Teal);
  padding: 25px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  transition: var(--transition);
  height: 120px;
}

.cta-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.cta-icon img {
  width: 40px;
  height: 100%;
  object-fit: contain;
}

.cta-label {
  color: var(--White);
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* Facebook Feed Section Styles */
.facebook-section {
  background-color: var(--White);
}

.fb-posts-container {
  border-radius: 8px;
  overflow: hidden;
  /* Optional: add a subtle shadow if desired, though the image shows it flat or as a screenshot */
}

.facebook-title {
  color: var(--Teal);
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.facebook-text {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Unique Page Hero Styles */
.service-hero {
  background-image: url("../images/winter-storage-hero.png");
}

/* Main Footer Styles */
.main-footer {
  background-color: var(--Lightest-Gray---FA);
  color: var(--Teal);
  font-family: "DM Sans", sans-serif;
  border-top: 1px solid var(--Lighter-Gray---EE);
  border-bottom: 1px solid var(--Lighter-Gray---EE);
}

/* Newsletter Bar */
.newsletter-title {
  color: var(--Teal);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.newsletter-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Light-Gray---D9, #d9d9d9);
  background: var(--White, #fff);
  width: 320px;
}

.newsletter-input {
  width: 100%;
  padding: 12px 20px;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--Teal);
}

.newsletter-btn {
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  color: #ccc;
  font-size: 14px;
  cursor: pointer;
  transition: var(--transition);
}

.newsletter-btn:hover {
  color: var(--Bllue);
}

/* Brand & Contact Info */

.footer-phone-link {
  font-size: 22px;
  font-weight: 700;
  color: var(--Bllue);
  text-decoration: none;
}

.footer-address-text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--Black);
}

.hours-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--Teal);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.hours-text {
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--Black);
}

.social-icon {
  font-size: 18px;
  color: var(--Bllue);
}

/* Footer Nav Columns */
.footer-nav-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--Teal);
  margin-bottom: 25px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
}

.footer-nav-list li {
  margin-bottom: 16px;
}

.footer-nav-list a {
  color: var(--Black);
  font-size: 16px;
  text-decoration: none;
}

.footer-accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Bottom Bar */
.footer-bottom-bar {
  background-color: #fff;
}

.copyright-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}

.copyright-text a {
  color: rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  text-decoration: none;
}

/* Footer Responsive / Accordion Logic */



.headerHeadingBlack {
  color: var(--Black);
  font-family: syncopate;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0;
  text-transform: uppercase;
}

p {
  color: var(--Black);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.btn-global {
  display: inline-block;
  background-color: var(--Bllue);
  color: var(--White);
  padding: 12px 50px;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-transform: capitalize;
  /* letter-spacing: 1px; */
  transition: var(--transition);
  width: fit-content;
}

.btn-global:hover {
  background-color: var(--Teal);
  color: var(--White);
}
.btn-outline-global {
  background-color: transparent;
  color: var(--Teal);
  padding: 12px 40px;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--Teal);
  border-radius: 4px;
  text-transform: capitalize;
  /* letter-spacing: 1px; */
  transition: var(--transition);
  display: inline-block;
  /* display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; */
  width: fit-content;
}

.btn-outline-global:hover {
  background-color: var(--Bllue);
  border: 1px solid var(--Bllue);
  color: var(--White);
}
.btn-outline-white {
  display: inline-block;
  background-color: transparent;
  color: var(--White);
  padding: 12px 40px;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--White);
  border-radius: 4px;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: var(--transition);
  /* display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; */
  width: fit-content;
}

.btn-outline-white:hover {
  background-color: var(--Bllue);
  border: 1px solid var(--Bllue);
  color: var(--White);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "DM Sans";
  /* background-color: var(--White);
    color: var(--Teal); */
  overflow-x: hidden;
  padding-top: 90px;
}

.overflow-hidden {
  overflow: hidden;
}

/* Header Styles */

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--White);
  color: var(--Teal);
  border-bottom: 4px solid var(--Teal);
  transition: var(--transition);
}
.header-cont {
  max-width: 1680px;
  margin: 0 auto;
}

.main-header.mega-active {
  background-color: var(--White);
}

.main-header.scrolled {
  background-color: var(--White);
}

.main-header.scrolled .header-wrapper {
  height: 70px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

.main-logo {
  height: 60px;
  width: auto;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}

.nav-links a {
  color: var(--Teal);
  font-family: "DM Sans";
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a i {
  font-size: 12px;
  transition: var(--transition);
}

.nav-links a:hover {
  color: var(--Bllue);
}

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

.contact-info {
  flex-direction: column;
  text-align: right;
}

.contact-info .label {
  font-size: 16px;
  color: var(--Teal);
  font-weight: 400;
}

.contact-info .phone-link {
  color: var(--Bllue);
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}

.company-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background-color: var(--White);
  padding: 10px 15px;
  transition: var(--transition);
}
.company-toggle span {
  color: var(--Teal, #2a4b5c);
  text-align: right;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.company-toggle:hover {
  background-color: var(--White);
  border-color: var(--Bllue);
}

.hamburger {
  width: 25px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--Teal);
  transition: var(--transition);
}

/* Mega Menu Styles */
.mega-menu {
  position: absolute;
  top: 78%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid var(--glass-border);
  padding: 50px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.mega-menu.active {
  visibility: visible;
  opacity: 1;
}

.mega-list {
  list-style: none;
  padding: 0;
}

.mega-list li {
  margin-bottom: 15px;
}

.mega-list a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: var(--transition);
}

.boat-cardmega {
  position: relative;
  overflow: hidden;
  margin: 5px;
  cursor: pointer;
  height: 300px;
}

.boat-cardmega img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.boat-title img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  transition: var(--transition);
}

.desktop-accordion-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-right: 10px;
  background-color: #e9e9e9;
}

.boat-content-box .boat-title {
  background: none !important;
  position: unset !important;
  padding: 0 !important;
}
/* .boatsListing .boat-card {
  height: auto !important;
} */
.details-main-row .boat-details-title {
  letter-spacing: normal !important;
}
.boat-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); */
  background: linear-gradient(
    180deg,
    rgba(42, 75, 92, 0) 0%,
    rgba(42, 75, 92, 0.8) 100%
  );
  color: white;
  font-weight: 700;
}

.boat-title span {
  font-size: 12px;
  font-weight: 400;
  color: var(--Bllue);
}

.brand-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  height: 100%;
  justify-content: space-evenly;
}

.brand-logos img {
  width: 100%;
  max-width: 160px;
  transition: var(--transition);
  cursor: pointer;
}

.hart-fabrication-section {
  border-top: 1px solid var(--Lighter-Gray---EE, #eee);
  border-bottom: 1px solid var(--Lighter-Gray---EE, #eee);
  background: var(--Lightest-Gray---FA, #fafafa);
}
.hoist-section .left-centsec .about-title {
  letter-spacing: 4.5px;
}
.service-box {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: block;
}

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

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(42, 75, 92, 0) 0%,
    rgba(42, 75, 92, 0.8) 100%
  );
  display: flex;
  align-items: end;
  justify-content: center;
  transition: var(--transition);
}

.service-overlay h3 {
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 24px;
  padding-bottom: 20px;
}

/* Sidebar Styles */
.company-sidebar {
  position: fixed;
  top: 70px;
  right: -500px;
  width: 500px;
  height: 100%;
  background: #ffffff;
  z-index: 2000;
  padding: 38px 120px 70px 70px;
  transition: var(--transition);
  color: #333;
}

.company-sidebar.active {
  right: 0;
}

/* .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 1999;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.sidebar-overlay.active {
  visibility: visible;
  opacity: 1;
} */

.sidebar-header {
  background-color: var(--White);
  z-index: 10;
}

.close-sidebar {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: var(--Teal);
  padding: 0;
  line-height: 1;
  transition: var(--transition);
}

.close-sidebar:hover {
  color: var(--Bllue);
  transform: rotate(90deg);
}

.main-sidebar-nav {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.main-sidebar-nav li {
  margin-bottom: 22px;
  text-align: end;
}

.main-sidebar-nav a {
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 700;
  color: var(--Teal);
  text-decoration: none;
  transition: var(--transition);
}

.secondary-nav {
  list-style: none;
  padding: 0;
  margin-top: 80px;
}

.secondary-nav li {
  margin-bottom: 22px;
  text-align: end;
}

.secondary-nav a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.sidebar-socials {
  margin-top: 50px;
  display: flex;
  justify-content: end;
}

.sidebar-socials a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--Bllue);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
}

/* Mobile Accordion Styles */
.accordion-header {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-body {
  display: none;
  padding: 15px 0;
}

.accordion-body ul {
  list-style: none;
  padding: 0;
}

.accordion-body li {
  margin-bottom: 10px;
}

.accordion-body a {
  color: #666;
  text-decoration: none;
}

/* Mobile Responsive */

/* Hero Banner Styles */
.hero-banner {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

/* .hero-title {
  font-family: "Syncopate", sans-serif;
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 700;
  color: var(--White);
  text-transform: uppercase;
  letter-spacing: clamp(10px, 3vw, 25px);
  margin: 0;
  line-height: 1.1;
} */

.hero-actions-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  background: var(--Lightest-Gray---FA, #fafafa);
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  max-width: 1100px;
  margin: -25px auto 0;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

.action-buttons {
  display: flex;
  gap: 20px;
}
.action-buttons a {
  width: 280px !important;
  height: 48px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
/* .hero-actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  max-width: 1100px;
  margin: -25px auto 0;
  padding: 0 20px;
} */
.hero-search {
  flex-grow: 1;
  max-width: 280px;
  display: flex;
  position: relative;
  background: var(--White);
  border-radius: 4px;
  border: 1px solid var(--Light-Gray---D9);
  overflow: hidden;
}
.hero-search i {
  color: rgb(4 119 166 / 60%);
}
.hero-search input {
  width: 100%;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  color: var(--Teal);
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

.hero-search button {
  padding: 0 25px;
  background: transparent;
  border: none;
  color: var(--Bllue);
  font-size: 18px;
  cursor: pointer;
  transition: var(--transition);
}

.hero-search button:hover {
  color: var(--Teal);
}

.hero-brands-bar {
  background: var(--Lightest-Gray---FA, #fafafa);
  padding: 60px 0px 30px 0;
}
.hero-brands-bar .hero-brand-logos {
  gap: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-brands-bar img {
  max-height: 80px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  opacity: 1;
  transition: var(--transition);
}

/* @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

/* Responsive Styles */

.sidebar-socials a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--Bllue);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
}

/* Mobile Accordion Styles */
.accordion-header {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-body {
  display: none;
  padding: 15px 0;
}

.accordion-body ul {
  list-style: none;
  padding: 0;
}

.accordion-body li {
  margin-bottom: 10px;
}

.accordion-body a {
  color: #666;
  text-decoration: none;
}

/* Mobile Responsive */

/* Hero Banner Styles */
/*.hero-banner {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.hero-title {
  font-family: "Syncopate", sans-serif;
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 700;
  color: var(--White);
  text-transform: uppercase;
  letter-spacing: clamp(10px, 3vw, 25px);
  margin: 0;
  line-height: 1.1;
}

.hero-actions-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  max-width: 1100px;
  margin: -25px auto 0;
  padding: 0 20px;
}

 .action-buttons {
  display: flex;
  gap: 20px;
}

.hero-search {
  flex-grow: 1;
  max-width: 280px;
  display: flex;
  position: relative;
  background: var(--White);
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--Light-Gray---D9);
  overflow: hidden;
} 

.hero-search input {
  width: 100%;
  padding: 15px 25px;
  border: none;
  background: transparent;
  color: var(--Teal);
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.hero-search button {
  padding: 0 25px;
  background: transparent;
  border: none;
  color: var(--Bllue);
  font-size: 18px;
  cursor: pointer;
  transition: var(--transition);
}

.hero-search button:hover {
  color: var(--Teal);
}

.hero-brands-bar {
  background: var(--White);
  padding: 50px 0;
}
.hero-brands-bar .hero-brand-logos {
  gap: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-brands-bar img {
  max-height: 80px;
  width: auto;
  max-width: 250px;
  object-fit: contain;
  opacity: 1;
  transition: var(--transition);
}
*/
/* @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

/* Hero Sections & Common Components */
.common-hero {
  position: relative;
  height: 80vh;
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.common-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(42 75 92 / 60%); /* Dark overlay */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--White);
  padding: 0 20px;
  max-width: 1200px;
}

.hero-title {
  font-family: "Syncopate", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.hero-cta-btn {
  display: inline-block;
  background-color: var(--Bllue);
  color: var(--White);
  padding: 12px 40px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.hero-cta-btn:hover {
  background-color: var(--Teal);
  color: var(--White);
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Service Intro Section Styles */

.service-intro-content p {
  color: var(--Black);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* Services Grid Styles */
.services-grid-item {
  margin-bottom: 40px;
}

.services-img-wrapper {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 400px;
}

.services-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: var(--transition);
}

.services-item-title {
  color: var(--Teal);
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-grid-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

.services-grid-item a:hover {
  text-decoration: none;
  color: inherit;
}

.services-item-title a:hover {
  color: var(--Bllue);
}

.services-item-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--Black);
}
.storage-about {
  background: var(--Lightest-Gray---FA);
}
.storage-about .about-content {
  max-width: 80%;
}

/* Request Form Styles */
.request-service-form {
  max-width: 600px;
  margin: 0 auto;
}

.request-form-input {
  width: 100%;
  padding: 11px 20px;
  border: 1px solid var(--Light-Gray---D9);
  border-radius: 4px;
  background-color: var(--White);
  color: var(--Black);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  outline: none;
  transition: var(--transition);
}

.request-form-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.services-provided-section .parts-item {
  padding: 0 10px;
}
.services-provided-section .parts-item .services-item-title {
  letter-spacing: 0px;
}

.Starboard-storage-item {
  display: flex;
}
.Starboard-storage-item .services-item-text {
  max-width: 85%;
}
.left-centsec {
  text-align: center;
}
.left-centsec .about-title {
  text-align: center;
  font-family: "Syncopate";
  letter-spacing: 9.6px;
}
.moreinfo {
  border-top: 1px solid var(--Lighter-Gray---EE);
  border-bottom: 1px solid var(--Lighter-Gray---EE);
}
.moreinfo p a {
  color: var(--Black);
  text-decoration: underline;
}

/* ==========================================================================
   Contact Page V2 Styles (New Classes to avoid conflicts)
   ========================================================================== */

.contact-v2-section {
  position: relative;
  padding-top: 60px;
  /* min-height: 800px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contact-v2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: 0;
}

.contact-v2-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-v2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(42 75 92 / 60%);
  z-index: 1;
}

.contact-v2-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.contact-v2-title {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 5vw, 40px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 16px;
  line-height: 56px;
  margin-bottom: 60px;
  text-align: center;
}

.contact-v2-card {
  background: var(--Lightest-Gray---FA);
  padding: 50px 70px;
  border-radius: 4px;
  border: 1px solid var(--Light-Gray---D9);
  max-width: 57%;
  margin: 0 auto;
}


/* ==========================================================================
   Contact Info Section V2 Styles
   ========================================================================== */

.contact-info-v2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 15%;
}

.info-item-v2 {
  display: flex;
  align-items: center;
  gap: 25px;
}

.info-icon-v2 {
  /* width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0; */
  color: var(--Bllue);
}
.info-icon-v2 i {
  font-size: 30px;
}

.info-text-v2 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.info-phone-v2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--Bllue);
  text-decoration: none;
  transition: var(--transition);
}

.info-phone-v2:hover {
  color: var(--Teal);
  text-decoration: none;
}

.google-map-iframe {
  width: 100%;
  height: 600px;
  border: 0;
  display: block;
}


.specials-section .section-title {
  color: var(--Teal, #2a4b5c);
  text-align: center;
  font-family: Syncopate;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 16px;
  text-transform: uppercase;
}

.specials-section .services-item-text span {
  color: var(--Teal, #2a4b5c);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.specials-section .services-img-wrapper {
  border: 2px solid var(--Black);
}
.specials-section .services-img-wrapper img {
  height: 390px;
  object-fit: cover;
}

.services-item-text.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.show-more-btn {
  color: var(--Bllue);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
  text-transform: capitalize;
  font-size: 16px;
  transition: var(--transition);
}

.show-more-btn:hover {
  color: var(--Teal);
}

/* ==========================================================================
   Specials Details Page Styles
   ========================================================================== */

.specials-detail-title {
  color: var(--Teal, #2a4b5c);
  font-family: Syncopate;
  font-size: clamp(18px, 3.5vw, 24px);
  font-weight: 700;
  letter-spacing: 9.6px;
  text-transform: uppercase;
  line-height: 1.3;
}

.specials-detail-date {
  color: var(--Teal);
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  opacity: 0.8;
}

.specials-detail-desc p {
  font-size: 16px;
  line-height: 24px;
  color: var(--Black);
}

.terms-title {
  color: var(--Teal, #2a4b5c);
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.terms-text {
  font-size: 16px;
  font-family: "DM Sans";
  line-height: 26px;
  color: #333;
}

/* ==========================================================================
   Our Story Timeline Carousel Styles
   ========================================================================== */

.story-section {
  background-color: #fff;
}

.story-card {
  background-color: var(--Lightest-Gray---FA);
  border: 1px solid var(--Light-Gray---D9);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 20px 85px;
  margin: 15px;
  min-height: 380px;
  transition: var(--transition);
}


.story-year {
  flex: 0 0 180px;
  font-family: "Syncopate", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: var(--Teal);
  text-align: center;
  line-height: 1;
}

.story-year.range {
  font-family: "Syncopate", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: var(--Teal);
  text-align: center;
}
.story-year.range span {
  font-size: 24px;
  font-weight: 700;
}

.story-divider {
  width: 1px;
  height: 300px;
  background-color: #2a4b5c;
  margin: 0 40px;
}

.story-content {
  flex: 1;
}

.story-content h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--Teal);
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.story-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.story-carousel .owl-dots {
  margin-top: 50px !important;
}

.story-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc !important;
}

.story-carousel .owl-dot.active span {
  background: var(--Teal) !important;
}
.ourstory-lastcard {
  background-color: var(--Teal);
  color: #fff;
  padding: 0 160px;
}
.ourstory-lastcard h4 {
  font-family: Syncopate;
  color: #fff;
  letter-spacing: 9.6px;
  text-align: center;
}
.ourstory-lastcard p {
  color: #fff;
  text-align: center;
}
.our-mission-statement .about-content {
  max-width: 75%;
  margin: 0 auto;
  padding-right: 0px;
  text-align: left !important;
}
.our-mission-statement ol {
  padding-left: 20px;
}
.our-mission-statement ol li {
  margin-bottom: 10px;
}
.our-visionsec .about-content-wrapper {
  border: 1px solid var(--Light-Gray---D9, #d9d9d9);
  background: var(--Lightest-Gray---FA, #fafafa);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
}

/* boats pages css starts here */
.lastLoad_btn button {
  margin-top: 30px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #328db0;
  display: inline-block;
  max-width: 250px;
  width: 100%;
  padding: 11px 25px;
  border: 1px solid #328db0;
  cursor: pointer;
}

.listing-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

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

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

.lisitng-search-box input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 7px 20px !important;
  border: none !important;
}

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

.boatsHeading {
  color: #222;
  font-family: "Public Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 6.4px;
  text-transform: uppercase;
}

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

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

.sortWrapper label {
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.sortWrapper select {
  font-size: 12px;
  width: 160px;
  height: 38px !important;
  padding: 0 8px;
  border-radius: 0;
  background: #fff;
  margin-left: 10px;
  font-family: "Inter";
  border: none;
  border-right: none;
  height: 100%;
  margin-bottom: 0 !important;
}

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

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

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

/* breadCrum starts here */

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

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

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

.breadcrum span {
  font-weight: 600;
}

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

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

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

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

.filterInner h3 {
  margin: 0;
}

.catbox input {
  /*    display: none;*/
}

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

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

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

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

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

.breadcrumb-item a {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.sqr-checkBox label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filterBox > h2 {
  margin: 0;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  font-family: "Public Sans";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

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

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

.filterBox .youSearchList li {
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
}

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

.filterOptions h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  margin: 0;
  padding: 12px;
  color: #000;
  font-weight: 800;
  background: #e9e9e9;
}

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

.filterOptions input {
  width: 100%;
  text-align: center;
  color: #222;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: -0.32px;
}

/* .filterOptions > .filterList {
    padding: 12px;
} */

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

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

.sidWidget_iner {
  float: right;
  max-width: 100%;
  /*	padding: 30px 0;*/
  width: 100%;
}

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

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

/* chekbox style start */

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

.styled-checkbox + .filter_count {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

/* new boat listing page css start here */
.breadcrumb-container {
  max-width: calc(100% - 7%);
  margin: 0 auto;
}

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

.fitler-col {
  width: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pricing-box h3 {
  color: #0f6dbf;
  text-align: right;
  font-family: "Rubik_Bold";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
}

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

.pricing-box {
  height: 100%;
}

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

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

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

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

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

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

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

.card-text {
  color: #328db0;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1.2px;
}

/* grid view start here */

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

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

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

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

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

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

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

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

.grid-boat-title a {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

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

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

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

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

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

.range-value-box .range-box-item {
  width: 100px;
  height: 41px;
  flex-shrink: 0;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  font-family: "Inter", sans-serif !important;
}

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

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

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

.grid-price-item:nth-child(1) {
  color: #328db0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

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

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

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

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

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

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

.grid-upper-content-box {
  padding: 20px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

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

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

.trade-box {
  display: none;
}

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

.specs-list-item {
  position: relative;
  color: #1e1e1e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-right: 20px;
}

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

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

/* new boat details page design start here */

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

.boatDetailCarouselImageContainer {
  position: relative;
  padding-top: 65%;
}

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

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

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

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

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

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

.details-right-container {
  width: 35%;
  padding: 0 120px;
}

.side-bar {
  position: sticky;
  top: 90px;
  width: 100%;
}
.pymentBlock h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boat-card-img {
  position: relative;
  padding-top: 68%;
}

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

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

.callForprice {
  color: #328db0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: center;
}

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

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-cols {
  flex-basis: calc(33.33% - 10px);
}

.gallery-box-img {
  position: relative;
  padding-top: 67%;
}

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

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

.more-img-btn {
  margin: 15px 0 30px 0;
}

.more-img-btn button {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  width: 100%;
  height: 45px;
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  cursor: pointer;
}

/* Hide images beyond the first 6 by default */
.gallery-cols:nth-child(n+7) {
  display: none;
}

.gallery-cols.show {
  display: block;
}

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

.accordion-header h3 {
  color: #000;
  font-family: "Inter", sans-serif !important;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

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

.specs-cols {
  width: 50%;
}

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

.specs-item span:nth-child(1) {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.blackParaText h1,
.blackParaText h2 {
  color: #000 !important;
  font-family: "Inter", sans-serif;
  font-size: 23px !important;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: left !important;
}

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

.blackParaText p,
.blackParaText span,
.blackParaText li {
  color: #000 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: left !important;
}
.blackParaText * {
  position: static !important;
  padding-left: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  height: auto !important;
  /* overflow: hidden !important; */
}
.specs-item span:nth-child(1) img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

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

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

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

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

.sale-price {
  color: #328db0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -0.4px;
}

.original-price {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

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

.specs-item span:nth-child(2) {
  color: #000;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  /* 156.25% */
}

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

.accordion-content {
  padding-bottom: 45px;
}

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

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

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

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

.specsList hr {
  margin: 8px 0;
}

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

.specsList li p {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-sidebar-sec-btn {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 120% */
  text-transform: uppercase;
}

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

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

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

.boatPricingList {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

.boatDetailBtn:hover {
  color: #fff;
}

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

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

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

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

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

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

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

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

.boatDetailPageSeparator {
  margin-top: 60px;
}

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

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

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

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

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

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

.boat-details-form {
  width: 100%;
  height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #d9d9d9 !important;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.boat-details-form::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.boat-details-textarea {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px;
}

.boat-details-textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

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

.call-now-btn {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  background: #328db0;
  border-radius: 3px;
}

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

/* boat detail carousel */

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

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

/* boat gallery pop up */

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

.boat-details-title {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 15px;
}

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

.similar-heading {
  color: #222;
  font-family: "Public Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 93.75% */
  letter-spacing: 6.4px;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.callForBoat:hover {
  color: #a81d1d;
}

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

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

.formBtnWrapper {
  margin-top: 30px;
}

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

.inputWrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.price-box h3 {
  color: #328db0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -0.4px;
}

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

.apply-box span {
  color: #000;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.36px;
}

.boat-details-form-sec {
  position: relative;
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  padding: 20px 23px 50px 23px;
}

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

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

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

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

.fedaralLogoImageWrap{
  max-width: 250px;
}

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

.apply-box .financing-btn {
  border-radius: 3px;
  background: #328db026;
  color: #328db0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  padding: 14px 25px;
  border: 1px solid #328db026;
}

.details-form-btn {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  border-radius: 3px;
  background: #328db0;
  padding: 12px 25px;
  display: inline-block;
  border: 1px solid #328db0;
}

.details-form-btn:hover {
  border: 1px solid #328db0;
  color: #fff;
}

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

.radio-box {
  display: flex;
  margin: 20px 0;
}
.fontFamily{
  font-family: 'DM Sans', sans-serif;
}
.radio-box label {
  color: #000 !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.radio-box input[type="radio"] {
  margin-right: 6px !important;
  margin-left: 15px;
}

.custom-modal-box {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 999;
  display: none;
  /* Start hidden */
  transition: transform 0.5s ease;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mob-sticky-bar {
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 17px 30px;
  background: #0086c4;
}

.mob-sticky-bar .original-price {
  display: none;
}

.sticky-bar-col {
  width: 50%;
}

.mob-sticky-bar .sale-price:nth-child(1) {
  display: none;
}

.mob-sticky-bar .sale-price:nth-child(2) {
  float: left !important;
  color: #fff;
  font-family: Inter;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px;
}

.sticky-bar-col h3 {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
  margin-bottom: 5px;
  word-break: break-word;
}

.sticky-bar-col p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.sticky-bar-col a {
  display: inline-block;
  border-radius: 30px;
  background: #0079b2;
  color: #fff;
  text-align: center;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  padding: 14px 28px;
}

.calc-error-box p {
  color: #fff;
  font-family: "Public Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: none;
  border-radius: 20px;
  padding: 7px 20px;
  text-align: center;
}

.custom-modal-box.show {
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-white-sec {
  background: #fff;
  padding: 50px;
}

.modal-white-sec .popup_input {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  width: 100%;
}

.modal-white-sec .popup_label {
  color: #000;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.saving-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.saving-box span {
  color: rgba(34, 34, 34, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.result_box h2 {
  color: #fff;
  text-align: center;
  font-family: "Public Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px !important;
}

.result_box h3 {
  color: #fff;
  text-align: center;
  font-family: "Public Sans";
  font-size: 35px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 60px !important;
}

.modal-content-box {
  display: flex;
  flex-wrap: wrap;
}

.modal-content-col {
  width: 50%;
}

.calculate-box {
  background: #005278;
  color: white;
  padding: 40px 30px;
}

.calculate-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.calculate-btn {
  color: #fff;
  text-align: center;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 0;
  width: 100%;
  padding: 12px 36px;
}

.calculate-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.calculate-btn:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.close-btn-1 {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-family: "Public Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.stock-img {
  width: 18px !important;
  height: 15px !important;
}
.close-btn-2 {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Public Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 20px;
  padding: 7px 20px;
  cursor: pointer;
}

.disclaimer-dropdown {
  position: relative;
  display: inline-block;
}

.disclaimer-btn {
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  color: white;
  padding: 10px 15px;
  font-family: "Public Sans";
  letter-spacing: 1px;
  font-size: 16px;
}
.disclaimer-content {
  display: none;
  width: 100%;
  padding: 12px 0;
  border-radius: 4px;
}
.disclaimer-content p {
  background: transparent;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.disclaimer-content p a {
  color: white;
  text-decoration: underline;
}
.checkbox-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: black;
}

.dealer-form-box {
  display: flex;
  margin-bottom: 22px;
}

.disclaimer-modal .modal-body {
  padding: 30px 30px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.disclaimer-modal h5 {
  color: #222222;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 22px !important;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.toggle-content {
  margin: 0 0 !important;
}
.pending_sale_banner {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 22px;
  background: #328db0;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
}
.boatTag,
.grid-pending_sale_banner {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 22px;
  background: #328db0;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
}

/* new boat detail page design ends here */

/* mobile filter start here */

.top_new_filter {
  display: none;
}

.top_new_filter .inner_wrap_bt a {
  padding: 7px 10px;
  display: inline-block;
  min-width: 190px;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  border: 1px solid #328db01a;
  border-radius: 30px;
  background-color: #328db01a;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

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

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

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

.mobile-filter-box.show-filter {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: white;
  overflow-y: auto;
  height: calc(100vh - 304px);
}

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

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

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

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

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

.boat-img-box .boat-listing-carousel .item {
  width: 100% !important;
  height: 100% !important;
  position: unset;
  padding-top: unset;
}
/* ==========================================================================
   Consolidated Media Queries (Unified Workflow)
   ========================================================================== */

/* Mobile Devices */
@media (min-width: 992px) {
  .story-card {
    width: 960px;
  }
}

@media screen and (max-width: 1700px) {
  .details-right-container {
    padding: 0 110px;
  }

  .details-left-container {
    padding-left: 110px;
  }
}

@media screen and (max-width: 1600px) {
  .dealer-form-col-1 {
    width: 100%;
  }

  .dealer-form-col-2 {
    width: 100%;
  }

  .hms_title {
    font-size: 40px;
    line-height: 50px;
  }

  .details-right-container {
    padding: 0 90px;
  }

  .details-left-container {
    padding-left: 90px;
  }
}

@media screen and (max-width: 1500px) {
  .doss-featured-col .content-box {
    padding: 0 50px;
    max-width: 100%;
  }

  .doss-featured-box {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .specs-row-box {
    gap: 60px;
  }
}

@media screen and (max-width: 1440px) {
  .brand-item img {
    height: 300px !important;
  }

  .brand-item .brand-logo {
    top: 70%;
    left: 50%;
    max-width: 120px;
  }

  .service-card {
    position: relative;
    height: 350px;
  }
  /* boats page css start */
  .specs-row-box {
    gap: 60px;
  }

  .details-right-container {
    padding: 0 60px;
  }

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

@media screen and (max-width: 1300px) {
  .listing-content-col {
    padding-left: 30px;
    width: 77%;
  }

  .fitler-col {
    width: 23%;
  }
}

@media screen and (max-width: 1200px) {
  .hero-actions {
    max-width: 95%;
  }
  .nav-links a {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .company-toggle span {
    font-size: 16px;
  }
  .contact-info .phone-link {
    font-size: 16px;
  }
  .nav-links {
    gap: 30px;
  }
  .timeline-card {
    padding: 25px 15px;
  }

  .timeline-year {
    font-size: 28px;
  }
  /* boats page css start */
  .listing-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .grid-boat-card {
    width: calc(100% / 2) !important;
  }

  .boat-card {
    flex-wrap: wrap;
  }

  .boat-content-box {
    width: 100%;
    padding: 18px 0px 10px 0;
  }

  .boat-img-box {
    width: 100%;
  }

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

  .specs-row-box {
    gap: 20px;
  }

  .details-right-container {
    padding: 0 25px;
  }

  .details-left-container {
    padding-left: 25px;
  }
}

@media screen and (max-width: 991.98px) {
  .details-main-row{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
      .details-left-container {
        width: 100%;
        padding-left: 0px;
    }
        .details-right-container {
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 0;
    }
        .owl-carousel-parent {
        position: relative;
        padding-top: 0;
    }
    .owl-carousel.owl-hidden {
    opacity: 0;
}
    .right-sidebar {
        padding-top: 0;
    }
    
        .trade-box {
        display: flex;
        border-radius: 10px;
        border: 1px solid #328DB0;
        background: rgba(7, 151, 218, 0.10);
        padding: 30px;
        margin-top: 35px;
    }
        .trade-col-1 {
        width: 100px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
        .trade-col-2 {
        width: calc(100% - 100px);
    }
        .details-right-container {
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 0;
    }
    .side-bar {
      
    width: 100%;
}
    .right-sidebar {
        padding-top: 0;
    }
    .slider-nav {
        margin: 0 -10px;
        padding: 0 10px;
    }
        .slider-nav-img {
        width: 100%;
        height: 160px;
        padding: 0 5px;
    }
  
  .grid-boat-img-box {
    position: relative;
  }
  .list-view {
    display: none !important;
  }
  .grid-boat-card {
    width: 100% !important;
    display: block !important;
  }
  
  .boat-listing-carousel {
    display: block !important;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.boat-listing-carousel .item {
    position: relative;
    display: block;
    padding-top: 70%;
}
.grid-upper-content-box {
    padding: 20px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}
.grid-boat-title {
    line-height: 7px;
    height: 25px;
}
.grid-boat-title a {
    color: #000;
    font-family: "acumin-bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
.grid-price-box {
    height: 45px;
}
.grid-price-box ul {
    display: flex;
    padding-left: 0;
}
.grid-price-item:nth-child(1) {
    color: var(--aqua-color);
    font-family: "acumin-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.grid-price-item:nth-child(2) {
    color: rgba(0, 0, 0, 0.60);
    font-family: "acumin-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.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;
    border-top: 1px solid #D9D9D9;
}
.grid-boat-condition-list li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.specs-list-item img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
}
.specs-list-item+.specs-list-item::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: gray;
}


  .contact-v2-card {
    padding: 30px;
    max-width: 70%;
  }
  .specials-section .section-title {
    font-size: 24px;
    letter-spacing: 8px;
    line-height: 32px;
  }
  .specials-section .services-img-wrapper img {
    height: 300px;
  }
  .contact-info-v2 {
    padding-left: 0;
    margin-bottom: 50px;
    align-items: center;
  }
  .info-item-v2 {
    width: 100%;
    max-width: 400px;
  }
  .google-map-iframe {
    height: 400px;
  }
  .story-year {
    font-size: 40px;
  }
  .story-year.range {
    font-size: 40px;
  }
  .story-content h4 {
    font-size: 20px;
  }
  .story-card {
    flex-direction: column;
    padding: 20px;
    text-align: center;
    margin: 0px;
    justify-content: center;
    align-items: center;
  }
  .story-content {
    flex: none;
  }
  .story-content h4 {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .story-divider {
    width: 60px;
    height: 1px;
    margin: 30px auto;
  }
  .story-year {
    flex: none;
    margin-bottom: 0;
  }
  /* .boat-img-box .boat-listing-carousel .item img {
    position: unset;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  .boat-img-box {
    max-height: 100% !important;
    height: 100%;
  } */
  .listing-header-right-box {
    display: none !important;
  }
  .filtersWrapper {
    display: none !important;
  }
  .listing-content-col {
    padding-left: 0px !important;
    width: 100% !important;
  }
  .top_new_filter {
    display: block !important;
  }
  .storage-about .about-content {
    max-width: 100% !important;
  }
  .inventory-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inventory-carousel.owl-carousel .owl-nav {
    position: static;
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
    transform: none;
  }
  .inventory-carousel.owl-carousel .owl-nav button.owl-prev,
  .inventory-carousel.owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }
  .our-mission-statement .about-content {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }
  .left-centsec .about-title {
    letter-spacing: 3px;
  }
  .section-title-alt {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .feature-card {
    aspect-ratio: 1 / 1;
  }
  .about-content {
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    padding-right: 0px;
    margin-left: 0;
  }
  .about-title {
    font-size: 20px;
  }
  .about-img-wrapper img {
    min-height: 400px;
  }
  .cta-box {
    padding: 40px 20px;
  }
  .facebook-content {
    text-align: center;
    padding-top: 50px !important;
  }
  .footer-nav-col {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer-nav-title {
    margin-bottom: 0;
    font-size: 16px;
  }
  .footer-accordion-toggle {
    padding: 10px 0;
    cursor: pointer;
  }
  .footer-nav-list {
    display: none; /* Controlled by JS accordion */
    padding-top: 15px;
  }
  .newsletter-title {
    font-size: 18px;
  }
  .newsletter-input-wrapper {
    width: 100%;
  }
  body {
    padding-top: 70px;
  }
  .header-wrapper {
    height: 70px;
  }
  .main-logo {
    height: 40px;
  }
  #mobile-nav {
    width: 450px;
    right: -450px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  #mobile-nav.active {
    right: 0;
  }

  .mobile-nav-item .accordion-header {
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 700;
    color: var(--Teal);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-nav-item a.text-teal {
    font-family: "DM Sans";
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .mobile-nav-wrapper .accordion-body ul li a {
    font-size: 16px;
    color: #555;
    transition: var(--transition);
  }
  .mobile-nav-wrapper .accordion-body ul li a:hover {
    color: var(--Bllue);
    padding-left: 5px;
  }
  .sidebar-footer .text-blue {
    color: var(--Bllue);
    text-decoration: none;
  }
  .sidebar-footer .social-icon i {
    font-size: 20px;
    color: var(--Teal);
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
  }
  .hero-actions {
    max-width: 100%;
    width: 100%;
    position: unset;
    transform: unset;
    margin: 10px;
    gap: 10px;
  }
  .action-buttons {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .btn-global {
    /* width: 100%; */
    /* padding: 18px; */
  }
  .hero-search {
    max-width: 100%;
    width: 100%;
    height: unset;
    /* padding: 10px 20px; */
  }
  .action-buttons a {
    width: 100% !important;
    height: unset;
    padding: 10px 20px !important;
  }
  .hero-brands-bar {
    padding: 40px 0;
  }
  .hero-brands-bar .d-flex {
    justify-content: center !important;
    gap: 40px;
  }
  .common-hero .hero-title {
    font-size: 35px;
    letter-spacing: 8px;
  }
  .services-item-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.98px) {
  
  .gallery-cols {
    flex-basis: calc(50% - 10px);
  }
  .specials-section .section-title {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 28px;
  }
  .specials-section .services-img-wrapper img {
    height: 250px;
  }

  .parts-accessories-section {
    padding: 40px 0;
  }

  .parts-accessories-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .parts-card {
    height: 350px;
  }

  .parts-card-label {
    padding: 20px 15px;
  }

  .parts-card-label h3 {
    font-size: 16px;
  }

  .contact-info-wrapper,
  .contact-form-wrapper {
    padding: 40px 30px;
  }

  .contact-info-wrapper h2,
  .contact-form-wrapper h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .contact-info-item {
    margin-bottom: 25px;
  }

  .map-section iframe {
    height: 350px;
  }

  .service-tabs-title {
    font-size: 20px;
  }

  .service-tab-btn {
    font-size: 14px;
    padding: 14px 10px;
  }
  /* boats page css start */
  .grid-boat-card {
    width: 100% !important;
  }

  .grid-boat-card {
    width: 100% !important;
  }
  .specs-cols {
    width: 100%;
  }

  .specs-item span:nth-child(1) img {
    width: 15px;
    height: 15px;
  }

  .similar-boats-box {
    display: none;
  }

  .specs-row-box {
    gap: 0;
    flex-direction: column;
    padding: 0 0 0 0;
  }

  .contact-v2-card {
    padding: 40px 25px;
    max-width: 100%;
  }
  .contact-v2-section {
    padding: 80px 0;
    min-height: auto;
  }
  .contact-v2-title {
    letter-spacing: 4px;
    font-size: 22px;
    line-height: 36px;
  }
  .contact-v2-card {
    padding: 40px 25px;
  }
  .specials-section .services-grid-item {
    text-align: left !important;
  }
  .services-grid-item {
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  .services-provided-section .parts-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .Starboard-storage-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .Starboard-storage-item img {
    width: 50px;
    margin-bottom: 10px;
  }
  .Starboard-storage-item .services-item-text {
    max-width: 100%;
  }
  .hero-brands-bar .hero-brand-logos {
    gap: 30px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 20px;
  }
  .testimonial-text {
    font-size: 16px;
  }
  .testimonial-nav {
    position: static;
    transform: none;
    margin-top: 30px;
    justify-content: center;
    gap: 20px;
  }
  .testimonial-slider-wrapper {
    padding: 0;
  }
  .hero-banner {
    height: 60vh;
  }
  .hero-title {
    font-size: 1.8rem;
    letter-spacing: 5px;
  }
  .hero-brands-bar img {
    max-height: 50px;
  }
  #mobile-nav {
    width: 100%;
    right: -100%;
  }
  .common-hero {
    height: 60vh;
    min-height: 400px;
  }
  .common-hero .hero-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
  .hero-cta-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
  .section-title-alt {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 4px;
  }
  .service-intro-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .dealer-form-box {
    flex-wrap: wrap;
  }
  .timeline-card {
    max-width: 100%;
    padding: 25px 20px;
  }

  .timeline-year {
    font-size: 28px;
  }

  .timeline-content p {
    font-size: 14px;
  }

  .similar-heading {
    font-size: 22px;
    letter-spacing: 3px;
  }
  .mob-sticky-bar {
    padding: 17px 20px;
  }
  .modal-white-sec .popup_label {
    margin-bottom: 0;
  }
  .custom-modal-box {
    overflow-y: auto;
    max-width: 80%;
    width: 100%;
    border-radius: 10px;
  }

  .custom-modal-box .form-group {
    margin-bottom: 5px !important;
  }

  .modal-content-col {
    width: 100%;
    padding: 30px 25px;
  }

  .calculate-box {
    background: #1b75bc;
    padding: 20px 25px 80px 25px;
    position: unset;
  }

  .modal-content-col {
    width: 100%;
    padding: 30px 25px;
  }
}

@media (max-width: 425px) {
  .apply-box {
    flex-direction: column;
    gap: 15px;
  }
  .btn-outline-global {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-global {
    width: 100%;
  }
  .btn-outline-global {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .request-form-input {
    padding: 10px !important;
    font-size: 14px;
  }
  .contact-info {
    display: none !important;
  }
}
/* boats pages css ends here */
