* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.ft {
    background: #0F1E36;
    padding: 20px 0 0;
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif
}

.ft-about .logo-fallback {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.ft-about .logo-fallback span:nth-child(1) {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.3px
}

.ft-about .logo-fallback span:nth-child(1) em {
    color: #E87722;
    font-style: normal
}

.ft-about .logo-fallback span:nth-child(2) {
    font-size: 9px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px
}

.ft-top-bar {
    padding: 0px 0 15px;
    position: relative;
    z-index: 2;
}

.ft-top-inner {
    max-width: 1320px;
    margin: 0 auto;
    /* padding: 0 32px; */
    display: flex;
    align-items: center;
    gap: 20px
}

.ft-logo {
    display: block;
    width: 170px;
    height: 92px;
    object-fit: cover;
    object-position: left center;
}

.logo-fallback {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.logo-fallback span:nth-child(1) {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.3px
}

.logo-fallback span:nth-child(1) em {
    color: #E87722;
    font-style: normal
}

.logo-fallback span:nth-child(2) {
    font-size: 9px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px
}

.ft-top-divider {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(232, 119, 34, 0.3), rgba(255, 255, 255, 0.04))
}

.ft-top-tagline {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    white-space: nowrap
}

.ft-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.055) 1.4px, transparent 1.4px);
    background-size: 26px 26px
}

.ft-g1 {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(232, 119, 34, 0.13) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0
}

.ft-g2 {
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(26, 93, 200, 0.09) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0
}

.ft-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2
}

.ft-grid {
    display: grid;
    grid-template-columns: 270px 1fr 1fr;
    gap: 35px;
    padding-bottom: 32px
}

.svc-browse-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.contact-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.ft-col-title {
    font-size: 11.5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.ft-col-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.07)
}

.title-dot {
    width: 6px;
    height: 6px;
    background: #E87722;
    border-radius: 50%;
    flex-shrink: 0
}

.ft-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
    margin-bottom: 18px
}

.socials {
    display: flex;
    gap: 7px;
    flex-wrap: wrap
}

.s-link {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    text-decoration: none;
    transition: all .2s
}

.s-link:hover {
    background: rgba(232, 119, 34, 0.2);
    color: #fff;
    border-color: rgba(232, 119, 34, 0.5)
}

.link-list {
    display: flex;
    flex-direction: column;
}

.ft-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.48);
    font-size: 12.5px;
    font-weight: 500;
    padding: 5px 6px;
    border-radius: 7px;
    transition: all .15s
}

.ft-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05)
}

.ft-link-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .15s
}

.ft-link:hover .svc-icon-bg {
    background: rgba(232, 119, 34, 0.2)
}

.ft-link:hover .brw-icon-bg {
    background: rgba(30, 139, 62, 0.2)
}

.ft-link-icon i {
    font-size: 11px;
    color: #F5A24B
}

.office-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #E87722;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px
}

.office-label::before {
    content: '';
    width: 3px;
    height: 11px;
    background: #E87722;
    border-radius: 2px;
    display: inline-block
}

.c-row {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 7px
}

.c-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px
}

.c-icon.ph {
    background: rgba(30, 139, 62, 0.2)
}

.c-icon.ph i {
    color: #4CD87E;
    font-size: 10px
}

.c-icon.em {
    background: rgba(232, 119, 34, 0.18)
}

.c-icon.em i {
    color: #F5A24B;
    font-size: 10px
}

.c-icon.lc {
    background: rgba(220, 50, 50, 0.18)
}

.c-icon.lc i {
    color: #F07070;
    font-size: 10px
}

.c-row a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color .15s;
    line-height: 1.4
}

.c-row a:hover {
    color: #fff
}

.c-row span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.5
}

.trust {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 2
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.38);
    white-space: nowrap
}

.trust-item i {
    color: #E87722;
    font-size: 15px
}

.trust-item strong {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600
}

.ft-bar {
    /* background: rgba(0, 0, 0, 0.25); */
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 2
}

.ft-bar-inner {
    /* max-width: 1220px; */
    margin: 0 auto;
    padding: 5px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
}

.ft-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 0px !important;
}


.ft-copy-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.ft-copy-links a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: color .15s;
    white-space: nowrap
}

.ft-copy-links a:hover {
    color: rgba(255, 255, 255, 0.65)
}

.ft-copy-links a:last-child {
    border-right: none;
    padding-right: 0
}

.ft-copy-links a:first-child {
    padding-left: 0
}

.span-title {
    grid-column: 1/-1
}

@media(max-width:980px) {
    .ft-grid {
        grid-template-columns: 1fr 1fr
    }

    .ft-about {
        grid-column: 1/-1
    }
}

@media(max-width:720px) {
    .ft-grid {
        grid-template-columns: 1fr
    }

    .ft-top-tagline {
        display: none
    }

    .ft-top-bar {
        padding: 20px 0 16px
    }

    .svc-browse-row,
    .contact-row-grid {
        grid-template-columns: 1fr 1fr
    }

    .ft-top-inner,
    .ft-inner,
    .trust,
    .ft-bar-inner {
        padding-left: 16px;
        padding-right: 16px
    }

    .ft-bar-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:480px) {

    .svc-browse-row,
    .contact-row-grid {
        grid-template-columns: 1fr
    }
}