/* ============================================================
   OCEAN POOLS INDIA — Premium Services Page Redesign
   Modern Oceanic Aesthetic, Glassmorphism, Micro-Interactions
   ============================================================ */

/* ── Custom Theme Tokens ── */
:root {
  --svc-ocean-dark: #031926;
  --svc-ocean-deep: #004d61;
  --svc-teal-primary: #005c72;
  --svc-teal-bright: #0087a3;
  --svc-cyan-electric: #00d2ff;
  --svc-cyan-glow: rgba(0, 210, 255, 0.4);
  --svc-gold-accent: #f59e0b;
  --svc-bg-light: #f4f8fa;
  --svc-text-main: #1e293b;
  --svc-text-muted: #64748b;
  --svc-card-bg: #ffffff;
  --svc-shadow-soft: 0 10px 30px rgba(0, 92, 114, 0.08);
  --svc-shadow-hover: 0 20px 40px rgba(0, 92, 114, 0.18);
  --svc-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Global Utility Helpers for Services ── */
.services-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(0, 210, 255, 0.12);
  border: 1px solid rgba(0, 210, 255, 0.3);
  border-radius: 50px;
  color: var(--svc-cyan-electric);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.services-badge-pill i {
  font-size: 12px;
}

/* ── 1. Hero Banner Section ── */
.services-hero-banner {
  position: relative;
  width: 100%;
  height: 320px;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 60px 0 40px;
}

.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 25, 38, 0.92) 0%, rgba(0, 77, 97, 0.85) 60%, rgba(0, 92, 114, 0.75) 100%);
  z-index: 1;
}

.services-hero-banner .container {
  position: relative;
  z-index: 2;
}

.hero-text-block {
  max-width: 600px;
}

.services-page-title {
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.services-page-title span {
  background: linear-gradient(135deg, #ffffff 0%, var(--svc-cyan-electric) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-hero-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 24px;
}

.breadcrumb-custom {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 14px;
}

.breadcrumb-custom a {
  color: #ffffff;
  text-decoration: none;
  transition: var(--svc-transition);
}

.breadcrumb-custom a:hover {
  color: var(--svc-cyan-electric);
}

.breadcrumb-custom span {
  margin: 0 6px;
  opacity: 0.6;
}

/* Hero Stats Bar Grid */
.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 45px;
}

.hero-stat-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: var(--svc-transition);
}

.hero-stat-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
  border-color: var(--svc-cyan-electric);
  box-shadow: 0 10px 25px rgba(0, 210, 255, 0.2);
}

.hero-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--svc-cyan-electric);
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}

.hero-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Poppins', sans-serif;
  margin-top: 4px;
  font-weight: 500;
}

/* ── 2. About Ocean Pools India (Teal Wave Section) ── */
.services-teal-wave-section {
  position: relative;
  background: #ffffff;
  padding: 110px 0 160px;
  color: #0f172a;
  overflow: hidden;
}

.services-purple-shape-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.45;
}

.service-purple-shape-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-grid-2col {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.services-text-col {
  max-width: 560px;
}

.services-section-title {
  font-size: 48px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin: 16px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.services-section-title span {
  color: #005d73;
}

.services-desc {
  font-size: 15.5px;
  line-height: 1.85;
  color: #0f172a;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}

/* Key Highlights List */
.services-highlights-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 35px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: #0f172a;
  font-family: 'Poppins', sans-serif;
}

.highlight-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 210, 255, 0.2);
  border: 1px solid var(--svc-cyan-electric);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--svc-cyan-electric);
  font-size: 12px;
  flex-shrink: 0;
}

/* Action Buttons */
.services-action-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.services-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #005d73;
  color: #ffffff;
  padding: 15px 38px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: var(--svc-transition);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.services-contact-btn:hover {
  background: #005d73;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  color: #ffffff;
}

.services-phone-quick {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: var(--svc-transition);
}

.services-phone-quick i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--svc-cyan-electric);
}

.services-phone-quick:hover {
  color: var(--svc-cyan-electric);
}

/* Image Column & Frame */
.services-image-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.services-shape-frame-wrapper {
  position: relative;
  max-width: 500px;
  width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

.services-leaf-shape-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: var(--svc-transition);
}

.services-shape-frame-wrapper:hover .services-leaf-shape-img {
  transform: scale(1.02);
}

/* Floating Experience Card Badge */
.services-floating-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: rgba(3, 25, 38, 0.85);
  border: 1px solid rgba(0, 210, 255, 0.4);
  backdrop-filter: blur(14px);
  padding: 16px 24px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  z-index: 4;
}

.badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--svc-cyan-electric) 0%, var(--svc-teal-bright) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

.badge-text h4 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}

.badge-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* Curve Divider at Bottom */
.services-curve-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 3;
}

.services-curve-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
}

/* ── 3. Pool Features & Advantages Section ── */
.features-advantages-section {
  padding: 100px 0 110px;
  background: linear-gradient(135deg, #004d61 0%, #006e87 50%, #023847 100%);
  position: relative;
}

.adv-top-row {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 35px;
}

.adv-main-title {
  font-size: 42px;
  font-weight: 800;
  color: #005d73;
  line-height: 1.15;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.adv-main-title span {
  color: #005d73;
}

.adv-main-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #005d73;
  max-width: 700px;
  font-family: 'Poppins', sans-serif;
}

.features-advantages-section .adv-main-title {
  color: #ffffff;
}

.features-advantages-section .adv-main-title span {
  color: #00d2ff;
}

.features-advantages-section .adv-main-desc {
  color: rgba(255, 255, 255, 0.92);
}

/* Adv Card Styling */
.adv-card {
  background: var(--svc-card-bg);
  border-radius: 20px;
  padding: 28px 30px;
  box-shadow: var(--svc-shadow-soft);
  border: 1px solid #e2e8f0;
  transition: var(--svc-transition);
  position: relative;
  overflow: hidden;
}

.adv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--svc-teal-primary) 0%, var(--svc-cyan-electric) 100%);
  opacity: 0;
  transition: var(--svc-transition);
}

.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--svc-shadow-hover);
  border-color: rgba(0, 92, 114, 0.2);
}

.adv-card:hover::before {
  opacity: 1;
}

.adv-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.adv-card-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--svc-ocean-dark);
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.adv-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 92, 114, 0.06) 0%, rgba(0, 210, 255, 0.12) 100%);
  border: 2px solid var(--svc-teal-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--svc-transition);
}

.adv-icon-circle img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.adv-card:hover .adv-icon-circle {
  background: var(--svc-teal-primary);
  border-color: var(--svc-cyan-electric);
  transform: rotate(8deg);
}

.adv-card-desc {
  font-size: 14px;
  color: var(--svc-text-muted);
  line-height: 1.65;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

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

/* ── 4. We Stands For! (Interactive Services Catalog) ── */
.we-stands-for-section {
  padding: 100px 0 110px;
  background-color: #ffffff;
}

.section-header-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 20px;
}

.section-title-left {
  font-size: 40px;
  font-weight: 800;
  color: var(--svc-ocean-dark);
  line-height: 1.15;
  margin: 8px 0 0;
  font-family: 'Poppins', sans-serif;
}

/* Service Filter Tabs */
.service-filter-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--svc-bg-light);
  padding: 6px;
  border-radius: 40px;
  border: 1px solid #e2e8f0;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 22px;
  border-radius: 30px;
  border: 1.5px solid #005D73;
  background: #ffffff;
  color: #005D73;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: var(--svc-transition);
}

.filter-btn:hover {
  background-color: rgba(0, 93, 115, 0.08);
  color: #005D73;
}

.filter-btn.active {
  background: #005D73 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 92, 114, 0.25);
  border-color: #005D73 !important;
}

/* Stand Card Grid & Cards */
.stand-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.stand-card {
  background: #005d73;
  /* Outer dark teal frame matching reference */
  border-radius: 24px 24px 36px 36px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 93, 115, 0.2);
  border: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 8px 8px 12px 8px;
}

.stand-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 42px rgba(0, 93, 115, 0.32);
}

/* Teal header topbar */
.stand-card-topbar {
  background: transparent;
  color: #ffffff;
  padding: 12px 14px 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}

.stand-card-topbar h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  flex: 1;
  padding-right: 10px;
}

/* Arrow circle button on right of topbar */
.stand-arrow-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}

.stand-arrow-btn:hover {
  background: rgba(255, 255, 255, 0.45);
  transform: scale(1.12);
}

.stand-arrow-btn i {
  color: #ffffff;
  font-size: 13px;
  display: block;
  transition: transform 0.25s ease;
}

/* Media area inside square box frame */
.stand-card-media {
  position: relative;
  flex: 1;
  border-radius: 18px;
  overflow: hidden;
}

/* Circular icon badge floating over top-left of image */
.stand-floating-icon {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 75, 95, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 6;
  transition: transform 0.3s ease;
}

.stand-card:hover .stand-floating-icon {
  transform: scale(1.08);
}

.stand-floating-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Main card image inside square frame */
.stand-card-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  padding: 24px;
  display: block;
  border-radius: 42px 42px 42px 42px;
  transition: transform 0.45s ease;
}

.stand-card:hover .stand-card-img {
  transform: scale(1.04);
}

/* Bottom white description overlay box */
.stand-desc-overlay {
  position: relative;
  z-index: 4;
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 18px;
  margin: -95px 14px 12px 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 93, 115, 0.1);
}

.stand-desc-overlay p {
  font-size: 12.5px;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}

/* ── 5. NEW: 4-Step Process Timeline Section ── */
.services-process-section {
  padding: 100px 0 110px;
  background: linear-gradient(180deg, var(--svc-bg-light) 0%, #e2eaf0 100%);
  position: relative;
}

.process-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.process-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 24px;
  position: relative;
  box-shadow: var(--svc-shadow-soft);
  border: 1px solid #e2e8f0;
  transition: var(--svc-transition);
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--svc-shadow-hover);
  border-color: var(--svc-teal-bright);
}

.process-step-num {
  font-size: 14px;
  font-weight: 800;
  color: var(--svc-teal-primary);
  background: rgba(0, 92, 114, 0.08);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid rgba(0, 92, 114, 0.2);
  transition: var(--svc-transition);
}

.process-card:hover .process-step-num {
  background: var(--svc-teal-primary);
  color: #ffffff;
  border-color: var(--svc-cyan-electric);
}

.process-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--svc-ocean-dark);
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
}

.process-card p {
  font-size: 13.5px;
  color: var(--svc-text-muted);
  line-height: 1.6;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* ── 6. NEW: FAQ Accordion Section ── */
.services-faq-section {
  padding: 100px 0 110px;
  background: #ffffff;
}

.faq-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}

.faq-accordion-container {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 1px solid #005d73;
  border-radius: 16px;
  overflow: hidden;
  background: #005d73;
  transition: var(--svc-transition);
}

.faq-item.active {
  border-color: var(--svc-teal-bright);
  box-shadow: var(--svc-shadow-soft);
}

.faq-question {
  width: 100%;
  padding: 22px 28px;
  background: #005d73;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: var(--svc-transition);
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--svc-bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--svc-teal-primary);
  font-size: 14px;
  flex-shrink: 0;
  transition: var(--svc-transition);
}

.faq-item.active .faq-icon {
  background: var(--svc-teal-primary);
  color: #ffffff;
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.3s ease;
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  max-height: 250px;
  padding: 0 28px 22px;
}

.faq-answer p {
  font-size: 14.5px;
  color: var(--svc-text-muted);
  line-height: 1.7;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* ── 7. NEW: High-Impact Call-To-Action (CTA) Section ── */
.services-cta-section {
  padding: 70px 0 100px;
  background: #ffffff;
}

.cta-banner-card {
  background: linear-gradient(287deg, var(--svc-ocean-dark) 0%, var(--svc-teal-primary) 100%);
  border-radius: 28px;
  padding: 60px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 92, 114, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-banner-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.25) 0%, rgba(0, 210, 255, 0) 70%);
  pointer-events: none;
}

.cta-content {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  font-size: 38px !important;
  font-weight: 800 !important;
  margin: 12px 0 16px !important;
  line-height: 1.2 !important;
  font-family: 'Poppins', sans-serif !important;
  color: #ffffff !important;
}

.cta-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--svc-cyan-electric);
  color: var(--svc-ocean-dark);
  padding: 16px 36px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: var(--svc-transition);
  box-shadow: 0 8px 20px rgba(0, 210, 255, 0.1);
}

.cta-btn-primary:hover {
  background: #ffffff;
  color: var(--svc-ocean-dark);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.15);
}

.cta-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: var(--svc-transition);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.1);
}

.cta-btn-whatsapp:hover {
  background: #1eb956;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.15);
  color: #ffffff;
}

.cta-btn-whatsapp img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* ── 8. Responsive Media Queries ── */
@media (max-width: 1200px) {
  .services-hero-banner {
    min-height: 480px;
    padding: 130px 0 60px;
  }
  .services-page-title {
    font-size: 48px;
  }
  .hero-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-banner-card {
    flex-direction: column;
    text-align: center;
    padding: 45px 30px;
  }
  .cta-buttons {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .services-grid-2col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .services-text-col {
    max-width: 100%;
    text-align: center;
  }
  .services-highlights-list {
    align-items: center;
  }
  .services-action-group {
    justify-content: center;
  }
  .services-image-col {
    justify-content: center;
  }
  .adv-top-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .adv-text-block {
    text-align: center;
  }
  .adv-main-desc {
    margin: 0 auto;
  }
  .adv-bottom-row,
  .stand-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .services-hero-banner {
    padding: 110px 0 50px;
  }
  .services-page-title {
    font-size: 38px;
  }
  .services-section-title {
    font-size: 34px;
  }
  .adv-main-title,
  .section-title-left,
  .cta-content h2 {
    font-size: 30px;
  }
  .hero-stats-grid,
  .adv-bottom-row,
  .stand-cards-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .services-floating-badge {
    left: 10px;
    bottom: -15px;
    padding: 12px 18px;
  }
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .cta-btn-primary,
  .cta-btn-whatsapp {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .services-page-title {
    font-size: 32px;
  }
  .services-hero-subtitle {
    font-size: 15px;
  }
  .filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  .stand-desc-overlay {
    margin-top: -35px;
    padding: 16px;
  }
}

/* GLOBAL BUTTON OVERRIDE TO #005D73 */
button:not(.filter-btn):not(.hamburger):not(.faq-question):not(.pcat-search-clear-btn):not(.pcat-reset-btn), .btn, .btn-primary, .hero-buttons a, .see-more-services-btn, .pcat-promo-btn, .pcat-empty-btn, .pcat-load-more-btn, .contact-action-btn, .btn-primary-alt, .services-contact-btn, .cta-btn-primary, .cta-btn-whatsapp, input[type="submit"], .whatsapp-btn, .call-btn, .mail-btn, .map-btn, .purple-contact-btn {
  background-color: #005D73 !important;
  background: #005D73 !important;
  border-color: #005D73 !important;
  color: #ffffff !important;
}

/* Non-active filter buttons: white bg + teal text */
.filter-btn:not(.active) {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #005D73 !important;
  border: 1.5px solid #005D73 !important;
}

/* Active filter button */
.filter-btn.active {
  background: #005D73 !important;
  background-color: #005D73 !important;
  color: #ffffff !important;
  border-color: #005D73 !important;
}

/* FAQ answer text stays dark/readable */
.faq-answer p {
  color: rgba(255, 255, 255, 0.9) !important;
}
