    /* Gold Sponsor Banner */
 .sponsor-banner-modern {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
 
}
.hr-material-gray {
    border: none;
    border-top: 1px solid #EEEEEE; /* Gray 100 - ultra light */
    margin: 16px 0;
}
.sponsor-banner-modern .gold-label {
    background: linear-gradient(to right, #ffcc70, #ff9900);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-left: 8px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sponsor-banner-modern.silver {
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #555; /* داكن بسيط */
    position: relative;
    z-index: 2;
    
}

.silver-label {
    background: linear-gradient(to right, #dcdcdc, #c0c0c0); /* فضي لامع */
    color: #333;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-left: 6px;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

    .sponsor-slider-container {
    max-width: 80%; 
    margin: 20px auto;
    padding: 0 15px; 
    text-align: center;
}

    /* Slider Container */
  .slider {
    position: relative;
    overflow: hidden;
  
    display: inline-block;
    width: 100%;
}

    /* Slides Wrapper */
   .slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

    /* Individual Slide */
 .slide {
    flex-shrink: 0;
    width: 100%;
    text-align: center;
}

.slide img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 0;
}


.bronze-sponser .slide img {
    width: 100%;
    margin:0 auto;
}

    /* Slider Navigation Buttons */
    .slider-buttons {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .slider-buttons button {
        background: rgba(255, 215, 0, 0.85);
        border: none;
        padding: 10px 15px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 5px;
        transition: background 0.3s ease;
        pointer-events: auto;
    }

    .sponsor-banner-modern.bronze {
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #5c4033; /* بني-نحاسي */
    position: relative;
    z-index: 2;
}

.bronze-label {
    background: linear-gradient(to right, #cd7f32, #b87333); /* تدرج نحاسي */
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-left: 6px;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

    .slider-buttons button:hover {
        background: gold;
    }

    /* Responsive Styling */
    @media (max-width: 768px) {
        .sponsor-banner span {
            font-size: 16px;
            padding: 6px 16px;
        }

        .slider-buttons button {
            font-size: 16px;
            padding: 8px 12px;
        }

        .slide img {
            max-height: 300px;
        }
    }

   @media (min-width: 1200px) {
    .container {
        width: 80% !important;
    }
}

.event-title{
    color: #E79800;
    font-weight: bold;
}

.badge {
    display: inline-block;
    background-color: #f1f1f1;
    color: #333;
    padding: 6px 14px 6px 12px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.badge-icon {
    margin-right: 8px;
    color: #E79800; /* برتقالي ماتيريال */
}
.judges-section{
    margin-top: 20px;
}
.judges-list {
    margin-top: 5px;
}

.judge-item {
    padding: 6px 12px;
    background-color: #f9f9f9;
    margin-bottom: 8px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.judge-letter {
    background-color: #FF9800;
    color: white;
    font-weight: bold;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    flex-shrink: 0;
}

.flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

