/* === Google Font Import - Poppins === */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');



 /* section {
  position:absolute;
  height: 450px;
  padding: 15px;
  padding: 0 70px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
} */
  .services-bar{
  padding-top: 60px;
} 
.card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: rgb(0, 66, 116);
  border-radius: 20px 20px 0 0;
}

.card .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
}

section .card .image {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  padding: 3px;
  background: rgb(0, 66, 116);;
}

section .card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.card .media-icons {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card .media-icons i {
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.card .media-icons i:hover {
  opacity: 1;
}

.card .name-profession {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
 
}

.name-profession h1{
  color: #0e0d0d;
  text-align:center ;
 
}
.name-professions h1{
  color: #0e0d0d;
  text-align:center ;
  margin-top: 30px;
 
}


.name-profession .name {
  font-size: 20px;
  font-weight: 600;
}

.name-profession .profession {
  font-size: 15px;
  font-weight: 500;
}

/* .card .rating {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.card .rating i {
  font-size: 18px;
  margin: 0 2px;
  color: #7d2ae8;
} */

.card .button {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: center;
   /* margin-top: -20px;  */
}
.button p{
  margin-top: 20px;
  
}

.card .buttons {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 25px; 
}
/* .button p{
  margin-top: 60px;

} */

.card .button button {
  background: #7d2ae8;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button button:hover {
  background: #6616d0;
}

.swiper-pagination {
  position: relative;
 margin-top: 40px;
}

.swiper-pagination-bullet {
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background:rgb(0, 66, 116);
  
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.7;
  color: rgb(0, 66, 116);
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  color: rgb(0, 66, 116);
}

/* Responsive media query code for small screens */
@media (max-width: 768px) {
  section {
    padding: 15px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination {
    padding-top: -80px;
  }

}


.services-head{
  text-align: center;
  padding-top: 60px;
   color:rgb(0, 66, 116); 
  
}
.services-head h1{
  font-size: 50px;
 margin-top: 40px;
}


/* client logo */
 /* .justify-content-center img {
  margin-top: 80px; */
 /* margin-left: 45%; */
/* } */

/* .justify-content-center{
 gap: 50px;
  background-color: rgb(243, 241, 241);
  display: flex; 

}


 @media (max-width: 556px) {

  .justify-content-center {
   position: ;
  }
} */


#logos-block {
  display: flex;
  justify-content: center; /* Centers the logos horizontally */
  align-items: center; /* Aligns logos vertically in the center */
  flex-wrap: wrap; /* Allows wrapping for smaller screens */
  gap: 20px; /* Adds spacing between logos */
  padding: 20px; /* Adds padding around the section */
  background-color: #f7f7f7; /* Optional: Background color */
 
}

#logos-block img {
  max-width: 100%; /* Ensures images don't overflow their container */
  height: auto; /* Maintains aspect ratio */
  object-fit: contain; /* Ensures logos fit nicely within their box */
  max-height: 100px; /* Limits the height of logos */
  margin: 0 10px; /* Optional: Adds horizontal spacing */
}
/* #market  {
  filter: grayscale(100%) brightness(0);
} */
 #market {
  filter: invert(1);
} 


@media (max-width: 768px) {
  #logos-block {
      flex-wrap: wrap; /* Allows wrapping for smaller screens */
      
  }
  #logos-block img {
      max-height: 80px; /* Adjusts logo size for smaller screens */
  }
  .justify-content-center{
    text-align: center;
  
    
  }
  /* .cosreviwe h1{
    margin-left: 60px;
  } */
  
}
.cosreviwe h1{
  margin-left: 20%;
  margin-bottom: 20px;
  margin-top: 10px;
}





