.img-fluid{
    height: 600px;
    width: 600px;
}
.sli{
     background: linear-gradient(#5F3F8C, white);
    background-size: cover;
    background-position: center;
    color: black;
    padding: 80px 0;
}
.staircase-container {
  max-width: 900px;
  margin: 80px auto;
  font-family: Arial, sans-serif;
  position: relative;
}

.step-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
  position: relative;
}

/* شكل البوكس */
.step-box {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 10px 20px;
  width: 100%;
  max-width: 420px;
  text-align: center;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

/* تأثير hover */
.step-box:hover {
  background-color: #5F3F8C;
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.step-box:hover .step-number {
  color: #F0C9A5;
}

.step-box:hover .step-title {
  color: #fff;
}


.step-number {
  font-weight: bold;
  color: #5F3F8C;
  font-size: 18px;
  margin-bottom: 5px;
}

.step-title {
  font-size: 16px;
  color: #333;
}


.arrow-img {
  height: 90px;
  width: auto;
  margin-left: 20px;
  transform: translateY(-5px);
}

/* المسافات لتكوين السلم */
.indent-0 { margin-left: 0; }
.indent-1 { margin-left: 60px; }
.indent-2 { margin-left: 120px; }
.indent-3 { margin-left: 180px; }
.indent-4 { margin-left: 240px; 
margin-right: 100px;}




.image{
    height: 70px;
    width: 70px;
}
/* لتوسيط السلم ككل */
@media (min-width: 768px) {
  .step-row {
    justify-content: center;
  }
}


.containerrr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px;
  flex-wrap: wrap;
  background-color: white;
  margin-top: 4px;
}

.text-section {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.text-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: black;
}

.text-section p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: black;
}

.features {
 display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.feature {
  text-align: center;
  width: 180px;
  flex: 1;
}

.feature i {
  font-size: 24px;
  color: black;
  background-color: rgba(85, 40, 124, 0.1);
  border: 2px solid rgba(188, 90, 245, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 10px;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature i:hover{
  color: white;
  background-color: rgba(85, 40, 124, 0.1);
  border: 2px solid rgba(188, 90, 245, 0.3);
  transform: translateY(-5px);
  cursor: pointer;
}
.feature span {
  font-size: 16px;
  color: black;
  display: block;
}

.image-section {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.image-section img {
  max-width: 100%;
  height: auto;
}



@media (max-width: 768px) {
  .containerrr {
    flex-direction: column-reverse;
    text-align: center;
    padding: 30px 20px;
  }

  .features {
    justify-content: center;
    gap: 20px;
  }

  .feature {
    width: 100%;
  }
}
.services-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: white;
}

.services-wrapper {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 كروت جنب بعض دايمًا */
  gap: 30px;
  max-width: 1200px;
  width: 100%;
     
}


.service-card {
  background-color:#d1b7f6 !important;
cursor: pointer;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 335px !important;
  height: 247px !important;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background-color: white !important;

  cursor: pointer;
}

.service-card:hover h5 , p {
    color: #5F3F8C !important;
}

.icon-wrapper img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.service-card h5 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
  color: white;
}

.service-card p {
  font-size: 14px;
  color: white;
  line-height: 1.6;
}


@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr; /* كرت واحد في الصف على الموبايل */
    max-width: 100%;
    padding: 0 20px;
  }
}
.section-faq {
	font-family: "Roboto", sans-serif;

}

.section-faq .header-section {
    margin-bottom: 70px;
}

.section-faq .header-section .title {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 30px;
}



.section-faq .header-section .description {
	font-size: 20px;
    opacity: 0.7;
}

.section-faq .questions .single-question {
	margin-bottom: 20px;
}

.section-faq .questions .single-question > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dee2e6;
  border-radius: 12px;
	padding: 11px 20px;
	cursor: pointer;
	transition: all .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section-faq .questions .single-question:hover > div,
.section-faq .questions .active > div {
	border-color: #5F3F8C;
	color: black;
}

.section-faq .questions .single-question h3 {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
}

.section-faq .questions .single-question i {
    font-size: 20px;
		transition: transform .4s;
}

.section-faq .questions .active i {
	transform: rotateX(180deg);
}

.section-faq .questions .single-question .answer {
    padding-top: 25px;
    padding-bottom: 5px;
    
    display: none;
      text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    
    font-size: 17px;
    color: #5F3F8C !important;
    line-height: 20px;
}
.thumb-slider img {
  max-height: 100px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

.thumb-slider {
  height: 400px; /* أو أي ارتفاع يناسبك */
  overflow: hidden;
}

  .thumb-slider .swiper-slide-thumb-active img {
    border: 2px solid #5A4FCF;
  }
  #main-slider-container {
  min-height: 400px;
}
.custom-indicators {
  bottom: -30px;
}


.custom-indicators {
  bottom: -30px;
  
}
.carousel-indicators{
      margin-bottom: -1rem !important;
}
.carousel-indicators button {
  width: 12px;           /* عرض النقطة */
  height: 12px;          /* طول النقطة */
  border-radius: 50%;    /* تجعلها دائرية */
  
  opacity: 0.7;
  margin: 0 4px;         /* مسافة بين النقاط */
  border: none;          /* إزالة حدود افتراضية لو موجودة */
}

.carousel-indicators .active {

  opacity: 1;
}


