html {
    scroll-behavior: smooth;
}
html, body {
    margin: 0;
    padding: 0;
    background: #001f5b;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

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;
}
.maritime-home {
    padding: 30px;
    color: #ffffff;
}

.small-label {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #8feaff;
    margin-bottom: 14px;
}


.btn-primary,
.btn-secondary {
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.btn-primary {
    background: #67e8f9;
    color: #062036;
}

.btn-secondary {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.14);
}

.hero-highlights {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.highlight-card {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #dcebf6;
}

.profile-panel,
.info-box {
    border-radius: 24px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.profile-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.profile-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.profile-badge {
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(103,232,249,0.12);
    border: 1px solid rgba(103,232,249,0.20);
    color: #baf6ff;
    font-size: 13px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.stat-box {
    border-radius: 18px;
    padding: 18px;
    background: rgba(4,12,24,0.45);
    border: 1px solid rgba(255,255,255,0.08);
}

.stat-number {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}

.stat-text {
    margin-top: 4px;
    color: #c4d4e0;
}

.service-status-list {
    margin-top: 20px;
    border-radius: 18px;
    padding: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}

.service-status-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #e6f3fb;
}

    .service-status-item:last-child {
        border-bottom: none;
    }

.content-section {
    padding: 24px 0 40px 0;
}

    .content-section h2,
    .about-box h2 {
        font-size: 38px;
        line-height: 1.2;
        color: #ffffff;
        margin: 0 0 14px 0;
    }

.section-text,
.about-box p,
.info-box p {
    color: #d3e2ee;
    line-height: 1.8;
    font-size: 17px;
}


.dark-panel {
    border-radius: 28px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    padding-left: 20px;
    padding-right: 20px;
}

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .tag-list span {
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.08);
        color: #e8f6ff;
    }

.about-box {
    max-width: 100%;
}

@media (max-width: 1100px) {
    .hero-section,
    .two-column-grid {
        grid-template-columns: 1fr;
    }

    .hero-left h1 {
        font-size: 42px;
    }
}

@media (max-width: 760px) {
    .maritime-home {
        padding: 18px;
    }

    .hero-left h1 {
        font-size: 32px;
    }

    .hero-highlights,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .content-section h2,
    .about-box h2 {
        font-size: 28px;
    }
}
.top-navbar {
    position: sticky;
    top: 0;
    background: rgba(6,17,31,0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    z-index: 100;
}

.nav-container {
    max-width: 1300px;
    margin: auto;
    padding: 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.top-nav-container {
    max-width: 1300px;
    margin: auto;
    padding: 14px 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
    .top-nav-container a {
        text-decoration: none;
        color: white;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .03em;
        padding: 0 12px;
    }

        .top-nav-container a:hover {
            color: #ffe7db;
        }

        .top-nav-container a + a {
            border-left: 1px solid rgba(255,255,255,0.4);
        }



.main-menu {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .main-menu a {
        text-decoration: none;
        color: #e6f3ff;
        font-weight: 500;
        font-size: 14px;
        transition: color 0.2s ease;
    }

.main-page {
    max-width: 1300px;
    margin: auto;
}
.hero-banner {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    margin-top: 24px;
    background-image: url('/images/panama-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 24px 60px rgba(0,0,0,0.30);
}

.hero-overlay {
    background: linear-gradient( 90deg, rgba(4, 12, 24, 0.88) 0%, rgba(4, 12, 24, 0.72) 45%, rgba(4, 12, 24, 0.62) 100% );
    padding: 10px 24px;
}
.brand-block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-kicker {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #7ddcff;
    font-weight: 600;
}

.brand-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    letter-spacing: .02em;
}

.header-container {
    max-width: 100%;
    padding: 18px 30px;
}

.brand-block {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #7ddcff;
}

.brand-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.main-navbar {
    background: linear-gradient(90deg,#d93c00,#ff5a1f);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.nav-container {
    max-width: 1300px;
    margin: auto;
    padding: 14px 30px;
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}

    .nav-container a {
        text-decoration: none;
        color: white;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .03em;
    }

        .nav-container a:hover {
            color: #ffe7db;
        }

.main-page {
    max-width: 1300px;
    margin: auto;
}

.site-header {
    background: #001f5b;
}

.header-container {
    max-width: 1300px;
    margin: auto;
    padding: 18px 30px;
}

.brand-block {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-family: 'Cinzel', serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.brand-tagline {
    font-size: 14px;
    color: #9cc7e6;
    letter-spacing: .04em;
    margin-top: 4px;
}

.top-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #001846;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}



.main-page {
    max-width: 1300px;
    margin: auto;
}
.page-container {
    padding: 40px;
}

.page-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 16px;
    color: #cbd5e1;
    margin-bottom: 30px;
}

.map-container {
    display: flex;
    justify-content: center;
}

.world-map {
    width: 100%;
    max-width: 1200px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
}

.brand-tagline {
    font-size: 13px;
    color: #9cc7e6;
    letter-spacing: .05em;
}

.side-nav a.active {
    background: rgba(255,255,255,0.25);
    border-left: 4px solid white;
}

.image-slider-section {
    margin-top: 20px;
    margin-bottom: 30px;
}

.image-slider {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.slides-track {
    display: flex;
    width: calc(420px * 6);
    animation: scrollSlides 24s linear infinite;
}

    .slides-track img {
        width: 420px;
        height: 360px;
        object-fit: cover;
        flex-shrink: 0;
    }

@keyframes scrollSlides {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-420px * 3));
    }
}
.home-icon svg {
    width: 20px;
    height: 20px;
}
.accent-bar {
    height: 20px;
    background: linear-gradient(90deg,#d93c00,#ff5a1f);
}
.classification-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.classification-image {
    max-width: 300px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.classification-disclaimer {
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
    opacity: 0.8;
}
.registry-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.registry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.registry-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    color: #001f5b;
    border: 2px solid #001f5b;
    border-radius: 12px;
    padding: 18px 14px;
    min-height: 130px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

    .registry-card:hover {
        background: #001f5b;
        color: white;
        transform: translateY(-4px);
        box-shadow: 0 14px 26px rgba(0,0,0,0.18);
    }

    .registry-card img {
        width: 60px;
        height: 40px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #d0d0d0;
        display: block;
        margin-bottom: 10px;
    }

    .registry-card span {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.3;
    }
.site-footer {
    background: #001f5b;
    color: white;
    margin-top: 60px;
}

.footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 40px 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 30px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-column a {
    display: block;
    color: #cdd6ff;
    text-decoration: none;
    margin-bottom: 6px;
}

    .footer-column a:hover {
        color: white;
    }

.footer-bottom {
    text-align: center;
    padding: 14px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 13px;
}

.portal-section {
    margin-top: 24px;
    margin-bottom: 20px;
    padding: 20px 0 10px;
}

.portal-track-wrap {
    position: relative;
    min-height: 140px;
    border-radius: 18px;
    background: linear-gradient(180deg, #0f2f8f 0%, #001f5b 100%);
    overflow: hidden;
    padding: 30px 30px 20px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
}

.portal-water-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    height: 4px;
    background: rgba(255,255,255,0.25);
}

.ship-animation {
    position: absolute;
    left: 0;
    right: 220px;
    bottom: 30px;
    height: 90px;
}

.moving-ship {
    position: absolute;
    bottom: 0;
    left: -120px;
    width: 165px;
    height: auto;
    animation: shipSailToPortal 8s ease-in-out infinite;
}

.portal-login-box {
    position: absolute;
    right: 30px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
}


.portal-login-btn {
    text-decoration: none;
    background: linear-gradient(90deg, #d93c00, #ff5a1f);
    color: white;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

    .portal-login-btn:hover {
        opacity: 0.92;
    }

@keyframes shipSailToPortal {
    0% {
        left: -120px;
        transform: translateY(0px);
    }

    70% {
        left: calc(100% - 180px);
        transform: translateY(-2px);
    }

    100% {
        left: calc(100% - 180px);
        transform: translateY(0px);
    }
}


.portal-login-btn {
    text-decoration: none;
    background: linear-gradient(90deg, #d93c00, #ff5a1f);
    color: white;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 0 0 0 rgba(255,90,31,0.5), 0 8px 20px rgba(0,0,0,0.18);
    animation: portalGlow 2s ease-in-out infinite;
}

@keyframes portalGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255,90,31,0.25), 0 8px 20px rgba(0,0,0,0.18);
    }

    50% {
        box-shadow: 0 0 18px 4px rgba(255,90,31,0.28), 0 8px 20px rgba(0,0,0,0.18);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,90,31,0.25), 0 8px 20px rgba(0,0,0,0.18);
    }
}

.ceo-page {
    padding: 30px;
}

.ceo-hero {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 40px;
}

.ceo-photo-panel,
.ceo-bio-panel,
.ceo-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.ceo-photo-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceo-photo {
    width: 100%;
    max-width: 240px;
    border-radius: 12px;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,0.12);
}

.ceo-bio-panel h1 {
    margin: 0 0 12px 0;
    font-size: 36px;
    line-height: 1.2;
    color: white;
}

.ceo-meta {
    font-size: 15px;
    color: #dbe7ff;
    margin-bottom: 8px;
    font-weight: 600;
}

.ceo-summary {
    font-size: 16px;
    line-height: 1.8;
    color: #e7eeff;
    margin-top: 18px;
}

.ceo-section {
    margin-top: 35px;
}

    .ceo-section h2 {
        font-size: 30px;
        margin: 0 0 18px 0;
        color: white;
    }

.timeline {
    position: relative;
    margin-top: 20px;
    padding-left: 28px;
    border-left: 3px solid rgba(255,255,255,0.18);
}

.timeline-item {
    position: relative;
    margin-bottom: 28px;
}

.timeline-dot {
    position: absolute;
    left: -38px;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff5a1f;
    border: 3px solid white;
}

.timeline-content {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 14px;
    padding: 18px 20px;
}

    .timeline-content h3 {
        margin: 0 0 8px 0;
        color: white;
        font-size: 22px;
    }

.timeline-role {
    color: #ffd7c8;
    font-weight: 700;
    margin-bottom: 12px;
}

.timeline-content p {
    margin: 0;
    color: #e7eeff;
    line-height: 1.8;
}

.ceo-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ceo-list {
    margin: 0;
    padding-left: 18px;
    color: #e7eeff;
    line-height: 1.8;
}

    .ceo-list li {
        margin-bottom: 14px;
    }

@media (max-width: 900px) {
    .ceo-hero,
    .ceo-grid-two {
        grid-template-columns: 1fr;
    }

    .ceo-bio-panel h1 {
        font-size: 28px;
    }
}

.about-page {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.about-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start;
}

.about-image-panel {
    display: flex;
    justify-content: center;
}

.about-image {
    width: 100%;
    max-width: 380px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.about-text-panel {
    background: rgba(255,255,255,0.06);
    padding: 30px;
    border-radius: 12px;
}

    .about-text-panel h1 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .about-text-panel p {
        line-height: 1.8;
        font-size: 16px;
    }
.classification-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.classification-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
    gap: 20px;
    margin-top: 20px;
}

.classification-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

    .classification-card img {
        max-width: 100%;
        max-height: 60px;
        object-fit: contain;
    }

.site-footer {
    background: linear-gradient(90deg,#a83200,#d9480f);
    border-top: 4px solid white;
    color: white;
    padding: 40px 20px;
    text-align: center;
}
.footer-company {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-text {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 15px;
}

.footer-copy {
    font-size: 12px;
    opacity: 0.7;
}

.offices-page {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.world-map-image {
    width: 100%;
    border-radius: 12px;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.map-pin {
    position: absolute;
    transform: translate(-50%, -50%);
    background: #ff5a1f;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

    .map-pin:hover {
        background: #d93c00;
    }

    /* Adjust these positions based on your image */
    .map-pin.panama {
        top: 46%;
        left: 25.5%;
    }

    .map-pin.greece {
        top: 49%;
        left: 58%;
    }

    .map-pin.japan {
        top: 30%;
        left: 81.5%;
    }

    .map-pin.philippines {
        top: 64.5%;
        left: 73%;
    }

    .map-pin.madagascar {
        top: 88%;
        left: 58%;
    }

.office-details {
    margin-top: 30px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 24px;
}

    .office-details h2 {
        margin-top: 0;
        color: white;
    }

.office-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 18px;
}

    .office-gallery img {
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
        box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    }

.contact-page {
    max-width: 1250px;
    margin: auto;
    padding: 40px 20px 60px;
}

    .contact-page h1 {
        margin-top: 0;
        margin-bottom: 10px;
        color: white;
        font-size: 42px;
    }

.contact-intro {
    color: #d9e5ff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.contact-offices-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.contact-office-card {
    position: relative;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    min-height: 220px;
}

.office-number {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff5a1f;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.contact-office-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: white;
    font-size: 22px;
}

.contact-office-card p {
    color: #e5eeff;
    line-height: 1.7;
    margin: 0 0 12px;
}

.office-email {
    color: #ffd4c6;
    font-weight: 600;
    word-break: break-word;
}

.contact-form-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: start;
}

.contact-form-panel,
.contact-side-panel {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

    .contact-form-panel h2 {
        margin-top: 0;
        color: white;
        font-size: 28px;
        margin-bottom: 20px;
    }

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-group label {
        color: #ffffff;
        font-weight: 600;
        font-size: 15px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        border: 1px solid rgba(255,255,255,0.15);
        background: rgba(255,255,255,0.95);
        color: #001f5b;
        border-radius: 10px;
        padding: 14px 16px;
        font-size: 15px;
        box-sizing: border-box;
        outline: none;
    }

    .form-group textarea {
        resize: vertical;
        min-height: 160px;
    }

.contact-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.captcha-note {
    color: #d7e3ff;
    font-size: 12px;
    line-height: 1.6;
}

.contact-submit-btn {
    border: none;
    background: linear-gradient(90deg, #d93c00, #ff5a1f);
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 10px;
    cursor: pointer;
    min-width: 180px;
}

    .contact-submit-btn:hover {
        opacity: 0.92;
    }

.contact-side-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.side-contact-box {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 12px;
    padding: 18px;
}

    .side-contact-box h3 {
        margin-top: 0;
        margin-bottom: 10px;
        color: white;
        font-size: 20px;
    }

    .side-contact-box p {
        margin: 0 0 8px;
        color: #e5eeff;
        line-height: 1.7;
    }

@media (max-width: 900px) {
    .contact-form-section {
        grid-template-columns: 1fr;
    }

    .contact-page h1 {
        font-size: 34px;
    }
}

.org-chart-section {
    margin-top: 60px;
}

.org-chart-intro {
    color: #d9e5ff;
    margin-bottom: 30px;
}

.org-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.org-level {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.operations-level {
    width: 100%;
}

.org-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    width: 220px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.ceo-card .org-photo {
    width: 140px;
    height: 140px;
}
.org-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 3px solid rgba(255,255,255,0.25);
}


.org-name {
    color: white;
    font-weight: 700;
}

.org-role {
    color: #ffd4c6;
    font-size: 14px;
}
.footer-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 18px;
}

    .footer-social a {
        color: white;
        font-size: 22px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        transition: all 0.2s ease;
    }

        .footer-social a:hover {
            background: white;
            color: #a83200;
        }

        .footer-social a:nth-child(1):hover {
            color: #1877F2;
        }

        .footer-social a:nth-child(2):hover {
            color: #E1306C;
        }

        .footer-social a:nth-child(3):hover {
            color: #25D366;
        }