/* Procure Material Hero Section Styles */
.procure-material-hero-section {
    position: relative;
    background: #4a4a4a !important;
    padding: 80px 0 !important;
    overflow: hidden;
    min-height: 300px !important;
    display: block !important;
    visibility: visible !important;
}

.procure-material-hero-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.procure-material-hero-icon {
    flex-shrink: 0;
    position: relative;
}

.procure-material-hero-icon svg {
    width: 120px;
    height: auto;
    fill: #8f8f8f;
    opacity: 0.9;
}

.procure-material-hero-content {
    flex: 1;
    position: relative;
}

.procure-material-hero-divider {
    width: 5px;
    height: 100px;
    background: #DE5700;
    margin-right: 30px;
    flex-shrink: 0;
}

.procure-material-hero-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.procure-material-hero-subtitle {
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #8f8f8f;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.procure-material-hero-title {
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #dad3c8;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .procure-material-hero-container {
        max-width: 900px;
        padding: 0 30px;
        gap: 30px;
    }

    .procure-material-hero-icon svg {
        width: 100px;
    }

    .procure-material-hero-subtitle {
        font-size: 24px;
    }

    .procure-material-hero-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .procure-material-hero-section {
        padding: 60px 0;
    }

    .procure-material-hero-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 0 20px;
    }

    .procure-material-hero-divider {
        display: none;
    }

    .procure-material-hero-subtitle {
        font-size: 22px;
    }

    .procure-material-hero-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .procure-material-hero-section {
        padding: 50px 0;
    }

    .procure-material-hero-icon svg {
        width: 120px;
    }

    .procure-material-hero-subtitle {
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
    }

    .procure-material-hero-title {
        font-size: 24px;
        line-height: 1.3;
        text-align: center;
    }

    .procure-material-hero-gear {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .procure-material-hero-container {
        padding: 0 15px;
    }

    .procure-material-hero-icon svg {
        width: 100px;
    }

    .procure-material-hero-subtitle {
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }

    .procure-material-hero-title {
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .procure-material-hero-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }

    .procure-material-hero-title {
        font-size: 18px;
        line-height: 1.4;
    }
}
