*, ::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 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: var(--text-body--line-height);
  background-color: #fff;
  color: var(--color-wts-dark);
}

* {
  box-sizing: border-box;
}

/* Heading defaults — a single cohesive 4-tier scale.
       Headings use the Philosopher display face; body stays on Open Sans. */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 var(--space-4);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: var(--text-heading--line-height);
  color: var(--color-wts-heading);
}

h1 {
  font-size: var(--text-display);
  line-height: var(--text-display--line-height);
}

h2 {
  font-size: var(--text-heading);
  line-height: var(--text-heading--line-height);
}

h3, h4 {
  font-size: var(--text-subheading);
  line-height: var(--text-subheading--line-height);
  font-weight: 600;
}

h4 {
  font-weight: 600;
}

h5, h6 {
  font-size: var(--text-body);
  font-weight: 600;
  font-family: var(--font-body);
}

p {
  margin: 0 0 var(--space-4);
}

a {
  color: var(--color-wts-link);
  text-decoration: none;
}

a:hover {
  color: var(--color-wts-link-hover);
}

main {
  transition: opacity .3s linear;
}

strong {
  font-weight: 600;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(150 198 33 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 500ms;
}

.back-to-top:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 176 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.find-out-more {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .find-out-more {
    padding-bottom: 5rem;
  }
}

.find-out-more__link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 70%;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(150 198 33 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(150 198 33 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: clamp(1.125rem, 0.95rem + 0.75vw, 1.25rem);
  line-height: 1.3;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 500ms;
}

@media (min-width: 1024px) {
  .find-out-more__link {
    width: 30%;
  }
}

.find-out-more__link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(85 176 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(85 176 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.w-4\/5 {
  width: 80%;
}

.w-full {
  width: 100%;
}

.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));
}

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

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

.border {
  border-width: 1px;
}

.bg-wts-green {
  --tw-bg-opacity: 1;
  background-color: rgb(150 198 33 / var(--tw-bg-opacity, 1));
}

.p-5 {
  padding: 1.25rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

.capitalize {
  text-transform: capitalize;
}

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

.outline {
  outline-style: solid;
}

.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);
}

.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-filter {
  -webkit-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);
  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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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;
}

.hide {
  display: none !important;
}

/* === Design tokens =================================================
 * Runtime custom properties referenced via var(...) throughout this  *
 * file and in JS components. The matching Tailwind utilities          *
 * (`bg-wts-green`, `text-display`, `font-heading`, ...) are generated *
 * from tailwind.config.js.                                           */

:root {
  /* === Colors ====================================================== */
  --color-wts-green: #96c621;
  --color-wts-green-dark: #55b03f;
  --color-wts-gray: #626262;
  --color-wts-dark: #333;
  --color-wts-text: #505050;
  --color-wts-heading: #000;
  --color-wts-light-gray: #f7fafc;
  --color-wts-border: #e2e8f0;
  --color-wts-link: #96c621;
  --color-wts-link-hover: #92d283;
  /* === Font families ============================================== */
  --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-heading: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, sans-serif;
  /* === Fluid type scale (4 tiers) ================================ *
     * The `text-display`, `text-heading`, `text-subheading` and       *
     * `text-body` utilities (with their line-heights) are generated   *
     * from the `fontSize` keys in tailwind.config.js.                 */
  --text-display: clamp(2rem, 1.2rem + 3vw, 2.5rem);
  --text-display--line-height: 1.1;
  --text-heading: clamp(1.5rem, 1.1rem + 1.6vw, 1.75rem);
  --text-heading--line-height: 1.15;
  --text-subheading: clamp(1.125rem, 0.95rem + 0.75vw, 1.25rem);
  --text-subheading--line-height: 1.3;
  --text-body: 1rem;
  --text-body--line-height: 1.6;
  /* === Spacing scale ============================================== */
  --app-spacing: 1rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;
  --space-10: 4rem;
  --space-12: 5rem;
  /* Semantic spacing aliases */
  --default-font-size: var(--text-body);
  --section-padding-y: var(--space-12);
  --section-padding-y-mobile: var(--space-6);
  --section-title-margin-bottom: var(--space-8);
}

/* Mobile breakpoint */

@media screen and (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Supports blur backdrop */

.supports-blur-backdrop #header {
  -webkit-backdrop-filter:saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.8) !important;
}

/* Mobile hero adjustments */

@media (max-width: 30rem) {
  #logo img {
    width: 80%;
  }

  #hero .hero-container {
    background-color: #fff;
  }

  #hero h1 {
    color: #96c621;
  }
}

/* Notion Content Styles */

._notion-container {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: var(--text-body--line-height);
  color: #333;
  max-width: 100%;
  margin: 0 auto;
  padding: var(--space-5);
}

._notion-container .notion-loading,
._notion-container .notion-error,
._notion-container .notion-empty {
  padding: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

._notion-container .notion-error {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

._notion-container .notion-title {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: clamp(2rem, 1.2rem + 3vw, 2.5rem);
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

._notion-container .notion-content h1,
._notion-container .notion-content h2,
._notion-container .notion-content h3,
._notion-container .notion-content h4,
._notion-container .notion-content h5,
._notion-container .notion-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

._notion-container .notion-content h1 {
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 1.75rem);
  line-height: 1.15;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

._notion-container .notion-content h2 {
  font-size: clamp(1.125rem, 0.95rem + 0.75vw, 1.25rem);
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

._notion-container .notion-content h3 {
  font-size: 1rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

._notion-container .notion-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.6;
}

._notion-container .notion-content ul,
._notion-container .notion-content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

._notion-container .notion-bulleted-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

._notion-container .notion-numbered-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
}

._notion-container .notion-content li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

._notion-container .notion-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

._notion-container .notion-image img {
  height: auto;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

._notion-container .notion-image .optimized-image-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

._notion-container .notion-image-caption {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

._notion-container .notion-image-error {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

._notion-container .notion-column-list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  gap: 1.5rem;
}

._notion-container .notion-column {
  box-sizing: border-box;
  min-width: 0px;
  overflow: hidden;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

._notion-container .notion-code {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.625;
}

._notion-container .notion-toggle {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

._notion-container .notion-toggle summary {
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
}

._notion-container .notion-toggle summary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

._notion-container .notion-toggle-content {
  padding: 1rem;
}

._notion-container .notion-todo {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

._notion-container .notion-todo input[type="checkbox"] {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

._notion-container .notion-callout {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

._notion-container .notion-callout-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

._notion-container .notion-callout-icon-image {
  display: block;
  border-radius: 0.125rem;
  max-width: 100%;
  max-height: 100%;
}

._notion-container .notion-callout-content {
  flex: 1 1 0%;
}

._notion-container .notion-custom-emoji {
  display: inline-block;
  border-radius: 0.125rem;
  vertical-align: bottom;
  max-width: 1.2em;
  max-height: 1.2em;
}

._notion-container .notion-divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

._notion-container .notion-unsupported {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

._notion-container .notion-content strong {
  font-weight: 600;
}

._notion-container .notion-content em {
  font-style: italic;
}

._notion-container .notion-content code {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.6;
}

._notion-container .notion-content a {
  display: inline-block;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  min-height: 44px;
}

._notion-container .notion-content a:hover {
  text-decoration-line: underline;
}

._notion-container .notion-content * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

._notion-container .notion-content .notion-code {
  -webkit-overflow-scrolling: touch;
}

._notion-container .notion-embed iframe {
  width: 100%;
}

/* Responsive design — layout only; font sizes are fluid via clamp() tokens */

@media (max-width: 768px) {
  ._notion-container {
    padding: 0.5rem;
  }

  ._notion-container .notion-content h1 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }

  ._notion-container .notion-content h2 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }

  ._notion-container .notion-content h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  ._notion-container .notion-content p {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  ._notion-container .notion-content ul,
    ._notion-container .notion-content ol {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
  }

  ._notion-container .notion-bulleted-list,
    ._notion-container .notion-numbered-list {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
  }

  ._notion-container .notion-content li {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    line-height: 1.5;
  }

  ._notion-container .notion-title {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
  }

  ._notion-container .notion-column-list {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.5rem;
  }

  ._notion-container .notion-column {
    margin: 0px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    flex: none;
    overflow: visible;
    padding: 0px;
  }

  ._notion-container .notion-image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  ._notion-container .notion-image img {
    height: auto;
    width: 100%;
  }

  ._notion-container .notion-code {
    overflow-x: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    padding: 0.75rem;
  }

  ._notion-container .notion-toggle {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  ._notion-container .notion-toggle summary {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  ._notion-container .notion-toggle-content {
    padding: 0.75rem;
  }

  ._notion-container .notion-callout {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
  }

  ._notion-container .notion-callout-icon {
    align-self: flex-start;
  }

  ._notion-container .notion-todo {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    gap: 0.375rem;
  }

  ._notion-container .notion-embed iframe {
    height: 16rem;
  }
}

/* Large mobile devices */

@media (max-width: 900px) and (min-width: 769px) {
  ._notion-container .notion-column-list {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.75rem;
  }

  ._notion-container .notion-column {
    margin: 0px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    flex: none;
    overflow: visible;
    padding: 0px;
  }
}

/* Medium screens — layout only; font sizes are fluid via clamp() tokens */

@media (max-width: 1024px) and (min-width: 901px) {
  ._notion-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._notion-container .notion-column-list {
    width: 100%;
    gap: 1rem;
  }

  ._notion-container .notion-column {
    min-width: 200px;
  }

  ._notion-container .notion-bulleted-list,
    ._notion-container .notion-numbered-list {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
    padding-left: 1.5rem;
  }
}

/* Small mobile devices — layout only */

@media (max-width: 480px) {
  ._notion-container {
    padding: 0.5rem;
  }

  ._notion-container .notion-column-list {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.25rem;
  }

  ._notion-container .notion-column {
    margin: 0px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    flex: none;
    overflow: visible;
    padding: 0px;
  }

  ._notion-container .notion-code {
    padding: 0.5rem;
  }

  ._notion-container .notion-callout {
    padding: 0.5rem;
  }

  ._notion-container .notion-toggle summary {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  ._notion-container .notion-toggle-content {
    padding: 0.5rem;
  }

  ._notion-container .notion-embed iframe {
    height: 12rem;
  }

  ._notion-container .notion-bulleted-list,
    ._notion-container .notion-numbered-list {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
  }
}

/* About us content specific */

.about-us-content {
  font-size: var(--text-body);
  line-height: var(--text-body--line-height);
  margin-bottom: 0;
}

._notion-container.about-us-content .notion-content h1 {
  margin-top: var(--space-10);
  margin-bottom: var(--space-5);
}

._notion-container.about-us-content .notion-content h3 {
  margin-top: var(--space-8);
}

._notion-container.about-us-content .notion-content strong {
  font-weight: 600;
}

._notion-container.about-us-content .notion-content p:has(strong) {
  margin-bottom: var(--space-4);
}

._notion-container.about-us-content .notion-content p:has(strong) + p {
  margin-top: var(--space-2);
}

.president-message-content .notion-image {
  text-align: left;
}

.president-message-content img {
  box-shadow: none !important;
  width: 200px;
}

.wts-chart-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin: 0 auto;
  max-height: 500px;
}

/* Equipment pages content */

.easi-content .notion-content p,
.rmw-content .notion-content p,
.automation-solutions-content .notion-content p,
.cdb-content .notion-content p,
.completed-projects-content .notion-content p,
.equipment-rental-content .notion-content p,
.fdas-projects-content .notion-content p {
  text-align: justify;
}

/* Header Styles */

#header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  transition: all 0.5s ease;
  padding: var(--space-5) 0;
}

#header #logo h1 {
  color: var(--color-wts-text);
  font-size: var(--text-subheading);
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #96c621;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  #header {
    padding: var(--space-3) 0;
  }
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding: var(--space-3) 0;
}

/* Hero Section */

#hero {
  width: 100%;
  height: calc(100vh - 40px);
  background: url(/assets/img/hero-bg.jpg) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

#hero h1 {
  margin: 0 0 var(--space-3);
  font-size: var(--text-display);
  font-weight: 700;
  line-height: var(--text-display--line-height);
  font-family: var(--font-heading);
  color: #fff;
  padding: var(--space-12);
}

@media (max-width: 768px) {
  #hero h1 {
    line-height: var(--text-heading--line-height);
    padding: var(--space-4);
  }
}

#hero h2 {
  color: #b4b4b4;
  margin-bottom: var(--space-6);
  font-size: var(--text-subheading);
  font-family: var(--font-body);
  font-weight: 500;
  line-height: var(--text-subheading--line-height);
}

@media (max-width: 768px) {
  #hero h2 {
    line-height: var(--text-body--line-height);
    margin-bottom: var(--space-6);
  }
}

#hero img {
  max-width: 95%;
  margin-bottom: 30px;
}

#hero .btn-get-started {
  font-family: var(--font-body);
  text-transform: uppercase;
  font-weight: 400;
  font-size: var(--text-body);
  letter-spacing: 1px;
  display: inline-block;
  padding: var(--space-3) var(--space-8);
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: var(--space-6);
  border: 2px solid #96c621;
  background: #fff;
  color: #96c621;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #96c621;
  color: #fff;
}

/* Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.nav-menu a {
  padding: var(--space-2);
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--text-body);
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}

.nav-menu li:hover > a,
.nav-menu li > a.menu-active {
  color: #96c621;
}

.nav-menu > li {
  margin-left: var(--space-3);
}

.nav-menu ul {
  margin: 0;
  padding: var(--space-3);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: var(--space-1) var(--space-3);
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: var(--text-body);
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #96c621;
}

.nav-menu ul ul {
  margin: 0;
}

#nav-menu-container {
  margin: 0 0 0 0;
}

@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px var(--space-5) 0 0;
  border: 0;
  background: none;
  font-size: var(--text-subheading);
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
  font-size: var(--text-subheading);
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: var(--space-5);
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: var(--text-body);
  overflow: hidden;
  padding: var(--space-2) var(--space-5) var(--space-2) var(--space-4);
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: var(--space-6);
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: var(--space-4);
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #96c621;
}

#mobile-nav ul .menu-active a {
  color: #96c621;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}

/* Sections */

section {
  overflow: hidden;
}

.padd-section {
  padding-bottom: var(--section-padding-y);
  padding-top: var(--section-padding-y);
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: var(--section-padding-y-mobile);
    padding-bottom: var(--section-padding-y-mobile);
  }
}

.section-title {
  margin-bottom: var(--section-title-margin-bottom);
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: var(--section-padding-y-mobile);
  }
}

.section-title h2 {
  font-family: var(--font-body);
  font-size: var(--text-heading);
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: var(--space-5);
  text-transform: capitalize;
}

.section-title .separator {
  margin: 0;
}

.separator {
  color: var(--color-wts-gray);
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 400;
  margin-bottom: var(--space-6);
}

/* About Us */

#about-us img {
  max-width: 100%;
}

#about-us .about-content {
  padding-top: var(--space-10);
}

#about-us .about-content h2 {
  color: #252525;
  font-family: var(--font-body);
  font-size: var(--text-heading);
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: var(--space-5);
  text-transform: capitalize;
}

#about-us .about-content span {
  font-weight: 400;
  padding-right: var(--space-3);
  text-transform: uppercase;
}

#about-us .about-content ul li {
  line-height: var(--text-body--line-height);
}

#about-us .about-content ul li .fa {
  padding-right: var(--space-5);
}

/* Contact */

#contact {
  background: #fff;
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: var(--text-heading);
  color: #96c621;
  float: left;
}

#contact .info p {
  padding: 0 0 var(--space-3) var(--space-10);
  margin-bottom: var(--space-5);
  line-height: var(--text-body--line-height);
  font-size: var(--text-body);
}

#contact .info .email p {
  padding-top: var(--space-1);
}

#contact .social-links {
  padding-bottom: var(--space-5);
}

#contact .social-links a {
  font-size: var(--text-subheading);
  display: inline-block;
  background: #fff;
  color: #96c621;
  line-height: 1;
  padding: var(--space-2) 0 var(--space-2) 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #96c621;
}

#contact .social-links a:hover {
  background: #96c621;
  color: #fff;
}

/* Inner Page */

.inner-page {
  padding-top: var(--space-10);
}

/* Footer */

#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: var(--space-6) 0;
  color: #333;
  font-size: var(--text-body);
  line-height: var(--text-body--line-height);
}

#footer .credits {
  font-size: var(--text-body);
  padding-top: var(--space-3);
  text-align: center;
  color: #555;
}

#footer .footer-links a {
  color: #555;
  padding-left: var(--space-4);
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #96c621;
}

.footer .footer-logo p {
  font-size: var(--text-body);
}

.footer .footer-logo .navbar-brand {
  font-size: var(--text-subheading);
}

.footer .copyrights p,
.footer .copyrights .credits {
  font-size: var(--text-body);
}

/* Content Section */

.content-section-div {
  margin-bottom: var(--space-6);
}

.content-section-div h3 {
  font-weight: 600;
  margin-bottom: var(--space-3);
  color: #444;
}

.content-section-div h4 {
  font-weight: 600;
  font-size: var(--text-subheading);
  color: #444;
}

.content-section-div p {
  text-align: justify;
}

/* Site Under Maintenance */

#site-under-maintenance {
  text-align: center;
  padding: var(--space-12) 0;
}

#site-under-maintenance h2 {
  font-size: var(--text-display);
  font-weight: 300;
  color: #555;
}

#site-under-maintenance p {
  font-size: var(--text-subheading);
  color: #777;
}

/* Feature Block */

.feature-block {
  background: #fff none repeat scroll 0 0;
  padding: var(--space-6) var(--space-5);
  transition: all 0.5s ease-in-out 0s;
}

.feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

.feature-block h4 {
  margin-bottom: var(--space-5);
}

.feature-block p {
  margin-bottom: var(--space-5);
}

.feature-block a {
  color: #505050;
  font-size: var(--text-body);
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

.feature-block a:hover {
  color: #96c621;
}

/* Accordion */

.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: var(--space-3);
}

.accordion-header {
  cursor: pointer;
  padding: var(--space-4);
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  transition: background-color 0.3s;
}

.accordion-header:hover {
  background-color: #e9e9e9;
}

.accordion-body {
  padding: var(--space-4);
  border: 1px solid #ddd;
  border-top: none;
}

/* Gallery */

.gallery-item {
  margin-bottom: var(--space-6);
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: transform 0.3s;
}

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

/* Gallery lightbox */

.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.gallery-lightbox.active {
  display: flex;
}

.gallery-lightbox img {
  max-width: 90%;
  max-height: 90%;
}

.gallery-lightbox .close-btn {
  position: absolute;
  top: var(--space-5);
  right: var(--space-5);
  color: #fff;
  font-size: var(--text-heading);
  cursor: pointer;
}

/* Services */

.services-item {
  margin-bottom: var(--space-6);
}

.services-item h4 {
  margin-bottom: var(--space-4);
}

.services-item p {
  margin-bottom: var(--space-4);
}

/* Projects */

.projects-item {
  margin-bottom: var(--space-6);
}

.projects-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Owl Carousel custom */

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Desktop-only: constrain page (in-section) containers to ~60% of viewport
   width. Header and footer containers are outside any <section>, so they keep
   their original full width. Outside any @layer so it overrides Tailwind's
   .container utility. Mobile (below 64rem / 1024px) is unaffected. */

@media (min-width: 64rem) {
  section .container {
    max-width: 65vw;
  }
}

.hover\:bg-wts-green-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 176 63 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }
}
