@font-face {
    font-family: "bodoni";
    src: url(../font/bodoni-book-bt.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "classy";
    src: url(../font/Classyvogueregular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "bodoni-italic";
    src: url("../font/Bauer Bodoni Italic.otf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "CeraGodrej";
    src: url(../font/CeraGodrejInterio-Regular.ttf);
}

@font-face {
    font-family: "CeraGodrej-m";
    src: url(../font/CeraGodrejInterio-Medium.ttf);
}

@font-face {
    font-family: "italic";
    src: url(../font/BodoniBT-BookItalic.otf);
}

@font-face {
    font-family: "bold";
    src: url(../font/Fontspring-DEMO-quiverleafcf-extrabold.otf);
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: 'CeraGodrej', sans-serif;
}

.bold_1 {
    font-family: 'bold', 'Inter', sans-serif;
    font-weight: bolder !important;
}

html,
body {
    height: 100%;
}

#main {
    position: relative;
    overflow: hidden;
}

/* html {
    scroll-behavior: smooth;
} */

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.bond {
    font-family: 'bodoni', serif;
    font-style: italic;
    font-weight: 500;
}

.classy {
    font-family: 'classy', serif;
    font-weight: 500;
}

.med {
    font-family: 'CeraGodrej-m', sans-serif;
    font-weight: 500;
}

.book {
    font-family: 'bodoni', serif;
    font-style: italic;
}

body {
    background-color: #faf8f0;
}

.color {
    color: #ad8346;
}

.arrow_new {
    position: fixed;
    bottom: 143px;
    right: 19px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
    display: none;
}

.arrow_new:hover {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
}

.active_1 {
    display: block;
    bottom: 20px;
}

.arrow_new_1 {
    position: fixed;
    bottom: 80px;
    right: 19px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
}

.arrow_new_1:hover {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
}

.modal .modal-content {
    background-color: #ad8346;
}

.modal-body .grid label {
    display: block;
    margin-bottom: 10px;
}

.modal-body .grid input {
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    outline: none;
    border: 0;
}

.modal-body .grid>div {
    margin-bottom: 20px;
}

nav .nav-link,
.navbar-brand {
    color: #ad8346 !important;
    font-family: 'CeraGodrej', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

nav {
    background-color: #faf8f0;
}

nav.active {
    background-color: #faf8f0;
    color: #fff !important;
    -webkit-box-shadow: 1px 1px #0000;
    box-shadow: 1px 1px #0000;
}

nav .nav-link {
    padding-left: 30px !important;
}

section.hero {
    /* background: url('../Images/banner.png') no-repeat; */
    background-position: top bottom;
    background-size: 100%;
    height: 100vh;
    /* display: flex;
    align-items: center; */
}

section.hero h2 {
    font-family: 'classy', serif;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 72px;
    font-weight: 500;
}

section.hero h3 {
    font-family: 'bodoni', serif;
    font-style: italic;
    font-size: 60px;
}

section.hero .content {
    padding-top: 160px;
}

section.hero .flex {
    gap: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ad8346;
    padding-top: 25vh;
}

section.video {
    padding: 150px 0;
    height: 100vh;
    background: url('../Images/video-bg.png') no-repeat;
    background-position: top bottom;
    background-size: cover;
}

section.video .play {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100px;
    cursor: pointer;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

section.video h3,
section.about h3 {
    font-size: 60px;
}

section.video h2,
section.about h2 {
    font-size: 50px;
}

section.about {
    padding: 10px 0 69px !important;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 30px;
}

/* section.about .flex {
    height: 460px;
} */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ad8346;
}

section.about .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

section.about .bold_1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 25px;
}

section.ads {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.ads h5 i {
    font-size: 60px;
}

section.ads h2 {
    font-size: 80px;
}

section.ads .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.map iframe {
    max-width: 100%;
    margin: 0 auto;
    width: 900px;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}

section.video-bg {
    /* background: url('../Images/video-banner.png') no-repeat;
    background-position: top bottom;
    background-size: cover; */
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

section.video-bg .card-img-overlay {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.video-bg .play {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100px;
    cursor: pointer;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

section.video-bg video {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

section.video-bg .video-box {
    position: relative;
    width: 100%;
}

nav .logo-1 {
    width: 170px;
}

/* section.video-bg .video-box:after {
   content: "";
   display: block;
   background-color: #00000061;
   width: 100%;
   height: 99%;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
} */

section.video-bg h6 {
    font-size: 40px;
}

section.video-bg h2 {
    font-size: 60px;
    text-transform: uppercase;
}

section.gallery {
    padding: 100px 0;
    overflow-x: hidden;
}

section.gallery h2 {
    font-size: 60px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ad8346;
}

.nav-pills .nav-link {
    color: #ad8346;
    margin: 0 20px;
}

section.gallery .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

section.map h2 {
    font-size: 50px;
}

section.map h3 {
    font-size: 60px;
    text-transform: uppercase;
}

section.map {
    padding-top: 40px;
}

section.map img {
    height: 600px;
    border-radius: 40px;
    border: 5px solid #ad8346;
    -o-object-fit: cover;
    object-fit: cover;
}

section.contact {
    background-color: #ad8346;
    height: 50vh;
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

section.contact h2 {
    font-size: 40px;
}

section.contact h3 {
    font-size: 60px;
    text-transform: uppercase;
}

section.contact .arrow {
    position: absolute;
    top: 13px;
}

section.gallery .hover {
    position: relative;
    display: block;
    overflow: hidden;
    /* Custom SVG Cursor - Gold Circle with 'View' text (Serif Font) */
    cursor: url("../Images/cursor-view.svg") 20 20, pointer !important;
}

section.gallery .hover img {
    transition: transform .6s ease;
}

section.gallery .hover:hover img {
    transform: scale(1.05);
}

section.contact-us input {
    border: transparent;
    border-bottom: 1px solid #ad8346;
    padding: 10px;
    margin-bottom: 10px;
    outline: none;
    background: transparent;
}

section.contact-us textarea {
    border: transparent;
    border-bottom: 1px solid #ad8346;
    padding: 10px;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
    background: transparent;
}

section.contact-us .btn {
    border: 1px solid #ad8346;
    color: #ad8346;
    padding: 6px 30px;
}

section.contact-us .btn:hover {
    border: 1px solid transparent;
    color: #ffffff;
    padding: 6px 30px;
    background-color: #ad8346;
}

section.contact-us .box {
    max-width: 60%;
    margin: 0 0 0 auto;
}

footer a {
    border-right: 1px solid #ededed;
    padding: 0px 30px;
}

section.form {
    background: #ad8346;
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 1040 !important;
}

section.form .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 30px 300px 30px 300px;
    grid-template-columns: repeat(4, 250px);
    padding: 20px 0;
    gap: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

section.form .grid.otp_veri {
    grid-template-columns: repeat(3, 320px);
}

section.form .grid input {
    width: 100%;
    border: 0;
    outline: none;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}

section.form .grid>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
}

section.form .btn {
    background-color: #fff !important;
    border: 0;
    color: #000;
    padding: 5px 20px;
    border-radius: 0;
}

footer {
    padding-bottom: 63px;
}

.thank-you-msg {
    font-size: 32px;
}

.thank-you-msg .project-title {
    font-size: 40px;
    display: block;
    margin: 10px 0;
}

/* Configuration cards: apply a subtle blur to the floor-plan images
   Add the `no-blur` class on `.config_col` to disable the blur if needed. */
.config_col img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    filter: blur(4px);
    transition: filter 0.2s ease;
}

.config_col.no-blur img {
    filter: none;
}


/* privacy-policy page */
.privacy-policy-container {
    font-family: 'Montserrat', sans-serif;
    padding: 40px 15px;
    color: #1f1d22;
    line-height: 1.6;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 92px;
}

/* Main Title (H1) */
.privacy-policy-container h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 30px;
    color: #1f1d22;
    font-family: inherit;
}

/* Section Headings (H2) */
.privacy-policy-container h2 {
    font-weight: 600;
    line-height: 26.4px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #1f1d22;
    font-family: inherit;
}

/* Body Text (P) */
.privacy-policy-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    color: #676767;
}

/* List Items (LI) */
.privacy-policy-container ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc !important;
}

.privacy-policy-container li {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.43px;
    margin-bottom: 5px;
    color: #1f1d22;
    list-style-type: disc !important;
    display: list-item !important;
}

.Disclosure-text {
    text-align: justify !important;
}

@media (max-width: 767px) {
    .modal-body .grid {
        display: block;
    }

    .modal-body .grid>div {
        margin-bottom: 15px;
    }
}

/* White Header Modal Styles - Compact Version */
#Modal .modal-dialog {
    max-width: 570px !important;
    /* Increased to 120% of previous 450px as requested */
    margin: 1.75rem auto !important;
}

#Modal .modal-content {
    background-color: #ad8346 !important;
    border-radius: 10px;
    overflow: hidden;
    border: none !important;
}

#Modal .modal-header-white {
    background-color: #ffffff !important;
    border-bottom: 2px solid #f1f1f1 !important;
    padding: 20px 20px 15px !important;
    /* Reduced padding */
    text-align: center !important;
    position: relative !important;
    display: block !important;
}

#Modal .modal-logo-v2 {
    max-width: 200px !important;
    /* Scaled down logo */
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    background: transparent !important;
}

#Modal .modal-title-v2 {
    color: #ad8346 !important;
    font-size: 22px !important;
    /* Reduced font size */
    font-weight: 700 !important;
    margin-top: 10px !important;
    /* Reduced margin */
    font-family: inherit !important;
    background: transparent !important;
}

#Modal .modal-body {
    background-color: #ad8346 !important;
    padding: 15px 25px 30px !important;
    /* Reduced padding */
}

#Modal .custom-close-dark {
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    z-index: 100 !important;
}

#Modal .modal-body .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px !important;
    /* Reduced gap */
}

#Modal .modal-body .grid label {
    margin-bottom: 3px !important;
    /* Reduced margin */
    font-size: 14px !important;
    color: #fff !important;
}

#Modal .modal-body .grid input {
    height: 40px !important;
    border-radius: 5px !important;
    border: 1px solid #fff !important;
}

@media (max-width: 576px) {
    #Modal .modal-dialog {
        max-width: 95% !important;
        margin: 10px auto !important;
    }

    #Modal .modal-header-white {
        padding: 15px 10px 10px !important;
    }

    #Modal .modal-logo-v2 {
        max-width: 130px !important;
    }

    #Modal .modal-title-v2 {
        font-size: 18px !important;
        margin-top: 8px !important;
    }

    #Modal .modal-body {
        padding: 10px 15px 10px !important;
    }

    #Modal .modal-body .grid {
        gap: 8px !important;
    }

    #Modal .modal-body .grid label {
        font-size: 15px !important;
    }

    #Modal .modal-body .grid input {
        height: 38px !important;
    }
}

.new-contact-class {
    margin-top: -60px !important;
    margin-bottom: 30px !important;
}

/* Navbar: small authorised partner label placed below the logo and centered */
.authorized-partner {
    display: block !important;
    font-size: 10px;
    max-width: 110px;
    margin: 6px auto 0 !important;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

/* Ensure logos and label align nicely */
.nav-link img,
.nav-link .logo-2,
.nav-link .logo-1 {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.privacy-footer {
    padding-bottom: 0px !important;
}