/* =========================================================
   DIGITAL MARKETING HERO
   Figma Section
========================================================= */


/* =========================================================
   VARIABLES
========================================================= */

:root {

    --dm-bg: #F7F4EC;

    --dm-black: #111111;

    --dm-gray: #3F3F3F;

    --dm-border: #D9D9D9;

    --dm-orange: #F47A20;

    --dm-gold: #B89A5B;

    --dm-purple: #7452D6;

}


/* =========================================================
   HERO
========================================================= */

.dm-hero {

    width: 100%;

    min-height: 604px;

    background: var(--dm-bg);

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    padding: 105px 40px 35px;

}


/* =========================================================
   SERVICE PILL
========================================================= */

.dm-service-pill {

    height: 38px;

    padding: 0 20px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border: 1px solid #D8D8D8;

    border-radius: 30px;

    background: rgba(255, 255, 255, 0.45);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);

    color: #222222;

    font-family: "Comic Neue", sans-serif;

    font-size: 14px;

    font-weight: 400;

    margin-bottom: 32px;

}


/* =========================================================
   PILL ICON
========================================================= */

.dm-pill-icon {

    font-family: Arial, sans-serif;

    font-size: 21px;

    line-height: 1;

    color: #163B62;

    display: inline-flex;

    align-items: center;

    justify-content: center;

}


/* =========================================================
   MAIN TITLE
========================================================= */

.dm-title {

    width: 100%;

    max-width: 850px;

    margin: 0 auto;

    color: var(--dm-black);

    font-family: "Sniglet", cursive;

    font-size: 54px;

    font-weight: 400;

    line-height: 1.32;

    letter-spacing: -1.5px;

}


/* =========================================================
   COLORED WORDS
========================================================= */

.dm-orange {

    color: var(--dm-orange);

    font-style: italic;

}


.dm-gold {

    color: var(--dm-gold);

    font-style: italic;

}


.dm-purple {

    color: var(--dm-purple);

    font-style: italic;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.dm-description {

    width: 100%;

    max-width: 1115px;

    margin: 43px auto 0;

    color: var(--dm-gray);

    font-family: "Comic Neue", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.78;

    letter-spacing: 0;

    text-align: center;

}


/* =========================================================
   BUTTON CONTAINER
========================================================= */

.dm-buttons {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 23px;

    margin-top: 35px;

}


/* =========================================================
   COMMON BUTTON
========================================================= */

.dm-btn {

    min-width: 277px;

    height: 59px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    font-family: "Sniglet", cursive;

    font-size: 16px;

    font-weight: 400;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        background 0.2s ease;

}


.dm-btn:hover {

    transform: translateY(-2px);

}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.dm-btn-primary {

    background: #000000;

    color: #FFFFFF;

    border: 1px solid #000000;

}


.dm-btn-primary:hover {

    background: #181818;

}


/* =========================================================
   SECONDARY BUTTON
========================================================= */

.dm-btn-secondary {

    background: #FFFFFF;

    color: #111111;

    border: 1px solid #FFFFFF;

}


.dm-btn-secondary:hover {

    background: #F0F0F0;

}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .dm-hero {

        padding-left: 30px;

        padding-right: 30px;

    }


    .dm-title {

        max-width: 850px;

        font-size: 50px;

    }


    .dm-description {

        max-width: 1000px;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .dm-hero {

        min-height: auto;

        padding-top: 90px;

        padding-bottom: 70px;

    }


    .dm-title {

        font-size: 44px;

        line-height: 1.25;

    }


    .dm-description {

        font-size: 16px;

        line-height: 1.75;

        margin-top: 35px;

    }


    .dm-buttons {

        margin-top: 30px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .dm-hero {

        padding: 70px 20px 60px;

    }


    .dm-service-pill {

        height: 36px;

        padding: 0 16px;

        font-size: 13px;

        margin-bottom: 28px;

    }


    .dm-title {

        max-width: 600px;

        font-size: 36px;

        line-height: 1.25;

        letter-spacing: -0.5px;

    }


    .dm-description {

        font-size: 15px;

        line-height: 1.7;

        margin-top: 30px;

    }


    .dm-buttons {

        width: 100%;

        flex-direction: column;

        gap: 12px;

        margin-top: 30px;

    }


    .dm-btn {

        width: 100%;

        max-width: 350px;

        min-width: 0;

        height: 56px;

        font-size: 15px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dm-hero {

        padding: 60px 16px 50px;

    }


    .dm-title {

        font-size: 31px;

    }


    .dm-description {

        font-size: 14px;

    }


    .dm-service-pill {

        font-size: 12px;

    }

}
/* =========================================================
   WHY MARKETING EFFORTS FAIL
========================================================= */

.marketing-fail-section {

    width: 100%;

    background: #F7F4EC;

    padding: 85px 72px 20px;

}


/* =========================================================
   SECTION TITLE
========================================================= */

.marketing-fail-title {

    margin: 0;

    font-family: "Sniglet", cursive;

    font-size: 52px;

    font-weight: 400;

    line-height: 1.2;

    letter-spacing: -1px;

    color: #111111;

}


/* =========================================================
   LIST
========================================================= */

.marketing-fail-list {

    width: 100%;

    max-width: 965px;

    margin-top: 82px;

}


/* =========================================================
   ITEM
========================================================= */

.marketing-fail-item {

    min-height: 112px;

    display: flex;

    align-items: center;

    gap: 35px;

    border-bottom: 1px solid #D1D1D1;

}


/* =========================================================
   NUMBER
========================================================= */

.fail-number {

    flex: 0 0 14px;

    font-family: "Sniglet", cursive;

    font-size: 34px;

    font-weight: 400;

    line-height: 1;

    color: #111111;

}


/* =========================================================
   TEXT
========================================================= */

.marketing-fail-item p {

    margin: 0;

    font-family: "Comic Neue", sans-serif;

    font-size: 19px;

    font-weight: 400;

    line-height: 1.5;

    color: #292929;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .marketing-fail-section {

        padding: 70px 40px 20px;

    }


    .marketing-fail-title {

        font-size: 44px;

    }


    .marketing-fail-list {

        margin-top: 60px;

        max-width: 100%;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .marketing-fail-section {

        padding: 60px 20px 15px;

    }


    .marketing-fail-title {

        font-size: 36px;

        line-height: 1.2;

    }


    .marketing-fail-list {

        margin-top: 45px;

    }


    .marketing-fail-item {

        min-height: 95px;

        gap: 22px;

    }


    .fail-number {

        font-size: 28px;

    }


    .marketing-fail-item p {

        font-size: 16px;

        line-height: 1.5;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .marketing-fail-section {

        padding-left: 16px;

        padding-right: 16px;

    }


    .marketing-fail-title {

        font-size: 30px;

    }


    .marketing-fail-item {

        gap: 18px;

    }


    .fail-number {

        font-size: 25px;

    }


    .marketing-fail-item p {

        font-size: 15px;

    }

}

/* =========================================================
   CHALLENGES WE'VE SEEN & CONQUERED
========================================================= */

.challenges-section {

    width: 100%;

    max-width: 1336px;

    margin: 0 auto;

    padding: 104px 0 116px;

    background: #F7F4EC;

}


/* =========================================================
   TITLE
========================================================= */

.challenges-title {

    margin: 0;

    text-align: center;

    font-family: "Sniglet", cursive;

    font-size: 34px;

    font-weight: 400;

    line-height: 1.2;

    color: #111111;

}


/* =========================================================
   GRID
========================================================= */

.challenges-grid {

    width: 100%;

    margin-top: 100px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 21px;

    row-gap: 45px;

}


/* =========================================================
   CARD
========================================================= */

.challenge-card {

    width: 100%;

    height: 108px;

    padding: 0 34px;

    display: flex;

    align-items: center;

    gap: 25px;

    background: #FFFFFF;

    border-radius: 8px;

}


/* =========================================================
   NUMBER
========================================================= */

.challenge-number {

    flex-shrink: 0;

    font-family: "Sniglet", cursive;

    font-size: 52px;

    font-weight: 400;

    line-height: 1;

    color: #FFFFFF;

    -webkit-text-stroke: 1.5px #F5D9AE;

    text-shadow: none;

}


/* =========================================================
   CARD TEXT
========================================================= */

.challenge-text {

    font-family: "Sniglet", cursive;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.25;

    color: #111111;

    white-space: nowrap;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .challenges-section {

        padding-left: 35px;

        padding-right: 35px;

    }


    .challenges-grid {

        grid-template-columns: repeat(2, 1fr);

        margin-top: 70px;

    }


    .challenge-text {

        font-size: 15px;

        white-space: normal;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .challenges-section {

        padding: 70px 20px 80px;

    }


    .challenges-title {

        font-size: 30px;

    }


    .challenges-grid {

        grid-template-columns: 1fr;

        margin-top: 50px;

        row-gap: 16px;

    }


    .challenge-card {

        height: 95px;

        padding: 0 25px;

        gap: 20px;

    }


    .challenge-number {

        font-size: 43px;

    }


    .challenge-text {

        font-size: 15px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .challenges-section {

        padding-left: 15px;

        padding-right: 15px;

    }


    .challenges-title {

        font-size: 27px;

    }


    .challenge-card {

        padding: 0 20px;

    }


    .challenge-number {

        font-size: 38px;

    }


    .challenge-text {

        font-size: 14px;

    }

}
/* =========================================================
   BUILDING MARKETING SYSTEMS
   FIGMA MATCH
========================================================= */

.marketing-systems-section {
    width: 100%;
    background: #F7F4EC;

    padding: 174px 68px 150px;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.marketing-systems-content {
    width: 100%;
    max-width: 1298px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 680px 1fr;

    column-gap: 77px;

    align-items: start;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.marketing-systems-left {
    position: relative;
}


/* Small black line from Figma */

.marketing-systems-left::before {
    content: "";

    display: block;

    width: 49px;
    height: 2px;

    background: #111111;

    margin-bottom: 27px;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.marketing-systems-left h2 {
    margin: 0;

    font-family: "Sniglet", cursive !important;

    font-size: 49px !important;

    font-weight: 400 !important;

    line-height: 1.15 !important;

    letter-spacing: -1px;

    color: #111111;

    white-space: nowrap;
}


/* =========================================================
   SUBTITLE
========================================================= */

.systems-subtitle {
    margin-top: 25px;

    margin-left: 90px;

    font-family: "Sniglet", cursive !important;

    font-size: 47px !important;

    font-weight: 400 !important;

    line-height: 1.4;

    letter-spacing: -1px;

    color: #555861;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.marketing-systems-right {
    padding-top: 68px;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.marketing-systems-right p {
    max-width: 575px;

    margin: 0 0 12px;

    font-family: "Comic Neue", sans-serif !important;

    font-size: 18px !important;

    font-weight: 400;

    line-height: 1.68;

    letter-spacing: 0;

    color: #55565B;
}


.marketing-systems-right p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1400px) {

    .marketing-systems-section {
        padding-left: 55px;
        padding-right: 55px;
    }

    .marketing-systems-content {
        grid-template-columns: 620px 1fr;
        column-gap: 65px;
    }

    .marketing-systems-left h2 {
        font-size: 46px !important;
    }

    .systems-subtitle {
        font-size: 43px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .marketing-systems-section {
        padding: 110px 40px;
    }

    .marketing-systems-content {
        grid-template-columns: 1fr 1fr;
        column-gap: 45px;
    }

    .marketing-systems-left h2 {
        font-size: 40px !important;

        white-space: normal;
    }

    .systems-subtitle {
        margin-left: 45px;

        font-size: 37px !important;
    }

    .marketing-systems-right {
        padding-top: 55px;
    }

    .marketing-systems-right p {
        font-size: 17px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .marketing-systems-section {
        padding: 80px 22px;
    }

    .marketing-systems-content {
        grid-template-columns: 1fr;

        row-gap: 45px;
    }

    .marketing-systems-left::before {
        margin-bottom: 22px;
    }

    .marketing-systems-left h2 {
        font-size: 36px !important;

        line-height: 1.2 !important;

        white-space: normal;
    }

    .systems-subtitle {
        margin-top: 18px;

        margin-left: 35px;

        font-size: 34px !important;

        line-height: 1.3;
    }

    .marketing-systems-right {
        padding-top: 0;
    }

    .marketing-systems-right p {
        font-size: 16px !important;

        line-height: 1.7;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .marketing-systems-section {
        padding: 65px 18px;
    }

    .marketing-systems-left h2 {
        font-size: 31px !important;
    }

    .systems-subtitle {
        margin-left: 25px;

        font-size: 29px !important;
    }

    .marketing-systems-right p {
        font-size: 15px !important;
    }

}
/* =========================================================
   DIGITAL MARKETING SERVICES
========================================================= */

.services-showcase {

    width: 100%;

    background: #F7F4EC;

    padding: 115px 0 145px;

    overflow: hidden;

    position: relative;
}


/* =========================================================
   HEADING
========================================================= */

.services-heading {

    text-align: center;

    margin-bottom: 105px;

}


.services-heading h2 {

    margin: 0;

    font-family: "Sniglet", cursive;

    font-size: 50px;

    font-weight: 400;

    line-height: 1.15;

    color: #111111;

}


.services-heading p {

    margin: 35px 0 0;

    font-family: "Comic Neue", sans-serif;

    font-size: 17px;

    font-weight: 400;

    color: #555861;

}


/* =========================================================
   DECORATIVE ELEMENT
========================================================= */




/* =========================================================
   CAROUSEL VIEWPORT
========================================================= */

.services-carousel {

    width: 100%;

    overflow: hidden;

    cursor: grab;

    user-select: none;

    -webkit-user-select: none;

}


.services-carousel:active {

    cursor: grabbing;

}


/* =========================================================
   TRACK
========================================================= */

.services-track {

    display: flex;

    align-items: center;

    gap: 0;

    width: max-content;

    will-change: transform;

}


/* =========================================================
   COMMON CARD
========================================================= */

.service-card {

    flex: 0 0 385px;

    height: 370px;

    margin-right: 0;

    padding: 42px 46px;

    border-radius: 30px;

    position: relative;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;

}


/* =========================================================
   HOVER
========================================================= */

.service-card:hover {

    transform:
        scale(1.035)
        rotate(0deg) !important;

    z-index: 10;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.08);

}


/* =========================================================
   CARD HEADINGS
========================================================= */

.service-card h3 {

    margin: 0 0 27px;

    font-family: "Sniglet", cursive;

    font-size: 22px;

    font-weight: 400;

    line-height: 1.2;

}


/* =========================================================
   CARD TEXT
========================================================= */

.service-card p {

    margin: 0;

    font-family: "Comic Neue", sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.55;

}


/* =========================================================
   CARD 1 - SEARCH
========================================================= */

.card-search {

    background: #FFFFFF;

    border: 1px solid #E1E1E1;

    border-radius: 27px;

    transform: rotate(0deg);

    z-index: 5;

}


.card-search h3 {

    font-size: 31px;

    margin-bottom: 20px;

}


/* =========================================================
   CARD 2 - CONTENT
========================================================= */

.card-content {

    background: #F0EBFF;

    border: 1px solid #DDD4FF;

    transform: rotate(-2deg);

    margin-left: -5px;

    z-index: 4;

}


.card-content h3 {

    color: #514A87;

}


.card-content p {

    color: #68618C;

}


/* =========================================================
   CARD 3 - PPC
========================================================= */

.card-ppc {

    background: #DDF4FF;

    border: 1px solid #C6EAF8;

    transform: rotate(1.5deg);

    margin-left: -5px;

    z-index: 3;

}


.card-ppc h3 {

    color: #3F6E9B;

}


.card-ppc p {

    color: #6189AB;

}


/* =========================================================
   CARD 4 - SOCIAL
========================================================= */

.card-social {

    background: #FFF1D4;

    border: 1px solid #F7DFAD;

    transform: rotate(-2deg);

    margin-left: -5px;

    z-index: 2;

}


.card-social h3 {

    color: #B65316;

}


.card-social p {

    color: #A96237;

}


/* =========================================================
   CARD 5 - EMAIL
========================================================= */

.card-email {

    background: #E5FFD5;

    border: 1px solid #D0F4B8;

    transform: rotate(1deg);

    margin-left: -5px;

    z-index: 1;

}


.card-email h3 {

    color: #3C764C;

}


.card-email p {

    color: #4C7B55;

}


/* =========================================================
   CARD 6
========================================================= */

.card-analytics {

    background: #F5E5FF;

    border: 1px solid #E9CFFF;

    transform: rotate(-1deg);

    margin-left: -5px;

}


.card-analytics h3 {

    color: #794E92;

}


.card-analytics p {

    color: #765E82;

}


/* =========================================================
   ICON PLACEHOLDER
========================================================= */

.card-icon-placeholder {

    position: absolute;

    left: 46px;

    bottom: 30px;

    width: 90px;

    height: 7px;

    border-radius: 10px;

    background: currentColor;

    opacity: 0.7;

}


/* =========================================================
   SOCIAL ICON PLACEHOLDER
========================================================= */

.social-icons-placeholder {

    position: absolute;

    left: 46px;

    bottom: 35px;

    width: 105px;

    height: 32px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .services-showcase {

        padding: 90px 0 110px;

    }


    .services-heading {

        margin-bottom: 80px;

    }


    .services-heading h2 {

        font-size: 43px;

    }


    .services-decoration {

        left: 50px;

        top: 155px;

    }


    .service-card {

        flex-basis: 350px;

        height: 350px;

        padding: 38px 40px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .services-showcase {

        padding: 75px 0 90px;

    }


    .services-heading {

        padding: 0 20px;

        margin-bottom: 65px;

    }


    .services-heading h2 {

        font-size: 34px;

    }


    .services-heading p {

        margin-top: 20px;

        font-size: 15px;

    }


    .services-decoration {

        display: none;

    }


    .service-card {

        flex-basis: 300px;

        height: 330px;

        padding: 32px;

        border-radius: 24px;

    }


    .card-search h3 {

        font-size: 27px;

    }


    .service-card h3 {

        font-size: 20px;

        margin-bottom: 20px;

    }


    .service-card p {

        font-size: 14px;

        line-height: 1.55;

    }


    .card-icon-placeholder {

        left: 32px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .services-heading h2 {

        font-size: 30px;

    }


    .services-heading p {

        font-size: 14px;

    }


    .service-card {

        flex-basis: 285px;

        height: 320px;

        padding: 30px;

    }

}
/* =========================================================
   PROCESS SECTION
========================================================= */

.process {
    width: 100%;
    position: relative;
    background: #F7F4EC;
    overflow: hidden;
    padding: 70px 0 100px;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.process-wrapper {
    width: 100%;
    max-width: 1300px;
    min-height: 850px;
    margin: 0 auto;
    position: relative;
}


/* =========================================================
   LEFT HEADING
========================================================= */

.process-heading {
    position: absolute;

    left: 0;
    top: 360px;

    width: 420px;

    z-index: 5;
}


.heading-line {
    display: block;

    width: 52px;
    height: 2px;

    background: #151515;

    margin-bottom: 22px;
}


.process-heading h2 {
    margin: 0;

    font-family: "Sniglet", cursive;

    font-size: 46px;
    font-weight: 400;

    line-height: 1.45;

    letter-spacing: -1.2px;

    color: #111111;
}


/* =========================================================
   DECORATIVE PATH
========================================================= */

.process-path {
    position: absolute;

    left: 190px;
    top: 100px;

    width: 1050px;
    height: 720px;

    z-index: 1;

    pointer-events: none;
}


/* =========================================================
   CARDS
========================================================= */

.process-card {
    position: absolute;

    width: 280px;
    height: 205px;

    box-sizing: border-box;

    background: #ffffff;

    border-radius: 8px;

    padding: 22px;

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.13);

    z-index: 4;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.process-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.16);
}


/* =========================================================
   CARD POSITIONS
========================================================= */


/* 01 — TOP LEFT */

.card-1 {
    top: 0;
    left: 105px;
}


/* 02 — CENTER */

.card-2 {
    top: 225px;
    left: 510px;
}


/* 03 — BOTTOM CENTER-LEFT */

.card-3 {
    top: 600px;
    left: 375px;
}


/* 04 — BOTTOM RIGHT */

.card-4 {
    top: 630px;
    left: 850px;
}


/* 05 — TOP RIGHT */

.card-5 {
    top: 75px;
    left: 905px;
}


/* =========================================================
   CARD TOP
========================================================= */

.card-top {
    display: flex;

    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;
}


/* =========================================================
   ICON BOX
========================================================= */

.card-icon {
    width: 44px;
    height: 44px;

    border-radius: 8px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.card-icon img {
    width: 23px;
    height: 23px;

    object-fit: contain;
}


/* =========================================================
   ICON BACKGROUNDS
========================================================= */

.blue-icon {
    background: #E8F2FF;
}


.gold-icon {
    background: #F5EFDE;
}


.green-icon {
    background: #E8F5EF;
}


.purple-icon {
    background: #EDEAFF;
}


.green-light-icon {
    background: #EEF6E9;
}


/* =========================================================
   STEP NUMBERS
========================================================= */

.step-number {
    font-family: "Comic Neue", sans-serif;

    font-size: 16px;

    font-weight: 400;
}


.blue-number {
    color: #1683F7;
}


.gold-number {
    color: #B28A32;
}


.green-number {
    color: #267052;
}


.purple-number {
    color: #6357E8;
}


.green-dark-number {
    color: #557B50;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.card-content {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;
}


.card-text {
    flex: 1;

    min-width: 0;
}


.card-text h3 {
    margin: 0 0 8px;

    font-family: "Comic Neue", sans-serif;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.25;

    color: #111111;
}


.card-text p {
    margin: 0;

    font-family: "Comic Neue", sans-serif;

    font-size: 11px;

    font-weight: 400;

    line-height: 1.55;

    color: #777777;
}


/* =========================================================
   CARD IMAGE
========================================================= */

.card-image {
    width: 78px;

    max-height: 78px;

    object-fit: contain;

    flex-shrink: 0;

    align-self: center;
}


/* =========================================================
   CARD 2 / AUDIT IMAGE
========================================================= */

.card-2 .card-image {
    width: 75px;
}


/* =========================================================
   CARD 3 / CUBES
========================================================= */

.card-3 .card-image {
    width: 75px;
}


/* =========================================================
   CARD 4 / GRAPH
========================================================= */

.card-4 .card-image {
    width: 78px;
}


/* =========================================================
   CARD 5 / BAR CHART
========================================================= */

.card-5 .card-image {
    width: 78px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .process-wrapper {
        max-width: 1100px;
        min-height: 800px;
    }


    .process-heading {
        left: 20px;
        top: 350px;
        width: 350px;
    }


    .process-heading h2 {
        font-size: 40px;
    }


    .card-1 {
        left: 100px;
    }


    .card-2 {
        left: 470px;
    }


    .card-3 {
        left: 350px;
    }


    .card-4 {
        left: 760px;
    }


    .card-5 {
        left: 780px;
    }


    .process-path {
        left: 180px;
        width: 900px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .process {
        padding: 70px 25px;
    }


    .process-wrapper {
        min-height: auto;

        display: flex;

        flex-direction: column;
    }


    .process-heading {
        position: relative;

        top: auto;
        left: auto;

        width: 100%;

        margin-bottom: 60px;
    }


    .process-heading h2 {
        font-size: 40px;
    }


    .process-path {
        display: none;
    }


    .process-card {
        position: relative;

        top: auto !important;
        left: auto !important;

        width: 100%;
        max-width: 420px;

        margin: 0 auto 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 500px) {

    .process {
        padding: 55px 18px;
    }


    .process-heading {
        margin-bottom: 40px;
    }


    .process-heading h2 {
        font-size: 34px;

        line-height: 1.3;
    }


    .process-card {
        min-height: 205px;

        padding: 20px;
    }


    .card-text h3 {
        font-size: 15px;
    }


    .card-text p {
        font-size: 11px;
    }


    .card-image {
        width: 70px;
    }

}
/* =========================================
   REMOVE DECORATIVE ARROW / PATH
========================================= */

.process-path,
.process-arrow,
.process-line,
.process-decoration,
.process-container > svg {
    display: none !important;
}

/* =========================================================
   WHO WE WORK WITH
========================================================= */

.who-we-work {
    width: 100%;
    background: #F7F4EC;
    padding: 110px 0 125px;
}


/* =========================================================
   CONTAINER
========================================================= */

.who-work-container {
    width: 90%;
    max-width: 1235px;
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.who-work-header {
    margin-bottom: 82px;
}


/* MAIN HEADING */

.who-work-header h2 {
    margin: 0 0 24px;

    font-family: 'Sniglet', cursive;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -1px;

    color: #111111;
}


/* SUB HEADING */

.who-work-header h3 {
    margin: 0 0 42px;

    font-family: 'Sniglet', cursive;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.25;

    color: #111111;
}


/* DESCRIPTION */

.who-work-header p {
    margin: 0;

    font-family: 'Comic Neue', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;

    color: #666666;
}


/* =========================================================
   BUSINESS GRID
========================================================= */

.business-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 27px 16px;
}


/* =========================================================
   BUSINESS CARD
========================================================= */

.business-card {
    height: 158px;

    background: #FFFFFF;

    border: 1px solid #DDDBD4;
    border-radius: 22px;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    text-align: center;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* =========================================================
   CARD ICON
========================================================= */

.business-card img {
    width: 31px;
    height: 31px;

    object-fit: contain;

    margin-bottom: 19px;
}


/* =========================================================
   CARD TEXT
========================================================= */

.business-card span {
    font-family: 'Sniglet', cursive;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.3;

    color: #171717;
}


/* =========================================================
   HOVER
========================================================= */

.business-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.06);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .who-we-work {
        padding: 90px 0;
    }

    .who-work-container {
        width: 90%;
    }

    .who-work-header h2 {
        font-size: 43px;
    }

    .who-work-header h3 {
        font-size: 27px;
    }

    .business-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .who-we-work {
        padding: 70px 0;
    }

    .who-work-container {
        width: 88%;
    }

    .who-work-header {
        margin-bottom: 45px;
    }

    .who-work-header h2 {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .who-work-header h3 {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .who-work-header p {
        font-size: 15px;
    }

    .business-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .business-card {
        height: 145px;
    }

}
/* =========================================================
   FAQ SECTION
========================================================= */

.faq-section {
    width: 100%;
    background: #F7F4EC;

    padding: 95px 0 120px;
}


/* =========================================================
   FAQ CONTAINER
========================================================= */

.faq-container {
    width: 90%;
    max-width: 990px;
    margin: 0 auto;
}


/* =========================================================
   FAQ HEADER
========================================================= */

.faq-header {
    text-align: center;
    margin-bottom: 72px;
}


.faq-header h2 {
    margin: 0 0 25px;

    font-family: 'Sniglet', cursive;
    font-size: 43px;
    font-weight: 400;
    line-height: 1.2;

    color: #111111;
}


.faq-header p {
    margin: 0;

    font-family: 'Comic Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;

    color: #222222;
}


/* =========================================================
   FAQ LIST
========================================================= */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.faq-item {
    background: #FFFFFF;

    border: 1px solid #D8D8D8;

    border-radius: 35px;

    padding: 10px 20px 20px;
}


/* =========================================================
   QUESTION
========================================================= */

.faq-question {
    min-height: 58px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.faq-question h3 {
    margin: 0;

    font-family: 'Sniglet', cursive;
    font-size: 17px;
    font-weight: 400;

    color: #111111;
}


/* =========================================================
   TOGGLE BUTTON
========================================================= */

.faq-toggle {
    flex-shrink: 0;

    width: 50px;
    height: 50px;

    border-radius: 50%;

    border: 1px solid #999999;

    background: #FFFFFF;

    position: relative;

    cursor: pointer;
}


/* Horizontal line */

.faq-toggle::before {
    content: "";

    position: absolute;

    width: 15px;
    height: 1.5px;

    background: #111111;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    transition: transform 0.25s ease;
}


/* Vertical line */

.faq-toggle::after {
    content: "";

    position: absolute;

    width: 1.5px;
    height: 15px;

    background: #111111;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}


/* =========================================================
   ANSWER
========================================================= */

.faq-answer {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.35s ease,
        opacity 0.25s ease;
}


.faq-answer p {
    margin: 10px 0 0;

    padding-right: 65px;

    font-family: 'Comic Neue', sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.55;

    color: #222222;
}


/* =========================================================
   ACTIVE FAQ
========================================================= */

.faq-item.active .faq-answer {
    max-height: 180px;

    opacity: 1;
}


/* Change + into X */

.faq-item.active .faq-toggle::after {
    opacity: 0;

    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


/* =========================================================
   HOVER
========================================================= */

.faq-toggle:hover {
    background: #F7F4EC;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .faq-section {
        padding: 70px 0 90px;
    }


    .faq-container {
        width: 90%;
    }


    .faq-header {
        margin-bottom: 45px;
    }


    .faq-header h2 {
        font-size: 34px;
    }


    .faq-header p {
        font-size: 14px;
        line-height: 1.5;
    }


    .faq-item {
        border-radius: 25px;

        padding: 8px 15px 17px;
    }


    .faq-question h3 {
        font-size: 15px;
    }


    .faq-toggle {
        width: 43px;
        height: 43px;
    }


    .faq-answer p {
        padding-right: 5px;

        font-size: 14px;
    }

}
/* =========================================================
   FINAL CTA SECTION
========================================================= */

.final-cta {
    width: 100%;
    background: #000000;
    color: #ffffff;
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 100px 40px;
    box-sizing: border-box;
}


/* =========================================================
   CTA CONTAINER
========================================================= */

.final-cta-container {
    width: 100%;
    max-width: 1200px;

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* =========================================================
   CTA TITLE
========================================================= */

.final-cta-title {
    margin: 0;

    font-family: 'Sniglet', cursive;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;

    color: #ffffff;

    letter-spacing: -1px;
}


/* =========================================================
   CTA DESCRIPTION
========================================================= */

.final-cta-text {
    max-width: 1050px;

    margin: 42px auto 0;

    font-family: 'Comic Neue', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;

    color: #ffffff;

    text-align: center;
}


/* =========================================================
   CTA BUTTONS
========================================================= */

.final-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    margin-top: 28px;
}


/* =========================================================
   COMMON BUTTON
========================================================= */

.final-cta-btn {
    min-width: 180px;
    height: 46px;

    padding: 0 22px;

    border-radius: 8px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    text-decoration: none;

    font-family: 'Sniglet', cursive;
    font-size: 14px;
    font-weight: 400;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.final-cta-primary {
    background: #ffffff;
    color: #000000;

    border: 1px solid #ffffff;
}

.final-cta-primary:hover {
    background: #eeeeee;

    transform: translateY(-2px);
}


/* =========================================================
   SECONDARY BUTTON
========================================================= */

.final-cta-secondary {
    background: transparent;
    color: #ffffff;

    border: 1px solid #ffffff;
}

.final-cta-secondary:hover {
    background: #ffffff;
    color: #000000;

    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {

    .final-cta {
        min-height: 450px;
        padding: 80px 25px;
    }

    .final-cta-title {
        font-size: 38px;
    }

    .final-cta-text {
        margin-top: 30px;
        font-size: 16px;
    }

}


@media (max-width: 520px) {

    .final-cta {
        min-height: 430px;
        padding: 70px 20px;
    }

    .final-cta-title {
        font-size: 32px;
        line-height: 1.25;
    }

    .final-cta-text {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 25px;
    }

    .final-cta-buttons {
        width: 100%;

        flex-direction: column;

        gap: 12px;

        margin-top: 25px;
    }

    .final-cta-btn {
        width: 100%;
        max-width: 220px;
    }

}