.hero-section {
    background: url("/frontend/assets/images/frontend/studio.jpg") no-repeat
        center center/cover;

    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overlay for readability */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-text h1 {
    font-weight: 800;
    font-size: 2.8rem;
}

.hero-text h1 span {
    color: #e8272a;
    /* FIRE red */
}

.subtext {
    font-size: 1.1rem;
}

.live-btn {
    background: #e8272a;
    border: none;
    padding: 12px 24px;
    font-weight: bold;
    border-radius: 6px;
}

.who-section {
    padding: 80px 0;
    background-color: #111;
}

.who-section h2 {
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.who-section p {
    line-height: 1.7;
}

.highlight-text {
    color: #e8272a;
    font-weight: 700;
}

.img-rounded {
    border-radius: 16px;
}

.objective-section {
    background: #1165c1;
    /* deep navy blue background */
    padding: 80px 0;
}

.objective-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

.objective-title .line {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #fff;
    margin-right: 12px;
}

.objective-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.objective-list {
    list-style-type: disc;
    padding-left: 20px;
}

.objective-list li {
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.6;
}

.highlight {
    color: #ffffff;
    /* red highlight for keywords */
    font-weight: 700;
}

.img-rounded {
    border-radius: 16px;
}

.outreach-section {
    background: #111;
    /* dark background for the section */
    padding: 80px 0;
}

.outreach-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

.outreach-title .line {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #fff;
    margin-right: 12px;
}

.outreach-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.outreach-list {
    list-style-type: disc;
    padding-left: 20px;
}

.outreach-list li {
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.6;
}

.highlight {
    color: #e8272a;
    /* red highlight for keywords */
    font-weight: 700;
}

.img-rounded {
    border-radius: 16px;
}

.telecast-section {
    background: #0a2a52;
    /* deep navy blue background */
    padding: 80px 0;
}

.telecast-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

.telecast-title .line {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #fff;
    margin-right: 12px;
}

.telecast-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.telecast-list {
    list-style-type: disc;
    padding-left: 20px;
}

.telecast-list li {
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.6;
}

.highlight-one {
    color: #ffffff;
    /* red highlight for keywords */
    font-weight: 700;
}

.img-rounded {
    border-radius: 16px;
}

.partner-section {
    background: #111;
    padding: 60px 0;
    color: #fff;
}

.partner-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.partner-subtitle {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}

.partner-box {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.partner-box:hover {
    transform: translateY(-10px);
}

.partner-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.partner-text {
    font-size: 1rem;
    color: #ffffff;
}
