.hero4 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Replace 'url' with the path to your hero2 background image */
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('img/h4.jpg') no-repeat center center fixed; 
    background-size: cover;
    /* Assuming you have a height of 100vh, you can adjust as necessary */
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
}

.hero4-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;  /* adjust as necessary */
    color: #fff;
}


.hero4-image img {
    max-width: 100%;
    height: auto;
}

.hero4-text {
    width: 45%; /* adjust as necessary */
    margin-top: -100px;
}

.hero4-text h1, .hero2-text h2 {
    margin-bottom: 1em;
}

.hero4-content h1 {
    font-family: 'Arial Narrow'; /* Change to desired font */
    font-size: 20px; /* Adjust size as needed */
    line-height: 1.0; /* Adjust line spacing as needed */
    font-weight: lighter;
}

.hero4-content h2 {
    margin-top: 15px;
    font-family: 'Impact'; /* Change to desired font */
    font-size: 55px; /* Adjust size as needed */
    line-height: 1.5; /* Adjust line spacing as needed */
    font-weight: lighter;
}

.hero4-content p {
    margin-top: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; /* Change to desired font */
    font-size: 17px; /* Adjust size as needed */
    line-height: 1.5; /* Adjust line spacing as needed */
    font-weight: lighter;
}

/* .hero4-image {
    width: 60%; 
    border: 3px solid #fff;
    margin-left: 20px;
} */


.container10 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.export-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.export-content img {
    width: 100%;
    max-width: 100%;
}

.export-content div {
    width: 80%;
    max-width: 100%;
    margin-right: 10px;
}

.export-content h2 {
    font-size: 2em;
}

.export-content p {
    font-size: 2em;
}

.container11 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.specifications-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.specification {
    margin-left: 100px;
    width: 45%;
    max-width: 500px;
    line-height: 2.5;
}

.specification img {
    width: 100%;
    height: auto;
}


.products-section {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.products-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.products-text {
    flex: 1;
    padding-right: 20px;
}

.products-text ul {
    padding-left: 20px;
}

.products-text ul li {
    margin-bottom: 10px;
}

.products-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.products-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


#diesel-section {
    width: 80%;
    margin: auto;
    font-family: Arial, sans-serif;
}

#diesel-section h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #333;
}

#diesel-section p {
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.6;
}


#gasoil-section {
    margin-bottom: 50px;
    width: 80%;
    margin: auto;
    font-family: Arial, sans-serif;
}

#gasoil-section h1 {
    margin-top: 50px;
    text-align: center;
    color: #333;
}

#gasoil-section table {
    width: 100%;
    margin-top: 2em;
    border-collapse: collapse;
}

#gasoil-section th, #gasoil-section td {
    padding: 1em;
    border: 1px solid #ccc;
    text-align: center;
}

#gasoil-section p {
    margin-top: 10px;
    text-align: left;
    line-height: 2.0;
}




@media(max-width: 700px){

    .hero4 {
        /* display: flex; */
        justify-content: center;
        align-items: center;
        /* Replace 'url' with the path to your hero2 background image */
        background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('img/h3.jpg') no-repeat center center fixed; 
        background-size: cover;
        /* Assuming you have a height of 100vh, you can adjust as necessary */
        height: 100vh;
        background-color: rgba(0,0,0,0.6);
    }
    
    .hero4-content {
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        width: 80%;  /* adjust as necessary */
        color: #fff;
    }

    .hero4-text {
        font-size: 5rem;
        width: 100%; /* adjust as necessary */
        margin-top: -100px;
        text-align: center;
    }

    .about-us{
        margin-bottom: 20px;
        width: auto;
        
    }

    .card2{
        width: 100%;
        margin-top: -10px;
    }

    .card2 h4 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1rem;
        color: #333;
    }

    .cnt{
        text-align: center;
        margin-bottom: 15px;
    }

    .container10 {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .export-content {
        /* margin-top: -350px; */
        margin-bottom: 40px;
        flex-direction: column;
        display: flex;
        text-align: center;
        justify-content: space-between;
        align-items: center;
    }

    .export-content h2 {
        font-size: 1em;
    }
    
    .export-content p {
        font-size: 1em;
    }

    .container11 {
        margin-right: 100px;
        width: auto;
       
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .specifications-content {
        margin-right: 100px;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        /* align-items: flex-start; */
    }

    .specification {
    margin: 40px;
    width: 100%;
    max-width: 100%;
    line-height: 2.5;
}

    .products-section {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        /* align-items: flex-start;
        justify-content: center;
        gap: 20px; */
    }
    
    .products-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }

}