* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --brown: #9C6F0F;
    --green: #ffcc70;
    --blue: #ff6f61;
}

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Crimson Text', serif;
    color: #000;
}

.rupee {
    font-family: sans-serif;
}

.h-auto {
    min-height: unset !important;
    height: auto;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 34px;
}

a {
    text-decoration: none;
}

ul.list-styled {
    list-style: none;
    padding-left: 0;
}

img.object-cover {
    object-fit: cover;
}

.bg_green {
    background-color: var(--green);
}

.bg_brown {
    background-color: var(--brown);
}

.bg_blue {
    background-color: var(--blue);
}

.text_green {
    color: var(--green);
}

.text_brown {
    color: var(--brown);
}

.text_blue {
    color: var(--blue);
}

.sec_padding{
    padding: 80px 16px;
}
@media (max-width: 768px) {
    .sec_padding{
        padding: 50px 16px;
    }
}
main {
    background: #ffffff;
}

header {

    z-index: 9;
    background: #ffffff;
    backdrop-filter: blur(2px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

header nav .navbar-brand img {
    height: 72px;
    border-radius: 5px;
}

header nav.navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
    padding: 12px 20px;
}


/* .lone_btn,
.theme_btn {
    margin: 0px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 1.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 50px;
    display: inline-block;
    background-image: linear-gradient(to right, #5a6d96,  #a3acc8, #ffffff);
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.lone_btn:hover,
.theme_btn:hover {
    background-position: right center;
    color: #000000;
    text-decoration: none;
} */
.btn-gradient-fill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 50px;
    overflow: hidden;
    background: linear-gradient(90deg, #013131 0%, #010F0F 50%, #010F0F 100%);
    background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: left center;
    transition: background-position 0.6s ease, color 0.4s ease;
}

.btn-gradient-fill i {
    transition: transform 0.4s ease, color 0.4s ease;
}

/* Hover states */
.btn-gradient-fill:hover {
    background-position: right center;
    color: #ffffff;
}

.btn-gradient-fill:hover i {
    /* transform: translateX(6px); */
    color: #ffffff;
}


.banner_wrapper {
    height: 100vh;
    background: #000 url('../sobha-town-park-images/banner\ 2.webp') no-repeat left top/ cover;
    padding-bottom: 100px;
    /*    animation: kenburns-bg-zoom 15s ease-in-out forwards;*/
}

@keyframes kenburns-bg-zoom {
    0% {
        background-size: 110%;
        background-position: center;
    }

    100% {
        background-size: 150%;
        /* Zoom in more */
        background-position: 48% 48%;
        /* Optional slight pan */
    }
}

.banner_wrapper .overlay {
    background: rgba(0, 0, 0, 0.4);
}

.banner_wrapper h1 {
    line-height: 1.2;
    font-size: 64px;
    font-weight: 500;
}

.banner_wrapper p {
    line-height: 1.6;
    font-size: 16px !important;
}

.banner_wrapper .blurred {
    background: #ffffff1f;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    font-size: 15px;
}

.banner_wrapper .location {
    border-left: 1px solid #ffffff75;
    margin-left: 15px;
    padding-left: 15px;
}

.banner_wrapper .location i {
    color: #dbc478;
}


.theme_btn:hover {
    scale: 1.08;
}

.line_btn {
    background: #fff0;
    border: 1px solid #fff;
    color: #fff;
    backdrop-filter: blur(2px)
}

.line_btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    scale: 1;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.b_features {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.b_features_box {
    color: #fff;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.b_features_box span.count {
    font-size: 20px;
}

.b_features_box:hover {
    background: rgb(177 142 78 / 75%);
}

.overview-icons {
    background: linear-gradient(90deg, #ed8438 0%, #ff6f61 50%, #ffcc70 100% 100%);
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    padding-top: 13px !important;
    padding-right: 15px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    box-shadow: 10px 10px 0px 0px rgb(255 184 184 / 30%);
    transition: .4s;
}

.overview-icons:hover {
    transition: .4s;
    transform: translateY(-10px);
}

.overview-icons p {
    font-size: 20px;
    color: white;
    margin-bottom: 0px;
}

.overview-icons img {
    width: 20%;
    height: 100%;
}


.notice {
    padding: 50px;
    border-radius: 30px;
    color: #fff;
    background-image: linear-gradient(to right, #60a734 0%, #b84f8e 51%, #02aab0 100%);
    line-height: 1.5;
}

.notice .theme_btn {
    background: #fff;
    color: #000;
}

.notice .theme_btn:hover {
    color: var(--brown);
}

.section {
    padding: 100px 0px;
    min-height: 500px;
}

.sec_title {
    font-size: 20px;
    color: #010F0F;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
}

.grd_text {
    background: linear-gradient(to right, #60a734, #b84f8e);
    background: -webkit-linear-gradient(0deg, #60a734, #b84f8e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.overview img {
    border-radius: 25px;
}

.overview img.img02 {
    height: 300px;
    margin-top: 30px;
}

.overview_list li:hover i {
    background: #ad4f85;
    outline: 1px solid #ad4f85;
    color: #fff;
}


.highlights,
.offer {
    background: url('../images/Assetz-Codename-Micropolis-4.jpg') no-repeat center / cover;
    background-attachment: fixed;
    min-height: 200px;
}

.highlights .overlay {
    background: #4f4432;
    opacity: 1;
}

.highlights .col-lg-10 .row {
    row-gap: 40px;
}

.highlights .h_box {
    width: 90%;
    margin: auto;
}

.highlights .h_box i {
    background: #fff;
    border-radius: 50%;
    --size: 90px;
    width: var(--size);
    height: var(--size);
    margin: auto;
    margin-bottom: 20px;
    color: #6d5e44;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights .h_box p {
    margin-bottom: 0px;
}

.offer .overlay {
    background: #000;
    opacity: 0.7;
}

.offer h2.title {
    font-size: 60px;
}

.floor_plans {
    background: url('../images/demo-3-pattern.png') no-repeat center bottom / cover;
}

.fp_box {
    padding: 40px 40px;
    transition: all 0.3s;
    background: #ffffff;
    color: #000000;
    border-radius: 20px;
    box-shadow: 9px 11px 14px 0 #00000009;
}

.fp_box .text {
    font-size: 14px;
}

.count {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
    text-align: start;
    margin: 5px 0px;
    display: inline-block;
}


.fp_box p.type {
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 20px;
    color: #000000
}

.fp_box li {
    margin-bottom: 12px;
}

.fp_box li i {
    color: var(--brown);
}

.fp_box .theme_btn {
    margin-top: 30px;
    background-image: linear-gradient(to right, #5a6d96, #a3acc8, #ffffff);
    padding: 15px 25px !important;
}

.fp_box .theme_btn:hover {
    background-image: linear-gradient(to right, #5a6d96, #a3acc8, #ffffff);
}

/*
.fp_box.active { background: #4f4432; color: #fff;}
.fp_box.active .type { color: #fff;}
*/
.master-plane-sec img {
    filter: blur(2px);
}



.amenities_list .row {
    row-gap: 30px;
}

.a_box {
    background: #ffffff;
    padding: 25px 18px;
    border-radius: 20px;
    color: black;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #f8f9fa;
    transition: all 0.3s;
}

.a_box:hover {
    box-shadow: 0 12px 20px -8px #0000003d;
}

.a_box img {
    width: 60px;
    margin-bottom: 20px;

}

.location-advantage-sec {
    background-image: url(../sobha-town-park-images/banner\ 3.webp);
    background-size: cover;

}

.location-advantage-sec h2,
.location-advantage-sec h3,
.location-advantage-sec p {
    color: white;
}

.location-advantage-sec .text-dark {
    color: white !important;
}

.location-advantage-sec p {
    width: 85%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(2px);
    background: rgb(0 0 0 / 5%);
    transition: all 0.3s;
    text-align: start;
    display: inline-block;
}




.e_gallery .col-sm-6 {
    padding: 0;
}

.e_gallery .col-sm-6 a[data-fancybox="gallery"] {
    background: var(--brown);
    display: block
}

.e_gallery img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s;
}

.e_gallery a:hover img {
    opacity: 0.5
}



.CTA {
    background: #f7f1e6;
}

.CTA .location_adv {
    background: var(--brown);
    padding: 20px;
}

.CTA .location_adv ul {
    row-gap: 20px;
}

.CTA .location_adv li {
    flex: 50% 0 0;
}

.CTA .location_adv li i {
    margin-top: 5px;
}

.form_wrapper .form-control {
    background: #ffffff;
    color: #000;
}

.form_wrapper .form-control:not(textarea) {
    height: 52px;
}

.form_wrapper .form-control {
    border: 1px solid #ffffff24;
}

.form_wrapper .form-control:focus {
    border: 2px solid var(--brown);
    box-shadow: none;
}

.form_wrapper .form-control::placeholder {
    color: #a5a5a5;
    font-size: 15px;
}

.form-label {
    margin-bottom: 4px;
    font-size: 14px;
}

.hedder-form {
    padding: 40px 30px 10px 30px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(30px);
}

.hedder-form h3 {
    color: rgb(255, 255, 255) !important;
}

.form_wrapper {
    background: #0000;
    backdrop-filter: blur(60px);
    padding: 60px;
    border-radius: 00px;
    /*    box-shadow: 0 8px 30px 0 #00000012;*/
}

.modal {
    --bs-modal-width: 65%;
}
#exampleModal .modal-content.bg-transparent{
    width: 500px;
    margin: auto ;
}
.modal-content {
        border: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-content .form_wrapper {
    width: 100%;
    margin: auto;
    background: #00000087
}

.modal-content .btn-close {
    right: 8px;
    top: 8px;
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 2;
}


.request-btn {
    position: fixed;
    background: #013131 ;
    right: -64px;
    top: 68%;
    transform: rotate(90deg) translateY(-50%);
    z-index: 2;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    transition: all 0.3s linear;
    font-size: 18px;
}

.request-btn:hover {
    background: #121212;
    color: #fff;
}

.Sideform {
    width: 375px;
    background: #000000a6;
    backdrop-filter: blur(15px);
    padding: 25px 25px;
    position: fixed;
    right: -380px;
    top: 55%;
    transform: translateY(-50%);
    border-radius: 10px;
    transition: all 0.3s linear;
    z-index: 12;
}

.Sideform.active {
    right: 0;
}

.Sideform .close {
    color: #010F0F;
    position: absolute;
    top: -12px;
    left: -15px;
    background: #010F0F;
    height: 30px;
    width: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 15px #00000047;
    opacity: 0;
}

.Sideform.active .close {
    opacity: 1;
}

.connect-icon {
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.connect-icon img {
    width: 55px;
    height: 55px;
    cursor: pointer;
}

.footer {
    padding: 90px 0 0px;
}

.f_logo {
    height: 100px;
}

.disclaimer {
    padding: 30px;
    background: #ffffff1f;
    border-radius: 20px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    margin: 40px auto;
}

.footer a.text_brown:hover {
    color: var(--brown);
}

.copyrights {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.copyrights .container {
    display: flex;
    justify-content: center;
}


.page_title {
    height: 320px;
    padding-top: 80px;
}

.pp_content h2,
.pp_content h3 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 15px;
}

.embassy-box-sec {
    transition: all 0.3s;
    background: #ffffff;
    border-radius: 20px;
    padding: 0px 0px 20px 0px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.embassy-box-sec img {
    border-radius: 20px;
}

.boxes-1 {
    padding: 20px;
}

.embassy-box-sec:hover img {
    transform: scale(1.05);
    transition: 0.4s;
}

@media (max-width: 1399px) {
    body {
        font-size: 15px;
    }

    .banner_wrapper h1 {
        font-size: 58px;
    }

    .banner_wrapper .theme_btn {
        padding: 15px 25px;
    }

    h2 {
        font-size: 40px;
    }

    .modal-content .form_wrapper {
        padding: 30px;
    }

    .form_wrapper h3.title {
        font-size: 28px;
    }

    .disclaimer {
        font-size: 13px;
    }

    footer img {
        max-height: 75px;
    }

    .form_wrapper .form-control:not(textarea) {
        height: 45px;
    }

    .advantages ul li.col {
        font-size: 14px;
        padding: 12px 14px;
    }

    .advantages ul li span.d-inline-block {
        padding: 2px 8px;
        font-size: 11px;
        margin-bottom: 5px;
        font-weight: 500;
    }
}

@media (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 94%;
    }

    .banner_wrapper h1 {
        font-size: 50px;
    }

    .banner_wrapper p.blurred {
        font-size: 14px;
    }

    .banner_wrapper p.fs-4,
    .fs-4 {
        font-size: 14px !important;
    }

    .fs-5 {
        font-size: 1.05rem !important;
    }

    .modal {
        --bs-modal-width: 880px;
    }

    .request-btn,
    .sec_title {
        font-size: 16px;
    }

    .btn-gradient-fill {
        padding: 15px;
        font-size: 14px;
    }

    #hero_banner .banner_wrapper {
        background-size: 140%;
    }

    @keyframes kenburns-bg-zoom {
        0% {
            background-size: 140%;
        }

        100% {
            background-size: 180%;
        }
    }

    .overview_list li {
        margin-top: 18px;
    }

    .h_box {
        padding: 18px;
    }

    h2 {
        font-size: 34px;
    }

    .e_gallery img {
        height: 250px;
    }

    .form_wrapper {
        padding: 30px;
    }

    .advantages ul {
        gap: 20px;
    }

    .advantages ul li.col {
        font-size: 12px;
        padding: 10px;
    }

    .section {
        padding: 80px 0px;
        min-height: 420px;
    }
}

@media (max-width: 991px) {
    section {
        min-height: 200px;
    }

    .banner_wrapper h1 {
        font-size: 6.2vw;
    }

    .b_features_box span.count,
    .fp_box p.type {
        font-size: 20px;
    }

    .overview img.object-cover {
        margin-top: 30px;
        border-radius: 12px;
    }

    .highlights .row {
        row-gap: 30px;
    }

    .highlights .row:not(:last-child) {
        margin-bottom: 30px;
    }

    .advantages.col-md-12 img {
        width: 80%;
        margin: 0 auto 50px;
        display: block;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        background: #fff;
        margin-left: auto;
        margin-right: 20px;
    }

    #hero_banner .banner_wrapper {
        background-size: cover;
        animation: none;
    }

    header.menu-open {
        backdrop-filter: blur(10px);
    }

    .e_gallery img {
        height: 24vw;
    }

    .a_box {
        font-size: 14px;
        padding: 20px 7px;
    }

    .a_box img {
        width: 45px;
        margin-bottom: 8px;
    }

    .marquee-slider {
        margin-top: 40px;
    }

    .offer h2.title {
        font-size: 38px;
    }

    .fp_box {
        padding: 50px 20px;
    }

    .fp_box .theme_btn {
        padding: 15px 25px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }

    h2 {
        font-size: 28px;
    }

    .banner_wrapper h1 {
        font-size: 32px;
    }

    .banner_wrapper p {
        font-size: 12px;
    }

    #hero_banner .banner_wrapper {
        flex-direction: column;
        height: auto;
        padding: 130px 0 60px;
    }

    .banner_wrapper .blurred {
        padding: 3px 10px;
        font-size: 12px;
    }

    .b_features_box {
        padding: 12px;
    }

    .b_features {
        position: static;
        margin-top: 30px;
    }

    .b_features .row {
        row-gap: 25px;
    }

    .b_features_box span.count {
        font-size: 15px;
    }

    .banner_wrapper .location {
        margin-left: 8px;
        padding-left: 10px;
    }

    .banner_wrapper .d-flex {
        flex-direction: column;
    }

    .advantages.col-md-12 img,
    .highlights .h_box {
        width: 100%;
    }

    .advantages ul li.col {
        flex: 100% 0 0;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .marquee-slider {
        margin-top: 30px;
    }

    button[type="submit"].theme_btn {
        margin: auto;
        display: block;
    }

    .btn-gradient-fill.lone_btn {
        display: none;
    }

    .navbar-toggler {
        margin-right: 0;
    }

    header .container-fluid {
        padding: 0;
    }

    .connect-icon img {
        width: 45px;
        height: 45px;
    }

    .fs-5 {
        font-size: 0.88rem !important;
    }

    .theme_btn {
        padding: 15px 25px;
    }

    .Sideform {
        width: 94%;
        padding: 25px;
        right: -100%;
    }

    .connect-icon {
        right: 12px;
        bottom: 54px;
    }

    .form_wrapper {
        padding: 20px;
    }

    .disclaimer {
        font-size: 12px;
        padding: 15px;
        border-radius: 14px;
    }
    .connect-icon{
        display: none;
    }
    .footer {
        padding: 50px 0 40px;
    }

    .form_wrapper h3.title {
        font-size: 24px;
        text-align: center;
    }

    .modal-content .form_wrapper {
        width: 100%;
    }

    .h_box {
        padding: 2px;
    }

    .offer h2.title {
        font-size: 34px;
    }

    .floor_plans .row {
        row-gap: 20px;
    }

    .fp_box p.type {
        font-size: 26px;
    }

    .CTA .location_adv.position-absolute {
        position: static !important;
    }

    .e_gallery .col-sm-6 {
        padding: 6px;
    }

    .page_title {
        height: 250px;
        padding-top: 80px;
    }

    .pp_content h2,
    .pp_content h3 {
        font-size: 22px;
    }
}

@media(min-width:500px) and (max-width:992px) {
    .overview-icons img {
        width: 80px;
        height: 100%;
    }
}

@media (max-width:430px) {
    .location-advantage-sec p {
        width: 100% !important;
    }

    .overview-icons p {
        font-size: 17px;
    }
}

.sticky_contact {
    display: none;
}

    @media screen and (max-width: 992px) {
    .sticky_contact {
        display: block;
        background: linear-gradient(90deg, #013131 0%, #010F0F 50%, #013131 100%);
        width: 100vw;
        position: fixed;
        left: 0;
        bottom: -10px;
        z-index: 9;
        padding: 10px 0px;
    }
        .sticky_contact ul.list-styled li {
        margin: 0 24px;
        padding: 3px 5px;
        border: 0;
        font-size: 15px;
        min-width: 108px;
        text-align: center;
        list-style: none;
        margin-bottom: 0;
        text-decoration: none;
    }
     .sticky_contact ul {
        justify-content: center !important;
    }
    .sticky_contact ul.list-styled li:first-child {
        border-right: 1px solid #fff;
        padding-right: 30px;
        margin-right: 0;
    }
}

/************/
.about-cont-sec{
        background: linear-gradient(137deg, #013131, #010F0F);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
}
.form-sec-32{
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
}
.form-sec-32 .form-control{
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
}
.form-sec-32 .form-control::placeholder{
    font-size: 14px;
}
.form-sec-32 .form-control:focus{
    box-shadow: none;
    border-color: var(--brown);
}
/***Hightlights 32***/
.highlights-sec-32{
    background-color: #fff;
}
.highlights-sec-32 .highlights-box-32{
    text-align: center;
    padding: 50px;
    min-height: 238px;
    margin: 10px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 1px 1px #010f0f63;
    border-radius: 12px;
}
.highlights-sec-32 .highlights-box-32 .s-title{
    font-size: 16px;
    font-weight: 500;
    color: #121111;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}
.highlights-sec-32 .highlights-box-32 img{
    transition: transform 0.4s ease;
}

.highlights-slider .swiper-wrapper{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.highlights-sec-32 .highlights-box-32:hover{
    background: linear-gradient(145deg, #013131, #010F0F);
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.highlights-sec-32 .highlights-box-32:hover img{
    transform: scale(1.1) rotate(3deg);
}
.highlights-sec-32 .highlights-box-32:hover .s-title{
    transform: translateY(-3px);
    color: #ffffff;
}
.residence-options{
    background: #f9f9f9;
}


/* CARD */
.lux-card{

    position:relative;
    background:#001a1a;
    border-radius:18px;
    padding:35px;
    height:100%;

    overflow:hidden;

    transition: transform .15s ease, box-shadow .15s ease;

    transform-style:preserve-3d;
}


/* animated border */
.lux-border{

    position:absolute;
    inset:0;

    border-radius:18px;

    padding:1px;

    background: linear-gradient(120deg, #013131, #010F0F, #023b3b);
    opacity: 0;

    opacity:0;

    transition:.4s;
}


/* content */
.lux-content{

    position:relative;
    z-index:2;
    color:white;
}


/* hover effects */
.lux-card:hover{

    transform:
    translateY(-10px)
    scale(1.02);

    box-shadow:
    0 20px 60px rgba(0,0,0,.25);
}


.lux-card:hover .lux-border{

    opacity:1;

    animation:borderMove 3s linear infinite;
}





/* TAG */
.lux-tag{

    font-size:13px;
    color:#aaa;
}


/* TITLE */
.lux-title{

    font-size:40px;
    font-weight:700;
    color:white;
    margin:10px 0;
}


/* subtitle */
.lux-sub{

    color:#bbb;
    margin-bottom:20px;
}


/* info */
.lux-info div{

    margin-bottom:8px;

    color:#e0e0e0;
}


/* BUTTON */
.lux-btn{

    margin-top:20px;

    width:100%;

    padding:14px;

    border:none;

    border-radius:30px;

        background: linear-gradient(90deg, #9C6F0F 0%, #FFAB4B 50%, #ffcc70 100%);

    color:white;

    font-weight:600;

    cursor:pointer;

    transition:.3s;
}


.lux-btn:hover{

    transform:scale(1.05);

    box-shadow:
    0 0 20px rgba(255,171,75,.5);
}



/* RESPONSIVE */
@media(max-width:992px){

.lux-title{
    font-size:30px;
}

}

/*****Aminities 32*****/
.amenities-tabs{
    background: #fff;
    padding-bottom: 60px;
}

.main-title{
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

/* Bootstrap tabs override for luxury look */
/* ===============================
   YOUR EXISTING CSS (UNCHANGED)
=============================== */

.nav-tabs {
    border-bottom: 2px solid #ddd;
    justify-content: flex-start !important;
    margin: auto;
    width: fit-content;
}

.nav-tabs li.nav-item{
    margin-bottom: 10px;
}

.nav-tabs .nav-link {
    font-weight: 600;
    font-size: 18px;
    color: #444;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    padding: 20px 30px;
    margin: 0 12px;
    background: #f8f8f8;
    box-shadow: 0 0 0 transparent;
}

.nav-tabs .nav-link:hover {
    background: #eaeaea;
}

.nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #013131 0%, #010F0F 50%, #010F0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-bottom: 2px solid #035252;
    box-shadow: 0 4px 8px rgba(255,111,97,0.3);
    font-size: 20px;
}

/* Tab Content */
.tab-content{
    min-height: 220px;
    position: relative;
}

/* Grid inside each tab */
.amenities-grid{
    margin-top: 40px;
}

/* Individual amenity item */
.amenity-item{
    text-align: center;
    padding: 30px;
    cursor: default;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    background: #f1f1f1;
    box-shadow: 0 3px 8px rgb(0 0 0 / 15%);
}

.amenity-item img{
    max-width: 60px;
    margin-bottom: 12px;
    transition: transform 0.4s ease;
}

.amenity-item p{
    font-weight: 600;
    font-size: 14px;
    color: #444;
}

/* Hover */
.amenity-item:hover{
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 15px 30px rgb(2 97 27 / 30%);;
}

/* .amenity-item:hover img{
    transform: scale(1.15) rotate(5deg);
} */

/* Fade animation for tab switching */
.tab-pane {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: none;
}

.tab-pane.show.active {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .amenity-item img{
        max-width: 60px;
    }
}



/* ===============================
   NEW CSS FOR LEFT SIDE TABS LAYOUT
=============================== */

/* Main layout wrapper */
.tab-sec-21 .nav-tabs {

    flex-direction: column;   /* vertical tabs */
    width: 100%;              /* full width */
    border-bottom: none;
}


/* make all tabs equal full width */
.tab-sec-21 .nav-tabs .nav-item {
    width: 100%;
}


.tab-sec-21 .nav-tabs .nav-link {

    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;   /* remove side margin */
    border-radius: 8px;
}


/* right side content spacing */
.tab-sec-21 .tab-content {

    padding-left: 20px;
}



/* make 2 items per row always */
.tab-sec-21 .tab-pane .row > div {

    width: 50%;
}



/* ===============================
   DESKTOP LAYOUT
=============================== */

@media (min-width: 768px){

.tab-sec-21{
    display: flex;
    gap: 30px;
        flex-direction: column;

}

.tab-sec-21 .nav-tabs{
    width: 30%;
}

.tab-sec-21 .tab-content{
    width: 70%;
}

}



/* ===============================
   MOBILE RESPONSIVE
=============================== */

@media (max-width: 767px){

/* make tabs horizontal scroll */
.tab-sec-21{
    display: flex !important;
        flex-direction: column !important;
}

.tab-sec-21 .nav-tabs{

    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
}


/* horizontal tab size */
.tab-sec-21 .nav-tabs .nav-link{

    width: auto;
    min-width: 220px;
    text-align: center;
}


/* remove left padding */
.tab-sec-21 .tab-content{

    padding-left: 0;
    margin-top: 20px;
}


/* keep 2 per row in mobile */
.tab-sec-21 .tab-pane .row > div{

    width: 50%;
}

}

/***Location Advantages 32***/
.location-advantage {
  background: #faf7f1;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.location-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 15px 35px rgba(184, 134, 11, 0.3); */
    
}

/* Gradient border */



.location-text,
.map-container {
  flex: 1;
  padding: 40px 50px;
  position: relative;
}
.map-container {
    padding: 3px;
    background: linear-gradient(317deg, #9C6F0F, #b2b2b280);
}

.location-text h2 {
  letter-spacing: 1px;
  color: #121111;
  margin-bottom: 24px;
  font-weight: 700;
}

.location-text .lead {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  margin-bottom: 24px;
}

.location-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.location-list li {
  font-size: 16px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 32px;
  cursor: default;
  transition: color 0.3s ease;
}

.location-list li::before {
  content: "✔";
  color: #010F0F;
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 700;
  font-size: 20px;
  transition: color 0.3s ease;
}


/* Map styling with hover shadow and border-radius */
.map-container {
  overflow: hidden;
  border-radius: 20px;
      background: linear-gradient(317deg, #013131, #b2b2b280);
  transition: box-shadow 0.4s ease;
}



.map-container iframe {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
}

/* Responsive */

@media (max-width: 991.98px) {
  .location-wrapper {
    flex-direction: column;
    border: 3px solid #b8860b;
  }
  .location-text {
    border-right: none;
    padding: 30px 25px;
  }
  .map-container {
    padding: 30px 25px;
    height: 320px !important;
  }
  .location-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .location-text li {
    font-size: 14px;
  }
}
/*********Gallery**********/

.mySwiper-23 {
  width: 100%;
  padding-bottom: 50px;
}

.mySwiper-23 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 600px;      /* Increase width */
  height: 400px;     /* Set proper height */
}

.mySwiper-23 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Navigation arrows */
.gal-prev,
.gal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.gal-prev:hover,
.gal-next:hover {
    background: #000;
}

.gal-prev {
    left: 20px;
}

.gal-next {
    right: 20px;
}

/* Responsive */
@media (max-width: 768px) {

    .gal-prev,
    .gal-next {
        width: 40px;
        height: 40px;
    }
}
/**************/
/* ===============================
   WHY CHOOSE RENRAM SECTION CSS
   =============================== */

/* Section spacing */
.why-us-sec {
    position: relative;
}

/* Card */
.why-card {
    position: relative;
    padding: 35px 25px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    cursor: pointer;

    height: 220px; /* Fixed equal height */

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.4s ease;
}

/* Gradient Background */
.why-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;

    background: linear-gradient(135deg, #013131, #010F0F);

    transition: bottom 0.45s ease;
    z-index: 1;
}

.why-card:hover::before {
    bottom: 0;
}

/* Content wrapper (icon + heading) */
.why-content {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

/* Icon */
.icon-box {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;

    border-radius: 50%;

    background: linear-gradient(135deg, #013131, #010F0F);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 22px;

    transition: all 0.4s ease;
}

/* Heading */
.why-card h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    transition: all 0.4s ease;
    color: #444;
}

/* Text (Hidden by default) */
.why-card p {

    position: absolute;
    left: 25px;
    right: 25px;

    z-index: 2;

    opacity: 0;
    transform: translateY(20px);

    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;

    margin: 0;

    transition: all 0.4s ease;
}

/* Hover Effects */

/* Hide icon + heading */
.why-card:hover .why-content {
    opacity: 0;
    transform: translateY(-20px);
}

/* Show text */
.why-card:hover p {
    opacity: 1;
    transform: translateY(0);
}

/* Icon hover style */
.why-card:hover .icon-box {
    background: #ffffff;
    color: #FFAB4B;
}

/* Card hover lift */
.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}


/* ===============================
   MOBILE VIEW
   =============================== */

@media (max-width: 768px) {

    .why-card {

        height: auto;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
    }

    .why-card::before {
        display: none;
    }

    .why-content {
        opacity: 1 !important;
        transform: none !important;
    }

    .why-card p {

        position: relative;
        opacity: 1;
        transform: none;

        color: #777;
        margin-top: 10px;
    }

    .why-card:hover {
        transform: none;
        box-shadow: none;
    }

}

/****FAQ section*********/
.faq-sec {
    background: #f9f9f9;
    padding: 80px 0;
}

.faq-sec .faq-wrapper {
    margin: auto;
}

.faq-sec .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.4s ease;
}

.faq-sec .faq-item.active {
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(90deg, #010F0F, #013131) border-box;
}

.faq-sec .faq-question {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-sec .faq-question i {
    color: #013131;
    transition: transform 0.3s ease;
}

.faq-sec .faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-sec .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    color: #666;
    font-size: 14px;
    transition: all 0.4s ease;
}

.faq-sec .faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 25px 20px 25px;
}
/************/
.about-img{
    border-radius: 20px;
}
.tab-sec-21{
    display:flex;
        flex-direction: row;
}
/* Banner section */
.banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-section .bannerSwiper {
    width: 100%;
    height: 100%;
}

.banner-section .banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
     object-position: center center;
}

/* Navigation arrows */
.banner-prev,
.banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.banner-prev:hover,
.banner-next:hover {
    background: #000;
}

.banner-prev {
    left: 20px;
}

.banner-next {
    right: 20px;
}
.banner-section .desktop-banner {
    display: block;
}

.banner-section .mobile-banner {
    display: none;
}
/* Responsive */
@media (max-width: 992px) {
    .banner-section .banner-img {
        height: auto;
    }

    .banner-prev,
    .banner-next {
        width: 40px;
        height: 40px;
    }
    .banner-section .desktop-banner {
        display: none;
    }

    .banner-section .mobile-banner {
        display: block;
    }
}


.lux-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.project-gallery .swiper-slide img{
    opacity: 0.5;
    transition: opacity 0.3s ease;

}
.project-gallery .swiper-slide-active img{
    opacity: 1;
    transition: opacity 0.3s ease;
}
#contactModal .modal-dialog.modal-dialog-centered{
    justify-content: center;
}

#contactModal .modal-content{
        width: 500px;
        padding:20px;
}
#contactModal .modal-header {
    margin-top: -20px;
}
#contactModal .btn-form-sub-2{
            background: linear-gradient(90deg, #013131 0%, #010F0F 50%, #010F0F 100%);
        color: #fff;
        padding: 15px;
        border-radius: 550px;
}
.connect-icon img{
    border-radius: 50px;
}
#contactModal .modal-title{
    font-size:28px !important;
    font-weight: 700;
}
#contactModal .modal-content {
    overflow: hidden;
    position: relative;
    z-index: 1;
    }

#contactModal .model-overflow-21 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(135deg, rgb(255 255 255), rgba(55, 52, 52, 0.05));
backdrop-filter: blur(5px);

    z-index: 0;
}
#contactModal select#bhkSelect{
    height: 52px !important;
    border: 1px solid var(--brown)
}

/* bring modal body content above overlay */
#contactModal .modal-content > *:not(.model-overflow-21) {
    position: relative;
    z-index: 2;
}
#contactModal .modal-content .btn-close{
        right: -3px;
    top: 16px;
}

#contactModal .modal-content input{
    padding: 12px;
    margin-bottom: 5px;
        border: 1px solid var(--brown)
}
@media(max-width:768px){
    .about-cont-sec{
        padding: 20px;
    }
    .form-sec-32 {
        padding:20px;
    }
    .lux-card{
        padding: 20px;
    }
    .map-container{
        padding: 2px;
    }
    .location-wrapper{
        border: 0px;
    }
    .amenity-item{
        padding: 15px;
    }
}


/* HEADER MAIN */
.header-v2 {
    background: #fff;
    position: relative;
    padding: 10px 0;
    z-index: 999;
}

.header-v2 .navbar {
    padding: 0;
}

/* TOGGLE BUTTON */
.header-v2 .menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.header-v2 .menu-toggle span {
    width: 25px;
    height: 3px;
    background: #000;
    display: block;
}

/* DESKTOP NAV */
.header-v2 .header-nav ul {
    display: flex;
    gap: 25px;
    align-items: center;
}
.header-nav .nav-item.menu-phone a{
    color: #000;
    font-weight: 500;
}
/* MOBILE STYLE */
@media (max-width: 992px) {

    .header-v2 .menu-toggle {
        display: flex;
    }

    .header-v2 .header-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;

        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .header-v2 .header-nav.active {
        max-height: 600px;
        padding: 20px 0;
    }

    .header-v2 .header-nav ul {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .map-container iframe{
        height: 300px;
    }

}
#floor-plan .btn-gradient-fill {
    background: #fff;
    color:#000;
}
#floor-plan .lux-card:hover .btn-gradient-fill{
        background: linear-gradient(90deg, #013131 0%, #010F0F 50%, #010F0F 100%);
    color:#fff
}

.about-sec-12{
    background-color: #fff;
}
footer.footer{
    background-color: #010F0F;
}