/* Global */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text);
}

h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    margin: 0;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin: 0;
}

h4 {
    font-family: 'Inter', sans-serif;
}

h5 {
    font-family: 'Inter', sans-serif;
}

h6 {
    font-family: 'Inter', sans-serif;
}

/* Template & Component Base */

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-25 {
    padding: 15px;
    width: 25%;
}

.col-33 {
    padding: 15px;
    width: calc(100% / 3);
}

.col-40 {
    padding: 15px;
    width: 40%;
}

.col-50 {
    padding: 15px;
    width: 50%;
}

.col-60 {
    padding: 15px;
    width: 60%;
}

/*
.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
    padding: 15px 30px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    text-decoration: none;
}

.btn i {
    margin-right: 4px;
}

.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}

.btn.btn-secondary {
    background-color: var(--white);
    color: var(--text);
}
*/

.btn {
    display: inline-block;
}

.btn-wrap {
    text-align: center;
}

.btn-wrap.full-width .btn {
    display: block;
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin: 0 -16px;
    }

    .col-33 {
        padding: 16px;
        width: 50%;
    }

    .col-40 {
        padding: 16px;
    }

    .col-60 {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .col-25 {
        width: 100%;
    }

    .col-33 {
        width: 100%;
    }

    .col-40 {
        width: 100%;
    }

    .col-50 {
        width: 100%;
    }

    .col-60 {
        width: 100%;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}

/* Hero */

.hero-title span {
    color: var(--primary);
}

@media (max-width: 767px) {

}

/* Header & Nav Menu */

.hfe-site-logo-img {
    display: block;
}

.agb-navigation-menu {
    /* display: block !important; */
    display: none !important;
}

.agb-navigation-menu .menu {
    justify-content: right;
}

.agb-navigation-menu .menu > .menu-item:hover > .menu-item-link {
    color: var(--primary);
}

.agb-navigation-menu .sub-menu .menu-item:hover .menu-item-title {
    color: var(--primary);
}

.agb-navigation-menu .sub-menu .menu-item-icon {
    /* background-color: #106a370d !important; */
    background-color: #106a371a !important;
}

.agb-navigation-menu .sub-menu .menu-item-description {
    color: #6b7280 !important;
}

.agb-navigation-menu .mobile-menu .menu-item-icon {
    background-color: #106a371a !important;
}

/* Introduction Widget */
.agb-introduction .title {
    color: var(--primary);
}

.agb-introduction .slides .owl-prev,
.agb-introduction .slides .owl-next {
    color: var(--white) !important;
    background-color: var(--primary) !important;
}

/* Product Widget */
.agb-product .taxonomies {
    color: var(--primary);
}

/* Landmark Widget */
.agb-landmark .owl-dots {
    margin-top: 18px !important;
}

.agb-landmark .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    background-color: #ccc !important;
}

.agb-landmark .owl-dot.active span {
    background-color: var(--primary) !important;
}

/* Team Widget */
.agb-team .team .role {
    color: var(--primary);
}

/* Resource Widget */
.agb-resource .resource .read-more {
    color: var(--white) !important;
    background-color: var(--primary) !important;
}

.agb-resource .slides .owl-prev,
.agb-resource .slides .owl-next {
    color: var(--white) !important;
    background-color: var(--primary) !important;
}

/* LinkedIn Article Widget */
.agb-linkedin-article .linkedin-article .read-more {
    color: var(--white) !important;
    background-color: var(--primary) !important;
}

.agb-linkedin-article .slides .owl-prev,
.agb-linkedin-article .slides .owl-next {
    color: var(--white) !important;
    background-color: var(--primary) !important;
}

/* Impact Report Widget */
.agb-impact-report .file {
    color: var(--text);
}

.agb-impact-report .owl-dot.active span {
    background-color: var(--primary) !important;
}

/* Case Study Widget */
.agb-case-study .file {
    color: var(--text);
}

/* Testimonial Video Widget */
.agb-testimonial-video .slides .owl-prev,
.agb-testimonial-video .slides .owl-next {
    color: var(--white) !important;
    background-color: var(--primary) !important;
}

.agb-case-study .owl-dot.active span {
    background-color: var(--primary) !important;
}

@media (min-width: 1024px) {

}

/* Footer */

.footer-main {
    color: var(--white);
    background-color: var(--primary);
}

.footer-main h2 {
    font-size: 20px;
}

.footer-main h3 {
    font-size: 16px;
}

.footer-main h5 {
    font-size: 16px;
}

.footer-main .elementor-widget-wp-widget-nav_menu h5 {
    padding: 0 0 8px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid var(--white);
}

.footer-main .menu {
    list-style: none;
    padding: 0;
}

.footer-main .menu .menu-item {
    margin-bottom: 12px;
}

.footer-main .menu .menu-item:last-child {
    margin-bottom: 0;
}

.footer-main .menu .menu-item a {
    color: var(--white);
}

.footer-main p {
    margin: 0;
}

.footer-main ul {
    margin: 0;
    padding-left: 18px;
}

/* Specific Features */

/* WPCF7 */

.wpcf7 .wpcf7-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wpcf7 label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    font-size: 16px;
    width: 100%;
    padding: 8px 12px;
    margin: 8px 0 0 0;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.wpcf7 .wpcf7-form > p {
    width: 100%;
    margin: 0 0 12px 0;
}

.wpcf7 .wpcf7-form .wpcf7-spinner {
    position: absolute;
    bottom: 10px;
    left: 0;
}

.wpcf7 .wpcf7-response-output {
    margin: 12px 0 0 0 !important;
}

.wpcf7 .wpcf7-submit {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 12px 16px;
    margin: 8px 0 0 0;
    color: var(--white);
    border-radius: 6px;
    border-style: none;
    background-color: var(--primary);
}

#wpcf7-f323-p7-o1 .wpcf7-form > p:nth-child(3),
#wpcf7-f323-p7-o1 .wpcf7-form > p:nth-child(4) {
    width: calc(50% - 8px);
}

#wpcf7-f323-p7-o1 .wpcf7-form > p:nth-child(3) {
    margin-right: 16px;
}

#wpcf7-f323-p7-o1 .wpcf7-form > p:nth-child(5) {
    position: relative;
    width: 100%;
}

/* Page Template */
.page-hero {
    padding: 32px 0;
}

.page-main {
    padding: 32px 0;
}

/* Homepage */
.products-heading span {
    display: block;
    color: var(--primary);
}

/* About */
.landmarks-heading span {
    color: var(--text);
}

/* Impact */
.impact-heading span {
    color: var(--text);
}

.impact-reports-heading span,
.case-studies-heading span {
    color: var(--text);
}

/* Product */
.product-heading span {
    color: var(--text);
}

/* Partner */
.partner-heading span {
    color: var(--text);
}

/* Single LinkedIn News */
.single-linkedin_article .main-content iframe {
    width: 100%;
}

/* Archive */

/* Search */

/* Main Content */

/* 404 */

.error404 {
    min-height: 100vh;
}

.error404 .page-hero {
    text-align: center;
}

.error404 .page-main {
    text-align: center;
}


/* QLWAPP WhatsApp */

.qlwapp__container.qlwapp__container--bottom-right {
    bottom: 72px !important;
}