

  
  
  

/* Our core values */



.values {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}



/* Animation */
.treatment-card:hover {
	transform: translateY(-5px);
	background-color: #e9e9e9;
}



@media (max-width: 768px) {
	.container {
		grid-template-columns: 1fr;
	}
}



/*  End Our core values */









  


 /*-----Fun Facts-----*/
 
 #why-us .counters {
    padding-top: 40px;
    
    font-size: 50px;
  }
  
  #why-us .counters span {
    
    font-weight: bold;
    font-size: 50px;
    display: block;
    color: #312f3e !important;
    
  }
  
  #why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #949394;
  }


/*-----End Fun Facts-----*/


/*-----Auto scrolling-----*/





.scroll-wrapper {
  height: 600px; /* حدد الطول الذي تريده */
  overflow: hidden;
  position: relative;
  padding: 20px;
}

/* هذا هو تأثير التلاشي من الأعلى */
.fade-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #f8f9fa, transparent);
  z-index: 2;
  pointer-events: none;
}

 /* التلاشي من الأسفل */
 .fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, #f8f9fa, transparent);
  z-index: 2;
  pointer-events: none;
}


.testimonials-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: scrollUp 25s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}


.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.tweet-card {
  background-color: #fff;
  border: 0.2px solid #e9e9e9;
  border-radius: 16px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  position: relative;
  transition: transform 0.3s ease;
}

.user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.user img:first-child {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.user div {
  flex-grow: 1;
}

.user strong {
  display: block;
  font-size: 14px;
}

.user span {
  font-size: 12px;
  color: #666;
}

.tweet-icon {
  width: 16px;
  height: 16px;
  align-self: flex-start;
  margin-left: auto;
}

p {
  margin: 0;
  font-size: 14px;
}

/*-----End Auto scrolling-----*/



/*-----Partners Style*/

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}

























/* ====================wht thy say about us=================== */

.block-20 {
  --block-background: #f8f8f8;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.block__header {
  margin-bottom: 4rem;
}

.block__pre-title {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
}

.block__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}

@media(min-width: 992px) {
  .block__title {
    font-size: 2.5rem;
  }
}

.block__paragraph {
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: .9;
}

.testimonial-card-1 {
  padding: 1.5rem;
  padding-top: 10rem;
  margin-top: 58px;
  margin-bottom: 25px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}

.testimonial-card-1__paragraph {
  font-size: .87rem;
  opacity: .9;
  line-height: 1.7;
}

.testimonial-card-1__quote-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--primary-invert);
  font-size: 1.3rem;
  border: 2px solid white;
  border-radius: 10rem;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.block-20__person {
  text-align: center;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
}

.block-20__person-avatar {
  padding: 6px;
  width: 116px;
  height: 116px;
  background: white;
  border-radius: 10rem;
  border: solid 2px #eff0f9;
}

.block-20__person-rating {
  font-size: .75rem;
  color: #ffe200;
}

.block-20__person-name {
  font-size: .87rem;
  font-weight: 600;
}

.block-20__person-info {
  font-size: .8rem;
  font-weight: 600;
  opacity: .6;
}
