@font-face{
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Regular.eot);
  src: url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Regular.woff) format('woff'),
       url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face{
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Bold.eot);
  src: url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Bold.woff2) format('woff2'),
       url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Bold.woff) format('woff'),
       url(/shop11/themes/gpsarab/css/google-fonts/DroidKufi-Bold.ttf) format('truetype');
}

/* تنسيقات عامة للموقع */
body {
    background: #f0f2f5;
    /*font-family: 'Tahoma', 'Arial', sans-serif;  متوافق مع اللغة العربية */
    font-family: 'Droid Arabic Kufi' !important;
    direction: rtl;
}

/* تحسين شكل البطاقات */
.card {
    border: none;
    border-radius: 16px; /* متوافق مع تصميمك الأصلي */
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

/* تنسيق خيارات الإجابة */
.list-group-item {
    border: 2px solid #e2e2e2 !important;
    margin-bottom: 10px;
    border-radius: 12px !important;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 15px;
}

.list-group-item:hover {
    background-color: #f1f7ff;
    border-color: #0d6efd !important;
}

/* تمييز الخيار الذي تم تحديده */
input[type="radio"]:checked + label {
    color: #0d6efd;
    font-weight: bold;
}

/* تنسيق العداد الزمني */
#timer {
    font-family: 'monospace';
    font-weight: bold;
    min-width: 80px;
    text-align: center;
}

/* تحسين عرض الصور */
.q-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1200px) {
.container h1 {
    font-size: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 576px) {
    .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-brand {
        margin-right: 0;
        margin-left: 5px;
    }
}
.form-check-input {
  width: 1.1em !important;
  height: 1.1em !important;
}

.bg-primary {
  background-color: #0274be !important;
}


.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  color: rgba(255,255,255,.5) !important;
  content: "\f104";
  font-family: "FontAwesome";
}

.cardhome1 {
  background: linear-gradient(180deg, #6c5ce73d 0%, rgba(255, 255, 255, 0.10) 100%) !important;
}
.cardhome2 {
  background: linear-gradient(180deg, #DCFCE7 0%, rgba(220, 252, 231, 0.00) 100%) !important;
}
.cardhome3 {
  background: linear-gradient(180deg, rgba(255, 105, 122, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%) !important;
}
.cardhome4 {
  background: linear-gradient(180deg, #e30f183d 0%, rgba(213, 234, 255, 0.00) 100%) !important;
}
.cardhome5 {
  background: linear-gradient(180deg, #D5EAFF 0%, rgba(213, 234, 255, 0.00) 100%) !important;
}
.cardhome6 {
  background: linear-gradient(180deg, #DBDCDC 0%, rgba(213, 234, 255, 0.00) 100%) !important;
}
.cardhome7 {
  background: linear-gradient(180deg, rgba(255, 193, 7, 0.31) 0%, rgba(255, 255, 255, 0.12) 100%) !important;
}
.cardhome8 {
  background: linear-gradient(180deg, rgb(33, 37, 41) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.cardhome1, .cardhome2, .cardhome3, .cardhome4, .cardhome5, .cardhome6, .cardhome7, .cardhome8 {
border-radius: var(--Spacing-ml, 25px) !important;;
  opacity: var(--sds-size-stroke-border);
}
