@media (min-width: 1024px) {
    .s-block.s-block--banners.container {
        grid-template-columns: 1fr 1fr 1fr; /* ثلاثة أعمدة في الشاشات الكبيرة */
    }

    /* العنصر الأول يمتد عبر صفين */
    .s-block.s-block--banners.container article:first-child {
        grid-column: 1 / 3; /* العنصر الأول يمتد عبر العمود الأول والثاني */
        grid-row: 1 / 3; /* العنصر يمتد عبر الصفين الأول والثاني */
    }
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > main > section.s-block.s-block--banners.container > div > article:nth-child(2) {
    right: 360%;
    width: 800px;
  height: 50% !important;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > main > section.s-block.s-block--banners.container > div > article:nth-child(3) {
    right: 360%;
    width: 800px;
 height: 50% !important;
}
section.s-block.s-block--banners.container {
    max-width: 100%;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > main > section.s-block.s-block--banners.container > div > article:nth-child(1) {
    width: 1050px;
   margin-right: 3%;
        height: 67%;
  top: 16%;
}
/* إعدادات المقالات */
.s-block.s-block--banners.container article {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 1rem;
    padding: 2rem;
    padding-top: 20rem;
}

.s-block.s-block--banners.container article img {
    position: absolute;
    inset: 0;
    z-index: -10;
    height: 100%;
    width: 100%;
    object-fit: cover; /* لتغطية الصورة للخلفية */
}

.s-block.s-block--banners.container article .gradient-overlay {
    position: absolute;
    inset: 0;
    z-index: -5;
}

.s-block.s-block--banners.container article .ring {
    position: absolute;
    inset: 0;
    z-index: -4;
    border: 1px solid rgba(255, 255, 255, 0.1); /* تأثير الحواف */
    border-radius: 1rem;
}

/* تنسيق النص */
.s-block.s-block--banners.container article h3 {
    margin-top: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
}

.s-block.s-block--banners.container article h3 a {
    color: white;
    text-decoration: none;
}

.s-block.s-block--banners.container article p {
    margin: 0;
    font-size: 0.875rem;
    color: white;
}
p.description.max-w-\[400px\].text-sm.sm\:text-base {
    width: 50%;
}
.advanced-slider__caption__inner__content__heading {
    font-size: 43px;
    color: white;
}
.advanced-slider__caption__inner__content__text {
    font-size: 22px;
    color: white;
}
a.btn.group.bg-primary.text-primary-reverse.h-12.\!px-6.mt-8.gap-2.\!rounded-none {
    background-color: #E84B41;
}
.s-block.s-block--banners.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* ثلاثة أعمدة في الشاشات الكبيرة */
    gap: 2rem; /* المسافة بين الأعمدة */
    margin-top: 4rem;
}
}

.advanced-slider__caption__inner__content__heading {
    color: white;
}
.advanced-slider__caption__inner__content__text {
    color: white;
}
.custom-form::before {
  content: "تواصل معنا الان";
  display: block;
  white-space: pre;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
}
.form-header {
  text-align: center;
  margin-bottom: 20px;
}

.form-header h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.form-header p {
  font-size: 16px;
  color: #777;
  line-height: 1.5;
}
.form-header {
    padding: 45px;
    max-width: 50%;
    transform: translateX(-48%);
}
.custom-form {
  direction: rtl;  /* جعل النصوص من اليمين لليسار */
  text-align: right;  /* محاذاة النصوص إلى اليمين */
}

.custom-form input,
.custom-form select,
.custom-form textarea {
  width: 100%;  /* عرض كامل للعناصر */
  padding: 10px;  /* إضافة مسافة داخلية */
  margin-bottom: 10px;  /* إضافة مسافة بين العناصر */
}

.custom-form button {
  width: 100%;  /* عرض كامل للزر */
  padding: 10px;
  background-color: #4CAF50; /* مثال للون الزر */
  color: white;
  border: none;
  cursor: pointer;
}

.custom-form button:hover {
  background-color: #45a049; /* تغيير اللون عند المرور بالماوس */
}
.custom-form {
  background-color:#F7F7F7; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 50px 40px;
  border-radius: 15px;
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-form label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: black;
  font-weight: bold;
}

.custom-form input,
.custom-form textarea,
.custom-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  color: #333;
}

.custom-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-form button {
  background-color: #e43f5a;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s;
}

.custom-form button:hover {
  background-color: #d0354c;
}

.custom-form-success {
  color: green;
  text-align: center;
  margin-top: 10px;
}

.custom-form input:focus,
.custom-form textarea:focus,
.custom-form select:focus {
  border-color: #e43f5a;
  outline: none;
}
#phone {
    direction: rtl;
}
@media only screen and (max-width: 768px) {
 
.advanced-slider__caption__inner__content__heading {
    font-size: 20px;
    color: white;
}
.advanced-slider__caption__inner__content__text {
    font-size: 10px;
    color: white;
}
.absolute.inset-0.-z-10.bg-gradient-to-t.from-gray-900.via-gray-900\/40 {
    display: none;
}
  
img.lazy.absolute.inset-0.-z-10.h-full.w-full.object-cover.loaded {
    object-fit: contain;
    background-color: white !important;
}
.form-header {
    padding: 45px;
    max-width: 100%;
    transform: translateX(1%);
}
#advanced-slider-0 > div > div > div > div > div > div > a {
    right: 50%;
}
.pt-80 {
    padding-top: 9rem;
}
}