/* Page-specific styles moved out of index.html for better caching. */

img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

:root {
  --my-color: #0188cf;
  --my-green: #3dab45;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove white space on mobile screens */
@media (max-width: 768px) {
  .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1025px) {
  #home>.e-con-inner {
    justify-content: center !important;
    margin-bottom: 100px !important;
  }
}

.e-font-icon-svg.e-fas-check {
  width: 16px;
  height: 16px;
  fill: #4AA485;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.elementor-147 .elementor-element.elementor-element-713d689e .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-4973506e .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-7ed507f7 .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-766291d3 .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-31e0126e .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-405d5f0f .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-3020850c .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-5d22ebd7 .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-221d5dfd .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-2b81db3b .elementor-icon svg,
.elementor-147 .elementor-element.elementor-element-9b692d3 .elementor-icon svg {
  height: unset !important;
  width: unset !important;

}

.elementor-icon .iconify,
.elementor-icon svg {
  display: block;
}

.elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: inherit;
}

.elementor-view-stacked .elementor-icon {
  background-color: #4AA485;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 30px;
}

.elementor-view-framed .elementor-icon {
  border: 3px solid #4AA485;
  color: #4AA485;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 26px;
}

.elementor-view-default .elementor-icon {
  color: #4AA485;
  font-size: 40px;
}



@media (min-width: 1025px) {
  .elementor-element-41fa35c6 {
    height: 100vh !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
  }

  .elementor-element-41fa35c6>.e-con-inner {
    width: 100%;
  }
}

/* .e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  background-image: none !important;
} */

@media screen and (max-height: 1024px) {

  /* .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  } */
}

@media screen and (max-height: 640px) {

  .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

.modern-hero-section {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}

/* Badge */
.modern-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 50px;
  padding: 4px 0px;
  font-family: 'Oswald', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  color: #32943c !important;
  backdrop-filter: blur(8px);
  width: fit-content;
}

.modern-hero-badge .badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

/* Main Title */
.modern-hero-section .modern-hero-title {
  font-family: 'Oswald', sans-serif !important;
  font-size: clamp(18px, 2.2vw, 26px) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

.modern-hero-title .typed-cursor {
  display: none;
}

/* Minimal small image for home page */
.wp-image-60 {
  max-width: 100% !important;
  height: 500px !important;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wp-image-60 {
    height: auto !important;
  }
}


/* Description */
.modern-hero-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  max-width: 520px;
}

/* Feature Pills - Horizontal Compact Layout */
.modern-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

/* Laptop: 2 pills per row, natural width */
@media (min-width: 1025px) {
  .modern-hero-features {
    display: grid;
    grid-template-columns: repeat(2, max-content);
  }
}

.modern-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-family: 'Oswald', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modern-feature-pill:hover {
  background: rgba(74, 164, 133, 0.25);
  border-color: #3dab44a8;
  transform: translateY(-2px);
}

.tank-cleanings{
font-family: var(--mc-heading-font) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: -.3px !important;
    color: #000000 !important;
    margin: 0px !important;
}

.modern-feature-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--my-green), #159e1ec4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(74, 164, 133, 0.4);
}

.modern-feature-icon .iconify {
  font-size: 12px;
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .modern-hero-section {
    text-align: center;
    align-items: center;
  }

  .modern-hero-desc {
    max-width: 100%;
  }

  .modern-hero-features {
    justify-content: center;
    flex-direction: column;
  }
}

.hero-cta-overlay {
  position: relative;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  align-items: center;
}

/* Ensure all hero elements use the same font as "Tank Cleaning" */
.modern-hero-badge,
.modern-hero-title,
.modern-feature-pill,
.hero-cta-btn,
.hero-phone-btn {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

/* Unified Button Style */
.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  /* background: linear-gradient(135deg, #4AA485 0%, #3d8a6f 100%); */
  background: linear-gradient(135deg, #3dae46, #2f8f3a);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(74, 164, 133, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  min-height: 44px;
}

.hero-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.hero-cta-btn:hover::before {
  left: 100%;
}

.hero-cta-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-cta-btn:active {
  transform: translateY(0);
}

.hero-cta-btn .iconify {
  font-size: 22px;
  flex-shrink: 0;
}

/* Phone Button - Same Style */
.hero-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #0188cf, #0166a3);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(74, 164, 133, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  min-height: 44px;
}

.hero-phone-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.hero-phone-btn:hover::before {
  left: 100%;
}

.hero-phone-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-phone-btn:active {
  transform: translateY(0);
}

.hero-phone-btn .iconify {
  font-size: 22px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .hero-cta-overlay {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
  }

  .hero-cta-btn,
  .hero-phone-btn {
    width: 100%;
    font-size: 12px !important;
  }
}

.safety-first-section {
  position: relative;
  background: #ffffff;
  padding: 60px 20px;
  overflow: hidden;
}

.safety-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.safety-header {
  text-align: center;
  margin-bottom: 50px;
}

.safety-header .elementskit-section-subtitle {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3dae46;
  margin: 0 0 10px;
}

.safety-header .elementskit-section-title {
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px;
  line-height: 1.2;
}

.safety-header .ekit-heading__description p {
  font-size: 14px;
  color: #64748b;
  margin: 0 auto;
  line-height: 1.6;
}

.safety-timeline {
  position: relative;
  padding: 20px 0;
  margin: 0 20px;
}

.safety-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, #0188cf, #0188cf, transparent);
  transform: translateX(-50%);
}

.safety-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.safety-item:last-child {
  margin-bottom: 0;
}

.safety-content-wrapper {
  width: calc(50% - 40px);
  flex-shrink: 0;
}

/* ODD items (1,3,5) - Card on RIGHT side */
.safety-item:nth-child(odd) {
  flex-direction: row;
}

.safety-item:nth-child(odd) .safety-content-wrapper:first-child {
  visibility: hidden;
}

.safety-item:nth-child(odd) .safety-content-wrapper:last-child {
  text-align: left;
  padding-left: 20px;
}

/* EVEN items (2,4,6) - Card on LEFT side */
.safety-item:nth-child(even) {
  flex-direction: row;
}

.safety-item:nth-child(even) .safety-content-wrapper:first-child {
  text-align: right;
  padding-right: 20px;
}

.safety-item:nth-child(even) .safety-content-wrapper:last-child {
  visibility: hidden;
}

.safety-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  width: 100%;
}

.safety-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(1, 136, 207, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.safety-item:nth-child(odd) .safety-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #e2e8f0 transparent transparent;
  transition: border-color 0.3s ease;
}

.safety-item:nth-child(even) .safety-card::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #e2e8f0;
  transition: border-color 0.3s ease;
}

.safety-card:hover {
  border-color: #0188cf;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(1, 136, 207, 0.15);
}

.safety-card:hover::before {
  opacity: 1;
}

.safety-item:nth-child(odd) .safety-card:hover::after {
  border-right-color: #0188cf;
}

.safety-item:nth-child(even) .safety-card:hover::after {
  border-left-color: #0188cf;
}

.safety-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}

.safety-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 1;
}

.safety-icon-center {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 6px #ffffff, 0 0 0 8px #d0eaf8;
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
}

.safety-item:hover .safety-icon-center {
  transform: scale(1.15);
  box-shadow: 0 0 0 6px #ffffff, 0 0 0 8px #0188cf, 0 4px 20px rgba(1, 136, 207, 0.3);
}

.safety-icon-center .iconify {
  font-size: 28px;
  color: #ffffff;
}

/* Protocol image inside circle */
.safety-protocol-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.safety-item:hover .safety-protocol-img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .safety-header .elementskit-section-subtitle {
    font-size: 10px !important;
  }

  .safety-first-section {
    padding: 44px 16px 24px;
  }

  .safety-container {
    width: 100%;
    max-width: 560px;
  }

  .safety-header {
    margin-bottom: 28px;
  }

  .safety-header .elementskit-section-title {
    font-size: 26px;
  }

  .safety-header .ekit-heading__description p {
    max-width: 36rem;
    font-size: 13.5px;
  }

  .safety-timeline::before {
    left: 30px;
  }

  .safety-timeline::before {
    display: none !important;
  }

  .safety-item:nth-child(even) .safety-card::after,
  .safety-item:nth-child(odd) .safety-card::after {
    display: none !important;
  }

  .safety-item {
    flex-direction: row !important;
    margin-bottom: 25px;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }
  .mc-footer::before{
    right: -300px;
  }

  .safety-content-wrapper {
    width: auto;
    min-width: 0;
    flex: 1;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .safety-item:nth-child(odd) .safety-content-wrapper:first-child,
  .safety-item:nth-child(even) .safety-content-wrapper:last-child {
    display: none !important;
  }

  .safety-item:nth-child(odd) .safety-content-wrapper:last-child,
  .safety-item:nth-child(even) .safety-content-wrapper:first-child {
    display: block !important;
    visibility: visible !important;
  }

  .safety-item:nth-child(odd) .safety-icon-center {
    order: 1;
  }

  .safety-item:nth-child(odd) .safety-content-wrapper:last-child {
    order: 2;
  }

  .safety-item:nth-child(even) .safety-content-wrapper:first-child {
    order: 1;
  }

  .safety-item:nth-child(even) .safety-icon-center {
    order: 2;
  }

  .safety-icon-center {
    width: 50px;
    height: 50px;
    margin: 4px 0 0;
  }

  .safety-icon-center .iconify {
    font-size: 24px;
  }

  .safety-protocol-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .safety-card {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 10px;
  }

  .safety-card::after {
    left: -10px !important;
    right: auto !important;
    border-width: 8px 10px 8px 0 !important;
    border-color: transparent #e2e8f0 transparent transparent !important;
  }

  .safety-card:hover::after {
    border-right-color: #0188cf !important;
    border-left-color: transparent !important;
  }

  .safety-card h3 {
    font-size: 15px;
  }

  .safety-card p {
    font-size: 12.5px;
  }
}

@media (max-width: 480px) {
  .safety-first-section {
    padding-inline: 12px;
  }

  .safety-item {
    gap: 10px;
    margin-bottom: 18px;
  }

  .safety-icon-center {
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 6px #d0eaf8;
  }

  .safety-card {
    padding: 12px;
  }

  .safety-card h3 {
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: break-word;
  }

  .safety-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 360px) {
  .safety-first-section {
    padding-inline: 10px;
  }

  .safety-item {
    gap: 8px;
  }

  .safety-icon-center {
    width: 40px;
    height: 40px;
  }

  .safety-card {
    padding: 10px;
  }

  .safety-card h3 {
    font-size: 13px;
  }

  .safety-card p {
    font-size: 11.5px;
  }
}


/* Hygiene Solutions For Every Sector â€” Two-Column Compact List */
.hygiene-sector-section {
  position: relative;
  background: #ffffff;
  padding: 60px 20px 20px 20px ;
  overflow: hidden;
}

.hygiene-sector-section::before {
  display: none;
}

.hygiene-sector-container {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.hygiene-sector-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.hygiene-sector-header .elementskit-section-subtitle {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3dae46;
  margin: 0 0 8px;
}

.hygiene-sector-header .elementskit-section-title {
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 10px;
  line-height: 1.2;
}

.hygiene-sector-header .ekit-heading__description p {
  font-size: 14px;
  color: #6b7a8d;
  line-height: 1.65;
  margin: 0;
}

/* â”€â”€ Two-column wrapper â”€â”€ */
.sector-accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1px;
  overflow: hidden;
}

/* Each column */
.sector-col {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

/* Each row item */
.sector-item {
  position: relative;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.25s ease;
}

.sector-col:last-child .sector-item:last-child,
.sector-col:first-child .sector-item:last-child {
  border-bottom: none;
}

.sector-item:hover {
  background: #f8fbff;
}

.sector-item-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 18px;
  position: relative;
  transition: padding 0.25s ease;
}

.sector-item:hover .sector-item-inner {
  padding: 14px 18px 14px 22px;
}

/* Number */
.sector-num {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0188cf;
  letter-spacing: 0.5px;
  min-width: 20px;
  flex-shrink: 0;
  transition: color 0.25s ease;
}

.sector-item:hover .sector-num {
  color: #0188cf;
}

/* Meta: title + tags stacked */
.sector-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

/* Title */
.sector-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
  transition: color 0.25s ease;
}

.sector-item:hover .sector-title {
  color: #0188cf;
}

/* Tags */
.sector-tags {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  color: #94a3b8;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease;
}

.sector-item:hover .sector-tags {
  color: #64748b;
}

/* Image thumbnail â€” always visible, dim by default, full on hover */
.sector-img-wrap {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.sector-item:hover .sector-img-wrap {
  width: 70px;
  height: 70px;
  opacity: 1;
  transform: scale(1.1);
}

.sector-img-wrap img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

/* Arrow */
.sector-arrow {
  display: none;
}

/* Left accent bar */
.sector-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #0188cf;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.25s ease;
  border-radius: 0 2px 2px 0;
}

.sector-item:hover::before {
  transform: scaleY(1);
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 768px) {
  .hygiene-sector-section {
    padding: 44px 14px;
  }

  .hygiene-sector-header {
    margin-bottom: 28px;
  }

  .sector-accordion {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sector-col:first-child .sector-item:last-child {
    border-bottom: 1px solid #f1f5f9;
  }

  .sector-item-inner {
    padding: 12px 14px;
    gap: 10px;
  }

  .sector-item:hover .sector-item-inner {
    padding: 12px 14px 12px 18px;
  }

  .sector-title {
    font-size: 12.5px;
  }

  .sector-tags {
    font-size: 10px;
  }

  .sector-img-wrap {
    width: 48px;
    height: 42px;
  }

  .sector-item:hover .sector-img-wrap {
    width: 48px;
  }

  .sector-img-wrap img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .sector-item-inner {
    padding: 11px 12px;
    gap: 8px;
  }

  .sector-title {
    font-size: 12px;
  }

  .sector-tags {
    font-size: 9.5px;
  }

  .sector-num {
    font-size: 10px;
    min-width: 16px;
  }
}




/* â”€â”€ How We Clean Your Tank â€” 6-Step Process â”€â”€ */
.hwc-steps-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  /* 6 steps + 5 connectors */
  align-items: start;
  gap: 0;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0 10px;
}

/* Step card */
.hwc-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 8px 6px 0;
  cursor: pointer;
}

/* Image circle */
.hwc-step-img-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #d0eaf8;
  display: flex;
  background: white;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 16px rgba(1, 136, 207, 0.10);
  will-change: transform;
}

.hwc-step:hover .hwc-step-img-wrap {
  border-color: #0188cf ;
  box-shadow: 0 6px 24px rgba(1, 136, 207, 0.22);
  transform: translateY(-4px);
}

.hwc-step-img-wrap img {
  width: 100px;
  height: 70px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.hwc-step:hover .hwc-step-img-wrap img {
  transform: scale(1.1);
}

/* Step number badge */
.hwc-step-num {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  background: linear-gradient(135deg, #0188cf, #0166a3);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -6px;
  box-shadow: 0 2px 8px rgba(1, 136, 207, 0.3);
}

/* Step title */
.hwc-step-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}

.hwc-step:hover .hwc-step-title {
  color: #0188cf;
}

/* Connector arrow between steps */
.hwc-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  /* align with center of image circle */
}

.hwc-connector span {
  display: block;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, #b9d8eb, #0188cf, #b9d8eb);
  position: relative;
  border-radius: 2px;
}

.hwc-connector span::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid #0188cf;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* â”€â”€ Responsive â”€â”€ */

/* Tablet: 3 columns, connectors hidden, 2 rows */
@media (max-width: 1024px) {
  .hwc-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 20px;
  }

  .hwc-connector {
    display: none;
  }

  .hwc-step-img-wrap {
    width: 88px;
    height: 88px;
  }

  .hwc-step-img-wrap img {
    width: 62px;
    height: 62px;
  }
}

/* Mobile: 2 columns */
@media (max-width: 600px) {
  .hwc-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin: 0 20px;
  }

  .hwc-step {
    padding: 0;
  }

  .hwc-step-img-wrap {
    width: 76px;
    height: 76px;
  }

  .hwc-step-img-wrap img {
    width: 54px;
    height: 54px;
  }

  .hwc-step-title {
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  .hwc-steps-grid {
    gap: 20px 10px;
  }

  .hwc-step-img-wrap {
    width: 66px;
    height: 66px;
  }

  .hwc-step-img-wrap img {
    width: 46px;
    height: 46px;
  }

  .hwc-step-title {
    font-size: 10.5px;
  }
}


/* Frequently Asked Questions */
.faq-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #f3f8fc;
  padding: 44px 20px;
  overflow: hidden;
}

.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: #0188cf;
}

.faq-section::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 36%;
  height: 7px;
  background: #0f2740;
}

.faq-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.faq-header {
  max-width: 820px;
  margin: 0 auto 22px;
  text-align: center;
}

.faq-header .elementskit-section-subtitle {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3dae46;
  margin: 0 0 8px;
}

.faq-header .elementskit-section-title {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px;
  line-height: 1.2;
}

.faq-header .ekit-heading__description p {
  font-size: 13px;
  color: #6b7a8d;
  line-height: 1.55;
  margin: 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.faq-feature-panel {
  background: #0f2740;
  color: #ffffff;
  border: 1px solid #0f2740;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 16px 36px rgba(15, 39, 64, 0.16);
}

.faq-feature-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: #0188cf;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
}

.faq-feature-panel h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.faq-feature-panel p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
}

.faq-feature-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #0188cf;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease;
}

.faq-feature-link:hover {
  color: #0188cf;
  transform: translateY(-2px);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.faq-item {
  position: relative;
  background: #ffffff;
  border: 1px solid #d8e7f2;
  border-left: 4px solid #b9d8eb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 39, 64, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:hover,
.faq-item[open] {
  border-color: #0188cf;
  border-left-color: #0188cf;
  box-shadow: 0 14px 30px rgba(1, 136, 207, 0.12);
  transform: translateY(-2px);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  list-style: none;
  pointer-events: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-question-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #eef6fb;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  color: #0188cf;
  font-size: 19px;
}

.faq-item[open] .faq-question-icon,
.faq-item:hover .faq-question-icon {
  background: #0188cf;
  color: #ffffff;
}

.faq-item summary span:not(.faq-question-icon) {
  font-family: 'Oswald', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #0f2740;
  line-height: 1.25;
  text-transform: uppercase;
}

.faq-answer {
  padding: 0 14px 12px 56px;
  border-top: 1px solid #e2e8f0;
}

.faq-answer p,
.faq-answer li {
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  color: #4c545e;
  line-height: 1.45;
}

.faq-answer p,
.faq-answer ul {
  margin: 8px 0 0;
}

.faq-answer ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  list-style: none;
  padding: 0;
}

.faq-answer li {
  position: relative;
  padding-left: 14px;
}

.faq-answer li::before {
  content: '>';
  position: absolute;
  left: 0;
  top: 0;
  color: #0188cf;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #d8e7f2;
  border-left: 4px solid #0188cf;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(15, 39, 64, 0.08);
}

.faq-cta-label {
  display: block;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #0188cf;
  text-transform: uppercase;
}

.faq-cta h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #0f2740;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.faq-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 18px;
  background: #0188cf;
  color: #ffffff;
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(1, 136, 207, 0.22);
  transition: transform 0.25s ease;
}

.faq-call-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .faq-section {
    min-height: auto;
    display: block;
    padding: 56px 16px;
  }

  .faq-layout,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    pointer-events: auto;
  }

  .faq-feature-panel {
    margin-bottom: 16px;
  }

  .faq-answer {
    padding: 0 16px 16px 56px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 46px 12px;
  }

  .faq-header {
    margin-bottom: 24px;
  }

  .faq-header .elementskit-section-subtitle {
    font-size: 10px !important;
  }

  .faq-feature-panel {
    padding: 20px 16px;
  }

  .faq-item summary {
    min-height: 58px;
    padding: 12px;
  }

  .faq-item summary span:not(.faq-question-icon) {
    font-size: 13px;
  }

  .faq-answer p,
  .faq-answer li {
    font-size: 12px;
  }

  .faq-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 16px;
  }

  .faq-call-btn {
    width: 100%;
  }
}



/* Compact professional FAQ layout */
.faq-section {
  min-height: auto;
  display: block;
  background: #f6fbff;
  padding: 64px 18px;
}

.faq-section::before {
  height: 5px;
  background: #0188cf;
}

.faq-section::after {
  display: none;
}

.faq-container {
  max-width: 940px;
}

.faq-header {
  max-width: 720px;
  margin-bottom: 30px;
}

.faq-header .elementskit-section-title {
  margin-bottom: 10px;
}

.faq-header .ekit-heading__description p {
  font-size: 14px;
  line-height: 1.65;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.faq-feature-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  color: #0f2740;
  border: 1px solid #d8e7f2;
  border-left: 5px solid #0188cf;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 12px 28px rgba(15, 39, 64, 0.08);
}

.faq-feature-icon {
  width: 46px;
  height: 46px;
  margin: 0;
  background: #0188cf;
  color: #ffffff;
  font-size: 28px;
}

.faq-feature-panel h3 {
  color: #0f2740;
  font-size: 18px;
  margin: 0 0 4px;
}

.faq-feature-panel p {
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.5;
  margin: 0;
}

.faq-feature-link {
  min-height: 38px;
  background: #0188cf;
  border-color: #0188cf;
  color: #ffffff;
  white-space: nowrap;
}

.faq-feature-link:hover {
  color: #ffffff;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #d8e7f2;
  border-left: 4px solid #c8deeb;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 39, 64, 0.06);
}

.faq-item:hover,
.faq-item[open] {
  border-color: #9dd0ee;
  border-left-color: #0188cf;
  box-shadow: 0 12px 26px rgba(1, 136, 207, 0.12);
  transform: translateY(-1px);
}

.faq-item summary {
  min-height: 58px;
  padding: 12px 56px 12px 16px;
  pointer-events: auto;
  cursor: pointer;
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef6fb;
  border: 1px solid #d8e7f2;
  border-radius: 50%;
  color: #0188cf;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: '-';
  background: #0188cf;
  color: #ffffff;
}

.faq-question-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 21px;
}

.faq-item summary span:not(.faq-question-icon) {
  font-size: 15px;
  line-height: 1.3;
}

.faq-answer {
  padding: 0 18px 16px 66px;
}

.faq-answer p,
.faq-answer li {
  font-size: 13px;
  line-height: 1.6;
}

.faq-answer ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
}

.faq-cta {
  max-width: 940px;
  margin: 16px auto 0;
  padding: 18px 20px;
  border-radius: 12px;
}

.faq-cta h3 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 48px 12px;
  }

  .faq-feature-panel {
    grid-template-columns: auto 1fr;
  }

  .faq-feature-link {
    grid-column: 1 / -1;
    width: 100%;
  }

  .faq-item summary {
    padding: 12px 48px 12px 12px;
  }

  .faq-item summary span:not(.faq-question-icon) {
    font-size: 13px;
  }

  .faq-answer {
    padding: 0 14px 14px 56px;
  }

  .faq-answer ul {
    grid-template-columns: 1fr;
  }
}


/* Final compact premium FAQ design */
.faq-section {
  background: #f7fbff;
  padding: 54px 16px;
}

.faq-container {
  max-width: 860px;
}

.faq-header {
  max-width: 650px;
  margin-bottom: 24px;
}

.faq-header .elementskit-section-subtitle {
  margin-bottom: 7px;
}

.faq-header .elementskit-section-title {
  font-size: clamp(24px, 3.4vw, 31px);
}

.faq-header .ekit-heading__description p {
  font-size: 13px;
  line-height: 1.55;
}

.faq-layout {
  gap: 12px;
}

.faq-feature-panel {
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border-left-width: 4px;
  box-shadow: 0 8px 20px rgba(15, 39, 64, 0.07);
}

.faq-feature-icon {
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.faq-feature-panel h3 {
  font-size: 16px;
  margin-bottom: 2px;
}

.faq-feature-panel p {
  font-size: 11.5px;
  line-height: 1.45;
}

.faq-feature-link {
  min-height: 34px;
  padding: 8px 14px;
  font-size: 11.5px;
}

.faq-list {
  gap: 8px;
}

.faq-item {
  border-radius: 10px;
  border-left-width: 3px;
  box-shadow: 0 6px 16px rgba(15, 39, 64, 0.05);
}

.faq-item:hover,
.faq-item[open] {
  box-shadow: 0 10px 22px rgba(1, 136, 207, 0.1);
}

.faq-item summary {
  min-height: 50px;
  gap: 10px;
  padding: 10px 48px 10px 12px;
}

.faq-question-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  font-size: 18px;
}

.faq-item summary span:not(.faq-question-icon) {
  font-size: 13.5px;
  letter-spacing: 0.2px;
}

.faq-item summary::after {
  right: 12px;
  width: 26px;
  height: 26px;
  font-size: 18px;
}

.faq-answer {
  padding: 0 14px 12px 54px;
}

.faq-answer p,
.faq-answer li {
  font-size: 12px;
  line-height: 1.52;
}

.faq-answer p,
.faq-answer ul {
  margin-top: 7px;
}

.faq-answer ul {
  gap: 5px 12px;
}

.faq-cta {
  max-width: 860px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(15, 39, 64, 0.06);
}

.faq-cta-label {
  font-size: 9.5px;
  letter-spacing: 1.4px;
}

.faq-cta h3 {
  font-size: 18px;
}

.faq-call-btn {
  min-height: 36px;
  padding: 9px 16px;
  font-size: 12px;
  box-shadow: 0 8px 18px rgba(1, 136, 207, 0.18);
}

@media (max-width: 767px) {
  .faq-section {
    padding: 42px 12px;
  }

  .faq-feature-panel {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .faq-feature-icon {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  .faq-feature-link {
    grid-column: 1 / -1;
  }

  .faq-answer {
    padding-left: 50px;
  }

  .faq-answer ul {
    grid-template-columns: 1fr;
  }
}


/* Reference-style FAQ section */
.faq-section {
  background: #ffffff;
  padding: 60px 20px;
  overflow: hidden;
}

.faq-section::before,
.faq-section::after {
  display: none;
}

.faq-container {
  max-width: 1120px;
}

.faq-header {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.faq-header .elementskit-section-subtitle {
  margin-bottom: 10px;
}

.faq-header .elementskit-section-title {
  font-size: clamp(26px, 4vw, 34px);
  margin-bottom: 12px;
}

.faq-header .ekit-heading__description p {
  font-size: 14px;
  line-height: 1.65;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: center;
}

.faq-content-panel {
  max-width: 470px;
  width: 100%;
}

.faq-content-panel .faq-list {
  padding-top: 4px;
}

.faq-content-panel .faq-item summary {
  padding-left: 0;
}

.faq-content-panel .faq-item summary span {
  display: block;
}

.faq-content-panel .faq-answer {
  padding-left: 0;
}

.faq-search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  height: 44px;
  margin-bottom: 18px;
  padding: 0 15px 0 18px;
  background: #f5f7f9;
  border: 1px solid #edf1f5;
  border-radius: 28px;
  color: #94a3b8;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: italic;
}

.faq-search-bar .iconify {
  color: #94a3b8;
  font-size: 22px;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.faq-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #e7edf3;
  overflow: visible;
  transition: border-color 0.25s ease;
}

.faq-item:hover,
.faq-item[open] {
  border-color: #d7e6f0;
  border-left-color: transparent;
  box-shadow: none;
  transform: none;
}

.faq-item summary {
  min-height: 48px;
  padding: 0px 34px 0px 0;
  gap: 10px;
  cursor: pointer;
  pointer-events: auto;
}

.faq-question-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef8fd;
  border: 1px solid #d7ebf5;
  color: #0188cf;
  font-size: 16px;
}

.faq-item[open] .faq-question-icon,
.faq-item:hover .faq-question-icon {
  background: #0188cf;
  color: #ffffff;
}

.faq-item summary span:not(.faq-question-icon) {
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.faq-item summary::after {
  content: '+';
  right: 4px;
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #94a3b8;
  font-size: 18px;
  transform: translateY(-50%);
  transition: color 0.25s ease, transform 0.25s ease;
}

.faq-item[open] summary::after {
  content: '-';
  background: transparent;
  color: #0188cf;
  transform: translateY(-50%);
}

.faq-answer {
  padding: 0 8px 14px 38px;
  border-top: 0;
  transform-origin: top;
  will-change: height, opacity, transform;
}

.faq-answer p,
.faq-answer li {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  color: #4c545e;
  line-height: 1.62;
}

.faq-answer p,
.faq-answer ul {
  margin: 0;
}

.faq-answer ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 12px;
  padding: 0;
  list-style: none;
}

.faq-answer li {
  position: relative;
  padding-left: 14px;
}

.faq-answer li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: #0188cf;
  font-size: 14px;
  font-weight: 700;
}

.faq-visual-panel {
  position: relative;
  /* min-height: 420px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.faq-visual-panel::before,
.faq-visual-panel::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #f5f1ec;
  opacity: 0.85;
  z-index: 0;
}

.faq-visual-panel::before {
  width: 150px;
  height: 150px;
  left: 2%;
  bottom: 8%;
}

.faq-visual-panel::after {
  width: 88px;
  height: 88px;
  right: 4%;
  top: 12%;
}

.faq-watermark {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-family: 'Oswald', sans-serif;
  font-size: clamp(120px, 15vw, 220px);
  font-weight: 700;
  line-height: 1;
  color: #eeeae4;
  letter-spacing: -4px;
  z-index: 0;
  user-select: none;
}

.faq-visual-panel img {
  position: relative;
  z-index: 1;
  width: min(84%, 430px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faq-content-panel {
    max-width: 680px;
    margin: 0 auto;
  }

  .faq-visual-panel {
    min-height: 320px;
    order: -1;
  }

  .faq-visual-panel img {
    width: min(70%, 360px);
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 50px 14px;
  }

  .faq-header {
    margin-bottom: 22px;
  }

  .faq-layout {
    gap: 22px;
  }

  .faq-visual-panel {
    min-height: 240px;
  }

  .faq-watermark {
    font-size: 108px;
  }

  .faq-visual-panel img {
    width: min(82%, 280px);
  }

  .faq-search-bar {
    height: 40px;
    font-size: 12px;
  }

  .faq-item summary {
    min-height: 46px;
  }

  .faq-item summary span:not(.faq-question-icon) {
    font-size: 12.5px;
  }

  .faq-answer {
    padding-left: 36px;
  }

  .faq-answer ul {
    grid-template-columns: 1fr;
  }
}


/* FAQ custom illustration and final polish */
.faq-visual-panel {
  min-height: 430px;
}

.faq-visual-panel::before,
.faq-visual-panel::after {
  display: none;
}

.faq-illustration {
  position: relative;
  width: min(100%, 470px);
  min-height: 390px;
  margin: 0 auto;
}

.faq-illustration::before {
  content: '';
  position: absolute;
  inset: 28px 14px 18px;
  background: #eef3ff;
  border-radius: 42% 58% 48% 52% / 48% 42% 58% 52%;
}

.faq-illustration::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 24px;
  height: 10px;
  background: rgba(15, 39, 64, 0.08);
  border-radius: 50%;
}

.faq-bubble {
  position: absolute;
  z-index: 2;
  width: 170px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #183fb7;
  border-radius: 20px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 16px 28px rgba(24, 63, 183, 0.22);
}

.faq-bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background: inherit;
  transform: translateY(-50%) rotate(45deg);
}

.faq-bubble-f {
  top: 62px;
  left: 52%;
  transform: translateX(-50%);
}

.faq-bubble-f::after,
.faq-bubble-q::after {
  right: -12px;
}

.faq-bubble-a {
  top: 158px;
  left: 42%;
  background: #7f9cf4;
  box-shadow: 0 16px 28px rgba(127, 156, 244, 0.2);
}

.faq-bubble-a::after {
  left: -12px;
}

.faq-bubble-q {
  top: 254px;
  left: 54%;
}

.faq-person {
  position: absolute;
  z-index: 3;
}

.faq-person::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 18px;
  background: #0f2740;
  border-radius: 50%;
  transform: translateX(-50%);
}

.faq-person::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 18px;
  width: 22px;
  height: 42px;
  background: #0188cf;
  border-radius: 10px 10px 6px 6px;
  transform: translateX(-50%);
}

.faq-person-left {
  left: 70px;
  bottom: 72px;
  width: 42px;
  height: 78px;
}

.faq-person-left::after {
  background: #f0b342;
}

.faq-person-center {
  left: 260px;
  top: 170px;
  width: 48px;
  height: 90px;
}

.faq-person-center::after {
  background: #0f2740;
  height: 58px;
}

.faq-person-right {
  right: 72px;
  bottom: 54px;
  width: 42px;
  height: 70px;
}

.faq-person-right::after {
  background: #1d4ed8;
  height: 32px;
  border-radius: 12px;
}

.faq-bg-mark {
  position: absolute;
  z-index: 1;
  color: rgba(24, 63, 183, 0.1);
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.faq-bg-mark:nth-child(1) {
  top: 40px;
  left: 28%;
}

.faq-bg-mark:nth-child(2) {
  top: 152px;
  right: 14%;
}

.faq-bg-mark:nth-child(3) {
  bottom: 82px;
  left: 22%;
}

@media (max-width: 1024px) {
  .faq-visual-panel {
    min-height: 340px;
  }

  .faq-illustration {
    transform: scale(0.86);
    transform-origin: center;
    margin-top: -20px;
    margin-bottom: -28px;
  }
}

@media (max-width: 767px) {
  .faq-visual-panel {
    min-height: 260px;
  }

  .faq-illustration {
    transform: scale(0.68);
    margin-top: -58px;
    margin-bottom: -74px;
  }
}


/* FAQ fixed right-side image */
.faq-layout {
  align-items: start;
}

.faq-visual-panel::before,
.faq-visual-panel::after {
  display: none;
}

.faq-visual-panel img {
  width: min(100%, 500px);
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .faq-visual-panel {
    position: relative;
    top: auto;
    height: 320px;
    min-height: 320px;
  }

  .faq-visual-panel img {
    width: min(78%, 360px);
  }
}

@media (max-width: 767px) {
  .faq-visual-panel {
    height: 240px;
    min-height: 240px;
  }

  .faq-visual-panel img {
    width: min(86%, 285px);
  }
}


/* === ELEMENT 67160af5 - underground bg image === */
.elementor-147 .elementor-element.elementor-element-67160af5>.elementor-widget-container {
  background-image: url('images/optimized/underground-water-tank-cleaning.webp');
  background-size: cover;
  background-position: center center;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
}

/* About section - icon wrapper replacing image */
.about-service-icon-wrap {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0188cf, #0166a3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 6px #ffffff, 0 0 0 8px #e2e8f0;
}

/* 25+ Years of Experience tag */
.about-experience-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  padding: 4px 12px;
  background: linear-gradient(135deg, #3dae46, #2f8f3a);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(61, 174, 70, 0.3);
}

/* 25+ Years of Experience block */
.experience-block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.experience-number {
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #0188cf;
  line-height: 1;
  white-space: nowrap;
}

.experience-number span {
  color: #3dae46;
  font-size: 36px;
}

.experience-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.experience-text strong {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.experience-text span {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #64748b;
  line-height: 1.4;
}

/* ===== About Section Stat Icons ===== */
.about-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: rgba(1, 136, 207, 0.12);
  border: 2px solid rgba(1, 136, 207, 0.25);
  flex-shrink: 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.about-stat-icon:hover {
  background-color: rgba(1, 136, 207, 0.2);
  box-shadow: 0 4px 18px rgba(1, 136, 207, 0.2);
}

.about-stat-icon .iconify {
  font-size: 38px;
  color: #0188cf;
}

/* ===== Why MR. CLEAN Is Different â€” base reset (header-styles.css handles full layout) ===== */
.why-features-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}

.why-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-feature img {
  object-fit: contain;
}

.why-statement p strong {
  font-weight: 700;
  color: #0188cf;
}

/* ═══════════════════════════════════════════════════════════════════
   TESTIMONIAL SECTION — Professional Layout with Mobile Carousel
   ═══════════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════════
   TESTIMONIAL SECTION
   ═══════════════════════════════════════════════════════════════════ */

.testimonial-section {
  background: #ffffff;
  padding: 60px 20px;
  overflow: hidden;
}

.testimonial-container {
  max-width: 1120px;
  margin: 0 auto;
}

.testimonial-header {
  margin-bottom: 40px;
  text-align: center;
}

.testimonial-header .elementskit-section-subtitle,
.testimonial-header .ekit-heading--title,
.testimonial-header .elementskit-section-title,
.testimonial-header .ekit-heading__description,
.testimonial-header .ekit-heading__description p {
  text-align: center !important;
}

/* Desktop grid */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
  width: 100%;
  overflow: visible;
}

.testimonial-track {
  display: contents;
}

/* Controls row — hidden on desktop */
.testimonial-controls {
  display: none;
}

/* Nav buttons — hidden on desktop */
.testimonial-nav-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #0188cf 0%, #016da6 100%) !important;
  border: none !important;
  color: #ffffff !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(1, 136, 207, 0.3) !important;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  font-size: 0 !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.testimonial-nav-btn svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  stroke: #ffffff !important;
  fill: none !important;
  flex-shrink: 0 !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.testimonial-nav-btn:hover {
  background: linear-gradient(135deg, #016da6 0%, #015a8a 100%);
  box-shadow: 0 6px 16px rgba(1, 136, 207, 0.4);
  transform: scale(1.08);
}

.testimonial-nav-btn:active {
  transform: scale(0.94);
}

/* Dot indicators — hidden on desktop */
.testimonial-indicators {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.testimonial-dot.active {
  background: linear-gradient(135deg, #0188cf 0%, #016da6 100%);
  width: 24px;
  border-radius: 4px;
}

.testimonial-dot:hover {
  background: #94a3b8;
}

/* Individual card */
.tcard {
  position: relative;
  background: #ffffff;
  border: 1.5px solid #e8f0f8;
  border-radius: 16px;
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 16px rgba(1, 136, 207, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}

.tcard::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0188cf, #3dae46);
  border-radius: 16px 16px 0 0;
}

.tcard:hover {
  border-color: rgba(1, 136, 207, 0.3);
  box-shadow: 0 12px 32px rgba(1, 136, 207, 0.13);
}

.tcard__quote {
  position: absolute;
  top: 10px; right: 18px;
  font-family: 'Georgia', serif;
  font-size: 64px;
  line-height: 1;
  color: rgba(1, 136, 207, 0.10);
  font-weight: 700;
  pointer-events: none;
  user-select: none;
}

.tcard__stars {
  font-size: 14px;
  color: #f59e0b;
  letter-spacing: 2px;
  line-height: 1;
}

.tcard__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
  flex: 1;
}

.tcard__footer {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-top: 14px;
  border-top: 1px solid #f0f4f8;
  margin-top: auto;
}

.tcard__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0188cf 0%, #016da6 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(1, 136, 207, 0.22);
}

.tcard__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
}

.tcard__loc {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #94a3b8;
  line-height: 1.3;
  margin-top: 2px;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .testimonial-section { padding: 50px 20px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

/* Mobile: carousel */
@media (max-width: 767px) {
  .testimonial-section {
    padding: 40px 16px;
  }

  .testimonial-header {
    margin-bottom: 24px;
  }

  /* Slider container */
  .testimonial-grid {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .testimonial-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .tcard {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 20px 16px 18px;
    border-radius: 14px;
  }

  /* Controls row: [←] dots [→] centered below card */
  .testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }

  .testimonial-nav-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
  }

  .testimonial-indicators {
    display: flex;
  }
}

@media (max-width: 480px) {
  .testimonial-section { padding: 36px 12px; }
  .testimonial-controls { gap: 12px; margin-top: 16px; }
  .testimonial-nav-btn { width: 40px !important; height: 40px !important; min-width: 40px !important; padding: 0 !important; }
  .tcard { padding: 18px 14px 16px; }
  .tcard__text { font-size: 12px; }
}
}
