@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Fonts
	==============================================================*/

/*==============================================================
	Bootstrap Hack
	==============================================================*/

.form-control::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #9f9f9f;
  opacity: 1;
  font-weight: 400;
}

.form-control:-moz-placeholder {
  text-transform: capitalize;
  color: #9f9f9f;
  opacity: 1;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  text-transform: capitalize;
  color: #9f9f9f;
  opacity: 1;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  text-transform: capitalize;
  color: #9f9f9f;
  opacity: 1;
  font-weight: 400;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*==============================================================
Chrome Hack
==============================================================*/
textarea,
input[type="text"] {
  -webkit-appearance: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  max-width: 1472px;
  margin: 0 auto;
  padding: 0 16px;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

h1,
.h1 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 64px;
  line-height: 78px;
  color: #fff;
  margin: 0;
}
h2,
.h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  margin: 0;
  color: #002b67;
}
h3,
.h3 {
  font-size: 85px;
  font-weight: 800;
  line-height: 85px;
  color: #343535;
  text-align: left;
  margin: 0;
}
h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #343535;
  text-align: left;
  margin: 0;
  padding: 0;
}
h5,
.h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  text-align: left;
  margin: 0;
}
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #343535;
}
h7,
.h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  color: #ffffff;
  padding-top: 20px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #002b67;
  padding: 16px 24px;
}
.btn.btn-icon {
  color: #002e6e;
  border-radius: 40px;
  border: 1px solid #e3c9bc;
  background-color: #fffaf8;
  padding: 12px 24px;
}
.btn.btn-icon:hover {
  background-color: #002e6e;
  border: 1px solid transparent;
  color: #fff;
}
.btn.btn-icon:hover svg path {
  fill: #fff;
}
svg path {
  transition: all 0.3s ease-in-out;
}
.btn.btn-lg {
  padding: 16px;
  border: 1px solid #002b67;
  border-radius: 8px;
}
.btn.btn-lg:hover,
.btn:hover {
  border: 1px solid #002b67;
  background-color: transparent;
  color: #002b67;
}
.btn.btn-sm {
  padding: 16px 24px;
  border: 1px solid transparent;
  background-color: #88583f;
  color: #fff;
  border-radius: 10px;
}
.btn.btn-sm:hover {
  border: 1px solid #002b67;
  background-color: #002b67;
}

/* banner start */
.banner-left p {
  padding: 32px 0;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}
.banner-content {
  position: relative;
  z-index: 1;
}
.banner-wrap {
  background-image: url("../images/banner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.banner {
  padding: 64px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-right h2 {
  text-align: left;
  color: #343535;
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner .section-content {
  max-width: 100%;
}
.banner-right h2 span {
  width: 32px;
  height: 32px;
}
.banner-right {
  min-width: 510px;
  border-radius: 20px;
  border: 0.75px solid var(--Primary-Brown, #c18261);
  background-color: #fff;
  padding: 47px;
  position: relative;
  z-index: 1;
}
.banner-left {
  max-width: 720px;
  position: relative;
  z-index: 1;
}
.banner-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-blend-mode: darken;

  z-index: 0;
}
.banner-content img {
  height: 700px;
  object-fit: cover;
  width: 100%;
}
.banner-content h1 {
  max-width: 445px;
  position: absolute;
  top: 64px;
  left: 16px;
  z-index: 1;
  text-transform: uppercase;
}
.banner-content h1 span {
  font-weight: 600;
}
/* banner end */

/* video-start */
.video-container {
  position: relative;
  width: 100%;
  height: 850px;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url("../images/play-button.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.progress-container {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.progress-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.progress-bar {
  width: 0%;
  height: 100%;
  background: white;
  transition: width 0.1s linear;
}
.video-timestamps {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1900px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
}

/* video-end */

/* about-start */
.our-about-wrap {
  padding: 64px 0;
  background: radial-gradient(
    52.18% 100% at 50% 100%,
    #fff5ef 0%,
    #ffffff 95.83%
  );
}
.our-about .row {
  --bs-gutter-x: 16px;
  row-gap: 24px;
}
/* .our-about .row .about-box:first-child .about-item {
  padding-left: 0;
}
.our-about .row .about-box:last-child .about-item {
  padding-right: 0;
  border-right: none;
}
.about-item {
  padding: 0 48px;
  border-right: 1px solid #ebeeed;
} */
.about-item {
  box-shadow: 0px 8px 24px 0px #959da533;
  border: 1px solid #dbcdc5;
  background-color: #fff;
  border-radius: 20px;
}

.about-content {
  padding: 32px;
}
.about-content a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #002b67;
}
.about-content a:hover {
  color: #000;
}
.about-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 13, 32, 0.75);
  padding-top: 15px;
}
.about-img {
  padding: 10px;
}
.about-img img {
  width: 100%;
  height: 266px;
  border-radius: 20px;
}

/* bhk-idea-wrap start */
.bhk-idea-wrap {
  padding: 96px 0;
  background-color: #f5fafa;
}
.bhk-idea {
  gap: 96px;
  padding: 0 48px;
}
.bhk-idea-item {
  max-width: 266px;
  width: 100%;
}
.idea-name {
  padding-top: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #4e5354;
}
.bhk-idea-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #33544e;
}
.bhk-idea-main {
  gap: 8px;
}
/* bhk-idea-wrap end */

/* ammenities-wrap start */
.ammenities-wrap {
  padding: 96px 0;
  background-color: #f9f8f5;
}
.ammenities {
  padding: 0 24px;
}
.ammenities-item {
  padding: 31px;
  border: 1px solid #dbcdc5;
  background-color: #fff;
  width: 100%;
}
.logo-square {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece8e0;
  width: 48px;
  height: 48px;
}
.ammenities .row {
  --bs-gutter-x: 0;
}
.ammenities .row {
  padding-top: 24px;
}
.ammenities-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ammenities-content a h3 {
  transition: all 0.3s ease-in-out;
}
.ammenities-content a:hover h3 {
  color: #1e1e1e;
}

/* ammenities-wrap end */
.way-life-wrap {
  padding: 96px 0;
}
.way-life {
  padding: 0;
}
.way-life-area {
  --bs-gutter-x: 10px;
  row-gap: 12px;
}
.way-life-content {
  padding-bottom: 20px;
}
.way-life-content p {
  line-height: 30px;
  max-width: 580px;
  padding-top: 20px;
}
.eco-adv-wrap {
  padding: 96px 0;
  background: radial-gradient(
    52.18% 100% at 50% 100%,
    #fff5ef 0%,
    #ffffff 95.83%
  );
}
.eco-adv {
  padding: 0 24px;
}
.eco-adv .section-content {
  max-width: 545px;
}
.eco-adv-area {
  --bs-gutter-x: 16px;
  row-gap: 20px;
}
.eco-adv-area {
  padding-top: 20px;
}
.eco-adv-item {
  padding: 32px;
  background-color: #fdfdfd;
  border: 1px solid #dbcdc5;
  border-radius: 20px;
}
.way-life-wrap .eco-adv-item {
  background-color: #fffaf8;
}
.eco-adv-header {
  gap: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

/* faq start */
.faq-section-wrap {
  padding: 96px 0;
  background-color: #fff8f5;
}
.section-content {
  text-align: center;
  padding-bottom: 40px;
  max-width: 688px;
  margin: 0 auto;
}
.section-title {
  background-color: #fcfdfd;
  border: 1px solid #e0e5e4;
  font-size: 13px;
  line-height: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #33544e;
  padding: 9px 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 50px;
  text-align: center;
}

.round {
  width: 5px;
  height: 5px;
  background-color: #c2b59b;
  border-radius: 100%;
}
.section-content h2 {
  color: #002b67;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #343535;
}
.accordion-item {
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid #dbcdc5 !important;
}
.accordion-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff8f5;
  color: #343535;
  padding: 32px 0 0;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  border: none;
  padding: 15px 28px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
}
.accordion-item:first-of-type {
  border: 0;
}
.accordion {
  --bs-accordion-bg: #f9f8f5;
  border: none;
  max-width: 840px;
  margin: 0 auto;
  padding: 24px 0 0;
}
.section-bottom {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 48px;
}
.section-bottom h3 {
  padding-bottom: 32px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/faq-icon-reverse.svg");
}
.accordion-button::after {
  background-image: url("../images/faq-icon.svg");
  width: 24px;
  height: 26px;
}
/* faq end */

.video-wrap {
  background: radial-gradient(
    52.18% 100% at 50% 100%,
    #fff5ef 0%,
    #ffffff 95.83%
  );
  padding-bottom: 96px;
}
.video {
  padding: 0 24px;
}
.video-main {
  position: relative;
  z-index: 1;
}
/* .video-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 767px;
  width: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
} */
.video-img {
  border: 1px solid #e3c9bc;
  border-radius: 20px;
  width: 100%;
  height: 767px;
}
.video-main .icon {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.03px solid var(--Accent-White, #ffffff);
  background-color: #343535;
  border-radius: 100%;
}
.video-main .icon img {
  width: 60px;
  height: 60px;
}

/* footer-start */
.footer-copyright,
.footer-bottom a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #6c6c6c;
}
.footer-bottom a:hover {
  color: #002b67;
}
footer {
  background-color: #fff;
}
.footer-right ul {
  gap: 24px;
  justify-content: center;
}
.footer-right ul li a svg path {
  transition: all 0.3s ease-in-out;
}
.vline {
  width: 0.75px;
  height: 65px;
  background-color: #e2e2e2;
}
.footer-right ul li a:hover svg path {
  fill: #000;
}
.follow-us {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #343535;
  padding-bottom: 20px;
  text-align: right;
}
.footer-bottom {
  padding-top: 32px;
}
.footer-bottom-content {
  gap: 32px;
}
.rerna-number {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6c6c6c;
}
.line {
  width: 1px;
  height: 24px;
  background-color: #d1d1d6;
}
.footer-left,
.header-left {
  gap: 23px;
}

.footer-wrap {
  padding: 64px 0;
}
/* footer end */

.eco-call {
  padding: 0 24px;
}
.eco-call-wrap {
  padding-bottom: 96px;
}
.eco-image img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.eco-call .row {
  --bs-gutter-x: 32px;
  row-gap: 24px;
}
.eco-form h2 {
  text-align: left;
}
.eco-form {
  padding: 47px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 0.75px solid var(--Primary-Brown, #c18261);
}
.eco-form .section-content {
  max-width: 100%;
}
.form-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000d20;
  margin: 0;
}
.form-control {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  border: 0;
  padding: 8px 0;
  border-radius: 0;
  border-bottom: 1px solid var(--Primary-Brown, #c18261);
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--Primary-Brown, #c18261);
}
.formfield {
  padding-bottom: 29px;
}
.eco-image {
  height: 100%;
}
.eco-contact-box a:hover {
  color: #002b67;
}
.eco-contact-box a {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #343535;
}
.eco-contact-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #002e6e;
}
.eco-contact-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  text-align: center;
  max-width: 203px;
}
.eco-contact-email {
  display: flex;
  justify-content: flex-end;
}
.eco-contact-map {
  max-width: 472px;
}
.eco-contact .row {
  --bs-gutter-x: 16px;
  row-gap: 32px;
}
.eco-contact-wrap {
  padding-bottom: 96px;
}
.eco-contact {
  padding: 0 24px;
}
.eco-contact-top .cta {
  text-align: center;
  padding-top: 24px;
}
.eco-contact-center {
  max-width: 662px;
  margin: 60px auto;
  height: 1px;
  background-color: #dbcdc5;
}
.eco-contact-bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}
.footer-content {
  padding: 0 24px;
}

.location-section {
  padding: 96px 0;
  background: radial-gradient(
    52.18% 100% at 50% 100%,
    #fff3ed 0%,
    #ffffff 95.83%
  );
}
.location-section-bottom {
  padding: 0 24px;
}
.location-section-bottom .section-content {
  padding-bottom: 32px;
  text-align: left;
  max-width: 408px;
  margin: 0;
}
.location-section-bottom .accordion {
  max-width: 507px;
  margin: 0;
  padding: 0;
}
.location-section-bottom .accordion-button {
  background-color: transparent;
  display: flex;
  gap: 10px;
}
.accordion-button span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #343535;
}
.accordion-body-content {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.location-section-bottom .accordion-body {
  padding: 4px 12px 32px 12px;
}
.time-icon {
  display: flex;
  gap: 6px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
}
.location-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.location-area {
  display: flex;
}

.design-living .section-content {
  max-width: 545px;
}
.nav-pills .nav-link,
.nav-pills .nav-link.active {
  border-radius: 0;
  background-color: transparent;
  color: #343535;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #aaaeb5;
}
.nav-pills .nav-link.active {
  border-bottom: 1px solid #002e6e;
}
.nav-link:focus-visible {
  box-shadow: 0;
}
.design-living ul {
  justify-content: center;
  padding: 20px 0 40px;
}
.design-content .btn.btn-lg {
  padding: 16px 24px;
}
.sq-yards {
  padding: 16px 24px;
  border: 1px solid #002e6e1a;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #002b67;
  border-radius: 10px;
  display: inline-block;
}
.design-content {
  gap: 10px;
}
.design-slide {
  position: relative;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.8;
  transform: scale(0.85);
}

.design-slide.slick-center {
  opacity: 1;
  transform: scale(1);
}
.design-slide {
  z-index: 1;
}
.design-slide.slick-center {
  z-index: 2;
}
.design-slide {
  width: 100%;
}
.design-slide img {
  object-fit: cover;
  width: 100%;
  height: 550px;
  border-radius: 20px;
}
.custom-arrow {
  border-radius: 100%;
  border: 2px solid #343535;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 42px;
  height: 42px;
}
.view-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #343535;
}
.arrow-slide {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
}
.design-slider-wrapper {
  padding: 40px 0 0;
}
.design-living-wrap {
  padding: 96px 0;
}
.zoom-img {
  position: absolute;
  bottom: 32px;
  right: 48px;
  z-index: 1;
  cursor: pointer;
}
.zoom-img img {
  width: 30px;
  height: 30px;
}

.full-screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.fullscreen-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: grab;
  user-select: none;
  touch-action: none;
}

.close-fullscreen-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.fullscreen-icon {
  position: absolute;
  bottom: 32px;
  right: 48px;
  background: rgba(255, 255, 255, 0.6); /* white translucent */
  padding: 2px;
  border-radius: 4px; /* slight rounding for square */
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.fullscreen-icon:hover {
  background: rgba(255, 255, 255, 0.9); /* slightly more opaque on hover */
}

.fullscreen-icon svg {
  width: 25px;
  height: 25px;
  fill: black; /* icon color - black for visibility on white */
}

@media (max-width: 768px) {
  .fullscreen-icon {
    bottom: 20px;  /* move slightly lower */
    right: 20px;   /* move slightly more to the right */
  }
}

@media (max-width: 768px) {
  .fullscreen-icon svg {
    width: 20px;
    height: 20px;
    
    fill: black; /* icon color - black for visibility on white */
  }
}



