.flex-center.flex-col.gap-4 {
    margin-left: 70%;
}
.index section.s-block--fixed-banner:nth-of-type(1) > .container{
    max-width: 100%; 
    padding: 0;     
}
.angel-feature.flex-center.flex-col {
    background-color: #FDEDEB;
    padding: 32px;
    border-radius: 13px;
}
.flex.flex-col.w-full.px-4.pb-8.-mt-8 {
    background-color: #FDEDEB;
    padding: 20px;
}
/* تطبيق margin-top للموبايل فقط */
@media (max-width: 768px) {
  .s-block--full-bg:first-of-type {
    margin-top: 145px;
  }
.flex-center.flex-col.gap-4 {
    margin-left: 50%;
}
h3.text-2xl.md\:text-4xl.font-primary.leading-tight {
    font-size: 12px;
    padding-top: 38px;
}
.hero-slider-subtitle {
    font-size: 12px;
}
a.flex.gap-2.items-center.btn-primary.text-sm.rounded-full.font-bold.px-4.py-2.md\:px-5.md\:text-lg {
    margin-bottom: 32px;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 100px;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 38px !important;
}
#app > div.app-inner.flex.flex-col.min-h-full.with-transparent-header.relative > section:nth-child(5) {
    margin-top: 143px !important;
}
}