/*
Theme Name: Listandsell
Theme URI: https://listandsell.de
Author: Listandsell GmbH
Description: Professional building cleaning and facility management theme
Version: 1.0.0
Text Domain: totalreinigung-germany.de
*/

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

html {
  scroll-behavior: smooth;
}

/* Standard syntax */
::selection {
  background: #4182e1; /* Custom highlight background (light pink) */
  color: #fff; /* Custom text color (black) */
}

/* Specific syntax for older Firefox versions */
::-moz-selection {
  background: #4182e1;
  color: #fff;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

img[style*="object-fit"],
img.hero-img-1,
img.hero-img-2,
img.hero-img-4,
.about-hero-images img,
.cta-image img,
.services-image,
.finishing-img,
.invest-img-1,
.invest-img-2,
.sidebar-recent-thumb img,
.blog-card-image img,
.single-blog-featured-image img,
.values-video-container img,
.about-how-we-work-image img,
.about-experienced-teams-image img,
.about-company-image img,
.details-image img,
.precision-image img {
  height: 100%;
  object-fit: cover;
}

.hero-img-3 {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 178px; /* important fallback */
}

.hero-img-3 {
  aspect-ratio: 16 / 9;
}

.hero-img-3 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.video-overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================================
   LOCAL FONTS
   ========================================= */

/* Montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Open Sauce Two */
@font-face {
  font-family: "Open Sauce Two";
  src: url("fonts/open-sauce-two-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Two";
  src: url("fonts/open-sauce-two-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Two";
  src: url("fonts/open-sauce-two-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Two";
  src: url("fonts/open-sauce-two-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Poppins */
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   APP STYLES
   ========================================= */

:root {
  --font-heading: "Open Sauce Two", "Poppins", sans-serif;
  --font-text: "Montserrat", sans-serif;
  --color-primary: #cfa753;
  --color-dark: #001f2d;
  --color-light-bg: #f4f7f9;
  --color-text-main: #1a1a1a;
  --color-text-muted: #666666;
  --color-accent: #1f77d6;
}

body {
  color: var(--color-text-main);
  background-color: #ffffff;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
}

.padding-top-0-all {
  padding-top: 0 !important ;
}
.main-container {
  width: 100%;
  overflow-x: clip;
}

.inner-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.inner-container-wide {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}

.circle-gradient::after {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    #02334e 0%,
    #04668c 40%,
    #0a99ba 70%,
    #ffffff 100%
  );
}

/* Hero Section */
.hero-section {
  padding: 80px 0;
  display: flex;
  align-items: center;
}

.hero-content {
  display: flex;
  gap: 60px;
  align-items: center;
}

.hero-left {
  flex: 1;
  max-width: 650px;
}

.hero-left h1 {
  font-size: 3.5rem;
  margin-bottom: 24px;
  color: #000;
}

.hero-left p {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 600px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  margin-top: 32px;
}

.btn {
  padding: 16px 32px;
  border-radius: 50px;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition:
    transform 0.2s,
    opacity 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.btn-primary {
  background:
    radial-gradient(65.41% 139.08% at 50.09% -46.77%, #eaddbf 0%, #caa14d 100%)
      padding-box,
    linear-gradient(180deg, #ffe8b1 0%, #caa14d 125%) border-box;
  border: 1px solid transparent;
  color: white;
  box-shadow: 0 10px 20px rgba(200, 158, 83, 0.3);
}

.btn-secondary {
  background: white;
  color: var(--color-text-main);
  border: 1px solid #e0e0e0;
}

.hero-logos {
  display: flex;
  gap: 30px;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}

.hero-logos img {
  height: 80px;
  object-fit: contain;
}

.hero-right {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
  height: 650px;
}

.hero-img-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img-3 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

.hero-img-4 {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.play-button svg {
  width: 24px;
  height: 24px;
  fill: var(--color-dark);
  margin-left: 4px;
}

/* Ticker Section */
.ticker-section {
  background-color: #ffffff;
  padding: 32px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.ticker-content {
  display: inline-flex;
  gap: 80px;
  align-items: center;
  animation: ticker 40s linear infinite;
  padding-right: 80px;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #4a4a4a;
}

.ticker-dot {
  width: 10px;
  height: 10px;
  background-color: #00a1fb;
  border-radius: 50%;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Services Section */
.services-section {
  padding: 80px 0;
}

.services-content {
  display: flex;
  gap: 80px;
  /* align-items: center; */
}

.services-left {
  flex: 1;
}

.services-label {
  color: var(--color-text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  display: block;
  font-size: 0.95rem;
}

.services-left h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #000;
}

.service-accordion {
  border-top: 1px solid #e0e0e0;
}

.service-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.service-number {
  color: #a0b0b9;
  font-weight: 600;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-heading);
  color: #000;
}

.service-body {
  padding-top: 16px;
  padding-left: 48px;
  color: var(--color-text-muted);
  display: none;
  line-height: 1.7;
}

.service-item.active .service-number {
  color: var(--color-accent);
}

.service-item.active .service-body {
  display: block;
}

.services-right {
  flex: 1;
  position: relative;
}

.services-image-wrapper {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 600px;
}

.services-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-price-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  background: rgb(255 255 255 / 59%);
  backdrop-filter: blur(15px);
  --webkit-backdrop-filter: blur(15px);
  padding: 24px 32px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.price-info span {
  display: block;
  font-size: 0.95rem;
  color: var(--color-text-main);
  font-weight: 500;
  margin-bottom: 4px;
}

.price-info strong {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--font-heading);
}

.combined-sections-wrapper {
  background-color: #eff4fa;
  max-width: 1620px;
  width: calc(100% - 80px);
  border-radius: 60px;
  margin: 0 auto;
  overflow: hidden;
}

/* Precision Section */
.precision-section {
  /* padding: 40px 0; */
}

.precision-wrapper {
  padding: 60px 0 20px 0;
  display: flex;
  gap: 60px;
  /* align-items: center; */
}

.precision-image {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
}

.precision-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.precision-text {
  flex: 1;
  /* padding-right: 40px; */
}

.precision-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: -0.5px;
}

.precision-text p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.1rem;
}

.precision-features {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.precision-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 0.8rem;
  color: #666;
}

.precision-feature svg {
  color: #1f77d6;
}

/* Why Choose Us Section */
.why-choose-section {
  padding: 40px 0 80px;
}

.why-choose-wrapper {
  background-color: #001e2f;
  border-radius: 60px;
  padding: 80px 70px;
  position: relative;
  overflow: hidden;
}

.why-choose-grid,
.process-grid,
.how-it-works-header {
  position: relative;
  z-index: 2;
}

.why-choose-wrapper,
.how-it-works-wrapper {
  position: relative;
  overflow: hidden;
}

/* Noise layer */
/* Dense Noise Layer */
.why-choose-wrapper::before,
.how-it-works-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  opacity: 0.37;
  mix-blend-mode: soft-light;

  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='6' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='1.3'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");

  background-size: 140px 140px;
}

.why-choose-bg-shape {
  position: absolute;
  width: 1200px;
  height: 600px;
  border-radius: 50%;
  background: #0986cc;
  opacity: 0.3;
  backdrop-filter: blur(312.1000061035156px);
  -webkit-backdrop-filter: blur(312.1000061035156px);
  filter: blur(150px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.why-choose-header,
.why-choose-grid {
  position: relative;
  z-index: 1;
}

.why-choose-header {
  margin-bottom: 60px;
  max-width: 600px;
}

.why-choose-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  font-size: 1rem;
}

.why-choose-header h2 {
  font-size: 36px;
  color: white;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}

.why-feature-icon {
  margin-bottom: 20px;
  color: #1f77d6;
}

.why-feature h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: white;
  font-weight: 600;
}

.why-feature p {
  color: #8e9bae;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* How it Works Section */
.how-it-works-section {
  padding: 0;
}

.how-it-works-wrapper {
  background-color: #001e2f;
  border-radius: 0;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
  /* Grid background */
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100px 100px;
  background-position: center center;
}

.how-it-works-bg-shape {
  position: absolute;
  width: 1200px;
  height: 600px;
  border-radius: 50%;
  background: #0986cc;
  opacity: 0.3;
  backdrop-filter: blur(312px);
  -webkit-backdrop-filter: blur(312px);
  filter: blur(150px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

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

.how-it-works-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  font-size: 1rem;
}

.how-it-works-header h2 {
  font-size: 36px;
  color: white;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.process-card {
  position: relative;
  padding: 40px;
  border-radius: 40px;
  background: rgba(0, 30, 47, 0.276);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 0;
  /* backdrop-filter: blur(20px); */
}

/* Gradient Border */
.process-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: 40px;
  background: linear-gradient(106.36deg, #00a1fb 2.23%, #002f4a 94.53%);

  /* Mask trick */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

/*.process-card::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(9, 134, 204, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}*/

.process-number {
  background: #bfe6ff;
  color: #0986cc;
  font-size: 1.2rem;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(191, 230, 255, 0.4);
}

.process-card h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.process-card p {
  color: #8e9bae;
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.process-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0.6;
}

.process-arrow-1 {
  top: -5%;
}

.process-arrow-2 {
  bottom: -5%;
}

/* Industries Section */
.industries-section {
  padding: 80px 0;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.industries-header {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 40px;
}

.industries-header .section-subtitle {
  color: #8e9bae;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 16px;
}

.industries-header h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.industries-header p {
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.7;
}

.industries-marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.industries-marquee {
  display: flex;
  gap: 20px;
  animation: scroll 40s linear infinite;
  width: max-content;
}

.marquee-reverse {
  animation: scroll-reverse 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.industry-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1rem;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.industry-pill:hover {
  border-color: #0986cc;
  color: #0986cc;
  box-shadow: 0 4px 15px rgba(9, 134, 204, 0.1);
}

.industry-pill svg {
  color: #8e9bae;
}

.industry-pill:hover svg {
  color: #0986cc;
}

@media only screen and (max-width: 1024px) {
  .industries-section {
    padding: 60px 0;
  }
}

/* FAQ Section */
.faq-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-header .section-subtitle {
  color: #8e9bae;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 16px;
}

.faq-header h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

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

.faq-item {
  background: #f8fafc;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  background: #f8fafc;
}

.faq-question {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.faq-question svg {
  color: #1a1a1a;
  transition: transform 0.3s ease;
}

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

.faq-item.active .faq-answer {
  max-height: 240px;
  padding: 0 32px 24px;
}

.faq-answer p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Testimonials Section */
.testimonials-section {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.testimonials-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.testimonials-header .section-subtitle {
  color: #8e9bae;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 16px;
}

.testimonials-header h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.testimonials-header p {
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.7;
}

.testimonials-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.testimonials-grid {
  column-count: 4;
  column-gap: 24px;
}

.testimonial-card {
  break-inside: avoid;
  margin-bottom: 24px;
  background: white;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.testimonial-card > p {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4a7298;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

.author-info h4 {
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.stars {
  display: flex;
  gap: 2px;
}

.testimonials-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 80%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  pointer-events: none;
}

.load-more-btn {
  background:
    radial-gradient(65.41% 139.08% at 50.09% -46.77%, #eaddbf 0%, #caa14d 100%)
      padding-box,
    linear-gradient(180deg, #ffe8b1 0%, #caa14d 125%) border-box;
  border: 1px solid transparent;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 10px 20px rgba(200, 158, 83, 0.3);
  transition:
    transform 0.2s,
    opacity 0.3s ease;
}

.load-more-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Dark CTA Section */
.dark-cta-container {
  max-width: 1620px;
  margin: 100px auto 0;
  padding: 0 40px;
}

.dark-cta-wrapper {
  background: linear-gradient(90deg, #002a41 0%, #00659e 100%);
  border-radius: 40px;
  padding: 80px 320px;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* max-width: 600px; */
}

.dark-cta-bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

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

.dark-cta-content h2 {
  color: white;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.dark-cta-btn {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 16px 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}

.dark-cta-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

/* CTA Section */
.cta-section {
  padding: 60px 0 80px;
  background-color: #ffffff;
}

.cta-container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 40px;
}

.cta-card {
  background-color: #f0f4f8;
  border-radius: 40px;
  display: flex;
  /* align-items: center; */
  padding: 60px;
  gap: 60px;
}

.cta-image {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
}

.cta-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cta-content {
  flex: 1;
}

.cta-content h2 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.cta-content p {
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.cta-btn {
  background:
    radial-gradient(65.41% 139.08% at 50.09% -46.77%, #eaddbf 0%, #caa14d 100%)
      padding-box,
    linear-gradient(180deg, #ffe8b1 0%, #caa14d 125%) border-box;
  border: 1px solid transparent;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(200, 158, 83, 0.3);
  transition:
    transform 0.2s,
    opacity 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* === 1280px — compact header, scale fonts, tighten layouts === */
@media (max-width: 1280px) {
  .combined-sections-wrapper {
    width: calc(100% - 48px);
    border-radius: 40px;
  }
  .services-scope-section {
    width: calc(100% - 48px);
    border-radius: 30px;
  }
  .why-choose-wrapper {
    border-radius: 40px;
    padding: 60px 30px;
  }
  .precision-wrapper {
    padding: 50px 30px;
    gap: 40px;
    flex-direction: column;
  }
  .main-nav {
    gap: 18px;
  }
  .main-nav a,
  .mega-menu-link {
    font-size: 14px;
  }
  .header-contact {
    gap: 12px;
    padding-left: 14px;
  }
  .contact-item {
    font-size: 12px;
  }
  .contact-item span {
    font-size: 12px;
  }
  .hero-left h1 {
    font-size: 3rem;
  }
  .hero-content {
    gap: 40px;
  }
  .services-content {
    gap: 50px;
    flex-direction: column;
  }
  .services-left h2,
  .precision-text h2 {
    font-size: 36px;
  }
  .mega-panel-inner {
    /* grid-template-columns: 2fr auto 1fr auto 1fr; */
    padding: 28px 24px 32px;
  }
  .mega-panel-divider {
    margin: 0 20px;
  }
  .mega-services-grid {
    gap: 0 16px;
  }
  .mega-panel-services ul li a {
    font-size: 13px;
    padding: 7px 10px;
  }
  .mega-facility-card {
    padding: 12px 14px !important;
  }
  .mega-cta-img {
    height: 110px;
  }
}

/* Testimonials Carousel Nav (hidden on desktop) */
.testimonials-carousel-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 32px;
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-dark);
  transition: all 0.25s;
  flex-shrink: 0;
}

.carousel-btn:hover {
  background: var(--color-dark);
  color: #fff;
  border-color: var(--color-dark);
}

.carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s;
}

.carousel-dot.active {
  background: var(--color-dark);
  width: 28px;
  border-radius: 5px;
}

/* @media (max-width: 1024px) {
  .hero-content,
  .services-content,
  .precision-wrapper {
    flex-direction: column;
  }
} */

@media (max-width: 1200px) {
  .testimonials-grid {
    column-count: 3;
  }

  /* .hero-right {
    width: 100%;
    height: 500px;
  } */
  .hero-left {
    max-width: 100%;
  }
  .hero-left h1 {
    font-size: 2.8rem;
  }
  .hero-left p {
    max-width: 100%;
  }
  .hero-section {
    padding: 60px 0;
  }
  .services-section {
    padding: 60px 0;
  }
  .services-image-wrapper {
    height: 450px;
  }
  /* Hide email in header — keep phone + button */
  .header-contact .contact-item:nth-child(2) {
    display: none;
  }
  .header-contact {
    gap: 12px;
  }
  .mega-panel-inner {
    /* grid-template-columns: 2fr auto 1fr auto 0.9fr; */
    padding: 28px 20px 32px;
  }
  .mega-panel-divider {
    margin: 0 16px;
  }
  .mega-stats {
    gap: 14px;
  }
  .mega-stat strong {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .testimonials-wrapper {
    overflow: hidden;
  }

  .testimonials-grid {
    column-count: initial;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 8px;
    scrollbar-width: none;
    scroll-padding-left: 0;
  }

  .testimonials-grid::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    flex: 0 0 min(340px, 85vw);
    scroll-snap-align: center;
    margin-bottom: 0;
  }

  .testimonials-carousel-nav {
    display: flex;
  }

  .testimonials-section {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-arrow {
    display: none;
  }
  .cta-card {
    flex-direction: column;
    padding: 40px;
    gap: 40px;
  }
  .hero-right {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px;
    gap: 14px;
  }
  .hero-img-1 {
    grid-column: 1;
    grid-row: 1;
    border-radius: 24px;
  }
  .hero-img-2 {
    grid-column: 2;
    grid-row: 1;
    border-radius: 24px;
  }
  .hero-img-3 {
    grid-column: 1;
    grid-row: 2;
    border-radius: 24px;
  }
  .hero-img-4 {
    grid-column: 2;
    grid-row: 2;
    border-radius: 24px;
  }
  .services-image-wrapper {
    height: 330px;
  }
}

/* @media (max-width: 1024px) {
  .hero-right {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-img-1 {
    width: 100%;
    height: 400px;
    border-radius: 24px;
    display: block;
  }

  .hero-img-2,
  .hero-img-3,
  .hero-img-4 {
    display: none;
  }
} */

/* Header Styles */
.site-header {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  /* Needed for mega panel absolute positioning */
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo-link {
  text-decoration: none;
}

.logo-img {
  height: 44px;
  width: auto;
  display: block;
  width: 196px;
}

.footer-col.brand-col .logo-img {
  height: 40px;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
}

.logo-subtitle {
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.logo-white .logo-title {
  color: white;
}

.logo-white .logo-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav a {
  color: #4a5568;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.2s;
}

.main-nav a:hover,
.main-nav a.active {
  color: #00a1fb;
}

.header-contact {
  display: flex;
  gap: 24px;
  align-items: center;
  border-left: 1px solid #e2e8f0;
  padding-left: 24px;
}

.header-cta-btn {
  padding: 10px 22px;
  font-size: 14px;
  white-space: nowrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Footer Styles */
.site-footer {
  background-color: #002f4a;
  color: white;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

/* Dense Noise Layer */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  opacity: 0.35;
  mix-blend-mode: soft-light;

  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='6' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='1.3'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");

  background-size: 140px 140px;
}

.footer-container {
  position: relative;
  z-index: 2;
}

.footer-bg-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.footer-right-bg {
  max-width: 480px;
  height: auto;
  opacity: 0.45;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.7fr 2fr 1fr 1.5fr;
  gap: 15px;
  margin-bottom: 60px;
}

.footer-desc {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  max-width: 88%;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  stroke: white;
  fill: none;
}

.social-icon:hover {
  transform: translateY(-2px);
  background: #00a1fb;
  border-color: #00a1fb;
  color: white;
}

.footer-col h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: white;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 15px;
}

.footer-col a:hover {
  color: #00a1fb;
}

.contact-col li {
  list-style: none;
}

.contact-col li a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}

.contact-col li a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 161, 251, 0.3);
  color: white;
}

.contact-col li a svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-col li strong {
  display: block;
  color: white;
  margin-bottom: 2px;
}

.contact-col li span {
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.footer-legal {
  display: flex;
  gap: 24px;
	padding-top:25px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: white;
}

@media (max-width: 1350px) {
  .footer-top {
    /* grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; */
    gap: 24px;
  }
  .footer-desc {
    max-width: 80%;
  }
  .footer-col a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .footer-col.brand-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .header-contact .contact-item {
    display: none;
  }
  .header-contact {
    border: none;
    padding-left: 0;
    gap: 0;
  }
  .main-nav {
    gap: 20px;
  }
  /* Mega panel — hide CTA column + its divider */
  .mega-panel-inner {
    grid-template-columns: 1.5fr auto 1fr;
    padding: 24px 20px 28px;
  }
  .mega-panel-cta {
    display: none;
  }
  .mega-panel-divider:last-of-type {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .main-nav {
    display: none;
  }
  .header-contact {
    display: none;
  }
  .footer-container {
    padding: 0 15px;
  }
}

/* =========================================
   ABOUT PAGE STYLES
   ========================================= */

.about-page {
  width: 100%;
  overflow-x: hidden;
}

/* Common Components */
.section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #00a1fb;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 4px;
}

/*.section-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #00A1FB;
}
*/
.section-label.white {
  color: white;
}

.section-label.white::before {
  background-color: white;
}

/* 1. Hero Section */
.about-hero-section {
  position: relative;
  padding: 100px 0;
  background-color: #f4f7f9;
  overflow: hidden;
}

.about-hero-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 161, 251, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 161, 251, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-hero-left {
  flex: 1;
  /* max-width: 600px; */
}

.about-hero-left h1 {
  font-size: 3.1rem;
  color: #001f2d;
  margin-bottom: 24px;
  line-height: 1.3;
}

.about-hero-left p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
}

.about-hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.about-hero-images {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: 500px;
}

.about-hero-images .img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-hero-images .img-front {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 70%;
  object-fit: cover;
  border-radius: 24px;
  border: 10px solid #f4f7f9;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-hero-action-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #00a1fb;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 161, 251, 0.3);
  transition: transform 0.3s ease;
  z-index: 2;
}

.about-hero-action-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.about-hero-cta {
  align-self: flex-start;
  margin-left: 10%;
}

/* 3. About Our Company Section */
.about-company-section {
  padding: 100px 0;
  background-color: white;
}

.about-company-wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}

.about-company-text {
  flex: 1;
}

.about-company-text h2 {
  font-size: 38px;
  color: #001f2d;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.about-company-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.7;
}

.about-company-image {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
}

.about-company-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* 4. Company Journey Section */
.about-journey-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #002a41 0%, #002a41 100%);
  position: relative;
  overflow: hidden;
}

.about-journey-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}

.about-journey-header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}

.about-journey-header h2 {
  font-size: 38px;
  color: white;
  margin-top: 16px;
  letter-spacing: -0.5px;
}

.journey-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  z-index: 2;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  background-color: #00a1fb;
  border: 4px solid #001f2d;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 161, 251, 0.3);
  margin: 20px 0;
  position: relative;
  z-index: 3;
}

.timeline-content {
  text-align: center;
  position: absolute;
  width: 250px;
}

.timeline-item.top .timeline-content {
  bottom: 60px;
}

.timeline-item.bottom .timeline-content {
  top: 60px;
}

.timeline-content h3 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.timeline-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* 5. Certifications Section */
.about-certifications-section {
  padding: 80px 40px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.certifications-container {
  max-width: 1620px;
  width: 100%;
  background-color: #f4f7f9;
  border-radius: 40px;
  padding: 80px;
  box-sizing: border-box;
}

.certifications-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.certifications-text {
  flex: 1;
}

.certifications-text .section-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.certifications-text h2 {
  font-size: 38px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.certifications-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
}

.certifications-logos {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.cert-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.cert-logo .main-logo {
  height: 50px;
  object-fit: contain;
}

.cert-logo .stars {
  font-size: 14px;
  display: flex;
  gap: 2px;
}

.cert-logo .trustpilot-stars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
}

.certifications-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* .certificate-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  padding: 0px;
} */

/* Section 6: CTA */
.about-cta-section {
  padding: 120px 40px;
  background-color: #0a192f;
  background-image:
    linear-gradient(rgba(10, 25, 47, 0.85), rgba(10, 25, 47, 0.85)),
    url("/wp-content/uploads/2026/04/Bereit-fuer-einen-Reinigungspartner-auf-den-Sie-sich-wirklich-verlassen-koennen-img.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
}

.about-cta-container {
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}

.about-cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.about-cta-left {
  flex: 1;
}

.about-cta-left h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: white;
  /* letter-spacing: -0.5px; */
}

.about-cta-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.about-cta-right p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
}

.about-cta-button {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
}

.about-cta-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
}

.cta-dots {
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.3) 2px,
    transparent 2px
  );
  background-size: 10px 10px;
}

.cta-dots.top-left {
  top: -40px;
  left: -40px;
}

.cta-dots.bottom-left {
  bottom: -40px;
  left: -40px;
}

.cta-dots.top-right {
  top: -40px;
  right: -40px;
}

.cta-dots.bottom-right {
  bottom: -40px;
  right: -40px;
}

/* Section 7 & 8: How We Work & Experienced Teams */
.about-how-we-work-section,
.about-experienced-teams-section {
  padding: 100px 0;
  background-color: white;
  overflow: hidden;
  position: relative;
}

.about-how-we-work-container,
.about-experienced-teams-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}

.about-how-we-work-image,
.about-experienced-teams-image {
  flex: 1;
  position: relative;
}

.about-how-we-work-image img,
.about-experienced-teams-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.about-how-we-work-text,
.about-experienced-teams-text {
  flex: 1;
}

.about-how-we-work-text h2,
.about-experienced-teams-text h2 {
  font-size: 38px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.about-how-we-work-text p,
.about-experienced-teams-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* Background Waves */
.bg-waves {
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-image: repeating-radial-gradient(
    circle at center,
    transparent 0,
    transparent 20px,
    rgba(0, 102, 204, 0.03) 20px,
    rgba(0, 102, 204, 0.03) 21px
  );
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.left-waves {
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
}

.right-waves {
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
}

/* Section 9: Company Values */
.about-values-section {
  position: relative;
  padding-bottom: 100px;
}

.values-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-color: #ffffff;
  z-index: 1;
}

.values-bottom-bg {
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #113247;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  /* z-index: 1; */
}

.values-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.values-header {
  text-align: center;
  padding: 80px 0 60px;
}

.values-header .section-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.values-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #111;
  margin: 0;
  letter-spacing: -0.5px;
}

.values-video-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.values-video-container img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #0088cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 136, 204, 0.4);
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #0099e6;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 84px;
  padding: 0 15px;
}

.value-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  backdrop-filter: blur(10px);
}

.value-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.value-icon {
  color: #00aaff;
  margin-bottom: 24px;
}

.value-card h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.value-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Services Page Styles */
.services-about-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.services-waves-bg {
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  width: 1000px;
  height: 1000px;
  background-image: repeating-radial-gradient(
    circle at center,
    transparent 0,
    transparent 20px,
    rgba(0, 102, 204, 0.03) 20px,
    rgba(0, 102, 204, 0.03) 21px
  );
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.services-about-content {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.services-about-left {
  flex: 1;
}

.services-about-left .section-label {
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}

.services-about-left h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin: 0;
}

.services-about-right {
  flex: 1;
}

.services-about-right h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
  margin-bottom: 24px;
}

.services-about-right p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 24px;
}

/* Section 4: Scope of Services */
.services-scope-section {
  background-color: #0b1b28;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  max-width: 1620px;
  margin: 0 auto;
  width: calc(100% - 80px);
}

.services-scope-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    circle at center,
    rgba(0, 170, 255, 0.1) 0%,
    transparent 70%
  );
  opacity: 0.5;
  z-index: 1;
}

.services-scope-header {
  text-align: center;
  /* max-width: 800px; */
  max-width: 980px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.services-scope-header .section-label {
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.services-scope-header h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}

.services-scope-header p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.services-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.scope-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  /* padding: 40px; */
  padding: 30px;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.scope-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 170, 255, 0.3);
}

.scope-icon {
  color: #00aaff;
  margin-bottom: 30px;
}

.scope-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}

.scope-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* Section 5: Invest */
.services-invest-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.services-waves-bg-bottom {
  position: absolute;
  bottom: -20%;
  left: -20%;
  width: 1000px;
  height: 1000px;
  background-image: repeating-radial-gradient(
    circle at center,
    transparent 0,
    transparent 20px,
    rgba(0, 102, 204, 0.03) 20px,
    rgba(0, 102, 204, 0.03) 21px
  );
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.services-invest-content {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.services-invest-left {
  flex: 1;
}

.services-invest-left h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}

.services-invest-left p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
  margin-bottom: 24px;
}

.services-invest-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.invest-images {
  position: relative;
  width: 100%;
  height: 400px;
}

.invest-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.invest-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  z-index: 1;
}

.invest-action-btn {
  position: absolute;
  top: -20px;
  right: 20%;
  width: 80px;
  height: 80px;
  background-color: #0088cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s ease;
}

.invest-action-btn:hover {
  transform: scale(1.1);
}

.btn-whatsapp {
  background-color: #25d366;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #128c7e;
}

/* Section 6: Finishing Touch */
.services-finishing-section {
  background-color: #0b1b28;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.finishing-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100px 100px;
  z-index: 1;
}

.finishing-content {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.finishing-left {
  flex: 1;
}

.finishing-left h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 40px;
}

.finishing-img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  height: 400px;
}

.finishing-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.finishing-right p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}

.finishing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.finishing-card {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.finishing-card:hover {
  transform: translateY(-5px);
}

.finishing-icon {
  color: #111;
}

.finishing-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  margin: 0;
  line-height: 1.4;
}

/* Section 7: Why Choose Us */
.services-why-section {
  padding: 120px 0;
  background-color: white;
  text-align: center;
  overflow: hidden;
}

.why-header {
  margin-bottom: 80px;
}

.why-header .section-label {
  color: #666;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.why-header h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.why-arc-container {
  position: relative;
  padding-top: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-arc-line {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300px;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 50%;
  z-index: 1;
}

.why-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.why-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-step:nth-child(1) {
  transform: translateY(-40px);
}
.why-step:nth-child(2) {
  transform: translateY(20px);
}
.why-step:nth-child(3) {
  transform: translateY(20px);
}
.why-step:nth-child(4) {
  transform: translateY(-40px);
}

.step-icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.step-icon-wrapper.blue {
  background-color: #e6f4ff;
  color: #0088cc;
}
.step-icon-wrapper.yellow {
  background-color: #fff8e6;
  color: #f5a623;
}
.step-icon-wrapper.red {
  background-color: #ffeef0;
  color: #ff4d4f;
}
.step-icon-wrapper.green {
  background-color: #e6f7ed;
  color: #52c41a;
}

.why-step h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

.why-step p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}

/* Section 8: Building Cleaning Details */
.services-details-section {
  padding: 0px 0 120px;
  background-color: white;
}

.details-card {
  background-color: #f0f4f8;
  border-radius: 40px;
  padding: 60px;
  position: relative;
}

.details-content-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 20px;
}

.details-image {
  flex: 1;
}

.details-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
}

.details-text {
  flex: 1;
}

.details-text h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}

.details-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.details-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* margin-top: -40px; */
  position: relative;
  z-index: 2;
  padding-left: 40px;
}

.detail-pill {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pill-check {
  color: #0088cc;
}

.detail-pill span {
  font-weight: 600;
  color: #111;
}

/* Section 9: Logo Ticker */
.services-logos-section {
  padding: 60px 0;
  background-color: white;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.logos-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.logo-item {
  flex: 1;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  color: #111;
}

.placeholder-logo {
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}

.placeholder-logo.dark {
  color: #111;
}
.placeholder-logo.green {
  color: #8dc63f;
}
.placeholder-logo.green span {
  font-size: 0.5em;
  font-weight: 600;
  color: #666;
  display: block;
}
.placeholder-logo.red-blue {
  color: #e30613;
}
.placeholder-logo.blue {
  color: #0054a6;
}
.placeholder-logo.circle {
  background-color: #8a1538;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* Section 10: Locations */
.services-locations-section {
  padding: 120px 0;
  background-color: white;
  text-align: center;
}

.locations-header {
  margin-bottom: 60px;
}

.locations-header .section-label {
  color: #666;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.locations-header h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}

.locations-header p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.location-pill {
  background-color: #f0f8ff;
  border: 1px solid #cce5ff;
  padding: 16px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.location-pill:hover {
  background-color: #0088cc;
  color: white;
  border-color: #0088cc;
}

.location-pill:hover .location-icon {
  color: white;
}

.location-icon {
  color: #0088cc;
}

.location-pill span {
  font-weight: 600;
  font-size: 1rem;
}

/* Section 11: Contact Form */
.services-contact-section {
  padding: 120px 0;
  background-color: #f8fafc;
}

.services-contact-wrapper {
  display: flex;
  gap: 60px;
  background: white;
  border-radius: 40px;
  padding: 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  flex-direction: column;
}

.services-contact-left {
  flex: 1;
}

.services-contact-left .section-label {
  color: #0088cc;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.services-contact-left h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin-bottom: 24px;
}

.services-contact-left p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
}

.services-contact-right {
  flex: 1.5;
}

.services-contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: flex;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.form-group label {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
  padding: 16px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #f8fafc;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0088cc;
  background-color: white;
  box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1);
}

.form-submit-btn {
  align-self: flex-start;
  padding: 16px 40px;
  font-size: 1.1rem;
  margin-top: 10px;
}

/* Responsive Styles for About Page */
@media (max-width: 1200px) {
  .about-hero-section {
    padding: 80px 0;
  }
  .about-hero-left h1 {
    font-size: 2.8rem;
  }
  .about-hero-content {
    gap: 40px;
  }
  .about-hero-images {
    height: 450px;
    max-width: 450px;
  }
  .about-company-text h2,
  .about-journey-header h2,
  .certifications-text h2 {
    font-size: 36px;
  }
  .services-about-left h2,
  .services-scope-header h2,
  .services-invest-left h2,
  .finishing-left h2,
  .details-text h2,
  .why-header h2,
  .locations-header h2 {
    font-size: 36px;
  }
  .finishing-content {
    gap: 40px;
  }
  .details-content-wrapper {
    gap: 30px;
  }
  .contact-grid {
    gap: 40px;
  }
}

@media (max-width: 1024px) {
  .about-hero-content,
  .about-company-wrapper,
  .certifications-wrapper,
  .about-cta-content,
  .about-how-we-work-container,
  .about-experienced-teams-container {
    flex-direction: column;
    gap: 30px;
  }

  .about-cta-content {
    align-items: flex-start;
  }

  .about-cta-left h2 {
    font-size: 2rem;
  }

  .about-cta-right {
    align-items: flex-start;
  }

  .about-hero-right {
    align-items: center;
  }

  .about-hero-cta {
    align-self: center;
    margin-left: 0;
  }

  .journey-timeline {
    flex-direction: column;
    padding: 40px 0;
  }

  .timeline-line {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .timeline-item {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0;
  }

  .timeline-dot {
    margin: 0 30px;
  }

  .timeline-content {
    position: static;
    text-align: left;
    width: calc(50% - 60px);
  }

  .timeline-item.top .timeline-content,
  .timeline-item.bottom .timeline-content {
    bottom: auto;
    top: auto;
  }

  /* .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .timeline-item:nth-child(even) .timeline-content {
    text-align: right;
  } */

  .timeline-line {
    left: 20px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
    justify-content: flex-start;
  }

  .timeline-dot {
    margin: 0 20px 0 8px;
  }

  .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    width: calc(100% - 60px);
    text-align: left;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-about-content,
  .services-invest-content {
    flex-direction: column;
    gap: 40px;
  }

  .services-scope-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-invest-right {
    align-items: flex-start;
    width: 100%;
  }

  .services-contact-wrapper {
    flex-direction: column;
    padding: 40px;
  }

  .certifications-container {
    padding: 60px 40px;
  }

  .services-contact-left h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .about-cta-section {
    padding: 60px 15px;
  }

  .about-how-we-work-section,
  .about-experienced-teams-section {
    padding: 60px 0;
  }

  .about-how-we-work-container,
  .about-experienced-teams-container {
    padding: 0 15px;
  }

  .about-certifications-section {
    padding: 32px 15px;
  }

  .values-container {
    padding: 0 15px;
  }

  .about-how-we-work-text h2,
  .about-experienced-teams-text h2 {
    font-size: 2rem;
  }

  .certifications-container {
    padding: 40px 15px;
    border-radius: 20px;
  }

  .certifications-logos {
    gap: 20px;
  }

  .about-hero-left h1 {
    font-size: 2.5rem;
  }

  .about-hero-images {
    height: 400px;
  }

  .about-company-text h2,
  .about-journey-header h2,
  .certifications-text h2,
  .about-cta-left h2 {
    font-size: 2rem;
  }

  .timeline-line {
    left: 20px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
    justify-content: flex-start;
  }

  .timeline-dot {
    margin: 0 20px 0 8px;
  }

  .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    width: calc(100% - 60px);
    text-align: left;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .values-header h2 {
    font-size: 2rem;
  }

  .services-about-left h2,
  .services-scope-header h2,
  .services-invest-left h2 {
    font-size: 2rem;
  }

  .services-scope-grid {
    grid-template-columns: 1fr;
  }

  .services-scope-section {
    width: calc(100% - 30px);
    border-radius: 20px;
    padding: 60px 0;
  }

  .invest-images {
    height: 300px;
  }

  .invest-img-1,
  .invest-img-2 {
    height: 200px;
  }

  .finishing-content,
  .details-content-wrapper {
    flex-direction: column;
  }

  .finishing-img {
    height: 300px;
  }

  .why-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-step:nth-child(1),
  .why-step:nth-child(2),
  .why-step:nth-child(3),
  .why-step:nth-child(4) {
    transform: none;
  }

  .why-arc-line {
    display: none;
  }

  .locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .finishing-left h2,
  .why-header h2,
  .details-text h2,
  .locations-header h2 {
    font-size: 2rem;
  }

  .details-card {
    padding: 15px;
  }

  .details-pills {
    padding-left: 0;
    justify-content: center;
  }

  .form-row {
    flex-direction: column;
    gap: 24px;
  }

  .services-contact-wrapper {
    padding: 15px;
  }
}

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

  .why-steps {
    grid-template-columns: 1fr;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact Page Styles */
.contact-get-in-touch {
  padding: 80px 0;
  background-color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
}

.contact-info-left h2 {
  font-size: 38px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.contact-info-left p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
  max-width: 600px;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 2rem;
}

.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: #c2e0f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-text {
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: 1.1rem;
}

.contact-form-right {
  width: 100%;
}

.contact-form-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

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

.form-group {
  display: flex;
  flex-direction: column;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  transition: border-color 0.2s;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #00a1fb;
}

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

.checkbox-group-container {
  gap: 12px;
}

.checkbox-group-label {
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #00a1fb;
}

.checkbox-text {
  color: #666;
  font-size: 0.95rem;
}

.privacy-group {
  gap: 12px;
  margin-top: 10px;
}

.privacy-text {
  color: #666;
  font-size: 0.95rem;
}

.submit-btn {
  margin-top: 10px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 30px;
  align-self: flex-start;
}

/* Section 4: Features Grid */
.contact-features-section {
  position: relative;
  padding: 100px 0;
  background-color: #001f2d;
  overflow: hidden;
}

.contact-features-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: center center;
  opacity: 0.5;
  z-index: 1;
}

.contact-features-section .inner-container {
  position: relative;
  z-index: 2;
}

.contact-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.contact-feature-card {
  background-color: rgba(0, 31, 45, 0.8);
  border: 1px solid rgba(0, 161, 251, 0.3);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(10px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.contact-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 161, 251, 0.6);
}

.feature-icon-wrapper {
  width: 64px;
  height: 64px;
  background-color: #c2e0f4;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 0 20px rgba(0, 161, 251, 0.5);
}

.contact-feature-card h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.contact-feature-card p {
  color: #a0b3c6;
  line-height: 1.6;
  font-size: 1rem;
}

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

  .contact-features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-info-left h2 {
    font-size: 2rem;
  }

  .contact-form-card {
    padding: 15px;
  }
}

/* =========================================
   FLOATING ACTION BUTTONS
   ========================================= */
.floating-actions {
  position: fixed;
  bottom: 78px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.floating-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease,    box-shadow 0.3s ease,    opacity 0.3s ease, background-color  0.3s ease;
  text-decoration: none;
  color: white;
}

.floating-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  background-color: rgba(202, 161, 77, 1);
}

.floating-whatsapp {
  background-color: #25d366;
}

.floating-whatsapp:hover {
  background-color: #1da851;
}

.floating-call {
  background-color: #00a1fb;
}

.floating-call:hover {
  /* background-color: #0088d4; */
}

.floating-top {
  background-color: var(--color-dark);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.floating-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-top:hover {
  background-color: #003a5c;
}

@media (max-width: 768px) {
  .floating-actions {
    bottom: 90px;
    right: 15px;
  }

  .floating-btn {
    width: 48px;
    height: 48px;
  }

  .floating-call {
    display: none;
  }
}

/* =========================================
   MOBILE FOOTER BAR
   ========================================= */
.mobile-footer-bar {
  display: none;
}

.mobile-menu-popup {
  display: none;
}

@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }
  .mobile-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: white;
    border-top: 1px solid #e5e7eb;
    z-index: 1000;
    padding: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  }

  .mobile-footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 0;
    text-decoration: none;
    color: #4a5568;
    font-size: 11px;
    font-weight: 600;
    border: none;
    background: none;
    cursor: pointer;
    transition:
      color 0.2s,
      background-color 0.2s;
    font-family: var(--font-text);
  }

  .mobile-footer-item:active {
    background-color: #f0f4f8;
  }

  .mobile-footer-item svg {
    color: #4a5568;
  }

  .mobile-footer-whatsapp {
    color: #25d366;
  }

  .mobile-footer-whatsapp svg {
    color: #25d366;
  }

  .mobile-footer-quote {
    color: var(--color-primary);
  }

  /* Add bottom padding to body so content isn't hidden behind mobile footer */
  .main-container {
    padding-bottom: 70px;
  }

  /* Hide main site footer bottom section on mobile to avoid clutter */
  .site-footer {
    margin-bottom: 0;
  }
}

/* =========================================
   MOBILE MENU POPUP
   ========================================= */
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 24px 24px 0 0;
    z-index: 1002;
    padding: 0;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 84vh;
    overflow-y: auto;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
  }

  .mobile-menu-popup.active {
    transform: translateY(0);
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
  }

  .mobile-menu-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-text-main);
  }

  .mobile-menu-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f4f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4a5568;
    transition: background-color 0.2s;
  }

  .mobile-menu-close:active {
    background: #e2e8f0;
  }

  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }

  .mobile-menu-nav a {
    display: block;
    padding: 16px 24px;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-main);
    transition:
      background-color 0.2s,
      color 0.2s;
  }

  .mobile-menu-nav a:active {
    background-color: #f0f4f8;
  }

  .mobile-menu-nav a.active {
    color: #00a1fb;
    background-color: #f0f8ff;
  }

  .mobile-menu-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
  }

  .mobile-menu-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--color-text-main);
    font-weight: 600;
    font-size: 0.95rem;
  }

  .mobile-menu-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 24px 28px;
  }

  .mobile-menu-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #002f4a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition:
      background 0.2s,
      color 0.2s;
  }

  .mobile-menu-socials a:hover {
    background: #00a1fb;
    color: white;
  }
}

/* =========================================
   FAQ CHEVRON TOGGLE ICONS (WordPress)
   ========================================= */
.faq-item .faq-chevron-up {
  display: none;
}
.faq-item .faq-chevron-down {
  display: inline;
}
.faq-item.active .faq-chevron-up {
  display: inline;
}
.faq-item.active .faq-chevron-down {
  display: none;
}

/* =========================================
   MEGA MENU — FULL WIDTH PANEL
   ========================================= */
.mega-menu-trigger {
  position: relative;
}

.mega-menu-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4a5568;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s;
  cursor: pointer;
}

.mega-menu-link:hover,
.mega-menu-link.active {
  color: #00a1fb;
}

.mega-chevron {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.mega-menu-trigger.mega-active .mega-chevron {
  transform: rotate(180deg);
}

.mega-menu-trigger.mega-active .mega-menu-link {
  color: #00a1fb;
}

/* Full-width panel */
.mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  border-top: none;
  box-shadow:
    0 30px 80px rgba(0, 31, 45, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.03);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s;
  z-index: 200;
}

.mega-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Gold accent line at top */
.mega-panel-top-accent {
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    #00a1fb,
    var(--color-primary)
  );
  background-size: 200% 100%;
  animation: megaAccentShift 4s ease infinite;
}

@keyframes megaAccentShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.mega-panel-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 40px 40px;
  display: grid;
  /* grid-template-columns: 2.2fr auto 1.1fr auto 1fr; */
  /* grid-template-columns: 1.2fr 2fr 1fr; */
  gap: 0;
  align-items: start;
}

.mega-panel-divider {
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 5%,
    #e2e8f0 30%,
    #e2e8f0 70%,
    transparent 95%
  );
  align-self: stretch;
  margin: 0 28px;
}

/* Column headers */
.mega-col-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.mega-col-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ebf5ff, #d6ecff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mega-col-icon-green {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
}

.mega-panel-col h4 {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: #001f2d;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

/* Services grid */
.mega-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.mega-panel-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Numbered service items */
.mega-panel-services ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  margin: 0 -12px;
  color: #4a5568;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.2s ease;
  position: relative;
  max-width: 300px;
}

.mega-item-num {
  font-size: 12px;
  font-weight: 700;
  color: #b0bec5;
  font-family: var(--font-heading);
  min-width: 20px;
  transition: color 0.2s;
}

.mega-panel-services ul li a:hover {
  background: linear-gradient(135deg, #f0f8ff, #e8f4fd);
  color: #001f2d;
  transform: translateX(4px);
}

.mega-panel-services ul li a:hover .mega-item-num {
  color: #00a1fb;
}

/* View all link */
.mega-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #00a1fb;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 0;
  border-top: 1px solid #f0f0f0;
  transition: gap 0.25s ease;
}

.mega-view-all:hover {
  gap: 10px;
}

/* Facility management cards */
.mega-facility-card {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  margin: 0 -16px 8px !important;
  border-radius: 14px !important;
  border: 1px solid #f0f2f5 !important;
  background: #fafbfc !important;
  transition: all 0.25s ease !important;
}

.mega-facility-card:hover {
  background: white !important;
  border-color: #dce8f0 !important;
  box-shadow: 0 4px 16px rgba(0, 47, 74, 0.06) !important;
  transform: translateY(-2px) !important;
}

.mega-facility-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ebf5ff, #d6ecff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mega-facility-card div {
  display: flex;
  flex-direction: column;
}

.mega-facility-card strong {
  font-size: 14px;
  font-weight: 700;
  color: #001f2d;
  font-family: var(--font-heading);
  line-height: 1.3;
}

.mega-facility-card span {
  font-size: 12px;
  color: #8896a4;
  font-weight: 500;
}

/* Stats row */
.mega-stats {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.mega-stat {
  display: flex;
  flex-direction: column;
}

.mega-stat strong {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--font-heading);
  background: linear-gradient(135deg, #00a1fb, #002f4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.mega-stat span {
  font-size: 11px;
  color: #8896a4;
  font-weight: 500;
}

/* CTA Card — with image */
.mega-cta-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #001e2f;
  display: flex;
  flex-direction: column;
}

.mega-cta-card::before,
.mega-cta-card::after {
  display: none;
}

.mega-cta-img {
  position: relative;
  height: 130px;
  overflow: hidden;
}

.mega-cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mega-cta-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, #001e2f 100%);
}

.mega-cta-content {
  padding: 0 22px 22px;
  position: relative;
  margin-top: -20px;
  z-index: 1;
}

.mega-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(207, 167, 83, 0.15);
  border: 1px solid rgba(207, 167, 83, 0.3);
  border-radius: 20px;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.mega-cta-badge span {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mega-cta-card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 6px;
  line-height: 1.3;
}

.mega-cta-card p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin-bottom: 16px;
}

.mega-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  background: radial-gradient(
    65.41% 139.08% at 50.09% -46.77%,
    #eaddbf 0%,
    #caa14d 100%
  );
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(200, 158, 83, 0.35);
}

.mega-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200, 158, 83, 0.5);
 color: #fff;
}

.mega-cta-btn svg {
  transition: transform 0.2s;
}

.mega-cta-btn:hover svg {
  transform: translateX(3px);
}

.mega-cta-trust {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
}

.mega-cta-trust span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}

.mega-cta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 2px;
}

@media (max-width: 768px) {
  .mega-menu-trigger {
    display: none;
  }
  .mega-panel {
    display: none;
  }
}

/* =========================================
   MOBILE MENU ACCORDION
   ========================================= */
@media (max-width: 768px) {
  .mobile-menu-accordion {
    border-bottom: none;
  }

  .mobile-menu-accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 24px;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-main);
    background: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .mobile-menu-accordion-toggle:active {
    background-color: #f0f4f8;
  }

  .mobile-accordion-chevron {
    transition: transform 0.25s ease;
    flex-shrink: 0;
  }

  .mobile-menu-accordion.open .mobile-accordion-chevron {
    transform: rotate(180deg);
  }

  .mobile-menu-accordion-body {
    display: none;
    padding: 0 24px 8px 40px;
  }

  .mobile-menu-accordion.open .mobile-menu-accordion-body {
    display: block;
  }

  .mobile-menu-accordion-body a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a5568;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s;
  }

  .mobile-menu-accordion-body a:last-child {
    border-bottom: none;
  }

  .mobile-menu-accordion-body a:active {
    color: #00a1fb;
  }
}

/* =========================================
   SERVICES POPUP (MOBILE)
   ========================================= */
.services-popup-overlay {
  display: none;
}

.services-popup {
  display: none;
}

@media (max-width: 1024px) {
  .services-popup-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .services-popup-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .services-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 24px 24px 0 0;
    z-index: 1002;
    padding: 0;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
  }

  .services-popup.active {
    transform: translateY(0);
  }

  .services-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    background: white;
    border-radius: 24px 24px 0 0;
    z-index: 1;
  }

  .services-popup-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-text-main);
  }

  .services-popup-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f4f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4a5568;
    transition: background-color 0.2s;
  }

  .services-popup-close:active {
    background: #e2e8f0;
  }

  .services-popup-body {
    padding: 16px 24px;
  }

  .services-popup-section {
    margin-bottom: 20px;
  }

  .services-popup-section h4 {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: #002f4a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-primary);
  }

  .services-popup-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* .services-popup-section ul li a {
    display: block;
    padding: 10px 0;
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.2s;
  } */

  .services-popup-section ul li:last-child a {
    border-bottom: none;
  }

  .services-popup-section ul li a:active {
    color: #00a1fb;
  }

  .services-popup-footer {
    padding: 16px 24px 28px;
    border-top: 1px solid #e5e7eb;
  }

  .services-popup-cta {
    width: 100%;
    text-align: center;
  }
}

/* =========================================
   ALL SERVICES PAGE (Grid Template)
   ========================================= */
.all-services-page {
  width: 100%;
  overflow-x: hidden;
}

/* Hero */
.all-services-hero {
  position: relative;
  padding: 100px 0 80px;
  background-color: #f4f7f9;
  overflow: hidden;
  text-align: center;
}

.all-services-hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.all-services-hero h1 {
  font-size: 3.2rem;
  color: #001f2d;
  margin-bottom: 20px;
  line-height: 1.1;
}

.all-services-hero p {
  font-size: 1.15rem;
  color: #666;
  line-height: 1.7;
}

/* Section */
.all-services-section {
  padding: 100px 0;
  position: relative;
}

.all-services-section-header {
  max-width: 600px;
  margin-bottom: 60px;
}

.all-services-section-header h2 {
  font-size: 42px;
  color: #001f2d;
  margin-bottom: 16px;
  line-height: 1.15;
}

.all-services-section-header p {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
}

/* Facility section variant */
.all-services-facility {
  background-color: #f4f7f9;
  position: relative;
  overflow: hidden;
}

.all-services-facility-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 161, 251, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 161, 251, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

.all-services-facility .all-services-section-header {
  position: relative;
  z-index: 1;
}

/* Card Grid */
.all-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

.all-services-grid-sm {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
}

/* Service Card */
.service-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid #eef1f4;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 47, 74, 0.1);
}

/* Card image */
.service-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-card-img img {
  transform: scale(1.08);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(0, 31, 45, 0.55) 100%
  );
  pointer-events: none;
}

.service-card-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(0, 161, 251, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 161, 251, 0.3);
}

/* Card body */
.service-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-body h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: #001f2d;
  margin-bottom: 10px;
}

.service-card-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 18px;
  flex: 1;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #00a1fb;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: gap 0.25s ease;
}

.service-card:hover .service-card-link {
  gap: 10px;
}

/* CTA Banner */
.all-services-cta {
  padding: 80px 0 100px;
}

.all-services-cta-card {
  position: relative;
  background: linear-gradient(145deg, #001e2f 0%, #003350 100%);
  border-radius: 32px;
  padding: 80px 60px;
  text-align: center;
  overflow: hidden;
}

.all-services-cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(0, 161, 251, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(207, 167, 83, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.all-services-cta-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.all-services-cta-content h2 {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 16px;
  line-height: 1.2;
}

.all-services-cta-content p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Responsive */
@media (max-width: 1200px) {
  .all-services-hero h1 {
    font-size: 2.6rem;
  }
  .all-services-section-header h2 {
    font-size: 36px;
  }
  .all-services-grid {
    gap: 20px;
  }
  .service-card-img {
    height: 180px;
  }
}

@media (max-width: 1024px) {
  .all-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .all-services-grid-sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .all-services-section {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .all-services-hero {
    padding: 70px 0 50px;
  }
  .all-services-hero h1 {
    font-size: 2rem;
  }
  .all-services-section {
    padding: 60px 0;
  }
  .all-services-section-header h2 {
    font-size: 28px;
  }
  .all-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .all-services-grid-sm {
    grid-template-columns: 1fr;
  }
  .all-services-cta-card {
    padding: 50px 24px;
    border-radius: 20px;
  }
  .all-services-cta-content h2 {
    font-size: 1.6rem;
  }
}

/* =========================================
   ANIMATED SVG ICONS — Phone & WhatsApp
   ========================================= */

/* Phone — ringing animation with signal rings */
.icon-phone-animated {
  overflow: visible;
}

.icon-phone-animated .phone-body {
  transform-origin: center center;
  animation: phoneRing 3s ease-in-out infinite;
}

.icon-phone-animated .phone-ring-1 {
  animation: phoneSignal1 3s ease-out infinite;
}

.icon-phone-animated .phone-ring-2 {
  animation: phoneSignal2 3s ease-out infinite;
}

@keyframes phoneRing {
  0%,
  100% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8% {
    transform: rotate(-12deg);
  }
  12% {
    transform: rotate(10deg);
  }
  16% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(5deg);
  }
  24% {
    transform: rotate(0deg);
  }
}

@keyframes phoneSignal1 {
  0%,
  30% {
    opacity: 0;
    stroke-dasharray: 0 100;
  }
  40% {
    opacity: 0.8;
    stroke-dasharray: 100 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes phoneSignal2 {
  0%,
  35% {
    opacity: 0;
    stroke-dasharray: 0 100;
  }
  50% {
    opacity: 0.9;
    stroke-dasharray: 100 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* WhatsApp — pulse + floating dots */
.icon-whatsapp-animated {
  overflow: visible;
}

.icon-whatsapp-animated .wa-body {
  transform-origin: center center;
  animation: waBounce 4s ease-in-out infinite;
}

.icon-whatsapp-animated .wa-pulse {
  animation: waPulse 4s ease-out infinite;
}

.icon-whatsapp-animated .wa-dot-1 {
  animation: waDot 4s ease-out 0.5s infinite;
}

.icon-whatsapp-animated .wa-dot-2 {
  animation: waDot 4s ease-out 1s infinite;
}

.icon-whatsapp-animated .wa-dot-3 {
  animation: waDot 4s ease-out 1.5s infinite;
}

@keyframes waBounce {
  0%,
  100% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.08);
  }
  20% {
    transform: scale(1);
  }
}

@keyframes waPulse {
  0% {
    r: 15;
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  30% {
    r: 22;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes waDot {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0);
  }
  15% {
    opacity: 0.7;
    transform: translate(-2px, -3px) scale(1);
  }
  40% {
    opacity: 0;
    transform: translate(-5px, -8px) scale(0.5);
  }
  100% {
    opacity: 0;
  }
}

/* Hover boost — speed up on parent hover */
a:hover .icon-phone-animated .phone-body,
button:hover .icon-phone-animated .phone-body {
  animation-duration: 1.5s;
}

a:hover .icon-phone-animated .phone-ring-1,
button:hover .icon-phone-animated .phone-ring-1,
a:hover .icon-phone-animated .phone-ring-2,
button:hover .icon-phone-animated .phone-ring-2 {
  animation-duration: 1.5s;
}

a:hover .icon-whatsapp-animated .wa-body,
button:hover .icon-whatsapp-animated .wa-body {
  animation-duration: 2s;
}

a:hover .icon-whatsapp-animated .wa-pulse,
button:hover .icon-whatsapp-animated .wa-pulse {
  animation-duration: 2s;
}

/* Floating buttons — persistent glow pulse */
.floating-whatsapp .icon-whatsapp-animated .wa-pulse {
  animation: waPulse 2.5s ease-out infinite;
}

.floating-call .icon-phone-animated .phone-ring-1 {
  animation: phoneSignal1 2s ease-out infinite;
}

.floating-call .icon-phone-animated .phone-ring-2 {
  animation: phoneSignal2 2s ease-out infinite;
}

/* =========================================
   BLOG ARCHIVE PAGE
   ========================================= */

.blog-hero-section {
  text-align: center;
  padding: 80px 0 60px;
}

.blog-hero-content {
  max-width: 720px;
  margin: 0 auto;
}

.blog-hero-content h1 {
  font-size: 42px;
  color: var(--color-dark);
  margin-bottom: 16px;
}

.blog-hero-content > p {
  font-size: 16px;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* Breadcrumb */
.blog-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 20px;
}

.blog-breadcrumb a {
  color: #00a1fb;
  text-decoration: none;
  transition: color 0.2s;
}

.blog-breadcrumb a:hover {
  color: var(--color-dark);
}

.blog-breadcrumb span {
  color: var(--color-text-muted);
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-breadcrumb svg {
  opacity: 0.4;
  flex-shrink: 0;
}

/* Category Filter */
.blog-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.blog-cat-link {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
  background: #f4f7f9;
  text-decoration: none;
  transition: all 0.25s;
  border: 1px solid transparent;
}

.blog-cat-link:hover {
  color: var(--color-dark);
  border-color: #d1d5db;
}

.blog-cat-link.active {
  background: var(--color-dark);
  color: #fff;
}

/* Blog Grid */
.blog-archive-section {
  padding: 60px 0 80px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Blog Card */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8ecf0;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 31, 45, 0.08);
}

.blog-card-image-link {
  display: block;
  text-decoration: none;
}

.blog-card-image {
  height: 220px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 24px;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

.blog-card-category {
  background: rgba(0, 161, 251, 0.1);
  color: #00a1fb;
  padding: 3px 12px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card-date {
  color: var(--color-text-muted);
}

.blog-card-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.blog-card-title a {
  color: var(--color-dark);
  text-decoration: none;
  transition: color 0.2s;
}

.blog-card-title a:hover {
  color: #00a1fb;
}

.blog-card-excerpt {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.blog-card-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #00a1fb;
  text-decoration: none;
  transition: gap 0.25s;
}

.blog-card-read-more:hover {
  gap: 10px;
}

/* Pagination */
.blog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.blog-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  background: #f4f7f9;
  text-decoration: none;
  transition: all 0.25s;
}

.blog-pagination .page-numbers:hover {
  background: #e8ecf0;
  color: var(--color-dark);
}

.blog-pagination .page-numbers.current {
  background: var(--color-dark);
  color: #fff;
}

.blog-pagination .prev,
.blog-pagination .next {
  background: transparent;
}

/* No Posts */
.blog-no-posts {
  text-align: center;
  padding: 80px 0;
}

.blog-no-posts h2 {
  font-size: 28px;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.blog-no-posts p {
  color: var(--color-text-muted);
}

/* =========================================
   SINGLE BLOG POST PAGE
   ========================================= */

.single-blog-hero .blog-hero-content {
  max-width: 800px;
}

.single-blog-hero h1 {
  font-size: 38px;
}

/* Author Meta */
.single-blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  font-size: 14px;
  color: var(--color-text-muted);
}

.single-blog-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--color-dark);
}

.single-blog-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.single-blog-meta-sep {
  opacity: 0.3;
}

/* Featured Image */
.single-blog-featured-image {
  /* margin-top: -20px; */
  margin-bottom: 48px;
  padding-top: 60px;
}

.single-blog-featured-image .inner-container {
  max-width: 1000px;
}

.single-blog-featured-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

/* Content Layout */
.single-blog-content-section {
  padding-bottom: 80px;
}

.single-blog-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

/* Blog Content Prose */
.single-blog-content {
  min-width: 0;
}

.single-blog-content h2 {
  font-size: 36px;
  color: var(--color-dark);
  margin: 40px 0 16px;
}

.single-blog-content h3 {
  font-size: 22px;
  color: var(--color-dark);
  margin: 32px 0 12px;
}

.single-blog-content h4 {
  font-size: 18px;
  color: var(--color-dark);
  margin: 24px 0 10px;
}

.single-blog-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.single-blog-content ul,
.single-blog-content ol {
  margin: 0 0 20px 24px;
  line-height: 1.8;
  color: #333;
}

.single-blog-content li {
  margin-bottom: 8px;
}

.single-blog-content blockquote {
  border-left: 4px solid var(--color-primary);
  padding: 20px 24px;
  margin: 28px 0;
  background: #f4f7f9;
  border-radius: 0 12px 12px 0;
  font-size: 17px;
  font-style: italic;
  color: var(--color-dark);
}

.single-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
}

.single-blog-content a {
  color: #00a1fb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-blog-content a:hover {
  color: var(--color-dark);
}

/* Tags */
.single-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e8ecf0;
}

.blog-tag {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted);
  background: #f4f7f9;
  text-decoration: none;
  transition: all 0.25s;
}

.blog-tag:hover {
  background: var(--color-dark);
  color: #fff;
}

/* Share */
.single-blog-share {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e8ecf0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
}

.single-blog-share-links {
  display: flex;
  gap: 8px;
}

.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f4f7f9;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: all 0.25s;
}

.share-link:hover {
  background: var(--color-dark);
  color: #fff;
}

.share-link svg {
  fill: currentColor;
}

/* Sidebar */
.single-blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: #f4f7f9;
  border-radius: 16px;
  padding: 28px;
}

.sidebar-card h4 {
  font-size: 17px;
  color: var(--color-dark);
  margin-bottom: 16px;
}

/* Author Card */
.sidebar-author-card {
  text-align: center;
}

.sidebar-author-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.sidebar-author-card h4 {
  margin-bottom: 8px;
}

.sidebar-author-card p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* Recent Posts */
.sidebar-recent-posts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-recent-post {
  display: flex;
  gap: 12px;
  text-decoration: none;
  align-items: center;
}

.sidebar-recent-post:hover h5 {
  color: #00a1fb;
}

.sidebar-recent-thumb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.sidebar-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-recent-date {
  font-size: 12px;
  color: var(--color-text-muted);
}

.sidebar-recent-post h5 {
  font-size: 14px;
  color: var(--color-dark);
  line-height: 1.4;
  margin-top: 2px;
  transition: color 0.2s;
  font-family: var(--font-heading);
}

/* CTA Card */
.sidebar-cta-card {
  background: var(--color-dark);
  color: #fff;
  text-align: center;
}

.sidebar-cta-card h4 {
  color: #fff;
}

.sidebar-cta-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  line-height: 1.6;
}

.sidebar-cta-card .btn-primary {
  width: 100%;
  justify-content: center;
}

/* Related Posts */
.related-posts-section {
  padding: 60px 0 80px;
  background: #f4f7f9;
}

.related-posts-header {
  text-align: center;
  margin-bottom: 40px;
}

.related-posts-header h2 {
  font-size: 32px;
  color: var(--color-dark);
}

.related-posts-grid {
  grid-template-columns: repeat(3, 1fr);
}

.related-posts-grid .blog-card {
  border: none;
}

/* =========================================
   BLOG RESPONSIVE
   ========================================= */

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .single-blog-layout {
    grid-template-columns: 1fr;
  }

  .single-blog-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .sidebar-cta-card {
    grid-column: 1 / -1;
  }

  .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-hero-content h1 {
    font-size: 28px;
  }

  .single-blog-hero h1 {
    font-size: 26px;
  }

  .blog-grid,
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-card-image {
    height: 200px;
  }

  .single-blog-featured-image img {
    height: 260px;
    border-radius: 14px;
  }

  .single-blog-meta {
    flex-wrap: wrap;
    gap: 8px;
  }

  .single-blog-sidebar {
    grid-template-columns: 1fr;
  }

  .blog-categories {
    gap: 6px;
  }

  .blog-cat-link {
    padding: 6px 14px;
    font-size: 13px;
  }

  .single-blog-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .blog-archive-section {
    padding: 40px 0 60px;
  }
}

/* =========================================
   QUOTE REQUEST PAGE
   ========================================= */

.quote-form-section {
  padding: 60px 0 80px;
}

.quote-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Section Cards */
.quote-section-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 20px;
  padding: 32px;
  transition: box-shadow 0.3s;
}

.quote-section-card:hover {
  box-shadow: 0 8px 24px rgba(0, 31, 45, 0.06);
}

.quote-section-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f5;
}

.quote-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--color-dark);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: var(--font-heading);
  flex-shrink: 0;
}

.quote-section-header h3 {
  font-size: 18px;
  color: var(--color-dark);
  margin-bottom: 4px;
}

.quote-section-header p {
  font-size: 14px;
  color: var(--color-text-muted);
}

/* Fields */
.quote-fields {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.quote-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.quote-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quote-field label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
}

.quote-field .req {
  color: #ef4444;
}

.quote-field .form-input {
  padding: 14px 16px;
  border: 1px solid #e0e3e8;
  border-radius: 12px;
  font-size: 15px;
  color: #333;
  background: #fff;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  font-family: var(--font-text);
}

.quote-field .form-input:focus {
  outline: none;
  border-color: #00a1fb;
  box-shadow: 0 0 0 3px rgba(0, 161, 251, 0.1);
}

.quote-field select.form-input {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

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

/* Service Chips */
.quote-group-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-dark);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.quote-checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-chip {
  cursor: pointer;
}

.quote-chip input {
  display: none;
}

.quote-chip span {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
  background: #f4f7f9;
  border: 1.5px solid transparent;
  transition: all 0.2s;
}

.quote-chip:hover span {
  border-color: #d1d5db;
  color: var(--color-dark);
}

.quote-chip input:checked + span {
  background: var(--color-dark);
  color: #fff;
  border-color: var(--color-dark);
}

/* Day Chips */
.quote-days-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.quote-day-chip {
  cursor: pointer;
}

.quote-day-chip input {
  display: none;
}

.quote-day-chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  background: #f4f7f9;
  border: 1.5px solid transparent;
  transition: all 0.2s;
}

.quote-day-chip:hover span {
  border-color: #d1d5db;
}

.quote-day-chip input:checked + span {
  background: #00a1fb;
  color: #fff;
  border-color: #00a1fb;
}

/* Submit Card */
.quote-submit-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.quote-submit-card .checkbox-text a {
  color: #00a1fb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.quote-submit-btn {
  padding: 16px 36px;
  font-size: 16px;
  white-space: nowrap;
}

/* Alerts */
.quote-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}

.quote-alert-success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.quote-alert-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* Sidebar */
.quote-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}

.quote-sidebar-card {
  background: #f4f7f9;
  border-radius: 16px;
  padding: 28px;
}

.quote-sidebar-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.quote-sidebar-card h4 {
  font-size: 16px;
  color: var(--color-dark);
  margin-bottom: 6px;
}

.quote-sidebar-card p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* Contact Sidebar */
.quote-sidebar-contact {
  background: var(--color-dark);
}

.quote-sidebar-contact h4 {
  color: #fff;
}

.quote-sidebar-contact p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.quote-sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.2s;
}

.quote-sidebar-link:first-of-type {
  border-top: none;
}

.quote-sidebar-link:hover {
  opacity: 0.8;
}

/* =========================================
   QUOTE PAGE RESPONSIVE
   ========================================= */

@media (max-width: 1024px) {
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-sidebar-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .quote-layout {
    gap: 28px;
  }

  .quote-section-card {
    padding: 20px;
    border-radius: 16px;
  }

  .quote-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quote-section-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .quote-submit-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-submit-btn {
    width: 100%;
    justify-content: center;
  }

  .quote-sidebar {
    grid-template-columns: 1fr;
  }

  .quote-form-section {
    padding: 40px 0 60px;
  }

  .quote-days-grid {
    gap: 6px;
  }

  .quote-day-chip span {
    width: 44px;
    height: 40px;
    font-size: 13px;
  }
}

section.about-hero-section.blog-hero-section.single-blog-hero .inner-container {
  z-index: 1;
  position: relative;
}

/* =========================================
   ADVANCE CSS - RESPONSIVE (GROUPED)
========================================= */

/* =========================
   1024px START
========================= */
@media (max-width: 1024px) {
  /* =========================
     ABOUT-HERO-SECTION
  ========================= */
  .about-hero-section {
    padding: 48px 0;
  }

  .svccta-wrap {
    width: 100%;
  }

  .svccta-images {
    justify-content: flex-start !important;
  }

  /* =========================
     ABOUT-COMPANY-SECTION
  ========================= */
  .about-company-section {
    padding: 48px 0;
  }

  .about-company-wrapper {
    align-items: flex-start;
  }

  .about-company-image {
    width: 100%;
    display: block;
  }

  .about-company-image img {
    display: block;
    margin-right: auto;
    max-width: 520px;
  }

  .reverse-1024 {
    flex-direction: column-reverse !important;
  }

  /* =========================
     ABOUT-JOURNEY-SECTION
  ========================= */
  .about-journey-section {
    padding: 48px 0;
  }

  .about-journey-header {
    margin-bottom: 40px;
  }

  /* =========================
     ABOUT-HOW-WE-WORK-SECTION
  ========================= */
  .about-how-we-work-section {
    padding: 48px 0;
  }

  .about-how-we-work-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .about-how-we-work-image {
    width: 100%;
    display: block;
  }

  .about-how-we-work-image img {
    display: block;
    margin-right: auto;
    max-width: 520px;
  }

  /* =========================
     ABOUT-EXPERIENCED-TEAMS-SECTION
  ========================= */
  .about-experienced-teams-section {
    padding: 48px 0;
  }

  .about-experienced-teams-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .about-experienced-teams-image {
    width: 100%;
    display: block;
  }

  .about-experienced-teams-image img {
    display: block;
    margin-right: auto;
    max-width: 520px;
  }

  /* =========================
     VALUES-SECTION
  ========================= */
  .values-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-values-section {
    padding-bottom: 48px;
  }

  .values-video-container {
    margin-bottom: 40px;
  }

  /* =========================
     FAQ-SECTION
  ========================= */
  .faq-section {
    padding: 48px 0;
  }

  .faq-header {
    margin-bottom: 40px;
  }

  /* =========================
     SITE-FOOTER
  ========================= */
  .site-footer {
    padding-top: 48px;
  }
}
/* =========================
   1024px END
========================= */

/* =========================
   768px START
========================= */
@media (max-width: 768px) {
  /* =========================
     ABOUT-HERO-SECTION
  ========================= */
  .about-hero-section {
    padding: 32px 0;
  }

  /* =========================
     ABOUT-COMPANY-SECTION
  ========================= */
  .about-company-section {
    padding: 32px 0;
  }

  /* =========================
     ABOUT-JOURNEY-SECTION
  ========================= */
  .about-journey-section {
    padding: 32px 0;
  }

  .about-journey-header {
    margin-bottom: 24px;
  }

  /* =========================
     ABOUT-HOW-WE-WORK-SECTION
  ========================= */
  .about-how-we-work-section {
    padding: 32px 0;
  }

  .about-how-we-work-container {
    gap: 24px;
  }

  .about-how-we-work-image img {
    max-width: 100%;
  }

  /* =========================
     ABOUT-EXPERIENCED-TEAMS-SECTION
  ========================= */
  .about-experienced-teams-section {
    padding: 32px 0;
  }

  .about-experienced-teams-container {
    gap: 24px;
  }

  .about-experienced-teams-image img {
    max-width: 100%;
  }

  /* =========================
     VALUES-SECTION
  ========================= */
  .values-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-values-section {
    padding-bottom: 32px;
  }

  .values-video-container {
    margin-bottom: 24px;
  }

  /* =========================
     FAQ-SECTION
  ========================= */
  .faq-section {
    padding: 32px 0;
  }

  .faq-header {
    margin-bottom: 32px;
    padding: 0 15px;
  }

  /* =========================
     SITE-FOOTER
  ========================= */
  .site-footer {
    padding-top: 32px;
  }
}
/* =========================
   768px END
========================= */

/* =========================
   CONTACT-SECTIONS START
   (CONTACT-GET-IN-TOUCH + CONTACT-FEATURES-SECTION)
========================= */
@media (max-width: 1024px) {
  .contact-get-in-touch,
  .contact-features-section {
    padding: 48px 0;
  }

  .ticker-section {
    padding: 20px 0;
  }

  .contact-details-list {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .contact-get-in-touch,
  .contact-features-section {
    padding: 32px 0;
  }
}
/* =========================
   CONTACT-SECTIONS END
========================= */

/* =========================
   SERVICES-ABOUT-SECTION START
========================= */
@media (max-width: 1024px) {
  .services-about-section {
    padding: 48px 0;
  }
}

@media (max-width: 768px) {
  .services-about-section {
    padding: 32px 0;
  }
}
/* =========================
   SERVICES-ABOUT-SECTION END
========================= */

/* =========================
   SERVICES-INVEST-SECTION START
========================= */
@media (max-width: 1024px) {
  .services-invest-section {
    padding: 48px 0;
  }

  .services-invest-left h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .services-invest-section {
    padding: 32px 0;
  }
}
/* =========================
   SERVICES-INVEST-SECTION END
========================= */

/* =========================
   SERVICES-FINISHING-SECTION START
========================= */
@media (max-width: 1024px) {
  .services-finishing-section {
    padding: 48px 0;
  }
  .finishing-left h2,
  .finishing-right p {
    margin-bottom: 15px;
  }

  .finishing-content {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .services-finishing-section {
    padding: 32px 0;
  }
}
/* =========================
   SERVICES-FINISHING-SECTION END
========================= */

/* =========================
   SERVICES-WHY-SECTION START
========================= */
@media (max-width: 1024px) {
  .services-why-section {
    padding: 48px 0;
  }
  .why-header {
    margin-bottom: 22px;
  }
  .why-arc-container {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .services-why-section {
    padding: 32px 0;
  }
}
/* =========================
   SERVICES-WHY-SECTION END
========================= */

/* =========================
   SERVICES-DETAILS-SECTION START
========================= */
@media (max-width: 1024px) {
  .services-details-section {
    padding: 48px 0;
  }
}

@media (max-width: 768px) {
  .services-details-section {
    padding: 32px 0;
  }
}
/* =========================
   SERVICES-DETAILS-SECTION END
========================= */

/* =========================
   SERVICES-LOGOS-SECTION START
========================= */
@media (max-width: 1024px) {
  .services-logos-section {
    padding: 48px 0;
  }
}

@media (max-width: 768px) {
  .services-logos-section {
    padding: 32px 0;
  }
}
/* =========================
   SERVICES-LOGOS-SECTION END
========================= */

/* =========================
   SERVICES-LOCATIONS-SECTION START
========================= */
@media (max-width: 1024px) {
  .services-locations-section {
    padding: 48px 0;
  }
}

@media (max-width: 768px) {
  .services-locations-section {
    padding: 32px 0;
  }
}
/* =========================
   SERVICES-LOCATIONS-SECTION END
========================= */

/* =========================
   SERVICES-CONTACT-SECTION START
========================= */
@media (max-width: 1024px) {
  .services-contact-section {
    padding: 48px 0;
  }
  .services-contact-wrapper {
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .services-contact-section {
    padding: 32px 0;
  }
}
/* =========================
   SERVICES-CONTACT-SECTION END
========================= */

/* =========================
   HERO-SECTION IMAGE FIX START
========================= */
@media (max-width: 1024px) {
  .hero-right {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
  }

  .hero-right img,
  .hero-right .video-wrapper {
    width: 100%;
    height: auto;
  }
}
/* =========================
   HERO-SECTION IMAGE FIX END
========================= */

/* =========================
   SERVICES IMAGE CARD FIX START
========================= */
@media (max-width: 1024px) {
  /* Scope strictly to avoid global impact */
  .services-right .services-image-wrapper {
    position: relative;
    max-width: 520px;
  }

  .services-right .services-image {
    width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
  }

  /* FIX CARD */
  .services-right .services-price-card {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;

    width: auto;
    max-width: 90%;
    padding: 16px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}

/* =========================
   SERVICES IMAGE LEFT ALIGN FIX
========================= */
@media (max-width: 1024px) {
  .services-right {
    display: block;
  }

  .services-right .services-image-wrapper {
    margin-left: 0;
    margin-right: auto;
  }
  .why-choose-section {
    padding: 0 0 15px;
  }
}

.services-right {
  justify-content: flex-start !important;
}

/* =========================
   TESTIMONIALS-SECTION START
========================= */
@media (max-width: 1024px) {
  .testimonials-section {
    padding: 48px 0;
  }

  .dark-cta-container {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 32px 0;
  }
}
/* =========================
   TESTIMONIALS-SECTION END
========================= */

/* =========================
   CTA-SECTION START
========================= */
@media (max-width: 1024px) {
  .cta-section {
    padding: 48px 0;
  }
}

@media (max-width: 768px) {
  .cta-section {
    padding: 32px 0;
  }
}
/* =========================
   CTA-SECTION END
========================= */

/* =========================
   HOW-IT-WORKS-WRAPPER START
========================= */
@media (max-width: 1024px) {
  .how-it-works-wrapper {
    padding: 48px 15px;
  }

  .how-it-works-header {
    margin-bottom: 30px;
  }
  .process-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .how-it-works-wrapper {
    padding: 32px 15px;
  }
}
/* =========================
   HOW-IT-WORKS-WRAPPER END
========================= */

/* =========================
   INDUSTRIES-SECTION START
========================= */
@media (max-width: 1024px) {
  .industries-section {
    padding: 48px 0;
  }

  .why-choose-grid {
    gap: 30px;
  }

  .testimonials-header {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .industries-section {
    padding: 32px 0;
  }
}
/* =========================
   INDUSTRIES-SECTION END
========================= */

/* =========================
   DARK-CTA-WRAPPER START
========================= */
@media (max-width: 1024px) {
  .dark-cta-wrapper {
    padding: 40px 24px;
    border-radius: 15px;
  }
  .all-services-cta {
    padding-bottom: 60px;
  }
}

/* =========================
   DARK-CTA-WRAPPER END
========================= */

/* Responsive */
/* === 1450px — tighten spacing at smaller desktops === */
@media (max-width: 1450px) {
  .header-container {
    padding: 0 24px;
  }
  .main-nav {
    gap: 22px;
  }
  .header-contact {
    gap: 16px;
    padding-left: 16px;
  }
  .contact-item span {
    font-size: 13px;
  }
  .inner-container,
  .inner-container-wide {
    padding: 0 28px;
  }
  .mega-panel-inner {
    padding: 32px 28px 36px;
  }

  .hero-left h1,
  .about-hero-left h1,
  .all-services-hero h1,
  .about-cta-left h2,
  .blog-hero-content h1 {
    font-size: 2.5rem;
  }

  .services-left h2,
  .precision-text h2,
  .why-choose-header h2,
  .testimonials-header h2,
  .dark-cta-content h2,
  .cta-content h2,
  .how-it-works-header h2,
  .industries-header h2,
  .faq-header h2,
  .about-company-text h2,
  .about-journey-header h2,
  .certifications-text h2,
  .about-how-we-work-text h2,
  .about-experienced-teams-text h2,
  .about-how-we-work-text h2,
  .about-experienced-teams-text h2,
  .values-header h2,
  .all-services-section-header h2,
  .all-services-cta-content h2,
  .contact-info-left h2,
  .services-about-left h2,
  .services-scope-header h2,
  .services-invest-left h2,
  .finishing-left h2,
  .why-header h2,
  .details-text h2,
  .locations-header h2,
  .services-contact-left h2 {
    font-size: 30px;
  }

  .scope-card h3 {
    font-size: 1.1rem;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .certifications-container {
    padding: 30px;
  }

  .cert-logo img {
    max-width: 80px !important;
  }

  .location-pill {
    padding: 12px 15px;
    gap: 8px;
  }

  .about-hero-section,
  .hero-section,
  .all-services-hero {
    padding: 60px 0 80px 0;
  }
  .services-about-section,
  .services-scope-section,
  .services-invest-section,
  .services-finishing-section,
  .services-why-section,
  .services-locations-section,
  .services-contact-section,
  .faq-section,
  .services-section,
  .faq-section,
  .about-company-section,
  .about-journey-section,
  .about-how-we-work-section,
  .about-experienced-teams-section,
  .all-services-section,
  .contact-get-in-touch {
    padding: 80px 0;
  }

  .services-logos-section {
    padding: 40px 0;
  }
  .dark-cta-container {
    margin-top: 60px;
  }
  .cta-content p {
    font-size: 1rem;
  }

  .cta-card {
    padding: 40px;
  }

  .about-cta-section,
  .how-it-works-wrapper {
    padding: 80px 40px;
  }
  .about-values-section,
  .all-services-cta {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-hero-section,
  .hero-section,
  .all-services-hero,
  .services-about-section,
  .services-scope-section,
  .services-invest-section,
  .services-finishing-section,
  .services-why-section,
  .services-locations-section,
  .services-contact-section,
  .faq-section,
  .services-section,
  .faq-section,
  .about-company-section,
  .about-journey-section,
  .about-how-we-work-section,
  .about-experienced-teams-section,
  .all-services-section,
  .contact-get-in-touch {
    padding: 48px 0 48px 0;
  }

  .about-certifications-section,
  .about-cta-section,
  .how-it-works-wrapper {
    padding: 48px 30px;
  }

  .precision-wrapper {
    padding: 30px 0px;
  }
  .testimonials-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-card {
    flex-direction: column;
  }

  img {
    max-width: 543px;
  }
}

@media (max-width: 768px) {
  .dark-cta-content h2 {
    font-size: 32px;
  }

  .precision-wrapper {
    padding: 15px 0px;
  }

  .why-choose-wrapper,
  .how-it-works-wrapper {
    padding: 20px 15px;
  }

  .dark-cta-wrapper {
    padding: 60px 15px;
  }

  .cta-card {
    padding: 15px;
  }

  .testimonial-card {
    flex: 0 0 min(280px, 85vw);
  }
  .cta-content h2 {
    font-size: 32px;
  }
  .hero-left h1 {
    font-size: 1.75rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-logos {
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: center;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.25rem !important;
  }

  h3 {
    font-size: 1rem !important;
  }

  h4 {
    font-size: 1rem !important;
  }

  h5 {
    font-size: 0.9rem !important;
  }

  .service-title {
    font-size: 1rem !important;
  }

  p,
  li,
  td,
  th,
  blockquote,
  .form-input,
  .form-textarea,
  .checkbox-text,
  label {
    font-size: 14px !important;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .hero-right {
    display: block;
    height: auto;
  }

  .hero-img-1,
  .hero-img-2,
  .hero-img-4 {
    display: none;
  }

  .hero-img-3 {
    width: 100%;
    height: 220px;
    border-radius: 20px;
  }

  .inner-container,
  .inner-container-wide {
    padding: 0 15px;
  }

  .testimonials-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-header {
    padding: 0 15px;
  }

  .testimonials-header h2 {
    font-size: 1.5rem;
  }

  .testimonials-carousel-nav {
    padding: 0 15px;
  }

  .header-container,
  .footer-container,
  .dark-cta-container,
  .cta-container,
  .industries-header,
  .faq-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .combined-sections-wrapper {
    width: calc(100% - 30px);
    border-radius: 30px;
  }

  .services-scope-section {
    width: calc(100% - 30px);
  }

  .hero-content {
    gap: unset;
  }

  .why-choose-wrapper {
    border-radius: 20px;
  }

  .why-choose-header {
    margin-bottom: 30px;
  }

  .dark-cta-wrapper {
    padding: 34px 16px;
  }

  .cta-btn {
    padding: 15px 32px;
  }

  .industries-header {
    margin-bottom: 30px;
  }

  .faq-question {
    padding: 15px;
  }

  .faq-item.active .faq-answer {
    padding: 0 15px 15px;
  }

  .faq-question h3 {
    font-weight: 500;
  }

  .about-hero-section,
  .hero-section,
  .all-services-hero,
  .services-about-section,
  .services-scope-section,
  .services-invest-section,
  .services-finishing-section,
  .services-why-section,
  .services-locations-section,
  .services-contact-section,
  .faq-section,
  .services-section,
  .faq-section,
  .about-company-section,
  .about-journey-section,
  .about-how-we-work-section,
  .about-experienced-teams-section,
  .all-services-section,
  .contact-get-in-touch {
    padding: 32px 0 32px 0;
  }

  .about-certifications-section,
  .about-cta-section,
  .how-it-works-wrapper {
    padding: 32px 15px;
  }

  .certifications-container {
    padding: 15px;
  }
  .certifications-text h2 {
    margin-bottom: 15px;
  }

  .certifications-logos {
    margin-top: 20px;
  }

  .about-how-we-work-text h2,
  .about-experienced-teams-text h2 {
    margin-bottom: 15px;
  }

  .about-values-section,
  .all-services-cta {
    padding: 32px 0;
  }

  .all-services-section-header {
    margin-bottom: 30px;
  }

  .single-blog-content h2 {
    margin-top: 15px;
  }

  .single-blog-featured-image {
    margin-bottom: 15px;
  }
  .single-blog-content h3 {
    margin-top: 15px;
  }

  .single-blog-content p {
    margin-bottom: 15px;
  }

  .single-blog-layout {
    gap: 15px;
  }

  .single-blog-content-section {
    padding-bottom: 32px;
  }
  .related-posts-section {
    padding: 32px 0;
  }

  .related-posts-header {
    margin-bottom: 15px;
  }

  .sidebar-card {
    padding: 15px;
  }

  .footer-top {
    gap: 15px;
    margin-bottom: 20px;
  }

  .single-blog-featured-image {
    padding-top: 32px;
  }

  .logo-img {
    height: 38px;
    width: 176px;
  }
  .hero-left p {
    margin-bottom: 15px;
  }

  .hero-buttons {
    margin-bottom: 20px;
    margin-top: 32px;
  }

  .service-item {
    padding: 20px 0;
  }
}
.floating-btn:hover svg {
    stroke: #fff;
}
a.listandsell-text {
    color: #aabcc5;
}

a.listandsell-text:hover {
    color: #00a1fb;
}