/* Custom CSS for Yoga Retreat Location Section */
.relative {
  position: relative;
}

.min-h-screen {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-gray-900 {
  background-color: #111827;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.pointer-events-none {
  pointer-events: none;
}

.text-white\/8 {
  color: rgba(255, 255, 255, 0.08);
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.max-w-4xl {
  max-width: 56rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.sm\:text-3xl {
  @media (min-width: 640px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.md\:text-4xl {
  @media (min-width: 768px) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.lg\:text-5xl {
  @media (min-width: 1024px) {
    font-size: 3rem;
    line-height: 1;
  }
}

.xl\:text-6xl {
  @media (min-width: 1280px) {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.font-bold {
  font-weight: 700;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.sm\:mb-4 {
  @media (min-width: 640px) {
    margin-bottom: 1rem;
  }
}

.leading-tight {
  line-height: 1.25;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.to-white {
  --tw-gradient-to: #fff;
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.text-transparent {
  color: transparent;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.sm\:text-xl {
  @media (min-width: 640px) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.md\:text-2xl {
  @media (min-width: 768px) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-yellow-100 {
  color: #fef9c3;
}

.font-light {
  font-weight: 300;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.sm\:mb-8 {
  @media (min-width: 640px) {
    margin-bottom: 2rem;
  }
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-white\/70 {
  color: rgba(255, 255, 255, 0.7);
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.h-screen {
  height: 100vh;
}

.cursor-pointer {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.group {
  position: relative;
}

.w-1\/3 {
  width: 33.333333%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[30px\] {
  --tw-translate-y: 30px;
}

.opacity-100 {
  opacity: 1;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.group:hover .group-hover\:scale-110 {
  transform: scale(1.1);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/80 {
  --tw-gradient-from: rgba(0, 0, 0, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black\/30 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.p-4 {
  padding: 1rem;
}

.sm\:p-6 {
  @media (min-width: 640px) {
    padding: 1.5rem;
  }
}

.md\:p-8 {
  @media (min-width: 768px) {
    padding: 2rem;
  }
}

.group:hover .group-hover\:-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sm\:text-2xl {
  @media (min-width: 640px) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.md\:text-3xl {
  @media (min-width: 768px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.lg\:text-4xl {
  @media (min-width: 1024px) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.sm\:mb-2 {
  @media (min-width: 640px) {
    margin-bottom: 0.5rem;
  }
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.sm\:text-sm {
  @media (min-width: 640px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.md\:text-base {
  @media (min-width: 768px) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.w-12 {
  width: 3rem;
}

.h-1 {
  height: 0.25rem;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-green-400 {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.to-yellow-400 {
  --tw-gradient-to: #facc15;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-3 {
  margin-top: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.bottom-16 {
  bottom: 4rem;
}

.sm\:bottom-20 {
  @media (min-width: 640px) {
    bottom: 5rem;
  }
}

.left-1\/2 {
  left: 50%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.flex-col {
  flex-direction: column;
}

/* Smooth transitions for all interactive elements */
.group {
  transition: all 0.3s ease;
}

/* Enhanced hover effects for location cards */
.group:hover {
  z-index: 40;
}

/* Ensure proper image display */
.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .h-screen {
    height: 70vh;
  }
  
  .flex {
    flex-direction: column;
  }
  
  .w-1\/3 {
    width: 100%;
    height: 33.333%;
  }
  
  .text-2xl {
    font-size: 1.25rem;
  }
  
  .text-lg {
    font-size: 1rem;
  }
}

/* Animation for the decorative SVG elements */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.text-white\/8 {
  animation: float 6s ease-in-out infinite;
}

/* Delay animations for each SVG element */
.text-white\/8:nth-child(1) { animation-delay: 0s; }
.text-white\/8:nth-child(2) { animation-delay: 1s; }
.text-white\/8:nth-child(3) { animation-delay: 2s; }
.text-white\/8:nth-child(4) { animation-delay: 3s; }
.text-white\/8:nth-child(5) { animation-delay: 4s; }
.text-white\/8:nth-child(6) { animation-delay: 5s; }
.text-white\/8:nth-child(7) { animation-delay: 0s; }
.text-white\/8:nth-child(8) { animation-delay: 1s; }
.text-white\/8:nth-child(9) { animation-delay: 2s; }
.text-white\/8:nth-child(10) { animation-delay: 3s; }
.text-white\/8:nth-child(11) { animation-delay: 4s; }