/* General Body and Typography */
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Sans sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #53555c;
}

.logo {
    max-width: 300px;
}

h1, h2, h3, h4, h5 {
    font-size: 32px;
    margin: auto;
    padding: initial;
}

a {
    color: #006699;
    text-shadow: 0 0 1px #0d0d0d7a;
    text-decoration: underline;
}

/* Active State */
.active {
    border-bottom: 4px solid #006699 !important;
}

/* Info Section */
#infoot {
    max-width: 98%;
    margin: auto;
}

#infoot pre {
    font-family: Raleway, sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    color: #fff;
    z-index: 99;
    font-size: 14px;
    background: #2c2d2f;
}

#footer a {
    color: white;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #ffffff;
    z-index: 10001;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
}

div#topSocials {
    color: white;
    text-decoration: none;
    text-align: right;
}

div#topSocials a {color:yellow;
    text-decoration:none;}

/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    color: #ffffff;
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #585d69;
    padding: 7px;
    font-size: 12px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
    background: #fff;
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */

.setStyle > div {
    max-width: 1200px;
    text-align: center;
    /* align-items: center; */
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
}

.setStyle > div > div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 1%;
    box-sizing: border-box;
    flex: 1;
}
div#bread {
    background: #efefef;
    padding: 10px;
}
/*BLog Section */

main.news {
    width: 100%;
    margin: auto;
}

.news section {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    content-visibility: auto;
    margin-bottom: 20px;
}

img.blogIcon {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}

.baraokeSing {
    max-width: 620px;
    margin: 40px auto 70px;
    padding: 42px;
    box-sizing: border-box;
    background:
            radial-gradient(circle at top right, rgba(255, 0, 110, 0.14), transparent 38%),
            radial-gradient(circle at bottom left, rgba(255, 166, 0, 0.14), transparent 42%),
            #111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(0,0,0,0.25);
    color: #fff;
}

.baraokeSingHeader {
    text-align: center;
    margin-bottom: 32px;
}

.baraokeEyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.baraokeSing h1 {
    margin: 0;
    font-size: clamp(38px, 7vw, 58px);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #fff;
}

.baraokeIntro {
    max-width: 440px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255,255,255,0.72);
}

.baraokeField {
    margin-bottom: 22px;
}

.baraokeField label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}

.baraokeField label span {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.42);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.baraokeField input {
    width: 100%;
    height: 58px;
    padding: 0 18px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    background: rgba(255,255,255,0.07);
    color: #fff;
    font-size: 30px;
    outline: none;
    transition: 0.2s ease;
    -webkit-appearance: none;
}

.baraokeField input::placeholder {
    color: rgba(255,255,255,0.32);
}

.baraokeField input:focus {
    border-color: #ff9d00;
    background: rgba(255,255,255,0.10);
    box-shadow: 0 0 0 4px rgba(255,157,0,0.12);
}

#singerSubmit {
    position: relative;
    width: 100%;
    min-height: 62px;
    margin-top: 8px;
    padding: 0 24px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff8a00, #ff006e);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(255,0,110,0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

#singerSubmit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(255,0,110,0.28);
}

#singerSubmit:active {
    transform: translateY(0);
}

#singerSubmit:disabled {
    cursor: default;
    opacity: 0.7;
}

#singerSubmit .submitLoading {
    display: none;
}

#singerSubmit.loading .submitText {
    display: none;
}

#singerSubmit.loading .submitLoading {
    display: inline;
}

#singerResponse {
    margin-top: 24px;
}

.baraokeMessage,
.baraokeSuccess,
.baraokeError {
    padding: 20px;
    border-radius: 14px;
    text-align: center;
}

.baraokeSuccess {
    background: rgba(24, 201, 100, 0.12);
    border: 1px solid rgba(24, 201, 100, 0.30);
    color: #fff;
}

.baraokeSuccess h2 {
    margin: 0 0 8px;
    font-size: 28px;
    color: #fff;
}

.baraokeSuccess p {
    margin: 6px 0;
    color: rgba(255,255,255,0.8);
}

.baraokeError,
.baraokeMessageError {
    background: rgba(255, 60, 60, 0.12);
    border: 1px solid rgba(255, 60, 60, 0.30);
    color: #fff;
}

.baraokeMessageError strong,
.baraokeMessageError span {
    display: block;
}

.baraokeMessageError span {
    margin-top: 5px;
    color: rgba(255,255,255,0.7);
}

.baraokeFooterMessage {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.48);
}

.baraokeFooterMessage i {
    margin-right: 7px;
    color: #ff9d00;
}

@media (max-width: 700px) {

    .baraokeSing {
        margin: 18px 12px 45px;
        padding: 28px 20px;
        border-radius: 20px;
    }

    .baraokeIntro {
        font-size: 16px;
    }

    .baraokeField input {
        height: 60px;
        font-size: 17px;
    }

    #singerSubmit {
        min-height: 64px;
    }

}

.publicQueueEmpty {
    text-align: center;
    padding: 50px 20px;
}

.publicQueueEmpty i {
    font-size: 42px;
    margin-bottom: 15px;
    opacity: 0.7;
}

.publicQueueNow,
.publicQueueNext,
.publicQueueItem {
    margin-bottom: 14px;
    border-radius: 14px;
    padding: 18px;
}

.publicQueueNow {
    background: #1f1f1f;
    border: 2px solid #ff4d6d;
    text-align: center;
}

.publicQueueNext {
    background: #252525;
    border: 2px solid #ff9f1c;
    text-align: center;
}

.publicQueueLabel {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 6px;
    opacity: 0.75;
}

.publicQueueName {
    font-size: 24px;
    font-weight: bold;
}

.publicQueueSong {
    margin-top: 4px;
    font-size: 16px;
    opacity: 0.85;
}

.publicQueueSong span {
    opacity: 0.7;
}

.publicQueueItem {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #202020;
}

.publicQueuePosition {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.publicQueueDetails {
    flex: 1;
}

.publicQueueItem .publicQueueName {
    font-size: 19px;
}

.publicQueueItem .publicQueueSong {
    font-size: 14px;
}