


.hero {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    min-height: 700px;
    /*overflow: hidden;*/
    background-color: #080808;

    background-image: url("https://theendoshow.com.line4all.com/endoshow/assets/images/herobg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;



    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.01);
    z-index: 1;
}

.hero video {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;*/
    /*height: 100%;*/
    max-width: 100%;
    z-index: 2;
}

.video-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 1;
}


.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 100;
}

.gold-button2{
    background: linear-gradient(45deg, #D4AF37,#D4AF37);
    background-size: 200% auto;
    color: #1a1a1a !important;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.gold-button2:hover {
    background-position: right center;
    color: #000;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}
.gold-button2:active {
    transform: translateY(1px);
}


.gold-button3{
    background: linear-gradient(45deg, #E5E4E2, #E5E4E2);
    background-size: 200% auto;
    color: #1a1a1a !important;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.gold-button3:hover {
    background-position: right center;
    color: #000;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}
.gold-button3:active {
    transform: translateY(1px);
}



.timersec {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    background:
        /*linear-gradient(135deg, rgba(69, 38, 63, 1), rgba(69, 38, 63, 0.9)),
        url('https://theendoshow.com.line4all.com/endoshow/assets/images/section-bg-4.jpg') no-repeat fixed center center / cover;*/
            linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
            url('https://theendoshow.com.line4all.com/endoshow/assets/images/section-bg-4.jpg') no-repeat fixed center center / cover;
}

.timerbgc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    max-width: 1440px;
    z-index: -1;
    opacity: 70%;
    background-color: #d7379f;
}


.bookcontent {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

.bookcontent .t1{
    font-size: 1.1rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px;
    color: #ffffff;
}
.bookcontent .t2{
    font-size: clamp(1rem, 5vw + 0.4rem, 1.5rem);
    /*text-transform: uppercase;*/
    font-weight: bolder;
    padding: 10px;
    color: #D4AF37;
}
.bookcontent .t3{
    font-size: 1.1rem;
    font-weight: normal;
    padding: 20px;
}

/*
.bookcontent .t4 a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 35px 4px 35px;
    font-weight: normal;
    background-color: #45263f;
    color: #1a1a1a;
    text-transform: uppercase;
}
.bookcontent .t4 a:hover{
    opacity: 90%;
}
*/

.countdown-container {
    text-align: center;
    margin: 50px auto;
}

.countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.time-box {
    background: transparent;
    color: white;
    padding: 10px;
    border: solid 2px #ffffff;
    border-radius: 10px;
    width: 100px;
}

.time-box span {
    display: block;
}

.time-box span:first-child {
    font-size: 1.5em;
    font-weight: normal;
}

.label {
    font-size: 0.6em;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: normal;
}

.gold-text {
    font-size: 48px;
    font-weight: bold;
    /* تدرج لوني يحاكي انعكاس الذهب */
    background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    /* خاصية تجعل الخلفية تظهر داخل النص فقط */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* إضافة ظل خفيف لإبراز النص */
    text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.shimmer-gold {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, #bf953f 20%, #fcf6ba 40%, #fcf6ba 60%, #bf953f 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}





@media only screen and (max-width: 992px) {
    .hero {
        min-height: 600px;
    }
    .hero video {
        width: 100%;
    }

    .content{
        min-width: 100vw;
    }

    .gold-button2{
        font-size: 14px;
    }

    .gold-button3{
        font-size: 14px;
    }

    .bookcontent .shimmer-gold{
        font-size: clamp(2rem, 5vw + 0.4rem, 0.85rem);
    }


    .time-box {
        padding: 5px;
        border-radius: 5px;
        width: 70px;
    }

    .time-box span:first-child {
        font-size: 1em;
    }

    .label {
        font-size: 0.4em;
        margin-top: 3px;
    }

}






#minister {
    padding: 60px 30px 60px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background-image:
            linear-gradient(rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.8)),
            url("https://theendoshow.com.line4all.com/endoshow/assets/images/section-bg-4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;

}
#minister .aboutboxdata{
    color: #E5E4E2;
}
#minister .aboutboxtit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: bolder;
    letter-spacing: 0.2rem;
    color: #D4AF37 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#minister .aboutboxtxt{
    font-size: 1.1rem;
}
#minister .aboutboxvid{

}
#minister .aboutboxVideo{

}
#minister .aboutboximg{
    width: 100%;
    height: auto;
}
#minister .itit{
    color: #E5E4E2;
    font-weight: bold;
}





#msgbox {
    padding: 60px 30px 60px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background-image:
            linear-gradient(rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.8)),
            url("https://theendoshow.com.line4all.com/endoshow/assets/images/section-bg-4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;

}
#msgbox .aboutboxdata{
    color: #E5E4E2;
}
#msgbox .aboutboxtit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: bolder;
    letter-spacing: 0.2rem;
    color: #D4AF37 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#msgbox .aboutboxtxt{
    font-size: 1.1rem;
}
#msgbox .aboutboxvid{

}
#msgbox .aboutboxVideo{

}
#msgbox .aboutboximg{
    width: 100%;
    height: auto;
}
#msgbox .itit{
    color: #E5E4E2;
    font-weight: bold;
}




#hpresidents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 60px 30px 60px 30px;
    background-color: #020101;
    color: white;
}
#hpresidents .stit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: #301638;
}
#hpresidents .btit{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    color: #D4AF37;
}
/*
#hpresidents #expertsimgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
*/
/*
#hpresidents .imgcont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    width: 300px;
    border-radius: 6px;
    color: #301638;
    text-align: center;
}
*/

#hpresidents .drname{
    color: #E5E4E2 !important;
}

#hpresidents .drtit{
    color: #D4AF37 !important;
    padding-top: 10px;
}






#getticket {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 60px 30px 60px 30px;
    background-color: #020101;
    color: white;
}
#getticket .stit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: #301638;
}
#getticket .btit{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    color: #D4AF37;
}
/*
#getticket #expertsimgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
*/
/*
#getticket .imgcont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    width: 300px;
    border-radius: 6px;
    color: #301638;
    text-align: center;
}
*/

#getticket .drname{
    color: #E5E4E2 !important;
}

#getticket .drtit{
    color: #D4AF37 !important;
    padding-top: 10px;
}


.prodbox{
    max-width: 400px;
    min-height: 400px;
    margin: 0 auto;
    background-image: url('https://theendoshow.com.line4all.com/endoshow/assets/images/xbg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.prodimg{
    width: 250px;
    height: 200px;
    margin: 0 auto;
}
.prodtit{
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: darkred;
    max-width: 400px;margin: 0 auto;
}




#location{
    /*background-color: #080808;*/
    background-image:
            linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)),
            url("https://theendoshow.com.line4all.com/endoshow/assets/images/location/3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
}

/* ستايل عام للسيكشن */
.image-slider-section {
    position: relative;
    width: 100%;
    max-width: 1200px; /* حد أقصى للديسك توب */
    margin: 0 auto; /* مركز في الصفحة */
    overflow: hidden; /* يخفي الصور الإضافية */
}

/* الكونتينر الرئيسي */
.slider-container {
    position: relative;
    height: 400px; /* ارتفاع افتراضي – غيره حسب احتياجك */
}

/* الصور */
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out; /* تأثير slide خفيف */
    text-align: center;
}

.xslide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   /* ← السر هنا */

    max-width: 100%;     /* ما يتعدّاش عرض الـ container */
    max-height: 100%;    /* ما يتعدّاش ارتفاع الـ container */

    width: auto;         /* يحافظ على النسبة */
    height: auto;

    object-fit: cover; /* أو cover حسب رغبتك */

    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.xslide.active {
    opacity: 1; /* الصورة النشطة تظهر */
    /*position: relative;*/
}

/* أسهم التنقل */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5); /* خلفية شفافة */
    color: white;
    border: none;
    padding: 15px;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10; /* فوق الصور */
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8); /* hover effect */
}

/* Responsive Design */
@media (max-width: 768px) { /* للموبايل */
    .slider-container {
        height: 250px; /* ارتفاع أصغر */
    }

    .prev, .next {
        padding: 10px;
        font-size: 20px;
        top: 50%; /* يتوسط أكتر */
    }
    .xslide {
        /*height: 250px;*/
    }
}

@media (min-width: 769px) { /* للديسك توب */
    .slider-container {
        height: 500px; /* أكبر */
    }
    .xslide {
        /*height: 500px;*/
    }
}

.hotellogo{
    padding: 20px;
    text-align: center;
}
.hotellogo img{
    width: 60%;
    height: auto;
}

.sectit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: bolder;
    letter-spacing: 0.2rem;
    color: #D4AF37 !important;
    text-transform: uppercase;
    margin: 50px 30px 10px 30px;
    text-align: center;
}



#keynote_speakers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 60px 30px 60px 30px;
    background-color: #020101;
    color: white;
}
#keynote_speakers .stit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: #301638;
}
#keynote_speakers .btit{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    color: #D4AF37;
}
/*
#keynote_speakers #expertsimgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
*/
/*
#keynote_speakers .imgcont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    width: 300px;
    border-radius: 6px;
    color: #301638;
    text-align: center;
}
*/

#keynote_speakers .drname{
    color: #E5E4E2 !important;
}

#keynote_speakers .drtit{
    color: #D4AF37 !important;
    padding-top: 10px;
}






#experts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 60px 30px 60px 30px;
    background-color: #020101;
    color: white;
}
#experts .stit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: #301638;
}
#experts .btit{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    color: #D4AF37;
}
/*
#experts #expertsimgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
*/
/*
#experts .imgcont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    width: 300px;
    border-radius: 6px;
    color: #301638;
    text-align: center;
}
*/

#experts .drname{
    color: #E5E4E2 !important;
}

#experts .drtit{
    color: #D4AF37 !important;
    padding-top: 10px;
}






#workshops {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 60px 30px 60px 30px;
    background-color: #020101;
    color: white;
}
#workshops .stit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: #301638;
}
#workshops .btit{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    color: #D4AF37;
}
/*
#workshops #expertsimgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
*/
/*
#workshops .imgcont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    width: 300px;
    border-radius: 6px;
    color: #301638;
    text-align: center;
}
*/

#workshops .drname{
    color: #E5E4E2 !important;
}

#workshops .drtit{
    color: #D4AF37 !important;
    padding-top: 10px;
}






#schedule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 60px 30px 60px 30px;
    background-color: #020101;
    color: white;
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.4),rgba(0,0,0,0.4), rgba(0,0,0,0.9)), url('https://theendoshow.com.line4all.com/endoshow/assets/images/ttbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#schedule .stit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: #301638;
}
#schedule .btit{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    color: #D4AF37;
}


/*
#schedule #expertsimgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
*/
/*
#schedule .imgcont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    width: 300px;
    border-radius: 6px;
    color: #301638;
    text-align: center;
}
*/

#schedule .drname{
    color: #E5E4E2 !important;
}

#schedule .drtit{
    color: #D4AF37 !important;
    padding-top: 10px;
}


#schedule .gold-button2{
    background: linear-gradient(45deg, #D4AF37,#D4AF37);
    background-size: 200% auto;
    color: #1a1a1a !important;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
#schedule .gold-button2:hover {
    background-position: right center;
    color: #000;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}
#schedule .gold-button2:active {
    transform: translateY(1px);
}






#sponsers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 60px 0px 60px 0px;
    /*background-color: #e5e4e2;*/
    background-color: #E0E0E0;
    color: #080808;
}
#sponsers .stit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: black;
}
#sponsers .btit{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    color: #696767;
}
#sponsers .sponslogos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
#sponsers .imgcont{
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: white;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    border: solid 1px #080808;
    overflow: hidden;
}
#sponsers .sponsjoin a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 35px 4px 35px;
    font-weight: normal;
    background-color: #080808;
    color: #ffffff;
    text-transform: uppercase;
}
#sponsers .sponsjoin a:hover{
    opacity: 80%;
}






#exhibitors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 60px 0px 60px 0px;
    /*background-color: #e5e4e2;*/
    background-color: #F5F5F5;
    color: #080808;
}
#exhibitors .stit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: black;
}
#exhibitors .btit{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    color: #696767;
}
#exhibitors .sponslogos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
#exhibitors .imgcont{
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: white;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    border: solid 1px #080808;
    overflow: hidden;
}
#exhibitors .sponsjoin a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 35px 4px 35px;
    font-weight: normal;
    background-color: #080808;
    color: #ffffff;
    text-transform: uppercase;
}
#exhibitors .sponsjoin a:hover{
    opacity: 80%;
}







#numbers {
    text-align: center;
    width: 100%;
    /*background-color: #080808;*/
    color: #E0E0E0;
    padding: 1px 20px 60px 20px;
    background: radial-gradient(ellipse at center, #172554 0%, #080808 80%);
}

#numbers .sectit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: bolder;
    letter-spacing: 0.2rem;
    color: #D4AF37;
    text-transform: uppercase;
    padding: 50px;
}
#numbers .seccont{
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#numbers .numbox{
    border: solid 2px #D4AF37;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 150px;
    margin: 10px;
}
#numbers .numboxnum{
    padding: 10px;
}
#numbers .numboxtit{
    padding: 0px 10px 10px 10px;
}





.neon-glow {
    background: #0f172a;
    color: #e0f2fe;
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 16px;

    box-shadow:
            inset 0 0 15px rgba(59, 130, 246, 0.2),
            0 0 20px  rgba(59, 130, 246, 0.5),
            0 0 40px  rgba(59, 130, 246, 0.4),
            0 0 80px  rgba(59, 130, 246, 0.25),
            0 0 160px rgba(59, 130, 246, 0.1);

    transition: all 0.35s ease;
}

.neon-glow:hover {
    box-shadow:
            inset 0 0 25px rgba(59, 130, 246, 0.35),
            0 0 30px  rgba(59, 130, 246, 0.8),
            0 0 60px  rgba(59, 130, 246, 0.6),
            0 0 120px rgba(59, 130, 246, 0.4),
            0 0 200px rgba(59, 130, 246, 0.2);
}







.glow-blue {
    background: #0a0f1c;           /* خلفية غامقة عشان يبان الإضاءة */
    border-radius: 12px;
    padding: 2rem;

    /* الإضاءة الزرقاء الشفافة */
    box-shadow:
            0 0 10px  rgba(59, 130, 246, 0.4),     /* داخلي خفيف */
            0 0 25px  rgba(59, 130, 246, 0.3),     /* متوسط */
            0 0 50px  rgba(59, 130, 246, 0.25),    /* خارجي أوسع */
            0 0 100px rgba(59, 130, 246, 0.15);    /* هالة بعيدة */

    transition: box-shadow 0.4s ease;
}

.glow-blue:hover,
.glow-blue:focus {
    box-shadow:
            0 0 15px  rgba(59, 130, 246, 0.6),
            0 0 35px  rgba(59, 130, 246, 0.5),
            0 0 70px  rgba(59, 130, 246, 0.4),
            0 0 140px rgba(59, 130, 246, 0.25);
}






#partners {
    text-align: center;
    width: 100%;
    background-color: #080808;
    color: #E0E0E0;
    padding: 1px 0px 60px 0px;
}

#partners .sectit{
    font-size: clamp(1.6rem, 5vw + 0.4rem, 2.0rem);
    font-weight: bolder;
    letter-spacing: 0.2rem;
    color: #D4AF37;
    text-transform: uppercase;
    padding: 50px 30px 10px 30px;
}
#partners .seccont{
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


#partners .partnerslogos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px;
}
#partners .imgcont{
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: white;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    border: solid 3px #D4AF37;
    overflow: hidden;
}








.golden-underline-spotlight {
    position: relative;
    display: inline-block;           /* أو block حسب احتياجك */
    padding-bottom: 6px;             /* مسافة تحت النص عشان الخط السفلي */
    color: #e0e0e0;                  /* لون النص – اختياري */
}

/* الخط الذهبي السفلي */
.golden-underline-spotlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.5px;                   /* سمك الخط */
    background: linear-gradient(90deg,
    transparent 0%,
    #d4af37 20%,
    #f1c40f 50%,
    #d4af37 80%,
    transparent 100%
    );
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.55);   /* إضاءة ذهبية خفيفة */
}

/* بقعة الضوء الزرقاء البيضاوية في المنتصف */
.golden-underline-spotlight::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(
            ellipse at 50% 50%,
            rgba(59, 130, 246, 0.18) 0%,     /* أزرق فاتح شفاف */
            rgba(59, 130, 246, 0.08) 40%,
            transparent 70%
    );
    opacity: 0.9;
    border-radius: 50%;                 /* شكل بيضاوي/دائري */
    mix-blend-mode: screen;             /* يعطي إحساس إضاءة حقيقي */
    transition: opacity 0.4s ease;
}

/* تأثير hover اختياري (يزيد الإضاءة) */
.golden-underline-spotlight:hover::before {
    opacity: 1;
    background: radial-gradient(
            ellipse at 50% 50%,
            rgba(59, 130, 246, 0.28) 0%,
            rgba(59, 130, 246, 0.14) 35%,
            transparent 65%
    );
}

.golden-underline-spotlight:hover::after {
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.75);
}















