/* jahmi codes */
/* https://cdn.salla.sa/form-builder/oHVCXRasqrjO3GLuDehioGYiVSw8v4vsWVsRAsya.png */
/* https://cdn.salla.sa/form-builder/yrMMzoE6IjwMdYkkVxIEoaHuB0KPV1Lx3EcfoD3O.png */

#app .special-testimonial {
	border: none;
	box-shadow: none;
	background-color: transparent !important;
}

.special-testimonial_avatar {
	position: absolute;
	left: 7%;
	top: 4%;
	height: 4.6rem;
	width: 4.6rem;
}

.special-testimonial__text {
	background: linear-gradient(to top, var(--custom-color5) 0%, var(--custom-color6) 100%) !important;
	color: var(--custom-color7) !important;
	border-radius: 4rem;
	padding: 2.3rem;
	text-align: center;
	justify-content: center;
	height: auto !important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	box-shadow: 2px 4px 4px -3px var(--custom-color7);
	border: 2.5px solid var(--custom-color7);
}

body#app .special-testimonial__inner {
	height: auto !important;
}

.special-testimonial__text:after {
	content: "";
	background-image: url("https://cdn.salla.sa/form-builder/yrMMzoE6IjwMdYkkVxIEoaHuB0KPV1Lx3EcfoD3O.png ");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 110px;
	height: 110px;
	position: absolute;
	right: 0.3rem;
	bottom: -0.7rem;
	z-index: -1;
}

.special-testimonial__text > div.flex.justify-center {
	align-items: center;
}

#app .special-testimonial__info h4 {
	color: #FFD165 !important;
}

@media only screen and (min-width: 768px) {
	.special-testimonial_avatar {
		position: absolute;
		left: 13%;
		top: 9%;
	}
}

/* jahmi codes */
/* تعديل العناوين: إزالة أي مؤثرات/حركة/تدرج على النص وجعله نص طبيعي ثابت */
.min-h-full .lg\:text-center h3,
.s-slider-block__title h2 {
	color: inherit !important;                 /* يرجع للون الافتراضي */
	text-align: center !important;

	/* إزالة المؤثرات السابقة */
	background: none !important;
	background-image: none !important;
	-webkit-background-clip: initial !important;
	-webkit-text-fill-color: currentColor !important; /* يضمن ظهور اللون */
	animation: none !important;
	transition: none !important;
	transform: none !important;
}

/* حذفنا keyframes لأننا ألغينا استخدام animation للنص */
/* @keyframes textclip {
	100% {
		background-position: 200% center;
	}
} */

.min-h-full .sale-ratio-wrapper span {
	color: #1B8F3A !important;
}

.product__description {
	border-radius: 20px;
	border: 2px solid #fff;
}

.product__description .ql-direction-rtl a {
	text-decoration: underline !important;
}

.sicon-star2 {
	color: #ff4e4e !important;
}

.s-comments-product .prose-sm p {
	color: #025cb8 !important;
	font-weight: bolder;
}

.swiper-slide svg,
.min-h-full .product-block svg {
	fill: #FFD165 !important;
}

.homeslider__slide .object-contain {
	background: #083a79 !important;
}

.min-h-full .know-more .know-more-inner {
	border-radius: 4rem;
	box-shadow: 2px 4px 4px -3px var(--custom-color7);
	border: 2.5px solid var(--custom-color7);
	font-weight: bolder;
}

/* Add custom CSS styles below */
/* ====== Pagination Dots for Testimonials (إذا كانت موجودة لكنها مخفية) ====== */
/* نقاط سلايدر آراء الفنانين */
#app .special-testimonial .swiper-pagination,
#app .special-testimonial .swiper-pagination-bullets{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:8px !important;
  margin-top:12px !important;
  position:static !important;
  width:100% !important;
}

#app .special-testimonial .swiper-pagination-bullet{
  width:8px !important;
  height:8px !important;
  border-radius:999px !important;
  opacity:.35 !important;
  background: var(--custom-color7, #1B8F3A) !important;
}

#app .special-testimonial .swiper-pagination-bullet-active{
  opacity:1 !important;
}
}