/*
style by Trifecta projects.
author - Narasimha Reddy
*/
/*font-family: 'Lato-Regular';*/
@font-face {
    font-family: 'LatoLatin-Regular 3';
    src: url('../fonts/LatoLatin-Regular 3.ttf');

}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf');

}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf');}


@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf');

}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/Lato-Regular.ttf');

}

* {
    @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
}

body {
    font-size: 14px;
    color: #a65962;
    font-family: "Montserrat", sans-serif;
}
.monsterrat-bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #0f1113;
    overflow: auto;
    scroll-padding-top: 70px;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 25px;
}

p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #a65962;
    line-height: 30px;
    /* font-family: 'Lato-Regular', sans-serif; */
    letter-spacing: 0.5px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hidden {
    opacity: 0;
    transition: all 1s ease;
}

.show {
    opacity: 1;
}


.heading-underline {
    width: 80%;
    /* Adjust width as needed */
    margin: 0 auto 4px auto;
    /* Center and add space below */
    border-bottom: 2px solid #aad5ca;
    /* Blue underline, adjust thickness/color */
    border-radius: 2px;
}


.sectiongap {
    padding-top: 10px;
    padding-bottom: 40px;
}

.linebreak {
    background-image: url("../images/Div.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    height: 45px;
    margin-bottom: 30px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.table td {
    padding: 1rem;
    vertical-align: middle;

}

.navfont {
    font-size: 1.3rem;
    font-weight: 300;
    color: #000 !important;
    font-family: "Montserrat", sans-serif;
}

.nav-item {
    padding-right: 10px;

}

.nav-item a:hover {
    color: #a65962 !important;
}

.reverse {
    background-color: #f2df80;
    color: #181818;
}

.carousel-item .lg-item>img {
    height: 600px;
}

.themebackground {
    background-color: #a65962 !important;
    /* D86D12 */
    color: #ffff;
}

.logo-separator {
    display: inline-block;
    width: 1.5px;
    height: 32px;
    /* matches the smaller logo height */
    background: #e0e0e0;
    /* light neutral color, adjust for design */
    margin: 0 10px;
    border-radius: 1px;
}

.Fontfabric-Intro-SemiBold {
    font-family: 'Fontfabric - Intro SemiBold', serif;
    font-size: 27px;
    font-weight: 600;
    /* text-shadow: 4px 4px 4px #aaa; */
    line-height: 30px;
    /* Dark translucent box */

    padding: 10px 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    /* Soft black shadow */
    border-radius: 5px;
}

.vertical-fixed-btn-left {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    font-family: 'Lato-Regular', serif;

}

.vertical-fixed-btn-right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    font-family: 'Lato-Regular', serif;
}

.btn-vertical {
    background-color: #a65962;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    padding: 16px 8px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
    /* bottom to top for left button */
    text-orientation: mixed;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    outline: none;
}

.vertical-fixed-btn-right .btn-vertical {
    writing-mode: vertical-rl;
    /* top to bottom for right button */
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;

}

.vertical-fixed-btn-left .btn-vertical {
    writing-mode: vertical-rl;
    /* top to bottom for right button */
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;

}

/* Hover & Focus states for both buttons */
.btn-vertical:hover,
.btn-vertical:focus {
    background-color: #a65962;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transform: scale(1.08);
    /* expand/enlarge on hover */
}



.Fontfabric-Intro-SemiBold {
    font-family: 'Fontfabric - Intro SemiBold', serif;
    font-size: 27px;
    font-weight: 400;
    /* text-shadow: 4px 4px 4px #aaa; */
    line-height: 30px;
    background: #ffff;
    /* Dark translucent box */
    display: inline-block;
    padding: 10px 20px;
    /*box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* Soft black shadow */
    border-radius: 5px;
    color: #ffffff;
}

.Fontfabric-Intro-SemiBold-Medium {
    font-family: 'Fontfabric - Intro SemiBold', serif;
    font-size: 40px;
    text-shadow: 3px 3px 3px #aaa;
}

.timeline {
    list-style-type: none;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 0px;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-bottom: 0px;
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.li.complete .status {
    border-top: 2px solid #ddd;
}

.status {
    padding: 0px 10px;
    /* display: flex; */
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

.li.complete .status h4 {
    color: #222;
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.status h4 {
    font-weight: 600;
}

.text-info {
    /*font-weight:bold;*/
    color: #000000 !important;
}

.li.complete .status:before {
    /* background-color: #ddd;*/
    border: none;
    transition: all 200ms ease-in;
    /* background-image:url('../images/veranzafavicon.png');*/
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top;
    top: -24px;
    transform: rotate(0deg);
}

.status:before {
    content: '';
    width: 45px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 41%;
    transition: all 200ms ease-in;
}

.locationBox1 .location-icon {
    color: #fff;
    font-size: 50px;
    width: 50px;
    height: 65px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}

.locationBox1 .location-icon:before {
    content: "";
    /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
    width: 100%;
    height: 100%;
    border-radius: 150px 150px 0px 50px;
    /* box-shadow: 0 0 0 5px #fff inset; */
    /* border: 5px solid #222222; */
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    box-shadow: 3px 3px 10px #222222;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.location-icon span {
    color: #b79766;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 52px;
    /* margin: 0 auto 40px; */
    /* display: block; */
    position: relative;
    z-index: 1;
    top: -33px;
}

#map {
    height:;
    width: 100%;
}

.form-control1 {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem 1.00rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.icon-wrapper {
    width: 75px;
    height: 75px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 1px solid #a65962;
    box-shadow: 0 4px 8px 0 #ffffff;

    margin-bottom: 10px;
}

.iconcss {
    font-size: 75px;
    color: #ddd;
    padding-top: 8px;
    width: 80%;
    /*background-color:#eee;*/
}

.rounded-circle1 {
    border-radius: 10% !important;
}

.modal-body input {
    margin: 15px;
    height: 40px;
    width: 85% !important;
    margin-left: 0px;
}

.modal-body,
.modal-footer {
    background: #ccc;
    padding-left: 30px;
}

.modal-body i {
    height: 40px;
    width: 40px;
}

@media only screen and (max-width: 767px) {
    body {
        /* font-family: 'Lato-Regular'; */
        font-size: 14px;
        color: #a65962;
        padding-bottom: 60px;
    }

    .timeline {
        list-style-type: none;
        display: grid;
        /* align-items: center; */
        justify-content: center;
        padding: 0px;
        /*overflow:hidden;*/
    }

    h2 {
        font-size: 1.1rem;
    }

    .modal-body input {
        margin: 5px;
        height: 30px;
        width: 80% !important;
        margin-left: 0px;
    }

    .modal-body i {
        height: 30px;
        width: 30px;
    }

    .navbar-collapse {
        background: #fff;
        margin: -.5rem -1rem;
        padding: .5rem 1rem;
    }
}

.artistic-impression {
    position: absolute;
    bottom: 5px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.8);
    text-align: center;
    /* Grey background with transparency */
    padding: 1px 7px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 9px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */


}

.artistic-impression-about {
    position: absolute;
    bottom: 5px;
    left: 60px;
    background-color: rgba(128, 128, 128, 0.8);
    text-align: center;
    /* Grey background with transparency */
    padding: 1px 7px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 9px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */


}


.artistic-impression-master {
    position: absolute;
    top: 40px;
    left: 15px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 12px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}

.artistic-impression-banner1 {
    position: absolute;
    bottom: 20px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 15px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}

.artistic-impression-banner1-m {
    position: absolute;
    top: 400px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 12px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}

/* new css start */
.floorplan-block {
    position: relative;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 20px;
}

.floorplan-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.floorplan-block img {
    filter: blur(10px);
}

.floorplan-img {
    border: 1px solid #00000030;
    border-radius: .25rem;
}

.tab-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-links li {
    margin: 0;
}

.tab-links li a {
    padding: 4px 40px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #a65962;
    background-color: #fff;
    cursor: pointer;
    display: block;
    font-family: Lato-Regular;
}

.tab-links li.active a {
    background-color: #a65962;
    color: #fff;
    font-family: Lato-Regular;
    border: none;
}
@media (max-width: 768px) {
    .a-links {
        flex-direction: column;
        align-items: stretch;
        /* makes each tab take full width */
        gap: 0;
        /* optional: remove gap between rows */
    }
}
@media (max-width: 768px) {
    .tab-links {
        flex-direction: column;
        align-items: stretch;
        /* makes each tab take full width */
        gap: 0;
        /* optional: remove gap between rows */
    }
}

.a-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.a-links li {
    margin: 0;
}

.a-links li a {
    padding: 4px 40px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #a65962;
    background-color: #fff;
    cursor: pointer;
    display: block;
    font-family: Lato-Regular;

}

.a-links li.active a {
    background-color: #a65962;
    color: #fff;
    font-family: Lato-Regular;
    border: none;
}
@media (max-width: 768px) {
    .f-links {
        flex-direction: column;
        align-items: stretch;
        /* makes each tab take full width */
        gap: 0;
        /* optional: remove gap between rows */
    }
}

.f-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.f-links li {
    margin: 0;
}

.f-links li a {
    padding: 4px 40px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #a65962;
    background-color: #fff;
    cursor: pointer;
    display: block;
    font-family: Lato-Regular;

}

.f-links li.active a {
    background-color: #a65962;
    color: #fff;
    font-family: Lato-Regular;
    border: none;
}
@media (max-width: 768px) {
    .t-links {
        flex-direction: column;
        align-items: stretch;
        /* makes each tab take full width */
        gap: 0;
        /* optional: remove gap between rows */
    }
}

.t-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.t-links li {
    margin: 0;
}

.t-links li a {
    padding: 4px 40px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #a65962;
    background-color: #fff;
    cursor: pointer;
    display: block;
    font-family: Lato-Regular;

}

.t-links li.active a {
    background-color: #a65962;
    color: #fff;
    font-family: Lato-Regular;
    border: none;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.splide__arrow {
    background: #d5d5d5 !important;
    color: #000;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    padding: 7px !important;
    outline: 0 !important;
}
strong{
    font-weight: 700;
}
.splide__arrow svg {
    stroke-width: 2 !important;
    width: 100% !important;
    height: 100% !important;
    fill: unset !important;
}

.splide__arrow svg path {
    fill: transparent;
}

.tab-content .splide__arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 5px;
}

.tab-content .splide__arrow {
    position: static;
    transform: unset;
}

.splide__arrow:disabled {
    /* pointer-events: none !important; */
    opacity: 1 !important;
}

.lb-data .lb-number {
    opacity: 0 !important;
}

.carousel-inner .carousel-item div>img {
    animation: unset !important;
}

.fixed_button {

    bottom: auto !important;
    margin-top: auto !important;
    /* Adjusts position dynamically */
}

.slide-in {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease-out;
    width: 60vw;
    height: auto;
    margin: 2rem 0;
}

.splide__arrow {
    background: #ffffff;
    border: 1px solid #a65962;
    color: #a65962;
}

.splide__arrow:hover {
    background: #a65962;
    color: #ffffff;
}

.slide-in.active {
    opacity: 1;
}

.locations-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;

}

.locations-list li {
    padding: 12px 25px;

    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Inter Thin;
    justify-content: left;
}

.lb-data .lb-close {

    background-size: contain !important;
    width: 20px !important;
}

.footer {
    background-color: #fff;
    background-size: cover;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #000;
}

.footer-container {

    margin: 0 auto;
}

/* Top Section: Logo + Site Address + RERA */
.footer-top {
    display: flex;
    align-items: flex-end;
    /* Aligns elements to the bottom */
    justify-content: space-between;
    flex-wrap: wrap;
}


/* Logo and Address */
.footer-logo-container {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.footer-logo {
    width: 180px;
    max-width: 100%;
}

.site-address-title {
    margin-top: 20px;
    font-weight: bold;
}

.site-address {
    margin: 5px 0;
    font-size: 14px;
}

/* RERA Number (Aligned to Right) */
.footer-rera {
    flex: 1;
    min-width: 300px;
    text-align: right;
    font-size: 14px;
    margin-bottom: 30px !important;
    /* Adds spacing to push it down */
}


/* Horizontal Line */
hr {
    width: 100%;
    margin: 15px auto;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
}

/* Bottom Section: Disclaimer, Copyright, and Links */
.footer-bottom {
    text-align: center;
    padding-top: 0px;
}

.disclaimer {
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 0 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-logo-container {
        flex: 1;
        min-width: 300px;
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
        text-align: center;
    }

    .footer-address,
    .footer-rera {
        text-align: center;
        padding: 10px 0;
    }

    .footer-logo {
        margin-bottom: 10px;
    }
}

#rcorners1 {
    border-radius: 25px;
    background: #7a492e;
    padding: 20px;
    width: 80%;
}

#rcorners {
    border-radius: 25px;

    padding: 20px;
    padding-right: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#rcorners ul {
    padding-left: 20px;
    /* Add space between the bullet points and border */
    margin: 0 0 15px 0;
    line-height: 1.5;
    /* Increase spacing between list items */
}

#rcorners li {
    margin-bottom: 8px;
    /* Add spacing below each list item for better readability */
}

.responsive-text {
    text-align: justify;
    color: #000000;
    font-family: Lato-Regular;
}
@media (max-width: 768px) {
    .locations-list {
        margin-left: -25px;
        /* Adjust this value as needed */
    }

    .responsive-text {
        text-align: left;
        padding: 0 33px 0 37px;
        text-align: justify;
    }

    .desktop-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .table td {
        white-space: nowrap;
        font-size: 0.9rem !important;
    }

    #rcorners1 {
        width: 130%;
        /* Adjust to full width for smaller screens */
        padding: 10px;
        /* Reduce padding for better fit */
        margin-left: -95px;
        height: auto !important;
    }

    #connectivitymob {
        padding-top: 0px !important;
    }

    .artistic-impression {
        position: absolute;
        bottom: 5px;
        left: 0px;
        background-color: rgba(128, 128, 128, 0.8);
        text-align: center;
        /* Grey background with transparency */
        padding: 1px 7px;
        /* Adjust padding as needed */
        color: white;
        /* Text color */
        font-size: 8px;
        /* Adjust font size as needed */
        line-height: 1;
        /* Ensure the text fits tightly within the padding */
        z-index: 1;
        /* Ensure the text is above the image */
    }

    .artistic-impression-about {
        position: absolute;
        bottom: 5px;
        left: 36px;
        background-color: rgba(128, 128, 128, 0.8);
        text-align: center;
        /* Grey background with transparency */
        padding: 1px 7px;
        /* Adjust padding as needed */
        color: white;
        /* Text color */
        font-size: 9px;
        /* Adjust font size as needed */
        line-height: 1;
        /* Ensure the text fits tightly within the padding */
        z-index: 1;
        /* Ensure the text is above the image */
    }

    .footer {
        padding-bottom: 4rem;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) {

    .footer {
        padding: 2rem 1rem;
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-logo-container,
    .footer-rera {
        width: 100%;
        text-align: center;
    }

    .footer-bottom {
        margin-top: 15px;
        text-align: center;
    }

    .footer-links a {
        font-size: 0.85rem !important;
        display: inline-block;
        margin: 5px 8px;
    }
}
@media (max-width: 768px) {

    /* Target mobile screens */
    .location-map {
        width: 100% !important;
    }

    .contact-form-custom {
        padding-top: 10px;
        width: 100% !important;
    }
}

@media (min-width: 992px) {

    /* Applies only for desktops and larger screens */
    .desktop-padding {
        padding-left: 120px;
        padding-right: 120px;
    }

    .responsive-text {
        padding-right: 50px;

    }
}

.contact-form-custom {
    font-family: 'Lato semibold', sans-serif;
    font-size: 20px;
    background: #a65962;
    padding: 2rem;
    width: 120%;
    box-shadow: 0 8px 24px 0 rgba(34,44,56,0.14), 0 1.5px 6px 0 rgba(0,0,0,0.12);;
}

.contact-form-custom h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Lato-Regular';
    text-align: center !important;
    text-shadow: 1px 1px 8px rgba(18, 56, 93, 0.18);
}

.contact-form-custom .form-control {
    font-size: 0.95rem;
    max-width: 350px;
    margin-left: 0;
    display: block;
    box-shadow: 0 1px 4px rgba(18, 56, 93, 0.09);
}

.contact-form-custom label {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 2rem !important;

}

.mb-3,
.my-3 {
    margin-bottom: 3rem !important;
}

.contact-form-custom button {
    font-size: 1.15rem;
    margin-top: 1.3rem;
    font-family: 'Lato-Regular';
    max-width: 85px;
    margin-left: 0;
    font-weight: bold;
    color: #a65962;
    text-align: center !important;
    box-shadow: 0 2px 8px 0 rgba(34, 44, 56, 0.12);
    transition: box-shadow 0.2s;
}

.contact-form-custom button:hover {
    box-shadow: 0 6px 16px 0 rgba(34, 44, 56, 0.16);
}

.input-icon-wrap {
    position: relative;
    max-width: 350px;
}

.input-icon-wrap i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #a65962;
    font-size: 1.1rem;
    z-index: 2;
}

.input-icon-wrap .form-control {
    padding-left: 2.2rem;
    /* space for the icon */
}

/* Placeholder font family */


/* Button with smooth animation */
.btn-submit-center {
    margin: 1.3rem auto 0 auto;
    font-size: 1.15rem;
    font-family: 'Lato-Regular';
    max-width: 85px;
    font-weight: bold;
    color: #a65962;
    text-align: center !important;
    box-shadow: 0 2px 8px 0 rgba(34, 44, 56, 0.12);
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.btn-submit-center:hover,
.btn-submit-center:focus {
    transform: scale(1.08);
    box-shadow: 0 6px 16px 0 rgba(34, 44, 56, 0.23);
    color: #a65962;
    background: #fff;
    text-align: center;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: 'Lato-Regular', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #ffffff;
    padding: 10px 0;
    display: block;

    animation: marqueeScroll 30s linear infinite;
}

.marquee-container:hover {
    animation-play-state: paused;
}

.marquee-content span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 40px;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* ================================
   GLOBAL FONT STRUCTURE
================================ */

/* BODY CONTENT → LATO */
body,
p,
li,
span,
td,
th,
label,
input,
textarea,
select,
.responsive-text,
.info-row,
.info-mins,
.text-info,
.locations-list li {
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* HEADINGS → MONTSERRAT */
h1,
h2,
h3,
h4,
h5,
h6,
.monsterrat-bold,
.navfont,
.accordion-title,
.contact-form-custom h2 {
    font-family: "Montserrat semibold", sans-serif !important;
    font-weight: 400 !important;
}

/* BOLD TEXT */
strong,
b,
.lato-bold {
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
}

/* BUTTONS + NAV */
button,
.btn,
.call-now,
.navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300 !important;
}
@media (max-width: 768px) {
    .footer-container {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-top
    {
        margin-bottom:-50px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-address,
    .footer-rera,
    .footer-bottom {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-rera {
        margin-top: 0px;
    }

.footer-links {
    text-align: center;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 5px; /* Adds spacing between links */
    font-size:0.8rem !important;
    text-align: center;
        width: 100%;
}



    .footer-logo {
        margin-bottom: 10px;
    }

    .footer-address p,
    .footer-rera p,
    .footer-bottom p,
    .footer-links a {
        text-align: center;
        width: 100%;
        font-size:0.9rem !important;
    }

}
.mobile-footer-buttons{
display:flex;
position:fixed;
bottom:0;
width:100%;
z-index:9999;
}

.mobile-footer-buttons button{
width:50%;
border:2px solid #fff;
background:#a65962;
color:#fff;
font-weight:bold;
border-radius:0;
}