/* ==================================================
   GODREJ TRILOGY - WHITE & GOLD THEME
   ================================================== */

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
}

/* ===== Gradient Text Effect ===== */
.bg-gradient-to-r {
  background: linear-gradient(135deg, #1a1a1a 0%, #c9b99a 50%, #1a1a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== Gold Text ===== */
.text-\[\#c9b99a\] {
  color: #c9b99a;
}

/* ===== Black Text ===== */
.text-\[\#1a1a1a\] {
  color: #1a1a1a;
}

/* ===== White Background ===== */
.bg-\[\#0a0a0a\] {
  background: #ffffff !important;
}

.bg-\[\#0f0f0f\] {
  background: #f5f0e8 !important;
}

/* ===== Glass Card Effect with White/Gold ===== */
.bg-\[\#1a1a1a\]\/80 {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 185, 154, 0.3);
}

/* ===== Border Colors ===== */
.border-\[\#c9b99a\]\/20 {
  border-color: rgba(201, 185, 154, 0.2);
}

.border-\[\#c9b99a\]\/60 {
  border-color: rgba(201, 185, 154, 0.6);
}

.border-\[\#c9b99a\] {
  border-color: #c9b99a;
}

.hover\:border-\[\#c9b99a\]\/60:hover {
  border-color: rgba(201, 185, 154, 0.6);
}

/* ===== Hover Shadow Effect ===== */
.hover\:shadow-\[0_0_30px_rgba\(201,185,154,0\.15\)\]:hover {
  box-shadow: 0 0 30px rgba(201, 185, 154, 0.3);
}

/* ===== CTA Button Base Style ===== */
.cta-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 185, 154, 0.3);
}

/* ===== Swiper Custom Styles ===== */
.swiper-button-next,
.swiper-button-prev {
  color: #1a1a1a !important;
  background: rgba(255, 255, 255, 0.95) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: 2px solid #c9b99a !important;
  box-shadow: 0 4px 15px rgba(201, 185, 154, 0.3);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background: #c9b99a !important;
  opacity: 0.5;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1a1a1a !important;
}

.swiper-slide-thumb-active .border-transparent {
  border-color: #c9b99a !important;
}

.swiper-slide-thumb-active {
  opacity: 1 !important;
}

.swiper-slide {
  opacity: 0.6;
  transition: opacity 0.3s;
}

/* ===== Animations ===== */
@keyframes slow-zoom {
  0%, 100% { transform: scale(1.1); }
  50% { transform: scale(1.15); }
}

.animate-slow-zoom {
  animation: slow-zoom 20s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0) translateX(-50%); }
  50% { transform: translateY(-10px) translateX(-50%); }
}

.animate-bounce {
  animation: bounce 2s infinite;
}

/* ===== Container ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
}

/* ===== Font Styles ===== */
.font-serif {
  font-family: 'Playfair Display', 'Didot', Georgia, serif;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

/* ===== Premium Button Hover ===== */
.group:hover .group-hover\:border-\[\#c9b99a\]\/60 {
  border-color: rgba(201, 185, 154, 0.6);
}

/* ===== Responsive Fixes ===== */
@media (max-width: 768px) {
  .text-4xl { font-size: 2.25rem; }
  .text-5xl { font-size: 3rem; }
  .text-6xl { font-size: 3.75rem; }
  .min-h-\[700px\] { min-height: 700px; }
}

/* ===== Selection Color ===== */
::selection {
  background: rgba(201, 185, 154, 0.3);
  color: #1a1a1a;
}

/* ===== Hero Section - Black Transparent Box ===== */
.max-w-3xl.bg-black\/50 {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 3rem !important;
}

@media (min-width: 768px) {
  .max-w-3xl.bg-black\/50 {
    padding: 4rem !important;
  }
}

/* ===== Property Details Icons ===== */
.text-white\/70 svg {
  color: #c9b99a;
}

/* ===== Navbar ===== */
#mainHeader {
  transition: all 0.3s ease;
}

#mainHeader.bg-white\/95 {
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav-link.active {
  color: #c9b99a !important;
  font-weight: 500;
}

/* ===== Modal Styles ===== */
#luxuryModal {
  display: none;
}

#luxuryModal.show {
  display: flex !important;
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.animate-modal-in {
  animation: modal-in 0.4s ease-out;
}

/* ===== Blur Effect for Cost Sheet ===== */
.filter.blur-sm {
  filter: blur(4px);
}

/* ===== Thank You Page ===== */
.thank-you-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* ===== Mobile Menu ===== */
#mobile-menu {
  transition: all 0.3s ease;
}

/* ===== Amenities Grid Hover ===== */
.group:hover img {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.group img {
  transition: transform 0.7s ease;
}

/* ===== Footer ===== */
footer {
  background: #1a1a1a !important;
  border-top: 1px solid rgba(201, 185, 154, 0.2);
}

/* ===== Floating CTA Button ===== */
.fixed.bottom-6.right-6 {
  z-index: 50;
}

.fixed.bottom-6.right-6 button {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(201, 185, 154, 0.4);
  transition: all 0.5s ease;
}

.fixed.bottom-6.right-6 button:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(201, 185, 154, 0.6);
}

/* ===== Vertical Side Button (Right Side) ===== */
.fixed.right-0.top-1\/2 {
  transition: all 0.3s ease;
}

.fixed.right-0.top-1\/2 button {
  letter-spacing: 0.15em;
  font-weight: 300;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.15);
}

.fixed.right-0.top-1\/2 button:hover {
  transform: translateX(-3px);
  box-shadow: -6px 0 20px rgba(201, 185, 154, 0.4);
}

/* ===== Mobile Bottom Sticky Bar ===== */
@media (max-width: 768px) {
  body {
    padding-bottom: 60px;
  }

  .fixed.bottom-0.left-0.right-0 a {
    font-weight: 600;
    letter-spacing: 0.025em;
  }

  .fixed.bottom-0.left-0.right-0 a:hover {
    transform: translateY(-2px);
  }

  .fixed.bottom-0.left-0.right-0 svg {
    flex-shrink: 0;
  }
}
