* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

:root {
  --heading-font: "Figtree", sans-serif;
  --title-font: "Space Grotesk", sans-serif;
  --body-font: "Inter", sans-serif;

  --heading-color: #0f172a;
  --text-color: #475569;
  --muted-color: #94a3b8;
  --white: #ffffff;
  --blue: #008bb7;
  --green: #64be7d;
  --lime: #74c701;
  --section-bg: #f4f7f9;

  --shadow-card:
    0 8px 10px -6px rgba(0, 0, 0, 0.10),
    0 20px 25px -5px rgba(0, 0, 0, 0.10);

  --shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.06);
  --shadow-hover: 0 18px 34px rgba(15, 23, 42, 0.10);

  --section-space: 80px;
}

/* GLOBAL */
.container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.services-section,
.values-section,
.about-section,
.programs-section,
.why-choose-section,
.community-section,
.join-team-section,
.contact-section,
.site-footer {
  position: relative;
  overflow: hidden;
}

.services-section,
.values-section,
.about-section,
.programs-section,
.why-choose-section,
.community-section,
.join-team-section {
  background: var(--section-bg);
}

.services-section,
.values-section,
.about-section,
.programs-section,
.why-choose-section,
.community-section,
.join-team-section,
.contact-section {
  padding: var(--section-space) 0;
}

.stats-strip-section {
  background: var(--section-bg);
  padding: 0 0 var(--section-space);
}

.section-label {
  display: inline-block;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}

.section-label-light {
  color: #fff;
}

.section-label-green {
  color: var(--green);
}

.services-heading,
.programs-heading,
.why-choose-heading,
.community-heading,
.contact-heading {
  max-width: 900px;
  margin: 0 auto 42px;
}

.services-heading h2,
.programs-heading h2,
.why-choose-heading h2,
.community-heading h2 {
  color: var(--heading-color);
  text-align: center;
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 14px;
}

.services-heading p,
.why-choose-heading p,
.community-heading p {
  color: var(--text-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

/* HERO */
.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("../assets/hero-banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  transition: transform 0.25s linear;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.96) 0%,
      rgba(255,255,255,0.90) 24%,
      rgba(255,255,255,0.35) 55%,
      rgba(255,255,255,0.08) 100%
    );
}

.hero-wrapper {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 28px;
  padding-bottom: 22px;
}

.hero-navbar {
  position: relative;
  z-index: 60;
}

.hero-logo img {
  width: 190px;
  height: auto;
}

.hero-menu ul {
  gap: 26px;
}

.hero-menu .nav-link {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1f2f53;
  padding: 0 !important;
  position: relative;
  transition: 0.3s ease;
}

.hero-menu .nav-link:hover,
.hero-menu .nav-link.active {
  color: var(--blue);
}

.hero-menu .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #008bb7 0%, #64be7d 100%);
  transition: 0.3s ease;
}

.hero-menu .nav-link:hover::after,
.hero-menu .nav-link.active::after {
  width: 100%;
}

.hero-toggler {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  padding: 0;
  position: relative;
  z-index: 70;
}

.hero-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0f172a;
  margin: 5px auto;
  transition: 0.3s ease;
}

.hero-main {
  flex: 1 1 auto;
  margin-top: 0px;
}

.hero-content {
  max-width: 560px;
  padding-top: 30px;
}

.trust-badge {
  display: inline-flex;
  width: 339.609px;
  max-width: 100%;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 33554400px;
  background: rgba(0, 139, 183, 0.10);
  color: #0f172a;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39b889;
}

.hero-title {
  color: #0f172a;
  font-family: var(--heading-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 18px;
}

.gradient-text {
  background: linear-gradient(90deg, #008BB7 0%, #0F8FB4 7.14%, #1A93B0 14.29%, #2297AD 21.43%, #2A9BA9 28.57%, #309EA6 35.71%, #37A2A2 42.86%, #3DA69E 50%, #43A99A 57.14%, #49AD96 64.29%, #4EB091 71.43%, #54B48D 78.57%, #59B788 85.71%, #5FBB82 92.86%, #64BE7D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container.hero-wrapper{
    row-gap: 10px;
}

.hero-description {
  color: #475569;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 28px;
  max-width: 520px;
}

.hero-mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.mini-stat {
  position: relative;
  padding-right: 24px;
}

.mini-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 34px;
  background: rgba(12, 22, 51, 0.12);
}

.mini-stat h4 {
  color: #008bb7;
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 4px;
}

.mini-stat p {
  color: #94a3b8;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.hero-stats {
  width: 100%;
  margin-top: auto;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(0, 139, 183, 0.28) 0%, rgba(100, 190, 125, 0.28) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 45px rgba(15, 143, 180, 0.12);
}

.hero-stat-card {
  text-align: center;
  padding: 10px 8px;
  border-radius: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-stat-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, #1695bc 0%, #3ea89d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-stat-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.hero-stat-card h3 {
  color: #0f172a;
  text-align: center;
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 6px;
}

.hero-stat-card p {
  color: #111;
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/* MOBILE MENU PANEL */
.mobile-menu-top,
.mobile-menu-socials {
  display: none;
}

/* COMMON CARD */
.service-card,
.value-card,
.why-card,
.testimonial-card {
  background: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  will-change: transform;
}

.service-card:hover,
.value-card:hover,
.why-card:hover,
.testimonial-card:hover,
.program-card:hover,
.join-feature-card:hover,
.hero-stat-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-6px);
}

/* SERVICES */
.service-card {
  border-radius: 14px;
  height: 100%;
  overflow: hidden;
}

.service-toggle {
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px 14px 16px;
  text-align: left;
  cursor: pointer;
}

.service-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.service-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(180deg, #1695bc 0%, #57b78a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 18px;
  height: 18px;
}

.service-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-arrow span {
  width: 8px;
  height: 8px;
  border-right: 1.6px solid #98a7b9;
  border-bottom: 1.6px solid #98a7b9;
  transform: rotate(45deg);
  transition: 0.3s ease;
  margin-top: -4px;
}

.service-content h3 {
  color: #0f172a;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}

.service-content p {
  color: #475569;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.service-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 14px;
  border-top: 1px solid transparent;
}

.service-body p {
  color: #475569;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.service-card.active .service-body {
  max-height: 160px;
  padding: 14px 14px 16px;
  border-top: 1px solid #e3eaf0;
}

.service-card.active .service-arrow span {
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* VALUES */
.values-content h2 {
  color: #0f172a;
  font-family: var(--heading-font);
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 18px;
}

.values-content p {
  color: #475569;
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 29.25px;
}

.values-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.value-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  padding: 18px 20px;
}

.value-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(22,149,188,0.12) 0%, rgba(87,183,138,0.12) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-icon img {
  width: 18px;
  height: 18px;
}

.value-text h3 {
  color: #0f172a;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 6px;
}

.value-text p {
  color: #475569;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/* ABOUT */
.about-image-card {
  position: relative;
}

.about-image-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(17, 31, 56, 0.08);
}

.about-floating-card {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
  border-radius: 16px 0 0 16px;
  border: 0.5px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.10), 0 20px 25px 0 rgba(0, 0, 0, 0.10);
  padding: 16px 14px;
  z-index: 3;
}

.about-year-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.year-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
}

.year-dot.blue { background: #008bb7; }
.year-dot.green { background: #64be7d; }

.about-year-item h4 {
  color: #0f172a;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 2px;
}

.about-year-item p {
  color: #94a3b8;
  font-family: var(--body-font);
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.about-line {
  width: 1px;
  height: 34px;
  background: #dbe3ea;
  margin: 12px 0 12px 5px;
}

.about-content {
  padding-left: 24px;
}

.about-title {
  color: #0f172a;
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 22px;
}

.about-title-gradient {
  color: #64be7d;
}

.about-content p {
  color: #475569;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  margin-bottom: 18px;
}

/* PROGRAMS */
.program-card {
  height: 100%;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  padding: 28px 30px 30px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ndis-card {
  background: linear-gradient(135deg, #008BB7 0%, rgba(0, 139, 183, 0.80) 100%);
}

.aged-card {
  background: linear-gradient(135deg, #64BE7D 0%, #65BF78 7.14%, #66BF73 14.29%, #67C06E 21.43%, #68C169 28.57%, #69C263 35.71%, #6BC25D 42.86%, #6CC357 50%, #6DC350 57.14%, #6EC449 64.29%, #6FC541 71.43%, #70C538 78.57%, #72C62D 85.71%, #73C61E 92.86%, #74C701 100%);
}

.program-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(255,255,255,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.program-icon img {
  width: 22px;
  height: 22px;
}

.program-card h3 {
  color: #fff;
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
}

.program-card p {
  color: rgba(255,255,255,0.90);
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 29.25px;
  margin-bottom: 22px;
}

.program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-list li {
  position: relative;
  color: rgba(255,255,255,0.90);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  padding-left: 24px;
  margin-bottom: 10px;
}

.program-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
}

.program-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 4px;
  height: 2px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
}

/* WHY */
.why-card {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-radius: 14px;
  padding: 18px 16px;
}

.why-card-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #008BB7 0%, #64BE7D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card-icon img {
  width: 18px;
  height: 18px;
}

.why-card-content h3 {
  color: #0f172a;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 6px;
}

.why-card-content p {
  color: #475569;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

/* STATS */
.stats-strip {
  background: #fff;
  border: 1px solid #edf1f4;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(17, 31, 56, 0.04);
  overflow: hidden;
}

.stats-strip-item {
  text-align: center;
  padding: 22px 18px;
  position: relative;
}

.stats-strip-item h3 {
  font-family: var(--title-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
}

.stats-strip-item p {
  color: #475569;
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.stats-blue { color: #008bb7; }
.stats-green { color: #64be7d; }
.stats-lime { color: #74c701; }

/* COMMUNITY */
.community-feature {
  margin-bottom: 28px;
}

.community-feature-image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(17, 31, 56, 0.08);
}

.community-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,139,183,0.14) 100%);
  pointer-events: none;
}

.community-feature-image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.community-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  background: rgba(255,255,255,0.96);
  border-radius: 18px;
  padding: 18px 20px;
  min-width: 305px;
  box-shadow: 0 18px 32px rgba(17, 31, 56, 0.12);
  backdrop-filter: blur(10px);
}

.community-badge h3 {
  color: #0f172a;
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 6px;
}

.community-badge p {
  color: #475569;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.testimonial-card {
  border-radius: 16px;
  padding: 16px 16px 18px;
  height: 100%;
}

.testimonial-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.testimonial-top h3 {
  color: #0f172a;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}

.testimonial-top span {
  color: #94a3b8;
  font-family: var(--body-font);
  font-size: 12px;
  line-height: 16px;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #f4f7f9;
  box-shadow: 0 6px 18px rgba(17, 31, 56, 0.08);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-stars {
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
}

.testimonial-stars span {
  color: #74c701;
  font-size: 14px;
  line-height: 1;
}

.testimonial-card p {
  color: #475569;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

/* JOIN TEAM */
.join-team-box {
  position: relative;
  border-radius: 32px;
  background: linear-gradient(90deg, #0F172A 0%, rgba(15, 23, 42, 0.90) 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  padding: 56px 48px;
  overflow: hidden;
  isolation: isolate;
}

.join-team-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 50%, rgba(0, 139, 183, 0.20) 0%, rgba(0, 139, 183, 0.00) 32%),
    radial-gradient(circle at 92% 46%, rgba(100, 190, 125, 0.10) 0%, rgba(100, 190, 125, 0.00) 28%);
  z-index: -1;
}

.join-team-content h2 {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  max-width: 620px;
}

.join-team-content p {
  color: rgba(255,255,255,0.80);
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 29.25px;
  max-width: 720px;
  margin-bottom: 28px;
}

.join-team-btn {
  border-radius: 12px;
  background: linear-gradient(90deg, #64BE7D 0%, #65BF78 7.14%, #66BF73 14.29%, #67C06E 21.43%, #68C169 28.57%, #69C263 35.71%, #6BC25D 42.86%, #6CC357 50%, #6DC350 57.14%, #6EC449 64.29%, #6FC541 71.43%, #70C538 78.57%, #72C62D 85.71%, #73C61E 92.86%, #74C701 100%);
  display: inline-flex;
  width: 251.578px;
  max-width: 100%;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(100, 190, 125, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.join-team-btn:hover {
  color: #fff;
  box-shadow: 0 18px 30px rgba(100, 190, 125, 0.28);
}

.join-team-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.join-feature-card {
  min-height: 132px;
  border-radius: 20px;
  padding: 24px 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: transform 0.35s ease, background 0.35s ease;
}

.join-feature-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.14);
}

.join-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.join-feature-icon img {
  width: 22px;
  height: 22px;
}

.join-feature-card h3 {
  color: rgba(255,255,255,0.90);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

/* CONTACT */
.contact-section {
  background: linear-gradient(135deg, #008BB7 0%, #008BB7 50%, #1A93B0 57.14%, #2A9BA9 64.29%, #37A2A2 71.43%, #43A99A 78.57%, #4EB091 85.71%, #59B788 92.86%, #64BE7D 100%);
}

.contact-heading h2 {
  color: #fff;
  text-align: center;
  font-family: var(--title-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 14px;
}

.contact-heading p {
  color: #fff;
  text-align: center;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.contact-card {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.contact-info-panel {
  height: 100%;
  padding: 46px 42px;
  background: linear-gradient(135deg, #0F172A 0%, rgba(15, 23, 42, 0.92) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
}

.contact-info-panel h3 {
  color: #fff;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 34px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-icon img {
  width: 20px;
  height: 20px;
}

.contact-info-text span {
  display: inline-block;
  color: rgba(255,255,255,0.60);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.contact-info-text h4 {
  color: #fff;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 2px;
  word-break: break-word;
}

.contact-info-text p {
  color: rgba(255,255,255,0.50);
  font-family: var(--body-font);
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.contact-info-footer {
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.contact-info-footer p {
  color: rgba(255,255,255,0.65);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.contact-form-panel {
  height: 100%;
  padding: 46px 44px;
  background: #fff;
}

.contact-form-panel h3 {
  color: #0f172a;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 28px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  color: #0f172a;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 12px;
  padding: 16px 16px;
  color: rgba(10,10,10,0.80);
  font-family: var(--body-font);
  font-size: 16px;
  transition: 0.3s ease;
  resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(10,10,10,0.50);
}

.form-group input:focus,
.form-group textarea:focus {
  background: #eef6f8;
  box-shadow: inset 0 0 0 1px rgba(0,139,183,0.25);
}

.form-group textarea {
  min-height: 132px;
}

.contact-submit-btn {
  width: 100%;
  min-height: 56px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #008BB7 0%, #0F8FB4 7.14%, #1A93B0 14.29%, #2297AD 21.43%, #2A9BA9 28.57%, #309EA6 35.71%, #37A2A2 42.86%, #3DA69E 50%, #43A99A 57.14%, #49AD96 64.29%, #4EB091 71.43%, #54B48D 78.57%, #59B788 85.71%, #5FBB82 92.86%, #64BE7D 100%);
  color: #fff;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 24px rgba(0, 139, 183, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-submit-btn:hover {
  box-shadow: 0 18px 34px rgba(0, 139, 183, 0.22);
}

/* FOOTER */
.site-footer {
  background: linear-gradient(90deg, #0b1430 0%, #0b1637 100%);
  padding: 72px 0 32px;
}

.footer-top {
  padding-bottom: 42px;
}

.footer-brand h3 {
  color: #fff;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 18px;
}

.footer-brand p {
  color: rgba(255,255,255,0.70);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 22.75px;
  margin-bottom: 26px;
  max-width: 460px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-socials a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.09);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}

.footer-socials a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.16);
}

.footer-socials img {
  width: 18px;
  height: 18px;
}

.footer-links h4 {
  color: #fff;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  color: rgba(255,255,255,0.70);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s ease;
}

.footer-links ul li a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 26px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom p {
  color: rgba(255,255,255,0.60);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: rgba(255,255,255,0.60);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #fff;
}

/* ADVANCED ANIMATIONS */
.reveal,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
  opacity: 0;
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(.2,.65,.2,1),
    filter 0.9s ease;
  filter: blur(6px);
}

.reveal,
.reveal-up {
  transform: translateY(40px);
}

.reveal-left {
  transform: translateX(-40px);
}

.reveal-right {
  transform: translateX(40px);
}

.reveal-scale {
  transform: translateY(24px) scale(0.94);
}

.reveal.show,
.reveal-up.show,
.reveal-left.show,
.reveal-right.show,
.reveal-scale.show {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }
.delay-4 { transition-delay: 0.48s; }
.delay-5 { transition-delay: 0.60s; }

.float-soft {
  animation: floatSoft 5s ease-in-out infinite;
}

@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hover-glow {
  position: relative;
}

.hover-glow::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0,139,183,0.18), rgba(100,190,125,0.18));
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: -1;
}

.hover-glow:hover::after {
  opacity: 1;
}

/* TABLET */
@media (max-width: 991.98px) {
  :root {
    --section-space: 40px;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-section,
  .hero-wrapper {
    min-height: auto;
  }

  .hero-main {
    margin-top: 20px;
  }

  .hero-title,
  .services-heading h2,
  .programs-heading h2,
  .why-choose-heading h2,
  .community-heading h2,
  .contact-heading h2,
  .about-title,
  .join-team-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-description,
  .services-heading p,
  .why-choose-heading p,
  .community-heading p,
  .contact-heading p,
  .about-content p,
  .join-team-content p,
  .values-content p,
  .program-card p {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-content {
    max-width: 100%;
    padding-top: 20px;
  }

  .hero-stats {
    margin-top: 28px;
  }

  .values-content h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .about-image-card img {
    height: 420px;
  }

  .about-floating-card {
    right: 18px;
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .about-content {
    padding-left: 0;
  }

  .program-card {
    padding: 24px 22px;
  }

  .program-card h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .why-card-content h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .why-card-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .stats-strip-item h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .community-feature-image img {
    height: 420px;
  }

  .community-badge h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .testimonial-card p {
    font-size: 15px;
    line-height: 24px;
  }

  .join-team-box {
    border-radius: 24px;
    padding: 34px 24px;
  }

  .join-team-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .contact-card {
    border-radius: 24px;
  }

  .contact-info-panel,
  .contact-form-panel {
    padding: 30px 24px;
  }

  .contact-info-panel h3,
  .contact-form-panel h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .site-footer {
    padding: 54px 0 24px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  :root {
    --section-space: 20px;
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-bg {
    background-position: center top;
  }

  .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.74) 0%,
        rgba(255,255,255,0.86) 42%,
        rgba(255,255,255,0.96) 100%
      );
  }

  .hero-wrapper {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-logo img {
    width: 150px;
  }

  .hero-toggler {
    display: inline-block;
  }

  .hero-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 65;
    background: linear-gradient(180deg, rgba(11,20,48,0.98) 0%, rgba(15,23,42,0.98) 100%);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    padding: 16px 0 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px) scale(0.98);
    transition: 0.3s ease;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
  }

  .hero-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .mobile-menu-top {
    display: block;
    padding: 0 16px 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .mobile-menu-brand img {
    width: 140px;
  }

  .hero-menu ul {
    gap: 0;
  }

  .hero-menu .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 18px !important;
    font-size: 14px;
    line-height: 19px;
    color: rgba(255,255,255,0.86);
  }

  .hero-menu .nav-link:hover,
  .hero-menu .nav-link.active {
    color: #fff;
    background: rgba(255,255,255,0.06);
  }

  .hero-menu .nav-link::after {
    display: none;
  }

  .mobile-menu-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px 0;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .mobile-menu-socials a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-socials img {
    width: 16px;
    height: 16px;
  }

  .hero-main {
    margin-top: 12px;
  }

  .trust-badge {
    width: auto;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 18px;
  }

  .hero-title,
  .services-heading h2,
  .programs-heading h2,
  .why-choose-heading h2,
  .community-heading h2,
  .contact-heading h2,
  .about-title,
  .join-team-content h2,
  .values-content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-description,
  .services-heading p,
  .why-choose-heading p,
  .community-heading p,
  .contact-heading p,
  .about-content p,
  .join-team-content p,
  .values-content p,
  .program-card p {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-mini-stats {
    gap: 18px;
  }

  .mini-stat {
    padding-right: 18px;
  }

  .mini-stat h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .mini-stat p {
    font-size: 12px;
    line-height: 17px;
  }

  .hero-stats {
    padding: 16px;
    margin-top: 22px;
  }

  .hero-stat-card {
    padding: 8px 4px;
  }

  .hero-stat-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .hero-stat-card h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-stat-card p {
    font-size: 12px;
    line-height: 16px;
  }

  .services-heading,
  .programs-heading,
  .why-choose-heading,
  .community-heading,
  .contact-heading {
    margin-bottom: 24px;
  }

  .service-toggle {
    padding: 12px 12px 14px;
  }

  .service-content h3,
  .value-text h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .service-content p,
  .value-text p {
    font-size: 13px;
    line-height: 18px;
  }

  .value-card {
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
  }

  .value-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
  }

  .about-image-card img {
    height: 300px;
    border-radius: 18px;
  }

  .about-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin-top: 16px;
    border-radius: 14px;
  }

  .program-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .program-card h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .program-card p {
    font-size: 14px;
    line-height: 22px;
  }

  .program-list li {
    font-size: 14px;
    line-height: 22px;
  }

  .why-card {
    gap: 12px;
    padding: 14px 12px;
    border-radius: 12px;
  }

  .why-card-content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .why-card-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .stats-strip {
    border-radius: 12px;
  }

  .stats-strip-item {
    padding: 16px 12px;
    border-bottom: 1px solid #edf1f4;
  }

  .stats-strip-item h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .community-feature {
    margin-bottom: 20px;
  }

  .community-feature-image {
    border-radius: 16px;
  }

  .community-feature-image img {
    height: 270px;
  }

  .community-badge {
    position: relative;
    left: auto;
    bottom: auto;
    min-width: 100%;
    border-radius: 14px;
    margin-top: 14px;
    padding: 14px 16px;
  }

  .community-badge h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .community-badge p {
    font-size: 13px;
    line-height: 18px;
  }

  .testimonial-card {
    border-radius: 14px;
    padding: 14px;
  }

  .testimonial-top h3 {
    font-size: 14px;
  }

  .testimonial-card p {
    font-size: 14px;
    line-height: 22px;
  }

  .join-team-box {
    border-radius: 18px;
    padding: 28px 18px;
  }

  .join-team-btn {
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
  }

  .join-team-features {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .join-feature-card {
    min-height: auto;
    padding: 16px 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .join-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin: 0;
    border-radius: 12px;
  }

  .join-feature-card h3 {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }

  .contact-card {
    border-radius: 18px;
  }

  .contact-info-panel,
  .contact-form-panel {
    padding: 22px 16px;
  }

  .contact-info-panel {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .contact-info-panel h3,
  .contact-form-panel h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
  }

  .contact-info-item {
    gap: 12px;
  }

  .contact-info-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
  }

  .contact-info-icon img {
    width: 18px;
    height: 18px;
  }

  .contact-info-text span {
    font-size: 13px;
  }

  .contact-info-text h4 {
    font-size: 15px;
    line-height: 22px;
  }

  .contact-info-text p {
    font-size: 13px;
    line-height: 18px;
  }

  .contact-info-footer {
    padding-top: 20px;
    margin-top: 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .form-group label {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .form-group input,
  .form-group textarea {
    border-radius: 12px;
    padding: 14px;
    font-size: 14px;
  }

  .form-group textarea {
    min-height: 120px;
  }

  .contact-submit-btn {
    min-height: 50px;
    border-radius: 12px;
    font-size: 14px;
  }

  .site-footer {
    padding: 42px 0 22px;
  }

  .footer-top {
    padding-bottom: 28px;
  }

  .footer-brand h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-brand p {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .footer-socials img {
    width: 16px;
    height: 16px;
  }

  .footer-links h4 {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-links ul li a,
  .footer-bottom p,
  .footer-bottom-links a {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-bottom {
    padding-top: 18px;
  }

  .footer-bottom-links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    display:flow;
  }
}