/*
Theme Name: Hello Elementor -Child
Author:
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* GLOBAL */
.color-midnight-ink {
    color: var(--e-global-color-003a20a);
}

.color-royal-indigo {
    color: var(--e-global-color-46969ae);
}

body,
p,
.home-main-banner div {
    font-family: "Inter", Sans-serif !important;
}

p {
    line-height: 1.4;
}

/* HOME BANNER */
.home-main-banner .elementor-icon-box-title {
    margin-top: 0;
}

.home-main-banner .hmb-buttons>div {
    flex-direction: row !important;
    justify-content: flex-end !important;
    gap: 25px !important;
}

.icon-plane,
.icon-hand {
    position: relative !important;
}

.icon-plane:after {
    background-image: url(/wp-content/uploads/2026/04/icon-plane.png);
}

.icon-hand:after {
    background-image: url(/wp-content/uploads/2026/04/icon-hand.png);
}

.icon-plane:after,
.icon-hand:after {
    content: '' !important;
    display: block !important;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -7px;
    left: 2px;
    transform: translateY(-50%);
}

.home-main-banner .bhm-heading {
    max-width: 1242px !important;
    white-space: nowrap !important;
    margin-bottom: 100px !important;
    margin-left: -50px !important;
}

.home-main-banner .n2-ss-slider-controls {
    max-width: 1288px;
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start !important;
    position: relative !important;
    background-color: transparent;
    margin-top: -40px;
}

.home-main-banner .n2-ss-slider-controls .nextend-bullet-bar {
    gap: 20px;
}

/*  FEATURED MEMBERS */
/* {
    display: flex;
    justify-content: space-between;
} */

/*  MEMBERS SECTION */
.pl-members-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px 10px;
}

.pl-members-item {
    width: 100%;
    max-width: calc(25% - 10px);
}

.pl-members-item>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pl-members-image {
    margin-bottom: 10px;
}

.pl-members-item p {
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
}

.pl-members-socials img {
    max-height: 12px;
    width: auto;
}

.pl-members-socials {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-separator {
    display: block;
    background: var(--e-global-color-46969ae);
    width: 2px;
    height: 22px;
}

.STQARRIJIET-CONTENT p {
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  FOOTER */

.footer-content ul {
    line-height: normal;
}

.footer-content p {
    margin-bottom: 0;
}

/*  RESPONSIVE */

@media screen and (max-width: 1600px) {
    .home-main-banner .bhm-heading .n2-ss-text {
        font-size: 200px !important;
    }
}

@media screen and (max-width: 1366px) {
    .home-main-banner .bhm-heading .n2-ss-text {
        font-size: 140px !important;
    }

    .home-main-banner .bhm-heading {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .home-main-banner .n2-ss-slider-controls {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .pl-members-item {
        max-width: calc(25% - 10px);
    }

    .pl-members-item p {
        font-size: 16px;
    }

    .home-main-banner .bhm-heading .n2-ss-text {
        font-size: 100px !important;
    }

}

@media screen and (max-width: 768px) {
    .pl-members-item {
        max-width: calc(33.3% - 10px);
    }

    .pl-members-item.item-placeholder:nth-child(2) {
        display: none;
    }

    .home-main-banner .n2-ss-slider,
    .home-main-banner .n2-ss-slider .n2-ss-slide {
        height: 600px !important;
    }

    .home-main-banner .n2-ss-slider-controls {
        margin-top: -20px;
    }

    .home-main-banner .hmb-buttons>div {
        /* padding-bottom: 50px !important; */
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 630px) {
    .home-main-banner .hmb-buttons>div {
        flex-direction: row !important;
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px !important;
        justify-content: flex-start !important;
    }

    .home-main-banner .bhm-heading .n2-ss-text {
        font-size: 60px !important;
    }

}

@media screen and (max-width: 500px) {
    .pl-members-item.item-placeholder:nth-child(3) {
        display: none;
    }

    .pl-members-item {
        max-width: calc(50% - 10px);
    }

    .pl-members-section {
        gap: 20px 10px;
    }

}

@media screen and (max-width: 450px) {
    .home-main-banner .bhm-heading .n2-ss-text {
        font-size: 50px !important;
    }

    .btn-tista a div {
        font-size: 24px !important;
    }

    .btn-tista a {
        line-height: 1 !important;
        padding: 10px 30px 0px 30px !important;
    }
}