/* @import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Onest:wght@100..900&display=swap'); */
@font-face {
    font-family: 'net';
    src: url('../fonts/Net-Mollie-Glaston.woff');
}

:root {
    --gold-color: #BC9E29;
    --overlay-color: rgba(0, 0, 0, 0.4);
}

body {
    /* font-family: 'Inter', sans-serif;
    font-family: "Onest", sans-serif; */
    font-family: 'net';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hero-section {
    /* min-height: 100vh; */
    background: linear-gradient(var(--overlay-color), var(--overlay-color)),
        url('../images/bg.png') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    position: relative;
}

h1,
h2,
h3 {
    /* font-family: "Inria Serif", serif !important; */
    font-family: 'net' !important;
}

.logo>a>img {
    max-width: 300px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* .logo-icon {
            width: 60px;
            height: 60px;
            background: var(--gold-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: white;
            font-size: 24px;
        }

        .logo-text h1 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--gold-color);
            margin: 0;
            letter-spacing: 1px;
        }

        .logo-text p {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
            font-weight: 300;
            letter-spacing: 2px;
            text-transform: uppercase;
        } */
.socilaIcons>a {
    min-height: 50px;
    min-width: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 25px;
    text-decoration: none;
    background-color: #BC9E29;
    color: #fff;
}

.content-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

.main-heading {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
}

.welcome-text {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: white;
    margin-bottom: 10px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.description {
    font-size: 1.1rem;
    color: white;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.stay-tuned {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 20px;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-info {
    font-size: 1.3rem;
    color: white;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-info a {
    color: var(--gold-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info a:hover {
    color: #FFD700;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo-text h1 {
        font-size: 2rem;
    }

    .logo-text p {
        font-size: 0.8rem;
    }

    .main-heading {
        font-size: 3rem;
    }

    .welcome-text {
        font-size: 1.8rem;
    }

    .description {
        font-size: 1rem;
        padding: 0 15px;
    }

    .contact-info {
        font-size: 1.1rem;
    }
}

/* Adding styles for property listings section */
.listings-section {
    /* background: #f8f9fa; */
    /* min-height: 100vh; */
    /* padding: 50px 0; */
}

.listings-section .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
}

.listings-section .section-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
}

.property-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.property-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.passion {
    min-height: calc(100vh - 108px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-details {
    /* padding: 25px; */
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.property-header {
    margin-bottom: 0;
}

.property-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: #666;
    font-weight: 700;
}

.location-icon {
    font-size: 14px;
}

.map-link {
    color: #007bff;
    text-decoration: none;
}

.map-link:hover {
    text-decoration: underline;
}

.property-info {
    margin-bottom: 0;
    padding-left: 10px;
    border-left: 2px solid #d4af37;
}

.room-type {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.room-details {
    font-size: 1rem;
    color: #a0a0a0;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}

.property-footer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    flex-direction: column;
}

.pricing-info {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.guest-info {
    font-size: 1rem;
    color: #a0a0a0;
    margin-bottom: 5px;
    font-weight: 700;
}

.price-range {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 3px;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 500;
}

.price-note {
    font-size: 0.8rem;
    color: #666;
}

.availability-btn {
    text-decoration: none;
    background: var(--gold-color);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.availability-btn:hover {
    background: #BC9E29;
    transform: translateY(-2px);
}




/* Adding styles for dropdown availability form */
.availability-form {
    display: none;
    background: #fff;
    border-top: 1px solid #BC9E29;
    padding: 30px;
    margin-top: 20px;
}

.availability-form.show {
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.form-section-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 25px;
}

.form-input {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: #333;
    transition: border-color 0.3s ease;
    width: 100%;
}

.form-input:focus {
    outline: none;
    border-color: var(--gold-color);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.1);
}

.form-input::placeholder {
    color: #999;
}

.submit-btn {
    background: var(--gold-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
}

.submit-btn:hover {
    background: #BC9E29;
    transform: translateY(-1px);
}




/* STyle START  */
.inputBox {
    background: #D9D9D9;
    opacity: .7;
    PADDING: 12px 15PX !important;
}

.booking-table {
    font-size: 14px;
}

.booking-table th.listing-title {
    background-color: #BC9E29;
    width: 200px;
    color: #fff;
}

.booking-table th {
    /* background-color: #BC9E29; */
    color: #000;
    font-weight: 600;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #BC9E29;
}

.booking-table td {
    padding: 8px;
    border: 1px solid #BC9E29;
    text-align: center;
    vertical-align: middle;
}

.listing-title {
    background-color: #BC9E29;
    color: white;
    font-weight: 600;
    padding: 12px;
    text-align: center;
}

.property-name {
    font-weight: 600;
    color: #333;
    padding: 15px;
    /* background-color: #f8f9fa; */
}

.amenities {
    font-size: 12px;
    color: #666;
    padding: 0 15px 15px 15px;
    background-color: #f8f9fa;
}

.book-btn {
    background-color: #BC9E29;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.book-btn:hover {
    background-color: #996f0a;
    color: white;
}

.resort-hero {
    position: relative;
    margin-bottom: 30px;
}

.resort-hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.resort-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.resort-location {
    color: #666;
    margin-bottom: 20px;
}

.resort-location a {
    color: #007bff;
    text-decoration: none;
}

.thumbnail-gallery img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    min-height: 190px;
    object-position: top;
}

.gallery {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 20px;
}

img#mainImage {
    width: 100%;
}

/* Thumbnail section */
.thumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.thumb-wrapper {
    height: 700px;
    /* shows 2 thumbnails (2x100px each) */
    overflow: hidden;
    position: relative;
}

.main-image {
    max-height: 700px;
    overflow: hidden;
    position: relative;
}

.thumb-list {
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease;
}

.thumb-list img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin: 5px 0;
    cursor: pointer;
    opacity: 0.6;
    border-radius: 6px;
    transition: 0.3s;
}

.thumb-list img.active,
.thumb-list img:hover {
    opacity: 1;
    border: 2px solid #007bff;
}

/* Buttons */
.thumb-btn {
    background: #BC9E29;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 100px;
    margin: 5px 0;
    min-width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
}

.availability-section {
    /* background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px; */
    margin-top: 20px;
}

.room-type2 {
    font-size: 15px;
    margin-bottom: 5px;
}

.room-details2 {
    font-size: 10px;
}

.greentxt {
    color: #bc9e29;
}

.search-btn {
    background-color: #BC9E29;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: 600;
}

.search-btn:hover {
    background-color: #996f0a;
}

img#mainImage {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}

.nav-arrow {
    position: absolute;
    top: 320px;
    z-index: 999999999;
    left: 0;
    height: 50px;
    width: 50px;
    border: navajowhite;
    border-radius: 100px;
    background: #ffffff17;
    font-size: 32px;
    backdrop-filter: blur(6px);
    color: #000;
}
.nav-arrow:hover {
    background-color: #fff !important;
    color: #d4af37;
}
.nav-arrow.right {
    left: unset !important;
    right: 0 !important;
}
/* STyle ENDS  */

@media (max-width: 991px) {
    .thumb-wrapper {
        height: 350px;
    }
    .main-image {
        max-width: 100%;
    }
    .logo>a>img {
        max-width: 200px;
    }
    .gallery {
        grid-template-columns: 4fr 2fr;
    }
    .property-header>div {
        flex-wrap: wrap;
    }
    .nav-arrow {
        top: 45%;
    }
    img#mainImage {
        height: 100%;
    }
    .property-details {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .property-info {
        padding-left: 0;
        border-left: none;
    }
    .property-header>div>div {
    min-width: 100% !important;
}
.property-footer {
    justify-content: center;
    align-items: center;
}
.nav-arrow {
    height: 40px;
    width: 40px;
    font-size: 18px;
}
}
@media (max-width: 576px) {
    .logo {
        flex-direction: column;
        gap: 10px;
    }
    
    .thumb-wrapper {
        height: 240px;
    }
    .property-location {
        flex-wrap: wrap;
    }
    .resort-title {
        font-size: 1.3rem;
    }
    .listings-section .section-title {
    font-size: 2rem;
}



    .main-heading {
        font-size: 2.5rem;
    }

    .welcome-text {
        font-size: 1.5rem;
    }
}