@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('avenir-next/AvenirNextLTPro-MediumCn.otf') format('opentype');
    font-weight: 500; /* Medium weight */
    font-style: normal;
}

body {
    font-family: 'Avenir Next LT Pro', sans-serif;
}
.banner {
    text-align: center;
    color: #fff;
}
.box {
    height: 33vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.box.logo img {
    width: 250px;
    margin: 0 auto;
}
.banner h1 {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 9px;
    margin-bottom: 16px;
}
.banner h6 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 30px; /* 166.667% */
    margin: 0;
}
.custom-btn {
    display: flex;
    width: 472px;
    height: 65px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #F8FAFC;
    margin: 0 auto;
    margin: 20px auto;
}
 

 
.stream-img {
    height: 250px !important;
    background-position: center !important;
    background-size: cover !important;
}

.stream h6 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 10px;
    margin-top: 32px;
}

.stream h4 {
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.stream {
    padding: 10px 01px 15px 10px;
    border: 0.5px solid rgba(255, 255, 255, 0.50);
    background: #000;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

label {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
}

input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    margin: 0px 0 0 10px;
    padding: 5px 0;
    position: relative;
    top: -10px;
}

.microphone p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    margin: 0;
}

.microphone p img {
    margin: 0 0 0 26px;
}

.setting {
    text-align: right;
}

.setting-area {
    padding: 24px;
}

.border-line {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.50);
    padding: 24px 0;
}

section.stream-area {
    padding: 0 0 100px 0;
}

section.stream-area a {
    text-decoration: none;
}

section.connecting {
    text-align: center;
    color: #fff;
}

.connecting-img img {
    max-width: 100%;
    height: auto;
}

section.connecting {
    padding: 0 0 40px 0;
}
.single {
    height: 490px;
}

@media (max-width: 768px) {
    .custom-btn {
        width: 100%;
    }
    .stream {
        margin-bottom: 20px;
    }
    header.main-header {
        text-align: center;
    }

    .main-logo img {
        margin-bottom: 70px;
    }

    .main-name {
        text-align: center;
    }

    section.title {
        margin: 20px;
    }

    .microsoft-user-id {
    }

    .microsoft-user-id label {
        text-align: left;
    }

    input[type="text"] {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .microphone p {
        margin-top: 30px;
        text-align: left;
    }

    .setting-area {
        padding: 0;
    }

    .setting {
        margin-top: 30px;
    }

    .microphone p img {
        float: right;
    }
}

/* ===== Updated Header Styling ===== */

/* Overall header */
.main-header {
    background-color: #000;
    padding: 8px 0;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Logo column */
.main-logo img {
    height: 28px;
    width: auto;
    max-height: 32px;
}

/* Title column */
.main-head h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    color: #fff;
}

/* Welcome message */
.main-name a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

/* Optional: underline on hover */
.main-name a:hover {
    text-decoration: underline;
}

/* Hidden Microsoft ID input label (preserved styling) */
.main-name label {
    font-size: 10px;
    color: #ccc;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .main-head h2 {
        font-size: 14px;
    }

    .main-name a {
        font-size: 12px;
    }

    .main-logo img {
        height: 24px;
    }
}