@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-font: "Playfair", serif;
    --secondary-font: "Poppins", sans-serif;
    --white: #ffffff;
    --text-color: #404041;
    --dark-blue-color: #0e2746;
    --dark-dark-blue-color: #081630;
}

/* navbar */
a {
    font-size: 16px;
    text-decoration: none;
}

/*.navbar {*/
/*    background-color: var(--dark-dark-blue-color) !important;*/
/*    padding: 0;*/
/*    transition: background-color 0.3s linear;*/
/*}*/

.navbar .navbar-brand img {
    max-width: 160px;
}

ul{
    padding-left: 0px !important;
}
.vd_logo {
    max-width: 80px;
    position: relative;
    top: -11px;
}

.vd_logo_mob {
    max-width: 60px;
    position: relative;
    top: -11px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 16px;
    padding: 0px 16px;
    border-right: 0.5px solid #ffc107;
}

/* updated navbar css */

/* Add this to your CSS file */
.navbar {
    background-image: url('../images/blue-bg1.jpg');
    padding: 0;
    transition: background-color 0.3s linear;
    position: sticky;
    top:0px;
    z-index:9999;
}

.navbar-scrolled {
    background-color: #081630 !important;
}

.navbar-scrolled .navbar-nav .nav-link {
    color: #fff !important;
}

.wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
}

.title {
    font-size: 62px;
    font-weight: 200;
    font-family: var(--primary-font);
    color: var(--dark-blue-color);
}

h1 {
    font-family: var(--primary-font);
    font-size: 42px;
    font-weight: 300;
    color: var(--dark-blue-color);
}

h2 {
    font-family: var(--primary-font);
    font-size: 32px;
    color: var(--dark-blue-color);
}

p {
    font-size: 16px;
    font-family: var(--secondary-font);
    color: var(--text-color);
}

.large{
    font-size: 14px !important;
}
.small {
    font-size: 12px !important;
}

.fact-count-sections .fact-count .count {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0px 24px;
    border-right: 0.5px solid var(--dark-blue-color);
    text-align: center;
}

.fact-count-sections .fact-count .count .title {
    line-height: 72px;
}

.fact-count-sections .fact-count {
    padding: 42px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.usp-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0px;
    border-right: 0.5px solid var(--dark-blue-color);
}

.usp-card p {
    font-size: 18px;
}

.matter-text {
    width: 320px;
    position: relative;
    left: 356px;
}

.project-content {
    padding: 42px;
}

footer {
    background-image: url('../images/Flower-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0px;
    color: var(--dark-dark-blue-color);
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--dark-dark-blue-color);
}

.footer-col a {
    font-family: var(--secondary-font);
    color: var(--dark-dark-blue-color);
    font-size: 14px;
}

.social-link {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.social-link a{
    transition: all ease-in 0.25s;
}
.social-link a:hover{
    transform: translateY(-6px);
}


.modal-content {
    border-radius: 0px;
    background-color: var(--dark-blue-color);
    border: 3px solid #E5C564;
    color: var(--white);
}

.modal-content .modal-header .modal-title {
    color: var(--white);
    font-family: var(--secondary-font);
}

.form-control {
    background-color: var(--dark-dark-blue-color);
    border: 0px;
    height: 45px;
    font-size: 14px;
    font-family: var(--secondary-font);
    color: var(--white);
}

.form-control::placeholder {
    color: var(--white);
    font-family: var(--secondary-font);
}

.form-check-label {
    font-family: var(--secondary-font)
}

.primary-btn {
    /* padding: 12px;
    width: 100%;
    border-radius: 8px;
    border: none;
    background-color: var(--white);
    color: var(--text-color);
    font-size: 18px;
    font-family: var(--secondary-font);
    cursor: pointer; */
    padding: 8px 24px;
    border-radius: 4px;
    border: none;
    background-color: var(--white);
    color: var(--text-color);
    font-size: 16px;
    font-family: var(--secondary-font);
    cursor: pointer;
    
}

.secondary-btn {
    padding: 12px 32px;
    width: fit-content;
    border-radius: 8px;
    border: none;
    background-color: var(--dark-blue-color);
    color: var(--white);
    font-size: 16px;
    font-family: var(--secondary-font);
    cursor: pointer;
}
.modal-body form {
  display: flex;
  flex-direction: column;
  padding: 20px;       /* adds margin inside form */
}

#enquiry-form1 {
  display: flex;
  flex-direction: column;
  gap: 15px;           /* spacing between input boxes */
}

#enquiry-form1 .primary-btn {
  align-self: center;   /* centers the button horizontally */
  margin-top: 12px;
}

@supports (-webkit-touch-callout: none) {
  input, select, textarea {
    font-size: 16px !important;
  }
}

.qr-code {
    max-width: 100px;
}

.navbar-toggler {
    border: none !important;
    background-color: transparent !important;
}

.navbar-toggler i {
    font-size: 32px;
    color: var(--white);
}

.vd_logo_mob {
    display: none
}

.qr-image {
    max-width: 60px;
}




#otp-modal-content {
    display: none;
    opacity: 0;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.thanku-main {
    background-color: var(--dark-blue-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

label.error {
    color: red;
}


/*New Landing Page CSS*/


.property-type-section {
    background-color: white;
    background-image: url('../images/Flower-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.property-type-section .cards-section {
    position: relative;
    top: 10px;
    z-index: 999;
}

.property-type-card {
    background-image: url('../images/blue-bg1.jpg');
    padding: 0px;
    border: none;
    color: var(--white);
    border-radius: 0px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-type-card .card-body {
    padding: 24px;
}

.yellow-btn {
    padding: 3px 12px;
    font-size: 12px;
    color: #000;
    background: rgb(207, 143, 0);
    background: linear-gradient(90deg, rgba(207, 143, 0, 1) 0%, rgba(255, 193, 7, 1) 100%);
    border: none;
    border-radius: 32px;
    position: absolute;
    top: 92px;
    left: 32%;

}

/* === Property Type Section Enhancements === */
.property-type-section {
  padding: 80px 0; /* Adds breathing space around content */
  text-align: center;
}

.property-type-section h1 {
  font-size: 42px;
  color: #B39530;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.property-type-section p {
  color: #333;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.property-type-section h5 {
  color: var(--dark-blue-color);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.benifits-section {
    padding: 32px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.benifits-card {
    border: none;
    padding: 12px;
    width: 232px;
    text-align: center;
}

.benifits-card img {
    height: 52px;
    max-width: 52px;
    margin-bottom: 16px;
}

.property-info {
    background-image: url('../images/banner-4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 124px !important;
}

.property-info .container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.property-info .content {
    width: 40%;
}


.amenites-section {
    background-image: url('../images/blue-bg1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -23px;
}

.amenites-carousel .amenites-card-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}

.amenites-card {
    width: 238px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.amenites-card img {
    max-width: 54px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: #B39530 !important;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    color: #fff !important;
}



.location-map-section {
    background-color: #fff;
    background-image: url('../images/Flower-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.connectivity-card {
    width: 100%;
}

.connectivity-card .card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 12px 12px 12px;
    border-bottom: 1px solid #B39530;
    margin-bottom: 12px;
}

.connectivity-card .card-header h5 {
    font-size: 16px;
    font-family: var(--primary-font);
}

.connectivity-card .card-header img {
    max-width: 64px;
}

.project-details-section {
    background-image: url('../images/blue-bg1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
}

.banner-section {
    width: 100%;
    height: 720px;
    background-image: url('../images/banner-5.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: start;     /* centers vertically */
}

.banner-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section .content {
    width: 100%; /* increase width for better readability */
    text-align: justify; /* justify all paragraphs */
    color: #fff;
}

.banner-section .content h2 {
    text-align: center; /* keep heading centered */
    margin-bottom: 30px;
}

.banner-section .content p {
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 1.7; /* better readability */
}

.banner-section .content button {
    display: block;
    margin: 20px auto 0 auto; /* center button */
}


/* Updated Fact Counter */
.fact-count-sections {
    background-image: url('../images/blue-bg1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fact-count-sections .fact-count .fact-count-card {
    display: flex;
    width: 212px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    transition: all ease-in 0.35s;
    cursor: pointer;
}

.fact-count-sections .fact-count .other-card {
    width: 312px;
}

.fact-count-sections .fact-count .fact-count-card img {
    max-width: 54px;
    height: 54px;
    transition: all ease-in 0.35s;
}

.fact-count-sections .fact-count img {
    max-width: 54px;
    height: 54px;
}

.fact-count-sections .fact-count .fact-count-card .count {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    min-height: 160px;
}

.fact-count-sections .fact-count .count {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 24px;
    border-right: 0.5px solid var(--white);
}

.fact-count-sections .fact-count .count .title {
    line-height: normal;
    font-size: 48px;
    color: var(--white);
}

.fact-count-sections .fact-count .count p {
    color: var(--white);
}

.fact-count-sections .fact-count {
    padding: 24px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cards-section-mob {
    display: none;
}

.project-details-section-img-mobile {
    display: none;
}

label.error {
    font-size: 12px;
}
#otp-modal-content1 {
    display: none;
    opacity: 0;
}
/* Responsive CSS */

@media only screen and (max-width: 1440px) {
    /* .matter-text {
        bottom: 86px;
    } */
}

@media only screen and (max-width: 1200px) {
    /* .location-section .row {
        align-items: center;
    }

    .matter-text {
        bottom: 24px;
    }

    .fact-count-sections .fact-count {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .title {
        font-size: 42px;
        font-weight: 400;
    }

    .fact-count-sections .fact-count .count {
        padding: 0px 18px;
    }


    .usp-card p {
        font-size: 16px;
    } */

    /* Updated Responsive design */

    .property-type-card .card-body {
        padding: 18px;
    }

    .property-type-card .card-body h5 {
        font-size: 16px;
    }

    .yellow-btn {
        top: 72px;
        left: 28%;
    }

    .location-row {
        flex-direction: column;
        gap: 24px;
    }

    .location-row .col-md-5,
    .location-row .col-md-7 {
        width: 100% !important;
    }

    .location-row .col-md-7 p {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 992px) {
    .navbar {
        position: relative !important;
        background-color: var(--dark-dark-blue-color) !important;
    }

    .location-section .row {
        align-items: flex-start;
    }

    /* .matter-text {
        bottom: 24px;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 24px 0px;
    } */

    .cards-section {
        display: none;
    }

    .cards-section-mob {
        display: block;
    }

    .footer-row {
        flex-direction: column;
        gap: 24px;
    }

    .vd_logo {
        display: none;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar {
        padding: 8px 0px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        border: none !important;
        padding: 12px 0px !important;
        text-align: center;
    }

    .vd_logo_mob {
        display: block;
        max-width: 60px;
        position: relative;
        top: -11px;
    }

    .nav-toggle-mob {
        display: flex;
        gap: 24px;
    }
    /* Updated Responsive */
    .fact-count-sections .fact-count .fact-count-card:last-child{
        border-bottom: 1px solid var(--white) !important;
    }

    .fact-count-sections .fact-count .count{
        border: none;
        border-bottom: 1px solid var(--white);
    }
    .fact-count-sections .fact-count{
        gap:24px;
    }

}

@media only screen and (max-width: 764px) {
    .matter-text {
        bottom: 24px;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 24px 0px;
    }

    /* .fact-count-sections .fact-count {
        flex-direction: column;
    } */


    /* .fact-count-sections .fact-count .count {
        border: none;
        border-bottom: 1px solid var(--dark-blue-color);
        padding-bottom: 12px;
    }
        */

    /* .fact-count-sections .fact-count .count:last-child {
        border: none;
    }

    .fact-count-sections .fact-count .count:nth-child(3n) {
        border-right: none;
    }

    .fact-count-sections .fact-count .count:nth-child(6n) {
        border-right: none;
    }

    .fact-count-sections .fact-count {
        padding: 0px;
        padding-top: 24px;
    }

    .fact-count-sections .fact-count .row {
        display: flex;
    } */

    .usp-card {
        border: none;
        border-bottom: 1px solid var(--dark-blue-color);
    }

    .property-pointer .section-title {
        margin-top: 24px;
    }

    .mob-mt-4 {
        margin-top: 16px;
    }

    .mob-p-x {
        padding: 0px 24px;
    }

    .qr-image {
        max-width: 124px;
        margin-top: 24px;
    }

    footer {
        text-align: center;
    }

    .footer-social-links {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
        margin-top: 16px;
    }

    .footer-qr {
        flex-direction: column-reverse;
    }

    .footer-address {
        display: none !important;
    }

    .footer-address-mob {
        display: block !important;
    }

    .navbar {
        padding: 0px 0px !important;
    }

    /* Updated CSS */
    .property-info {
        padding: 32px !important;
    }

    .project-details-section-row {
        gap: 24px;
    }

    .project-details-section-img-mobile {
        display: block;
    }

    .project-details-section-img {
        display: none;
    }

}

@media only screen and (max-width: 576px) {

    /* .fact-count-sections .fact-count .count {
        flex-direction: column;
        border: none !important;
        font-size: 42px;
        border-bottom: 1px solid var(--dark-blue-color);
    }

    .fact-count-sections .fact-count .count .title {
        font-size: 42px;
    }

    .fact-count-sections .fact-count .count .small {
        font-size: 14px !important;
    } */

    .footer-col {
        margin-top: 24px;
    }

    .word-break-line {
        word-wrap: break-word;
        width: 138px;
    }

    /* .fact-count-sections .fact-count .count {
        padding: 0px;
    } */

    /* Updated CSS */
    .property-type-card .card-body h5 {
        font-size: 20px;
    }
    .property-type-section .content h2, .amenites-section h2, h2{
        font-size:26px;
    }

    .yellow-btn {
        top: 78px;
        left: 35%;
    }

    .benifits-card {
        width: fit-content;
    }

    .property-info .content {
        width: 100%;
    }
    .fact-count-sections .fact-count .fact-count-card{
        width: 212px;
    }
    .fact-count-sections .fact-count .other-card{
        width: 212px;
    }

    .property-type-section .cards-section{
        position: relative;
        top: 0px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .property-info{
        background-image:url('../images/banner-4-mob.jpg');
        background-position: center;
        height: 1080px;
        display: flex;
        justify-content: center;
        align-items: end;
        text-align: center;
    }
    .banner-section{
        height: 1080px;
        background-image: url(../images/banner-5-mob.jpg);
    }
    .banner-section h2{
        font-size:32px;
        padding-top:24px;
    }

}

@media only screen and (max-width: 420px) {
    .yellow-btn {
        top: 72px;
        left: 32%;
    }

    .property-type-card .card-body h5 {
        font-size: 16px;
    }

    .property-info .content {
        width: 100%;
    }

    .amenites-card {
        width: 156px;
    }
    .fact-count-sections .fact-count .other-card, .fact-count-sections .fact-count .fact-count-card{
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .yellow-btn {
        top: 70px;
        left: 30%;
    }

    .property-type-card .card-body h5 {
        font-size: 16px;
    }
}

.tab {
    position: relative;
    margin-bottom: 8px;
    border-radius: 12px !important;
    font-family: inherit;
    border: 1px solid #EEF5FB;
    text-align: left !important;
}
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab__label {
    justify-content: space-between;
    padding: 1rem;
}
.tab__label, .tab__close {
    display: flex;
    color: #ffffff;
    background: #0e2746;
    cursor: pointer;
    border-radius: 8px;
    margin: 0px !important;
}
.tab input:checked~.tab__content {
    max-height: fit-content;
	background: #fff;
}
.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.tab__content p {
    margin: 0;
    padding: 1rem;
}
.tab__content .filter {
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.filter {
    margin: 0 0 0px;
}
.filter {
    max-width: 100% !important;
    height: inherit;
}
.filter ul {
    padding: 0 0 0 16px;
    margin-bottom: 0;
	list-style: disc;
}

.filter ul li{
    display: list-item;
	padding-left: 0px;
    display: list-item;
    margin-left: 15px;
}
.tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}
.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}


#enquireModalOnload{
    z-index:99999 !important;
}


.fact-count-card img, .benifits-card img , .owl-carousel .owl-item img{
  transition: all 0.4s ease-in-out;
}

.fact-count-card:hover img,  .benifits-card:hover img, .owl-carousel .owl-item:hover img{
  transform: scale(1.15);
  filter: brightness(1.3);
}

.modal{
    z-index:9999;
}

