/* Infinity owner-requested presentation fixes — v1.4.2 */

/* 1) All teal section badges use white text for stronger contrast. */
/* Every approved teal section-title pill uses white text site-wide. */
.sec-title .sub-title h4,
.sec-title .sub-title h5,
.sec-title .sub-title h6,
.global-partners-heading .sub-title h4,
.global-partners-heading .sub-title h5,
.global-partners-heading .sub-title h6 {
    color: #ffffff !important;
}

/* 4) Contact: polished Request Call Back card. */
.single-quick-contact-style1 {
    border-color: rgba(20, 103, 124, 0.18);
    border-radius: 16px;
    padding: 34px 28px 32px;
    box-shadow: 0 14px 34px rgba(11, 66, 83, 0.06);
}

.single-quick-contact-style1 .infinity-callback-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(20, 103, 124, 0.10);
    color: #14677c;
    font-size: 23px;
    line-height: 1;
}

.single-quick-contact-style1 .title {
    padding-top: 15px;
}

.single-quick-contact-style1 .title p {
    line-height: 1.55;
}

#quick-contact-form {
    padding-top: 22px;
}

#quick-contact-form .form-group {
    margin-bottom: 0;
}

#quick-contact-form input[type="tel"],
#quick-contact-form input[type="text"] {
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(20, 103, 124, 0.24);
    border-radius: 29px;
    background: #ffffff;
    color: #173330;
    font-size: 16px;
    line-height: 58px;
    padding: 0 72px 0 22px;
    outline: none;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#quick-contact-form input[type="tel"]:focus,
#quick-contact-form input[type="text"]:focus {
    border-color: #14677c;
    box-shadow: 0 0 0 3px rgba(20, 103, 124, 0.08);
}

#quick-contact-form input[type="tel"]::placeholder,
#quick-contact-form input[type="text"]::placeholder {
    color: #718080;
    opacity: 1;
}

#quick-contact-form button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #14677c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    transition: transform .2s ease, background-color .2s ease;
}

#quick-contact-form button:hover,
#quick-contact-form button:focus {
    color: #ffffff;
    background: #0b4253;
    transform: translateX(1px);
}

/* 5) Country labels and deliberately two-line office hours. */
.quick-contact-style1-info .infinity-phone-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 4px;
    white-space: nowrap;
}

.quick-contact-style1-info .infinity-phone-line span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.quick-contact-style1-info .infinity-phone-line a {
    font-size: 15px;
}

.quick-contact-style1-info .infinity-office-hours,
.members-box p {
    line-height: 1.55;
}

.quick-contact-style1-info .infinity-office-hours span {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .single-quick-contact-style1 {
        padding: 30px 20px;
    }
    .quick-contact-style1-info .infinity-phone-line {
        gap: 8px;
    }
    .quick-contact-style1-info .infinity-phone-line span,
    .quick-contact-style1-info .infinity-phone-line a {
        font-size: 13px;
    }
}

/* 1.4.3 — Back-to-top arrow: keep button styling, force the arrow glyph to white. */
.scroll-to-top .scroll-bar-text,
.scroll-to-top .scroll-bar-text i,
.scroll-to-top .scroll-bar-text .icon-arrow-down,
.scroll-to-top .scroll-top-inner .scroll-bar-text i {
    color: #ffffff !important;
}


/* 1.4.4 — Home regional-presence KPI: deliberate space between “4” and “Countries”. */
.awards-fact-box__right .count-box .odometer-counting > span {
    margin-left: 10px;
}
