/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.page-content>.post,
.page-header .entry-title,
.entry-title {
    display: none !important;
}


/* Theme styles starts here */

:root {
    /* Color scheme */
    --theme-base-text-color: #000;
    --theme-base-color: #0B242A;
    --theme-white: #fff;
    --theme-black: #000;
    --assistant-placeholder: #f5f5f5;
    --features-icon-background: #CFDDE2;
    --feature-theme-icon-outline: #0B242A;
    --theme-counter-color: #F3ECE6;


    /* Typography */
    --theme-base-font-size: 16px;
    --assistant-border-stroke: 6px;

}


body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

* {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
}

* br {
    display: none !important;
}

header.scrolled {
    background-color: #20333B;
}

sup.sup-text {
    font-size: 60% !important;
}

.nowrap {
    white-space: nowrap;
}

.wp-child-theme-hello-elementor-child .cta__container.e-con.e-flex {
    display: none;
}

.wp-child-theme-hello-elementor-child .hfe-nav-menu__align-center .hfe-nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.wp-child-theme-hello-elementor-child .elementor-widget-navigation-menu .menu-item a.hfe-menu-item {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    color: var(--theme-black) !important;
}

.hfe-nav-menu-icon svg {
    fill: var(--theme-white);
}

.wp-child-theme-hello-elementor-child .navigation__menu-container {
    max-width: 10%;
}

.wp-child-theme-hello-elementor-child .hero__banner {
    position: relative;
    bottom: 100px;
}

/* .wp-child-theme-hello-elementor-child .hero__banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    box-shadow: 0px 200px 380px 200px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0px 200px 380px 200px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 200px 380px 200px rgba(0, 0, 0, 0.49);
} */

.wp-child-theme-hello-elementor-child header#masthead {
    position: fixed;
    top: 0;
    width: 100%;
}

.footer__menu .elementor-widget-site-logo .hfe-site-logo-container .hfe-site-logo-img,
.wp-child-theme-hello-elementor-child .logo__container .hfe-site-logo-container .hfe-site-logo-img {
    filter: brightness(10);
}

/* site flyout */

.site-flyout .hfe-flyout-overlay {
    background: transparent !important;
}

.site-flyout .hfe-flyout-open {
    display: flex !important;
    justify-content: center;
    background: #DDE9EE !important;
    width: 100% !important;
    transition: left 0.5s ease;
}

.site-flyout .hfe-flyout-content {
    width: 100%;
}

.site-flyout .hfe-nav-menu {
    max-width: 400px;
}

.site-flyout .hfe-flyout-close {
    left: auto;
    top: 20px !important;
    right: 20px !important;
    margin: 0px !important;

}

.site-flyout .hfe-flyout-close svg {
    margin: 0px !important;
}

/* site flyout */




.assistant {
    max-width: 840px;
    margin: 20px auto;
}

.assistant__form {
    position: relative;
    padding: 20px 20px 60px 20px;
    border-radius: 20px;
    width: 100%;
    min-height: 120px;
    border: var(--assistant-border-stroke) solid var(--theme-white);
    background-color: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color var(--transition), box-shadow var(--transition);
}

.assistant .assistant__textarea {
    caret-color: var(--assistant-placeholder);
    color: var(--assistant-placeholder);
    padding: 0;
    width: 100%;
    resize: none;
    border: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
    scrollbar-width: thin;
    scrollbar-color: var(--assistant-placeholder) transparent;
}

.assistant .assistant__textarea::-webkit-scrollbar {
    width: 6px;
}

.assistant .assistant__textarea::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.assistant .assistant__textarea::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
}

.assistant .assistant__textarea::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--assistant-placeholder), var(--theme-white));

}

.assistant .assistant__textarea::placeholder {
    color: var(--assistant-placeholder);
}

.assistant .assistant__action {
    padding: 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--theme-base-color);
    border: 0;
    color: var(--theme-white);
    opacity: 0.5;
    transition: opacity 0.1s linear;
}

.assistant .assistant__action.active {
    opacity: 1;
}

.assistant .assitant__tools {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.assistant .assitant__tools .assistant__tool-action {
    font-size: 14px;
    padding: 10px;
    color: var(--theme-white);
    background: var(--theme-base-color);
    border: 0;
    border-radius: 25px;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}


.square-list ul {
    list-style-type: none;
    padding-left: 20px !important;
}

.square-list ul li {
    display: grid;
    grid-template-columns: 15px 1fr;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.square-list ul li::before {
    content: "";
    background: var(--feature-theme-icon-outline);
    height: 15px;
    width: 15px;
}


.logo__container {
    padding: 0;
}


.grid__icon-box-container .elementor-widget-lottie {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--features-icon-background);
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 24px auto !important;
    outline: 5px solid var(--feature-theme-icon-outline);
}

.grid__icon-box-container .elementor-widget-image-box .elementor-image-box-img img {
    width: 70%;
}

.grid__icon-box-container {
    flex-wrap: wrap;
}

.custom__text-container p {
    margin: 0;
}

.custom__text-container .custom__text-content {
    max-width: 510px;
}

.custom__text-container .custom__text-content>div:not(:last-child) {
    margin-bottom: 20px;
}


.custom__text-container .custom__text-content input+label {
    font-size: 14px;
    color: var(--theme-black);
    line-height: 1.5;
    padding: 5px 20px 5px 24px;
    position: relative;
    cursor: pointer;
}

.custom__text-container .custom__text-content input+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 2PX;
    border: 1px solid var(--theme-black);
    z-index: 1;
}

.custom__text-container .custom__text-content input+label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    width: 5px;
    height: 8px;
    border-left: 1px solid var(--theme-white);
    border-top: 1px solid var(--theme-white);
    background-color: transparent;
    z-index: 1;
    transform: rotate(-134deg);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.custom__text-container .custom__text-content input:checked+label::before {
    background-color: var(--theme-black);
}

.custom__text-container .custom__text-content input:checked+label::after {
    opacity: 1;
}

.custom__text-container .custom__text-content input[type="checkbox"] {
    position: absolute;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
}

.two__image-grid .image__container {
    max-width: 30%;
}

.two__image-grid .text__content .elementor-widget-image {
    height: 720px;
    width: 100%;
    z-index: 0;
}

.two__image-grid .text__content {
    z-index: 2;
    height: 100%;
    justify-content: center;
}

.two__image-grid .image__full-width.elementor-widget-image {
    width: 100%;
}

.two__image-grid .image__full-width.elementor-widget-image img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

.design__list.counter-enable {
    counter-reset: section;
}



.design__list .container__list-item .elementor-widget-image img {
    width: 100%;
}

.design__list .container__list-item>.elementor-widget-image {
    width: 100%;
}

.design__list.counter-enable .container__list-item .elementor-heading-title {
    counter-increment: section;
}

.design__list.counter-enable .container__list-item .elementor-heading-title:before {
    content: counter(section);
    font-weight: 600;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: var(--theme-black);
    color: var(--theme-counter-color);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 100%;
    font-family: sans-serif;
}

.design__list.counter-enable.counter-center .container__list-item .elementor-heading-title:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: #CCDADD;
    outline: 8px solid #DDE9EE;
    bottom: calc(100% + 25px);
    color: var(--swiper-theme-color);
    width: 60px;
    height: 60px;
}

.container-enable-shadow {
    position: relative;
}

.container-enable-shadow>div {
    position: relative;
    z-index: 10;
}

.elementor .footer__icon-list img {
    max-width: 65px;
    width: 100%;
}


.footer__menu .elementor-widget-wp-widget-nav_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__menu .elementor-widget-wp-widget-nav_menu .menu .menu-item a {
    padding: 6px 0;
    color: var(--theme-white);
    line-height: 1.5;
    display: inline-block;
}

/* .container__list-item invert-input */


/* .design__list .container__list-item.dark-card .elementor-widget-image img {
    width: 55%;
    margin-left: auto;
    display: block;
} */

.custom__text-container .e-con-full .elementor-widget-image-box .elementor-image-box-img img,
.custom__text-container .e-con-full .elementor-widget-image-box .elementor-image-box-img {
    width: 100%;
}


.design__list .container__list-item.dark-card input+label {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-white);
    line-height: 1.5;
    padding: 5px 20px 5px 35px;
    position: relative;
    cursor: default;
}

.design__list .container__list-item.dark-card>.elementor-widget-image {
    max-width: 30%;
}

.design__list .container__list-item.dark-card input+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 2PX;
    border: 1px solid #566769;
    background-color: #566769;
    z-index: 1;
}

.design__list .container__list-item.dark-card input+label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    width: 5px;
    height: 8px;
    border-left: 1px solid var(--theme-white);
    border-top: 1px solid var(--theme-white);
    background-color: transparent;
    z-index: 1;
    transform: rotate(-134deg);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.design__list .container__list-item.dark-card input[type="checkbox"] {
    position: absolute;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
}

.design__list .container__list-item.dark-card [role="group"] {
    max-width: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ai-section__list input+label {
    font-size: 14px;
    font-weight: 400;
    color: #0B283A;
    line-height: 1.5;
    padding: 5px 20px 5px 35px;
    position: relative;
    cursor: default;
}

.ai-section__list input {
    display: none;
}

.ai-section__list input+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 2PX;
    border: 1px solid #566769;
    background-color: #566769;
    z-index: 1;
}

.ai-section__list input+label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    width: 5px;
    height: 8px;
    border-left: 1px solid var(--theme-white);
    border-top: 1px solid var(--theme-white);
    background-color: transparent;
    z-index: 1;
    transform: rotate(-134deg);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}


.hero__banner .elementor-widget-image img {
    min-height: 740px;
    object-fit: cover;
}

.two__image-grid .text__content {
    padding: 40px;
}

/* .e-con-full.container-enable-shadow,
.hero__banner {
    overflow: hidden;
} */

.e-con-full.navigation__menu-container {
    padding: 0;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.modal-overlay.modal-active {
    display: flex;
}

.modal-overlay .modal {
    padding: 40px;
    background-color: var(--theme-white);
    border-radius: 8px;
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.modal-overlay .modal .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    border: 0;
    color: var(--theme-black);
    font-size: 26px;
}

.modal-overlay .modal h2 {
    margin: 30px 0 15px 0;
    font-size: 24px;
}

.modal-overlay .modal .modal-close:hover {
    background-color: var(--theme-base-color);
    color: var(--theme-white);
}

.modal-overlay .modal p {
    font-size: 15px;
}

.modal-overlay .modal .modal-actions {
    margin-top: 30px;
}

.modal-overlay .modal .modal-actions button {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    border: 0;
    background-color: var(--theme-base-color);
    color: var(--theme-white);
    line-height: 1.6;
    font-size: 15px;
}

.modal-overlay .modal .modal-actions button:hover {
    background-color: var(--features-icon-background);
    color: var(--theme-base-color);
}

.modal-overlay .modal .modal-actions button.btn-secondary {
    background-color: var(--features-icon-background);
    color: var(--theme-base-color);
}

.assistant__action a {
    cursor: pointer;
}

.custom__text-container .swiper-slide {
    opacity: 0.2;
}

.custom__text-container .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.slider__component {
    cursor: pointer;
}

.animated-icon .elementor-widget.elementor-widget-text-editor {
    max-width: 260px !important;
    margin: 0 auto;
}

.flora__team .elementor-widget.elementor-widget-text-editor {
    max-width: 330px !important;
}

.slider__title {
    color: var(--theme-white);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.slider__media {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px !important;
}

.slider__description {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-white);
    line-height: 1.5;
    display: block;
}

.custom__slider.swiper-horizontal {
    padding-bottom: 80px;
}

.custom__slider.swiper-horizontal .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 4px !important;
}

.custom__slider.swiper-horizontal .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #222222;
}

.page-content .slider__component {
    text-decoration: none;
}

.custom__text-container .custom__text-content>div:nth-child(2) {
    margin-bottom: 0;
}

sup {
    text-transform: lowercase;
    position: relative;
}

.dashboard__desc {
    position: relative;
    z-index: 10;
    top: 45px;
}

.road-map-container .elementor-widget-text-editor {
    max-width: 375px !important;
}

.design__list .container__list-item.dark-card .elementor-widget-text-editor {
    max-width: 460px !important;
}

@media(max-width: 767px) {
    .two__image-grid .text__content.mobile-px {
        padding-left: 0;
        padding-right: 0;
    }

    .two__image-grid .image__full-width.elementor-widget-image img {
        height: 500px;
    }
}


@media(min-width: 640px) {
    .grid__icon-box-container .elementor-widget-lottie {
        max-width: 160px;
        max-height: 160px;
        height: 160px;
        width: 160px;
        min-height: 160px;
        min-width: 160px;
    }

    .assistant__form {
        border-radius: 40px;
    }
}


@media(min-width: 768px) {

    .site-flyout .hfe-flyout-open {
        width: 50% !important;
    }

    .dashboard__desc {
        top: 100px;
    }

    .h-0 {
        height: 0;
    }
}




@media(min-width: 1025px) {
    * br {
        display: none !important;
    }

    .wp-child-theme-hello-elementor-child .cta__container.e-con.e-flex {
        display: flex;
    }

    .wp-child-theme-hello-elementor-child .navigation__menu-container {
        max-width: initial;
    }

    .wp-child-theme-hello-elementor-child .hfe-nav-menu__align-center .hfe-nav-menu {
        padding: 0;
    }

    .wp-child-theme-hello-elementor-child .elementor-widget-navigation-menu .menu-item a.hfe-menu-item {
        color: var(--theme-white) !important;
    }

    .design__list .container__list-item .text__content {
        max-width: 40%;
    }

    .design__list .container__list-item .text__content+.elementor-widget-video {
        max-width: 60%;
    }

    .grid__icon-box-container .elementor-widget-lottie {
        max-width: 260px;
        max-height: 260px;
        height: 260px;
        width: 260px;
        min-height: 260px;
        min-width: 260px;
    }

    .two__image-grid .text__content {
        padding: 60px;
    }

    .grid__icon-box-container {
        flex-wrap: nowrap;
    }

    .design__list .container__list-item.dark-card input+label {
        font-size: 18px;
        max-width: 320px;
    }

    .design__list .container__list-item.dark-card input+label::before {
        width: 20px;
        height: 20px;
    }

    .design__list.counter-enable.counter-center .container__list-item .elementor-heading-title:before {
        width: 80px;
        height: 80px;
    }

    .two__lines br {
        display: block !important;
    }

}

@media(min-width: 1290px) {
    .dashboard__desc {
        top: 190px;
    }

    .elementor-button {
        padding: 12px 40px !important;
    }
}