:root {
  --adira-bg-dark: #1d242f;
  --adira-bg-medium: #2d3542;
  --adira-metal: #b6b8bc;
  --adira-gold: #b79b62;
  --adira-gold-dark: #8c7348;
  --adira-text-light: #eef1f5;
}

html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  background: linear-gradient(180deg, #f6f7f9 0%, #eceff3 100%);
  color: #252a33;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  color: var(--adira-gold-dark);
}

a:hover {
  color: #6f5a39;
}

.academy-navbar {
  background: linear-gradient(90deg, var(--adira-bg-dark), var(--adira-bg-medium));
}

.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--adira-gold);
}

.brand-text {
  color: var(--adira-text-light);
  font-weight: 700;
  font-size: 1rem;
}

.academy-navbar .nav-link {
  color: #d9dee5;
  font-weight: 500;
}

.academy-navbar .nav-link:hover,
.academy-navbar .nav-link:focus {
  color: #ffffff;
}

.nav-cta {
  background-color: var(--adira-gold);
  color: #1e2024 !important;
  border-radius: 999px;
  font-weight: 700;
}

.hero {
  background: linear-gradient(rgba(29, 36, 47, 0.78), rgba(29, 36, 47, 0.88)),
    url("/images/adira-logo.png") center/cover no-repeat;
  color: #fff;
  border-radius: 16px;
  padding: 3.5rem 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.hero h1 {
  font-weight: 800;
  margin-bottom: 1rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.75rem;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(22, 27, 35, 0.78) 0%,
    rgba(22, 27, 35, 0.58) 55%,
    rgba(22, 27, 35, 0.74) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.hero-content h1 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.2;
}

.card {
  border: none;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(31, 38, 53, 0.08);
}

.btn-gold {
  background: linear-gradient(160deg, #cfba85, #a2874e);
  border: none;
  color: #17191d;
  font-weight: 700;
}

.btn-gold:hover,
.btn-gold:focus {
  background: linear-gradient(160deg, #dbc798, #aa8f54);
  color: #111317;
}

.section-title {
  color: var(--adira-bg-dark);
  font-weight: 800;
  margin-bottom: 1rem;
}

.highlight-box {
  border-left: 4px solid var(--adira-gold);
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
}

.facility-item {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid #e4e7eb;
}

.facility-grid-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e4e7eb;
  padding: 1rem;
  height: 100%;
}

.facility-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
  background: linear-gradient(145deg, #f2eadb, #dcc8a0);
  color: #2b313d;
}

.summer-camp-banner {
  background: linear-gradient(120deg, #f2e6c6 0%, #d6be88 100%);
  border-radius: 14px;
  padding: 1.25rem;
  border: 1px solid #bfa46d;
  box-shadow: 0 10px 24px rgba(140, 115, 72, 0.2);
}

.program-card,
.feature-card,
.mini-facility-card,
.testimonial-card,
.contact-card,
.trust-metric,
.join-step {
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 8px 22px rgba(31, 38, 53, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.program-card:hover,
.feature-card:hover,
.mini-facility-card:hover,
.testimonial-card:hover,
.contact-card:hover,
.trust-metric:hover,
.join-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(31, 38, 53, 0.12);
}

.program-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.program-card ul li {
  padding: 0.2rem 0;
  color: #384253;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  margin-bottom: 0.7rem;
  background: linear-gradient(145deg, #f2eadb, #dcc8a0);
  color: #2a2f37;
  font-weight: 800;
  font-size: 0.82rem;
}

.mini-facility-card h3 {
  margin: 0;
}

.trust-section {
  background: linear-gradient(160deg, #ffffff, #f4f6f9);
  border-radius: 14px;
  padding: 1.2rem;
}

.trust-metric {
  font-weight: 700;
}

.trust-metric small {
  display: block;
  color: #6a7482;
  font-weight: 500;
}

.testimonial-card {
  margin: 0;
  border-left: 4px solid var(--adira-gold);
}

.testimonial-card p {
  margin-bottom: 0.75rem;
}

.testimonial-card footer {
  color: #5a6473;
  font-weight: 600;
}

.booking-strip {
  border-left-width: 5px;
}

.join-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.join-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  background: var(--adira-bg-dark);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-card a {
  text-decoration: none;
}

.academy-footer {
  background: var(--adira-bg-dark);
  color: #c4ccd7;
  padding: 1rem 0;
}

.footer-copy {
  font-size: 0.95rem;
}

.map-wrap iframe {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 12px;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: #25d366;
  color: #102117;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(6, 105, 47, 0.35);
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #0d1c12;
  background: #1fb85a;
}

.whatsapp-icon {
  font-size: 0.78rem;
  line-height: 1;
  background: #ffffff;
  color: #0e7f39;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

@media (max-width: 991px) {
  .brand-text {
    font-size: 0.92rem;
  }

  .whatsapp-float {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.55rem 0.7rem;
    font-size: 0.9rem;
  }

  .join-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .join-steps {
    grid-template-columns: 1fr;
  }
}