
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Adjust for fixed header height */
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* ===== FONT BASE STYLES ===== */
body {
    font-family: 'Arial', sans-serif; /* Fallback font */
    line-height: 1.6;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#popup {
    display: none;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.popup-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
}


.section-fullscreen {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.full-video-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}

.full-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 53%), rgb(0 0 0 / 0%) 60%, rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 4;
}

.black-overlay-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 5;
    pointer-events: none;
}


/* Font classes for specific elements */
.font-oswald {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    letter-spacing: 0.5px;
}

.font-inconsolata {
    font-family: 'Inconsolata', 'Courier New', monospace;
}

/* Default font assignments */
h1, h2, h3, h4, h5, h6,
.heading-font {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

code, pre, .code-font {
    font-family: 'Inconsolata', 'Courier New', monospace;
}

/* Font loading states */
.w-fonts-loading body {
    font-family: 'Arial', sans-serif;
}

.w-fonts-loaded body {
    font-family: 'Oswald', 'Arial', sans-serif;
    transition: font-family 0.3s ease;
}


/* ===== Base Styles ===== */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* ===== Layout Styles ===== */
.section-100vh {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.flex-vertical-cc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

.mobile-50vh {
    height: 50vh;
}

/* ===== Background Images ===== */
.bacground-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image {
    background-color: #000;
}


.input-field {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
}

.dropdown {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-color: white;
    color: black;
}

.popup-title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}


.new-image-a {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/CHAIRMAN-CEO-e1737535528413.png);
}

.new-image-b {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/holidayhome.jpeg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}
.new-image-mall {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url('img/mayfairmall.jpg');
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll;
}


.new-image-holidayevent {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/event.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.new-image-lemorresort {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/lamor.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.new-image-bamboo {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/bamboo.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.new-image-holidayhome {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/holidayhome.jpeg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.new-image, .new-image_villas {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/villas.jpg);
}

.new-image, .new-image_new {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/flyelite2.webp);
}

.new-image_bombo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%), url(img/mobileview.jpg);
}

.killah {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/farmhouse.jpg);
}

    .killah::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.7) 100%);
    }

.masterplan-image {
    background-image: url('img/multimall.jpg');
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-image-murreehills {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/murreehils.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.new-image-d {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/Lounge%2003.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.new-image-butcherscafe {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, #000), url(img/butcherscafe.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

/* ===== Typography Styles ===== */
.the-neue-intro-heading, .amenity-heading, .the-team-new-heading {
    background-image: linear-gradient(to bottom, #000, #3c2300 20%, rgb(253 214 156) 71%, white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
}

.the-neue-intro-heading {
    font-size: 100px;
}

.amenity-heading {
    font-size: 150px;
}

.the-team-new-heading {
    padding-top: 30vh;
    padding-bottom: 18vh;
    font-size: 150px;
}

.hospitality-integration-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: copy;
}

.typing-text {
   
    overflow: hidden;
    margin-top: 20px;
    max-width: fit-content;
    border-right: 2px solid black;
    padding-bottom:40px;
}

.heading-project {
    /*display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;*/

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    gap: 15px; /* Adds consistent spacing between elements */
}

.slider-sub-heading, .black-text {
    color: #ffffff;
}

/* ===== Button Styles ===== */
.hospitality-integration-button {
    /*font-size: 16px;
  font-weight: 200;
  color: white;
  padding: 10px 17px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #615d5d;
  letter-spacing: 1.5px;
  margin-top: 10px;
  margin-left: 17px;
  height: 38px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;*/
    font-size: 16px;
    font-weight: 200;
    color: white;
    padding: 10px 24px;
    border-radius: 4px;
    display: block;
    border: 1px solid #615d5d;
    letter-spacing: 1.5px;
    margin: 10px auto 0;
    height: 38px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: fit-content;
    background: black;
}

    .hospitality-integration-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: skewX(-30deg);
        transition: all 0.5s ease-in-out;
        animation: autoSlide 3s infinite; /* New animation property */
    }

/*.hospitality-integration-button:hover::before {
  left: 100%;
  background: linear-gradient(45deg, #ff416c, #ff4b2b);
}*/
@keyframes autoSlide {
    0% {
        left: -100%;
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        left: 100%;
        background: linear-gradient(45deg, #ff416c, #ff4b2b);
    }

    100% {
        left: -100%;
        background: rgba(255, 255, 255, 0.2);
    }
}

.verify-btn {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

    .verify-btn:hover {
        background: #0056b3;
    }

/* ===== Form Elements ===== */
.input-field, select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 1.2rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    background: rgb(255 255 255 / 21%);
    color: #cccccc;
    outline: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .input-field:focus {
        border-color: #007bff;
    }

/* ===== Popup/Modal Styles ===== */
.popup, .popup-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.popup-content {
    background: #000000e6;
    padding: 25px;
    border-radius: 12px;
    width: 90%;
    max-width: 350px;
    text-align: center;
    box-shadow: 0px 4px 15px rgb(255 248 244 / 20%);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #555;
    transition: 0.3s;
}

    .close-btn:hover {
        color: #fff;
    }

/* ===== Image Components ===== */
.image-child {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 85vw;
    height: 50vh;
    min-height: 150px;
    border-radius: 10px;
    box-shadow: 0 20px 30px 0px rgb(255 255 255 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .image-child._2 {
        background-image: url('img/future.webp');
    }

    .image-child._3 {
        background-image: url('img/artech.webp');
    }

    .image-child:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    }

/* ===== Video Section ===== */
.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 53%), rgb(0 0 0 / 0%) 60%, rgba(0, 0, 0, 0));
    pointer-events: none;
}

/* ===== Content Sections ===== */
.content-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

    .content-section.show {
        opacity: 1;
        transform: translateY(0);
    }

.amenities-section {
    background: linear-gradient(to bottom, #000000, #1b1b1b);
    transition: background 0.5s ease-in-out;
}

/* ===== Table Styles ===== */
table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

table, td {
    border: 1px solid #ccc;
    padding: 8px;
}

td {
    text-align: left;
}

/* ===== Footer Styles ===== */
.mayfair-footer {
    background: #0a0a0a;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    border-top: 1px solid #a98149;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer-logo {
    width: 100px;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 3px;
    color: #d4af37;
}

.footer-subtitle {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.social-icons {
    /*margin: 0px 0px 12px 0px;*/

    display: flex;
    justify-content: center;
    gap: 15px; /* Space between social icons */
    margin: 0 auto; /* Center the social icons container */
    padding: 10px 0; /* Add some vertical spacing */
}

    .social-icons a {
        margin: 0 10px;
        display: inline-block;
        transition: transform 0.3s ease-in-out;
    }

        .social-icons a img {
            width: 30px;
            height: 30px;
        }

        .social-icons a:hover {
            transform: scale(1.2);
        }

.footer-bottom {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    opacity: 0.8;
}

/* ===== Animation ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===== Responsive Styles ===== */
@media screen and (max-width: 767px) {
    .masterplan-image {
        height: 50%;
        top: auto;
        bottom: 0;
    }

    .nav-wrapper {
        padding-left: 0vw;
    }

    .section-100vh.flex-vertical-cc.bacground-image.relative.image.mobile-50vh.new-image_new {
        background-size: 100% auto, cover;
        height: 50vh;
    }

    /*.heading-project {
    display: block;
    text-align: center;
  }*/
    .heading-project {
        flex-direction: column;
    }

    /*.hospitality-integration-text,
  .hospitality-integration-button {*/
    /*display: block;
    width: fit-content;
    margin: 0;*/

    /*font-size: 16px;
    font-weight: 200;
    color: white;
    padding: 10px 24px;*/ /* Increased horizontal padding */
    /*border-radius: 4px;
    display: block;*/ /* Changed from inline-block to block */
    /*border: 1px solid #615d5d;
    letter-spacing: 1.5px;
    margin: 10px auto 0;*/ /* Centered with auto margins */
    /*height: 38px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: fit-content;*/ /* Makes button width fit its content */

    /*margin-left: 0;
  }*/
    .hospitality-integration-text,
    .social-icons,
    .hospitality-integration-button {
        width: 100%;
        justify-content: center;
    }

    .hospitality-integration-button {
        margin: 10px auto 0;
    }

    .amenity-heading,
    .the-team-new-heading {
        font-size: 60px;
    }

    .the-team-new-heading {
        padding-top: 20vh;
        padding-bottom: 12vh;
    }
}

@media screen and (max-width: 479px) {
    .image-wrapper {
        background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 46%), rgba(0, 0, 0, 0)), url(img/mobileview.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        width: 100%;
    }

    .the-neue-intro-heading {
        background-image: linear-gradient(to bottom, #000000, #000000 20%, #f1c40f 60%, #f1c40f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-align: center;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }


    .mobile-video-thumbnail {
        background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 46%), rgba(0, 0, 0, 0)), url(img/Cam%20023_.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        display: flex;
    }
}

@media (max-width: 600px) {
    .footer-title {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1280px) {
    body {
        font-size: 12.8px;
    }
}

/* ===== Swiper Navigation ===== */
.swiper-button-next, .swiper-button-prev {
    display: none;
}

/* ===== Logo Styles ===== */
.logo-image {
    color: var(--wt-on-black);
    max-width: 70%;
    padding-top: 6px;
    padding-bottom: 0px;
}

.white {
    background-color: #fff;
}

