/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
    font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
    text-wrap: pretty;
}


/* 9. Create a root stacking context */
#root, #__next {
    isolation: isolate;
}

html :where(.wp-block) {
    max-width: 90%;
}

html {
    scroll-behavior: smooth;
}

body:not(.block-editor-page) {
    font-family: 'MonaSans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

abbr {
    text-decoration: none;
}

a {
    transition: 0.4s all;
}


.nunito-sans {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.nunito-sans-200 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.nunito-sans-300 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.nunito-sans-400 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.nunito-sans-500 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.nunito-sans-600 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.nunito-sans-700 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.nunito-sans-800 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.nunito-sans-900 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.nunito-sans-1000 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
}

/* ===================== Layout Grid ===================== */
.container, .container-new {
    width: 1270px;
    padding-inline: 24px;
    margin-inline: auto;
    max-width: 100%;
}

.container-full {
    width: 100%;
    padding-inline: 24px;
    margin-inline: auto;
    max-width: 100%;
}

.row, .row-new {
    margin-inline: -24px;
    display: flex;
    flex-wrap: wrap;
}

.hide-xl {
    display: none;
}

.hide-lg {
    display: none;
}

.col-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
}

.col-lg-3 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 991.8px) {
        width: 25%;
        flex-basis: 25%;
    }
}

.col-lg-4 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 991.8px) {
        width: 35%;
        flex-basis: 35%;
    }
}

.col-lg-7 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 991.8px) {
        width: 60%;
        flex-basis: 60%;
    }
}

.col-lg-8 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 991.8px) {
        width: 65%;
        flex-basis: 65%;
    }
}

.col-lg-9 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 991.8px) {
        width: 75%;
        flex-basis: 75%;
    }
}

.col-lg-6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 991.8px) {
        width: 50%;
        flex-basis: 50%;
    }
}

.col-md-6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 767.8px) {
        width: 50%;
        flex-basis: 50%;
    }
}

.col-lg-5 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 991.8px) {
        width: 40%;
        flex-basis: 40%;
    }
}

@media (min-width: 991.8px) {
    .hide-lg {
        display: flex;
    }
}

.show-lg {
    display: flex;
}

@media (min-width: 991.8px) {
    .show-lg {
        display: none;
    }
}

@media (min-width: 1023.9px) {
    .hide-xl {
        display: flex;
    }
}

body {
    position: relative;
    min-height: 100vh;
}

body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/lines.webp");
    background-repeat: repeat;
    opacity: 0.02;
    z-index: -1;
    background-size: 64px;
}

body.overflow {
    overflow: hidden;
}

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

section {
    padding-block: 48px;
    @media screen and (min-width: 767.8px) {
        padding-block: 80px;
    }
}

/*
==================================
COLORS
==================================
 */
:root {
    --white: #FFF;
    --black: #000;
    --black-200: #0F2139;
    --black-300: #181818;
    --black-400: #404040;
    --grey-100: #737373;
    --grey-200: #9C9C9C;
    --grey-300: #E5E5E5;
    --grey-900: #fff4f0;
    --green-100: #DCF2F0;
    --green-200: #C9E265;
    --green-300: #038271;
    --green-500: #03AA94;
    --green-600: #03A892;
    --green-700: #14B8A6;
    --green-800: #F0FDFA;
    --green-900: #EDF9F7;
    --orange-100: #F27038;
    --orange-200: #F37037;
    --orange-800: #FFEAE0;
    --orange-900: #FFF4F0;
    --purple-100: #34195F;
    --purple-200: #351A61;
    --blue-100: #6ADCFF;
    --blue-200: #00B2E9;
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.grey-100 {
    color: var(--grey-100);
}

.orange-100 {
    color: var(--orange-100);
}

.orange-200 {
    color: var(--orange-200);
}

.green-100 {
    color: var(--green-100);
}

.green-300 {
    color: var(--green-300);
}

.green-500 {
    color: var(--green-500);
}

.green-600 {
    color: var(--green-600);
}

.green-700 {
    color: var(--green-700);
}

.green-200 {
    color: var(--green-200);
}

.purple-100 {
    color: var(--purple-100);
}

.blue-100 {
    color: var(--blue-100);
}

.blue-200 {
    color: var(--blue-200);
}

.black-200 {
    color: var(--black-200);
}

.grey-200 {
    color: var(--grey-200);
}

/*
====================
FOOTER CTA SECTION
====================
 */
.footer-cta-section {
    margin-top: 165px;
    background-color: var(--orange-900);
    position: relative;
}

.footer-cta-section .container {
    border-radius: 32px;
    background-color: #351A61;
    padding-block: 48px;
    padding-inline: 35px;
    position: relative;
    overflow: hidden;
    margin-top: -165px;

    @media screen and (min-width: 991.8px) {
        padding-block: 64px;
        padding-inline: 64px;
    }
}

.footer-cta-section .container::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2025/05/form-bg.webp");
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
}

.footer-cta-section .container::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translate(-50%, 0);
    object-fit: cover;
    width: 600px;
    height: 600px;
    background-image: url("/wp-content/uploads/2025/05/hero-holder.webp");
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    @media screen and (min-width: 767.8px) {
        transform: none;
        top: -100px;
        right: -300px;
        left: auto;
    }
}

.footer-cta-section .row {
    display: flex;
    position: relative;
    z-index: 2;
}

.footer-cta-section .cta-content {
    padding-inline: 24px;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 24px;
    @media screen and (min-width: 767.8px) {
        width: 43%;
        max-width: 43%;
        text-align: left;
        margin-bottom: 0;
    }
}

.footer-cta-section .cta-content h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 16px;
    @media screen and (min-width: 575.8px) {
        font-size: 48px;
    }
}

.footer-cta-section .cta-content p {
    opacity: .5;
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
    @media screen and (min-width: 767.8px) {
        width: 420px;
    }
}

.footer-cta-section .cta-content .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    @media screen and (min-width: 767.8px) {
        justify-content: flex-start;
    }
}

.footer-cta-section .testimonial-wrapper {
    padding-inline: 24px;
    flex-shrink: 1; /* prevents shrinking below 600px */
    width: 100%;
    max-width: 100%;
    @media screen and (min-width: 767.8px) {
        width: 57%;
        max-width: 57%;
    }
}

.footer-cta-section .testimonial-wrapper .testimonial-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    @media screen and (min-width: 1024px) {
        justify-content: flex-start;
    }
}

.footer-cta-section .testimonial-author {
    position: relative;

}

.footer-cta-section .testimonial-image-wrapper {
    height: 240px;
    width: 188px;
    position: relative;
    border: 4px solid var(--white);
    border-radius: 24px;
    background-color: var(--white);
    overflow: hidden;
    z-index: 4;
}

.footer-cta-section .testimonial-image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-cta-section .testimonial-author-info {
    position: absolute;
    width: 170px;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 12px;
    background-color: var(--white);
    z-index: 6;


}

.footer-cta-section .testimonial-author-info .author-name {
    font-size: 14px;
    line-height: 150%;
    color: var(--black);
    font-weight: 600;
    text-align: left;
    margin-bottom: 4px;
}

.footer-cta-section .testimonial-author-info .author-position {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: left;
}

.footer-cta-section .testimonial-text {
    flex: 100%;
    padding: 40px;
    padding-top: 110px;
    background-color: var(--white);
    border-radius: 24px;
    margin-top: -60px;
    overflow: hidden;
    position: relative;

    @media screen and (min-width: 1024px) {
        flex: 1;
        padding-left: 60px;
        margin-left: -20px;
        border-top-left-radius: 0;
        padding-top: 40px;
        border-bottom-left-radius: 0;
        margin-top: inherit;
    }
}

.footer-cta-section .testimonial-text:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    right: -15px;
    width: 123px;
    height: 107px;
    background-image: url("/wp-content/uploads/2025/05/quote-marks.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-cta-section .testimonial-text p {
    font-weight: 500;
    line-height: 150%;
    font-size: 16px;
}

/*
====================
header
====================
 */
header {
    padding-block: 20px;
    background-color: var(--white);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    @media screen and (min-width: 1140px) {
        padding-block: 24px;
    }

}

header .main-row {
    justify-content: center;
    /*gap: 32px;*/
    align-items: center;
}

.main-logo {
    margin-left: 0;
    margin-right: auto;
    padding-left: 24px;
    @media screen and (min-width: 1140px) {
        margin-right: 24px;
    }
}

.main-logo img {
    width: 143px;
    max-width: 100%;
}

.main-menu-wrapper {
    margin-inline: auto;
    display: none;
    padding-inline: 24px;
    @media screen and (min-width: 1140px) {
        display: flex;
        padding-inline: 12px;
        margin-left: 0;
        margin-right: auto;

    }
}

#menu-main-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

#menu-main-menu li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#menu-main-menu li a {
    /*font-family: MonaSans, sans-serif;*/
    /*font-size: 16px;*/
    /*line-height: 16px;*/
    /*font-weight: 500;*/
    /*border: none;*/
    /*color: var(--black-200);*/
    /*text-decoration-line: none;*/
    /*position: relative;*/
    /*padding: 13px 0;*/
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    border: none;
    color: var(--black-200);
    text-decoration-line: none;
    padding: 13px 24px;
    border-radius: 100px;
    position: relative;

}

/*#menu-main-menu li.menu-item-has-children a {*/
/*    padding-right: 20px;*/
/*}*/

#menu-main-menu > li.menu-item-has-children > a::before {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    mask: url("/wp-content/uploads/2025/05/chevron-down.svg");
    background-color: var(--black-200);
    transition: 0.4s all;
}

#menu-main-menu .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    width: 250px;
    padding: 20px 0;
    border-radius: 20px;
    background-color: var(--white);
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 9;
    opacity: 1;
    top: calc(100% - 2px);
    border: 1px solid var(--green-300);
    list-style-type: none;
}

#menu-main-menu .sub-menu li {
    justify-content: flex-start;
    position: relative;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#menu-main-menu .sub-menu li a {
    display: block;
    background-color: rgba(255, 255, 255, 0);
    font-family: MonaSans, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border: none;
    text-decoration-line: none;
    color: var(--black-200);
    text-align: left;
    width: 100%;
    border-radius: 15px;
    position: relative;
    padding: 10px 20px;
}

#menu-main-menu .sub-menu li a:hover {
    color: var(--black);
    background-color: #dcf2f0;
}

#menu-main-menu li:hover > a {
    background-color: var(--green-300);
    color: var(--white);
}

#menu-main-menu li:hover > a:before {
    background-color: var(--white);
}

#menu-main-menu li:hover > .sub-menu {
    display: block;
}

#menu-main-menu .sub-menu .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

.right-menu-wrapper {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding-inline: 24px;
}

.apply-menu {
    padding: 14px 24px;
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    @media screen and (min-width: 575.8px) {
        padding: 0;
        width: auto;
    }
}

.apply-menu li {
    width: 100%;
    text-align: center;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

.apply-menu li a {
    padding: 16px 24px;
    color: var(--white);
    background-color: var(--orange-100);
    border-radius: 100px;
    text-decoration-line: none;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    @media screen and (min-width: 575.8px) {
        padding: 12px 24px;
    }
}

.apply-menu li a:hover {
    background-color: var(--green-700);
}

/*
====================
MOBILE MENU
====================
 */
.hamburger-menu {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 999;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin-left: 20px;
    margin-right: 0;
}

.hamburger-menu .bar {
    position: relative;
    transform: translateY(10px);
    background-color: var(--black-200);
    transition: all 0ms 300ms;
    width: 22px;
    height: 2px;
}

.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 10px;
    background-color: var(--black-200);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    top: 10px;
    background-color: var(--black-200);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar.animate {
    background-color: rgba(255, 255, 255, 0);
}

.hamburger-menu .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-wrapper .mobile-menu {
    top: 0;
    max-width: 450px;
    right: -100%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 9;
    overflow-y: hidden;
    background: var(--dark-grey);
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    padding-bottom: 50px;
}

.mobile-menu-wrapper .mobile-menu.active {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.mobile-menu-wrapper .mobile-menu-inner {
    height: 100vh;
    min-height: 100vh;
    margin-top: 69px;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    overflow-y: scroll;
    background-color: var(--white);
    @media screen and (min-width: 575.8px) {
        margin-top: 80px;
    }
}

.mobile-menu-wrapper.mobile-menu-inner {
    height: 100vh;
    min-height: 100vh;
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    overflow-y: scroll;
    background-color: var(--white);
}

.main-menu-mobile {
    margin-bottom: 20px;
    list-style-type: none;
    padding: 0;
    margin-left: 0;
}

.main-menu-mobile li {
    width: 100%;
    flex-basis: 100%;
    text-align: left;
    padding: 0;
    border-radius: 0;
}

.main-menu-mobile li a {
    text-decoration-line: none;
    color: var(--black-200);
    padding-inline: 20px;
}

.main-menu-mobile li.current-menu-ancestor a:not(.sub-menu a) {
    background-color: var(--orange-200);
    color: #fff;
}

.main-menu-mobile li:not(.sub-menu) > a {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: var(--black-200);
    font-weight: 500;
    padding: 22px 16px;
    border-radius: 0;
    position: relative;
}

.main-menu-mobile li:not(.sub-menu).current-menu-item > a {
    background-color: var(--green-700);
    color: var(--white);
}

.main-menu-mobile > li.menu-item-has-children > a:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    width: 20px;
    height: 14px;
    mask: url('/wp-content/uploads/2025/05/chevron-down.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/05/chevron-down.svg') no-repeat center;
    mask-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--black-200);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: rotate(0deg);
}

.main-menu-mobile .sub-menu > li.menu-item-has-children:not(:has(.sub-menu)) > a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    width: 20px;
    height: 14px;
    mask: url('/wp-content/uploads/2025/05/chevron-down.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/05/chevron-down.svg') no-repeat center;
    mask-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--back-200);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: rotate(0deg);
}

.main-menu-mobile .sub-menu li.menu-item-has-children > a {
    position: relative;
}

.main-menu-mobile .sub-menu li.menu-item-has-children > a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    width: 20px;
    height: 14px;
    mask: url('/wp-content/uploads/2025/05/chevron-down.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/05/chevron-down.svg') no-repeat center;
    mask-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background: var(--black-200);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: rotate(-90deg);
}

.main-menu-mobile .sub-menu .sub-menu > li.menu-item-has-children > a::before {
    background: var(--black);
}

.main-menu-mobile > li.current-menu-ancestor > a:first-of-type::before {
    background-color: var(--white);
}

.main-menu-mobile > li a.active:before {
    transform: rotate(180deg) !important;
}
.main-menu-mobile .sub-menu > li a.active:before{
    transform: rotate(0deg) !important;
    background: var(--white);
}
.main-menu-mobile li a:hover {
    background: var(--green-700);
    color: var(--white);
}

.main-menu-mobile > li.menu-item-has-children > a:first-of-type:hover::before {
    background-color: var(--white);
}

.main-menu-mobile li.active a {
    border-bottom: none;
}

.main-menu-mobile li a:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.main-menu-mobile .sub-menu {
    display: none;
    padding: 0;
    box-shadow: none;
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    opacity: 1;
    display: none;
    border-radius: 0;
    padding-left: 10px;
    list-style-type: none;
}

.main-menu-mobile .sub-menu.visible {
    display: block;
}

.main-menu-mobile .sub-menu li:last-of-type {
    border-bottom: none;
}

.main-menu-mobile .sub-menu li a {
    font-size: 20px;
    line-height: 26px;
    color: var(--black-200);
    font-weight: 500;
    text-align: left;
    border: none;
    padding: 20px 10px;
}

.main-menu-mobile .sub-menu li a:hover {
    color: var(--white);
}

.search-button {
    text-indent: 0;
    font-size: 0;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    position: relative;
    width: 24px;
    height: 24px;
    mask: url("/wp-content/uploads/2025/05/search.svg");
    background-color: var(--black-200);
    cursor: pointer;
    transition: 0.4s all;
}

.search-button:hover {
    background-color: var(--green-700);
}

#search-wrapper {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: -99;
    display: none;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.6);

    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.search-inner {
    position: relative;
    width: 660px;
    max-width: calc(100% - 48px);
    padding: 48px 24px;
    margin: 80px auto;
    background-color: var(--white);
    border-radius: 24px;
    box-shadow: 10px 10px 22px 7px rgba(0, 0, 0, 0.1);

}

.search-inner .close-search-button {
    text-indent: 0;
    font-size: 0;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.4s all;
    position: absolute;
    top: 20px;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9;
    background-color: rgba(255, 255, 255, 0);
}

.search-inner .close-search-button:after {
    content: "\d7";
    position: absolute;
    inset: 0;
    font-size: 36px;
    color: var(--orange-200);
    line-height: 36px;
    text-align: center;
}

.search-inner .close-search-button:hover:after {
    opacity: .8;
}

#search-wrapper.visible {
    opacity: 1;
    z-index: 999;
    display: flex;
}

#search-wrapper #searchform {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 20px auto;
}

#search-wrapper #searchform input[type=text] {
    width: 100%;
    position: relative;
    padding: 12px;
    padding-left: 48px;
    border: 1px solid var(--grey-100);
    border-radius: 24px;
    color: var(--black);

}

#search-wrapper #searchform input[type=text]:hover,
#search-wrapper #searchform input[type=text]:focus,
#search-wrapper #searchform input[type=text]:focus-within {
    outline: none;
    border: 1px solid var(--orange-200);
}

#search-wrapper #searchform input[type=text]::placeholder {
    color: var(--grey-100);
}

#search-wrapper #searchform button[type=submit] {
    text-indent: 0;
    font-size: 0;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
    mask: url("/wp-content/uploads/2025/05/search.svg");
    background-color: var(--black-200);
    cursor: pointer;
    transition: 0.4s all;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 9;
}

#search-wrapper #searchform button[type=submit]:hover {
    background-color: var(--orange-200);
}

.blur-in {
    -webkit-animation: blur .5s forwards;
    -moz-animation: blur .5s forwards;
    -o-animation: blur .5s forwards;
    animation: blur .5s forwards;
}

.blur-out {
    -webkit-animation: blur-out .5s forwards;
    -moz-animation: blur-out .5s forwards;
    -o-animation: blur-out .5s forwards;
    animation: blur-out .5s forwards;
}

.mobile-menu-wrapper {
    display: flex;
    padding-right: 24px;
    @media screen and (min-width: 1140px) {
        display: none;
    }
}

/*
====================
footer
====================
 */
.site-footer {
    background-color: var(--orange-900);
    padding-block: 40px;
    @media screen and (min-width: 991.8px) {
        padding-block: 80px;
    }
}

.site-footer .row-one {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    margin-bottom: 32px;
    @media screen and (min-width: 767.8px) {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin-bottom: 80px;
        grid-row-gap: 24px;
    }
    @media screen and (min-width: 991.8px) {
        grid-template-columns: 411px 1fr 1fr 1fr;
        grid-template-rows: 1fr;
    }

}

.footer-first {
    grid-area: 1;
    @media screen and (min-width: 767.7px) and (max-width: 991.8px) {
        grid-area: 1 / 1 / 2 / 4;
    }

}

.footer-second {
    @media screen and (min-width: 767.7px) and (max-width: 991.8px) {
        grid-area: 2 / 1 / 3 / 2;
    }

}

.footer-third {
    @media screen and (min-width: 767.7px) and (max-width: 991.8px) {
        grid-area: 2 / 2 / 3 / 3;
    }

}

.footer-fourth {
    @media screen and (min-width: 767.7px) and (max-width: 991.8px) {
        grid-area: 2 / 3 / 3 / 4;
    }

}

.footer-widget {
    padding-inline: 24px;
}

.footer-first .wp-block-image {
    width: 140px;
    max-width: 100%;
    margin-bottom: 24px;
}

.footer-first #menu-social-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 16px;
    list-style-type: none;
    margin-bottom: 24px;
    @media screen and (min-width: 991.8px) {
        margin-bottom: 48px;
    }
}

.footer-first #menu-social-menu li a {
    color: var(--green-700);
    font-size: 24px;
}

.footer-first #menu-social-menu li a:hover {
    color: var(--purple-100);
}

.footer-widget h3 {
    font-size: 16px;
    color: var(--black);
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}

.site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li,
.site-footer ul li a {
    font-size: 16px;
    color: var(--grey-100);
    text-decoration-line: none;
}

.site-footer ul li a:hover,
.site-footer ul li.current-menu-item a {
    color: var(--green-700);
}

.site-footer ul li.footer-support-menu-item.current-menu-item a {
    color: var(--grey-100);
}

.site-footer ul#menu-small-contact-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
}

.site-footer ul#menu-small-contact-menu li {
    width: 100%;
}

.site-footer ul#menu-small-contact-menu li a {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 500;
    @media screen and (min-width: 575.8px) {
        padding-left: 36px;
    }
}

.site-footer ul#menu-small-contact-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: var(--green-700);
}

.site-footer ul#menu-small-contact-menu li.support a:before {
    mask: url("/wp-content/uploads/2025/05/headphones.svg");
}

.site-footer ul#menu-small-contact-menu li.phone a:before {
    mask: url("/wp-content/uploads/2025/05/call.svg");
}

.site-footer ul#menu-small-contact-menu li.email a:before {
    mask: url("/wp-content/uploads/2025/05/mail.svg");
}

.show-md {
    display: block;
    @media screen and (min-width: 767.8px) {
        display: none;
    }
}

.hide-md {
    display: none;
    @media screen and (min-width: 767.8px) {
        display: block;
    }
}

.site-footer .row-two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
    @media screen and (min-width: 575.8px) {
        justify-content: space-between;
    }
}

.site-footer .row-two .footer-widget {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: fit-content;
        justify-content: center;
    }
}

.site-footer .row-two p {
    font-size: 16px;
    color: var(--grey-100);
}

.footer-fifth p {
    text-align: center;
    @media screen and (min-width: 575.8px) {
        text-align: left;
    }
}

.site-footer #menu-privacy-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    @media screen and (min-width: 575.8px) {
        justify-content: flex-end;
    }
}

.site-footer #menu-privacy-menu li {
    width: 100%;
    text-align: center;
    @media screen and (min-width: 575.8px) {
        width: fit-content;
    }
}

@-webkit-keyframes blur {
    0% {
        backdrop-filter: blur(0);
    }

    100% {
        backdrop-filter: blur(25px);
    }
}

@-moz-keyframes blur {
    0% {
        backdrop-filter: blur(0);
    }

    100% {
        backdrop-filter: blur(25px);
    }
}

@-o-keyframes blur {
    0% {
        backdrop-filter: blur(0);
    }

    100% {
        backdrop-filter: blur(25px);
    }
}

@keyframes blur {
    0% {
        backdrop-filter: blur(0);
    }

    100% {
        backdrop-filter: blur(25px);
    }
}

@-webkit-keyframes blur-out {
    0% {
        backdrop-filter: blur(25px);
    }

    100% {
        backdrop-filter: blur(0);
    }
}

@-moz-keyframes blur-out {
    0% {
        backdrop-filter: blur(25px);
    }

    100% {
        backdrop-filter: blur(0);
    }
}

@-o-keyframes blur-out {
    0% {
        backdrop-filter: blur(25px);
    }

    100% {
        backdrop-filter: blur(0);
    }
}

@keyframes blur-out {
    0% {
        backdrop-filter: blur(25px);
    }

    100% {
        backdrop-filter: blur(0);
    }
}

.hide-small {
    display: none;
    @media screen and (min-width: 575.8px) {
        display: flex;
    }
}

.show-small {
    display: flex;
    @media screen and (min-width: 575.8px) {
        display: none;
    }
}

main {
    position: relative;
}

.announce-bar-section {
    position: relative;
    width: 100%;
    background-color: var(--purple-100);
    padding: 12px 0;
    display: none;
}

.announce-bar-section .row {
    align-items: center;
    justify-content: flex-start;
    row-gap: 12px;
}

.announce-bar-text {
    padding-inline: 24px;
}

.announce-bar-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.announce-bar-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: auto;
    padding-inline: 24px;

}

.announce-bar-button .btn {
    padding: 10px 16px;
    background-color: var(--white);
    display: flex;
    text-decoration-line: none;
    border-radius: 100px;
    font-size: 12px;
    line-height: 1;
    color: var(--black-200);
    font-weight: 500;
}

.announce-bar-button .btn:hover {
    background-color: var(--orange-100);
    color: var(--white);
}

.close-announce-bar {
    text-indent: 0;
    font-size: 0;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 24px;
    height: 24px;
    mask: url("/wp-content/uploads/2025/05/close-1.svg") center no-repeat;
    background-color: var(--white);
    cursor: pointer;
    transition: 0.4s all;
    opacity: .5;
}

.close-announce-bar:hover {
    opacity: 1;
}

.aide-wrapper {
    margin-bottom: 24px;
}

.aside-inner {
    position: sticky;
    top: 90px;
    background-color: #FAFAFA;
    border-radius: 24px;
    padding: 32px;
    overflow-y: auto;
}

.aside-inner {
    overflow-y: scroll;
}

.aside-inner::-webkit-scrollbar {
    width: 10px;
    /* Adjust width as needed */
    height: 10px;
    border-radius: 30px;
    padding-block: 30px;
}

.aside-inner::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    /* Track color */
    border-radius: 10px;
    /* Rounded track */
    height: 20px;
    top: 5%;
    border: none;
}

.aside-inner::-webkit-scrollbar-thumb {
    background: var(--green-500);
    /* Scrollbar thumb color */
    border-radius: 10px;
    /* Rounded scrollbar */
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    height: 10px;
}

.aside-inner::-webkit-scrollbar-thumb:hover {
    background: var(--orange-200);
    /* Darker blue on hover */
}

.aide-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

.aside-menu {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 30px;
}

.aside-menu:last-of-type {
    margin-bottom: 0;
}

.aside-menu li {
    width: 100%;
}

.aside-menu li a {
    color: var(--black);
    text-decoration-line: none;
}

.aside-menu li a:hover {
    color: var(--green-700);
}

/*
=========================
PAGE TEMPLATE DEFAULT
========================
 */
.page-content .page-title {
    margin-bottom: 24px;
}

.page-content p,
.page-content h2,
.page-content h3,
.page-content ul,
.page-content ol {
    margin-bottom: 24px;
}

.page-content h4,
.page-content h5,
.page-content h6 {
    margin-bottom: 18px;
}

.page-content ul li,
.page-content ol li {
    margin-bottom: 16px;
}

.page-content a {
    color: var(--orange-200);
}

.page-content a:hover {
    color: var(--green-700);
}

/*
===================
AUTHOR
==================
 */
.hero-author-single {
    padding-block: 24px;
    /*min-height: 530px;*/
    background-color: var(--green-100);
    margin-bottom: 150px;
    @media screen and (min-width: 767.8px) {
        margin-bottom: 200px;
    }
}

.single-authors .breadcrumbs {
    width: 100%;
    justify-content: flex-start;
}

.single-authors .breadcrumbs a:hover {
    color: var(--orange-200);
}

.hero-author-wrapper {
    margin-bottom: -160px;
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.author-hero-image {
    background-image: url("/wp-content/uploads/2025/06/author-bg.webp");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    max-width: 560px;
    padding-top: 100%; /* 1:1 ratio */
    /*aspect-ratio: 1 / 1; !* or 16 / 9, 4 / 3, etc. *!*/
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-inline: auto;
}


.author-hero-image img {
    position: absolute;
    width: 100%;
    inset: 0;
    height: auto;
    object-fit: contain;
    display: block;
}

.author-hero-info {
    width: 320px;
    flex-basis: 320px;
    max-width: 100%;
    margin-top: -120px;
    padding: 24px 32px;
    background-color: var(--white);
    border-radius: 24px;
    position: relative;
    z-index: 2;
    gap: 10px;
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.author-hero-info > * {
    width: 100%;
    flex-basis: 100%;
}

.author-content-wrapper .row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.author-content-wrapper .author-content {
    flex: 1;
    padding-inline: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    order: 2;
    @media screen and (min-width: 767.8px) {
        order: 1;
    }
}

.author-content-wrapper h2,
.author-content-wrapper h3,
.author-content-wrapper h4 {
    font-weight: 700;
}

.author-content-wrapper .author-aside {
    flex: 0 0 100%;
    max-width: 100%;
    padding-inline: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    order: 1;
    @media screen and (min-width: 767.8px) {
        order: 2;
    }
}

@media screen and (min-width: 768px) {
    .author-content-wrapper .author-aside {
        flex: 0 0 350px;
        max-width: 350px;
    }
}

.author-aside-column {
    width: 330px;
    flex-basis: 330px;
    max-width: 100%;
    padding: 24px;
    border-radius: 11px;
    background-color: var(--green-800);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.19);
}

.author-aside-column .separator {
    margin-block: 16px;
    height: 1px;
    width: 100%;
    background-color: var(--green-700);
    opacity: .2;
}

.author-aside-title p {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    gap: 16px;
}

.expertise-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    list-style-type: none;
}

.expertise-list li {
    width: 100%;
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    color: #2A2727;
}

.expertise-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--orange-200); /* or any other color */
}

.follow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 24px;
    width: 100%;
    flex-basis: 100%;
}

.author-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    padding-block: 0 80px;
}

.author-posts h3 {
    text-align: left;
}

.author-content-wrapper .row:first-of-type {
    margin-block: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.loop-author-article a {
    text-decoration: none;
}

.loop-author-article-inner {
    padding: 16px;
    background-color: var(--white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #D4D4D4;
    gap: 24px;
    @media screen and (min-width: 767.8px) {
        flex-wrap: nowrap;
    }
}

.loop-author-article-inner .image-wrapper {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;

    @media screen and (min-width: 767.8px) {
        width: 400px;
        flex: 0 0 400px;
        height: 300px;
        padding-top: 0;
    }
    @media screen and (min-width: 1024px) {
        width: 500px;
        flex: 0 0 500px;
    }
}

.loop-author-article-inner .image-wrapper img {
    position: relative;
    width: 100%
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.4s all;
    @media screen and (min-width: 767.8px) {
        position: absolute;
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        object-fit: cover;
        border-radius: 16px;
        transition: 0.4s all;
    }
}

.loop-author-article a:hover .image-wrapper img {
    scale: 1.05;
}

.loop-author-article a:hover h3 {
    color: var(--orange-200);
}

.loop-author-article-inner .text-wrapper {
    flex: 1 1 auto; /* allow it to grow and shrink */
    min-width: 0; /* prevent overflow issues with long content */
}

.loop-author-article-inner .text-wrapper h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1E1E1E;
    transition: 0.4s all;
}

.loop-author-article-inner .title-wrapper {
    margin-bottom: 16px;
}

.loop-author-article-inner .meta-description p {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
}

.loop-author-article-inner .meta-description {
    margin-bottom: 48px;
}

.loop-author-article-inner .more-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.loop-author-article-inner .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #1E1E1E;
    gap: 12px;
}

.loop-author-article-inner .author .name p {
    font-size: 16px;
}

.loop-author-article-inner time {
    position: relative;
    font-size: 14px;
    color: #1E1E1E;
    padding-left: 18px;
}

.loop-author-article-inner time::before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1E1E1E;
    width: 2px;
    height: 2px;
    border-radius: 50%;
}

.loop-author-article-inner .author .image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.loop-author-article-inner .author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

#author-posts-wrapper {
    margin-block: 40px;
}
