.header .main-menu li a {
    padding: 28px 18px 28px 1px !important;
  font-size: 15px;
}
html[dir="rtl"] .header .main-menu li a {
    padding: 28px 1px 28px 18px !important;
  font-size:15px;
}
.card-offer-2 {
    background-color: #cde2e7  !important;
}
.box-banner-shop-grid {
    background-color: #cde2e7 !important;
}
.bg-2 {
    background-color: #cde2e7 !important;
}
.card-offer-style-3 .card-head {
    background-color: #cde2e7 !important;
}
.banner-about {
    background: url('/storage/finger.png') no-repeat top 10px right 20px !important;
}
.box-business-service {
    background: url('https://omar.endocaps.com/storage/finger-new2.png') no-repeat top 10px right 20px !important;
}
.btn-tag {
    background-color: #ffffff !important;
    color: #000000 !important; /* علشان النص يبان */
}
.box-info-banner11 {
    background-color: #fff !important;
    padding: 10px 33px !important;
}
/* الزرار الأساسي */
.box-notify-me .inner-notify-me .btn-brand-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; /* في الإنجليزي (LTR) يبقى يمين */
    padding: 10px 24px 12px;
}

/* RTL (العربي) */
[dir="rtl"] .box-notify-me .inner-notify-me .btn-brand-1 {
    left: 20px;   /* في العربي ييجي شمال */
    right: auto;
}

/* input يبعد عن الزرار */
.box-notify-me .inner-notify-me .autocomplete-search {
    padding-right: 100px; /* مسافة فاضية علشان الزرار في الإنجليزي */
}

/* input في العربي */
[dir="rtl"] .box-notify-me .inner-notify-me .autocomplete-search {
    padding-right: 15px;  /* يرجع عادي */
    padding-left: 100px;  /* مسافة علشان الزرار شمال */
}
/* اخفاء الأيقونات داخل الهيدر كله */
header i[class^="fi-rr-"]::before,
header i[class*="fi-rr-"]::before,
header span[class^="fi-rr-"]::before,
header span[class*="fi-rr-"]::before {
    display: none !important;
}
/* الفوتر نسخة الموبايل Cairo Font */
@media (max-width: 768px) {
  .box-cover-video-convert .box-info-video {
    background-image: none !important;
  }
}
/* الفوتر نسخة الموبايل Cairo Font */
@media (max-width: 767px) {
    footer, 
    footer * {
        font-family: 'Cairo', sans-serif !important;
    }
}
/* استدعاء خط Cairo من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

/* تطبيق الخط على كل الموقع */
body, * {
    font-family: 'Cairo', sans-serif !important;
}
  .btn[data-bs-target="#shortcode-modal"],
    .add_shortcode_btn, 
    .shortcode-btn, 
    button[title="UI block"] {
        display: none !important;
    }