.single-yachts #header,
.single-yachts .main-header,
.single-yachts .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999 !important;
    background: transparent !important;
}

.single-yachts .main-header-overlay {
    background: transparent !important;
}

.single-yachts #header a,
.single-yachts #header .navbar-brand,
.single-yachts #header .main-nav > li > a {
    color: #fff !important;
}

.single-yachts #header.is-stuck,
.single-yachts #header.is-stuck .main-header-overlay {
    background: #fff !important;
}

.single-yachts #header.is-stuck a,
.single-yachts #header.is-stuck .main-nav > li > a {
    color: #1d2238 !important;
}

.single-yachts .resalto-yacht-hero {
    margin-top: 0 !important;
}

/* Make single yacht full width */
.single-yachts .container,
.single-yachts .container-fluid,
.single-yachts .lqd-container,
.single-yachts .main-content,
.single-yachts .content,
.single-yachts article,
.single-yachts .hentry {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove default wrapper spacing */
.single-yachts .site-main,
.single-yachts .content-area {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

/* Our plugin wrapper */
.resalto-single-yacht {
    width: 100%;
    max-width: 100%;
}









.resalto-yacht-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
}

.resalto-yacht-slider {
    position: absolute;
    inset: 0;
    background: #000;
}

.resalto-yacht-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.4s ease-in-out;
    z-index: 1;
}

.resalto-yacht-slide.is-active {
    opacity: 1;
    z-index: 2;
}



.resalto-yacht-hero-content {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px;
}

.resalto-yacht-hero-content h1 {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    color: #fff;
    margin-bottom: 25px;
}

.resalto-yacht-button {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    background: #fff;
    color: #000 !important;
    padding: 10px 50px;
    border-radius: 10px;
    text-decoration: none;
}



.titlebar-inner {
	 display:none;
}

.single-yachts .entry-header,
.single-yachts .page-header,
.single-yachts .entry-title {
    display: none !important;
}

.resalto-single-yacht-page .resalto-yacht-page-bg,
.resalto-single-yacht-page .resalto-fleet-section {
    background-image:
        linear-gradient(rgba(255,255,255,.90), rgba(255,255,255,.90)),
        url("https://resaltomykonosyachting.com/wp-content/uploads/2023/12/sea.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.resalto-yacht-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 70px 20px 35px;
}

.resalto-yacht-paragraph {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    color: #5D6371;
    line-height: 2;
    margin-bottom: 55px;
}

.resalto-yacht-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.resalto-yacht-col h2 {
    font-family: "Raleway", sans-serif;
    font-size: 21px;
    text-transform: capitalize;
    text-decoration: underline;
    color: #1d2238;
    margin-bottom: 18px;
}

.resalto-yacht-col,
.resalto-yacht-col li {
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    color: #5D6371;
    line-height: 1.65;
}

.resalto-fleet-section {
    padding: 35px 20px 90px;
}

.resalto-discover-title {
    font-family: "Nunito", sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    color: #1d2238;
    margin: 0 0 55px;
}

.resalto-yachts-grid {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 340px);
    justify-content: center;
    gap: 50px;
}

.resalto-yacht-card {
    width: 340px;
    min-height: 520px;
    background: #fff;
    border-radius: 8px;
    padding: 24px 18px;
    text-decoration: none;
    color: #1d2238;
    display: block;
    overflow: hidden;
}

.resalto-yacht-card-image {
    height: 190px;
    overflow: hidden;
    margin-bottom: 55px;
}

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

.resalto-yacht-card-content {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
}

.resalto-yacht-card-content h3 {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1d2238;
    margin: 0 0 24px;
}

.resalto-yacht-card-content p {
    font-size: 17px;
    color: #5D6371;
    margin: 12px 0;
}

.resalto-yacht-card-content strong {
    color: #5D6371;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .resalto-yachts-grid {
        grid-template-columns: repeat(2, 340px);
    }
}

@media (max-width: 760px) {
    .resalto-yacht-two-cols,
    .resalto-yachts-grid {
        grid-template-columns: 1fr;
    }

    .resalto-yacht-card {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    .resalto-discover-title {
        font-size: 34px;
    }
}


















.resalto-yacht-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: transparent;
    transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}

.resalto-yacht-header.is-scrolled {
    background: rgba(255,255,255,.96);
    box-shadow: 0 6px 24px rgba(0,0,0,.08);
}

.resalto-yacht-header__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resalto-yacht-header__logo img {
    max-width: 150px;
    height: auto;
    display: block;
}

.resalto-yacht-header__nav {
    display: flex;
    align-items: center;
}

.resalto-yacht-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 0;
    padding: 0;
}

.resalto-yacht-menu li {
    margin: 0;
    padding: 0;
}

.resalto-yacht-menu a {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: color .25s ease;
}

.resalto-yacht-header.is-scrolled .resalto-yacht-menu a {
    color: #000;
}

.resalto-yacht-menu a:hover {
    color: #d6b56d;
}

.resalto-yacht-burger {
    display: none;
    width: 34px;
    height: 28px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.resalto-yacht-burger span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 7px 0;
    transition: .25s ease;
}

.resalto-yacht-header.is-scrolled .resalto-yacht-burger span {
    background: #000;
}

@media (max-width: 900px) {
    .resalto-yacht-burger {
        display: block;
    }

    .resalto-yacht-header__nav {
        position: fixed;
        top: 82px;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,.98);
        padding: 25px 20px;
        display: none;
    }

    .resalto-yacht-header__nav.is-open {
        display: block;
    }

    .resalto-yacht-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .resalto-yacht-menu a {
        color: #000;
        font-size: 17px;
    }
}
















.resalto-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    z-index: 5;
}

.resalto-wave .elementor-shape {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
}

.resalto-wave svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
    left: 50%;
    position: relative;
    transform: translateX(-50%) rotate(180deg);
}

.resalto-wave .elementor-shape-fill {
    fill: #fff;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom {
    transform: none;
}















.resalto-booking-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.resalto-booking-popup.is-open {
    display: block;
}

.resalto-booking-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65);
}

.resalto-booking-popup__box {
    position: relative;
    max-width: 620px;
    width: calc(100% - 40px);
    max-height: 90vh;
    overflow-y: auto;
    margin: 5vh auto;
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    z-index: 2;
}

.resalto-booking-popup__close {
    position: absolute;
    top: 12px;
    right: 18px;
    border: 0;
    background: transparent;
    font-size: 34px;
    cursor: pointer;
}




/******GALLERY******/
.resalto-yacht-gallery-wrap {
    position: relative;
    margin: 50px 0 70px;
}

.resalto-yacht-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.resalto-yacht-gallery-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.resalto-gallery-arrow {
    display: none;
}

@media (max-width: 768px) {
    .resalto-yacht-gallery {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        scrollbar-width: none;
    }

    .resalto-yacht-gallery::-webkit-scrollbar {
        display: none;
    }

    .resalto-yacht-gallery-item {
        min-width: 85%;
        scroll-snap-align: center;
    }

    .resalto-yacht-gallery-item img {
        height: 260px;
    }

    .resalto-gallery-arrow {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 50%;
        background: #fff;
        color: #000;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        box-shadow: 0 4px 14px rgba(0,0,0,.18);
    }

    .resalto-gallery-prev {
        left: 8px;
    }

    .resalto-gallery-next {
        right: 8px;
    }
}

.resalto-gallery-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999999;
    background: rgba(0,0,0,.85);
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.resalto-gallery-lightbox.is-open {
    display: flex;
}

.resalto-gallery-lightbox img {
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
}

.resalto-gallery-lightbox-close {
    position: fixed;
    top: 20px;
    right: 30px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
}

.resalto-gallery-lightbox {
    display: none !important;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,.85);
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.resalto-gallery-lightbox.is-open {
    display: flex !important;
}

.resalto-gallery-lightbox img {
    max-width: 92vw;
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.resalto-gallery-lightbox-close {
    position: fixed;
    top: 20px;
    right: 30px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
    line-height: 1;
}

body.resalto-lightbox-open #header,
body.resalto-lightbox-open .main-header,
body.resalto-lightbox-open .lqd-stickybar-wrap,
body.resalto-lightbox-open .lqd-head-sec-wrap {
    visibility: hidden !important;
    pointer-events: none !important;
}




.resalto-yacht-hero-bottom {
    max-width: 1150px;
    margin: 0 auto;
    padding: 55px 20px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.resalto-yacht-hero-bottom h1 {
    font-family: "Raleway", sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #1d2238;
    margin: 0;
}

.resalto-yacht-hero-bottom .resalto-yacht-button {
    background: #000;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 50px;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    text-decoration: none;
    flex-shrink: 0;
}

.resalto-yacht-hero-bottom .resalto-yacht-button:hover {
    background: #fff;
    color: #000 !important;
	border: 1px solid #000;

}
@media (max-width: 768px) {
    .resalto-yacht-hero-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 20px 20px;
    }

    .resalto-yacht-hero-bottom h1 {
        font-size: 32px;
    }
}