/* Add custom CSS styles below */ 

/* تغيير خلفية حقل البحث في قالب رائد */
.s-search-input-wrapper input {
    background-color: #f5f5f5 !important; /* غير هذا اللون حسب رغبتك */
    border: 1px solid #eeeeee !important; /* لون الإطار إذا رغبت بتغييره */
}

/* لتغيير لون الخلفية عند الضغط (التركيز) على المربع */
.s-search-input-wrapper input:focus {
    background-color: #ffffff !important;
    border-color: #00b2a9 !important; /* لون التحديد عند الكتابة */
}

/* تحريك صندوق النص لأعلى الصورة + وسط أفقي */
.home-slider__content {
  justify-content: center !important; /* وسط أفقي */
  align-items: flex-start !important; /* أعلى الصورة */
  padding-top: 60px; /* المسافة من فوق - عدّلها زي ما يريحك */
}

/* محاذاة النص نفسه في النص */
.home-slider__content p,
.home-slider__content h1,
.home-slider__content h2,
.home-slider__content h3,
.home-slider__content span {
  text-align: center !important;
}