/* B2B Consultant Page Styles */


/*New nav styling*/
body.page-template-b2b-consultant {
    padding-top: 0 !important;
}

body.page-template-b2b-consultant header:not(.fixed):not(.mobile-menu-active) {
    background: transparent;
}

body.page-template-b2b-consultant header:not(.fixed):not(.mobile-menu-active) path {
    fill: white;
}

body.page-template-b2b-consultant header:not(.fixed):not(.mobile-menu-active) .header-inner ul.menu > li > a, body.page-template-b2b-consultant header:not(.fixed):not(.mobile-menu-active) .header-inner .meta-links a:not(.btn), body.page-template-b2b-consultant header:not(.fixed):not(.mobile-menu-active) .header-inner a span {
    color: white;
}

.header:not(.fixed):not(.mobile-menu-active) .header-inner .meta-links>span, .header:not(.fixed):not(.mobile-menu-active) ul>li>a:before, .header:not(.fixed):not(.mobile-menu-active) a#mobileMenu2023 span {
    background: white;
}


/* ========================================
   Core overrides
   ======================================== */

.slick-dots li:before {
    display: none !important;
}

.b2b-hero a, a.btn {
    box-shadow: none !important;
}


/* ========================================
   Hero
   ======================================== */
.b2b-hero {
    position: relative;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #104737;
}

.hero-bg-media {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: 1;
    background-color: #c8d6d0;
    background-size: cover;
    background-position: center;
}

.hero-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    background: #fff;
    left: auto;
    width: -webkit-fill-available;
}

.hero-shape svg {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-noise {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: url('/wp-content/uploads/noise-1.png');
    background-size: 1280px 768px;
    opacity: 0.2;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.hero-content-wrapper {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 800px;
    padding-top: 75px;
    padding-bottom: 40px;
}

/* Breadcrumbs */
.hero-breadcrumbs {
    padding: 20px 0 60px;
}

.hero-breadcrumbs a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.hero-breadcrumbs a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.hero-breadcrumbs span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 20px;
}

.hero-breadcrumbs .breadcrumb_last {
    color: white;
    font-weight: 500;
}

.hero-breadcrumbs .wpseo-breadcrumb-separator {
    margin: 0 2px;
}

/* Slider content */
.hero-slider {
    max-width: 500px;
}

.hero-slide h1 {
    color: white;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 18px;
}

.hero-text,
.hero-text p {
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

/* CTA */
.b2b-hero .buttons-container {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.b2b-hero .btn {
    width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Navigation (arrows + dots) */
.hero-navigation {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.hero-arrow {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    flex-shrink: 0;
}

.hero-arrow:focus {
    outline: none;
}

.hero-dots {
    display: flex;
    align-items: center;
    padding: 0 17px;
}

.hero-dots .slick-dots {
    display: flex !important;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}

.hero-dots .slick-dots li {
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    line-height: 0;
}

.hero-dots .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    opacity: 0.3;
    border: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: opacity 0.3s;
}

.hero-dots .slick-dots li.slick-active button {
    opacity: 1;
}

/* Single slide: hide navigation */
.hero-slider .slick-slide:only-child ~ .hero-navigation {
    display: none;
}

/* ========================================
   Media Content Split Block
   ======================================== */
.media-content-split {
    background: white;
}

.split-row {
    display: flex;
    gap: 96px;
    align-items: center;
}

.media-right .split-row {
    flex-direction: row-reverse;
}

/* Media column */
.split-media-col {
    flex: 0 0 438px;
    max-width: 438px;
    position: relative;
}

.media-frame {
    position: relative;
    border: 4px solid #181D27;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 32px 64px -12px rgba(10, 13, 18, 0.14);
}

.media-frame img {
    display: block;
    width: 100%;
    height: auto;
}

.media-frame.has-video {
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    line-height: 0;
    transition: transform 0.3s;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button:focus {
    outline: none;
}

.media-frame video {
    display: block;
    width: 100%;
    height: auto;
}

/* Content column */
.split-content-col {
    flex: 1;
    min-width: 0;
}

.split-content-col h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: #1E1E1E;
    margin-bottom: 24px;
}

.split-text,
.split-text p {
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-bottom: 0;
}

/* Split accordions */
.split-accordions {
    margin-top: 32px;
    float: left;
    width: 100%;
}

.split-accordion-item {
    border-top: 1px solid #E5E7EB;
    float: left;
    width: 100%;
}

.split-accordion-item:last-child {
    border-bottom: 1px solid #E5E7EB;
}

.split-accordion-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.split-accordion-header span {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1E1E;
}

.split-accordion-header .chevron {
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.3s;
}

.split-accordion-item.active .split-accordion-header .chevron {
    transform: rotate(180deg);
}

.split-accordion-body {
    display: none;
    padding: 0 12px 20px 0;
    float: left;
    width: 100%;
}

.split-accordion-body p, .split-accordion-body li {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.split-accordion-body p {
    line-height: 24px;
}

.split-accordion-body p + p {
    margin-top: 12px;
}

.split-accordion-body ul {
    margin-top: 5px;
}

/* Actions */
.media-content-split .buttons-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    float: left;
    width: 100%;
}

.btn-split-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    background-color: white;
    border: 1px solid #D5D7DA;
    color: #1E1E1E;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    transition: background-color 0.3s;
}

.btn-split-outline:hover {
    background-color: #f5f5f5;
    text-decoration: none;
    color: #1E1E1E;
}

/* ========================================
   Green Checklist Bar
   ======================================== */
.green-checklist-bar {
    background-color: rgba(145, 210, 145, 0.2);
    padding: 30px 80px;
}

.checklist-inner {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.checklist-item {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.checklist-item svg {
    flex-shrink: 0;
}

.checklist-item p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

/* ========================================
   Alternating Split Content Blocks
   ======================================== */
.alt-split-section {
    background: white;
    overflow: hidden;
}

/* Section header */
.alt-split-header {
    text-align: center;
    margin-bottom: 64px;
}

.alt-split-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #91D291;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.alt-split-header h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #1E1E1E;
    margin: 0;
}

/* Each alternating block */
.alt-split-block {
    display: flex;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
}

.alt-split-block:last-child {
    margin-bottom: 0;
}

.alt-split-block.reversed {
    flex-direction: row-reverse;
}

/* Content column */
.alt-split-content-col {
    flex: 1;
    min-width: 0;
}

/* Title row with inline link */
.alt-split-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.alt-split-title-row h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1E1E1E;
    margin: 0;
}

.alt-split-title-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #034737;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
}

.alt-split-title-link:hover {
    color: #034737;
    text-decoration: underline;
}

/* Content items — Grid layout (2 columns) */
.alt-split-content-items.layout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* Content items — List layout (single column) */
.alt-split-content-items.layout-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Content items — Row layout (3 columns) */
.alt-split-content-items.layout-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

/* Individual content item */
.alt-split-content-item h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1E1E;
    margin-bottom: 8px;
}

.alt-split-item-text,
.alt-split-item-text p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
}

.alt-split-item-text ul {
    margin: 0;
    padding-left: 20px;
}

.alt-split-item-text ul li {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 4px;
}

/* Actions (buttons) */
.alt-split-actions {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

.btn-alt-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    background-color: #91d291;
    border: 1px solid #91d291;
    color: #1e1e1e;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-alt-green:hover {
    background-color: #7cc47c;
    border-color: #7cc47c;
    color: #1e1e1e;
    text-decoration: none;
}

/* Image column */
.alt-split-image-col {
    flex: 0 0 480px;
    max-width: 480px;
}

.alt-split-image-col .media-frame {
    overflow: visible;
    box-shadow: 0px 32px 64px -12px rgba(10, 13, 18, 0.14);
    border: none;
}

.alt-split-image-col.right .media-frame {
    position: relative;
    display: flex;
}

.alt-split-image-col.left .media-frame {
    display: flex;
    justify-content: end;
}

.alt-split-image-col.right .media-frame {
    justify-content: flex-start;
}

.alt-split-image-col .media-frame img {
    min-width: 544px;
    border: 4px solid #181D27;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 32px 64px -12px rgba(10, 13, 18, 0.14);
}




/* ========================================
   Grid Content Blocks
   ======================================== */

.grid-content-section {
    margin-bottom: 80px;
}

.grid-content-section .grid-content-header {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 60px;
}

.grid-content-section h2 {
    color: #034737;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px; /* 124% */
    margin: 0;
    max-width: 800px;
}

.grid-content-text p:last-of-type {
    margin: 0;
}

.grid-content-row {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.grid-content-items {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.grid-content-divider {
    align-self: stretch;
    width: 0.8px;
    background: #D5D8DE;
}

.grid-content-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.grid-content-item h3 {
    margin: 0;
    color: #1E1E1E;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.grid-content-item-text {
    margin-top: auto;
}

.grid-content-item-text p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.grid-content-item-text p:last-of-type {
    margin: 0;
}

.grid-content-item .link-with-icon {
    color: #1E1E1E;
    font-size: 18px;
    box-shadow: none !important;
    font-weight: 600;
    line-height: normal;
}

.grid-content-item .link-with-icon:hover {
    opacity: 0.8;
}




/* ========================================
   Case Studies Blocks
   ======================================== */

.custom-arrow-container {
    display: none;
}

.case-studies-posts-block .cards-row {
    gap: 32px;
}

.case-studies-posts-block .card {
    border-radius: 15px;
    background: #F8F8F8;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
    padding: 30px !important;
    width: 100%;
}

.case-studies-posts-block .card-top {
    padding: 0 !important;
}





/* ========================================
   Logos Blocks
   ======================================== */

.logo-block .logo-row .icon-container {
    width: auto;
}

.logo-block .logo-row img {
    object-fit: contain;
}





/* ========================================
   Accordions Blocks
   ======================================== */

body.page-template-b2b-consultant .faq-accordions h2 {
    color: #1E1E1E;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
}

body.page-template-b2b-consultant .faq-accordions .accordion {
    border-radius: 10px;
    background: #F8F8F8;
}

body.page-template-b2b-consultant .faq-accordions h3 {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}




/* ========================================
   Green content split Block
   ======================================== */

.green-content-split {
    margin-bottom: 60px;
}

.green-content-split .green-content {
    border-radius: 20px;
    background: rgba(145, 210, 145, 0.20);
    width: 100%;
    position: relative;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    padding-top: 56px;
    overflow: hidden;
    align-items: flex-end;
}

.green-content-split .green-content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    padding: 61px 65px 61px;
    max-width: 570px;
}

.green-content-col h2 {
    color: #1E1E1E;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 112.5% */
    margin: 0;
}

.green-content-col p {
    color: rgba(51, 51, 51, 0.90);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.green-content-split .buttons-container {
    margin-top: 15px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.green-content-split .split-image-col {
    width: 640px;
    height: 363px;
    margin: 0 -20px -30px 0;
}

.green-content-split .split-image-col img {
    width: 100%;
    height: 100%;
}

.green-content-col .btn {
    background: #013830;
    color: white;
}

.green-content-col .link-with-icon {
    color: #1E1E1E;
    box-shadow: none;
}

.green-content-col .link-with-icon:hover, .green-content-col .btn:hover {
    opacity: 0.8;
}




.awards-block .images-col img:nth-child(2), .awards-block .images-col img:nth-child(3) {
    height: 200px;
}






@media only screen
and (max-width: 575px) {

    .hero-slide h1, .hero-text, .b2b-hero a {
        text-shadow: 0 0 10px #00000021, 0 0 20px #0000002e, 0 0 30px #00000066;
    }

    .split-row {
        gap: 50px;
    }

    .alt-split-block {
        gap: 40px;
    }

    .grid-content-item h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .grid-content-item-text p {
        font-size: 16px;
        line-height: 25px;
    }

    .green-content-col h2 {
        font-size: 30px;
        line-height: 35px;
    }


    .grid-content-section h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .split-row, .checklist-inner, .alt-split-block, .alt-split-block.reversed, .b2b-hero .buttons-container {
        flex-direction: column;
    }

    .b2b-hero .buttons-container {
        align-items: start;
    }

    .alt-split-image-col {
        flex: unset;
    }

    .hero-shape svg, .alt-split-image-col .media-frame img {
        width: auto;
        min-width: unset;
    }

    .awards-block .awards-inner {
        margin: 0;
    }

    .alt-split-subtitle, .alt-split-header h2 {
        text-align: left;
        width: 100%;
    }

    .alt-split-header {
        margin-bottom: 44px;
    }

    .grid-content-row {
        gap: 30px;
    }

    .green-content-split .green-content {
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
    }

    .b2b-hero:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #104737e6;
        z-index: 4;
        visibility: visible;
    }

    .green-checklist-bar {
        padding: 20px;
    }

    .split-media-col {
        flex: unset;
    }

    .split-actions {
    }

    .buttons-container {
        flex-direction: column;
    }

    .buttons-container a {
        width: 100%;
    }

    .alt-split-title-row {
        flex-direction: column;
    }

    .alt-split-title-row a {
        width: 100%;
    }

    .alt-split-content-items.layout-grid {
        display: flex;
        flex-direction: column;
    }

    .alt-split-block {
        margin-bottom: 60px;
    }

    .alt-split-content-items.layout-row {
        display: flex;
        flex-direction: column;
    }

    .awards-block .content-col {
    }

    .grid-content-row {
        flex-direction: column;
    }

    .grid-content-divider {
        width: auto;
        height: 1px;
    }

    .case-studies-posts-block .row {
        row-gap: 40px;
    }

    .case-studies-posts-block a.btn {
        width: 100%;
    }

    .green-content-split .green-content-col {
        padding: 40px 20px;
    }

    .case-studies-posts-block .cards-row {
        flex-direction: column;
    }
}

@media only screen
and (min-width: 767px)
and (max-width: 991px) {
    .hero-slide h1, .hero-text, .b2b-hero a {
        text-shadow: 0 0 10px #00000021, 0 0 20px #0000002e, 0 0 30px #00000066;
    }

    .split-row {
        gap: 50px;
    }

    .alt-split-block {
        gap: 40px;
    }

    .grid-content-item h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .grid-content-item-text p {
        font-size: 16px;
        line-height: 25px;
    }

    .green-content-col h2 {
        font-size: 30px;
        line-height: 35px;
    }


    .grid-content-section h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .split-row, .checklist-inner, .alt-split-block, .alt-split-block.reversed {
        flex-direction: column;
    }

    .alt-split-image-col {
        flex: unset;
    }

    .hero-shape svg, .alt-split-image-col .media-frame img {
        width: auto;
        min-width: unset;
    }

    .awards-block .awards-inner {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .grid-content-row {
        gap: 30px;
    }

    .green-content-split .green-content {
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
    }
}

@media only screen
and (min-width: 992px)
and (max-width: 1200px) {

    .hero-slide h1, .hero-text, .b2b-hero a {
        text-shadow: 0 0 10px #00000021, 0 0 20px #0000002e, 0 0 30px #00000066;
    }

    .split-row {
        gap: 50px;
    }

    .alt-split-block {
        gap: 40px;
    }

    .awards-block .awards-inner {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .grid-content-item h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .grid-content-item-text p {
        font-size: 16px;
        line-height: 25px;
    }

    .green-content-col h2 {
        font-size: 30px;
        line-height: 35px;
    }


    .grid-content-section h2 {
        font-size: 40px;
        line-height: 52px;
    }

}

@media only screen
and (min-width: 992px)
and (max-width: 1200px) {

    .alt-split-content-items.layout-row, .alt-split-content-items.layout-grid, .green-content-split .buttons-container {
        display: flex;
        flex-direction: column;
    }

    .green-content-split .buttons-container {
        align-items: start;
    }

    .green-content-split .split-image-col img, .green-content-split .split-image-col {
        height: auto;
    }

    .green-content-split .green-content {
        align-items: end;
        padding-top: 0;
    }

    .hero-shape svg {
        width: auto;
    }
}