body {
    font-family: 'Montserrat', sans-serif;
}

p {
    color: rgba(83, 30, 16, 1);
    font-size: 16px;
}
section {
    overflow: hidden;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
    outline: none;
}


/* HEADER */
.navbar {
    transition: all 0.4s ease;
    padding: 20px 0;
}

.navbar.transparent {
    background: transparent;
}

.navbar.scrolled {
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(90deg, #531E10 0%, #A77449 73.08%);
}

.logo {
    height: 80px;
    transition: all 0.3s ease;
}

.navbar.scrolled .logo {
    height: 60px;
}
.navbar.scrolled .logo.logo-color {
    display: none;
}
.navbar.scrolled .logo.logo-white {
    display: block !IMPORTANT;
}


/* HAMBURGER */
.menu-toggle {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #582313;
    left: 0;
    transition: all 0.3s ease;
}

.navbar.scrolled .menu-toggle span { background: #fff; }


.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 10px; }
.menu-toggle span:nth-child(3) { bottom: 0; }

.menu-toggle.active span {
    background-color: #fff;
}

/* OVERLAY MENU */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 60%);
    left: 75%;
    z-index: 999;
    clip-path: circle(0% at 100% 0);
}

.menu-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-list {
    list-style: none;
    text-align: center;
    padding: 0;
}

.menu-list li {
    margin: 20px 0;
    overflow: hidden;
}

.menu-list a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}




/* WRAPPER */
.slide-wrapper {
    position: fixed;
    right: -300px;
    top: calc(20% + 120px);
    display: flex;
    align-items: flex-start;
    transition: 0.4s ease;
    z-index: 99;
}

/* ACTIVE STATE */
.slide-wrapper.active {
    right: 0;
    z-index: 9999;
}
/* BUTTON */
.slide-btn {
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    color: #fff;
    padding: 15px 8px;
    cursor: pointer;
    font-weight: 600;
    background: rgba(83, 30, 16, 1);
}

.slide-form i.fa-solid.fa-xmark {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}


/* FORM */
.slide-form {
    width: 300px;
    background: #fff;
    padding: 15px;
    border-radius: 0;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    max-height: 80vh;
    overflow-y: auto;
    height: 410px;
}

.slide-form {
  scroll-behavior: smooth;
}

.slide-form::-webkit-scrollbar {
  width: 5px;
}

.slide-form::-webkit-scrollbar-thumb {
  background: #256DAA;
  border-radius: 10px;
}

/* POSITION SECOND BUTTON */
.coliving-wrapper {
  top: 11%;
  z-index: 11;
}


.slide-wrapper button.btn.btn-submit {
    background: linear-gradient(90deg, #531E10 0%, #A77449 73.08%);
    color: #fff;
}

.error-text {
    color: #ff0000;
    font-size: 12px;
    position: relative;
    bottom: 5px;
}

button.btn.btn-light {
    background: linear-gradient(90deg, #531E10 0%, #A77449 73.08%);
    color: #fff;
}
input:focus, select:focus {
  border-color: #256DAA;
  box-shadow: none;
}
.error-field {
  border: 1px solid red !important;
}

.error-field:focus {
  border-color: red !important;
  box-shadow: none;
}
.form-select:disabled {
    background-color: transparent;
}



.enq-form-btn-wrapper {
    position: fixed;
    transform: rotate(90deg);
    right: -196px;
    z-index: 99;
    top: 45%;
    width: 430px;
}

.enq-form-btn-wrapper button {
    background: linear-gradient(90deg, #531E10 0%, #A77449 73.08%);
    border: 0 !IMPORTANT;
    margin: 0 10px;   
}
input.form-control.me-2.cl_captchaCode,
input.form-control.me-2.captchaCode {
    text-align: center;
    background: linear-gradient(90deg, #531E10 0%, #A77449 73.08%);
    color: #fff;
}
.error-text.captchaError {
    margin-left: 46%;
}




/* HERO */
.hero-section {
    min-height: 100vh;
    position: relative;
}

.swiper {
    height: 100%;
}

.slide-bg {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.hero-content {
    color: #fff;
    padding-right: 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-content {
    position: relative;
    bottom: 80px;
}

.hero-content h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}



.hero-title,
.hero-subtitle,
.hero-price,
.rent-offer,
figure.rera-wrapper img,
.project-logo-wrapper,
.carpet-area {
    opacity: 0;
    transform: translateY(40px);
}

figure.rera-wrapper {
    text-align: right;
    width: 300px;
    margin-left: auto;
    position: absolute;
    right: -40px;
    bottom: 150px;
    margin: 0;
}

figure.rera-wrapper img {
    width: 100%;
    height: auto;
}


.bottom-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #531E10 0%, #A77449 73.08%);
}
.bottom-content h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    background-color: #000;
    color: #fff;
    padding: 15px;
    width: fit-content;
    position: relative;
    top: -40px;
}

.bottom-content .col-lg-4 {
    position: relative;
    z-index: 1;
}

.bottom-content .col-lg-4:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    z-index: -1;
    width: 180%;
}

figure.project-logo-wrapper {
    padding: 15px 20px;
}
figure.project-logo-wrapper img {
    width: 180px;
}


.swiper-slide.slider-2 .slide-bg {
    background-position: center -80px;
}

.bottom-content-desc h5 {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 20px;
}

.bottom-content-desc h5 span {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
}

.bottom-content-desc h5 span.one {
    border: 1px solid #fff;
    margin-right: 25px;
    padding: 15px;
}

.swiper-slide.slider-2 figure.project-logo-wrapper img {
    width: 420px;
}

.swiper-slide.slider-2 figure.project-logo-wrapper {
    display: flex;
    height: 100%;
}

.swiper-slide.slider-2 figure.rera-wrapper {
    right: 30px;
    bottom: 190px;
}


.swiper-slide.slider-3 .hero-content h2 {
    font-size: 54px;
    position: relative;
    left: -80px;
}

.swiper-slide.slider-3 .hero-content .top-content {
    bottom: 100px;
}

.swiper-slide.slider-4 .top-content h2.hero-title {
    color: #fff !important;
    font-size: 48px;
}
.swiper-slide.slider-4 .top-content h4,
.swiper-slide.slider-5 .top-content h4 {
    background: linear-gradient(90deg, #531E10 0%, #A77449 73.08%);
    width: fit-content;
    padding: 14px;
    margin: 40px auto 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}
.swiper-slide.slider-4 .top-content h5.carpet-area,
.swiper-slide.slider-5 .top-content h5.carpet-area {
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    vertical-align: middle;
    text-transform: capitalize;
    margin: 45px auto 0;
    border: 1px solid #fff;
    width: 84%;
    padding: 10px;
    text-align: center;
}
.swiper-slide.slider-5 .top-content h5.carpet-area { border-color: #000; color: #000; }


.swiper-slide.slider-4 .top-content, .swiper-slide.slider-5 .top-content { bottom: 0 }


.swiper-slide.slider-4 .bottom-content-img,
.swiper-slide.slider-5 .bottom-content-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6em;
}

.swiper-slide.slider-4 .bottom-content-img figure.banner-project-logo-wrapper,
.swiper-slide.slider-5 .bottom-content-img figure.banner-project-logo-wrapper {
    border-right: 1px solid #fff;
    padding-right: 40px;
    margin: 0;
}

.swiper-slide.slider-4 .bottom-content-img figure.qr-code-wrapper,
.swiper-slide.slider-5 .bottom-content-img figure.qr-code-wrapper {
    padding-left: 40px;
    margin: 0;
}




/* COMMON */
section hr {
    border-top: 1px solid #000;
    opacity: 1;
    width: 180px;
    margin: 50px auto 0;
}

/* WHY WEST PUNE */
.why-west-pune {
    background: #fff;
    padding: 100px 0 0;
}

.why-west-pune hr {
    margin-top: 6em;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(83, 30, 16, 1);
}

.section-desc {
    max-width: 75%;
    margin: 0 auto 10px;
    line-height: 1.6;
}

.section-note {
    margin-top: 25px;
    font-weight: 600;
    font-size: 16px;
}

.why-features {
    margin-top: 40px;
}

.feature-box {
    text-align: center;
    padding: 10px;
}

.feature-box img {
    height: 50px;
    margin-bottom: 15px;
}


.section-footer {
    margin-top: 30px;
}

/* GRD COMMERCIAL */
/*.grd-commercial {
    position: relative;
    min-height: 150vh;
    background: url('../images/commercial-bg.webp') no-repeat center center/cover;
    display: flex;
    align-items: flex-end;
    padding: 120px 0 290px;
}*/

.grd-commercial {
    position: relative;
    min-height: 140vh;
    background-color: #f5f5f5; /* placeholder */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 120px 0 210px;
}

.grd-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.grd-content p {
    font-size: 16px;
    color: #000;
}





/* DETAILS SECTION */
.grd-details {
    padding: 0;
    margin-top: -5em;
    position: relative;
    z-index: 2;
    background: transparent;
    margin-bottom: 0em;
    background: linear-gradient(180deg, #FFF9F0 0%, #FCFBF3 100%);
}

.grd-details .CTA-section {
    margin-top: 7em !important;
}

.grd-details.commercial hr {
    margin-top: 7em;
}

.grd-details h4, .grd-details-2 h4 {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 15%;
    text-transform: uppercase;
    color: rgba(83, 30, 16, 1);
    line-height: 30px;
}

.small-title {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.main-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.desc {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}

.feature-title {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #531e10;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    justify-content: space-between;
}
.feature-list span {
    display: flex;
    padding: 10px 20px;
    font-size: 17px;
    background: transparent;
    white-space: nowrap;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    color: rgba(83, 30, 16, 1);
    font-weight: 500;
    position: relative;
    text-align: center;
}
.feature-list span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(235, 203, 171, 1);
    right: -12px;
}

.feature-list span:last-child:after { border: 0; }
.feature-list span img {
    margin-bottom: 20px;
}



    .grd-details .col-lg-4 img {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  border-radius: 0;
}

.grd-details .col-lg-4:hover img {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
    
    .cta-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Shine effect */
.cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transform: skewX(-25deg);
}

.cta-btn:hover::before {
  left: 125%;
  transition: 0.6s;
}


figure.projects-logo-wrapper {
    position: relative;
}

figure.projects-logo-wrapper p {
    position: absolute;
    left: 20px;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
}

  figure.project-logo span {
    display: inline-block;
    border-right: 1px solid rgba(144, 144, 144, 1);
    width: 35px;
    height: 90px;
    vertical-align: middle;
    margin-right: 30px;
}




.CTA-section.text-center {
    background: rgba(83, 30, 16, 1);
    color: #fff;
    margin-top: 4em;
    padding: 50px 0;
}
.CTA-section h2.section-title {
    color: rgba(235, 203, 171, 1);
}

.CTA-section.text-center a.btn.cta-btn {
    color: #fff;
    border: 1px solid #ccc;
    padding: 8px 30px;
}

.modal-body button.btn.btn-submit {
    background: linear-gradient(90deg, #531E10 0%, #A77449 73.08%);
    color: #fff;
}



.btn-submit {
  position: relative;
}

.btn-loader {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}




/* CO-LIVING SECTION */
/*.grd-co-living {
    position: relative;
    min-height: 250vh;
    background: url('../images/recidential-bg.webp') no-repeat center center/cover;
    display: flex;
    align-items: flex-end;
    padding: 120px 0 630px;
    overflow: hidden;
}*/

.grd-co-living {
    position: relative;
    min-height: 112vh;
    background-color: #f5f5f5; /* placeholder */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 120px 0 0px;
    overflow: hidden;
}

.grd-co-living::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    background: linear-gradient(
        to top,
        rgba(255,255,255,0.95),
        rgba(255,255,255,0.6),
        rgba(255,255,255,0)
    );

    z-index: 1;
    display: none;
}

.co-living-content {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto;
}

.co-living-content p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

section#grd-co-living-2 {
    padding: 100px 0 0;
}


/* SECOND DETAILS */
.grd-details-2 {
    padding: 100px 0 0px;
    margin-top: 4em;
    position: relative;
    z-index: 2;
    background: transparent;
}



.grd-details-2 .CTA-section {
    margin-top: 7em;
}

.grd-details-2 .feature-list span {
    padding: 10px 18px;
}

.grd-details-2 hr {
    margin-top: 6em;
}

.grd-details img.project-thumb {
    height: 450px;
}
.grd-details-2 img.project-thumb {
    height: 470px;
}

img.project-thumb {
    object-fit: cover;
    width: 100%;
}
figure.project-logo img {
    height: auto;
}


iframe#location_map {
    margin: 50px 0;
}


/* LOCATION EDGE */
.location-edge {
    position: relative;
    padding: 100px 0 0;
    /*background: url('../images/location-bg.webp') no-repeat center bottom/cover;*/
    overflow: hidden;
    height: auto;
    margin-top: 0;
    background-image: none;
}

/* CONTENT */
.location-content {
    position: relative;
    z-index: 2;
    max-width: 75%;
}

/* TEXT */
.location-edge .section-desc {
    margin-bottom: 10px;
}

.location-edge .section-note {
    font-size: 16px;
    margin: 20px 0;
}

/* FEATURES */
.location-edge .location-features {
    margin-top: 50px;
}

.location-edge .feature-box {
    text-align: center;
    padding: 10px;
}

.location-edge .feature-box img {
    height: auto;
    width: 60px;
    margin-bottom: 10px;
}

.location-edge .feature-box p {
    font-size: 16px;
}

.location-edge .section-footer {
    font-size: 16px;
    color: #733e26;
    margin: 10px auto;
}



/* ABOUT GRD */
.about-grd {
    background: #fff;
    padding: 30px 0 100px;
}

.about-grd hr {
    display: none;
}

/* DESCRIPTION */
.about-desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 84%;
    margin: 0 auto;
}


/* FOOTER */
.footer-section {
    color: #fff;
    padding: 80px 0;
    background: linear-gradient(90deg, #531E10 0%, #A77449 52.4%, #531F11 98.76%);
}

.footer-section h2 { color: #fff; }


/* LEFT */
.footer-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

/* CONTACT */
.footer-contact {
    margin-top: 30px;
    font-size: 16px;
}

.footer-contact i {
    margin-right: 8px;
    border: 1px solid;
    padding: 6px;
    font-size: 13px;
    margin-top: 5px;
    border-radius: 5px;
}


/* RIGHT */
.social-wrapper {
    width: fit-content;
    margin-left: auto;
    text-align: left;
}
.social-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    margin-left: 6px;
    font-size: 14px;
    transition: all 0.8s ease;
    text-decoration: none;
    border-radius: 5px;
}

/* HOVER */
.social-icons a:hover {
    background: #fff;
    color: #1f4e79;
}

.footer-contact strong {
    font-weight: 600;
}
.footer-contact p {
    color: rgba(255,255,255,0.8) !important;
}

.footer-contact a { color: rgba(255,255,255,0.8) !important; text-decoration: none; }



.footer-qr-cdoe {
    margin-top: 4em;
}

.footer-qr-cdoe img {
    margin-top: 15px;
    width: 350px;
}

p.disclaimer-text {
    color: #fff;
    font-size: 10px;
    margin-top: 45px;
}