/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./assets/src/css/main.css ***!
  \*********************************************************************************************************************/
/**
 * Main CSS file for GratXRay theme
 *
 * @package GratXRay
 */

/* Tailwind directives */
*, ::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.18 | 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: Roboto, -apple-system, BlinkMacSystemFont, "Segoe 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;
}
/* Root font size - all rem units scale from this */
html {
        font-size: 16px; /* Base size - change this to scale everything */
    }
body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/* Semantic heading styles using Tailwind's default scale */
/* Balanced sizing: bigger on mobile, controlled growth on desktop */
h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 640px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 640px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
}
@media (min-width: 640px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
}
@media (min-width: 640px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 640px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 640px) {
  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/* Paragraph and text elements */
p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 640px) {
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
strong, b {
  font-weight: 700;
}
em, i {
  font-style: italic;
}
small {
  font-size: 0.75rem;
  line-height: 1rem;
}
/* Links */
a {
  --tw-text-opacity: 1;
  color: rgb(0 174 194 / 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;
}
a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 140 160 / var(--tw-text-opacity, 1));
}
/* Images */
img {
  height: auto;
  max-width: 100%;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 100%) {
  .container {
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
/* Accessibility */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px;
        word-wrap: normal !important;
}
.space-top {
  margin-top: 1rem;
  display: block;
}
.screen-reader-text:focus {
  z-index: 100;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 174 194 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
        clip: auto !important;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        font-size: 14px;
        left: 5px;
        top: 5px;
        width: auto;
        height: auto;
        padding: 15px 23px 14px;
        line-height: normal;
}
/* Layout */
.site {
        /* Flexbox layout for 100vh hero - no max-width constraint */
    }
/* Problem/Solution Block - Full width backgrounds with aligned content */
.problem-solution-block {
        position: relative;
    }
.problem-column,
    .solution-column {
        position: relative;
    }
/* Extend background to viewport edges using pseudo-elements */
@media (min-width: 1024px) {

        /* Ensure content is above pseudo-elements */
        .problem-column > *,
        .solution-column > * {
            position: relative;
            z-index: 1;
        }
    }
/* Text Content - Add spacing between paragraphs */
.text-content-paragraphs p {
        margin-bottom: 1.5rem;
    }
.text-content-paragraphs p:last-child {
        margin-bottom: 0;
    }
/* Section border with content padding */
.section-border-top {
        z-index: 10;
    }
/* Team Filter Buttons */
.team-filter-btn {
        opacity: 0.5;
        transition: opacity 0.2s;
    }
.team-filter-btn.opacity-100 {
        opacity: 1;
    }
/* Timeline - ensure proper alignment */
/* Header */
.site-header {
        /* Padding is defined inline in header.php */
        transition: padding 0.3s ease, transform 0.3s ease !important;
    }
/* Add padding to body to account for fixed header */
body {
        padding-top: var(--header-height, 100px);
    }
/* Account for WordPress admin bar when logged in */
/* Adjust header position when admin bar is present */
body.admin-bar .site-header {
        top: 32px;
    }
@media screen and (max-width: 782px) {
        body.admin-bar .site-header {
            top: 46px;
        }
    }
/* Adjust site navigation padding-top when admin bar is present */
body.admin-bar #site-navigation,
    body.admin-bar .main-navigation {
        padding-top: calc(var(--header-height, 168px) + 32px) !important;
    }
@media screen and (max-width: 782px) {
        body.admin-bar #site-navigation,
        body.admin-bar .main-navigation {
            padding-top: calc(var(--header-height, 168px) + 46px) !important;
        }
    }
/* Header hidden state - used by JavaScript */
.site-header.header-hidden {
        box-shadow: none;
    }
/* Remove shadow when menu is open */
.main-navigation.opacity-100 ~ .site-header,
    body:has(.main-navigation.opacity-100) .site-header {
        box-shadow: none !important;
    }
/* Reduce header padding when scrolled */
.site-header.header-scrolled {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
/* Add shadow when scrolled - constrained to content area */
.site-header.header-scrolled {
        box-shadow: 
            inset 1rem 0 0 white,
            inset -1rem 0 0 white,
            0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
@media (min-width: 640px) {
        .site-header.header-scrolled {
            box-shadow: 
                inset 1.5rem 0 0 white,
                inset -1.5rem 0 0 white,
                0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
    }
@media (min-width: 768px) {
        .site-header.header-scrolled {
            box-shadow: 
                inset 3rem 0 0 white,
                inset -3rem 0 0 white,
                0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
    }
@media (min-width: 1024px) {
        .site-header.header-scrolled {
            box-shadow: 
                inset 4rem 0 0 white,
                inset -4rem 0 0 white,
                0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
    }
@media (min-width: 1280px) {
        .site-header.header-scrolled {
            box-shadow: 
                inset 4rem 0 0 white,
                inset -4rem 0 0 white,
                0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
    }
@media (min-width: 640px) {
        .site-header.header-scrolled {
            padding-top: 0.75rem !important;
            padding-bottom: 0.75rem !important;
        }
    }
@media (min-width: 768px) {
        .site-header.header-scrolled {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }
    }
@media (min-width: 1024px) {
        .site-header.header-scrolled {
            padding-top: 1.25rem !important;
            padding-bottom: 1.25rem !important;
        }
    }
@media (min-width: 1280px) {
        .site-header.header-scrolled {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important;
        }
    }
/* Navigation */
.main-navigation ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.main-navigation li {
  display: block;
}
.main-navigation a {
  text-decoration-line: none;
}
.main-navigation a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 174 194 / var(--tw-text-opacity, 1));
}
/* Current/Active menu item styles */
.main-navigation .current-menu-item > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-ancestor > a {
  --tw-text-opacity: 1;
  color: rgb(0 174 194 / var(--tw-text-opacity, 1));
}
.menu-toggle {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
}
/* Main Content */
.site-main {
    }
/* Posts and Pages */
article {

    }
.entry-header {
  margin-bottom: 1.5rem;
}
.entry-title {
  margin: 0px;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1.25;
}
.entry-title a {
  --tw-text-opacity: 1;
  color: rgb(48 52 75 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.entry-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 174 194 / var(--tw-text-opacity, 1));
}
.entry-meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.entry-content {
  margin-top: 1rem;
}
.entry-footer {
  margin-top: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
/* Post Thumbnail */
.post-thumbnail {
  margin-bottom: 1rem;
}
.post-thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}
/* Sidebar */
.widget-area {
  margin-top: 2rem;
}
.widget {
  margin-bottom: 2rem;
}
.widget-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
/* Footer */
.site-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* Responsive menu toggle */
@media (max-width: 768px) {
        .menu-toggle {
            /* Always visible now, no need for media query override */
        }

        .main-navigation.toggled ul {
    display: block;
  }

        .main-navigation li {
    margin-right: 0px;
    display: block;
  }


        .entry-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
    }
/* Responsive menu padding adjustments */
@media (min-width: 640px) {
        .main-navigation > div > div {
            padding-top: 70px !important;
        }
    }
@media (min-width: 768px) {
        .main-navigation > div > div {
            padding-top: 80px !important;
        }
    }
@media (min-width: 1024px) {
        .main-navigation > div > div {
            padding-top: 80px !important;
        }
    }
/* Forminator Form Styling - Match original design */
/* Using !important to override Forminator defaults - works with any form ID */
.contact-form-block .forminator-custom-form {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 0.75rem !important;
        margin: 0 !important;
    }
@media (min-width: 640px) {
        .contact-form-block .forminator-custom-form {
            gap: 1rem !important;
        }
    }
/* Hide Forminator labels (we'll use placeholders instead) */
.contact-form-block .forminator-label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }
/* Remove default Forminator row margins and spacing */
.contact-form-block .forminator-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
/* Reset forminator field margins */
.contact-form-block .forminator-field {
        margin-bottom: 0 !important;
    }
/* Style all form inputs and textarea */
.contact-form-block .forminator-input,
    .contact-form-block .forminator-textarea {
        width: 100% !important;
        padding: 0.75rem 0.625rem !important;
        background-color: rgba(255, 255, 255, 0.5) !important;
        border: 1px solid #000 !important;
        border-radius: 0 !important;
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        color: #000 !important;
        transition: background-color 0.2s !important;
        box-sizing: border-box !important;
    }
@media (min-width: 640px) {
        .contact-form-block .forminator-input,
        .contact-form-block .forminator-textarea {
            padding: 0.875rem 0.75rem !important;
            font-size: 1.25rem !important;
            line-height: 1.75rem !important;
        }
    }
.contact-form-block .forminator-input::-moz-placeholder, .contact-form-block .forminator-textarea::-moz-placeholder {
        color: rgba(0, 0, 0, 0.4) !important;
        opacity: 1 !important;
    }
.contact-form-block .forminator-input::placeholder,
    .contact-form-block .forminator-textarea::placeholder {
        color: rgba(0, 0, 0, 0.4) !important;
        opacity: 1 !important;
    }
.contact-form-block .forminator-input:hover,
    .contact-form-block .forminator-textarea:hover {
        background-color: rgba(255, 255, 255, 0.5) !important;
        border-color: #000 !important;
    }
.contact-form-block .forminator-input:focus,
    .contact-form-block .forminator-textarea:focus {
        background-color: rgb(255, 255, 255) !important;
        border-color: #000 !important;
        outline: none !important;
        box-shadow: none !important;
    }
@media (min-width: 768px) {
        .contact-form-block .forminator-input,
        .contact-form-block .forminator-textarea {
            padding: 1.25rem 0.75rem !important;
            font-size: 1.875rem !important;
            line-height: 2.1875rem !important;
        }
    }
.contact-form-block .forminator-textarea {
        resize: vertical !important;
        min-height: 100px !important;
    }
@media (min-width: 640px) {
        .contact-form-block .forminator-textarea {
            min-height: 120px !important;
        }
    }
@media (min-width: 768px) {
        .contact-form-block .forminator-textarea {
        min-height: 140px !important;
        }
    }
/* First Name & Last Name row - stack on mobile, side by side on larger screens */
.contact-form-block .forminator-field-name .forminator-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
@media (min-width: 640px) {
        .contact-form-block .forminator-field-name .forminator-row {
            flex-direction: row !important;
        gap: 1rem !important;
        }
    }
.contact-form-block .forminator-field-name .forminator-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        flex: 1 !important;
        margin: 0 !important;
    }
/* Half-width row system - add 'form-row-half' class to rows that should be 50% width side by side */
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .forminator-no-margin .forminator-col,
    .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside .forminator-no-margin .forminator-col {
        margin-bottom: 0 !important;
    }
.contact-form-block .forminator-field-text .forminator-col,
    .contact-form-block .forminator-field-email .forminator-col {
        width: 100% !important;
    }
/* Form half-width rows - use flex-basis since parent is flexbox */
.contact-form-block .forminator-row.form-row-half-parent {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
@media (min-width: 768px) {
    .contact-form-block .forminator-row.form-row-half-parent {
        flex: 0 0 calc(50% - 0.5rem) !important;
        max-width: calc(50% - 0.5rem) !important;
        min-width: calc(50% - 0.5rem) !important;
        }
    }
.contact-form-block .forminator-row:not(.form-row-half-parent) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
.contact-form-block .forminator-row.form-row-half-parent .forminator-col-12 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
/* Override Forminator's padding with higher specificity */
.contact-form-block .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col {
        padding: 0 !important;
    }
@media screen and (min-width:783px) {
        .contact-form-block .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col {
            padding: 0 !important;
        }
    }
/* Style submit button - Inherit from centralized button system */
.contact-form-block .forminator-button-submit {
        /* Apply .btn base class styles with !important to override Forminator */
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 9999px !important;
        transition-property: color, background-color, border-color !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
        
        /* Responsive padding */
        padding: 0.5rem 1rem !important;
        
        /* Responsive text size */
        font-size: 1rem !important;
        line-height: 1.5 !important;
        white-space: nowrap !important;
        
        /* Apply .btn-white variant styles */
        border: 1px solid #30344B !important;
        background-color: #fff !important;
        color: #30344B !important;
        
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        cursor: pointer !important;
        width: auto !important;
        max-width: none !important;
        min-width: auto !important;
        height: auto !important;
        box-shadow: none !important;
    }
.contact-form-block .forminator-button-submit:hover {
        background-color: #f9fafb !important;
    }
@media (min-width: 640px) {
        .contact-form-block .forminator-button-submit {
            padding: 0.625rem 1.25rem !important;
            font-size: 1.125rem !important;
        }
    }
@media (min-width: 768px) {
        .contact-form-block .forminator-button-submit {
            padding: 0.75rem 1.5rem !important;
            font-size: 1.125rem !important;  /* text-lg */
        }
    }
@media (min-width: 1024px) {
        .contact-form-block .forminator-button-submit {
            padding: 1rem 2rem !important;
            font-size: 1.25rem !important;  /* text-xl */
        }
    }
/* Add arrow icon after button text */
.contact-form-block .forminator-button-submit::after {
        content: '' !important;
        display: inline-block !important;
        width: 0.75rem !important;
        height: 1rem !important;
        margin-left: 0.75rem !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 16%27 fill=%27none%27%3E%3Cpath d=%27M6 0L6 14M6 14L1 9M6 14L11 9%27 stroke=%27%2330344B%27 stroke-width=%271.5%27/%3E%3C/svg%3E") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        transform: rotate(270deg) !important;
        flex-shrink: 0 !important;
    }
@media (min-width: 640px) {
        .contact-form-block .forminator-button-submit::after {
            width: 0.875rem !important;
            height: 1.125rem !important;
            margin-left: 1rem !important;
        }
    }
@media (min-width: 768px) {
        .contact-form-block .forminator-button-submit::after {
            width: 1rem !important;
            height: 1.25rem !important;
            margin-left: 1.25rem !important;
        }
    }
@media (min-width: 1024px) {
        .contact-form-block .forminator-button-submit::after {
            width: 1rem !important;
            height: 1.25rem !important;
            margin-left: 1.25rem !important;
        }
    }
/* Style error messages */
.contact-form-block .forminator-error-message {
        display: block !important;
        color: #dc2626 !important;
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
        margin-top: 0.25rem !important;
        background-color: transparent !important;
        padding-top: 5px!important;
        padding-bottom: 0!important;
        box-shadow: none !important;
    }
/* Style success/error response messages */
.contact-form-block .forminator-response-message {
        padding: 0.75rem 1rem !important;
        border-radius: 0.5rem !important;
        margin-bottom: 1rem !important;
    }
.contact-form-block .forminator-response-message.forminator-error {
        background-color: #fee2e2 !important;
        border: 1px solid #f87171 !important;
        color: #991b1b !important;
        box-shadow: none !important;
    }
.contact-form-block .forminator-response-message.forminator-success {
        background-color: #d1fae5 !important;
        border: 1px solid #6ee7b7 !important;
        color: #065f46 !important;
        box-shadow: none !important;
    }
/* Hide honeypot field */
.contact-form-block .forminator-hidden,
    .contact-form-block label[aria-hidden="true"] {
        display: none !important;
    }
/* Style the Edit form link */
.contact-form-block .forminator-edit-module {
        position: absolute !important;
        bottom: 1rem !important;
        right: 1rem !important;
        margin: 0 !important;
    }
.contact-form-block .forminator-module-edit-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.75rem !important;
        border: 1px solid #000 !important;
        border-radius: 1.5rem !important;
        padding: 0.5rem 1rem !important;
        background-color: #000 !important;
        color: #fff !important;
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
        font-weight: 400 !important;
        text-decoration: none !important;
        transition: background-color 0.2s !important;
        cursor: pointer !important;
    }
.contact-form-block .forminator-module-edit-link:hover {
        background-color: #1f2937 !important;
        color: #fff !important;
    }
@media (min-width: 768px) {
        .contact-form-block .forminator-edit-module {
            bottom: 1.5rem !important;
            right: 1.5rem !important;
        }

        .contact-form-block .forminator-module-edit-link {
            border-radius: 2rem !important;
            padding: 0.625rem 1.25rem !important;
            font-size: 1rem !important;
            line-height: 1.5rem !important;
        }
    }
/* Make the contact form block position relative to contain absolute positioning */
.contact-form-block {
        position: relative !important;
    }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.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-1 {
  margin-left: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-12 {
  max-height: 3rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.rotate-90 {
  --tw-rotate: 90deg;
  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-\[270deg\] {
  --tw-rotate: 270deg;
  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));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.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;
}
.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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(48 52 75 / 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-border {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-background-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 237 / var(--tw-bg-opacity, 1));
}
.bg-background-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(223 237 242 / var(--tw-bg-opacity, 1));
}
.bg-background-light {
  background-color: rgba(0, 0, 0, 0.03);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(48 52 75 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(48 52 75 / 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-muted {
  --tw-text-opacity: 1;
  color: rgb(144 141 138 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 174 194 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-lg {
  --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);
}
.shadow-md {
  --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);
}
.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, 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-opacity {
  transition-property: opacity;
  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 {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
/* Add any custom utility classes here */

/* Custom base styles */

/* WordPress-specific components */

/* Custom utilities */

/* Contact Form Styling - Match Figma Design */
.contact-form-block {
    background-color: #F5F1ED !important; /* Beige background */
}

.contact-form-block .forminator-ui {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* Mobile: 16px */
}

.contact-form-block .forminator-row {
    display: flex;
    gap: 1rem; /* Mobile: 16px */
    flex-wrap: wrap;
}

@media (min-width: 640px) { /* sm */
    .contact-form-block .forminator-ui {
        gap: 1.25rem; /* 20px */
    }
    .contact-form-block .forminator-row {
        gap: 1.25rem; /* 20px */
    }
}

@media (min-width: 768px) { /* md */
    .contact-form-block .forminator-ui {
        gap: 1.5rem; /* 24px */
    }
    .contact-form-block .forminator-row {
        gap: 1.5rem; /* 24px */
    }
}

.contact-form-block .forminator-col {
    flex: 1;
    min-width: 0;
}

.contact-form-block .forminator-field {
    margin-bottom: 0 !important;
}

.contact-form-block input[type="text"],
.contact-form-block input[type="email"],
.contact-form-block input[type="tel"],
.contact-form-block textarea,
.contact-form-block select {
    width: 100% !important;
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 2rem !important; /* Responsive rounded corners */
    font-family: 'Roboto', sans-serif !important;
    color: rgba(48, 52, 75, 0.6) !important;
    transition: all 0.2s;
    box-shadow: none !important;
    /* Responsive padding */
    padding: 0.75rem 1.5rem !important; /* Mobile: 12px 24px */
    /* Responsive font size */
    font-size: 1rem !important; /* Mobile: 16px */
    line-height: 1.5 !important;
    letter-spacing: 0.015em !important;
    min-height: 3rem !important; /* Mobile: 48px */
}

@media (min-width: 640px) { /* sm */
    .contact-form-block input[type="text"],
    .contact-form-block input[type="email"],
    .contact-form-block input[type="tel"],
    .contact-form-block textarea,
    .contact-form-block select {
        padding: 0.875rem 1.75rem !important; /* 14px 28px */
        font-size: 1.125rem !important; /* 18px */
        min-height: 3.25rem !important; /* 52px */
    }
}

@media (min-width: 768px) { /* md */
    .contact-form-block input[type="text"],
    .contact-form-block input[type="email"],
    .contact-form-block input[type="tel"],
    .contact-form-block textarea,
    .contact-form-block select {
        padding: 1rem 2rem !important; /* 16px 32px */
        font-size: 1.25rem !important; /* 20px */
        line-height: 1.625 !important;
        min-height: 3.5rem !important; /* 56px */
    }
}

@media (min-width: 1024px) { /* lg */
    .contact-form-block input[type="text"],
    .contact-form-block input[type="email"],
    .contact-form-block input[type="tel"],
    .contact-form-block textarea,
    .contact-form-block select {
        padding: 1rem 2rem !important; /* 16px 32px */
        font-size: 1.25rem !important; /* 20px */
        min-height: 3.875rem !important; /* 62px */
    }
}

.contact-form-block textarea {
    resize: vertical !important;
    vertical-align: top !important;
    /* Responsive min-height for textarea */
    min-height: 10rem !important; /* Mobile: 160px */
}

/* Additional specificity for Forminator textarea */
.contact-form-block .forminator-textarea,
.contact-form-block textarea.forminator-textarea {
    border-radius: 2rem !important;
    background-color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    vertical-align: top !important;
    /* Base padding - matches inputs */
    padding: 0.75rem 1.5rem !important;
}

@media (min-width: 640px) { /* sm */
    .contact-form-block textarea,
    .contact-form-block .forminator-textarea,
    .contact-form-block textarea.forminator-textarea {
        min-height: 12rem !important; /* 192px */
        padding: 0.875rem 1.75rem !important;
    }
}

@media (min-width: 768px) { /* md */
    .contact-form-block textarea,
    .contact-form-block .forminator-textarea,
    .contact-form-block textarea.forminator-textarea {
        min-height: 14rem !important; /* 224px */
        padding: 1rem 2rem !important;
    }
}

@media (min-width: 1024px) { /* lg */
    .contact-form-block textarea,
    .contact-form-block .forminator-textarea,
    .contact-form-block textarea.forminator-textarea {
        min-height: 15rem !important; /* 240px */
        padding: 1rem 2rem !important;
    }
}

.contact-form-block input[type="text"]:focus,
.contact-form-block input[type="email"]:focus,
.contact-form-block input[type="tel"]:focus,
.contact-form-block textarea:focus,
.contact-form-block select:focus {
    outline: none;
    color: #30344B;
}

.contact-form-block input::-moz-placeholder, .contact-form-block textarea::-moz-placeholder {
    color: rgba(48, 52, 75, 0.6) !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.015em !important;
    font-weight: 400 !important;
    /* Responsive placeholder font size - matches input */
    font-size: 1rem !important; /* Mobile: 16px */
    line-height: 1.5 !important;
}

.contact-form-block input::placeholder,
.contact-form-block textarea::placeholder {
    color: rgba(48, 52, 75, 0.6) !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.015em !important;
    font-weight: 400 !important;
    /* Responsive placeholder font size - matches input */
    font-size: 1rem !important; /* Mobile: 16px */
    line-height: 1.5 !important;
}

/* Additional specificity for Forminator placeholders */
.contact-form-block .forminator-textarea::placeholder,
.contact-form-block textarea.forminator-textarea::placeholder,
.contact-form-block textarea::-webkit-input-placeholder,
.contact-form-block textarea::-moz-placeholder,
.contact-form-block textarea:-ms-input-placeholder,
.contact-form-block textarea:-moz-placeholder {
    color: rgba(48, 52, 75, 0.6) !important;
    opacity: 1 !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.015em !important;
    font-weight: 400 !important;
}

@media (min-width: 640px) { /* sm */
    .contact-form-block input::-moz-placeholder, .contact-form-block textarea::-moz-placeholder, .contact-form-block .forminator-textarea::-moz-placeholder, .contact-form-block textarea.forminator-textarea::-moz-placeholder {
        font-size: 1.125rem !important; /* 18px */
    }
    .contact-form-block input::placeholder,
    .contact-form-block textarea::placeholder,
    .contact-form-block .forminator-textarea::placeholder,
    .contact-form-block textarea.forminator-textarea::placeholder {
        font-size: 1.125rem !important; /* 18px */
    }
}

@media (min-width: 768px) { /* md */
    .contact-form-block input::-moz-placeholder, .contact-form-block textarea::-moz-placeholder, .contact-form-block .forminator-textarea::-moz-placeholder, .contact-form-block textarea.forminator-textarea::-moz-placeholder {
        font-size: 1.25rem !important; /* 20px */
        line-height: 1.625 !important;
    }
    .contact-form-block input::placeholder,
    .contact-form-block textarea::placeholder,
    .contact-form-block .forminator-textarea::placeholder,
    .contact-form-block textarea.forminator-textarea::placeholder {
        font-size: 1.25rem !important; /* 20px */
        line-height: 1.625 !important;
    }
}

@media (min-width: 1024px) { /* lg */
    .contact-form-block input::-moz-placeholder, .contact-form-block textarea::-moz-placeholder, .contact-form-block .forminator-textarea::-moz-placeholder, .contact-form-block textarea.forminator-textarea::-moz-placeholder {
        font-size: 1.25rem !important; /* 20px */
    }
    .contact-form-block input::placeholder,
    .contact-form-block textarea::placeholder,
    .contact-form-block .forminator-textarea::placeholder,
    .contact-form-block textarea.forminator-textarea::placeholder {
        font-size: 1.25rem !important; /* 20px */
    }
}

/* Old button styles removed - now using centralized button system below */

/* Hide Forminator default labels if using placeholders */
.contact-form-block .forminator-label {
    display: none;
}

/* Error messages */
.contact-form-block .forminator-error {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Success message */
.contact-form-block .forminator-response-message {
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.contact-form-block .forminator-response-message.forminator-success {
    background-color: #dcfce7;
    border: 1px solid #86efac;
    color: #15803d;
}

.contact-form-block .forminator-response-message.forminator-error {
    background-color: #fee2e2;
    border: 1px solid #fca5a5;
    color: #dc2626;
}

/* Timeline Scroll Container - Hide scrollbar */
.timeline-scroll-container::-webkit-scrollbar {
    display: none;
}

.timeline-scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Team Slider Responsive Sizing */
.team-slide-responsive {
    width: 280px;
    margin-right: 20px;
}

.team-slide-image {
    height: 330px;
    width: 280px;
}

.team-slide-gap {
    gap: 1rem;
}

@media (min-width: 1024px) {
    .team-slide-responsive {
        width: 352px;
        margin-right: 40px;
    }
    
    .team-slide-image {
        height: 416px;
        width: 352px;
    }
    
    .team-slide-gap {
        gap: 1.5rem;
    }
}

/* Centralized Button Styles */
/* Base button style - shared by all buttons */
/* Sizes grow progressively across breakpoints */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  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;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .btn {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.btn {
  white-space: nowrap;
  line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

/* Button variant: White background with dark border and text */
.btn-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 52 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 52 75 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  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;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .btn-white {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .btn-white {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .btn-white {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn-white {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .btn-white {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .btn-white {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .btn-white {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.btn-white {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {
  .btn-white {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .btn-white {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .btn-white {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.btn-white {
  white-space: nowrap;
  line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}
.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

/* Button variant: Blue background with blue text (no border) */
.btn-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(170 230 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 52 75 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  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;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .btn-blue {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .btn-blue {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .btn-blue {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn-blue {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .btn-blue {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .btn-blue {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .btn-blue {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.btn-blue {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {
  .btn-blue {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .btn-blue {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .btn-blue {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.btn-blue {
  white-space: nowrap;
  line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}
.btn-blue:hover {
  opacity: 0.9;
}

/* Button variant: Transparent background with dark border and text */
.btn-transparent {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 52 75 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(48 52 75 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  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;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .btn-transparent {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .btn-transparent {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .btn-transparent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn-transparent {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .btn-transparent {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .btn-transparent {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .btn-transparent {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.btn-transparent {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {
  .btn-transparent {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .btn-transparent {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .btn-transparent {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.btn-transparent {
  white-space: nowrap;
  line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}
.btn-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Footer menu items - ensure consistent sizing */
.site-footer nav a {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

.site-footer p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

/* Post Content Styles - Headings and Lists */
.post-body h1,
.content-body h1,
.entry-content h1 {
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .post-body h1,
.content-body h1,
.entry-content h1 {
    margin-bottom: 1.75rem;
    margin-top: 3rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .post-body h1,
.content-body h1,
.entry-content h1 {
    margin-bottom: 2rem;
    margin-top: 3.5rem;
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .post-body h1,
.content-body h1,
.entry-content h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.post-body h2,
.content-body h2,
.entry-content h2 {
  margin-bottom: 1.25rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .post-body h2,
.content-body h2,
.entry-content h2 {
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .post-body h2,
.content-body h2,
.entry-content h2 {
    margin-bottom: 1.75rem;
    margin-top: 3rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .post-body h2,
.content-body h2,
.entry-content h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.post-body h3,
.content-body h3,
.entry-content h3 {
  margin-bottom: 1rem;
  margin-top: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.375;
}

@media (min-width: 640px) {
  .post-body h3,
.content-body h3,
.entry-content h3 {
    margin-bottom: 1.25rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .post-body h3,
.content-body h3,
.entry-content h3 {
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .post-body h3,
.content-body h3,
.entry-content h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.post-body h4,
.content-body h4,
.entry-content h4 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.375;
}

@media (min-width: 640px) {
  .post-body h4,
.content-body h4,
.entry-content h4 {
    margin-bottom: 1.25rem;
    margin-top: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .post-body h4,
.content-body h4,
.entry-content h4 {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .post-body h4,
.content-body h4,
.entry-content h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.post-body h5,
.content-body h5,
.entry-content h5 {
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .post-body h5,
.content-body h5,
.entry-content h5 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .post-body h5,
.content-body h5,
.entry-content h5 {
    margin-bottom: 1.25rem;
    margin-top: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .post-body h5,
.content-body h5,
.entry-content h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.post-body h6,
.content-body h6,
.entry-content h6 {
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .post-body h6,
.content-body h6,
.entry-content h6 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .post-body h6,
.content-body h6,
.entry-content h6 {
    margin-bottom: 1.25rem;
    margin-top: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* First heading has no top margin */
.post-body h1:first-child,
.post-body h2:first-child,
.post-body h3:first-child,
.post-body h4:first-child,
.post-body h5:first-child,
.post-body h6:first-child,
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0px;
}

/* Unordered Lists */
.post-body ul,
.entry-content ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: disc;
}
.post-body ul > :not([hidden]) ~ :not([hidden]),
.entry-content ul > :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));
}

.post-body ul li,
.entry-content ul li {
  padding-left: 0.5rem;
}

/* Ordered Lists */
.post-body ol,
.entry-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: decimal;
}
.post-body ol > :not([hidden]) ~ :not([hidden]),
.entry-content ol > :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));
}

.post-body ol li,
.entry-content ol li {
  padding-left: 0.5rem;
}

/* Nested Lists */
.post-body ul ul,
.post-body ol ol,
.post-body ul ol,
.post-body ol ul,
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

/* Strong and emphasis */
.post-body strong,
.entry-content strong {
  font-weight: 700;
}

.post-body em,
.entry-content em {
  font-style: italic;
}

/* Links in post content */
.post-body a,
.entry-content a {
  --tw-text-opacity: 1;
  color: rgb(0 174 194 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.post-body a:hover,
.entry-content a:hover {
  text-decoration-line: none;
}

/* Blockquotes */
.post-body blockquote,
.entry-content blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 174 194 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Code blocks */
.post-body code,
.entry-content code {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.post-body pre,
.entry-content pre {
  margin-bottom: 1rem;
  overflow-x: auto;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.post-body pre code,
.entry-content pre code {
  background-color: transparent;
  padding: 0px;
}

/* Images in content */
.post-body img,
.content-body img,
.entry-content img {
  margin-bottom: 1rem;
  height: auto;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 640px) {
  .post-body img,
.content-body img,
.entry-content img {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .post-body img,
.content-body img,
.entry-content img {
    margin-bottom: 1.5rem;
  }
}

/* WordPress image alignment classes */
.post-body .alignleft,
.content-body .alignleft,
.entry-content .alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .post-body .alignleft,
.content-body .alignleft,
.entry-content .alignleft {
    margin-right: 1.5rem;
  }
}

.post-body .alignright,
.content-body .alignright,
.entry-content .alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .post-body .alignright,
.content-body .alignright,
.entry-content .alignright {
    margin-left: 1.5rem;
  }
}

.post-body .aligncenter,
.content-body .aligncenter,
.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* WordPress image captions */
.post-body .wp-caption,
.content-body .wp-caption,
.entry-content .wp-caption {
  margin-bottom: 1rem;
  max-width: 100%;
}
@media (min-width: 640px) {
  .post-body .wp-caption,
.content-body .wp-caption,
.entry-content .wp-caption {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .post-body .wp-caption,
.content-body .wp-caption,
.entry-content .wp-caption {
    margin-bottom: 1.5rem;
  }
}

.post-body .wp-caption-text,
.content-body .wp-caption-text,
.entry-content .wp-caption-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* WordPress galleries */
.post-body .gallery,
.content-body .gallery,
.entry-content .gallery {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .post-body .gallery,
.content-body .gallery,
.entry-content .gallery {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .post-body .gallery,
.content-body .gallery,
.entry-content .gallery {
    margin-bottom: 1.5rem;
  }
}

.post-body .gallery-item,
.content-body .gallery-item,
.entry-content .gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

/* Videos and embeds */
.post-body iframe,
.post-body video,
.post-body embed,
.content-body iframe,
.content-body video,
.content-body embed,
.entry-content iframe,
.entry-content video,
.entry-content embed {
  margin-bottom: 1rem;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 640px) {
  .post-body iframe,
.post-body video,
.post-body embed,
.content-body iframe,
.content-body video,
.content-body embed,
.entry-content iframe,
.entry-content video,
.entry-content embed {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .post-body iframe,
.post-body video,
.post-body embed,
.content-body iframe,
.content-body video,
.content-body embed,
.entry-content iframe,
.entry-content video,
.entry-content embed {
    margin-bottom: 1.5rem;
  }
}

/* WordPress embed wrappers */
.post-body .wp-block-embed,
.content-body .wp-block-embed,
.entry-content .wp-block-embed {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .post-body .wp-block-embed,
.content-body .wp-block-embed,
.entry-content .wp-block-embed {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .post-body .wp-block-embed,
.content-body .wp-block-embed,
.entry-content .wp-block-embed {
    margin-bottom: 1.5rem;
  }
}

/* Figures (used by WordPress block editor) */
.post-body figure,
.content-body figure,
.entry-content figure {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .post-body figure,
.content-body figure,
.entry-content figure {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .post-body figure,
.content-body figure,
.entry-content figure {
    margin-bottom: 1.5rem;
  }
}

.post-body figcaption,
.content-body figcaption,
.entry-content figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* Language Selector Dropdown */
.language-selector {
    position: relative;
    display: inline-block;
}

.language-selector-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.language-selector-toggle:hover {
    text-decoration: underline;
}

.language-chevron {
    transition: transform 0.2s ease;
}

.language-selector-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0.375rem;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    min-width: 80px;
    z-index: 50;
    list-style: none;
}

.language-selector-dropdown.hidden {
    display: none;
}

.language-selector-dropdown li {
    margin: 0;
    padding: 0;
}

.language-selector-dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.language-selector-dropdown a:hover {
    background-color: #f3f4f6;
}

/* Mobile language selector positioning */
.language-selector-mobile .language-selector-dropdown {
    left: 0;
}

/* Desktop language selector positioning */
.language-selector-desktop .language-selector-dropdown {
    right: 0;
    left: auto;
}

/* ============================================
   Site Container Max Width
   ============================================ */

/* Site container max width with centered layout */
.site {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #F5F1ED;
}

/* Add light grey borders on screens wider than 1600px */
@media (min-width: 1600px) {
    .site {
        border-left: 1px solid #e5e7eb;
        border-right: 1px solid #e5e7eb;
    }
}

/* Constrain mobile navigation to max-width container */
.main-navigation {
    max-width: 1600px;
    width: 100%;
    left: 50%;
    right: auto;
    margin-left: -50%;
}

@media (min-width: 1600px) {
    .main-navigation {
        width: 1600px;
        margin-left: -800px;
        border-left: 1px solid #e5e7eb;
        border-right: 1px solid #e5e7eb;
    }
}

/* Header positioning within max-width container */
.site-header {
    left: 50% !important;
    right: auto !important;
    max-width: 1600px;
    width: 100%;
    margin-left: -50%;
}

@media (min-width: 1600px) {
    .site-header {
        width: 1600px;
        margin-left: -800px;
        border-left: 1px solid #e5e7eb;
        border-right: 1px solid #e5e7eb;
    }
}

/* Adjust header transform for scroll behavior */
.site-header.header-hidden {
    transform: translateY(-100%) !important;
}

.site-header:not(.header-hidden) {
    transform: translateY(0) !important;
}

/* ============================================
   Animated Menu Icon
   ============================================ */

.nc-int-menu-to-close {
    --transition-duration: 0.5s;
}

.nc-int-menu-to-close :nth-child(1),
.nc-int-menu-to-close :nth-child(2) {
    transition: opacity 0s calc(var(--transition-duration) / 2),
                transform calc(var(--transition-duration) / 2) calc(var(--transition-duration) / 2) cubic-bezier(0.86, 0, 0.07, 1);
}

.nc-int-menu-to-close :nth-child(1) {
    transform-origin: 16px 9px;
}

.nc-int-menu-to-close :nth-child(2) {
    transform-origin: 16px 23px;
}

.nc-int-menu-to-close :nth-child(3),
.nc-int-menu-to-close :nth-child(4) {
    opacity: 0;
    transform-origin: 50% 50%;
    transition: transform calc(var(--transition-duration) / 2) cubic-bezier(0.86, 0, 0.07, 1),
                opacity 0s calc(var(--transition-duration) / 2);
}

.nc-int-menu-to-close.nc-int-icon-state-b :nth-child(1),
.nc-int-menu-to-close.nc-int-icon-state-b :nth-child(2) {
    transition: transform calc(var(--transition-duration) / 2) cubic-bezier(0.86, 0, 0.07, 1),
                opacity 0s calc(var(--transition-duration) / 2);
    opacity: 0;
}

.nc-int-menu-to-close.nc-int-icon-state-b :nth-child(1) {
    transform: translateY(7px);
}

.nc-int-menu-to-close.nc-int-icon-state-b :nth-child(2) {
    transform: translateY(-7px);
}

.nc-int-menu-to-close.nc-int-icon-state-b :nth-child(3),
.nc-int-menu-to-close.nc-int-icon-state-b :nth-child(4) {
    opacity: 1;
    transition: opacity 0s calc(var(--transition-duration) / 2),
                transform calc(var(--transition-duration) / 2) calc(var(--transition-duration) / 2) cubic-bezier(0.86, 0, 0.07, 1);
}

.nc-int-menu-to-close.nc-int-icon-state-b :nth-child(3) {
    transform: rotate(45deg);
}

.nc-int-menu-to-close.nc-int-icon-state-b :nth-child(4) {
    transform: rotate(-45deg);
}

/* ============================================
   Footer Address WYSIWYG Content Styling
   ============================================ */

/* Style paragraphs in footer address */
.footer-address-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

/* Style links in footer address */
.footer-address-content a {
    color: inherit;
    text-decoration: underline !important;
}

.footer-address-content a:hover {
    text-decoration: underline !important;
}

/* Remove margin from last paragraph */
.footer-address-content p:last-child {
    margin-bottom: 0;
}

/* ============================================
   Content Links - Underlined by Default
   ============================================ */

/* Make all links underlined by default - use !important to override Tailwind */
a {
    text-decoration: underline !important;
}

/* Remove underline from specific elements */
/* Buttons */
a[class*="btn-"],
.btn-primary,
.btn-secondary,
.btn-white,
.btn-blue,
.btn-transparent,
/* Navigation menus */
.main-navigation a,
.site-header a,
.menu a,
#primary-menu a,
#site-navigation a,
/* Footer menus (but not footer address content) */
.site-footer nav a,
.site-footer .menu a,
.footer-navigation a,
/* Team member cards */
.team-member-card a,
/* Post cards */
.archive-post a,
.post-card a,
/* Language selector */
.language-selector a,
/* Logo */
.site-branding a,
.site-logo a,
/* ISO Logo Link */
.iso-logo-link,
/* Skip link */
.skip-link,
/* Pagination links */
.pagination-wrapper a,
.pagination-prev a,
.pagination-next a {
    text-decoration: none !important;
}

/* Hover state for content links (keep underline) */
a:hover {
    text-decoration: underline !important;
}

/* But keep pagination links without underline on hover */
.pagination-wrapper a:hover,
.pagination-prev a:hover,
.pagination-next a:hover {
    text-decoration: none !important;
}

/* ============================================
   Blog Pagination Buttons
   ============================================ */

/* Pagination wrapper */
.pagination-wrapper {
    background-color: #fff;
    border-top: 1px solid #d1d5db; /* light grey border */
}

/* Pagination buttons (Prev/Next) */
.pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    transition: background-color 0.2s;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.pagination-btn:hover {
    background-color: #f9fafb;
    text-decoration: none !important;
}

/* Disabled state for Prev/Next buttons */
.pagination-btn-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

/* Page numbers */
.pagination-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    transition: color 0.2s;
}

.pagination-number:hover {
    color: #30344B;
    text-decoration: none !important;
}

/* Current page number */
.pagination-number-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #30344B;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
    .pagination-btn {
        border-radius: 1.5rem;
        padding: 0.75rem 1.5rem;
        font-size: 1.125rem;
    }
    
    .pagination-number,
    .pagination-number-current {
        min-width: 2.5rem;
        height: 2.5rem;
        font-size: 1.125rem;
    }
}

/* ============================================
   Partner Logos Slider - Cell Sizing
   ============================================ */

/* Partner logo cells - responsive sizing with spacing */
.partner-logo-slide {
    width: 100%; /* mobile: 1 logo */
    margin-right: 1rem; /* 16px spacing between logos */
}

@media screen and (min-width: 640px) {
    /* sm: 2 logos */
    .partner-logo-slide {
        width: calc(50% - 0.5rem); /* 50% minus half the margin */
        margin-right: 1rem;
    }
}

@media screen and (min-width: 768px) {
    /* md: 3 logos */
    .partner-logo-slide {
        width: calc(33.333% - 0.667rem); /* 33.333% minus proportional margin */
        margin-right: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    /* lg: 6 logos */
    .partner-logo-slide {
        width: calc(16.666% - 0.833rem); /* 16.666% (1/6) minus proportional margin */
        margin-right: 1rem;
    }
}

/* Remove margin from last cell */
.partner-logo-slide:last-child {
    margin-right: 0;
}

/* ============================================
   Timeline Slider - Cell Sizing (Mission/Vision)
   ============================================ */
/* Timeline items - responsive sizing with spacing */
.timeline-item {
    width: 100%; /* mobile: 1 item */
    margin-right: 1rem; /* 16px spacing between items */
    min-height: 100px; /* Minimum height for alignment */
}

@media screen and (min-width: 640px) {
    /* sm: 2 items */
    .timeline-item {
        width: calc(50% - 0.5rem); /* 50% minus half the margin */
        margin-right: 1rem;
        min-height: 90px;
    }
}

@media screen and (min-width: 768px) {
    /* md: 3 items */
    .timeline-item {
        width: calc(33.333% - 0.667rem); /* 33.333% minus proportional margin */
        margin-right: 1rem;
        min-height: 80px;
    }
}

@media screen and (min-width: 1024px) {
    /* lg: 4 items */
    .timeline-item {
        width: calc(25% - 0.75rem); /* 25% (1/4) minus proportional margin */
        margin-right: 1rem;
        min-height: 70px;
    }
}

@media screen and (min-width: 1280px) {
    /* xl: 5 items */
    .timeline-item {
        width: calc(20% - 0.8rem); /* 20% (1/5) minus proportional margin */
        margin-right: 1rem;
        min-height: 70px;
    }
}

/* Remove margin from last cell */
.timeline-item:last-child {
    margin-right: 0;
}

/* ============================================
   Password Protected Content Form
   ============================================ */

.post-password-form {
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

[name="post_password"] {
    display: block;
}

.post-password-form p {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #30344B;
    font-family: 'Roboto', sans-serif;
}

.post-password-form label {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #30344B;
    font-family: 'Roboto', sans-serif;
}

.post-password-form input[type="password"] {
    width: 100%;
    max-width: 600px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #30344B;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.post-password-form input[type="password"]:focus {
    outline: none;
    border-color: #30344B;
    box-shadow: 0 0 0 3px rgba(48, 52, 75, 0.1);
}

.post-password-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #30344B;
    background-color: #fff;
    border: 1px solid #30344B;
    border-radius: 2rem;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Roboto', sans-serif;
}

.post-password-form input[type="submit"]:hover {
    background-color: #f9fafb;
}

@media (min-width: 640px) {
    .post-password-form p {
        font-size: 1.125rem;
        line-height: 1.75;
        margin-bottom: 2.5rem;
    }
    
    .post-password-form label {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    
    .post-password-form input[type="password"] {
        padding: 0.875rem 1.25rem;
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }
    
    .post-password-form input[type="submit"] {
        padding: 0.875rem 1.75rem;
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .post-password-form p {
        font-size: 1.25rem;
        line-height: 1.625;
        margin-bottom: 3rem;
    }
    
    .post-password-form label {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }
    
    .post-password-form input[type="password"] {
        padding: 1rem 1.5rem;
        font-size: 1.25rem;
        margin-bottom: 2.5rem;
    }
    
    .post-password-form input[type="submit"] {
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .post-password-form p {
        font-size: 1.5rem;
        line-height: 1.625;
    }
    
    .post-password-form label {
        font-size: 1.5rem;
    }
    
    .post-password-form input[type="password"] {
        font-size: 1.5rem;
    }
    
    .post-password-form input[type="submit"] {
        font-size: 1.5rem;
    }
}

/* ============================================
   Search Form Styling (404 Page)
   ============================================ */

.search-form {
    display: flex;
    gap: 0.75rem;
    max-width: 600px;
}

.search-form label {
    flex: 1;
    margin: 0;
}

.search-form .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #30344B;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: 'Roboto', sans-serif;
}

.search-form input[type="search"]:focus {
    outline: none;
    border-color: #30344B;
    box-shadow: 0 0 0 3px rgba(48, 52, 75, 0.1);
}

.search-form input[type="search"]::-moz-placeholder {
    color: rgba(48, 52, 75, 0.5);
}

.search-form input[type="search"]::placeholder {
    color: rgba(48, 52, 75, 0.5);
}

.search-form .search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #30344B;
    background-color: #fff;
    border: 1px solid #30344B;
    border-radius: 2rem;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}

.search-form .search-submit:hover {
    background-color: #f9fafb;
}

@media (min-width: 640px) {
    .search-form {
        gap: 1rem;
    }
    
    .search-form input[type="search"] {
        padding: 0.875rem 1.25rem;
        font-size: 1.125rem;
    }
    
    .search-form .search-submit {
        padding: 0.875rem 1.75rem;
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .search-form input[type="search"] {
        padding: 1rem 1.5rem;
        font-size: 1.25rem;
    }
    
    .search-form .search-submit {
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

/* Forminator Error Message Styling */
.forminator-error-message {
    padding: 2rem !important;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 174 194 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
@media (min-width: 640px) {
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:mt-14 {
    margin-top: 3.5rem;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:h-12 {
    height: 3rem;
  }
  .sm\:h-14 {
    height: 3.5rem;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:h-28 {
    height: 7rem;
  }
  .sm\:h-4 {
    height: 1rem;
  }
  .sm\:h-6 {
    height: 1.5rem;
  }
  .sm\:h-7 {
    height: 1.75rem;
  }
  .sm\:h-80 {
    height: 20rem;
  }
  .sm\:h-9 {
    height: 2.25rem;
  }
  .sm\:max-h-14 {
    max-height: 3.5rem;
  }
  .sm\:w-12 {
    width: 3rem;
  }
  .sm\:w-14 {
    width: 3.5rem;
  }
  .sm\:w-28 {
    width: 7rem;
  }
  .sm\:w-3 {
    width: 0.75rem;
  }
  .sm\:w-3\.5 {
    width: 0.875rem;
  }
  .sm\:w-36 {
    width: 9rem;
  }
  .sm\:w-4 {
    width: 1rem;
  }
  .sm\:w-6 {
    width: 1.5rem;
  }
  .sm\:w-7 {
    width: 1.75rem;
  }
  .sm\:w-9 {
    width: 2.25rem;
  }
  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:gap-10 {
    gap: 2.5rem;
  }
  .sm\:gap-14 {
    gap: 3.5rem;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-7 {
    gap: 1.75rem;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\: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));
  }
  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:pt-14 {
    padding-top: 3.5rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-32 {
    height: 8rem;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-96 {
    height: 24rem;
  }
  .md\:h-\[18px\] {
    height: 18px;
  }
  .md\:h-\[30px\] {
    height: 30px;
  }
  .md\:max-h-16 {
    max-height: 4rem;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-\[18px\] {
    width: 18px;
  }
  .md\:w-\[29px\] {
    width: 29px;
  }
  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:rounded-3xl {
    border-radius: 3.375rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .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-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-11 {
    height: 2.75rem;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:h-40 {
    height: 10rem;
  }
  .lg\:h-\[120px\] {
    height: 120px;
  }
  .lg\:h-\[450px\] {
    height: 450px;
  }
  .lg\:max-h-20 {
    max-height: 5rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-11 {
    width: 2.75rem;
  }
  .lg\:w-20 {
    width: 5rem;
  }
  .lg\:w-40 {
    width: 10rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[300px_1fr\] {
    grid-template-columns: 300px 1fr;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .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\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .xl\:h-\[169px\] {
    height: 169px;
  }
  .xl\:h-\[568px\] {
    height: 568px;
  }
  .xl\:w-\[169px\] {
    width: 169px;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-20 {
    gap: 5rem;
  }
  .xl\:gap-24 {
    gap: 6rem;
  }
  .xl\:gap-32 {
    gap: 8rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .xl\:pt-32 {
    padding-top: 8rem;
  }
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .md\:\[\&_p\]\:mb-6 p {
    margin-bottom: 1.5rem;
  }
}


/*# sourceMappingURL=main.css.map*/