:root {
  --bg: #ffffff;
  --text: #1d2a33;
  --muted: #5f7280;
  --primary: #26ade4;
  --secondary: #95c83d;
  --footer: #282828;
  --shadow-soft: 0 14px 45px rgba(26, 67, 87, 0.08);
  --shadow-card: 0 10px 30px rgba(38, 173, 228, 0.12);
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --max-width: 1180px;
  --transition: 0.32s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(100% - 2.4rem, var(--max-width));
  margin-inline: auto;
}

.section-padding {
  padding: 5.2rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(38, 173, 228, 0.08) 0%, rgba(149, 200, 61, 0.08) 100%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.85rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 3.8vw, 3.65rem);
  margin-bottom: 1.1rem;
}

h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.5rem);
  margin-bottom: 1rem;
}

p {
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  background: linear-gradient(135deg, #26ade4, #1d9fd2);
  color: #ffffff;
  font-weight: 600;
  padding: 0.88rem 1.4rem;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(38, 173, 228, 0.32);
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(38, 173, 228, 0.35);
  filter: brightness(1.03);
}

.btn-sm {
  padding: 0.65rem 1rem;
  font-size: 0.92rem;
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid rgba(38, 173, 228, 0.45);
  box-shadow: none;
}

.btn-outline:hover {
  background: rgba(38, 173, 228, 0.07);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 150;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(11px);
  border-bottom: 1px solid rgba(38, 173, 228, 0.12);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.brand-logo {
  width: auto;
  height: 72px;
  max-height: 72px;
  object-fit: contain;
}

.brand-text {
  font-weight: 800;
  color: #18303b;
  letter-spacing: 0.01em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  color: #23414f;
  font-weight: 600;
  transition: color var(--transition);
}

.site-nav .nav-social {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(38, 173, 228, 0.22);
  color: var(--primary);
  background: rgba(38, 173, 228, 0.08);
}

.site-nav .nav-social:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--primary);
}

.site-nav .btn.btn-sm {
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(38, 173, 228, 0.2);
}

.site-nav .btn.btn-sm:hover {
  color: #ffffff;
  box-shadow: 0 7px 14px rgba(38, 173, 228, 0.24);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2.2px;
  border-radius: 5px;
  background: #173743;
  margin: 5px auto;
  transition: transform var(--transition), opacity var(--transition);
}

.hero,
.page-hero {
  position: relative;
  overflow: clip;
  background: linear-gradient(145deg, #ffffff 0%, #f4fbff 58%, #eef7e2 100%);
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/Header.png");
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: right top;
  opacity: 0.17;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  right: -90px;
  top: 30px;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(38, 173, 228, 0.23), transparent 70%);
  filter: blur(10px);
}

.hero-pattern {
  position: absolute;
  left: -120px;
  bottom: -110px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(149, 200, 61, 0.2), transparent 70%);
  filter: blur(8px);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
}

.hero-content p {
  max-width: 58ch;
}

.hero-content h1 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.18;
}

.hero-cta {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-media {
  position: relative;
}

.hero-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  width: 100%;
  min-height: 430px;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.glass-card {
  position: absolute;
  left: -30px;
  bottom: 30px;
  width: min(320px, 86%);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-soft), 0 10px 26px rgba(12, 67, 90, 0.2);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.glass-card i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(38, 173, 228, 0.15);
  color: var(--primary);
}

.glass-card h3 {
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.welcome-section {
  align-items: center;
}

.welcome-section .split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.welcome-section .split-media {
  display: flex;
  align-items: center;
}

.welcome-section .split-media img {
  width: 100%;
  min-height: 0;
  max-height: 320px;
  object-fit: contain;
  object-position: top center;
}

.split-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  min-height: 400px;
  object-fit: cover;
}

.welcome-section .split-media img {
  min-height: 0;
  max-height: 320px;
}

.highlight-blue {
  color: var(--primary);
}

#services {
  position: relative;
  background-image: linear-gradient(rgba(17, 45, 57, 0.79), rgba(17, 45, 57, 0.79)), url("../images/Treatments.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#services .section-head h2,
#services .section-head p,
#services .section-head .eyebrow,
#services .info-card p {
  color: #ffffff;
}

#services .info-card h3 {
  color: var(--footer);
}

#services .info-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 42px rgba(8, 37, 49, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  filter: blur(2px);
  transition: opacity 1.15s ease, transform 1.15s ease, filter 1.15s ease, box-shadow 0.38s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

#services .info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34) 0%, rgba(6, 214, 255, 0.08) 50%, rgba(114, 9, 183, 0.08) 100%);
  opacity: 0.7;
  transition: opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1), background 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

#services .info-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 16px;
  border: 1px solid rgba(38, 173, 228, 0.26);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

#services .info-card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(6, 214, 255, 0.45);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.34), 0 0 24px rgba(6, 214, 255, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

#services .info-card:hover::before {
  opacity: 1;
  background: linear-gradient(135deg, rgba(6, 214, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(114, 9, 183, 0.14) 100%);
}

#services .info-card.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

#services .info-card:nth-child(2) { transition-delay: 0.18s; }
#services .info-card:nth-child(3) { transition-delay: 0.3s; }
#services .info-card:nth-child(4) { transition-delay: 0.42s; }
#services .info-card:nth-child(5) { transition-delay: 0.54s; }
#services .info-card:nth-child(6) { transition-delay: 0.66s; }

#services .info-card i {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #49c2f1 0%, #1e9dd1 55%, #1686b6 100%);
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(28, 128, 169, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

#services .info-card i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 22px;
  height: 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.45);
  filter: blur(0.4px);
}

#services .info-card p {
  color: var(--footer);
}

#services .info-card h3 {
  color: #000000;
}

.section-head {
  max-width: 720px;
  margin-bottom: 1.8rem;
}

.card-grid {
  display: grid;
  gap: 1.1rem;
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
}

.choose-grid,
.credentials-grid {
  grid-template-columns: repeat(4, 1fr);
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.feature-card,
.testimonial-card,
.contact-details,
.contact-form-wrap {
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem;
  transition: transform var(--transition), box-shadow var(--transition);
}

.info-card:hover,
.feature-card:hover,
.testimonial-card:hover,
.contact-details:hover,
.contact-form-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(38, 173, 228, 0.18);
}

.info-card i {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  background: rgba(38, 173, 228, 0.15);
  color: #1686b6;
}

.info-card h3,
.feature-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
}

.testimonial-card p {
  margin-bottom: 0.95rem;
}

.testimonial-card cite {
  color: #21414f;
  font-style: normal;
  font-weight: 600;
}

.cta {
  background: linear-gradient(140deg, #26ade4 0%, #1d9ecf 50%, #1686b6 100%);
  color: #ffffff;
}

.cta-inner {
  text-align: center;
  max-width: 760px;
}

.cta-inner h2,
.cta-inner p {
  color: #ffffff;
}

.cta-inner .btn {
  margin-top: 1rem;
  background: #ffffff;
  color: var(--primary);
  box-shadow: 0 12px 28px rgba(17, 85, 109, 0.3);
}

.cta-inner .btn:hover {
  background: #f4fdff;
}

.about-hero,
.contact-hero {
  text-align: left;
}

.two-col-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.2rem;
  align-items: start;
}

.contact-details ul {
  list-style: none;
  margin: 1rem 0 1.4rem;
  display: grid;
  gap: 0.95rem;
}

.contact-details li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.contact-details i {
  color: var(--primary);
  margin-top: 0.2rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #1e3d4a;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1.4px solid rgba(38, 173, 228, 0.28);
  border-radius: var(--radius-sm);
  padding: 0.75rem 0.85rem;
  font: inherit;
  color: #1c3441;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(38, 173, 228, 0.15);
}

.error-message {
  display: block;
  color: #b84040;
  min-height: 1rem;
  font-size: 0.82rem;
  margin-top: 0.32rem;
}

.form-status {
  color: #2b6b1d;
  font-weight: 600;
}

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(38, 173, 228, 0.19);
  box-shadow: var(--shadow-soft);
}

.map-wrap iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
}

.site-footer {
  background: var(--footer);
  color: #f4f4f4;
  padding: 2.6rem 0;
}

.footer-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
}

.site-footer h3 {
  margin-bottom: 0.45rem;
}

.footer-logo {
  width: auto;
  max-width: 230px;
  max-height: 52px;
  object-fit: contain;
  margin-bottom: 0.45rem;
}

.site-footer p,
.site-footer a {
  color: #d8d8d8;
}

.site-footer p {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.site-footer i {
  color: var(--secondary);
  margin-right: 0;
  width: 1rem;
  flex: 0 0 1rem;
  text-align: center;
  margin-top: 0.2rem;
}

.site-footer .footer-address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.site-footer .footer-address i {
  margin-top: 0.2rem;
}

.site-footer .footer-address span {
  display: block;
  text-align: left;
  line-height: 1.45;
}

.footer-footnote {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-footnote p {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #aeb4b8;
}

.footer-footnote a {
  color: #c9d0d4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-footnote a:hover {
  color: #ffffff;
}

.whatsapp-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 250;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.74rem 1.06rem;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: linear-gradient(140deg, rgba(37, 211, 102, 0.9) 0%, rgba(20, 173, 90, 0.92) 50%, rgba(17, 146, 77, 0.93) 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px) saturate(122%);
  -webkit-backdrop-filter: blur(10px) saturate(122%);
  box-shadow: 0 16px 34px rgba(11, 103, 53, 0.44), 0 0 22px rgba(37, 211, 102, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition), border-color var(--transition);
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(255, 255, 255, 0.2) 100%);
  opacity: 0.8;
  pointer-events: none;
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -35%;
  width: 46%;
  height: 320%;
  transform: rotate(24deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  animation: whatsappShine 4.8s ease-in-out infinite;
  pointer-events: none;
}

.whatsapp-float i {
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  filter: drop-shadow(0 2px 4px rgba(9, 74, 39, 0.3));
}

.whatsapp-float span {
  position: relative;
  z-index: 1;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 38px rgba(11, 103, 53, 0.5), 0 0 30px rgba(37, 211, 102, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  filter: brightness(1.04);
}

@keyframes whatsappShine {
  0%, 52%, 100% {
    left: -45%;
    opacity: 0;
  }
  62% {
    opacity: 0.9;
  }
  78% {
    left: 120%;
    opacity: 0;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.22s;
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .choose-grid,
  .credentials-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 840px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: 84px;
    right: 1.2rem;
    width: min(92vw, 350px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(38, 173, 228, 0.16);
    box-shadow: var(--shadow-soft);
    border-radius: var(--radius-md);
    padding: 1rem;
    display: grid;
    gap: 0.9rem;
    transform: scale(0.96);
    transform-origin: top right;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition), transform var(--transition);
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .hero-grid,
  .split-section,
  .two-col-text,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-media img {
    min-height: 420px;
    aspect-ratio: 5 / 4;
  }

  .whatsapp-float {
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.65rem 0.9rem;
  }

  .glass-card {
    left: 16px;
    bottom: 16px;
  }

  .services-grid,
  .choose-grid,
  .credentials-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .whatsapp-float::after {
    animation: none !important;
  }
}
