@font-face {
  font-family: Termina;
  src: url("../fonts/Termina-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Termina-Demi;
  src: url("../fonts/Termina-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bon;
  src: url("../fonts/BonVivantSerif.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bon-bold;
  src: url("../fonts/BonVivantSerifBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #a99562;
  --gold-deep: #996222;
  --ink: #111015;
  --muted: #4d4d4d;
  --cream: #f8f3f0;
  --sage: #3e4d32;
  --sage-dark: #334028;
  --light-bg: #f5f7f2;
  --line: #e4ddd6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: Termina, sans-serif;
  color: var(--ink);
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Bon-bold, Georgia, serif;
  margin: 0;
  color: var(--ink);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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





/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.main-nav {
    padding: 5px 0;
}

.nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 30px;
}

.nav-collapse {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 28px;
}

.nav-list a {
  font-family: Termina, sans-serif;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #000;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-list a:hover,
.nav-list .dropdown:hover > a {
  color: var(--gold);
}

.nav-list .fa {
  font-size: 11px;
}

.nav-phone a {
  color: var(--sage);
  font-family: Termina-Demi, sans-serif;
  letter-spacing: 0.6px;
}

.nav-phone .fa {
  font-size: 14px;
}

.nav-phone a:hover {
  color: var(--gold);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

.brand .logo {
    width: 170px;
    height: auto;
    display: block;
}

.dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: var(--cream);
  padding: 18px 22px 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.3s ease;
  z-index: 20;
}

.dropdown:hover .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.dropdown-panel a {
  display: block;
  padding: 8px 0;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: none;
}

.navbar-toggler {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  padding: 8px 6px;
  cursor: pointer;
  flex-shrink: 0;
}

.navbar-toggler span {
  display: block;
  height: 2px;
  background: #000;
  margin: 6px 0;
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
}

.hero-form-col {
  width: 34%;
  max-width: 420px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 28px;
  background: #fff;
}

.hero-form {
  width: 100%;
  text-align: center;
}

.hero-form-logo {
  width: 190px;
  margin: 0 auto 14px;
  display: block;
}

.hero-form-line {
  display: block;
  width: 70px;
  height: 2px;
  background: #c19b6e;
  margin: 0 auto 18px;
}

.hero-form h2 {
  font-family: Termina-Demi, sans-serif;
  font-size: 26px;
  color: #c19b6e;
  text-transform: none;
  margin-bottom: 8px;
}

.hero-form-tag {
  font-family: Termina, sans-serif;
  font-size: 14px;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.45;
}

.hero-form-price {
  font-family: Termina, sans-serif;
  font-size: 18px;
  color: #111;
  margin: 0 0 16px;
}

.hero-form-price strong {
  font-family: Termina-Demi, sans-serif;
}

.hero-form h3 {
  font-family: Termina-Demi, sans-serif;
  font-size: 28px;
  text-transform: none;
  color: #111;
  margin: 0 0 18px;
}

.hero-form-blink {
  animation: hero-heading-blink 1.4s ease-in-out infinite;
}

@keyframes hero-heading-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-form-blink {
    animation: none;
  }
}

.hero-form input[type="text"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
  margin-bottom: 16px;
  font-family: Termina, sans-serif;
  font-size: 14px;
  outline: none;
  background: transparent;
  color: #111;
}

.hero-form input[type="text"]::placeholder {
  color: #b0b0b0;
}

.hero-form-btn {
  width: 100%;
  background: #c19b6e;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  font-family: Termina-Demi, sans-serif;
  font-size: 16px;
  margin: 8px 0 14px;
}

.hero-form-btn:hover {
  background: #a98456;
}

.hero-form-consent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #555;
  text-align: left;
}

.hero-form-consent input[type="checkbox"] {
  accent-color: #1a73e8;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  flex-shrink: 0;
}

.hero-form-consent a {
  color: #1a73e8;
}

.hero-visual {
  position: relative;
  flex: 1;
  min-width: 0;
  background: #fff;
}

.hero-bg {
  display: block;
  width: 100%;
  height: auto;
}

.hero-title {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  pointer-events: none;
}

.hero-title h1 {
  font-family: Bon-bold, Georgia, serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}

.hero-birds {
  position: absolute;
  top: 46%;
  right: 18%;
  width: 100px;
  z-index: 3;
  pointer-events: none;
}

.hero-rera {
  position: absolute;
  top: 12%;
  right: 8px;
  width: 52%;
  max-width: 480px;
  z-index: 3;
}

.hero-rera img {
  width: 100%;
}

/* Breadcrumb bar */
.breadwrap {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.breadcrumbwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  font-size: 14px;
  color: #8a8a8a;
}

.breadcrumbwrap ul {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.breadcrumbwrap li:not(.phone-number)::after {
  content: "/";
  margin-left: 8px;
  color: #b5b5b5;
}

.breadcrumbwrap li:nth-last-child(2)::after,
.breadcrumbwrap .phone-number::after {
  content: none;
}

.breadcrumbwrap a:hover {
  color: var(--gold);
}

.breadcrumbwrap .sukoon {
  color: #777;
}

.breadcrumbwrap .phone-number {
  margin-left: auto;
  color: #222;
  font-family: Termina, sans-serif;
  letter-spacing: 0.4px;
}

.breadcrumbwrap .phone-number a {
  color: #222;
}

.breadcrumbwrap .fa-phone {
  margin-right: 8px;
}

/* Side widgets */
.side-widgets {
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 1100;
  display: flex;
  flex-direction: column;
}

.side-widgets a {
  width: 52px;
  height: 52px;
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.side-widgets a:hover {
  background: var(--sage-dark);
}

.side-widgets img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Sticky call / WhatsApp */
.sticky-contact a {
  position: fixed;
  bottom: 28px;
  z-index: 1200;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.sticky-contact .fa {
  font-size: 22px;
}

.sticky-call {
  left: 20px;
  background: #1a3324;
}

.sticky-call:hover {
  background: #0f2419;
  color: #fff;
}

.sticky-whatsapp {
  right: 20px;
 background: #091e12;
}

.sticky-whatsapp:hover {
  background: #1ebe5d;
  color: #fff;
}

/* Sections */
.section {
  padding: 80px 0;
}

.light-bg {
  background: var(--light-bg);
}

.cream-bg {
  background: var(--cream);
}

.dark-bg {
  background: #ecefe5;
}

.section-title {
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  line-height: 1.25;
}

.section-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.sukoon-mark {
  display: block;
  width: 220px;
  margin: 0 auto 28px;
}

.highlights-section {
  position: relative;
  overflow: hidden;
  background-color: #f5f7f2;
  background-image: url("../images/background-pattern.svg");
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: min(1400px, 120%) auto;
  padding-top: 90px;
  padding-bottom: 100px;
}

.highlights-section .container {
  position: relative;
  z-index: 1;
}

.sukoon-label {
  display: block;
  font-family: Termina-Demi, sans-serif;
  font-size: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  margin-bottom: 18px;
}

.highlights-head {
  text-align: center;
 
  margin: 0 auto 52px;
}

.highlights-head .section-title {
  font-size: 42px;
  margin-bottom: 18px;
}

.highlights-head .section-intro {
  margin: 0 auto;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.7;
  color: #5a5a5a;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 25px;
  max-width: 860px;
  margin: 0 auto;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.highlight-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.highlight-item h3 {
  font-family: Termina, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  text-transform: none;
  font-weight: 400;
  color: #222;
}

.highlight-item h3 b {
  display: block;
  font-family: Termina-Demi, sans-serif;
  font-weight: 600;
}

.overview-section {
  background: #e9e9e9;
}
.overview-row {
  row-gap: 30px;
}

.overview-copy p {
  font-family: Termina, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: left;
  margin: 0 0 18px;
}

.overview-more {
  display: none;
}

.gold-btn {
  display: inline-block;
  background: #c19b6e;
  color: #fff;
  font-family: Termina, sans-serif;
  font-size: 14px;
  letter-spacing: 0.6px;
  border: 0;
  border-radius: 4px;
  padding: 10px 28px;
  text-transform: none;
}

.gold-btn:hover {
  background: #a98456;
  color: #fff;
}

.overview-photo img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

/* Amenities */
.amenities-section {
  background: #ecefe5;
}

.amenity-grid {
  margin: 48px auto 0;
}

.amenity-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px 16px;
  padding: 40px 0;
  border-bottom: 1px solid #d8cbb8;
}

.amenity-row:first-child {
  padding-top: 8px;
}

.amenity-row-last {
  display: flex;
  justify-content: center;
  border-bottom: 0;
  padding-bottom: 0;
}

.amenity-row-last .amenity-item {
  flex: 0 0 20%;
  max-width: 20%;
}

.amenity-item {
  text-align: center;
}

.amenity-item img {
  object-fit: contain;
  margin: 0 auto 14px;
  display: block;
}

.amenity-item h3 {
  font-family: Termina, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  color: #000000;
  margin: 0 auto;
}

/* Gallery */

.gallery-secion1{
  background: #f5f7f2;

}

.gallery-secion2{
  background: #ecefe5;

}




.gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.gallery-head .section-title {
  text-align: left;
  margin-bottom: 0;
}

.gallery-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.gallery-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.gallery-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}

.gallery-arrow:hover {
  background: #111;
  color: #fff;
}

.gallery-slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 2px;
}

/* Location */
.location-section {
  background: #f5f7f2;
}

.location-row {
  row-gap: 40px;
}

.location-content {
  max-width: 520px;
  padding-right: 20px;
}

.location-heading {
  font-family: Bon-bold, Georgia, serif;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 40px;
  color: #111;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.location-list li {
  font-family: Termina, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  padding: 10px 0 10px 22px;
  position: relative;
  border-bottom: 1px solid #e2e4dc;
}

.location-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  background: #1a3324;
  border-radius: 50%;
}

.location-list li:last-child {
  border-bottom: 0;
}

.enlarge-btn {
  display: inline-block;
  background: #1a3324;
  color: #fff;
  font-family: Termina, sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 0;
}

.enlarge-btn:hover {
  background: #0f2419;
  color: #fff;
}

.location-map {
  text-align: center;
}

.location-map img {
  width: 100%;
  display: inline-block;
}

.map-box img {
  width: 100%;
  display: block;
}

/* Banks */
.loans-section {
  background: #f5f5f2;
}

.loans-section .section-title {
  margin-bottom: 36px;
}

.bank-row {
  background: #fff;
  border-radius: 10px;
  padding: 42px 48px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  box-shadow: 0 8px 28px rgba(17, 16, 21, 0.08);
}

.bank-row img {
  max-height: 58px;
  width: auto;
  object-fit: contain;
}

/* Enquiry form */
.query-wrap h2 {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.25;
}

.enquiry-form .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
  height: 48px;
  box-shadow: none;
  font-family: Termina, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.enquiry-form textarea.form-control {
  height: auto;
  min-height: 90px;
}

.enquiry-form .form-control:focus {
  box-shadow: none;
  border-color: var(--gold);
}

.submit-btn,
.modal .btn-submit {
  background: #1a3324;
  border: 0;
  color: #fff;
  padding: 10px 34px;
  font-family: Termina, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 13px;
}

.submit-btn:hover,
.modal .btn-submit:hover {
  background: #0f2419;
  color: #fff;
}

.term-condition {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: #666;
}

.term-condition a {
  color: var(--gold-deep);
  text-decoration: underline;
}

/* Disclaimer / footer */
.disclaimer {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}

.disclaimer a {
  color: var(--gold-deep);
}

.site-footer {
  background: #000;
  color: #fff;
  padding: 22px 0 18px;
  text-align: center;
}

.site-footer .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer-disclaimer {
  max-width: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-family: Termina, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

.footer-rera {
  max-width: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-family: Termina, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

.footer-rera a,
.footer-policy a {
  color: #e05a3a;
  text-decoration: none;
}

.footer-rera a:hover,
.footer-policy a:hover {
  color: #ff7a5c;
  text-decoration: underline;
}

.footer-policy {
  margin: 4px 0 12px;
  font-family: Termina, sans-serif;
  font-size: 14px;
}

.footer-qr img {
  width: 90px;
  height: 90px;
  background: #fff;
  padding: 4px;
  border: 1px solid #fff;
  display: inline-block;
}

/* Modal */
.modal-content {
  border: 0;
  border-radius: 0;
  background: var(--cream);
}

.modal-header {
  border: 0;
  justify-content: flex-end;
}

.modal-title {
  font-family: Bon-bold, Georgia, serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  width: 100%;
}

.modal-body {
  padding: 10px 36px 36px;
}

.modal .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cfc7bf;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 16px;
  height: 44px;
}

.modal textarea.form-control {
  height: auto;
}

/* Inner pages */
.inner-hero {
  background: var(--cream);
  padding: 70px 0 30px;
}

.inner-hero h1 {
  font-size: 42px;
  text-transform: uppercase;
}

.thank-box,
.policy-box {
  padding: 70px 0 90px;
}

.thank-box {
  text-align: center;
}

.thank-box .fa-check-circle-o {
  font-size: 70px;
  color: var(--sage);
  margin-bottom: 18px;
}

.thank-box h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.thank-box p {
  color: #555;
  font-size: 16px;
}

.policy-box h3 {
  font-family: Termina-Demi, sans-serif;
  font-size: 20px;
  text-transform: none;
  margin: 24px 0 8px;
}

.policy-box p {
  color: #555;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 1199px) {
  .nav-inner {
    padding: 0 20px;
    gap: 12px;
  }

  .brand .logo {
    width: 180px;
  }

  .nav-list {
    gap: 16px;
  }

  .nav-list a {
    font-size: 12px;
    letter-spacing: 0.8px;
  }

  .nav-phone a {
    letter-spacing: 0.4px;
  }

  .hero-form-col {
    width: 38%;
    max-width: 360px;
    padding: 22px 18px;
  }

  .hero-form h2 {
    font-size: 22px;
  }

  .hero-form h3 {
    font-size: 22px;
  }

  .hero-form-price {
    font-size: 16px;
  }

  .hero-title h1 {
    font-size: 42px;
  }

  .section-title,
  .query-wrap h2,
  .location-heading,
  .highlights-head .section-title {
    font-size: 36px;
  }

  .highlight-grid {
    column-gap: 48px;
    row-gap: 36px;
    max-width: 760px;
  }

  .gallery-slide img {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
    margin-left: auto;
    order: 3;
  }

  .brand {
    order: 1;
    justify-content: flex-start;
  }

  .nav-inner {
    flex-wrap: wrap;
    padding: 0 18px;
  }

  .nav-inner > .nav-list {
    display: none;
  }

  .nav-collapse {
    display: none;
    order: 4;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    background: #fff;
    padding: 12px 20px 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 30;
  }

  .nav-collapse.open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 0;
  }

  .nav-list a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
  }

  .dropdown-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 8px 0 0 12px;
    background: transparent;
  }

  .hero {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .hero-form-col {
    width: 100%;
    max-width: none;
    padding: 28px 20px;
    order: 1;
  }

  .hero-form input[type="text"],
  .enquiry-form .form-control,
  .modal .form-control {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 0;
    height: auto;
    order: 2;
  }

  .hero-title h1 {
    font-size: 32px;
  }

  .hero-rera,
  .hero-birds {
    display: none;
  }

  .section {
    padding: 56px 0;
  }

  .sticky-contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: flex;
  }

  .sticky-contact a {
    position: static;
    flex: 1;
    width: auto;
    height: 40px;
    border-radius: 0;
    gap: 8px;
    font-family: Termina, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none;
}

  .sticky-contact .fa {
    font-size: 18px;
  }

  .site-footer {
    padding-bottom: 72px;
  }

  .section-title,
  .query-wrap h2,
  .location-heading,
  .location-content h2,
  .inner-hero h1,
  .highlights-head .section-title {
    font-size: 30px;
  }

  .sukoon-mark {
    width: 170px;
    margin-bottom: 20px;
  }

  .highlights-section {
    padding-top: 64px;
    padding-bottom: 72px;
    background-position: center 48%;
    background-size: 180% auto;
  }

  .highlights-head {
    margin-bottom: 36px;
  }

  .sukoon-label {
    font-size: 16px;
    letter-spacing: 6px;
    margin-bottom: 12px;
  }

  .highlight-grid {
    column-gap: 36px;
    row-gap: 32px;
  }

  .bank-row {
    padding: 32px 24px;
    gap: 28px;
  }

  .amenity-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 12px;
    padding: 32px 0;
  }

  .amenity-row-last {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .amenity-row-last .amenity-item {
    flex: none;
    max-width: none;
  }

  .location-content {
    max-width: none;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .overview-photo img {
    height: 280px;
  }

  .gallery-slide img {
    height: 320px;
  }

  .gallery-head {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .gallery-head .section-title {
    text-align: left;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
  }

  .gallery-arrow svg {
    width: 16px;
    height: 16px;
  }

  .site-footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-disclaimer,
  .footer-rera {
    font-size: 12px;
  }

  .modal-body {
    padding: 10px 24px 28px;
  }

  .mobile-rera {
    display: block;
    background: #111;
    padding: 12px 16px;
  }

  .mobile-rera img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .mobile-rera {
    display: none;
  }

  .nav-collapse {
    display: flex !important;
  }

  .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {


.mobile-hero-section .hero-title {
    position: inherit;
    inset: 0;
    z-index: 2;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0px 0px 0;
    pointer-events: none;
    border: 1px solid #07223f;
    border-radius: 20px;
    margin: 10px 10px 10px 10px;
}
 
 
.mobile-hero-section .hero-title h1 {
    color: #07223f;
    font-weight: 800;
    font-size: 22px;
    padding: 0 0 10px 0;
    font-family: Termina-Demi, sans-serif;
}

.mobile-hero-section .hero-title h3 {
    color: #07223f;
   font-family: Termina-Demi, sans-serif;
    font-weight: bolder;
    font-size: 16px;
    padding: 0 0 4px 0;
}

.mobile-hero-section .hero-title p {
    color: #333333;
    font-family: inherit;
    font-weight: bolder;
    font-size: 13px;
    padding: 0 0 0px 0;
    margin: 0 0 0 0;
}




.l-parcl-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background: #e8e8e8;
    padding: 7px 0 4px 0px;
    margin: 10px 0 10px 0;
}

.parcel-item p {
    margin: 0 0 5px !important;
    font-size: 12px !important;
}

.parcel-item p:last-child {
    margin-bottom: 0;
}

.mobile-hero-section .hero-title p {
    color: #333333;
    font-family: Termina-Demi, sans-serif;
    font-weight: bolder;
    font-size: 12px;
    padding: 0 0 0px 0;
    margin: 0 0 0 0;
}

.offers {
    list-style: none;
    background-image: linear-gradient(to left, #07223f, #07223f, #07223f);
    color: var(--clr-t);
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 0px 0px 20px 20px;
}


.offers li:not(:first-child) {
    border-top: 1px solid #fff;
   
}

.offers li {
    color: #fff;
   font-family: Termina-Demi, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 0 8px 0;
}


.m-price-box{
	text-align:center;
	 
}

.m-price-box h4 {
    font-family: Termina-Demi, sans-serif;
    font-size: 16px;
}


.m-price-box h5 {
    font-family: Termina-Demi, sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin: 5px 0 20px 0;
	color:#07223f;
}

.m-price-box h5 small{
	font-size:15px;
}


.m-price-box h6 {
    font-family: Termina-Demi, sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 7px 0px;
}

.m-form {
    text-align: center;
    background: #e8e8e8;
    padding: 20px 20px 20px 20px;
    margin: 30px 0 0px 0;
}
.m-form h3 {
    font-family: Termina-Demi, sans-serif;
    font-size: 17px;
    padding: 0 0 15px 0;
}

.m-form input {
    width: 100%;
    font-family: inherit;
    padding: 12px 20px 12px 20px;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 11px 0;
    border: #ccc solid 1px;
    font-size: 14px;
}

.m-form .hero-form-consent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    color: #555;
    text-align: left;
}

.hero-form-btn {
    width: 100%;
    background: #c19b6e;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font-family: Termina-Demi, sans-serif;
    font-size: 16px;
    margin: -2px 0 7px;
    border-radius: 10px;
}




.mobile-hero-section{
	display:block;
}

.hero {
    display:none;
}

  .breadcrumbwrap ul {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .breadcrumbwrap .phone-number {
    width: 100%;
    margin-left: 0;
  }

  .overview-copy p {
    font-size: 13px;
}

  .highlight-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 26px;
    max-width: 420px;
  }

  .query-wrap h2 {
    margin-bottom: 8px;
  }

  .bank-row {
    padding: 28px 18px;
    gap: 24px;
  }

  .bank-row img {
    max-height: 46px;
  }

  .side-widgets {
    top: auto;
    bottom: 110px;
  }
}

@media (max-width: 575px) {
  .nav-inner {
    padding: 0 14px;
  }

  .brand .logo {
    width: 140px;
  }

  .hero-form-col {
    padding: 22px 16px;
  }

  .hero-form h2,
  .hero-form h3 {
    font-size: 20px;
  }

  .hero-form-tag,
  .hero-form-price {
    font-size: 14px;
  }

  .hero-title h1 {
    font-size: 24px;
  }

  .section {
    padding: 42px 0;
  }

  .section-title,
  .query-wrap h2,
  .location-heading,
  .inner-hero h1,
  .highlights-head .section-title {
    font-size: 24px;
  }

  .highlights-section {
    padding-top: 48px;
    padding-bottom: 52px;
    background-position: center 52%;
    background-size: 220% auto;
  }

  .highlight-item img {
    width: 50px;
    height: 50px;
  }

  .highlight-item h3 {
    font-size: 14px;
  }

  .amenity-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
    padding: 24px 0;
}

  .amenity-row-last {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenity-item img {
 
    margin-bottom: 10px;
  }

  .amenity-item h3 {
    font-size: 12px;
    max-width: 130px;
  }

  .overview-photo img,
  .gallery-slide img {
    height: 220px;
  }

  .enlarge-btn {
    width: 100%;
    text-align: center;
  }

  .side-widgets a {
    width: 44px;
    height: 44px;
  }

  .breadcrumbwrap {
    font-size: 12px;
    padding: 10px 0;
  }

  .inner-hero,
  .thank-box,
  .policy-box {
    padding: 40px 0 50px;
  }

  .modal-title {
    font-size: 22px;
  }

  .modal-body {
    padding: 8px 16px 22px;
  }

  .footer-qr img {
    width: 72px;
    height: 72px;
  }
}
