/* ============================
   إزالة كل الأشكال الخلفية بالكامل
   ============================ */

.alter2-header .static-shape,
.alter2-header .static-shape div,
.alter2-header .shape,
.alter2-header .shape:before,
.alter2-header .animation-shape,
.alter2-header .animation-shape div,
.alter2-header .animation-shape:after,
.alter2-header .shape_one,
.alter2-header .shape_two,
.alter2-header .background-shape-main,
.alter2-header .shape-circle,
.alter2-header .shape-circle div,
.alter2-header .shape-circle-1,
.alter2-header .shape-circle-1 div,
.alter2-header .shape-circle-2,
.alter2-header .shape-circle-2 div,
.alter2-header .shape-ring-1,
.alter2-header .shape-ring-2,
.alter2-header .pattern-dots-1,
.alter2-header .pattern-dots-2 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* ============================
   خلفية الهيدر الجديدة
   ============================ */
.alter2-header {
    background: #e6f0ff !important; /* لون أزرق فاتح جميل وواضح */
    min-height: 320px !important;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* ============================
   ضبط المسافات وظهور المحتوى
   ============================ */
.slider_block {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.intro_detail {
    z-index: 10 !important;
    position: relative;
}

/* ============================
   شعار KDC الذي تريده بالمنطقة اليسار
   ============================ */
.kdc-left-logo {
    position: absolute;
    left: 40px;
    top: 80px;
    width: 250px;
    opacity: 0.55;
    z-index: 5;
}

/* في الشاشات الصغيرة نخفيه */
@media (max-width: 768px) {
    .kdc-left-logo {
        display: none;
    }
}
