/* Team page */

.btn-on-dark {
    opacity: 1!important;
}
.btn-light-on-dark:hover, .btn-light-on-dark:active {
    color: #000!important;
    opacity: 0.7!important;
}

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

body {
    margin: 0;
}

.wk-desk-3 {
    width: 25%;
}

/* positional */
.w-mt-2 {
    margin-top: 4rem !important;
}

@media (max-width: 1024px) {

    .case-study {
        height: fit-content !important;
        flex-direction: column;
        width: 200px;
    }

    .image-header-text-container {
        justify-content: center !important;
        padding: 0 !important;
        flex-direction: column !important;
    }

    .case-study-title-container {
        display: flex;
        justify-content: center;
        margin: 1rem;
        padding: 0 !important;
    }

    .case-study-info {
        display: flex;
        justify-content: center !important;
    }

    .case-study-title-container > h1 {
        font-size: 32px;
    }

    .case-study-tags-container {
        width: 100%;
        display: grid !important;
        grid-template-columns: 3fr 3fr 3fr;
        gap: 10px;
    }

    .link-resource-separator {
        display: none !important;
    }

    .case-study-image {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .case-study-image img {
        width: 80%;
    }

    .swiper-buttons {
        display: none;
    }

    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .testimonial-image {
        width: 70%;
    }

    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}

.text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.responsive-cell-block {
    min-height: 75px;
}

.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-evenly;
}

.inner-container {
    flex-direction: column;
    margin: 50px auto;
}

.section-head-text {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    color: rgb(0, 135, 177);
    margin: 0 0 10px 0;
}

.section-subhead-text {
    font-size: 25px;
    color: rgb(153, 153, 153);
    line-height: 35px;
    max-width: 470px;
    text-align: center;
    margin: 0 0 60px;
}

.img-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    margin-top: 10px;
}

.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media-links {
    width: 125px;
    display: flex;
    justify-content: center;
}

.social-media-links a {
    padding: 5px;
}

.social-media-links i {
    font-size: 20px;
}

.name {
    font-size: 20px;
    font-weight: 700;
    color: rgb(102, 102, 102);
    margin: 0 0 5px;
}

.position {
    font-size: 16px;
    font-weight: 700;
    color: #36797d;
    margin: 0 0 20px;
}

.team-img {
    width: 175px;
    height: 175px;
    object-fit: cover;
    border-radius: 50%;
}

.team-card-container {
    width: 230px;
    margin: 0 0 40px 0;
}

@media (max-width: 500px) {
    .team-img {
        width: 100px;
        height: 100px;
    }

    .outer-container {
        padding: 10px 20px 10px 20px;
    }

    .section-head-text {
        text-align: center;
    }
}

/* simple form email */
.simple-email-form {
    padding-top: 1.25rem;
    justify-content: center;
    max-width: 403px;
}

.simple-email-form-inner {
    display: flex;
    align-items: center;
}

.simple-email-form #simple-email {
    border: 1px solid #d9d9d9;
    padding: 0.65rem;
    border-radius: 10px 0 0 10px;
    flex: 1;
}

/* team page end */
.timeline {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    position: relative;
}

.timeline__event {
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
}

.timeline__event:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0 6px 6px 0;
}

.timeline__event:nth-child(2n+1) .timeline__event__content {
    border-radius: 6px 0 0 6px;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #459da1;
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
    animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #459da1;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
    animation: fillLeft 2s forwards 4s ease-in-out;
}

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #459da1;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: calc(40vw - 84px);
    border-radius: 0 6px 6px 0;
}

.timeline__event__date {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    background: #459da1;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
}

.timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: #459da1;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 40px;
    height: 40px;
    position: relative;
}

.timeline__event__icon i {
    font-size: 32px;
}

.timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #459da1;
    position: absolute;
    top: 0%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
    animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #459da1;
    position: absolute;
    left: 0%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
    animation: fillLeftOdd 2s forwards 4s ease-in-out;
}

.timeline__event__description {
    flex-basis: 60%;
}

.timeline__event--type2:after {
    background: #5286b0;
}

.timeline__event--type2 .timeline__event__date {
    color: #fff;
    background: #5286b0;
}

.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
    background: #5286b0;
}

.timeline__event--type2 .timeline__event__icon {
    background: #5286b0;
    color: #fff;
}

.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
    background: #5286b0;
}

.timeline__event--type2 .timeline__event__title {
    color: #5286b0;
}


.timeline__event--type3:after {
    background: #38538c;
}

.timeline__event--type3 .timeline__event__date {
    color: #fff;
    background: #38538c;
}

.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
    background: #38538c;
}

.timeline__event--type3 .timeline__event__icon {
    background: #38538c;
    color: #fff;
}

.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
    background: #38538c;
}

.timeline__event--type3 .timeline__event__title {
    color: #38538c;
}


.timeline__event--type4:after {
    background: #81c5c9;
}

.timeline__event--type4 .timeline__event__date {
    color: #fff;
    background-color: #81c5c9;
}

.timeline__event--type4:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type4:nth-child(2n+1) .timeline__event__icon:after {
    background: #81c5c9;
}

.timeline__event--type4 .timeline__event__icon {
    background: #81c5c9;
    color: #fff;
}

.timeline__event--type4 .timeline__event__icon:before, .timeline__event--type4 .timeline__event__icon:after {
    background: #81c5c9;
}

.timeline__event--type4 .timeline__event__title {
    color: #81c5c9;
}

.timeline__event:last-child .timeline__event__icon:before {
    content: none;
}

.footer-headers {
    font-size: 16px !important;
    font-weight: 300;
}

@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
        align-self: center;
    }

    .timeline__event__content {
        width: 100%;
    }

    .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

    .timeline__event__icon:before, .timeline__event__icon:after {
        display: none;
    }

    .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }

    .timeline__event:nth-child(2n+1) {
        flex-direction: column;
        align-self: center;
    }

    .timeline__event:nth-child(2n+1) .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }

    .timeline__event:nth-child(2n+1) .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        margin: 0;
    }
}

@-webkit-keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@-webkit-keyframes fillTop {
    100% {
        top: 100%;
    }
}

@keyframes fillTop {
    100% {
        top: 100%;
    }
}

@-webkit-keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}

@keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}


/* DROPDOWN NAV START */
@media only screen and (min-width: 992px) {
    .navbar-nav .nav-item {
        display: block;
        transition-duration: 0.5s;
    }

    .navbar-nav .with-submenu {
        position: relative;
        overflow: visible !important;
    }

    .navbar-nav .with-submenu .dropdown-nav {
        background: black;
        padding: 5px 15px 5px 15px;
        margin-left: 10px;
        margin-top: 0;
        min-width: 120px;
    }

    .navbar-nav .with-submenu .dropdown-nav .dropdown-nav-link {
        color: white;
        font-weight: bold;
        font-size: smaller;
        width: 100%;
    }

    .navbar-nav .nav-item ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        transition: all 0.5s ease-in-out;

        left: 0;
        display: block;
    }

    .navbar-nav .nav-item:hover > ul, .nav-item ul:hover, .nav-item .dropdown-nav:hover {
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav .with-submenu .dropdown-nav:hover {
        background-color: white;
        border-color: black;
        border-style: solid;
        border-width: 1px;
    }

    .navbar-nav .with-submenu .dropdown-nav:hover .dropdown-nav-link {
        color: black;
    }

    .navbar-nav .nav-item li {
        clear: both;
        width: 100%;
    }

    .navbar-nav .nav-item .dropdown-nav .dropdown-nav-item:hover i {
        opacity: 1;
    }

    .only-on-mobile {
        /* Hide pricing on desktop to only show on mobile */
        display: none !important;
    }
}

.service-pricing-btn {
    float: right;
}
.alt-service-pricing-btn {
    display: none;
}

@media only screen and (max-width: 460px) {
    .service-pricing-btn {
        display: none;
    }
    .alt-service-pricing-btn {
        display: block;
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 500px) {
    .social-media-links > a {
        width: 30px;
    }

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

    .position {
        font-size: 14px;
        margin-bottom: 0.1rem;
    }

    .name {
        font-size: 16px;
    }

    .service-pricing-btn {
        padding: 5px;
    }
}

.navbar-nav .nav-item .dropdown-nav .dropdown-nav-item i {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .navbar-nav .nav-item:hover > ul, .nav-item ul:hover, .nav-item .dropdown-nav {
        display: none;
    }

    .navbar-nav .with-submenu i {
        /* Delete this style if you want to enable dropdown support on mobile */
        display: none;
    }

    /* UNCOMMENT, to enable mobile support for dropdown (bad css right now)

    .navbar-nav .nav-item:hover > ul, .nav-item ul:hover, .nav-item .dropdown-nav:hover {
      display:block;
    }*/
    .navbar-nav .with-submenu .dropdown-nav .dropdown-nav-link {
        /* Copy of nav-item as not possible otherwise without scss */
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        min-height: 40px;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav .with-submenu .dropdown-nav .dropdown-nav-item {
        border: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .no-margin-padding-top-on-desktop {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.cc-banner.cc-bottom {
    z-index: 999999999999999999;
}

/* Needed as main.css only makes h1-3 responsive, but not h4, h5. That's a half-clean workaround */
@media only screen and (max-width: 768px) {
    h4 {
        font-size: 1.1rem;
    }

    h5 {
        font-size: 1rem;
    }
}

.highlighted_company_logos {
    margin-top: 30px;
}

.highlighted_company_logo {
    width: auto;
    max-height: 45px;
    margin: 20px;
}

@media only screen and (max-width: 768px) {
    /* Mobile */
    .cookiealert {
        z-index: 2147483645 !important; /* display over facebook messenger but only on mobile as cookie alert otherwise overlapped */
    }

    .highlighted_company_logos {
        /* Hide company logos on mobile as simply too much */
        display: none;
    }
}

.acceptcookies {
    color: inherit !important;
}

i {
    padding: 5px;
    font-size: 15px;
}

.no-filter {
    filter: none !important;
}

.major-icon {
    font-size: 18px;
    padding: 5px 20px 5px 5px;
    color: #81c5c9 !important;
}

.big-icon {
    font-size: 40px;
    text-shadow: 4px 4px 4px #ededed;
}

#distinctions {
    padding-top: 10px;
    padding-bottom: 80px;
}

.distinction, .distinction:visited,
.service-principle {
    text-align: center;
    margin-top: 40px;
    color: #707F9F;
    -webkit-transition: 0.35s -webkit-color ease-in-out;
    -moz-transition: 0.35s color ease-in-out;
    -ms-transition: 0.35s -ms-color ease-in-out;
    -o-transition: 0.35s -o-color ease-in-out;
    transition: 0.35s color ease-in-out, 0.35s -webkit-color ease-in-out;
}

.distinction:hover, .distinction:active {
    color: #243559;
}

.distinction-title, .service-principle-title {
    font-size: 20px;
    margin-top: 8px;
    display: block;
    filter: none !important; /* Remove opacity hover effect */
}

.service-principle-title {
    min-height: 60px; /* Only for service principle as it has no subtitle/description */
}

.distinction-description {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.icon-link:active, .icon-link:hover {
    color: inherit;
}

.noselect {
    /* Especially useful on smartphones as text-selects are often not wanted */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                       supported by Chrome, Edge, Opera and Firefox */
}

.bold {
    font-weight: bold;
}

/* Carousel Impressions */
.image-heading {
    /* Used to avoid using a h-tag (SEO) */
    font-size: 3em;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .carousel_img, .carousel_img:visited,
    .carousel_img:hover, .carousel_img:active {
        filter: none;
        cursor: pointer;
    }

    .carousel-indicators {
        /* In mobile view the bottom indicators have too much margin at the bottom */
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .carousel .carousel_img, .carousel:visited .carousel_img {
        cursor: pointer;
        filter: brightness(40%);
        -webkit-transition: 0.35s -webkit-filter ease-in-out;
        -moz-transition: 0.35s filter ease-in-out;
        -ms-transition: 0.35s -ms-filter ease-in-out;
        -o-transition: 0.35s -o-filter ease-in-out;
        transition: 0.35s filter ease-in-out, 0.35s -webkit-filter ease-in-out;
    }

    .carousel:hover .carousel_img, .carousel:active .carousel_img {
        filter: brightness(100%);
    }

    .carousel:hover .carousel-caption, .carousel:active .carousel-caption {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease-in-out 0.35s, opacity 0.35s;
    }

    .carousel-caption h2 {
        color: #eee;
        font-size: 2.4em;
    }

    .carousel-caption p {
        color: #aaa;
        font-size: 1.2em;
    }
}

.carousel-indicators li::before {
    /* Hide li-points, but styled li-points should be still shown */
    visibility: hidden;
}

.navbar {
    /* Add min-height to navbar, to avoid that toggle-button overflows vertically in mobile view. */
    min-height: 50px;
}

/* Margin when columns becomes a row in grid */
.col-row-margin {
    margin-top: 20px;
}

.contact__info {
    padding-top: 0 !important; /* overwrite padding when contact form is disabled */
}

.testimonial__author-info {
    margin-top: 10px;
}

img, img:visited {
    background-size: contain;
    background: url(../img/utils/loading_infinity.svg) no-repeat scroll center center;
    object-fit: contain; /* to keep the relation when screen-size changes */
}

img[src$='.png'], img[src$='.svg'], img[src$='.webp'], .hide-loading-indicator {
    /* Hide background for transparent images */
    background: none;
}

a {
    /* Remove underline from links, but add opacity instead */
    text-decoration: none !important;
    color: #459da1;
}

a span, a h1, a h2, a h3, a h4 {
    filter: opacity(100%);
    -webkit-transition: 0.25s -webkit-filter ease-in-out;
    -moz-transition: 0.25s filter ease-in-out;
    -ms-transition: 0.25s -ms-filter ease-in-out;
    -o-transition: 0.25s -o-filter ease-in-out;
    transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

a span:hover, a span:active,
a h1:hover, a h1:active,
a h2:hover, a h2:active,
a h3:hover, a h3:active,
a h4:hover, a h4:active {
    filter: opacity(50%);
}

@media only screen and (max-width: 452px) {
    .showcase-btn-secondary {
        display: none;
    }
}

.container {
    /* Container overlaps header image in showcase.html (so hover effect on image only works on parts of the image) */
    z-index: -1 !important;
}

/* Chips */
@media only screen and (min-width: 1200px) {
    /* Limiting chip width on desktop pcs to make it more readable */
    .chip {
        max-width: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .chip, .chip:visited {
        font-size: 16px !important;
        padding: 3px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        min-height: 30px !important;
    }
}

.chip-turq-light {
    background-color: #81c5c9;
}

.chip-turq-dark {
    background-color: #459da1;
}

.chip-blue-light {
    background-color: #5286b0;
}

.chip-blue-dark {
    background-color: #38538c;
}

.chip:hover, .chip:active {
    filter: opacity(75%);
}

.chip, .chip:visited {
    display: inline-flex;
    flex-direction: row;
    border: none;
    color: #fff;
    cursor: pointer;
    min-height: 54px;
    outline: none;
    padding: 5px 12px;
    font-size: 21px;
    white-space: normal;
    align-items: center;
    border-radius: 24px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
    margin: 5px 15px 15px 15px;
    -webkit-transition: 0.35s -webkit-background-color ease-in-out;
    -moz-transition: 0.35s background-color ease-in-out;
    -ms-transition: 0.35s -ms-background-color ease-in-out;
    -o-transition: 0.35s -o-background-color ease-in-out;
    transition: 0.35s background-color ease-in-out, 0.35s -webkit-filter ease-in-out;
}

.chip-list {
    list-style: none;
}

.chip-list li {
    color: #fff;
    text-indent: -1.5em;
}

.chip-list li::before {
    display: none;
}

.chip-content {
    cursor: inherit;
    display: flex;
    color: #fff;
    align-items: center;
    user-select: none;
    white-space: normal;
}

.chip-svg {
    color: #fff;
    cursor: pointer;
    margin: 4px 4px 0 -8px;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.chip-close {
    padding-left: 15px;
    padding-bottom: 5px;
    float: right;
}

/* Hide link indicators (blue color, underline, ..)*/
.hide_link, .hide_link:visited, .hide_link:hover, .hide_link:active {
    color: inherit;
    text-decoration: none;
}

/* case study */
.case-studies {
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.case-study {
    margin-top: 0.25rem;
    border-radius: 16px;
    box-shadow: 0 0 2px rgb(47, 108, 129);
    width: 98%;
    height: fit-content;
    position: relative;
    padding: 0.4rem;
}

.ability-block-light p,
.ability-block-light h2,
.ability-block-default p,
.ability-block-default h2 {
    color: #555;
}

.ability-block-turq-light {
    background: #81c5c9;;
}

.ability-block-turq-dark {
    background: #459da1;
}

.ability-block-blue-light {
    background: #5286b0;
}

.ability-block-blue-dark {
    background: #38538c;
}


.image-header-text-container {
    padding: 0.25rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.case-study-title-container {
    margin-top: 0.2rem;
    margin-left: 1rem;
    padding: 1rem;
    flex-direction: column;
    display: flex;
}

.case-study-header {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    position: absolute;
    width: 100%;
    top: 0;
}

.pre-filter-biz-cases {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
}

.case-filter-btn-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.case-filter-btn {
    border: 1px solid #36797d;
    color: #36797d;
    border-radius: 10px;
    padding: 4px;
    margin: 0.125rem;
    background: transparent;
    transition: background-color ease-in 0.2s, color ease-in 0.2s;
}

.case-filter-btn:hover, .case-filter-btn:active {
    color: #fff;
    background: #36797d;
}

.pre-filter-biz-cases > p {
    margin-bottom: 0;
}

.back-button, .cart-button {
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.case-study-image img {
    padding: 0.5rem;
    border-radius: 15px;
    /*border: 1px solid #b4b4b4;*/
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.case-study-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.case-study-content h1 {
    margin: 0;
    font-size: 1.5em;
}

.case-study-minor-header {
    margin-bottom: 0.2rem;
    margin-top: 0.9rem;
    font-size: 16px;
}

.case-study-content p {
    margin-bottom: 1rem;
}

.case-study-info {
    display: flex;
    justify-content: flex-start;
    margin: 8px 0;
    font-size: 0.9em;
    color: #216479;
}

.case-study-tags-container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: #216479;
}

.case-study-tags-container > .case-study-item {
    font-size: 14px;
    letter-spacing: 0.1px;
    background: #ffffff;
    color: #2f6c81;
    padding-top: 0.4rem;
    border-radius: 0.2rem;
}

.link-resource-separator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    opacity: 0.6;
}

.case-study-info > .case-study-item {
    margin-right: 0.4rem;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1px;
    padding: 0.4rem;
    border-radius: 0.2rem;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f9fa;
}

.swiper-buttons > div {
    width: 32px;
    opacity: 0.5;
}

.control-btn {
    width: 40px;
}

.glide__arrows__right {
    position: absolute;
    right: -50px;
    top: 25%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.glide__arrows__left {
    position: absolute;
    left: -50px;
    top: 25%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.glide-chevron-button {
    background: transparent;
    border: none;
}

.glide-chevron-button:hover, .glide-chevron-button:active {
    color: #591D3D;
}

.glide-chevron-button:focus,
.glide-chevron-button:active {
    outline: none;
}

.glide-chevron-button:focus-visible {
    outline: none;
}

.description p {
    margin: 0;
    font-size: 0.9em;
}

.description a {
    color: #007BFF;
    text-decoration: none;
    font-size: 0.9em;
}

.description a:hover {
    text-decoration: underline;
}

/* Glider */
.glide__bullets {
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glide__bullets > .glide__bullet {
    width: 14px !important; /* Added width */
    height: 14px !important; /* Existing height */
    border-radius: 50%;
    margin-left: 1rem;
    background: white;
    border: 1px solid #117a8b;
}

#glide__bullets-container > button.glide__bullet.glide__bullet--active {
    background: #117a8b;
}

.glide > .glide__track > .glide__slides > li {
    list-style-type: none;
}

.glide > .glide__track > .glide__slides > li::before {
    display: none;
}

.showcase-img-container {
    align-content: flex-start;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: 0;
}

.img-border-cut {
    margin-top: -60px !important;
    width: 760px !important;
    border-radius: 120px 55px 250px 40px !important;
}

.bordered {
    border-radius: 10px !important;
}

.bordered-left {
    border-radius: 0 10px 10px 0;
}

.image-gallery {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .case-study-title-container > h1 {
        font-size: 22px !important;
    }
    .case-study-item {
        font-size: 11px !important;
    }
    .case-study-text {
        font-size: 14px;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }
    .glide__bullets > button {
        margin-top: 1rem !important;
        margin-bottom: 1rem;
        border-radius: 10px !important;
        height: 13px !important;
    }
    .case-filter-btn {
        font-size: 14px;
    }
}

.services-container {
    font-size: 18px;
    text-align: left;
}

.services-container > h1 {
    font-size: 54px;
    text-align: left;
    margin-bottom: 1.5rem;
}

.services-bread-crumb {
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 16px;
}

.highlight-section {
    background: cadetblue;
    border-radius: 10px;
    width: 100%;
    margin-top: 0;
    padding: 1rem;
    color: white;
}

.services-bread-crumb > a {
    color: #2f2d2d;
    font-size: 16px;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.services-bread-crumb > span:last-child {
    color: cadetblue;
}

.services-cta-section {
    margin-bottom: 10rem;
}

.services-sub-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.gtku-suggestions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-get-to-know > h2 {
    font-size: 40px;
}

.gtku-suggestions > .inner-box > .service-box-item {
    padding: 0;
    width: 256px !important;
    height: 256px !important;
    display: flex;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin-left: 0.3em;
    margin-right: 0.3rem;
}

.gtku-suggestions > .inner-box > .service-box-item > img {
    border-radius: 15px;
}

.box-item {
    border-radius: 25px;
}

.services-header {
    text-align: center;
    margin-bottom: 1rem;
}

.service-sub-header {
    text-align: center;
}

.top-services {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.top-services-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1100px) {
    .top-services-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.top-services-overview-tight {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}
.service-cta-tight {
   text-align: right;
    margin-right: 3rem;
}

.top-service > * {
    width: 100%; /* Ensures all child elements take full width */
}

.top-service {
    position: relative;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    height: 100%;
    text-align: left;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.top-service:hover {
    transform: scale(1.05);
    box-shadow: rgba(149, 157, 165, 0.4) 0 16px 48px;
}

.top-service > h2 {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    text-align: left !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #171a1d;
    font-size: 22px;
}

.top-service > img {
    height: 175px;
    width: 148px;
}

.top-service > p {
    text-align: left;
    font-size: 15px;
    padding-bottom: 1rem;
}

.top-service > .explore {
    margin-top: 2rem;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    color: #117a8b;
}

.top-service > .calendly-as-link {
    padding-left: 2rem;
    position: absolute;
    bottom: 1.2rem;
}

.top-service:hover, .single-service:hover {
    cursor: pointer;
}

.single-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    padding: 1rem;
    position: relative;
    z-index: 100;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.single-service:hover {
    transform: scale(1.05);
    box-shadow: rgba(149, 157, 165, 0.4) 0 16px 48px;
}

.single-service > h3 {
    color: #294e5b;
    font-size: 1.1rem;
}

.single-service > p {
    width: 80%;
    opacity: 0.8;
    font-size: 0.85rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

.single-service-cta {
    color: #117a8b;
}

.service-container {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.services-stay-in-touch-container {
    margin-top: 3rem;
    margin-left: 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
@media (max-width: 750px) {
    .services-stay-in-touch-container {
        flex-direction: column;
    }
}

.services-stay-in-touch-container > form > .simple-email-form-inner > #simple-email {
    width: 350px;
    display: flex;
}


@media (max-width: 675px) {
    .services-stay-in-touch-container {
        margin-top: 3rem;
        margin-bottom: 5rem;
        justify-content: center;
        align-items: center;
    }

    .services-stay-in-touch-container > form > .simple-email-form-inner > #simple-email {
        width: 260px;
    }
    .top-service > img {
        width: 120px;
    }
    .top-services, .service-container {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 800px) {
    .services-intro {
        text-align: center;
    }
    .services-intro-image {
        display: none;
        top: 0;
        width: 120px;
    }

}
@media (max-width: 1000px) {
    .services-intro {
        text-align: center;
    }
    .services-intro-image {
        width: 120px;
    }
    .gtku-suggestions {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {

    .services-intro-image {
        left: -50px !important;
        width: 240px;
    }
}

.services-intro {
    position: relative;
    margin-top: 4rem;
    padding: 2rem;
    background: rgb(44,124,144);
    background: linear-gradient(90deg, rgba(44,124,144,1) 16%, rgba(20,58,74,1) 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}

.services-intro-image {
    position: absolute;
    left: 0;
}

.services-intro > h1{
    color: white;
}

.services-intro > .blog-cta-container > a:hover {
    background: white !important;
}

/* Mobile padding for rad-showcase container */
@media (max-width: 768px) {
    .rad-showcase .container,
    .facts-section .container,
    .section .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    /* Fix contact form input fields on mobile only */
    #contact_form-full_name,
    #contact_form-email {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1rem;
    }
}
