* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

html,
body {

    overflow-x: hidden;
    /* يمنع أي تمرير أفقي غير مرغوب */
    scroll-behavior: smooth;
    /* لجعل التنقل سلس */
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
    background-color: #f9f9f9;
}



/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333636;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #292727;
    list-style: none;
    padding: 10px 0;
    min-width: 300px;
    color: rgb(255, 250, 250);
    /* قائمة البدع */

    max-height: 260px;
    /* حد أقصى للارتفاع */
    overflow-y: auto;
    /* سكرول عمودي */
    scrollbar-width: thin;
    /* فايرفوكس */
    scrollbar-color: #dbf4ff #000000;
}



.dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: #000000;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .logo1 {
    height: 50px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li a {
    text-decoration: none;
    color: #c7c7c7;
    padding: 8px 12px;
    border-radius: 20px;
    transition: 0.3s;
}

.nav-links li a:hover {
    background-color: rgb(128, 121, 121);
    color: black;
}



.tawhid img {
    margin-top: 15px;
    width: 100%;
    height: 800px;
    image-rendering: auto;
    /* الافتراضي */
    image-rendering: crisp-edges;
    /* للصور ذات الحواف الحادة */
    image-rendering: pixelated;

}

.hamburger {
    display: none;
    font-size: 30px;
    background: none;
    border: none;
    color: #c7c7c7;
    cursor: pointer;
}

.all h4 {
    color: #4a4a4a;

}

.img-bd {
    width: 200px;
    height: 200px;
    margin-right: 1050px;
    margin-top: -200px;
}

.all span {
    color: rgb(61, 121, 2);

}

.all .hadit1 {
    color: #dd620f;
}

.hr1 {
    margin-top: 30px;

}

.hadit2 span {
    color: rgb(61, 121, 2);

}

.hadit2 b {
    color: #dd620f;

}

.hadit2 {
    margin-top: 50px;
    font-weight: 500;

    .op {
        margin-top: 20px;

    }
}

.rajl-t {
    margin-right: 70%;
    margin-top: -150px;
}

.sec3 p {
    width: 600px;
}

.rad {
    margin-right: 50%;
    margin-top: -170px;
}

/* القسم العام */


/* عنوان أنواع البدع */
.anwa3 {
    font-size: 24px;
    color: #0d3b66;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

/* عنوان البدعة */
.sec2 h3 {
    font-size: 20px;
    color: #1b5e20;
    margin-bottom: 8px;
}
.all {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* الفقرات */


/* عنوان الشبهة */
.rad3labid3a1 h3 {
    font-size: 20px;
    color: #8b0000;
    margin-bottom: 8px;
}

/* نص الشبهة */
/* الحاوية */
.rad3labid3a1 {
    background-color: #f9f9f9;
    padding: 14px 16px;
    margin: 25px 0;

    font-size: 16px;
    line-height: 1.8;
    color: #222;

    /* حماية من أي خروج */
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
}

/* العنوان */
.rad3labid3a1 h3 {
    margin: 0 0 10px 0;
    font-size: 19px;
    color: #8b0000;
}

/* فقرة الحديث */
.rad3labid3a1 .p1 {
    background-color: #f1f1f1;
    padding: 10px 12px;
    margin: 10px 0 14px 0;

    font-style: italic;
    color: #1a237e;

    /* أمان إضافي */
    overflow-wrap: break-word;
    word-break: break-word;
}

/* باقي الفقرات */
.rad3labid3a1 p {
    margin: 0 0 10px 0;
}


/* للجوال */
@media (max-width: 768px) {

    .sec2,
    .sec3 {
        margin: 25px auto;
    }
}

.taw9if {
    margin-top: 80px;

    img {
        width: 100%;
        height: auto;

    }
}

.ta9sim1 {
    width: 50%;
}

/* تنسيق عام للقسم */
.bidaa-card {
    max-width: 900px;
    margin: 90px auto;
    padding: 15px 25px;
    line-height: 2;
    color: #2a2a2a;
}

/* العنوان الرئيسي */
.bidaa-heading {
    text-align: center;
    font-size: 30px;
    color: #0d3b66;
    margin-bottom: 25px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

/* الفقرات */
.bidaa-paragraph {
    font-size: 18px;
    margin-bottom: 18px;
}

/* إبراز الكلمات المهمة */
.bidaa-card strong {
    color: #1b5e20;
    background-color: #e8f5e9;
    padding: 2px 6px;
    border-radius: 4px;
}

/* كلمات التفسير */
.bidaa-card em {
    font-style: normal;
    color: #6a1b9a;
    text-decoration: underline;
}

/* قاعدة العبادات */
.bidaa-note {
    margin: 30px 0;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    color: #b71c1c;
    background-color: #fdecea;
    border-right: 4px solid #b71c1c;
}

/* قسم الشبهة */
.bidaa-proof {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}



/* عناوين الشبهة والجواب */
.bidaa-proof-title {
    font-size: 22px;
    color: #bf360c;
    margin-bottom: 15px;
}

/* الحديث */
.bidaa-hadith {
    background-color: #f4f4f4;
    color: #1a237e;
    padding: 0px 0px;
    border-inline-start: 4px solid #1a237e;
    margin-bottom: 25px;
    font-size: 17px;

    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    overflow-wrap: anywhere;   /* أقوى كسر ممكن */
    word-break: break-word;
}




/* فقرات الجواب */
.bidaa-proof .bidaa-paragraph {
    font-size: 17px;
}

/* تنسيق عام للنص */
.bidaa-box {
    max-width: 900px;
    margin: 80px auto;
    padding: 10px 20px;
    line-height: 2;
    color: #2b2b2b;
}

/* العنوان الرئيسي */
.bidaa-title {
    color: #8b0000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

/* الفقرات */
.bidaa-text {
    font-size: 18px;
    margin-bottom: 18px;
}

/* إبراز الكلمات المهمة */
.bidaa-box strong {
    color: #004d40;
    background-color: #e6f2ef;
    padding: 2px 6px;
    border-radius: 4px;
}

/* الكلمات الممثلة للأقوال */
.bidaa-box em {
    color: #6a1b9a;
    font-style: normal;
    text-decoration: underline;
}

/* عبارة التحذير */
.bidaa-warning {
    margin: 30px 0;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    color: #b71c1c;
    background-color: #fdecea;
    border-right: 4px solid #b71c1c;
}

/* الأدلة */
.bidaa-evidence p {
    margin-bottom: 20px;
    font-size: 17px;
}

/* الآيات والأحاديث */
.bidaa-evidence span {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 10px;
    background-color: #f4f4f4;
    color: #1a237e;
    border-right: 3px solid #1a237e;
}

/* عنوان الشبهة */
.bidaa-evidence h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #bf360c;
    font-size: 22px;
}

/* قائمة التوسل */
.bidaa-evidence ul {
    margin: 15px 25px;
}


.bidaa-evidence li {
    margin-bottom: 8px;
    font-size: 17px;
    list-style: square;
}

.taimia {
    margin-right: 700px;
    margin-top: -500px;

}

.taimia img {
    width: 300px;
    height: auto;
    border-radius: 5px;
}



/* القسم الجديد للبدعة */
.bidaa-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 15px 20px;
    line-height: 1.85;
    color: #333333;
}

.bidaa-title-new {
    text-align: center;
    font-size: 30px;
    color: #0b3954;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.bidaa-text-new {
    font-size: 16.5px;
    margin-bottom: 12px;
}

.bidaa-hadith-new {
    background-color: #f5f5f8;
    color: #1c2a5a;
    padding: 12px 14px;
    border-right: 4px solid #1c2a5a;
    margin-bottom: 15px;
    font-size: 16px;
    font-style: italic;
}

.bidaa-section strong {
    color: #15616d;
    background-color: #e0f7fa;
    padding: 2px 5px;
    border-radius: 3px;
}

.bidaa-toggle-btn {
    width: 100%;
    display: block;
    /* مهم */
    text-align: right;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 600;
    color: #0b3954;
    background-color: #f0f0f0;
    border: 2px solid #0b3954;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-bottom: 12px;
    /* يمنع التداخل */
}


.bidaa-toggle-btn:hover {
    background-color: #e1f0f7;
}

.bidaa-collapsible-content {
    margin-top: 10px;
    padding: 12px 14px;
    margin-bottom: 20px;
    width: 100%;
    border-left: 4px solid #0b3954;
    background-color: #f9f9f9;
    box-sizing: border-box;
    overflow: hidden;
}

.haditayn .hdt1 {
    image-rendering: auto;
    /* الوضع الافتراضي */
    image-rendering: crisp-edges;
    /* يحافظ على حدة الحواف */
    image-rendering: pixelated;
    /* يحافظ على البكسلات واضحة عند الصور الصغيرة */
    width: 60%;
    height: 500px;
    margin-right: 200px;

}

#bidah-dhikr {
    line-height: 1.9;
    max-width: 900px;
    margin: auto;
    color: #0f172a;
    /* لون نص غامق */
}

/* العنوان */
.bidaa-title {
    color: #1e3a8a;
    /* أزرق غامق */
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 18px;
    border-bottom: 3px solid #1e3a8a;
    padding-bottom: 6px;
}

/* النص العادي */
.bidaa-text {
    font-size: 17px;
    margin: 14px 0;
    color: #020617;
}

/* تمييز أخضر */
.hl {
    color: #047857;
    font-weight: bold;
}

/* تمييز ذهبي */
.hl2 {
    color: #b45309;
    font-weight: bold;
}

/* الآية */
.bidaa-ayah {
    color: #1e40af;
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0;
}

/* مصدر الآية */
.bidaa-ayah span {
    display: block;
    color: #334155;
    font-size: 14px;
    margin-top: 4px;
}

/* الحديث */
.bidaa-hadith {
    color: #0f172a;
    font-size: 17px;
    margin: 16px 0;
    border-right: 4px solid #1e3a8a;
    padding-right: 10px;
}

/* التحذير */
.bidaa-note {
    margin-top: 20px;
    color: #7f1d1d;
    font-weight: bold;
}

/* كلمة خطر */
.danger {
    color: #b91c1c;
    font-weight: bold;
}

body {
    font-family: 'Arial', sans-serif;
    background: #f9f9f9;
    color: #222;
    padding: 20px;
    line-height: 1.8;
}

.bidaa-highlight {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ff4d4d;
}

.bidaa-highlight h2 {
    color: #ff4d4d;
    margin-bottom: 15px;
}

.bidaa-highlight h3 {
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bidaa-highlight ul {
    margin: 10px 0 15px 20px;
    padding: 0;
}

.bidaa-highlight li {
    margin-bottom: 8px;
}

.bidaa-highlight .highlight {
    color: #ff4d4d;
    font-weight: bold;
    background: rgba(255, 77, 77, 0.1);
    padding: 2px 5px;
    border-radius: 4px;
}

.bidaa-highlight .source {
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 15px;
    font-style: italic;
}

.bidaa-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 25px;
    background-color: #0f172a;
    /* كحلي غامق */
    color: #e5e7eb;
    line-height: 1.9;
    font-family: "Tahoma", sans-serif;
}

.bidaa-section h2 {
    color: #38bdf8;
    border-bottom: 2px solid #38bdf8;
    padding-bottom: 10px;
}

.bidaa-section h3 {
    color: #facc15;
    margin-top: 25px;
}

.bidaa-section hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #475569, transparent);
    margin: 25px 0;
}

.highlight {
    color: #fb7185;
    font-weight: bold;
}

.quote {
    display: block;
    color: #cbd5f5;
    border-right: 3px solid #38bdf8;
    padding-right: 10px;
    margin-top: 8px;
}

.danger {
    color: #f87171;
    font-weight: bold;
}

.bidaa-img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    margin-top: 25px;
    border: 2px solid #334155;
}

.bidaa-text-section {
  padding: 40px 20px;
  background: #f2f2f2;
}

.bidaa-content {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.bidaa-text h2 {
  color: #8b0000;
  margin-bottom: 15px;
}

.bidaa-text p {
  line-height: 1.9;
  color: #222;
  margin-bottom: 14px;
}

.bidaa-text em {
  color: #444;
}

.bidaa-image img {
  width: 300px;
  border-radius: 10px;
  filter: grayscale(30%);
}

/* ------------------------------------------ */



.bidaa-kuffar {
  background: #1e1e1e;
  padding: 25px;
  line-height: 1.9;
  color: #eaeaea;
}

.bidaa-kuffar h2 {
  color: #ff4d4d;
  margin-bottom: 15px;
}

.bidaa-kuffar h3 {
  color: #ffa500;
  margin-top: 25px;
}

.bidaa-kuffar span {
  color: #ff4d4d;
  font-weight: bold;
}

.bidaa-kuffar .dalil {
  background: rgba(255,255,255,0.05);
  padding: 12px;
  border-right: 3px solid #ff4d4d;
}

.bidaa-kuffar ul {
  margin-top: 10px;
}

.bidaa-kuffar li {
  margin-bottom: 15px;
}

.bidaa-kuffar img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  margin-top: 25px;
  filter: brightness(0.8);
}
.bidaa-asr {
  background: #1e1e1e;
  padding: 25px;
  color: #eaeaea;
  line-height: 1.9;
}

.bidaa-asr h2 {
  color: #ff5555;
  margin-bottom: 15px;
}

.bidaa-asr h3 {
  color: #ffb347;
  margin-top: 25px;
}

.bidaa-asr span {
  color: #ff5555;
  font-weight: bold;
}

.bidaa-asr .dalil {
  background: rgba(255,255,255,0.06);
  padding: 12px;
  border-right: 3px solid #ff5555;
  margin-top: 10px;
}

.bidaa-asr ul {
  margin-top: 15px;
}

.bidaa-asr li {
  margin-bottom: 15px;
}
.bidaa-img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  margin: 20px 0;
  filter: brightness(0.85);
}
.bidaa-tahlil-alt {
  background: #181818;
  padding: 28px;
  color: #ddd;
  line-height: 2;
}

.bidaa-tahlil-alt h2 {
  color: #e74c3c;
  margin-bottom: 18px;
}

.bidaa-tahlil-alt h3 {
  color: #f1c40f;
  margin-top: 28px;
}

.bidaa-tahlil-alt span {
  color: #e74c3c;
  font-weight: bold;
}

.bidaa-tahlil-alt .dalil {
  background: rgba(255,255,255,0.05);
  padding: 14px;
  margin-top: 12px;
  border-right: 2px solid #e74c3c;
}



.bidaa-quran {
  background: #1e1e1e;
  padding: 25px;
  color: #eaeaea;
  line-height: 1.9;
}

.bidaa-quran h2 {
  color: #ff4d4d;
  margin-bottom: 15px;
}

.bidaa-quran h3 {
  color: #ffa500;
  margin-top: 25px;
}

.bidaa-quran span {
  color: #ff4d4d;
  font-weight: bold;
}

.bidaa-quran .dalil {
  background: rgba(255,255,255,0.05);
  padding: 12px;
  border-right: 3px solid #ff4d4d;
  margin-top: 10px;
}

.bidaa-quran ul {
  margin-top: 10px;
}

.bidaa-quran li {
  margin-bottom: 15px;
}


.bidaa-zoor {
  background: #1e1e1e;
  padding: 25px;
  color: #eaeaea;
  line-height: 1.9;
}

.bidaa-zoor h2 {
  color: #ff4d4d;
  margin-bottom: 15px;
}

.bidaa-zoor h3 {
  color: #ffa500;
  margin-top: 25px;
}

.bidaa-zoor span {
  color: #ff4d4d;
  font-weight: bold;
}

.bidaa-zoor .dalil {
  background: rgba(255,255,255,0.05);
  padding: 12px;
  border-right: 3px solid #ff4d4d;
  margin-top: 10px;
}

.bidaa-zoor ul {
  margin-top: 10px;
}

.bidaa-zoor li {
  margin-bottom: 15px;
}
.bidaa-mushaf {
  background: #1e1e1e;
  padding: 25px;
  color: #eaeaea;
  line-height: 1.9;
}

.bidaa-mushaf h2 {
  color: #ff4d4d;
  margin-bottom: 15px;
}

.bidaa-mushaf h3 {
  color: #ffa500;
  margin-top: 25px;
}

.bidaa-mushaf span {
  color: #ff4d4d;
  font-weight: bold;
}

.bidaa-mushaf .dalil ul {
  margin-top: 10px;
  margin-left: 20px;
}

.bidaa-mushaf ul {
  margin-top: 10px;
}

.bidaa-mushaf li {
  margin-bottom: 12px;
}
/* القسم العام */
#scholars-video {
    padding: 40px 0;
    background-color: #0f0f0f;
    color: #fff;
}

/* العنوان */
.section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

/* الحاوية */
#scholars-video .container {
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

/* الشبكة */
.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* كرت الفيديو */
.video-card {
    background-color: #1a1a1a;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* هوفر */
.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}

/* الفيديو */
.video-card video {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* اسم الشيخ */
.video-card h3 {
    font-size: 18px;
    margin: 12px 12px 6px;
}

/* وصف الفيديو */
.video-card p {
    font-size: 14px;
    margin: 0 12px 14px;
    color: #cfcfcf;
}


body {
    padding: 0 !important;
}

/* تحديث يوم 21 رجب ---- تم*/

body {
    padding: 0 !important;
}

/* --------------------------- */


/* تحديث يوم 23 - 22 رجب ----- */


/* عرض السكرول بار */
::-webkit-scrollbar {
    width: 11px;
}

/* خلفية المسار */
::-webkit-scrollbar-track {
    background: linear-gradient(to bottom,
            #f5f7fa,
            #e4ecf7);
    border-radius: 20px;
}

/* المقبض (الجزء المتحرك) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,
            #39a6c4,
            #044ba1,
            #5c09b6);
    border-radius: 20px;
    border: 3px solid #e4ecf7;
    /* يعطي لفة ناعمة */
}

/* عند المرور */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom,
            #b88907,
            #ff0000);
}


.all,
.sec2,
.hadit2 {
    padding: 0px 10px;
}


#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;

    width: 45px;
    height: 45px;

    border: none;
    border-radius: 50%;

    background: linear-gradient(180deg, #0072ff, #00c6ff);
    color: #fff;
    font-size: 20px;
    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    box-shadow: 0 8px 20px rgba(0, 114, 255, 0.35);
    transition: opacity 0.3s, transform 0.3s;
    z-index: 999;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backToTop:hover {
    transform: translateY(-3px);
    background: linear-gradient(180deg, #ff6a00, #ee0979);
}


#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

/* الـ Tooltip */
#backToTop::after {
    content: "العودة للأعلى";
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%) translateX(10px);

    background: #222;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 6px;

    white-space: nowrap;
    opacity: 0;
    pointer-events: none;

    transition: opacity 0.25s, transform 0.25s;
}

/* عند الهوفر */
#backToTop:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}


.definition-section {
    max-width: 800px;
    margin: 60px 0;
    padding: 0 20px;
}

.definition-section h2 {
    color: #203a43;
    margin-bottom: 20px;
}

.definition-box {
    background: #f7f9fb;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.definition-box h3 {
    margin-bottom: 8px;
    color: #0072ff;
    font-size: 16px;
}

.definition-box p {
    margin: 0;
    color: #333;
    line-height: 1.7;
}





.definition-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ديف الصورة فقط */
.definition-image {
    flex: 0 0 280px;
    /* حجم متوسط */
}

.definition-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* النص */
.definition-text {
    flex: 1;
}


.main-section {
    padding: 40px;
    text-align: center;
}

.section-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #1c6b4f;
    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.2s ease-in;

}

.section-btn:hover {
    opacity: 0.9;
    background-color: #000000;
    color: #1c6b4f;
}



/* ------------------- */

/* تحديث يوم 27رجب -- */

.footer-main {
    background-color: #1b1b1b;
    color: #e0e0e0;
    margin-top: 60px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: right;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #ffffff;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #cfcfcf;
}

.footer-section a {
    color: #90caf9;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #333;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #9e9e9e;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #2a2a2a;
    transition: background-color 0.3s, transform 0.2s;
}

.social-icons a:hover {
    background-color: #333;
    transform: scale(1.1);
}

.social-icons svg {
    width: 20px;
    height: 20px;
    fill: #90caf9;
}

.social-icons a {
    position: relative;
    display: inline-flex;
}

.social-icons a::after {
    content: attr(data-name);
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}

.social-icons a:hover::after {
    opacity: 1;
}
.social-icons svg {
  width: 26px;
  height: 26px;
  fill: #888;
  transition: 0.25s;
}

/* Gmail */
.social-icons a[data-name="Gmail"]:hover svg {
  fill: #ea4335;
}

/* Telegram */
.social-icons a[data-name="Telegram"]:hover svg {
  fill: #229ed9;
}

/* Instagram */
.social-icons a[data-name="Instagram"]:hover svg {
  fill: #e1306c;
}

/* Discord */
.social-icons a[data-name="Discord"]:hover svg {
  fill: #5865f2;
}

/* Facebook */
.social-icons a[data-name="Facebook"]:hover svg {
  fill: #1877f2;
}



/* موبايل */
@media (max-width: 600px) {
    .footer-container {
        text-align: center;
    }
}





/* ---------- */







/* ------------------------ */


/* موبايل */
@media (max-width: 768px) {
  .bidaa-content {
    flex-direction: column;
  }

  .bidaa-image img {
    width: 100%;
  }
}


@media (max-width: 450px){
    .tawhid img{
        width: 100%;
        height: auto;
    }
    .all img{
        margin-right: 40%;
        margin-top: 0px;
        width: 100px;
        height: auto;
    }
    .rajl-t{
        margin-right: 50px;
        padding-top: 180px;
    }
    .ac{
        margin-right: 10px;

    }
    

}
@media(max-width:900px){
    .rajl-t{
        display: none;
    }
    

}
@media (max-width: 650px){
    .rajl-t{
        margin-right: 50px;
        padding-top: 180px;
    }

}

@media (max-width: 768px) {

    .nav-links {
        position: fixed;
        top: 0;
        right: -50%;
        /* مخفي */
        width: 50%;
        /* نصف الشاشة */
        height: 100vh;
        background-color: #020617;
        flex-direction: column;
        padding-top: 80px;
        gap: 20px;
        transition: right 0.35s ease;
        z-index: 999;
    }
    .nav-links.active {
        right: 0;
        /* يطلع من اليمين */
    }

    .nav-links li {
        text-align: right;
        padding-right: 20px;
    }

    .nav-links li a {
        font-size: 18px;
        color: #e5e7eb;
        border-bottom: 1px solid #1c1c25;
        padding: 12px 0;
        display: block;
    }

    .hamburger {
        display: block;
        z-index: 1000;
    }

    /* dropdown داخل الهاتف */
    .dropdown-menu {
        display: none;
        background-color: #000000;
        padding-right: 15px;

    }

    .dropdown.open .dropdown-menu {
        display: block;
    }


}
/* موبايل */
@media (max-width: 480px) {
    .video-card video {
        height: 200px;
    }
}
@media (max-width: 768px) {
    .definition-content {
        flex-direction: column-reverse;
    }

    .definition-image {
        width: 100%;
        max-width: 320px;
    }
}











