* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #A47F2E;
    --secondary-color: #eae1c4;
}

body {
    background: var(--secondary-color);
}

.hero {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero .hero_img {
    width: 100%;
}

.hero .hero_container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 3rem 9rem 1rem 9rem;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
}

.hero_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 12%;
}

.number {
    width: max-content;
    text-align: right;
}

.icon_text {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon_text p {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.number a {
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
}

.hero_bottom h1 {
    font-size: 40px;
    color: #fff;
    padding: 1px 6px;
    font-weight: 700;
}

.hero_bottom p {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 1px 6px;
}

.hero_bottom a {
    padding: 1rem 2rem;
    border: 1px solid #fff;
    border-radius: 75px;
    margin-top: 2rem;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.hero_bottom a img {
    width: 28px;
}

section.section_card {
    padding: 4rem 0rem;
}

.sec_card {
    background: #fff;
    text-align: center;
    padding: 2.5rem 0rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 1.2rem;
}

.sec_card p {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
}

section.about {
    padding: 3rem 0;
}

.about h1 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
}

.about h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 3rem;
}

.about p {
    font-size: 1.5rem;
    text-transform: capitalize;
}

.about li {
    font-size: 1.5rem;
}

.about img {
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.location {
    padding: 4rem 0;
}


.heading {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--primary-color);
    text-transform: capitalize;
}

.location_cards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.5rem;
    gap: 10px;
    flex-wrap: wrap;
}

.location_card {
    flex: 1;
    height: max-content;
    background: var(--primary-color);
    border-radius: 1.5rem;
    overflow: hidden;
}

.location_img img {
    object-fit: cover;
    min-height: 500px;
}

.location_text {
    padding: 2rem 3rem;
}

.location_text h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.location_text p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .3rem;
    color: #fff;
}


.floor {
    padding: 4rem 0;
}

.floor_details {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
}

.f_detail {
    color: #fff;
    text-align: center;
    flex: 1;
    padding: 0 1rem;
}

.f_detail h3 {
    font-size: 2rem;
    font-weight: 600;
}

.f_detail p {
    font-size: 1.5rem;
}

.floor_img_slider {
    margin: 4rem 0rem;
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #c4b27b;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active span {
    background: #7a6a35;
    transform: scale(1.2);
}



.amenities {
    padding: 4rem 0;
}

.amenities_card {
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2rem;
}

.amenities_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.amenities .amenities_cols {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 2px solid #000;
    width: 32%;
}

.amenities_title {
    border-radius: 0.75rem;
    padding: 1rem 2rem;
    color: #fff;
}

.amenities_title {
    background-color: var(--primary-color);
}

.title_even {
    background-color: #06251D !important;
}

.amenities_title p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Cinzel", serif;
}

.property {
    padding: 4rem 0;
}

.property p {
    font-size: 1.5rem;
    text-align: justify;
}

.property img {
    border-radius: 1.5rem;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 2rem;
}

.features {
    padding: 5rem 0;
}

.feature {
    border: 2px solid var(--primary-color);
    border-radius: 18px;
    padding: 1rem 1rem;
    text-align: center;
}

.feature p {
    margin: 0;
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
}

.features_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.contact {
    padding: 5rem 0;
}

.contact .heading {
    margin-bottom: 30px;
}

.contact p {
    font-size: 1.5rem;
    text-transform: capitalize;
}

.contact_img {
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    overflow: hidden;
    margin-top: 3rem;
}



.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
}

.contact-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.contact-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.contact-subtext {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-info {
    margin-top: 40px;
}

/* .contact-info i {
    font-size: 22px;
    color: #007bff;
    margin-right: 12px;
} */

.contact-info p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    background-color: #eeee;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    box-shadow: 2px 2px 2px var(--primary-color);
    border: 1px solid var(--primary-color);
}

.contact-form button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 25px;
    font-weight: 500;
    transition: 0.3s;
}

.contact-form button:hover {
    background: var(--primary-color);
}



/*  */

.floating-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.book-now-btn {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 12px 60px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.3s;
}

.book-now-btn:hover {
    background-color: #f4f4f4;
}

/* Responsive adjustments (optional) */
@media (max-width: 768px) {
    .book-now-btn {
        padding: 10px 40px;
        font-size: 16px;
    }
}










/* =============================== */


/* Contact Section */

.contact_section {
    position: relative;
    width: 100%;
    background: #1c1c1c;
}

/* Left Section */
.contact-left {
    color: #fff;
    position: relative;
}

.contact-heading {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact-info h6 {
    text-transform: uppercase;
    font-size: 0.85rem;
}

.contact-info p {
    color: #ccc;
}

.social-links a {
    color: #aaa;
    margin-right: 15px;
    font-size: 1.3rem;
    transition: 0.3s;
}

.social-links a:hover {
    color: #fff;
}

/* Right Section */

.contact-right {
    position: absolute;
    right: 3%;
    top: -3%;
    background: #fff;
    border-radius: 10px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
    padding: 2rem 2rem 8rem 2rem;
}

.contact-right h6 {
    text-transform: uppercase;
    margin-bottom: 4rem;
    color: #000;
    font-weight: 600;
}

.contact-right input::placeholder {
    color: #000;
    font-weight: 500;
}

.contact-right .input_box {
    margin-bottom: 3rem;
}

.contact-right .input_box select {
    color: #000;
    box-shadow: none;
}

.form-line {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    transition: 0.3s;
}

.form-line:focus {
    border-color: #000;
    outline: none;
    box-shadow: none;
}


.send-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    transition: 0.3s;
    margin-right: -2rem;
}

.send-btn:hover {
    background-color: #333;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-right {
        border-radius: 0;
    }
}

/* @media (max-width: 768px) {
    .contact-left {
        padding: 2rem;
        text-align: center;
    }

    .contact-heading {
        font-size: 2.5rem;
    }

    .contact-right {
        padding: 2rem;
    }

    .send-btn {
        width: 100%;
        margin-top: 1rem;
    }
} */

@media (max-width: 576px) {
    .contact-left {
        padding: 1.5rem;
    }

    .contact-heading {
        font-size: 2rem;
        margin-bottom: 0rem;
    }
}




.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #0000006e;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    padding: 12px 28px;
    border-radius: 50px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-btn .arrow {
    font-size: unset;
    transition: transform 0.3s ease;
}

.download-btn:hover {
    background-color: #000;
    transform: translateY(-2px);
}

.download-btn:hover .arrow {
    transform: translateX(6px);
}

/* Responsive scaling */
@media (max-width: 768px) {
    .download-btn {
        font-size: 0.9rem;
        padding: 10px 22px;
    }

    /* .download-btn .arrow {
        font-size: 1.1rem;
    } */
}

@media (max-width: 480px) {
    .download-btn {
        width: auto;
        justify-content: center;
        margin-top: 1rem;
    }

    .download-btn .arrow img {
        width: 10px;
    }
}

.hero_bottom a {
    padding: 0.75rem 2rem;
    border: 1px solid #fff;
    border-radius: 75px;
    margin-top: 0rem;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.hero_button .arrow img {
    width: 14px;
}