:root {
  --primary-color: #2c4454;
  --secondary-color: #accce4;
  --accent-color: #84acbc;
  --text-dark: #333333;
  --text-light: #666666;
  --bg-light: #f0f5f8;
  --bg-white: #ffffff;
  --border-color: #e0e0e0;
  --success-color: #28a745;
  --error-color: #dc3545;
  --shadow-sm: 0 2px 4px rgba(44,68,84,0.1);
  --shadow-md: 0 4px 6px rgba(44,68,84,0.1);
  --shadow-lg: 0 10px 20px rgba(44,68,84,0.1);
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Lucide Icon Styles */
.icon-inline {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 4px;
  stroke-width: 2;
}


.icon-star {
  fill: #ffc107;
  stroke: #ffc107;
  width: 1.2em;
  height: 1.2em;
}

.service-icon svg,
.area-icon svg,
.value-icon svg,
.info-icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.5;
  margin: 0 auto;
  display: block;
}

.mobile-menu-toggle i {
  width: 24px;
  height: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--bg-white);
}

/* Fredoka font for all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Navigation */
.header {
  background: var(--bg-white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-bar {
  background: var(--bg-white);
  color: var(--primary-color);
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--border-color);
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-info {
  display: flex;
  gap: 20px;
}

.contact-info a {
  color: var(--primary-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-info a:hover {
  color: var(--secondary-color);
}

.business-hours {
  color: var(--primary-color);
  font-weight: 500;
}

.nav-wrapper {
  padding: 15px 0;
  background: var(--primary-color);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  height: 50px;
  width: auto;
}

.main-nav {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
}

.main-nav a {
  color: white;
  text-decoration: none;
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  transition: var(--transition);
  padding: 5px 10px;
}

.main-nav a:hover {
  color: var(--accent-color);
}

.cta-button {
  background: var(--primary-color);
  color: white;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  display: inline-block;
}

.main-nav .cta-button {
  background: white;
  color: var(--primary-color);
  border: 2px solid white;
}

.cta-button:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.main-nav .cta-button:hover {
  background: var(--accent-color);
  color: var(--primary-color);
  border-color: var(--accent-color);
}

.cta-button.secondary {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.cta-button.secondary:hover {
  background: var(--primary-color);
  color: white;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

/* Hero Section - Enhanced for Full-Screen Conversion */
.hero {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-color) 100%),
              url('images/gallery/hero.jpeg') center/cover no-repeat;
  background-blend-mode: multiply;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,138.7C672,128,768,128,864,138.7C960,149,1056,171,1152,165.3C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
  background-size: cover;
}

/* Realistic Soap Bubbles with Rainbow Iridescence */
.hero .bubble {
  position: absolute;
  border-radius: 50%;
  background: 
    radial-gradient(ellipse at 20% 30%, 
      rgba(255, 255, 255, 0.5) 0%, 
      rgba(255, 255, 255, 0.2) 10%,
      rgba(173, 216, 230, 0.15) 30%,
      rgba(135, 206, 250, 0.1) 60%,
      transparent 100%),
    conic-gradient(from 45deg at 40% 40%,
      rgba(255, 182, 193, 0.2),
      rgba(255, 218, 185, 0.2),
      rgba(255, 255, 224, 0.2),
      rgba(152, 251, 152, 0.2),
      rgba(173, 216, 230, 0.2),
      rgba(216, 191, 216, 0.2),
      rgba(255, 182, 193, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 
    inset -10px -10px 20px rgba(255, 255, 255, 0.3),
    inset 5px 5px 10px rgba(173, 216, 230, 0.2),
    0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: blur(0.3px);
  /* Disable backdrop blur to reduce GPU cost */
  backdrop-filter: none;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  pointer-events: none;
}

/* Rainbow shimmer overlay */
.bubble::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: 
    linear-gradient(135deg,
      transparent 20%,
      rgba(255, 0, 150, 0.1) 30%,
      rgba(255, 150, 0, 0.1) 35%,
      rgba(255, 255, 0, 0.1) 40%,
      rgba(0, 255, 0, 0.1) 45%,
      rgba(0, 255, 255, 0.1) 50%,
      rgba(0, 150, 255, 0.1) 55%,
      rgba(150, 0, 255, 0.1) 60%,
      transparent 70%);
  filter: blur(3px);
  mix-blend-mode: screen;
  animation: shimmer 8s infinite linear;
}

/* White highlight */
.bubble::after {
  content: '';
  position: absolute;
  top: 15%;
  left: 20%;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  background: radial-gradient(circle at center,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.4) 30%,
    transparent 70%);
  filter: blur(1px);
}

@keyframes shimmer {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
}

/* Optimized bubble animations - 8 bubbles with GPU acceleration */
.bubble-1 {
  width: 45px;
  height: 45px;
  left: 8%;
  animation: float-up-right 20s infinite linear;
}

.bubble-2 {
  width: 28px;
  height: 28px;
  left: 22%;
  animation: float-up-left 24s infinite linear 3s;
}

.bubble-3 {
  width: 38px;
  height: 38px;
  left: 35%;
  animation: float-up-right 22s infinite linear 5s;
}

.bubble-4 {
  width: 52px;
  height: 52px;
  left: 48%;
  animation: float-up-left 26s infinite linear 2s;
}

.bubble-5 {
  width: 32px;
  height: 32px;
  left: 60%;
  animation: float-up-right 21s infinite linear 7s;
}

.bubble-6 {
  width: 42px;
  height: 42px;
  left: 73%;
  animation: float-up-left 25s infinite linear 4s;
}

.bubble-7 {
  width: 25px;
  height: 25px;
  left: 85%;
  animation: float-up-right 23s infinite linear 1s;
}

.bubble-8 {
  width: 48px;
  height: 48px;
  left: 93%;
  animation: float-up-left 27s infinite linear 6s;
}

/* Removed bubbles 9-24 for performance */

/* Different float patterns for variety */
/* Optimized float patterns - Only 2 keyframes using GPU acceleration */
@keyframes float-up-right {
  0% {
    bottom: -100px;
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  5% {
    opacity: 0.7;
  }
  50% {
    transform: translate3d(30px, 0, 0) rotate(180deg);
  }
  95% {
    opacity: 0.7;
  }
  100% {
    bottom: 110vh;
    opacity: 0;
    transform: translate3d(60px, 0, 0) rotate(360deg);
  }
}

@keyframes float-up-left {
  0% {
    bottom: -100px;
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  5% {
    opacity: 0.6;
  }
  50% {
    transform: translate3d(-30px, 0, 0) rotate(-180deg);
  }
  95% {
    opacity: 0.6;
  }
  100% {
    bottom: 110vh;
    opacity: 0;
    transform: translate3d(-60px, 0, 0) rotate(-360deg);
  }
}



.hero-content {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-text p {
  font-size: 1.25rem;
  margin-bottom: 35px;
  line-height: 1.6;
  opacity: 0.95;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-buttons .cta-button {
  padding: 16px 32px;
  font-size: 1.1rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.hero-buttons .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(44, 68, 84, 0.3);
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: visible;
  position: relative;
}

/* Reusable media block: framed, rounded image with subtle glow */
.hero-media {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  margin-left: 20px;
}

.media-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  border: 2px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(2px);
}

/* Tall variant for sections where the image should match column height */
.media-frame--tall {
  width: 100%;
  height: 100%;
  min-height: 520px; /* ensures presence even with shorter content */
  display: flex;
}

/* Ensure tall frames always crop to fill */
.media-frame--tall > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
  display: block;
}

.media-glow {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 80% -10%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 60%),
              radial-gradient(120% 80% at -10% 110%, rgba(172,204,228,0.25) 0%, rgba(172,204,228,0) 60%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.media-frame > img,
.hero-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  transition: transform 0.5s ease, filter 0.4s ease;
}

.media-image--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
}

@media (max-width: 992px) {
  .media-frame--tall {
    min-height: 380px;
  }
}

.media-frame:hover > img,
.hero-media:hover img {
  transform: scale(1.03);
  filter: brightness(1.05) contrast(1.05);
}


.trust-indicators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.trust-indicator {
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 20px 15px;
  border-radius: 15px;
  /* Remove heavy blur to avoid jank */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(44, 68, 84, 0.1);
}

.trust-indicator:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(44, 68, 84, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.trust-indicator .number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.trust-indicator .label {
  font-size: 0.9rem;
  line-height: 1.3;
  color: white;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Services Section - Enhanced */
.services {
  padding: 100px 0;
  background: var(--bg-white);
  position: relative;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(135deg, rgba(172, 204, 228, 0.05) 0%, rgba(132, 172, 188, 0.05) 100%);
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.section-header h2 {
  font-size: 2.8rem;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.section-header p {
  font-size: 1.2rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  position: relative;
  z-index: 1;
}

.service-card {
  background: white;
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(44, 68, 84, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.home .services .service-card { animation: none; }
.home .services .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(44, 68, 84, 0.15);
  border-color: var(--accent-color);
}

.service-card-image {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.home .services .service-card:hover .service-card-image img { transform: scale(1.03); }

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: white;
  font-size: 36px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 25px rgba(44, 68, 84, 0.3);
}

.service-card h3 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.service-card p {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1rem;
}

.service-card a {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-card a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

/* Why Choose Us Section - Enhanced */
.why-choose {
  padding: 100px 0;
  background: var(--bg-white);
  position: relative;
}

.why-choose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(135deg, rgba(172, 204, 228, 0.03) 0%, rgba(132, 172, 188, 0.03) 100%);
  pointer-events: none;
}

.why-choose-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.why-choose-text h2 {
  font-size: 2.8rem;
  color: var(--primary-color);
  margin-bottom: 25px;
  font-weight: 600;
}

.why-choose-text p {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1.6;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(44, 68, 84, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.benefits-list li:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(44, 68, 84, 0.15);
  border-color: var(--secondary-color);
}

.benefit-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--success-color), #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3);
}

.benefit-text h4 {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.benefit-text p {
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

.why-choose-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 500px;
}

.why-choose-image img {
  width: 100%;
  height: auto;
  max-width: 600px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.why-choose-image:hover img {
  transform: scale(1.02);
}

/* Testimonials Section */
.testimonials {
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-color) 100%);
  min-height: auto;
}

.testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,138.7C672,128,768,128,864,138.7C960,149,1056,171,1152,165.3C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
  background-size: cover;
}

.testimonials .section-header {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
  text-align: center;
  padding-top: 0;
}

.testimonials .section-header h2 {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.testimonials .section-header p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.testimonial-card {
  position: relative;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: none;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(44, 68, 84, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  will-change: transform;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(44, 68, 84, 0.25);
  z-index: 10;
  border-color: var(--accent-color);
}

/* Lighter hover on home testimonials to avoid jank */
.home .testimonials .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(44, 68, 84, 0.15);
}

.stars {
  color: #ffc107;
  margin-bottom: 15px;
  font-size: 18px;
  display: flex;
  gap: 2px;
}

.icon-star {
  fill: #ffc107;
  stroke: #ffc107;
  width: 1.2em;
  height: 1.2em;
}

.testimonial-text {
  color: var(--text-light);
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.8;
  min-height: 100px;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
  box-shadow: 0 2px 8px rgba(44, 68, 84, 0.15);
  flex-shrink: 0;
}

.author-info h4 {
  color: var(--primary-color);
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}

.author-info p {
  color: var(--text-light);
  font-size: 14px;
  margin: 0;
}

/* Testimonial Logos */
.testimonial-logo {
  display: block;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(172, 204, 228, 0.2);
  transition: all 0.3s ease;
}

.testimonial-logo img {
  width: auto;
  max-width: 180px;
  height: 70px;
  object-fit: contain;
  filter: brightness(1.1) contrast(1.1);
  opacity: 1;
  transition: all 0.3s ease;
  display: block;
}

.testimonial-logo:hover img {
  transform: scale(1.08);
  filter: brightness(1.2) contrast(1.2);
}

.testimonial-card:hover .testimonial-logo img {
  transform: scale(1.05);
}

/* Testimonial logos with background for white logos */
.testimonial-logo--with-bg img {
  background: var(--primary-color);
  padding: 10px 15px;
  border-radius: 8px;
}

/* Remove background color change on hover for logos with dark backgrounds */
.testimonial-logo--with-bg:hover img {
  background: var(--primary-color);
}

/* CTA Section */
.cta-section {
  background: var(--primary-color);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.cta-button.white {
  background: white;
  color: var(--primary-color);
}

.cta-button.white:hover {
  background: var(--bg-light);
}

/* Footer */
.footer {
  background: var(--primary-color);
  color: white;
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column h3 {
  margin-bottom: 20px;
  color: white;
}

.footer-column p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: var(--transition);
}

.footer-column ul li a:hover {
  color: var(--secondary-color);
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.social-links a:hover {
  background: var(--secondary-color);
  transform: translateY(-3px);
}

.social-links a svg {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

/* Forms */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dark);
  font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  font-size: 16px;
  transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(44, 95, 45, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-item input[type="checkbox"] {
  width: auto;
}

.form-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.progress-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.progress-step::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--border-color);
  z-index: -1;
}

.progress-step:first-child::before {
  display: none;
}

.progress-step.active::before {
  background: var(--primary-color);
}

.progress-number {
  width: 30px;
  height: 30px;
  background: var(--border-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: white;
  font-weight: bold;
}

.progress-step.active .progress-number,
.progress-step.completed .progress-number {
  background: var(--primary-color);
}

.progress-label {
  font-size: 14px;
  color: var(--text-light);
}

/* About Page Specific */
.about-hero {
  background: var(--bg-light);
  padding: 80px 0;
  text-align: center;
}

.about-hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.about-content {
  padding: 80px 0;
}

.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.story-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.story-text p {
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.8;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.value-card {
  text-align: center;
  padding: 30px;
  background: var(--bg-light);
  border-radius: 10px;
}

.value-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 24px;
}

.team-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.team-member {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.team-member:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.about .team-member {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}

.about .team-member:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(44, 68, 84, 0.15);
}

.team-member img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.team-info {
  padding: 20px;
  text-align: center;
}

.team-info h3 {
  margin-bottom: 5px;
  color: var(--text-dark);
}

.team-info p {
  color: var(--primary-color);
  font-weight: 500;
}

/* Service Pages */
.service-featured-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px 0 30px 0;
}

.service-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Services Page Styles */
.service-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  color: white;
  padding: 100px 0 60px;
  text-align: center;
}

.service-hero h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.service-hero p {
  font-size: 20px;
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Service Category Cards */
.service-categories {
  padding: 60px 0;
  background: #f8f9fa;
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.category-card {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
}

.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  border-color: var(--primary-color);
}

.category-card:hover::before {
  transform: translateX(0);
}

.category-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon .service-icon {
  width: 35px;
  height: 35px;
  color: white;
}

.category-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.category-card p {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 20px;
}

.category-link {
  color: var(--primary-color);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.category-link .icon-inline {
  width: 16px;
  height: 16px;
}

/* Service Details */
.service-details {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.service-section {
  margin-bottom: 120px;
  scroll-margin-top: 100px;
  padding: 20px 0;
}

/* Alternate service section background to visually separate Tenant Turnover */
.service-section--alt {
  position: relative;
  padding: 30px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: linear-gradient(135deg, #f0f5f8 0%, rgba(172, 204, 228, 0.1) 100%);
}

.service-section--alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%232c4454" fill-opacity="0.03" d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,138.7C672,128,768,128,864,138.7C960,149,1056,171,1152,165.3C1248,160,1344,128,1392,112L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat top;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.service-section:last-child {
  margin-bottom: 0;
}

.service-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.service-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  color: white;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(172, 204, 228, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.section-icon {
  width: 60px;
  height: 60px;
  color: var(--primary-color);
  margin: 0 auto 20px;
  display: block;
}

.service-header h2 {
  font-size: 42px;
  color: var(--text-dark);
  margin-bottom: 25px;
  font-weight: 700;
}

.service-description {
  font-size: 18px;
  color: var(--text-light);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.service-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

/* Services page layout (intro left, card right; rows below full width) */
.service-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.service-header.service-layout { text-align: left; }
.service-layout .section-icon { margin-left: 0; }
.service-layout .service-badge { margin-left: 0; }
.service-layout .service-intro { display: flex; flex-direction: column; align-items: flex-start; }

/* Align intro content vertically with the right product card */
@media (min-width: 993px) {
  .service-layout .service-intro { padding-top: 30px; }
}

/* Override: icons inside gradient circles should be white */
.service-icon,
.area-icon,
.qa-icon,
.process-icon { color: #ffffff; }
.process-card .process-icon .icon { color: #ffffff; }

/* Service intro media + meta layout */
.service-intro-top {
  display: grid;
  grid-template-columns: 1fr 1fr; /* image occupies half, meta occupies half */
  gap: 24px;
  align-items: start;
  margin-bottom: 12px;
}

.service-intro-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(44, 68, 84, 0.15);
}

.service-intro .intro-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .service-intro-top { grid-template-columns: 1fr; }
  .service-intro-image { width: 100%; height: auto; aspect-ratio: 4 / 3; min-height: 180px; }
}

.service-layout .service-intro {
  grid-column: 1 / 2;
}

.service-layout > .product-card {
  grid-column: 2 / 3;
}

.service-layout .included-card,
.service-layout .process-cards {
  grid-column: 1 / -1;
}

@media (max-width: 992px) {
  .service-layout {
    grid-template-columns: 1fr;
  }
  .service-layout > .product-card,
  .service-layout .service-intro,
  .service-layout .included-card,
  .service-layout .process-cards { grid-column: 1 / -1; }
}

/* Product-style cards for services page */
.product-card {
  background: white;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(44,68,84,0.08);
  padding: 30px;
}

.product-list li {
  border-bottom: 1px dashed rgba(0,0,0,0.06);
}

.product-list li:last-child {
  border-bottom: none;
}

.product-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 993px) {
  .product-features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 992px) {
  .product-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .product-features { grid-template-columns: 1fr; }
}

.service-main {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.06);
}

/* Service Features Grid */
.service-features {
  margin-bottom: 40px;
}

.service-features h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--text-dark);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
}

/* Force 3 columns for product-style feature lists */
.features-grid.product-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Compact spacing for What's Included cards */
.included-card .service-main { padding: 28px; }
.included-card .service-features { margin-bottom: 0; }
.included-card .service-features h3 { margin-bottom: 16px; }
.included-card .features-grid.product-features { gap: 12px; }
.included-card .feature-item { padding: 6px 4px; margin: 2px 0; gap: 8px; }
.included-card .feature-item span { line-height: 1.45; }
.included-card .feature-icon { margin-top: 0; width: 22px; height: 22px; }

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px;
  margin: 4px 0;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(172, 204, 228, 0.1);
  transform: translateX(5px);
}

.feature-icon {
  width: 24px;
  height: 24px;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-item span {
  color: var(--text-light);
  line-height: 1.6;
  font-size: 15px;
}

/* Process Timeline */
.process-steps {
  margin: 40px 0;
}

.process-steps h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--text-dark);
}

.process-timeline {
  position: relative;
  padding-left: 0;
}

/* Remove vertical line and align icons */
.process-timeline::before { display: none; }

.process-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  margin-bottom: 45px;
  align-items: center;
  position: relative;
}

.process-step:last-child {
  margin-bottom: 0;
}

.step-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(172, 204, 228, 0.3);
}

/* Compact timeline spacing variant */
.process-timeline--compact .process-step { margin-bottom: 20px; }

/* New process cards layout */
.process-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.process-card {
  background: white;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(44,68,84,0.08);
  text-align: left;
}

.process-card .process-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(172, 204, 228, 0.3);
  margin-bottom: 12px;
}

.process-card h4 {
  color: var(--text-dark);
  margin-bottom: 6px;
  font-size: 18px;
}

.process-card p { color: var(--text-light); }

@media (max-width: 992px) {
  .process-cards { grid-template-columns: 1fr; }
}

.step-icon .icon {
  width: 24px;
  height: 24px;
  color: white;
}

.step-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.step-content p {
  color: var(--text-light);
  line-height: 1.6;
}

/* Service Sidebar */
.service-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border: 2px solid var(--primary-color);
  position: relative;
  overflow: hidden;
}

.sidebar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.sidebar-card h3 {
  margin-bottom: 25px;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.ideal-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.ideal-list li {
  padding: 12px 0;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
}

.ideal-list li:hover {
  color: var(--text-dark);
  padding-left: 8px;
}

.ideal-list li:last-child {
  border-bottom: none;
}

.ideal-list li .icon-inline {
  color: var(--primary-color);
  flex-shrink: 0;
}

.sidebar-cta {
  text-align: center;
}

.sidebar-cta .cta-button {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.sidebar-cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(172, 204, 228, 0.4);
}

.cta-subtext {
  font-size: 14px;
  color: var(--text-light);
  margin: 0;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.sidebar-cta:hover .cta-subtext {
  opacity: 1;
}

/* Contact Page */
.contact-hero {
  background: var(--bg-light);
  padding: 80px 0;
  text-align: center;
}

.contact-content {
  padding: 80px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}

.contact-form {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.contact-info-sidebar {
  position: sticky;
  top: 100px;
}

.info-card {
  background: var(--bg-light);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0;
}

.before-after-item {
  position: relative;
}

.before-after-item img {
  width: 100%;
  border-radius: 10px;
}

.before-after-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--primary-color);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--text-dark);
  transition: var(--transition);
}

.faq-question:hover {
  background: var(--bg-light);
}

.faq-answer {
  padding: 0 25px; /* no vertical padding when closed to avoid peeking */
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid transparent; /* avoid jump when toggling */
  transition: max-height 0.3s ease-in-out, border-color 0.3s ease-in-out;
  text-align: center;
  will-change: max-height;
}

/* Inner container keeps consistent padding so outer container can animate height smoothly */
.faq-answer-inner {
  padding: 12px 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 1000px; /* allow tall answers without clipping */
  border-top-color: #e9ecef;
}

.faq-icon {
  transition: var(--transition);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-content,
  .why-choose-content,
  .story-section,
  .service-content,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
  
  .hero-text h1 {
    font-size: 36px;
  }
  
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: var(--shadow-md);
  }
  
  .main-nav.active {
    display: flex;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  /* Performance: reduce effects on mobile to avoid scroll jank */
  .hero .bubble { display: none !important; }
  .media-frame { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .service-card,
  .qa-card,
  .testimonial-card,
  .area-card { backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (max-width: 768px) {
  /* Service Categories - Stack on Mobile */
  /* Trim heavy shadows and transforms on mobile */
  .service-card,
  .qa-card,
  .testimonial-card,
  .area-card {
    box-shadow: 0 4px 12px rgba(44, 68, 84, 0.08);
    transform: none !important;
  }
  .service-card:hover,
  .qa-card:hover,
  .testimonial-card:hover,
  .area-card:hover {
    transform: none !important;
    box-shadow: 0 6px 16px rgba(44, 68, 84, 0.12);
  }
  .category-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .category-card {
    padding: 30px 25px;
  }
  
  /* Service Content - Stack on Mobile */
  .service-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .service-sidebar {
    position: relative;
    top: 0;
  }
  
  .service-main {
    padding: 25px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .service-hero h1 {
    font-size: 32px;
  }
  
  .service-hero p {
    font-size: 16px;
  }
  
  .service-header h2 {
    font-size: 28px;
  }
  
  .service-description {
    font-size: 16px;
  }
  
  .section-header h2 {
    font-size: 32px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonial-text {
    font-size: 14px;
    min-height: auto;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
  }
  
  .trust-indicators {
    flex-direction: column;
    gap: 15px;
  }
  
  .hero-buttons,
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 60px 0;
  }
  
  .hero-text h1 {
    font-size: 28px;
  }
  
  .hero-text p {
    font-size: 16px;
  }
  
  .section-header h2 {
    font-size: 28px;
  }
  
  .contact-info {
    flex-direction: column;
    gap: 10px;
  }
}

/* Loading States */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid var(--border-color);
  border-radius: 50%;
  border-top-color: var(--primary-color);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Success/Error Messages */
.message {
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.message.success {
  background: rgba(40, 167, 69, 0.1);
  color: var(--success-color);
  border: 1px solid var(--success-color);
}

.message.error {
  background: rgba(220, 53, 69, 0.1);
  color: var(--error-color);
  border: 1px solid var(--error-color);
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Service Areas Section - Enhanced */
.service-areas {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--bg-light) 0%, rgba(172, 204, 228, 0.1) 100%);
  position: relative;
}

.service-areas::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%232c4454" fill-opacity="0.03" d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,138.7C672,128,768,128,864,138.7C960,149,1056,171,1152,165.3C1248,160,1344,128,1392,112L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat top;
  background-size: cover;
  pointer-events: none;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 50px 0;
  position: relative;
  z-index: 1;
}

.area-card {
  background: white;
  padding: 25px 15px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(44, 68, 84, 0.08);
  border: 2px solid transparent;
  overflow: hidden;
}

.area-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.area-card:hover::before {
  transform: scaleX(1);
}

.area-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(44, 68, 84, 0.15);
  border-color: var(--accent-color);
}

.area-card--featured {
  background: white;
  color: var(--primary-color);
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(44, 68, 84, 0.15);
  border: 2px solid transparent;
}

.area-card--featured h4,
.area-card--featured p {
  color: var(--primary-color);
}

.area-card--featured .area-badge {
  background: var(--primary-color);
  color: white;
  font-weight: 700;
}

.area-card--featured:hover {
  transform: scale(1.02) translateY(-8px);
  box-shadow: 0 15px 40px rgba(44, 68, 84, 0.2);
  border-color: var(--accent-color);
}

.area-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 28px;
  color: white;
  transition: all 0.3s ease;
}

.area-card:hover .area-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(44, 68, 84, 0.3);
}

.area-card h4 {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 8px;
  font-weight: 600;
}

.area-card p {
  color: var(--text-light);
  font-size: 13px;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.area-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--primary-color);
  color: white;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(44, 68, 84, 0.2);
}

.area-stats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
}

.stat {
  background: rgba(172, 204, 228, 0.2);
  color: var(--primary-color);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid rgba(172, 204, 228, 0.3);
}

.service-area-cta {
  text-align: center;
  margin-top: 60px;
  padding: 50px;
  background: white;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(44, 68, 84, 0.1);
  border: 2px solid var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.service-area-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(135deg, rgba(172, 204, 228, 0.1) 0%, rgba(132, 172, 188, 0.1) 100%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.service-area-cta h3 {
  color: var(--primary-color);
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-area-cta p {
  font-size: 18px;
  color: var(--text-dark);
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Mobile Responsiveness for Service Areas */
@media (max-width: 768px) {
  .areas-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
  }
  
  .area-card {
    padding: 25px 15px;
  }
  
  .area-card--featured {
    transform: none;
  }
  
  .area-card--featured:hover {
    transform: translateY(-8px);
  }
  
  .service-area-cta {
    padding: 40px 30px;
    margin-top: 40px;
  }
  
  .service-area-cta h3 {
    font-size: 24px;
  }
  
  .service-area-cta p {
    font-size: 16px;
  }
}

/* Print Styles */
@media print {
  .header,
  .footer,
  .cta-section,
  .mobile-menu-toggle {
    display: none;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.5;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
}

/* Quality Assurance Section - Enhanced */
.quality-assurance {
  padding: 60px 0 60px;
  background: var(--bg-white);
  position: relative;
  overflow: hidden;
}

.quality-assurance::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(172, 204, 228, 0.05) 0%, rgba(132, 172, 188, 0.05) 100%);
  pointer-events: none;
}

.quality-assurance .section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.quality-assurance .section-header h2 {
  color: var(--primary-color);
  text-shadow: none;
  margin-bottom: 15px;
}

.quality-assurance .section-header p {
  color: var(--text-light);
  font-size: 18px;
}

.qa-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.qa-card {
  background: white;
  padding: 30px 20px;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(44, 68, 84, 0.1);
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  will-change: transform;
}

.qa-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.qa-card:hover::before {
  transform: scaleX(1);
}

.qa-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(44, 68, 84, 0.2);
  border-color: var(--accent-color);
}

/* Lighter hover for QA on home to avoid jank */
.home .quality-assurance .qa-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(44, 68, 84, 0.15);
}

.qa-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 5px 15px rgba(44, 68, 84, 0.2);
  transition: all 0.3s ease;
}

.qa-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 2;
  margin: 0 auto;
  display: block;
}

.qa-card:hover .qa-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(44, 68, 84, 0.3);
}

.qa-card h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.qa-card p {
  color: var(--text-light);
  line-height: 1.6;
  font-size: 0.9rem;
  margin: 0;
}

/* Trust Badges Section - Enhanced */
/* Quick Contact Section */
.quick-contact {
  padding: 80px 0;
  background: #f0f5f8;
  position: relative;
  overflow: hidden;
}

.quick-contact-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(44, 68, 84, 0.1);
}

.quick-contact h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
}

.quick-contact-subtitle {
  color: var(--text-light);
  font-size: 1.1rem;
  margin-bottom: 35px;
}

.quick-contact-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.quick-contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.quick-contact-form .form-group {
  width: 100%;
}

.quick-contact-form input,
.quick-contact-form textarea {
  width: 100%;
  padding: 18px;
  border: 2px solid #e8f2f7;
  border-radius: 12px;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  background: #fafbfc;
}

.quick-contact-form input:focus,
.quick-contact-form textarea:focus {
  outline: none;
  border-color: var(--secondary-color);
  background: white;
  box-shadow: 0 0 0 4px rgba(172, 204, 228, 0.2);
}

.quick-contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.quick-contact-form .cta-button {
  align-self: center;
  padding: 18px 50px;
  font-size: 1.15rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a2a35 100%);
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.quick-contact-form .cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.quick-contact-form .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(44, 68, 84, 0.3);
}

.quick-contact-form .cta-button:hover::before {
  left: 100%;
}

.quick-contact-credibility {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e8f2f7;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.quick-contact-credibility img {
  height: 60px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.quick-contact-credibility img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* CTA Section - Enhanced */
.cta-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a2a35 100%),
              url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,138.7C672,128,768,128,864,138.7C960,149,1056,171,1152,165.3C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
  background-size: cover;
}

.cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cta-buttons .cta-button {
  padding: 16px 32px;
  font-size: 1.1rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-buttons .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cta-button.white {
  background: white;
  color: var(--primary-color);
  border: 2px solid white;
}

.cta-button.white:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--primary-color);
}

/* Footer - Enhanced */
.footer {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a2a35 100%),
              url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.02" d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,138.7C672,128,768,128,864,138.7C960,149,1056,171,1152,165.3C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat top;
  background-size: cover;
  pointer-events: auto;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.footer-column h3 {
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 600;
}

.footer-column p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-column ul li a:hover {
  color: var(--secondary-color);
  transform: translateX(5px);
}


.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}

/* Mobile Responsiveness Enhancements */
@media (max-width: 768px) {
  .hero {
    min-height: 100vh;
    padding: 20px 0;
  }
  
  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    align-items: center;
  }
  
  .hero-text h1 {
    font-size: 2.5rem;
  }
  
  .hero-text p {
    font-size: 1.1rem;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .trust-indicators {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .hero-image {
    width: 100%;
    margin: 40px 0 0 0;
  }
  
  /* Quick Contact Form */
  .quick-contact-container {
    padding: 30px 20px;
  }
  
  .quick-contact h2 {
    font-size: 2rem;
  }
  
  .quick-contact-form .form-row {
    grid-template-columns: 1fr;
  }
  
  .quick-contact-credibility {
    gap: 20px;
  }
  
  .quick-contact-credibility img {
    height: 50px;
  }
  
  .services {
    padding: 60px 0;
  }
  
  .section-header h2 {
    font-size: 2.2rem;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .why-choose {
    padding: 60px 0;
  }
  
  .why-choose-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .why-choose-text h2 {
    font-size: 2.2rem;
  }
  
  .why-choose-image {
    min-height: 300px;
  }
  
  .benefits-list li {
    padding: 15px;
  }
  
  .quality-assurance {
    padding: 60px 0 60px;
  }
  
  .qa-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .testimonials {
    padding: 60px 0 60px;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .service-areas {
    padding: 60px 0;
  }
  
  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .area-card--featured {
    transform: none;
  }
  
  .area-card--featured:hover {
    transform: translateY(-8px);
  }
  
  .cta-section {
    padding: 60px 0;
  }
  
  .cta-section h2 {
    font-size: 2.2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .footer {
    padding: 40px 0 20px;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  
  .hero-text h1 {
    font-size: 2rem;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .trust-indicators {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .qa-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .areas-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .trust-indicators {
    grid-template-columns: 1fr;
  }
}

/* Enhanced Animations and Visual Flow */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Enhanced Hero Section Animations */
.hero-text {
  animation: fadeInLeft 1s ease-out;
}

.hero-image {
  animation: fadeInRight 1s ease-out 0.3s both;
}

/* Giraffe Character Animation */
.giraffe-character {
  position: absolute;
  bottom: -24px;
  left: -84px;
  width: 180px;
  height: 180px;
  z-index: 10;
  animation: fadeInUp 1s ease-out 0.5s both;
  pointer-events: none;
}

.giraffe-character lottie-player {
  width: 100%;
  height: 100%;
}

/* Subtle bounce animation for giraffe */
@keyframes gentleBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.giraffe-character:hover { animation: none; }

/* Responsive adjustments for giraffe */
@media (max-width: 1200px) {
  .giraffe-character {
    width: 140px;
    height: 140px;
    left: -60px;
    bottom: -16px;
  }
}

@media (max-width: 768px) {
  .hero-media { max-width: 100%; margin-left: 0; }
  .giraffe-character {
    width: 100px;
    height: 100px;
    left: -8px;
    bottom: -12px;
  }
}

@media (max-width: 480px) {
  .giraffe-character {
    display: none; /* Hide on very small screens to avoid clutter */
  }
}

.trust-indicators {
  animation: fadeInUp 1s ease-out 0.6s both;
}

.trust-indicator {
  animation: float 3s ease-in-out infinite;
}

.trust-indicator:nth-child(2) {
  animation-delay: 0.5s;
}

.trust-indicator:nth-child(3) {
  animation-delay: 1s;
}

/* Enhanced Service Cards */
.home .services .service-card { animation: none; }

.service-card:nth-child(1) {
  animation-delay: 0.1s;
}

.service-card:nth-child(2) {
  animation-delay: 0.2s;
}

.service-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Enhanced Why Choose Us */
.benefits-list li {
  animation: fadeInLeft 0.8s ease-out;
  animation-fill-mode: both;
}

.benefits-list li:nth-child(1) {
  animation-delay: 0.1s;
}

.benefits-list li:nth-child(2) {
  animation-delay: 0.2s;
}

.benefits-list li:nth-child(3) {
  animation-delay: 0.3s;
}

.benefits-list li:nth-child(4) {
  animation-delay: 0.4s;
}

.benefits-list li:nth-child(5) {
  animation-delay: 0.5s;
}

/* Enhanced Quality Assurance */
.qa-card {
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.qa-card:nth-child(1) {
  animation-delay: 0.1s;
}

.qa-card:nth-child(2) {
  animation-delay: 0.2s;
}

.qa-card:nth-child(3) {
  animation-delay: 0.3s;
}

.qa-card:nth-child(4) {
  animation-delay: 0.4s;
}

/* Enhanced Testimonials */
.testimonial-card {
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.testimonial-card:nth-child(1) {
  animation-delay: 0.1s;
}

.testimonial-card:nth-child(2) {
  animation-delay: 0.2s;
}

.testimonial-card:nth-child(3) {
  animation-delay: 0.3s;
}

.testimonial-card:nth-child(4) {
  animation-delay: 0.4s;
}

.testimonial-card:nth-child(5) {
  animation-delay: 0.5s;
}

.testimonial-card:nth-child(6) {
  animation-delay: 0.6s;
}

/* Enhanced Service Areas */
.area-card {
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.area-card:nth-child(1) {
  animation-delay: 0.1s;
}

.area-card:nth-child(2) {
  animation-delay: 0.2s;
}

.area-card:nth-child(3) {
  animation-delay: 0.3s;
}

.area-card:nth-child(4) {
  animation-delay: 0.4s;
}

.area-card:nth-child(5) {
  animation-delay: 0.5s;
}

.area-card:nth-child(6) {
  animation-delay: 0.6s;
}

/* Enhanced CTA Section */
.cta-section h2 {
  animation: fadeInUp 1s ease-out;
}

.cta-section p {
  animation: fadeInUp 1s ease-out 0.2s both;
}

.cta-buttons {
  animation: fadeInUp 1s ease-out 0.4s both;
}

/* Enhanced Footer */
.footer-column {
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.footer-column:nth-child(1) {
  animation-delay: 0.1s;
}

.footer-column:nth-child(2) {
  animation-delay: 0.2s;
}

.footer-column:nth-child(3) {
  animation-delay: 0.3s;
}

.footer-column:nth-child(4) {
  animation-delay: 0.4s;
}

/* Smooth Scrolling and Enhanced Interactions */
html {
  scroll-behavior: smooth;
}

/* Enhanced Button Interactions */
.cta-button {
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.cta-button:hover::before {
  left: 100%;
}

/* Enhanced Card Interactions */
.service-card,
.qa-card,
.testimonial-card,
.area-card {
  position: relative;
  overflow: hidden;
}

.service-card::after,
.qa-card::after,
.testimonial-card::after,
.area-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(172, 204, 228, 0.1), transparent);
  transition: left 0.6s ease;
}

.service-card:hover::after,
.qa-card:hover::after,
.testimonial-card:hover::after,
.area-card:hover::after {
  left: 100%;
}

/* Enhanced Trust Indicators */
.trust-indicator .number {
  position: relative;
  overflow: hidden;
}

.trust-indicator .number::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.8s ease;
}

.trust-indicator:hover .number::after {
  left: 100%;
}

/* Enhanced Social Links */
.social-links a {
  position: relative;
  z-index: 1;
}

.social-links a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, var(--secondary-color) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.social-links a:hover::before {
  opacity: 0.3;
}

.social-links a svg,
.social-links a span {
  pointer-events: none;
  position: relative;
  z-index: 2;
}

/* Enhanced Area Card Stats */
.stat {
  position: relative;
  overflow: hidden;
}

.stat::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(172, 204, 228, 0.4), transparent);
  transition: left 0.6s ease;
}

.area-card:hover .stat::before {
  left: 100%;
}

/* Enhanced Service Icons */
.service-icon,
.area-icon {
  position: relative;
  overflow: hidden;
}

.service-icon::before,
.area-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  border-radius: 50%;
}

.service-card:hover .service-icon::before,
.area-card:hover .area-icon::before {
  left: 100%;
}

/* Enhanced Benefits List */
.benefit-icon {
  position: relative;
  overflow: hidden;
}

.benefit-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  border-radius: 50%;
}

.benefits-list li:hover .benefit-icon::before {
  left: 100%;
}

/* Enhanced QA Numbers */
.qa-number {
  position: relative;
  overflow: hidden;
}

.qa-number::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  border-radius: 50%;
}

.qa-card:hover .qa-number::before {
  left: 100%;
}

/* Enhanced Testimonial Stars */
.stars {
  position: relative;
  overflow: hidden;
}

.stars::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.3), transparent);
  transition: left 0.6s ease;
}

.testimonial-card:hover .stars::before {
  left: 100%;
}

/* Enhanced Author Avatar */
.author-avatar {
  position: relative;
  overflow: hidden;
}

.author-avatar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  border-radius: 50%;
}

.testimonial-card:hover .author-avatar::before {
  left: 100%;
}

/* Final Modern Touches */
:focus {
  outline: 2px solid var(--secondary-color);
  outline-offset: 2px;
}

/* Enhanced Focus States */
.cta-button:focus,
.service-card:focus,
.qa-card:focus,
.testimonial-card:focus,
.area-card:focus {
  outline: 2px solid var(--accent-color);
  outline-offset: 4px;
  transform: scale(1.02);
}

/* Improved Loading States */
.loading {
  opacity: 0.7;
  pointer-events: none;
}

/* Enhanced Visual Polish */
.service-card,
.qa-card,
.testimonial-card,
.area-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Better Shadow System */
.shadow-elegant {
  box-shadow: 
    0 10px 30px rgba(44, 68, 84, 0.1),
    0 1px 8px rgba(44, 68, 84, 0.05);
}

.shadow-elegant:hover {
  box-shadow: 
    0 20px 60px rgba(44, 68, 84, 0.15),
    0 1px 12px rgba(44, 68, 84, 0.1);
}

/* Enhanced Typography */
.text-gradient {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Improved Spacing System */
.section-spacing {
  padding: clamp(60px, 8vw, 100px) 0;
}

/* Enhanced Mobile Experience */
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  
  .hero-text h1 {
    font-size: 2rem;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .trust-indicators {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}