/* =========================
NAVBAR
========================= */

:root {
  --navy: #0f2545;
  --navy-dark: #091833;
  --gold: #c9a84c;
  --gold-light: #e4c97a;
  --cream: #f5f0e8;
  --white: #ffffff;
}

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  background: var(--navy-dark);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Cormorant Garamond", serif;
}

section {
  padding: 90px 0;
}
.amenity-item img {
  filter: brightness(0) invert(1);
}

.section-tag {
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.section-title {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.1;
  margin-top: 10px;
}

.section-desc {
  max-width: 750px;
  margin: 20px auto 0;
  line-height: 1.8;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy-dark);
  border: none;
  padding: 14px 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-gold:hover {
  background: var(--gold-light);
  color: var(--navy-dark);
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 14px 30px;
  text-transform: uppercase;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--navy-dark);
}

/* NAVBAR */
.custom-navbar {
  background: rgba(9, 24, 51, 0.95);
  backdrop-filter: blur(10px);
}

.navbar-brand {
  width: 200px;
  height: 70px;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 10px;
}

/* HERO */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;

  color: white;
  text-align: center;
  padding-top: 120px;
}

.hero-title {
  font-size: clamp(70px, 12vw, 150px);
  color: var(--gold);
  line-height: 1;
}

.hero-badge {
  display: inline-block;
  border: 1px solid rgba(201, 168, 76, 0.4);
  padding: 10px 18px;
  margin: 5px;
  color: var(--gold-light);
  font-size: 13px;
}

/* STATS */
.stats-section {
  background: var(--gold);
}

.stat-box {
  text-align: center;
  padding: 25px 15px;
}

.stat-number {
  font-size: 52px;
  font-weight: 700;
  color: var(--navy-dark);
}

.stat-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

/* ABOUT */
.about-section {
  background: var(--navy);
  color: white;
}

.about-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 168, 76, 0.15);
  padding: 30px;
  height: 100%;
}

.about-box h4 {
  color: var(--gold);
  font-size: 32px;
}

/* WHY CHOOSE */
.why-section {
  background: var(--cream);
}

/* .why-card {
        background: var(--navy-dark);
        color: white;
        padding: 35px 25px;
        text-align: center;
        height: 100%;
      } */

.why-card h4 {
  color: var(--gold);
  margin: 15px 0;
}

/* GALLERY */
.gallery-section {
  background: var(--navy-dark);
}

.gallery-item {
  overflow: hidden;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* AMENITIES */
.amenities-section {
  background: var(--navy);
  color: white;
}

.amenity-box {
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 30px;
  height: 100%;
}

.amenity-box h4 {
  color: var(--gold);
  margin-bottom: 20px;
}

.amenity-box ul {
  padding-left: 18px;
}

.amenity-box li {
  margin-bottom: 10px;
}

/* FLOOR PLANS */
.floor-section {
  background: var(--navy-dark);
  color: white;
}

.floor-card {
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 30px;
  height: 100%;
}

.floor-card h4 {
  color: var(--gold);
}

/* LOCATION */
.location-section {
  background: var(--navy);
  color: white;
}

.location-box {
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 25px;
  height: 100%;
}

/* SPECIFICATIONS */
.spec-section {
  background: var(--cream);
}

.spec-card {
  background: var(--navy-dark);
  color: white;
  padding: 30px;
  height: 100%;
}

.spec-card h4 {
  color: var(--gold);
}

/* PAYMENT */
.payment-section {
  background: var(--navy-dark);
  color: white;
}

/* CONTACT */
.contact-section {
  background: var(--navy);
  color: white;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.2);
  color: white;
  padding: 14px;
}

.contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold);
  box-shadow: none;
  color: white;
}

/* FOOTER */
footer {
  background: #050d1a;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 30px 0;
}

/* MODAL */
.modal-content {
  background: var(--navy-dark);
  /* color: white; */
}

.modal-header {
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.modal-title {
  color: var(--gold);
}

.btn-close {
  filter: invert(0);
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 70px;
  }

  .btn-gold,
  .btn-outline-gold {
    width: 100%;
  }
}

.custom-navbar {
  background: #03193d;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* LOGO */
html {
  scroll-behavior: smooth;
}
.navbar-brand {
  color: #d4af52 !important;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  font-family: "Cormorant Garamond", serif;
}

.navbar-brand span {
  display: block;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 3px;
  margin-top: 3px;
  font-family: "Raleway", sans-serif;
}

/* CENTER NAV */

.nav-center {
  gap: 18px;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 0 !important;
}

.navbar-nav .nav-link:hover {
  color: #d4af52 !important;
}

/* BUTTON */

.btn-enquire {
  background: #d4af52;
  color: #03193d;
  border: none;
  padding: 10px 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 0;
  transition: 0.3s;
}

.btn-enquire:hover {
  background: #e4c97a;
  color: #03193d;
}

/* MOBILE */

@media (max-width: 991px) {
  .custom-navbar {
    padding: 14px 0;
  }

  .navbar-collapse {
    background: #03193d;
    padding: 25px 20px;
    margin-top: 20px;
  }

  .nav-center {
    gap: 18px;
  }

  .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }

  .navbar-brand {
    font-size: 28px;
  }

  .navbar-brand span {
    font-size: 9px;
  }
}
/* =========================
LOCATION SECTION
========================= */

.location-section {
  background: #071a3c;
}

/* LEFT IMAGE */

.location-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  min-height: 650px;
}

.location-image {
  border: 1px solid white;
  padding: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.location-image:hover {
  transform: scale(1.05);
}

/* OVERLAY CARD */

.location-overlay-card {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(3, 25, 61, 0.92);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 82, 0.2);
}

.location-overlay-card h4 {
  color: #d4af52;
  font-size: 32px;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", serif;
}

.location-overlay-card p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 20px;
}

/* BUTTON */

.btn-location {
  background: #d4af52;
  color: #03193d;
  border: none;
  padding: 12px 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-location:hover {
  background: #e4c97a;
  color: #03193d;
}

/* ACCORDION */

.custom-location-accordion .accordion-item {
  background: transparent;
  border: 1px solid rgba(212, 175, 82, 0.15);
  margin-bottom: 18px;
  border-radius: 14px !important;
  overflow: hidden;
}

.custom-location-accordion .accordion-button {
  background: #0c2147;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 22px 24px;
  box-shadow: none !important;
}

.custom-location-accordion .accordion-button:not(.collapsed) {
  background: #102b5c;
  color: #d4af52;
}

.custom-location-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.custom-location-accordion .accordion-body {
  background: #091833;
  padding: 10px 24px 24px;
}

/* LOCATION LIST */

.location-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  gap: 20px;
}
.location-image-wrapper {
  /* height: 700px; */
  overflow: hidden;
  border-radius: 0px;
  position: sticky;
  top: 100px;
}

.location-image {
  width: 500px;
  height: 500px;
  object-fit: cover;
  display: block;
}

.location-list-item:last-child {
  border-bottom: none;
}

.location-list-item span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.location-list-item strong {
  color: #d4af52;
  white-space: nowrap;
  font-size: 15px;
}

/* MOBILE */

@media (max-width: 991px) {
  .location-image-wrapper {
    min-height: 420px;
  }

  .location-overlay-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 20px;
  }

  .location-overlay-card h4 {
    font-size: 26px;
  }

  .custom-location-accordion .accordion-button {
    font-size: 16px;
    padding: 18px;
  }

  .location-list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

/* Item Grid Styling */
.amenity-item {
  text-align: center;
  padding: 15px 5px;
  transition: transform 0.3s ease;
}

.amenity-item img {
  width: 60px; /* Adjust size to match your screenshot */
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
  /* Optional: if icons need a circle background like some modern LPs */
  /* background: #f0f7ff; padding: 10px; border-radius: 50%; */
}

.amenity-item p {
  font-size: 16px;
  color: white;
  line-height: 1.2;
  font-weight: 500;
}

/* Mobile Specific: Ensure 3 per row is legible */
@media (max-width: 576px) {
  .banner-logo {
    width: 280px;
    height: auto;
  }
  .amenity-item img {
    width: 45px;
    height: 45px;
  }
  .amenity-item p {
    font-size: 11px;
  }
}
/* =========================
FLOOR PLANS
========================= */

.floor-section {
  background: #071a3c;
  overflow: hidden;
}

/* NAV TABS */

.custom-floor-tabs {
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
  border-radius: 60px;
  gap: 15px;
}

.custom-floor-tabs .nav-link {
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
}

.custom-floor-tabs .nav-link.active {
  background: #d4af52;
  color: #071a3c;
}

/* WRAPPER */

.floor-plan-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 82, 0.15);
  border-radius: 30px;
  padding: 40px;
}

/* IMAGE */

.floor-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.floor-plan-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  transition: 0.5s;
}

.floor-image-box:hover .floor-plan-image {
  transform: scale(1.04);
}

/* BADGE */

.floor-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(7, 26, 60, 0.92);
  color: #d4af52;
  padding: 10px 18px;
  border-radius: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
}

/* DETAILS CARD */

.floor-details-card {
  background: #091833;
  border-radius: 24px;
  padding: 35px;
  border: 1px solid rgba(212, 175, 82, 0.15);
}

.floor-details-card h3 {
  color: #d4af52;
  font-size: 38px;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
}

/* TABLE */

.floor-table {
  margin: 0;
}

.floor-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.floor-table td {
  background: transparent !important;
  color: white;
  padding: 16px 0;
  border: none;
}

.floor-table td:first-child {
  color: rgba(255, 255, 255, 0.65);
}

.floor-table td:last-child {
  color: #d4af52;
  font-weight: 600;
  text-align: right;
}

/* BUTTON */

.btn-floor {
  background: #d4af52;
  color: #071a3c;
  border: none;
  padding: 15px 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
}

.btn-floor:hover {
  background: #e7c96f;
  color: #071a3c;
}

/* MOBILE */

@media (max-width: 991px) {
  .floor-plan-wrapper {
    padding: 25px;
  }

  .floor-details-card {
    padding: 25px;
  }

  .floor-details-card h3 {
    font-size: 30px;
  }

  .custom-floor-tabs .nav-link {
    padding: 12px 22px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .floor-plan-wrapper {
    border-radius: 20px;
    padding: 18px;
  }

  .floor-details-card {
    padding: 20px;
    border-radius: 20px;
  }

  .floor-table td {
    font-size: 14px;
  }
}
.why-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  position: relative;
  overflow: hidden;
}

/* .why-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(13, 110, 253, 0.08);
  border-radius: 50%;
  top: -100px;
  left: -100px;
} */

/* .why-section::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(25, 135, 84, 0.08);
  border-radius: 50%;
  bottom: -100px;
  right: -100px;
} */

.section-tag {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(13, 110, 253, 0.1);
  color: #d4af37;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
}

.why-card {
  background: #fff;
  padding: 45px 30px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.why-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0d6efd, #00c6ff);
  top: 0;
  left: 0;
}

.why-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.2);
}

.why-card .fs-1 {
  font-size: 65px !important;
  margin-bottom: 20px;
  display: inline-block;
  animation: floatIcon 3s ease-in-out infinite;
}

.why-card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.why-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 16px;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Card Animation */
.why-card {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeUp 1s ease forwards;
}

.why-card:nth-child(1) {
  animation-delay: 0.2s;
}

.why-card:nth-child(2) {
  animation-delay: 0.4s;
}

.why-card:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .why-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 30px;
  }

  .why-card {
    padding: 35px 20px;
  }

  .why-card .fs-1 {
    font-size: 50px !important;
  }
}
.enquiry-modal {
  border: none;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: modalZoom 0.4s ease;
}

@keyframes modalZoom {
  from {
    opacity: 0;
    transform: scale(0.85);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.enquiry-modal::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #d4af37, #f7d774);
  border-radius: 50%;
  opacity: 0.15;
}

.modal-heading {
  font-size: 34px;
  font-weight: 800;
  color: #b8903a;
  margin-bottom: 10px;
}

.modal-subtext {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 1.6;
}

.custom-input {
  height: 58px;
  border-radius: 14px;
  border: 1px solid #ddd;
  padding: 0 18px;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.custom-input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15) !important;
}

.submit-btn {
  height: 58px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #d4af37, #b8860b);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.35);
}

.custom-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  background-size: 13px;
}

.modal.fade .modal-dialog {
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.modal.show .modal-dialog {
  transform: scale(1);
}

@media (max-width: 768px) {
  .modal-heading {
    font-size: 28px;
  }

  .enquiry-modal {
    border-radius: 22px;
  }

  .custom-input,
  .submit-btn {
    height: 54px;
  }
}
.contact-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #071c2f, #0d2d4d);
  position: relative;
  overflow: hidden;
}

/* .contact-section::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(212, 175, 55, 0.08);
  border-radius: 50%;
  top: -120px;
  left: -120px;
} */

.contact-section::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  bottom: -120px;
  right: -120px;
}

/* LEFT SIDE */

.contact-left-tag {
  background: rgba(212, 175, 55, 0.15);
  color: #f4c542;
}

.contact-title {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  margin: 20px 0;
  line-height: 1.2;
}

.contact-description {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.contact-info-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.contact-info-item span {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 16px;
  background: rgba(212, 175, 55, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.contact-info-item h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-info-item p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.7;
}

/* FORM */

.contact-form-wrapper {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #d4af37, #f5d97b);
  border-radius: 50%;
  top: -120px;
  right: -120px;
  opacity: 0.12;
}

.contact-form-heading {
  margin-bottom: 35px;
}

.contact-tag {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(212, 175, 55, 0.12);
  color: #b8860b !important;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-form-heading h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.contact-form-heading p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

.custom-contact-input {
  height: 62px;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.custom-contact-input:focus {
  border-color: #d4af37;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12) !important;
}

.contact-submit-btn {
  height: 62px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #d4af37, #b8860b);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.35s ease;
}

.contact-submit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.35);
}

/* ANIMATION */

.contact-content,
.contact-form-wrapper {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */

@media (max-width: 991px) {
  .contact-title {
    font-size: 38px;
  }

  .contact-form-wrapper {
    padding: 35px 25px;
  }

  .contact-form-heading h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 70px 0;
  }

  .contact-title {
    font-size: 32px;
  }

  .custom-contact-input,
  .contact-submit-btn {
    height: 56px;
  }
}
/* FORM CONTAINER SMALLER */
.contact-form-wrapper {
  padding: 35px;
  border-radius: 24px;
}

/* INPUT FIELD SMALLER HEIGHT */
.custom-contact-input {
  height: 52px;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 15px;
  color: #000 !important;
  background: #fff;
}

/* PLACEHOLDER COLOR */
.custom-contact-input::placeholder {
  color: #000;
  opacity: 0.7;
}

/* INPUT TEXT COLOR ON TYPE */
.custom-contact-input:focus,
.custom-contact-input:active {
  color: #000 !important;
}

/* BUTTON SMALLER */
.contact-submit-btn {
  height: 54px;
  border-radius: 12px;
  font-size: 16px;
}

/* REDUCE SPACING */
.contact-form-heading {
  margin-bottom: 22px;
}

.mb-4 {
  margin-bottom: 18px !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 28px 20px;
  }

  .custom-contact-input {
    height: 50px;
  }

  .contact-submit-btn {
    height: 52px;
  }
}
.success_msg,
.error_msg {
  display: none;
}
/* --- OWL CAROUSEL CUSTOM NAV --- */

/* 1. Container for the buttons */
.spaces-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* 2. Individual Arrow Styling (The Circle) */
.spaces-carousel .owl-nav button.owl-prev,
.spaces-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background: transparent !important; /* Transparent base */
  color: #b8903a !important; /* Gold Arrow */
  border: 1px solid #b8903a !important; /* Gold Circle Border */
  border-radius: 50% !important; /* Makes it a circle */
  font-size: 24px !important; /* Size of the arrow */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}

/* 3. Hover Effect */
.spaces-carousel .owl-nav button.owl-prev:hover,
.spaces-carousel .owl-nav button.owl-next:hover {
  background: #b8903a !important; /* Fills with Gold */
  color: #ffffff !important; /* Arrow turns White */
  transform: scale(1.1); /* Slight pop effect */
}

/* 4. Fix for the default Arrow Text */
.spaces-carousel .owl-nav span {
  line-height: 1;
  display: block;
  margin-top: -4px; /* Centering the span text vertically */
}
.hero-section {
  background:
    linear-gradient(#000000a6, rgba(0, 0, 0, 0.65)),
    url("https://magicpage-dev.propstory.com/ImageUploads/test/1nnx5eapkmpat1unj.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: white;
}

.success_msg {
  color: green;
}
.error_msg {
  color: red;
}
.mobile-call-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.mobile-call-btn a {
    width: 60px;
    height: 60px;
    
    background: #c79a3d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
    animation: pulse 1.8s infinite;
}

.mobile-call-btn a:hover {
    color: #fff;
    background: #b8860b;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(199,154,61,.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(199,154,61,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(199,154,61,0);
    }
}

/* Mobile Only */
@media (min-width: 992px) {
    .mobile-call-btn {
        display: none;
    }
}