/* style.css - Updated with Inter & Roboto fonts */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
}

:root {
  --gold: #d4af37;
  --gold-dark: #b8860b;
  --gold-light: #f5d742;
  --black: #0a0a0a;
  --black-light: #1a1a1a;
  --white: #ffffff;
  --off-white: #faf7f0;
  --gray: #2a2a2a;
  --shadow-gold: 0 25px 50px -15px rgba(212, 175, 55, 0.4);
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--black);
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
.heading-premium,
.section-title-premium,
.hero-title,
.card-title,
.project-title,
.price-card-simple .card-title,
.early-bird-title,
.amenities-category-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.subheading,
.hero-title-small,
.hero-address,
.hero-badge,
.section-subtitle,
.card-badge-simple,
.area-value-simple,
.price-text-simple {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.navbar {
  padding: 0 15px;
}

.navbar-brand{
    margin-right:0px !important;
}

/* ===== NAVBAR ===== */
.navbar-premium {
  position: fixed;
  width: 100%;
  z-index: 1030;
  background: rgba(10, 10, 10, 0.95) !important;
  backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}

.navbar-premium .navbar-brand {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold), #fff3d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

.navbar-premium .navbar-brand i {
  color: var(--gold);
  margin-right: 10px;
}

.navbar-premium .nav-link {
  color: #e0e0e0 !important;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin: 0 5px;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.navbar-premium .nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: width 0.4s;
}

.navbar-premium .nav-link:hover::after {
  width: 100%;
}

.navbar-premium .nav-link:hover {
  color: var(--gold) !important;
}

.btn-gold-premium {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border: none;
  color: var(--black);
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
}

.btn-gold-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s;
}

.btn-gold-premium:hover {
  transform: translateY(-3px);
  color: #fff !important;
  box-shadow: 0 20px 30px -10px var(--gold);
}

.btn-gold-premium:hover::before {
  left: 100%;
}

/* ===== HERO SECTION ===== */
.hero-premium {
  position: relative;
  margin-top: 60px;
  height: 100vh;
  min-height: 800px;
  
  background: url("../images/banner1.jpg") no-repeat top center;
  /*background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80")*/
    /*no-repeat center center;*/
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  color: var(--white);
}

.hero-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.hero-premium::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), transparent, var(--gold));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-address {
  font-size: 1.2rem;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.hero-badge {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--gold);
  padding: 15px 30px;
  display: inline-block;
  margin-bottom: 30px;
  backdrop-filter: blur(5px);
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.hero-badge i {
  color: var(--gold);
  margin-right: 10px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.02em;
}

.hero-title-small {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 30px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 25px 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  padding: 20px;
  border-left: 4px solid var(--gold);
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  padding: 25px;
  border-left: 4px solid var(--gold); */
}

.hero-feature-item {
  display: flex;
  flex-direction: column;
}

.hero-feature-item .label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b0b0b0;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

.hero-feature-item .value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Roboto', sans-serif;
}

.price-highlight {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
  font-family: 'Roboto', sans-serif;
}

.design-partners {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.design-partner-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-left: 3px solid var(--gold);
}

.design-partner-item small {
  display: block;
  color: #b0b0b0;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
}

.design-partner-item span {
  color: var(--white);
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}

.hero-form-card {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 0;
  padding: 2.5rem;
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.5);
}

.hero-form-card h3 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-form-card .form-control {
  border: none;
  border-bottom: 2px solid #d0d0d0;
  border-radius: 0;
  padding: 12px 8px;
  transition: all 0.3s;
  font-family: 'Inter', sans-serif;
}

.hero-form-card .form-control:focus {
  border-bottom-color: var(--gold);
  box-shadow: none;
}

/* ===== ABOUT SECTION ===== */
.section-title-premium {
  font-size: 3rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  display: inline-block;
  letter-spacing: -0.02em;
}

.section-title-premium::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 50px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.form-card-premium {
  background: var(--white);
  /* box-shadow: 0 40px 70px -30px #000; */
  border-top: 5px solid var(--gold);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.form-card-premium .about-img img {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== PRICE SECTION ===== */
.price-section {
  padding: 80px 0;
  background: var(--black);
}

.price-section .section-title-premium {
  color: var(--white);
}

.price-section .section-title-premium::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.price-section .section-subtitle {
  color: #b0b0b0;
}

.price-grid-simple {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.price-card-simple {
  background: var(--white);
  padding: 40px 30px;
  transition: all 0.3s ease;
  border: 1px solid #333;
  position: relative;
}

.price-card-simple:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 20px 40px -15px rgba(212, 175, 55, 0.3);
}

.card-badge-simple {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 8px;
  background: #c395000f;
  border: 1px solid #d4af37;
}

.price-card-simple .card-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 10px;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.area-box-simple {
  margin-bottom: 25px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: end;
  gap: 10px;
}

.area-label-simple {
  font-size: 1rem;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.area-value-simple {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--black);
}

.area-sqft-simple {
  font-size: 1rem;
  color: #999;
  font-weight: 600;
  margin-left: 5px;
  font-family: 'Inter', sans-serif;
}

.price-box-simple {
  margin-bottom: 25px;
}

.price-text-simple {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  display: inline-block;
  margin-right: 8px;
}

.price-note-simple {
  color: #888;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
}

.view-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--black);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  transition: all 0.3s;
  font-family: 'Inter', sans-serif;
}

.view-link i {
  color: var(--gold);
  transition: transform 0.3s;
}

.view-link:hover {
  color: var(--gold);
}

.view-link:hover i {
  transform: translateX(5px);
}

.early-bird-card {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  padding: 3rem;
  text-align: center;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.early-bird-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
  animation: rotate 10s linear infinite;
}

.early-bird-content {
  position: relative;
  z-index: 2;
}

.early-bird-title {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.early-bird-text {
  font-size: 1.2rem;
  color: var(--black);
  /* margin-bottom: 20px; */
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ===== AMENITIES SECTION ===== */
.amenities-section {
  padding: 80px 0;
  background: var(--white);
}

.amenities-category-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
  letter-spacing: -0.02em;
}

.amenities-category-heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: var(--gold);
}

.card-luxury {
  background: var(--white);
  border: none;
  border-radius: 0;
  padding: 2rem 1.5rem;
  box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  position: relative;
  border-bottom: 3px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-luxury:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-gold);
  border-bottom-color: var(--gold);
}

.card-luxury .icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 2px solid var(--gold);
  background: transparent;
}

.card-luxury .icon-box i {
  font-size: 2rem;
  color: var(--gold);
}

.card-luxury h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.card-luxury h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.card-luxury p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}

/* ===== GALLERY SECTION ===== */
.gallery-section {
  padding: 80px 0;
  background: var(--off-white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-section a {
  border-radius: 10px;
}
.gallery-item-premium {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s;
  display: block;
  text-decoration: none;
}

.gallery-item-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}

.gallery-item-premium::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: var(--gold);
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.7);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  z-index: 2;
  border-radius: 50%;
}

.gallery-item-premium:hover {
  border-color: var(--gold);
  transform: scale(1.02);
}

.gallery-item-premium:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item-premium:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

/* ===== HIGHLIGHTS SECTION ===== */
.highlights-section {
  padding: 80px 0;
}

/* ===== OTHER PROJECTS SLIDER SECTION ===== */
.other-projects-section {
  padding: 80px 0;
  background: linear-gradient(145deg, #faf7f0, #ffffff);
  position: relative;
  overflow: hidden;
}

.other-projects-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(212, 175, 55, 0.05),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Swiper Container */
.projectSwiper {
  padding: 30px 10px 60px 10px;
  margin: 30px -10px 0 -10px;
  overflow: visible;
}

.projectSwiper .swiper-slide {
  height: auto;
  padding: 0 10px;
  transition: all 0.3s ease;
}

/* Project Card - Using existing styles with slider adaptations */
.projectSwiper .project-card {
  background: var(--white);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.projectSwiper .project-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 50px -20px rgba(212, 175, 55, 0.4);
  border-color: var(--gold);
}

.projectSwiper .project-image {
  height: 280px;
  overflow: hidden;
  position: relative;
}

.projectSwiper .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s;
}

.projectSwiper .project-card:hover .project-image img {
  transform: scale(1.1);
}

.projectSwiper .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  opacity: 0;
  transition: opacity 0.4s;
}

.projectSwiper .project-card:hover .project-overlay {
  opacity: 1;
}

.projectSwiper .project-content {
  padding: 30px 25px 35px;
  text-align: center;
  background: var(--white);
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.projectSwiper .project-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transition: width 0.4s;
}

.projectSwiper .project-card:hover .project-content::before {
  width: 120px;
}

.projectSwiper .project-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 12px;
  transition: color 0.3s;
  letter-spacing: -0.02em;
}

.projectSwiper .project-card:hover .project-title {
  color: var(--gold);
}

.projectSwiper .project-desc {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  min-height: 60px;
  flex-grow: 1;
  font-family: 'Inter', sans-serif;
}

.projectSwiper .project-btn {
  width: 100%;
  padding: 14px 20px;
  font-size: 0.9rem;
  background: transparent;
  color: var(--black);
  border: 2px solid var(--gold);
  transition: all 0.3s;
  cursor: pointer;
  margin-top: auto;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.projectSwiper .project-btn:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-3px);
}

/* Swiper Navigation Styling */
.projectSwiper .swiper-button-next,
.projectSwiper .swiper-button-prev {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.95);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 2px solid var(--gold);
}

.projectSwiper .swiper-button-next:after,
.projectSwiper .swiper-button-prev:after {
  font-size: 22px;
  font-weight: bold;
}

.projectSwiper .swiper-button-next:hover,
.projectSwiper .swiper-button-prev:hover {
  background: var(--gold);
  color: var(--white);
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
}

.projectSwiper .swiper-button-prev {
  left: -25px;
}

.projectSwiper .swiper-button-next {
  right: -25px;
}

/* Swiper Pagination Styling */
.projectSwiper .swiper-pagination {
  bottom: 0;
}

.projectSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 5px;
}

.projectSwiper .swiper-pagination-bullet-active {
  background: var(--gold);
  width: 30px;
  border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .projectSwiper .swiper-button-prev {
    left: -15px;
  }
  
  .projectSwiper .swiper-button-next {
    right: -15px;
  }
}

@media (max-width: 992px) {
  .projectSwiper .project-image {
    height: 240px;
  }
  
  .projectSwiper .project-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .other-projects-section {
    padding: 60px 0;
  }
  
  .projectSwiper {
    padding: 20px 5px 50px 5px;
  }
  
  .projectSwiper .project-image {
    height: 220px;
  }
  
  .projectSwiper .project-title {
    font-size: 1.4rem;
  }
  
  .projectSwiper .project-desc {
    font-size: 0.95rem;
    min-height: 50px;
  }
  
  .projectSwiper .swiper-button-next,
  .projectSwiper .swiper-button-prev {
    display: none;
  }
  
  .projectSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  
  .projectSwiper .swiper-pagination-bullet-active {
    width: 25px;
  }
}

@media (max-width: 480px) {
  .projectSwiper .project-image {
    height: 200px;
  }
  
  .projectSwiper .project-content {
    padding: 20px 15px 25px;
  }
  
  .projectSwiper .project-title {
    font-size: 1.3rem;
  }
  
  .projectSwiper .project-btn {
    padding: 12px 15px;
    font-size: 0.85rem;
  }
}

/* ===== LOCATION SECTION ===== */
.location-section {
  padding: 80px 0;
  background: var(--off-white);
}

.location-card-premium {
  background: var(--black);
  color: var(--white);
  padding: 3rem;
  border-left: 5px solid var(--gold);
  height: 100%;
}

.location-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  font-family: 'Inter', sans-serif;
}

.location-item i {
  width: 40px;
  color: var(--gold);
  font-size: 1.2rem;
}

.location-item strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: var(--gold);
}

.location-item div {
  font-family: 'Inter', sans-serif;
}

.location-map {
  height: 100%;
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: 3px solid var(--gold);
}

.btn-submit-gold {
  background: var(--black);
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 15px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s;
  font-family: 'Inter', sans-serif;
}

.btn-submit-gold:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-3px);
}

.navbar-toggler {
  background: #ccc;
}

/* Fancybox custom styles */
.fancybox__container {
  --fancybox-color: var(--gold);
  --fancybox-bg: rgba(0, 0, 0, 0.95);
}

.fancybox__nav {
  background: rgba(212, 175, 55, 0.2);
  color: var(--gold);
}

.fancybox__toolbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}

.fancybox__caption {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: var(--gold);
  text-align: center;
  padding: 15px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .price-grid-simple {
    gap: 20px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .section-title-premium {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  
  .about .form-card-premium{
      width:100% !important;
  }

  .price-grid-simple {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .design-partners {
    flex-direction: column;
    gap: 10px;
  }

  .hero-content {
    max-width: 100%;
  }

  .location-card-premium {
    margin-bottom: 30px;
  }

  .amenities-category-heading {
    font-size: 1.8rem;
  }
  .location-section .loc-dl {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  .location-section .loc-dl {
    flex-direction: column-reverse;
  }

  .hero-premium {
    min-height: auto;
    padding: 100px 0;
    height: auto;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-title-small {
    font-size: 1.2rem;
  }

  .hero-features {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }

  .price-grid-simple {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .location-map iframe {
    height: 300px;
  }

  .design-partners {
    flex-direction: column;
    gap: 10px;
  }

  .early-bird-title {
    font-size: 1.8rem;
  }

  .early-bird-text {
    font-size: 1rem;
  }

  .early-bird-card {
    padding: 2rem;
  }

  .amenities-category-heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .card-luxury {
    padding: 1.5rem 1rem;
  }

  .card-luxury h5 {
    font-size: 1rem;
  }

  .card-luxury p.small {
    font-size: 0.8rem;
  }

  .project-image {
    height: 220px;
  }

  .project-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .hero-btn-section #enquiryBtn2 {
    padding: 0 !important;
  }
  .hero-btn-section {
    flex-direction: column;
  }

  .container-fluid {
    padding: 0;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-badge {
    font-size: 0.9rem;
    padding: 10px 20px;
  }

  .price-card-simple {
    padding: 30px 20px;
  }

  .area-value-simple {
    font-size: 1.8rem;
  }

  .price-text-simple {
    font-size: 1.3rem;
  }

  .project-desc {
    font-size: 0.9rem;
    min-height: auto;
  }

  .project-btn {
    padding: 12px 15px;
    font-size: 0.85rem;
  }

  .location-card-premium {
    padding: 2rem;
  }

  .location-item {
    flex-wrap: wrap;
    gap: 10px;
  }

  .location-item i {
    width: 30px;
  }
}

/* Animation for cards */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-card {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* ===== FLOATING ACTION BUTTONS ===== */
.float-buttons-container {
  position: fixed;
  bottom: 30px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.float-btn i {
  font-size: 24px;
  transition: all 0.3s ease;
}

.btn-text {
  position: absolute;
  right: 70px;
  background: var(--black);
  color: white;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--gold);
  font-family: 'Inter', sans-serif;
}

.btn-text::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid var(--black);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Call Button */
.call-btn {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border: 2px solid #fff;
}

.call-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 30px rgba(40, 167, 69, 0.5);
}

/* WhatsApp Button */
.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: 2px solid #fff;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
}

/* Show text on hover */
.float-btn:hover {
  width: auto;
  border-radius: 40px;
  gap: 10px;
}

.float-btn:hover i {
  font-size: 20px;
}

.float-btn:hover .btn-text {
  opacity: 1;
  visibility: visible;
  right: 65px;
}

/* Pulse Animation */
.float-btn {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(212, 175, 55, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .float-buttons-container {
    bottom: 20px;
    right: 15px;
    gap: 12px;
  }

  .float-btn {
    width: 55px;
    height: 55px;
  }

  .float-btn i {
    font-size: 24px;
  }

  .btn-text {
    display: none;
  }

  .float-btn:hover {
    width: 55px;
    padding: 0;
  }

  .float-btn:hover i {
    font-size: 24px;
  }

  .float-btn {
    animation: pulse 2s infinite;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .float-buttons-container {
    bottom: 15px;
    right: 10px;
    gap: 10px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
  }

  .float-btn i {
    font-size: 22px;
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
    .navbar-premium .nav-link{
        font-size:0.6rem;
    }
    
    .navbar-brand img{
        width:150px;
    }
}

/* Tablet Adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .float-buttons-container {
    bottom: 25px;
    right: 20px;
  }

  .float-btn {
    width: 60px;
    height: 60px;
  }

  .btn-text {
    font-size: 13px;
    padding: 6px 12px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  border: 2px solid white;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top i {
  font-size: 24px;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background: var(--gold-light);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 20px 35px -5px var(--gold);
  color: var(--black);
}

.back-to-top:hover i {
  transform: translateY(-3px);
}

/* Pulse Animation */
.back-to-top {
  animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(212, 175, 55, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 15px;
    width: 45px;
    height: 45px;
  }

  .back-to-top i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .back-to-top {
    bottom: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .back-to-top i {
    font-size: 18px;
  }
}

/* Footer Premium - Desktop/Tab View */
.footer-premium {
  background: var(--black);
  color: #808080;
  padding: 60px 0 30px;
  border-top: 3px solid var(--gold);
}

.footer-premium h3 {
  color: var(--gold);
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.footer-premium h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--gold);
}

.footer-premium p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Agent Rera Section */
.agent-rera {
  border-left: 3px solid var(--gold);
  padding-left: 15px;
  margin: 20px 0;
}

.agent-rera strong {
  display: block;
  color: var(--gold);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: 'Inter', sans-serif;
}

.agent-rera span {
  color: #b0b0b0;
  font-size: 0.95rem;
  word-break: break-word;
  font-family: 'Inter', sans-serif;
}

/* Call Us Section */
.call-us {
  border-left: 3px solid var(--gold);
  padding-left: 15px;
  margin: 20px 0;
}

.call-us strong {
  display: block;
  color: var(--gold);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
}

.phone-number {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-number i {
  font-size: 1.1rem;
}

.phone-number span {
  color: var(--white);
  font-size: 1.3rem !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}

/* Site Visit Form */
.site-visit-form .form-control,
.site-visit-form .form-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 0;
  color: #2c2c2c;
  padding: 5px 10px;
  font-size: 0.95rem;
  transition: all 0.3s;
  height: auto;
  font-family: 'Inter', sans-serif;
}

.site-visit-form .form-control:focus,
.site-visit-form .form-select:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
  outline: none;
}

.site-visit-form .form-control::placeholder {
  color: rgba(27, 27, 27, 0.3);
}

.site-visit-form .form-select {
  color: #b0b0b0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
}

.site-visit-form .form-select option {
  background: var(--black-light);
  color: var(--white);
}

/* Phone Code Row */
.site-visit-form .row.g-2 {
  margin: 0 -4px;
}

.site-visit-form .row.g-2 > [class*="col-"] {
  padding: 0 4px;
}

/* Button */
.site-visit-form .btn-gold-premium {
  background: var(--gold);
  color: var(--black);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s;
  margin-top: 5px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
}

.site-visit-form .btn-gold-premium:hover {
  background: #000;
  color: var(--gold) !important;
  border: 1px solid var(--gold);
  transform: translateY(-2px);
}

/* Disclaimer Section */
.disclaimer-section {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.disclaimer-section p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #909090;
  font-family: 'Inter', sans-serif;
}

.disclaimer-section strong {
  color: var(--gold);
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

footer .footer-form {
  width: 65%;
  border-radius: 0.5rem;
  background: #efefef;
  padding: 1rem;
}
footer .footer-form p {
  color: #000 !important;
  font-size: 0.8rem;
  font-family: 'Inter', sans-serif;
}

footer .footer-form h3 {
  font-family: 'Roboto', sans-serif;
  color: var(--black);
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .disclaimer-section p {
    text-align: justify;
  }
  footer .footer-form {
    width: 100%;
  }

  .footer-premium {
    padding: 40px 0 20px;
  }

  .footer-premium h3 {
    font-size: 1.3rem;
    text-align: center;
  }

  .footer-premium h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .agent-rera,
  .call-us {
    text-align: center;
    border-left: none;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    padding: 15px 0 0;
    margin: 20px 0 0;
  }

  .phone-number {
    justify-content: center;
  }

  .site-visit-form .row.g-2 > [class*="col-"] {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px;
  }

  .site-visit-form .row.g-2 > .col-4 {
    width: 100%;
  }

  .site-visit-form .row.g-2 > .col-8 {
    width: 100%;
  }

  .site-visit-form .col-8 input {
    width: 100%;
  }
}