body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", serif;
    color: rgb(56, 61, 61);
    font-size: 16px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Prevent font size inflation */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/*
 * Mobile layout override for UIKit responsive classes.
 * Fixes Chrome Android bug where viewport is incorrectly detected.
 * Forces single-column layout on screens <= 639px regardless of UIKit JS detection.
 */
@media screen and (max-width: 639px) {
    [class*="uk-width-1-2@s"],
    [class*="uk-width-1-3@s"],
    [class*="uk-width-1-4@s"],
    [class*="uk-width-1-2@m"],
    [class*="uk-width-1-3@m"],
    [class*="uk-width-1-4@m"] {
        width: 100% !important;
        flex: none !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

/* Font Face Declarations */
@font-face {
    font-family: 'Cooper';
    src: url('../assets/fonts/CooperLtBTLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper';
    src: url('../assets/fonts/CooperLtBTBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper';
    src: url('../assets/fonts/CooperLtBTLightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper';
    src: url('../assets/fonts/CooperLightItalicBT.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper';
    src: url('../assets/fonts/CooperBoldItalicBT.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cooper', serif;
    text-wrap: balance;
}

h1 {
    font-weight: 300;
    font-size: 42px;
    line-height: 50px;
}

h2 {
    letter-spacing: .6px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
}

h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}

.heading-7.key-features {
    font-size: 32px;
    font-weight: 300;
}

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

@media screen and (max-width: 767px) {
    h1 {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 38px;
    }

    h3 {
        margin-top: 20px;
        font-size: 24px;
        line-height: 30px;
    }
}

p,
li,
figcaption {
    text-wrap: pretty;
}

.font-20 {
    font-size: 20px;
}

em {
    color: inherit;
    font-style: italic;
}

h2 {
    letter-spacing: .6px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .uk-container,
    .uk-padding-large {
        padding-left: 15px;
        padding-right: 15px;
    }
}


p a {
    color: #383d3d;
    font-weight: 600;
}

p a:hover {
    color: inherit;
}

/* Rewrite UIKit CSS width rules */
canvas, img, svg, video {
    width: auto;
}

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

@media (max-width: 1200px) {
    .uk-container {
        padding: 0 12px;
    }
}

.df-button:hover {
    transition: 0.3s;
    text-decoration: none;
}

.df-btn-grey {
    background-color: rgb(240, 240, 239);
    color: rgb(56, 61, 61);
    font-weight: bold;
}

.df-btn-grey:hover {
    background-color: rgb(225, 225, 224);
    color: rgb(56, 61, 61);
    font-weight: bold;
}

.df-btn-green-hero {
    background-color: rgb(3, 129, 129);
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

.df-btn-green-hero:hover {
    background-color: rgb(3, 129, 129);
    color: white;
    cursor: pointer;
}

.df-btn-green {
    background-color: rgb(3, 129, 129);
    color: white;
    font-weight: bold;
}

.df-btn-green:hover {
    background-color: rgb(3, 129, 129);
    color: white;
    font-weight: bold;
}

.df-btn-white {
    background-color: white;
    color: rgb(56, 61, 61);
    font-weight: bold;
}

.df-btn-white:hover {
    background-color: white;
    color: rgb(56, 61, 61);
    font-weight: bold;
}

.df-btn-large {
    min-width: 180px;
}

.df-button-updated {
    height: fit-content;
    padding: 10px 18px;
    max-width: 414px;
    width: 100%;
}

.df-button.df-button-outline, .df-button-outline {
    padding: 13px 17px;
    color: #038181;
    max-height: 48px;
    border: 1px solid #038181;
    border-radius: 4px;
    align-self: stretch;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;

    &:hover {
        background-color: #038181;
        color: white;
    }
}

@media (min-width: 960px) {
    .df-button-updated {
        padding: 14px 24px;
        min-width: 414px;
    }
}

[class^="wp-block"] picture:has(img.webpexpress-processed) {
    display: flex;
    width: 100%;
    height: 100%;
}

.uk-text-left.uk-margin-large-top.uk-text-large.uk-padding-small.df-phrase {
    background-color: rgba(155, 208, 211, 0.5098039216);
    border-left: 15px solid #9bd0d3;
    color: rgb(3, 129, 129);
}

.is-centered {
    display: flex;
    justify-content: center;
}

.btn-1:hover {
    color: #fff;
    text-decoration: none;
}

.df-phrase p {
    margin: 0;
}

.df-header .uk-container {
    position: relative;
}

.df-header.uk-padding-small {
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.df-header .df-logo {
    position: relative;
    z-index: 2;
}

.df-header .df-logo img {
    height: 53px;
}

@media (max-width: 1200px) {

    .df-header {
        padding-left: 0;
        padding-right: 0;
    }

    .df-header .df-nav.active {
        display: block;
        position: absolute;
        background-color: white;
        width: 100%;
        left: 0;
        top: -15px;
        box-shadow: 1px 1px 13px 4px #0000001a;
        padding: 115px 30px 35px;
        z-index: 1;
        max-height: 100dvh;
        overflow-y: auto;
    }

    .df-header .df-nav.active ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .df-header .df-nav.active ul li {
        padding: 0;
    }
}

.df-header .df-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.df-header .df-nav ul li {
    padding: 15px 0;
    position: initial;
}

.df-has-child__text {
    color: inherit;
    text-decoration: none;
}


.df-has-child__text:hover {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 1201px) {
    .df-has-child__text {
        pointer-events: none;
    }
}

.df-header .df-nav ul li a,
.df-header .df-nav ul li .df-has-child {
    color: rgb(56, 61, 61);
    font-size: initial;
    font-weight: 500;
    position: relative;
    text-transform: none;
    cursor: pointer
}

.df-header .df-nav ul li a:hover,
.df-header .df-nav ul li .df-has-child:hover,
.df-header .df-nav ul li .df-has-child:hover .df-has-child__text {
    color: rgb(3, 129, 129);
    text-decoration: none;
}

.df-header .df-nav ul > li.current_page_item > a,
.df-header .df-nav ul > li.current_page_item > .df-has-child,
.df-header .df-nav ul > li.current_page_item > .df-has-child a,
.df-header .df-nav ul > li.current-menu-item > a,
.df-header .df-nav ul > li.current-menu-ancestor > a,
.df-header .df-nav ul > li.current-menu-ancestor > .df-has-child,
.df-header .df-nav ul > li.current-menu-ancestor > .df-has-child a,
.df-header .df-nav ul > li.current-menu-parent > a,
.df-header .df-nav ul > li.current-menu-parent > .df-has-child,
.df-header .df-nav ul > li.current-menu-parent > .df-has-child a {
    color: rgb(3, 129, 129);
}

/* UIKit injects uk-drop-parent-icon inside <a> — hide it, use the one outside <a> instead */
.df-has-child > a .uk-drop-parent-icon {
    display: none;
}

.df-header .df-nav ul li.menu-item-has-children {
    display: flex;
    justify-content: center;
    position: relative;
}

.df-drop-icon {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    transition: transform 0.2s;
}


@media (max-width: 1200px) {

    .df-header .df-nav ul li .df-has-child {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .df-header .df-nav ul li.df-mega-menu, .df-header .df-nav ul li.menu-item-has-children {
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .df-header .df-nav ul li.menu-item-has-children:hover .uk-icon,
    .df-header .df-nav ul li.df-mega-menu.mega-menu-open .uk-icon {
        transform: rotateX(180deg);
    }

    .df-header .df-nav ul li.menu-item-has-children:hover .uk-icon svg path,
    .df-header .df-nav ul li.df-mega-menu.mega-menu-open .uk-icon svg path {
        fill: rgb(3, 129, 129);
    }
}

@media (max-width: 1200px) {
    .df-header .df-nav ul li.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
    }

    .df-header .df-nav ul li .uk-drop-parent-icon {
        margin-left: auto;
    }

    /* Mobile: arrow rotation on mobile-dropdown-open */
    .df-header .df-nav ul li.menu-item-has-children.mobile-dropdown-open .uk-icon {
        transform: rotateX(180deg);
    }

    .df-header .df-nav ul li.menu-item-has-children.mobile-dropdown-open .uk-icon svg path {
        fill: rgb(3, 129, 129);
    }

    /* Mobile: show sub-menu on mobile-dropdown-open */
    .df-header .df-nav ul li.menu-item-has-children.mobile-dropdown-open .sub-menu {
        display: block;
    }
}

@media (min-width: 1201px) {
    .df-header .df-nav ul li.menu-item-has-children:hover .sub-menu {
        display: block;
    }
}

.df-header .df-nav ul li .sub-menu {
    width: max-content;
    position: absolute;
    display: none;
    gap: 0;
    left: initial;
    top: 50px;
    background-color: #FAF8F5;
    border-radius: 4px;
    padding: 18px 18px 1px;
    z-index: 1;
}

@media (max-width: 1200px) {
    .df-header .df-nav ul li .sub-menu {
        position: relative;
        background-color: initial;
        padding: 0;
        top: 0;
        margin-top: 20px;
    }
}

.df-header .df-nav ul li .sub-menu:before {
    position: absolute;
    content: "";
    left: calc(50% - 15px);
    top: -9.5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10.5px 10px 10.5px;
    border-color: transparent transparent #FAF8F5 transparent;
    transform: rotate(0deg);
}

@media (max-width: 1200px) {
    .df-header .df-nav ul li .sub-menu:before {
        left: 20px;
    }
}

.df-header .df-nav ul li .sub-menu li {
    margin-bottom: 18px;
    padding: 0;
}

.df-header .df-nav ul li .sub-menu li a:before {
    display: none;
}

@media (max-width: 767px) {
    .df-header .df-nav ul li .sub-menu li {
        font-size: 14px;
    }

    .df-header .df-nav ul li .sub-menu li a {
        font-size: 14px;
    }
}

.df-nav .df-login-signup {
    display: none;
}

@media (max-width: 1200px) {
    .df-nav.active .df-login-signup {
        display: block;
    }
}

@media (max-width: 1200px) {
    .df-login-signup {
        display: none;
        margin-top: 30px;
    }
}

.df-header .uk-subnav {
    justify-content: flex-end;
}

.df-mega-menu .uk-drop {
    display: none;
    top: 60px !important;
    left: 40px !important;
    width: 100%;
    max-width: calc(100% - 80px) !important;
    border-radius: 5px;
    background-color: #FAF8F5;
    padding: 45px 40px;
    box-shadow: none;
}

@media (min-width: 1201px) {
    .df-mega-menu.mega-menu-open .uk-drop {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }
}


.df-mega-menu .uk-drop .uk-nav {
    gap: 10px;
}

.df-mega-menu .uk-drop .uk-nav h3 a {
    color: inherit;
    text-decoration: none;
}

.df-mega-menu .uk-drop .uk-nav h3 a:hover,
.df-mega-menu .uk-drop .uk-nav h3 a.active {
    color: #038181;
    text-decoration: none;
}

.df-mega-menu .uk-drop .uk-nav li.active a {
    color: #038181;
}

.df-mega-menu .uk-drop .uk-nav h3 {
    margin-bottom: 24px;
    color: #383D3D;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.df-mega-menu .uk-drop .uk-nav li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 0 8px;
    margin-bottom: 20px;
    color: #383D3D;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.df-mega-menu .uk-drop .uk-nav li a {
    display: inline-flex;
    align-items: flex-start;
}

.df-mega-menu .uk-drop .uk-nav li a svg {
    min-width: 23px;
}

.df-mega-menu .df-mega-menu-image {
    margin-bottom: 13px;
}

.df-mega-menu .df-mega-menu-link {
    color: #038181 !important;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .df-mega-menu .uk-drop {
        position: initial;
        padding: 15px 0;
        background-color: initial;
        max-width: 100% !important;
    }

    .df-mega-menu .uk-drop .df-drpdown-last {
        display: none;
    }

    .df-mega-menu.mobile-dropdown-open .df-has-child {
        color: rgb(3, 129, 129);
        text-decoration: none;
    }

    /* Mobile: mega menu arrow rotation + dropdown show — same as menu-item-has-children */
    .df-header .df-nav ul li.df-mega-menu.mobile-dropdown-open .uk-icon {
        transform: rotateX(180deg);
    }

    .df-header .df-nav ul li.df-mega-menu.mobile-dropdown-open .uk-icon svg path {
        fill: rgb(3, 129, 129);
    }

    .df-header .df-nav ul li.df-mega-menu.mobile-dropdown-open .uk-drop {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .df-mega-menu .uk-drop .uk-nav h3 {
        margin: 10px 0;
    }

    .df-mega-menu .uk-drop .uk-nav li {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    .df-mega-menu .uk-drop .uk-flex {
        flex-direction: column;
    }

    .df-mega-menu .uk-drop .uk-nav li a svg {
        display: none;
    }

    .df-mega-menu .uk-drop .uk-flex > ul + ul {
        border-top: 1px solid rgba(56, 61, 61, 0.15);
        padding-top: 8px;
        margin-top: 8px;
    }

    .df-mega-menu .uk-drop .uk-nav li {
        font-size: 14px;
        margin: 0 0 6px 0;
    }

    .df-mega-menu .uk-drop .uk-nav li a {
        font-size: 14px;
    }
}

.df-hamburger {
    display: none;
    position: relative;
    z-index: 2;
}

.df-hamburger .uk-icon {
    color: #000;
}

.df-hamburger .uk-icon svg {
    width: 30px;
    height: 30px;
}

.df-hamburger .uk-icon:nth-child(2) {
    display: none;
}

@media (max-width: 1200px) {
    .df-nav,
    .df-nav .uk-dropnav {
        display: none;
    }

    .df-nav.active .uk-dropnav {
        display: block;
    }

    .df-hamburger {
        display: flex;
    }

    .df-hamburger.active .uk-icon:first-child {
        display: none;
    }

    .df-hamburger.active .uk-icon:nth-child(2) {
        display: block;
    }
}
