/* 
*
* Hero
*
*/
.blurb-hero-title-wrapper,
.cta-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.blurb-hero-title-wrapper i,
.cta-title-wrapper i {
    opacity: 0.75;
}

.blurb-hero-into-wrapper,
.blurb-approach-text-wrapper p {
    text-align: center;
}

@media (max-width: 480px) {

    .blurb-hero-title-wrapper i,
    .cta-title-wrapper i {
        display: none;
    }
}


/*
*
* Swiper
*
*/

.what-you-need-swiper-nav {
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    gap: 1rem;
}

.what-you-need-swiper-nav i {
    cursor: pointer;
}

.what-you-need-swiper-nav i:hover {
    opacity: .6;
}

.what-you-need-swiper-nav i:active {
    opacity: .8;
}

.blurb-what-you-need-swiper-slide {
    height: 100% !important;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
}

.blurb-what-need-card-text-wrapper p {
    margin: 0;
}



/*
*
* What you'll get
*
*/
.blurb-list-with-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blurb-list-with-icons li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.blurb-list-with-icons li::before {
    content: "\f00c";
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.1em;
    color: var(--cb-color-develop-base);
    font-size: 1.5rem;
    line-height: 1;
}

.what-youll-get-content-wrapper {
    flex-wrap: wrap;
}

.what-youll-get-btns a {
    flex: 1;
    min-width: fit-content;
}


@media (max-width: 720px) {
    .what-youll-get-content-wrapper {
        flex-direction: column;
    }

    .what-youll-get-image {
        max-height: 240px;
        overflow: hidden;
        border-radius: 1rem;
    }
}

/* .what-youll-get-content-wrapper div {
    min-width: 400px;
} */

.what-youll-get-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.what-youll-get-btns div {
    flex: 1;
    min-width: 264px;
}


.what-youll-get-image,
.what-youll-get-image img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

/*
*
* Well help to
*
*/
.help-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.help-card-content p {
    margin: 0;
}



/*
*
* Icons
*
*/
/* General */
.blurb-icons {
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
    max-width: 80px;
    height: 80px;
    padding: 0;
    width: 100%;
    text-align: center;
    align-content: center;
    transition: transform 0.15s ease;
}

.blurb-icons i {
    font-size: 2.5rem;
}

.blurb-icons:hover {
    transform: scale(1.2) rotate(2deg);
}


/* First */
.icon-color-first {
    background-color: #fef5eb;
    border: 3px solid var(--cb-color-engage-base);
}

.icon-color-first i {
    color: var(--cb-color-engage-base);
}

/* Second */
.icon-color-second {
    background-color: #f7edf1;
    border: 3px solid var(--cb-color-develop-base);
}

.icon-color-second i {
    color: var(--cb-color-develop-base);
}

/* Third */
.icon-color-third {
    background-color: #eef4f7;
    border: 3px solid var(--cb-color-innovate-base);
}

.icon-color-third i {
    color: var(--cb-color-innovate-base);
}

/* Fourth */
.icon-color-fourth {
    background-color: #fafbf0;
    border: 3px solid var(--cb-color-express-base);
}

.icon-color-fourth i {
    color: var(--cb-color-express-base);
}


/* Benefits */
.benefits-list {
    column-count: 2;
}

.benefits-list li {
    break-inside: avoid;
}

@media (max-width: 800px) {
    .benefits-list {
        column-count: 1;
    }
}



/*
*
* Consultants
*
*/
.consultants-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.consultants-card {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    margin: 0 auto;
    max-width: 900px;
    border-radius: var(--cb-border-radius-base, 1rem);
    box-shadow: var(--cb-box-shadow-sm);
    background: #fff;
    flex: 1;
    min-width: 480px;
}

.consultants-card .content {
    flex: 1 1 60%;
    align-content: center;
}

.consultants-card .image {
    flex: 1;
    border-radius: var(--cb-border-radius-base, 1rem);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    margin: 0;
    min-width: 160px;
    width: 240px;
}

.consultants-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 721px) {
    .consultants-card-container {
        flex-direction: column;
    }

    .consultants-card {
        flex-direction: column;
        gap: 0;
        min-width: 0;
    }

    .consultants-card .image {
        order: 1;
        order: 1;
        height: 120px;
        width: 120px;
        margin-left: auto;
        max-height: 120px;
        max-width: 120px;
        aspect-ratio: 1/ 1;
    }

    .consultants-card .content {
        order: 2;
        padding-top: 0;
        margin-top: -1.5rem;
    }
}

@media (max-width: 520px) {
    .consultants-card .content {
        margin-top: 0;
    }

    .consultants-card .image {
        margin-bottom: 1rem;
    }
}


/*
*
* Gallery
*
*/
.blurb-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: var(--cb-size-fluid-md);
}

.blurb-gallery__item {
    flex: 1 1 calc(33.333% - 1rem);
    max-width: 50%;
    border-radius: var(--cb-border-radius-base, .5rem);
    overflow: hidden;
    min-width: 240px;
}

.blurb-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/*
*
* Events
*
*/
.blurb-events {
    display: flex;
    flex-wrap: wrap;
    gap: var(--cb-size-fluid-sm);
    justify-content: center;
}

.blurb-event-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: var(--cb-border-radius-base, 1rem);
    box-shadow: var(--cb-box-shadow-sm);
    padding: var(--cb-size-fluid-sm);
    max-width: 320px;
    flex: 1 1 calc(33.333% - 2rem);
    transition: transform .2s ease-in-out;
    text-decoration: none;
    color: var(--cb-color-text-primary) !important;
}

.blurb-event-card:hover {
    transform: scale(1.05) rotate(.5deg);
}

.blurb-event-card__logo {
    width: fit-content;
    height: 100px;
    overflow: hidden;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 75%;
}

.blurb-event-card__logo img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    max-height: 100%;
}

.blurb-event-card__title {
    margin: 0 0 .5rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.blurb-event-card__date {
    color: var(--cb-color-text-secondary, #777);
    font-size: .9rem;
    margin-bottom: 1rem;
}

.blurb-event-card__text {
    font-size: 1rem;
    line-height: 1.5;
}