/*
Theme Name: nicholsonyachts
Theme URI: #
Template: hello-elementor
Author: nicholsonyachts
Author URI: #
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743786228
Updated: 2025-04-04 13:03:48

*/

*{
    font-weight: 300;
    /*font-style: normal;*/
}
p b, p strong,
ul b, ul strong {
    font-weight: 600;
}
body {
  margin: 0;
  padding: 0;
}
.fixed-top {
    position: fixed;
    top: 0px !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }


/*.devStreet-wrapper p{
    font-size: 20px;
}

.devStreet-wrapper h4{
    font-size: 34px;
}*/

.devStreet-wrapper .sidebar {
  min-height: 100vh;
  padding-top: 2rem;
}

.devStreet-wrapper .sidebar a {
    display: block;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.devStreet-wrapper .sidebar a:hover, 
.devStreet-wrapper .navbar-nav .nav-link:hover,
.devStreet-wrapper .active
{
    text-decoration: none;
    color: var(--e-global-color-accent) !important;
}

.devStreet-wrapper .hero {
    position: relative;
    height: 550px;
    color: rgb(255, 255, 255);
}

.hero-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
    color: #fff;
    width: 100%;
}

.hero-subheading {
  font-size: 1.25rem;
  margin-bottom: 1rem;

}

.hero-heading {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif;
}

.hero-description {
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.6;

}

.devStreet-wrapper .hero-splide__slide_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.devStreet-wrapper .hero h1 {
    font-size: 58px;
    font-weight: 500;
    color: #ffffff;
}
.devStreet-wrapper .hero p{
    color: #d9d7cb;
}

.devStreet-wrapper .content-section {
  padding: 2rem;
}

/* Sticky Header Styles */
.navbar {
    transition: all 0.3s ease;
    padding: 20px 0;
}


.navbar-transparent {
    background: transparent;
}

.navbar .navbar-nav .nav-link {
    white-space: nowrap !important;
    text-transform: capitalize;
}
.navbar.navbar-sticky .navbar-nav .nav-link {
    color: #000000;
}

.navbar.navbar-sticky .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.navbar-sticky .navbar-brand img {
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .navbar.navbar-sticky .navbar-collapse {
        background: linear-gradient(to right, #4A71A6, #0DAEA5);
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
    }

    .navbar.navbar-sticky .navbar-nav .nav-link {
        color: #fff;
    }
}

/* Transparent Navbar */
.devStreet-wrapper .navbar-transparent {
  background-color: transparent !important;
  box-shadow: none !important;
  height: 130px;
  margin-top: 15px;
  margin-top: 0;
}
@media (max-width: 991px) {
    .devStreet-wrapper .navbar-transparent {
        height: unset;
        padding-top: 0;
    }
}

.devStreet-wrapper .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.devStreet-wrapper  li.nav-item {
    padding: 0 8px;
}

.devStreet-wrapper .section-pb-main{
    margin-bottom: 60px;
}

/* for destination - START  */
.destination-wrapper .destination-hero{
  background-image: url('./img/destination_banner.jpeg') !important;
}

.destination-wrapper .destination-hero-content{
  bottom: 10%;
  left: 40%;
}

.destination-wrapper .section-title {
  font-size: 20px;
  margin-top: 1.5rem;
  border-top: 1px solid #000;
  padding-top: 1rem;
}

.destination-wrapper .image-slider {
  max-width: 800px;
  margin: 10px auto;
}

.destination-wrapper .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.destination-wrapper .splide__slide_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.destination-wrapper .splide__slide_overlay h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.destination-wrapper .splide__slide_overlay button {
    background: rgba(0, 0, 0, .2);
    color: white;
    border: 1px solid white;
    padding: 8px 14px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.destination-wrapper .splide__slide_overlay button:hover {
  background-color: rgba(0, 0, 0, 0.419);
}

.devStreet-wrapper .whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

/* Home Category Gallery Styles */
#home-category-gallery.artistic-visuals-gallery {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

#home-category-gallery .image-container {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
}

#home-category-gallery .image-container:hover {
    width: 70% !important;
    background-color: rgba(0, 0, 0, 0.1);
}

#home-category-gallery .artistic-container {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

#home-category-gallery .artistic-container h2 {
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#home-category-gallery .artistic-container .artistic-btn {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    color: white;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

#home-category-gallery .artistic-container .artistic-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .devStreet-wrapper .hero-content {
        left: 0;
    }
    
    .devStreet-wrapper .hero h1 {
        font-size: 30px;
    }
    
    .devStreet-wrapper p {
        font-size: 16px;
    }

    .devStreet-wrapper h4{
        font-size: 24px;
    }

    .devStreet-wrapper .content-section{
        padding: 12px;
    }

    .devStreet-wrapper .navbar-collapse{
        background: #1d1d1d80;
        padding: 0 15px;
        border-radius: 10px;
    }

    .destination-wrapper .destination-hero-content {
        bottom: 10%;
        left: 20%;
    }

    .hero {
        height: 80vh;
        min-height: 500px;
    }

    .hero-heading {
        font-size: 2.5rem;
    }

    .hero-subheading {
        font-size: 1.1rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    #home-category-gallery.artistic-visuals-gallery {
        height: 500px;
        flex-direction: column;
    }

    #home-category-gallery.artistic-visuals-gallery.mobile-view .image-container {
        width: 100% !important;
        height: 20%;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    #home-category-gallery.mobile-view .image-container.active {
        height: 60%;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #home-category-gallery.mobile-view .artistic-container {
        top: 50%;
    }

    #home-category-gallery.mobile-view .artistic-container h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #home-category-gallery.mobile-view .artistic-container .artistic-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* Small Mobile Devices */
@media only screen and (max-width: 480px) {
    #home-category-gallery.artistic-visuals-gallery {
        height: 400px;
    }

    #home-category-gallery.mobile-view .artistic-container h2 {
        font-size: 18px;
    }

    #home-category-gallery.mobile-view .artistic-container .artistic-btn {
        padding: 6px 15px;
        font-size: 13px;
    }
}

/* Homepage */
.ci-featured-section .ci-slider-wrapper {
    margin: 0px;
}

.ci-featured-section .ci-featured-header {
    justify-content: space-between;
    gap: 0px;
    padding: 0px 30px;
}

.ci-featured-section .ci-featured-header .ci-nav-arrow
{
	font-size:60px;
	color:var(--e-global-color-primary);
}

.elementor-4762 .elementor-element.elementor-element-237fd57{
    position: fixed;
}

/* Destination Template Styles */
.destination-hero {
    background-size: cover;
    background-position: center;
}

.destination-hero-content {
    bottom: 10%;
    left: 0;
    width: 100%;
    transform: none;
}

.destination-hero-content h1 {
    font-size: 58px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: left;
}

/* Sidebar Styles */
.destination-wrapper .section-title {
    font-size: 20px;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
    font-weight: 500;
}

/* Image Slider Styles */
.destination-wrapper .image-slider {
    max-width: 800px;
    margin: 10px auto;
    border-radius: 8px;
    overflow: hidden;
}

.destination-wrapper .splide__slide img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.destination-wrapper .splide__slide:hover img {
    transform: scale(1.05);
}

.destination-wrapper .img-caption {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.destination-wrapper .img-caption a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.destination-wrapper .img-caption a:hover {
    color: var(--e-global-color-accent);
}

/* Destination Gallery Styles */
#destination-category-gallery.artistic-visuals-gallery {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    margin-top: 30px;
}

#destination-category-gallery .image-container {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
}

#destination-category-gallery .image-container:hover {
    width: 70% !important;
    background-color: rgba(0, 0, 0, 0.1);
}

#destination-category-gallery .artistic-container {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

#destination-category-gallery .artistic-container h2 {
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#destination-category-gallery .artistic-btn {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    color: white;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

#destination-category-gallery .artistic-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .destination-hero-content {
        left: 50%;
        bottom: 15%;
    }

    .destination-hero-content h1 {
        font-size: 36px;
    }

    .destination-wrapper .section-title {
        font-size: 18px;
        margin-top: 1rem;
        padding-top: 0.8rem;
    }

    .destination-wrapper .img-caption {
        font-size: 16px;
    }

    /* Mobile Slider Styles */
    .destination-mobile-slider .slide-content {
        position: relative;
    }

    .destination-mobile-slider .splide__slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .destination-mobile-slider .splide__slide_overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
        color: white;
        text-align: center;
    }

    .destination-mobile-slider .splide__slide_overlay h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .destination-mobile-slider .splide__slide_overlay .btn {
        background-color: rgba(0, 0, 0, 0.2);
        border: 1px solid #fff;
        color: white;
        padding: 8px 20px;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .destination-mobile-slider .splide__slide_overlay .btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
}

/* Small Mobile Devices */
@media only screen and (max-width: 480px) {
    .destination-hero-content h1 {
        font-size: 28px;
    }

    .destination-mobile-slider .splide__slide img {
        height: 250px;
    }

    .destination-mobile-slider .splide__slide_overlay h2 {
        font-size: 18px;
    }

    .destination-mobile-slider .splide__slide_overlay .btn {
        padding: 6px 15px;
        font-size: 13px;
    }
}

/* Destination Gallery Full Width Styles */
.destination-gallery-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#destination-category-gallery.artistic-visuals-gallery {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

#destination-category-gallery .image-container {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
}

#destination-category-gallery .artistic-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

#destination-category-gallery .artistic-container h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#destination-category-gallery .artistic-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 0;
}

#destination-category-gallery .image-container:hover .artistic-btn {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    #destination-category-gallery.artistic-visuals-gallery {
        height: 500px;
        flex-direction: column;
    }
    
    #destination-category-gallery .image-container {
        width: 100% !important;
        height: 33.33%;
    }
    
    #destination-category-gallery .artistic-container h2 {
        font-size: 20px;
    }
    
    #destination-category-gallery .artistic-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* Full Width Destination Gallery Styles */
.destination-gallery-fullwidth {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

.destination-gallery-fullwidth #destination-category-gallery.artistic-visuals-gallery {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    margin: 0 auto;
    max-width: 100%;
}

.destination-gallery-fullwidth .image-container {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
}

.destination-gallery-fullwidth .image-container:hover {
    width: 70% !important;
    background-color: rgba(0, 0, 0, 0.1);
}

.destination-gallery-fullwidth .artistic-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.destination-gallery-fullwidth .artistic-container h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.destination-gallery-fullwidth .artistic-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 0;
}

.destination-gallery-fullwidth .image-container:hover .artistic-btn {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .destination-gallery-fullwidth #destination-category-gallery.artistic-visuals-gallery {
        height: 500px;
        flex-direction: column;
    }
    
    .destination-gallery-fullwidth .image-container {
        width: 100% !important;
        height: 33.33%;
    }
    
    .destination-gallery-fullwidth .artistic-container h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .destination-gallery-fullwidth .artistic-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* Yacht Listing Styles */
.yachts-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.yacht-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/*.yacht-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}*/

.yacht-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

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

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


/* View All Button */
.view-all-wrapper {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.view-all-btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .yacht-image {
        height: 160px;
    }
    
    .view-all-wrapper {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
}

/* Team Member Styles */
.team-members {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.team-member-card {
    display: flex;
    gap: 2rem;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.team-member-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.team-member-image {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-member-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.team-member-card:hover .team-member-image img {
    transform: scale(1.05);
}

.team-member-contact {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--e-global-color-accent);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.contact-link:hover {
    color: #018a94;
    text-decoration: none;
}

.contact-link i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.team-member-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-member-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.team-member-title {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.team-member-about {
    color: #444;
    line-height: 1.6;
    margin: 1rem 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .team-member-card {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .team-member-image {
        flex: 0 0 auto;
    }

    .team-member-image img {
        height: 200px;
    }

    .team-member-name {
        font-size: 1.3rem;
    }

    .team-member-title {
        font-size: 1rem;
    }

    .team-member-about {
        font-size: 0.95rem;
    }

    .contact-link {
        font-size: 0.9rem;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .team-member-image img {
        height: 300px;
    }

    .team-member-name {
        font-size: 1.2rem;
    }

    .team-member-title {
        font-size: 0.95rem;
    }
}

/* Sidebar Styles */
.sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding-right: 1rem;
}

.sidebar::-webkit-scrollbar {
    width: 4px;
}

.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Custom API - Single listing page style */
.yacht-page {
    position: relative;
    background: #fff;
}

/* Hero Section */
.yacht-hero-wrapper {
    position: relative;
    height: 100vh;
    background: #000;
}

.yacht-hero-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0; top: 0;
    transition: opacity 0.4s;
    opacity: 0.8;
}

/* Header Section */

.yacht-header {
    text-align: center;
    padding: 30vh 0 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 90vh;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
@media (max-width: 991px) {
    .yacht-header {
        padding: 30vh 0 40px;
    }
}
@media (max-width: 767px) {
    .yacht-header {
        padding: 30vh 0 16px;
    }
    .yacht-name {
        font-size: 32px !important;
    }
}

.yacht-name {
    color: #fff;
    font-size: 48px !important;
    margin-bottom: 24px !important;
}
@media (max-width: 767px) {
    .yacht-name {
        font-size: 32px !important;
        margin-bottom: 8px !important;
    }
}
.yacht-body {
    font-family: var(--e-global-typography-0c7c398-font-family), Sans-serif;
    font-weight: 300;
    padding: 40px 0 80px;
}
@media (max-width: 991px) {
    .yacht-body {
        padding: 40px 0 64px;
    }
}
@media (max-width: 767px) {
    .yacht-body {
        padding: 40px 0;
    }
}
.yacht-content {
    grid-column: span 4 / span 6;
}
.yacht-content .yacht-section {
    padding: 0 !important
}
.yacht-content .yacht-section#specifications {
    padding: 80px 0 !important;
    background-color: var(--e-global-color-6aa93e7);
}
@media (max-width: 991px) {
    .yacht-content .yacht-section#specifications {
        padding: 64px 0;
    }
}
@media (max-width: 767px) {
    .yacht-content .yacht-section#specifications {
        padding: 48px 0;
    }
}
.yacht-content .yacht-section {
    padding-left: 0;
    padding-right: 0;
}
.yacht-content .yacht-section .section-inner {
    max-width: 1200px;
    margin: 0 auto 64px;
    padding: 0 50px;
}
@media (max-width: 991px) {
    .yacht-content .yacht-section .section-inner {
        padding: 0 24px;
    }
}
@media (max-width: 767px) {
    .yacht-content .yacht-section .section-inner {
        padding: 0 16px;
    }
}
.yacht-content .yacht-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.yacht-sidebar {
    grid-column: span 2 / span 6;
    position: sticky;
    top: 120px;
    margin-top: 8px;
    height: fit-content;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 20px;
    /*border: solid 1px rgba(20, 34, 82, .5) !important;*/
    background-color: #ecf1f0;
}
.yacht-specs-bar {
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    flex-direction: column;
    gap: 2rem;
    color: #333;
}

.yacht-spec-item {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}
.yacht-spec-item:not(:last-child) {
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.75rem;
}
.yacht-specs-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.yacht-specs-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 2rem;
    text-align: center;
    background-color: var(--e-global-color-accent) !important;
    color: #fff !important;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
}
.yacht-specs-button:hover {
    background-color: #088982 !important;
    color: #fff !important;
}

.yacht-actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 1rem;
}


.action-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.action-btn:hover {
    color: var(--e-global-color-accent);
}

.action-btn * {
    display: none;
}
.action-btn i {
    display: block;
    font-size: 1.1rem;
}

    
/* Responsive styles */
@media (max-width: 992px) {
    .yacht-specs-bar {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 20px 0;
    }
}
@media (max-width: 768px) {
    .yacht-name {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .yacht-specs-bar {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .yacht-spec-item {
        font-size: 1rem;
        padding: 0.5rem 0;
    }

    .yacht-spec-item:not(:last-child)::after {
        display: none;
    }

    .yacht-actions {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        margin-top: 1rem;
    }
}


.charter-pricing {
    display: block;
    font-size: 1.5rem;
    color: #0066cc;
    margin: 1rem 0;
    font-weight: bold;
}

.yacht-tagline {
    font-size: 1.2rem;
    color: #666;
}

.yacht-options {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;
}

.language-selector,
.currency-selector {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .yacht-options {
        flex-direction: column;
        align-items: center;
    }
    
    .language-selector,
    .currency-selector {
        width: 100%;
        max-width: 200px;
    }
}

/* Navigation */
.yacht-nav-wrapper {
    position: sticky;
    top: 101px;
    background: #fff;
    z-index: 100;
    width: 100%;
    border: solid var(--e-global-color-accent);
    border-width: 1px 0 3px 0;
    border-width: 0;
}

.yacht-nav {
    max-width: 1200px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    gap: 8px 32px;
    padding: 24px 50px;
    position: relative;
}
@media (max-width: 1024px) {
    .yacht-nav {
        justify-content: space-between;
    }
}
@media (max-width: 991px) {
    .yacht-nav-wrapper {
        top: 86px;
    }
    .yacht-nav {
        padding: 16px 24px;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .yacht-nav {
        padding: 24px 16px;
    }
}
@media (max-width: 576px) {
    .yacht-nav-wrapper {
        position: static;
    }
}

.yacht-nav-links {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    /*flex: 1;
    justify-content: space-between;
    max-width: 800px;*/
    gap: 40px;
}

/*.yacht-nav-links li {
    position: relative;
}*/

.yacht-nav-links li a {
    font-weight: 300;
    padding: 0;
    color: var(--e-global-color-943b88e);
    font-size: 20px;
    font-weight: 400;
    font-family: var(--e-global-typography-79ad7aa-font-family);
    transition: color 0.3s ease;
}

.yacht-nav-links li a:hover,
.yacht-nav-links li a.active {
    color: var(--e-global-color-accent);
}

@media (max-width: 991px) {
    .yacht-nav-links {
        gap: 8px 24px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .yacht-nav-links li a {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .yacht-nav-links {
        gap: 12px 24px;
        justify-content: flex-start;
    }
    .yacht-nav-links li a {
        font-size: 16px;
    }
}
/*@media (max-width: 576px) {
    .yacht-nav-links li a {
        font-size: 14px;
    }
}*/

/*.yacht-nav-links li a.active:after {
    transform: scaleX(1);
    height: 2px !important;
}*/

.enquire-button {
    background: #fff !important;
    color: var(--e-global-color-accent) !important;
    border: solid 1px var(--e-global-color-accent) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    padding: 8px 48px !important;
    margin-top: 0 !important;
    transition: all 0.3s ease;
}
.enquire-button:hover {
    background-color: var(--e-global-color-accent) !important;
    color:white !important;
}
.yacht-nav .enquire-button {
    padding: 6px 40px !important;
}
@media (max-width: 1024px) {
    .yacht-nav .enquire-button {
        position: static;
    }
} 
@media (max-width: 991px) {
    .enquire-button {
        padding: 8px 32px !important;
        font-size: 16px !important;
    }
    .yacht-nav .enquire-button {
        right: 24px;
    }
}
@media (max-width: 768px) {
    .enquire-button {
        padding: 8px 24px !important;
        font-size: 14px !important;
        margin-left: 0;
    }
    .yacht-nav .enquire-button {
        right: 16px;
    }
}

@media (max-width: 576px) {
    .enquire-button {
        padding: 8px 12px !important;
        margin-left: 0;
        width: 100%;
        margin-top: 16px !important;
    }
}

/* Content Sections */
.yacht-section {
    display: none;
    padding: 60px 20px !important;
    background: #fff;
}

.yacht-section.active {
    display: block;
}

.section-inner {
    max-width: 1600px;
    padding: 0 50px;
    margin: 0 auto;
}

/* Description Section */
#description p,
#description .section-content {
    color: #333;
    font-size: 18px;
    font-style: normal;
    line-height: 1.5;
}
@media (max-width: 991px) {
    #description p,
    #description .section-content {
        font-size: 16px;
    }
}
/* Specifications Grid */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 24px;
    background: white;
    padding: 32px 24px 40px;
    border-bottom: solid 3px var(--e-global-color-accent);
}
@media (max-width: 1200px) {
    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .specs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.specs-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.specs-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 8px;
}

.specs-value {
    font-size: 24px;
    font-style: italic;
    color: #333;
}

/* Gallery Masonry Layout */
.gallery-masonry {
    column-count: 3;
    column-gap: 16px;
    padding: 0;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.gallery-item--large {
    column-span: all;
    margin-bottom: 5px;
}

.gallery-item--large img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-item:not(.gallery-item--large) {
    break-inside: avoid;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .gallery-masonry {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .gallery-masonry {
        column-count: 1;
    }
}

/* Remove any existing hover effects and border radius */
.gallery-item:hover {
    transform: none;
}

.gallery-item:hover img {
    transform: none;
}

.gallery-item, .gallery-item img {
    border-radius: 0;
}

/* Lightbox Customization */
.lb-data .lb-caption {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover {
    opacity: 1;
}

/* FAQ Styles */
.faq-section {
    padding: 60px 0;
}

.accordion-item {
    border: 1px solid rgba(13, 174, 165, 0.1);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--e-global-color-primary);
    background-color: #fff;
    border: none;
    text-align: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    color: #0DAEA5;
    background-color: rgba(13, 174, 165, 0.05);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230DAEA5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230DAEA5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 20px;
    background-color: #fff;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .accordion-button {
        padding: 15px;
        font-size: 16px;
    }

    .accordion-body {
        padding: 15px;
    }
}


/* header/navbar style override */
@media (min-width: 992px) {
    .navbar > .container  {
        max-width: 1140px;
        max-width: 1440px !important;
    }
    .navbar-nav {
        gap: 24px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #FFF;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal !important;
        letter-spacing: 0px !important;
        text-transform: capitalize !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav {
        gap: 24px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #FFF;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal !important;
        letter-spacing: 1px !important;
        text-transform: capitalize !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .mobile-dropdown-toggle {
        /*top: -4px !important; */
    }
}

/* Enhanced Navigation Styles */
.navbar-nav > .menu-item {
    padding: 16px 0 !important;
}
li.menu-item.menu-item-has-children {
    padding-right: 24px !important;
}
@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav {
        padding: 24px 0 16px;
    }
    .mobile-dropdown-toggle {
        top: 8px !important;
        transform: none !important;
        width: 100% !important;
        justify-content: end !important;
    }
    .navbar-nav > li.menu-item {
        padding: 0 !important;
    }
    .navbar-expand-lg .navbar-nav li.menu-item a.nav-link {
        padding-bottom: 8px !important;
    }
    li.menu-item.menu-item-has-children {
        padding-right: 0px !important;
    }
    .dropdown-menu {
        padding-bottom: 0 !important;
    }
}

/* Dropdown styling */
.dropdown-menu {
    background: linear-gradient(to right, #4A71A6, #0DAEA5) !important;
    color: var(--e-global-color-primary);
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 12px 24px !important;
    margin-top: 12px !important;
    min-width: 200px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(255, 255, 255, 0.8) !important;
    color: black !important;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
}

/* Dropdown item styling */
.dropdown-item {
    padding: 0 !important;
    margin-bottom: 6px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: white !important;
    transition: background-color 0.2s ease, color 0.2s ease, text-decoration 0.3s ease;
    position: relative;
    color: black !important;
}
@media screen and (max-width: 991px) {
    .dropdown-item {
        color: white !important;
    }
}

.dropdown-item:hover, 
.dropdown-item:focus,
.dropdown-item.active {
    background-color: transparent !important;
    text-decoration: underline !important;
}

/* Mobile dropdown toggle */
.mobile-dropdown-toggle {
    position: absolute;
    right: 0;
    /*top: 0;*/
    top: 53%;
    transform: translateY(-50%);
    /*width: 42px;*/
    padding: 0 !important;
    background: transparent !important;
    border: none;
    font-size: 1.25rem;
    color: inherit;
    z-index: 5;
}

/* Mobile dropdown toggle icon */
.mobile-dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Position parent links to make room for toggle */
.dropdown > a {
    padding-right: 30px !important;
}

/* Mobile styling */
@media (max-width: 991.98px) {
    /* Top level dropdown items */
    .dropdown-item {
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        color: white;
    }
    
    .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.05);
        background: transparent !important;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        position: static !important;
        margin: 0;
        border: none;
        transform: none !important;
    }
    
    /* Nested dropdowns */
    .dropdown .dropdown .dropdown-menu {
        margin-left: 15px;
    }
    
    /* Mobile toggle button */
    .mobile-dropdown-toggle {
        color: white;
    }
    
    /* Navbar collapse background */
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        padding: 10px;
        border-radius: 8px;
        margin-top: 10px;
    }
    
    /* Nav items in mobile */
    .navbar-nav .nav-item {
        position: relative;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* Desktop styling */
@media (min-width: 992px) {
    /* Hide mobile toggle on desktop 
    .mobile-dropdown-toggle {
        display: none;
    }*/
    
    /* Dropdown on hover */
    .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
    }
    
    /* Submenu positioning */
    .dropdown-menu {
        margin-top: 0;
    }
    
    /* Top level menu items */
    .navbar-nav > .nav-item > .nav-link {
        padding: 28px 15px;
        position: relative;
    }
    
    /* Hover indicator for top level */
    .navbar-nav > .nav-item > .nav-link::after {
        content: '';
        position: absolute;
        bottom: 20px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: var(--e-global-color-accent);
        transition: width 0.3s ease, left 0.3s ease;
    }
    
    .navbar-nav > .nav-item > .nav-link:hover::after,
    .navbar-nav > .nav-item > .nav-link.active::after {
        width: 80%;
        left: 10%;
    }
}

/* Custom Hamburger Menu */
.navbar-toggler {
    border: none;
    background: transparent !important;
    padding: 0 !important;
    margin-right: 15px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

.menu-icon {
    position: relative;
    width: 30px;
    height: 22px;
    transition: transform 0.3s ease;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 0px;
}

.menu-icon span:nth-child(2) {
    top: 10px;
}

.menu-icon span:nth-child(3) {
    top: 20px;
}

/* Hamburger menu animation */
.navbar-toggler[aria-expanded="true"] .menu-icon span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}

.navbar-toggler[aria-expanded="true"] .menu-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navbar-toggler[aria-expanded="true"] .menu-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

/* Change color when navbar is sticky */
.navbar-sticky .menu-icon span {
    background: #333;
}

/* Mobile menu styles */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        border-radius: 8px;
        padding: 15px;
        margin-top: 15px;
        max-height: 80vh;
        overflow-y: auto;
    }
    
    /* Improve scrolling experience */
    .navbar-collapse::-webkit-scrollbar {
        width: 5px;
    }
    
    .navbar-collapse::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }
    
    .navbar-collapse::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
    }
    
    .navbar-collapse::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
    
    /* Improved dropdown toggle for mobile */
    .mobile-dropdown-toggle {
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Search Form Styling */
.yacht-search {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Search wrapper container */
.yacht-search .search-wrapper {
    width: 100%;
    background-color: transparent;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
    padding-top: 24px;
}

/* Tab buttons container */
.yacht-search .tab-buttons-vertical {
    display: flex;
    flex-direction:row;
    gap: 24px;
    height: auto;
}

.yacht-search .tab-button {
    width: 210px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #9E9E9E;
    border: none;
    border: solid 1px;
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    font-size: 16px;
    /*font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif;*/
    white-space: nowrap;
    transition: all 0.3s ease;
} 

.yacht-search .tab-button.active {
    border-color: var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
    color: white !important;
}

.yacht-search .tab-button:hover {
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    color: white !important;
}
/* Search container */
.yacht-search .search-container,
.charter-search-container,
.sale-search-container {
    display: flex;
    align-items: flex-end !important;
    flex: 1;
    width: 100%;
    gap: 40px;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .yacht-search .search-container,
    .charter-search-container,
    .sale-search-container {
        flex-direction: column;
        align-items: center;
    }
}

/* Form fields container */
.yacht-search .form-fields-container,
.charter-single-row,
.sale-single-row {
    max-width: 100%;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .yacht-search .form-fields-container,
    .charter-single-row,
    .sale-single-row {
        width: 100%;
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .yacht-search .form-fields-container,
    .charter-single-row,
    .sale-single-row {
        flex-direction: column;
        gap: 24px;
    }
}
.input-pair {
    display: flex;
    align-items: center;
    gap: 8px;
}

.input-pair input[type="number"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    min-width: 0;
    width: 80px;
}
@media (max-width: 1200px) {
    .input-pair input[type="number"] {
        width: 60px;
    }
}

.input-separator {
    color: #666;
    font-weight: 500;
    user-select: none;
    display: none;
}

.yacht-search .dropdown {
    position: relative;
    flex: 1;
    width: 210px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    background-color: #fff;
    border: solid 1px #bbb;
}

.yacht-search .dropdown select {
    font-size: 16px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--e-global-color-943b88e);
    text-align-last: left; /* Centers the text in the select */
    text-align: left;
    outline: none;
    width: 100%;
    padding: 6px 8px;
}

/* Add the SVG directly in the HTML after each select element */
.yacht-search .dropdown::after {
    display: none; /* Remove the pseudo-element arrow */
}

/* Remove the select::after */
.yacht-search .dropdown select::after {
    display: none;
}

.yacht-search .dropdown .dropdown-arrow {
    width: 14px;
    left: unset !important;
    right: 12px !important;
}
/* From functions.php */
.yacht-search .form-fields-container.charter-grid,
.yacht-search .form-fields-container.sale-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    align-items: flex-start;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.yacht-search .form-field,
.yacht-search .form-field-group,
.charter-search-container .form-field,
.charter-search-container .form-field-group,
.sale-search-container .form-field,
.sale-search-container .form-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yacht-search .form-field label,
.yacht-search .form-field-group label {
    font-weight: 400;
    color: #333;
    font-size: 14px;
    margin: 0;
}

.yacht-search .form-field select,
.yacht-search .form-field input,
.yacht-search .form-field-group input {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    background: white;
}
.yacht-search .form-field select:focus-visible,
.yacht-search .form-field input:focus-visible,
.yacht-search .form-field-group input:focus-visible {
    outline: none;
    border-color: #999;
}

.yacht-search .slider-container2 {
    padding: 8px 0;
}

.yacht-search .slider-container2 .ui-slider {
    height: 3px;
    background: var(--e-global-color-primary);
    border: none;
    margin: 0 9px;
}

.yacht-search .slider-container2 .ui-slider-handle {
    width: 16px;
    height: 16px;
    background: var(--e-global-color-accent);
    background: white;
    border: solid 1px var(--e-global-color-primary);
    border-radius: 50%;
    top: -6px;
    cursor: pointer;
}

.yacht-search .slider-container2 .ui-slider-range {
    background: var(--e-global-color-accent);
}

.yacht-search .slider-values {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.yacht-search .search-button-row {
    padding: 29px 0 0;
}

.yacht-search .search-button {
    padding: 8px 32px;
    background: var(--e-global-color-accent);
    font-size: 16px;
    color: #fff;
    background: transparent !important;
    border: solid 1px var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yacht-search .search-button:hover {
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .yacht-search .search-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .yacht-search .search-container,
    .charter-search-container,
    .sale-search-container {
        width: 100%;
        gap: 20px;
    }
    
    .yacht-search .form-fields-container.charter-grid,
    .yacht-search .form-fields-container.sale-grid {
        width: 100%;
    }
    .yacht-search .form-field select,
    .yacht-search .form-field input,
    .yacht-search .form-field-group input {
        padding: 8px;
        font-size: 12px;
    }
    .yacht-search .search-button {
        padding: 10px 24px;
        font-size: 14px;
        line-height: 1.1;
        white-space: normal;
    }
}

@media (max-width: 991px) {
    .yacht-search .search-container,
    .charter-search-container,
    .sale-search-container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .yacht-search .form-fields-container.charter-grid,
    .yacht-search .form-fields-container.sale-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 20px;
    }
    .yacht-search .search-button-row {
        padding: 0;
        width: 100%;
    }
    .yacht-search .search-button {
        padding: 12px 40px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    
    .yacht-search .tab-button {
        /*width: 100%;*/
    }
    .yacht-search .search-container {
        justify-content: center;
    }
    .yacht-search .form-fields-container.charter-grid,
    .yacht-search .form-fields-container.sale-grid {
        flex-direction: column;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
    }    
    .yacht-search .form-field select,
    .yacht-search .form-field input,
    .yacht-search .form-field-group input {
        font-size: 14px;
    }
    .yacht-search .dropdown {
        margin-left: -16px;
    }
    
    .yacht-search .dropdown:nth-child(2n) {
        border-right: none;
    }
    .yacht-search .search-button-row {
        padding: 15px 0;
    }
    
}

@media (max-width: 576px) {
    .yacht-search .tab-buttons-vertical {
        flex-direction: column;
        gap: 16px;
    }
    
    .yacht-search .dropdown {
        width: 100%;
        flex: none;
        border-right: none;
    }
    
    .yacht-search .dropdown:nth-child(3n) {
        border-right: none;
    }
    .yacht-search .search-button {
		margin: 0;
    }
}

/* ===== COMMON YACHT COMPONENTS STYLES ===== */

/* Common Yacht Card Styles */
.yacht-card {
    background: #fff;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: transform 0.2s;
}

/*.yacht-card:hover {
    transform: translateY(-5px);
}*/

.yacht-card-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

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

.yacht-card-icons {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    gap: 12px;
    z-index: 5;
}

.yacht-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.compare-btn,
.favorite-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
    position: relative;
}

.compare-btn.active,
.favorite-btn.active {
    background: rgb(0, 0, 0);
    color: white;
}

.compare-btn:hover,
.favorite-btn:hover {
    background: #e0f7fa;
    transform: translateY(-2px);
}

.yacht-card-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    align-items: start;
    padding: 16px 20px 24px;
    /*border: solid 1px rgba(20, 34, 82, .5);*/
    border-top: none;
    color: var(--e-global-color-primary);
}
.yacht-card-details-top {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 16px;
}
.yacht-card-details-header {
    /*opacity: 1;*/
}
.yacht-card-name {
    font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif;
    font-size: 30px !important;
    font-weight: 500;
    letter-spacing: 0;
}
.yacht-card-price {
    color: #333;
}
.yacht-card-specs {
    display: flex;
    justify-content: flex-start;
    gap: 8px 24px;
    flex-wrap: wrap;
}

.yacht-card-spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.yacht-card-label {
    /*font-size: 1rem;
    margin-bottom: 4px;
    letter-spacing: 0;*/
}

.yacht-card-value {
    /*white-space: nowrap;*/
}
.yacht-card-details-cta {
    width:100%;
    display: flex;
    gap: 16px;
}
@media (max-width: 767px) {
    .yacht-card-details-cta {
        /*flex-direction: column;*/
        gap: 8px;
    }
}
.yacht-card-button {
    padding: 8px 40px;
    margin-top: 8px;
    background-color: white;
    color: var(--e-global-color-accent);
    border: solid 1.5px var(--e-global-color-accent);
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    /*width: 190px;*/
    flex: 1 0 calc(50% - 8px);
    transition: background-color 0.4s ease-out;
}

@media (max-width: 991px) {
    .yacht-card-button {
        font-size: 16px;
        padding: 8px 0;
    }
}
@media (max-width: 767px) {
    .yacht-card-button {
        font-size: 14px;
        flex: 1 0 calc(50% - 4px);
    }
}
.yacht-card-button:hover {
    background-color: var(--e-global-color-accent);
    color: white;
}
/*.yacht-card-button--enquire {
    background-color: var(--e-global-color-accent);
    color: white;
}
.yacht-card-button--enquire:hover {
    background-color: #008ba3;
}*/

.yacht-card--preview .yacht-card-details{
    padding: 24px 20px 32px;
}




/* Common Loading Spinner */
.loading-spinner {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: var(--e-global-color-primary);
    font-size: 16px;
}

.loading .loading-spinner {
    display: flex;
}

/* Common Filter Styles */
body button.filter-trigger {
    /*background: #fff;
    border: 1px solid #e0e0e0;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--e-global-color-primary);
    font-size: 14px;*/
    
    padding: 0 4px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--e-global-color-accent);
    border: none;
    border-bottom: solid 2px var(--e-global-color-accent);
    font-size: 28px;
    font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif;
    white-space: nowrap;
    transition: all 0.3s ease;
}

body.elementor-kit-4818 .filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

body.elementor-kit-4818 .filter-overlay.active {
    display: block;
}

body.elementor-kit-4818 .filter-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: -20px -20px 20px -20px;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 20px;
}

body.elementor-kit-4818 .filter-title {
    font-size: 28px;
    color: var(--e-global-color-primary);
    margin: 0;
}

body.elementor-kit-4818 .close-filter {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: var(--e-global-color-primary);
    padding: 5px;
}

body.elementor-kit-4818 .filter-section {
    margin-bottom: 20px;
}
body.elementor-kit-4818 .filter-section:nth-last-child(2) { /* second last has more margin bottom because the last one are the buttons*/
    margin-bottom: 64px;
}
body.elementor-kit-4818 .filter-section h3 {
    color: #333333;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

body.elementor-kit-4818 .filter-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

body.elementor-kit-4818 .filter-input::placeholder {
    color: #999;
}
body.elementor-kit-4818 .ui-slider-horizontal {
    height: 4px;
}
body.elementor-kit-4818 span.ui-slider-handle {
    top: -8px;
    width: 20px;
    height: 20px;
}

body.elementor-kit-4818 .filter-actions-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

@media (max-width: 992px) {
    body.elementor-kit-4818 .filter-actions-wrapper {
        flex-direction: column;
        gap: 24px
    }
}

body.elementor-kit-4818 .filter-actions-wrapper .filter-button:not(.clear-filters) {
    border-color: var(--e-global-color-accent) !important;
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
}
body.elementor-kit-4818 .filter-actions-wrapper .filter-button:not(.clear-filters):hover {
    color: var(--e-global-color-accent) !important;
    background-color: transparent !important;
}



body.elementor-kit-4818 .filter-actions {
    position: sticky;
    bottom: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center; 
}


body.elementor-kit-4818 .filter-button {
    flex: 1;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

body.elementor-kit-4818 .apply-filters {
    background: var(--e-global-color-accent);
    color: #fff;
}

body.elementor-kit-4818 .clear-filters {
    padding: 0;
    background: none;
    color: var(--e-global-color-e865a7f);
    text-decoration: underline;
    font-size: 16px;
}
@media (max-width: 992px) {
    body.elementor-kit-4818 .clear-filters {
        font-size: 14px;
    }
    body.elementor-kit-4818 .filter-actions {
        width: 100%;
        gap: 20px;
        flex-direction: column-reverse;
    }
}

body.elementor-kit-4818 .unit-button {
    padding: 0 !important;
    margin-right: 8px;
    font-size: 16px;
    background-color: transparent;
    color: #9E9E9E;
    border-bottom: #9E9E9E 1px solid;
}

body.elementor-kit-4818 .unit-button.active {
    color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

body.elementor-kit-4818 .unit-label {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

/* Active Filters Display */
.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    /*padding: 10px;*/
    border-radius: 4px;
}

.active-filter-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: var(--e-global-color-accent);
    color: white;
    border-radius: 4px;
    font-size: 14px;
}

.active-filter-tag button {
    background: none !important;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0 4px !important;
    font-size: 18px;
}

.active-filter-tag button:hover {
    color: rgb(0, 0, 0);
}

.no-filters-message {
    color: #666;
    font-style: italic;
}

/* Common Pagination Styles */
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    gap: 4px;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 15px;
}

.pagination-button {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E7EB !important;
    background: white !important;
    color: #1F2937 !important;
    border-radius: 50% !important;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 2px;
}

.pagination-button:hover {
    border-color: var( --e-global-color-accent );
    color: var( --e-global-color-accent );
    transform: translateY(-1px);
}

.pagination-button.active {
    color: white !important;
    background-color: var( --e-global-color-accent ) !important;
    border-color: var( --e-global-color-accent ) !important;
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(0, 188, 212, 0.2);
    box-shadow: none !important;
}

.pagination-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.pagination-ellipsis {
    width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B7280;
    font-size: 14px;
    margin: 0 4px;
}

.pagination-info {
    margin: 15px auto 0;
    color: #6B7280;
    font-size: 14px;
    background: #F3F4F6;
    background: transparent;
    padding: 8px 16px;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    order: 2;
    width: 100vw;
    max-width: 100vw;
}

.pagination-nav {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E7EB !important;
    background: white !important;
    color: #1F2937 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    margin: 2px !important;
}

.pagination-nav:hover:not(.disabled) {
    border-color: var( --e-global-color-accent );
    color: var( --e-global-color-accent );
    transform: translateY(-1px);
}

.pagination-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-pages {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

/* Common Slider Navigation Arrows old-layout
.nav-arrow {
    width: 10vw;
    height: 28.125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 10;
    padding: 0 !important;
    pointer-events: all;
    position: relative;
    background: transparent !important;
}
@media (max-width: 1200px) {
    .nav-arrow {
        height: 45vw;
    }
}
@media (max-width: 768px) {
    .nav-arrow {
        height: 360px;
    }
}
.nav-arrow::before {
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 83.65%);
    width: 10vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.nav-arrow.next::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 83.65%);
}

.nav-arrow.prev {
    margin-right: auto;
}
.nav-arrow.next {
    margin-left: auto;
}
.nav-arrow svg {
    width: 30px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) scale(1);
    transition: transform 0.3s ease;
    z-index: 13;
}
.nav-arrow.next svg {
    left: auto;
    right: 20px;
}
.nav-arrow:hover {
    color: var( --e-global-color-accent );
}
.nav-arrow:hover svg {
    transform: translateY(-50%) scale(1.25);
}

@media (max-width: 1200px) {
    .nav-arrow svg {
        width: 22px;
        left: 16px;
    }
    .nav-arrow.next svg {
        right: 16px;
    }
}
@media (max-width: 768px) {
    .nav-arrow svg {
        left: 12px;
    }
    .nav-arrow.next svg {
        right: 12px;
    }
}
*/

/* Common Error/No Results Messages */
.no-results,
.error-message {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 16px;
}

/* Responsive Styles for Common Components */
@media (max-width: 768px) {
    .pagination {
        gap: 2px;
    }

    .pagination-button, 
    .pagination-nav {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .pagination-info {
        font-size: 13px;
        padding: 6px 12px;
        margin-top: 12px;
    }
    
    /*.nav-arrow {
        width: 60px;
        height: 60px;
    }
    
    .nav-arrow svg {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
        max-height: 60px !important;
    }*/
}

@media (max-width: 480px) {
    .pagination-button, 
    .pagination-nav {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .pagination-ellipsis {
        width: 24px;
    }

    .pagination-info {
        font-size: 12px;
        padding: 5px 10px;
    }

    .pagination-button.hide-mobile {
        display: none;
    }
    
    /*.nav-arrow {
        width: 45px;
        height: 45px;
    }
    
    .nav-arrow svg {
        width: 45px !important;
        height: 45px !important;
        max-width: 45px !important;
        max-height: 45px !important;
    }*/
}

.header-button {
    padding: 12px 32px;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    background: transparent;
    color: white !important;
    border: solid 1px white;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.navbar-sticky .header-button {
    color: var( --e-global-color-943b88e ) !important;
    border-color: var( --e-global-color-943b88e ) !important;
}
.header-button:hover {
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    color: white !important;
}
@media (max-width: 991px) {
    .header-button {
        display: none !important;
    }
}

.yacht-hero-arrow {
    background: transparent !important;
    padding: 0 !important;
    width: unset !important;
    height: unset !important;
}
.yacht-hero-arrow svg {
    width: 80px !important;
    height: 80px !important;
}
@media (max-width: 991px) {    
    .yacht-hero-arrow {
    }
    .yacht-hero-arrow svg {
        width: 60px !important;
        height: 60px !important;
    }
}
@media (max-width: 576px) {
    .yacht-hero-arrow.left {
        left: 4px !important;
    }
    .yacht-hero-arrow.right {
        right: 4px !important;
    }
    .yacht-hero-arrow svg {
        width: 40px !important;
        height: 40px !important;
    }
}
.yacht-header .yacht-actions .action-btn {
    padding: 4px;
    background: transparent;
    border-radius: 50%;
    color: var(--e-global-color-943b88e);
    border: solid 1px #E5E7EB ;
    box-shadow: none;
}
.yacht-header .yacht-actions .action-btn i {
    font-size: 14px;
}

.yacht-header .yacht-specs-bar .yacht-spec-item .spec-label {
    font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: none;
}
.yacht-header .yacht-specs-bar .yacht-spec-item .spec-value {
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
}

.yacht-content .yacht-section h1,
.yacht-content .yacht-section h2,
.yacht-content .yacht-section h3,
.yacht-content .yacht-section h4,
.yacht-content .yacht-section h5,
.yacht-content .yacht-section h6 {
    font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
    color: var(--e-global-color-accent) !important;
}
.yacht-content .yacht-section .section-title {
    font-size: 32px !important;
    margin-bottom: 16px !important;
}
.yacht-content .yacht-section .specs-category-title {
    font-size: 24px !important;
}
.yacht-content .dynamic-description {
    margin-bottom: 20px;
}
.yacht-content .dynamic-description .yacht-intro strong {
    font-size: 1.1em;
}

.dynamic-description .yacht-intro strong {
    color: var(--e-global-color-accent);
    font-weight: 400;
    font-size: inherit !important;
}
@media (max-width: 767px) {
    .yacht-section {
        padding: 24px 0px !important;
    }
    .yacht-section:first-of-type {
        /*padding-top: 64px !important;*/
    }
}
.yacht-content .yacht-section .specs-item .specs-label,
.yacht-content .yacht-section .specs-item .specs-value {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.yacht-content .yacht-section .specs-item .specs-label {
    font-family: var( --e-global-typography-accent-font-family ), Serif !important;
    font-size: 20px !important;
    color: var(--e-global-color-primary) !important;
    margin-bottom: 4px !important;
}
.yacht-content .yacht-section .specs-item .specs-value {
    font-size: 18px !important;
    color: var(--e-global-color-943b88e) !important;
}
@media (max-width: 767px) {
    .yacht-content .yacht-section .specs-item .specs-label {
        font-size: 18px !important;
    }
    .yacht-content .yacht-section .specs-item .specs-value {
        font-size: 16px !important;
    }
}

/* Yacht page enquire Form Styles */

.enquire-section {
    background-color: var(--e-global-color-accent) !important;
    background-color: var( --e-global-color-6aa93e7 ) !important;
    color: #fff;
    color: #333;
    padding: 80px 0;
}
.enquire-section .enquire-section-content  {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    gap: 80px;
}
.enquire-section-text .enquire-section-title {
    font-size: 48px !important;
    color: var(--e-global-color-accent);
    margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
    .enquire-section {
        padding: 64px 0;
    }
    .enquire-section .enquire-section-content {
        padding: 0 24px;
        flex-direction: column;
        gap: 16px;
    }
    .enquire-section-content .enquire-section-text {
        max-width: 500px;
        margin: 0 auto;
    }
    .enquire-section-text .enquire-section-title {
        font-size: 36px !important;
    }
    .enquire-section-text .enquire-section-paragraph {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 767px) {
    .enquire-section .enquire-section-content {
        padding: 0 16px;
    }
}
.enquire-section .enquire-section-text,
.enquire-section .enquire-form-wrapper {
    flex: 1;
}
section#enquire .section-inner .section-title {
    margin-bottom: 16px !important;
}
.enquire-form-wrapper:not(.enquire-form-wrapper--contact) {
    /*background: var(--e-global-color-accent) !important;*/
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
.enquire-form-wrapper .gform_heading {
    display: none !important;
}
.enquire-form-wrapper form {
    background: white;
    padding: 24px 20px;
    /*border-bottom: solid 3px var(--e-global-color-accent);*/
}
.enquire-form-wrapper .gform_wrapper .gfield input,
.enquire-form-wrapper .gform_wrapper .gfield select,
.enquire-form-wrapper .gform_wrapper .gfield textarea {
    background: transparent !important;
    margin-bottom: 0 !important;
    border: none;
    border-bottom: solid 1px #999 !important;
    color: #333 !important;
    font-size: 16px !important;
    padding: 8px 2px !important;
}
.enquire-form-wrapper .gform_wrapper .gfield input::placeholder,
.enquire-form-wrapper .gform_wrapper .gfield select::placeholder,
.enquire-form-wrapper .gform_wrapper .gfield textarea::placeholder {
    color: #aaa !important;
}
.enquire-form-wrapper .gform_wrapper .gfield input:focus,
.enquire-form-wrapper .gform_wrapper .gfield select:focus,
.enquire-form-wrapper .gform_wrapper .gfield textarea:focus {
    border: none !important;
    border-bottom: solid 1px #333 !important;
}
.enquire-form-wrapper .gform_wrapper .gfield textarea {
    height: 80px !important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0 !important;
}
.enquire-form-wrapper .gform_wrapper .gform_footer input[type="submit"].gform_button.button {
    /*background: transparent !important;
    color: var(--e-global-color-accent) !important;*/
    background: var(--e-global-color-accent) !important;
    color: #fff !important;
    border: solid 1px var(--e-global-color-accent) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    padding: 12px 64px !important;
    margin: 0 !important;
    width: 100%;
}
.enquire-form-wrapper .gform_wrapper .gform_footer input[type="submit"].gform_button.button:hover {
    background: var(--e-global-color-accent) !important;
    color: #fff !important;
}

.enquire-form-wrapper .wpa-test-msg {
    display: none !important;
}

/* Compare Page */
.compare-page .compare-actions .compare-clear-btn {
    padding: 12px 40px;
    background-color: transparent;
    border: solid 1px var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
}
.compare-tabs .tab-button {
    width: 180px;
    padding: 0 0 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #9E9E9E;
    border: none;
    border-bottom: solid 2px #9E9E9E;
    font-size: 20px;
    font-weight: 500 !important;
    font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.compare-tabs .tab-button.active {
    color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.compare-yacht-cell .compare-remove-btn {
    background: white !important;
    border: solid 1px var( --e-global-color-943b88e ) !important;
    font-size: 30px;
    top: 21px;
    color: black;
    padding: 4px 7px 8px 8px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1 !important;
}
.compare-table td {
    color: var(--e-global-color-943b88e);
}
.compare-yacht-cell .compare-yacht-name {
    font-size: 24px;
    font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif;
    color: var(--e-global-color-943b88e);
    margin: 0 0 8px;
}

.compare-yacht-cell .compare-yacht-link {
    border-radius: 0 !important;
    background-color: var(--e-global-color-accent) !important;
}


/* Carousel title style */

.featured-yachts-title {
    text-align: center;
    display: none;
    /*font-size: 32px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-align: center;
    color: var(--e-global-color-primary);
    margin: 60px 0 0 !important;
    padding: 0 !important;
    position: unset !important;
    transform: none !important;*/
}

/*@media (max-width: 768px) {
    .featured-yachts-title {
        font-size: 32px !important;
        letter-spacing: 1px;
    }
}
@media (max-width: 480px) {
    .featured-yachts-title {
        font-size: 24px !important;
    }
}*/


/* Carousel style */


.slider-container {
    display: flex;
    transition: transform 0.5s ease;
    margin: 0;
    justify-content: flex-start;
    will-change: transform;
    padding: 0;
}

.yacht-slide {
    flex: 0 0 calc(50% - 0px);
    box-sizing: border-box;
    /*aspect-ratio: 16 / 9;*/
    padding: 0 4px;
}

/* Carousel minimal card style --depracated because we're going to use the same card style as the listing page

.yacht-name {
    font-size: 28px !important;
}


.yacht-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 0;
    color: #FFF;
    font-size: 20.462px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 5.32px;
    text-transform: uppercase;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
}

.yacht-card:hover .yacht-name {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1200px) {
    .yacht-name {
        font-size: 20px !important;
    }
}*/
@media (max-width: 767px) {
    .yacht-slide {
        flex: 0 0 100%;
    }
}

.featured-yachts-section {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 120px;
    position: relative;
    overflow: hidden;
    display: block;
}

/* Slider Specific Styles */
.featured-yachts-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*min-height: 490px;*/
}

.yacht-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 100%;
    /*min-height: 490px;*/
    border: 0px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    border: solid 1px rgba(20, 34, 82, .5);
}

.yacht-image {
    width: 100%;
    /*height: 400px !important;*/
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    flex: 1;
}

.yacht-card:hover .yacht-image {
    transform: scale(1.05);
}

.yacht-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    
    /*.yacht-image {
        height: 350px;
    }
    
    .featured-yachts-slider {
        min-height: 420px;
    }
    
    .yacht-card {
        min-height: 420px;
    }*/
}

@media (max-width: 768px) {            
    /*.yacht-image {
        height: 300px;
    }
    
    .featured-yachts-slider {
        min-height: 360px;
    }
    
    .yacht-card {
        min-height: 360px;
    }*/
}

@media (max-width: 480px) {            
    /*.yacht-image {
        height: 250px;
    }
    
    .featured-yachts-slider {
        min-height: 320px;
    }
    
    .yacht-card {
        min-height: 320px;
    }*/
}

/* Style override to match the listings feed

<a href="${yachtUrl}" class="yacht-preview_link">
    <div class="yacht-preview-card">
        <img src="${imageUrl}" alt="${yacht.name}" class="yacht-preview-image" loading="lazy">
        <h3 class="yacht-preview-name">${yacht.name}</h3>
    </div>
</a>
*/


.featured-yachts-footer {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.featured-yachts-button {
    display: block;
    padding: 10px 40px;
    text-transform: unset;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    border: solid 1px var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    transition: background-color 0.4s ease-out;
}
.featured-yachts-button:hover {
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    color: white !important;
}

@media (max-width: 767px) {
    .featured-yachts-footer {
        gap: 40px;
        flex-wrap: wrap;
    }
    .featured-yachts-button-wrapper {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



.nav-arrow {
    width: 48px !important;
    height: 48px !important;
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    border: solid 1px var(--e-global-color-primary);
    border-radius: 50% !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.nav-arrow:hover {
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent);
}
.nav-arrow:hover svg path {
    stroke: white !important;
}
.nav-arrow.prev {
}
.nav-arrow.next {
}
.nav-arrow svg {
    width: 12px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%) scale(1);
    transition: transform 0.3s ease;
    z-index: 13;
}
.nav-arrow.prev svg  {
    left: 34%;
}
.nav-arrow svg path {
    stroke: var(--e-global-color-primary);
}


body.page .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
    top: 52px;
}

.site-logo-svg {
    margin: 0 !important;
}

/* YAP override */
/* Searchbar */
/*.elementor #yap-h-yacht-search,
.elementor #yap-h-charter-search {
    --button-bg-color: #0dada5;
    --button-txt-color: #fff;
}*/
.elementor .elementor-shortcode,
.yap-single-y-container {
	/*--button-bg-color: var(--e-global-color-primary);*/
    --button-bg-color: #0dada5;
    --button-txt-color: #fff;
}
.elementor .yap-yacht-search-form .yap-s-field label, .yap-charter-search-form .yap-s-field label {
    margin-bottom: 4px;
    font-size: 14px;
    color: #333;
}
.yap-h-yacht-search-form .ys-h-row,
.yap-h-yacht-charter-form .ys-h-row {
    gap: 16px 24px;
}
.elementor .yap-yacht-search-form .yap-s-field input[type=text],
.elementor .yap-yacht-search-form .yap-s-field input[type=number],
.elementor .yap-yacht-search-form .yap-s-field select,
.yap-charter-search-form .yap-s-field input[type=text],
.yap-charter-search-form .yap-s-field input[type=number],
.yap-charter-search-form .yap-s-field select {
    border-radius: 0 !important;
    border-color: #ccc;
}
.elementor .yap-yacht-search-form .yap-general-button,
.elementor .yap-charter-search-form .yap-general-button {
    padding: 12px 40px;
    background-color: transparent !important;
    color: var(--button-bg-color) !important;
    border: solid 1px var(--button-bg-color) !important;
    transition: background-color 0.4s ease-out;
}
.elementor .yap-yacht-search-form .yap-general-button:hover,
.elementor .yap-charter-search-form .yap-general-button:hover {
    background-color: var(--button-bg-color) !important;
    color: var(--button-txt-color) !important;
}

/* Boat list */
@media screen and (min-width: 1200px) {
    body #yap-the-yacht-results, body .yap-the-yacht-results, body .yacht-featured-listing-row, body .yacht-sold-listing-row,
    body #yap-the-charter-results, body .yap-the-charter-results {
        grid-template-columns: 1fr 1fr;
    }
}
body .yap-yacht-item.yap-view-grid {
    border-radius: 0;
}
body .yap-yacht-item.yap-view-grid .ri-image .yacht-image {
    border-radius: 0;
    aspect-ratio: 16 / 9;
    height: auto;
}
body .yap-yacht-item.yap-view-grid .ri-image svg {
    width: 40px;
}
body .yap-yacht-item.yap-view-grid .ri-image .like-me {
    top: 9px;
}
body .yap-yacht-item.yap-view-grid .ri-image .top-compare {
    top: 12px;
    left: 64px;
}
body .yap-yacht-item.yap-view-grid .result-item-info {
    padding: 16px 20px 24px;
    border: solid 1px rgba(20, 34, 82, .5);
}
body .yap-yacht-item.yap-view-grid .result-item-info .ri-top {
    padding-right: 104px;
}
body .yap-yacht-item.yap-view-grid .ri-name {
    font-family: var( --e-global-typography-f8a76cf-font-family ), Sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--e-global-color-primary);
}
body .yap-yacht-item .result-item-info .ri-bottom {
    border-top: 1px solid #8990a8;
}
body .yap-yacht-item.yap-view-grid .ri-sub-name,
body .yap-yacht-item.yap-view-grid .ri-location,
body .yap-yacht-item.yap-view-grid .ri-location a {
    font-size: 16px;
    color: #333;
}
body .yap-yacht-item.yap-view-grid .ri-location,
body .yap-yacht-item.yap-view-grid .ri-location a {
    display: flex;
    align-items: center;
    gap: 8px;
}
body .yap-yacht-item.yap-view-grid .ri-location svg {
    width: 20px;
    height: auto;
}
body .yap-yacht-item.yap-view-grid .ri-location svg path {
    stroke: var(--e-global-color-accent);
}

body .yap-yacht-item.yap-view-grid .ri-contact {
    padding: 8px 40px;
    background-color: white;
    color: var(--e-global-color-accent);
    border: solid 1.5px var(--e-global-color-accent);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; 
    white-space: nowrap;
    transition: background-color 0.4s ease-out;
}
body .yap-yacht-item.yap-view-grid .ri-contact:hover {
    background-color: var(--e-global-color-accent);
    color: white;
}
body .yap-yacht-item.yap-view-grid .ri-contact svg {
    display: none;
}

@media screen and (max-width: 1439px) {
    body .yap-yacht-item.yap-view-grid .ri-name {
        font-size: 24px;
    }
}
@media screen and (max-width: 1199px) {
    body .yap-yacht-item.yap-view-grid .ri-name {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    body .yap-yacht-item.yap-view-grid .ri-name {
        font-size: 20px;
    }
}
body .yap-yacht-item.yap-view-grid .ri-image .ri-price {
    top: calc(100% + 20px);
    background: transparent;
    color: #333;
    left: unset;
    right: 20px;
    padding: 0;
    font-size: 20px;
}

/* YAP listing page form popup*/
body .blocker {
    padding-top: 120px;
    opacity: 1 !important;
}

/* YAP mobile searchbar */
#yap-super-mobile-search,
#yap-super-mobile-search > div > div {
    top: 94px !important;
}
#yap-super-mobile-search > div {
    height: calc(100% - 89px) !important;
}
body .open-mobile-search,
body #Filters-Floating-Bar button {
    padding: 10px 40px !important;
    height: auto !important;
}
body .open-mobile-search img,
body #Filters-Floating-Bar button img {
    display: none !important;
}
body #yap-h-yacht-search + .open-mobile-search { /* target only the button above the listings, not the floating one */
    margin: 0 auto;
    display: block;
    background-color: transparent !important;
    color: var(--e-global-color-accent) !important;
    border: solid 1.5px var(--e-global-color-accent) !important;
    transition: all 0.4s ease-out;
}
body #yap-h-yacht-search + .open-mobile-search:hover {
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
}


/* YAP single listing page */
body main.yap-single-y-container {
    padding: 120px 50px 0;
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    body main.yap-single-y-container {
        padding: 120px 24px 0;
    }
}
@media screen and (max-width: 767px) {
    body main.yap-single-y-container {
        padding: 96px 16px 0;
    }
}
body main.yap-single-y-container img {
    border-radius: 0 !important;
}
/*body main.yap-single-y-container #yap-single-y-image-topper {
    border-radius: 0;
}
@media (min-width: 720px) {
    body main.yap-single-y-container #yap-single-y-image-topper img:first-child,
    body main.yap-single-y-container #yap-single-y-image-topper img:nth-child(2),
    body main.yap-single-y-container #yap-single-y-image-topper img:nth-child(3) {
    border-radius: 0;
    }
}*/
/*body main.yap-single-y-container #yap-single-y-image-topper svg path {
    fill: var(--e-global-color-accent);
}*/

body main.yap-single-y-container #yap-single-y-breadcrumbs,
body main.yap-single-y-container .yap-single-y-headings {
    border-bottom: 1px solid #8990a8;
}

body main.yap-single-y-container .yap-single-y-headings h1 {
    color: var(--e-global-color-primary);
}
body main.yap-single-y-container .yap-single-y-headings h2 {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    letter-spacing: 0;
}
body main.yap-single-y-container .yap-single-y-headings h2 a {
    text-decoration: none;
}
body main.yap-single-y-container .yap-single-y-headings h2 a svg path {
    stroke: var(--e-global-color-accent);
}
body main.yap-single-y-container .yap-single-y-status-and-price {
    border-radius: 0;
}
.yap-single-y-info-table-cell > span:not(.cell-heading) {
    text-align: right;
}


body main.yap-single-y-container #yap-single-y-similar-listings h2 {
    letter-spacing: 0;
    color: var(--e-global-color-primary);
}

body .yap-single-y-sidebar {
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    padding-left: 24px !important;
}
body .yap-single-y-sidebar a {
    text-decoration: none;
}
body .yap-single-y-sidebar button.yap-btn {
    width: 100%;
    padding: 12px 40px;
    background-color: transparent !important;
    color: var(--e-global-color-accent) !important;
    border: solid 1.5px var(--e-global-color-accent) !important;
    transition: all 0.4s ease-out;
}
body .yap-single-y-sidebar button.yap-btn:hover {
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
}

body main.yap-single-y-container .yap-single-y-contact-form input,
body main.yap-single-y-container .yap-single-y-contact-form textarea,
body main.yap-single-y-container .yap-single-y-contact-form select {
    border-radius: 0;
    border-color: #ccc;
    padding: 6px 16px;
}
body main.yap-single-y-container .yap-single-y-contact-form .yap-btn {
    height: auto;
    padding: 12px 40px;
    background-color: transparent !important;
    color: var(--e-global-color-accent) !important;
    border: solid 1.5px var(--e-global-color-accent) !important;
    transition: all 0.4s ease-out;
}
body main.yap-single-y-container .yap-single-y-contact-form .yap-btn:hover {
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
}
body main.yap-single-y-container .yap-single-y-contact-form .yap-btn svg {
    display: none;
}

body main.yap-single-y-container .yap-single-y-section {
    border-radius: 0 !important;
}


/* Style ovveride for editorial articles */
.elementor-widget-container pre {
    font-family: var(--e-global-typography-b42b391-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* Style for yacht-specs-bar on hero */
.yacht-page .yacht-specs-bar {
    flex-direction: row;
    padding: 0 16px;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.yacht-page .yacht-specs-bar .yacht-spec-item {
    padding: 0;
    border: none !important;
    flex-direction: column;
    gap: 4px;
}
.yacht-page .yacht-specs-bar .yacht-spec-item .spec-label,
.yacht-page .yacht-specs-bar .yacht-spec-item .spec-value {
    font-family: var(--e-global-typography-text-font-family);
}
.yacht-header .yacht-specs-bar .yacht-spec-item .spec-label {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: none;
}

.yacht-header .yacht-specs-bar .yacht-spec-item .spec-value {
    font-size: 20px;
}

@media (max-width: 768px) {
    .yacht-page .yacht-specs-bar {
        gap: 4px;
    }
    .yacht-page .yacht-specs-bar .yacht-spec-item {
        gap: 0px;
        width: 160px;
    }
    .yacht-header .yacht-specs-bar .yacht-spec-item .spec-label {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .yacht-header .yacht-specs-bar .yacht-spec-item .spec-value {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .yacht-page .yacht-specs-bar {
        gap: 4px 24px;
    }
    .yacht-page .yacht-specs-bar .yacht-spec-item {
        width: 126px;
        width: auto;
    }
    .yacht-header .yacht-specs-bar .yacht-spec-item .spec-label,
    .yacht-header .yacht-specs-bar .yacht-spec-item .spec-value {
        font-size: 14px;
    }
}

/* CSS for a small image on the first Nicholson Journal article*/
.small_floating_image {
    width: 270px !important;
    max-width: 100%;
    float: right;
    margin-left: 16px;
}
@media (max-width: 768px) {
    .small_floating_image {
        margin-left: 0;
        float: none !important;
        display: block;
        margin-bottom: 16px;
    }
}


/* Style override for quick search*/
/* Single row layout
.charter-single-row,
.sale-single-row {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    flex-wrap: wrap;
} */

.charter-single-row .form-field,
.sale-single-row .form-field,
.charter-single-row .form-field-group,
.sale-single-row .form-field-group,
.charter-search-container .form-field,
.sale-search-container .form-field,
.charter-search-container .form-field-group,
.sale-search-container .form-field-group {
    flex: 1;
    min-width: 150px;
}

.form-field input[type="number"],
.form-field select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-field label,
.form-field-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 768px) {
    .charter-single-row .form-field,
    .sale-single-row .form-field,
    .charter-single-row .form-field-group,
    .sale-single-row .form-field-group,
    .charter-search-container .form-field,
    .sale-search-container .form-field,
    .charter-search-container .form-field-group,
    .sale-search-container .form-field-group {
        min-width: 100%;
        gap: 0px;
    }
}

.search-container--quick-search {
    justify-content: center;
}
.yacht-search .search-container--quick-search .form-field select,
.yacht-search .search-container--quick-search .form-field input,
.yacht-search .search-container--quick-search .form-field-group input,
.charter-search-container .form-field select,
.charter-search-container .form-field input,
.charter-search-container .form-field-group input,
.sale-search-container .form-field select,
.sale-search-container .form-field input,
.sale-search-container .form-field-group input {
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: solid 2px var(--e-global-color-accent);
    padding: 10px 0px;
}
.yacht-search .search-container--quick-search .form-field-group .input-separator {
    display: none;
}



/* MISC */
.nav-link:focus, .nav-link:hover {
    color: var(--e-global-color-accent) !important;
}

.charter-header, .for-sale-header {
    display: none !important;
}

/* Hide empty button in dynamic description */ 
.dynamic-description + .section-content > div > button {
    display: none;
}



.enquire-popup {
    /*display: none;*/
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 102px;
    left: 0;
    width: 100%;
    height: calc(100vh - 102px);
    background-color: #ecf1f0;
    overflow-y: auto;
    z-index: 999;
    transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
    .enquire-popup {
        top: 88px;
        height: calc(100vh - 88px);
    }
}
.enquire-popup.active { 
    opacity: 1;
    pointer-events: auto;
}
.enquire-popup .enquire-section {
    position: relative;
}
.enquire-popup .enquire-section .enquire-close {
    position: absolute;
    top: 8px;
    right: 16px;
    left: unset;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    z-index: 1000;
}