.office-rates-card__footer {
    margin-top: 10px;
}

.office-rates-card__footer p {
    margin-bottom: 6px;
}

.office-rates-count {
    font-size: 12px;
    color: #667085;
}


.office-detail,
.office-main-content,
.office-faq {
    background: #fff;
    border: 1px solid #d9dee5;
    padding: 25px 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}


.office-detail {
    border-top: 3px solid #133757;
}

.office-main-content {
    border-top: 3px solid #022a4d;
}

.office-faq {
    border-top: 3px solid #7d1315;
}

.office-info-card,
.office-services-card,
.office-rates-card {
    background: #fff;
    border: 1px solid #d9dee5;
    /* box-shadow: 0 4px 14px rgba(0,0,0,0.04); */
    padding: 22px;
}

.office-info-card h3,
.office-services-card h3,
.office-rates-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #022a4d;
}

.office-info-row {
    margin-bottom: 14px;
}

.office-info-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 4px;
}

.office-info-row strong,
.office-info-row a {
    display: block;
    font-size: 14px;
    color: #022a4d;
}

.office-services-card {
    background: #133757;
    color: #fff;
    border-color: #133757;
}

.office-services-card h3 {
    color: #fff;
}

.office-services-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.office-services-card li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14px;
}

.office-services-card li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    opacity: 0.85;
}

.office-rates-card {
    padding: 0;
    overflow: hidden;
}

.office-rates-card__head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid #e8ebef;
}

.office-rates-card__head h3 {
    margin-bottom: 4px;
}

.office-rates-card__head p {
    margin: 0;
    font-size: 12px;
    color: #6b7280;
}

.office-rates-card__head > span {
    align-self: flex-start;
    font-size: 12px;
    color: #137d44;
    background: #eefaf3;
    padding: 4px 10px;
    white-space: nowrap;
}

.office-rates-table {
    background: #fff;
}

.office-rates-table thead th {
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7280;
    font-family: OpenSans-Bold;
    background: #f5f6f8;
    padding: 12px 24px;
    border: 0;
}

.office-rates-table tbody td {
    padding: 13px 24px;
    border-bottom: 1px solid #eef0f3 !important;
    vertical-align: middle;
    font-size: 14px;
    color: #022a4d;
}

.office-rates-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.office-rates-table tbody td:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
}

.office-rates-table tbody td:first-child strong {
    min-width: 38px;
    font-family: OpenSans-Bold;
}

.office-rates-table tbody td:first-child span {
    color: #4b5563;
    font-size: 13px;
}

.office-currency-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
}

.office-rates-table tbody td:nth-child(2),
.office-rates-table tbody td:nth-child(3) {
    font-family: OpenSans-Bold;
    color: #133757;
}

.office-rates-card__footer {
    padding: 16px 24px 20px;
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #eef0f3;
}

.office-rates-card__footer p {
    margin-bottom: 8px;
    font-size: 12px;
    color: #6b7280;
}

.office-rates-card__footer .btn-default {
    margin: 0 auto;
}




.offices-page .office-service-box {
    background: #fff;
    border: 1px solid #d9dee5;
    border-top: 3px solid #133757;
    padding: 22px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.offices-page .office-service-box:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border-color: #c4ccd6;
}

.offices-page .office-service-box--gold {
    border-top-color: #c9a24b;
}

.offices-page .office-service-box--insurance {
    border-top-color: #133757;
}

.offices-page .office-service-box h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 10px;
    color: #022a4d;
}

.offices-page .office-service-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0 0 18px;
}

.offices-page .office-service-box .btn-default {
    margin: auto 0 0;
    margin-top: 10px;
    align-self: flex-start;
}

.office-subsection-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #022a4d;
}

.office-service-boxes {
    margin-top: 20px;
}

.office-service-box__icon {
    width: 40px;
    height: 40px;
    background: #f3f5f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.offices-page .offices-tabs {
    border-bottom: 1px solid #d9dee5;
    justify-content: center;
}

.offices-page .offices-tabs .nav-item {
    margin-right: 8px;
}

.offices-page .offices-tabs .nav-link {
    border: 1px solid #d9dee5;
    border-bottom: none;
    background: #f5f6f8;
    color: #022a4d;
    font-size: 14px;
    padding: 10px 18px;
    transition: all 0.15s ease;
}

.offices-page .offices-tabs .nav-link:hover {
    background: #eef1f5;
    color: #022a4d;
}

.offices-page .offices-tabs .nav-link.active {
    background: #fff;
    border-color: #d9dee5;
    border-bottom: 1px solid #fff;
    color: #022a4d;
    font-family: OpenSans-Bold;
}

.offices-page .offices-tabs {
    border: 0;
    display: flex;
    width: fit-content;
    padding: 5px 4px;
    border-radius: 15px;
    margin: auto;
    background-color: #fff;
    /* gap: 10px; */
}

.offices-page .offices-tabs .nav-link {
    border: 0px;
    background: #fff;
    color: #022a4d;
    border-radius:15px;
}

.offices-page .offices-tabs .nav-link.active {
    background: #133757;
    color: #fff;
    border-color: #133757;
    margin-bottom: 0px;
}