@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
! tailwindcss v3.4.3 | 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: 'Poppins', ui-sans-serif, system-ui, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 24px !important;
  font-weight: 200;
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500 !important;
  color: #000;
}

/*
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] {
  display: none;
}

:root {
  --containerPadding: 100px;
  --primary: #2e9ad5;
  --secondary: #1E4C7A;
}

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

.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: var(--containerPadding) !important;
  padding-right: var(--containerPadding) !important;
}

@media screen and (max-width: 1600px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 990px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --containerPadding: 25px;
  }
}


*,
::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: ;
}

@media screen and (min-width: 783px) {
  .adminFixedHeader {
    top: 32px !important;
  }
}
@media screen and (max-width: 783px) {
  .adminFixedHeader {
    top: 46px !important;
  }
}
/* Mobile menu - full screen for phones */
@media screen and (max-width: 768px) {
  .navBase {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 20;
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #ffffff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    padding: 50px 1.5rem 2rem 1.5rem;
    overflow-y: auto;
  }

  .navBase ul li a {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
  }
	
  /* Close button (X) should be black on mobile when menu is open */
  header #primary-menu-toggle.open svg path {
    fill: #000000 !important;
  }

  /* Position close button in same location as hamburger */
  header > div > div {
    position: relative;
  }

  #close-button-container {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  @media (max-width: 768px) {
    #close-button-container {
      right: 1.5rem;
    }
  }


  .navHandler {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .navBase:not(.navHandler) {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

/* Tablet menu - slide in from right */
@media screen and (min-width: 769px) and (max-width: 990px) {
  .navBase {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 20;
    display: flex;
    height: 100vh;
    width: 600px;
    max-width: 85vw;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 120px 2rem 2rem 2rem;
    overflow-y: auto;
    transform: translateX(100%);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .navBase ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    gap: 0.5rem;
  }

  .navBase ul li {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  
  /* Smooth transitions for top-level menu items */
  .navBase ul li a {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    text-align: left !important;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .navBase ul li a:active {
    opacity: 0.8;
    transform: translateX(2px);
  }

  .navHandler {
    transform: translateX(100%);
    pointer-events: none;
  }

  .navBase:not(.navHandler) {
    transform: translateX(0);
    pointer-events: auto;
  }

  /* Keep close button in same position in header when menu is open */
  header #primary-menu-toggle.open {
    position: relative;
    transform: none !important;
    z-index: 21;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header #primary-menu-toggle.open svg path {
    fill: #000000 !important;
  }

  /* Ensure SVG icons are centered in button for tablet */
  @media screen and (min-width: 769px) and (max-width: 990px) {
    #primary-menu-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #primary-menu-toggle svg {
      display: block;
      margin: auto;
      width: 28px;
      height: 28px;
    }

    /* Close icon SVG (second SVG with absolute positioning) - center it */
    #primary-menu-toggle svg[class*="absolute"] {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }

    /* When open, close icon should maintain centering */
    #primary-menu-toggle.open svg[class*="absolute"] {
      transform: translate(-50%, -50%);
    }

    /* Hover effects - maintain centering */
    #primary-menu-toggle:hover:not(.open) {
      transform: scale(1.1);
    }

    #primary-menu-toggle:hover:not(.open) svg[class*="absolute"] {
      transform: translate(-50%, -50%);
    }

    #primary-menu-toggle:active:not(.open) {
      transform: scale(0.95);
    }

    #primary-menu-toggle:active:not(.open) svg[class*="absolute"] {
      transform: translate(-50%, -50%);
    }

    #primary-menu-toggle.open:hover {
      transform: scale(1.1);
    }

    #primary-menu-toggle.open:hover svg[class*="absolute"] {
      transform: translate(-50%, -50%);
    }

    #primary-menu-toggle.open:active {
      transform: scale(0.95);
    }

    #primary-menu-toggle.open:active svg[class*="absolute"] {
      transform: translate(-50%, -50%);
    }
  }

  /* Add overlay when menu is open */
  body.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 19;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
}

/* Mobile header improvements */
@media screen and (max-width: 768px) {
  body {
   padding-top: 0px !important;
  }

  header .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  header img {
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  header > div {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  #primary-menu-toggle {
    transition: transform 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Ensure SVG icons are centered in button */
  #primary-menu-toggle svg {
    display: block;
    margin: auto;
    width: 28px;
    height: 28px;
  }

  /* Close icon SVG (second SVG with absolute positioning) - center it */
  #primary-menu-toggle svg[class*="absolute"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* When open, close icon should maintain centering */
  #primary-menu-toggle.open svg[class*="absolute"] {
    transform: translate(-50%, -50%);
  }

  /* Hover effects - apply to button, not SVG transforms */
  #primary-menu-toggle:hover:not(.open) {
    transform: scale(1.1);
  }

  #primary-menu-toggle:hover:not(.open) svg[class*="absolute"] {
    transform: translate(-50%, -50%);
  }

  #primary-menu-toggle:active:not(.open) {
    transform: scale(0.95);
  }

  #primary-menu-toggle:active:not(.open) svg[class*="absolute"] {
    transform: translate(-50%, -50%);
  }

  /* Close button stays in same position when menu is open */
  header #primary-menu-toggle.open {
    transform: none;
  }

  #primary-menu-toggle.open:hover {
    transform: scale(1.1);
  }

  #primary-menu-toggle.open:hover svg[class*="absolute"] {
    transform: translate(-50%, -50%);
  }

  #primary-menu-toggle.open:active {
    transform: scale(0.95);
  }

  #primary-menu-toggle.open:active svg[class*="absolute"] {
    transform: translate(-50%, -50%);
  }

  /* Ensure logo is clickable and properly sized */
  header .custom-logo-link,
  header .custom-logo {
    display: block;
    max-height: 70px;
    width: auto;
    height: 70px !important;
  }
}

@media screen and (min-width: 991px) {
  header > div {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }

  /* Ensure menu items stay in one row without max-width constraints */
  #primary-menu {
    max-width: none !important;
    width: auto !important;
    flex-wrap: nowrap !important;
  }

  #primary-menu > ul {
    max-width: none !important;
    width: auto !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    gap: 2rem !important;
  }
  
  /* Ensure sub-menu uses column layout */
  #primary-menu .sub-menu {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  #primary-menu li {
    max-width: none !important;
    width: auto !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }

  #primary-menu li a {
    max-width: none !important;
    width: auto !important;
    white-space: nowrap !important;
  }
}

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

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1600px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 767px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.entry-content h1,
.block-editor-block-list__layout h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2,
.block-editor-block-list__layout h2 {
  font-size: 1.25rem;
}
.entry-content h3,
.block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout ul a,
.block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout
  ul:not(.block-editor-block-variation-picker__variations)
  li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li,
.block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

/* Ensure lists in prose/overview section display bullets */
.prose ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1.25em;
}

.prose ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 1.25em;
}

.prose ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  padding-left: 0.5em;
}

.prose ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
  padding-left: 0.5em;
}

/* CUSTOM CSS */

.baseH1 {
  font-size: 100px;
  line-height: 110px;
}

.baseH2,
.editor h2 {
  font-size: 80px;
  line-height: 75px;
  text-transform: uppercase;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.editor h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}

.editorWhite h1,
.editorWhite h2,
.editorWhite h3,
.editorWhite h4,
.editorWhite h5,
.editorWhite h6 {
  color: #fff;
}

.slick-dots {
    position: absolute;
    bottom: 9rem;
    right: 0;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    z-index: 99;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 55px;
  height: 1px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50px;
  opacity: 50%;
  transition: all .5s ease-in-out;
}

.slick-dots li.slick-active button {
  opacity: 100%;
}


/* CURSOR ANIMATIONS */

.cursor-section {
  cursor: pointer;
}

.cursor-section-el {
  position: fixed;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.1s;
}

.cursor-section-el {
  top: -80.5px;
  left: -80.5px;
  width: 161px;
  height: 161px;
  z-index: 9999;
  display: grid;
  place-content: center;
  opacity: 0;
  scale: 0;
  background: #fff;
  border-radius: 50%;
  color: #000;
}

/* END CURSOR ANIMATIONS */


#socials a {
  transition: all 0.3s ease-in-out;
}

#socials a:hover {
  scale: 1.1;
}


.editor p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.editor a {
  transition: all .3s ease-in-out;
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.editor a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  display: block;
  left: 0;
  transition: all .3s ease-in-out;
  background: var(--primary);
}

.editor a:hover::after {
  width: 0%;
}

.editor a:hover {
  opacity: 70%;
}

.baseLinkWhite {
  transition: all .3s ease-in-out;
  color: #fff;
  position: relative;
  display: inline-block;
}

.baseLinkWhite::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  display: block;
  left: 0;
  transition: all .3s ease-in-out;
  background: #fff;
}

.baseLinkWhite:hover::after {
  width: 0%;
}

.baseLinkWhite:hover {
  opacity: 70%;
}




.editor h2 {
  margin-bottom: 1.25rem;
}



.strokeText {
   -webkit-text-stroke-width: .5px;
   -webkit-text-stroke-color: #fff;
}

.quform-edit-form {
    display: none;
}

.quform-form-1,
.quform-form-1 .quform-form,
.quform-form-1 .quform-elements {
    width: 100%;
}

.quform-form-1 {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (min-width: 1024px) {
    .contact-form-column .quform-form-1 {
        margin-left: 0;
        margin-right: 0;
    }
}

.contact-float {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: contactFloat 18s ease-in-out infinite;
    z-index: 0;
}

.contact-float--left {
    left: 6%;
    animation-delay: 0.5s;
}

.contact-float--right {
    right: 6%;
    animation-delay: 1.5s;
}

.contact-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(226, 240, 255, 0.75));
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 18px 35px -20px rgba(32, 64, 76, 0.4);
    padding: 0.9rem 1.2rem;
    border-radius: 9999px;
    backdrop-filter: blur(6px);
    transform: translateZ(0);
    animation: contactPulse 6s ease-in-out infinite;
}

.contact-pill svg {
    flex-shrink: 0;
}

.contact-pill:nth-child(2) {
    animation-delay: 1s;
}

.contact-pill:nth-child(3) {
    animation-delay: 2s;
}

@keyframes contactFloat {
    0% {
        transform: translateY(-55%);
    }
    50% {
        transform: translateY(-45%);
    }
    100% {
        transform: translateY(-55%);
    }
}

@keyframes contactPulse {
    0%,
    100% {
        box-shadow: 0 18px 35px -22px rgba(32, 64, 76, 0.45);
        opacity: 0.9;
    }
    50% {
        box-shadow: 0 22px 45px -18px rgba(43, 100, 134, 0.55);
        opacity: 1;
    }
}

.baseTransition1000 {
	transition: all 1s ease-out;
}
.underline-hover a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.35s ease-in-out;
  opacity: 70%;
}

/* Multi-line animated underline on menu links */

.underline-hover a {
position: relative;
color: inherit;
text-decoration: none; /* Remove default underline */
background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
background-position: 0 100%;
background-repeat: no-repeat;
background-size: 0% 1px;
transition: background-size 0.3s ease;
}

.underline-hover a:hover,
.underline-hover a:focus {
background-size: 100% 1px;
}

/* ========================================
   Dropdown Sub-menu Styles
   Supports unlimited nesting levels
   ======================================== */

/* Position relative for ALL parent items with children - all screen sizes */
#primary-menu li.menu-item-has-children {
  position: relative;
}

/* Style SVG arrow icon - all screen sizes */
#primary-menu .menu-arrow-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: #ffffff;
  vertical-align: middle;
  margin-left: 8px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* ========================================
   DESKTOP STYLES (min-width: 1024px)
   ======================================== */
@media screen and (min-width: 1024px) {
  
  /* Rotate arrow on hover - only for top-level items */
  #primary-menu > li.menu-item-has-children:hover > a .menu-arrow-icon {
    transform: rotate(180deg);
  }

  /* Base styles for ALL sub-menus (works for any nesting level) */
  #primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background-color: #495F6A;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s, transform 0.25s ease;
    transform: translateY(-8px);
    z-index: 1000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    list-style: none;
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    overflow: visible;
  }

  /* Nested sub-menus (2nd level and deeper) - position to the right by default */
  #primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    z-index: 1001;
    transform: translateX(-8px);
    transition: opacity 0.25s ease, visibility 0s linear 0.25s, transform 0.25s ease;
  }

  /* For 3rd level and deeper, keep right positioning */
  #primary-menu .sub-menu .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    margin-left: 0.5rem;
    transform: translateX(-8px);
    z-index: 1002;
  }

  /* Show sub-menu on parent hover - works for ANY level */
  #primary-menu li.menu-item-has-children:hover > .sub-menu,
  #primary-menu li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.25s ease, visibility 0s linear 0s, transform 0.25s ease;
  }

  /* Nested sub-menus transform on hover */
  #primary-menu .sub-menu li.menu-item-has-children:hover > .sub-menu,
  #primary-menu .sub-menu li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
    transition: opacity 0.25s ease, visibility 0s linear 0s, transform 0.25s ease !important;
  }

  /* Keep sub-menu visible when hovering over it - ALL levels */
  #primary-menu .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.25s ease, visibility 0s linear 0s, transform 0.25s ease;
  }

  /* Keep nested sub-menus visible when hovering */
  #primary-menu .sub-menu .sub-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
    transition: opacity 0.25s ease, visibility 0s linear 0s, transform 0.25s ease !important;
  }

  /* Style ALL sub-menu items */
  #primary-menu .sub-menu li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    position: relative;
    display: block !important;
    flex: 0 0 auto !important;
  }
  
  /* Ensure ALL sub-menu items with children have proper positioning */
  #primary-menu .sub-menu li.menu-item-has-children {
    position: relative;
  }

  /* Style ALL sub-menu links - smaller size, no hover animations */
  #primary-menu .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    white-space: normal !important;
    border-radius: 4px;
    margin: 1px 0.5rem;
    transition: none;
    text-decoration: none !important;
    position: relative;
  }
  
  /* NO hover effect for sub-menu links - removed animations */
  
  /* Remove underline hover effect from ALL sub-menu items - COMPLETELY removed */
  #primary-menu .sub-menu li a::after,
  #primary-menu .sub-menu li a::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  /* Remove any underline on hover for child items */
  #primary-menu .sub-menu li a:hover::after,
  #primary-menu .sub-menu li a:hover::before,
  #primary-menu .sub-menu li a:focus::after,
  #primary-menu .sub-menu li a:focus::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
  }
  
  /* Also remove underline-hover class effects if any */
  #primary-menu .sub-menu li.underline-hover a::after,
  #primary-menu .sub-menu li.underline-hover a::before {
    display: none !important;
    content: none !important;
  }
  
  /* Focus styles - minimal, no background change */
  #primary-menu .sub-menu li a:focus {
    outline: 1px solid rgba(255, 255, 255, 0.3);
    outline-offset: 1px;
  }

  /* SVG arrow for nested sub-menu items (rotate to point right) */
  #primary-menu .sub-menu .menu-arrow-icon {
    transform: rotate(-90deg);
    margin-left: auto;
    margin-right: 0;
  }

  /* Rotate arrow on hover for nested items - smooth transition */
  #primary-menu .sub-menu li.menu-item-has-children:hover > a .menu-arrow-icon {
    transform: rotate(-90deg) rotate(180deg);
  }
  
  /* Remove hover animations on child menu items */
  #primary-menu .sub-menu li a:hover {
    background-color: transparent !important;
    transform: none !important;
    opacity: 1 !important;
    text-decoration: none !important;
  }
  
  /* Remove underline completely from ALL child items - even with underline-hover class */
  #primary-menu .sub-menu li a,
  #primary-menu .sub-menu li.underline-hover a,
  #primary-menu .sub-menu li.underline-hover a:hover,
  #primary-menu .sub-menu li.underline-hover a:focus {
    text-decoration: none !important;
    background-image: none !important;
    background-size: 0 !important;
  }

  /* Smart positioning: switch to left if submenu goes off screen to the right */
  #primary-menu .sub-menu .sub-menu.submenu-left {
    left: auto !important;
    right: 100% !important;
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    transform: translateX(8px) !important;
  }

  #primary-menu .sub-menu .sub-menu.submenu-left:hover,
  #primary-menu .sub-menu li.menu-item-has-children:hover > .sub-menu.submenu-left {
    transform: translateX(0) !important;
  }
}

/* ========================================
   TABLET STYLES (768px - 1023px) - Hover enabled
   ======================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  
  /* Show sub-menus on hover for tablet */
  #primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #495F6A;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s, transform 0.25s ease;
    transform: translateY(-8px);
    z-index: 1000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    list-style: none;
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    overflow: visible;
    max-height: none !important;
  }

  /* Nested sub-menus for tablet */
  #primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    z-index: 1001;
    transform: translateX(-8px);
    transition: opacity 0.25s ease, visibility 0s linear 0.25s, transform 0.25s ease;
  }

  /* Show sub-menu on parent hover - tablet */
  #primary-menu li.menu-item-has-children:hover > .sub-menu,
  #primary-menu li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.25s ease, visibility 0s linear 0s, transform 0.25s ease;
  }

  /* Nested sub-menus transform on hover - tablet */
  #primary-menu .sub-menu li.menu-item-has-children:hover > .sub-menu,
  #primary-menu .sub-menu li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
    transition: opacity 0.25s ease, visibility 0s linear 0s, transform 0.25s ease !important;
  }

  /* Keep sub-menu visible when hovering - tablet */
  #primary-menu .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.25s ease, visibility 0s linear 0s, transform 0.25s ease;
  }

  #primary-menu .sub-menu .sub-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
    transition: opacity 0.25s ease, visibility 0s linear 0s, transform 0.25s ease !important;
  }

  /* Style sub-menu items on tablet */
  #primary-menu .sub-menu li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    position: relative;
    display: block !important;
    flex: 0 0 auto !important;
  }

  #primary-menu .sub-menu li.menu-item-has-children {
    position: relative;
  }

  /* Style sub-menu links on tablet - smaller size */
  #primary-menu .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    white-space: normal !important;
    border-radius: 4px;
    margin: 1px 0.5rem;
    transition: none;
    text-decoration: none !important;
    position: relative;
  }

  /* NO hover animations on child items on tablet */
  #primary-menu .sub-menu li a:hover {
    background-color: transparent !important;
    transform: none !important;
    opacity: 1 !important;
    text-decoration: none !important;
  }
  
  /* Remove underline completely from ALL child items on tablet - even with underline-hover class */
  #primary-menu .sub-menu li a,
  #primary-menu .sub-menu li.underline-hover a,
  #primary-menu .sub-menu li.underline-hover a:hover,
  #primary-menu .sub-menu li.underline-hover a:focus {
    text-decoration: none !important;
    background-image: none !important;
    background-size: 0 !important;
  }

  /* Remove underline hover effect from ALL sub-menu items on tablet */
  #primary-menu .sub-menu li a::after,
  #primary-menu .sub-menu li a::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  /* Remove any underline on hover for child items on tablet */
  #primary-menu .sub-menu li a:hover::after,
  #primary-menu .sub-menu li a:hover::before,
  #primary-menu .sub-menu li a:focus::after,
  #primary-menu .sub-menu li a:focus::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
  }

  #primary-menu .sub-menu li a:focus {
    outline: 1px solid rgba(255, 255, 255, 0.3);
    outline-offset: 1px;
  }

  /* SVG arrow for nested sub-menu items on tablet */
  #primary-menu .sub-menu .menu-arrow-icon {
    transform: rotate(-90deg);
    margin-left: auto;
    margin-right: 0;
  }

  #primary-menu .sub-menu li.menu-item-has-children:hover > a .menu-arrow-icon {
    transform: rotate(-90deg) rotate(180deg);
  }

  /* Top level arrow rotation on tablet */
  #primary-menu > li.menu-item-has-children:hover > a .menu-arrow-icon {
    transform: rotate(180deg);
  }
}

/* ========================================
   MOBILE/TABLET STYLES (max-width: 990px)
   ======================================== */
@media screen and (max-width: 990px) {
  
  /* Remove underline-hover effect from ALL menu items on mobile/tablet */
  #primary-menu li.underline-hover > a,
  #primary-menu li.underline-hover > a:hover,
  #primary-menu li.underline-hover > a:focus,
  #primary-menu li.underline-hover > a:active,
  #primary-menu > li.underline-hover > a,
  #primary-menu > li.underline-hover > a:hover,
  #primary-menu > li.underline-hover > a:focus,
  #primary-menu > li.underline-hover > a:active {
    background-image: none !important;
    background-size: 0 !important;
    text-decoration: none !important;
  }
  
  #primary-menu li.underline-hover > a::after,
  #primary-menu > li.underline-hover > a::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  /* Hide ALL sub-menus by default on mobile/tablet */
  #primary-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0.5rem;
  }

  /* Show sub-menu when parent has active class - works for ANY level */
  #primary-menu li.menu-item-has-children.submenu-open > .sub-menu,
  #primary-menu li.has-dropdown.submenu-open > .sub-menu {
    max-height: 5000px;
    opacity: 1;
    visibility: visible;
    padding: 0.75rem 0;
    margin-bottom: 0.5rem;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, 
                visibility 0s linear, 
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Style ALL sub-menu items on mobile/tablet */
  #primary-menu .sub-menu li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    position: relative;
  }

  /* Style ALL sub-menu links on mobile/tablet - bigger size, BLACK color */
  #primary-menu .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 1.25rem;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: left !important;
    white-space: normal !important;
    text-decoration: none !important;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding-left: 2.5rem !important;
    border-radius: 4px;
  }
  
  /* Smooth hover effect for sub-menu items */
  #primary-menu .sub-menu li a:active {
    opacity: 0.7;
    transform: translateX(2px);
  }
  
  /* NO hover/active animations on mobile/tablet menu items */
  
  /* Remove underline completely from ALL child items on mobile/tablet - even with underline-hover class */
  #primary-menu .sub-menu li a,
  #primary-menu .sub-menu li.underline-hover a,
  #primary-menu .sub-menu li.underline-hover a:hover,
  #primary-menu .sub-menu li.underline-hover a:focus,
  #primary-menu .sub-menu li.underline-hover a:active {
    text-decoration: none !important;
    background-image: none !important;
    background-size: 0 !important;
  }
  
  /* Remove underline hover effect from ALL sub-menu items on mobile/tablet - COMPLETELY removed */
  #primary-menu .sub-menu li a::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  /* Add SVG icon before child menu items in sub-menu - must come after rules that hide ::before */
  #primary-menu .sub-menu li a::before {
    content: '' !important;
    position: absolute !important;
    left: 1.25rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 12px !important;
    height: 12px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.6 !important;
    display: block !important;
  }
  
  /* Add SVG icon for nested sub-menu items too */
  #primary-menu .sub-menu .sub-menu li a::before {
    content: '' !important;
    position: absolute !important;
    left: 1.25rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 12px !important;
    height: 12px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.6 !important;
    display: block !important;
  }
  
  /* Remove any underline on hover/active for child items on mobile/tablet - but keep icons */
  #primary-menu .sub-menu li a:hover::after,
  #primary-menu .sub-menu li a:active::after,
  #primary-menu .sub-menu li a:focus::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
  }
  
  /* Keep SVG icons visible on hover/active/focus states */
  #primary-menu .sub-menu li a:hover::before,
  #primary-menu .sub-menu li a:active::before,
  #primary-menu .sub-menu li a:focus::before {
    content: '' !important;
    position: absolute !important;
    left: 1.25rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 12px !important;
    height: 12px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.6 !important;
    display: block !important;
  }
  
  /* Also remove underline-hover class effects if any on mobile/tablet - but keep icons */
  #primary-menu .sub-menu li.underline-hover a::after,
  #primary-menu .sub-menu li.underline-hover a:hover::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  /* Keep SVG icons visible for underline-hover items too */
  #primary-menu .sub-menu li.underline-hover a::before,
  #primary-menu .sub-menu li.underline-hover a:hover::before {
    content: '' !important;
    position: absolute !important;
    left: 1.25rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 12px !important;
    height: 12px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.6 !important;
    display: block !important;
  }

  /* Nested sub-menus on mobile/tablet - indented further */
  #primary-menu .sub-menu .sub-menu {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    border-left-color: rgba(255, 255, 255, 0.08);
  }
  
  /* Show nested sub-menus when parent has active class - ANY level */
  #primary-menu .sub-menu li.menu-item-has-children.submenu-open > .sub-menu {
    max-height: 5000px;
    opacity: 1;
    visibility: visible;
    padding: 0.75rem 0;
    margin-bottom: 0.5rem;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, 
                visibility 0s linear, 
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* SVG arrow visible and clickable on mobile/tablet - rotate to point right, BLACK color */
  #primary-menu .menu-arrow-icon {
    transform: rotate(-90deg);
    cursor: pointer;
    flex-shrink: 0;
    fill: #000000 !important;
    color: #000000 !important;
  }
  
  /* SVG arrow in sub-menus on mobile/tablet - also BLACK */
  #primary-menu .sub-menu .menu-arrow-icon {
    fill: #000000 !important;
    color: #000000 !important;
  }

  /* Rotate arrow when submenu is open on mobile/tablet */
  #primary-menu li.menu-item-has-children.submenu-open > a .menu-arrow-icon {
    transform: rotate(-90deg) rotate(180deg);
    fill: #000000 !important;
    color: #000000 !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Smooth arrow rotation transition */
  #primary-menu .menu-arrow-icon {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Top level arrow on mobile/tablet - also BLACK */
  #primary-menu > li.menu-item-has-children > a .menu-arrow-icon {
    fill: #000000 !important;
    color: #000000 !important;
  }
  
  /* All arrows on mobile/tablet should be black */
  #primary-menu li.menu-item-has-children .menu-arrow-icon {
    fill: #000000 !important;
    color: #000000 !important;
  }
}

/* DROPDOWN MENU STYLES - From Migration Law */
.has-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  padding: 10px 0;
  margin-top: 5px;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-menu li a {
  display: inline-block;
  padding: 8px 40px 8px 20px;
  color: #282828;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  background-image: none !important;
  background-size: 0% !important;
}

.dropdown-menu li a::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 5px;
  width: 0;
  height: 1px;
  background-color: #282828;
  transition: width 0.35s ease-in-out;
  opacity: 70%;
}

.dropdown-menu li a:hover::after {
  width: calc(100% - 40px);
}


/* Mobile dropdown styles */
@media screen and (max-width: 990px) {
  /* Disable hover behavior for dropdowns on mobile/tablet - only show on click */
  .has-dropdown:hover .dropdown-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Hide dropdown-menu by default below 990px */
  .dropdown-menu {
    position: static;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Show dropdown-menu when parent has dropdown-open class */
  .has-dropdown.dropdown-open > .dropdown-menu,
  li.has-dropdown.dropdown-open > .dropdown-menu,
  #primary-menu li.has-dropdown.dropdown-open > .dropdown-menu,
  #primary-menu .has-dropdown.dropdown-open > .dropdown-menu {
    max-height: 5000px !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0.75rem 0 !important;
    margin-bottom: 0.5rem !important;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, 
                visibility 0s linear, 
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  
  /* Handle nested dropdown-menus */
  .dropdown-menu .has-dropdown.dropdown-open > .dropdown-menu {
    max-height: 5000px;
    opacity: 1;
    visibility: visible;
    padding: 0.75rem 0;
    margin-bottom: 0.5rem;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, 
                visibility 0s linear, 
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .dropdown-menu li a {
    padding: 8px 0;
    padding-left: 2rem !important;
    font-size: 18px !important;
    background-image: none !important;
    background-size: 0% !important;
    position: relative;
  }
  
  /* Add SVG icon before child menu items in dropdown-menu */
  .dropdown-menu li a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 12px !important;
    height: 12px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.6 !important;
    display: block !important;
  }
  
  /* Add SVG icon for nested dropdown-menu items too */
  .dropdown-menu .dropdown-menu li a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 12px !important;
    height: 12px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.6 !important;
    display: block !important;
  }
  
  .dropdown-menu li a::after {
    left: 0;
  }
  
  .dropdown-menu li a:hover::after {
    width: 100%;
  }
  
}

/* Logo dimensions - matching primrose-strategy */
header img{
  width: auto !important;
  max-height: 70px !important;
}
#content > div > section:nth-child(10){
    background-color: #ffffff !important;
}

