*, ::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: Lato, system-ui, -apple-system, 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 {
  scroll-behavior: smooth;
}

body {
  font-family: Lato, system-ui, -apple-system, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: Montserrat, system-ui, -apple-system, sans-serif;
  font-weight: 700;
}

a {
  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: 200ms;
}

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

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

@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: 1400px) {
  .container {
    max-width: 1400px;
  }
}

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

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* Cards */

.card {
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

/* Container */

.container-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

/* Section */

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-title {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 1.3349rem + 0.9818vw, 2.5rem);
  --tw-text-opacity: 1;
  color: rgb(53 157 62 / var(--tw-text-opacity, 1));
}

/* Forms */

/* Product Card */

.product-card {
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.product-card:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

/* Testimonial Card */

/* Service Tabs */

.service-tab {
  position: relative;
  overflow: hidden;
}

.service-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.08) 50%,
      transparent 100%
    );
  pointer-events: none;
  z-index: 1;
}

.service-tab:hover:not(.active) {
  --tw-brightness: brightness(.95);
  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);
}

/* Sticky Header */

.site-header.is-sticky {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
}

.site-header.is-sticky .header-logo-default {
  display: none;
}

.site-header.is-sticky .header-logo-sticky {
  display: block;
}

.site-header.is-sticky .desktop-nav-menu span {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  border-color: transparent;
}


  #quick-links a.site-header.is-sticky .desktop-nav-menu span:hover,
  #quick-links a
  .site-header.is-sticky .desktop-nav-menu li.current-menu-item > a > span,
  #quick-links a
  .site-header.is-sticky .desktop-nav-menu li.current_page_item > a > span {
  font-weight: 600;
}

.site-header.is-sticky .desktop-nav-menu span:hover,
  .site-header.is-sticky .desktop-nav-menu li.current-menu-item > a > span,
  .site-header.is-sticky .desktop-nav-menu li.current_page_item > a > span {
  --tw-border-opacity: 1;
  border-color: rgb(62 167 72 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.site-header.is-sticky #mobile-menu-toggle {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.header-spacer {
  height: 0;
  transition: height 0.3s ease;
}

/* Mobile Navigation Menu */

.mobile-nav-menu {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.mobile-nav-menu li {
  width: 100%;
}

.mobile-nav-menu a {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Montserrat, system-ui, -apple-system, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 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: 150ms;
}

.mobile-nav-menu a span {
  border-bottom-width: 2px;
  border-color: transparent;
}


  #quick-links a.mobile-nav-menu a:hover span {
  font-weight: 600;
}

.mobile-nav-menu a:hover span {
  --tw-border-opacity: 1;
  border-color: rgb(62 167 72 / var(--tw-border-opacity, 1));
}

.mobile-nav-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(53 157 62 / var(--tw-text-opacity, 1));
}


  #quick-links a.mobile-nav-menu li.current-menu-item a span,
  #quick-links a
  .mobile-nav-menu li.current_page_item a span {
  font-weight: 600;
}

.mobile-nav-menu li.current-menu-item a span,
  .mobile-nav-menu li.current_page_item a span {
  --tw-border-opacity: 1;
  border-color: rgb(62 167 72 / var(--tw-border-opacity, 1));
}

.mobile-nav-menu li.current-menu-item a,
  .mobile-nav-menu li.current_page_item a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 157 62 / var(--tw-text-opacity, 1));
}

/* Footer Navigation Menu */

.footer-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer-menu-grid li {
  list-style-type: none;
}

.footer-menu-grid li::before {
  content: none !important;
}

.footer-menu-grid a {
  display: inline-block;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 0.25rem;
  font-size: clamp(1rem, 0.9379rem + 0.1464vw, 1.125rem);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(1 83 145 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}


  #quick-links a.footer-menu-grid a:hover {
  font-weight: 600;
}

.footer-menu-grid a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(62 167 72 / var(--tw-border-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(62 167 72 / var(--tw-text-opacity, 1));
}


  #quick-links a.footer-menu-grid .current-menu-item > a,
  #quick-links a
  .footer-menu-grid .current_page_item > a {
  font-weight: 600;
}

.footer-menu-grid .current-menu-item > a,
  .footer-menu-grid .current_page_item > a {
  --tw-border-opacity: 1;
  border-color: rgb(62 167 72 / var(--tw-border-opacity, 1));
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-menu-grid {
    gap: 0.5rem 0.75rem;
    grid-template-rows: repeat(5, auto);
  }

  .footer-menu-grid a {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
  }
}

/* Offcanvas Overlay */

#offcanvas-overlay {
  transition:
      opacity 0.3s ease-in-out,
      visibility 0.3s ease-in-out;
}

#offcanvas-overlay.visible {
  visibility: visible;
}

#offcanvas-overlay.invisible {
  visibility: hidden;
}

/* Benefits Card */

/* =====================
     Generic Page Prose (Legal pages, etc.)
     ===================== */

.prose-damoli h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: clamp(1.25rem, 1.0838rem + 0.3927vw, 1.5rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(1 83 145 / var(--tw-text-opacity, 1));
}

.prose-damoli h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.125rem, 1.0629rem + 0.1464vw, 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(1 83 145 / var(--tw-text-opacity, 1));
}

.prose-damoli p {
  margin-bottom: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.prose-damoli ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.prose-damoli ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.prose-damoli li {
  margin-bottom: 0.5rem;
}

.prose-damoli a {
  --tw-text-opacity: 1;
  color: rgb(53 157 62 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.prose-damoli a:hover {
  --tw-text-opacity: 1;
  color: rgb(44 130 52 / var(--tw-text-opacity, 1));
}

.prose-damoli strong {
  font-weight: 700;
}

/* =====================
     Blog Post Content Styles
     ===================== */

/* Prose content spacing */

#post-content.prose p {
  margin-bottom: 1rem;
  font-size: clamp(1.125rem, 1.0629rem + 0.1464vw, 1.25rem);
  font-weight: 600;
  line-height: 1.625;
}

/* Heading hierarchy */

#post-content.prose h1 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 2.6654rem + 0.7909vw, 3.75rem);
  font-weight: 700;
  line-height: 1.25;
}

#post-content.prose h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 1.9154rem + 0.7909vw, 3rem);
  font-weight: 700;
  line-height: 1.25;
}

#post-content.prose h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.875rem, 1.7028rem + 0.4073vw, 2.25rem);
  font-weight: 700;
  line-height: 1.375;
}

#post-content.prose h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.5rem, 1.3933rem + 0.2509vw, 1.875rem);
  font-weight: 700;
  line-height: 1.375;
}

#post-content.prose h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: clamp(1.25rem, 1.0838rem + 0.3927vw, 1.5rem);
  font-weight: 600;
  line-height: 1.375;
}

#post-content.prose h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: clamp(1.125rem, 1.0629rem + 0.1464vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
}

/* Strong - allow inline styles to override (no color set) */

#post-content.prose strong[style*='color'] {
  font-weight: 600;
}

#post-content.prose ol {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  list-style-type: decimal;
  padding-left: 1.75rem;
}

#post-content.prose ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.375rem;
  font-size: clamp(1.125rem, 1.0629rem + 0.1464vw, 1.25rem);
}

#post-content.prose a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  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;
}

#post-content.prose a:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

/* Quick Links styling */

#quick-links a {
  font-weight: 500;
}

#quick-links a.active,
  #quick-links a.border-damoli-green-500 {
  font-weight: 600;
}

/* Proper spacing for first paragraph after h2 */

#post-content.prose h2 + p {
  margin-top: 0px;
}

/* Scroll margin for anchor links */

#post-content.prose h2[id],
  #post-content.prose h3[id] {
  scroll-margin-top: 120px;
}

/* =====================
     WYSIWYG Content (ACF fields)
     ===================== */

.wysiwyg-content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

.wysiwyg-content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.wysiwyg-content li {
  margin-bottom: 0.5rem;
}

.wysiwyg-content p {
  margin-bottom: 1rem;
}

.wysiwyg-content p:last-child {
  margin-bottom: 0px;
}

/* =====================
     Contact Form 7 Custom Styles
     ===================== */

/* CF7 Form Container */

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

/* Product Enquiry Form (single product sidebar) */

.contact-box > .wpcf7 {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

#product-enquiry-form {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
}

#product-enquiry-form > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
  margin-bottom: 0;
}

#product-enquiry-form > .hidden-fields-container,
  #product-enquiry-form > input[type='hidden'],
  #product-enquiry-form > .wpcf7-response-output {
  display: none !important;
}

#product-enquiry-form p {
  margin: 0px;
}

/* CF7 Input Fields - Match Original Design */

.wpcf7-form input[type='text'],
  .wpcf7-form input[type='email'],
  .wpcf7-form input[type='tel'],
  .wpcf7-form textarea {
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.wpcf7-form input[type='text']::-moz-placeholder, .wpcf7-form input[type='email']::-moz-placeholder, .wpcf7-form input[type='tel']::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.wpcf7-form input[type='text']::placeholder,
  .wpcf7-form input[type='email']::placeholder,
  .wpcf7-form input[type='tel']::placeholder,
  .wpcf7-form textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.wpcf7-form input[type='text'],
  .wpcf7-form input[type='email'],
  .wpcf7-form input[type='tel'],
  .wpcf7-form textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}

.wpcf7-form input[type='text']:focus,
  .wpcf7-form input[type='email']:focus,
  .wpcf7-form input[type='tel']:focus,
  .wpcf7-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(53 157 62 / var(--tw-border-opacity, 1));
  --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(0px + 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);
}

/* Remove default browser blue outline/border on focus */

.wpcf7-form input[type='text']:focus,
  .wpcf7-form input[type='email']:focus,
  .wpcf7-form input[type='tel']:focus,
  .wpcf7-form textarea:focus,
  .wpcf7-form input[type='text']:focus-visible,
  .wpcf7-form input[type='email']:focus-visible,
  .wpcf7-form input[type='tel']:focus-visible,
  .wpcf7-form textarea:focus-visible,
  .wpcf7-form-control:focus,
  .wpcf7-form-control:focus-visible,
  .wpcf7-text:focus,
  .wpcf7-text:focus-visible,
  .wpcf7-email:focus,
  .wpcf7-email:focus-visible,
  .wpcf7-tel:focus,
  .wpcf7-tel:focus-visible,
  .wpcf7-textarea:focus,
  .wpcf7-textarea:focus-visible {
  outline: none !important;
  outline-width: 0 !important;
  outline-style: none !important;
  outline-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-color: #16a34a !important;
  /* damoli-green-600 fallback */
}

/* Extra aggressive focus-visible outline removal */

*:focus-visible {
  outline: none !important;
}

input:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
  outline: none !important;
  outline-width: 0 !important;
  outline-offset: 0 !important;
}

.wpcf7-form textarea {
  resize: none;
}

/* Remove CF7 wpautop <br> between label and form control */

.wpcf7-form p > label + br {
  display: none;
}

/* CF7 Checkbox Styling */

.wpcf7-form .wpcf7-list-item {
  margin-right: 1.5rem;
  margin-bottom: 0px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.wpcf7-form .wpcf7-list-item-label {
  cursor: pointer;
  font-weight: 600;
}

/* Inquiry Type Checkbox colors moved outside @layer — see "CF7 Dynamic Classes" section */

.wpcf7-form input[type='checkbox'] {
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(53 157 62 / var(--tw-text-opacity, 1));
}

.wpcf7-form input[type='checkbox']:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(62 167 72 / var(--tw-ring-opacity, 1));
}

/* CF7 Submit Button */

.wpcf7-form input[type='submit'] {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(53 157 62 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 900;
  --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: 150ms;
}

.wpcf7-form input[type='submit']:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 130 52 / var(--tw-bg-opacity, 1));
}

/* CF7 Spinner - Always hidden */

.wpcf7-spinner {
  display: none !important;
}

/* CF7 Response Messages */

/* CF7 Validation Error Text */

/* CF7 Field Validation */

.wpcf7-form .wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

/* =====================
     Product Carousel (Swiper) Styles
     ===================== */

/* Carousel pagination positioning */

.product-card .swiper-pagination {
  left: 0px;
  bottom: 15px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Pagination bullets - filled white for inactive */

.product-card .swiper-pagination-bullet {
  height: 1.25rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  /* 20px total for clickable area */
  padding: 4px;
  /* Visual dot will be 20px - 12px = 8px */
  background-clip: content-box;
  /* Keep background only in content area (8x8px) */
}

/* Active bullet - hollow with white border (8x8px visual, 20x20px clickable) */

.product-card .swiper-pagination-bullet-active {
  height: 0.25rem;
  width: 0.25rem;
  background-color: transparent;
  /* 4px content */
  box-sizing: content-box;
  /* Border and padding add outside */
  padding: 3px;
  /* 4px + 2px border + 2px border + 6px + 6px = 20px total */
  border: 2px solid #ffffff;
  /* Visual: 4px + 2px + 2px = 8px hollow square */
}

/* =====================
     Single Product Page Styles
     ===================== */

/* Container */

.single-product-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1680px) {
  .single-product-container {
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1440px) {
  .single-product-container {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Back Button */

.back-button {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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: 300ms;
}

.back-button:hover {
  --tw-text-opacity: 1;
  color: rgb(1 83 145 / var(--tw-text-opacity, 1));
}

.back-button i {
  font-size: 14px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.back-button:hover i {
  --tw-translate-x: -3px;
  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));
}

/* Top Section: Gallery + Price/Form */

.product-top-section {
  margin-bottom: 50px;
  display: flex;
  align-items: stretch;
}

/* Title & Code */

.product-title {
  margin: 0px;
  margin-bottom: 10px;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.product-code {
  margin: 0px;
  margin-bottom: 30px;
  font-family: 'Lato';
  font-size: 25px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Gallery Column */

.product-gallery-column {
  display: flex;
  flex-direction: column;
}

/* Specifications */

.product-specs {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .product-specs {
    margin-bottom: 30px;
    gap: 30px;
    padding-bottom: 30px;
  }
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.spec-icon {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
}

.spec-text {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 1280px) {
  .spec-text {
    font-size: 20px;
  }
}

.spec-text .value {
  --tw-text-opacity: 1;
  color: rgb(1 83 145 / var(--tw-text-opacity, 1));
}

.spec-text .label {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity, 1));
}

/* Comments Section */

.comments-section {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .comments-section {
    margin-bottom: 2.5rem;
  }
}

.section-title {
  margin: 0px;
  margin-bottom: 1.25rem;
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.comments-text {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Sidebar Styles */

.product-sidebar {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

/* Price Box */

.price-box {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  justify-content: center;
  border-radius: 25px;
  border-width: 2.5px;
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 30px;
  box-shadow: 10px 10px 15.7px -6px rgba(0, 0, 0, 0.25);
}

.price-amount {
  margin: 0px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 1;
}

.price-amount .amount {
  font-size: 72px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.price-amount .gst {
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.price-note {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Lato';
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Contact Box */

.contact-box {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-radius: 25px;
  border-width: 2.5px;
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 30px;
  box-shadow: 10px 10px 15.7px -6px rgba(0, 0, 0, 0.25);
  min-height: auto;
}

.contact-title {
  margin: 0px;
  margin-bottom: 25px;
  font-family: 'Montserrat';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(62 167 72 / var(--tw-text-opacity, 1));
}

.contact-form {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
}

.submit-btn {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 27.5px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 83 145 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  --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: 300ms;
}

.submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 61 107 / var(--tw-bg-opacity, 1));
}

.submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Form Messages */

.form-message {
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'Lato';
  font-size: clamp(0.9375rem, 0.9129rem + 0.0585vw, 1rem);
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Related Products Section */

.related-products {
  margin-bottom: 5rem;
}

/* Product Card (Related Section) */

.product-card {
  overflow: hidden;
  border-radius: 13px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
  --tw-translate-y: -5px;
  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));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-card:hover .card-image img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.dot.active {
  opacity: 1;
}

.card-price .amount {
  font-size: 34px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.card-price .gst {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Responsive: 1440px */

@media (max-width: 1440px) {
  .product-sidebar {
    gap: 14px;
  }

  .price-box {
    min-height: 0px;
    padding: 1.25rem;
  }

  .price-amount .amount {
    font-size: 50px;
  }

  .price-amount .gst {
    font-size: 18px;
  }

  .price-note {
    margin-top: 6px;
    font-size: 16px;
  }

  .contact-box {
    padding: 22px;
  }

  .contact-title {
    margin-bottom: 1rem;
    font-size: 28px;
  }

  .form-field input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 14px;
  }

  .submit-btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }
}

/* Responsive: 1200px */

@media (max-width: 1200px) {
  .price-box {
    min-height: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .price-amount .amount {
    font-size: 42px;
  }

  .price-amount .gst {
    font-size: 16px;
  }

  .price-note {
    margin-top: 5px;
    font-size: 15px;
  }

  .contact-box {
    padding: 18px;
  }

  .contact-title {
    margin-bottom: 0.75rem;
    font-size: 26px;
  }

  .form-field input {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }

  .submit-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }
}

/* Responsive: 1024px */

@media (max-width: 1024px) {
  .product-title {
    margin-bottom: 6px;
    font-size: 26px;
  }

  .product-code {
    margin-bottom: 1.25rem;
    font-size: 16px;
  }

  .product-sidebar {
    gap: 10px;
  }

  .price-box {
    min-height: 0px;
    border-radius: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price-amount .amount {
    font-size: 32px;
  }

  .price-amount .gst {
    font-size: 13px;
  }

  .price-note {
    margin-top: 0.25rem;
    font-size: 13px;
  }

  .contact-box {
    border-radius: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .form-field input {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .submit-btn {
    border-radius: 20px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
  }

  .related-grid {
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  }
}

@media (max-width: 768px) {
  .single-product-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-top-section {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .product-gallery-column,
    .product-sidebar {
    width: 100%;
    flex: none !important;
  }

  .product-sidebar {
    gap: 19px;
  }

  .product-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .product-code {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .price-box {
    min-height: 0px;
    border-radius: 25px;
    padding: 1.5rem;
  }

  .price-amount .amount {
    font-size: 40px;
  }

  .price-amount .gst {
    font-size: 20px;
  }

  .price-note {
    margin-top: 10px;
    font-size: 20px;
  }

  .contact-box {
    border-radius: 25px;
    padding: 1.5rem;
    flex: none;
  }

  .contact-title {
    margin-bottom: 1.25rem;
    font-size: 28px;
  }

  .contact-form,
    #product-enquiry-form {
    gap: 30px;
    flex: none;
    justify-content: flex-start;
  }

  .contact-box > .wpcf7 {
    flex: none;
  }

  .form-field input {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .submit-btn {
    border-radius: 27.5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .section-title {
    font-size: clamp(1.25rem, 1.0838rem + 0.3927vw, 1.5rem);
  }

  .comments-text {
    font-size: 18px;
  }

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

@media (max-width: 480px) {
  .single-product-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-title {
    font-size: clamp(1.25rem, 1.0838rem + 0.3927vw, 1.5rem);
  }

  .product-code {
    font-size: clamp(0.9375rem, 0.9129rem + 0.0585vw, 1rem);
  }

  .spec-text {
    font-size: clamp(0.9375rem, 0.9129rem + 0.0585vw, 1rem);
  }

  .spec-icon {
    height: 35px;
    width: 35px;
  }

  .price-box {
    padding: 1.25rem;
    height: auto;
  }

  .price-amount .amount {
    font-size: 36px;
  }

  .price-amount .gst {
    font-size: 18px;
  }

  .price-note {
    font-size: clamp(0.9375rem, 0.9129rem + 0.0585vw, 1rem);
  }

  .contact-box {
    padding: 1.25rem;
    min-height: auto;
  }

  .contact-title {
    margin-bottom: 1.25rem;
    font-size: clamp(1.25rem, 1.0838rem + 0.3927vw, 1.5rem);
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-16 {
  bottom: -4rem;
}

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

.-left-16 {
  left: -4rem;
}

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

.-top-\[10rem\] {
  top: -10rem;
}

.-top-\[4rem\] {
  top: -4rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

.z-\[1\] {
  z-index: 1;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[70\] {
  z-index: 70;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-full {
  grid-column: 1 / -1;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

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

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

.-mt-\[100px\] {
  margin-top: -100px;
}

.-mt-\[15vh\] {
  margin-top: -15vh;
}

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

.mt-20 {
  margin-top: 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;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\.82\] {
  aspect-ratio: 1.82;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[457\/407\] {
  aspect-ratio: 457/407;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[115vh\] {
  height: 115vh;
}

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

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

.h-\[50vh\] {
  height: 50vh;
}

.h-\[60\%\] {
  height: 60%;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.w-0\.5 {
  width: 0.125rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-18 {
  width: 4.5rem;
}

.w-24 {
  width: 6rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-\[15rem\] {
  width: 15rem;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20rem\] {
  width: 20rem;
}

.w-\[24rem\] {
  width: 24rem;
}

.w-\[35\%\] {
  width: 35%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-logo-fluid {
  width: clamp(10.3125rem, -5.534rem + 24.76vw, 16.75rem);
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.min-w-\[200px\] {
  min-width: 200px;
}

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

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[85vw\] {
  max-width: 85vw;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-\[2\.63\] {
  flex: 2.63;
}

.flex-\[2\] {
  flex: 2;
}

.flex-\[3\.5\] {
  flex: 3.5;
}

.flex-\[6\.5\] {
  flex: 6.5;
}

.flex-\[6\] {
  flex: 6;
}

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

.grow {
  flex-grow: 1;
}

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

.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.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-end {
  align-items: flex-end;
}

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

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

.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-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[19px\] {
  gap: 19px;
}

.gap-\[20px\] {
  gap: 20px;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.overflow-x-scroll {
  overflow-x: scroll;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-\[13px\] {
  border-radius: 13px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[27\.5px\] {
  border-radius: 27.5px;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-l-\[40px\] {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-t-3xl {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.rounded-t-\[13px\] {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.rounded-br-3xl {
  border-bottom-right-radius: 2rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 2rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-damoli-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(1 83 145 / var(--tw-border-opacity, 1));
}

.border-damoli-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(62 167 72 / var(--tw-border-opacity, 1));
}

.border-damoli-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(53 157 62 / 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-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

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

.border-transparent {
  border-color: transparent;
}

.border-t-transparent {
  border-top-color: transparent;
}

.bg-\[\#25D366\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.bg-\[\#33893B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 137 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-damoli-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 83 145 / var(--tw-bg-opacity, 1));
}

.bg-damoli-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 74 129 / var(--tw-bg-opacity, 1));
}

.bg-damoli-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 167 72 / var(--tw-bg-opacity, 1));
}

.bg-damoli-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 157 62 / var(--tw-bg-opacity, 1));
}

.bg-damoli-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 119 34 / var(--tw-bg-opacity, 1));
}

.bg-damoli-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 106 30 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[radial-gradient\(circle_at_center\2c transparent_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.5\)_100\%\)\] {
  background-image: radial-gradient(circle at center,transparent 0%,rgba(0,0,0,0.5) 100%);
}

.bg-\[radial-gradient\(circle_at_center\2c transparent_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.7\)_100\%\)\] {
  background-image: radial-gradient(circle at center,transparent 0%,rgba(0,0,0,0.7) 100%);
}

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

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

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

.from-black\/100 {
  --tw-gradient-from: rgb(0 0 0 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/30 {
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}

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

.bg-\[length\:1\.5em_1\.5em\] {
  background-size: 1.5em 1.5em;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-\[right_0\.5rem_center\] {
  background-position: right 0.5rem center;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[19px\] {
  padding: 19px;
}

.p-16 {
  padding: 4rem;
}

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

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

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

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

.px-\[2em\] {
  padding-left: 2em;
  padding-right: 2em;
}

.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-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-\[0\.5em\] {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.font-heading {
  font-family: Montserrat, system-ui, -apple-system, sans-serif;
}

.font-sans {
  font-family: Lato, system-ui, -apple-system, sans-serif;
}

.text-2xl {
  font-size: clamp(1.25rem, 1.0838rem + 0.3927vw, 1.5rem);
}

.text-3xl {
  font-size: clamp(1.5rem, 1.3933rem + 0.2509vw, 1.875rem);
}

.text-4xl {
  font-size: clamp(1.875rem, 1.7028rem + 0.4073vw, 2.25rem);
}

.text-5xl {
  font-size: clamp(2.25rem, 1.9154rem + 0.7909vw, 3rem);
}

.text-6xl {
  font-size: clamp(3rem, 2.6654rem + 0.7909vw, 3.75rem);
}

.text-7xl {
  font-size: clamp(3.75rem, 3.4154rem + 0.7909vw, 4.5rem);
}

.text-\[0\.6rem\] {
  font-size: 0.6rem;
}

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

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

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

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

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

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

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

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

.text-base {
  font-size: clamp(0.9375rem, 0.9129rem + 0.0585vw, 1rem);
}

.text-lg {
  font-size: clamp(1rem, 0.9379rem + 0.1464vw, 1.125rem);
}

.text-nav-menu {
  font-size: clamp(0.75rem, 0.432rem + 0.521vw, 1.125rem);
}

.text-phone-number {
  font-size: clamp(1.125rem, 0.268rem + 1.339vw, 1.875rem);
}

.text-sm {
  font-size: clamp(0.8125rem, 0.7879rem + 0.0585vw, 0.875rem);
}

.text-xl {
  font-size: clamp(1.125rem, 1.0629rem + 0.1464vw, 1.25rem);
}

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

.\!font-bold {
  font-weight: 700 !important;
}

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

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[0\.9em\] {
  line-height: 0.9em;
}

.leading-\[1\.1em\] {
  line-height: 1.1em;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[50px\] {
  line-height: 50px;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#C6C6C6\] {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity, 1));
}

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

.text-damoli-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(1 83 145 / var(--tw-text-opacity, 1));
}

.text-damoli-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(1 74 129 / var(--tw-text-opacity, 1));
}

.text-damoli-green-500 {
  --tw-text-opacity: 1;
  color: rgb(62 167 72 / var(--tw-text-opacity, 1));
}

.text-damoli-green-600 {
  --tw-text-opacity: 1;
  color: rgb(53 157 62 / var(--tw-text-opacity, 1));
}

.text-damoli-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(245 119 34 / var(--tw-text-opacity, 1));
}

.text-damoli-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(220 106 30 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 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-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

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

.underline {
  text-decoration-line: underline;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.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-\[0_0_30px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 0 30px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 30px 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);
}

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Text gradient */

/* Aspect ratios */

/* Animations */

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

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

/* Hide scrollbar */

/* Cursor grab */

.cursor-grabbing {
  cursor: grabbing !important;
}

/* Line clamp */

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Scroll animations */

[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition:
      opacity 0.6s ease-out,
      transform 0.6s ease-out;
}

[data-animate].animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* =====================
   Base Styles
   ===================== */

/* =====================
   Component Styles
   ===================== */

/* =====================
   CF7 Dynamic Classes (outside @layer to avoid tree-shaking)
   Classes used in CF7 form editor, not in PHP/JS templates
   ===================== */

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Inquiry Type Checkbox - Custom Color per Item */

.inquiry-checkboxes .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(1 83 145 / var(--tw-text-opacity, 1));
}

.inquiry-checkboxes .wpcf7-checkbox .wpcf7-list-item.first .wpcf7-list-item-label {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(62 167 72 / var(--tw-text-opacity, 1));
}

.inquiry-checkboxes .wpcf7-checkbox .wpcf7-list-item.last .wpcf7-list-item-label {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 119 34 / var(--tw-text-opacity, 1));
}

/* Desktop Navigation - Current Menu Item Highlight
   Outside @layer so it overrides utility classes like border-transparent */

.desktop-nav-menu li.current-menu-item > a > span,
.desktop-nav-menu li.current_page_item > a > span {
  border-color: #ffffff !important;
}

/* Sticky state: green border for current menu item */

.site-header.is-sticky .desktop-nav-menu li.current-menu-item > a > span,
.site-header.is-sticky .desktop-nav-menu li.current_page_item > a > span {
  border-color: #3EA748 !important;
  color: #1f2937 !important;
}

.site-header.is-sticky .desktop-nav-menu span:hover {
  border-color: #3EA748 !important;
}

/* =====================
   Utility Styles
   ===================== */

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

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

.hover\:bg-\[\#1da851\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 168 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-damoli-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 83 145 / var(--tw-bg-opacity, 1));
}

.hover\:bg-damoli-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 74 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-damoli-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 66 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-damoli-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 157 62 / var(--tw-bg-opacity, 1));
}

.hover\:bg-damoli-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 130 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-damoli-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 106 30 / var(--tw-bg-opacity, 1));
}

.hover\:bg-damoli-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 93 26 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:text-damoli-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(51 151 207 / var(--tw-text-opacity, 1));
}

.hover\:text-damoli-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(1 83 145 / var(--tw-text-opacity, 1));
}

.hover\:text-damoli-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(1 74 129 / var(--tw-text-opacity, 1));
}

.hover\:text-damoli-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(1 66 113 / var(--tw-text-opacity, 1));
}

.hover\:text-damoli-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(62 167 72 / var(--tw-text-opacity, 1));
}

.hover\:text-damoli-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(53 157 62 / var(--tw-text-opacity, 1));
}

.hover\:text-damoli-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 106 30 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-damoli-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(1 83 145 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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(2px + 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);
}

.focus\:ring-damoli-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 83 145 / var(--tw-ring-opacity, 1));
}

.focus\:ring-damoli-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(53 157 62 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:min-h-\[300px\] {
    min-height: 300px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:text-4xl {
    font-size: clamp(1.875rem, 1.7028rem + 0.4073vw, 2.25rem);
  }

  .sm\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  .md\:right-12 {
    right: 3rem;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-\[30rem\] {
    width: 30rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:items-end {
    align-items: flex-end;
  }

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

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

  .md\:rounded-tl-3xl {
    border-top-left-radius: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .md\:text-2xl {
    font-size: clamp(1.25rem, 1.0838rem + 0.3927vw, 1.5rem);
  }

  .md\:text-3xl {
    font-size: clamp(1.5rem, 1.3933rem + 0.2509vw, 1.875rem);
  }

  .md\:text-4xl {
    font-size: clamp(1.875rem, 1.7028rem + 0.4073vw, 2.25rem);
  }

  .md\:text-5xl {
    font-size: clamp(2.25rem, 1.9154rem + 0.7909vw, 3rem);
  }

  .md\:text-6xl {
    font-size: clamp(3rem, 2.6654rem + 0.7909vw, 3.75rem);
  }

  .md\:text-7xl {
    font-size: clamp(3.75rem, 3.4154rem + 0.7909vw, 4.5rem);
  }

  .md\:text-base {
    font-size: clamp(0.9375rem, 0.9129rem + 0.0585vw, 1rem);
  }

  .md\:text-lg {
    font-size: clamp(1rem, 0.9379rem + 0.1464vw, 1.125rem);
  }

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

@media (min-width: 1024px) {
  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

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

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[85\%\] {
    width: 85%;
  }

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

  .lg\:max-w-\[350px\] {
    max-width: 350px;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-\[10\%\] {
    padding-right: 10%;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

  .lg\:text-3xl {
    font-size: clamp(1.5rem, 1.3933rem + 0.2509vw, 1.875rem);
  }

  .lg\:text-4xl {
    font-size: clamp(1.875rem, 1.7028rem + 0.4073vw, 2.25rem);
  }

  .lg\:text-5xl {
    font-size: clamp(2.25rem, 1.9154rem + 0.7909vw, 3rem);
  }

  .lg\:text-6xl {
    font-size: clamp(3rem, 2.6654rem + 0.7909vw, 3.75rem);
  }

  .lg\:text-7xl {
    font-size: clamp(3.75rem, 3.4154rem + 0.7909vw, 4.5rem);
  }

  .lg\:text-8xl {
    font-size: clamp(4.5rem, 3.8308rem + 1.5818vw, 6rem);
  }

  .lg\:text-9xl {
    font-size: clamp(6rem, 5.0821rem + 2.1673vw, 8rem);
  }

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

  .lg\:text-lg {
    font-size: clamp(1rem, 0.9379rem + 0.1464vw, 1.125rem);
  }

  .lg\:text-xl {
    font-size: clamp(1.125rem, 1.0629rem + 0.1464vw, 1.25rem);
  }

  .lg\:leading-\[100px\] {
    line-height: 100px;
  }

  .lg\:leading-\[120px\] {
    line-height: 120px;
  }

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {
  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

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

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[30rem\] {
    width: 30rem;
  }

  .xl\:max-w-\[75\%\] {
    max-width: 75%;
  }

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

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:text-5xl {
    font-size: clamp(2.25rem, 1.9154rem + 0.7909vw, 3rem);
  }

  .xl\:text-7xl {
    font-size: clamp(3.75rem, 3.4154rem + 0.7909vw, 4.5rem);
  }

  .xl\:text-8xl {
    font-size: clamp(4.5rem, 3.8308rem + 1.5818vw, 6rem);
  }

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

  .xl\:text-phone-number {
    font-size: clamp(1.125rem, 0.268rem + 1.339vw, 1.875rem);
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-\[40rem\] {
    width: 40rem;
  }

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

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:text-\[110px\] {
    font-size: 110px;
  }
}

@media (min-width: 1760px) {
  .min-\[1760px\]\:w-\[70\%\] {
    width: 70%;
  }
}
