body {
  margin: 0;
  background-color: #f5f5dc;
  font-family: 'Segoe UI', sans-serif;
  color: #d4af37;
}

header {
  background-color: #000;
  color: #d4af37;
  padding: 1rem;
  text-align: center;
  position: relative;
}

.whatsapp-fixed {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
}

.whatsapp-fixed a {
  color: #d4af37;
  font-size: 1.8rem;
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.2s ease;
}

.whatsapp-fixed a:hover {
  color: #fff8dc;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .whatsapp-fixed {
    top: 0.8rem;
    left: 0.8rem;
  }

  .whatsapp-fixed a {
    background: none !important;
    padding: 0;
  }
}

.logo-img {
  max-height: 50px;
  width: auto;
}

.hamburger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  color: #d4af37;
  transition: transform 0.3s ease, color 0.3s ease;
}

.hamburger:hover {
  color: #fff8dc;
  transform: rotate(90deg) scale(1.2);
}

.menu {
  display: none;
  flex-direction: column;
  background-color: #111;
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 1000;
  border: 1px solid #d4af37;
}

.menu a {
  color: #d4af37;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.menu a:hover {
  background-color: #333;
}

.gold-line,
.gold-line-separator,
.gold-line-footer {
  height: 4px;
  background: linear-gradient(to right, #d4af37, #fff8dc, #d4af37);
  border: none;
  box-shadow: 0 0 10px gold;
  margin: 20px 0;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.main-circle-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.image-circle {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 10px;
  border: 4px solid #d4af37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.7);
  transition: transform 0.3s ease;
}

.image-circle.left,
.image-circle.right {
  width: 120px;
  height: 120px;
  transform: rotateY(20deg);
}

.image-circle.center {
  width: 280px;
  height: 280px;
  transform: scale(1.1);
  cursor: pointer;
}

.arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000;
  color: #d4af37;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arrow:hover {
  transform: scale(1.1);
  box-shadow: 0 0 12px #d4af37;
}

.property-card {
  background: linear-gradient(145deg, #fff8dc, #d4af37);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
  max-width: 100%;
  color: #000;
}

.property-card ul {
  list-style: none;
  padding-left: 0;
}

.agency-buttons a,
.agency-button {
  display: inline-block;
  width: 100%;
  margin: 8px auto;
  background: linear-gradient(145deg, #fff8dc, #d4af37);
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.5);
  text-align: center;
  transition: transform 0.2s ease;
}

.agency-buttons a:hover,
.agency-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px #d4af37;
}

.agency-button:active {
  transform: scale(0.95);
}

.cta-button {
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  margin-top: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.cta-button:hover {
  transform: scale(1.05);
}

.cta-button:active {
  transform: scale(0.95);
}

footer {
  background-color: #000;
  color: #d4af37;
  padding: 1rem;
  text-align: center;
}

.social-icons a {
  color: #d4af37;
  margin: 0 10px;
  font-size: 1.5rem;
}

.circle-card-container {
  width: 100%;
  max-width: 100%;
  padding: 60px 20px;
  margin: 0 auto;
  background: linear-gradient(145deg, #fff8dc, #d4af37, #fff8dc);
  background-size: 200% 200%;
  animation: moveGradient 8s ease infinite;
  box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.4);
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes moveGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.click-hint {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  opacity: 0.9;
  pointer-events: none;
  z-index: 10;
}

.arrow-down {
  font-size: 14px;
  display: block;
  margin-top: 2px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .image-circle.center {
    width: 220px;
    height: 220px;
  }

  .image-circle.left,
  .image-circle.right {
    width: 90px;
    height: 90px;
  }

  .property-card {
    margin: auto;
  }

  .logo-img {
    max-height: 40px;
  }

  .circle-card-container {
    padding: 15px 5px;
    margin: 20px 0;
  }

  .click-hint {
    top: -18px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .slider {
    flex-direction: column;
    margin: 20px 0;
  }

  .image-circle.center {
    width: 150px;
    height: 150px;
  }

  .image-circle.left,
  .image-circle.right {
    width: 60px;
    height: 60px;
  }

  .property-card,
  .gold-line,
  .gold-line-separator,
  .gold-line-footer {
    margin: 10px 0;
    padding: 10px;
  }

  .cta-button {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
  }

  header,
  footer {
    padding: 0.5rem;
    font-size: 0.95rem;
  }

  .modal-content {
    max-width: 98vw;
    max-height: 70vh;
  }

  .click-hint {
    top: -2px;
    font-size: 10px;
  }
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.5s ease;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.modal-nav {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}

.modal-nav.left {
  left: 20px;
}

.modal-nav.right {
  right: 20px;
}
.animated-subtitle {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-top: 0.2rem;
  animation: subtitlePulse 5s infinite ease-in-out;
}

@keyframes subtitlePulse {
  0%   { opacity: 0; transform: translateY(0); }
  25%  { opacity: 1; transform: translateY(-2px); }
  50%  { opacity: 1; transform: translateY(0); }
  75%  { opacity: 1; transform: translateY(2px); }
  100% { opacity: 0; transform: translateY(0); }
}


@keyframes zoomIn {
  from { transform: scale(0.6); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
