


    :root {
        --typo-primary-font-family: Montserrat;
        --typo-primary-font-weight: 500;
        --typo-secondary-font-family: Montserrat;
        --typo-secondary-font-weight: 500;
        --typo-text-font-family: Montserrat;
        --typo-text-font-weight: 500;
        --typo-accent-font-family: Montserrat;
        --typo-accent-font-weight: 500;

        --bs-primary: #000000;
        --bs-primary-rgb: 0,0,0;
        --bs-secondary: #7B5F43;
        --bs-secondary-rgb: 123,95,67;
        --bs-success: #705539;
        --bs-success-rgb: 112,85,57;
        --bs-info: #555555;
        --bs-info-rgb: 85,85,85;
        --bs-warning: #ffc107;
        --bs-warning-rgb: 295,193,7;
        --bs-danger: #dc3545;
        --bs-danger-rgb: 220,53,69;
        --bs-light: #EDEDED;
        --bs-light-rgb: 237,237,237;
        --bs-dark: #050505;
        --bs-dark-rgb: 5,5,5;
    }


    


    html {
        scroll-behavior: smooth;
    }
    body{
        font-family: 'roboto', sans-serif;
        font-size: 16px;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
        background-color: #080808;
    }
    a{
        text-decoration: none;
        text-transform: capitalize;
    }

    * {
        box-sizing: border-box;
    }

    *,*::after,*::before {
        /*box-sizing: border-box;*/
        /*outline: solid 2px lime;*/
    }


    button{
        text-transform: capitalize;
    }

    .clear{
        clear: both;
    }

    .unselect{
        -moz-user-select: none;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        /*-khtml-user-select: none;*/
    }

    #main{
        padding: 0px;
        margin: 0px;
    }

    #app{
        min-height: 100vh;
    }

    .topspace{
        padding-top: 150px;
    }

    .hideme{
        display: none !important;
        visibility: hidden; !important;
    }


    .disabel {
        opacity: 0.6 !important;
        cursor: not-allowed !important;
    }



    /*******  DESKTOP ******878*/
    @media only screen and (min-width: 980px) {
        .mobile{
            display: none !important;
            visibility: hidden !important;
        }

        .desktop{
            /*display: block;*/
            visibility: visible !important;
        }

    }

    /*******  MOBILE ******888*/
    @media only screen and (max-width: 992px) {

        .mobile{
            /*display: block;*/
            visibility: visible !important;
        }

        .desktop{
            display: none !important;
            visibility: hidden !important;
        }

    }



    @keyframes fadein-right {
        from {margin-left: 100px;opacity: 0;}
        to {margin-left: 10px;opacity: 1;}
    }

    @keyframes fadein-left {
        from {margin-left: -100px;opacity: 0;}
        to {margin-left: 10px;opacity: 1;}
    }

    .fadein-left{
        margin-left: 0px !important;
        opacity: 0 !important;
    }


    .xbtn{
        border: solid 2px var(--bs-secondary);
        border-radius: 0px;
        padding: 10px 10px 10px 10px;
        color: var(--bs-secondary);
        text-decoration: none;
        text-align: center;
        transition: all .3s linear;
    }
    .xbtn:hover{
        background-color: var(--bs-secondary);
        color: var(--bs-light);
        padding: 10px 10px 10px 10px;
    }
    .xbtn:hover span{
        padding-right: 20px;
        padding-left: 20px;
    }



    .cr{
        background-color: #050505;
        color: #f8f9fa;
        font-size: 14px;
        text-align: center;
        padding: 20px;
    }

    .glassbg{
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }

    .page {
        min-height: 100vh;
    }
    .ptit {
        font-weight: bold;
        color: #696767;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .drtit{
        display: block;
        font-weight: bold;
        color: #b17b66 !important;
        font-size: 1.1rem;
    }

    .drname{
        display: block;
        font-weight: bold;
        color: whitesmoke !important;
        font-size: 1.1rem;
    }

    .animate {
        opacity: 0;
        transition: all 0.8s ease-out;
    }
    .speed1 {
        transition: all 0.25s ease-out;
    }
    .speed2 {
        transition: all 0.45s ease-out;
    }
    .speed3 {
        transition: all 0.65s ease-out;
    }
    .speed4 {
        transition: all 0.8s ease-out;
    }
    .delay1{
        transition-delay: 0.3s;
    }
    .delay2{
        transition-delay: 0.55s;
    }
    .delay3{
        transition-delay: 0.8s;
    }
    .delay4{
        transition-delay: 1s;
    }
    .animate-from-top {
        transform: translateY(-50px);
    }
    .animate-from-top.in-view {
        opacity: 1;
        transform: translateY(0);
    }
    .animate-from-bottom {
        transform: translateY(50px);
    }
    .animate-from-bottom.in-view {
        opacity: 1;
        transform: translateY(0);
    }
    .animate-from-right {
        transform: translateX(100px);
    }
    .animate-from-right.in-view {
        opacity: 1;
        transform: translateX(0);
    }
    .animate-from-left {
        transform: translateX(-100px);
    }
    .animate-from-left.in-view {
        opacity: 1;
        transform: translateX(0);
    }
    .animate-fadein.in-view {
        opacity: 1;
    }



     .policies-links {
         text-align: center;
         margin-top: 20px;
         font-size: 14px;
     }
    .policies-links a {
        color: #0d47a1;
        text-decoration: none;
        margin: 0 8px;
        font-weight: 600;
    }
    .policies-links a:hover {
        text-decoration: underline;
    }




    .carousel {
        width: 100%;
        margin: 20px auto;
        overflow: hidden;
        position: relative;
        cursor: grab;
    }


    .track {
        display: flex;
        align-items: stretch;
        gap: 20px;
        will-change: transform;
    }


    .item {
        flex: 0 0 15%;
        user-select: none;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }


    .item img {
        width: 95%;
        border-radius: 12px;
        display: block;
        pointer-events: none;      /* يسمح بالسحب فوق الصورة */
        user-select: none;         /* يمنع تحديد النص */
        -webkit-user-drag: none;   /* يمنع image ghost عند السحب */
    }


    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.6);
        color: #fff;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
    }

    .arrow.left { left: 10px; }
    .arrow.right { right: 10px; }


    .track,
    .item,
    .item img {
        user-select: none;
        -webkit-user-drag: none;
    }


    @media(max-width: 1024px) {
        .item { flex: 0 0 23.33%; }
    }

    @media(max-width: 768px) {
        .item { flex: 0 0 30%; }
    }

    @media(max-width: 480px) {
        .item { flex: 0 0 50%; }
    }



    
#topmnu{
    padding: 10px 30px 10px 30px;
    z-index: 1000;
    color: #D4AF37;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    /*background: linear-gradient(180deg, rgba(69,38,63,0.9) 0%,  rgba(69,38,63,0.8) 50%, rgba(69,38,63,0.6) 85%, rgba(69,38,63,0.2) 100%);*/
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%,  rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.2) 100%);
}

.logo{
    width: 140px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mnulist{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mnulist a{
    display: block;
    color: #D4AF37;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: normal;
}
.mnulist a:hover{
    color: #ffffff;
}
.mnubody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/*
.reserv a{
    display: block;
    margin-left: 10px;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 20px 4px 20px;
    font-weight: normal;
    background-color: #b17b66;
    color: #ffffff;
}
*/

.xicons i{
    color: #ffffff;
}
.xicons i:hover{
    color: #D4AF37;
}

.gold-button {
    background: linear-gradient(45deg, #a67c00, #ffbf00, #ffdc73, #ffbf00, #a67c00);
    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-button:hover {
    background-position: right center;
    color: #000;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}
.gold-button:active {
    transform: translateY(1px);
}


@media only screen and (max-width: 992px) {

    .logo{
        width: 80px;
        height: auto;
        margin: 5px;
    }

    #topmnu {
        padding: 0px 10px 0px 10px;
    }

    .mobbtnicon{
        font-size: 25px;
    }

    #mobmnubody{
        position: absolute;
        top:50px;
        left:0px;
        width: 300px;
        height: 100vh;
        padding: 70px 10px 10px; 10px;
        background-color: #000000;
    }

    .mobmnulist{
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .mobmnulist a{
        display: block;
        color: #D4AF37;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: normal;
    }
    .mobmnulist a:hover{
        color: #e0e0e0;
    }

    .reserv a{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .mobmnu li{
        width: 100%;
        text-align: center;
        border-bottom: solid 1px rgba(172,123,102,0.2);
    }
    li.reserv{
        border-bottom:  none;
    }
}


#mobmnubody.show {
    left: 0;
    transition: left 300ms ease-in-out;
}

#mobmnubody.collapsed {
    left: -500px;
    transition: left 500ms ease-in-out;
}

#mobmnubtn{
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
#mobmnubtn .b1, #mobmnubtn .b2, #mobmnubtn .b3{
    background-color: #D4AF37;
    height: 4px;
    border-radius: 3px;
}
#mobmnubtn .b1{
    margin: 0px 0px 6px 0px;
}
#mobmnubtn .b2{
    margin: 0px 10px 6px 0px;
}
#mobmnubtn .b3{
    margin: 0px 5px 0px 0px;
}

#topmnu{
    padding: 10px 30px 10px 30px;
    z-index: 1000;
    color: #D4AF37;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    /*background: linear-gradient(180deg, rgba(69,38,63,0.9) 0%,  rgba(69,38,63,0.8) 50%, rgba(69,38,63,0.6) 85%, rgba(69,38,63,0.2) 100%);*/
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%,  rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.2) 100%);
}

.logo{
    width: 140px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mnulist{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mnulist a{
    display: block;
    color: #D4AF37;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: normal;
}
.mnulist a:hover{
    color: #ffffff;
}
.mnubody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/*
.reserv a{
    display: block;
    margin-left: 10px;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 20px 4px 20px;
    font-weight: normal;
    background-color: #b17b66;
    color: #ffffff;
}
*/

.xicons i{
    color: #ffffff;
}
.xicons i:hover{
    color: #D4AF37;
}

.gold-button {
    background: linear-gradient(45deg, #a67c00, #ffbf00, #ffdc73, #ffbf00, #a67c00);
    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-button:hover {
    background-position: right center;
    color: #000;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}
.gold-button:active {
    transform: translateY(1px);
}


@media only screen and (max-width: 992px) {

    .logo{
        width: 80px;
        height: auto;
        margin: 5px;
    }

    #topmnu {
        padding: 0px 10px 0px 10px;
    }

    .mobbtnicon{
        font-size: 25px;
    }

    #mobmnubody{
        position: absolute;
        top:50px;
        left:0px;
        width: 300px;
        height: 100vh;
        padding: 70px 10px 10px; 10px;
        background-color: #000000;
    }

    .mobmnulist{
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .mobmnulist a{
        display: block;
        color: #D4AF37;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: normal;
    }
    .mobmnulist a:hover{
        color: #e0e0e0;
    }

    .reserv a{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .mobmnu li{
        width: 100%;
        text-align: center;
        border-bottom: solid 1px rgba(172,123,102,0.2);
    }
    li.reserv{
        border-bottom:  none;
    }
}


#mobmnubody.show {
    left: 0;
    transition: left 300ms ease-in-out;
}

#mobmnubody.collapsed {
    left: -500px;
    transition: left 500ms ease-in-out;
}

#mobmnubtn{
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
#mobmnubtn .b1, #mobmnubtn .b2, #mobmnubtn .b3{
    background-color: #D4AF37;
    height: 4px;
    border-radius: 3px;
}
#mobmnubtn .b1{
    margin: 0px 0px 6px 0px;
}
#mobmnubtn .b2{
    margin: 0px 10px 6px 0px;
}
#mobmnubtn .b3{
    margin: 0px 5px 0px 0px;
}



.btmimg{
    height: 400px;
    background-image: url('https://theendoshow.com.line4all.com/main/assets/images/h1-parallax-2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;overflow: hidden;
}
.btmimg h1{
    color: white;
    font-weight: bold;
}



footer{
    /*background-color: #301638 !important;*/
    background-color: #262626 !important;
}
.footer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #D4AF37;
}

.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}

footer h5{
    font-weight: bold;
    color: #D4AF37;
}


.zjoin 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: #b17b66;
    color: #ffffff;
    text-transform: uppercase;
}
.zjoin a:hover{
    opacity: 80%;
}





#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/main/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);
}







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

    background-image: url("https://theendoshow.com.line4all.com/main/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/main/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/main/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;
    }

}






#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/main/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;
}




#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/main/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/main/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;
}







#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);
}









#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%;
}






#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%;
}
















