.shadow-custom-div5 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../components/jpg/shadow4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shadow-custom-div1 {
    position: absolute;
    top: 110px;
    left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: black;
    text-align: left;
}

.shadow-custom-div1 p,
.shadow-custom-div1 a {
    color: black;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.shadow-custom-div1 h1 {
    font-size: 50px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.shadow-custom-div1 p {
    font-size: 20px;
}

.shadow-custom-div1 a {
    display: inline-block;
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    border: 2px solid black;
    padding: 5px 20px;
    border-radius: 5px;
}

.shadow-custom-div1 a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.shadow-border {
    border-left: rgb(185, 174, 174) 3px solid;
}

.shadow-custom-div6 {
    color: black;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}


.robot-stats .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; 
}

.robot-stats .col-md-3 {
    flex: 1 1 auto; 
    min-width: 150px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .shadow-custom-div5 {
        background-size: contain; 
    }

    .shadow-custom-div1 h1 {
        font-size: 36px;
    }
    
    .shadow-custom-div1 p {
        font-size: 18px;
    }
    
    .shadow-custom-div1 a {
        font-size: 1em;
        padding: 4px 15px;
    }

    .shadow-custom-div1 {
        left: 40px;
    }

    .container, .shadow-custom-div2, .shadow-custom-div3, .shadow-custom-div4,
    .key-features h2, .tech-specs h2, media h2 {
        padding-left: 20px !important;  
        padding-right: 20px !important; 
        margin-left: 0 !important;      
        margin-right: 0 !important;  
    }

}
