@font-face {
  font-family: 'Inter';

  src: url('../fonts/Inter-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('../fonts/Inter-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('../fonts/Inter-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: Inter, sans-serif;
}

h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
  font-family: Inter, sans-serif;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1620px) {
  .container {
    max-width: 1620px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.top-1\/2 {
  top: 50%;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[600px\] {
  height: 600px;
}

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.columns-2 {
  columns: 2;
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-white\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#0A3161\]\/90 {
  background-color: rgb(10 49 97 / 0.9);
}

.bg-\[\#B31942\] {
  --tw-bg-opacity: 1;
  background-color: rgb(179 25 66 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#0A3161\]\/95 {
  --tw-gradient-from: rgb(10 49 97 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 49 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#0A3161\]\/80 {
  --tw-gradient-to: rgb(10 49 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 49 97 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

.object-right {
  object-position: right;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.\!text-left {
  text-align: left !important;
}

.text-left {
  text-align: left;
}

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

.text-\[16px\] {
  font-size: 16px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.text-\[\#0A3161\] {
  --tw-text-opacity: 1;
  color: rgb(10 49 97 / var(--tw-text-opacity, 1));
}

.text-\[\#B31942\] {
  --tw-text-opacity: 1;
  color: rgb(179 25 66 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

:root {
  --color-primary: #0A3161;
  --color-secondary: #B31942;
  --color-accent: #B31942;
  --color-heading: #0A3161;
  --color-body: #1d1e22;
  --color-white: #FFFFFF;
  --color-light: #F9FAFB;
  --color-dark: #0F172A;
  --color-hover: #94122f;
  --font-display: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --transition: all 0.3s ease;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #4A5568;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-light {
  background-color: var(--color-light) !important;
}

.header-top-bar {
  background-color: var(--color-secondary);
}

.left-info svg, .right-info svg {
  width: 15px;
  height: 15px;
}

.left-info span {
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.right-info a {
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.right-info a:hover {
  text-decoration: underline;
}

.header-bar {
  padding: 5px;
  background-color: var(--color-primary);
  box-shadow: 0 6px 35px 0 rgba(0,0,0,.1);
  position: relative;
  width: 100%;
  z-index: 9999;
  transition: all .35s ease;
}

.header-bar.sticky {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
  animation: slideDown .35s ease;
}

.header-bar img {
  width: 75px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-menu ul {
  gap: 40px;
  font-size: 18px;
}

.header-menu ul li {
  gap: 20px;
}

.header-menu a.menu-link {
  display: flex;
  align-items: center;
  padding: 4px 0;
  transition: all 0.3s ease;
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}

.header-menu a.menu-link:hover, .header-menu a.menu-link.active {
  border-bottom: 2px solid var(--color-secondary);
}

.header-menu .relative ul {
  background-color: var(--color-white);
  border-radius: 0px;
  border-top: 3px solid var(--color-secondary);
  box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
}

.header-menu .relative ul li {
  border-bottom: 1px solid rgb(165 158 158 / 20%);
}

.header-menu .relative ul li:last-child {
  border: none;
}

.header-menu .relative ul li a {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: var(--color-primary);
}

.header-menu .relative ul li:hover a {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.header-menu .relative .dropdown-icon {
  margin-left: 5px;
}

/* Mobile Menu */

.mobile-dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #071E3A;
  z-index: 9999;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.mobile-dropdown-menu.active{
  max-height:600px;
}

.mobile-dropdown-menu nav{
  padding:20px;
}

.mobile-dropdown-menu a{
  display:block;
  color: rgba(255, 255, 255, 0.75);
  text-decoration:none;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.mobile-dropdown-menu a.mobile-call-btn{
  display:flex !important;
  justify-content:center;
  align-items:center;
  margin-top:20px;
  padding:12px !important;
  background-color: var(--color-secondary);
  border-radius:6px;
  border:none !important;
  gap: 10px;
  color: var(--color-white);
  font-size: 16px;
  line-height: 30px;
}

.mobile-dropdown-menu a.mobile-call-btn svg {
  width: 18px;
  height: 18px;
}

.mobile-dropdown-toggle{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:none;
  border:none;
  color:var(--color-white);
  padding:16px 0;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  border-bottom:1px solid rgba(255,255,255,.08);
  color: rgba(255, 255, 255, 0.75);
}

.mobile-dropdown-toggle svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: 5px;
}

.mobile-submenu{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
  padding-left:15px;
}

.mobile-submenu.active{
  max-height:400px;
}

.mobile-submenu a{
  display:block;
  padding:12px 0;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.05);
}

.dropdown-arrow{
  transition:transform .3s ease;
}

.dropdown-arrow.rotate{
  transform:rotate(180deg);
}

.header-footer-group {
  display: none;
}

.header-top-banner {
  padding: 100px 0 80px;
}

.header-top-banner h1 {
  color: var(--color-white);
}

.header-top-review div {
  color: rgb(250 204 21 / 1);
  display: inline-flex;
  font-size: 22px;
  margin-right: 5px;
  margin-top: -5px;
}

.header-top-review span {
  color: #DA291C;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

.header-top-banner p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 30px;
  max-width: 800px;
  color: var(--color-white);
  letter-spacing: 0.5px;
  font-family: var(--font-body);
}

.header-top-banner a {
  background-color: var(--color-secondary);
  color: var(--color-white);
  justify-content: center;
  padding: 16px 28px;
  border-radius: 4px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-top-banner a svg {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.header-top-banner a:hover {
  background-color: #94122F;
}

.header-top-banner .available-line {
  font-size: 16px;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(179, 25, 66, 0.15);
  border: 1px solid rgba(179, 25, 66, 0.25);
  color: #e84d6f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 9999px;
  margin-bottom: 28px;
}

.service-badge svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

#menuBtn {
  font-size: 28px;
  color: var(--color-white);
}

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #B31942;
  color: var(--color-white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.call-btn:hover {
  background: #94122f;
}

.call-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.button-wrapper {
  display: flex;
  gap: 15px;
}

.inner-to-banner {
  padding: 80px 0 80px;
}

.inner-to-banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( to right, rgba(10, 49, 97, 0.95) 0%, rgba(10, 49, 97, 0.80) 50%, rgba(10, 49, 97, 0) 100% );
}

.page-template-template-single-location .inner-to-banner .banner-overlay {
  background: rgba(10, 49, 97, 0.95);
}

.inner-to-banner h1 {
  color: var(--color-white);
  margin-bottom: 25px;
}

.inner-to-banner p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  max-width: 720px;
  color: var(--color-white);
  letter-spacing: 0.5px;
  font-family: var(--font-body);
}

.inner-to-banner a.call-today-btn {
  background-color: var(--color-secondary);
  color: var(--color-white);
  justify-content: center;
  padding: 14px 26px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.inner-to-banner a.call-today-btn svg {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.inner-to-banner a.call-today-btn:hover {
  background-color: var(--color-hover);
}

.inner-to-banner .available-line {
  font-size: 15px;
  margin-bottom: 0;
}

.inner-to-banner p a {
  text-decoration: underline;
}

.second-para {
  display: none;
}

#about-toggle:checked ~ .about-wrapper .second-para {
  display: block;
}

.toggle-arrow {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 6px;
  cursor: pointer;
}

.arrow-second {
  display: none;
}

#about-toggle:checked ~ .about-wrapper .arrow-first {
  display: none;
}

#about-toggle:checked ~ .about-wrapper .arrow-second {
  display: inline-flex;
}

.about-wrapper svg {
  width: 18px;
  height: 18px;
  margin-top: -2px;
}

.service-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.service-breadcrumb a, .service-breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}

.service-breadcrumb a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-breadcrumb a:hover {
  color: #fff;
}

.service-breadcrumb .current {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.top-banner-statatics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 30px;
}

.top-banner-statatics .top-banner-stat-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-banner-statatics .top-banner-stat-box .stat-icon {
  width: 48px;
  height: 48px;
  background: rgba(179, 25, 66, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-text strong {
  font-size: 30px;
  font-weight: 900;
  color: var(--color-white);
  line-height: 1;
  margin: 0;
  display: block;
}

.stat-text span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 0;
}

.features-section {
  background: var(--color-white);
  border-bottom: 1px solid #f3f4f6;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.features-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px;
}

.features-section.service-feature-section .container {
  max-width: 1400px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  position: relative;
}

.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #e5e7eb;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: rgba(10, 49, 97, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 18px;
  height: 18px;
  color: var(--color-primary);
  stroke: currentColor;
}

.feature-item span {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.service-feature-section {
  background: var(--color-white);
  border-bottom: 1px solid #f3f4f6;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.service-feature-section .container {
  margin: 0 auto;
  padding: 20px 24px;
}

.section-space {
  padding: 60px 0;
}

.services-section .container {
  margin: 0 auto;
  padding: 0 20px;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-tag {
  display: inline-block;
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-heading h2 {
  color: var(--color-primary);
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  max-width: 1000px;
  margin: 0 auto 10px;
}

.section-heading h3, .section-heading p.main-title {
  color: var(--color-primary);
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  max-width: 1000px;
  margin: 0 auto 10px;
}

.section-heading p {
  max-width: 800px;
  margin: 0 auto 15px;
  color: var(--color-body);
  font-size: 16px;
  line-height: 30px;
}

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

.service-card {
  background: var(--color-white);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  border-color: rgba(10,49,97,.2);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transform: translateY(-5px);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: .3s ease;
}

.service-card:hover .service-icon {
  background-color: var(--color-secondary);
}

.service-icon svg {
  width: 40px;
  height: 40px;
  color: var(--color-white);
}

.service-card h3 {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s ease;
  margin-top: auto;
}

.service-link svg {
  width: 10px;
  height: 10px;
  transition: .3s ease;
  transform:rotate(45deg);
  margin-left: 5px;
  margin-top: 2px;
}

.service-link svg path {
  fill: var(--color-secondary)
}

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

.services-btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.services-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: .3s ease;
  font-size: 16px;
}

.services-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.services-btn svg {
  width: 10px;
  height: 10px;
  transform:rotate(45deg);
  margin-top: 2px;
}

.services-btn svg path {
  fill: var(--color-primary);
}

.services-btn:hover svg path {
  fill: var(--color-white);
}

.services-section.service-location .services-grid {
  grid-template-columns: repeat(4, 1fr);
}

.services-section.service-location .services-grid .service-card h3 {
  font-size: 18px;
}

.services-section.service-location .services-grid .service-link {
  margin-top: 10px;
}

.services-section.service-location .services-grid .service-icon {
  width: 60px;
  height: 60px;
}

.services-section.service-location .services-grid .service-icon svg {
  width: 35px;
  height: 35px;
}

.service-section-style-2 .service-card {
  border: 1px solid #DEE6EE;
  border-radius: 14px;
  padding: 28px;
  transition: .2s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-section-style-2 .service-card:hover {
  box-shadow: 0 20px 45px -20px rgba(10,49,97,0.35);
  border-color: transparent;
  transform: translateY(-4px);
}

.service-section-style-2 .service-card p:last-child {
  margin-bottom: 0;
}

.service-section-style-2 .service-card h3 {
  font-size: 20px;
  line-height: 30px;
}

.service-section-style-2 .service-icon {
  width: 60px;
  height: 60px;
  background: #F2F6FA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: .3s ease;
}

.service-section-style-2 .service-link svg {
  width: 35px;
  height: 35px;
}

.service-section-style-2 .service-card:hover svg path {
  fill: #fff;
}

.service-section-style-2 .service-card:last-child:hover svg path {
  stroke: #fff;
  fill: var(--color-secondary);
}

.page-template-template-hydro-jetting-services .service-section-style-2 .service-card:last-child:hover svg path, .page-template-template-water-quality-services .service-section-style-2 .service-card:last-child:hover svg path {
  stroke: inherit;
  fill: var(--color-white);
}

.service-section-style-2 .service-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-section-style-2 .service-content.expanded {
  display: block;
}

.service-section-style-2 .read-more-btn {
  margin-top: 10px;
  background: none;
  border: none;
  color: var(--color-secondary);
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.service-section-style-2 .read-more-btn:hover {
  color: var(--color-hover);
}

.service-section-style-2 .service-card p a {
  color: var(--color-secondary);
}

.service-section-style-2 .service-card.hidden-service{
  display:none;
}

.service-section-style-2 .service-card.hidden-service.show{
  display:block;
}

.services-load-more{
  margin-top:40px;
  text-align:center;
}

.explore-services-btn{
  padding:14px 28px;
  border:none;
  background:#0A3161;
  color:#fff;
  font-weight:600;
  cursor:pointer;
  border-radius:6px;
  transition:.3s;
}

.explore-services-btn:hover{
  background: var(--color-secondary);
}

.plumbing-service-card{
  background:#fff;
  border:1px solid #f3f4f6;
  border-radius: 8px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  height:100%;
  transition:.3s;
  padding: 20px 20px 0;
  box-shadow: 0 20px 40px 0 #0000000a;
}

.plumbing-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 45px rgba(10,49,97,.15);
}

.plumbing-service-thumbnail{
  position:relative;
  overflow:hidden;
  border-radius: 6px 6px 0 6px;
}

.plumbing-service-image{
  width:100%;
  display:block;
  transition:.4s;
  border-radius: 6px 6px 0 6px;
}

.plumbing-service-card:hover .plumbing-service-image{
  transform:scale(1.05);
}

.plumbing-service-icon{
  position:absolute;
  bottom: -5px;
  right: 0;
  width:80px;
  height:80px;
  background:var(--color-secondary);
  border-radius: 50px 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.plumbing-service-icon svg{
  width:40px;
  height:40px;
}

.plumbing-service-content{
  padding:20px 10px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.plumbing-service-title{
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.service-content p {
  color: var(--color-body);
  margin: 0;
  padding: 0 0 20px;
  flex:1;
}

.service-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--color-secondary);
  font-weight:600;
}

.project-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 50px;
  gap: 10px;
}

.cta-avatar{
  position:relative;
  width:60px;
  height:60px;
  flex-shrink:0;
  gap: 10px;
}

.cta-avatar img{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
}

.phone-icon{
  position:absolute;
  right:0;
  bottom:0;
  width:32px;
  height:32px;
  border-radius:50%;
  background:var(--color-secondary);
  border:3px solid #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--color-white);
}

.cta-text{
  display:flex;
  align-items:center;
  gap:15px;
  flex-wrap:wrap;
}

.cta-text span{
  font-size:20px;
  font-weight:600;
  color:var(--color-primary);
}

.cta-link{
  color:var(--color-secondary);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-thickness:2px;
  font-size: 22px;
  line-height: 32px;
}

.about-image-wrapper {
  position: relative;
}

.about-company {
  padding-bottom: 80px;
}

.about-company .section-heading {
  text-align: left;
}

.vertical-text {
  position: absolute;
  left: -150px;
  top: 42%;
  transform: translateY(-50%);
}

.vertical-text span {
  display: block;
  transform: rotate(-90deg);
  transform-origin: center;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 10px;
  color: #f1f1f1;
  white-space: nowrap;
  text-transform: uppercase;
}

.about-image {
  overflow: hidden;
  border-radius: 16px;
  margin-left: 100px;
}

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

.contact-card {
  position: absolute;
  left: 30px;
  bottom: -32px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--color-white);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.about-image-wrapper .contact-icon {
  width: 64px;
  height: 64px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
}

.about-image-wrapper .contact-icon svg {
  width: 32px;
  height: 32px;
  color: var(--color-primary);
}

.contact-info p {
  margin: 0;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
}

.contact-info h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
}

.about-features-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  margin-top:40px;
}

.feature-list{
  list-style:none;
  margin:0;
  padding:0;
}

.feature-list li{
  display:flex;
  align-items:center;
  position: relative;
  gap:8px;
  margin-bottom:20px;
  font-size:16px;
  font-weight:500;
  color:#0f172a;
  padding-left: 30px;
}

.feature-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url("../images/right-arrow.svg") no-repeat center;
  background-size: contain;
}

.about-features hr{
  margin:32px 0;
  border:none;
  border-top:1px solid #e5e7eb;
}

.about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 24px;
  background-color: var(--color-secondary);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
  border-radius: 4px;
}

.about-btn:hover{
  background-color: var(--color-hover);
}

.about-counter-box{
  background-color: var(--color-primary);
  color:#fff;
  border-radius:16px;
  padding:40px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.counter-item{
  display:flex;
  gap: 13px;
  align-items:center;
}

.counter-icon svg{
  width:56px;
  height:56px;
  color:#fbbf24;
}

.counter-content h3{
  margin:0;
  font-size:38px;
  font-weight:700;
  line-height:48px;
}

.counter-content p{
  margin:0;
  color:rgba(255,255,255,.8);
}

.counter-divider{
  height:1px;
  background:rgba(255,255,255,.2);
  margin:32px 0;
}

.why-choose-section{
  background: var(--color-primary);
}

.why-choose-section .section-heading {
  max-width: 1100px;
  margin:0 auto 40px;
  text-align:center;
}

.why-choose-section .section-heading h2 {
  color:#fff;
  margin-bottom: 10px;
}

.why-choose-section .section-heading p{
  color:#fff;
  max-width:600px;
  margin:0 auto;
}

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

.why-card{
  display:flex;
  gap:18px;
  padding:30px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.05);
  transition:.35s;
}

.why-card:hover{
  background:rgba(255,255,255,.10);
}

.why-icon{
  display: inline-flex;
  width:70px;
  height:70px;
  border-radius:10px;
  background:#fff;
  justify-content:center;
  align-items:center;
  padding: 10px;
}

.why-icon svg{
  width:50px;
  height: 50px;
}

.why-icon svg path {
  fill: var(--color-primary);
}

.why-content span.why-content-title {
  color:#fff;
  font-size:20px;
  font-weight: 600;
  margin-bottom:5px;
  display: inline-block;
}

.why-content p{
  color:rgba(255,255,255,.65);
  font-size: 16px;
  line-height:30px;
  margin-bottom: 0;
}

/* Work Process */

.work-progress {
  text-align: center;
  margin-bottom: 0px;
  padding: 0 20px;
  position: relative;
}

.work-progress_icon {
  position: relative;
  z-index: 1;
  width: 142px;
  height: 142px;
  line-height: 187px;
  border-radius: 71px;
  background-color: #f5f8fe;
  transition: .5s;
  display: inline-block;
}

.work-progress_icon:before {
  position: absolute;
  content: "";
  left: -9px;
  top: -9px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  border: 2px dashed #152b63;
  opacity: .154;
  transition: .5s;
}

.work-progress:hover .work-progress_icon:before {
  border: 2px dashed var(--color-secondary);
  opacity: 1;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
}

.work-progress_icon:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 71px;
  background: var(--color-secondary);
  transform: scale(0);
  transition: .5s;
}

.work-progress:hover .work-progress_icon:after {
  transform: scale(1);
}

.work-progress .work-progress-number {
  position: absolute;
  right: -30px;
  top: -18px;
  transition: .5s;
}

.work-progress .work-progress-number span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 30px;
  font-family: 'Inter';
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}

.work-progress:hover .work-progress-number {
  right: -24px;
  top: -45px;
}

.progress_content {
  text-align: center;
}

.work-progress-title {
  padding-top: 24px;
}

.work-progress .work-progress-title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 12px 0 7px;
  color: var(--color-primary);
}

.work-progress:before {
  position: absolute;
  content: "";
  right: 51px;
  top: 60px;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-right.png);
  background-repeat: no-repeat;
}

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

.work-progress .work-progress_icon .icon {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.work-progress-desc p {
  color: var(--color-body);
}

.work-progress-grid {
  gap: 30px;
}

.work-progress .work-progress_icon .icon svg {
  width: 65px;
  height: 65px;
}

.work-progress:hover .work-progress_icon .icon svg path {
  fill: var(--color-white);
}

.work-progress .work-progress-title h3 {
  font-size: 18px;
  line-height: 30px;
}

.service-area-grid {
  display: grid;
  grid-template-columns:repeat(4,1fr);
  gap: 15px;
}

.service-area-grid .location-card {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #E5E7EB;
  padding: 10px;
  border-radius: 16px;
  gap: 10px;
}

.service-area-grid .location-card .location-icon svg {
  width: 18px;
  height: 18px;
}

.service-area-grid .location-card {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.service-area-grid .location-card:hover {
  border-color: var(--color-primary);
  background-color: rgba(10, 49, 97, 0.03);
}

.cta-section{
  background:#B31942;
  padding:64px 0;
}

.cta-content{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}

.cta-content p.main-title{
  font-weight:700;
  color:#fff;
  margin-bottom:20px;
  font-size: 42px;
  line-height: 32px;
}

.cta-description{
  max-width:550px;
  margin:0 auto 40px;
  font-size:18px;
  line-height:30px;
  color:rgba(255,255,255,.75);
}

.cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:16px 28px;
  background:#fff;
  color:#B31942;
  border-radius:4px;
  font-size:25px;
  line-height: 35px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
  transition:all .2s ease;
}

.cta-btn svg{
  width:26px;
  height:26px;
}

.cta-btn:hover{
  background:#f8f8f8;
  transform:translateY(-2px);
}

.cta-note{
  margin-top:20px;
  font-size:14px;
  color:rgba(255,255,255,.5);
  margin-bottom: 0;
}

/* Footer */

.footer {
  background-color: #071E3A;
}

.footer-inner-wrapper .footer-logo {
  flex: 0 0 auto;
  width: auto;
}

.footer-inner-wrapper .footer-logo img {
  width: 80px;
}

.footer-inner-wrapper .footer-logo span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 20px;
}

.footer-inner-wrapper .footer-social-icon {
  margin-top: 5px;
}

.footer-inner-wrapper .footer-social-icon a, .footer-inner-wrapper .footer-social-icon span {
  border-radius: 50px;
}

.footer-inner-wrapper .footer-social-icon svg {
  width: 20px;
  height: 20px;
}

.whatsapp {
  background: #25D366;
}

.instagram {
  background: #E4405F;
}

.youtube {
  background: #FF0000;
}

.x-twitter {
  background: #000000;
}

.facebook {
  background: #1877F2;
}

.call-today-wrapper {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.call-today-wrapper p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: color 150ms ease;
  position: relative;
}

.phone-link:hover {
  color: var(--color-secondary);
}

.phone-link svg {
  width: 20px;
  height: 20px;
  color: #B31942;
  flex-shrink: 0;
}

.footer .call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background-color: #B31942;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.footer .call-btn:hover {
  background-color: #94122F;
}

.footer .call-btn-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.footer-bottom-wrap span.footer-column-title {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-white);
  display: inline-block;
}

.footer-bottom-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom-wrap ul li {
  margin-bottom: 15px;
}

.footer-bottom-wrap ul li:last-child {
  margin-bottom: 0;
}

.footer-bottom-wrap ul li a, .footer-bottom-wrap ul li span {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.footer-bottom-wrap ul li a:hover, .footer-bottom-wrap ul li span:hover {
  color: #ffffff;
}

.footer-disclaimer {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.2px;
}

.footer-disclaimer:last-child {
  margin-bottom: 0;
}

.footer-disclaimer span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.faq-container {
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  box-sizing: border-box;
  margin: 0 auto;
}

.faq-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  background: none;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
  margin-bottom: -2px;
}

.tab-link:hover {
  color: var(--color-secondary);
}

.tab-link.active {
  color: var(--color-secondary);
  border-bottom-color: var(--color-secondary);
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faqs-section .accordion-item {
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  margin-bottom: 12px;
  transition: border-color 0.2s;
}

.faqs-section .accordion-item:last-child {
  border-bottom: none;
}

.faqs-section .accordion-header-main {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 24px;
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease;
}

.faqs-section .accordion-header-main h2, .faqs-section .accordion-header-main h3, .faqs-section .accordion-header-main h4, .faqs-section .accordion-header-main h5 {
  font-size: 18px !important;
  line-height: 30px;
}

.faqs-section .accordion-header-main-main:hover {
  background-color: #f8fbff;
  border-radius: 16px;
}

.faqs-section .accordion-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
  font-size: 18px;
  color: var(--color-white);
}

.faqs-section .accordion-header-main.active h2, .faqs-section .accordion-header-main.active h3, .faqs-section .accordion-header-main.active h4 {
  color: var(--color-secondary);
}

.faqs-section .accordion-header-main.active .accordion-icon {
  transform: rotate(180deg);
  color: var(--color-white);
  background-color: var(--color-secondary);
}

.faqs-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), padding 0.4s ease;
  padding: 0 25px;
}

.faqs-section .accordion-content p {
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-body);
}

.faqs-section .accordion-content ul {
  margin-bottom: 30px;
  margin-top: -10px;
}

.faqs-section .accordion-content ul li {
  display: block;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  color: var(--color-body);
}

.faqs-section .accordion-content ul li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url(../images/check-point-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
  position: absolute;
  top: 7px;
  left: -1px;
}

.scroll-to-top-wrapper {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .3s ease;
  z-index: 9999;
  background-color: var(--color-white);
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.scroll-to-top-wrapper.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-ring {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}

.progress-ring__circle {
  stroke-linecap: round;
  stroke-dasharray: 138.23;
  stroke-dashoffset: 138.23;
  transition: stroke-dashoffset .1s linear;
}

.scroll-to-top-button {
  position: absolute;
  inset: 4px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}

.scroll-to-top-wrapper:hover {
  transform: translateY(-2px);
}

.scroll-to-top-button svg {
  width: 18px;
  height: 18px;
  color: #000;
}

/* Mobile Bottom Call Bar */

.mobile-call-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background-color:var(--color-primary);
  z-index:9999;
  box-shadow:0 -4px 20px rgba(0,0,0,.3);
}

.mobile-call-bar-top{
  padding:9px 20px 3px;
  text-align:center;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.mobile-call-bar-top .title{
  color: var(--color-white);
  font-size:13px;
  font-weight:700;
  line-height:20px;
  margin:0;
}

.mobile-call-bar-top .subtitle{
  color:rgba(255,255,255,.55);
  font-size:12px;
  margin-top:3px;
  margin-bottom:0;
  line-height: 20px;
}

.mobile-call-bar-bottom{
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px 20px;
}

.phone-number{
  flex:1;
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:15px;
  font-weight:700;
  overflow:hidden;
}

.phone-number svg{
  color: var(--color-secondary);
  flex-shrink:0;
  width: 16px;
  height: 16px;
}

.phone-number span{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.call-now-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-size:14px;
  font-weight:700;
  padding:8px 20px;
  border-radius:6px;
  text-decoration:none;
  transition:.3s;
}

.call-now-btn:hover{
  background-color: var(--color-hover);
}

.call-now-btn svg{
  width:16px;
  height:16px;
}

.whatsdemand-different .section-heading p {
  max-width: 1000px;
}

.whatsdemand-different-grid {
  display: grid;
  grid-template-columns:repeat(3,1fr);
  gap: 20px;
}

.whatsdemand-different-grid .whatsdemand-different-card {
  border-radius: 20px;
  padding: 20px;
  background-color: var(--color-white);
  border: 1px solid #E2E8F0;
  transition: all 0.3s;
}

.whatsdemand-different-grid .whatsdemand-different-card p.whatsdemand-different-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 6px;
  margin-top: 20px;
}

.whatsdemand-different-grid .whatsdemand-different-card .whatsdemand-different-icon {
  width: 56px;
  height: 56px;
  background-color: var(--color-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsdemand-different-grid .whatsdemand-different-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.whatsdemand-different-grid .whatsdemand-different-card:hover .whatsdemand-different-icon {
  background-color: var(--color-secondary);
}

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

.blog-post-slide .blog-post-post-wrapper {
  position: relative;
}

.blog-post-slide .blog-post-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.blog-post-slide .blog-post-thumbnail-wrapper img.blog-post-image {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease 0s;
}

.blog-post-grid .blog-post-slide:hover .blog-post-thumbnail-wrapper img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.blog-post-slide .blog-post-date {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 8px 9px 10px;
  border-top: 2px solid var(--color-secondary);
  border-radius: 0 0 10px 0;
  font-size: 20px;
  line-height: 24px;
  background-color: #fff;
  display: block;
  font-weight: 600;
  text-align: center;
  color: var(--color-primary);
}

.blog-post-slide .blog-post-date .blog-post-month {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-body);
  font-weight: 600;
  display: block;
}

.blog-post-slide .blog-post-title-wrap {
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
  z-index: 1;
  background-color: #FFF;
  border-radius: 0 0 15px 15px;
  position: relative;
}

.blog-post-slide .blog-post-title-wrap .blog-post-title a {
  font-weight: 700;
}

.blog-post-slide .blog-post-title-wrap .blog-post-title a:hover, .blog-post-grid .blog-post-slide:hover a {
  color: var(--color-secondary);
}

.blog-post-slide .blog-post-meta .blog-post-meta-inner {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 15px;
  left: 0;
  border-radius: 15px 0 15px 0;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  background-color: var(--color-secondary);
}

.blog-post-slide span.blog-post-category {
  padding-right: 30px;
  position: relative;
}

.blog-post-slide span.blog-post-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  height: 60px;
  overflow: hidden;
  color: var(--color-primary);
}

.blog-post-slide .blog-post-description p {
  margin-bottom: 15px;
  color: var(--color-body);
}

.blog-post-slide .read-more-link a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  color: var(--color-secondary);
}

.blog-post-slide span.blog-post-category::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 14px;
  background: #ffffffd4;
  transform: rotate(15deg);
}

.service-offred-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.service-offred-wrapper .tabs-container {
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  width:560px;
  padding:6px;
  background:#e6eaef;
  border-radius:999px;
  border:1px solid #0000000d;
  overflow:hidden;
  margin: 0 auto;
}

.service-offred-wrapper .tab-radio {
  display: none;
}

.service-offred-wrapper .tab-label {
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  height:46px;
  padding:0 20px;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  cursor:pointer;
  color: var(--color-primary);
}

.service-offred-wrapper .tab-slider {
  position:absolute;
  top:6px;
  left:6px;
  width:calc(50% - 6px);
  height:calc(100% - 12px);
  background:#fff;
  border-radius:999px;
  box-shadow:0 4px 15px rgba(0,0,0,.08);
  z-index:1;
  transition:.35s ease;
}

.service-offred-wrapper #tab-plumbing-repair:checked ~ .tabs-container .label-plumbing-repair, #tab-emergency-plumbing:checked ~ .tabs-container .label-emergency-plumbing {
  color: var(--color-secondary);
}

.service-offred-wrapper #tab-emergency-plumbing:checked ~ .tabs-container .tab-slider {
  left: calc(50% - 6px);
}

.service-offred-wrapper .content-area {
  position: relative;
  min-height: 400px;
  margin-top: 30px;
}

.service-offred-wrapper .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 40px;
  text-align: left;
  background: var(--card-white);
  padding: 40px;
  border-radius: 40px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.04);
}

.service-offred-wrapper #tab-plumbing-repair:checked ~ .content-area #content-plumbing-repair, .service-offred-wrapper #tab-emergency-plumbing:checked ~ .content-area #content-emergency-plumbing {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.service-offred-wrapper .image-box {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}

.service-offred-wrapper .image-box img {
  object-fit: cover;
  object-position: center;
  height: 300px;
  width: 100%;
}

.service-offred-wrapper #tab-water-heater-repair:checked ~ .tabs-container .label-water-heater-repair, #tab-water-heater-installation:checked ~ .tabs-container .label-water-heater-installation {
  color: var(--color-secondary);
}

.service-offred-wrapper #tab-water-heater-installation:checked ~ .tabs-container .tab-slider {
  left: calc(50% - 6px);
}

.service-offred-wrapper #tab-water-heater-repair:checked ~ .content-area #content-water-heater-repair, .service-offred-wrapper #tab-water-heater-installation:checked ~ .content-area #content-water-heater-installation {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.service-offred-wrapper .image-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  opacity: 0.9;
  color: white;
}

.service-offred-wrapper .tab-text h3 {
  font-size: 28px;
  line-height: 38px;
  color: var(--color-primary);
  margin-bottom: 15px;
  font-weight: 700
}

.service-offred-wrapper .tab-text p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.service-offred-wrapper .btn {
  display: inline-block;
  background: var(--color-secondary);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: var(--transition);
  padding: 14px 28px;
  color: var(--color-white);
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: .3s ease;
  font-size: 14px;
  border: 1px solid var(--color-secondary);
}

.service-offred-wrapper .btn:hover {
  background: transparent;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  transform: scale(1.02);
}

/* Additional Service */

.addtional-services .services-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap;
}

.addtional-services .service-card {
  flex: 1;
  height: auto;
  background: #f8fafc;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 30px;
  text-align: center;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  border: 1px solid rgba(0,0,0,0.03);
  text-decoration: none;
}

.addtional-services .service-card::before {
  content: '';
  position: absolute;
  bottom: -130%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 1;
  border-radius: 50% 50% 0 0;
  transform: scale(1.5);
}

.addtional-services .service-card:hover::before {
  bottom: 0;
  border-radius: 0;
  transform: scale(1);
}

.addtional-services .card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color 0.4s ease;
}

.addtional-services .service-card:hover .card-content {
  color: white;
}

.addtional-services .service-card .icon-wrap {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.04);
  transition: all 0.4s ease;
  min-width: 80px;
  min-height: 80px;
}

.addtional-services .service-card:hover .icon-wrap {
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(-5deg) scale(1.1);
}

.addtional-services .icon-wrap svg {
  width: 45px;
  height: 45px;
}

.addtional-services .service-card:hover svg path {
  fill: var(--color-white);
}

.addtional-services .service-card h3, .addtional-services h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--color-primary);
}

.addtional-services .service-card:hover h3, .addtional-services .service-card:hover h4 {
  color: var(--color-white);
}

.addtional-services p.description {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-body);
  margin-bottom: 60px;
}

.addtional-services .service-card:hover p.description {
  color: var(--color-white);
}

.addtional-services .service-btn {
  margin-top: auto;
  width: 100%;
  padding: 14px 20px;
  border-radius: 100px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
  background: transparent;
  justify-content: center;
  gap: 8px;
  display: flex;
  align-items: center;
}

.addtional-services .service-btn span svg {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.addtional-services .service-btn span {
  margin-top: 2px;
}

.addtional-services .service-card:hover .service-btn {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-primary);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.addtional-services .service-card:hover .service-btn span svg path {
  fill: var(--color-primary);
}

.addtional-services .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.addtional-services.emergency-services .services-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.why-choose-services {
  max-width: 1400px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 16px;
  padding: 60px;
  box-sizing: border-box;
  box-shadow: 0 10px 40px rgba(0, 74, 173, 0.1);
  margin: 0 auto;
}

.why-choose-services-main-wrap {
  display: flex;
  gap: 60px;
  align-items: center;
}

.why-choose-services-main-wrap .image-placeholder {
  flex: 1;
  position: sticky;
  top: 20px;
  background-color: var(--color-primary);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  max-width: 700px;
  width: 100%;
  height: 450px;
  transition: opacity .25s ease;
}

.why-choose-services-main-wrap .feature-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}

.why-choose-services-main-wrap .feature-accordion {
  flex: 1.2;
  display: flex;
  flex-direction: column;
}

.why-choose-services-main-wrap .accordion-item {
  border-left: 4px solid var(--color-primary);
  padding: 0 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.why-choose-services-main-wrap .accordion-item:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.why-choose-services-main-wrap .accordion-header span {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-primary);
  transition: color 0.3s ease;
}

.why-choose-services-main-wrap .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, margin-top 0.5s ease-out;
}

.why-choose-services-main-wrap .accordion-content p {
  margin: 0;
  padding-top: 12px;
  color: var(--color-body);
  line-height: 1.7;
}

.why-choose-services-main-wrap .accordion-item.active {
  border-left-color: var(--color-secondary);
}

.why-choose-services-main-wrap .accordion-item.active .accordion-header span {
  color: var(--color-secondary);
  font-weight: 600;
}

.why-choose-services-main-wrap .accordion-item.active .accordion-content {
  max-height: 200px;
}

.why-choose-services-main-wrap .accordion-item.active .accordion-content p a {
  text-decoration: underline;
  color: var(--color-primary);
}

.why-choose-services-main-wrap .accordion-item.active .accordion-content p a:hover {
  color: var(--color-secondary);
}

.what-to-expect .timeline-track {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  flex-wrap: wrap;
}

.what-to-expect .timeline-track::before {
  content: '';
  position: absolute;
  top: 140px;
  left: 10%;
  right: 10%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-primary));
  z-index: 0;
}

.what-to-expect .step-card {
  flex: 1;
  min-width: 300px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}

.what-to-expect .step-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(10,49,97,0.15);
}

.what-to-expect .card-image {
  position: relative;
  height: 280px;
  border-radius: 20px 20px 0 0;
  line-height: 0;
}

.what-to-expect .card-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.what-to-expect .icon-badge {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -35px;
  left: 30px;
  z-index: 999;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  border: 4px solid #f8fbff;
}

.what-to-expect .icon-badge svg {
  width: 40px;
  height: 40px;
}

.what-to-expect .icon-badge svg path {
  fill: var(--color-primary);
}

.what-to-expect .content {
  padding: 50px 30px 0;
  text-align: left;
}

.what-to-expect .step-label {
  display: inline-block;
  background: var(--color-secondary);
  color: var(--color-white);
  padding: 4px 15px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.what-to-expect .content span.step-title {
  margin: 0 0 15px;
  color: var(--color-primary);
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  display: block;
}

.what-to-expect .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.what-to-expect .content ul li {
  display: block;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  color: var(--color-body);
}

.what-to-expect .content ul li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url(../images/check-point-icon-pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
  position: absolute;
  top: 7px;
  left: -1px;
}

.inner-faqs-section .accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inner-faqs-section .accordion-item-box {
  background-color: var(--color-white);
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  overflow: hidden;
}

.inner-faqs-section .accordion-item-box:hover {
  border-color: var(--color-primary);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.05);
}

.inner-faqs-section .accordion-item-box.is-open {
  border-color: var(--color-secondary);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.inner-faqs-section .accordion-header-question-title {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.inner-faqs-section .accordion-header-question-title h2 {
  font-size: 18px;
  line-height: 30px;
}

.inner-faqs-section .accordion-item-box.is-open .accordion-header-question-title h2, .inner-faqs-section .accordion-item-box.is-open .accordion-header-question-title h3, .inner-faqs-section .accordion-item-box.is-open .accordion-header-question-title h4, .accordion-item-box.is-open .accordion-header-question-title h5 {
  color: var(--color-secondary);
}

.inner-faqs-section .accordion-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 24px;
}

.inner-faqs-section .accordion-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  min-width: 20px;
}

.inner-faqs-section .accordion-item-box.is-open .accordion-icon {
  transform: rotate(180deg);
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.inner-faqs-section .accordion-content-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.inner-faqs-section .accordion-body-wrap {
  padding: 0 28px 24px 28px;
  color: var(--color-body);
  font-size: 1rem;
  line-height: 1.7;
}

.inner-faqs-section .accordion-body-wrap p {
  color: var(--color-body);
}

.inner-faqs-section .accordion-body-wrap p:last-child {
  margin-bottom: 0;
}

.inner-faqs-section .accordion-body-wrap ul {
  margin-top: 0px;
}

.inner-faqs-section .accordion-body-wrap ul li {
  display: block;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  color: var(--color-body);
}

.inner-faqs-section .accordion-body-wrap ul li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url(../images/check-point-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
  position: absolute;
  top: 7px;
  left: -1px;
}

.table-responsive{
  overflow-x:auto;
}

.comparison-table{
  width:100%;
  border-collapse:collapse;
  min-width:750px;
  background:var(--color-white);
}

.comparison-table th, .comparison-table td{
  border:1px solid #d7dce2;
  padding:18px;
  text-align:left;
  vertical-align:top;
  font-size:16px;
  line-height:1.6;
  color: var(--color-body);
}

.comparison-table thead th{
  background:#f5f7fa;
  color:var(--color-primary);
  font-size:18px;
  font-weight:700;
}

.comparison-table tbody td:first-child{
  width:18%;
  font-weight:600;
  color:var(--color-body);
  background:#fafafa;
}

.comparison-table tbody td:nth-child(2), .comparison-table tbody td:nth-child(3){
  width:41%;
}

.comparison-table tbody tr:nth-child(even){
  background:#fcfcfc;
}

.comparison-table tbody tr:hover{
  background:#f8fbff;
}

.glass-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border: 1px solid var(--color-primary);
  border-left: 8px solid var(--color-primary);
}

.glass-card h3 {
  font-size: 22px;
  line-height: 32px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 10px;
}

#map {
  height: 600px;
  border-radius: 1rem;
}

#cardContainer {
  padding-right: 20px;
}

.glass-card .call-now-btn-map {
  padding: 12px 24px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  display: inline-flex;
  justify-content: center;
}

.glass-card .call-now-btn-map:hover {
  background-color: var(--color-primary);
}

.glass-card .view-details-btn {
  padding: 12px 24px;
  background-color: rgba(241,245,249,1);
  color: var(--color-primary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  display: inline-flex;
  justify-content: center;
}

.glass-card .view-details-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgb(34 197 94);
  border-radius: 50%;
  margin-right: 8px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

.tooltip-city {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-display);
}

.tooltip-status {
  font-size: 14px;
  line-height: 20px;
  color: rgb(21, 128, 61);
  font-weight: 600;
  margin-top: 10px;
  font-family: var(--font-display);
}

.tooltip-phone {
  padding: 12px 14px;
  background-color: var(--color-secondary);
  color: var(--color-white) !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.tooltip-phone svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.tooltip-phone:hover {
  background-color: var(--color-hover);
}

.location-search {
  width: 100%;
  padding: 16px 12px;
  padding-left: 64px;
  font-size: 16px;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  outline: none;
  box-shadow: 0 10px 25px rgba(10,49,97, 0.08);
  transition: all 0.3s ease;
  background-color: #fff;
  color: var(--color-primary);
}

.location-search::placeholder {
  color: var(--color-primary);
}

.location-search:focus {
  border-color: var(--color-primary);
  box-shadow: 0 10px 30px rgba(10,49,97,0.2);
}

.partner-respond-wrap {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  max-width: 900px;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin: 0 auto;
  padding:  30px 50px;
}

.partner-respond-wrap:hover {
  transform: translateY(-5px);
}

.partner-respond-wrap h3 {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-primary);
  font-weight: 700;
  text-align: center;
}

.partner-respond-wrap h3 span {
  color: var(--color-secondary);
}

.partner-respond-wrap .answer-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.partner-respond-wrap .answer-block-content {
  padding-left: 30px;
  margin-bottom: 25px;
}

.partner-respond-wrap .answer-block-image {
  display: flex;
  justify-content: end;
}

.partner-respond-wrap .answer-block-image img {
  width: 60%;
  margin-top: -35px;
}

.partner-respond-wrap .time-highlight {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: var(--color-primary);
  display: block;
}

.partner-respond-wrap .description {
  color: var(--color-body);
  line-height: 30px;
  font-size: 18px;
  margin-top: 5px;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
}

.stat-item {
  background: rgba(0, 122, 255, 0.05);
  padding: 12px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.stat-item .stat-icon {
  width: 60px;
  height: 60px;
  background-color: var(--color-secondary);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
}

.stat-item svg {
  width: 35px;
  height: 35px;
}

.stat-val {
  font-weight: 700;
  color: var(--color-primary);
  display: block;
  font-size: 18px;
}

.stat-label {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-body);
  font-weight: 600;
}

.partner-respond-wrap .notice {
  color: var(--color-body);
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  font-weight: 600;
}

.service-info .section-heading h2 {
  max-width: inherit;
}

.service-info .section-heading p {
  max-width: 1000px;
  margin-bottom: 20px;
}

.service-info .service-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

.service-info .service-info-wrapper .service-info-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  border-top: 4px solid var(--color-secondary);
}

.service-info .service-info-wrapper .service-info-card h3 {
  font-size: 22px;
  line-height: 32px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 15px;
}

.service-info .service-info-wrapper .service-info-card p {
  color: var(--color-body);
}

.service-info .service-info-wrapper .service-info-card p:last-child {
  margin-bottom: 0;
}

.page-template-template-water-quality-services .service-info .section-heading p {
  max-width: 1100px;
}

.page-template-template-water-quality-services .service-info .service-info-wrapper {
  grid-template-columns: repeat(3,1fr);
}

.finiding-pipe-coating .section-heading {
  text-align: left;
  margin-bottom: 0;
}

.finiding-pipe-coating .section-heading p {
  margin-top: 15px;
  text-align: left;
  margin-left: 0;
}

.finiding-pipe-coating .section-heading h2 {
  font-size: 35px;
  line-height: 45px;
}

.finiding-pipe-coating .finiding-pipe-coating-btn {
  background-color: var(--color-secondary);
  color: var(--color-white);
  justify-content: center;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  margin-top: 15px;
}

.finiding-pipe-coating .finiding-pipe-coating-btn svg {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.finiding-pipe-coating .finiding-pipe-coating-btn:hover {
  background-color: var(--color-hover);
}

.finiding-pipe-coating-image {
  margin-left: 30px;
}

.finiding-pipe-coating-image img {
  border-radius: 30px;
  width: 100%;
}

.finiding-pipe-coating ul {
  margin-top: 20px;
}

.finiding-pipe-coating ul li {
  display: block;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  color: var(--color-body);
}

.finiding-pipe-coating ul li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url(../images/check-point-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
  position: absolute;
  top: 7px;
  left: -1px;
}

/* Blog Hero Page */

.post-filter-wrapper .filter-tabs {
  display: flex;
  flex-wrap: wrap;
}

.filter-tabs button {
  border: 1px solid var(--color-primary);
  background-color: #F2F6FA;
  border-radius: 50px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
  margin: 6px 12px 6px 0;
  text-decoration: none;
}

.filter-tabs button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.filter-tabs button.active {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: var(--color-white);
}

.filter-tabs-wrapper {
  margin-bottom: 40px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

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

.post-grid .post-card {
  height: 100%;
}

.post-grid .post-card .BlogItems {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 12px;
}

.post-grid .blogItems-img-wrapper {
  position:relative;
  overflow: hidden;
  border-radius: 7px;
}

.post-grid .post-card .BlogItems img {
  border-radius: 7px;
  transition: 0.3s ease-out;
  height: 300px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.post-grid .post-card .BlogItems:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.post-grid .post-card .BlogItems h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 15px 0 0 0;
}

.post-meta-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.post-meta-line {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}

.post-meta-line a {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: .13px;
  text-transform: uppercase;
}

.post-meta-category-wrapper.post-meta-line a {
  line-height: 28px;
  padding: 0 12px;
  border-radius: 20px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.post-meta-date-wrapper.post-meta-line {
  padding-left: 52px;
  position: relative;
  top: -3px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--color-body);
  font-weight: 500;
}

.post-meta-date-wrapper.post-meta-line::after {
  top: 12px;
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: rgba(42, 43, 54, .3);
  left: 13px;
}

.post-meta-line:last-child {
  margin-right: 0;
}

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

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

#load-more {
  position: relative;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  background-color: var(--color-secondary);
  color: var(--color-white);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
}

#load-more:hover {
  background-color: var(--color-hover);
  color: var(--color-white);
}

#load-more svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

#load-more:hover svg path {
  fill: var(--color-white);
}

#load-more::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255,255,255,0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.3s;
  animation: spin 1s linear infinite;
}

#load-more.loading::after {
  opacity: 1;
  transform: scale(1);
}

#load-more.loading {
  pointer-events: none;
  opacity: 0.6;
}

#load-more.loading .btn-text {
  display: none;
}

#load-more.loading .btn-loader {
  display: inline-block;
}

.comments-wrapper {
  display: none;
}

.SidebarSticky {
  position: sticky;
  top: 170px;
}

.SidebarSticky .widget {
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(42, 43, 54, 0.1);
}

.SidebarSticky h3.widget-title {
  color: var(--color-primary);
  font-size: 24px;
  line-height: 34px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

.SidebarSticky .widget.widget_search {
  padding: 0;
  border: none;
}

.widget_search form.search-form {
  position: relative;
  width: 100%;
  z-index: 1;
}

.widget_search form.search-form input[type=search] {
  font-size: 16px;
  background: #fff;
  width: 100%;
  height: 60px;
  border: 1px solid #c9d1d1;
  border-radius: 8px;
  padding: 18px 65px 18px 20px;
  line-height: 1;
}

.widget_search form.search-form button {
  font-size: 22px;
  color: #0c1e21;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out 0s;
  border-radius: 10px;
  background-color: var(--color-secondary);
  margin-right: 5px;
}

.widget_search form.search-form button:hover {
  background-color: var(--color-hover);
}

.widget_search form.search-form button svg {
  width: 25px;
  height: 25px;
  margin-left: 12px;
}

.widget_search form.search-form input[type=search]:focus-visible {
  outline: none !important;
}

.widget_search form.search-form label {
  display: none;
}

.SidebarSticky .widget_categories ul {
  margin-top: 20px;
}

.SidebarSticky .widget_categories ul li {
  color: var(--color-body);
  border-bottom: 1px solid rgba(42, 43, 54, 0.1);
  padding: 0 0 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
}

.SidebarSticky .widget_categories ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.SidebarSticky .widget_categories ul li a {
  cursor: pointer;
  text-transform: capitalize;
  color: var(--color-body);
  transition: all 0.3s ease 0s;
}

.SidebarSticky .widget_categories ul li a:after {
  top: 10px;
  right: 18px;
  opacity: 1;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url('../images/right-arrow-cat.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.SidebarSticky .widget_categories ul li:hover a {
  color: var(--color-secondary);
}

.SidebarSticky .widget_categories ul li:hover a:after {
  background-image: url('../images/right-arrow-cat-white.svg');
}

.single-post .SidebarSticky {
  top: 40px;
}

.single-post .BlogDetailSection .entry-content p {
  color: var(--color-body);
}

.single-post .BlogDetailSection .entry-content p a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.single-post .BlogDetailSection .entry-content h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-primary);
}

.single-post .BlogDetailSection .entry-content h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-secondary);
}

.single-post .BlogDetailSection .entry-content img {
  margin: 10px 0;
  display: inline-block;
}

.single-post .BlogDetailSection .entry-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.single-post .BlogDetailSection .entry-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-size: 16px;
  line-height: 30px;
}

.single-post .BlogDetailSection .entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 17px;
  min-width: 17px;
  background-image: url(../images/check-arrow-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.single-post .BlogDetailSection .conclusion {
  position: relative;
  padding: 30px 30px 20px;
  background-color: #F7F9FC;
  border: 2px solid #0871B8;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 2;
}

.single-post .BlogDetailSection .conclusion h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

.single-post .toc a {
  color: var(--color-body);
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding: 7px 5px 7px 20px;
  display: block;
}

.single-post .toc a.active, .single-post .toc a:hover {
  color: var(--color-secondary);
  font-weight: 500;
}

.single-post .toc li a:before {
  background-color: var(--color-secondary);
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 15px;
  transition: width .4s ease;
  width: 8px;
}

.single-post .service-breadcrumb {
  justify-content: center;
}

.show-featured .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

.show-featured .post-img img {
  border-radius: 5px;
}

.recent-post-widget .show-featured {
  clear: both;
  margin-bottom: 20px;
  display: flex;
}

.recent-post-widget .show-featured:last-child {
  margin-bottom: 0;
}

.recent-post-widget .show-featured .post-desc {
  padding: 0;
  line-height: 26px;
}

.recent-post-widget .post-desc a {
  display: block;
  line-height: 22px;
  color: var(--color-primary);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: inline;
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease 0s;
  margin-top: -4px
}

.recent-post-widget .post-desc span {
  display: block;
  font-size: 15px;
  color: var(--color-secondary);
  margin: 6px 0 0;
  font-weight: 400;
}

.recent-post-widget .post-desc span em {
  font-style: normal;
  font-weight: 700;
  position: relative;
  padding-right: 27px;
}

.recent-post-widget .show-featured img {
  width: 100px;
  height: 80px;
  min-width: 80px;
  object-fit: cover;
  object-position: center;
}

.recent-post-widget .post-desc a:hover {
  color: var(--color-hover);
}

.sidebarSocial {
  margin-bottom: 0 !important;
}

.followSocial {
  display: flex;
  gap: 10px;
}

.followSocial a {
  width: 40px;
  height: 40px;
  background-color: var(--color-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 50px;
}

.followSocial a svg {
  width: 18px;
  height: 18px;
}

.followSocial a:hover {
  background-color: var(--color-primary);
}

.BlogCateSection .post-grid .post-card .BlogContentBX {
  padding: 25px;
}

.author .breadcrumbs-inner {
  justify-content: start;
}

.author .inner-to-banner h1 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.author .inner-to-banner span.designation {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}

.author .inner-to-banner p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.authorImage img {
  width: 300px;
  height: 300px;
  min-width: 300px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.author-socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.author-socials a svg {
  width: 20px;
  height: 20px;
}

.publish-date {
  background: rgba(10, 49, 97, .5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 7px 14px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
}

.meta-blog-single {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width:100%;
  bottom: -120px;
  align-items: center;
}

.meta-blog-single .left {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

.meta-blog-single .left .category a.categors {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.meta-blog-single .left .read-time-wrap {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.meta-blog-single .left .category a.categors svg, .meta-blog-single .left .read-time-wrap svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 15px;
}

.meta-blog-single .right-side {
  display: flex;
  position: relative;
}

.meta-blog-single .right-side .authour_content {
  position: relative;
  margin-right: 20px;
  text-align: right;
  padding: 10px 0px 0px;
}

.meta-blog-single .right-side .content_box_auht {
  display: flex;
  align-items: center;
  position: relative;
}

.meta-blog-single .right-side .authour_content h4 {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.meta-blog-single .right-side .authour_content h6 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

.meta-blog-single .right-side .content_box_auht .authour_image {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.meta-blog-single .right-side .content_box_auht .authour_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post .inner-to-banner h1 {
  font-size: 45px;
  line-height: 55px;
}

.getstarted-box{
  background-image: url(../images/call-now-banner.webp);
  padding: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: none;
}

.getstarted-box::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient( to right, rgba(10, 49, 97, 0.95) 0%, rgba(10, 49, 97, 0.80) 50%, transparent 100% );
  z-index: 1;
}

.getstarted-box h4, .getstarted-box p, .getstarted-box a{
  position: relative;
  z-index: 2;
}

.getstarted-box h4{
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.getstarted-box p{
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.getstarted-box .btn{
  position: relative;
  z-index: 2;
}

.whatsdemand-post-last-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ecebe4;
  border-bottom: 1px solid #ecebe4;
  padding: 22px 0;
  margin-top: 50px;
  margin-bottom: 30px;
}

.whatsdemand-post-last-wrap .cat-meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 12px;
}

.whatsdemand-post-last-wrap .cat-meta span {
  font-weight: 500;
  color: var(--color-body);
}

.whatsdemand-post-last-wrap .cat-meta a {
  background-color: var(--color-secondary);
  font-size: 14px !important;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
}

.whatsdemand-post-last-wrap .cat-meta a:hover {
  background-color: var(--color-hover);
}

.whatsdemand-post-last-wrap .post-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
  row-gap: 10px;
}

.whatsdemand-post-last-wrap .post-share ul li {
  font-size: 16px;
  margin-bottom: 0;
}

.whatsdemand-post-last-wrap .post-share ul li span {
  color: var(--color-body);
  font-weight: 500;
}

.whatsdemand-post-last-wrap .post-share ul li svg {
  width: 16px;
  height: 16px;
}

.whatsdemand-post-last-wrap .post-share ul li svg path {
  fill: var(--color-primary);
}

.whatsdemand-post-last-wrap .post-share ul li a:hover svg path {
  fill: var(--color-secondary);
}

.same_authour {
  position: relative;
  padding: 0px 0 28px;
  display: flex;
}

.same_authour .image {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.same_authour .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.same_authour .content {
  position: relative;
  padding-left: 20px;
}

.same_authour h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-primary);
}

.same_authour .content p {
  margin-bottom: 15px;
  color: var(--color-body);
  font-size: 16px;
  line-height: 30px;
}

.same_authour .content .authour-share {
  text-align: left;
  display: flex;
  align-items: center;
}

.same_authour .content a svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: 2px;
  padding-left: 3px;
  fill: var(--color-secondary);
}

.same_authour .content a {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.category .service-breadcrumb, .search .service-breadcrumb {
  justify-content: center;
}

body.custom-404-page {
  margin: 0;
  overflow: hidden;
}

.error-404-container {
  display: flex;
  min-height: 100vh;
}

.error-404-inner {
  width: 50%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F7F9FC;
}

.error-404-container .error-404-inner .error-404-content {
  margin: 0 10% 0 auto;
}

.error-404-container .error-404-header {
  padding: 0;
  position: absolute;
  top: 57px;
  left: 50px;
}

.error-404-container .error-404-header img {
  width: 200px;
  height: auto;
}

.error-404-main-image {
  width: 50%;
}

.error-404-inner h2 {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-primary);
}

.error-404-main-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.error-404-code {
  font-size: 150px;
  line-height: 160px;
  color: var(--color-secondary);
  font-weight: 600;
}

.error-404-title {
  font-size: 60px;
  line-height: 70px;
}

.error-404-info-text {
  max-width: 500px;
  margin-top: 20px;
}

.error-404-button a.back-to-home {
  background-color: var(--color-secondary);
  color: var(--color-white);
  justify-content: center;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.error-404-button a.back-to-home:hover {
  background-color: var(--color-hover);
}

ul.wrapper-socials {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}

ul.wrapper-socials li a {
  width: 45px;
  height: 45px;
  text-align: center;
  position: relative;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

ul.wrapper-socials li svg {
  width: 20px;
  height: 20px;
}

ul.wrapper-socials li a:hover {
  background-color: var(--color-secondary);
}

ul.wrapper-socials li a:hover svg {
  fill: #fff;
}

.page-template-template-privacy-policy .breadcrumbs-inner {
  justify-content: start;
}

.privacy-policy .privacy-policy-sec p, .privacy-policy p {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--color-body);
}

.privacy-policy h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
  color: var(--color-primary);
  margin-top: 20px;
  font-weight: 700;
}

.privacy-policy h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  color: var(--color-secondary);
  font-weight: 700;
  margin-top: 20px;
}

.privacy-policy h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.privacy-policy-sec ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-left: 20px;
}

.privacy-policy-sec ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--color-body);
  font-size: 16px;
  line-height: 30px;
}

.privacy-policy-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-image: url('../images/check-arrow-pink.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.privacy-policy-sec a {
  color: var(--color-primary);
  text-decoration: underline;
}

.privacy-policy-sec ul li ul {
  margin-top: 10px;
}

.privacy-policy-sec ul li ul li {
  margin-bottom: 8px;
}

.privacy-policy-sec ul li ul li:before {
  background-image: url('../images/dot-circle.svg');
  width: 12px;
  height: 12px;
  top: 9px;
}

.contact-info{
  width:100%;
}

p.contact-subtitle{
  color:#B31942;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
}

.contact-title{
  font-size:42px;
  font-weight:900;
  color:#0A3161;
  line-height:1.2;
  margin-bottom:40px;
}

.contact-list{
  display:flex;
  flex-direction:column;
  gap:30px;
}

.contact-item{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.contact-item .contact-icon{
  width:52px;
  height:52px;
  min-width:52px;
  border-radius:14px;
  background:#0A3161;
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-item .contact-icon.contact-icon-red{
  background:#B31942;
  border: 1px solid var(--color-secondary);
}

.contact-icon svg{
  color:#fff;
  width:22px;
  height:22px;
}

.contact-content{
  flex:1;
}

.contact-content h4{
  margin:0;
  color:#0A3161;
  font-size:22px;
  font-weight:800;
  line-height:1.3;
}

.contact-content p{
  margin:10px 0 0;
  color:var(--color-body);
  font-size:16px;
  line-height:30px;
  font-weight: 400;
}

.contact-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  padding:13px 22px;
  background:#B31942;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  border-radius:6px;
  transition:.3s ease;
}

.contact-btn:hover{
  background:#94122f;
}

.contact-btn svg{
  width:15px;
  height:15px;
}

.contact-item .contact-content p {
  margin-top: 2px;
}

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

.contact-form-subtitle{
  display: inline-block;
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-form-title{
  font-size:42px;
  font-weight:700;
  color:var(--color-primary);
  line-height:52px;
  margin-bottom:40px;
}

.contact-success{
  display:none;
  text-align:center;
  padding:40px 30px;
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  border-radius:16px;
  margin-bottom:30px;
}

.contact-success.active{
  display:block;
}

.contact-success-icon {
  width:56px;
  height:56px;
  margin:0 auto 20px;
  background:#22c55e;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-success-icon svg{
  color:#fff;
}

.contact-success h3{
  color:#166534;
  font-size:24px;
  font-weight:800;
  margin-bottom:12px;
}

.contact-success p{
  color:#15803d;
  font-size:15px;
  line-height:25px;
  margin-bottom:24px;
}

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

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

.form-group label{
  font-size:15px;
  font-weight:700;
  color:var(--color-primary);
  margin-bottom:10px;
}

.form-group input, .form-group textarea{
  width:100%;
  padding:10px 18px;
  border:1px solid #d1d5db;
  border-radius:8px;
  font-size:15px;
  color:#1f2937;
  transition:all .3s ease;
  background:var(--color-white);
  box-sizing:border-box;
}

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

.form-group input::placeholder, .form-group textarea::placeholder{
  color:#9ca3af;
}

.form-group input:focus, .form-group textarea:focus{
  outline:none;
  border-color:var(--color-primary);
}

.form-actions p{
  display:flex;
  gap:16px;
}

.btn-submit, .btn-call{
  flex:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 24px;
  border:none;
  border-radius:6px;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  transition:.3s ease;
  width: 100%;
}

.form-actions .wpcf7-spinner {
  position: absolute;
}

.btn-submit{
  background:var(--color-primary) !important;
  color:#fff;
}

.btn-submit:hover{
  background:#071e3a !important;
}

.btn-call{
  background:var(--color-secondary);
  color:#fff;
}

.btn-call:hover{
  background:#94122f;
}

.btn-call svg{
  width:18px;
  height:18px;
}

.form-note{
  font-size:14px;
  color:var(--color-body);
  margin:0;
  line-height:20px;
}

.thankyou-section {
  padding: 60px 0;
}

.thankyou-section .thanyou-box {
  padding: 50px 100px;
  box-shadow: 0 6px 30px 0 rgba(11, 32, 64, .06);
  height: 100%;
}

.thankyou-section h2 {
  font-size: 45px;
  line-height: 55px;
  margin-top: 30px;
  color: var(--color-secondary);
}

.thankyou-section h3 {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-primary);
  margin-top: 20px;
  font-weight: 700;
}

.thankyou-section p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: var(--color-body);
  font-weight: 400;
}

.thankyou-section .email-icon {
  display: flex;
  justify-content: center;
}

.thankyou-section .email-icon img {
  width: 200px;
  height: auto;
}

.thankyou-section a.back-to-home {
  background-color: var(--color-secondary);
  color: var(--color-white);
  justify-content: center;
  padding: 10px 22px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.thankyou-section a.back-to-home:hover {
  background-color: var(--color-hover);
}

.our-mission .section-heading {
  text-align: left;
  margin-bottom: 0;
  padding-right: 30px;
}

.our-mission .section-heading p {
  margin-bottom: 15px;
}

.our-mission .contact-stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin-top:40px;
}

.our-mission .contact-stats .stat-box{
  background-color: var(--color-primary);
  border-radius:16px;
  padding:30px 20px;
  text-align:center;
  transition:all .3s ease;
}

.our-mission .contact-stats .stat-box:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 30px rgba(10,49,97,.18);
}

.our-mission .contact-stats .stat-box h3{
  margin:0 0 8px;
  color:var(--color-white);
  font-size:38px;
  font-weight:700;
  line-height:48px;
}

.our-mission .contact-stats .stat-box p{
  margin:0;
  color:rgba(255,255,255,.8);
  font-size:16px;
  font-weight:400;
  line-height:25px;
}

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

.value-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:30px;
  transition:all .35s ease;
}

.value-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(10,49,97,.12);
  border-color: var(--color-primary);
}

.value-icon{
  width:48px;
  height:48px;
  background-color: var(--color-primary);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  transition:.35s;
}

.value-card:hover .value-icon{
  background-color: var(--color-secondary);
}

.value-icon svg{
  width:20px;
  height:20px;
  color: var(--color-white);
}

.value-card h3{
  margin:0 0 14px;
  color:var(--color-primary);
  font-size:20px;
  font-weight:800;
  line-height:30px
}

.value-card p{
  margin:0;
  color:var(--color-body);
  font-size:16px;
  line-height:1.8;
}

.coverage-box{
  margin-top:50px;
  padding:45px 30px;
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:16px;
  text-align:center;
}

.coverage-box h3{
  margin:0 0 15px;
  color:var(--color-primary);
  font-size:30px;
  font-weight:700;
  line-height:40px;
}

.coverage-box p{
  max-width:650px;
  margin:0 auto 30px;
  color:var(--color-body);
  font-size:16px;
  line-height:30px;
}

.coverage-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 28px;
  background-color: var(--color-secondary);
  color:#ffffff;
  font-size:18px;
  font-weight:700;
  text-decoration:none;
  border-radius:6px;
  transition:all .3s ease;
  width:100%;
}

.coverage-btn:hover{
  background-color: var(--color-hover);
}

.coverage-btn svg{
  width:18px;
  height:18px;
  flex-shrink:0;
}

.location-stats-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.location-stat-card {
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:20px;
  transition:all .3s ease;
}

.location-stat-card:hover {
  border-color: var(--color-primary);
  box-shadow:0 8px 20px rgba(10,49,97,.08);
  transform:translateY(-3px);
}

.location-stat-label {
  margin:0 0 8px;
  color: var(--color-secondary);
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1.5px;
  line-height:20px;
}

.location-stat-value {
  margin:0;
  color: var(--color-primary);
  font-size:20px;
  font-weight:700;
  line-height:30px;
}

.location-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-bottom:32px;
  margin-top: 25px;
  max-width: 700px;
}

.location-feature-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  border-radius:10px;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:all .3s ease;
}

.location-feature-item:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.20);
  transform:translateY(-2px);
}

.location-feature-item svg{
  flex-shrink:0;
  width:18px;
  height:18px;
  color:var(--color-white);
}

.location-feature-item span{
  color:rgba(255,255,255,.80);
  font-size: 15px;
  line-height: 20px;
  font-weight:500;
}

.coverage-card{
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:32px;
}

.coverage-title{
  margin:0 0 20px;
  color:var(--color-primary);
  font-size:26px;
  font-weight:700;
  line-height:36px;
}

.coverage-description{
  margin:0 0 24px;
  color:var(--color-body);
  font-size:16px;
  line-height:30px;
}

.coverage-list{
  list-style:none;
  padding:0;
  margin:0;
}

.coverage-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:18px;
  color:var(--color-body);
  font-size:16px;
  line-height:25px;
}

.coverage-list li:last-child{
  margin-bottom:0;
}

.coverage-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:3px;
  width:18px;
  height:18px;
  background:url("../images/location-icon.svg") no-repeat center;
  background-size:contain;
}

.coverage-list span{
  color: var(--color-body);
  font-size:16px;
  line-height:30px;
}

.coverage-footer{
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid #e5e7eb;
}

.coverage-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 20px;
  background:var(--color-secondary);
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  border-radius:8px;
  transition:.3s ease;
}

.coverage-btn:hover{
  background:var(--color-hover);
}

.coverage-btn svg{
  flex-shrink:0;
}

.list-card-section h3 {
  color: var(--color-primary);
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

.two-col-lists{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.two-col-lists p {
  color: var(--color-body);
}

.listcard{
  background:#fff;
  border-radius:12px;
  padding:32px;
  border:1px solid #D7E0EA;
}

.listcard h2, .listcard h3{
  font-size:18px;
  line-height: 30px;
  margin-bottom:20px;
  padding-bottom:14px;
  border-bottom:2px solid #EAEFF5;
  color: var(--color-primary);
}

.listcard li{
  display: flex;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding: 0 0 10px 30px;
  color: var(--color-body);
  gap:14px;
  border-bottom:1px dashed #D7E0EA;
  margin-bottom: 20px;
}

.listcard li:last-child {
  border: none;
  margin-bottom: 0;
}

.listcard li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url(../images/check-point-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
  position: absolute;
  top: 7px;
  left: -1px;
}

.listcard li span strong {
  display: block;
  margin-bottom: 2px;
}

.page-template-template-hydro-jetting-services .inner-to-banner p {
  max-width: 800px;
}

.hydro-jetting-service .section-heading p {
  max-width: 1200px;
}

.hydro-jetting-service .service-image img {
  border-radius: 14px;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.services-section.hydro-jetting-service .service-card {
  padding: 20px;
}

.services-section.hydro-jetting-service .service-card .service-image {
  margin-bottom: 20px;
}

.hj-apps__toggle {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 36px;
}

.hj-apps__toggle button {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid #E1E7EE;
  background: var(--color-white);
  color: var(--color-primary);
  cursor: pointer;
  transition: all 0.18s ease;
}

.hj-apps__toggle button:hover {
  border-color: var(--color-primary);
}

.hj-apps__toggle button.is-active {
  background: #0A3161;
  border-color: var(--color-primary);
  color: var(--color-white);
}

.hj-apps__panel {
  display: none;
}

.hj-apps__panel.is-active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hj-card {
  border: 1px solid #E1E7EE;
  border-radius: 14px;
  padding: 26px 24px;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.hj-card:hover {
  box-shadow: 0 12px 28px rgba(10, 49, 97, 0.1);
  transform: translateY(-3px);
  border-color: #0A3161;
}

.hj-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #F0F4FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.hj-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--color-primary);
}

.hj-apps__panel[data-panel="commercial"] .hj-card__icon {
  background: #FDECEF;
}

.hj-apps__panel[data-panel="commercial"] .hj-card__icon svg {
  stroke: var(--color-secondary);
}

.hj-card span {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 10px;
  line-height: 30px;
  display: inline-block;
}

.hj-card p {
  font-size: 16px;
  color: var(--muted);
  line-height: 30px;
  margin: 0;
}

.processSwiper .swiper-wrapper {
  align-items: stretch;
}

.processSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.processSwiper .process-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  height: 100%;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #e9e9e9;
}

.our-process-flow .processSwiper .process-card h3 {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.our-process-flow .processSwiper .process-card p {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-body);
  margin-bottom: 0;
}

.our-process-flow .processSwiper .process-card .choose-step-num {
  height: 46px;
  width: 46px;
  background-color: var(--color-secondary);
  position: absolute;
  right: 0;
  top: 0;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 43px;
  border-radius: 0 4px 0;
}

.choose-step-icon {
  display: flex;
  justify-content: start;
  margin: 30px 0 20px;
}

.choose-step-icon svg {
  width: 60px;
  height: 60px;
}

.our-process-flow .processSwiper {
  padding: 0 25px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  background: var(--color-white);
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  color: var(--color-primary) !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

.swiper-button-prev {
  left: 8px !important;
}

.swiper-button-next {
  right: 8px !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: var(--color-secondary);
  color: var(--color-white) !important;
}

.processSwiper .swiper-wrapper {
  padding: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: 700;
}

.single-post .BlogDetailSection .entry-content .cta-1 {
  background: linear-gradient(135deg, var(--color-secondary) 0%, #8f142c 100%);
  border-radius: 14px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 8px 24px rgba(179,25,66,0.25);
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.single-post .BlogDetailSection .entry-content .cta-1 p {
  margin-bottom: 0;
}

.single-post .BlogDetailSection .entry-content .cta-1::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.single-post .BlogDetailSection .entry-content .cta-1-left {
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 1;
}

.single-post .BlogDetailSection .entry-content .cta-1-icon {
  width: 58px;
  height: 58px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.single-post .BlogDetailSection .entry-content .cta-1-icon svg {
  width: 30px;
  height: 30px;
}

.single-post .BlogDetailSection .entry-content .cta-1-text h3 {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}

.single-post .BlogDetailSection .entry-content .cta-1-text p {
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  margin-bottom: 0;
}

.single-post .BlogDetailSection .entry-content .cta-1-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.single-post .BlogDetailSection .entry-content .cta-1-badge .dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.single-post .BlogDetailSection .entry-content .cta-1-btn {
  background: #fff;
  color: var(--color-secondary);
  font-weight: 800;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.15s ease;
  z-index: 1;
}

.single-post .BlogDetailSection .entry-content .cta-1-btn:hover {
  transform: translateY(-2px);
}

.single-post .BlogDetailSection .entry-content .cta-1-btn svg {
  width: 18px;
  height: 18px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber {
  background: var(--color-primary);
  border-radius: 16px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  box-shadow: 0 10px 26px rgba(10,49,97,0.3);
  margin-top: 30px;
  margin-bottom: 20px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-left {
  flex: 1;
  min-width: 280px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-eyebrow {
  color: #7fb3ff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-left h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-left p {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  max-width: 420px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-check {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-check svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-right {
  flex-shrink: 0;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-btn {
  background: var(--color-secondary);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-btn:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.single-post .BlogDetailSection .entry-content .professional-plumber-btn svg {
  width: 18px;
  height: 18px;
}

.single-post .BlogDetailSection .entry-content .professional-plumber-btn:hover svg path, .single-post .BlogDetailSection .entry-content .professional-plumber-btn:hover svg circle {
  stroke: var(--color-primary);
}

.single-post .blog-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.single-post .blog-faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d7dce6;
  box-shadow: 0 2px 8px rgba(10,49,97,0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.single-post .blog-faq-item.active {
  border-color: var(--color-primary);
  box-shadow: 0 6px 18px rgba(10,49,97,0.14);
}

.single-post .blog-faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
  padding: 15px 18px;
  text-align: left;
  font-family: inherit;
}

.single-post .blog-faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef1f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.25s ease;
}

.single-post .blog-faq-item.active .blog-faq-icon {
  background: var(--color-secondary);
  transform: rotate(180deg);
}

.single-post .blog-faq-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--color-primary);
  transition: stroke 0.2s ease;
}

.single-post .blog-faq-item.active .blog-faq-icon svg {
  stroke: #fff;
}

.single-post .blog-faq-question-title, .blog-faq-question h2, .blog-faq-question h3, .blog-faq-question h4 {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  color: var(--color-primary) !important;
}

.single-post .blog-faq-item.active .blog-faq-question-title, .blog-faq-item.active .blog-faq-question h2, .blog-faq-item.active .blog-faq-question h3, .blog-faq-item.active .blog-faq-question h4 {
  color: var(--color-secondary) !important;
}

.single-post .blog-faq-question p {
  margin-bottom: 0;
}

.single-post .blog-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.single-post .blog-faq-answer-inner {
  padding: 0 22px 22px 22px;
  color: #52607a;
  font-size: 14.5px;
  line-height: 1.7;
}

.single-post .blog-faq-answer-inner p + p {
  margin-top: 10px;
}

.single-post .blog-faq-item.active .blog-faq-answer {
  max-height: 600px;
}

.single-post .blog-faq-bottom-cta {
  margin-top: 30px;
  text-align: center;
  padding: 22px;
  background: var(--color-primary);
  border-radius: 12px;
}

.single-post .blog-faq-bottom-cta p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 16px;
  margin-bottom: 12px;
}

.single-post .blog-faq-bottom-cta a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--color-secondary);
  color: #fff !important;
  font-weight: 800;
  font-size: 15.5px;
  padding: 12px 26px;
  border-radius: 9px;
  text-decoration: none !important;
}

.single-post .blog-faq-bottom-cta a svg {
  width: 17px;
  height: 17px;
}

.single-post .blog-faq-bottom-cta p:last-child {
  margin-bottom: 0;
}

.single-post .entry-content .inspection-checklist li{
  position:relative;
  padding-left:38px;
  margin-bottom:18px;
  line-height:30px;
}

.single-post .entry-content .inspection-checklist li::before{
  content:"✓" !important;
  position:absolute !important;
  left:0 !important;
  top:4px !important;
  width:20px !important;
  height:20px !important;
  border:2px solid #0A3161;
  color:var(--color-primary);
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
  background: none !important;
}

.single-post .entry-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfd6e2;
  font-size: 16px;
  margin-bottom: 20px;
}

.single-post .entry-content thead th {
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 13px 16px;
  border: 1px solid #0a3161;
}

.single-post .entry-content tbody td {
  padding: 13px 16px;
  border: 1px solid #cfd6e2;
  color: var(--color-body);
  line-height: 30px;
  vertical-align: top;
}

.single-post .entry-content tbody tr:nth-child(even) {
  background: #f4f6fa;
}

.single-post .entry-content tbody td:first-child {
  font-weight: 700;
  color: var(--color-primary);
  white-space: nowrap;
}

.single-post .entry-content .col-label {
  display: none;
}

@media(min-width:992px){
  .mobile-call-bar{
    display:none;
  }
}

@media (max-width: 1620px) {
  .inner-to-banner {
    padding: 80px 0 80px;
  }

  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  .header-menu ul {
    gap: 30px;
  }

  .header-top-banner {
    padding: 80px 0 60px;
  }

  .section-space {
    padding: 60px 0;
  }

  .section-heading h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-heading h3, .section-heading p.main-title {
    font-size: 36px;
    line-height: 56px;
  }

  .why-icon {
    width: 60px;
    height: 60px;
  }

  .why-card {
    padding: 20px;
  }

  .addtional-services p.description {
    margin-bottom: 30px;
  }

  .addtional-services .service-card h3, .addtional-services h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .addtional-services .service-card {
    padding: 45px 25px;
  }

  .why-choose-services {
    max-width: 1200px;
  }

  .work-progress:before {
    display: none;
  }

  .work-progress-grid {
    gap: 0;
  }

  .work-progress {
    padding: 0 10px;
  }

  .finiding-pipe-coating-image {
    margin-left: 0;
  }

  .post-grid .post-card .BlogItems h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .getstarted-box a.get-consultation {
    font-size: 16px;
    padding: 12px 20px;
  }

  .contact-title, .contact-form-title {
    font-size: 40px;
    line-height: 50px;
  }

  .service-feature-section .features-grid {
    gap: 8px;
  }

  .service-feature-section .feature-item {
    padding: 0 12px;
  }
}

@media (max-width: 1280px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .header-menu ul {
    gap: 12px;
  }

  .header-menu a.menu-link {
    font-size: 15px;
  }

  .call-btn {
    padding: 12px 18px
  }

  .header-top-banner {
    padding: 60px 0 60px;
  }

  .header-top-banner p {
    margin-top: 20px;
  }

  .header-top-banner .available-line {
    margin: 0;
  }

  .section-space {
    padding: 50px 0;
  }

  .section-heading h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-heading h3, .section-heading p.main-title {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .cta-content p.main-title{
    font-size:40px;
    line-height: 50px;
  }

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

  .what-to-expect .content span.step-title {
    font-size: 22px;
    line-height: 34px;
  }

  .what-to-expect .card-image {
    height: 250px;
  }

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

  .work-progress-grid {
    gap: 10px;
  }

  .finiding-pipe-coating .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .finiding-pipe-coating .section-heading p {
    margin-top: 0;
  }

  .single-post .BlogDetailSection .entry-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .single-post .BlogDetailSection .entry-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .getstarted-box h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .SidebarSticky h3.widget-title {
    font-size: 22px;
    line-height: 32px;
  }

  .table-content-wrapper{
    position: fixed;
    top: 25%;
    left: -100%;
    width: 320px;
    height: auto;
    z-index: 9999;
    overflow-y: auto;
    transition: 0.4s ease;
    display: block !important;
  }

  .table-content-wrapper.active{
    left: 0;
  }

  .table-content-wrapper .SidebarSticky {
    margin-bottom: 0;
  }

  .table-content-wrapper .blog-table-content {
    padding: 20px;
    border-radius: 0 10px 10px 0;
    max-height: 40vh;
    overflow-y: auto;
    background-color: var(--color-white);
  }

  .table-content-wrapper .blog-table-content:before {
    display: none;
  }

  .table-content-wrapper .blog-table-content h3 {
    margin-bottom: 5px;
  }

  .table-content-wrapper .blog-table-content::-webkit-scrollbar-thumb {
    background: var(--color-secondary);
    border-radius: 5px;
  }

  .scroll-nav__overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }

  .scroll-nav__overlay.active{
    opacity: 1;
    visibility: visible;
  }

  .close-btn{
    position: fixed;
    top: 20px;
    left: 270px;
    z-index: 10000;
    display: none;
  }

  .close-btn.active {
    display: block;
  }

  .toc-close-btn, button.blog-list-btn {
    position: fixed;
    z-index: 11;
    bottom: 30px;
    left: 55px;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: var(--color-secondary);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: normal;
  }

  .toc-close-btn {
    background-color: var(--color-primary);
    display: none;
    color: #fff;
  }

  .toc-close-btn svg {
    width: 20px;
    height: 20px;
    margin: 0 12px;
  }

  .toc-close-btn.active {
    display: block;
    z-index: 11111;
  }

  .contact-title, .contact-form-title {
    font-size: 35px;
    line-height: 45px;
  }

  .services-section.service-location .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-template-template-water-quality-services .service-info .service-info-wrapper {
    grid-template-columns: repeat(2,1fr);
  }

  .single-post .BlogDetailSection .entry-content .cta-1-left {
    align-items: start;
  }

  .service-feature-section .feature-item span {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .left-info span {
    font-size: 14px;
    line-height: 20px;
  }

  .right-info a {
    font-size: 14px;
    line-height: 20px;
  }

  .top-banner-statatics {
    margin-left: 0;
    margin-top: 30px;
  }

  .header-top-banner h1 br {
    display: none;
  }

  .call-btn {
    padding: 8px 10px;
    font-size: 15px;
  }

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

  .vertical-text {
    display: block;
  }

  .work-progress {
    margin-bottom: 30px;
  }

  .work-progress:nth-child(3), .work-progress:nth-child(4) {
    margin-bottom: 0;
  }

  .work-progress-grid .work-progress:nth-child(3), .work-progress-grid .work-progress:nth-child(4) {
    margin-bottom: 30px;
  }

  .work-progress:before {
    display: none;
  }

  .work-progress-title {
    padding-top: 14px;
  }

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

  .cta-content p.main-title{
    font-size:35px;
    line-height: 45px;
  }

  .footer-inner-wrapper {
    gap: 25px;
  }

  .call-today-wrapper p {
    text-align: left;
  }

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

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

  .service-offred-wrapper .tab-text h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .why-choose-services-main-wrap {
    flex-direction: column;
    gap: 40px;
  }

  .why-choose-services-main-wrap .image-placeholder {
    position: relative;
    max-width: 400px;
  }

  .what-to-expect .step-card:last-child .card-image {
    height: 400px;
  }

  .addtional-services.emergency-services .services-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .partner-respond-wrap .answer-block-image img {
    width: 80%;
  }

  .partner-respond-wrap .time-highlight {
    font-size: 24px;
    line-height: 34px;
  }

  .service-info .service-info-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }

  .finiding-pipe-coating .finiding-pipe-coating-btn {
    padding: 10px 20px;
  }

  .post-grid, .blog .post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .filter-tabs button {
    font-size: 14px;
    padding: 8px 15px;
  }

  .meta-blog-single {
    bottom: -90px;
  }

  .single-post .inner-to-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .single-post .BlogDetailSection .entry-content h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .same_authour {
    padding-bottom: 0;
  }

  .error-404-inner {
    padding: 40px;
  }

  .error-404-code {
    font-size: 100px;
    line-height: 110px;
  }

  .error-404-container .error-404-inner .error-404-content {
    margin: 0 0 0 auto;
  }

  .contact-title, .contact-form-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .contact-content h4 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .our-mission .contact-stats {
    margin-top: 0;
  }

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

  .two-col-lists{
    grid-template-columns:1fr;
    gap: 20px;
  }

  .hj-apps__panel.is-active {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-post .BlogDetailSection .entry-content .professional-plumber-left h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .service-feature-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-feature-section .container {
    padding: 15px;
  }

  .service-feature-section .feature-item:not(:last-child)::after {
    display: none;
  }

  .service-feature-section .feature-item {
    justify-content: start;
  }

  .service-feature-section .features-grid {
    gap: 14px;
  }

  .project-cta {
    margin-top: 30px;
  }

  .cta-text span {
    font-size: 18px;
  }

  .cta-link {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .left-info span {
    font-size: 12px;
    line-height: 18px;
  }

  .right-info a {
    font-size: 12px;
    line-height: 18px;
  }

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

  .section-heading h2 {
    font-size: 34px;
  }

  .section-space {
    padding: 40px 0;
  }

  .section-heading h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .plumbing-service-title {
    font-size: 22px;
    line-height: 32px;
  }

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

  .about-counter-box {
    margin-top:20px;
  }

  .cta-content p.main-title{
    font-size:30px;
    line-height: 40px;
  }

  .cta-btn{
    font-size:22px;
    padding:13px 25px;
  }

  .cta-description {
    margin: 0 auto 30px;
  }

  body{
    padding-bottom:107px;
  }

  .scroll-to-top-wrapper {
    bottom: 120px;
  }

  .what-to-expect .timeline-track::before {
    display: none;
  }

  .comparison-table th, .comparison-table td{
    padding:15px;
    font-size:15px;
  }

  .single-post .inner-to-banner h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .error-404-code {
    font-size: 80px;
    line-height: 90px;
  }

  .error-404-title {
    font-size: 30px;
    line-height: 40px;
  }

  ul.wrapper-socials {
    margin-top: 50px;
  }

  .contact-title{
    font-size:34px;
    margin-bottom:32px;
  }

  .contact-content h4{
    font-size:20px;
  }

  .contact-form-title{
    font-size:34px;
  }

  .page-template-template-water-quality-services .service-info .service-info-wrapper {
    grid-template-columns: repeat(1,1fr);
  }
}

@media (max-width: 900px) {
  .faq-container {
    padding: 30px 25px;
  }

  .faq-main-title {
    font-size: 2.2rem;
  }

  .accordion-header {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .header-bar img {
    width: 50px;
  }

  .header-bar {
    padding: 0;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .header-top-banner {
    padding: 50px 0 50px;
  }

  .header-top-banner p {
    font-size: 16px;
    line-height: 30px;
  }

  .inner-to-banner {
    padding: 40px 0;
  }

  .inner-to-banner h1 {
    margin-bottom: 15px;
  }

  .inner-to-banner .banner-overlay {
    background: linear-gradient( to right, rgba(10, 49, 97, 0.95) 0%, rgba(10, 49, 97, 0.80) 50%, rgba(10, 49, 97, 0) 100% );
  }

  .inner-to-banner .available-line {
    margin-top: 0;
    margin-bottom: 0;
  }

  .inner-to-banner p {
    margin-top: 15px;
    font-size: 16px;
  }

  .service-breadcrumb {
    font-size: 14px;
    line-height: 20px;
  }

  .header-top-banner a {
    font-size: 20px;
    line-height: 30px;
    padding: 14px 20px;
  }

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

  .feature-item {
    justify-content: flex-start;
    padding: 0;
  }

  .feature-item::after {
    display: none;
  }

  .service-badge {
    margin-bottom: 15px;
  }

  .top-banner-statatics .top-banner-stat-box {
    padding: 16px;
  }

  .stat-text strong {
    font-size: 22px;
    line-height: 32px;
  }

  .section-space {
    padding: 40px 0;
  }

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

  .section-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-heading h3, .section-heading p.main-title {
    font-size: 26px;
    line-height: 36px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .service-card h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .plumbing-service-title {
    font-size: 20px;
    line-height: 30px;
  }

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

  .about-image img {
    height: 450px;
  }

  .contact-card {
    position: static;
    margin-top: 20px;
  }

  .vertical-text {
    display: none;
  }

  .about-image {
    margin-left: 0;
  }

  .about-features-wrapper {
    margin-top: -30px;
  }

  .cta-section{
    padding:50px 0;
  }

  .cta-content p.main-title{
    font-size:28px;
    margin-bottom: 10px;
  }

  .cta-description{
    font-size:16px;
    margin-bottom:30px;
  }

  .cta-btn{
    width:100%;
    font-size:20px;
    padding:13px 20px;
  }

  .cta-btn svg {
    width: 22px;
    height: 22px;
  }

  .cta-note{
    font-size:13px;
  }

  .call-today-wrapper {
    align-items: flex-start;
  }

  .blog-post-grid {
    grid-template-columns:repeat(1,1fr);
  }

  .service-offred-wrapper .content-area {
    min-height: auto;
  }

  .service-offred-wrapper .tab-content {
    grid-template-columns: 1fr;
    text-align: center;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  #tab-plumbing-repair:checked ~ .content-area #content-plumbing-repair, #tab-emergency-plumbing:checked ~ .content-area #content-emergency-plumbing {
    display: grid;
    padding: 20px;
  }

  #tab-water-heater-repair:checked ~ .content-area #content-water-heater-repair, #tab-water-heater-installation:checked ~ .content-area #content-water-heater-installation {
    display: grid;
    padding: 20px;
  }

  .service-offred-wrapper .tabs-container {
    display: flex;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }

  .service-offred-wrapper .tab-label {
    flex: 1;
    display: flex;
    text-align: center;
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    height: 56px;
  }

  .service-offred-wrapper .tab-slider {
    width: calc(50% - 6px);
  }

  .service-offred-wrapper .tab-text {
    order: 2;
  }

  .service-offred-wrapper  .image-box {
    order: 1;
    height: 300px;
  }

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

  .why-choose-services {
    padding: 40px 20px;
  }

  .why-choose-services-main-wrap .image-placeholder {
    max-width: 100%;
  }

  .what-to-expect .timeline-track {
    flex-direction: column;
    align-items: center;
  }

  .what-to-expect .step-card {
    width: 100%;
    max-width: 500px;
  }

  .what-to-expect .step-card .card-image {
    height: 300px;
  }

  .what-to-expect .step-card:last-child .card-image {
    height: 300px;
  }

  .work-progress, .work-progress:nth-child(3) {
    margin-bottom: 10px;
  }

  .work-progress:nth-child(4) {
    margin-bottom: 0;
  }

  .inner-faqs-section .accordion-header-question-title {
    font-size: 16px;
    line-height: 30px;
    padding: 18px 25px;
  }

  .inner-faqs-section .accordion-header-question-title h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .partner-respond-wrap .answer-block {
    flex-direction: column;
    margin-top: 70px;
  }

  .partner-respond-wrap .answer-block-image {
    justify-content: center;
  }

  .partner-respond-wrap .answer-block-image img {
    width: 40%;
  }

  .partner-respond-wrap .answer-block-content {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }

  .stat-item {
    gap: 10px;
    padding: 12px 10px
  }

  .stat-val {
    font-size: 16px;
    line-height: 30px;
  }

  .partner-respond-wrap h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .what-to-expect .content {
    padding: 50px 20px 0;
  }

  .what-to-expect .icon-badge {
    left: 20px;
  }

  .inner-faqs-section .accordion-content-wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .service-info .service-info-wrapper .service-info-card h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .service-info .service-info-wrapper .service-info-card {
    padding: 20px;
  }

  .work-progress-grid .work-progress:nth-child(3), .work-progress-grid .work-progress:nth-child(4) {
    margin-bottom: 20px;
  }

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

  .post-grid .post-card .BlogItems img {
    height: 250px;
  }

  .post-grid .post-card .BlogItems h2 {
    margin: 5px 0 0;
  }

  .filter-tabs button {
    font-size: 13px;
    padding: 8px 15px;
  }

  .meta-blog-single {
    flex-direction: column;
    gap: 10px 20px;
    position: relative;
    bottom: -15px;
  }

  .meta-blog-single .left {
    justify-content: center;
  }

  .single-post .inner-to-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .error-404-container .error-404-header img {
    width: 180px;
  }

  .error-404-container .error-404-main-image {
    display: none;
  }

  .error-404-inner {
    width: 100%;
  }

  .error-404-container .error-404-inner .error-404-content {
    margin: 0;
    text-align: center;
  }

  .error-404-title br {
    display: none;
  }

  .error-404-info-text {
    width: 100%;
    max-width: none;
  }

  .error-404-button {
    justify-content: center;
  }

  ul.wrapper-socials {
    justify-content: center;
    margin-top: 40px;
  }

  .contact-title{
    font-size:30px;
  }

  .contact-list{
    gap:24px;
  }

  .contact-item{
    gap:15px;
  }

  .contact-icon{
    width:48px;
    height:48px;
    min-width:48px;
  }

  .contact-content h4{
    font-size:18px;
  }

  .contact-content p{
    font-size:14px;
  }

  .contact-btn{
    width:100%;
    justify-content:center;
  }

  .contact-form-title, .contact-title {
    font-size:28px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .form-actions{
    flex-direction:column;
  }

  .btn-submit, .btn-call{
    width:100%;
  }

  .contact-success{
    padding:30px 20px;
  }

  .contact-success h3{
    font-size:22px;
  }

  .our-mission .contact-stats {
    gap:15px;
  }

  .our-mission .contact-stats .stat-box {
    padding:24px 15px;
  }

  .our-mission .contact-stats .stat-box h3{
    font-size:30px;
  }

  .our-mission .contact-stats .stat-box p{
    font-size:14px;
  }

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

  .value-card{
    padding:25px;
  }

  .value-card h3{
    font-size:20px;
  }

  .value-card p{
    font-size:14px;
  }

  .coverage-box{
    padding:35px 20px;
    margin-top:40px;
  }

  .coverage-box h3{
    font-size:24px;
  }

  .coverage-box p{
    font-size:15px;
    margin-bottom:25px;
  }

  .coverage-btn{
    width:100%;
    padding:14px 20px;
    font-size:15px;
  }

  .coverage-card{
    padding:24px;
  }

  .coverage-title{
    font-size:22px;
  }

  .coverage-description, .coverage-list span{
    font-size:14px;
  }

  .coverage-btn{
    padding:14px 18px;
    font-size:15px;
  }

  .hj-apps__panel.is-active {
    grid-template-columns: 1fr;
  }

  .hj-apps__toggle {
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
  }

  .single-post .BlogDetailSection .entry-content .professional-plumber-left h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .service-feature-section .feature-item span {
    font-size: 14px;
  }

  .cta-text {
    gap: 5px;
  }
}

@media (max-width: 680px) {
  .single-post .entry-content table, .single-post .entry-content thead, .single-post .entry-content tbody, .single-post .entry-content th, .single-post .entry-content td, .single-post .entry-content tr {
    display: block;
  }

  .single-post .entry-content thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .single-post .entry-content tbody tr {
    border: 1px solid #cfd6e2;
    margin-bottom: 12px;
  }

  .single-post .entry-content tbody tr:nth-child(even) {
    background: #f4f6fa;
  }

  .single-post .entry-content tbody td {
    border: none;
    border-bottom: 1px solid #e2e6ee;
    padding: 10px 14px;
  }

  .single-post .entry-content tbody td:last-child {
    border-bottom: none;
  }

  .single-post .entry-content tbody td:first-child {
    background: var(--color-primary);
    color: #fff;
  }

  .single-post .entry-content .col-label {
    display: block;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-secondary);
    margin-bottom: 3px;
  }

  .cta-text span {
    font-size: 16px;
  }

  .cta-link {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  .faq-main-title {
    font-size: 1.8rem;
  }

  .faq-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tab-link {
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  .project-cta {
    align-items: start;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .features-section .container {
    padding: 20px 16px;
  }

  .feature-item span {
    font-size: 14px;
  }

  .header-top-banner a {
    font-size: 18px;
    line-height: 30px;
    padding: 12px 18px;
  }

  .whatsdemand-different-grid {
    display: grid;
    grid-template-columns:repeat(1,1fr)
  }

  .service-offred-wrapper {
    width: 100%;
  }

  .service-offred-wrapper .tabs-container {
    margin: 0 auto 20px;
  }

  .what-to-expect .content span.step-title {
    font-size: 20px;
    line-height: 30px;
  }

  .glass-card .call-now-btn-map {
    font-size: 15px;
    line-height: 25px;
    padding: 12px 14px;
  }

  .glass-card .view-details-btn {
    font-size: 15px;
    line-height: 25px;
    padding: 12px 14px;
  }

  .glass-card h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .partner-respond-wrap {
    padding: 20px;
  }

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

  .why-choose-services-main-wrap .accordion-header h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .location-stats-grid{
    grid-template-columns:1fr;
  }

  .location-stat-card{
    padding:18px;
  }

  .location-stat-value{
    font-size:22px;
  }

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

  .services-section.service-location .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 560px) {
  .single-post .BlogDetailSection .entry-content .cta-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-post .BlogDetailSection .entry-content .cta-1-btn {
    width: 100%;
    justify-content: center;
  }

  .single-post .BlogDetailSection .entry-content .professional-plumber {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .single-post .BlogDetailSection .entry-content .professional-plumber-btn {
    width: 100%;
    justify-content: center;
  }

  .cta-link {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 500px) {
  .call-btn span {
    display: none;
  }

  .call-btn {
    padding: 10px;
    gap: 0;
  }

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

  .service-area-grid .location-card span {
    font-size: 14px;
    line-height: 20px;
  }

  .addtional-services .service-btn {
    padding: 14px 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .addtional-services .service-btn span {
    margin-top: 0px;
  }

  .addtional-services .service-card {
    padding: 35px 20px;
  }

  .partner-respond-wrap .answer-block-image img {
    width: 60%;
  }

  .service-section-style-2 .service-card {
    padding: 20px;
  }

  .getstarted-box .call-btn span {
    display: block;
    margin-left: 10px;
  }

  .SidebarSticky .widget_categories ul li {
    font-size: 14px;
  }

  .contact-form-title, .contact-title {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width:480px){
  .contact-item{
    flex-direction:column;
    align-items:flex-start;
  }

  .contact-icon{
    margin-bottom:10px;
  }

  .form-group input, .form-group textarea{
    padding:12px 15px;
    font-size:14px;
  }

  .btn-submit, .btn-call{
    padding:14px 18px;
    font-size:15px;
  }

  .form-actions p {
    flex-direction: column;
  }

  .our-mission .contact-stats{
    grid-template-columns:1fr;
  }

  .our-mission .contact-stats .stat-box{
    padding:22px 20px;
  }

  .value-card{
    padding:22px;
  }

  .value-icon{
    width:44px;
    height:44px;
  }

  .value-icon svg{
    width:18px;
    height:18px;
  }

  .coverage-box h3{
    font-size:22px;
  }

  .coverage-btn{
    flex-direction:column;
    gap:8px;
    line-height:1.5;
  }
}

@media (max-width: 400px) {
  .service-area-grid {
    grid-template-columns:repeat(1,1fr);
  }

  .cta-btn {
    font-size:18px;
    padding:10px 18px;
  }

  .cta-btn svg {
    width: 20px;
    height: 20px;
  }

  .mobile-call-bar-top {
    padding: 9px 10px 3px;
  }

  .section-heading h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .section-heading h3, .section-heading p.main-title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 380px) {
  .contact-info {
    display: none;
  }

  .glass-card .call-now-btn-map {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 10px;
  }

  .glass-card .view-details-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 10px;
  }

  .post-meta-date-wrapper.post-meta-line::after {
    width: 20px;
    left: 6px;
    top: 10px;
  }

  .post-meta-date-wrapper.post-meta-line {
    padding-left: 32px;
    font-size: 14px;
  }

  .post-meta-line a {
    font-size: 12px;
  }
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:object-center {
    object-position: center;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-\[350px\] {
    height: 350px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[420px\] {
    height: 420px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[350px\] {
    height: 350px;
  }

  .xl\:h-\[400px\] {
    height: 400px;
  }

  .xl\:h-\[450px\] {
    height: 450px;
  }

  .xl\:h-\[500px\] {
    height: 500px;
  }

  .xl\:w-\[100\%\] {
    width: 100%;
  }

  .xl\:w-\[25\%\] {
    width: 25%;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[35\%\] {
    width: 35%;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:w-\[65\%\] {
    width: 65%;
  }

  .xl\:w-\[70\%\] {
    width: 70%;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:pe-10 {
    padding-inline-end: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-\[25\%\] {
    width: 25%;
  }

  .\32xl\:w-\[30\%\] {
    width: 30%;
  }

  .\32xl\:w-\[50\%\] {
    width: 50%;
  }

  .\32xl\:w-\[70\%\] {
    width: 70%;
  }

  .\32xl\:w-\[75\%\] {
    width: 75%;
  }
}