.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". */
.banner_urbanise {
    background: linear-gradient(-45deg, rgb(21 21 21 / 20%), rgb(0 0 0 / 70%)) fixed,
                url(../images/urbanise_hero.webp) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner_urbanise .urbanise_eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DDBF45;
    margin-top: 0;
}
.banner_urbanise .urbanise_price {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-top: 18px;
}
.banner_urbanise .urbanise_price span {
    color: #DDBF45;
}
.banner_urbanise .urbanise_partner {
    font-size: 13px;
    font-weight: 400;
    color: #ffffffcc;
    margin-top: 26px;
}

/* 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;
}

/* 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;
}
.urbanise_plans .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 {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}
.urbanise_plans .plan_card h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
}
.urbanise_plans .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. */
.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;
}

/* 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;
}

/* 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;
}
