@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400..700&display=swap');

/* Header style */
.kad-header-style-basic .mobile-nav-container {
    width: 100%;
    padding: 0;
}

/* Individual Case Study Page */
.cs-hero-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.cs-hero-section .widget_sow-editor {
    max-width: 420px;
}
.cs-hero-section .widget-title {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #02b1c6;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
}
.cs-hero-section .textwidget h2 {
    font-family: "Manrope", sans-serif;
    position: relative;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 30px;
    padding: 0 0 32px;
}
.cs-hero-section .textwidget h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #02b1c6;
}
.cs-hero-section .textwidget p {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #fff;
}
.cs-hero-section .cs-advivo-logo {
    position: absolute;
    right: 5%;
    bottom: 40px;
    width: 220px;
}
@media(max-width: 1199.98px) {
    .cs-hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .cs-hero-section .widget_sow-editor {
        max-width: 360px;
    }
    .cs-hero-section .widget-title {
        font-size: 16px;
    }
    .cs-hero-section .textwidget h2 {
        font-size: 36px;
    }
    .cs-hero-section .textwidget p {
        font-size: 20px;
    }
    .cs-hero-section .cs-advivo-logo {
        width: 180px;
    }
}

@media(max-width: 991.98px) {
    .cs-hero-section {
        background-position: center left 25% !important;
    }
}
@media(max-width: 767.98px) {
    .cs-hero-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .cs-hero-section .widget_sow-editor {
        max-width: 320px;
    }
    .cs-hero-section .widget-title {
        font-size: 14px;
    }
    .cs-hero-section .textwidget h2 {
        font-size: 32px;
    }
    .cs-hero-section .textwidget p {
        font-size: 18px;
    }
    .cs-hero-section .cs-advivo-logo {
        width: 120px;
    }
}

@media(max-width: 540px) {
    .cs-hero-section {
        position: relative;
        background-position: center right 25% !important;
        z-index: 1;
    }
    .cs-hero-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(1, 70, 119, 0.83);
        z-index: -1;
    }
}

.cs-profile-section {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 80px;
}
.cs-profile-section .widget-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #004677;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
}
.cs-profile-section .textwidget {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.67;
}
.cs-profile-section .textwidget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cs-profile-section .textwidget ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px;
}
.cs-profile-section .textwidget ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(images/checklist.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cs-profile-section .panel-grid-cell:first-child {
    position: relative;
    display: flex;
    gap: 24px;
}
.cs-profile-section .panel-grid-cell:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 1px;
    height: 100%;
    background: #e5ecf4;
}
.cs-profile-section .panel-grid-cell:first-child .widget_media_image {
    width: 100px;
}
.cs-profile-section .panel-grid-cell:first-child .widget_sow-editor {
    width: calc(100% - 124px);
}
@media(max-width: 1199.98px) {
    .cs-profile-section {
        gap: 60px;
    }
    .cs-profile-section .panel-grid-cell:first-child::after {
        right: -30px;
    }
}
@media(max-width: 780.98px) {
    .cs-profile-section {
        padding-top: 60px;
        padding-bottom: 60px;
        gap: 0;
    }
    .cs-profile-section .panel-grid-cell:not(:last-child) {
        margin-bottom: 30px !important;
    }
    .cs-profile-section .panel-grid-cell:first-child {
        flex-direction: column;;
    }
    .cs-profile-section .panel-grid-cell:first-child::after {
        display: none;
    }
    .cs-profile-section .panel-grid-cell:first-child .widget_sow-editor {
        width: 100%;
    }
}

.cs-challenge-box {
    background: #004677;
    padding: 60px;
    border-radius: 20px;
}
.cs-challenge-box .panel-grid-cell{
    display: flex;
    gap: 32px;
}
.cs-challenge-box .widget_media_image {
    width: 120px;
}
.cs-challenge-box .widget_sow-editor {
    width: calc(100% - 152px);
}
.cs-challenge-box .widget-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
}
.cs-challenge-box .textwidget {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.67;
    color: #fff;
}
@media(max-width: 1199.98px) {
    .cs-challenge-box {
        padding: 40px;
    }
}
@media(max-width: 780.98px) {
    .cs-challenge-box {
        padding: 30px;
    }
    .cs-challenge-box .panel-grid-cell{
        gap: 24px;
    }
    .cs-challenge-box .widget_sow-editor {
        width: calc(100% - 144px);
    }
    .cs-challenge-box .textwidget {
        font-size: 16px;
    }
}

@media(max-width: 540px) {
    .cs-challenge-box .panel-grid-cell{
        flex-direction: column;
    }
    .cs-challenge-box .widget_sow-editor {
        width: 100%;
    }
}

.cs-benefits-section .widget-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #004677;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
}
.cs-benefits-section .cs-benefits-list .panel-grid-cell {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f6f7fb;
    padding: 24px !important;
    border: 1px solid #e5ecf4;
    border-radius: 15px;
}
.cs-benefits-section .cs-benefits-list .widget_media_image {
    width: 80px;
}
.cs-benefits-section .cs-benefits-list .widget_sow-editor {
    width: calc(100% - 96px);
}
.cs-benefits-section .cs-benefits-list .widget-title {
    font-size: 16px !important;
    margin: 0;
}
@media(max-width: 1199.98px) {
    .cs-benefits-section .cs-benefits-list .panel-grid-cell {
        padding: 16px;
    }
}

@media(min-width: 781px) and (max-width: 992.98px) {
    .cs-benefits-section .cs-benefits-list .panel-grid-cell {
        flex-direction: column;
        align-items: start;
    }
    .cs-benefits-section .cs-benefits-list .widget_sow-editor {
        width: 100%;
    }
}

@media(max-width: 780.98px) {
    .cs-benefits-section .cs-benefits-list .panel-grid-cell:not(:last-child) {
        margin-bottom: 30px !important;
    }
}

.cs-solution-section .widget-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #004677;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
}

.cs-solution-section .textwidget {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.67;
}

.cs-solution-section .textwidget blockquote {
    position: relative;
    font-family: "Manrope", sans-serif;
    background-color: #ebf2f8;
    background-image: url(images/quote-bg.png);
    background-size: 22%;
    background-repeat: no-repeat;
    background-position: bottom right;
    margin: 32px 0;
    padding: 60px 25% 60px 160px;
    border: none;
    border-radius: 15px;
}
.cs-solution-section .textwidget blockquote:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 60px;
    width: 60px;
    height: 60px;
    background-image: url(images/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cs-solution-section .textwidget blockquote em {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    color: #004677;
}
.cs-solution-section .textwidget blockquote strong {
   font-size: 16px;
   font-weight: 700;
   line-height: 1.5;
   color: #02b1c6;
}
@media(max-width: 1199.98px) {
    .cs-solution-section .textwidget blockquote {
        padding: 40px 23% 40px 140px;
    }
    .cs-solution-section .textwidget blockquote:before {
        top: 40px;
        left: 40px;
    }
    .cs-solution-section .textwidget blockquote em {
        font-size: 20px;
    }
}
@media(max-width: 780.98px) {
    .cs-solution-section .textwidget blockquote {
        padding: 30px 23% 30px 130px;
    }
    .cs-solution-section .textwidget blockquote:before {
        top: 30px;
        left: 30px;
    }
}
@media(max-width: 540px) {
    .cs-solution-section .textwidget blockquote {
        padding: 30px 30px 30px 76px;
    }
    .cs-solution-section .textwidget blockquote:before {
        top: 30px;
        left: 20px;
        width: 40px;
        height: 40px;
    }
    .cs-solution-section .textwidget blockquote em {
        font-size: 18px;
    }
}