* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --primary: rgba(55, 54, 54, 1);
    --primary-opacity: rgba(55, 54, 54, 0.89);
    --secondary: rgb(128, 128, 128);
    --black: rgba(0, 0, 0, 1);
    --black-opacity: rgba(0, 0, 0, 0.49);
    --white: #ffffff;
    --light: #F5F5F1;
}
html {
    color: var(--primary);
    font-size: 10px;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

.site-nav {
    margin-left: auto
}
.site-nav .menu {
    list-style: none;
    display: flex;
}
.site-nav .menu li {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(55, 54, 54, 0.89);
    z-index: 1;
}
.site-nav .menu>li:not(:last-child) {
    margin-right: 40px;
}
.site-nav .menu>li>a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    position: relative;
    font-family: inherit;
    letter-spacing: 0.2em;
    background-color: rgba(115, 115, 115, 0.02);
    border-radius: 14px;
    padding: 10px;
    display: inline-block;
    transition: 0.3s all;
}
.site-nav .menu>li>a:hover {
    transform: translatey(-10px);
    background-color: rgba(0, 0, 0, 0.02);
}
.site-nav .menu>li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.02);
}
body header[data-elementor-type="header"] {
    position: sticky;
    top: 0;
    z-index: 1001;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
body:has(#wpadminbar) header[data-elementor-type="header"] {
    top: 32px;
}

.profile_cta_wrap .elementor-widget-call-to-action {
    background-color: #000000;  
}
.profile_cta_wrap .elementor-widget-call-to-action .elementor-cta__bg {
    opacity: 0.8;
    filter: brightness(0.8);
}
.profile_cta_wrap .elementor-widget-call-to-action .elementor-cta,
.profile_cta_wrap .elementor-widget-call-to-action .elementor-cta__content {
    height: 100% !important
}
.profile_cta_wrap .elementor-widget-call-to-action .elementor-bg {
    background-position: center 35% !important;
}
.profile_cta_wrap .elementor-widget-call-to-action {
    aspect-ratio: 1/1;
}
.profile_cta_wrap .elementor-widget-call-to-action .elementor-cta__content {
    min-height: 100% !important;
}
.aligned-right > .e-con-inner {
    margin-right: 0 !important
}
.btn_hover .elementor-button:hover .elementor-button-text {
    transform: translatey(-8px);
}
.btn_hover .elementor-button .elementor-button-text {
    transition: 0.3s all;
}

@media only screen and (min-width: 1025px) {
    .site-nav {
        display: flex !important;
        height: auto !important;
        top: unset !important;
    }   
}

@media only screen and (max-width: 1024px) {
    .header-toggle-icon {
        margin-left: auto
    }
    .site-nav {
        width: 100%;
        position: absolute;
        top: 100% !important;
        background-color: #fff !important;
        height: calc(100% - 124px);
        left: 0;
        padding: 20px;
        z-index: 1;
        border-top: 1px solid #D1D1D1;
        display: none;
    }
    .site-nav .menu>li>a:hover,
    .site-nav .menu>li.current-menu-item > a {
        transform: unset;
        background-color: transparent;
    }
    .site-nav .menu {
        flex-direction: column;
    }
    .site-nav .menu>li {
        padding: 0 !important;
        border-bottom: 1px solid #D1D1D1;
        margin: 0 !important;
    }
    .site-nav .menu>li > a {
        padding: 18px 0 !important;
        display: inline-block;
        background-color: transparent
    }
    .overflow-hidden {
        overflow: hidden !important;
    }
    body.overflow-hidden .header-toggle-icon .elementor-icon {
        background: url('../img/close-menu.svg') no-repeat center center;
        background-size: 22px;
        transition: none;
    }

    body.overflow-hidden [data-elementor-type="header"] .header-toggle-icon svg {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
 
}

@media only screen and (max-width: 479px) {
    .profile_cta_wrap .elementor-widget-call-to-action {
        width: 100% !important;
        aspect-ratio: 1/1;
    }
}