/* 
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
*/

/* Add your custom styles here */


/* ===== custom-css-start-here ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');

body {
    background: linear-gradient(270deg, #010D27 0%, #0E4581 50%, #000D2B 100%) !important;
    font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
p {
    font-family: "Poppins", sans-serif !important;
}

p {
    font-size: 15px !important;
}

/* ===== header-css-start-here ==== */

.ehf-header #masthead {
    z-index: 99;
    position: sticky;
    top: 0;
    background: linear-gradient(270deg, #010D27 0%, #0E4581 50%, #000D2B 100%) !important;
}
.menu-header-wrapper .hfe-nav-menu li.menu-item a.hfe-menu-item {
    font-size: 16px;
    font-weight: 500;
    position: relative;
}


.menu-header-wrapper .hfe-nav-menu li.menu-item a.hfe-menu-item::before {
    content: "";
    height: 2px;
    width: 0%;
    transition: 0.5s all;
    position: absolute;
    background-color: #fff !important;
    opacity: 0;
    bottom: 7px;
}
.page-id-179 footer#colophon{
    display: none !important;
}
.menu-header-wrapper .hfe-nav-menu li.menu-item a.hfe-menu-item:hover:before {
    content: "";
    opacity: 1;
    width: 50%;
    transition: 0.5s all;
}

/* ===== header-css-end-here ==== */

/* ===== body-sections-css-start-here ===== */
.home-hero-img-container {
    padding-bottom: 80px;
}

.information-guesswork-sec-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.information-guesswork-col-iconbox .elementor-icon-box-title span {
    font-family: "Quantico", sans-serif !important;
    font-weight: 400;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: white !important;
}
.introducing-sec-heading {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.introducing-sec-heading h2,
.introducing-sec-heading h3 {
    color: #fff;
    margin: 0px;
}

.introducing-sec-heading h2 {
    font-weight: 700;
}

.introducing-col-iconbox-wrap h4.elementor-icon-box-title {
    margin-top: 0;
}

.information-guesswork-col-img {
    width: 80% !important;
    margin-bottom: 20px;
}

.information-guesswork-grid-col {
    gap: 0;
}

.subcription-eraser-container {
    width: 75%;
    margin: 0 auto;
}

.subcription-eraser-list-wrap .elementor-icon-list-items .elementor-icon-list-item {
    font-size: 15px;
    position: relative;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.subcription-eraser-list-wrap .elementor-icon-list-items .elementor-icon-list-item::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 10px;
}

.how-it-works-col-heading h2 {
    font-family: "Train One", system-ui !important;
    font-weight: 400 !important;
    font-size: 40px;
}

.how-it-works-col {
    border-bottom: 1px solid #fff;
}

.how-it-works-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

.join-with-us-container {
    width: 70%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-hero-img-container img {
    width: 40%;
}

.real-world-content-heading h2 {
    line-height: normal;
}

.join-with-us-form-col {
    gap: 0;
}

/* Background (apply to section containing form) */
.custom-form {
    max-width: 100%;
    margin-top: 30px;
}

/* Input fields */
.cf-input {
    width: 100%;
    padding: 18px 22px;
    margin-bottom: 18px;
    border: none;
    border-radius: 30px;
    background: #e6e6e6;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}

/* Placeholder style */
.cf-input::placeholder {
    color: #666;
}

/* Dropdown arrow fix */
select.cf-input {
    appearance: none;
}

/* Terms */
.cf-terms {
    margin: 10px 0 20px;
    font-size: 14px;
    color: #fff;
}

.cf-terms a {
    color: #fff;
    text-decoration: underline;
}

/* Checkbox */
.cf-terms input[type="checkbox"] {
    margin-right: 8px;
}

/* Button */
.cf-btn {
    background: #e6e6e6;
    color: #0b2a4a;
    border: none;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.cf-btn:hover {
    background: #ffffff;
}

.custom-form p {
    margin-bottom: 0;
}

.custom-form p span {
    display: inline-block;
    width: -webkit-fill-available;
}

.custom-form p span input {
    background-color: #f4f4f4;
    border: 0;
    border-radius: 30px;
    font-size: 15px;
    padding: 10px 20px;
}

.custom-form p span.wpcf7-list-item label {
    display: flex;
}

/* ===== body-sections-css-end-here ===== */


/* ===== footer-css-start-here ===== */
.custom-footer-wrapper {
    position: relative;
    background: #06294980;
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-footer-logo-col img {
    width: 70%;
}

.custom-footer-menu-wrap nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow ul li a {
    padding: 0px !important;
}

.custom-footer-menu-wrap nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow ul {
    gap: 20px;
}


.custom-footer-menu-wrap nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow ul::before,
.custom-footer-menu-wrap nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow ul::after {
    content: "";
    display: none;
}

/* ===== footer-css-end-here ===== */


/* ==== media-query-start-here ==== */
@media screen and (max-width:1024px) {
    .join-with-us-container {
        width: 90%;
    }
}


@media screen and (max-width:992px) {

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 14px !important;
    }

    .menu-header-wrapper .hfe-nav-menu li.menu-item a.hfe-menu-item {
        font-size: 15px;
    }

    .information-guesswork-col-iconbox .elementor-icon {
        font-size: 30px;
    }

    .information-guesswork-col-iconbox .elementor-icon-box-title {
        margin: 0;
    }

    .information-guesswork-col-iconbox .elementor-icon-box-wrapper {
        gap: 8px !important;
        margin-bottom: 5px;
    }

    .introducing-col-iconbox-wrap .elementor-icon-box-wrapper {
        flex-direction: column !important;
    }

    .subcription-eraser-container {
        width: 100%;
    }

    .how-it-works-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .how-it-works-col-heading h2 {
        font-size: 36px;
    }

    .how-it-works-col {
        gap: 12px;
    }

    .real-world-content-col {
        gap: 10px;
    }
}

@media screen and (max-width:767px) {
    .custom-header-wrapper .hfe-nav-menu__toggle {
        margin: 0 0 0 auto !important;
    }

    .custom-header-wrapper .hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
        fill: #fff;
    }

    .custom-header-wrapper nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
        position: absolute;
        width: 60% !important;
        left: -230px !important;
        top: -10px;
        height: 100vh !important;
        align-items: flex-start;
        transition: 0.5s all !important;
        transform: translateX(-110%);
    }

    .custom-header-wrapper nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
        transition: 0.5s all !important;
        transform: translateX(0%);
        left: -10px !important;
    }

    .custom-header-wrapper nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown ul li a {
        color: #031533 !important;
    }

    .home-hero-img-container img {
        width: 80%;
    }

    .information-guesswork-sec-wrap p {
        text-align: center;
    }

    .introducing-sec-heading {
        flex-direction: column;
    }

    .subcription-eraser-list-wrap .elementor-icon-list-items .elementor-icon-list-item::before {
        content: "";
        flex-shrink: 0;
    }

    .nxt-meet-up-iconbox-wrap .elementor-icon-box-wrapper {
        flex-direction: row !important;
        text-align: left !important;
        margin: 10px 0;
    }

    .nxt-meet-up-iconbox-wrap .elementor-icon-box-wrapper h5.elementor-icon-box-title {
        margin: 0;
    }

    .join-with-us-container {
        width: 100%;
    }

    .join-with-us-container .e-con-inner {
        flex-direction: column !important;
    }

    .join-with-us-img-col img {
        margin: 0 auto;
        width: 60%;
    }

    .custom-footer-logo-col img {
        margin: 0 auto;
    }
}

@media screen and (max-width:576px) {

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .home-hero-img-container {
        padding-bottom: 50px;
    }

    .information-guesswork-sec-wrap,
    .how-it-works-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .introducing-sec-heading h3 {
        font-size: 18px;
    }

    .how-it-works-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .join-with-us-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .join-with-us-img-col img {
        width: 70%;
    }

    .join-with-us-form-col {
        padding: 0;
    }

    .custom-footer-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ==== media-query-end-here ==== */