@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

.hero-gradient {
  background: radial-gradient(circle at 50% 50%, #188f8b 0%, #006360 100%);
    }

    .cta-gradient {
       background: radial-gradient(circle at 50% 50%, #188f8b 0%, #006360 100%);
    }

.text-soft-shadow {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.text-gold-shadow {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn-glow:hover {
  box-shadow: 0 0 15px rgba(212, 170, 58, 0.5);
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 99, 96, 0.1);
}

.btn-outline {
  background-color: #ffffff;
  color: #188f8b;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.btn-outline:hover {
  background-color: #d4aa3a;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(212, 170, 58, 0.5);
  border-color: #d4aa3a;
}

  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
  }

  /* Ensure the footer hugs the bottom */
  footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Remove any accidental whitespace or line breaks after footer */
  body > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Safety net for Tailwind containers overlapping w-screen sections */
  [class*="w-screen"] {
    display: block;
  }

.btn-reverse {
  background-color: #ffffff;
  color: #d4aa3a;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.btn-reverse:hover {
  background-color: #188f8b;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(24, 143, 139, 0.5);
  border-color: #188f8b;
}

.transition-all {
  transition: all 0.3s ease;
}
@charset "UTF-8";
/* CSS Document */

