

.about-image{
    background-color: #f4fd46;
}
.about-photo {
    padding-left: 7%;
    padding-right: 7%;
    
    flex-wrap: wrap;

}
.about-photo img{
    width: 100%;
    height: 300px;
    
    
}
.some-info{
    background-color: #f4fd46;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    margin-top: -3px;
    justify-content: space-around;
    align-items: center;
   
    
}
.first-info {
    margin-top: 0;
    font-size: 25px;
    color: black;
}
.first-info a{
   color: red;
}
 
.deeran{
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    flex-wrap: wrap;
}
.findaal{
    width: 500px;
    
}
.falaar{
    width: 500px;
}
.falaar2 h4{
    line-height: 25px;
}






/* our vision starts here */
.main-container {
      display: flex;
      gap: 20px;
      background-color: #fafafa;
      
      padding: 30px;
      border-radius: 15px;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .content-box {
      flex: 1;
      min-width: 300px;
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    @media(max-width:385px){
        .content-box{
            min-width: 200px;
        }
    }
    @media(max-width:285px){
        .content-box{
            min-width: 150px;
        }
    }

    .content-box:hover {
      transform: translateY(-5px);
    }

    .content-box h2 {
      color: #6a1b9a;
      margin-bottom: 10px;
      font-size: 22px;
    }

    .content-box p {
      color: #444;
      font-size: 15px;
      line-height: 1.6;
    }
/* our vision ends here */
.Our-Values{
    text-align: center;
    background-color: #f4fd46;
    box-shadow: rgb(199, 0, 0);
    border-radius: 8px;
    color: black;
}


.all-lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    font-size: 22px;
    gap: 10px;
    padding-bottom: 20px;
}
.testimony{
    position: relative;
    background-color: rgb(227, 227, 227);
    overflow: hidden;
    margin-top: 5px;
    box-shadow:rgb(199, 0, 0); 
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
}
.testimony-with-text{
    width: 500px;
    margin: auto;
    
    text-align: center;
    
    background-color:rgb(218, 218, 218);
    box-shadow:rgb(199, 0, 0); 
    border-radius: 8px;
    font-style: italic;
    flex-wrap: wrap;
}
.fa-solid fa-minus{
    left: -30px;
}
.twenty-four{
    margin-top: 5px;
    background-color: purple;
    color: white;
}
.twenty-four-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    box-shadow:rgb(199, 0, 0); ;
    border-radius: 8px;
    font-style: italic;
}
.i-love{
    border: 1px;
    border-radius: 40%;
    background-color: blue;
}
.i-love-contact a{
    background-color: rgb(70, 2, 70);
    color: white;
    font-size: 30px;
    
}
.second-last{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    background-color: white;
    
}
.second-last1{
    width: 500px;
}
.second-last1{
    line-height: 20px;
}
.second-last1 p{
  margin-top: -9px;
  margin-bottom: 30px;
}
.second-last2{
    line-height: 30px;
    list-style: none;
    font-size: 18px;
}
.third-last{
    line-height: 40px;
    list-style: none;
    font-size: 18px;
}
.timing{
    margin-left: 40px;
}
.last-one{
    display: flex;
    justify-content: space-around;
    background-color: purple;
    align-items: center;
    font-size: 20px;
    height: 100px;
    color: white;
    border-radius: 10px;
    flex-wrap: wrap;
}
.lfa-brands fa-whatsapp{
    margin-right: 20px;
    padding-right: 20px;
    
}
.warda{
    line-height: 25px;
}
.warda-heading{
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}
.warda p{
    font-size: 25px;
    text-align: center;
}
@media(max-width:522px){
    .warda-heading{
        font-size: 25px;
    }

}