/* MARKETS */


.single-purpose-img {
    padding-top: 63%;
}

#bottom-cta {
    padding: 120px 0 130px;
}

.bottom-cta-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}


@media(max-width:991px) {
    #careers-info .col-lg-6 img {
        margin-bottom: 40px;
    }
}

@media(min-width:768px) {
    #careers-intro .logo {
        min-width: 256px;
        margin-left: 15px;
    }
}

@media(max-width:767px) {
    #careers-intro .logo {
        max-width: 93px;
        margin-bottom: 30px;
    }

    #careers-intro>.container>.row>.col-12>.d-flex {
        flex-direction: column-reverse;
    }

    #careers-intro .d-flex.justify-content-end {
        justify-content: flex-start !important;
    }
}

#markets {
    padding: 60px 0 160px;
}

#markets .logo>img {
    max-width: 93px;
}

#markets .logo {
    display: inline-block;
    margin: auto 30px 10px auto;
}

.section-header-main {
    max-width: 1083px;
}

/* .market-card,
.market-card-inner {
    min-height: 400px;
} */

.market-card-content {
    padding: 15px;
    flex: 1;
}

.market-card-content h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

@media(min-width: 768px) {
    .market-card-content h3 {
        font-size: 1.5rem;
    }
}

.market-card-img {
    padding-top: 66%;
}

.market-card:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%) rotate(45deg) translateZ(0) translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px #3DBED6 solid;
    background-color: #F0F0F0;
    z-index: 2;
    height: 60px;
    width: 60px;
}

.market-card-cta .market-card-inner {
    padding: 55px 25px 35px;
}

.market-card-cta .market-card-inner>* {
    z-index: 1;
    position: relative;
}

.market-card-cta .market-card-inner::before {
    background-image: url('/wp-content/uploads/2023/09/cta-logo-fade.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 90px);
    width: calc(100% - 60px);
    background-size: contain;
    content: '';
    background-repeat: no-repeat;
    background-position: center right;
}

@media(max-width: 767px) {
    #markets .section-header.icon-section-header>.d-flex {
        flex-direction: column;
    }

    #markets .section-header.icon-section-header .justify-content-end {
        justify-content: flex-start !important;
    }

    #markets .logo {
        margin: auto 0 30px 0;
    }
}


.single-icon img {
    max-width: 105px;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .all-icons {
        margin-top: 20px;
    }
}

#fyre #icon-section .middle-content span {
    color: #3DBED6 !important;
}

.page-template-careers-new #page-header .overlay {
    opacity: 0.52;
}

.elevate-icon {
    max-width: 50%;
    display: block;
    margin-bottom: 4rem;
}

.benefits-section {
    padding: 0;
}

.show {
    opacity: 1;

}

.nav-pills {
    border-right: 2px solid #3dbed6;
}

.tab-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1rem 2rem;
    text-align: left;

}

.tab-btn.active {
    background-color: #3dbed6;
    color: #000;
}

.benefits-content {
    color: #fff;
}

.benefits-content h3 {
    color: inherit;
}

.map-bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who-we-are-bg {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}