@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, label {
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-family: Cinzel, serif !important;
}

body {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-family: Montserrat, sans-serif !important;
}

.navbar {
    transition: 0.3s;
}

.navbar.fixed-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    background: rgb(255 255 255 / 45%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
}

.body-text {
    font-size: 0.95rem;
    line-height: 1.8;
}

.header-sec {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(0 0 0) !important;
}

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100vh;
    background-position: center top;
}

.navbar-brand img {
    width: 200px;
    /* filter: invert(1); */
}

.navbar-brand {
    padding: 10px;
    border-radius: 10px;
}

.nav-item a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 20px 10px;
    color: rgb(0, 0, 0) !important;
}

.nav-item a:hover {
    color: rgb(101, 79, 70);
}

.contact_btn a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-decoration: none;
    border: 1px solid rgb(184, 153, 125);
    padding: 8px 16px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 30px, rgba(212, 175, 55, 0.3) 0px 0px 0px 1px inset;
    transition: 0.4s;
}

a.btn-whatsapp-pulse.phone {
    left: 20px;
}

.mobile-section-footer.active {
    display: flex;
    gap: 0px 5px;
    justify-content: space-between;
    text-align: center;
    padding: 8px;
}

.mobile-section-footer {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background: rgb(26, 31, 36);
    color: rgb(255, 255, 255);
    padding: 5px 0px;
}

.mobile-section-footer a {
    display: block;
    font-size: 14px;
    color: currentcolor;
    flex: 1 0 30.2%;
    padding: 5px;
    text-decoration: none;
}

.mobile-section-footer a:hover {
    color: rgb(255, 255, 255);
}

.contact_btn a:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.7) 0px 15px 40px, rgba(212, 175, 55, 0.6) 0px 0px 15px;
    color: rgb(184, 153, 125);
}

.contact_btn a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.6s;
}

.contact_btn a:hover::before {
    left: 100%;
}

.contact_btn a:active {
    transform: scale(0.96);
}

.content-abs {
    position: absolute;
    bottom: 100px;
    left: 50px;
    transform: unset;
    z-index: 1;
}

.content-box {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 175, 55, 0.5) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
    border-image: initial;
    padding: 30px 25px;
    border-radius: 8px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 50px;
    max-width: 100%;
    width: 383px;
}

.content-box .top-border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(101, 79, 70), transparent);
}

.content-box .eoi-abs .content-box p {
    color: rgb(255, 255, 255);
}

.eoi-abs {
    position: absolute;
    top: -12px;
    right: -10px;
    background: rgb(101, 79, 70);
    color: rgb(0, 0, 0);
    font-weight: 800;
    font-size: 14px;
    padding: 6px 12px;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
    z-index: 99999;
    letter-spacing: 0.05em;
}

.nav-link:focus {
    color: rgb(255, 193, 7);
}

.banner-form {
    position: absolute;
    right: 12px;
    width: 23%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 175, 55, 0.5) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
    border-image: initial;
    z-index: 99;
    padding: 18px 40px;
}

.content-box .text-color {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(200 161 39);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.content-box h1 {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 13px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;
}

h1.typo {
    font-size: 18px;
}

.key-high ul li {
    margin-bottom: 9px;
}

.start-price span {
    color: rgb(190 155 48);
}

li.nav-item {
    text-align: center;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.offcanvas-end {
    width: 300px !important;
}

.key-high ul {
    list-style: none;
    color: rgb(229, 228, 226);
    padding-left: 0px;
}

.key-high ul li span img {
    height: 100%;
    max-width: 21px;
    margin-right: 6px;
}

.content-box .text-white {
    font-size: 0.77rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
    margin-top: 10px;
}

.top-price-card h4 {
    font-size: 1.1rem;
    color: rgb(101, 79, 70);
    margin-bottom: 4px;
    font-weight: 600;
}

.location-advantage-box {
    scrollbar-color: rgb(201, 128, 16) rgb(85, 86, 86);
}

.top-price-card p {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    font-weight: 600;
}

.top-price-card button {
    width: 100%;
    margin-top: 15px;
    padding: 12px 24px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgb(101, 79, 70);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 2px;
}

.top-price-card button:hover {
    background: rgb(101, 79, 70);
    color: rgb(0, 0, 0);
    box-shadow: rgba(212, 175, 55, 0.5) 0px 0px 20px;
}

.typology-catrd h5 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.57);
    border: 1px solid rgb(101, 79, 70);
    border-radius: 4px;
    transform: translateY(10px);
    box-shadow: rgba(212, 175, 55, 0.15) 0px 0px 15px;
    text-shadow: rgba(212, 175, 55, 0.8) 0px 0px 5px;
}

.bottom-content-abs {
    position: unset;
    bottom: 40px;
    left: 50%;
    transform: unset;
    width: 150%;
    z-index: 1;
    flex-direction: column;
    gap: 15px;
}

.line-card {
    gap: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.miiii {
    display: none;
}

.bottom-content-abs .line1 {
    background: rgb(101, 79, 70);
    box-shadow: rgb(101, 79, 70) 0px 0px 12px;
    height: 3px;
    border-radius: 3px;
    width: 80px;
}

.bottom-content-abs .line2 {
    background: rgb(92, 200, 255);
    box-shadow: rgb(92, 200, 255) 0px 0px 12px;
    height: 3px;
    border-radius: 3px;
    width: 80px;
}

.bottom-content-abs .line3 {
    background: rgb(255, 107, 107);
    box-shadow: rgb(255, 107, 107) 0px 0px 12px;
    height: 3px;
    border-radius: 3px;
    width: 80px;
}

.bottom-content-abs .line4 {
    background: rgb(255, 255, 255);
    box-shadow: rgb(255, 255, 255) 0px 0px 12px;
    height: 3px;
    border-radius: 3px;
    width: 80px;
}

.bottom-content-abs .line5 {
    background: rgb(156, 107, 255);
    box-shadow: rgb(156, 107, 255) 0px 0px 12px;
    height: 3px;
    border-radius: 3px;
    width: 80px;
}

.bottom-content-abs .bottom-card {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgb(101, 79, 70);
    border-image: initial;
    padding: 15px 18px;
    border-radius: 6px;
    transform: translateY(20px);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 30px;
    transition: 0.3s;
}

.bottom-content-abs .bottom-card h4 {
    font-family: Cinzel, serif;
    color: rgb(101, 79, 70);
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0px 0px 6px;
    letter-spacing: 0.05em;
}

.bottom-content-abs .bottom-card {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0px;
    line-height: 1.4;
}

.bottom-content-abs .bottom-card:hover {
    background: rgba(0, 0, 0, 0.65);
    border-left: 3px solid rgb(255, 255, 255);
    box-shadow: rgba(212, 175, 55, 0.25) 0px 15px 40px;
}

.about-section {
    background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(250, 247, 242) 80%);
}

.padding {
    padding: 60px 5vw;
}

.about-header p {
    color: rgb(184, 153, 125);
    font-weight: 600;
    position: relative;
    padding-left: 33px;
    letter-spacing: 0.2em;
    font-size: 15px;
    text-align: center;
    font-family: Cinzel, serif !important;
}

.about-header h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 15px;
    text-align: center;
}

.about-header p::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: rgb(101, 79, 70);
    position: absolute;
    left: 37%;
    top: 50%;
}

.text-color {
    color: rgb(184, 153, 125);
    font-weight: 500;
}

.about-card {
    background: var(--bg-white);
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.04) rgb(184, 153, 125);
    border-image: initial;
    padding: 18px 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 30px;
    transition: 0.3s;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(212, 175, 55, 0.15) 0px 15px 40px;
}

.about-card h4 {
    font-family: Cinzel, serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-card p {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.about-btn {
    padding: 16px 36px;
    background: rgb(101, 79, 70);
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    margin: 40px auto auto;
    display: block;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 0.5s ease-in-out;
}

.about-btn:hover {
    background: rgb(26, 31, 36);
    color: rgb(101, 79, 70);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 30px;
}

.about_img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.about_img img {
    height: 600px;
    transition: 0.5s ease-in-out;
    object-fit: cover;
}

.about_img img:hover {
    transform: scale(1.04);
}

.about-card-abs {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: rgb(255, 255, 255);
}

.location-advantage {
    background-image: url("../images/location-bg.jpg");
    width: 100%;
    height: 100%;
    min-height: 800px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.location-advantage::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle, rgba(10, 10, 15, 0.75) 0%, rgba(0, 0, 0, 0.95) 70%, rgb(0, 0, 0) 100%);
}

.offcanvas-title {
    text-align: center;
    width: 100%;
}

.highlight .about-card {
    padding: 4px 18px;
    display: flex;
    align-items: center;
}

.highlight .about-card h4 {
    margin-right: 12px;
    color: rgb(184, 153, 125);
    margin-bottom: 0px;
}

.highlight .about-card p {
    text-transform: capitalize;
}

.highlight .my-over {
    padding-right: 30px !important;
    padding-left: 60px !important;
}

.highlight .about-card {
    padding: 7px 18px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    background: rgb(38, 36, 36);
}

.highlight .about-card p {
    text-transform: capitalize;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.location-header :nth-child(1) {
    gap: 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgb(184, 153, 125);
    margin-bottom: 15px;
    font-weight: 600;
}

.location-advantage h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.8) 0px 5px 20px;
}

.location-advantage-img {
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 30px 60px;
    padding: 10px;
    position: relative;
    max-width: 90%;
}

.location-advantage-img img {
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}

.location-advantage-img img:hover {
    transform: scale(1.01);
}

.map-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(0, 0, 0, 0.8);
    border-left: 3px solid rgb(101, 79, 70);
    padding: 8px 15px;
    font-family: Cinzel, serif;
    font-size: 0.85rem;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px;
    backdrop-filter: blur(5px);
}

.location-advantage-img::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(101, 79, 70);
    pointer-events: none;
    transition: 0.4s;
}

.location-advantage-img::before {
    top: -2px;
    left: -2px;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    box-shadow: rgba(212, 175, 55, 0.2) 5px 5px 15px inset;
}

.location-advantage-img::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(101, 79, 70);
    pointer-events: none;
    transition: 0.4s;
}

.location-advantage-img::after {
    bottom: -2px;
    right: -2px;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    box-shadow: rgba(212, 175, 55, 0.2) -5px -5px 15px inset;
}

.location-advantage-points {
    padding: 22px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.54);
    transition: 0.2s ease-in-out;
}

.location-advantage-points:hover {
    border-bottom-color: rgba(212, 175, 55, 0.8);
    transform: translateX(8px);
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.05), transparent);
}

.location-advantage-points .dot {
    width: 5px;
    height: 5px;
    background: rgb(184, 153, 125);
    border-radius: 50%;
    box-shadow: rgb(184, 153, 125) 0px 0px 10px;
    margin-right: 15px;
    flex-shrink: 0;
}

.location-advantage-points p {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

.my-over {
    padding-right: 30px !important;
}

.location-advantage-points h5 {
    color: rgb(184, 153, 125);
    font-size: 1.05rem;
    font-weight: 600;
}

.price-section {
    background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(250, 247, 242) 80%);
}

.price-heading .hubheading {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgb(101, 79, 70);
    margin-bottom: 15px;
    font-family: Cinzel, serif;
    position: relative;
    display: inline-block;
}

.price-heading .hubheading::after {
    content: "";
    background-color: rgb(101, 79, 70);
    width: 20px;
    height: 1px;
    opacity: 0.6;
    position: absolute;
    left: -30px;
    top: 50%;
}

.price-heading .hubheading::before {
    content: "";
    background-color: rgb(101, 79, 70);
    width: 20px;
    height: 1px;
    opacity: 0.6;
    position: absolute;
    right: -30px;
    top: 50%;
}

.price-heading h1 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    margin: 0px 0px 5px;
    line-height: 1.2;
}

.price-heading .para {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.75px;
    word-spacing: 1px;
    margin: 0px auto 50px;
    max-width: 800px;
    color: rgb(109, 117, 127);
}

.dot {
    width: 5px;
    height: 5px;
    background: rgb(101, 79, 70);
    border-radius: 50%;
    box-shadow: rgb(101, 79, 70) 0px 0px 10px;
    margin-right: 15px;
    flex-shrink: 0;
}

.price-card-box {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: rgb(204, 204, 204) 0px 0px 5px;
    transition: 0.5s ease-in;
}

.price-card-box:hover {
    transform: translateY(-8px);
    box-shadow: rgba(212, 175, 55, 0.25) 0px 25px 50px;
    border-color: var(--gold);
}

.price-card-box img {
    transition: 0.5s ease-in-out;
    filter: blur(3px);
}

.my-bg {
    background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(250, 247, 242) 80%);
}

.price-card-box img:hover {
    transform: scale(1.02);
}

.price-card-box .price-card-typo {
    position: absolute;
    top: 15px;
    left: 34%;
    background: rgb(255, 255, 255);
    font-family: Cinzel, serif;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    border-bottom: 2px solid rgb(101, 79, 70);
}

.price-card-box h5 {
    font-size: 1.35rem;
    font-weight: 900;
    color: rgb(101, 79, 70);
    margin-bottom: 10px;
    text-align: center;
}

.price-card-box span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(26, 31, 36);
}

.price-card-box button {
    width: 100%;
    padding: 14px;
    background: rgb(101, 79, 70);
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 4px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin-top: 10px;
}

.ameneties-heading .dot-point {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgb(184, 153, 125);
    margin-bottom: 15px;
    font-weight: 700;
}

.ameneties-heading h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    margin: 0px 0px 15px;
    color: rgb(26, 31, 36);
}

.amihead h2 {
    color: rgb(250, 252, 255);
}

.ameneties-heading .sub-head {
    max-width: 800px;
    margin: 0px auto;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    color: rgb(90, 96, 105);
}

.amenities-section {
    position: relative;
    background-image: url("../images/amenities-bg.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.amenities-section::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.85) 0%, rgba(80, 79, 77, 0.98) 70%, rgb(78, 77, 75) 100%);
    backdrop-filter: blur(4px);
}

.amenities-card {
    background: rgb(255, 255, 255);
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: rgb(101, 79, 70) rgba(212, 175, 55, 0.15) rgba(212, 175, 55, 0.15);
    border-image: initial;
    border-radius: 8px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 15px 35px;
    transition: 0.5s ease-in-out;
    height: 100%;
    text-align: center;
}

.amenities-card img {
    width: 50px;
    display: flex;
    margin: 0px auto;
}

.amenities-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgb(26, 31, 36);
    margin-bottom: 10px;
    line-height: 1.3;
    margin-top: 10px;
    transition: 0.5s ease-in-out;
}

.amenities-card p {
    font-size: 0.8rem;
    line-height: 1.6;
    letter-spacing: 0.75px;
    color: rgb(90, 96, 105);
    flex-grow: 1;
}

.amenities-card:hover {
    border-color: rgb(101, 79, 70);
    box-shadow: rgba(212, 175, 55, 0.12) 0px 25px 45px;
}

.amenities-card:hover h4 {
    color: rgb(101, 79, 70);
}

.gallery-slider-abs h3 {
    font-size: 13px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 2px;
}

.gallery-slider-abs p {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.gallery-slider1 .item, .gallery-slider2 .item {
    position: relative;
    z-index: 1;
}

.gallery-slider1 .item::after, .gallery-slider2 .item::after {
    content: "";
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 0;
    display: none;
}

.gallery-slider1 .item::after {
    background: transparent !important;
}

.gallery-slider-abs {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

.gallery-slider2 .owl-item img {
    background-position: center center;
    object-fit: cover;
    height: 513px !important;
}

.gallery-slider1 .owl-item img {
    object-fit: cover;
    background-position: center center;
    height: 513px !important;
}

.gallery-slider1 .gallery-slider-abs h3 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 2px;
}

.gallery-slider1 .gallery-slider-abs p {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    font-size: 18px;
    transition: 0.3s;
}

.nav-btn:hover {
    background: rgb(255, 77, 77);
    transform: scale(1.1);
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev {
    position: absolute;
    left: 15px;
}

.owl-next {
    position: absolute;
    right: 15px;
}

.nav-btn {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-close-white {
    filter: none !important;
}

.offcanvas {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 1 !important;
}

.footer-section {
    background: linear-gradient(rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)) center center / cover, url("../images/footer-bg.jpg");
    width: 100%;
    height: 100%;
}

.form-sec label {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: rgb(255, 255, 255);
}

.form-sec input {
    width: 100%;
    padding: 6px 10px;
    border-radius: 3px;
    margin-top: 6px;
    border: 1px solid rgb(101, 79, 70);
    box-shadow: rgba(212, 175, 55, 0.12) 0px 25px 45px;
}

.form-sec input:focus {
    outline: none;
}

.form-sec input::placeholder {
    font-family: Cinzel, serif !important;
    font-size: 13px;
}

.rera-details p {
    background-color: rgb(26, 31, 36);
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding: 10px 20px;
    margin: 0px auto;
    color: rgb(184, 153, 125);
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid rgb(184, 153, 125);
    box-shadow: rgba(212, 175, 55, 0.12) 0px 25px 45px;
}

.rera-details {
    margin-top: 30px;
}

.chat-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    text-align: center;
    background-color: rgb(26, 31, 36);
    padding: 15px;
    border-radius: 50%;
    box-shadow: rgb(101, 79, 70) 0px 0px 10px;
}

.chat-box img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0px auto;
}

.chat-box p {
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.footer-bottom a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: rgb(101, 79, 70) !important;
}

.btn-whatsapp-pulse {
    background: rgb(37, 211, 102);
    position: fixed;
    bottom: 20px;
    right: 8px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0px;
    height: 0px;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
    color: white !important;
}

@keyframes pulse {
    0% {
        box-shadow: rgba(37, 211, 102, 0.5) 0px 0px 0px 0px;
    }

    80% {
        box-shadow: rgba(37, 211, 102, 0) 0px 0px 0px 14px;
    }
}

.moreless-button {
    background-color: rgb(26, 31, 36);
    color: rgb(184, 153, 125);
    display: inline-block;
    padding: 6px 10px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}

#lightbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox-img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    cursor: pointer;
    padding: 10px;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.banner-form .form-sec input {
    margin-top: 6px;
    height: 47px;
    margin-bottom: 19px;
}

.banner-form h1 {
    font-size: 28px;
    color: rgb(255, 255, 255);
}

.banner-form .about-btn {
    margin-top: 10px;
    padding: 13px 19px;
}

.about-header.high p::after {
    left: 35%;
}

.about-section.padding.highlight {
    background: linear-gradient(rgba(0, 0, 0, 0.85) 0%, rgba(80, 79, 77, 0.98) 70%, rgb(78, 77, 75) 100%);
    backdrop-filter: blur(4px);
}

.highlight .about-header h1 {
    color: rgb(255, 255, 255);
}

.form-toggle-btn {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    writing-mode: vertical-lr;
    letter-spacing: 1px;
    background: rgb(101, 79, 70);
    padding: 12px 7px;
    border-radius: 4px 0px 0px 4px;
    transition: background 0.3s;
    border: 1px solid rgb(101, 79, 70);
}

.form_section h6 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.form_section input {
    width: 100%;
    padding: 8px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(101, 79, 70);
    box-shadow: rgba(212, 175, 55, 0.12) 0px 25px 45px;
    margin-bottom: 15px;
    font-family: Cinzel, serif !important;
}

.form_section input::placeholder {
    color: rgb(0, 0, 0);
}

.slide-form {
    position: fixed;
    right: -400px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px 0px 0px 20px;
    max-width: 400px;
    width: 100%;
    transition: right 0.4s;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 175, 55, 0.5) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
    border-image: initial;
    z-index: 99999;
    padding: 18px 40px;
}

.slide-form.active {
    right: 0px;
}

.form-close-btn {
    position: absolute;
    top: 5px;
    right: 16px;
    background: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    font-size: 34px;
    cursor: pointer;
}


.navbar.navbar-dark.fixed-nav .navbar-brand img {
    display: block;
}


.text-center {
    text-align: center;
}

.rera-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rera-details img {
    width: 80px;   /* size adjust kar sakte ho */
    height: auto;
    display: block;
    margin: 0 auto 10px;
}