* {
  box-sizing: border-box;

}


h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
}





body {
  margin: 0;
  background: #f7f5e8;
  display: flex;
  justify-content: center;
  padding: 20px;
  font-family: "Inter", system-ui, sans-serif;
}

.container {
  position: relative;
  width: 100%;
  max-width: 400px !important;
  /* background-image: url('../img/white-bg.png'); */
  /* border-radius: 10px; */
  background: linear-gradient(135deg, #faf8f5, #f5f2ed, #f0ebe3);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


#nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(181deg, #ffffff, #ffffff);
  padding: 12px 0px;
}




#nav img {
  /* filter: brightness(0) invert(1); */
}

#banner {
  padding: 0 !important;
  height: auto;
  position: relative;
  /* background: url("../img/ads.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.534);
  z-index: 1;
}

.banner-description {
  padding: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
}

.launch-text {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 12px;
}



/* Project name */
.project-name h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.project-name h3 {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
  color: #fff;
}

.price-box span {
  font-size: 22px !important;
  font-weight: 600;
}

/* Distance strip */
.location-strip {
  display: inline-block;
  margin: 14px 0 22px;
  padding: 6px 12px;
  border: 1px solid #b48a3c;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background-color: #fff;
  z-index: 3;
}

.location-strip span {
  font-size: 15px;
}

.project-banner-highlight {
  position: relative;
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
  margin-top: 2rem;
  color: #fff;
  border-radius: 4px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* animated border only */
.project-banner-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 4px;
  border: 2px solid #fff;
  background-size: 300% 100%;
  animation: borderMove 2.5s linear infinite;
  pointer-events: none;
}




.project-banner-highlight p {
  margin: 6px 0;
  font-size: 19px;
  color: #fff;
  text-align: start;
}

/* Price section */
.project-price {
  margin-top: 28px;
}

.project-price .area {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.price-box {

  display: inline-block;
  background-color: #fff;
  margin-bottom: 6px;
  width: 100%;
  position: relative;
  padding: 8px 12px;
  margin-top: 1rem;
}



.project-price small {
  display: block;
  font-size: 12px;
  color: #555;
}

#banner img {
  width: 100%;
}

.banner-content {
  text-align: center;
  font-size: 14px;
  padding: 1.8rem 12px;
  color: #000000;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



.banner-content h1 {
  font-size: 28px;
}

.banner-content p {
  font-size: 18px;
  margin-bottom: 15px;
}

.under-color {
  display: inline-block;
  /* background: linear-gradient(135deg, #D4AF37, #F1C40F, #B8860B); */
}

.btn-whatsapp {
  display: block;
  width: 95%;
  padding: 13px 32px;
  background: linear-gradient(135deg, #dbab5c, #976819);
  color: #ffffff;
  /* Dark gold text for contrast */
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 215, 0, 0.3);
}


.btn-whatsapp:active {
  transform: translateY(0);
}

/* HIGHLIGHTS */
.highlights {
  /* background:#f7f5e8; */
  padding: 1.5rem 8px 2rem 8px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.highlight-box {
  background: #fff;
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.highlight-box i {
  font-size: 20px;
  color: #000;
}

.highlight-box p {
  font-size: 15px;
  margin: 8px 0px;
}



.price-section {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d, #1a1a1a);
  position: relative;
  overflow: hidden;
  padding: 1rem 0rem 2rem 0rem;
}

.price-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(135deg, #d4a574 0%, #b8945f 50%, #f0e6d2 100%);
  animation: shimmer 6s infinite linear;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.sec-title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
}

.sec-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #d4a574 0%, #b8945f 50%, #f0e6d2 100%);
}

.section-header p {
  font-size: 14px;
  color: #fffdfd;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.pricing-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}

.pricing-card {
  position: relative;
  height: 100%;
  max-width: 380px;
  width: 100%;
  border-radius: 5px;
  backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}

.pricing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #d4a574 0%, #d4a574 50%, #f0e6d2 100%);
  opacity: 0.15;
}

.luxury-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
  opacity: 0.6;
  transition: all 0.4s ease;
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 12px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 5px 0px;
}

.project-name {
  color: #8b4513;
  font-size: 1.1rem;

  margin: 6px 0px;
}

.price-line {
  width: 60px;
  height: 2px;
  margin: 5px 0px;
  background: linear-gradient(135deg, #d4a574 0%, #b8945f 50%, #f0e6d2 100%);
  margin: 0 auto 5px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0px;
  background: linear-gradient(173deg, #bd5e1b 0%, #8b4513 50%, #f0e6d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.size {
  color: #666;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.enquire-btn {
  background: linear-gradient(135deg, #dbab5c, #976819);
  color: #fff;
  padding: 0.5rem 2.5rem;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 8px 10px rgba(212, 165, 116, 0.3);
}


@media (max-width: 768px) {
  .pricing-card {
    height: 100%;
  }
}


#virtual-visit {
  position: relative;
  padding: 0 4rem;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/banner-3');
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}

.visit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 57%);
  z-index: 1;
}

.visit-content {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.visit-content h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.visit-content p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

/* Play Button */
.play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
}

/* Wave Animation */
.pulse,
.pulse2 {
  position: absolute;
  border-radius: 50%;
  background: rgb(171 15 144 / 49%);
  width: 100%;
  height: 100%;
  animation: pulse-animation 2.2s infinite;
}

.pulse2 {
  animation-delay: 0.8s;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.play-btn i {
  position: relative;
  z-index: 3;
}



#map img {
  width: 100%;
}

.location-box {
  max-width: 520px;

  padding: 20px 24px;
  font-family: Arial, sans-serif;
  color: #2b2b2b;
}

.location-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #d8b07a;
}

.location-item:last-child {
  border-bottom: none;
}

.location-icon {
  font-size: 26px;
  color: #b18233;
  min-width: 32px;
  margin-top: 2px;
}

.location-text {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}




.title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
}

.info {
  font-size: 14px;
  color: #555;
  margin-top: 12px;
  text-align: center;
}

.chat-box textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  resize: none;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.footer-msg {
  background: linear-gradient(135deg, #dbab5c, #976819);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 14px;
  font-size: 14px;
}

.footer-msg span {
  color: #ffffff;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.btn-small {
  padding: 10px;
  font-size: 14px;
  flex: 1 1 45%;
}

.info-banner {
  text-align: center;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #b9852c;
  color: rgb(255, 255, 255);
  padding: 14px 24px;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 0.5s ease-out;
}

.info-banner i {
  animation: bounce 1.2s infinite;
  font-size: 1.1rem;
}

a {
  text-decoration: none;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px) scale(1.2);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form1 {
  margin-top: 10px;
}

.form_title {
  font-size: 20px;
  font-weight: 600;
  color: #ffcb72;
  margin-bottom: 20px;
}

.form_section {
  text-align: center;
}

.mb-4 {
  margin-bottom: 16px;
  position: relative;
}

.form-control {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.form-control:focus {
  border-color: #ffcb72;
  box-shadow: 0 0 0 2px rgba(0, 122, 92, 0.15);
}

.icon-inside {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
  pointer-events: none;
}

.advanced-button {
  position: relative;
}

.form1-submit-btn {
  background-color: #b9852c;
  color: #fff;
  padding: 12px 24px;
  border: none;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}

.spinner-border {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.mb-4 {
  margin-bottom: 12px;
}

@media(max-width:768px) {
  body {

    padding: 0px;
  }
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

