@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..600;1,400..600&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..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: '';
}
/* Make native search clear (x) feel clickable */
.js-news-search-input::-webkit-search-cancel-button {
  cursor: pointer;
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: "Inter", sans-serif;
  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.
*/
cormorant-font{
  font-family: "Cormorant", serif;
  font-weight: 500 !important;
}

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
  font-size: 18px;
  line-height: 27px;
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: normal;
  color: #000 !important;
}

h1
{
	font-family: "Cormorant", serif;
font-weight: 500 !important;
}
h4,
h5,
h6 {
   font-family: "Cormorant", serif;
font-weight: 500 !important;

}
h2{
 font-family: "Cormorant", serif;
font-size: 55px !important;
color: #80011F !important;
line-height: 45px !important;
font-weight: 500 !important;
}
h3 {
  font-family: "Cormorant", serif;
  font-size: 35px !important;
  color: #80011F !important;
  line-height: 38px !important;
  font-weight: 500 !important;
}

/* Mid-size heading scale (between desktop and mobile) */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  h2 {
    font-size: 46px !important;
    line-height: 44px !important;
  }
}

/* Mobile heading scale */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px !important;
    line-height: 52px !important;
  }

  h2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  h3 {
    font-size: 30px !important;
    line-height: 34px !important;
  }

  h4 {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  h5 {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  h6 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}
/*
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.
*/
strong {
  font-weight: 500 !important;
}
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: "neue-haas-unica", sans-serif;
  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;
	  background-color:#fff !important;
  }
}
@media screen and (max-width: 783px) {
  .adminFixedHeader {
    top: 46px !important;
	  background-color: #fff !important;
  }
}
@media screen and (max-width: 1500px) {
  .main-row .custom-logo-link {
    max-height: 52px;
  }

  .main-row .custom-logo {
    max-height: 52px !important;
    width: auto;
  }

  .navBase {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 60;
    display: flex;
    height: 100dvh;
    min-height: 100dvh;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
    overflow-y: auto;
    padding: 110px 24px 28px;
    flex-direction: column;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .navHandler {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .mobile-menu-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  #primary-menu .primary-menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #primary-menu .primary-menu-list > li {
    position: relative;
    border-bottom: 1px solid rgba(40, 40, 40, 0.12);
    padding: 0.65rem 0.1rem;
    margin: 0 !important;
  }

  #primary-menu .primary-menu-list > li > a {
    display: block;
    padding-right: 2.5rem;
    font-size: 1.1rem;
    line-height: 1.25;
    color: #282828 !important;
    font-weight: 500;
    text-transform: none;
  }

  #primary-menu li .submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.75rem;
    height: 2.6rem;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6f2330;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    touch-action: manipulation;
  }

  #primary-menu li .submenu-toggle span {
    width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  #primary-menu li.submenu-expanded > .submenu-toggle span {
    transform: rotate(-135deg);
  }

  #primary-menu li > ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, transform 0.3s ease;
    will-change: max-height, opacity;
  }

  #primary-menu li.submenu-expanded > ul {
    opacity: 1;
    transform: translateY(0);
  }

  #primary-menu .mobile-menu-bottom {
    margin-top: 1.1rem;
    width: 100%;
    border-top: 0;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    background: #fff;
  }

  #primary-menu .mobile-menu-search {
    margin-bottom: 0.75rem;
  }

  #primary-menu .mobile-menu-contact {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    background-color: #6184A5;
    color: #fff;
    border: 1px solid #6184A5;
    padding: 0.8rem 1.2rem;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    margin-top: 0;
  }

  .mobile-menu-toggle-wrap {
    display: block !important;
  }

  .desktop-header-search,
  .desktop-header-contact {
    display: none !important;
  }

  #primary-menu .underline-hover a {
    background-image: none !important;
    background-size: 0 !important;
  }

  #primary-menu .underline-hover a::after {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .main-row .custom-logo-link {
    max-height: 64px !important;
  }

  .main-row .custom-logo {
    max-height: 64px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-main-left {
    width: 100%;
  }

  .mobile-menu-toggle-wrap {
    margin-left: auto;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
  }
}

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

#primary-menu-toggle {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#primary-menu-toggle .burger-icon {
  width: 26px;
  height: 20px;
  position: relative;
  display: inline-flex;
}

#primary-menu-toggle .burger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  border-radius: 4px;
  background-color: #000;
  transition: transform 0.3s ease, opacity 0.22s ease, top 0.3s ease;
}

#primary-menu-toggle .burger-line-top {
  top: 0;
}

#primary-menu-toggle .burger-line-middle {
  top: 8.5px;
}

#primary-menu-toggle .burger-line-bottom {
  top: 17px;
}

#primary-menu-toggle.open .burger-line-top {
  top: 8.5px;
  transform: rotate(45deg);
}

#primary-menu-toggle.open .burger-line-middle {
  opacity: 0;
}

#primary-menu-toggle.open .burger-line-bottom {
  top: 8.5px;
  transform: rotate(-45deg);
}

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

  /*
    Single post content column can be narrow (TOC sidebar).
    Constrain aligned images/captions so text can wrap.
  */
  .single-post-content img.alignleft,
  .single-post-content img.alignright,
  .single-post-content .wp-caption.alignleft,
  .single-post-content .wp-caption.alignright {
    max-width: min(50%, 340px) !important;
    height: auto !important;
  }

  .single-post-content img.alignleft,
  .single-post-content .wp-caption.alignleft {
    margin: 0.25rem 1.25rem 1rem 0 !important;
  }

  .single-post-content img.alignright,
  .single-post-content .wp-caption.alignright {
    margin: 0.25rem 0 1rem 1.25rem !important;
  }

  .single-post-content .wp-caption img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.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 {
  color: #80011F !important;
  text-decoration: none !important;
  position: relative;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #80011F 0%, #80011F 100%);
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.35s ease-in-out;
}
.entry-content p a:hover,
.entry-content p a:focus,
.entry-content ul a:hover,
.entry-content ul a:focus,
.entry-content ol a:hover,
.entry-content ol a:focus,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout p a:focus,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ul a:focus,
.block-editor-block-list__layout ol a:hover,
.block-editor-block-list__layout ol a:focus {
  background-size: 100% 1px;
}
.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: 1rem;
}
.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;
}

/* CUSTOM CSS */

p {
  margin-bottom: 1rem !important;
}

p:last-child {
  margin-bottom: 0;
}

.is-service-page h2 {
  font-size: 50px !important;
  line-height: 45px !important;
}

.is-service-page h3 {
  font-size: 46px !important;
  line-height: normal !important;
}

.is-service-page h4 {
  font-size: 40px !important;
  line-height: normal !important;
}

.is-service-page h5 {
  font-size: 34px !important;
  line-height: normal !important;
}

.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: 1rem;
}

.wysiwyg-links p {
  margin-bottom: 1rem !important;
}

.wysiwyg-links p:last-child {
  margin-bottom: 0 !important;
}

.editor a {
  transition: all .3s ease-in-out;
  color: #80011F;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.editor a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  transition: width 0.35s ease-in-out;
  background-color: #80011F;
  opacity: 0.7;
}

.editor a:hover::after,
.editor a:focus::after {
  width: 100%;
}

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


header.stickNav > div {
  background: #000;
}


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



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

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

.baseTransition1000 {
	transition: all 1s ease-out;
}

.underline-hover a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: #282828;
    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;
  padding-bottom: 5px; /* add space below text */
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 calc(100% - 2px); /* move underline down */
  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;
}

/* WYSIWYG links – #80011F, menu-style hover (no underline by default, animate in on hover) */
.wysiwyg-links a {
  color: #80011F !important;
  text-decoration: none !important;
  position: relative;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #80011F 0%, #80011F 100%);
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.35s ease-in-out;
}
.wysiwyg-links a:hover,
.wysiwyg-links a:focus {
  background-size: 100% 1px;
}

/* Bullet styling for two-columns-inner-repeaters links (can be reused on any <a>) */
.two-col-links-with-bullet {
  position: relative;
  padding-left: 22px;
}

.two-col-links-with-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em; /* align with first line, not vertically centered across multiple lines */
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #80011F;
}

/* Underline only under text, not bullet – used inside two-columns-inner-repeaters */
.underline-hover-text-only {
  position: relative;
  color: #80011F;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.35s ease-in-out;
}

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

/* When bullet + underline are both on the <a> (e.g. right column), start underline after bullet */
.wysiwyg-links a.two-col-links-with-bullet,
.underline-hover-text-only.two-col-links-with-bullet {
  padding-left: 22px;
  background-position: 22px calc(100% - 2px);
}

/* Preserve visual blank rows inside right-column accordion content */
.links-accordion-content .wysiwyg-links p + p {
  margin-top: 12px;
}

/*new undeline*/

/* Unified animated underline closer to text */

.underline-hover-new a {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.underline-hover-new a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* sits right at the text baseline */
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.35s ease-in-out;
  opacity: 0.7;
}

.underline-hover-new a:hover::after,
.underline-hover-new a:focus::after {
  width: 100%;
}

.hero-slider .slick-dots {
  bottom: 30px;
  z-index: 10;
}

.hero-slider .slick-dots li button:before {
  color: white;
  font-size: 12px;
  opacity: 0.7;
}

.hero-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: white;
}

.hero-slider .slick-prev {
  left: 30px;
}

.hero-slider .slick-next {
  right: 30px;
}

.slick-prev:before, .slick-next:before {
    content: none !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #ffffff !important;
}

@media (max-width: 768px) {
  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    display: none !important;
  }
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  width: max-content;
  max-width: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.24s ease;
  z-index: 1000;
  padding: 10px 0;
  margin-top: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .has-dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.has-dropdown:focus-within > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Nested submenu panels should open to the right from inner menu items. */
.dropdown-menu-right {
  top: -12px;
  left: calc(100% - 2px);
  margin-left: 0;
  margin-top: 0;
  min-width: 280px;
  max-width: 340px;
}

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

.dropdown-menu > li + li {
  margin-top: 2px;
}

.dropdown-menu li a {
  display: 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 {
  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;
  white-space: normal;
  line-height: 1.35;
  overflow-wrap: anywhere;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.submenu-toggle {
  display: none;
}

/* Mobile dropdown styles */
@media screen and (max-width: 1500px) {
  #primary-menu li.menu-item-has-children {
    position: relative;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 0.25rem 0 0;
    margin: 0;
    margin-left: 18px;
    border-left: 1px solid rgba(97, 132, 165, 0.35);
    width: calc(100% - 18px);
    max-width: none;
  }
  
  .dropdown-menu li a {
    padding: 0.5rem 2.2rem 0.5rem 1rem;
    font-size: 1.05rem;
    color: #3c3c3c;
    background-image: none !important;
    background-size: 0% !important;
    display: block;
    line-height: 1.35;
    overflow: visible;
  }
  
  .dropdown-menu li a::after {
    left: 0.85rem;
  }
  
  .dropdown-menu li a:hover::after {
    width: calc(100% - 1.7rem);
  }

  .dropdown-menu-right {
    left: 0;
    margin-left: 0;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 20px;
    border-left-color: rgba(111, 35, 48, 0.25);
    width: calc(100% - 20px);
  }

  .dropdown-menu .dropdown-menu li a {
    padding-left: 1.2rem;
  }

  .dropdown-menu .dropdown-menu .dropdown-menu {
    margin-left: 24px;
    width: calc(100% - 24px);
  }

  .dropdown-menu .dropdown-menu .dropdown-menu li a {
    padding-left: 1.35rem;
  }

  .dropdown-menu li {
    margin: 0 !important;
  }
}

/* Two-column intro block button – #6084A5 (unified button + borders + hover) */
.two-col-intro-btn-wrap::before,
.two-col-intro-btn-wrap::after {
  background-color: #6084A5 !important;
}
.two-col-intro-btn-wrap {
  border-right-color: #6084A5 !important;
}
.two-col-intro-btn-wrap .two-col-intro-btn-left-border,
.two-col-intro-btn-wrap .left-border {
  background-color: #6084A5 !important;
  border-color: #6084A5 !important;
}
.two-col-intro-btn-wrap .two-col-intro-btn,
.two-col-intro-btn-wrap .consultation-button {
  background-color: #6084A5 !important;
  border: 1px solid #6084A5 !important;
  color: #ffffff !important;
}

/* Home slider long-text preview: soft fade on top/bottom when collapsed. */
.js-collapsible-text {
  position: relative;
}

.js-collapsible-text.is-collapsed {
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 84%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 84%,
    transparent 100%
  );
}
.two-col-intro-btn-wrap .two-col-intro-btn:hover,
.two-col-intro-btn-wrap .consultation-button:hover {
  background-color: #6084A5 !important;
  border-color: #6084A5 !important;
}
.two-col-intro-btn-wrap .two-col-intro-btn .button-text,
.two-col-intro-btn-wrap .consultation-button .button-text {
  color: #ffffff !important;
}

/* FAQ block – section bg #DEEEFB, accordion borders & button #AED79D */
.faq-block {
  background-color: #DEEEFB !important;
}
.faq-accordion-item {
  border: none;
}
.faq-accordion-trigger {
  background: transparent;
  border: none;
  cursor: pointer;
  font: inherit;
}
.faq-accordion-trigger[aria-expanded="true"] {
  border-bottom: 1px solid rgba(14, 14, 14, 0.25);
}
.faq-accordion-trigger:hover {
  opacity: 0.9;
}
.faq-accordion-content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.faq-accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
}
.faq-accordion-icon-plus,
.faq-accordion-icon-minus {
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.faq-accordion-icon-plus {
  opacity: 1;
  transform: rotate(0deg);
}
.faq-accordion-icon-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.faq-accordion-trigger[aria-expanded="true"] .faq-accordion-icon-plus {
  opacity: 0;
  transform: rotate(90deg);
}
.faq-accordion-trigger[aria-expanded="true"] .faq-accordion-icon-minus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-btn-wrap::before,
.faq-btn-wrap::after {
  background-color: #AED79D !important;
}
.faq-btn-wrap {
  border-right-color: #AED79D !important;
}
.faq-btn-wrap .two-col-intro-btn-left-border,
.faq-btn-wrap .left-border {
  background-color: #AED79D !important;
  border-color: #AED79D !important;
}
.faq-btn-wrap .two-col-intro-btn,
.faq-btn-wrap .consultation-button {
  background-color: #AED79D !important;
  border: 1px solid #AED79D !important;
  color: #0E0E0E !important;
}
.faq-btn-wrap .two-col-intro-btn:hover,
.faq-btn-wrap .consultation-button:hover {
  background-color: #AED79D !important;
  border-color: #AED79D !important;
}
.faq-btn-wrap .two-col-intro-btn .button-text,
.faq-btn-wrap .consultation-button .button-text {
  color: #0E0E0E !important;
}

.quform-1 .quform-field-select{
  background-color: #fff !important;
}

/* Quform enquiry form – options/select use Inter (body font), weight 300 */
.enquiry-form-block .quform-1 .quform-options .quform-option .quform-option-label,
.enquiry-form-block .quform-1 .quform-field-select,
.enquiry-form-block .quform-1 .quform-field-multiselect,
.enquiry-form-block .quform-1 select,
.enquiry-form-block .quform-1 option,
.enquiry-form-block .quform-1 .select2-container--quform .select2-selection__rendered,
.enquiry-form-block .quform-1 .select2-container--quform .select2-selection,
.enquiry-form-block .quform-1 .select2-results__option {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
}

/* Select when open (focused / Select2 dropdown open) – same body style */
.enquiry-form-block .quform-1 .quform-field-select:focus,
.enquiry-form-block .quform-1 .select2-container--quform.select2-container--open .select2-selection__rendered,
.enquiry-form-block .quform-1 .select2-container--quform.select2-container--open .select2-selection {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
}

/* Select2 dropdown list (rendered in body when open) – form 1 */
.select2-container--quform.select2-container--open .select2-results__option {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
}

.numbers {
  font-family: "EB Garamond", "Cormorant", serif;
  font-weight: 400;
}

.fieldLabelTxt {
    font-size: 14px;
}

.footer-meta-mobile {
  display: none;
}

.footer-left {
  padding-right: 20% !important;
}

/* Footer responsive behavior: keep desktop, improve smaller screens */
@media screen and (max-width: 1550px) {
  .footer-left {
    padding-right: 16% !important;
  }
}

@media screen and (max-width: 1450px) {
  .footer-left {
    padding-right: 12% !important;
  }
}

@media screen and (max-width: 1350px) {
  .footer-left {
    padding-right: 8% !important;
  }
}

@media screen and (max-width: 1280px) {
  .footer-left {
    padding-right: 4% !important;
  }
}

@media screen and (max-width: 1250px) {
  .footer-left {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .footer-layout {
    flex-direction: column !important;
  }

  .footer-layout > .footer-left,
  .footer-layout > .footer-right {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .footer-layout > .\!w-\[60\%\],
  .footer-layout > .\!w-\[40\%\] {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

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

  .footer-left {
    padding-bottom: 1.5rem;
  }

  .footer-right {
    padding-top: 2.5rem !important;
    padding-bottom: 2.6rem !important;
    padding-right: var(--containerPadding) !important;
    padding-left: var(--containerPadding) !important;
  }

  .footer-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
  }

  .footer-actions .button-container {
    width: 100%;
    margin-right: 0 !important;
  }

  .footer-actions .consultation-button {
    width: 100%;
  }

  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .footer-contact-row {
    align-items: flex-start !important;
    gap: 0.7rem;
    margin-bottom: 0.9rem !important;
  }

  .footer-contact-row .footer-contact-icon {
    flex-shrink: 0;
    margin-top: 0.2rem;
  }

  .footer-contact-row .underline-hover {
    width: 100%;
  }

  .footer-contact-row .underline-hover a {
    margin-left: 0 !important;
    line-height: 1.45 !important;
    display: block;
  }

  .footer-meta-primary {
    display: none !important;
  }

  .footer-meta-mobile {
    display: flex !important;
    margin-top: 1.2rem;
    margin-bottom: 0 !important;
    padding-top: 0.6rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .under-hero-title {
    font-size: 42px !important;
    line-height: 40px !important;
  }

  .under-hero-title br {
    display: none;
  }

  .service-areas-title br {
    display: none;
  }

  .footer-left {
    padding-right: 5% !important;
    padding-top: 2.25rem !important;
  }

  .footer-left span[style*="Cormorant"] {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .footer-meta-links {
    flex-wrap: wrap;
    row-gap: 0.4rem;
  }

  .footer-right .flex.flex-row.items-start.justify-between {
    gap: 1rem;
  }
}