.top-header {
    background-color: #e4e4e4;
    position: fixed; /* Fixes it at the top */
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    z-index: 1000; /* Ensures it stays above other elements */
}

.top-nav-text-highlight {
    color: #c32026;
}   

.overlay {
    background: linear-gradient(rgb(25 25 25 / 44%), rgb(0 0 0 / 86%)) !important;
}

.custom-gdlr-speaker-img img {
    width: 153px;
    height: 154px;
}

@media (max-width: 430px) {
    .custom-gdlr-speaker-img img {
        height: 148px !important;
        border-radius: 50% !important;
    }

    .gdlr-skin-dark-skin-custom {
        background-position: center -0.685px;
    }
}

.gdlr-skin-dark-skin-custom {
    /*padding-top: 100px;*/
    background-image: url('_c/upload/venue-bg-change.jpeg');
    /*padding-bottom: 115px;*/
    background-position: center -124.685px;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes fade-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.nav-item .registerbtn {
    padding: 15px 15px;
    text-decoration: none;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
    background-color: #c32026; /* Highlight background */
    border-radius: 60px; /* Rounded corners */
    font-weight: bold;
    box-shadow: 0 0 10px rgba(195, 32, 38, 0.5);
}

@media (max-width: 1024px) {
    .menu-btn {
        display: flex;
        align-items: center;
        gap: 15px; /* Space between menu icon and button */
    }

        .menu-btn .registerbtn {
            display: inline-block;
            padding: 10px 15px;
            background-color: #c32026;
            color: #ffffff;
            font-weight: bold;
            border-radius: 5px;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
            font-size: 14px;
        }

            .menu-btn .registerbtn:hover {
                background-color: #a81d22;
            }

    .none-display-register {
        display: none;
    }
}

#content-section-7 .gdlr-location-item {
    max-width: 80%; /* Adjust width to prevent overflow */
    margin: 0 auto; /* Center align */
    text-align: center; /* Keep text aligned properly */
    word-wrap: break-word; /* Ensure long text breaks correctly */
}

#content-section-7 .gdlr-location-place,
#content-section-7 .gdlr-location-info {
    font-size: 18px; /* Adjust font size for better readability */
    line-height: 1.5; /* Improve spacing between lines */
}

@media (max-width: 768px) {
    #content-section-7 .gdlr-location-item {
        max-width: 100%; /* Allow full width on smaller screens */
        font-size: 16px; /* Adjust font size for smaller devices */
    }
}
