body {
    overflow: hidden !important;
    max-width: 100%;
}

header,
.navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    /* High value ensures it's always on top */
}

.nav-item-children {
    min-width: 280px;
}

.mask-text .split-unit {
    overflow: visible;
}

.hover\:text-primary:hover .is-active a,
.hover\:text-primary:hover,
.is-active a.hover\:text-primary {
    color: var(--lqd-color-blue-700);
}

/* .is-stuck .navbar-collapse .main-nav>li>a
{
    color: var(--lqd-color-primary);
} */
/* 
.is-stuck .navbar-collapse .main-nav>li>a {
    color: var(--lqd-color-black);
} */

.w-55percent {
    width: 60%;
}

.w-45percent {
    width: 40%;
}

.text-88 {
    font-size: 80px;
}

.leading-0\/9em {
    line-height: 1;
}

.text-white-60 {
    color: rgba(255, 255, 255, 1);
}

.iconbox p {
    line-height: 24px;
    margin-top: 15px;
}

.hover\:text-black:hover {
    color: black;
}

.p-rl {
    padding-left: 15px;
    padding-right: 15px;
}

.contact .module-form {
    padding: 0 0 0 5%;
}

.ld-fancy-heading h6 {
    padding-bottom: 0 !important;
}

svg:hover {
    fill: var(--lqd-color-blue-700);
}


.island-buying {
    /* background: url(../images/demo/company/island-buying.jpeg) no-repeat rgba(0, 0, 0, 0.3); */
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-blend-mode: saturation;
}

.island-selling {
    /* background: url(../images/demo/company/island-selling.jpeg) no-repeat rgba(0, 0, 0, 0.4); */
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-blend-mode: saturation;
}

.island-rental {
    /* background: url(../images/demo/company/island-rental.jpeg) no-repeat rgba(0, 0, 0, 0.3); */
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-blend-mode: saturation;
}

.island-conversion {
    /* background: url(../images/demo/company/island-conversion.jpeg) no-repeat rgba(0, 0, 0, 0.4); */
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-blend-mode: saturation;
}

.services-bg {
    background: url(../images/demo/company/services-bg.jpg) no-repeat bottom center rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-blend-mode: saturation;
}

.steps-bg {
    background: url(../images/demo/company/island-index.jpg) no-repeat bottom center rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-blend-mode: saturation;
}

.consultation .ld-flipbox-face {
    background-color: #ffffff;
}

.text-25 {
    font-size: 25px;
}

.btn-animate {
    transition: all 0.3s ease;
}

.btn-animate:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(72, 202, 228, 0.8);
}

.btn-animate-round {
    transition: all 0.3s ease;
    border-radius: 50%;
}

.btn-animate-round:hover {
    border-radius: 50%;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 234, 255, 0.8);
}

.parallax {
    /* background-image: url('images/island-bg.jpg'); */
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.floating {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero-slider,
.swiper,
.swiper-wrapper,
.slider-wrap {
    overflow: visible !important;
}

/* Hero Section */
.hero-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
}

/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* Content */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Background image inside each slide */
.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 10s ease-in-out;
}

/* Ken Burns Active Slide */
.swiper-slide-active .slide-bg {
    transform: scale(1.2);
    /* zoom in */
}

/* Dark overlay for readability */

/* Content */
.hero-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

/* .hero-content h1 {
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
} */

.btn-grad {
    background-image: linear-gradient(to right, #F7971E 0%, #FFD200 51%, #F7971E 100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* box-shadow: 0 0 20px #eee;
    border-radius: 10px; */
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


/* Pagination */
.swiper-pagination {
    bottom: 10% !important;
    z-index: 1000;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #FF7F50;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    svg {
        height: 50% !important;
        width: 50% !important;
    }
}

/* Custom Arrows with Font Awesome */
.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: 0.3s;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: #fff;
    font-size: 1.5rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #FF7F50;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.hero-content {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.6s ease;
}

/* Show only active slide content */
.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
}



/* Background Animations */
.sun {
    position: absolute;
    top: 3%;
    left: 18%;
    width: 100px;
    animation: spinRays 25s linear infinite;
    z-index: 100;
}

@keyframes spinRays {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cloud {
    position: absolute;
    top: 2%;
    right: -150px;
    width: 120px;
    animation: cloudFloat 120s linear infinite;
    z-index: 100;
}

@keyframes cloudFloat {
    from {
        right: -150px;
    }

    to {
        right: 110%;
    }
}

.ship {
    position: absolute;
    bottom: 30px;
    right: -200px;
    width: 160px;
    animation: shipMove 60s linear infinite;
    z-index: 100;
}

@keyframes shipMove {
    from {
        right: -200px;
        transform: translateY(0);
    }

    50% {
        transform: translateY(12px);
    }

    to {
        right: 110%;
        transform: translateY(0);
    }
}

/* Boat */
.boat {
    position: absolute;
    bottom: 20px;
    left: -150px;
    width: 120px;
    animation: boatMove 25s linear infinite;
    z-index: 100;
}

@keyframes boatMove {
    from {
        left: -150px;
        bottom: 20px;
    }

    to {
        left: 110%;
        bottom: 50px;
    }
}

/* Waves */
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 250px;
    background: url('../images/demo/company/wave.svg') repeat-x;
    background-size: 100% 250px;
    animation: waveAnim 10s linear infinite;
    z-index: 10;
}

@keyframes waveAnim {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.contact .module-form {
    z-index: 100;
}

.f-row-h {
    max-height: 250px;
}

/* Ocean wrapper above footer */
.footer-ocean {
    position: relative;
    width: 100%;
    height: 160px;
    /* height of ocean effect */
    overflow: hidden;
    background: transparent;
}

/* Waves */
.wave-f {
    position: absolute;
    bottom: 0;
    width: 200%;
    height: 200px;
    background: url('../images/demo/company/wave.svg') repeat-x;
    background-size: 3000px 200px;
    opacity: 0.25;
}

.wave1 {
    animation: waveMove 10s linear infinite;
}

.wave2 {
    bottom: 0px;
    opacity: 0.35;
    animation: waveMove 20s linear infinite;
}

@keyframes waveMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Boat */
.boat-f {
    position: absolute;
    bottom: 40px;
    left: -120px;
    width: 90px;
    height: 30px;
    background: #2d67b3;
    border-radius: 0 0 20px 20px;
    animation: moveBoat 50s linear infinite;
    opacity: 0.85;
}

.boat-f::before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 50px solid #EAEAEA;
}

@keyframes moveBoat {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(120vw);
    }
}

/* Ship */
.ship-f {
    position: absolute;
    bottom: 30px;
    left: -200px;
    width: 150px;
    height: 50px;
    background: #2d67b3;
    border-radius: 0 0 30px 30px;
    animation: moveShip 80s linear infinite;
    opacity: 0.9;
}

.ship-f::before {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 70px solid #F2F2F2;
}

@keyframes moveShip {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(130vw);
    }
}

.bg-island-sales {
    background: url(../images/demo/company/bahamas-island.jpg) no-repeat rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-blend-mode: saturation;
}

.bg-island-rental {
    background: url(../images/demo/company/pujada-island.jpg) no-repeat rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-blend-mode: saturation;
}


.bg-investment {
    background: url(../images/demo/company/palawan-island.jpg) no-repeat rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-blend-mode: saturation;
}

.bg-global-network {
    background: url(../images/demo/company/king-paradise-island.jpg) no-repeat rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-blend-mode: saturation;
}

.bg-trans-black {
    background-color: rgba(0, 0, 0, 0.5);
}

.m-ht {
    min-height: 400px;
}

.shadow-md {
    background-color: white;
    border-radius: 10px;
    min-height: 500px;
}

.lqd-fb-style-1-3 .lqd-fb-content h6 {
    font-size: 22px;
}

.lqd-fb-style-1-3 .lqd-fb-content p {
    font-size: 18px;
}

/* Background video styling */
/* Video section container */
.video-section {
    position: relative;
    height: 80vh;
    /* full-screen height, adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Background video inside section */
.video-section .cta-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
}

/* Optional gradient overlay */
.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.6));
    z-index: 0;
}

/* Section content */
.video-section .cta-content {
    position: relative;
    z-index: 1;
}

/* Fade-in animation */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.text-50 {
    font-size: 48px;
}

.tab-items .lqd-tabs-style-3 .lqd-tabs-nav li a:after {
    background-color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {


    /* responsive code
X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

    /* Small devices (landscape phones, 576px and up) */
    @media (max-width: 480px) and (min-width: 320px) {

        .sm-d-none,
        .swiper-button-next,
        .swiper-button-prev {
            display: none !important;
        }

        .banner {
            padding: 0;
        }

        .hero-slider {
            width: 100%;
            height: 50vh;
        }

        .hero-content {
            width: 70%;
            top: 80%;
            left: 20%;
        }

        .hero-content .text-50 {
            font-size: 30px !important;
            line-height: 40px;
        }

        .hero-content .text-22 {
            font-size: 18px !important;
            line-height: 24px;
        }

        .thin-fixed-bg {
            padding: 20px 35px;
        }

        h2.ld-fh-element {
            font-size: 22px;
        }

        p.ld-fh-element {
            font-size: 18px;
        }

        .mb-2\/5em {
            margin-bottom: 0 !important;
        }
    }

    @media (max-width: 576px) {

        .sm-d-none,
        .swiper-button-next,
        .swiper-button-prev {
            display: none !important;
        }

        .banner {
            padding: 0;
        }

        .hero-slider {
            width: 100%;
            height: 50vh;
        }

        .hero-content {
            width: 70%;
            top: 80%;
            left: 20%;
        }

        .hero-content .text-50 {
            font-size: 30px !important;
            line-height: 40px;
        }

        .hero-content .text-22 {
            font-size: 14px !important;
            line-height: 20px !important;
        }

        .thin-fixed-bg .ld-fancy-heading h2 {
            font-size: 25px !important;
        }

        .thin-fixed-bg {
            padding: 20px 35px;
        }

        h2.ld-fh-element {
            font-size: 25px;
        }

        p.ld-fh-element {
            font-size: 17px;
        }

        footer p.ld-fh-element {
            font-size: 14px;
        }

        footer .mr-25 {
            margin-right: 10px;
        }

        .mb-2\/5em {
            margin-bottom: 0 !important;
        }

        .pt-40 {
            padding-top: 15px;
        }

        .pt-80,
        .pt-50 {
            padding-top: 30px;
        }

        .mb-50 {
            margin-bottom: 10px;
        }

        .mb-30 {
            margin-bottom: 10px;
        }

        .pb-80,
        .pb-70,
        .pb-50 {
            padding-bottom: 30px;
        }

        .has-accordion .accordion {
            margin-top: 10px;
        }

        .consultation {
            padding-bottom: 10px;
        }

        .testimonial .text-24 {
            font-size: 18px !important;
            line-height: 24px !important;
        }
    }

    /* Medium devices (tablets, 768px and up) */
    @media (max-width: 768px) {
        .banner {
            padding: 0;
        }

        .hero-slider {
            width: 100%;
            height: 50vh;
        }

        .hero-content {
            top: 80%;
            left: 45%;
        }

        .hero-content .text-50 {
            font-size: 30px !important;
            line-height: 40px;
        }

        .hero-content .text-22 {
            font-size: 18px !important;
        }

        .thin-fixed-bg .ld-fancy-heading h2 {
            font-size: 25px !important;
        }

        .thin-fixed-bg {
            padding: 20px 35px;
        }

        .text-50 {
            font-size: 40px !important;
            line-height: 45px;
            text-shadow: #000 10px 5px 10px;
        }

        .text-shadow {
            text-shadow: #000 10px 2px 10px;
        }

        /* h2.ld-fh-element {
        font-size: 25px;
    }

    p.ld-fh-element {
        font-size: 15px;
    } */

        .contact {
            padding-top: 50px;
        }
    }

    @media (min-width: 768px) {
        .banner {
            padding: 0;
        }

        .hero-content .text-50 {
            font-size: 30px !important;
            line-height: 35px;
        }

        .hero-content .text-22 {
            font-size: 18px !important;
        }

        /*.thin-fixed-bg .ld-fancy-heading h2 {
        font-size: 25px !important;
    }

    .thin-fixed-bg {
        padding: 20px 35px;
    }

     h2.ld-fh-element {
        font-size: 25px;
    }

    p.ld-fh-element {
        font-size: 15px;
    } */

        .contact {
            padding-top: 50px;
        }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
        .banner {
            padding: 0;
        }

        .hero-content .text-50 {
            font-size: 45px !important;
            line-height: 55px;
        }

        .hero-content .text-22 {
            font-size: 25px !important;
            line-height: 30px;
        }

    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}