/*ourteam.css*/


.dadaGOfahamdBhai{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap !important;
}

.dadaGOfahamdBhaiForReverseFlexItem{
     width: 99%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap !important;
}


.ParentOfahmadBhaiImg{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ParentOfahmadBhaitext{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.ourTeamMemberBioText{
    width: 90%;
    text-align: justify;
}

.ahmadBhaiImg{
    height: 430px;
    object-fit: cover;
}



/*customer feedback part*/

.MarginButtomForTestimonialCards{
    margin-bottom: 30px;
}

.testimonial-card {
  background-color: white;
  padding: 25px;
  border-radius: 20px;
  
  
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 14px;
  color: #0077aa;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.feedback-date {
  font-size: 12px;
  color: #888;
  margin-top: -10px;
  margin-bottom: 10px;
}


.profile {
  display: flex;
  align-items: center;
}


.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #555454;
  cursor: pointer;
}



.profile-info .name {
  font-weight: bold;
  margin: 0;
}

.profile-info .title {
  font-size: 11px;
  color: #555;
  margin: 5px 0 0;
}


/*For Border animation*/


/*AddonIcon*/

#addonIconytb{
  background-color:#0077aa ;
}

#addonIconytb:hover{
  background-color:#C62206;
}

#addonIconlkdn{
  background-color: #C62206;
}

#addonIconlkdn:hover{
  background-color: #0077aa;
}


/*hero*/

.hero{
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#btnForCall{
  background-color: #0077aa;
}

@media (max-width: 767px){
    .ParentOfahmadBhaiImg{
        width: 100%;
    }
    .ParentOfahmadBhaitext{
        width: 100%;
    }
    .dadaGOfahamdBhaiForReverseFlexItem{
        flex-direction: column-reverse;
    }
    .callBox{
      width:90%;
    }
}

