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

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

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

.form-control::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #83839a;
  opacity: 1;
}

.form-control:-moz-placeholder {
  text-transform: capitalize;
  color: #83839a;
  opacity: 1;
}

.form-control::-moz-placeholder {
  text-transform: capitalize;
  color: #83839a;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  text-transform: capitalize;
  color: #83839a;
  opacity: 1;
}

.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: 1480px;
  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: "Schibsted Grotesk", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0;
}
h2,
.h2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #33544e;
}
h3,
.h3 {
  font-size: 85px;
  font-weight: 800;
  line-height: 85px;
  letter-spacing: -3.4px;
  color: #000000;
  text-align: left;
  margin: 0;
}
h4,
.h4 {
  font-family: "Fustat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  text-align: left;
  margin: 0;
}
h5,
.h5 {
  font-family: "Schibsted Grotesk", 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: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.2px;
  color: #4e5354;
  text-align: left;
  margin: 0;
}

.cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Fustat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  color: #33544e;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn.btn-lg {
  padding: 16px;
  border: 1px solid #33544e;
  border-radius: 0;
}
.btn.btn-lg:hover {
  border: 1px solid #33544e;
  background-color: #33544e;
  color: #fff;
}
.btn.btn-lg.btn-bg {
  background-color: #33544e;
  color: #fff;
  border: 1px solid transparent;
}
.btn.btn-lg.btn-bg:hover {
  background-color: transparent;
  color: #33544e;
  border: 1px solid #33544e;
}

/* banner start */
.banner {
  position: relative;
}
.banner-content {
  position: relative;
  z-index: 1;
}
.banner-content:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    106.44deg,
    rgba(0, 0, 0, 0.6642) 0.96%,
    rgba(0, 0, 0, 0) 98.19%
  );
  z-index: 0;
}
.banner-content img {
  height: 700px;
  object-fit: cover;
  width: 100%;
}
.banner-content h1 {
  max-width: 445px;
  position: absolute;
  top: 64px;
  left: 32px;
  z-index: 1;
  text-transform: uppercase;
}
.banner-content h1 span {
  font-weight: 600;
}
.banner .enquiry-form-wrap {
  top: 64px;
  right: 32px;
  z-index: 2;
  max-width: 545px;
  position: absolute;
}
.banner .enquiry-form-wrap .enquiry-form .form-check-input {
  accent-color: #33544e;
  box-shadow: none !important;
  border-radius: 0%;
}
.banner .enquiry-form-wrap .enquiry-form .form-check-input:checked {
  background-color: #33544e;
  border: none;
  box-shadow: none;
  outline: none;
}
/* banner end */

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

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.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: 48px 0;
  overflow: hidden;
}
.our-about .row {
  --bs-gutter-x: 0;
  row-gap: 30px;
}
.slick-list {
  overflow: visible !important;
}
.slider .slick-slide {
  padding: 0 10px; /* Spacing between slides */
  box-sizing: border-box;
}

.slider {
  margin: 0 -10px; /* To offset the inner slide padding */
}

/* .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-content {
  padding-top: 48px;
}
.about-content a {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #4e5354;
}
.about-content a:hover {
  color: #1e1e1e;
}
.about-content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #4e5354;
  padding-top: 12px;
}
.about-img img {
  width: 282px;
  height: 282px;
}

/* bhk-idea-wrap start */
.bhk-idea-wrap {
  padding: 30px 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: "Schibsted Grotesk", 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-item {
  padding: 32px;
  border: 1px solid #ece8e0;
  background-color: #fff;
}
.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 {
  padding-top: 16px;
}
.ammenities-content a h3 {
  transition: all 0.3s ease-in-out;
}
.ammenities-content a:hover h3 {
  color: #1e1e1e;
}
.ammenities-content p {
  padding-top: 16px;
}
.ammenities-ibox {
  width: 20%;
}
.ammenities-item {
  width: 100%;
}
/* ammenities-wrap end */

/* faq start */
/* .faq-section-wrap {
  padding: 96px 0;
  background-color: #f9f8f5;
}
.section-content {
  text-align: center;
  padding-bottom: 40px;
  max-width: 688px;
  margin: 0 auto;
}
.faq-section .section-content h2 {
  max-width: 400px;
  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 {
  padding-top: 24px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #33544e;
}
.accordion-item {
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid #e5e5ea !important;
}
.accordion-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #33544e;
  padding: 24px 0 0;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  border: none;
  padding: 8px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
  font-family: "Fustat", sans-serif;
}
.accordion-item:first-of-type {
  border: 0;
}
.accordion {
  --bs-accordion-bg: #f9f8f5;
  border: none;
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 0 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/minus.svg");
}
.accordion-button::after {
  background-image: url("../images/plus.svg");
  width: 24px;
  height: 26px; */
/* } */
/* faq end */
/* Existing CSS */
.faq-section-wrap {
  padding: 96px 0;
  background-color: #f9f8f5;
}

.section-content {
  text-align: center;
  padding-bottom: 40px;
  max-width: 688px;
  margin: 0 auto;
}

.faq-section .section-content h2 {
  max-width: 400px;
  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 {
  padding-top: 24px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #33544e;
}

.accordion-item {
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid #e5e5ea !important;
}

.accordion-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #33544e;
  padding: 24px 0 0;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  border: none;
  padding: 8px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
  font-family: "Fustat", sans-serif;
}

.accordion-item:first-of-type {
  border: 0;
}

.accordion {
  --bs-accordion-bg: #f9f8f5;
  border: none;
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 0 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/minus.svg");
}

.accordion-button::after {
  background-image: url("../images/plus.svg");
  width: 24px;
  height: 26px;
}

/* New CSS for two-column layout on desktop */
@media (min-width: 992px) {
  .faq-columns {
    display: flex;
    justify-content: space-between;
    gap: 60px; /* Adjust as needed */
    position: relative;
    max-width: 1200px; /* Adjust to control the total width of the two columns */
    margin: 0 auto;
    padding-top: 24px;
  }

  /* The thin divider line */
  .faq-columns::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: #e5e5ea;
  }

  .accordion {
    flex: 1; /* Allows each accordion to grow and take up an equal amount of space */
    max-width: calc(50% - 30px); /* Adjust based on the gap */
    margin: 0;
    padding: 0;
  }

  .accordion-item {
    margin-bottom: 32px;
  }

  .accordion-item:first-of-type {
    border-top: 1px solid #e5e5ea !important;
  }

  .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top: none;
  }
}

/* footer-start */
.footer-copyright,
.footer-bottom a {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #757575;
}
footer {
  padding: 24px 0;
  background-color: #fff;
}
.footer-right ul {
  gap: 18px;
}
.footer-right ul li a svg path {
  transition: all 0.3s ease-in-out;
}
.footer-right ul li a:hover svg path {
  fill: #7f7f7f;
}
.footer-bottom {
  padding-top: 48px;
}
.footer-bottom-content {
  gap: 32px;
}
.rerna-number {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #757575;
}
.line {
  width: 1px;
  height: 24px;
  background-color: #d1d1d6;
}
.footer-left {
  gap: 64px;
}
/* footer end */

/* madam code */
.title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #33544e;
}
.tag-btn {
  font-size: 13px;
  border-radius: 20px;
  padding: 8px 12px;
  font-weight: bolder;
  color: #33544e;
  display: flex;
  align-items: center;
  border-color: #c0cac8;
  width: 217px;
  margin-bottom: 24px;
}
.btn-btn {
  margin-top: 16px;
}
.content {
  padding-top: 43px;
}
.explore-section {
  padding: 60px 0;
}
.contact-info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-btn {
  color: #33544e;
  background-color: white;
  border-radius: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  gap: 8px;
  margin-top: 16px;
  border: 1px solid #ebeeed;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
}

.map-btn:hover {
  background-color: #33544e;
  color: white;
}
.map-btn:hover svg path {
  fill: white;
}
.tag-btn span {
  padding-left: 10px;
  letter-spacing: 1px;
}
.tag-btn:hover,
.tag-btn:active,
.tag-btn:focus {
  font-weight: bolder !important;
  color: #33544e !important;
  border-color: #c0cac8 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.floor-tag-btn {
  width: 139px;
}
.enquire-tag-btn {
  width: 143px;
  background-color: #fcfdfd;
}

.enquire-tag-btn:hover,
.enquire-tag-btn:active,
.enquire-tag-btn:focus {
  font-weight: bolder !important;
  color: #33544e !important;
  border-color: #c0cac8 !important;
  background-color: #fcfdfd !important;
  box-shadow: none !important;
}
.comman-btn {
  width: 129px;
  height: 48px;
  font-size: 16px;
  background: #33544e;
  color: white;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 0;
}
.comman-btn:hover {
  background-color: transparent;
  color: #33544e;
  border: 1px solid #33544e;
}

.book-btn {
  width: 142px;
  background: #33544e;
  color: white;
  border-radius: 0;
  font-weight: bold;
  padding: 10px 0;
}

.book-btn:hover {
  background: none;
  border: 1px solid #33544e;
}
.book-download-btn {
  background: none;
  border-radius: 0;
  border: 1px solid #33544e;
  font-weight: 700;
  color: #33544E;
}
.custom-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-btn {
  left: 15px;
}
.next-btn {
  right: 15px;
}
/* .custom-carousel-btn:hover {
  background-color: #eee;
} */
.nav-tabs {
  padding-bottom: 40px;
}
.nav-tabs .nav-link {
  color: #33544e;
  font-weight: bold;
  border: 0;
  color: lightgray;
  font-size: 15px;
}

.nav-tabs .nav-link.active {
  font-size: 15px;
  border-bottom: 2px solid #33544e;
  letter-spacing: 1px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
}
.explore-bottom {
  padding-top: 60px;
}
.location-section {
  padding: 0;
}
.explore-top p {
  font-size: 16px;
  font-weight: 600;
  color: #4e5354;
  width: 69%;
}
.desc-btn {
  gap: 20px;
}
.map-container {
  height: 100%;
}
.carousel img {
  max-height: 400px;
  object-fit: cover;
}
.explore-floor-section {
  background-color: #f9f8f5;
  padding: 60px 0;
}
.explore-floor-section .row {
  --bs-gutter-x: 0;
}
.sizeTabsWest {
  display: flex;
  align-items: center;
}
.explore-floor-section .info {
  padding: 60px 0;
  color: #4e5354;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.explore-floor-section .facingTabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-floor-section .sizeTabsEast {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.explore-floor-section .facingTabs .nav-item .nav-link {
  color: black;
}
.explore-floor-section .facingTabs .nav-item .nav-link.active {
  background: #33544e;
  border-radius: 0;
  color: white;
}

.explore-floor-section .btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}

.img-container {
  position: relative;
}
.img-tag {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 10px;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

/* img.fullscreen-image {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: contain !important;
  background-color: black;
  display: block;
  margin: 0 auto;
} */

img.fullscreen-image {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: contain !important;
  background-color: black;
  display: block;
  margin: 0 auto;
  touch-action: none; /* Prevent default pinch-scroll */
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  cursor: grab;
  transition: transform 0.1s ease;
}
.full-screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  touch-action: none;
}

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


.download-icon {
  position: absolute;
  bottom: 32px;
  right: 80px;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 9px;
  transition: 0.3s;
}

.download-icon img {
  cursor: pointer;
}

.download-icon:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Fullscreen Icon Styling */
.fullscreen-icon {
  position: absolute;
  bottom: 32px;
  right: 32px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 3px 9px;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.fullscreen-icon:hover {
  background: rgba(0, 0, 0, 0.8);
}

.contact-section {
  padding: 55px 40px;
  position: relative;
  background: url("../images/Rectangle-11.jpg") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1;
}
.contact-section > * {
  position: relative;
  z-index: 2;
}

/* .contact-section-top {
  background: none !important;
}

.contact-section-top:before {
  background: none !important;
} */

.contact-title {
  width: 300px;
}
.enquiry-form {
  border-radius: 0 !important;
  height: 100%;
  width: 100%;
}
.contact-field {
  display: flex;
  flex-direction: column;
}
.enquiry-form .form-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
}
.enquiry-form .form-control {
  border-radius: 0;
  border-color: #33544e;
  font-size: 16;
  font-weight: 600;
}
.enquiry-form .form-control:active,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
}
.enquiry-form .form-check-label {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
}
.enquiry-form .form-check-input {
  accent-color: #33544e;
  box-shadow: none !important;
  border-radius: 0%;
}
.enquiry-form .form-check-input:checked {
  background-color: #33544e;
  border: none;
  box-shadow: none;
  outline: none;
}
.enquiry-form form {
  background: rgb(255, 255, 255);
  padding: 20px;
  color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-box {
  background: rgb(255, 255, 255);
  color: #33544e;
  padding: 32px;
  width: 100%;
  /* height: 104px; */
}
.info-box h5 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-right p {
  color: #fff;
}
.contact-section .btn-contact {
  color: #33544e;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  padding: 8px !important;
  text-align: center;
}
.form-wrap {
  padding-top: 48px;
}

@media (min-width: 768px) {
  .form-wrap .row {
    display: flex;
    flex-wrap: wrap;
  }

  .form-wrap .col-md-5,
  .form-wrap .col-md-7 {
    display: flex;
  }

  .contact-container {
    height: 100%;
    width: 100%;
  }

  .contact-container .row {
    height: 100%;
    width: 100%;
    margin: 0;
  }

  .contact-container .row .row {
    height: 100%;
    margin: 0;
    width: 100%;
  }

  .contact-info-box {
    height: 50%;
    display: flex;
    margin-bottom: 0;
    padding: 14px;
  }

  .contact-info-box .info-box {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact-info {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.locationAccordion {
  --bs-accordion-bg: white;
  border: none;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}

.location-section-bottom .accordion-item {
  border: none;
  border-top: 1px solid #ebeeed;
  border-bottom: 1px solid #ebeeed;
  border-radius: 0;
  margin-bottom: 0;
}
.location-section-bottom .accordion-button {
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 700;
  font-family: "Schibsted Grotesk", sans-serif;
  color: #07332c;
  display: flex;
  align-items: center;
  gap: 7px;
  /* background-color: white; */
  padding: 24px 0;
}

.location-section-bottom .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #ebeeed !important;
}

.location-section-bottom .accordion-button:focus,
.accordion-button:active {
  background-color: white !important;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Schibsted Grotesk", sans-serif;
  color: #07332c;
  background-color: white;
}

.location-section-bottom .accordion-collapse .accordion-body {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.location-section-bottom
  .accordion-collapse
  .accordion-body
  .accordion-body-content {
  display: flex;
  justify-content: space-between;
}

.location-section-bottom
  .accordion-collapse
  .accordion-body
  .accordion-body-content
  .time-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}

.location-section-bottom
  .accordion-collapse
  .accordion-body
  .accordion-body-content
  p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: black;
}
.location-section-bottom
  .accordion-collapse
  .accordion-body
  .accordion-body-content
  .time {
  color: #4e5354;
}

.location-section-bottom .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24"><path fill="%2333544E" d="m12 14l-4-4h8z"/></svg>');
  /* width: 24px;
  height: 26px; */
}
.location-section-bottom .accordion-button::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%2333544E" d="m12 14l-4-4h8z"/></svg>');
}

.content-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Contact section layout */
.contact-layout {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
}

.contact-col {
  display: flex;
  /* margin-bottom: 24px; */
}

.contact-info-group {
  width: 100%;
}

.email-box {
  flex: 0 0 auto;
  height: auto;
  padding: 32px;
}

.download-box {
  flex: 0 0 auto;
  height: auto;
  padding: 32px;
}

.floor-plans-box {
  flex: 0 0 auto;
  height: auto;
  padding: 32px;
}

.buttons-box {
  flex: 1 0 auto;
}

.email-box .content,
.download-box .content-buttons,
.floor-plans-box .content-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.content-buttons a {
  margin: 0 auto;
}

  .copy-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 8px 16px;
    border-radius: 0px;
    font-family: 'Fustat', sans-serif;
    font-weight: 600;
    color: #33544E;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .copy-phone-btn svg path {
    transition: fill 0.3s ease;
    fill: #33544E;
  }

  .copy-phone-btn:hover {
    background-color: #33544E;
    color: #ffffff;
    border-color: #33544E;
  }

  .copy-phone-btn:hover svg path {
    fill: #ffffff;
  }

  @media (min-width: 768px) {
    .copy-phone-btn {
      display: none !important;
    }
  }
  .copy-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 8px 16px;
    border-radius: 0px;
    font-family: 'Fustat', sans-serif;
    font-weight: 600;
    color: #33544E;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
  }

  .copy-email-btn svg path {
    transition: fill 0.3s ease;
    fill: #33544E;
  }

  .copy-email-btn:hover {
    background-color: #33544E;
    color: #ffffff;
    border-color: #33544E;
  }

  .copy-email-btn:hover svg path {
    fill: #ffffff;
  }

  /* Hide on desktop */
  @media (min-width: 768px) {
    .copy-email-btn {
      display: none !important;
    }
  }
  .book-download-btn:hover,
  .book-download-btn:active,
  .book-download-btn:focus-visible {
    border: 1px solid #33544e;
    color: #33544e;
  }
  .download-class{
    width: 100%;
    margin-top: 20px;
  }

  .contact-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* <- Add this */
}

.contact-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* <- Ensure it stretches */
}

.full-height-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


    form select.form-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
    @media (max-width: 768px) {
    form select.form-control {
      font-size: 16px;
      padding: 10px;
    }
  }

 
  .floating-button {
    position: fixed;
    right: 20px;
    z-index: 9999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }

  .floating-button:hover {
    transform: scale(1.1);
  }

  /* .floating-call {
    bottom: 90px;
    background-color: #007bff;
  }

  .floating-whatsapp {
    bottom: 20px;
    background-color: #25D366;
  } */

.floating-icon.call {
  bottom: 80px; /* higher position */
  color: #007bff; /* Bootstrap blue */
  background-color: #fff;
}

.floating-icon.whatsapp {
  bottom: 20px; /* lower position */
  color: #25D366; /* WhatsApp green */
  background-color: #fff
}

.seo-keywords-hidden {
    display: none;
    visibility: hidden;
  }

/* New Modal Styles */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Darker overlay */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050; /* Ensure it's on top of everything */
}

.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px; /* Make it a bit smaller */
  position: relative;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}

.modal-content h4 {
  color: #33544E;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.modal-content p {
  color: #666;
  margin-bottom: 20px;
}

.modal-content form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.modal-content form input:focus {
  border-color: #C2B59B;
  outline: none;
  box-shadow: 0 0 5px rgba(194, 181, 155, 0.5);
}

.modal-content .comman-btn {
  background-color: #33544E;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.modal-content .comman-btn:hover {
  background-color: #4E6F68;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #aaa;
  cursor: pointer;
  transition: color 0.3s;
}

.close-button:hover {
  color: #333;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Custom CSS for the new basic form section */
/* Custom CSS for the new basic form section */
.basic-form-section {
    background-color: #33544E;
    padding: 50px 0;
}

#basicContactForm .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#basicContactForm input {
    flex: 1 1 200px;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
}

#basicContactForm input::placeholder {
    color: #fff;
}

#basicContactForm button.comman-btn {
    background-color: #fff;
    color: #33544E;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    padding: 15px 30px;
}

#basicContactForm button.comman-btn:hover {
    background-color: #ffffff;
}

.g-recaptcha {
    flex: 1 1 200px;
}

@media (max-width: 768px) {
    #basicContactForm .form-row {
        flex-direction: column;
        gap: 10px; /* Reduced gap between form elements */
    }
    #basicContactForm input,
    #basicContactForm .g-recaptcha,
    #basicContactForm button.comman-btn {
        width: 100%;
        max-width: 300px;
        max-height: fit-content;
        padding: 8px 12px; /* Greatly reduced padding to make inputs more compact */
        margin: 0 auto; /* Center the form elements */
    }
    #basicContactForm button.comman-btn {
        margin-top: 10px; /* Added margin to separate button from captcha */
    }
}
  

  