:root {
    --cd-blue: #3894ff;
    --cd-green: #00e676;
    --cd-dark: #0c0c0c;
    --cd-gray: #54595f;
    --cd-light: #f4f4f4;
    --cd-text: #333333;
    --cd-muted: #999999;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: var(--cd-text);
    background: #ffffff;
    line-height: 1.6;
}

a {
    color: var(--cd-blue);
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    background: #000;
    color: #fff;
    padding: 0.5rem 1rem;
}

.skip-link:focus {
    left: 0;
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.site-header .navbar {
    margin-bottom: 0;
    border: 0;
    min-height: 90px;
}

.site-logo {
    max-height: 70px;
    width: auto;
}

.navbar-nav > li > a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: var(--cd-blue);
    background: transparent;
}

.hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background: #161616 url('../images/Foto04.jpg') center center / cover no-repeat;
    padding: 6rem 0 5rem;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 127, 255, 0.33) 0%, #00030c 100%);
    opacity: 0.9;
}

.hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 1rem;
}

.hero__lead {
    max-width: 720px;
    margin: 0 auto 2rem;
    font-size: 1.1rem;
}

.hero__lead a {
    color: #ffffff;
    font-weight: 700;
}

.hero__highlights {
    list-style: none;
    padding: 0;
    margin: 0 auto 2rem;
    max-width: 640px;
    text-align: left;
}

.hero__highlights li {
    margin-bottom: 0.5rem;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.elementor-element-851ceaf .elementor-row {
    justify-content: center;
}

.elementor-element-851ceaf .elementor-column {
    width: 33.333%;
}

.elementor-31 .elementor-element.elementor-element-22a5b285:not(.elementor-motion-effects-element-type-background),
.elementor-31 .elementor-element.elementor-element-22a5b285 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #0c0c0c;
}

.elementor-element-7255ed7a > .elementor-container {
    margin-left: auto;
    margin-right: auto;
}

.elementor-element-7255ed7a .elementor-widget-wrap,
.elementor-element-6d449131 .elementor-widget-container,
.elementor-element-6d449131 .elementor-button-wrapper {
    text-align: center;
}

.elementor-element-6d449131 .elementor-button {
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .elementor-element-851ceaf .elementor-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .elementor-element-851ceaf .elementor-column:not(.elementor-element-cd851ceaf-spacer) {
        width: 100%;
    }

    .elementor-element-851ceaf .elementor-element-cd851ceaf-spacer {
        display: none;
    }

    .elementor-element-7a4d874 .futurio_extra_adv_text_block .text-content-block,
    .elementor-element-7a4d874 .futurio_extra_adv_text_block .text-content-block p {
        font-size: clamp(1.5rem, 6vw, 2rem);
        letter-spacing: 4px;
        line-height: 1.35;
    }

    .cd-tech-stack {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .cd-tech-stack__title {
        font-size: clamp(1.05rem, 4vw, 1.25rem);
    }

    .cd-tech-stack__text {
        font-size: clamp(1rem, 3.8vw, 1.15rem);
    }
}

.btn {
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 14px 28px;
}

.btn-primary {
    background: var(--cd-blue);
    border-color: var(--cd-blue);
}

.btn-success {
    background: var(--cd-green);
    border-color: var(--cd-green);
}

.section {
    padding: 5rem 0;
}

.section-header h2,
.section-contact h2,
.section-coffee h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}

.section-subtitle {
    color: var(--cd-muted);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.section-services {
    background: #ffffff;
}

.service-grid {
    margin-top: 2rem;
}

.service-card {
    text-align: center;
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.service-card__icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cd-blue);
    color: #ffffff;
    font-size: 2.5rem;
}

.service-card h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cd-tech-stack {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem 2rem;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}

.cd-tech-stack__item {
    margin: 0;
}

.cd-tech-stack__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.cd-tech-stack__text {
    margin: 0;
    font-size: clamp(0.98rem, 2vw, 1.1rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.elementor-element-444f9c6 .cd-tech-stack__title {
    font-family: var(--e-global-typography-primary-font-family, 'Roboto'), sans-serif;
}

/* --- Voor wie & Werkwijze --- */
.cd-section {
    padding: clamp(3rem, 8vw, 5rem) 0;
}

.cd-section__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 1.5rem);
}

.cd-section__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(2rem, 5vw, 3rem);
}

.cd-section__header--light .cd-section__title,
.cd-section__header--light .cd-section__lead {
    color: #ffffff;
}

.cd-section__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cd-section__lead {
    margin: 0;
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    line-height: 1.7;
    color: var(--cd-muted);
}

.cd-section--audience {
    background: var(--cd-gray);
    color: #ffffff;
}

.cd-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 1.5rem);
}

.cd-audience-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.75rem;
    min-height: 100%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cd-audience-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.2);
}

.cd-audience-card__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cd-blue);
    color: #ffffff;
}

.cd-audience-card__icon svg {
    width: 28px;
    height: 28px;
}

.cd-audience-card__body {
    flex: 1;
    width: 100%;
}

.cd-audience-card__title {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
}

.cd-audience-card__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.cd-section--process {
    background: var(--cd-light);
}

.cd-process-flow {
    margin: 0 auto;
    max-width: 960px;
    padding: clamp(1rem, 3vw, 1.5rem);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.cd-process-flow img {
    display: block;
    width: 100%;
    height: auto;
}

.section-cta {
    background: linear-gradient(180deg, #009ee2 0%, #2774e8 100%);
    color: #ffffff;
}

.section-cta h2 {
    color: #ffffff;
}

.section-cta .btn-light {
    margin-right: 0.5rem;
}

.section-portfolio {
    background: var(--cd-gray);
    color: #ffffff;
}

.section-portfolio .section-header h2,
.section-portfolio .section-subtitle {
    color: #ffffff;
}

.portfolio-list {
    display: grid;
    gap: 2rem;
}

.portfolio-card {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
}

.portfolio-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.portfolio-card__body {
    padding: 1.5rem 1.5rem 1.5rem 0;
}

.portfolio-card__title {
    margin-top: 0;
    font-size: 1.5rem;
}

.portfolio-card__title a {
    color: #ffffff;
}

.portfolio-card__intro,
.portfolio-card__excerpt {
    color: #e5e5e5;
}

.portfolio-card__meta,
.portfolio-card__tags {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.portfolio-card__tags li {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
}

.portfolio-card__actions {
    margin-top: 1.25rem;
    text-align: center;
}

.portfolio-card__actions .elementor-button-wrapper {
    display: inline-block;
}

.cd-btn-readmore.elementor-button {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: var(--cd-blue);
    border-radius: 2px;
    padding: 14px 22px;
    text-decoration: none;
}

.cd-btn-readmore.elementor-button:hover,
.cd-btn-readmore.elementor-button:focus {
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.cd-btn-primary.elementor-button,
.cd-btn-success.elementor-button,
.cd-btn-outline.elementor-button {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    padding: 18px 28px;
    text-decoration: none;
}

.cd-btn-primary.elementor-button {
    color: #ffffff;
    background-color: var(--cd-blue);
}

.cd-btn-primary.elementor-button:hover,
.cd-btn-primary.elementor-button:focus {
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.cd-btn-success.elementor-button {
    color: #ffffff;
    background-color: var(--cd-green);
}

.cd-btn-success.elementor-button:hover,
.cd-btn-success.elementor-button:focus {
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.cd-btn-outline.elementor-button {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.35);
}

.cd-btn-outline.elementor-button:hover,
.cd-btn-outline.elementor-button:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
}

.section-team {
    background: #000000;
    color: #ffffff;
}

.section-team .section-header h2,
.section-team .section-subtitle {
    color: #ffffff;
}

.team-card {
    text-align: center;
    margin-bottom: 2rem;
}

.team-card__photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}

#team .elementor-inner-section .elementor-column {
    padding-left: 10px;
    padding-right: 10px;
}

#team .elementor-image img {
    margin: 10px;
}

.section-contact {
    background: #ffffff;
}

.contact-map iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
}

.section-contact h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.section-coffee {
    background: var(--cd-dark) url('../images/vdk10.jpg') center center / cover no-repeat;
    color: #ffffff;
    position: relative;
}

.section-coffee::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(12, 12, 12, 0.55);
}

.section-coffee .container {
    position: relative;
    z-index: 1;
}

.section-coffee h2,
.section-coffee p,
.section-coffee a {
    color: #ffffff;
}

.site-footer {
    background: #111111;
    color: #cccccc;
    padding: 1.5rem 0;
}

.footer-credits {
    margin: 0;
}

.project-detail__hero {
    background: var(--cd-dark);
    color: #ffffff;
    padding: 3rem 0 2rem;
}

.project-page .main-content-page,
.project-page .single-entry-summary {
    padding: 0;
}

.project-hero {
    position: relative;
    color: #ffffff;
    background: #161616 url('../images/Foto04.jpg') center center / cover no-repeat;
    padding: 2.5rem 0 4rem;
}

.project-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 127, 255, 0.33) 0%, #00030c 100%);
    opacity: 0.92;
}

.project-hero__inner {
    position: relative;
    z-index: 1;
}

.project-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.project-nav__back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
}

.project-nav__back:hover,
.project-nav__back:focus {
    color: var(--cd-green);
    text-decoration: none;
}

.project-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
}

.project-breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 0.5rem;
    color: rgba(255, 255, 255, 0.45);
}

.project-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.project-breadcrumb a:hover,
.project-breadcrumb a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.project-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 2.5rem;
    align-items: center;
}

.project-hero__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.project-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.project-hero__intro {
    margin: 0 0 1.5rem;
    max-width: 720px;
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.project-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    margin-bottom: 1.25rem;
}

.project-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: lowercase;
}

.project-hero__figure {
    margin: 0;
}

.project-hero__image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.project-content {
    padding: 4rem 0;
    background: #ffffff;
}

.project-content__inner {
    max-width: 820px;
    margin: 0 auto;
}

.project-section-title {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--cd-text);
}

.project-detail__content {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #444444;
}

.project-detail__content h2 {
    margin: 2.5rem 0 1rem;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--cd-text);
}

.project-detail__content h3 {
    margin: 2rem 0 0.75rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--cd-text);
}

.project-detail__content h2:first-child {
    margin-top: 0;
}

.project-detail__content p,
.project-detail__content ul {
    margin-bottom: 1rem;
}

.project-detail__content ul {
    padding-left: 1.2rem;
}

.project-detail__content li {
    margin-bottom: 0.5rem;
}

.project-detail__content a {
    color: var(--cd-blue);
    font-weight: 500;
}

.project-gallery {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ececec;
}

.project-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.project-gallery__item {
    margin: 0;
}

.project-gallery__item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.project-related {
    padding: 4rem 0;
    background: var(--cd-gray);
    color: #ffffff;
}

.project-related__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.project-related .project-section-title {
    color: #ffffff;
}

.project-related__lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.project-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.project-related-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.project-related-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.project-related-card__link:hover,
.project-related-card__link:focus {
    color: inherit;
    text-decoration: none;
}

.project-related-card__image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.project-related-card__body {
    padding: 1.25rem;
}

.project-related-card__title {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
}

.project-related-card__intro {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

.project-related-card__cta {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cd-green);
}

.project-related__footer {
    margin-top: 2rem;
    text-align: center;
}

.project-actions {
    padding: 2.5rem 0 4rem;
    background: #ffffff;
    border-top: 1px solid #ececec;
}

.project-actions__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.breadcrumb-nav {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.breadcrumb-nav a {
    color: #ffffff;
}

.project-detail__intro {
    font-size: 1.2rem;
    max-width: 820px;
}

.project-detail__meta {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.project-detail__layout {
    padding: 3rem 0 5rem;
}

.project-detail__figure img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.project-detail__technologies {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ececec;
}

.project-detail__technologies .project-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
}

.project-detail__technologies ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.project-detail__technologies li {
    background: var(--cd-light);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 1.4rem;
}

.project-detail__realised {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
    color: #666666;
}

.project-detail__realised time {
    font-weight: 600;
    color: var(--cd-text);
}

.project-detail__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .cd-audience-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-card {
        grid-template-columns: 1fr;
    }

    .portfolio-card__body {
        padding: 0 1.5rem 1.5rem;
    }

    .project-hero__grid {
        grid-template-columns: 1fr;
    }

    .project-related__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cd-audience-grid {
        gap: 1.25rem;
    }

    .cd-audience-card {
        padding: 1.75rem 1.5rem;
    }

    .hero {
        min-height: auto;
        padding: 4rem 0 3rem;
    }

    .hero__highlights {
        text-align: center;
    }

    .section {
        padding: 3.5rem 0;
    }

    .project-hero {
        padding: 2rem 0 3rem;
    }

    .project-content,
    .project-related {
        padding: 3rem 0;
    }

    .project-actions__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .project-actions__inner .elementor-button-wrapper,
    .project-actions__inner .elementor-button {
        width: 100%;
        text-align: center;
    }
}
