h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating>.form-control-plaintext:focus::placeholder,
.form-floating>.form-control:focus::placeholder {
    text-align: start;
}

:root {
    --bfo-orange: #ff6b1a;
    --bfo-orange-hover: #e55a0a;
    --bfo-orange-active: #cc5009;
    --bfo-dark-navy: #1a2332;
    --bfo-deep-navy: #0a1628;
    --bfo-off-white: #e2e8f0;
    --bfo-light-section: #f5f7fa;
    --bfo-cloud: #cccccc;
}

body {
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--bfo-dark-navy);
    background-color: #ffffff;
}

.bfo-landing {
    overflow-x: auto;
}

.bfo-header-premium {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(26, 35, 50, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 107, 26, 0.3);
    padding: 15px 0;
}

.bfo-brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.bfo-logo-box {
    width: 40px;
    height: 40px;
    background: var(--bfo-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.bfo-brand-text {
    display: flex;
    flex-direction: column;
}

.bfo-brand-name {
    color: white;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.bfo-brand-sub {
    color: var(--bfo-cloud);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.bfo-nav-premium {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bfo-nav-link-premium {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s;
    position: relative;
    padding: 5px 0;
}

.bfo-nav-link-premium::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--bfo-orange);
    transition: width 0.3s;
}

.bfo-nav-link-premium:hover::after,
.bfo-nav-link-premium.active::after {
    width: 100%;
}

.bfo-header-cta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bfo-header-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 107, 26, 0.3);
    color: white;
    text-decoration: none;
}

.bfo-phone-icon {
    color: var(--bfo-orange);
}

.bfo-phone-text {
    display: flex;
    flex-direction: column;
}

.bfo-phone-label {
    font-size: 10px;
    color: var(--bfo-cloud);
    text-transform: uppercase;
}

.bfo-phone-number {
    font-size: 14px;
    font-weight: 700;
}

.bfo-btn-quote {
    background: var(--bfo-orange);
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.3s;
}

.bfo-btn-quote:hover {
    background: var(--bfo-orange-hover);
    color: white;
}

/* Hero Section */
.bfo-hero-premium {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--bfo-dark-navy);
    overflow: hidden;
    padding-top: 180px;
    /* Space for fixed header */
    padding-bottom: 250px;
    /* Space for absolute stats */
}

.bfo-hero-background-premium {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bfo-hero-bg-image {
    width: 100%;
    height: 100%;
    background-image: url('images/hero-bg.png');
    background-size: cover;
    background-position: center;
}

.bfo-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(26, 35, 50, 0.98) 0%, rgba(26, 35, 50, 0.8) 50%, rgba(26, 35, 50, 0.2) 100%);
}

.container {
    position: relative;
    z-index: 2;
}

.bfo-hero-content-premium {
    max-width: 800px;
}

.bfo-hero-accent-line {
    width: 60px;
    height: 4px;
    background: var(--bfo-orange);
    margin-bottom: 20px;
    animation: bfo-fade-in 0.6s ease-out 0.2s both;
}

.bfo-hero-subheading {
    color: var(--bfo-orange);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    animation: bfo-fade-in-up 0.8s ease-out 0.1s both;
}

.bfo-hero-headline {
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    line-height: 1.1;
    font-weight: 900;
    color: white;
    margin-bottom: 30px;
    text-transform: uppercase;
    animation: bfo-fade-in-up 0.8s ease-out 0.2s both;
    letter-spacing: -0.02em;
}

.bfo-text-orange {
    color: var(--bfo-orange);
    position: relative;
}

.bfo-text-orange::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(255, 107, 26, 0.2);
    z-index: -1;
}

.bfo-hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin-bottom: 40px;
    animation: bfo-fade-in-up 0.8s ease-out 0.3s both;
}

.bfo-hero-cta-premium {
    display: flex;
    gap: 20px;
    animation: bfo-fade-in-up 0.8s ease-out 0.4s both;
}

.bfo-btn-explore {
    background: var(--bfo-orange);
    color: white;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.3s, background 0.3s;
}

.bfo-btn-explore:hover {
    background: var(--bfo-orange-hover);
    transform: translateX(5px);
    color: white;
}

.bfo-btn-story {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s;
}

.bfo-btn-story:hover {
    border-color: var(--bfo-orange);
    color: var(--bfo-orange);
}

/* Animations */
@keyframes bfo-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bfo-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stats Section on Hero */
.bfo-hero-stats {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.bfo-stats-border {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.bfo-stat-item {
    display: flex;
    flex-direction: column;
}

.bfo-stat-value {
    font-size: 42px;
    font-weight: 900;
    color: var(--bfo-orange);
    line-height: 1;
    margin-bottom: 5px;
}

.bfo-stat-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.bfo-scroll-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.bfo-scroll-hint {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.bfo-scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, var(--bfo-orange), transparent);
}


.bfo-card {
    border-radius: 0;
    border: none;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
    padding: 32px;
}

.bfo-card-kicker {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bfo-stat {
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    color: #ffffff;
}

.bfo-meta {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
}

.bfo-highlight {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.bfo-highlight .bfo-stat {
    color: var(--bfo-orange);
}

.bfo-link {
    font-size: 16px;
    line-height: 24px;
    color: var(--bfo-dark-navy);
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

.bfo-link:hover,
.bfo-link:focus {
    color: var(--bfo-orange);
}

.bfo-section-light {
    background-color: var(--bfo-light-section);
}

@media (max-width: 991.98px) {
    .bfo-display {
        font-size: clamp(2.25rem, 8vw, 3.6rem);
    }

    .bfo-h2 {
        font-size: clamp(1.8rem, 7vw, 2.6rem);
    }

    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .bfo-btn-primary,
    .bfo-btn-ghost {
        min-width: 100%;
    }
}

/* About Section Premium */
.bfo-about-premium {
    padding: 120px 0;
    background: white;
}

.bfo-about-image-wrapper {
    position: relative;
    padding-right: 40px;
    padding-bottom: 40px;
}

.bfo-about-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.bfo-about-img-box {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    border: 2px solid var(--bfo-dark-navy);
    z-index: 1;
}

.bfo-about-orange-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: var(--bfo-orange);
    z-index: 1;
}

.bfo-about-leadership-card {
    position: absolute;
    bottom: 60px;
    left: 20px;
    background: var(--bfo-dark-navy);
    color: white;
    padding: 25px;
    z-index: 3;
    max-width: 220px;
}

.bfo-leadership-value {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: var(--bfo-orange);
    line-height: 1;
    margin-bottom: 5px;
}

.bfo-leadership-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.bfo-about-content {
    padding-left: 40px;
}

.bfo-about-kicker {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--bfo-orange);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.bfo-about-line {
    width: 30px;
    height: 2px;
    background: var(--bfo-orange);
}

.bfo-about-headline {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--bfo-dark-navy);
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.bfo-about-text {
    font-size: 16px;
    line-height: 1.7;
    color: #4A5568;
    margin-bottom: 25px;
}

.bfo-about-features {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E2E8F0;
}

.bfo-feature-item {
    padding-right: 15px;
}

.bfo-feature-icon {
    font-size: 28px;
    color: var(--bfo-orange);
    margin-bottom: 15px;
}

.bfo-feature-title {
    font-size: 14px;
    font-weight: 900;
    color: var(--bfo-dark-navy);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.bfo-feature-text {
    font-size: 13px;
    line-height: 1.6;
    color: #718096;
}

.bfo-about-checklist {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
}

.bfo-check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--bfo-dark-navy);
}

.bfo-check-icon {
    color: var(--bfo-orange);
    font-size: 18px;
}

/* Services Section Premium */
.bfo-services-premium {
    padding: 120px 0;
    background-color: #F8F9FA;
    position: relative;
    overflow: hidden;
}

.bfo-services-premium::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(135deg, transparent 50%, #f1f3f5 50%);
    opacity: 0.5;
    z-index: 0;
}

.bfo-services-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.bfo-services-kicker {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--bfo-orange);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.bfo-services-kicker::before,
.bfo-services-kicker::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--bfo-orange);
}

.bfo-services-headline {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--bfo-dark-navy);
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.bfo-services-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #4A5568;
    max-width: 700px;
    margin: 0 auto;
}

.bfo-service-card {
    background: white;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    border-top: 4px solid transparent;
}

.bfo-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-top-color: var(--bfo-orange);
}

.bfo-service-icon-box {
    width: 60px;
    height: 60px;
    background: var(--bfo-dark-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    transition: background-color 0.3s ease;
}

.bfo-service-card:hover .bfo-service-icon-box {
    background-color: var(--bfo-orange);
}

.bfo-service-icon-box i {
    color: white;
    font-size: 24px;
}

.bfo-service-icon-accent {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    background: var(--bfo-orange);
    transition: background-color 0.3s ease;
}

.bfo-service-card:hover .bfo-service-icon-accent {
    background-color: var(--bfo-dark-navy);
}

.bfo-service-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 80px;
    font-weight: 900;
    color: #F1F3F5;
    line-height: 1;
    z-index: 0;
    transition: color 0.3s ease;
}

.bfo-service-card:hover .bfo-service-number {
    color: rgba(255, 107, 26, 0.1);
    /* Light orange watermark */
}

/* Projects Section Premium */
.bfo-projects-premium {
    padding: 120px 0;
    background: var(--bfo-dark-navy);
    color: white;
}

.bfo-projects-header {
    margin-bottom: 60px;
}

.bfo-projects-kicker {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--bfo-orange);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.bfo-projects-kicker::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--bfo-orange);
}

.bfo-projects-headline {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 20px 0;
}

.bfo-projects-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 400px;
}

/* Work History Card Styles */
.work-history-card {
    border: 1px solid #e6e9ee;
    background: #ffffff;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.status-badge {
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.badge-completed {
    background: #e6ffef;
    color: #216e3a;
    border: 1px solid #bfe8c9;
}

.badge-ongoing {
    background: #e8f4ff;
    color: #0b5fae;
    border: 1px solid #c6e0ff;
}

.badge-continue {
    background: #fff7e6;
    color: #8a4f00;
    border: 1px solid #ffe5b8;
}

.badge-secondary {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.btn-group .btn {
    min-width: 80px;
}

@media (max-width: 575.98px) {
    .bfo-hero-headline {
        font-size: 2.5rem;
    }

    .bfo-hero-description {
        font-size: 15px;
    }
}

background: var(--bfo-dark-navy);
color: white;
}

.bfo-projects-header {
    margin-bottom: 60px;
}

.bfo-projects-kicker {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--bfo-orange);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.bfo-projects-kicker::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--bfo-orange);
}

.bfo-projects-headline {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.bfo-projects-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 400px;
}

.bfo-project-card {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.bfo-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.bfo-project-card:hover .bfo-project-img {
    transform: scale(1.1);
}

.bfo-project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(26, 35, 50, 0.9) 0%, rgba(26, 35, 50, 0.2) 50%, rgba(26, 35, 50, 0.4) 100%);
    z-index: 1;
}

.bfo-project-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: var(--bfo-orange);
    color: white;
    padding: 8px 15px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

.bfo-project-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
}

.bfo-project-title {
    font-size: 20px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2;
}

.bfo-project-meta {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}

.bfo-project-meta i {
    color: var(--bfo-orange);
    margin-right: 5px;
}

/* Advantage Section Premium */
.bfo-advantage-premium {
    padding: 120px 0;
    background: white;
}

.bfo-advantage-header {
    text-align: center;
    margin-bottom: 80px;
}

.bfo-advantage-kicker {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--bfo-orange);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.bfo-advantage-kicker::before,
.bfo-advantage-kicker::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--bfo-orange);
}

.bfo-advantage-headline {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--bfo-dark-navy);
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.bfo-advantage-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #4A5568;
    max-width: 700px;
    margin: 0 auto;
}

.bfo-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #EDF2F7;
}

.bfo-advantage-item {
    padding: 60px 40px;
    border: 1px solid #EDF2F7;
    background: white;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.bfo-advantage-item:hover {
    background: var(--bfo-dark-navy);
    color: white;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.bfo-advantage-icon-box {
    width: 50px;
    height: 50px;
    border: 2px solid var(--bfo-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: var(--bfo-orange);
    transition: all 0.3s ease;
}

.bfo-advantage-item:hover .bfo-advantage-icon-box {
    background: var(--bfo-orange);
    color: white;
}

.bfo-advantage-icon-box i {
    font-size: 24px;
}

.bfo-advantage-title {
    font-size: 16px;
    font-weight: 900;
    color: var(--bfo-dark-navy);
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.bfo-advantage-item:hover .bfo-advantage-title {
    color: white;
}

.bfo-advantage-text {
    font-size: 14px;
    line-height: 1.6;
    color: #718096;
    margin: 0;
    transition: color 0.3s ease;
}

.bfo-advantage-item:hover .bfo-advantage-text {
    color: rgba(255, 255, 255, 0.7);
}

.bfo-advantage-accent {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: var(--bfo-orange);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    opacity: 0;
}

.bfo-advantage-item:hover .bfo-advantage-accent {
    opacity: 1;
    top: -15px;
    right: -15px;
}

@media (max-width: 991px) {
    .bfo-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .bfo-advantage-grid {
        grid-template-columns: 1fr;
    }
}

/* Footer Premium */
.bfo-footer-premium {
    background: var(--bfo-dark-navy);
    color: white;
    padding: 100px 0 0 0;
    border-top: 5px solid var(--bfo-orange);
}

.bfo-footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.bfo-footer-logo-box {
    width: 45px;
    height: 45px;
    background: var(--bfo-orange);
    color: white;
    font-size: 24px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bfo-footer-brand-name {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1;
}

.bfo-footer-brand-sub {
    font-size: 10px;
    font-weight: 700;
    color: var(--bfo-orange);
    letter-spacing: 0.2em;
    display: block;
    margin-top: 5px;
}

.bfo-footer-bio {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 35px;
    max-width: 320px;
}

.bfo-footer-social {
    display: flex;
    gap: 12px;
}

.bfo-social-link {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.bfo-social-link:hover {
    background: var(--bfo-orange);
    border-color: var(--bfo-orange);
    color: white;
    transform: translateY(-3px);
}

/* Credit link in footer: inherit footer text color and make bold */
.bfo-credit {
    font-weight: 700;
    color: inherit;
    margin-bottom: 0;
}
.bfo-credit a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    font-size:small
}
.bfo-credit a:hover {
    color: inherit;
    text-decoration: underline;
}

.bfo-footer-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.bfo-footer-title::before {
    content: '';
    display: block;
    width: 4px;
    height: 18px;
    background: var(--bfo-orange);
}

.bfo-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bfo-footer-links li {
    margin-bottom: 15px;
}

.bfo-footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.bfo-footer-links a:hover {
    color: var(--bfo-orange);
    padding-left: 5px;
}

.bfo-contact-item {
    margin-bottom: 25px;
}

.bfo-contact-label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    color: var(--bfo-orange);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.bfo-contact-value {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.bfo-footer-bottom {
    margin-top: 80px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bfo-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

.bfo-footer-legal {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.bfo-footer-legal a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.3s ease;
}

.bfo-footer-legal a:hover {
    color: white;
}

@media (max-width: 991px) {
    .bfo-footer-legal {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

/* Responsive Header & Mobile Menu */
.bfo-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

@media (max-width: 991px) {
    .bfo-mobile-toggle {
        display: block;
    }

    .bfo-header-cta .bfo-btn-quote {
        display: none;
        /* Hide quote button in header on mobile, move to menu */
    }
}

.bfo-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--bfo-dark-navy);
    z-index: 1000;
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    padding: 100px 40px 40px 40px;
    display: flex;
    flex-direction: column;
}

.bfo-mobile-menu.active {
    right: 0;
}

.bfo-mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}

.bfo-mobile-nav li {
    margin-bottom: 25px;
}

.bfo-mobile-link {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
}

.bfo-mobile-link:hover,
.bfo-mobile-link.active {
    color: var(--bfo-orange);
}

.bfo-mobile-menu .bfo-btn-quote {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin-top: auto;
}

.bfo-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.bfo-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.bfo-service-title {
    font-size: 18px;
    font-weight: 900;
    color: var(--bfo-dark-navy);
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.bfo-service-text {
    font-size: 14px;
    line-height: 1.6;
    color: #718096;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.bfo-service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1;
}

.bfo-service-list li {
    font-size: 13px;
    font-weight: 700;
    color: var(--bfo-dark-navy);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bfo-service-list li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: var(--bfo-orange);
    flex-shrink: 0;
}

.bfo-service-link {
    font-size: 12px;
    font-weight: 700;
    color: var(--bfo-orange);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.bfo-service-link:hover {
    color: var(--bfo-dark-navy);
}

/* About Page Specific Styles */
.bfo-sub-hero {
    position: relative;
    padding-top: 160px;
    padding-bottom: 120px;
    background: var(--bfo-dark-navy);
    overflow: hidden;
}

.about-hero-bg {
    background-image: url('images/about-hero-bg.png') !important;
}


.py-6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bfo-section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    color: var(--bfo-dark-navy);
    text-transform: uppercase;
    line-height: 1.1;
}

.bg-navy {
    background-color: var(--bfo-deep-navy);
}

.text-orange {
    color: var(--bfo-orange);
}

.bfo-text {
    color: #4A5568;
    line-height: 1.8;
}

.bfo-text-light {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

/* Stats Grid */
.bfo-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.bfo-stat-card {
    background: var(--bfo-light-section);
    padding: 25px;
    border-left: 4px solid var(--bfo-orange);
}

.bfo-stat-num {
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: var(--bfo-dark-navy);
    line-height: 1;
    margin-bottom: 10px;
}

.bfo-stat-desc {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #718096;
    letter-spacing: 0.05em;
}

/* Image Stack */
.bfo-image-stack {
    position: relative;
    padding: 20px;
}

.bfo-img-main {
    width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: 20px 20px 0px var(--bfo-orange);
}

.bfo-img-accent {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 150px;
    height: 150px;
    border: 5px solid var(--bfo-dark-navy);
    z-index: 1;
}

/* Vision/Mission */
.bfo-icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(255, 107, 26, 0.1);
    border: 1px solid var(--bfo-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--bfo-orange);
}

.bfo-mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bfo-mission-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.bfo-mission-list li i {
    color: var(--bfo-orange);
    font-size: 20px;
}

/* Values */
.bfo-value-card {
    background: white;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
}

.bfo-value-card:hover {
    border-color: var(--bfo-orange);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bfo-value-icon {
    font-size: 40px;
    font-weight: 900;
    color: rgba(255, 107, 26, 0.1);
    margin-bottom: 20px;
    line-height: 1;
}

.bfo-h4 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.bfo-text-small {
    font-size: 14px;
    color: #718096;
    line-height: 1.6;
}

/* Excellence */
.bfo-experience-badge {
    background: var(--bfo-orange);
    color: white;
    padding: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 300px;
}

.badge-num {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
}

.badge-text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .bfo-image-stack {
        margin-top: 40px;
    }

    .bfo-experience-badge {
        margin-top: 40px;
    }
}

/* ==========================================
   PREMIUM WORK HISTORY & DROP-DOWN REDESIGN
   ========================================== */

.workhistory-hero-bg {
    background-image: url('images/oil-rig-worker.jpg') !important;
}

/* Desktop Dropdown Navigation */
.bfo-dropdown-parent {
    position: relative;
}

.bfo-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bfo-dark-navy);
    border-bottom: 3px solid var(--bfo-orange);
    border-left: 1px solid rgba(255, 107, 26, 0.2);
    border-right: 1px solid rgba(255, 107, 26, 0.2);
    border-top: 1px solid rgba(255, 107, 26, 0.2);
    min-width: 220px;
    padding: 10px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1050;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.bfo-dropdown-parent:hover .bfo-nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bfo-dropdown-link {
    display: block;
    padding: 12px 24px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.bfo-dropdown-link:hover {
    color: var(--bfo-orange);
    background: rgba(255, 107, 26, 0.05);
    padding-left: 28px;
}

.bfo-dropdown-link.active {
    color: var(--bfo-orange);
    background: rgba(255, 107, 26, 0.08);
}

/* Mobile Dropdown Navigation */
.bfo-mobile-dropdown-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0;
    text-align: left;
    transition: color 0.3s ease;
}

.bfo-mobile-dropdown-btn:hover {
    color: var(--bfo-orange);
}

.bfo-mobile-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), padding 0.3s ease;
}

.bfo-mobile-dropdown.active {
    max-height: 200px;
    padding-top: 15px;
    padding-left: 15px;
}

.bfo-mobile-dropdown li {
    margin-bottom: 15px !important;
}

.bfo-mobile-dropdown-link {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    display: block;
}

.bfo-mobile-dropdown-link:hover,
.bfo-mobile-dropdown-link.active {
    color: var(--bfo-orange) !important;
    padding-left: 5px;
}

/* Custom Filter Tabs */
.bfo-filter-container {
    background: #ffffff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #edf2f7;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bfo-filter-btn {
    background: transparent;
    color: var(--bfo-dark-navy);
    border: none;
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.bfo-filter-btn:hover {
    color: var(--bfo-orange);
    background: rgba(255, 107, 26, 0.05);
}

.bfo-filter-btn.active {
    background: var(--bfo-dark-navy);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(26, 35, 50, 0.2);
}

.bfo-filter-btn.active i {
    color: var(--bfo-orange) !important;
}

/* Premium Stat Cards */
.bfo-stat-card-premium {
    background: #ffffff;
    padding: 24px 30px;
    border-radius: 12px;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
}

.bfo-stat-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--bfo-orange);
}

.bfo-stat-card-premium.stat-completed::before {
    background: #2ec4b6;
}

.bfo-stat-card-premium.stat-ongoing::before {
    background: #0077b6;
}

.bfo-stat-card-premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.bfo-stat-num-premium {
    font-size: 38px;
    font-weight: 900;
    color: var(--bfo-dark-navy);
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.bfo-stat-desc-premium {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #718096;
    letter-spacing: 0.1em;
}

.bfo-stat-icon-watermark {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 56px;
    color: rgba(0, 0, 0, 0.02);
    pointer-events: none;
    line-height: 1;
    transition: all 0.3s ease;
}

.bfo-stat-card-premium:hover .bfo-stat-icon-watermark {
    color: rgba(255, 107, 26, 0.06);
    transform: scale(1.1) rotate(-5deg);
}

/* Premium Project Cards */
.bfo-work-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bfo-work-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #edf2f7;
    transition: background 0.3s ease;
}

.bfo-work-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(26, 35, 50, 0.08);
    border-color: rgba(255, 107, 26, 0.15);
}

.bfo-work-card:hover::after {
    background: var(--bfo-orange);
}

.bfo-card-icon-container {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(26, 35, 50, 0.03);
    color: var(--bfo-dark-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.bfo-work-card:hover .bfo-card-icon-container {
    background: rgba(255, 107, 26, 0.1);
    color: var(--bfo-orange);
    transform: scale(1.05);
}

.bfo-card-header-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.bfo-client-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--bfo-dark-navy);
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.bfo-job-description {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 24px;
    flex-grow: 1;
}

.bfo-card-footer {
    border-top: 1px solid #edf2f7;
    padding-top: 16px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #718096;
}

.bfo-date-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.bfo-date-item i {
    color: var(--bfo-orange);
    font-size: 14px;
}

.bfo-date-item strong {
    color: var(--bfo-dark-navy);
    font-weight: 700;
    margin-right: 2px;
}

/* Premium Status Badges */
.bfo-status-badge-premium {
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

/* Completed Badge */
.bfo-status-completed {
    background: #e6ffef;
    color: #1e7e34;
    border-color: #c3e6cb;
}

.bfo-status-completed .status-dot {
    background: #28a745;
}

/* Ongoing Badge */
.bfo-status-ongoing {
    background: #e8f4ff;
    color: #0b5fae;
    border-color: #bee5eb;
}

.bfo-status-ongoing .status-dot {
    background: #0077b6;
    animation: bfo-pulse-ongoing 2s infinite;
}

/* Continue Badge */
.bfo-status-continue {
    background: #fff7e6;
    color: #b7791f;
    border-color: #ffeeba;
}

.bfo-status-continue .status-dot {
    background: #d69e2e;
    animation: bfo-pulse-continue 2s infinite;
}

@keyframes bfo-pulse-ongoing {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.6;
    }
}

@keyframes bfo-pulse-continue {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(214, 158, 46, 0.4);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 6px rgba(214, 158, 46, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(214, 158, 46, 0);
    }
}

/* Contact Page Specific Styles */
.contact-hero-bg {
    background-image: url('images/boats.jpeg') !important;
}

.bfo-contact-section {
    background: #ffffff;
    position: relative;
}

/* Contact Form Premium Inputs */
.bfo-contact-form-wrapper {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #edf2f7;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
}

.bfo-form-group {
    position: relative;
    margin-bottom: 24px;
    width: 100%;
}

.bfo-form-control {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #cbd5e1;
    padding: 12px 0;
    color: var(--bfo-dark-navy);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.3s ease;
}

.bfo-textarea {
    resize: none;
}

.bfo-form-label {
    position: absolute;
    top: 12px;
    left: 0;
    color: #94a3b8;
    font-size: 16px;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Floating Label Logic */
.bfo-form-control:focus~.bfo-form-label,
.bfo-form-control:not(:placeholder-shown)~.bfo-form-label {
    top: -12px;
    font-size: 12px;
    font-weight: 800;
    color: var(--bfo-orange);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bfo-focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--bfo-orange);
    transition: width 0.4s ease;
}

.bfo-form-control:focus~.bfo-focus-border {
    width: 100%;
}

/* Info Cards Styling */
.bfo-contact-info-wrapper {
    position: relative;
}

.bfo-info-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    padding: 24px 30px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bfo-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(26, 35, 50, 0.06);
    border-color: rgba(255, 107, 26, 0.15);
}

.bfo-info-icon-container {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(255, 107, 26, 0.06);
    color: var(--bfo-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.bfo-info-card:hover .bfo-info-icon-container {
    background: var(--bfo-orange);
    color: white;
    transform: rotate(10deg) scale(1.05);
}

.bfo-info-content {
    display: flex;
    flex-direction: column;
}

.bfo-info-title {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--bfo-dark-navy);
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}

.bfo-info-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.bfo-info-link {
    color: #4a5568;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.bfo-info-link:hover {
    color: var(--bfo-orange);
}

/* Success Card Animation */
.bfo-success-card {
    border: 1px solid rgba(46, 196, 182, 0.2);
    background: rgba(46, 196, 182, 0.02);
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(46, 196, 182, 0.05);
}

.bfo-success-icon-box {
    font-size: 72px;
    line-height: 1;
    animation: bfo-checkmark-bounce 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes bfo-checkmark-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Styled Map Wrapper */
.bfo-map-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    border: 4px solid #ffffff;
    transition: all 0.4s ease;
}

.bfo-map-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
}

.bfo-map-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 40px rgba(26, 35, 50, 0.15);
    pointer-events: none;
}

/* ==========================================================================
   Premium Lightbox & Gallery Modal Styles
   ========================================================================== */
.bfo-gallery-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 22, 40, 0.96); /* Elegant dark slate background */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 2000; /* Ensure it floats above header and elements */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.bfo-gallery-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}

.bfo-gallery-modal {
    width: 92%;
    max-width: 1200px;
    height: 85vh;
    max-height: 800px;
    background: var(--bfo-dark-navy);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(30px) scale(0.97);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bfo-gallery-backdrop.active .bfo-gallery-modal {
    transform: translateY(0) scale(1);
}

/* Modal Close Button */
.bfo-gallery-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    transition: all 0.3s ease;
}

.bfo-gallery-close:hover {
    background: var(--bfo-orange);
    border-color: var(--bfo-orange);
    transform: rotate(90deg);
}

/* Header inside modal */
.bfo-gallery-header {
    padding: 25px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(10, 22, 40, 0.4);
}

.bfo-gallery-kicker {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bfo-orange);
    margin-bottom: 5px;
}

.bfo-gallery-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    margin: 0;
    letter-spacing: 0.03em;
}

/* Main content workspace */
.bfo-gallery-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0; /* Important for flex child scrolling */
    background: var(--bfo-deep-navy);
}

.bfo-gallery-viewer {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 0;
}

.bfo-gallery-main-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Prev/Next buttons */
.bfo-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: rgba(26, 35, 50, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
    user-select: none;
}

.bfo-gallery-nav:hover {
    background: var(--bfo-orange);
    border-color: var(--bfo-orange);
    color: white;
    box-shadow: 0 0 15px rgba(255, 107, 26, 0.4);
}

.bfo-gallery-nav.prev {
    left: 30px;
}

.bfo-gallery-nav.next {
    right: 30px;
}

.bfo-gallery-nav.prev:hover {
    transform: translateY(-50%) translateX(-3px);
}

.bfo-gallery-nav.next:hover {
    transform: translateY(-50%) translateX(3px);
}

/* Photo stats & info pane */
.bfo-gallery-info {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(26, 35, 50, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 25px;
    border-radius: 30px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 15px;
}

.bfo-gallery-info-num {
    color: var(--bfo-orange);
}

/* Thumbnail strip at bottom */
.bfo-gallery-footer {
    padding: 20px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(10, 22, 40, 0.4);
}

.bfo-gallery-thumbs-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 107, 26, 0.5) rgba(255, 255, 255, 0.05);
}

/* Custom scrollbar for webkit */
.bfo-gallery-thumbs-wrapper::-webkit-scrollbar {
    height: 6px;
}

.bfo-gallery-thumbs-wrapper::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}

.bfo-gallery-thumbs-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 107, 26, 0.3);
    border-radius: 10px;
    transition: background-color 0.3s;
}

.bfo-gallery-thumbs-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--bfo-orange);
}

.bfo-gallery-thumb-item {
    flex: 0 0 80px;
    height: 55px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.bfo-gallery-thumb-item:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.bfo-gallery-thumb-item.active {
    opacity: 1;
    border-color: var(--bfo-orange);
    box-shadow: 0 0 10px rgba(255, 107, 26, 0.3);
    transform: translateY(-2px);
}

.bfo-gallery-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bfo-gallery-modal {
        height: 90vh;
        max-height: 90vh;
        border-radius: 15px;
    }
    
    .bfo-gallery-header {
        padding: 20px 25px;
    }
    
    .bfo-gallery-title {
        font-size: 18px;
    }
    
    .bfo-gallery-close {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .bfo-gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .bfo-gallery-nav.prev {
        left: 15px;
    }
    
    .bfo-gallery-nav.next {
        right: 15px;
    }
    
    .bfo-gallery-footer {
        padding: 15px 20px;
    }
    
    .bfo-gallery-thumb-item {
        flex: 0 0 60px;
        height: 45px;
    }
}

/* ==========================================================================
   SERVICES PAGE STYLES
   ========================================================================== */

/* --- Intro Section --- */
.bfo-svc-intro {
    background: white;
    padding: 100px 0;
}

.bfo-svc-stats-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.bfo-svc-stat-card {
    flex: 1;
    min-width: 140px;
    background: var(--bfo-deep-navy);
    padding: 30px 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bfo-svc-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--bfo-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.bfo-svc-stat-card:hover::before {
    transform: scaleX(1);
}

.bfo-svc-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.bfo-svc-stat-icon {
    font-size: 28px;
    color: var(--bfo-orange);
    margin-bottom: 15px;
}

.bfo-svc-stat-num {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: white;
    line-height: 1;
    margin-bottom: 5px;
}

.bfo-svc-stat-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* --- Detail Service Cards --- */
.bfo-svc-detail-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.bfo-svc-detail-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--bfo-orange), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.bfo-svc-detail-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 107, 26, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.bfo-svc-detail-card:hover::after {
    transform: scaleX(1);
}

.bfo-svc-detail-num {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 72px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    line-height: 1;
}

.bfo-svc-detail-icon-wrap {
    width: 56px;
    height: 56px;
    background: var(--bfo-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    transition: background 0.3s ease;
}

.bfo-svc-detail-icon-wrap i {
    color: white;
    font-size: 24px;
}

.bfo-svc-detail-card:hover .bfo-svc-detail-icon-wrap {
    background: white;
}

.bfo-svc-detail-card:hover .bfo-svc-detail-icon-wrap i {
    color: var(--bfo-orange);
}

.bfo-svc-detail-title {
    font-size: 18px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.bfo-svc-detail-text {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.bfo-svc-detail-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.bfo-svc-detail-list li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bfo-svc-detail-list li:last-child {
    border-bottom: none;
}

.bfo-svc-detail-list li i {
    color: var(--bfo-orange);
    font-size: 14px;
}

.bfo-svc-detail-link {
    color: var(--bfo-orange);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease, color 0.3s ease;
}

.bfo-svc-detail-link:hover {
    color: white;
    gap: 14px;
}

/* --- Process Timeline --- */
.bfo-svc-process {
    background: var(--bfo-light-section);
    padding: 100px 0;
}

.bfo-process-timeline {
    position: relative;
    padding-top: 30px;
}

.bfo-process-line {
    display: none;
}

@media (min-width: 992px) {
    .bfo-process-line {
        display: block;
        position: absolute;
        top: 52px;
        left: 12.5%;
        width: 75%;
        height: 2px;
        background: linear-gradient(90deg, var(--bfo-orange), var(--bfo-dark-navy), var(--bfo-orange));
        z-index: 0;
    }
}

.bfo-process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.bfo-process-dot {
    width: 16px;
    height: 16px;
    background: var(--bfo-orange);
    border: 3px solid white;
    border-radius: 50%;
    margin: 0 auto 25px;
    box-shadow: 0 0 0 4px rgba(255, 107, 26, 0.2);
    position: relative;
    animation: bfo-pulse-dot 2s ease-in-out infinite;
}

@keyframes bfo-pulse-dot {
    0%, 100% { box-shadow: 0 0 0 4px rgba(255, 107, 26, 0.2); }
    50% { box-shadow: 0 0 0 8px rgba(255, 107, 26, 0.1); }
}

.bfo-process-num {
    font-size: 36px;
    font-weight: 900;
    color: rgba(26, 35, 50, 0.08);
    margin-bottom: 10px;
}

.bfo-process-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--bfo-dark-navy);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.bfo-process-text {
    font-size: 13px;
    line-height: 1.7;
    color: #4A5568;
    max-width: 240px;
    margin: 0 auto;
}

/* --- Why Choose Us Advantages --- */
.bfo-svc-advantage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.bfo-svc-advantage {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.bfo-svc-adv-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(255, 107, 26, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bfo-orange);
    font-size: 18px;
}

.bfo-svc-adv-title {
    font-size: 13px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.bfo-svc-adv-text {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* --- Highlight Card --- */
.bfo-svc-highlight-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

.bfo-svc-hl-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--bfo-orange), transparent);
}

.bfo-svc-hl-content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bfo-svc-hl-stat {
    text-align: center;
}

.bfo-svc-hl-num {
    display: block;
    font-size: 38px;
    font-weight: 900;
    color: var(--bfo-orange);
    line-height: 1;
    margin-bottom: 8px;
}

.bfo-svc-hl-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.bfo-svc-hl-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.bfo-svc-hl-quote {
    position: relative;
}

.bfo-svc-hl-quote i {
    font-size: 40px;
    color: rgba(255, 107, 26, 0.2);
    margin-bottom: 15px;
    display: block;
}

.bfo-svc-hl-quote p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    margin-bottom: 15px;
}

.bfo-svc-hl-author {
    font-size: 12px;
    font-weight: 700;
    color: var(--bfo-orange);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* --- Services Page Responsive --- */
@media (max-width: 991.98px) {
    .bfo-svc-stats-row {
        justify-content: center;
    }

    .bfo-svc-advantage-grid {
        grid-template-columns: 1fr;
    }

    .bfo-svc-hl-content {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .bfo-svc-hl-divider {
        width: 60px;
        height: 1px;
    }
}

@media (max-width: 575.98px) {
    .bfo-svc-stat-card {
        min-width: 100%;
    }

    .bfo-svc-detail-card {
        padding: 30px 25px;
    }

    .bfo-svc-highlight-card {
        padding: 35px 25px;
    }

    .bfo-svc-hl-num {
        font-size: 30px;
    }
}
