@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Inter', sans-serif;
  color: #222; background-color: #faf6e8;
}

/* HERO */
.hero {
    background: url("../images/banner.webp") center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
	
	/* Logo */
.logo {
  max-height: 50px;
  width: auto;
}

	/* Global Font */


/* Logo (Premium Feel) */
.navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
}

/* Navbar Links */
.nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  margin: 0 12px;
  position: relative;
  transition: 0.3s;
}

/* Fancy underline hover */
.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -4px;
  background: #e6b800;
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}

	/* OR Text */
.or-text {
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
}

/* WhatsApp Button */
.whatsapp-btn {
  background-color: #28c76f;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  width: 100%;
  max-width: 280px;
  color: #fff;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  background-color: #22b863;
  color: #fff;
}

/* Bottom Note */
.note-text {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.5px;
}
/* Call Button */
.btn-call {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* Call Button Styling */
.btn-call {
     background: linear-gradient(45deg, #f7c948, #e6c46b);
    color: #000;
    font-weight: 400;
    border-radius: 0px;
    padding: 8px 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.btn-call i {
  font-size: 14px;
}

/* Hover Effect */
.btn-call:hover {
  background: linear-gradient(45deg, #e6b800, #d4a300);
  transform: translateY(-2px);
  color: #000;
}

/* Navbar Links */
.nav-link {
  font-weight: 500;
    color: #000000;
    margin: 0 10px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-link:hover {
  color: #e6b800;
}

	
	/* Form Container */
.form-box {
  background: #e9e9e9;
  padding: 20px;
  border: 1px solid #cfcfcf;
  border-radius: 0px !important;
  max-width: 360px;
  margin: auto;
  font-family: 'Poppins', sans-serif;
}

	
	.form-box {
    padding: 25px;
    border-radius: 0px;
}
/* Title */
.form-box h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Input Group */
.input-group {
  display: flex;
  align-items: center;
  background: #efefef;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  overflow: hidden;
}

/* Icon Box */
.input-group-addon {
  background: #e6c87a;
  color: #333;
  padding: 10px;
  width: 40px;
  text-align: center;
  font-size: 14px;
}

/* Inputs */
.form-control {
  border: none;
  background: transparent;
  height: 45px;
  font-size: 12px;
  padding: 10px;	
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

/* Spacing */
.form-group {
  margin-bottom: 15px;
}

/* Checkbox */
.form-group.text-center {
    font-size: 10px;
    color: #8d8d8d;
    line-height: 1.4;
    font-weight: 400;
}

.form-group input[type="checkbox"] {
  margin-right: 6px;
  transform: scale(1.1);
}

/* Submit Button */
.submitBtn {
   background: #d4aa45;
    border: none;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.submitBtn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

	
	@keyframes popPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

.submitBtn {
    animation: popPulse 1.5s infinite;
}
/* Mobile Optimization */
@media (max-width: 576px) {
  .form-box {
    padding: 15px;
  }

  .form-control {
    font-size: 13px;
  }

  .submitBtn {
    width: 100%;
  }
}
	
/* Mobile Adjustments */
@media (max-width: 991px) {
  .logo {
    max-height: 40px;
  }

  .btn-call {
    padding: 6px 12px;
    font-size: 14px;
  }
}

/* CARDS */
	
	/* MAIN CARD */
.project-card {
    max-width: 520px;
    margin: 40px auto;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* TOP BLACK BAR */
.top-strip {
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 12px;
}

/* GOLD STRIP */
.gold-strip {
    background: #e6c46b;
    text-align: center;
    font-weight: 600;
    padding: 14px;
}

/* TITLE */
.project-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px;
}

/* FEATURE BOX */
.feature-box {
    background: linear-gradient(#f1d487, #e2bf63);
    border-radius: 16px;
    padding: 20px;
    margin: 0 20px 20px;
    border: 2px solid #d4aa45;
}

/* FEATURE ITEM */
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.feature-item i {
    width: 35px;
    height: 35px;
    background: #d4aa45;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* DIVIDER */
.divider {
    height: 1px;
    background: rgba(0,0,0,0.2);
}

/* FOOTER TEXT */
.rera {
    text-align: center;
    font-size: 13px;
    padding: 10px 20px 20px;
}

@media(max-width:576px) {
    .project-title {
        font-size: 22px;
    }
}
.overlay-card, .form-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.overlay-card { padding: 25px; }
.form-box { padding: 25px; }

/* HIGHLIGHT */
.highlight-box {
    background: #f5d88c;
    border-radius: 10px;
    padding: 15px;
}

/* BUTTONS */
.btn-gold {
    background: #e6c46b;
    font-weight: 600;
}

.btn-green {
    background: #25D366;
    color: #fff;
    font-weight: 600;
}

/* NAV */
.navbar-brand {
    font-weight: bold;
}

/* MOBILE STICKY BAR */
.mobile-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 999;
}

.mobile-bar a {
    width: 50%;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.call-btn { background: #000; }
.enq-btn { background: #e6c46b; color:#000; }

/* MOBILE OPTIMIZATION */
@media(max-width:768px) {

    .hero {
        padding: 40px 0;
    }

    .mobile-bar {
        display: flex;
    }

    .overlay-card h3 {
        font-size: 20px;
    }
}

	
	.btn-call {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-call:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
	
	@keyframes popPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.btn-call {
  animation: popPulse 1.5s infinite;
}
	
	
	.top-strip {
 background: #222;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    text-align: center;
}

/* Icon pop animation */
.top-strip i {
  animation: popIcon 1.2s infinite;
}

@keyframes popIcon {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); color: #ffc107; }
  100% { transform: scale(1); }
}


    .hero-section {
      padding: 60px 20px;
      text-align: center;
    }

    .hero-title {
      font-family: 'Playfair Display', serif;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .hero-subtitle {
      font-size: 16px;
      color: #777;
      margin-bottom: 30px;
    }

    .highlight-box {
      background: #f2d487;
      padding: 30px;
      border-radius: 12px;
      max-width: 1100px;
      margin: 0 auto 40px;
      line-height: 1.7;
    }

    .features {
      margin: 40px 0;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
      font-weight: 500;
    }

    .feature-item i {
      color: #fff;
      font-size: 18px;
    }

    .offer-text {
      text-align: center;
      color: #d10000;
      font-weight: 700;
      font-size: 22px;
      margin: 40px 0 20px;
    }

    .btn-gold {
      background-color: #d4af37;
      color: #000;
      border: none;
      padding: 12px 25px;
      font-weight: 500;
      border-radius: 6px;
    }

    .btn-gold:hover {
      background-color: #c19b2e;
    }

  .btn-dark-custom {
    background-color: #d4af37;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    margin-top: 20px;
}

    .btn-dark-custom:hover {
      background-color: #ccc;
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 26px;
      }
    }

@media (max-width: 768px) {
    .hero {
        background: linear-gradient(
            rgba(255,255,255,0.9),
            rgba(255,255,255,0.9)
        ),
        url(../images/banner.webp) center / cover no-repeat;
    }
}

.mobile-banner-img {
  border-radius: 0;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero {
    display: none;
  }
}

.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
}

/* Common Button Style */
.mobile-sticky-bar .bar-item {
  flex: 1;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

/* Icons */
.mobile-sticky-bar i {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}

/* Colors */
.mobile-sticky-bar .call {
  background: #ffe08a;
}

.mobile-sticky-bar .enquiry {
  background: #ffd56a;
}

.mobile-sticky-bar .whatsapp {
  background: #25d366;
  color: #fff;
}

.mobile-sticky-bar .whatsapp i {
  color: #fff;
}


.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card i {
  font-size: 26px;
  color: #d4af37;
  margin-bottom: 10px;
}

.feature-card h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-card p {
  font-size: 13px;
  color: #777;
  margin: 0;
}

/* Hover effect */
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}


.highlights {
  background: #f8f6f2;
}

.image-box img {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  width: 100%;
  object-fit: cover;
}

/* Right panel */
.highlight-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* Tag */
.section-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4af37;
  margin-bottom: 5px;
}

/* Title */
.section-title {
  font-size: 26px;
  font-weight: 600;
}

/* Points */
.point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.point:last-child {
  border-bottom: none;
}

.point i {
  color: #d4af37;
  font-size: 16px;
  margin-top: 3px;
  min-width: 20px;
}

/* CTA Button */
.btn-gold {
  background: #d4af37;
  color: #000;
  padding: 12px;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  transition: 0.3s;
}

.btn-gold:hover {
  background: #c19b2e;
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }

  .highlight-content {
    padding: 20px;
  }
}


.amenities-section {
  background: #f9f9f9;
}

.section-head {
  color: #d4aa45;
  font-weight: 600;
  letter-spacing: 1px;
}
.section-head-para {
    font-weight: 500;
    margin-bottom: 20px;
    color: #7a786f;
}

/* Card Style */
.amenity-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  height: 100%;
}

/* Icon/Image */
.amenity-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Text */
.amenity-card p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

/* Hover Pop Effect */
.amenity-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  background: #fffdf5;
}


.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    background-color: #f8f0dc;
}

