/* default login css */
*{
	font-family: Cairo, sans-serif;
}
.official-chat-section {
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
    color: #fff;
}
.features_section {
    text-align: center;
    margin: 30px auto;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    color: #fff;
    max-width: 700px;
}
    /* تحسين الخلفية والتمركز */
    .back_login {
        background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 15px; /* مساحة أمان للهواتف الصغيرة */
    }

    /* الحاوية الزجاجية المطورة */
    #login_all {
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        padding: 40px 30px;
        width: 100%;
        max-width: 450px; /* زيادة العرض قليلاً للتناسب مع اللوجو */
        text-align: center;
        box-sizing: border-box;
    }

  /* تكبير وتنسيق اللوجو */
    #login_logo {
        width: 100%;
        max-width: 220px; /* تم تكبير الحجم هنا */
        height: auto;
        margin-bottom: 25px;
        filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.2));
    }
    /* النصوص */
    .login_text { color: white; margin-bottom: 25px; }
    .text_xlarge { font-size: 1.6rem; margin-bottom: 8px; font-weight: 700; }
    .text_med { font-size: 1rem; opacity: 0.85; }

    /* الأزرار المطورة */
    .intro_login_btn {
        width: 100%;
        padding: 14px;
        margin-bottom: 12px;
        border-radius: 15px;
        border: none;
        font-size: 1.05rem;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .primary_btn { 
        background: linear-gradient(45deg, #00c6ff, #0072ff); 
        color: white;
        box-shadow: 0 4px 15px rgba(0, 198, 255, 0.3);
    }
    
    .secondary_btn { 
        background: rgba(255, 255, 255, 0.15); 
        color: white; 
        border: 1px solid rgba(255, 255, 255, 0.4); 
    }

    .intro_login_btn:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }

    /* رابط السياسة */
    .privacy_link {
        display: inline-block;
        margin-top: 20px;
        color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
        font-size: 0.95rem;
        padding: 8px 15px;
        border-radius: 10px;
        transition: 0.3s;
    }
    .privacy_link:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    /* استجابة الشاشات الصغيرة (الجوال) */
    @media (max-width: 480px) {
        #login_all { padding: 30px 20px; }
        #login_logo { max-width: 180px; }
        .text_xlarge { font-size: 1.3rem; }
    }
	.btn_custom {
    flex: 1;
    min-width: 140px;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    color: white !important;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
  /* تنسيق الأقسام بألوان مدرجة قوية وواضحة */
    .official-chat-section, .features_section, .policy_section {
        background: linear-gradient(135deg, #1a2a6c 0%, #203a43 50%, #2c5364 100%);
        border-radius: 20px;
        padding: 30px 20px;
        margin-top: 25px;
        color: #ffffff !important;
        text-align: center;
        box-shadow: 0 10px 25px rgba(0,0,0,0.3);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .official-chat-section h3, .features_section h3, .policy_section h3 {
        color: #00d2ff !important;
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

    .official-chat-section p, .features_section p, .policy_section p {
        color: #ffffff !important;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .btn_wrap {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn_custom {
        flex: 1;
        min-width: 140px;
        padding: 12px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: bold;
        color: white !important;
        border: none;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .wa_bg { background: #25D366; box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3); }
    .cp_bg { background: #4b6cb7; box-shadow: 0 4px 12px rgba(75, 108, 183, 0.3); }
    
    .btn_custom:hover { transform: translateY(-3px); filter: brightness(1.1); }

    .features_section ul, .policy_section ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
        text-align: right;
        direction: rtl;
    }

    .features_section ul li, .policy_section ul li {
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 10px;
        padding: 12px;
        border-radius: 10px;
        color: #fff !important;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .features_section a, .policy_section a {
        color: #00d2ff !important;
        text-decoration: underline;
        font-weight: bold;
    }

    @media (max-width: 480px) {
        .btn_custom { width: 100%; flex: none; }
    }
