.our-services{
    display: flex;
    padding: 25px 0px;
    margin-top: 220px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    
}

.working-process{
    margin-top: 100px !important;
}

.our-services-block-2{
    display: grid;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
}
.our-services-block-2 h4{
   text-align: center;
   font-size: 20px;
   font-weight: 600;
   margin-bottom:20px ;
   margin-top: 10px;
  
}

.our-services h2{
    margin: 0;
    font-size: 45px;
    font-weight: 1000;
    line-height: 56px;
    color: #1d1f40;
    /* max-width: 800px; */
    line-height: 70px;
    text-align: center;
}

.our-services h2 span{
    background-image: linear-gradient(90deg, #0053a9 0%, #1d1f40 100%);
      -webkit-background-clip: text; /* For older Safari/Chrome */
      background-clip: text;
      color: transparent;
}

.our-services .title-Desc{
    text-align: center;
    width: 90%;
    margin:0px auto 42px;
}

.service{
    flex-basis: 25%;
}

.our-services .p-service{
    text-transform: uppercase;
    font-size: 12px;
    color: #0053a9;
    margin-bottom: 0px;
    font-weight: 800;
    
}
.services-1{
    display: flex;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    height: 500px;
    text-align: center;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out, color 0.5s ease-in-out;
    color: rgb(0, 83, 169);
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    
}

.our-services P{
    font-style:sans-serif ;
    color:  #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;

}

.icon{
    height: 80px;
    margin-bottom: 15px;
}

.img-2{
    display: none;
}

.read-more-button{
    text-align: center;
    padding: 15px 30px;
    background-color:rgb(0, 83, 169); 
    border: none;
    border-radius: 8px;   
    font-weight: 700;
    color: white;
    transition: background-color 0.3s ease, color 0.5s ease;
    cursor: pointer;
    margin-top: 10px;
}

.read-more-button a{
    text-decoration: none;
    color: #fff;
}
.services-1:hover {
    background-color:rgb(0, 83, 169) ;
    color: white;
    font-size: 16px;
}
.services-1:hover .img-2{
    display: block;

}
.services-1:hover .img-1{
    display: none;

}

.services-1:hover .read-more-button{
    background-color: white;
}

.services-1:hover .read-more-button a{
    color: #0053a9;
}

.services-1:hover p{
    color: white;
}


@media(max-width:1350px){
    .our-services{
        margin-top: 250px;
    }
    .our-services-block-2{
        grid-template-columns: repeat(2,1fr);
    }  

}


@media(max-width:710px){
    .our-services-block-2{
        grid-template-columns: repeat(1,1fr);
    }  
    .our-services h2{
        font-size: 50px;
    }
}


@media(max-width:500px){
    .our-services h2{
        font-size: 40px;
    }
}


@media(max-width:450px){
    .our-services h2{
        font-size: 38px;
    }
}

@media(max-width:350px){
    .our-services{
        margin-top: 300px;
    }

}


.working-process-01 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height:350px;
    padding: 0px 20px;
    text-align: center;
    border-radius: 8px;
    color: rgb(0, 83, 169);
    font-weight: 600;
    border: 1px solid #0052a93d;
    border-radius: 20px;
    overflow: hidden;
    z-index: 5;
    transition: all 0.4s ease-in-out;
}

.working-process-01 p {
    text-align: start;
    font-size: 17px;
}

.working-process-01::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background: linear-gradient(180deg, #0053a9 0%, #1d1f40 100%);
    transition: all 0.4s ease-in-out;
    height: 100%;
    z-index: 1;
}

.working-process-01:hover::after {
    top: 0;
}

.working-process-01:hover .img-2{
    display: block;
    transition: all 0.4s ease-in-out;

}
.working-process-01:hover .img-1{
    display: none;
    transition: all 0.4s ease-in-out;

}

.working-process-01:hover h4{
    color: #fff;
    transition: all 0.4s ease-in-out;

}
.working-process-01:hover p{
    color: #fff;
    transition: all 0.4s ease-in-out;

}

.working-process-01 * {
    position: relative;
    z-index: 2; /* Ensure the children elements have a higher z-index */
}
