/*
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 page 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: 2.9.0.1700564767
Updated: 2023-11-21 11:06:07

*/

.almada-scope-work {
    width: 95vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #000000;
    color: #ffffff;
    padding: 70px 48px;
    box-sizing: border-box;
    overflow: hidden;
}

.almada-scope-work__inner {
    width: min(100%, 1740px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(420px, 0.72fr) minmax(620px, 1.12fr);
    gap: clamp(70px, 8vw, 150px);
    align-items: start;
}

.almada-scope-work__media {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background: #111827;
}

.almada-scope-work__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.04) 46%, rgba(0, 0, 0, 0.22) 100%);
    pointer-events: none;
}

.almada-scope-work__media img {
    width: 100%;
    height: 100%;
    min-height: 690px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.almada-scope-work__content {
    padding-top: 10px;
}

.almada-scope-work__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.12em;
}

.almada-scope-work__title span,
.almada-scope-work__title strong {
    display: inline;
}

.almada-scope-work__title strong {
    color: #4b74ff;
    font-weight: inherit;
}

.almada-scope-work__desc {
    max-width: 610px;
    margin: 44px 0 0;
    color: #9aa6bb;
    font-size: 20px;
    line-height: 1.55;
}

.almada-scope-work__list {
    display: grid;
    gap: 22px;
    margin-top: 44px;
}

.almada-scope-work__item {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    background: #050505;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.almada-scope-work__icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    flex: 0 0 48px;
    background: #101a35;
    position: relative;
}

.almada-scope-work__icon::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 13px;
    width: 17px;
    height: 10px;
    border-left: 4px solid #4b74ff;
    border-bottom: 4px solid #4b74ff;
    transform: rotate(-45deg);
    border-radius: 2px;
}

@media (max-width: 1024px) {
    .almada-scope-work {
        padding: 56px 24px;
    }

    .almada-scope-work__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .almada-scope-work__media,
    .almada-scope-work__media img {
        min-height: 440px;
    }
}

@media (max-width: 767px) {
    .almada-scope-work {
        padding: 42px 16px;
    }

    .almada-scope-work__media,
    .almada-scope-work__media img {
        min-height: 320px;
    }

    .almada-scope-work__title {
        font-size: 34px;
        letter-spacing: 0.06em;
    }

    .almada-scope-work__desc {
        margin-top: 24px;
        font-size: 15px;
    }

    .almada-scope-work__list {
        gap: 14px;
        margin-top: 28px;
    }

    .almada-scope-work__item {
        min-height: 64px;
        padding: 12px 14px;
        font-size: 15px;
    }

    .almada-scope-work__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .almada-scope-work__icon::before {
        left: 12px;
        top: 11px;
        width: 15px;
        height: 9px;
    }
}

/********************/
.almada-execution-strengths {
    background: #000000;
    color: #ffffff;
    padding: 72px 30px;
    box-sizing: border-box;
}

.almada-execution-strengths__inner {
    max-width: 1180px;
    margin: 0 auto;
}
.almada-execution-strengths__title {
    margin: 0 0 38px;
    color: #ffffff;
    font-size: clamp(36px, 3.4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.almada-execution-strengths__title span,
.almada-execution-strengths__title strong {
    display: inline;
}

.almada-execution-strengths__title strong {
    color: #4b74ff;
    font-weight: inherit;
}

.almada-execution-strengths__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.almada-execution-strengths__card {
    min-height: 178px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 24px;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.almada-execution-strengths__card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .almada-execution-strengths {
        padding: 58px 24px;
    }

    .almada-execution-strengths__card {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .almada-execution-strengths {
        padding: 44px 16px;
    }

    .almada-execution-strengths__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .almada-execution-strengths__title {
        margin-bottom: 26px;
        font-size: 34px;
    }

    .almada-execution-strengths__card {
        min-height: 112px;
        padding: 22px;
        border-radius: 18px;
    }

    .almada-execution-strengths__card h3 {
        font-size: 19px;
    }
}

