/*SOLUTIONS HERO STYLING*/
.solutions-hero-section{
    position: relative;

    width: 100%;
    height:68vh;

    background-color:antiquewhite ;

    margin-top: 82px;
    padding: 0;

    margin-bottom: 50px;
}

.solutions-hero-img-div{
    width: 100%;
    height: 100%;
}

#solutions-hero-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
.solutions-heading-div{
    position: absolute;
    top: 40%;
    left: 40%; 
}
    */

.solutions-heading{
    /*margin: 0 0 10px 0;*/
    font-size: 58px;
    font-weight: 700;

    color: #fff;
    text-shadow: 0 0 3px blue;    

    position: absolute;
    top: 50%;
    left: 50%;

    width: 270px;
    height: 70px;
    margin-left: -135px;
    margin-top: -82px;


    text-align: center;   
}
/*END OF SOLUTIONS HERO STYLING*/

/******************************************************************************************************/

/*SOLUTIONS STYLING*/
.solution-title{
    margin: 10px 0 60px 0;
    padding: 0;
}

.solutions-section{
    padding: 50px 0 100px 0;
}

.smart-gen-section{
    position: absolute;
}

.solutions-main-div{
    display: flex;
    position: relative;
    left: 50%;
    margin-left: -45%;
    /*height: 60vh;*/
    width: 90%;
    
    border-radius: 20px;

    box-shadow: 0 2px 4px rgb(97, 97, 105);

    /*
    border-left: 3px solid #088F8F;
    */
}

.genset-solution-main-div{
    border-left: 3px solid #088F8F;
}

.gas-solution-main-div{
    border-left: 3px solid #ff914d;
}

.hvac-solution-main-div{
    border-left: 3px solid #0096FF;
}

/******************************************************************************/

/*Heading & Description Styling*/

.solution-description-div{
    position: relative;
    width: 50%;
    padding:40px 100px 0 0;
    text-align: justify;
    background-color: white;
    border-radius: 20px;
    /*
    background-image: url("../img/Solutions/solutions-descr-background-final-2.png");
    */
}

.solution-heading{
    margin-bottom: 20px;
    padding-left: 50px;
}

/*
.solutions-heading-style{
    color: #088F8F;
}
    */

.genset-heading-style{
    color: #088F8F;
}

.gas-heading-style{
    color: #ff914d;
}

.hvac-heading-style{
    color: #0096FF;
}

.solution-desription{
    /*
    border-left: 3px solid #088F8F;
    border-bottom: 3px solid #088F8F;
    */
    padding-left: 50px;
    padding-bottom: 10px;

    /*
    border-bottom: 1px solid #088F8F;
    */

}

/*
.solution-description-div:after{
    content: "";
    background: #088F8F;
    position: absolute;
    top: 0;
    left: 0;
    height: 85%;
    width: 2px;
}
    */

/*End of Heading & Description Styling*/

/******************************************************************************/

/*Benefits Styling*/

.solution-benefits-div{
    position: relative;
    
    /*
    border-left: 2px solid #088F8F;
    */
    margin-left: 50px;
}

/*
.solution-benefits-div::before{
    content: "";
    background: #088F8F;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 10%;
}
    */
    
    
.benefits-heading{
    margin-bottom:20px;
}

.benefits-list{
    padding-left: 40px;
}

.benefit-points{
    display: flex;
    gap: 15px;
}

/*
.benefits-point-icon-div{
    width: 25.5px;
    height: 25.5px;
    border: 1px solid #088F8F;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}
*/

.benefits-point-icon{
    /*
    object-fit: cover;
    width: 100%;
    height: 100%;
    */
    width: 25px;
    height: 25px;
    
    border-radius: 50%;
    margin: 0;
    padding: 1.5px;
}

.smartgen-point-icon{
    border: 2px solid #088F8F;
}
.smartgas-point-icon{
    border: 2px solid #ff914d;
}
.smarthvac-point-icon{
    border: 2px solid #0096FF;
}
/*End of Benefits Styling*/

/******************************************************************************/

/*Solution Image Styling*/
.solution-image-div{
    width: 50%;
}

.smart-gen-img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 10px;
    border-left: 2px solid grey;
}
/*End of Solution Image Styling*/

/******************************************************************************/
/*************************MEDIA STYLING******************************/
/******************************************************************************/
@media screen and (max-width: 990px){
    /*SOLUTIONS STYLING*/  
    .solutions-main-div{
        flex-direction: column;
    }
    
    /******************************************************************************/
    
    /*Heading & Description Styling*/
    
    .solution-description-div{
        width: 100%;
        padding:40px 50px 0 0;
    }
    
    .solution-heading{
        margin-bottom: 20px;
        padding-left: 50px;
    }
    
    .solution-desription{
        padding-left: 50px;
        padding-bottom: 10px;
    }

    /*End of Heading & Description Styling*/
    
    /*Solution Image Styling*/
    .solution-image-div{
        display: flex;
        align-self: center;
        width: 90%;
        margin-bottom: 40px;

    }
    /*End of Solution Image Styling*/
}
/******************************************************************************/
/*END OF SOLUTIONS STYLING*/