/* Add custom CSS styles below */ 

/* 1. إزالة الخلفية الشفافة (Overlay) */
.overlay-bg::after {
    background: none !important;
}

/* 2. تحسين تحميل صور السلايدر (دمج القواعد) */
.overlay-bg,
.swiper-slide,
.s-block--hero-slider {
    background-color: transparent !important; /* لضمان الشفافية */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 0 !important; /* إزالة الهوامش */
    padding: 0 !important; /* إزالة المسافات الداخلية */
}

.swiper-slide.bg-dark {
    background-color: transparent !important; 
}


/* 3. عرض شعار Smart Gear فوق النص (لم يتغير URL الصورة) */
footer a[href*="smartgear.sa"] h3::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    /* *ملاحظة هامة:* هذه الصورة يجب أن تكون مضغوطة جدًا (أقل من 5 كيلوبايت) */
    background-image: url('https://cdn.salla.sa/jZplpR/7TZCUrPnR4u2raPZDlF8kcWOB3WsQkvXhkipdxPa.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-inline: auto;
}


/* 4. إضافة الوصف الطويل (تم تعديل التنسيق لـ CLS) */
footer a[href*="smartgear.sa"] h3::after {
    content: "الترس الذكي® من قلب السعودية، متخصصون في تنفيذ أعمال الحفر بالليزر على الخشب والمعادن بدقة عالية. نوفر منتجات جاهزة وطلبات مخصصة بأسلوب فني مميز. انضم لأكثر من 500 عميل اختاروا التميز في التصميم والتفاصيل.";
    display: block;
    margin-top: 10px;
    /* **إضافة خاصية:** لتجنب اهتزاز الخطوط (CLS) */
    font-display: swap; 
    
    color: #4b4b4b;
    font-size: 14px;
    line-height: 1.8;
    max-width: 320px;
    margin-inline: auto;
    text-align: right;
}