/* ---- common ---- */
.justify-evenly {
    justify-content: space-evenly;
}

.pl-24 {
    padding-left: 6rem;
}

.pl-40 {
    padding-left: 12.5rem;
}

.pr-24 {
    padding-right: 6rem;
}

.mt-170 {
    margin-top: 170px;
}

.mx-16 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
}

.mb-160 {
    margin-bottom: 160px;
}

.max-w-8xl {
    max-width: 90dvw;
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.px-40 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
}

.px-12 {
    padding-left: 49px;
    padding-right: 49px;
}

.px-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.mb-12px {
    margin-bottom: 8px;
}

.mb-19 {
    margin-bottom: 45px;
}

.mb-21 {
    margin-bottom: 20px;
}

.mb-52 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.p-40 {
    padding: 2.5rem;
}

.p-50 {
    padding: 3.125rem;
}

.gap-y-9 {
    -moz-row-gap: 2rem;
    row-gap: 2.5rem;
}

.gap-x-9 {
    -moz-column-gap: 2rem;
    column-gap: 2.5rem;
}

.border-\[\#71716F\] {
    --tw-border-opacity: 1;
    border-color: #71716F;
}

.border-\[\#597197\] {
    --tw-border-opacity: 1;
    border-color: #597197;
}

.text-\[\#abaaac\] {
    --tw-border-opacity: 1;
    color: #abaaac;
}

.text-\[40px\] {
    font-size: 40px;
}

/* .text-\[50px\] {
    font-size: 50px;
} */

/* .text-\[70px\] {
    font-size: 70px;
} */

.pl-2 {
    padding-left: 0.75rem;
}

.pt-10 {
    padding-top: 10px;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-34 {
    padding-top: 2.125rem;
}

.pt-76 {
    padding-top: 4.75rem;
}

.pt-100 {
    padding-top: 100px;
}

.pt-80 {
    padding-top: 200px;
}

.py-2 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.to-\[\#252D30\] {
    --tw-gradient-to: #252D30 var(--tw-gradient-to-position);
}

.text-\[56px\] {
    font-size: 56px;
}

.d-flex {
    display: flex;
}

.contact-buttons {
    width: 100%;
    max-width: 156px;
    white-space: nowrap;
}

/* ----- gradient's ------- */

.gradient-network-left-border {
    position: relative;
    padding-left: 20px;
}

.gradient-network-left-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100vh;
    background: #F9F9F9;
    border-radius: 2px;
}

.gradient-presence-left-border {
    position: relative;
    padding-left: 20px;
}

.gradient-presence-left-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100vh;
    background: #F9F9F9;
    border-radius: 2px;
}

.gradient-distributor-left-border {
    position: relative;
    padding-left: 30px;
}

.gradient-distributor-left-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: calc(100vh - 352px);
    background: linear-gradient(to bottom, #c1ccd9, #2f2d2d);
    border-radius: 2px;
}

/* ---- partner network css ----- */
.img-container {
    margin: 0 auto;
    padding: 150px 0px 0px 150px;
    box-sizing: border-box;
}

.img-container>h1 {
    font-size: 3.125rem;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 50px;
    font-weight: 300;
}

.span-text {
    font-size: 1.4rem;
}

.testimonial-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 0 auto 50px auto;
}

.testimonial-content {
    width: 835px !important;
    /* background: #455785; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-content {
    padding: 50px 60.5px;
    background: #455785;
    color: #fff;
}

.testimonial-image {
    width: 935px !important;
    position: relative;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.testimonial-content blockquote {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.167;
    color: #f9f9f9 !important;
}


.testimonial-content em {
    font-style: italic;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-info {
    padding: 0px 0 0 61px;
    margin-top: 50px;
}

.client-name {
    font-size: 25px;
    font-weight: 700;
    color: #f9f9f9;
    line-height: 1.16;
}

.client-title {
    font-size: 20px;
    /* opacity: 0.8; */
    font-weight: 300;
    color: #f9f9f9;
    line-height: 1.15;
    margin-top: 10px;
}

.slider-controls {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 18px;
    padding-left: 61px;
}

@media (max-width:1097px) {
    .slider-controls {

        margin-bottom: 0;

    }
}

.slider-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #F9F9F9;
    margin-right: 16px;
    cursor: pointer;
}

.slider-dot:not(.active):hover {
    border-color: #2673ff;
}

.slider-dot.active {
    background-color: #F9F9F9;
    border-radius: 20px;
    border: none;
}

.highlight {
    font-style: italic;
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.client-logos {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.logo-container {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
    column-gap: 0;
    row-gap: 15px;
    position: relative;
}

.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.client-logo:nth-child(3) {
    margin-right: 30px;
}

.client-logo:nth-child(4),
.client-logo:nth-child(8) {
    margin-left: 30px;
}

.client-logo img {
    max-width: 70%;
    height: auto;
    display: block;
}

.offices-text {
    padding: 150px 200px 80px;
}

.icon-wrapper {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: -13px;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    transition: opacity 0.2s ease-in-out;
}

.icon.normal {
    opacity: 1;
    z-index: 1;
}

.icon.bold {
    opacity: 0;
    z-index: 2;
}

.icon-wrapper:hover .icon.normal {
    opacity: 0;
}

.icon-wrapper:hover .icon.bold {
    opacity: 1;
}

@media (max-width: 767px) {
    .pl-24 {
        padding-left: 2rem !important;
    }

    .pl-40 {
        padding-left: 2rem !important;
    }

    /* .pl-56 {
        padding-left: 2rem !important;
    } */
    .mx-16 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .m-32px {
        margin: 32px !important;
    }
}

@media (max-width: 767px) {
    .pt-16 {
        padding-right: 20px !important;
    }
}

@media (max-width: 1300px) {
    .pl-24 {
        padding-left: 4rem;
    }

    .pl-40 {
        padding-left: 4rem;
    }

    /* .pl-56 {
        padding-left: 4rem !important;
    } */
    .mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
}

@media (max-width: 1300px) {
    .pt-16 {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {

    .gradient-presence-left-border::before,
    .gradient-network-left-border::before,
    .gradient-distributor-left-border::before,
    .gradient-events-left-border::before {
        display: none;
    }

    .gradient-presence-left-border,
    .gradient-network-left-border,
    .gradient-distributor-left-border,
    .pl-30 {
        padding-left: 0;
    }
}


@media (max-width: 767px) {
    .px-24 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px-40 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 1300px) {
    .px-24 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .px-40 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 1000px) {
    .d-flex {
        padding-top: 10px;
        flex-direction: column;
    }

    .py-2 {
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .client-logos {
        justify-content: center;
    }
}

@media (max-width: 1000px) {
    .pr-24 {
        padding-right: 0;
    }

    .mb-5 {
        margin-bottom: 50px;
    }
}

@media (max-width: 943px) {

    /* .text-\[30px\] {
        font-size: 1.4rem;
        line-height: 2.25rem;
    } */
    /* .text-\[25px\] {
        font-size: 1.2rem;
        line-height: 1.75rem;
    } */
}

@media (max-width: 1000px) {
    .img-container>h1 {
        text-align: center;
        margin-left: 0px;
    }

    .img-container {
        padding: 80px 0px 0px 0px;
        /* margin: 0 0 0 20px; */
    }

    .testimonial-slider {
        padding: 0px 32px;
    }

    .testimonial-slide {
        flex-direction: column-reverse;
    }

    .testimonial-image {
        margin-bottom: 40px;
    }

    .client-info {
        padding-left: 0px;
        margin-top: 30px;
    }

    .slider-controls {
        padding-left: 0px;
        margin-top: 40px;
    }
}

@media (max-width: 1000px) {
    .logo-container {
        grid-template-columns: repeat(2, auto)
    }
}

@media (max-width: 1000px) {
    .px-13 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 620px) {
    .testimonial-content blockquote {
        font-size: 20px;
    }

    .text-content {
        padding: 15px;
    }

    .logo-container {
        grid-template-columns: 1fr;
    }

    .client-logo:nth-child(4),
    .client-logo:nth-child(8) {
        margin-left: 10px;
    }
}

/* ---- Global Presence: Pin E-mail button to bottom of each card ---- */
.strategic-offices-section [class*="border-2"] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px;

    h3 {
        line-height: 1.2;
        align-items: flex-start !important;

        span {
            margin-bottom: 0 !important;
        }
    }
}

.strategic-offices-section [class*="border-2"]>.d-flex {
    margin-top: auto;
}


.strategic-offices-section .transparent-btn {
    width: auto;
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    height: 40px;
}

.strategic-offices-section .transparent-btn a {
    height: 40px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strategic-offices-section .mb-19 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}