:root {
    --sabre-black: #06080c;
    --sabre-dark: #0d1320;
    --sabre-blue: #0d6efd;
    --sabre-blue-deep: #000080;
    --sabre-red: #d71920;
    --sabre-red-dark: #a10f15;
    --sabre-border: rgba(255, 255, 255, .08);
    --sabre-text: #e8edf5;
    --sabre-muted: #9aa7bd;
    --sabre-panel: #101722;
    --sabre-panel-2: #131d2b;
    --sabre-light: #f5f8fc;
}

body {
    font-family: 'Inter', sans-serif;
    color: #102033;
    background: #000;
}
.topbar {
    padding: 5px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.topbar a {
	font-weight: 300!important;
    color: #fff;
    text-decoration: none;
}
.topbar a:hover {
    color: #ccc;
    text-decoration: none;
}
.navbar {
    background:
        radial-gradient(circle at right top, rgba(13, 110, 253, .22), transparent 28%),
        radial-gradient(circle at left center, rgba(215, 25, 32, .16), transparent 30%),
        linear-gradient(135deg, #07111f, #091423 45%, #0b1e39);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.navbar-brand {
    font-weight: 800;
    letter-spacing: .12em;
    color: #fff;
}

.navbar-collapse {
    min-width: 0;
}

@media (min-width: 992px) {
    .navbar-nav {
        flex: 1 1 auto;
        margin-left: 2rem !important;
    }

    .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: .45rem !important;
        padding-right: .45rem !important;
        font-size: .88rem;
    }
}

.navbar-brand span:first-child {
    color: #fff;
}

.navbar-brand span:last-child {
    color: var(--sabre-red);
}

.nav-link {
    color: rgba(255, 255, 255, .82) !important;
    font-weight: 500;
    margin-left: .35rem;
    margin-right: .35rem;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff !important;
}

.nav-link.active {
    color: #fff !important;
    text-shadow: 1px 1px 5px var(--sabre-muted), 1px 1px 20px var(--sabre-light);
}

.btn-brand {
    background: linear-gradient(135deg, var(--sabre-red), var(--sabre-red-dark));
    color: #fff;
    border: 0;
    box-shadow: 0 10px 30px rgba(215, 25, 32, .25);
}

.btn-brand:hover {
    background: linear-gradient(135deg, #e91d25, #b11219);
    color: #fff;
}

.btn-outline-light-strong {
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    background: rgba(255, 255, 255, .4);
}

.btn-outline-light-strong:hover {
    background: #fff;
    color: var(--sabre-black);
}

.hero {
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url('images/hero-01.jpg') !important;

    background-size: cover;
    background-position: center center;
    /*background:
        radial-gradient(circle at top right, rgba(13, 110, 253, .28), transparent 28%),
        radial-gradient(circle at left center, rgba(215, 25, 32, .22), transparent 30%),
        linear-gradient(135deg, #05070b 0%, #09111d 45%, #0b1730 100%);*/
    color: #fff;
    padding: 6rem 0;
}

.hero.home-hero {
    /*background-image:linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .08)),url('images/hero-home-01.jpg') !important;*/
    background-image:linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .7)),url('images/hero-home-02.jpg') !important;
    background-position: center center;
}
.hero.manned-guarding {
    background-image: url('images/manned-guarding-02.jpg') !important;
    background-position: center 24%;
}

.hero.rapid-towers,
.hero.esg {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
        url('images/hero-01.jpg') !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero.cctv {
    background-image: url('images/hero-cctv.jpg') !important;
}

.hero.sectors {
    background-image: url('images/hero-sectors.jpg') !important;
}

.hero.contact {
    background-image: url('images/hero-contact.jpg') !important;
}

/*
.hero.esg {
    background-image: url('images/esg-1-dark.jpg') !important;
}*/

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent 82%);
    pointer-events: none;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    color: #dbe6fb;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.eyebrow-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--sabre-red);
    box-shadow: 0 0 0 6px rgba(215, 25, 32, .12);
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.04em;
    margin-top: 1.5rem;
    margin-bottom: 1.35rem;
    max-width: 760px;
}

.hero p.lead,
.hero .hero-text {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 2rem;
}

.hero-experience {
    max-width: 760px;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.hero-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .04));
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .35);
    backdrop-filter: blur(12px);
}

.hero-text {
    max-width: 760px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #c2cde1;
}
.metric-box {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, .03);
    height: 100%;
}

.metric-box h3 {
    color: #fff;
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: .2rem;
}

.metric-box p {
    color: #b5c0d5;
    margin-bottom: 0;
    font-size: .95rem;
}

.section {
    padding: 5.5rem 0;
}

.section-dark {
    background:
        radial-gradient(circle at right top, rgba(13, 110, 253, .22), transparent 28%),
        radial-gradient(circle at left center, rgba(215, 25, 32, .16), transparent 30%),
        linear-gradient(135deg, #07111f, #091423 45%, #0b1e39);
    color: #fff;
}

.section-soft {
    background: #f7faff;
}

.section-light {
    background: #fff !important;
}

.section-parallax {
    background-image: url('images/parallax.jpg');
    background-size: cover;
    background-position: center center;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 3rem;
}

.section-heading .kicker,
.kicker {
    color: var(--sabre-red);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -.03em;
    margin-bottom: 1rem;
}

.section-heading p {
    color: inherit;
    opacity: .78;
    font-size: 1.03rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.pillar-card,
.solution-card,
.hybrid-card,
.sector-card,
.testimonial-card,
.cta-panel {
    border-radius: 1.5rem;
    overflow: hidden;
    height: 100%;
}

.pillar-card {
    background: linear-gradient(180deg, #111927, #0a1018);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.pillar-top {
    height: 6px;
    background: linear-gradient(90deg, var(--sabre-red), var(--sabre-blue));
}

.pillar-body {
    padding: 2rem;
}

.pillar-label {
    color: var(--sabre-red);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

.pillar-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.pillar-card p {
    color: #bec8d8;
    line-height: 1.8;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 1.75rem;
}

.check-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: .9rem;
    color: #ecf1f8;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45rem;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sabre-red), var(--sabre-red-dark));
    box-shadow: 0 0 0 5px rgba(13, 110, 253, .08);
}

.solution-card {
    background: #fff;
    border: 1px solid #d9e3f2;
    box-shadow: 0 18px 40px rgba(10, 24, 44, .06);
    padding: 2rem;
}

.solution-icon,
.sector-icon,
.hybrid-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 1rem;
}

.solution-icon {
    background: linear-gradient(135deg, rgba(215, 25, 32, .12), rgba(13, 110, 253, .12));
    color: var(--sabre-blue-deep);
}

.solution-card h3,
.hybrid-card h3,
.sector-card h3,
.testimonial-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: .8rem;
}

.solution-card p,
.hybrid-card p,
.sector-card p,
.testimonial-card p {
    color: #516076;
    line-height: 1.8;
    margin-bottom: 0;
}

.hybrid-card {
    background: linear-gradient(180deg, #ffffff, #f4f8ff);
    border: 1px solid #dbe5f3;
    padding: 2rem;
    box-shadow: 0 18px 42px rgba(17, 32, 56, .07);
}

.hybrid-icon {
    background: linear-gradient(135deg, var(--sabre-blue), var(--sabre-red));
    color: #fff;
}

.sector-card {
    background: linear-gradient(180deg, var(--sabre-panel), var(--sabre-panel-2));
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    padding: 1.75rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

.sector-icon {
    background: rgba(255, 255, 255, .06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .08);
}

.sector-card p {
    color: #bac5d8;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #d8e3f1;
    padding: 2rem;
    box-shadow: 0 18px 42px rgba(14, 28, 49, .06);
}

.testimonial-quote {
    font-size: 3rem;
    line-height: 1;
    color: var(--sabre-red);
    margin-bottom: .5rem;
    font-weight: 800;
}

.testimonial-section {
    position: relative;
}

.testimonial-carousel {
    max-width: 980px;
    margin: 0 auto;
}

.testimonial-feature {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid #d8e3f1;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 20px 55px rgba(14, 28, 49, .08);
}

.testimonial-quote-mark {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: rgba(215, 25, 32, .12);
    font-size: 8rem;
    font-weight: 800;
    line-height: 1;
}

.testimonial-feature blockquote {
    position: relative;
    margin: 0;
}

.testimonial-feature blockquote p {
    color: #33445a;
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    line-height: 1.8;
}

.testimonial-feature blockquote p:last-child {
    margin-bottom: 0;
}

.testimonial-feature figcaption {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e1e8f2;
}

.testimonial-feature figcaption strong {
    color: #102033;
    font-size: 1.1rem;
}

.testimonial-feature figcaption span {
    color: #65748a;
}

.commercial-statement {
    max-width: 980px;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.35;
}

.partner-card {
    overflow: hidden;
    border: 1px solid #d9e3f2;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 18px 40px rgba(10, 24, 44, .08);
}

.partner-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.partner-body {
    padding: 2rem;
}

.partner-body h3 {
    font-weight: 800;
    margin-bottom: 1rem;
}

.partner-body p {
    color: #516076;
    line-height: 1.8;
}

.client-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.client-logo {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: .08em;
    color: #25364c;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo img {
    display: block;
    width: 100%;
    height: 64px;
    object-fit: contain;
}

.client-wordmark {
    font-size: 1rem;
    letter-spacing: 0;
}

.award-note {
    padding: 1.5rem 0;
    border-bottom: 1px solid #d9e3f2;
}

.award-note p {
    margin: 0;
    line-height: 1.7;
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}

.testimonial-logo {
    width: 150px;
    height: 70px;
    object-fit: contain;
}

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
    width: 3rem;
}

.testimonial-carousel .carousel-control-prev-icon,
.testimonial-carousel .carousel-control-next-icon {
    background-color: var(--sabre-blue-deep);
    border-radius: 50%;
    background-size: 50%;
    width: 2.5rem;
    height: 2.5rem;
}

.testimonial-carousel .carousel-indicators [data-bs-target] {
    background-color: var(--sabre-blue-deep);
}

.esg-card h2 {
    color: #102033;
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.esg-social-figure {
    margin: 0 0 1.5rem;
}

.esg-social-figure figcaption {
    color: #65748a;
    font-size: .9rem;
    line-height: 1.5;
    margin-top: .65rem;
}

.award-note a {
    color: var(--sabre-blue-deep);
    font-weight: 700;
}

.esg-feature-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

#sector-list .row.g-4 {
    display: flex;
}

.sector-order-construction {
    order: 1;
}

.sector-order-industrial {
    order: 2;
}

.sector-order-fuel {
    order: 3;
}

.sector-order-ports {
    order: 4;
}

.sector-order-rail {
    order: 5;
}

.sector-order-property {
    order: 6;
}

.cta-panel {
    background:
        radial-gradient(circle at right top, rgba(13, 110, 253, .22), transparent 28%),
        radial-gradient(circle at left center, rgba(215, 25, 32, .16), transparent 30%),
        linear-gradient(135deg, #07111f, #091423 45%, #0b1e39);
    color: #fff;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.cta-panel p {
    color: #c5d0e2;
    max-width: 700px;
    line-height: 1.8;
}

footer {
    background:
        radial-gradient(circle at right top, rgba(13, 110, 253, .22), transparent 28%),
        radial-gradient(circle at left center, rgba(215, 25, 32, .16), transparent 30%),
        linear-gradient(135deg, #07111f, #091423 45%, #0b1e39);
    color: rgba(255, 255, 255, 0.65);
    border-top: 1px solid rgba(255, 255, 255, .07);
}

footer a {
    color: rgba(255, 255, 255, 0.65);
}

footer a:hover,
footer strong {
    color: #fff;
}

.footer-brand {
    color: #fff;
    font-weight: 800;
    letter-spacing: .12em;
}
footer em {
    font-style: normal;
    color: #d4c058;
}
@media (max-width: 991.98px) {
    .hero {
        padding: 8rem 0 4.5rem;
        background-position: 72% center;
    }

    .hero.home-hero {
        background-position: 60% center;
    }

    .client-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {

    .hero-card,
    .pillar-body,
    .solution-card,
    .hybrid-card,
    .sector-card,
    .testimonial-card,
    .cta-panel {
        padding: 1.4rem;
    }

    .client-strip {
        grid-template-columns: 1fr;
    }
}

.legal-content {
    background: #fff;
    padding: 2rem;
    border: 1px solid #dbe5f1;
    border-radius: 1.5rem;
    box-shadow: 0 12px 30px rgba(16, 32, 51, 0.05);
}

.legal-text {
    color: #44556b;
    line-height: 1.85;
}

.legal-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #102033;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-text h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #102033;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
}

.legal-text address {
    font-style: normal;
    line-height: 1.85;
}

.legal-accordion .accordion-button {
    color: #102033;
    font-size: 1.1rem;
    font-weight: 800;
}

.legal-accordion .accordion-button:not(.collapsed) {
    color: var(--sabre-blue-deep);
    background: #eef4ff;
}

.accreditation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.accreditation-grid article {
    border: 1px solid #dbe5f1;
    border-radius: 1rem;
    padding: 1.5rem;
}

.accreditation-grid img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

.accreditation-grid h2 {
    margin-top: 1rem;
}

@media (max-width: 767.98px) {
    .accreditation-grid {
        grid-template-columns: 1fr;
    }
}

.legal-text p,
.legal-text ul,
.legal-text ol {
    margin-bottom: 1rem;
}

.legal-text ul,
.legal-text ol {
    padding-left: 1.25rem;
}

.legal-text a {
    color: var(--sabre-blue);
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .legal-content {
        padding: 1.5rem;
        border-radius: 1rem;
    }
}
ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

.sitemap-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-list li {
    background: #f7f9fc;
    border: 1px solid #dbe5f1;
    border-radius: 1rem;
}

.sitemap-list a {
    color: var(--sabre-blue-deep);
    display: block;
    font-weight: 700;
    padding: 1.25rem 1.5rem;
    text-decoration: none;
}

.sitemap-list a::after {
    content: "\2192";
    float: right;
}

.sitemap-list a:hover,
.sitemap-list a:focus-visible {
    color: var(--sabre-blue);
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .sitemap-list {
        grid-template-columns: 1fr;
    }
}
