/* ===========
    General 
============== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ===========
    Headings 
============== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/* ===========
    Header
============== */

.page-header {
  background: none;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 10px 0;
  }
}

.page-header .quick-nav { 
  position: absolute;
  top: 0;
  right: 0; 
  width: 300px; 
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .page-header .quick-nav {
    display: none;
  }
}

.page-header .quick-nav nav, 
.page-header .quick-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.page-header .quick-nav ul li a {
  padding: 7px;
  color: #1A4193;
  font-weight: bold;
  text-decoration: underline;  
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.logo img { 
  width: 200px;
  height: 125px;
}

@media screen and (max-width: 768px) {
  .logo {
    margin-bottom: 15px;
  }

  .logo img { 
    width: 150px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    margin-bottom: 10px;
  }

  .logo img { 
    width: 120px;
    height: auto;
  } 
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

/* Ensure the navigation items are inline */
.navigation nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.navigation nav ul li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .navigation nav ul li { 
    width: 25%;
  }
}

.navigation nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.navigation nav ul li a img { 
  width: auto;
  height: 40px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .navigation {
    display: unset;
  }

  .navigation nav ul li a img { 
    width: auto;
    height: 30px;
    margin-bottom: 5px;
  }

  .navigation nav ul li a {
    font-size: 12px;
    padding: 10px 0px;
    border: solid 1px #000000;
    border-radius: 10px;
    margin-right: 6px !important;
    text-align: center;
  }

  .navigation nav ul li:last-child a {
    margin-right: 0 !important;
  }
}
        
.toggle-nav {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  padding: 10px 0 10px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.toggle-nav img {
  width: 100px;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .toggle-nav {
    display: block;
  }
}

/* ===========
    Footer
============== */

footer {
  position: relative;
  background: linear-gradient(90deg, rgba(45,49,118,1) 0%, rgba(72,144,203,1) 100%);
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 60px;
}

footer .btn-rounded { 
  border-radius: 50px;
  padding: 10px 50px;
  text-decoration: none;
}

footer .btn-rounded:hover { 
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.footer-nav { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .footer-nav ul li {
    margin: 5px 0;
  }
}

.footer-nav ul li {
  margin-left: 20px;
}

.footer-nav ul li:first-child {
  margin-left: 0;
}

.footer-nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer -nav ul li a:hover {
  text-decoration: underline;
}

.back-to-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.back-to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 220px;
}
.back-to-top-button img {
  width: 100%;
  height: auto;
}

footer .nav-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

footer .nav-buttons a {
  padding: 4px 8px;
  border-radius: 40px;
  margin-right: 10px;
  text-decoration: none;
}

footer .nav-buttons a:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

footer .nav-buttons a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  footer .nav-buttons {
    flex-direction: column;
    align-items: center;
  }

  footer .nav-buttons a {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* ===========
    Section
============== */

section {
  padding: 24px 0px;
}

@media screen and (min-width: 768px) {
  section {
    padding: 34px 20px;
  }
}

@media screen and (min-width: 1200px) {
  section {
    padding: 36px 60px;
  }
}

/* ===========
    Button 
============== */

.btn-primary {
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: #ffffff !important;
  border-radius: 0;
  padding: 8px 30px;
  transition: all 0.75s;
}

.btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn-outline-dark {
  color: #000000 !important;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
  border-radius: 0;
  padding: 12px 10px;
  transition: all 0.75s;
}

.btn-outline-dark:hover {
  background-color: #000000;
  color: #ffffff !important;
}

.btn-blue-gradient {
  background: rgb(29,32,128);
  background: linear-gradient(90deg, rgba(29,32,128,1) 0%, rgba(0,147,220,1) 100%);
  color: #ffffff !important;
  border-radius: 0;
  padding: 20px 50px;
  transition: all 0.75s;
  border-radius: 50px;
  border: none;
  margin-top: 15px;
  display: block;
  font-size: 1.1rem;
}

.btn-blue-gradient:hover {
  text-decoration: none;
}

.btn-blue-gradient-inline {
  background: rgb(29,32,128);
  background: linear-gradient(90deg, rgba(29,32,128,1) 0%, rgba(0,147,220,1) 100%);
  color: #ffffff !important;
  border-radius: 50px;
  padding: 20px 70px;
  transition: all 0.75s;
  border: none;
  margin-top: 15px;
  display: inline-block;
  font-size: 1.1rem;
}

.btn-blue-gradient-inline:hover {
  text-decoration: none;
}

/* ===========
    Background colors
============== */

.bg-grey {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-wave { 
  background-image: url('../img/bg-wave.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 20px;
}

.bg-blue-gradient { 
  background: linear-gradient(90deg, rgba(45,49,118,1) 0%, rgba(72,144,203,1) 100%);
  padding: 50px 0;
}

.bg-blue-gradient .container {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 30px 50px;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .bg-blue-gradient {
    padding: 40px 0;
  }
  
  .bg-blue-gradient .container {
    padding: 25px 20px;
    border-radius: 30px;
  }
}

@media (max-width: 576px) {
  .bg-blue-gradient .container {
    padding: 20px 15px;
    border-radius: 20px;
  }
}

@media (max-width: 380px) {
  .bg-blue-gradient .container {
    padding: 15px 10px;
    border-radius: 15px;
  }
}

/* ===========
    Wrapper
============== */
/* Make the wrapper a flex container in column direction */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Push the footer to the bottom if content is not tall enough */
.wrapper > footer {
  margin-top: auto;
}

/* ===========
    Slick Slider
============== */

.slick-slider { 
  margin: 20px 0 50px 0 !important;
}

.slick-slide {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .slick-slider { 
    margin: 10px 0 30px 0 !important;
  }

  .slick-slide {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .slick-slider { 
    margin: 5px 0 35px 0 !important;
  }
  .slick-slide {
    padding: 0 5px;
  }
}

/*
.slick-slide img { 
  border-radius: 40px;
  border: solid 1px darkblue;
}
  */

/* ===========
    Slick Navigation
============== */

@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.ttf') format('truetype');
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome' !important;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px; /* Make the icons larger and easier to see */
}

.slick-prev::before { 
  content: "\f053" !important; /* fa-chevron-left Unicode */
  opacity: 1 !important;
}

.slick-next::before { 
  content: "\f054" !important; /* fa-chevron-right Unicode */
  opacity: 1 !important;
}

.slick-prev {
  left: 30px !important;
  width: 50px !important; 
  height: 50px !important;
  border-radius: 100% !important;
  background-color: #1A4193 !important;
  border: solid 1px #ffffff !important;
  z-index: 9 !important;
}

.slick-next {
  right: 30px !important;
  width: 50px !important; 
  height: 50px !important;
  border-radius: 100% !important;
  background-color:#1A4193 !important;
  border: solid 1px #ffffff !important;
  z-index: 9 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-prev {
    left: 90px !important;
  }

  .slick-next {
    right: 90px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .slick-prev {
    left: 240px !important;
  }

  .slick-next {
    right: 240px !important;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1919px) {
  .slick-prev {
    left: 290px !important;
  }

  .slick-next {
    right: 290px !important;
  }
}

@media screen and (min-width: 1920px) {
  .slick-prev {
    left: 540px !important;
  }

  .slick-next {
    right: 540px !important;
  }
}

@media screen and (min-width: 2150px) {
  .slick-prev {
    left: 640px !important;
  }

  .slick-next {
    right: 640px !important;
  }
}

/* ===========
    IFrame Styling
============== */

iframe {
  width: 100%;
  height: 100%;
  border: none;
  aspect-ratio: 16 / 9;
  border-radius: 50px !important;
}

/* ===========
    Taxonomy Styling
============== */

.taxonomy-block {
  margin-bottom: 30px;
}

.taxonomy-heading {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-align: center;
  color: #1C4595;
}

.taxonomy-heading img {
  margin-right: 8px;
}

.taxonomy-heading-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -20px;
  margin-bottom: 50px;
}

.taxonomy-heading-column img {
  margin-bottom: 6px;
}

.taxonomy-list a {
  text-align: center;
  display: block;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 15px;
  text-decoration: none;
  color: #1C4595;
  font-weight: bold;
  background-color: white;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-left: 3px solid transparent;
  margin-bottom: 20px;
  padding: 25px 10px;
}

.taxonomy-list img {
  width: auto;
  height: 40px;
  margin-bottom: 20px;
}

.taxonomy-list .count {
  color: #777;
  font-size: 0.9em;
  display: none;
}

/* Make each column a flex container */
.taxonomy-list.row > .col {
  display: flex;
}

/* Make the link inside each column fill the available height */
.taxonomy-list.row > .col > a {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between; /* adjust as needed */
}

/* ===========
    Section and Heading Styles
============== */

.section-heading {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-heading img {
  margin-bottom: 15px;
}

.section-heading .badge-red {
  background-color: #d02e00;
  color: white;
  padding: 2px 8px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
}

.heading-sm h3 {
  color: #000000;
  border: solid 1px #0096dc;
  display: inline-block;
  margin: 30px auto 20px auto;
  padding: 10px 20px;
  font-size: 1.2rem;
}

/* ===========
    Archive Page Styling
============== */

.archive-section {
  padding: 50px 0;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .archive-section {
    padding: 30px 0;
  }
  
}

@media screen and (max-width: 576px) {
  .archive-section {
    padding: 20px 0;
  }
  
}

.archive-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.archive-description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

/* Boats grid */
.boats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Boat card styling */
.boat-card {
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.boat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.boat-card-image {
  overflow: hidden;
  position: relative;
  padding-top: 66.66%;
  /* 3:2 aspect ratio */
}

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


.boat-card-content {
  padding: 20px 20px 10px 20px;
  flex-grow: 1;
}

.boat-card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.3;
  padding: 20px 20px 0 20px;
}

.boat-card-title a {
  color: #333;
  text-decoration: none;
}

.boat-card-title a:hover {
  color: #0078d4;
}

.pricing span { 
  font-size: 1.2rem;
  font-weight: 600;
}

.price-strike {
    text-decoration: line-through;
    color: black;
    margin-right: 5px;
}

.price-sale-highlight {
    color: red;
    text-decoration: underline;
}

.boat-card-meta {
  font-size: 1rem;
}

.boat-meta-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  border-bottom: solid 1px #eee;
  padding: 5px 0;
}

.meta-label {
  font-weight: 500;
}

.meta-value {
  font-weight: 700;
}

.meta-value.large { 
  font-size: 1.2rem;
}

.boat-price {
  display: flex;
  justify-content: flex-end;
}

.price-sale {
  color: #d02e00;
}

.boat-card-link {
  display: block;
  text-align: center;
  padding: 12px;
  background: rgb(29,32,128);
  background: linear-gradient(90deg, rgba(29,32,128,1) 0%, rgba(0,147,220,1) 100%);
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease;
}

.boat-card-link:hover {
  background: #005a9e;
  color: white;
}

/* ===========
    Breadcrumbs
============== */

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs-inner {
  color: white;
  font-size: 14px;
}

.breadcrumbs-inner a {
  color: white;
  text-decoration: none;
}

.breadcrumbs-inner a:hover {
  opacity: 0.8;
}

.breadcrumb-item,
.separator {
  margin: 0 2px;
}

.breadcrumb-item.current {
  opacity: 0.9;
}

/* ===========
    Single Boat Page Styles
============== */

.boat-single {
  margin: 10px 0 40px 0;
  font-family: sans-serif;
  color: #333;
}

.boat-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #ffffff;
}

.boat-main-content {
  margin-bottom: 40px;
}

.boat-featured-image {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.boat-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.boat-content {
  font-size: 16px;
  line-height: 1.6;
}

.section-title {
  font-size: 24px;
  border: 2px solid #0078d4;
  padding: 12px;
  color: #1a1a1a;
  position: relative;
  text-align: center;
  display: table;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px auto;
}

.boat-pricing-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.boat-price {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
}

.price-label {
  font-weight: 600;
  /* width: 30%; */
  font-size: 22px;
  color: #1C4595;
}

.price-value {
  font-size: 25px;
  font-weight: 700;
}

.price-value.sale {
  color: #d02e00;
}

.original-price {
  text-decoration: line-through;
  color: #666;
  margin-right: 15px;
}

.sale-price {
  color: #d02e00;
}

/* ===========
    Boat Pricing Table
============== */

     .boat-price-table {
                        display: inline-block;
                        margin: 0;
                        border-collapse: collapse;
                    }
                    .price-label {
                        padding: 0 5px 0 0;
                    }
                    .price-value {
                        padding: 0;
                    }

/* ===========
    Gallery Styles
============== */

.boat-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.gallery-item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

#main-gallery-caption {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #1B4494;
  padding: 10px 15px;
}

.boat-gallery-grid img {
  cursor: pointer;
  width: 100%;
  border: 2px solid transparent;
  transition: border 0.2s ease;
}

.boat-gallery-grid img:hover {
  border-color: #007bff;
}

/* ===========
    Info Table Styles
============== */

.boat-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 50px;
  border-top: solid 1px #000000; 
  border-bottom: solid 1px #000000;
}

.boat-info-table tr {
  border-bottom: 1px solid #000;
}

.boat-info-table tr:last-child {
  border-bottom: none;
}

.boat-info-table td {
  padding: 10px 15px;
}

.boat-info-table .info-label {
  background-color: #f0f0f0;
  width: 40%;
  font-weight: 600;
  color: #000;
}

.boat-info-table .info-value {
  background-color: #ffffff;
  font-size: 16px;
}

.boat-engine-info .boat-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 50px;
}

.boat-engine-info .boat-info-table tr {
  border-bottom: 1px solid #000;
}

.boat-engine-info .boat-info-table tr:last-child {
  border-bottom: none;
}

.boat-engine-info .boat-info-table td {
  padding: 10px 15px;
}

.boat-engine-info .boat-info-table .info-label {
  background-color: #f0f0f0;
  width: 40%;
  font-weight: 600;
  color: #666;
}

.boat-engine-info .boat-info-table .info-value {
  background-color: #ffffff;
}

.boat-price-table {
  width: 100%;
  border-collapse: collapse;
}

/* ===========
    Equipment List Styles
============== */

.equipment-category {
  margin-bottom: 25px;
}

.equipment-category h3 {
  font-size: 18px;
  margin: 0 0 15px;
  padding-left: 15px;
  border-left: 4px solid #0078d4;
}

.equipment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.equipment-list li {
  background-color: #f5f5f5;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
}

.equipment-list li.selected {
  background-color: #0078d4;
  color: white;
}

.equipment-list li.not-selected {
  background-color: #f5f5f5;
  color: #333;
}

/* ===========
    Boat Actions Styles
============== */

.boat-actions {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.back-button,
.contact-button {
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease;
}

.back-button {
  background-color: #f0f0f0;
  color: #333;
}

.back-button:hover {
  background-color: #e3e3e3;
}

.contact-button {
  background-color: #0078d4;
  color: white;
}

.contact-button:hover {
  background-color: #005a9e;
}

/* ===========
    Social Media Buttons
============== */

.boat-social-media {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.social-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.social-button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.social-youtube {
  background-color: #FF0000;
  color: #ffffff;
}

.social-youtube:hover {
  background-color: #cc0000;
  color: #ffffff;
}

.social-tiktok {
  background-color: #000000;
  color: #ffffff;
}

.social-tiktok:hover {
  background-color: #333333;
  color: #ffffff;
}

.social-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}

.social-instagram:hover {
  background: linear-gradient(45deg, #d07a1e 0%, #c95528 25%, #b91e34 50%, #a91c52 75%, #9c1270 100%);
  color: #ffffff;
}

@media (max-width: 576px) {
  .boat-social-media {
    flex-direction: column;
  }
  
  .social-button {
    width: 100%;
    justify-content: center;
  }
}

/* ===========
    Mobile Navigation
============== */

.mobile-nav {
  display: none;
}

.mobile-nav.is-active {
  display: block !important;
}

.mobile-nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
}

.mobile-nav-header {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .mobile-nav-header {
    padding: 10px;
  }
}

.mobile-nav-header .logo {
  display: flex;
  align-items: center;
}

.mobile-nav-header .logo img {
  max-width: 100%;
  height: auto;
}

.mobile-nav-header .close-nav {
  cursor: pointer;
}

.mobile-nav-header .close-nav img {
  max-width: 30px;
  height: auto;
}

.mobile-nav-content {
  height: calc(100vh - 80px);
  overflow-y: auto;
}

.mobile-nav nav,
.mobile-nav-content nav {
  padding: 10px 20px 10px 20px;
}

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

.mobile-nav nav ul li {
  margin-bottom: 20px;
}

.mobile-nav nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

.mobile-nav .quick-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav .quick-nav-inner nav {
  flex: 1;
}

.mobile-nav .quick-nav-inner nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.mobile-nav .quick-nav-inner nav ul li {
  margin: 0;
}

.mobile-nav .quick-nav-inner nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

.mobile-nav .quick-nav a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
}

.mobile-nav .quick-nav a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.css-close-x {
  position: absolute;
  top: 35px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.css-close-x::before,
.css-close-x::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease;
}

.css-close-x::before {
  transform: translateY(-50%) rotate(45deg);
}

.css-close-x::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* ===========
    Responsive Adjustments
============== */

@media (max-width: 1199px) {
  .boats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .boats-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .boat-info-table {
    grid-template-columns: 1fr;
  }

  .equipment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .boat-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 22px;
  }
  
  .price-value {
    font-size: 20px !important;
    font-weight: 700;
  }
}

@media (max-width: 576px) {
  .boats-grid {
    grid-template-columns: 1fr;
  }

  .archive-title {
    font-size: 24px;
  }
  
  .boat-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .equipment-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .boat-actions {
    flex-direction: column;
  }

  .boat-title {
    font-size: 26px;
  }
}

@media (max-width: 380px) {
  .boat-gallery-grid {
    grid-template-columns: 1fr;
  }

  .equipment-list {
    grid-template-columns: 1fr;
  }

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

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

/* ===========
    Bulge
============== */

.bg-blue-gradient .container .bulge {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -71px;
}

.bg-blue-gradient .container .bulge img { 
   width: 300px;
  height: auto;
}

@media (max-width: 768px) {
 .bg-blue-gradient .container .bulge {
    margin-top: -60px;
  }
}

@media (max-width: 576px) {
 .bg-blue-gradient .container .bulge {
    margin-top: -50px;
  }
}

