  body {
      font-family: 'Poppins', sans-serif;
      background-color: #f8f9fa;
      margin-right: 380px; /* space for fixed form */
    }
    .logo{
      width: auto;
      height: 60px;
    }
    .navbar-brand {
      font-weight: 600;
      color: #1c3f60 !important;
    }
    .nav-link {
      color: #1c3f60 !important;
      font-weight: 500;
    }
    .fixed-contact-form {
      position: fixed;
      top: 2px;
      right: 0;
      width: 370px;
      background: #fff;
      padding: 20px;
      z-index: 999;
    }
    .form-control, .btn {
      border-radius: 0.5rem;
    }
    .btn-primary {
      background-color: #f5a623;
      border: none;
    }
    .btn-primary:hover {
      background-color: #e1901c;
    }

   .animated-call-btn {
  position: relative;
  display: inline-block;
  background-color: #f5a623;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  transform: rotate(0deg);
  animation: tiltRotate 2s infinite ease-in-out;
  box-shadow: 0 0 15px rgba(245, 166, 35, 0.5);
}

.animated-call-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 253, 253, 0.3);
  transform: skewX(-20deg);
  animation: slideHighlight 4s infinite;
}

@keyframes slideHighlight {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes tiltRotate {
  0% { transform: rotate(-1deg); }
  50% { transform: rotate(1.5deg); }
  100% { transform: rotate(-1deg); }
}


    @media (max-width: 991px) {
      body {
        margin-right: 0;
      }
      .fixed-contact-form {
        position: static;
        width: 100%;
        border-left: none;
        box-shadow: none;
        margin-top: 2rem;
      }
    }

    .hero-overlay-box {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  background-color: white;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  z-index: 10;
}

@media (max-width: 768px) {
    .hero-overlay-box {
    position: static;
    transform: none;
    margin: 1rem 12px; /* ✅ Left and Right margin added */
    width: auto;
    border-left: none;
    border-radius: 0;
    

}
}
.animated-brochure-btn {
  display: inline-block;
  background: linear-gradient(90deg, #f5a623, #e1901c, #f5a623);
  background-size: 200% auto;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  animation: shineMove 3s linear infinite, buttonTilt 2s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(241, 157, 22, 0.4);
  transition: transform 0.2s;
}

.animated-brochure-btn:hover {
  transform: scale(1.05);
  color: white;
  text-decoration: none;
}

@keyframes shineMove {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@keyframes buttonTilt {
  0% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
  100% { transform: rotate(-1deg); }
}



/* price section */
.price-table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f5a623 !important;
}
.price-table thead {
  background: linear-gradient(90deg, #f5a623, #e1901c);
  color: white;
  font-size: 16px;
}
.price-table td, .price-table th {
  font-size: 15px;
    border: 1px solid #f5a623 !important;

}
.price-table tbody tr {
  transition: all 0.3s ease;
  background-color: #fffbe6;
}

.highlighted-btn {
  background: linear-gradient(90deg, #f5a623, #e1901c, #f5a623);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  animation: shineMove 3s linear infinite, buttonTilt 2s ease-in-out infinite;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.3);
  transition: transform 0.3s;
}
.highlighted-btn:hover {
  transform: scale(1.05);
  color: white;
  text-decoration: none;
}
@keyframes shineMove {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}
@keyframes buttonTilt {
  0% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
  100% { transform: rotate(-1deg); }
}
.pricingcard{
  border: 2px solid #f5a623;
}
.carpet{
  font-weight: 600;
}
  /* ✅ Mobile Responsive Button Style */
  @media (max-width: 767.98px) {
    .highlighted-btn {
      padding: 10px 24px;
      font-size: 14px;
    }
  }

.location-list {
  padding-left: 0;
  list-style: none;
}
.location-list li {
  padding: 8px 0;
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: start;
}
.location-list li i {
  margin-right: 10px;
  font-size: 16px;
  color: black !important;
}
.accordion-button::after {
  filter: brightness(0) invert(1); /* 👈 White bana deta hai icon ko */
}


/* ameties */
.amenity-card {
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
    background: linear-gradient(to bottom, #ffffff, #f2f7ff);
border: 1px solid #f5a623 ;
}
.amenity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  background: linear-gradient(to bottom, #ffffff, #f2f7ff);
}

/* gallery */

.view-btn {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px auto 15px;
  background: linear-gradient(90deg, #f5a623, #ff7f50, #f5a623);
  background-size: 200% auto;
  color: #fff;
  font-weight: 500;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  animation: shineFlow 3s linear infinite;
}

.view-btn:hover {
  transform: scale(1.05);
  color: #fff;
  text-decoration: none;
}

@keyframes shineFlow {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}


.view-map-btn {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(90deg, #f5a623, #ff7f50, #f5a623);
  background-size: 200% auto;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  animation: glowBtn 3s linear infinite;
  box-shadow: 0 5px 15px rgba(255, 133, 27, 0.4);
}

.view-map-btn:hover {
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}

@keyframes glowBtn {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}
/* 🔹 Show only on desktop (≥768px) */
@media (max-width: 767px) {
  .fixed-contact-form {
    display: none !important;
  }
}



/* prprojectfeatures */
.projectfeatures .projectcard{
border: 2px solid #f5a623;
}

  .mobile-fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
  }

  .mobile-fixed-footer .footer-btn {
    flex: 1;
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  /* Wave animation */
  .animate-wave::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
    transform: skewX(-20deg);
    animation: waveMove 2s linear infinite;
  }

  @keyframes waveMove {
    0% {
      left: -100%;
    }
    100% {
      left: 100%;
    }
  }

  /* Ensure text is on top */
  .footer-btn span,
  .footer-btn i {
    position: relative;
    z-index: 2;
  }

  @media (min-width: 768px) {
    .mobile-fixed-footer {
      display: none !important;
    }
  }

    .blur-img {
    filter: blur(4px);
    transition: filter 0.4s ease;
  }

  

  .btn-warning {
    font-weight: 600;
    padding: 10px 20px;
    background-color: #f4a423;
    color: white;
  }
  .btn-warning:hover{
    color: white;
        background-color: #f4a423;

  }

  @media (max-width: 767.98px) {
    .btn-warning {
      padding: 8px 16px;
      font-size: 14px;
    }
  }