﻿.service-hero {
    width: 100%;
    height: 80vh;
    background-image: url('/assets/imgs/services/OilHeroSection.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-hero h1 {
    color: white;
    font-size: 80px;
    font-family: "Readex-Bold";
    text-align: center;
    z-index: 2;
}

/* Final Section Styles */
.final-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.final-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.final-section .section-title {
    font-size: 3.125rem;
    font-weight: bold;
    color: #003176;
    margin-bottom: 20px;
}

.final-section .section-subtitle {
    font-size: 1.rem;
    color: #0D406B;
    line-height: 1.6;
    margin: 0 auto;
}

.final-section img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .final-section {
        padding: 60px 0;
    }

    .final-section .section-title {
        font-size: 2rem;
    }

    .final-section .section-subtitle {
        font-size: 1.1rem;
    }
}
