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-new3.png') no-repeat top 10px right 20px !important;
}
.box-business-service {
    background: url('https://omar.endocaps.com/storage/finger-new3.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;
    }
.card-feature-box {
    background: #f8f9fc;
    border-radius: 16px;
    padding: 40px 25px 30px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #eef0f7;
}

.card-feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 82, 255, 0.12);
    border-color: #c5d0ff;
}

/* الدايرة */
.card-feature-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3d5af1, #6c3ce1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    overflow: hidden;
    position: relative;
}

/* الصورة جوّا الدايرة */
.card-feature-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    /* لو الأيقونة داكنة اللون، ده بيخليها بيضاء */
    filter: brightness(0) invert(1);
}

.card-feature-info h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
}

.card-feature-info p {
    font-size: 14px;
    line-height: 1.9;
    color: #6b7280;
}
/* الكارد الأساسي */
.feature-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* الـ gradient اللي هيظهر عند الهوفر */
.feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #3d5af1, #6c3ce1);
    border-radius: 18px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

/* لما تعمل هوفر */
.feature-card:hover::before {
    opacity: 1;
}

/* تغيير لون النصوص عند الهوفر */
.feature-card:hover h4,
.feature-card:hover p {
    color: #fff !important;
}

/* تحريك الكارد لفوق */
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(61, 90, 241, 0.35);
    border-color: transparent !important;
}
-------------------------------------------------------
body[dir=rtl] .title-line {

    padding-left: unset;

    padding-right: unset;

}

.card-contact .font-md {

    font-size: 28px !important;

    line-height: 34px !important;

}