/* Index:
1. Home Section
2. About Section
3. Engineering Section
4. Why Us Section
5. Our Reach Section
6. Contact Section
*/
/* General Styles */
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

footer {
    position: fixed;
}

/* 1. Home Section */
#header .am1 {
    width: auto;
    height: 450px;
}

#header .left-side {
    text-align: justify;
    padding-left: 100px;
}

#header .right-side {
    text-align: justify;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 50px;
}

/* 3. Engineering Section */
#p-engineering .text-container {
    padding: 20px;
    background-color: #e8e8e8ff;
    /* width: 350px; */
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#p-engineering .text-container2 {
    padding: 20px;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8ff;
    /* width: 350px; */
    height: 300px;
}

#p-engineering .container1 {
    justify-content: center;
}

#p-engineering .container2 {
    justify-content: center;
}

@media screen and (max-width: 769px) {
    #p-engineering .text-container{
        width:100%;
        height:max-content;
    }
    #p-engineering .text-container2{
        width:100%;
        height:max-content;
    }
}

/*5. Our reach section: construction*/

/* Construction section image and spacing styles */
#construction .construction-img {
    width: 100%;
    height: 320px; /* consistent visual height */
    object-fit: cover; /* crop while maintaining aspect ratio */
    display: block;
    border-radius: 0px;
}
#construction .section-pad {
    padding-top: 20px;
}
@media (max-width: 767px) {
    #construction .construction-img {
        height: 200px;
    }
}

/* Oil section*/
#oil img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

#oil .text-block {
    padding: 40px;
    background-color: #afcbf8;
}

/*reach: mining*/
/* Mining section image styles */
#mining .mining-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 0px;
    display: block;
}
@media (max-width: 767px) {
    #mining .mining-img {
        height: 200px;
    }
}
/* fixed and match size */
#mining .mining-grid-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 0px;
    display: block;
}
@media (max-width: 767px) {
    #mining .mining-grid-img {
        height: 160px;
    }
}

/*reach: equipment*/

/* General responsive image helper used across the site */
.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Equipment section */
#equipment .equipment-img {
    width: 60%;
    height: auto;
    border-radius: 0px;
    margin-bottom: 20px;
}

/*6. Contact Section*/

#contact .btn {
    background: linear-gradient(90deg, rgb(40, 70, 200), rgba(76, 120, 222, 1));
    color: white;
    border-radius: 3px;
    padding: 10px 15px;
    font-weight: bold;
}
