/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1773325338
Updated: 2026-03-12 14:22:18

*/
/*===============================  HEADER  ================================*/

header .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    align-items: center;
}

header .hfe-has-submenu-container {
    margin-bottom: 0 !important;
}

header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    position: static !important;
    max-height: 0;
    padding-left: 10px;
}

header .menu-item-has-children .sub-menu .menu-item-has-children.is-active .sub-menu {
    max-height: 100vh;
}

header .header-nav .sub-menu {
    backdrop-filter: blur(30px);
}

header .hfe-nav-menu .menu-item-has-children .sub-menu {
    left: 5px;
}

header .header-nav .sub-menu .sub-menu {
    backdrop-filter: none;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: none !important;
    margin-top: 0 !important;
}

header .header-nav .sub-menu .sub-menu .menu-item:last-child {
    border-radius: 0 !important;
}

header .e-con-inner:hover .elementor-button {
    background: var(--e-global-color-accent) !important;
}

header .header-nav .menu-item a {
    position: relative;
    z-index: 1;
}

header .header-nav .menu-item .hfe-menu-item:after {
    content: '';
    position: absolute;
    bottom: 12px;
    display: block;
    height: 9px;
    width: calc(100% - 30px);
    background: #00E1FF;
    z-index: -1;
}

header .header-nav .menu-item .hfe-sub-menu-item {
    display: inline-flex;
    align-items: center;
}

header .header-nav .menu-item .hfe-sub-menu-item:after {
    content: '';
    position: absolute;
    bottom: 7px;
    display: block;
    height: 9px;
    width: calc(100% - 20px);
    background: #00E1FF;
    z-index: -1;
    opacity: 0;
}

header .header-nav .menu-item .hfe-sub-menu-item:hover:after {
    opacity: 1;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: none;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.is-active > .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block !important;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children .sub-arrow {
    transition: ease-in-out 0.2s;
}

.menu-item-has-children.is-active > .hfe-has-submenu-container > .hfe-menu-item > .sub-arrow {
    transform: rotate(180deg);
}

.menu-item-has-children > .hfe-has-submenu-container > .hfe-sub-menu-item > .sub-arrow {
    transform: rotate(90deg);
}

.menu-item-has-children.is-active > .hfe-has-submenu-container > .hfe-sub-menu-item > .sub-arrow {
    transform: rotate(-90deg);
}

.button-item {
    padding-left: 15px !important;
}


/*===============================  FOOTER LOGOS  ================================*/

.footer-logos-item .first-logo,
.footer-logos-item .last-logo {
    display: flex;
    justify-content: center;
}

.footer-logos-item .first-logo img {
    opacity: 1;
    transition: ease-in-out 0.2s;
}

.footer-logos-item .last-logo img {
    opacity: 0;
    transition: ease-in-out 0.2s;
}

.footer-logos-item:hover .first-logo img {
    opacity: 0;
    transition: ease-in-out 0.2s;
}

.footer-logos-item:hover .last-logo img {
    opacity: 1;
    transition: ease-in-out 0.2s;
}

/*===============================  FOOTER MENU  ================================*/

.footer-menu .sub-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: none !important;
    box-shadow: none !important;
}

.footer-menu .sub-menu .menu-item {
    border: none !important;
    margin-bottom: 16px;
}

.footer-menu .sub-menu .menu-item a {
    padding: 4px 0 !important;
}

/*.footer-menu .sub-menu .menu-item a:hover {
    font-style: italic !important;
}*/

.footer-menu .hfe-menu-toggle {
    display: none !important;
}

.hfe-nav-menu {
    width: 100%;
}

.footer-menu .hfe-nav-menu li {
    flex: 1;
}

.hfe-has-submenu-container {
    margin-bottom: 16px;
}

/*.main-item .hfe-has-submenu-container .hfe-menu-item,
.main-item > .hfe-sub-menu-item {
    font-weight: 600 !important;
}*/

/*.main-item .hfe-menu-item:hover {
    font-style: italic !important;
}*/

.main-item.current-menu-ancestor > .hfe-has-submenu-container > a {
    color: var( --e-global-color-text ) !important;
}

.main-item.current-menu-ancestor .current-menu-item .hfe-sub-menu-item-active {
    color: #2A363780;
}
/*===============================  FOOTER BOTTOM  ================================*/

.footer-secondary-menu .menu-item {
    position: relative;
}

.footer-secondary-menu .menu-item:after {
    content: '|';
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translate(0, -50%);
    color: #ffffff;
}

.footer-secondary-menu .menu-item:last-child:after {
    display: none;
}

/*.footer-secondary-menu .menu-item .hfe-menu-item:hover {
    font-style: italic !important;
}*/

.copyright p {
    margin: 0 !important;
}

.copyright p a:after {
    display: none;
}

/*===============================  CUSTOM BUTTONS  ================================*/

.btn-custom a .elementor-button-icon svg {
    width: 24px;
}

.btn-custom .elementor-button-content-wrapper {
    align-items: center;
}

/*===============================  LINKS STYLES  ================================*/

.comments-area a, .page-content a {
    text-decoration: none;
}

/*===============================  MAIN PAGE  ================================*/

.link-container {
    text-decoration: none !important;
}

.link-container img {
    transition: ease 0.3s;
}

.link-container:hover img {
    transform: scale(1.4);
}

/*===============================  TESTIMONIAL SLIDER  ================================*/

.testimonial-slide p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    /*-webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgba(42, 54, 55, 1) 0%, rgba(42, 54, 55, 0.4) 100%);
    -webkit-background-clip: text;
    background-clip: text;*/
    -webkit-mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.slick-dots {
    margin-top: 32px !important;
    margin-bottom: 16px;
}

.slick-dots li {
    background: #ffffff !important;
    border-radius: 50%;
}

/*===============================  SUBTITLE DECORATION ================================*/

.subtitle {
    position: relative;
    z-index: 1;
}

.subtitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    height: 16px;
    width: 100%;
    background: #00E1FF;
    z-index: -1;
}

/*===============================  LINK DECORATION  ================================*/

.custom-link,
.elementor-widget-text-editor ul li a,
.elementor-widget-text-editor a {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
}

.custom-link:after,
.elementor-widget-text-editor ul li a:after,
.elementor-widget-text-editor a:after {
    content: '';
    position: absolute;
    bottom: 5px;
    display: block;
    height: 9px;
    width: 100%;
    background: #00E1FF;
    z-index: -1;
}

.elementor-widget-text-editor ul li {
    margin-bottom: 10px;
}

/*===============================  COLORED SECTION  ================================*/

.colored-item .colored-title {
    pointer-events: none;
}

.colored-item:hover .first-title {
    background: #f2d000;
}

.colored-item:hover .second-title {
    background: #bf91f9;
}

.colored-item:hover .third-title {
    background: #55b5e2;
}

.colored-item:hover .fourth-title {
    background: #e880a6;
}

.colored-item:hover .fifth-title {
    background: #7e6adc;
}

.colored-item:hover .sixth-title {
    background: #7bc340;
}


/*===============================  COLORED PAGE LINKS  ================================*/

.colored-page-links .colored-item.active {
    pointer-events: none;
}

.colored-page-links .colored-item.active .second img {
    filter: saturate(0);
    opacity: 0.5;
}

.colored-page-links .colored-item.active .first img {
    opacity: 0;
}

/*===============================  COLORED HERO  ================================*/

.colored-hero .title {
    opacity: 0;
    transition: ease-in-out 0.3s;
    pointer-events: none;
}

.colored-hero:hover .title {
    opacity: 1;
}


/*===============================  MARQUEE SECTION  ================================*/

.marquee-section {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-section h6 {
    display: inline-block;
    animation: marquee 20s linear infinite;
    font-size: inherit;
}

.marquee-section h6 em {
    font-style: normal;
    padding: 0 20px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/*===============================  FIXED BACKGROUND  ================================*/

.video-bg .elementor-background-video-container {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
    z-index: 0;
    margin-bottom: -100vh;
}

/*===============================  GLOW SECTION  ================================*/

#glow-section {
    overflow: hidden;
    width: 1440px;
    height: 1000px;
    position: fixed;
    top: 0;
    z-index: -1;
}

#glow-section::before,
#glow-section::after {
    content: "";
    position: absolute;
    width: 568px;
    height: 568px;
    border-radius: 50%;
    /*filter: blur(130px);*/
    filter: blur(160px);
    /*filter: blur(80px);*/
    mix-blend-mode: multiply;
    pointer-events: none;
    transform: translate(-50%, -50%);
    will-change: left, top;
}

#glow-section::before {
    /* background: radial-gradient(circle, #00E1FF 0%, rgba(0, 225, 255, 0) 70%);*/
    background: #00E1FF;
    opacity: 0.6;
    animation: blueSmartAnimate 30s linear infinite;
}

#glow-section::after {
    /* background: radial-gradient(circle, #FFCC00 0%, rgba(255, 204, 0, 0) 70%);*/
    background: #FFCC00;
    opacity: 0.6;
    animation: yellowSmartAnimate 30s linear infinite;
}

/*@keyframes blueSmartAnimate {
    0%, 100% { left: 13.4%; top: 50%; }
    10%      { left: 18.3%; top: 98%;}
    20%      { left: 41.6%; top: 120%; }
    30%      { left: 66.2%; top: 115.2%; }
    40%      { left: 78.1%; top: 98.1%; }
    50%      { left: 82.4%; top: 50%; }
    60%      { left: 72.9%; top: 1.1%; }
    70%      { left: 58.4%; top: -19.8% }
    80%      { left: 33.8%; top: -15.1%; }
    90%      { left: 21.7%; top: 2.4%; }
}

@keyframes yellowSmartAnimate {
     0%, 100% { left: 82.4%; top: 50%; }
     10%      { left: 78.1%; top: 2%;}
     20%      { left: 58.4%; top: -19.8%; }
     30%      { left: 33.8%; top: -15.2%; }
     40%      { left: 21.9%; top: 2.1%; }
     50%      { left: 17.7%; top: 50%; }
     60%      { left: 27.1%; top: 107.8%; }
     70%      { left: 41.6%; top: 119.9%; }
     80%      { left: 66.2%; top: 109.4%; }
     90%      { left: 78.3%; top: 97.5%; }
}*/

@keyframes blueSmartAnimate {
    0%, 100% {
        left: 13.4%;
        top: 50%;
    }
    10% {
        left: 18.3%;
        top: 88%;
    }
    20% {
        left: 41.6%;
        top: 110%;
    }
    30% {
        left: 66.2%;
        top: 105.2%;
    }
    40% {
        left: 78.1%;
        top: 88.1%;
    }
    50% {
        left: 82.4%;
        top: 50%;
    }
    60% {
        left: 72.9%;
        top: 11.1%;
    }
    70% {
        left: 58.4%;
        top: -9.8%
    }
    80% {
        left: 33.8%;
        top: -5.1%;
    }
    90% {
        left: 21.7%;
        top: 12.4%;
    }
}

@keyframes yellowSmartAnimate {
    0%, 100% {
        left: 82.4%;
        top: 50%;
    }
    10% {
        left: 78.1%;
        top: 12%;
    }
    20% {
        left: 58.4%;
        top: -9.8%;
    }
    30% {
        left: 33.8%;
        top: -5.2%;
    }
    40% {
        left: 21.9%;
        top: 12.1%;
    }
    50% {
        left: 17.7%;
        top: 50%;
    }
    60% {
        left: 27.1%;
        top: 97.8%;
    }
    70% {
        left: 41.6%;
        top: 109.9%;
    }
    80% {
        left: 66.2%;
        top: 99.4%;
    }
    90% {
        left: 78.3%;
        top: 87.5%;
    }
}

/*#glow-section.glow-section-alt {
    width: 1440px;
    height: 1000px;
    position: fixed;
    top: 0;
    z-index: -1;
}*/

#glow-section.glow-section-alt::before {
    background: #C295FB;
}

#glow-section.glow-section-alt::after {
    background: #FFCC00;
}


/*===============================  STICKY BLOCK  ================================*/

.sticky-container {
    position: sticky;
    top: 12px;
}

.sticky-container {
    display: block;
}

/*===============================  ANIMATION BLOCK  ================================*/

.animation-container .animation-inner {
    display: inline-flex;
    border: 1px solid #2372C7;
    border-radius: 8px;
}

.animation-container .first-frame {
    transition: ease-in-out 0.3s;
}

.animation-container .second-frame {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
}

.animation-container .animation-inner:hover .first-frame {
    opacity: 0;
}

.animation-container .animation-inner:hover .second-frame {
    opacity: 1;
}

/*===============================  VIDEO WITH BUTTON  ================================*/


.custom-video-player {
    width: 100%;
    /*max-width: 560px;*/
}

.video-wrapper {
    width: 100%;
    /*aspect-ratio: 112 / 117;*/
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    /*background: #f0f0f0;*/
}

#ortho-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-pause-btn {
    border: 1px solid #006fe6;
    background: transparent !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 10px;
    width: 90px;
    height: 57px;
    border-radius: 32px !important;
    position: absolute;
    bottom: 20px;
}

.play-pause-btn:hover {
    background: rgba(0, 223, 255, 0.1);
}

#btn-svg {
    display: block;
}

/*===============================  CUSTOM ACCORDION  ================================*/

.custom-accordion .e-n-accordion-item-title {
    backdrop-filter: blur(16px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.16);
    border: none;
}

.custom-accordion .e-n-accordion-item-title:hover  .e-n-accordion-item-title-icon svg path {
    stroke: #02A39D;
}

.custom-accordion .e-n-accordion-item[open] .e-con-full {
    border: none;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}

.custom-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    background: #fff;
    box-shadow: none;
}

.custom-accordion .elementor-widget-text-editor p:last-of-type {
    margin: 0;
}

/*===============================  CUSTOM TABS  ================================*/

.custom-tabs .e-n-tabs-heading button {
    flex: 1;
}

.custom-tabs .e-n-tabs-heading {
    padding: 24px 0;
}

.custom-tabs-wrap:has(.custom-tabs .first-tab.e-active) {
    background: linear-gradient(180deg, #e4edf0 0%, #fff 100%);
}
.custom-tabs-wrap:has(.custom-tabs .second-tab.e-active) {
    background: linear-gradient(180deg, #e2dfe8 0%, #fff 100%);
}

/*===============================  CUSTOM ICON LIST  ================================*/

.custom-icon-list .elementor-icon-list-icon {
    align-self: flex-start;
    padding-top: 4px;
}

/*===============================  ADAPTIVE STYLES  ================================*/

@media (max-width: 1024px) {
    header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
        max-height: none;
    }

    .header-nav .menu-item .hfe-menu-item {
        justify-content: center;
    }

    .header-nav .hfe-has-submenu-container,
    .header-nav .menu-item {
        text-align: center;
    }

    .header-nav .menu-item a.hfe-menu-item {
        height: 56px;
    }

    .header-nav .hfe-sub-menu-item {
        padding-left: 10px !important;
    }

    header .header-nav .menu-item .hfe-sub-menu-item {
        display: flex;
        justify-content: center;
    }

    .menu-item-has-children > .hfe-has-submenu-container > .hfe-sub-menu-item > .sub-arrow {
        transform: none;
    }

    .button-item .hfe-menu-item {
        color: var(--e-global-color-secondary) !important;
        font-size: 18px;
    }

    .footer-social .elementor-social-icon {
        flex-direction: row-reverse;
        height: auto !important;
        width: auto !important;
    }

    .footer-social .elementor-social-icon .elementor-screen-only {
        position: static;
        color: #FAF5EF;
        height: auto;
        width: auto;
        overflow: visible;
        clip: initial;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.03em;
        margin-left: 6px;
    }
    .subtitle:after {
        display: none;
    }
    .hfe-dropdown {
        overflow: hidden;
    }

    .hfe-nav-menu-icon {
        padding: 0 10px;
    }
    .button-item {
         padding-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .hfe-submenu-icon-classic .hfe-nav-menu-icon {
        padding: 0 !important;
    }

    .footer-secondary-menu .menu-item:after {
        right: -3px;
    }

    .carousel-arrow {
        width: 20px !important;
    }


    .team-item {
        display: block;
    }

    .colored-item .first-title {
        background: #f2d000;
    }

    .colored-item .second-title {
        background: #bf91f9;
    }

    .colored-item .third-title {
        background: #55b5e2;
    }

    .colored-item .fourth-title {
        background: #e880a6;
    }

    .colored-item .fifth-title {
        background: #7e6adc;
    }

    .colored-item .sixth-title {
        background: #7bc340;
    }

    .sticky-container {
        position: static;
    }

    .download-button a {
        width: 100%;
    }

    .custom-tabs .e-n-tabs-heading {
        flex-direction: column;
    }

}
