/* ===========breadcrum section petrolium and gas  ============*/

.petro-breadcrumb-header {
    background-color: #040c1a;
    position: relative;
    padding: 110px 0 90px;
    overflow: hidden;
    border-bottom: 4px solid #ffbf00;
    margin-top: 100px;
}

/* Industrial Visual with Data Overlay */
.petro-breadcrumb-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    background: linear-gradient(to left, rgba(4, 12, 26, 0.5), rgba(4, 12, 26, 1)),
        url('https://images.unsplash.com/photo-1518709268805-4e9042af9f23?auto=format&fit=crop&q=80&w=1200');
    background-size: cover;
    background-position: center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

.petro-breadcrumb-content {
    position: relative;
    z-index: 2;
}

/* Sharp Corporate Breadcrumb Box */
.breadcrumb-petro-box {
    background: rgba(255, 191, 0, 0.05);
    border: 1px solid rgba(255, 191, 0, 0.2);
    padding: 10px 25px;
    display: inline-flex;
    margin-bottom: 25px;
}

.breadcrumb-petro-box .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color: #ffbf00;
    padding: 0 12px;
}

.breadcrumb-petro-box a {
    color: #8da2b5;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumb-petro-box .active {
    color: #ffffff;
    font-weight: 800;
}

.sector-label {
    color: #ffbf00;
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 10px;
}



/* ==================live stream section ================= */

.petro-pulse-section {
    background-color: #020812;
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 191, 0, 0.1);
}

.pulse-card-premium {
    background: rgba(255, 255, 255, 0.02);
    border-left: 3px solid #ffbf00;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.pulse-card-premium:hover {
    background: rgba(255, 191, 0, 0.05);
}

.ticker-label {
    font-size: 0.7rem;
    color: #8da2b5;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.ticker-price {
    font-family: 'Consolas', monospace;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 10px 0;
}

.ticker-change {
    font-size: 0.85rem;
    font-weight: 600;
}

.risk-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    margin-top: 15px;
}



/* ====================RISK MAPPING SECTION =============== */

.risk-mapping-section {
    background-color: #ffffff;
    padding: 110px 0;
}

.risk-grid-container {
    position: relative;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #eef0f2;
}

.hazard-card {
    background: #ffffff;
    border-top: 3px solid #0a192f;
    padding: 30px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.hazard-card:hover {
    border-top-color: #ffbf00;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.risk-level-indicator {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 15px;
}

.level-low {
    background: #e6fffa;
    color: #38b2ac;
}

.level-med {
    background: #fffaf0;
    color: #dd6b20;
}

.analysis-label {
    font-weight: 700;
    color: #0a192f;
    margin-bottom: 10px;
    display: block;
}


/* ===================ASSETS SECTION CSS ============= */

.asset-portfolio-section {
    background-color: #0b1a2e;
    padding: 110px 0;
}

.asset-card-wrapper {
    position: relative;
    height: 450px;
    overflow: hidden;
    border: 1px solid rgba(255, 191, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.asset-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) grayscale(20%);
    transition: 0.8s ease;
}

.asset-card-wrapper:hover .asset-image {
    filter: brightness(0.8) grayscale(0%);
    transform: scale(1.05);
}

.asset-data-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(to top, rgba(4, 12, 26, 0.95), transparent);
    z-index: 2;
}

.asset-status-tag {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffbf00;
    margin-bottom: 10px;
    display: block;
}

.asset-specs {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.spec-item small {
    display: block;
    color: #8da2b5;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 1px;
}

.spec-item span {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
}


/* ==================LOGISTIC SECTION =============== */


.logistics-section {
    background-color: #4d7979;
    padding: 100px 0;
}

.logistics-flow-wrap {
    position: relative;
    padding-top: 40px;
}

.logistics-step-card {
    background: #ffffff;
    border: 1px solid #eef0f2;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
}

.logistics-step-card:hover {
    border-color: #ffbf00;
    box-shadow: 0 15px 40px rgba(10, 25, 47, 0.05);
}

.logistics-icon {
    width: 60px;
    height: 60px;
    background: #0a192f;
    color: #ffbf00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 25px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.logistics-phase {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffbf00;
    display: block;
    margin-bottom: 15px;
}