.navbar-nav {
    margin-left: auto;
}
/* .navbar-brand img {
    width: 200px;
    height: 100px;
    object-fit: cover;
} */
li.nav-item {   
    margin-right: 34px;
}
.btn_new_swarnim {
    border: unset;
    background-color: #DDBF45;
    color: #fff;
}
.btn_new_swarnim:hover {
    border: unset;
    background-color: #DDBF45;
    color: #fff;
}
.home_consruction{
    /* margin: 40px 0; */
    padding: 60px 0;
    background-color: #F2F2F2;
}
.home_consruction h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-bottom: 65px;
}
.home_consruction .card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.home_consruction .card h3{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
}
.home_consruction .card p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

.home_consruction .card{
    border: unset;
    border-radius: 15px;
}
.btn-home-construction{
    margin: 20px 0;
    background-color: #fff;
    color: #000;
    border-color: #DDBF45;
}
.vector_image{
    width: 20px !important;
    margin-left: 8px;
}
/* .banner_section
{
    background: url(../images/banner.png);
    height: 80vh;
    background-repeat: no-repeat;
    background-size: 100%;
} */

.banner_section {
    /* background: url(../images/banner.png); */
    background: linear-gradient(-45deg, rgb(21 21 21 / 7%), rgb(0 0 0 / 63%)) fixed, url(../images/home_banner1.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    /* height: 80vh; */
    padding: 100px 0;
    position: relative;
}
.banner_section1 {
    /* background: url(../images/banner.png); */
    background: linear-gradient(-45deg, rgb(21 21 21 / 7%), rgb(0 0 0 / 63%)) fixed, url(../images/real_banner.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    /* height: 80vh; */
    padding: 100px 0;
    position: relative;
}
.banner_section2 {
    /* background: url(../images/banner.png); */
    background: linear-gradient(-45deg, rgb(21 21 21 / 7%), rgb(0 0 0 / 63%)) fixed, url(../images/construction_banner.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    /* height: 80vh; */
    padding: 100px 0;
    position: relative;
}
.content_part_detmo {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 80vh; */
}
.banner_section h1, .banner_section1 h1, .banner_section2 h1{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-top: 50px;
}
.banner_section p, .banner_section1 p,  .banner_section2 p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}
.btn-get-a-quote {
    background-color: #fff;
    border: unset;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 34px;
    margin-right: 20px;
    border-radius: 7px;
}
.btn-get-a-quote:hover {
    background-color: #fff;
    border: unset;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 34px;
    margin-right: 20px;
    border-radius: 7px;
}
.home_construction_estimation
{
    background-color: #fff;
    margin: 60px 0;
}
.home_construction_estimation h1{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #000;
    margin-top: 30px;
    margin: 50px 0;
}
.home_construction_estimation .card{
    border-color:  #DDBF45;
    padding: 10px 0;
    border-radius: 15px;
}
.home_construction_estimation .card h4{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 17px;
}
.home_construction_estimation .card ul li{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 13px;
}
.home_construction_estimation .card h3{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-top: 40px;
}
.border_design {
    border-bottom: 5px solid #DDBF45;
    width: 29%;
    display: block;
    margin: auto;
    margin-bottom: 22px;
}
.our_work
{
    padding: 60px 0;
    background-color: #F2F2F2;
}
.our_work h1{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #000;
}
.our_work .card img{
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.our_work .card h3{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.our_work .card p{
    color: red;
}
.our_work .card{
    border-radius: 15px;
    border: unset;
    margin-top: 35px;
}
.ready_to_build img{
    width: 100%;
    display: block;
    margin: auto;
}
.ready_to_build
{
    background-color: #DDBF45;
    color: #fff;
    padding-top: 30px;
}

.ready_to_build h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 49px;
    margin-bottom: 10px;
}
.ready_to_build p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
}
.btn_construction_det{
    border: 2px solid #fff;
    background-color: #DDBF45;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    margin-top: 40px;
    font-size: 16px;
}
section.footer {
    background: #515151;
    /* margin-top: 40px; */
    padding: 60px 0;
}
.image_det_logo img {
    /* width: 190px; */
    filter: brightness(0)invert(1);
}
.footer h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffff;
}

.footer ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    /* font-weight: 300; */
    margin: 15px 0;
}
.bottom_footer {
    background: #515151;
    padding: 19px 0;
    border-top: 1px solid #a29c9c;
}
.bottom_footer p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    text-align: center;
    /* padding: 13px 0; */
}
.footer ul li a {
    font-family: "Inter", sans-serif;
    text-decoration: none;
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
}
.privacy_new_a a {
    color: #fff;
    text-decoration: none;
}
.real_estate_p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.connect_details li a{
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff;
    margin-top: 10px;
}
.connect_details img{
    margin-right: 10px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;      /* center horizontally */
    justify-content: center;  /* center vertically */
    height: 100%;             /* full column height */
    margin: auto;
  }
  .footer-col ul {
    list-style: none;
    margin: 0;
    margin-top: 20px;
}
  .footer-col li {
    margin: 5px 0;
  }
  .footer-col h4{
    font-family: "Inter", sans-serif;

  }
  .srinidhi_p{
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    font-size: 15px !important;
    margin: 20px 0;
    color: #fff;
  }
  ul.connect_details {
    padding-left: 0;
}
.srinidhi_p img{
    margin-right: 10px;
}
.navbar-brand img{
    width: 100px;
}
/* .banner_section .container ,.banner_section .row
{
    height: inherit;
} */
.construction_details_mega{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.banner_section p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}
.banner_section h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 3rem;
    color: #fff;
    margin-top: 50px;
}
.about_us{
    margin: 60px 0;
    background-color: #fff;
}
.about_us h1{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.about_us img{
    display: block;
    margin: auto;
    width: 100%;
}
.car_vission {
    border-top: 9px solid #f2d562;
    border-radius: 8px;
    /* padding: 16px 41px; */
    margin-top: 30px;
    height: 250px;
}
.car_vission h1 {
    color: #0a2540;
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
}
.specicalsed {
    font-size: 17px;
    /* color: #fff; */
}
.why_choose_us 
{
    padding: 60px 0;
    background-color: #ECECEC;
}
.why_choose_us h1{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.about_card_borrow {
    border-radius: 10px;
    margin-top: 15px;
    border: none;
    /* height: 350px; */
    padding: 0 10px;
    box-shadow: 0 1.5rem 2.125rem 0 rgba(0, 0, 0, .078);
}
.loans_details_flexible {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.about_card_borrow img {
    /* width: 50px; */
    /* margin-top: 30px; */
    display: block;
    margin: auto;
    /* margin-left: auto; */
    /* margin-right: auto; */
}
.about_card_borrow h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .5px;
    font-family: "Urbanist", sans-serif;
    line-height: 24px;
    color: #07172d;
    margin-top: 28px;
    margin-bottom: 15px;
}
.about_card_borrow p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    /* line-height: 140%; */
}

.how_swarnim_works_section{
    background-color: #fff;
    padding: 40px 0;
    margin-bottom: 40px;
}
.how_swarnim_works_section h1{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}
.how_swarnim_works_section .card{
    background-color: #DDBF45;
    color: #fff;
    border: unset;
    border-radius: 15px;
    height: 170px;
}
.how_swarnim_works_section .card p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
.how_swarnim_works_section .card h2{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 55px;
    color: #FFFFFF66;
    /* text-align: center; */

}
.arrowdown_img{
    display: block;
    margin: 30px auto;
}
.end_to_end_button{
    margin-top: 50px;
    text-align: center;
}
.end_to_end_button a {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.end_to_end_button a:hover {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.end_to_end_button button {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.end_to_end_button button:hover {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.modal-footer button {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
}
.modal-footer button:hover{
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.explore_properties{
    padding: 60px 0;
    background-color: #fff;
}
.explore_properties h1{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}
.explore_properties .card{
    padding: 10px;
    border-radius: 10px;
    border-color: #DDBF45;
}
.explore_properties .card h3{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.explore_properties .card h4 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 28px;
}
.niko_detaisl {
    font-size: 20px;
    /* font-weight: 400; */
}
.images_explore_address img {
    margin-right: 7px;
    width: 12px;
}
.images_explore_address
{
    margin-bottom: 8px;
}
.images_explore_address span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.explore_properties .card h5{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 30px 0;

}
.ready_to_button{
    text-align: center;
}

.ready_to_button button{
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    border-color: #DDBF45;
    background-color: #fff;
    padding: 10px 30px;
}
.parnter_section{
    background-color: #fff;
    padding: 60px 0;
}
.parnter_section .card{
    background-color: #F6F6F6;
    border: unset;
    border-radius: 15PX;
}
.parnter_section .card h2{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}
.parnter_section .card p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;

}
.parnter_section .card img{
    display: block;
    margin: auto;
}
.main_heading_background2 {
    background: linear-gradient(-45deg, rgb(21 21 21 / 24%), rgb(0 0 0 / 80%)) fixed, url(../images/about_img.jpg) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 80vh; */
    position: relative;
}
.content_part1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}
.content_part1 h1 {
    text-align: center;
    color: #fff;
    font-size: 63px;
    font-weight: 600;
}
.content_part1 p {
    text-align: center;
    color: #fff;
    margin-top: 25px;
}
.section-title {
    margin-top: 10px;
}
.contact .php-email-form {
    width: 100%;
    /* border-top: 3px solid #334fff; */
    /* border-bottom: 3px solid #334fff; */
    padding: 30px;
    background: #f4f4f4;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info {
    /* border-top: 3px solid #334fff; */
    /* border-bottom: 3px solid #334fff; */
    padding: 30px;
    background: #f4f4f4;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
    font-size: 20px;
    color: #334fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6ed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
}
.contact .info p {
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
    margin-left: 20px;
    text-indent: 1px;
    text-align: justify;
}
.contact .php-email-form input {
    /* height: 30px; */
    padding: 11px 10px;
    border: unset;
    margin: 9px 0;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"] {
    background: #DDBF45;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    margin-top: 30px;
    border-radius: 4px;
}
.address , .email, .phone {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    /* flex-direction: initial; */
}
.info img{
    width: 20px;
    display: block;
}
section#contact {
    padding: 60px 0;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
select.input-lg {
    border: unset;
    padding: 11px 10px;
}
.construction_details_mega .card {
    margin-top: 50px;
    border-radius: 10px;
    padding: 20px 20px;
}
.construction_details_mega .card label {
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.btn_search_reozone {
    background-color: #e9c224;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    padding: 7px 22px;
    margin-top: 29px;
    font-weight: 500;
}

img.vector_image {
    width: 100%;
    height: unset !important;
}
.price_tag_details{
    width: 30px;
    margin-right: 10px;
}
#exampleModal h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}
#exampleModal p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}
.modal-footer {
    justify-content: center !important;
}
#exampleModal form{
    margin: 30px 0;
}
#exampleModal form input {
    margin-bottom: 26px;
    border-color: #ddbf45;
    background: #ffffff;
    width: 67%;
    padding: 14px 20px;
    display: block;
    margin: 20px auto;
}
#exampleModal img{
    width: 115px;
    height: 84px;
    object-fit: cover;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
input::placeholder {
    font-size: 14px;   /* reduce as needed */
  }
  section.hometheory_services {
    background: #fff;
    padding: 40px;
}
.card_services {
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 1px 9px 16px 1px rgba(0, 0, 0, 0.44) inset;
}
.card_services img {
    border-radius: 19px;
}
.card_services h5 {
    color: #000;
    font-size: 20px;
}
.btn_bussiness {
    padding: 3px 8px;
    background-color: #DDBF45;
    color: #fff;
    font-size: 0.9rem;
    margin-top: 20px;
}
.card-title {
    font-size: 1.1rem;
    font-family: Montserrat-Medium;
    text-align: center;
}

.solution_by_stakeholder_section {
    padding: 30px 0 60px;
    background-color: #f1eeee;
}
.solution_by_stakeholder_section h1{
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.solution_by_stakeholder_section .card {
    border-radius: 15px;
    border: unset;
    margin-bottom: 40px;
}
.new_card_header {
    background-color: #ddbe46;
    color: #fff;
}
.solution_by_stakeholder_section .card-header {
    font-size: 20px;
    font-weight: 600;
    padding: 14px;
    border: unset;
}
.solution_by_stakeholder_section  ul li  img {
    width: 20px;
    margin-right: 8px;
}
.solution_by_stakeholder_section ul li {
    font-size: 15px;
    color: #0a2540;
    padding-top: 15px;
    list-style: none;
    text-indent: -29px;
    padding-bottom: 0;
    margin-left: 26px;
}
.how_to_demo_page_data {
    background-color: #ddbf4526;
    padding: 70px 0;
}
.how_to_demo_page_data h1 {
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 57.6px;
    color: #302c3b;
    letter-spacing: .5px;
    margin-bottom: 23px;
}
.new_card_index_page {
    margin-top: 20px;
    border: none;
    border-radius: 15px;
    margin-bottom: 20px;
}
.new_card_index_page img {
    width: 3.0rem;
    /* height: 3.25rem; */
    margin-bottom: 1rem;
}
.new_card_index_page h3 {
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    /* line-height: 24px; */
    color: #07172d;
    letter-spacing: .5px;
}
.how_to_demo_page_data h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    color: #302c3b;
    margin-top: 20px;
    letter-spacing: .5px;
    margin-bottom: 23px;
}
/* ============================================================
   Urbanrise Paradise on Earth — landing page (urbanise.html)
   Appended by Swarnim. Scoped to this page only.
   ============================================================ */

/* Hero: reuses .banner_section1 typography, swaps the background image.
   Applied as class="banner_section1 banner_urbanise". */
/* Scrolls rather than fixed: a `fixed` background is sized to the viewport, which
   crops this wide render down to one villa. Scroll-attached, cover fits it to the
   hero box and the whole sunset street stays in frame. */
.banner_urbanise {
    background: linear-gradient(-45deg, rgb(21 21 21 / 20%), rgb(0 0 0 / 70%)),
                url(../images/urbanise_hero2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner_urbanise .urbanise_eyebrow,
.banner_puravankara .urbanise_eyebrow,
.banner_amberstone .urbanise_eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DDBF45;
    margin-top: 0;
}
.banner_urbanise .urbanise_price,
.banner_puravankara .urbanise_price,
.banner_amberstone .urbanise_price {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-top: 18px;
}
.banner_urbanise .urbanise_price span,
.banner_puravankara .urbanise_price span,
.banner_amberstone .urbanise_price span {
    color: #DDBF45;
}
.banner_urbanise .urbanise_partner,
.banner_puravankara .urbanise_partner,
.banner_amberstone .urbanise_partner {
    font-size: 13px;
    font-weight: 400;
    color: #ffffffcc;
    margin-top: 26px;
}

/* Hero artwork for the project landing pages that ship a designed banner
   (urbanise.html, quenville.html). The headline, price and highlights are part
   of the image, so it is placed as a real <img> — no `cover` background, which
   would crop the baked-in text at some window widths.
   The CTA row is absolutely positioned over the empty lower-left of the
   artwork; its offsets are percentages and its type scales with vw, so the
   buttons keep the same position relative to the picture at every width. */
.urbanise_hero {
    position: relative;
    line-height: 0;
}
.urbanise_hero_img {
    display: block;
    width: 100%;
    height: auto;
}
.urbanise_hero_cta {
    position: absolute;
    left: 7.5%;
    bottom: 5%;
    line-height: normal;
}
.urbanise_hero_cta .bttt_det {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1vw;
}
.urbanise_hero_cta .btn-get-a-quote {
    margin-right: 0;
    margin-top: 0 !important;
    font-size: clamp(11px, .95vw, 16px);
    padding: .75em 2.1em;
    /* The artwork behind the row is pale, so plain white pills lose their edge —
       a hairline and a soft shadow keep them readable. The first button picks up
       the header's gold so the primary action stands out. */
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 3px 14px rgb(0 0 0 / 18%);
}
.urbanise_hero_cta .btn-get-a-quote:first-child,
.urbanise_hero_cta .btn-get-a-quote:first-child:hover {
    background-color: #DDBF45;
    border-color: #DDBF45;
}
.urbanise_hero_cta .wa_icon {
    width: 1.2em;
    height: 1.2em;
    margin-right: .5em;
}

/* UNUSED since the hero became baked-in artwork (.urbanise_hero) — kept so the
   old text-over-photo hero can be restored by putting the class back.
   Puravankara Vajarahalli hero (puravankara.html). Same treatment as the
   Urbanrise hero — darker overlay than .banner_section1 so the white
   headline stays legible over the tower photograph. */
.banner_puravankara {
    background: linear-gradient(-45deg, rgb(21 21 21 / 20%), rgb(0 0 0 / 70%)) fixed,
                url(../images/real_banner.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Amberstone Pride of JP Nagar hero (amberstone.html). */
.banner_amberstone {
    background: linear-gradient(-45deg, rgb(21 21 21 / 20%), rgb(0 0 0 / 70%)) fixed,
                url(../images/home_banner1.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* WhatsApp glyph inside the hero CTA. Inline SVG rather than an image file so
   it inherits the button's text colour on hover. */
.wa_icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: -3px;
}

/* Key-facts strip under the hero */
.urbanise_facts {
    background-color: #0a2540;
    padding: 26px 0;
}
.urbanise_facts .fact {
    text-align: center;
    padding: 10px 0;
}
.urbanise_facts .fact strong {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #DDBF45;
}
.urbanise_facts .fact span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #ffffffcc;
}

/* Channel-partner disclosure. It used to sit in the Puravankara hero copy; the
   baked-in artwork replaced that copy, so the line moved down here onto the dark
   facts strip, where it stays visible without competing with the headline. */
.urbanise_partner_note {
    margin: 14px 0 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.55;
    color: #ffffff8c;
}

/* Spec table inside the overview card */
.urbanise_spec {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #0a2540;
}
.urbanise_spec th,
.urbanise_spec td {
    padding: 11px 0;
    border-bottom: 1px solid #ececec;
    vertical-align: top;
}
.urbanise_spec th {
    font-weight: 500;
    color: #515151;
    width: 45%;
}
.urbanise_spec td {
    font-weight: 600;
    text-align: right;
}
.urbanise_spec tr:last-child th,
.urbanise_spec tr:last-child td {
    border-bottom: unset;
}

/* Master plan / floor plan drawings — show whole image, never crop */
.urbanise_plans {
    padding: 60px 0;
    background-color: #F2F2F2;
}
.urbanise_plans h1 {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #000;
}
/* The location section also carries plan cards and notes (a location map, the
   postal address), so both are matched there as well — otherwise the map sits
   on the page with no card behind it and the notes render as body copy. */
.urbanise_plans .plan_card,
.explore_properties .plan_card {
    background: #fff;
    border-radius: 15px;
    padding: 22px;
    margin-top: 35px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.078);
}
/* Direct child only — must not catch the check-mark icons nested in <li>. */
.urbanise_plans .plan_card > img,
.explore_properties .plan_card > img,
/* Drawings shown small (three to a row) are wrapped in a link to the full-size
   file so the dimensions can actually be read — same image treatment either way. */
.urbanise_plans .plan_card > a > img,
.explore_properties .plan_card > a > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}
.urbanise_plans .plan_card h3,
.explore_properties .plan_card h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
}
.urbanise_plans .plan_note,
.explore_properties .plan_note {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #515151;
    margin-top: 12px;
    margin-bottom: 0;
}

/* Unit variants table */
.urbanise_units {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #0a2540;
    margin-top: 6px;
}
.urbanise_units thead th {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 600;
    padding: 12px 14px;
}
.urbanise_units tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #ececec;
}
.urbanise_units tbody tr:last-child td {
    border-bottom: unset;
}

/* Connectivity list in the location section */
.urbanise_connect {
    padding-left: 0;
    margin-top: 10px;
}
.urbanise_connect li {
    list-style: none;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #0a2540;
    padding: 12px 0;
    border-bottom: 1px solid #e4e4e4;
}
.urbanise_connect li:last-child {
    border-bottom: unset;
}
.urbanise_connect li img {
    width: 20px;
    margin-right: 10px;
}
.urbanise_connect li .urbanise_time {
    float: right;
    font-weight: 600;
    color: #DDBF45;
}

/* RERA + channel-partner disclosure strip */
.urbanise_rera {
    background-color: #07172d;
    padding: 22px 0;
}
.urbanise_rera p {
    font-family: "Inter", sans-serif;
    font-size: 12.5px;
    line-height: 1.7;
    color: #ffffffa8;
    margin-bottom: 0;
    text-align: center;
}
.urbanise_rera strong {
    color: #ffffffd9;
}

/* Check-mark list, same look as .solution_by_stakeholder_section ul
   but without that section's background colour. */
.urbanise_list {
    padding-left: 0;
    margin-bottom: 0;
}
.urbanise_list li {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #0a2540;
    padding-top: 15px;
    list-style: none;
    text-indent: -29px;
    padding-bottom: 0;
    margin-left: 26px;
}
.urbanise_list li img {
    width: 20px;
    margin-right: 8px;
}

/* Google Form embed — modal enquiry (urbanise.html).
   Fluid width so it never overflows the dialog; the modal body scrolls
   rather than the page, and the iframe keeps Google's own 826px height. */
.urbanise_modal .modal-content {
    border: unset;
    border-radius: 15px;
    overflow: hidden;
}
.urbanise_modal .modal-header {
    background-color: #DDBF45;
    border-bottom: unset;
    padding: 16px 22px;
}
.urbanise_modal .modal-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.urbanise_modal .modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: .9;
}
.urbanise_modal .modal-body {
    padding: 26px 28px 30px;
}

/* Native enquiry form — posts to Google Forms, styled as part of the site. */
/* Gold voucher artwork at the top of the enquiry modal — shown large, and
   never wider than the dialog. */
.urbanise_voucher {
    text-align: center;
    margin-bottom: 26px;
}
/* Scoped by #exampleModal to beat the `#exampleModal img { width:115px;
   height:84px; object-fit:cover }` rule above, which would crop the voucher
   to a thumbnail. */
#exampleModal .urbanise_voucher img {
    width: 100%;
    max-width: 430px;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgb(0 0 0 / 14%);
}

.urbanise_form_intro {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #515151;
    margin-bottom: 20px;
}
.urbanise_form .form-group {
    margin-bottom: 16px;
}
.urbanise_form label {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0a2540;
    margin-bottom: 6px;
}
.urbanise_form label span {
    font-weight: 400;
    color: #909090;
}
.urbanise_form .form-control {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #0a2540;
    padding: 11px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    box-shadow: unset;
}
.urbanise_form .form-control:focus {
    border-color: #DDBF45;
    box-shadow: 0 0 0 3px rgba(221, 191, 69, 0.18);
}
.urbanise_form .form-control::placeholder {
    color: #b3b3b3;
}
.urbanise_form textarea.form-control {
    resize: vertical;
    min-height: 84px;
}
.urbanise_submit {
    width: 100%;
    background-color: #DDBF45;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border: unset;
    border-radius: 7px;
    margin-top: 6px;
}
.urbanise_submit:hover,
.urbanise_submit:focus {
    background-color: #c9ac3a;
    color: #fff;
}
.urbanise_submit:disabled {
    opacity: .7;
}

/* Post-submit confirmation */
.urbanise_thanks {
    text-align: center;
    padding: 26px 10px 14px;
}
.urbanise_thanks img {
    width: 46px;
    margin-bottom: 16px;
}
.urbanise_thanks h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #0a2540;
    margin-bottom: 10px;
}
.urbanise_thanks p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #515151;
    margin-bottom: 0;
}
.urbanise_thanks a {
    color: #DDBF45;
    font-weight: 600;
    text-decoration: none;
}

/* Hidden submission target */
#urbaniseSink {
    display: none;
}

/* The shared rule `#exampleModal form input { width:67%; margin:20px auto }`
   has ID specificity (1,0,2) and would centre + shrink these inputs.
   Scoped override at (1,2,0) — leaves other pages' modals untouched. */
#exampleModal .urbanise_form .form-control {
    width: 100%;
    display: block;
    margin: 0;
    padding: 11px 14px;
    border: 1px solid #e0e0e0;
}
#exampleModal .urbanise_form .form-control:focus {
    border-color: #DDBF45;
}

/* Logo-only header for the landing page */
.urbanise_navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}
.urbanise_navbar .container {
    justify-content: space-between;
    align-items: center;
}
.urbanise_navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
/* The project logo is near-square, unlike the wide site logo the shared
   `.navbar-brand img { width: 100px }` rule was sized for — cap the height
   instead so the header keeps its proportions. */
.urbanise_navbar .navbar-brand img {
    width: auto;
    height: 90px;
}
/* Opt-in larger logo — used by urbanise.html. Kept as a modifier so the other
   project landing pages that share this navbar keep their own sizing. */
.urbanise_navbar .navbar-brand img.brand_tall {
    height: 120px;
}
/* Wide wordmark logos (e.g. Puravankara, 370x44) would run to ~750px at the
   90px height above — size those by a much smaller height instead. */
.urbanise_navbar .navbar-brand img.brand_wordmark {
    height: 34px;
}

/* Header enquiry CTA — opens the same #exampleModal as the sticky tab */
.urbanise_header_cta {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #0a2540;
    background-color: #DDBF45;
    border: 0;
    border-radius: 6px;
    padding: 11px 26px;
    transition: background-color .25s ease, color .25s ease;
}
.urbanise_header_cta:hover,
.urbanise_header_cta:focus-visible {
    background-color: #0a2540;
    color: #DDBF45;
}

/* Header call number — the headline contact point on the landing pages. Sits
   between the brand and the enquiry CTA on desktop, and drops onto its own
   full-width row on phones, where it is the likeliest thing to be tapped. */
.header_phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #0a2540;
    font-family: "Inter", sans-serif;
    line-height: 1;
    white-space: nowrap;
}
.header_phone_icon {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #DDBF45;
    color: #0a2540;
    transition: background-color .25s ease, color .25s ease;
}
.header_phone_icon svg {
    width: 20px;
    height: 20px;
}
.header_phone_num {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .5px;
}
.header_phone:hover,
.header_phone:focus-visible {
    color: #0a2540;
}
.header_phone:hover .header_phone_icon,
.header_phone:focus-visible .header_phone_icon {
    background-color: #0a2540;
    color: #DDBF45;
}

/* Logo and offer badge travel together on the left of the header. */
.urbanise_brand_group {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Project logo + enquiry button travel together on the right of the header —
   used by quenville.html, where the developer's corporate mark holds the brand
   slot on the left and the project mark introduces the CTA. */
.urbanise_cta_group {
    display: flex;
    align-items: center;
    gap: 18px;
}
/* Sized well below the 90px brand logo: this is a secondary mark next to a
   button, and matching the brand height would make the header look two-headed. */
.urbanise_cta_group .cta_project_logo {
    height: 66px;
    width: auto;
}

/* Gold-coin offer badge, sitting beside the logo.
   Square artwork, so it is sized by height to match the header rhythm. */
.urbanise_offer_badge {
    height: 84px;
    width: auto;
    border-radius: 8px;
    border: 1px solid #e6d9a3;
}

/* Sticky enquiry tab — pinned to the right edge of the viewport.
   Vertical text via a rotated span so the tab stays a thin strip. */
.urbanise_sticky_cta {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1035;               /* above content, below Bootstrap's modal (1055) */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 168px;
    padding: 0;
    border: 0;
    border-radius: 10px 0 0 10px;
    background-color: #DDBF45;
    box-shadow: -3px 3px 14px rgb(0 0 0 / 22%);
    cursor: pointer;
    transition: background-color .25s ease, opacity .2s ease;
}
.urbanise_sticky_cta span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #0a2540;
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: rotate(180deg);   /* reads bottom-to-top */
}
.urbanise_sticky_cta:hover,
.urbanise_sticky_cta:focus-visible {
    background-color: #0a2540;
}
.urbanise_sticky_cta:hover span,
.urbanise_sticky_cta:focus-visible span {
    color: #DDBF45;
}
/* Bootstrap puts .modal-open on <body> while a modal is showing — the tab has
   done its job at that point, so get it out of the way. */
body.modal-open .urbanise_sticky_cta {
    opacity: 0;
    pointer-events: none;
}

/* ============================================================
   Project gallery — shared grid for the project landing pages.
   Written generically (not scoped to one project) so the next
   page can drop the same markup in.
   ============================================================ */
.project_gallery {
    padding: 60px 0;
    background-color: #fff;
}
.project_gallery h1 {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #000;
}
/* Fixed three-up grid rather than auto-fit: the renders are all the same shape,
   and a fixed track count keeps the last row from stretching into odd sizes. */
.project_gallery .gallery_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 35px;
}
/* Fixed tile height plus cover, the same idiom as the card images elsewhere on
   the site. aspect-ratio was tried first and does not work here: a grid row is
   sized from the image's intrinsic height (540px), so every tile stretched to
   540px tall regardless of the ratio. A set height sizes the row outright. */
.project_gallery .gallery_grid img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 8%);
}
.project_gallery .plan_note {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #515151;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 0;
}
