* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #faf8f5;
  color: #333;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

body.modal-open {
  padding-right: 0 !important;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #333;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

button,
input,
textarea,
select {
  font-family: "Plus Jakarta Sans", sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 22px;
}

.margin_80 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg_white {
  background: #faf8f5;
}

.title small {
  display: block;
  margin-bottom: 6px;
  color: #c4a64d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title h2 {
  margin-bottom: 15px;
  font-size: 27px;
  letter-spacing: 0;
}

.gradient {
  background: linear-gradient(45deg, #c0a658, #c4a64d, #c6ad62, #e8cc77) 0 0 / 400% 400%;
  animation: Gradient 3s ease infinite;
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.btn_1,
button.query-btn,
.query-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.appbtn {
  color: #fff;
}

.outline-btn {
  border: 1px solid rgb(196 166 77 / 0.55);
  background: transparent;
  color: #c4a64d !important;
}

header.fixed_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 10px 0;
  background: transparent;
  transition: 0.25s ease;
}

header.fixed_header.sticky {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

header.fixed_header .row {
  align-items: center;
}

header.fixed_header .logo img,
header.fixed_header .logo_panel img {
  display: block;
  width: 100%;
  max-height: 82px;
  object-fit: contain;
}

header.fixed_header .logo {
  display: block;
}

header.fixed_header .logo-black {
  display: none;
}

header.fixed_header.sticky .logo-white {
  display: none;
}

header.fixed_header.sticky .logo-black {
  display: block;
}

.main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.fixed_header nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

header.fixed_header nav ul li {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

header.fixed_header nav ul li a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

header.fixed_header.sticky nav ul li a {
  color: #333;
}

header.fixed_header .head-call {
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff !important;
  line-height: 1;
  letter-spacing: 0.5px;
  gap: 8px;
}

header.fixed_header .sidebar-brochure {
  min-width: 165px;
  border-color: #d6b75c;
  color: #2d2d2d !important;
  background: #fff;
  font-size: 14px;
  justify-content: center;
}

header.fixed_header.sticky .sidebar-brochure {
  color: #2d2d2d !important;
  background: #fff;
}

.call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
}

.call-icon::before {
  content: "\260E";
  font-size: 15px;
}

.closebt,
.logo_panel,
.hamburger_2,
.layer {
  display: none;
}

.hamburger_2 {
  width: 28px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.hamburger__box,
.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.hamburger__inner {
  position: absolute;
  top: 11px;
}

.hamburger__inner::before,
.hamburger__inner::after {
  content: "";
  position: absolute;
  left: 0;
}

.hamburger__inner::before {
  top: -8px;
}

.hamburger__inner::after {
  top: 8px;
}

header.fixed_header.sticky .hamburger__inner,
header.fixed_header.sticky .hamburger__inner::before,
header.fixed_header.sticky .hamburger__inner::after {
  background: #111;
}

.hero-redesign {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background: #0c111b;
  --hero-gutter: clamp(32px, 6.6vw, 125px);
}

.hero-redesign .banner-dule {
  position: absolute;
  inset: 0;
}

.hero-redesign .carousel-inner,
.hero-redesign .carousel-item {
  height: 100%;
}

.hero-redesign .banner-dule .carousel-inner .carousel-item img {
  width: 100%;
  height: 100vh;
  min-height: 720px;
  object-fit: cover;
  object-position: center;
}

.hero-redesign::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background:
    linear-gradient(90deg, rgb(7 11 20 / 0.96) 0%, rgb(7 11 20 / 0.74) 45%, rgb(7 11 20 / 0.3) 72%, rgb(7 11 20 / 0.18) 100%),
    linear-gradient(0deg, rgb(7 11 20 / 0.68), rgb(7 11 20 / 0.1));
}

.hero-redesign .container.banner-text {
  position: relative;
  top: auto;
  transform: none;
  z-index: 20;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 135px var(--hero-gutter) 56px;
}

.hero-redesign .container.banner-text .slide-text.white {
  position: static;
  left: auto;
  top: auto;
  max-width: 720px;
  color: #fff;
}

.hero-redesign .row {
  width: 100%;
}

.hero-redesign .col-lg-6.static {
  width: 56%;
  max-width: 720px;
}

.hero-redesign .hero-badge {
  width: fit-content;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 17px;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.1);
  color: #f0cf82;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-redesign .hero-badge span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #33d091;
}

.hero-redesign .banner-head {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(38px, 3.25vw, 54px) !important;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.hero-redesign .banner-head span {
  display: block;
  color: #e5c06c;
}

.hero-redesign .slide-text small,
.hero-redesign .banner-high,
.hero-redesign .banner-typology,
.hero-redesign .banner-price {
  display: none;
}

.hero-redesign .hero-copy {
  max-width: 660px;
  margin: 16px 0 22px;
  color: rgb(255 255 255 / 0.78);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
}

.hero-redesign .hero-copy::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 20px;
  background: rgb(255 255 255 / 0.18);
}

.hero-redesign .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 700px;
  margin-bottom: 26px;
}

.hero-redesign .hero-stats strong {
  display: block;
  color: #f0cf82;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.hero-redesign .hero-stats span {
  display: block;
  margin-top: 9px;
  color: rgb(255 255 255 / 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-redesign .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-redesign .hero-btn {
  min-width: 215px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-redesign .hero-btn:hover {
  color: #fff;
}

.hero-redesign .hero-btn-gold {
  background: #d2aa55;
}

.hero-redesign .hero-btn-outline {
  border: 1px solid rgb(255 255 255 / 0.22);
  background: rgb(0 0 0 / 0.13);
}

.hero-redesign .banner-form {
  position: absolute;
  z-index: 30;
  top: 52%;
  right: var(--hero-gutter);
  transform: translateY(-50%);
  width: min(430px, 28vw);
  padding: 22px 26px 20px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgb(0 0 0 / 0.2);
  backdrop-filter: none;
}

.hero-redesign .hero-offer {
  color: #c9903d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3.5px;
  text-align: center;
  text-transform: uppercase;
}

.hero-redesign .form-heading {
  margin: 5px 0 3px;
  padding: 0;
  border: 0;
  color: #050914;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  animation: none;
}

.hero-redesign .hero-form-subtitle {
  margin: 0 0 14px;
  color: #8c93a5;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
}

.hero-redesign .hero-field-label {
  display: block;
  margin-bottom: 5px;
  color: #5e6879;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.hero-redesign .banner-form .form-control {
  height: 42px;
  padding: 0 16px;
  border: 1px solid #dde2ea;
  border-radius: 12px;
  color: #0e1627;
  font-size: 13px;
}

.hero-redesign .banner-form .form-control::placeholder {
  color: #9aa1b2;
}

.hero-redesign .banner-form .mb-3 {
  margin-bottom: 10px !important;
}

.hero-redesign .footer-submit-btn {
  margin: 0;
  text-align: center;
}

.hero-redesign .footer-submit-btn input#submit-contact {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: #0e1627;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgb(14 22 39 / 0.2);
}

.hero-redesign .inp-box {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
  padding-top: 4px;
  align-items: start;
  text-align: left;
}

.hero-redesign .inp-box input {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.hero-redesign .inp-box label.inp-txt {
  padding-left: 0;
  color: #969caf;
  font-size: 9px;
  line-height: 1.35;
}

.iti {
  width: 100%;
}

.hero-redesign .iti {
  display: block;
}

.hero-redesign .iti__selected-country,
.hero-redesign .iti__flag-container {
  min-height: 38px;
}

.destop-show {
  display: block;
}

.mobile-show {
  display: none;
}

.intro p {
  text-align: justify;
}

.parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}

.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 2;
}

.rounded-img,
.parallax_wrapper img {
  border-radius: 10px;
}

.high-details {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.high-details p {
  margin: 0;
  font-size: 16px;
  text-align: left;
}

img.icon-high {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.price-section {
  background: #f9f6ee;
}

#price {
  background-image:
    linear-gradient(180deg, #fffdf6, transparent), url(../images/price-shape.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.price-section .price-box {
  height: 100%;
  margin: 10px 0 20px;
  padding: 42px 20px;
  border-radius: 16px;
  background: #f2f2f2;
  box-shadow:
    8px 8px 12px 0 rgb(0 0 0 / 0.16),
    -4px -5px 8px 0 rgb(255 255 255 / 0.3);
  text-align: center;
}

.price-section .typology {
  width: fit-content;
  margin: 0 auto 16px;
  padding: 5px 16px;
  border: 1px solid #c4a64d;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}

.price-section .price-details {
  padding-top: 4px;
  font-size: 23px;
  font-weight: 700;
}

.price-section .size-detail {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  margin: 14px 20px 5px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #777;
  font-size: 14px;
  font-weight: 600;
}

.price-section .micro-btn {
  padding-top: 10px;
}

.amenities-section {
  padding-bottom: 35px;
}

.box_facilities {
  height: 100%;
  margin: 6px;
  padding: 18px;
  border-radius: 12px;
  background: #f2f2f2;
  text-align: center;
}

.box_facilities h5 {
  margin-bottom: 8px;
  font-size: 17px;
}

.box_facilities p {
  font-size: 14px;
}

img.icon-img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 8px;
}

.floor-section,
.location {
  background: #f2f2f2;
}

.floor-plans .floor-img {
  position: relative;
  margin-bottom: 28px;
  padding: 10px;
  border: 1px solid #c4a64d;
  border-radius: 16px;
  cursor: pointer;
}

.floor-plans .floor-img img {
  width: 100%;
  height: 330px;
  border-radius: 16px;
  object-fit: cover;
}

.floor-img h4 {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 8px 20px;
  border: 1px solid #c4a64d;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  text-align: center;
}

.floor-plans p {
  width: fit-content;
  position: relative;
  z-index: 2;
  margin: -20px auto 0;
  padding: 4px 30px;
  border-radius: 5px;
  background: #c4a64d;
  color: #fff;
  font-weight: 700;
}

.gallery-sec {
  padding: 76px 0;
}

.gallery-sec .margin_81 {
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-sec .row {
  row-gap: 28px;
}

.gallery-item a {
  display: block;
}

.bg_white.gallery-sec img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.mfp-bg.gallery-lightbox {
  background: rgb(5 9 18 / 0.82);
}

.gallery-lightbox .mfp-container {
  padding: 28px;
}

.gallery-lightbox .mfp-content {
  width: min(88vw, 980px);
}

.gallery-lightbox .mfp-figure {
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 30px 80px rgb(0 0 0 / 0.32);
}

.gallery-lightbox .mfp-img {
  width: auto;
  max-width: 100%;
  max-height: 72vh !important;
  padding: 0;
  border-radius: 10px;
  object-fit: contain;
}

.gallery-lightbox .mfp-close {
  width: 38px;
  height: 38px;
  top: -16px;
  right: -16px;
  border-radius: 50%;
  background: #0b1222;
  color: #fff !important;
  font-size: 30px;
  line-height: 38px;
  opacity: 1;
  text-align: center;
}

.gallery-lightbox .mfp-bottom-bar {
  display: none;
}

.site-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgb(5 9 18 / 0.82);
}

.site-lightbox.is-open {
  display: flex;
}

.site-lightbox__dialog {
  position: relative;
  width: min(88vw, 980px);
  max-height: 86vh;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 30px 80px rgb(0 0 0 / 0.32);
}

.site-lightbox__img {
  width: 100%;
  max-height: 72vh;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}

.site-lightbox__close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -16px;
  right: -16px;
  border: 0;
  border-radius: 50%;
  background: #0b1222;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  cursor: pointer;
}

.master-plan-section {
  background: #fff;
}

.master-plan-image {
  padding: 10px;
  border: 1px solid rgb(196 166 77 / 0.28);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(10 18 35 / 0.1);
}

.master-plan-image img {
  width: 100%;
  height: 430px;
  border-radius: 12px;
  object-fit: cover;
}

.master-plan-content {
  max-width: 620px;
  margin-left: auto;
}

.master-plan-content .title h2 {
  margin-bottom: 20px;
}

.master-plan-list {
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.master-plan-list li {
  position: relative;
  padding-left: 28px;
  color: #243044;
  font-size: 15px;
  line-height: 1.55;
}

.master-plan-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background: #c4a64d;
  box-shadow: 0 0 0 6px rgb(196 166 77 / 0.14);
}

.master-plan-disclaimer {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid #c4a64d;
  border-radius: 8px;
  background: #fbfaf6;
  color: #5f6673;
  font-size: 11px;
  line-height: 1.55;
}

.location-icon {
  width: 20px;
}

.location-image {
  padding: 5px;
  border: 8px solid #c4a64d;
  border-radius: 22px;
}

.location-image img {
  width: 100%;
  border: 3px solid #e0d9cf;
  border-radius: 14px;
}

#contact-us {
  background-image: url(../images/bg-pattern-pricelist-2.webp);
  background-position: center;
  background-size: cover;
}

div#contactform {
  max-width: 100%;
  padding: 24px 30px;
  border: 1px solid rgb(196 166 77 / 0.16);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 55px rgb(10 18 35 / 0.14);
}

div#contactform .form-heading {
  color: #07101f;
}

.form-heading {
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  color: #07101f;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.form-eyebrow {
  margin-bottom: 6px;
  color: #c28b35;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}

.contact-form-card .form-label {
  margin-bottom: 5px;
  color: #556070;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.form-control {
  height: 44px;
  border: 1px solid #dde3eb;
  border-radius: 14px;
  color: #333;
  font-size: 14px;
  padding: 9px 16px;
}

.form-control:focus {
  border-color: #c4a64d;
  box-shadow: none;
}

.inp-box {
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
  text-align: left;
}

.inp-box label.inp-txt {
  padding-left: 10px;
  color: #fff;
  font-size: 11px;
}

.inp-box label.inp-txt.black {
  color: #7f8798;
  font-size: 10px;
  line-height: 1.45;
}

.contact-form-card .mb-3 {
  margin-bottom: 14px !important;
}

.contact-form-card .footer-submit-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.contact-form-card .footer-submit-btn input {
  min-height: 44px;
  padding: 10px 28px;
  font-weight: 600;
}

.footer-bottom {
  padding: 45px 0 14px;
  background:
    linear-gradient(45deg, black, rgb(75 75 75 / 0.5)), url(../images/footer-bg1.webp);
  background-position: bottom;
  background-size: cover;
  color: #fff;
}

.dis {
  text-align: center;
}

.dis p,
.dis .btm-foot {
  margin-bottom: 10px;
  font-size: 13px;
}

.rera-no {
  font-size: 13px;
}

.footer-rera-strip {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.rera-chip {
  min-width: 210px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 13px 18px;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.08);
  text-align: left;
}

.rera-chip span {
  color: #d6b75c;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rera-chip strong {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.rera-qr {
  min-width: 118px;
  align-items: center;
  text-align: center;
}

.legal-links {
  display: flex;
  justify-content: center;
  gap: 10px 18px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.modal-content {
  border: 0 !important;
  border-radius: 8px !important;
  padding: 25px;
  outline: 5px solid #fff;
}

button.btn-close {
  position: absolute;
  top: 12px;
  right: 18px;
}

img.modal-popup-logo {
  width: 45%;
  display: block;
  margin: 0 auto 8px;
}

p.modal-para,
h3.modal-head {
  color: #000;
  text-align: center;
}

.mobile-section-footer {
  display: none;
}

@media (max-width: 1490px) {
  header.fixed_header nav ul {
    gap: 12px;
  }

  header.fixed_header nav ul li a {
    font-size: 14px;
  }

  header.fixed_header .head-call {
    min-height: 42px;
    padding: 0 22px;
  }

  .hero-redesign .container.banner-text {
    width: min(100%, 1180px);
  }

  .hero-redesign .banner-form {
    right: clamp(30px, 5vw, 82px);
    width: min(410px, 30vw);
  }
}

@media (max-width: 1199px) {
  .hero-redesign .col-lg-6.static {
    width: 57%;
  }

  .hero-redesign .banner-form {
    width: min(380px, 36vw);
  }

  .hero-redesign .banner-head {
    font-size: 42px !important;
  }

  .hero-redesign .hero-copy {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .menu_v1 .closebt,
  .menu_v1 .hamburger_2,
  .menu_v1 .layer {
    display: block;
  }

  .main-menu {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    display: block;
    transform: translateX(105%);
    padding: 28px 38px 25px;
    background: #fff;
    transition: 0.35s ease;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.12);
  }

  .main-menu.show {
    transform: translateX(0);
  }

  .main-menu .closebt {
    position: absolute;
    top: 16px;
    right: 22px;
    color: #333;
    font-size: 30px;
    text-align: right;
  }

  .main-menu .logo_panel {
    display: block;
    margin: 18px 0 22px;
    text-align: center;
  }

  .main-menu .logo_panel img {
    width: 170px;
    margin: auto;
  }

  header.fixed_header nav ul {
    display: block;
  }

  header.fixed_header nav ul li a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-transform: uppercase;
  }

  header.fixed_header .head-call {
    width: 220px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
  }

  header.fixed_header .main-menu .sidebar-brochure {
    color: #c4a64d !important;
    background: transparent;
  }

  .layer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 0.36);
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease;
  }

  .layer-is-visible {
    opacity: 1;
    visibility: visible;
  }

  .parallax_wrapper {
    padding-left: 22%;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 54px;
  }

  header.fixed_header {
    padding: 6px 0;
  }

  header.fixed_header .col-md-2 {
    width: 80%;
  }

  header.fixed_header .col-md-10 {
    width: 20%;
  }

  .main-menu {
    width: min(76vw, 300px);
    padding: 16px 24px 22px;
    overflow-y: auto;
  }

  .main-menu .closebt {
    top: 14px;
    right: 20px;
    font-size: 28px !important;
    line-height: 1;
  }

  .main-menu .logo_panel {
    margin: 8px 0 24px;
    padding-right: 26px;
    text-align: left;
  }

  .main-menu .logo_panel img {
    width: 185px !important;
    max-width: 72%;
    margin: 0;
  }

  header.fixed_header nav ul li a {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.2;
  }

  header.fixed_header .main-menu .head-call {
    width: 100%;
    max-width: 205px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    justify-content: center;
    text-align: center;
  }

  header.fixed_header .main-menu .sidebar-brochure {
    margin-top: 10px;
    border: 1px solid rgb(196 166 77 / 0.65);
    color: #c4a64d !important;
    background: transparent;
    font-size: 14px;
  }

  .destop-show {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .hero-redesign {
    min-height: auto;
  }

  .hero-redesign .banner-dule .carousel-inner .carousel-item img {
    height: 860px;
    min-height: 860px;
  }

  .hero-redesign::before {
    background: linear-gradient(180deg, rgb(7 11 20 / 0.94) 0%, rgb(7 11 20 / 0.76) 52%, rgb(7 11 20 / 0.9) 100%);
  }

  .hero-redesign .container.banner-text {
    padding: 156px 18px 24px;
  }

  .hero-redesign .col-lg-6.static {
    width: 100%;
    max-width: none;
  }

  .hero-redesign .hero-badge {
    margin-bottom: 16px;
    padding: 7px 10px;
    font-size: 8px;
    letter-spacing: 1.4px;
  }

  .hero-redesign .banner-head {
    font-size: 36px !important;
    line-height: 1.05;
  }

  .hero-redesign .hero-copy {
    margin: 16px 0 22px;
    font-size: 15px;
  }

  .hero-redesign .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 22px;
  }

  .hero-redesign .hero-stats strong {
    font-size: 15px;
  }

  .hero-redesign .hero-stats span {
    margin-top: 5px;
    font-size: 7px;
    letter-spacing: 0.7px;
  }

  .hero-redesign .hero-btn {
    min-width: 100%;
    min-height: 50px;
    font-size: 13px;
  }

  .hero-redesign .banner-form {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: calc(100% - 28px);
    margin: 28px auto 74px;
    padding: 20px 18px;
  }

  .hero-redesign .form-heading {
    font-size: 24px;
  }

  .hero-redesign .hero-form-subtitle {
    font-size: 14px;
  }

  .hero-redesign .banner-form .form-control {
    height: 44px;
  }

  .hero-redesign .footer-submit-btn input#submit-contact {
    height: 48px;
    font-size: 12px;
  }

  .title h2 {
    font-size: 20px;
  }

  .margin_80 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .parallax_wrapper {
    padding-left: 0;
  }

  .parallax_wrapper .img_over {
    display: none;
  }

  .price-section .price-box {
    padding: 34px 18px;
    margin: 10px 6px 18px;
  }

  .floor-plans .floor-img img {
    height: auto;
  }

  .gallery-sec {
    padding: 46px 0;
  }

  .gallery-sec .row {
    row-gap: 18px;
  }

  .bg_white.gallery-sec img {
    height: 210px;
  }

  .gallery-lightbox .mfp-container {
    padding: 18px;
  }

  .gallery-lightbox .mfp-content {
    width: 92vw;
  }

  .gallery-lightbox .mfp-figure {
    padding: 12px;
  }

  .gallery-lightbox .mfp-img {
    max-height: 70vh !important;
  }

  .gallery-lightbox .mfp-close {
    top: -14px;
    right: -10px;
  }

  .site-lightbox {
    padding: 18px;
  }

  .site-lightbox__dialog {
    width: 92vw;
    padding: 12px;
  }

  .site-lightbox__img {
    max-height: 70vh;
  }

  .site-lightbox__close {
    top: -14px;
    right: -10px;
  }

  .master-plan-image img {
    height: auto;
  }

  .master-plan-content {
    max-width: none;
    margin-left: 0;
  }

  .master-plan-list li {
    font-size: 14px;
  }

  div#contactform {
    max-width: 100%;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .contact-form-card .col-sm-6 {
    width: 100%;
  }

  .form-heading {
    font-size: 22px;
  }

  .form-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .contact-form-card .form-label {
    font-size: 11px;
  }

  .form-control {
    height: 46px;
    border-radius: 14px;
  }

  .footer-rera-strip {
    gap: 10px;
  }

  .rera-chip {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .legal-links {
    gap: 8px 14px;
  }

  .mobile-section-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    background: #c4a64d;
  }

  .mobile-section-footer a.btn {
    width: 50%;
    padding: 8px 4px;
    border-right: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-section-footer a.btn:last-child {
    border-right: 0;
  }

  .modal-content {
    padding: 22px 15px;
  }
}
