html {
    scroll-behavior: smooth;
}

.dm-serif-display-regular {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}

.dm-serif-display-regular-italic {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
}

.orbitron-regular {
    font-family: "Orbitron", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Orbitron", sans-serif !important;
    letter-spacing: 2px;
    /* text-transform: capitalize; */
    font-weight: 400 !important;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.nav-main-horizontal {
    font-family: "Montserrat", sans-serif;
}

.logo-item {
    display: flex;
    align-items: center;
}

.logo-link {
    display: flex;
    align-items: center;
}

.main-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* Optional hover effect */
.main-logo:hover {
    transform: scale(1.05);
}


.hover-blue:hover {
    color: #4a90e2;
    transition: 0.3s ease;
}

.hover-sky:hover {
    color: #5dade2;
    transition: 0.3s ease;
}

.hover-navy:hover {
    color: #2c5d8a;
    transition: 0.3s ease;
}

.hover-cyan:hover {
    color: #38bdf8;
    transition: 0.3s ease;
}

.hover-steel:hover {
    color: #6b8ba4;
    transition: 0.3s ease;
}

/* About */
.aboutVillaSection .badge {
    padding: 10px 18px;
    font-size: 13px;
    letter-spacing: 1px;
}

.aboutVillaSection h1 {
    font-size: 52px;
    font-weight: 700;
    transition: 0.3s ease;
}

.aboutVillaSection h3 {
    font-weight: 300;
    line-height: 1.5;
}

.aboutVillaSection .lead {
    font-size: 16px;
    line-height: 1.9;
}

.aboutVillaSection p {
    line-height: 1.9;
}

/* Feature Box */
.aboutVillaSection .feature {
    display: flex;
    align-items: center;

    background: #ffffff;

    padding: 16px 18px;

    border-radius: 14px;

    transition: all 0.35s ease;

    height: 100%;
    min-height: 95px;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.aboutVillaSection .feature:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Icon */
.aboutVillaSection .feature .icon {
    min-width: 58px;
    min-height: 58px;

    width: 58px;
    height: 58px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 22px;

    background: rgba(74, 144, 226, 0.08);
    color: #4a90e2;

    margin-right: 18px;

    transition: 0.3s ease;
}

.aboutVillaSection .feature:hover .icon {
    background: #4a90e2;
    color: #ffffff;
}

/* Content */
.aboutVillaSection .feature-content {
    flex: 1;
    min-width: 0;
}

.aboutVillaSection .feature-content h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1.5;
}

.aboutVillaSection .feature-content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.7;
}

/* Images */
.aboutVillaSection img {
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
}

.aboutVillaSection img:hover {
    transform: scale(1.03);
}

/* Hover */
.aboutVillaSection .hover-blue:hover {
    color: #4a90e2;
}

/* Animation */
.aboutVillaSection .animated {
    animation-duration: 1.2s;
}

/* Tablet */
@media (max-width: 991px) {

    .aboutVillaSection h1 {
        font-size: 40px;
    }

    .aboutVillaSection h3 {
        font-size: 26px;
    }

    .aboutVillaSection .feature {
        margin-bottom: 20px;
    }

    .aboutVillaSection .lead {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .aboutVillaSection h1 {
        font-size: 32px;
    }

    .aboutVillaSection h3 {
        font-size: 22px;
    }

    .aboutVillaSection .lead {
        font-size: 16px;
        line-height: 1.8;
    }

    .aboutVillaSection .feature {
        padding: 18px;
        border-radius: 12px;
        align-items: center;
    }

    .aboutVillaSection .feature .icon {
        min-width: 50px;
        min-height: 50px;

        width: 50px;
        height: 50px;

        font-size: 18px;

        margin-right: 14px;
    }

    .aboutVillaSection .feature-content h6 {
        font-size: 16px;
    }

    .aboutVillaSection .feature-content p {
        font-size: 13px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {

    .aboutVillaSection h1 {
        font-size: 28px;
    }

    .aboutVillaSection h3 {
        font-size: 20px;
    }

    .aboutVillaSection .feature {
        padding: 16px;
    }

    .aboutVillaSection .feature .icon {
        min-width: 46px;
        min-height: 46px;

        width: 46px;
        height: 46px;

        font-size: 16px;
    }
}

/* About Ends */



.whyVillaSection h1 {
    font-size: 52px;
    font-weight: 700;
}

.whyVillaSection h3 {
    font-weight: 300;
    line-height: 1.5;
}

.villaMomentsWrapper {
    position: relative;
    max-width: 900px;
    margin: 70px auto 0;
}

.villaMomentsWrapper::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 55px;
    /* Stops line before ending section */
    width: 2px;
    background: rgba(74, 144, 226, 0.15);
}

.villaMomentItem {
    position: relative;
    padding-left: 95px;
    margin-bottom: 55px;
}

.momentIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ffffff;
    color: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.35s ease;
    z-index: 2;
}

.villaMomentItem:hover .momentIcon {
    transform: scale(1.08);
    background: #4a90e2;
    color: #ffffff;
}

.momentContent h4 {
    margin-bottom: 12px;
    font-weight: 400;
}

.momentContent p {
    margin-bottom: 0;
    color: #6c757d;
    line-height: 1.9;
    font-size: 16px;
}

.villaEndingText {
    margin-top: 80px;
    padding: 60px 40px;
    border-radius: 24px;
    background: linear-gradient(135deg,
            rgba(74, 144, 226, 0.05),
            rgba(255, 255, 255, 1));
}

.villaEndingText h3 span,.whoWeAreSection h1,.bookingDetailItem h6,.bookingPlatforms h6,.footerTitle {
    text-transform: capitalize;
}

.villaEndingText p {
    max-width: 760px;
    margin: auto;
    line-height: 2;
}

.hover-blue:hover {
    color: #4a90e2;
    transition: 0.3s ease;
}

@media (max-width: 991px) {

    .whyVillaSection h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .whyVillaSection h1 {
        font-size: 32px;
    }

    .whyVillaSection h3 {
        font-size: 22px;
    }

    .villaMomentItem {
        padding-left: 80px;
    }

    .momentIcon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .villaEndingText {
        padding: 40px 25px;
    }
}

/* Section */
.villaContactSection {
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: #f4f9ff;
    padding-bottom: 0;
}

/* Container spacing like Bootstrap container */
.villaContactSection .row {
    margin-left: 0;
    margin-right: 0;
}

.villaContactSection .col-xl-5,
.villaContactSection .col-xl-7 {
    padding-left: 0;
    padding-right: 0;
}

/* Left Content */
.villaContactContent {
    height: 100%;

    padding: 90px 70px;

    background: #ffffff;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Mini Title */
.contactMiniTitle {
    display: inline-block;

    margin-bottom: 18px;

    font-size: 12px;
    font-weight: 400;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #4a90e2;
}

/* Heading */
.villaContactContent h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;

    margin-bottom: 28px;
}

/* Description */
.contactDescription {
    font-size: 16px;
    line-height: 1.9;

    color: #343840;

    margin-bottom: 55px;

    max-width: 520px;
}

/* Contact List */
.villaContactList {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Item */
.villaContactItem {
    display: flex;
    align-items: flex-start;

    padding-bottom: 22px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Modern Theme Icon */
.contactIconWrap {
    position: relative;

    width: 48px;
    height: 48px;

    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 20px;

    color: #4a90e2;

    font-size: 18px;

    overflow: hidden;
}

/* Stylish Shape */
.contactIconWrap::before {
    content: "";

    position: absolute;

    inset: 6px;

    border-radius: 14px;

    background: linear-gradient(135deg,
            rgba(74, 144, 226, 0.08),
            rgba(74, 144, 226, 0.02));

    border: 1px solid rgba(74, 144, 226, 0.12);

    transition: 0.35s ease;
}

/* Prevent full bg overflow */
.villaContactItem:hover .contactIconWrap::before {
    inset: 0;
    border-radius: 16px;

    background: linear-gradient(135deg,
            #4a90e2,
            #6ba7eb);
}

.contactIconWrap i {
    position: relative;
    z-index: 2;
}

.villaContactItem:hover .contactIconWrap {
    color: #ffffff;
}

/* Text */
.contactContent span {
    display: block;

    font-size: 12px;

    letter-spacing: 1.5px;

    color: #343840;

    margin-bottom: 6px;
}

.contactContent h6 {
    margin-bottom: 0;

    font-size: 18px;
    font-weight: 400;
}

.contactContent a {
    display: block;

    color: #1f2937;

    line-height: 1.9;

    transition: 0.3s ease;
}

.contactContent a:hover {
    color: #4a90e2;
    text-decoration: none;
}

/* Right Image */
.villaContactImage {
    position: relative;
    height: 100%;
    min-height: 100vh;
}

.villaContactImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.villaImageContent {
    position: absolute;

    left: 60px;
    bottom: 60px;

    max-width: 500px;

    color: #ffffff;
}

.imageLabel {
    display: inline-block;

    margin-bottom: 18px;

    padding: 10px 18px;

    background: rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(10px);

    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;

}

.villaImageContent h3 {
    font-size: 44px;
    line-height: 1.25;
    font-weight: 400;

    color: #ffffff;
}

.villaImageContent h3 span{
    text-transform: capitalize;
}


/* Tablet */
@media (max-width: 991px) {

    .villaContactContent {
        padding: 70px 45px;
    }

    .villaContactContent h2 {
        font-size: 40px;
    }

    .villaContactImage {
        min-height: 650px;
    }

    .villaImageContent {
        left: 40px;
        bottom: 40px;
    }

    .villaImageContent h3 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .villaContactContent {
        padding: 60px 24px;
    }

    .villaContactContent h2 {
        font-size: 32px;
    }

    .contactDescription {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .villaContactItem {
        padding-bottom: 18px;
    }

    .contactIconWrap {
        width: 42px;
        height: 42px;
        min-width: 42px;

        margin-right: 16px;

        font-size: 16px;
    }

    .contactContent h6 {
        font-size: 16px;
    }

    .villaContactImage {
        min-height: 420px;
    }

    .villaImageContent {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

    .villaImageContent h3 {
        font-size: 26px;
        margin-bottom: 0px;
    }
}

#header.header-horizontal .module-object {
    display: none !important;
}

.logo-item:hover~.selector,
.logo-item .active~.selector {
    display: none !important;
}

/* Prevent selector on first logo item */
.nav-main-horizontal>.logo-item {
    pointer-events: auto;
}

.nav-main-horizontal>.logo-item:hover+.selector {
    display: none !important;
}

.nav-main-horizontal>li>a {
    letter-spacing: 3px;
}

.syrosIslandSection {
    position: relative;
    background: #ffffff;
    padding-bottom: 0rem;
    padding-top: 0rem;
}

/* Images */
.syrosImageWrapper {
    position: relative;
    padding-right: 80px;
    padding-bottom: 80px;
}

.mainIslandImage img {
    width: 100%;
    object-fit: cover;

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

    transition: 0.5s ease;
}

.mainIslandImage img:hover {
    transform: scale(1.02);
}

.floatingIslandImage {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 280px;
}

.floatingIslandImage img {
    width: 100%;

    border: 8px solid #ffffff;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);

    transition: 0.5s ease;
}

.floatingIslandImage img:hover {
    transform: translateY(-6px);
}

/* Floating Badge */
.syrosFloatingBadge {
    position: absolute;

    left: -20px;
    top: 40px;

    background: #ffffff;

    padding: 14px 22px;


    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.syrosFloatingBadge span {
    font-size: 13px;
    font-weight: 400;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #4a90e2;
}

/* Content */
.syrosMiniTitle {
    display: inline-block;

    margin-bottom: 20px;

    color: #4a90e2;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.syrosIslandSection h1 {
    font-size: 52px;
    font-weight: 700;

    line-height: 1.15;

    margin-bottom: 28px;
}

.syrosIslandSection .lead {
    font-size: 18px;
    line-height: 1.9;

    margin-bottom: 28px;
}

.syrosIslandSection p {
    line-height: 1.9;
}

/* Points */
.syrosExperienceList {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.syrosPoint {
    position: relative;

    padding-left: 28px;

    color: #4b5563;

    line-height: 1.8;
}

.syrosPoint span {
    position: absolute;

    left: 0;
    top: 11px;

    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: linear-gradient(135deg,
            #4a90e2,
            #6ba7eb);

    box-shadow: 0 0 0 6px rgba(74, 144, 226, 0.08);
}

/* Hover */
.hover-blue:hover {
    color: #4a90e2;
    transition: 0.3s ease;
}

/* Tablet */
@media (max-width: 991px) {

    .syrosIslandSection h1 {
        font-size: 40px;
    }

    .syrosImageWrapper {
        padding-right: 60px;
        padding-bottom: 60px;
    }

    .floatingIslandImage {
        width: 220px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .syrosIslandSection h1 {
        font-size: 32px;
    }

    .syrosIslandSection .lead {
        font-size: 16px;
    }

    .syrosImageWrapper {
        padding-right: 0;
        padding-bottom: 40px;
    }

    .floatingIslandImage {
        position: relative;

        width: 75%;

        margin-top: -40px;
        margin-left: auto;
    }

    .syrosFloatingBadge {
        left: 15px;
        top: 15px;

        padding: 10px 16px;
    }
}

/* Section */
.premiumBookingSection {
    position: relative;

    background: linear-gradient(180deg,
            #ffffff 0%,
            #f7fbff 100%);

    overflow: hidden;
    padding-bottom: 0px;
}

/* Glow Shapes */
.bookingGlow {
    position: absolute;

    border-radius: 50%;

    filter: blur(120px);

    opacity: 0.45;
}

.glowLeft {
    width: 300px;
    height: 300px;

    background: rgba(74, 144, 226, 0.14);

    top: -100px;
    left: -120px;
}

.glowRight {
    width: 280px;
    height: 280px;

    background: rgba(107, 167, 235, 0.12);

    bottom: -100px;
    right: -80px;
}

/* Wrapper */
.premiumBookingWrapper {
    position: relative;

    padding: 45px 40px;


    background: rgba(255, 255, 255, 0.78);

    backdrop-filter: blur(14px);

    border: 1px solid rgba(255, 255, 255, 0.7);

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.06);
}

/* Label */
.bookingLabel {
    display: inline-block;

    margin-bottom: 16px;

    font-size: 11px;
    font-weight: 400;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #4a90e2;
}

/* Heading */
.premiumBookingSection h1 {
    font-size: 40px;
    font-weight: 700;

    line-height: 1.15;

    margin-bottom: 24px;

    color: #111827;
}

/* Lead */
.bookingLead {
    font-size: 16px;
    line-height: 1.9;

    color: #374151;

    margin-bottom: 18px;
}

/* Description */
.bookingText {
    font-size: 15px;

    color: #343840;

    line-height: 1.9;

    margin-bottom: 38px;

    max-width: 520px;
}

/* Details */
.bookingDetailsList {
    display: flex;
    flex-direction: column;

    gap: 22px;
}

/* Item */
.bookingDetailItem {
    display: flex;
    align-items: flex-start;
}

/* Dot */
.bookingDot {
    position: relative;

    width: 12px;
    height: 12px;

    min-width: 12px;

    margin-right: 16px;
    margin-top: 9px;

    border-radius: 50%;

    background: linear-gradient(135deg,
            #4a90e2,
            #6ba7eb);
}

.bookingDot::after {
    content: "";

    position: absolute;

    inset: -6px;

    border-radius: 50%;

    border: 1px solid rgba(74, 144, 226, 0.14);
}

/* Detail Content */
.bookingDetailItem h6 {
    font-size: 16px;
    font-weight: 400;

    margin-bottom: 6px;

    color: #111827;
    font-family: "Montserrat", sans-serif;
}

.bookingDetailItem p {
    font-size: 14px;

    margin-bottom: 0;

    color: #343840;

    line-height: 1.8;
}

/* Signature */
.bookingSignature {
    margin-top: 42px;
}

.bookingSignature h4 {
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 6px;

    color: #111827;
}

.bookingSignature span {
    font-size: 14px;

    color: #343840;
}

/* Right Visual */
.bookingVisualWrapper {
    position: relative;

    padding-right: 80px;
    padding-bottom: 80px;
}

/* Main Image */
.bookingMainImage img {
    width: 100%;


    object-fit: cover;

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.08);

    transition: 0.5s ease;
}

.bookingMainImage img:hover {
    transform: scale(1.02);
}

/* Floating Image */
.bookingFloatingImage {
    position: absolute;

    right: -20px;
    bottom: -20px;

    width: 320px;

    z-index: 3;
}

.bookingFloatingImage::before {
    content: "";

    position: absolute;

    inset: -12px;


    background: linear-gradient(135deg,
            rgba(74, 144, 226, 0.12),
            rgba(255, 255, 255, 0.4));

    z-index: -1;
}

.bookingFloatingImage img {
    width: 100%;


    object-fit: cover;

    border: 10px solid #ffffff;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.14);

    transition: all 0.5s ease;
}

.bookingFloatingImage img:hover {
    transform: translateY(-10px) scale(1.02);
}

/* Tablet */
@media (max-width: 991px) {

    .premiumBookingWrapper {
        padding: 60px 45px;
    }

    .premiumBookingSection h1 {
        font-size: 34px;
    }

    .bookingLead {
        font-size: 15px;
    }

    .bookingText {
        font-size: 14px;
    }

    .bookingVisualWrapper {
        margin-top: 20px;
    }

    .bookingFloatingImage {
        width: 270px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .premiumBookingWrapper {
        padding: 45px 22px;

    }

    .premiumBookingSection h1 {
        font-size: 30px;
    }

    .bookingLead {
        font-size: 15px;
    }

    .bookingText {
        font-size: 14px;

        margin-bottom: 32px;
    }

    .bookingDetailsList {
        gap: 18px;
    }

    .bookingDetailItem h6 {
        font-size: 15px;
    }

    .bookingDetailItem p {
        font-size: 13px;
    }

    .bookingSignature {
        margin-top: 35px;
    }

    .bookingSignature h4 {
        font-size: 22px;
    }

    .bookingVisualWrapper {
        padding-right: 0;
        padding-bottom: 40px;
    }

    .bookingFloatingImage {
        position: relative;

        width: 82%;

        right: auto;
        bottom: auto;

        margin-left: auto;
        margin-top: -50px;
    }
}


.bookingContactLink {
    display: inline-flex;
    align-items: center;

    margin-top: 12px;

    font-size: 14px;
    font-weight: 400;

    color: #4a90e2;

    transition: 0.3s ease;
}

.bookingContactLink i {
    margin-left: 8px;

    font-size: 12px;

    transition: 0.3s ease;
}

.bookingContactLink:hover {
    color: #2563eb;

    text-decoration: none;
}

.bookingContactLink:hover i {
    transform: translateX(4px);
}

.villaFooter {
    position: relative;
    background: #4a4a49;
    padding: 110px 0 40px;
    overflow: hidden;
}

.villaFooter::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(72, 163, 255, 0.08);
    border-radius: 50%;
    filter: blur(40px);
}

.footerMiniTitle {
    display: inline-block;
    color: #7dc3ff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 13px;
}

.villaFooter h3 {
    color: #fff;
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.villaFooter p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
    font-size: 15px;
}

.footerTitle {
    color: #fff;
    margin-bottom: 28px;
    font-size: 18px;
    letter-spacing: 1px;
}

.footerLinks {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footerLinks li {
    margin-bottom: 14px;
}

.footerLinks li a {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s ease;
    text-decoration: none;
}

.footerLinks li a:hover {
    color: #7dc3ff;
    padding-left: 6px;
}

.footerContactInfo {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footerContactInfo a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footerContactInfo a:hover {
    color: #7dc3ff;
}

.footerBottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.footerBottom p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.media-box .image img {
    border-radius: 0 !important;
}

.villaIntroSection {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.villaOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.villaIntroSection .container {
    position: relative;
    z-index: 2;
}

/* Content Box */
.villaContentBox {
    position: relative;
    z-index: 3;

    /* background: #ADABA8; */
    /* background: #b1b1b1; */
    /* background: rgba(177, 177, 177, 0.78); */
    background: rgba(#dbafaf, 0.78);

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    border: 1px solid rgba(255, 255, 255, 0.05);

    border-radius: 28px;

    padding: 55px;

    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);

    max-width: 760px;
}

/* Small Title */
.villaMiniTitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 18px;
}

/* Main Heading */
.hover-blueWelcome {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.08;
    color: #ffffff;
    margin-bottom: 24px;
    transition: 0.4s ease;
}

/* Subtitle */
.villaSubTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 22px;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 2px;
}

/* Main Description */
.villaDescription {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 18px;
}

/* Small Description */
.villaDescriptionSmall {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 16px;
}

/* Button */
.villaBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 50px;
    background: #ffffff;
    color: rgb(52, 56, 64);
    font-size: 15px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    margin-top: 12px;
    transition: all 0.35s ease;
}


/* Responsive */
@media (max-width: 991px) {
    .villaContentBox {
        padding: 40px;
    }

    .hover-blue {
        font-size: 52px;
    }

    .villaSubTitle {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .villaContentBox {
        padding: 28px;
        border-radius: 22px;
    }

    .hover-blue {
        font-size: 38px;
    }

    .villaSubTitle {
        font-size: 18px;
    }

    .villaDescription,
    .villaDescriptionSmall {
        font-size: 15px;
        line-height: 1.7;
    }

    .villaBtn {
        width: 100%;
    }
}

/* =========================
   Scroll Top Button
========================= */

.scrollTopBtn {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    /* background: rgba(7, 20, 31, 0.92); */
    background: #4a4a49;
    /* color: #7dc3ff; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    border: 1px solid rgba(125, 195, 255, 0.15);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.scrollTopBtn:hover {
    background: #7dc3ff;
    color: #07141f;
    transform: translateY(-4px);
}

.scrollTopBtn.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Mobile */
@media(max-width:767px) {

    .scrollTopBtn {
        width: 48px;
        height: 48px;
        right: 20px;
        bottom: 20px;
        font-size: 20px;
    }

}



/* =========================
   INTERIOR SLIDER
========================= */

.interiorSliderSection {
    overflow: hidden;
    padding: 3rem 0 0;
}

.interiorSliderSection h3 span{
    text-transform: capitalize;
}

/* FIX FOR SLICK OVERFLOW */

.interiorSlider .slick-list {
    overflow: visible !important;
}

.interiorSlider .slick-track {
    display: flex;
}

.interiorSlideWrap {
    padding: 0 12px;
}

.interiorSlideItem {
    position: relative;
    display: block;
    overflow: hidden;
    height: 620px;
    background: #111827;
}

/* IMAGE */

.interiorSlideItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease;
}

/* CONTENT */

.interiorSlideContent {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px;
    background: linear-gradient(to top,
            rgba(4, 15, 32, 0.95),
            rgba(4, 15, 32, 0.2),
            transparent);
}

.interiorSlideContent span {
    color: #5ea8ff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.interiorSlideContent h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    transition: 0.4s ease;
}

/* HOVER */

.interiorSlideItem:hover img {
    transform: scale(1.08);
}



/* PREMIUM BORDER */

.interiorSlideItem::before {
    content: "";
    position: absolute;
    inset: 0;
    /* border: 1px solid rgba(94,168,255,0); */
    transition: 0.5s ease;
    z-index: 2;
    pointer-events: none;
}

.interiorSlideItem:hover::before {
    border-color: rgba(94, 168, 255, 0.8);
    box-shadow: inset 0 0 40px rgba(94, 168, 255, 0.15);
}

/* =========================
   SLICK ARROWS
========================= */

.slick-slider .slick-prev,
.slick-slider .slick-next {
    width: 50px;
    height: 50px;
    /* background: rgba(10, 25, 47, 0.75) !important; */
    background: #4a4a49 !important;
    border: 1px solid rgba(94, 168, 255, 0.25);
    border-radius: 4px;
    z-index: 20;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    opacity: 0;
}

/* SHOW ARROWS ON HOVER */

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    opacity: 1;
}

/* .slick-slider .slick-prev {
    left: 25px;
}

.slick-slider .slick-next {
    right: 25px;
} */

/* HOVER */

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    background: #5ea8ff !important;
    border-color: #5ea8ff;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

/* ICONS */

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-size: 24px;
    color: #fff;
    opacity: 1;
}

/* =========================
   DOTS
========================= */

.interiorSlider .slick-dots {
    bottom: -55px;
}

.interiorSlider .slick-dots li button:before {
    color: #5ea8ff;
    font-size: 10px;
    opacity: 0.4;
}

.interiorSlider .slick-dots li.slick-active button:before {
    color: #5ea8ff;
    opacity: 1;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 991px) {

    .interiorSlideItem {
        height: 500px;
    }

    .interiorSlider .slick-prev,
    .interiorSlider .slick-next {
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 576px) {

    .interiorSlideItem {
        height: 380px;
    }

    .interiorSlideContent {
        padding: 25px;
    }

    .interiorSlideContent h3 {
        font-size: 24px;
    }

    .interiorSlider .slick-prev {
        left: 10px;
    }

    .interiorSlider .slick-next {
        right: 10px;
    }
}

body,
.btn,
.whyVillaSection h3,
.bookingDetailItem h6,
.momentContent h4,
.aboutVillaSection .feature-content h6,
.aboutVillaSection h3,
.interiorSliderSection h3,
.footerTitle,
#testimonials h6,
.contactContent h6,.slide-content span {
    font-family: "Montserrat", sans-serif !important;
    /* color : #4a4a49 !important */
}


#who-we-are h1,
#testimonials h1,
#booking h1,
#about-villa h1,
.interiorSliderSection h1,
#home h1 {
    font-size: 52px;
}

#header.header-horizontal.dark,
.dark-overlay .animsition-overlay-slide,
.pswp__bg {
    background-color: #4a4a49 !important;
}

.footer-link {
    display: block;

}

/* TITLE */

.slide-content h1 {
    display: inline-block;
    padding: 12px 26px;

    background: rgba(7, 20, 38, 0.22);

    border: 1px solid rgba(255, 255, 255, 0.06);

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.12);
    margin-bottom: 0dvh;
}

/* SUBTITLE */

.slide-content span {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}



/* =========================
   SYROS ISLAND SECTION
========================= */

.syrosIslandSection {
    overflow: hidden;
}

/* IMAGE */

.syrosIslandSection .villaContactImage {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.syrosIslandSection .villaContactImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */

.syrosIslandContent {
    padding: 40px 70px 60px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* =========================
   MODERN POINTS
========================= */

.syrosModernPoints {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.syrosModernPoint {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    padding: 18px;

    background: rgba(94, 168, 255, 0.04);

    border: 1px solid rgba(94, 168, 255, 0.08);

    transition: 0.4s ease;

    min-height: 100%;
}

.syrosModernPoint i {
    color: #5ea8ff;
    font-size: 18px;
    margin-top: 4px;
    min-width: 18px;
}

.syrosModernPoint h6 {
    margin-bottom: 6px;
    font-size: 15px;
    text-transform: capitalize;
}

.syrosModernPoint p {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}

.syrosModernPoint:hover {
    border-color: rgba(94, 168, 255, 0.35);
    transform: translateY(-4px);
    background: rgba(94, 168, 255, 0.07);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 1400px) {

    .syrosIslandContent {
        padding: 70px 50px;
    }
}

@media(max-width: 1199px) {

    .syrosModernPoints {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 991px) {

    .syrosIslandSection .villaContactImage {
        height: 500px;
    }

    .syrosIslandContent {
        padding: 60px 30px;
    }

    .syrosModernPoints {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {

    .syrosModernPoints {
        grid-template-columns: 1fr;
    }

    .syrosIslandSection .villaContactImage {
        height: 380px;
    }

    .syrosIslandContent {
        padding: 50px 20px;
    }

    .syrosModernPoint {
        padding: 16px;
    }
}

#who-we-are section {
    padding-bottom: 40px !important;
}

p.lead{
    font-size: 16px ;
    line-height: 1.9;
    color: #343840 !important;
}

/* =========================
   PRIVACY POLICY PAGE
========================= */

/* .privacyPolicySection {
    background: #4a4a49;
    min-height: 100vh;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
} */

.privacyPolicySection{
    padding: 0rem 0 3rem;
}



/* subtle blue glow */

/* .privacyPolicySection::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -100px;
    width: 420px;
    height: 420px;
    background: rgba(94,168,255,0.06);
    filter: blur(120px);
    pointer-events: none;
} */

/* wrapper */

/* .privacyPolicyWrapper {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
} */

/* content */

.privacyContent {
    margin-top: 20px;
}

/* headings */
.privacyPolicyWrapper h1 {
    color: #7dc3ff !important;
    margin-top: 0;
    font-size: 22px;
}

.privacyContent h2 {
    color: #7dc3ff;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.privacyContent h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
}

/* text */

.privacyContent p,
.privacyContent li {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 1.2rem;
}

/* lists */

.privacyContent ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.privacyContent li {
    margin-bottom: 10px;
}

/* links */

.privacyContent a {
    color: #7dc3ff;
    text-decoration: none;
    transition: 0.3s ease;
}


/* divider spacing */

.privacyContent h2:first-of-type {
    margin-top: 40px;
    font-size: 20px;
}

/* responsive */

@media(max-width: 991px){


    .privacyContent h2 {
        font-size: 20px;
    }
}

@media(max-width: 576px){



    .privacyContent h2 {
        font-size: 26px;
        line-height: 1.4;
    }

    .privacyContent h4 {
        font-size: 20px;
    }

    .privacyContent p,
    .privacyContent li {
        font-size: 15px;
        line-height: 1.5;
    }
}


.noAnimsition {
    position: relative;
    z-index: 9999;
}

.animsition-overlay-slide {
    pointer-events: none;
}

/* HERO OVERLAY */

.villaOverlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(74, 74, 73, 0.92) 0%,
        rgba(74, 74, 73, 0.82) 25%,
        rgba(74, 74, 73, 0.72) 45%,
        rgba(74, 74, 73, 0.45) 62%,
        rgba(74, 74, 73, 0.15) 78%,
        rgba(74, 74, 73, 0) 100%
    );

    z-index: 1;
}


/* =========================
   MODERN FEATURE SECTION
========================= */

.villaFeatureModernSection {
    position: relative;
}

/* CARD */

.villaFeatureCard {
    position: relative;
    overflow: hidden;

    background: rgba(255,255,255,0.02);

    border: 1px solid rgba(0, 0, 0, .125);
    transition: 0.45s ease;

    height: 100%;
}

/* IMAGE */

.villaFeatureImage {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.villaFeatureImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: 0.7s ease;
}

/* OVERLAY */

.villaFeatureOverlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(4, 15, 32, 0.65),
        transparent
    );
}

/* CONTENT */

.villaFeatureContent {
    padding: 32px;
    position: relative;
}

/* ICON */

.villaFeatureIcon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(94,168,255,0.08);

    border: 1px solid rgba(94,168,255,0.14);

    margin-bottom: 22px;
    display: none;
}

.villaFeatureIcon i {
    color: #7dc3ff;
    font-size: 22px;
}

/* TEXT */

.villaFeatureContent h4 {
    margin-bottom: 14px;
    transition: 0.4s ease;
}

.villaFeatureContent p {
    margin-bottom: 0;
    line-height: 1.8;
}

/* HOVER */

.villaFeatureCard:hover {
    transform: translateY(-8px);
    border-color: rgba(94,168,255,0.28);
}

.villaFeatureCard:hover img {
    transform: scale(1.02);
}



/* RESPONSIVE */

@media(max-width: 991px){

    .villaFeatureImage {
        height: 240px;
    }
}

@media(max-width: 576px){

    .villaFeatureContent {
        padding: 20px;
    }

    .villaFeatureImage {
        height: 220px;
    }
}


/* Modal Background */
.privacy-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.7);
}

/* Modal Box */
.privacy-modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 40px;
    width: 90%;
    max-width: 900px;
    border-radius: 10px;
    position: relative;
}

/* Scrollable Content */
.privacy-scroll {
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 20px; /* space between scrollbar and content */
    margin-top: 20px;
}

/* Close Button */
.close-privacy {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 42px; /* bigger icon */
    font-weight: 300;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

/* =========================
   BOOKING PLATFORMS
========================= */

.bookingPlatforms {
    margin-top: 30px;
}

.bookingPlatforms h6 {
    margin-bottom: 24px;
    font-size: 18px;
}

/* TOP LOGOS */

.bookingPlatformsTop {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.bookingPlatformItem {
    width: 140px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(125,195,255,0.7);

    transition: 0.35s ease;
    overflow: hidden;
}

.bookingPlatformItem img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.bookingPlatformItem:hover {
    border-color: rgba(175, 211, 242, 0.35);

    transform: translateY(-4px);

    background: rgba(125,195,255,0.04);
}

/* GRID */

.bookingPlatformsGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bookingPlatformsGrid a {
    padding: 10px 16px;

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(125,195,255,0.08);

    color: rgba(255,255,255,0.78);

    font-size: 13px;
    letter-spacing: 1px;

    text-decoration: none;

    transition: 0.35s ease;
}

.bookingPlatformsGrid a:hover {
    color: #7dc3ff;

    border-color: rgba(125,195,255,0.3);

    background: rgba(125,195,255,0.05);

    transform: translateY(-2px);
}

/* RESPONSIVE */

@media(max-width: 767px){

    .bookingPlatformsTop {
        flex-wrap: wrap;
    }

    .bookingPlatformItem {
        width: calc(50% - 10px);
    }
}

/* =========================
   WHO WE ARE SECTION
========================= */

.whoWeAreSection {
    padding: 100px 0;
}

.media-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.media-box .image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* =========================
   PLAY BUTTON
========================= */

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 90px;
    height: 90px;

    border-radius: 50%;
    border: none;

    background: rgba(255,255,255,0.9);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 5;

    transition: 0.3s ease;
}

.btn-play i {
    font-size: 28px;
    color: #000;
}

.btn-play:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

/* =========================
   OWNER CARD
========================= */

.luxuryOwnerCard {
    display: flex;
    margin: 40px 0 20px;
}

/* =========================
   IMAGE WRAPPER
========================= */

.ownerImageWrapper {
    position: relative;
    /* width: 230px; */
    /* height: 230px; */
    transition: 0.4s ease;
    overflow: hidden;
}



/* =========================
   IMAGE
========================= */

.ownerProfileImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    display: block;
}

/* =========================
   HOVER EFFECT
========================= */

.ownerImageWrapper:hover {
    transform: translateY(-6px);
    box-shadow:
        0 25px 70px rgba(74, 144, 226, 0.18),
        0 15px 30px rgba(0,0,0,0.10);
}



/* =========================
   ABOUT CONTENT
========================= */

.aboutContent .lead {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

/* =========================
   MODAL FIX
========================= */


/* =========================
   RESPONSIVE
========================= */

@media(max-width: 767px) {

    .whoWeAreSection {
        padding: 60px 0;
    }

    .ownerProfileBox {
        width: 100%;
    }

    .modal iframe {
        height: 280px;
    }

    .btn-play {
        width: 70px;
        height: 70px;
    }

}

/* =========================
   VIDEO SECTION
========================= */

.videoSection {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.videoSection img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* =========================
   PLAY BUTTON
========================= */

.customPlayBtn {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 90px;
    height: 90px;

    border-radius: 50%;
    border: none;

    background: rgba(255,255,255,0.92);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 5;

    transition: 0.3s ease;
}

.customPlayBtn i {
    font-size: 28px;
    color: #000;
}

.customPlayBtn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

/* =========================
   VIDEO POPUP
========================= */

.customVideoPopup {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.88);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: 0.3s ease;

    z-index: 999999;
}

.customVideoPopup.active {
    opacity: 1;
    visibility: visible;
}

/* =========================
   VIDEO CONTENT
========================= */
.videoPopupContent {
    position: relative;

    width: 90%;
    max-width: 1000px;

    border-radius: 20px;

    overflow: visible;
}

/* =========================
   YOUTUBE VIDEO
========================= */

.videoPopupContent iframe {
    width: 100%;
    height: 560px;

    border: 0;

    border-radius: 20px;

    background: #000;

    display: block;
}

/* =========================
   PREMIUM CLOSE BUTTON
========================= */

.closeVideoBtn {
    position: absolute;

    top: 8px;
    right: 15px;

    width: 50px;
    height: 50px;

    border-radius: 50%;
    border: none;

    background: rgba(0,0,0,0.65);

    backdrop-filter: blur(10px);

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 99999999;

    cursor: pointer;
}

.closeVideoBtn span {
    color: #fff;
    font-size: 34px;
    line-height: 1;

    margin-top: -3px;
}

/* HOVER */

.closeVideoBtn:hover {
    background: #fff;
    transform: scale(1.02);
}

.closeVideoBtn:hover span {
    color: #000;
}

/* =========================
   MOBILE
========================= */

@media(max-width: 767px) {

    .videoPopupContent iframe {
        height: 250px;
    }

    .customPlayBtn {
        width: 70px;
        height: 70px;
    }

    .closeVideoBtn {
        top: -55px;
        width: 42px;
        height: 42px;
    }

    .closeVideoBtn span {
        font-size: 30px;
    }

}

/* =========================
   REVIEW SECTION
========================= */

.luxuryReviewSection {
    overflow: hidden;
}

/* =========================
   SLIDE SPACING
========================= */

.reviewSlide {
    padding: 15px;
}

/* =========================
   REVIEW CARD
========================= */

.reviewCard {
    background: #fff;

    border-radius: 32px;

    padding: 45px;

    min-height: 420px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-shadow:
        0 15px 50px rgba(74, 144, 226, 0.08),
        0 8px 25px rgba(0,0,0,0.05);

    transition: 0.4s ease;
}

.reviewCard:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 60px rgba(74, 144, 226, 0.15),
        0 12px 30px rgba(0,0,0,0.08);
}

/* =========================
   QUOTE ICON
========================= */

.reviewQuote i {
    font-size: 42px;
    color: #4a90e2;
}

/* =========================
   REVIEW TEXT
========================= */

.reviewContent {
    margin: 30px 0;
}

.reviewContent p {
    font-size: 17px;

    line-height: 2;

    color: #555;

    margin: 0;
}

/* =========================
   BOTTOM
========================= */

.reviewBottom {
    border-top: 1px solid rgba(74,144,226,0.12);

    padding-top: 22px;
}

.reviewUser h5 {
    margin-bottom: 5px;

    font-size: 20px;

    color: #111;
}

.reviewUser span {
    color: #777;
}

/* =========================
   SLICK ARROWS
========================= */

.reviewSlider .slick-arrow {
    width: 58px;
    height: 58px;

    border-radius: 50%;

    background: #fff !important;

    box-shadow:
        0 10px 30px rgba(74, 144, 226, 0.14);

    z-index: 20;

    transition: 0.3s ease;
}

.reviewSlider .slick-arrow:hover {
    background: #4a90e2 !important;
}

.reviewSlider .slick-arrow:hover:before {
    color: #fff;
}

.reviewSlider .slick-prev {
    left: -80px;
}

.reviewSlider .slick-next {
    right: -80px;
}

.reviewSlider .slick-arrow:before {
    color: #4a90e2;

    font-size: 24px;

    opacity: 1;
}

/* =========================
   MOBILE
========================= */

@media(max-width: 991px) {

    .reviewSlider .slick-prev {
        left: 10px;
    }

    .reviewSlider .slick-next {
        right: 10px;
    }

}

@media(max-width: 767px) {

    .reviewCard {
        padding: 30px;

        min-height: auto;
    }

    .reviewContent p {
        font-size: 15px;
        line-height: 1.9;
    }

}

/* =========================
   MAP SECTION
========================= */

.villaMapSection {
    background: #f8fbff;
}

.villaMapWrapper {
    position: relative;

    border-radius: 30px;

    overflow: hidden;

    box-shadow:
        0 20px 60px rgba(74,144,226,0.12);
}

.villaMapWrapper iframe {
    width: 100%;
    height: 550px;

    border: 0;

    display: block;
}

/* =========================
   MAP INFO CARD
========================= */

.villaMapInfo {
    position: absolute;

    left: 30px;
    bottom: 30px;
}

.mapInfoCard {
    background: rgba(255,255,255,0.95);

    backdrop-filter: blur(10px);

    border-radius: 20px;

    padding: 20px 25px;

    display: flex;
    align-items: center;
    gap: 15px;

    min-width: 300px;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.10);
}

.mapInfoCard i {
    font-size: 32px;

    color: #4a90e2;
}

.mapInfoCard h5 {
    margin-bottom: 6px;
}

.mapInfoCard p {
    margin-bottom: 8px;

    color: #777;
}

.mapInfoCard a {
    color: #4a90e2;

    font-weight: 600;
}

/* MOBILE */

@media(max-width:768px){

    .villaMapWrapper iframe{
        height:400px;
    }

    .villaMapInfo{
        left:15px;
        right:15px;
        bottom:15px;
    }

    .mapInfoCard{
        min-width:auto;
        width:100%;
    }

}

@media(max-width:576px){

    #who-we-are h1, #testimonials h1, #booking h1, #about-villa h1, .interiorSliderSection h1, #home h1 {
        font-size: 38px;
    }
    .villaFooter h3,.reviewQuote i{
        font-size: 34px;
    }
    .reviewContent,.luxuryOwnerCard{
      margin: 20px 0;
    }
    #who-we-are h1{
        margin:15px 0;
    }
    .slide-content h1{
        padding: 12px;
    }

}

img {
    -webkit-user-drag: none;
    user-select: none;
}
body {
    user-select: none;
    -webkit-user-select: none;
}

/* Make all slides equal height */
.reviewSlider .slick-track {
    display: flex !important;
}

.reviewSlider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.reviewSlider .slick-slide > div {
    width: 100%;
    display: flex;
}

/* Review Card */
.reviewCard {
    width: 100%;
    min-height: 450px; /* Adjust as needed */

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-logo{
    height: 120px;
}