/* إعداد الخلفية السوداء */
body {

  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

/* شريط التنقل */
.navbar {
  position: sticky; /* يجعل العنصر ثابتًا */
  top: 0; /* يثبته عند أعلى الصفحة */
  z-index: 1000; /* تأكد من أنه فوق جميع العناصر */
  background-color: #000000; /* خلفية الشريط */
  color: #fff;
  padding: .375rem 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 0px rgb(255 255 255 / 44%); /* ظل خفيف */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: white;
}

.navbar.sticky {
  background-color: #222; /* تغيير لون الخلفية عند الالتصاق (اختياري) */
}

.hero {
  text-align: center;
  padding: 2rem 1rem;
}

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.search-form input {
  width: 60%;
  padding: 0.8rem;
  border-radius: 20px;
  border: 1px solid #ccc;
  outline: none;
  transition: border-color 0.3s ease-in-out;
}

.search-form input:focus {
  border-color: #ff4081;
}

.search-form button {
  padding: 0.8rem;
  background-color: #ff4081;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

.search-form button:hover {
  background-color: #ff2050;
}
.bg-body-light {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--bg-body-light) / var(--tw-bg-opacity));
}
.border-body-lighter {
    --tw-border-opacity: 1;
    border-color: hsl(var(--bg-body-lighter) / var(--tw-border-opacity));
}

/* قسم التصنيفات */
.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #000000;
}
.category {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  width: 80px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.category i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.category p {
  font-size: 0.9rem;
  margin: 0;
}

.category:hover {
  color: #ff4081;
  transform: scale(1.1);
}

/* قسم الصور المتحركة */
.carousel {
  width: 100%;
  max-width: 1900px;
  margin: 2rem auto;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 300px;
  color: #ff2050;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* قسم تابعونا */
.follow-us {
  padding: 2rem;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.follow-us h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.social-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.social-card {
  background-color: #222;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  width: 250px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.social-card i {
  font-size: 2.5rem;
  color: #ff4081;
  margin-bottom: 0.5rem;
}

.social-card p {
  font-size: 1rem;
  margin: 0.5rem 0;
  color: #ddd;
}

.social-card button {
  padding: 0.5rem 1rem;
  background-color: #ff4081;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

.social-card button:hover {
  background-color: #ff2050;
}

[type=checkbox],[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

[type=checkbox] {
    border-radius: 0
}


.footer {
  text-align: center;
  padding: 1rem;
  background-color: #333;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}
/* النقاط العامة */
.swiper-pagination-bullet {
    width: 12px; /* عرض النقطة */
    height: 12px; /* ارتفاع النقطة */
    margin: 0 5px; /* المسافة بين النقاط */
    background-color: #ccc; /* لون النقاط */
    border-radius: 50%; /* اجعلها دائرية */
    opacity: 0.6; /* شفافية النقاط */
    transition: background-color 0.3s, transform 0.3s; /* تأثير الانتقال */
  }

  /* النقطة النشطة */
  .swiper-pagination-bullet-active {
    background-color: #ff4081; /* لون النقطة النشطة */
    opacity: 1; /* اجعل النقطة النشطة غير شفافة */
    transform: scale(1.2); /* تكبير النقطة النشطة */
  }
 /* قسم الفعاليات */
 .events-section {
  background-color: #000;
  color: #fff;

}

.events-section h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 10rem;
}

/* تصميم الغلاف مع الأزرار */
.events-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px; /* لتوفير مساحة للأزرار */

}

.events-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto; /* تمكين التمرير الأفقي */
  scroll-behavior: smooth; /* تمرير سلس */
  padding: 1rem 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
  margin-right: 20px;
}

.events-container::-webkit-scrollbar {
  display: none; /* Chrome و Safari */
}

.scroll-buttons {
  position: absolute;
  top: 10px; /* وضع الأزرار فوق الحاوية */
  left: 10px; /* وضع الأزرار على اليسار */
  display: flex;
  gap: 10px; /* مسافة بين الأزرار */
  z-index: 10;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: inherit; /* تغيير المسافة من الأسفل */
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    z-index: 0;
}
.scroll-button {
  background-color: #000; /* خلفية داكنة */
  color: #fff;
  border: 2px solid #fff; /* حواف بيضاء */
  border-radius: 8px; /* مربعات بحواف دائرية خفيفة */
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.scroll-button:hover {
  background-color: rgba(255, 64, 129, 0.8); /* تغيير اللون عند التمرير */
  border-color: rgba(255, 255, 255, 0.8); /* حواف شبه شفافة عند التمرير */
}

.event-card {
  position: relative;
  flex: 0 0 auto;
  width: 250px;
  background-color: #222;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}

.event-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.event-details {
  padding: 1rem;
  text-align: right;
  width: max-content;
  margin-top: 30px;
}

.event-date {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.event-details h3 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.event-details p {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.event-button {

  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #ff4081;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
}

.event-button:hover {
  background-color: #ff2050;
}

.swiper-button-prev,
.swiper-button-next {
  display: none; /* إخفاء كلا الزرين */
}
/* قسم احدث المباريات */
.matches-section {
  padding-top: 2rem;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.matches-section h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 5rem;
}

/* تصميم الغلاف مع الأزرار */
.matches-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px; /* لتوفير مساحة للأزرار */

}

.matches-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto; /* تمكين التمرير الأفقي */
  scroll-behavior: smooth; /* تمرير سلس */
  padding: 1rem 0;

  /* إخفاء شريط التمرير */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
}

.matches-container::-webkit-scrollbar {
  display: none; /* Chrome و Safari */
}

.scroll-buttons {
  position: absolute;
  top: 10px; /* وضع الأزرار فوق الحاوية */
  left: 10px; /* وضع الأزرار على اليسار */
  display: flex;
  gap: 10px; /* مسافة بين الأزرار */
  z-index: 10;
}

.scroll-button {
  background-color: #000; /* خلفية داكنة */
  color: #fff;
  border: 2px solid #fff; /* حواف بيضاء */
  border-radius: 8px; /* مربعات بحواف دائرية خفيفة */
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.scroll-button:hover {
  background-color: rgba(255, 64, 129, 0.8); /* تغيير اللون عند التمرير */
  border-color: rgba(255, 255, 255, 0.8); /* حواف شبه شفافة عند التمرير */
}

.match-card {
  flex: 0 0 auto;
  width: 250px;
  background-color: #222;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.match-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}

.match-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.match-details {
  padding: 1rem;
  text-align: left;
}

.match-date {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.match-details h3 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.match-details p {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.match-button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #ff4081;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
}

.match-button:hover {
  background-color: #ff2050;
}
.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #000;
    border-radius: 8px;
}
.banner {
    position: relative;
    text-align: center;
    color: #fff;
}
.banner img {
    width: 100%;
    border-radius: 8px;
}
.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner .overlay h1 {
    font-size: 2.5em;
    margin: 10px 0;
}
.banner .overlay p {
    font-size: 1.2em;
    margin: 10px 0;
}
.details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.details .box {
    background-color: #000;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgb(255 255 255);
    margin-top: 0px;
}
.details .box h2 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.details .box p {
    line-height: 1.6;
    font-size: 1em;
}
.details .box .icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.details .box .icon img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.details .box.merged {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.details .box.merged .section {
    flex: 1;
    margin-right: 20px;
}
.details .box.merged .section:last-child {
    margin-right: 0;
}
.icon {
    display: flex;
    align-items: center; /* محاذاة العناصر بشكل عمودي */
    gap: 8px; /* مسافة بين الأيقونة والنص */
}

.icon i {
    font-size: 20px;
    color: #e91e63;
}

.icon h2 {
    font-size: 1.2em;
    margin: 0;
}
.info-container {
    display: flex; /* توزيع العناصر في صف */
    justify-content: space-between; /* توزيع العناصر عبر السطر */
    gap: 20px; /* المسافة بين العناصر */
}

.info-item {
    display: flex; /* جعل الأيقونة والنص في صف واحد */
    align-items: center; /* محاذاة العناصر عموديًا في المنتصف */
    gap: 10px; /* المسافة بين الأيقونة والنص */
    flex-wrap: wrap;
}

.info-item i {
    font-size: 24px; /* حجم الأيقونة */
    color: #e91e63; /* اللون الأحمر للأيقونة */
}

.info-item h2 {
    font-size: 1.2em;
    margin: 0;
}

.info-item p {
    margin: 0;
    font-size: 1em;
    color: #ddd;
}

.btndet,.btn {
    background-color:#e91e63 ;
   display: block;
    color: #421e1e;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
}
.btn:hover {
    background-color: #c2185b;
}
/* الفوتر المخصص للهاتف (ثابت في الأسفل) */
footer.mobile-footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    width: 100%;
    /* padding: 10px; */
    font-size: 1.1em;
    border-radius: 23px;
    /* margin-right: 49px; */
}
/* زر الحجز في الهاتف */
footer.mobile-footer .btn {
    background-color: #b6b6b6;
    color: white;
    padding: 10px;
    font-size: 1.5em;
    border-radius: 5px;
    text-decoration: none;
    display: block;
}

/* تغيير لون الزر عند التمرير */

/*booking dt*/

.back-btn {
    background-color: #444;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
  }

  .back-btn:hover {
    background-color: #555;
  }

  .timer {
    color: #ff3333;
  }

  .main-layout {
    flex: 1; /* يجعل المحتوى الرئيسي يأخذ المساحة المتبقية ويدفع الفوتر لأسفل */
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  .left-panel {
    width: 60%;
    background-color: #00000000; /* خلفية القسم الأيسر */
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(255, 255, 255, 0.1);
  }

  .right-panel {
    width: fit-content;
    height: fit-content;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(255, 255, 255, 0.1);
    margin-top: inherit;
  }

  .event-image {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 2px solid #444; /* حواف الصورة */
    background-color: #000; /* خلفية الصورة باللون الأسود */
  }

  .event-info h1 {
    font-size: 18px;
    margin: 0;
  }
  .right-panel .event-info {
    display: flex;
    align-items: center;  /* لضبط المحاذاة الرأسية */
    flex-direction: column;
    align-items: center;
  }

  .event-info .event-image {
    width: 63%;  /* يمكنك تعديل حجم الصورة حسب الحاجة */
    height: auto;   /* للحفاظ على تناسب الصورة */
    margin-left: 20px; /* مسافة بين الصورة والنص */
  }

  .event-info .event-details {
    text-align: right; /* محاذاة النص لليمين */
    margin-left: 20px; /* مسافة بين النص والصورة */
  }

  .event-info .event-title {
    font-weight: bold; /* لجعل النص غامق */
    font-size: 17px;  /* يمكنك تعديل حجم الخط حسب الحاجة */
    margin-bottom: 10px; /* مسافة بين العنوان وبقية النص */
  }

  .order-summary {
    margin-top: 20px;
    padding: 15px;
    background-color: #222; /* خلفية ملخص الطلب */
    border: 1px solid #444;
    border-radius: 10px;
  }

  .order-summary h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
  }

  .order-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    color: #aaa;
  }

  .order-summary li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .order-summary .total {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #fff;
  }

  /* زر إتمام الدفع ثابت في أسفل يسار الصفحة */



  .ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #333;
  }

  .ticket-info {
    flex: 1;
    color: #fff;
  }

  .ticket-controls {
    display: flex;
    align-items: center;
  }

  .btn {
    background-color: #444;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 5px;
  }

  .btn:hover {
    background-color: #555;
  }

  .placeholder {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #fff;
  }

  .placeholder img {
    max-width: 100px;
    margin-bottom: 10px;
  }

  .order-summary {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 8px;
  }

  .hidden {
    display: none;
  }



  /* شريط Footer */
  .footer-bar {
    position: fixed;
    bottom: 0;
    left: 37px;
    width: 100%;
    border-top: #fff;
    border-radius: 8px;
    background-color: #00000093; /* اللون الأزرق */
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    color: white;
    z-index: 1000;
  }

  .ticket-summary {
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
    gap: 10px;
    margin-right: 20px;

  }

  .ticket-summary span {
    font-size: 14px;
    font-weight: bold;
  }
  /* زر الدفع كـ Navbar */
  .pay-btn {
          /*   background-color: #b6b6b6;*/
        background-color: #e91e63;
        color: white;
        font-size: 1.1em;
        border-radius: 23px;
        text-decoration: none;
        display: block;
        padding: 1%;
  }
  .pay-btn:disabled {
    background-color: #333;
    color: #aaa;
    cursor: not-allowed;
    opacity: 0.6;
  }
  .toggle-details {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
  }

  .order-details {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    padding: 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .order-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .order-pricing {
    border-top: 1px solid gray;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 10px;
    margin-top: -111px;
    background-color: black;
  }

  .pricing-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }


  .total {
    font-weight: bold;
    font-size: 16px;
  }
  .pricing-row.total {
    position: relative; /* لجعل العنصر يحتوي على الخط */
    padding-top: 10px;  /* إضافة بعض المسافة فوق النص */
  }

  .pricing-row.total::before {
    content: '';  /* إضافة محتوى فارغ */
    position: absolute; /* تحديد موضع الخط */
    top: 0; /* وضع الخط في أعلى العنصر */
    left: 0;
    width: 100%;  /* جعل الخط يغطي كامل العرض */
    border-top: 2px solid #fff; /* تحديد الخط بلون أبيض وسمكه 2px */
  }
  .payment-section {
    max-width: 600px;
    margin: auto ;
    padding: 20px;
    background-color: #121212;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 50px; /* المسافة المطلوبة بين الفوتر والقسم */

  }

  .payment-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
  }

  .payment-section p {
    font-size: 16px;
    color: #ccc;
  }

   .payment-method {
    border: 2px solid #e91e63;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    background-color: #1c1c1c;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    flex-direction: column;
  }

  .payment-method input[type="radio"] {
    position: absolute;
    right: 15px;
    top: 20%;
    transform: translateY(-50%);
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e91e63;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }

  .payment-method input[type="radio"]:checked {
    background-color: #e91e63;
  }

  .payment-method label {
    margin-right: 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }

  .payment-icons {
    display: flex;
    gap: 179px;
    margin-top: 10px;
  }


  .discount-code {
    margin-top: 10px;
  }

  .discount-code label {
    color: #ccc;
    font-size: 14px;
  }

  .discount-code input {
    width: 94.2%;
    height: 15px;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    background-color: #1c1c1c;
    color: #fff;
    border: 2px solid #e91e63;
  }

  .discount-code input::placeholder {
    color: #666;
  }

  .important-info {
    font-size: 12px;
    margin-top: 20px;
    color: #aaa;
  }
/* style.css أو ضمن ملف Tailwind مخصص */
.card-social {
    @apply relative rounded-2xl overflow-hidden bg-white shadow-md p-4 h-full;
  }

  .card-button {
    @apply relative z-10 inline-block w-full text-center transition px-4 py-2 rounded-lg font-semibold;
  }

  .card-image-bg {
    @apply absolute inset-0 w-full h-full object-cover opacity-10;
  }
  .important-info a {
    color: #e91e63;
    text-decoration: none;
  }
/* CSS مخصص لإخفاء شريط التمرير */
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
.scrollbar-none {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;    /* Firefox */
}
  .checkbox-group {
    margin-top: 20px;
  }

  .checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .checkbox-group input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e91e63;
    border-radius: 4px;
    background-color: #1c1c1c;
    cursor: pointer;
    padding: 8p;
  }

  .checkbox-group input[type="checkbox"]:checked {
    background-color: #e91e63;
    border-color: #e91e63;
  }

  [type=checkbox]:focus,[type=radio]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}

[type=checkbox]:checked,[type=radio]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    [type=checkbox]:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

@media (forced-colors: active) {
    [type=radio]:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus {
    border-color: transparent;
    background-color: currentColor
}

[type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

@media (forced-colors: active) {
    [type=checkbox]:indeterminate {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor
}
/* تنسيق الحقول */
#customer-form label {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: bold;
  }

  #customer-form input,
  #customer-form select {
    width: -webkit-fill-available;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    color: #000;
  }


  /* تنسيق الـ Checkbox */
  #customer-form input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
  }

  /* حاوية التذاكر الفردية */
  .ticket-person-info {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgb(255 255 255 / 77%);
  }

  /* زر الإرسال */
  #customer-form button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    color: #fff;
    background: #e91e63;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  #customer-form button:hover {
    background: #0056b3;
  }
  .back-button {
    position: fixed;
    top: 82px;
    left: 310px;
    background-color: #ddd;
    color: black;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    z-index: 99999;
}
#single-person-info{
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgb(255 255 255 / 77%);
}
.back-button:hover {
    background-color: #bbb;
}
  /* Media Queries for mobile responsiveness */
  @media (max-width: 768px) {
    .payment-section {
      max-width: 100%;
      padding: 15px;
    }

    .payment-section h2 {
      font-size: 20px;
    }

    .payment-method label {
      font-size: 14px;
    }

    .payment-method {
      flex-direction: column;
      padding: 10px;
      margin-top: 10px;
    }

    .payment-icons  {
      gap: 10px;

    }

    .discount-code input {
      padding: 8px;
    }

    .checkbox-group label {
      font-size: 12px;
    }

    .important-info {
      font-size: 10px;
    }

  }


.event-image {
    position: relative;
    width: 100%;
}

.event-image img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

/* تصميم ختم EXPIRED */
.expired-label {
    position: absolute;
    top: 63%;
    left: 52%;
    transform: translate(-51%, -50%) rotate(-30deg);
    font-size: 3rem;
    font-weight: bold;
    color: red;
    opacity: 0.8;
    text-transform: uppercase;
    background: rgb(255 255 255 / 60%);
    padding: 10px 20px;
    border-radius: 5px;
}


  /* تصميم زر انتهت الفعالية */
  .expired-button {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
  }
  .text-danger {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}
/* تنسيق البطاقة */
.card.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* تنسيقات الأيقونات */
.fas {
    margin-left: 5px;
}

/* تحسين تجربة المستخدم على الجوال */
@media (max-width: 768px) {
    .col-md-4 {
        margin-top: 1.5rem;
    }
}
