@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme-main: #6a1d5e;
    --dark-grey: #3d3d3d;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*h1,h2,h3,h4,h5,h6,p,label,a,select,input,textarea,button,li,th,td,span{  font-family: "Montserrat", serif;}*/
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: var(--bs-gutter-y)
}
.align-items-center {
    align-items: center !important;
}
@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}
@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1150px
    }
}
@media (min-width: 1350px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1280px
    }
}


.img-fluid {
    max-width: 100%;
    height: auto;
}
/* header */
.headerrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.logo_main {
    max-width: 260px;
}

.menuList ul li {
    display: inline-block;
    margin-left: 30px;
}

button.mobile_humbarger {
    display: none;
}

.menuList ul li a {
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.menuList ul li a.active {
    color: #b05302;
}
/* Banner */
.main_banner {
    background: #f7f8f9;
    padding: 30px 0;
}
.main_banner h1 {
    font-weight: 800;
    font-size: 3.6rem;
    margin-bottom: 20px;
    line-height: 1.1;
}

.main_banner .col-md-7 {
    padding-right: 80px;
}

.main_banner p {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}

.elementor-button {
    background-color: #FFDF8F;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    border-radius: 7px;
    padding: 15px 20px;
    text-decoration: none;
    color: #000;
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
}
.banner_ImgRight {
    max-width: 320px;
    margin: 0 auto;
}
.main_banner h5 {
    font-size: 17px;
}
/*.banner_ImgRight img {*/
/*    -webkit-mask-image: url(../images/flower.svg);*/
/*    -webkit-mask-size: contain;*/
/*    -webkit-mask-position: center center;*/
/*    -webkit-mask-repeat: no-repeat;*/
/*}*/

.ptb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.heading_textBox h2 {
    font-size: 35px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.heading_textBox {
    text-align: center;
    margin-bottom: 20px;
}

span.elementor-divider-separator svg {
    max-width: 55px;
    fill: #54595F;
    background: #fff;
    position: relative;
    padding: 0px 18px;
}

span.elementor-divider-separator:before {content: "";position: absolute;width: 100%;height: 1px;background: #54595F;left: 0;top: 10px;}

span.elementor-divider-separator {
    position: relative;
    width: 100%;
    display: block;
}

p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.5em;
    line-height: 1.6;
}
.unitSpecifications ul {
    margin-left: 40px;
}

.unitSpecifications ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
.Project_Highlights,.Location_warppre,.OtherImportant   {
    background: #FFFCF7;
}

.projectlist li.elementor-icon-list-item {
    display: grid;
    grid-template-columns: 26px 1fr;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #cccccc;
    padding: 13px 0;
}

.projectlist li.elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 19px;
    font-weight: 500;
}

.projectlist li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    max-height: 24px;
    fill: #d29600;
}

.projectlist {
    max-width: 1000px;
    margin: 0 auto;
}

.projectlist li.elementor-icon-list-item:last-child {
    border: none;
}
.aminityBox {
    border: 1px solid #D4D4D4;
    box-shadow: 5px 9px 17px 0px rgba(175.18500518798828, 175.18500518798828, 175.18500518798828, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.town_aminites_boxM {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.town_aminites_boxM .elementor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 84px;
}

.aminityBox p {
    font-weight: 600;
    margin-bottom: 0;
}

.button_cemnter {
    text-align: center;
    margin-top: 60px;
}

.button_cemnter .elementor-button {
    padding: 20px 50px;
    font-size: 22px;
}
.masterPlanoi {
    min-height: 400px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

.masterPlanoi:before {content: "";position: absolute;width: 100%;height: 100%;background: #000;top: 0;left: 0;opacity: 0.1;transition: all 0.5s ease;}

.masterPlanoi .masterplanbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.masterPlanoi:hover:before {
    opacity: 0.2;
}

.floors_planWarpper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}

.floors_planWarpper .masterPlanoi {
    min-height: 340px;
}

.Floor_planpe {
    padding-top: 60px;
}
.Location_warppre  iframe {
    width: 100%;
    height: 100%;
}

.location_ContentPo {
    border-radius: 10px;
    border: 1px solid #9F9F9F;
    background: #fff;
    padding: 22px;
}

.location_ContentPo p {
    font-size: 15px;
}


.table_priceBox table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}
.table_priceBox table th {
    background-color: #eee;
}

.table_priceBox td,.table_priceBox th {
    font-size: 20px;
    padding: 10px 9px;
    text-align: center;
}

.cost_detailsBpx {
    text-align: center;
}

.cost_detailsBpx img {
    display: block;
    max-width: 510px;
    margin: 30px auto;
}

.aboutContent li,.devloper_content li {
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 1.5;
}

.aboutContent ul,.devloper_content ul {
    margin-left: 20px;
}
.otherImportant_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
}

.otherImportant_box {
    text-align: center;
}

.otherImportant_box a {
    text-decoration: none;
    color: #ae7e05;
    font-weight: 600;
}
.developerWarpperCOulm {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
}

.devloepr_logo img {
    border: 1px solid #000;
    border-radius: 10px;
}

.AboutDeveloper {
    background: #F7F7F7;
}

.AboutDeveloper span.elementor-divider-separator svg {
    background: #f7f7f7;
}

.Project_Highlights span.elementor-divider-separator svg, .Location_warppre span.elementor-divider-separator svg, .OtherImportant span.elementor-divider-separator svg {
    background: #fffcf7;
}

.devloper_content li {
    margin-bottom: 6px;
}

footer.main_footer {
    background: #e0e0e0;
    padding: 22px 0;
}

footer.main_footer p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000000;
}

footer.main_footer p a {
    color: #000;
}
ul.accordion-list li {
    cursor: pointer;
    list-style: none;
    border: 1px solid #eee;
    padding: 18px 20px;
    color: #0d0d0d;
    transition: all 0.5s ease;
}

ul.accordion-list li:hover {
    background: #ffdf8f;
    border-color: #ffdf8f;
}

ul.accordion-list li.active {
    background: #fff7e2;
}

ul.accordion-list li h4 {
    font-weight: 600;
    font-size: 19px;
}

.answer {
    padding: 13px 0 4px;
}

.answer p:last-child {
    margin-bottom: 0; 
}
.answer p {
    font-size: 16px;
}
.modal_formPoup {
    position: fixed;
    top: 0;
    background: rgb(0 0 0 / 65%);
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal_formPoup.active {
    display: flex;
}

.contact_usWith {
    background: #fff;
    padding: 25px;
    border-radius: 17px;
    max-width: 630px;
    position: relative;
}

h3.heading-style-h4 {
    font-size: 24px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 27px;
}

button.close_popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #747474;
    background: transparent;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.contactBootom label {
    color: #131313;
    margin-bottom: .5rem;
    font-weight: 600;
    display:block;
}
.contactBootom .form-group input, .contactBootom .form-group select {
    height: 45px;
    outline: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contactBootom .col-md-6 {
    padding: 0 6px;
}

.contactBootom .row {
    padding: 0 16px;
}

.form-group {
    margin-bottom: 20px;
}
.form-group.contact_number {
    display: flex
;
}
.form-group.contact_number select {
    width: 92px;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-bottom-right-radius: 0;
    border-right: none;
}

.form-group.contact_number input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.contactBootom .col-md-12 {
    padding: 0 7px;
}

.contactBootom .col-md-12 button.send_btn.btn {
    width: 100%;
    padding: 13px;
    font-size: 16px;
    font-weight: 700;
    background: #ffb548;
    border: none;
    transition: all 0.5s ease;
    border-radius: 5px;
    cursor: pointer;
}

.contactBootom .col-md-12 button.send_btn.btn:hover {
    background: #000;
    color: #fff;
}
/* Responsive */

@media(max-width:1199px){
    .main_banner h1 {
        font-size: 2.5rem;
    }
    .main_banner .col-md-7 {
        padding-right: 20px;
    }
    .menuList ul li a {
        font-size: 16px;
    }
    .menuList ul li {
        margin-left: 22px;
    }
    .heading_textBox h2 {
        font-size: 28px;
    }
    p {
        font-size: 16px;
    }
    .unitSpecifications ul li {
        font-size: 16px;
        line-height: 1.6;
    }
    .ptb-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .projectlist li.elementor-icon-list-item span.elementor-icon-list-text {
        font-size: 17px;
        line-height: 1.6;
    }
    .town_aminites_boxM .elementor-img img {
        max-height: 64px;
    }
    .button_cemnter .elementor-button {
        padding: 18px 40px;
        font-size: 20px;
    }
    .table_priceBox td, .table_priceBox th {
        font-size: 17px;
    }
    ul.accordion-list li h4 {
        font-size: 16px;
    }
    .aboutContent li, .devloper_content li {
        font-size: 16px;
    }
   
}

@media(max-width:991px){
    footer.main_footer p {
        font-size: 14px;
    }
    .menuList {
        position: absolute;
        left: 0;
        top: 80px;
        background: #fff;
        width: 100%;
        box-shadow: 0px 14px 11px #00000021;
        display: none;
    }
    
    .menuList ul li {
        padding: 0;
        display: block;
        margin: 0;
    }
    
    .menuList ul li a {
        padding: 15px 20px;
        display: block;
        border-top: 1px solid #eee;
    }
    
    .navigation_menu.active .menuList {
        display: block;
    }
    
    button.mobile_humbarger {
        display: block;
        width: 38px;
        height: 38px;
        background: #d9d9d9;
        padding: 6px;
        border-radius: 5px;
        border: none;
    }
    
    button.mobile_humbarger svg {
        fill: #000000;
    }
    .main_banner .col-md-7 {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .main_banner .row > div,.Location_warppre .col-md-6 {
        width: 100%;
    }
    .town_aminites_boxM {
        grid-template-columns: repeat(3, 1fr);
    }
    .floors_planWarpper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .Location_warppre iframe {
        min-height: 340px;
    }
    .Location_warppre .col-md-6:nth-child(2),.OtherImportant .col-md-6:nth-child(2){margin-bottom: 30px;}
    .developerWarpperCOulm {
        grid-template-columns: 140px 1fr;
        gap: 30px;
    }
    
}
@media(max-width:767px){
    .aminityBox p {
        line-height: 1.3;
        font-size: 15px;
    }
    .town_aminites_boxM .elementor-img img {
        max-height: 44px;
    }
    .button_cemnter .elementor-button {
        padding: 16px 30px;
        font-size: 17px;
    }
    .elementor-button {
        font-size: 16px;
    }
    .table_priceBox td, .table_priceBox th {
        font-size: 15px;
    }
    .developerWarpperCOulm {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    ul.accordion-list li h4 {
        font-size: 15px;
    }
    footer.main_footer .container {
        max-width: 96%;
    }
    p {
        font-size: 15px;
    }
    .heading_textBox h2 {
        font-size: 24px;
    }
    .main_banner h1 {
        font-size: 2rem;
    }
    .main_banner h5 {
        font-size: 16px;
        line-height: 1.6;
    }
    .devloepr_logo {
        text-align: center;
    }
    .heading_textBox h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .unitSpecifications ul li {
        font-size: 15px;
    }
    .projectlist li.elementor-icon-list-item span.elementor-icon-list-text {
        font-size: 15px;
    }
    .town_aminites_boxM {
        grid-template-columns: repeat(2, 1fr);
    }
    .cost_detailsBpx img {
        width: 100%;
    }
    .answer p {
        font-size: 14px;
    }
    
}

@media(max-width:480px){
    .menuList ul li a {
        padding: 13px 20px;
        font-size: 15px;
    }
    .logo_main {
        max-width: 210px;
    }
    .main_banner h1 {
        font-size: 1.6rem;
    }
    .main_banner p {
        font-size: 15px;
    }
    .elementor-button {
        font-size: 15px;
        padding: 12px 16px;
    }
    .projectlist li.elementor-icon-list-item span.elementor-icon-list-text {
        line-height: 1.5;
    }
    .aminityBox {
        padding: 20px 5px;
    }
    .aminityBox p {
        font-size: 14px;
    }
    .masterPlanoi {
        min-height: 250px;
    }
    .floors_planWarpper .masterPlanoi {
        min-height: 250px;
    }
}

/* Sidebar wrapper */
.sidebar-contact {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -320px; /* Hidden by default */
    width: 320px;
    height: auto;
    background: #edc988; /* Beige tone */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    border-radius: 8px 0 0 8px;
    padding: 20px;
}

/* Show when active */
.sidebar-contact.active {
    right: 0;
}

/* Toggle Button (Enquire Now) */
.sidebar-contact .toggle {
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    background: #edc988;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 10px;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    border-radius: 6px 0 0 6px;
}

/* Scroll area (if needed for overflow) */
.sidebar-contact .scroll {
    max-height: 90vh;
    overflow-y: auto;
}

/* Form elements */
.sidebar-contact .form-control,
.sidebar-contact .form-select {
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}

/* Heading and message */
.sidebar-contact .form-footer p:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #2e3d94;
    margin-bottom: 5px;
}

.sidebar-contact .form-footer p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 20px;
}

/* Submit Button */
.modal-form .send_btn.btn {
    background-color: #2e3d94;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    margin: 0 auto;
    display: table;
    font-weight: 600;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.modal-form .send_btn.btn:hover {
    background-color: #1d2a6b;
}
.sidebar-contact * {
    box-sizing: border-box;
    max-width: 100%;
}
