* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #C6A961;
    --dark-gold: #B69851;
    --cream: #F5F5F5;
    --dark: #1A1A1A;
}

body {
    line-height: 1.6;
    color: var(--dark);
    /* background: linear-gradient(to right, #ffffff, #ededed, #ffffff);*/
    background: url('white-simple-textured-design-background.jpg');
    /* Replace 'your-image.jpg' with the actual */
}

/* Header Styles */
header {
    background: black;
    /*background: linear-gradient(rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.9));*/
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 1px 0;
    /* border-bottom: 1px solid var(--gold);*/
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.logo {
    background: white;
    color: #003366;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    width: 490px;
}

.logo img {
    height: 71px;
    width: 63px;
    top: 4px;
    position: relative;
}

img.logoside {
    height: 58px;
    width: 260px;
    top: 4px;
    padding: 3px;
}

.nav-links {
    display: flex;
    list-style: none;
    margin-right: 15px;
}

.nav-links li {
    margin-left: 40px;
}

.nav-links a {
    color: var(--cream);
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--gold);
}

/* Media Query for very small screens (max-width 480px) */
@media (max-width: 480px) {
    .logo {
        font-size: 12px;
    }

    .logo img {
        height: 61px;
        width: 50px;
        top: 4px;
        position: relative;
    }

    img.Logopalmimg {
        width: 215px;
        height: 53px;
        left: -48px;
        padding: 7px;
    }

    img.logoside {
        height: 44px;
        width: 203px;
        left: -19px;
        top: 7px;
    }

    .nav-links a {
        font-size: 14px;
    }
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)),
    ;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--cream);
}

.pre-booking-section {
    min-height: 100vh;
}

.split-container {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.split-left,
.split-right {
    flex: 1;
    position: relative;
}

/* Left Side Styling */
.split-left {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.split-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
}

.overlay-text h2 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Right Side Styling */
.split-right {
    flex: 1;
    padding: 20px;
    display: flex;
    overflow: hidden;
}

.booking-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    place-items: center;
    top: 95px;
    position: relative;
}

.logo-container {
    display: flex;
    align-items: center;
}

.location-logo img {
    width: 80px;
    height: auto;
}

img.Logopalmimg {
    width: 215px;
    height: 53px;
}

.location-logo i {
    color: white;
    font-size: 40px;
}

.destination-text span {
    color: #c6a961;
    font-size: 18px;
}

.destination-text h3 {
    color: #003366;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    font-family: sans-serif;
    font-weight: 900;
}

.booking-info {
    place-items: anchor-center;
}

.booking-info h4 {
    font-size: 24px;
    color: #c6a961;
    text-align: center;
}

.pre-booking-banner {
    background: #003366;
    color: white;
    padding: 8px 14px;
    display: inline-block;
}

.property-details {
    place-items: center;
}

.property-details h5 {
    font-size: 28px;
    color: #c6a961;
    text-align: center;
}

.price-info p {
    color: #666;
}

.price {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.strikethrough {
    text-decoration: line-through;
    color: #ff4d4d;
    font-size: 22px;
}

.actual-price {
    color: #003366;
    font-size: 32px;
    font-weight: 700;
}
.bookingsideImage {
    overflow: hidden;
    flex: 1;
    width: 100%;
    place-items: center;
    /* height: 1px; */
    display: flex;
    justify-content: center;
    padding: 60px 1px;
}
.sideimg {
    height: 322px;
    overflow: hidden;
}
.sideimg img {
    height: 322px;
}
@media (max-width: 968px) {
    img.Logopalmimg {
        width: 215px;
        height: 63px;
        left: -48px;
        padding: 7px;
    }

    .split-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .split-container {
        flex-direction: column;
    }

    .split-left,
    .split-right {
        min-height: 50vh;
    }

    .split-right {
        top: -77px;
        padding: 1px 20px;
    }

    .logo-container {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: -2px;
    }

    .booking-info h4 {
        font-size: 23px;
        color: #c6a961;
        margin-bottom: 30px;
    }

    .pre-booking-banner {
        background: #003366;
        color: white;
        padding: 11px 15px;
        display: inline-block;
        margin-bottom: 18px;
    }

    .property-details h5 {
        /* display: flex
    ; */
        font-size: 14px;
        color: #c6a961;
        margin-bottom: 20px;
    }

    .price-info {
        place-items: center;
    }

    .overlay-text h2 {
        font-size: 29px;
    }
}

.hero-content {
    padding: 40px 20px;
    position: relative;
    display: grid;
    gap: 40px;
}

.hero-content img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.hero-content::before,
.hero-content::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: var(--gold);
}

.hero-content::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-content::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    color: black;
}

.hero-content p {
    font-size: 24px;
    color: var(--gold);
    letter-spacing: 2px;
}

/* Heading2 */
.Heading2 {
    position: relative;
    top: 5px;
    padding: 40px 7px;
    width: 100%;
    display: grid;
    gap: 40px;
    place-items: center;
}

.Heading2 h2 {
    font-size: 30px;
}

/* Features Section */
.features {
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-box {
    text-align: center;
    padding: 0px;
    background: white;
    border: 1px solid rgba(198, 169, 97, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(198, 169, 97, 0.2);
}

.feature-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 25px;
}

.feature-box h3 {
    color: var(--dark);
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-box p {
    color: #666;
    padding: 10px;
}

/* Floor Plans */
section#galary {
    padding: 62px 5px;
}

.floor-plans h2 {
    justify-self: center;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--dark);
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
}

.plan-grid {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: none;
    /* Remove CSS animation for JS handling */
}

.plan {
    flex: 0 0 auto;
    width: 350px;
    /* Set fixed width for smooth scrolling */
    box-sizing: border-box;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.planImage {
    flex: 1;
    overflow: hidden;
}

.planImage img {
    width: 330px;
    height: 330px;
    display: block;
}

.plancontain {
    padding: 30px;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .Heading2 {
        position: relative;
        top: 44px;
        padding: 40px 7px;
        width: 100%;
        display: grid;
        gap: 40px;
        place-items: center;
        text-align: center;
    }

    .floor-plans h2 {
        font-size: 22px;
    }

    .Heading2 h2 {
        font-size: 22px;
    }

    .plan {
        flex-direction: column !important;
        text-align: center;
    }

    .plan img {
        width: 100%;
    }

    .amenities-grids {
        grid-template-columns: repeat(1, 1fr)
    }
}



.price {
    color: var(--dark-gold);
    font-size: 24px;
    font-weight: 600;
}

/* Amenities */
.amenities {
    padding: 40px 20px;
}

.amenities h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dark);
}

.amenities p {
    text-align: center;
    margin-bottom: 21px;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--dark);
}

.amenities-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.amenities-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.amenities-grids {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    top: 31px;
    position: relative;
}

.amenity {
    position: relative;
    background: white;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(198, 169, 97, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.amenity img {
    width: 100%;
    height: 250px;
    display: block;
}

.amenity:hover {
    background: var(--gold);
    color: white;
    transform: translateY(-5px);
}

.amenity::after {
    content: "RESORTS LIKE ORGANIC SHAPED INFINITY POOL";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    width: max-content;
}

.amenity1 {
    position: relative;
    background: white;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(198, 169, 97, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.amenity1 img {
    width: 100%;
    height: 250px;
    display: block;
}

.amenity1:hover {
    background: var(--gold);
    color: white;
    transform: translateY(-5px);
}

.amenity1::after {
    content: "MULTIPLE CLUBHOUSES";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    width: max-content;
}

.amenity2 {
    position: relative;
    background: white;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(198, 169, 97, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.amenity2 img {
    width: 100%;
    height: 250px;
    display: block;
}

.amenity2:hover {
    background: var(--gold);
    color: white;
    transform: translateY(-5px);
}

.amenity2::after {
    content: "PET SPA";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    width: max-content;
}

.amenity3 {
    position: relative;
    background: white;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(198, 169, 97, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.amenity3 img {
    width: 100%;
    height: 250px;
    display: block;
}

.amenity3:hover {
    background: var(--gold);
    color: white;
    transform: translateY(-5px);
}

.amenity3::after {
    content: "CAFETERIA";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    width: max-content;
}

.amenity4 {
    position: relative;
    background: white;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(198, 169, 97, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.amenity4 img {
    width: 100%;
    height: 250px;
    display: block;
}

.amenity4:hover {
    background: var(--gold);
    color: white;
    transform: translateY(-5px);
}

.amenity4::after {
    content: "ZEN GARDEN";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    width: max-content;
}

.amenityoverlay-text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
}

.amenityoverlay-text h3 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*Table*/
#table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding: 62px 4px;
}

.table-heading {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
}

.table table {
    width: 80%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    place-self: center;
    text-align-last: center;
}

.table th,
.table td {
    padding: 18px;
    text-align: left;
    border-bottom: 2px solid #eee;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.table th {
    background: linear-gradient(135deg, #8e44ad, #3498db);
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.table tr:nth-child(even) {
    background: rgb(255 255 255 / 10%);
    font-weight: 600;
}

.table tr:hover {
    background: rgba(52, 152, 219, 0.2);
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

.table td {
    color: #2c3e50;
    font-weight: 600;
}

.table tr:last-child td {
    border-bottom: none;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .table table {
        width: 95%;
    }

    .table th,
    .table td {
        padding: 3px;
        font-size: 16px;
    }

    .table th {
        font-size: 14px;
    }

    .hero-content {
        padding: 11px 7px;
    }

}


/* Button container for positioning */
.dowenloadBTN {
    position: fixed;
    bottom: 62px;
    /* Distance from the bottom edge of the screen */
    z-index: 9999;
    /* Ensure it's on top of other elements */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    /* Space between the buttons */
}

/* Common button styles */
.dowenloadBTN button {
    background: linear-gradient(135deg, #6a5acd, #ff6347);
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    outline: none;
    text-transform: uppercase;
}



/* Download button with animation */
.Dowenload {
    animation: slideInLeft 1s ease-out;
}

/* Pick-up & Drop button */
.pickup {
    animation: slideInLeft 1.2s ease-out;
    background: linear-gradient(135deg, #32cd32, #228b22);
}

img.pickupIMg {
    margin: -7px;
    left: 8px;
    position: relative;
}

/* Animation effect on first load */
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Link styling to remove default link appearance */
.phone-link {
    text-decoration: none;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .dowenloadBTN {
        left: 0px;
        bottom: 64px;
    }

    .dowenloadBTN button {
        font-size: 14px;
        padding: 10px 25px;
    }
}

/* Contact Form */
.contact-bar {
    background: var(--gold);
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.phone-link,
.whatsapp-link {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s ease;
}

.whatsapp-link img {
    height: 30px;
}

.phone-link:hover,
.whatsapp-link:hover {
    opacity: 0.8;
}

.phone-link img {
    height: 30px;
}

.divider {
    color: white;
    font-size: 20px;
}

@media (max-width: 600px) {
    .contact-container {
        font-size: 16px;
    }
}

/* Footer */
.main-footer {
    background: linear-gradient(to right, #003366, #004080);
    color: white;
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    padding: 30px 40px;
    margin-bottom: 100px;
}

.footer-left,
.footer-right {
    flex: 1;
}

.footer-left h2,
.footer-right h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.footer-left>p {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

img.qrcode {
    height: 82px;
}

.stat h3 {
    font-size: 24px;
    color: #C6A961;
    margin-bottom: 10px;
}

.stat p {
    font-size: 16px;
    opacity: 0.9;
}

.partner-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
}

.partner-logos img {
    height: 50px;
    object-fit: contain;
}

.footer-description {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

a.links {
    color: white;
}

@media (max-width: 968px) {
    .footer-container {
        flex-direction: column;
    }

    .footer-stats {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .footer-left h2,
    .footer-right h2 {
        font-size: 27px;
    }

    .footer-left>p {
        font-size: 15px;
    }

    img.qrcode {
        left: 100px;
        height: 102px;
        position: relative;
    }
}

/* Responsive Design */
@media (max-width: 768px) {

    .features,
    .plan-grid,
    .amenities-grid,
    .footer-content,
    .amenities-grids {
        grid-template-columns: 1fr;
    }

    .amenity::after {
        font-size: 10px;
    }

    .nav-links {
        display: none;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .feature-box,
    .plan,
    .amenity {
        transform: none !important;
    }
}