/*
Theme Name: Kadence Child
Template: kadence
Version: 1.1.0
*/

/* =========================================================
   BHARAT FM® CUSTOM HEADER
   ========================================================= */

.bharatfm-site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    color: #182235;
    font-family: inherit;
}

/* =========================================================
   HEADER CONTAINER
   ========================================================= */

.bharatfm-header-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   TOP BAR
   ========================================================= */

.bharatfm-header-top {
    background: #ffffff;
    border-bottom: 1px solid #eef1f5;
}

.bharatfm-header-top .bharatfm-header-container {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Small brand text */

.bharatfm-header-brand {
    display: flex;
    align-items: center;
}

.bharatfm-header-brand a {
    color: #182235;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* =========================================================
   SOCIAL
   ========================================================= */

.bharatfm-header-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bharatfm-header-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #182235;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bharatfm-header-social a:hover {
    opacity: 0.65;
    transform: translateY(-1px);
}

/* =========================================================
   MAIN HEADER
   ========================================================= */

.bharatfm-header-main {
    background: #ffffff;
    border-bottom: 1px solid #eef1f5;
}

.bharatfm-header-main .bharatfm-header-container {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* =========================================================
   LOGO
   ========================================================= */

.bharatfm-header-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.bharatfm-header-logo a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.bharatfm-header-logo img {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 65px;
}

/* =========================================================
   NAVIGATION
   ========================================================= */

.bharatfm-header-navigation {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.bharatfm-header-navigation ul {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bharatfm-header-navigation li {
    position: relative;
    margin: 0;
    padding: 0;
}

.bharatfm-header-navigation a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    color: #182235;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.bharatfm-header-navigation a:hover,
.bharatfm-header-navigation .current-menu-item > a,
.bharatfm-header-navigation .current-menu-ancestor > a {
    color: #1557a6;
}

/* =========================================================
   DROPDOWN MENU
   ========================================================= */

.bharatfm-header-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    display: none;
    min-width: 220px;
    padding: 10px 0;
    background: #ffffff;
    border: 1px solid #e5e9ef;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.bharatfm-header-navigation li:hover > .sub-menu,
.bharatfm-header-navigation li:focus-within > .sub-menu {
    display: block;
}

.bharatfm-header-navigation .sub-menu li {
    width: 100%;
}

.bharatfm-header-navigation .sub-menu a {
    display: block;
    width: 100%;
    padding: 9px 16px;
    font-size: 14px;
    white-space: normal;
}

.bharatfm-header-navigation .sub-menu a:hover {
    background: #f5f7fa;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 78px;
        gap: 20px;
    }

    .bharatfm-header-logo img {
        max-width: 165px;
        max-height: 58px;
    }

    .bharatfm-header-navigation ul {
        gap: 16px;
    }

    .bharatfm-header-navigation a {
        font-size: 14px;
    }

    .bharatfm-header-main .bharatfm-player {
        min-width: 200px;
    }
}

@media (max-width: 700px) {

    .bharatfm-header-container {
        width: min(100% - 24px, 600px);
    }

    .bharatfm-header-top .bharatfm-header-container {
        min-height: 34px;
    }

    .bharatfm-header-brand {
        display: none;
    }

    .bharatfm-header-top .bharatfm-header-container {
        justify-content: flex-end;
    }

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 72px;
        gap: 12px;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .bharatfm-header-logo img {
        max-width: 145px;
        max-height: 52px;
    }

    .bharatfm-header-navigation {
        display: none;
    }

    .bharatfm-header-main .bharatfm-player {
        margin-left: auto;
        min-width: 0;
        padding: 8px 10px;
    }
}

/* =========================================================
   IMPORTANT:
   The player is now inside the header.
   Remove the old fixed-position behavior.
   ========================================================= */

.bharatfm-site-header .bharatfm-player {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.bharatfm-header-navigation a:focus-visible,
.bharatfm-header-social a:focus-visible,
.bharatfm-header-logo a:focus-visible {
    outline: 2px solid #1557a6;
    outline-offset: 3px;
}


/* ================================================================
   BHARAT FM® — LOCKED CUSTOM HEADER
   Version: 2.0.0
   ================================================================ */

/* ------------------------------------------------
   HEADER BASE
   ------------------------------------------------ */

.bharatfm-site-header {
    position: relative;
    z-index: 9990;
    width: 100%;
    background: #ffffff;
    color: #101828;
    border-bottom: 1px solid #e7ebf0;
}

.bharatfm-header-container {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}


/* ------------------------------------------------
   TOP BAR
   ------------------------------------------------ */

.bharatfm-header-top {
    min-height: 38px;
    background: #ffffff;
    border-bottom: 1px solid #edf0f4;
}

.bharatfm-header-top .bharatfm-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
}

.bharatfm-header-top-brand-link {
    color: #111827;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.bharatfm-header-top-brand-link:hover {
    color: #14539a;
}

.bharatfm-header-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bharatfm-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #111827;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bharatfm-social-link:hover {
    opacity: 0.65;
    transform: translateY(-1px);
}


/* ------------------------------------------------
   MAIN HEADER
   ------------------------------------------------ */

.bharatfm-header-main {
    background: #ffffff;
}

.bharatfm-header-main .bharatfm-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 108px;
}


/* ------------------------------------------------
   LOGO + TAGLINE
   ------------------------------------------------ */

.bharatfm-header-brand-area {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.bharatfm-header-logo {
    display: flex;
    align-items: center;
}

.bharatfm-header-logo img {
    display: block;
    width: auto;
    max-width: 165px;
    max-height: 52px;
}

.bharatfm-header-logo a {
    color: #14539a;
    text-decoration: none;
    font-weight: 800;
}

.bharatfm-header-tagline {
    max-width: 270px;
    color: #667085;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.15px;
}


/* ------------------------------------------------
   NAVIGATION
   ------------------------------------------------ */

.bharatfm-header-navigation {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.bharatfm-header-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bharatfm-header-navigation ul li {
    margin: 0;
    padding: 0;
}

.bharatfm-header-navigation ul li a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #172033;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.bharatfm-header-navigation ul li a:hover,
.bharatfm-header-navigation ul li.current-menu-item > a,
.bharatfm-header-navigation ul li.current-menu-ancestor > a {
    color: #14539a;
}


/* ------------------------------------------------
   MOBILE / TABLET
   ------------------------------------------------ */

@media (max-width: 1100px) {

    .bharatfm-header-main .bharatfm-header-container {
        gap: 18px;
    }

    .bharatfm-header-navigation > ul {
        gap: 18px;
    }

    .bharatfm-header-navigation ul li a {
        font-size: 13px;
    }

    .bharatfm-header-main .bharatfm-player {
        min-width: 175px;
    }
}


@media (max-width: 850px) {

    .bharatfm-header-container {
        width: min(100% - 28px, 700px);
    }

    .bharatfm-header-main .bharatfm-header-container {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 18px 0;
    }

    .bharatfm-header-brand-area {
        flex: 1 1 auto;
    }

    .bharatfm-header-navigation {
        order: 3;
        flex: 1 0 100%;
        justify-content: center;
    }

    .bharatfm-header-navigation > ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .bharatfm-header-main .bharatfm-player {
        min-width: 180px;
    }
}


/* ------------------------------------------------
   MOBILE
   ------------------------------------------------ */

@media (max-width: 600px) {

    .bharatfm-header-container {
        width: calc(100% - 24px);
    }

    .bharatfm-header-top .bharatfm-header-container {
        min-height: 34px;
    }

    .bharatfm-header-top-brand-link {
        font-size: 10px;
    }

    .bharatfm-header-social {
        gap: 10px;
    }

    .bharatfm-social-link {
        width: 17px;
        height: 17px;
        font-size: 10px;
    }

    .bharatfm-header-main .bharatfm-header-container {
        align-items: center;
        padding: 14px 0 18px;
        gap: 14px;
    }

    .bharatfm-header-brand-area {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .bharatfm-header-logo img {
        max-width: 150px;
        max-height: 48px;
    }

    .bharatfm-header-tagline {
        max-width: 100%;
        font-size: 9px;
    }

    .bharatfm-header-navigation {
        width: 100%;
    }

    .bharatfm-header-navigation > ul {
        gap: 4px 14px;
    }

    .bharatfm-header-navigation ul li a {
        min-height: 34px;
        font-size: 12px;
    }

    .bharatfm-header-main .bharatfm-player {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        justify-content: center;
    }

    .bharatfm-header-main .bharatfm-player-inner {
        max-width: 250px;
    }
}


/* =========================================================
   BHARAT FM® — LOCKED FINAL HEADER + FOOTER
   DO NOT CHANGE LAYOUT WITHOUT APPROVAL
   ========================================================= */


/* ---------- GLOBAL ---------- */

.bharatfm-site-header,
.bharatfm-site-footer {
    width: 100%;
    box-sizing: border-box;
}

.bharatfm-header-container,
.bharatfm-footer-container {
    width: min(1300px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   TOP BAR
   ========================================================= */

.bharatfm-header-top {
    background: #031a38;
    color: #fff;
    min-height: 46px;
    display: flex;
    align-items: center;
}

.bharatfm-header-top .bharatfm-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bharatfm-header-top-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bharatfm-usa-flag {
    font-size: 21px;
    line-height: 1;
}

.bharatfm-top-tagline {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15px;
    white-space: nowrap;
}

.bharatfm-header-follow {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bharatfm-follow-label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 4px;
}

.bharatfm-social {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   MAIN HEADER
   ========================================================= */

.bharatfm-header-main {
    background: #fff;
    border-bottom: 1px solid #e7ebf1;
}

.bharatfm-header-main .bharatfm-header-container {
    min-height: 155px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.bharatfm-header-branding {
    flex: 0 0 auto;
}

.bharatfm-header-logo img {
    display: block;
    max-width: 295px;
    width: auto;
    height: auto;
}

.bharatfm-header-logo a {
    text-decoration: none;
}

.bharatfm-header-slogan {
    color: #174b99;
    font-size: 17px;
    font-weight: 800;
    margin-top: 7px;
    letter-spacing: .2px;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.bharatfm-header-navigation {
    margin-left: auto;
}

.bharatfm-header-navigation ul {
    display: flex;
    align-items: center;
    gap: 29px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bharatfm-header-navigation li {
    margin: 0;
    padding: 0;
}

.bharatfm-header-navigation a {
    color: #111827;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.bharatfm-header-navigation a:hover,
.bharatfm-header-navigation .current-menu-item > a {
    color: #0867d8;
}


/* =========================================================
   SEARCH
   ========================================================= */

.bharatfm-header-search {
    width: 35px;
    height: 35px;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
}

.bharatfm-header-search span {
    width: 17px;
    height: 17px;
    border: 3px solid #071a34;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 6px;
    top: 5px;
}

.bharatfm-header-search span::after {
    content: "";
    width: 9px;
    height: 3px;
    background: #071a34;
    position: absolute;
    right: -7px;
    bottom: -4px;
    transform: rotate(45deg);
    border-radius: 2px;
}


/* =========================================================
   MOBILE MENU
   ========================================================= */

.bharatfm-mobile-menu-toggle {
    display: none;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    padding: 7px;
}

.bharatfm-mobile-menu-toggle span {
    display: block;
    height: 3px;
    background: #071a34;
    margin: 5px 0;
    border-radius: 2px;
}


/* =========================================================
   FOOTER
   ========================================================= */

.bharatfm-site-footer {
    background: #031a38;
    color: #fff;
    margin-top: 0;
}

.bharatfm-footer-main {
    padding: 55px 0 42px;
}

.bharatfm-footer-container {
    display: grid;
    grid-template-columns: 1.65fr 1fr 1fr 1.15fr 1.15fr 1.15fr;
    gap: 30px;
}

.bharatfm-footer-brand {
    padding-right: 20px;
}

.bharatfm-footer-logo img {
    max-width: 245px;
    height: auto;
}

.bharatfm-footer-slogan {
    font-size: 15px;
    font-weight: 800;
    margin-top: 6px;
}

.bharatfm-footer-brand p {
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0;
    color: rgba(255,255,255,.9);
}

.bharatfm-footer-column {
    border-left: 1px solid rgba(255,255,255,.18);
    padding-left: 25px;
}

.bharatfm-footer-column h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 19px;
    font-weight: 800;
}

.bharatfm-footer-column a {
    display: block;
    color: rgba(255,255,255,.92);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 11px;
}

.bharatfm-footer-column a:hover {
    color: #fff;
}

.bharatfm-footer-social {
    display: flex;
    gap: 10px;
}

.bharatfm-footer-social a {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1476e9;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
}

.bharatfm-contact-item {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.bharatfm-newsletter p {
    font-size: 14px;
    line-height: 1.6;
}

.bharatfm-newsletter input {
    width: 100%;
    box-sizing: border-box;
    height: 47px;
    padding: 0 13px;
    border: 0;
    border-radius: 4px;
    margin: 7px 0 12px;
}

.bharatfm-newsletter button {
    width: 100%;
    height: 47px;
    border: 0;
    border-radius: 4px;
    background: #116be0;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.bharatfm-footer-bottom {
    background: #02142c;
    padding: 19px 0;
}

.bharatfm-footer-bottom .bharatfm-footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bharatfm-footer-legal {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bharatfm-footer-legal a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .bharatfm-header-top-brand {
        flex: 1;
    }

    .bharatfm-top-tagline {
        font-size: 12px;
    }

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 105px;
    }

    .bharatfm-header-navigation,
    .bharatfm-header-search {
        display: none;
    }

    .bharatfm-mobile-menu-toggle {
        display: block;
        margin-left: auto;
    }

    .bharatfm-header-branding {
        margin: 0 auto;
        text-align: center;
    }

    .bharatfm-header-logo img {
        max-width: 240px;
        margin: 0 auto;
    }

    .bharatfm-header-slogan {
        font-size: 13px;
    }

    .bharatfm-player-inner {
        min-height: 82px;
        gap: 14px;
    }

    .bharatfm-player-control,
    .bharatfm-now-playing-label,
    .bharatfm-now-playing-rj {
        display: none;
    }

    .bharatfm-now-playing {
        min-width: 90px;
    }

    .bharatfm-waveform {
        min-width: 90px;
    }

    .bharatfm-volume {
        display: none;
    }

    .bharatfm-footer-container {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .bharatfm-footer-column:nth-child(4) {
        grid-column: 1;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-header-container,
    .bharatfm-footer-container,
    .bharatfm-player-inner {
        width: min(100% - 24px, 1300px);
    }

    .bharatfm-header-top {
        min-height: 42px;
    }

    .bharatfm-header-top .bharatfm-header-container {
        justify-content: center;
    }

    .bharatfm-top-tagline {
        font-size: 10px;
        white-space: normal;
        text-align: center;
    }

    .bharatfm-header-follow {
        display: none;
    }

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 92px;
    }

    .bharatfm-header-logo img {
        max-width: 190px;
    }

    .bharatfm-header-slogan {
        font-size: 10px;
        margin-top: 5px;
    }

    .bharatfm-mobile-menu-toggle {
        width: 32px;
        height: 32px;
    }

    .bharatfm-header-search {
        display: block;
        margin-left: 0;
    }


    /* MOBILE PLAYER */

    .bharatfm-player-inner {
        min-height: 76px;
        gap: 10px;
    }

    .bharatfm-live-label {
        padding: 10px 11px;
        font-size: 12px;
    }

    .bharatfm-play {
        width: 49px;
        height: 49px;
        font-size: 18px;
    }

    .bharatfm-player-control {
        display: none;
    }

    .bharatfm-station {
        min-width: 0;
        flex: 1;
    }

    .bharatfm-station-name {
        font-size: 16px;
    }

    .bharatfm-station-channel {
        font-size: 11px;
    }

    .bharatfm-player-divider,
    .bharatfm-now-playing,
    .bharatfm-waveform,
    .bharatfm-volume {
        display: none;
    }

    .bharatfm-listen-live {
        padding: 12px 14px;
        font-size: 11px;
    }


    /* MOBILE FOOTER */

    .bharatfm-site-footer {
        margin-top: 35px;
    }

    .bharatfm-footer-main {
        padding: 35px 0;
    }

    .bharatfm-footer-container {
        display: block;
    }

    .bharatfm-footer-brand,
    .bharatfm-footer-column {
        border-left: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 35px;
    }

    .bharatfm-footer-logo img {
        max-width: 210px;
    }

    .bharatfm-footer-bottom .bharatfm-footer-container {
        display: block;
        text-align: center;
    }

    .bharatfm-footer-legal {
        justify-content: center;
        margin-top: 12px;
        flex-wrap: wrap;
    }

}


/* =========================================================
   SOCIAL BRANDING
   ========================================================= */

.bharatfm-social.facebook,
.bharatfm-footer-social a:nth-child(1) {
    background: #1877f2;
}

.bharatfm-social.x,
.bharatfm-footer-social a:nth-child(2) {
    background: #000;
}

.bharatfm-social.instagram,
.bharatfm-footer-social a:nth-child(3) {
    background: #e1306c;
}

.bharatfm-social.youtube,
.bharatfm-footer-social a:nth-child(4) {
    background: #ff0000;
}

.bharatfm-social.linkedin,
.bharatfm-footer-social a:nth-child(5) {
    background: #0a66c2;
}

.bharatfm-social.whatsapp,
.bharatfm-footer-social a:nth-child(6) {
    background: #25d366;
}


/* =========================================================
   END — LOCKED FINAL HEADER / FOOTER
   ========================================================= */

/* SOCIAL SVG ICONS */
.bharatfm-social svg {
    width: 16px;
    height: 16px;
    display: block;
    flex: 0 0 auto;
}



/* =========================================================
   BHARAT FM LIVE PLAYER
   Cincinnati Channel
   Surgical presentation repair.
   JavaScript IDs/state logic remain unchanged.
   ========================================================= */

.bharatfm-player {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #0b1f3a;
    color: #ffffff;
}

.bharatfm-player .bharatfm-player-inner {
    width: min(1300px, calc(100% - 40px));
    min-height: 74px;
    margin: 0 auto;
    padding: 10px 0;

    display: flex;
    align-items: center;
    gap: 10px;

    box-sizing: border-box;
}

/* ---------- STATE DOT ---------- */

.bharatfm-player .bharatfm-live-dot {
    order: 1;

    flex: 0 0 auto;

    width: 9px;
    height: 9px;

    margin: 0 1px 0 0;

    border-radius: 50%;
    background: #c62828;

    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* ---------- PLAY ---------- */

.bharatfm-player .bharatfm-play {
    order: 2;

    flex: 0 0 auto;

    width: 44px;
    height: 44px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #ffffff;
    color: #14539a;

    font-size: 18px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    box-shadow: none;

    transition:
        transform 0.15s ease,
        background-color 0.15s ease;
}

.bharatfm-player .bharatfm-play:hover {
    transform: scale(1.04);
}

/* ---------- PLAYER INFORMATION ---------- */

.bharatfm-player .bharatfm-player-info {
    order: 3;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;

    min-width: 0;
}

/* Station */

.bharatfm-player .bharatfm-player-title {
    margin: 0;
    padding: 0;

    color: #ffffff;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.25px;
    line-height: 1.2;

    white-space: nowrap;
}

/* Channel */

.bharatfm-player .bharatfm-player-channel {
    margin: 0;
    padding: 0;

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;

    white-space: nowrap;
}

/* Location */

.bharatfm-player .bharatfm-player-location {
    margin: 0;
    padding: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 10px;
    font-weight: 500;
    line-height: 1.25;

    white-space: nowrap;
}

/* State text */

.bharatfm-player .bharatfm-player-status {
    margin: 1px 0 0;
    padding: 0;

    color: #ffffff;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.7px;
    line-height: 1.2;
}

/* =========================================================
   PLAYER MOBILE
   ========================================================= */

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .bharatfm-player .bharatfm-player-inner {
        width: calc(100% - 24px);
        min-height: 85px;
        padding: 8px 0;
        gap: 10px;
    }

    .bharatfm-player .bharatfm-play {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 17px;
    }

    .bharatfm-player .bharatfm-player-title {
        font-size: 12px;
    }

    .bharatfm-player .bharatfm-player-status {
        font-size: 9px;
    }

}


/* ---------- VERY SMALL SCREENS ---------- */

@media (max-width: 380px) {

    .bharatfm-player .bharatfm-player-inner {
        width: calc(100% - 20px);
    }

    .bharatfm-player .bharatfm-play {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

}


/* =========================================================
   BHARAT FM PLAYER — RESTORED CONTROLS
   Layout correction only.
   Existing working player remains untouched.
   ========================================================= */

/* ---------- CONTROL ORDER ---------- */

.bharatfm-player .bharatfm-player-control {
    order: 4;

    flex: 0 0 auto;

    border: 0;
    background: transparent;
    color: #ffffff;

    font-size: 17px;
    line-height: 1;

    padding: 0;
    margin: 0;

    cursor: pointer;
}

.bharatfm-player .bharatfm-player-divider {
    order: 5;

    flex: 0 0 auto;

    width: 1px;
    height: 58px;

    background: rgba(255,255,255,.25);
}

.bharatfm-player .bharatfm-now-playing {
    order: 6;

    flex: 0 0 auto;
    min-width: 150px;
}

.bharatfm-player .bharatfm-waveform {
    order: 7;

    flex: 1 1 auto;
    min-width: 120px;

    height: 60px;

    display: flex;
    align-items: center;
    gap: 3px;
}

.bharatfm-player .bharatfm-volume {
    order: 8;

    flex: 0 0 auto;

    display: flex;
    align-items: center;
    gap: 10px;
}

.bharatfm-player .bharatfm-volume-icon {
    font-size: 25px;
    line-height: 1;
}

.bharatfm-player .bharatfm-volume input {
    width: 100px;
}

.bharatfm-player .bharatfm-listen-live {
    order: 9;

    flex: 0 0 auto;

    background: #ef2027;
    border: 0;
    color: #ffffff;

    padding: 16px 25px;
    border-radius: 7px;

    font-size: 16px;
    font-weight: 800;

    white-space: nowrap;
    cursor: pointer;
}

/* ---------- NOW PLAYING TEXT ---------- */

.bharatfm-player .bharatfm-now-playing-label {
    font-size: 12px;
    letter-spacing: .7px;
    margin-bottom: 6px;
}

.bharatfm-player .bharatfm-now-playing-title {
    font-size: 17px;
    font-weight: 800;
}

.bharatfm-player .bharatfm-now-playing-rj {
    font-size: 15px;
    margin-top: 2px;
}

/* ---------- WAVEFORM ---------- */

.bharatfm-player .bharatfm-waveform span {
    width: 3px;
    height: 25px;
    background: #0781ff;
    border-radius: 3px;
}

.bharatfm-player .bharatfm-waveform span:nth-child(2n) {
    height: 38px;
}

.bharatfm-player .bharatfm-waveform span:nth-child(3n) {
    height: 53px;
}

.bharatfm-player .bharatfm-waveform span:nth-child(4n) {
    height: 31px;
}

.bharatfm-player .bharatfm-waveform span:nth-child(5n) {
    height: 45px;
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .bharatfm-player .bharatfm-player-control,
    .bharatfm-player .bharatfm-player-divider,
    .bharatfm-player .bharatfm-now-playing,
    .bharatfm-player .bharatfm-waveform,
    .bharatfm-player .bharatfm-volume,
    .bharatfm-player .bharatfm-listen-live {
        display: none;
    }

}


/* =========================================================
   BHARAT FM — FINAL PLAYER RESPONSIVE OVERRIDE
   DO NOT EDIT EXISTING PLAYER RULES ABOVE.
   This block intentionally wins the cascade.
   ========================================================= */

/* ---------- PLAYER BAR ---------- */

.bharatfm-player {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 0;
    background: #0b1f3a;
    color: #ffffff;
}

.bharatfm-player .bharatfm-player-inner {
    width: min(1300px, calc(100% - 40px));
    min-height: 74px;
    height: 74px;

    margin: 0 auto;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 10px;
    box-sizing: border-box;
}

/* ---------- LEFT PLAYER ELEMENTS ---------- */

.bharatfm-player .bharatfm-live-dot {
    order: 1;
    flex: 0 0 auto;
}

.bharatfm-player .bharatfm-play {
    order: 2;
    flex: 0 0 auto;

    width: 44px;
    height: 44px;
    line-height: 44px;

    margin: 0;
    padding: 0;
}

.bharatfm-player .bharatfm-player-info {
    order: 3;
    flex: 0 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-width: 112px;
}

/* ---------- DIVIDER ---------- */

.bharatfm-player .bharatfm-player-divider {
    order: 4;

    flex: 0 0 auto;

    width: 1px;
    height: 52px;

    margin: 0 2px;

    background: rgba(255,255,255,.25);
}

/* ---------- LIVE VISUALIZER ---------- */

.bharatfm-player .bharatfm-live-visualizer {
    order: 5;

    flex: 0 0 auto;

    width: 150px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.bharatfm-player #bharatfm-visualizer {
    display: block;

    width: 150px;
    height: 50px;

    max-width: 110px;
    max-height: 42px;
}

/* ---------- NOW PLAYING ---------- */

.bharatfm-player .bharatfm-now-playing {
    order: 6;

    flex: 0 0 auto;

    min-width: 150px;
    max-width: 300px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ---------- OLD WAVEFORM ---------- */
/* The new real canvas visualizer replaces this. */

.bharatfm-player .bharatfm-waveform {
    display: none !important;
}

.bharatfm-player .bharatfm-volume {
    display: none !important;
}

.bharatfm-player .bharatfm-listen-live {
    display: none !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .bharatfm-player .bharatfm-player-inner {
        width: calc(100% - 30px);
        height: 72px;
        min-height: 72px;

        gap: 9px;
    }

    .bharatfm-player .bharatfm-live-visualizer {
        width: 85px;
        height: 38px;
    }

    .bharatfm-player #bharatfm-visualizer {
        width: 85px;
        height: 38px;
        max-width: 85px;
        max-height: 38px;
    }

    .bharatfm-player .bharatfm-now-playing {
        min-width: 130px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-player {
        display: block !important;
        width: 100%;
        min-height: 85px;
    }

    .bharatfm-player .bharatfm-player-inner {
        width: calc(100% - 20px);

        height: 85px;
        min-height: 85px;

        margin: 0 auto;
        padding: 0;

        justify-content: flex-start;

        gap: 8px;
    }

    .bharatfm-player .bharatfm-live-dot {
        display: block !important;

        width: 8px;
        height: 8px;

        flex: 0 0 auto;
    }

    .bharatfm-player .bharatfm-play {
        display: block !important;

        width: 40px;
        height: 40px;
        line-height: 40px;

        flex: 0 0 auto;
    }

    .bharatfm-player .bharatfm-player-info {
        display: flex !important;

        min-width: 0;
        flex: 0 1 auto;

        max-width: 125px;
    }

    .bharatfm-player .bharatfm-player-title {
        font-size: 11px;
    }

    .bharatfm-player .bharatfm-player-channel {
        font-size: 9px;
    }

    .bharatfm-player .bharatfm-player-location {
        font-size: 8px;
    }

    .bharatfm-player .bharatfm-player-status {
        font-size: 8px;
    }

    /* Hide secondary desktop elements only */
    .bharatfm-player .bharatfm-player-divider,
    .bharatfm-player .bharatfm-live-visualizer,
    .bharatfm-player .bharatfm-now-playing {
        display: none !important;
    }

    .bharatfm-player .bharatfm-waveform,
    .bharatfm-player .bharatfm-volume,
    .bharatfm-player .bharatfm-listen-live {
        display: none !important;
    }
}

/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .bharatfm-player .bharatfm-player-inner {
        width: calc(100% - 16px);
        gap: 7px;
    }

    .bharatfm-player .bharatfm-play {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .bharatfm-player .bharatfm-player-info {
        max-width: 115px;
    }
}

/* =========================================================
   END FINAL PLAYER RESPONSIVE OVERRIDE
   ========================================================= */

/* =========================================================
   PLAYER LAYOUT — FINAL THREE ZONE BALANCE
   ========================================================= */

@media (min-width: 1025px) {

    .bharatfm-player .bharatfm-player-inner {
        width: min(1300px, calc(100% - 40px));
        margin-left: auto;
        margin-right: auto;

        display: flex;
        align-items: center;

        justify-content: flex-start;

        gap: 10px;

        position: relative;
    }


    /* =====================================================
       LEFT ZONE — STATION / PLAYER
       ===================================================== */

    .bharatfm-player .bharatfm-live-dot {
        flex: 0 0 auto;
    }

    .bharatfm-player .bharatfm-play {
        flex: 0 0 auto;
    }

    .bharatfm-player .bharatfm-player-info {
        flex: 0 0 auto;
    }


    /* =====================================================
       PARTITION LINE — BEFORE CENTER EQUALIZER
       ===================================================== */

    .bharatfm-player .bharatfm-player-divider {
        flex: 0 0 auto;

        width: 1px;
        height: 52px;

        margin-left: 10px;
        margin-right: 28px;
    }


    /* =====================================================
       CENTER ZONE — EQUALIZER
       ===================================================== */

    .bharatfm-player .bharatfm-live-visualizer {
        position: relative;

        width: 260px;
        height: 90px;

        flex: 0 0 260px;

        display: flex;
        align-items: center;
        justify-content: center;

        overflow: hidden;

        margin: 0;

        z-index: 2;
    }

    .bharatfm-player #bharatfm-visualizer {
        display: block;

        width: 260px;
        height: 90px;

        max-width: 260px;
        max-height: 90px;
    }


    /* =====================================================
       RIGHT ZONE — NOW PLAYING
       ===================================================== */

    .bharatfm-player .bharatfm-now-playing {
        flex: 1 1 auto;

        min-width: 150px;
        max-width: none;

        margin-left: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;

        z-index: 3;
    }
}


/* =========================================================
   MEDIUM WIDTH PLAYER — EQUALIZER + NOW PLAYING PARTITION
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .bharatfm-player .bharatfm-live-visualizer {
        flex: 0 0 180px;
        width: 180px;
        height: 60px;

        padding-right: 18px;
        margin-right: 18px;

        border-right: 1px solid rgba(255,255,255,.25);

        display: flex;
        align-items: center;
        justify-content: center;

        overflow: hidden;
    }

    .bharatfm-player #bharatfm-visualizer {
        width: 180px;
        height: 60px;

        max-width: 180px;
        max-height: 60px;
    }

    .bharatfm-player .bharatfm-now-playing {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 300px;
    }
}

/* =========================================================
   END MEDIUM WIDTH PLAYER OVERRIDE
   ========================================================= */


/* =========================================================
   STEP 4 — MEDIUM PLAYER PARTITION AFTER EQUALIZER
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .bharatfm-player .bharatfm-live-visualizer {
        position: relative;

        border-right: none;

        padding-right: 18px;
        margin-right: 18px;
    }

    .bharatfm-player .bharatfm-live-visualizer::after {
        content: "";

        position: absolute;
        top: 8px;
        right: 0;
        bottom: 8px;

        width: 1px;

        background: rgba(255,255,255,.35);

        display: block;
    }
}

/* =========================================================
   END STEP 4
   ========================================================= */




/* =========================================================
   FINAL DESKTOP PARTITION — SURGICAL FIX
   ========================================================= */

@media (min-width: 1025px) {

    /*
     * CENTER EQUALIZER
     *
     * Remove the old absolute-position offsets.
     * The equalizer must occupy its real 260px flex slot.
     */

    .bharatfm-player .bharatfm-live-visualizer {
        position: relative;

        left: auto;
        top: auto;
        transform: none;

        width: 260px;
        height: 90px;

        flex: 0 0 260px;

        display: flex;
        align-items: center;
        justify-content: center;

        overflow: hidden;

        margin: 0 24px 0 0;
        padding-right: 24px;

        z-index: 2;
    }

    /*
     * SECOND PARTITION
     *
     * Physically attached to the right edge
     * of the equalizer container.
     */

    .bharatfm-player .bharatfm-live-visualizer::after {
        content: "";

        position: absolute;

        top: 8px;
        right: 0;
        bottom: 8px;

        width: 1px;

        background: rgba(255,255,255,.35);

        display: block;
    }

    /*
     * NOW PLAYING
     *
     * Start immediately after the equalizer partition.
     * Do NOT push it to the far right with margin-left:auto.
     */

    .bharatfm-player .bharatfm-now-playing {
        flex: 1 1 auto;

        min-width: 150px;
        max-width: none;

        margin-left: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;

        z-index: 3;
    }

}

/* =========================================================
   END FINAL DESKTOP PARTITION — SURGICAL FIX
   ========================================================= */




/* =========================================================
   ROW 2 DESKTOP COMPACTION — CONTROLLED
   Row 1 and Row 3: UNTOUCHED
   ========================================================= */

@media (min-width: 1025px) {

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 78px;
    }

}

/* =========================================================
   END ROW 2 DESKTOP COMPACTION
   ========================================================= */

/* =========================================================
   ROW 2 DESKTOP — TOP BREATHING ADJUSTMENT
   Row 1 and Row 3: UNTOUCHED
   Overall Row 2 height: UNCHANGED at 78px
   ========================================================= */

@media (min-width: 1025px) {

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 78px;
        padding-top: 6px;
        box-sizing: border-box;
    }

}

/* =========================================================
   END ROW 2 TOP BREATHING ADJUSTMENT
   ========================================================= */


/* =========================================================
   TABLET + MOBILE — ROW 2 COMPACTION
   =========================================================
   LOCKED ELEMENTS — DO NOT TOUCH:
   Row 1
   Desktop Row 2
   Desktop Row 3 / Player

   Tablet and mobile only.
   Player / JavaScript / stream untouched.
   ========================================================= */


/* ---------------------------------------------------------
   TABLET — 768px to 1024px
   Moderate Row 2 compaction
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 74px;
        padding-top: 3px;
        padding-bottom: 3px;
        box-sizing: border-box;
    }

}


/* ---------------------------------------------------------
   MOBILE — 767px and below
   Stronger Row 2 compaction
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 68px;
        padding-top: 4px;
        padding-bottom: 4px;
        box-sizing: border-box;
    }

}


/* =========================================================
   END TABLET + MOBILE ROW 2 COMPACTION
   ========================================================= */


/* =========================================================
   MOBILE ROW 2 — FINAL COMPACTION
   ---------------------------------------------------------
   MOBILE ONLY
   Row 1: LOCKED / UNCHANGED
   Desktop Row 2: LOCKED / UNCHANGED
   Tablet Row 2: LOCKED / UNCHANGED
   Row 3 / Player: LOCKED / UNCHANGED
   JavaScript: UNCHANGED
   Stream: UNCHANGED
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 64px;
        padding-top: 2px;
        padding-bottom: 2px;
        box-sizing: border-box;
    }

}

/* =========================================================
   END MOBILE ROW 2 — FINAL COMPACTION
   ========================================================= */


/* =========================================================
   MOBILE ROW 2 — LOGO + MENU SIDE-BY-SIDE
   =========================================================
   MOBILE ONLY

   Row 1: LOCKED / UNCHANGED
   Desktop Row 2: LOCKED / UNCHANGED
   Tablet Row 2: LOCKED / UNCHANGED
   Row 3 / Player: LOCKED / UNCHANGED
   JavaScript: UNCHANGED
   Stream: UNCHANGED
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-header-main .bharatfm-header-container {
        min-height: 64px;
        padding-top: 2px;
        padding-bottom: 2px;
        box-sizing: border-box;

        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .bharatfm-header-logo {
        flex: 0 1 auto;
        min-width: 0;
    }

    .bharatfm-header-logo img {
        max-width: 145px;
        max-height: 52px;
    }

    /*
     * Keep the mobile menu on the same horizontal line
     * as the logo.
     */
    .bharatfm-header-navigation {
        display: flex;
        flex: 0 0 auto;
        margin-left: 10px;
        align-items: center;
    }

}

/* =========================================================
   END MOBILE LOGO + MENU SIDE-BY-SIDE
   ========================================================= */


/* =========================================================
   MOBILE ROW 2 — FINAL LOGO + MENU LAYOUT
   =========================================================
   Mobile only.

   Row 1: LOCKED / UNCHANGED
   Desktop Row 2: LOCKED / UNCHANGED
   Tablet Row 2: LOCKED / UNCHANGED
   Row 3 / Player: LOCKED / UNCHANGED
   JavaScript: UNCHANGED
   Stream: UNCHANGED
   ========================================================= */

@media (max-width: 767px) {

    /* Keep the mobile header compact and vertically centered. */
    .bharatfm-header-main .bharatfm-header-container {
        min-height: 64px;
        padding-top: 2px;
        padding-bottom: 2px;
        box-sizing: border-box;

        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    /*
     * IMPORTANT:
     * Hide the desktop navigation.
     * The previous override accidentally brought this back.
     */
    .bharatfm-header-navigation {
        display: none !important;
    }

    /*
     * Branding stays vertical:
     *
     *     LOGO
     *     TAGLINE
     *
     * This allows the hamburger to sit beside the logo.
     */
    .bharatfm-header-branding {
        flex: 0 0 auto;
        margin: 0;
        text-align: left;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    /*
     * Slightly smaller mobile logo.
     */
    .bharatfm-header-logo img {
        width: auto;
        max-width: 135px;
        max-height: 48px;
        margin: 0;
    }

    /*
     * Keep the slogan directly underneath the logo.
     */
    .bharatfm-header-slogan {
        margin-top: 3px;
        text-align: left;
        white-space: nowrap;
    }

    /*
     * ACTUAL mobile hamburger.
     * Keep it beside the branding block.
     */
    .bharatfm-mobile-menu-toggle {
        display: block !important;
        flex: 0 0 auto;

        width: 32px;
        height: 32px;

        margin-left: 12px;
        margin-right: 0;

        padding: 5px;
    }

}

/* =========================================================
   END MOBILE ROW 2 — FINAL LOGO + MENU LAYOUT
   ========================================================= */


/* =========================================================
   ROW 3 — CHANNEL SELECTOR
   POSITIONING ONLY
   Existing player / visualizer / Now Playing untouched.
   ========================================================= */

.bharatfm-player {
    position: relative;
}

.bharatfm-channel-selector {
    position: absolute;
    left: max(15px, calc((100% - 1300px) / 2));
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.bharatfm-channel-selector-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    height: 34px;
    padding: 0 10px;

    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 6px;

    background: rgba(7,26,52,0.95);
    color: #ffffff;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;

    cursor: pointer;
}

.bharatfm-channel-selector-arrow {
    font-size: 13px;
    line-height: 1;
}

.bharatfm-channel-selector-menu {
    display: none;
}

/* ---------------------------------------------------------
   TABLET
   Selector stays outside the player's flex layout.
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {

    .bharatfm-channel-selector {
        left: 10px;
    }

    .bharatfm-channel-selector-button {
        height: 32px;
        padding: 0 8px;
        font-size: 11px;
    }

}

/* ---------------------------------------------------------
   MOBILE
   Compact selector — does not alter player flex sizing.
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .bharatfm-channel-selector {
        left: 8px;
    }

    .bharatfm-channel-selector-button {
        height: 30px;
        padding: 0 7px;
        gap: 4px;
        font-size: 10px;
    }

}

/* =========================================================
   END ROW 3 — CHANNEL SELECTOR POSITIONING
   ========================================================= */


/* =========================================================
   ROW 3 — CHANNEL SELECTOR
   DESKTOP POSITION ONLY
   Keep selector in the empty space LEFT of the player.
   Existing player layout remains untouched.
   ========================================================= */

@media (min-width: 1025px) {

    .bharatfm-channel-selector {
        left: 6px;
    }

}

/* =========================================================
   ROW 3 — CHANNEL SELECTOR
   TABLET POSITION ONLY
   Desktop locked at left: 6px.
   Player / visualizer / Now Playing untouched.
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .bharatfm-channel-selector {
        left: auto;
        right: 10px;
    }

}

/* =========================================================
   ROW 3 — TABLET / SMALL TABLET FIX
   600px to 1024px
   Desktop remains locked.
   Player / visualizer / Now Playing untouched.
   ========================================================= */

@media (min-width: 600px) and (max-width: 1024px) {

    .bharatfm-channel-selector {
        left: auto;
        right: 10px;
    }

}

/* =========================================================
   ROW 3 — TABLET NOW PLAYING CENTER
   600px–1024px
   Selector remains on RIGHT.
   Desktop remains LOCKED.
   Existing player functionality untouched.
   ========================================================= */

@media (min-width: 600px) and (max-width: 1024px) {

    .bharatfm-player-inner {
        position: relative;
        display: flex;
        align-items: center;
    }

    /* LEFT — station information */
    .bharatfm-player-info {
        flex: 0 0 auto;
    }

    /* FIRST DIVIDER — after station information */
    .bharatfm-player-divider {
        display: block;
        flex: 0 0 1px;
        width: 1px;
        height: 52px;
        margin: 0 20px;
        background: rgba(255,255,255,0.30);
    }

    /* CENTER — NOW PLAYING */
    .bharatfm-now-playing {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bharatfm-now-playing-title {
        text-align: center;
    }

    .bharatfm-now-playing-artist {
        text-align: center;
    }

    /* SECOND DIVIDER — before right-side selector area */
    .bharatfm-player-inner::after {
        content: "";
        display: block;
        flex: 0 0 1px;
        width: 1px;
        height: 52px;
        margin: 0 20px;
        background: rgba(255,255,255,0.30);
    }

    /* Selector stays on RIGHT */
    .bharatfm-channel-selector {
        left: auto;
        right: 10px;
    }

}

/* =========================================================
   END TABLET NOW PLAYING CENTER
   ========================================================= */

/* =========================================================
   STEP 15 — TABLET NOW PLAYING FINAL POSITION
   Clean center layout — no flex disruption
   Desktop and mobile untouched
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    /* Remove the previous flex-item dividers */
    .bharatfm-player-inner::before,
    .bharatfm-player-inner::after {
        content: none !important;
        display: none !important;
    }

    /* Keep the player inner layout intact */
    .bharatfm-player-inner {
        position: relative;
    }

    /* NOW PLAYING — centered in the tablet player */
    .bharatfm-player .bharatfm-now-playing {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

        width: 240px;
        max-width: 240px;
        min-width: 0;

        margin: 0;
        padding: 0 22px;

        box-sizing: border-box;
        text-align: left;

        z-index: 5;
    }

    /* Divider immediately BEFORE Now Playing */
    .bharatfm-player .bharatfm-now-playing::before {
        content: "";

        position: absolute;
        left: 0;
        top: 8px;
        bottom: 8px;

        width: 1px;

        background: rgba(255,255,255,0.30);
    }

    /* Divider immediately AFTER Now Playing */
    .bharatfm-player .bharatfm-now-playing::after {
        content: "";

        position: absolute;
        right: 0;
        top: 8px;
        bottom: 8px;

        width: 1px;

        background: rgba(255,255,255,0.30);
    }

    /* Selector remains on the RIGHT */
    .bharatfm-channel-selector {
        left: auto !important;
        right: 10px !important;
        z-index: 20;
    }

    /* Keep dropdown button and arrow visible */
    .bharatfm-channel-selector-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .bharatfm-channel-selector-arrow {
        display: inline-block !important;
        visibility: visible !important;
    }

}

/* =========================================================
   END STEP 15
   ========================================================= */

/* =========================================================
   STEP 16 — TABLET NOW PLAYING — FINAL CORRECTION
   Clean center section with two dividers
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    /* -----------------------------------------------------
       REMOVE OLD PLAYER DIVIDER FROM FLEX FLOW
       ----------------------------------------------------- */

    .bharatfm-player .bharatfm-player-divider {
        display: none !important;
    }

    /* -----------------------------------------------------
       NOW PLAYING — FORCE VISIBLE
       ----------------------------------------------------- */

    .bharatfm-player .bharatfm-now-playing {
        display: block !important;

        position: absolute !important;

        left: 50% !important;
        top: 50% !important;

        transform: translate(-50%, -50%) !important;

        width: 260px !important;
        max-width: 260px !important;
        min-width: 260px !important;

        margin: 0 !important;
        padding: 0 20px !important;

        box-sizing: border-box !important;

        text-align: left;

        z-index: 10;
    }

    /* -----------------------------------------------------
       NOW PLAYING TITLE
       ----------------------------------------------------- */

    .bharatfm-player .bharatfm-now-playing-title {
        display: block !important;

        width: 100%;

        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /* -----------------------------------------------------
       LEFT DIVIDER
       ----------------------------------------------------- */

    .bharatfm-player .bharatfm-now-playing::before {
        content: "" !important;

        position: absolute;

        left: 0;
        top: 4px;
        bottom: 4px;

        width: 1px;

        background: rgba(255,255,255,0.30);

        display: block !important;
    }

    /* -----------------------------------------------------
       RIGHT DIVIDER
       ----------------------------------------------------- */

    .bharatfm-player .bharatfm-now-playing::after {
        content: "" !important;

        position: absolute;

        right: 0;
        top: 4px;
        bottom: 4px;

        width: 1px;

        background: rgba(255,255,255,0.30);

        display: block !important;
    }

    /* -----------------------------------------------------
       NOW PLAYING LABEL
       Show it again on tablet
       ----------------------------------------------------- */

    .bharatfm-player .bharatfm-now-playing-label {
        display: block !important;
    }

    /* -----------------------------------------------------
       ARTIST / RJ LINE
       Keep hidden — clean layout
       ----------------------------------------------------- */

    .bharatfm-player .bharatfm-now-playing-rj,
    .bharatfm-player .bharatfm-now-playing-artist {
        display: none !important;
    }

    /* -----------------------------------------------------
       CHANNEL SELECTOR — RIGHT
       ----------------------------------------------------- */

    .bharatfm-channel-selector {
        left: auto !important;
        right: 10px !important;
        z-index: 20 !important;
    }

}

/* =========================================================
   END STEP 16
   ========================================================= */

/* =========================================================
   STEP 17 — TABLET NOW PLAYING — FINAL CLEAN POSITION
   Absolute center — no flex geometry changes.
   Desktop remains locked.
   Mobile remains unchanged.
   ========================================================= */

@media (min-width: 600px) and (max-width: 1024px) {

    /* Keep the player as the positioning reference */
    .bharatfm-player {
        position: relative;
    }

    .bharatfm-player-inner {
        position: relative;
    }

    /* REMOVE ANY PREVIOUS FLEX-BASED DIVIDERS */
    .bharatfm-player-inner::before,
    .bharatfm-player-inner::after {
        display: none !important;
        content: none !important;
    }

    /* NOW PLAYING — TRUE CENTER */
    .bharatfm-player .bharatfm-now-playing {
        display: block !important;

        position: absolute;
        left: 50%;
        top: 50%;

        transform: translate(-50%, -50%);

        width: 260px;
        min-width: 260px;
        max-width: 260px;

        margin: 0 !important;
        padding: 0 20px;

        box-sizing: border-box;

        text-align: center;

        z-index: 10;
    }

    /* Show the actual Now Playing content */
    .bharatfm-player .bharatfm-now-playing-label,
    .bharatfm-player .bharatfm-now-playing-title,
    .bharatfm-player .bharatfm-now-playing-artist {
        display: block !important;
    }

    /* LEFT DIVIDER — attached directly to Now Playing */
    .bharatfm-player .bharatfm-now-playing::before {
        content: "";

        position: absolute;

        left: 0;
        top: -26px;
        bottom: -26px;

        width: 1px;

        background: rgba(255,255,255,0.30);
    }

    /* RIGHT DIVIDER — attached directly to Now Playing */
    .bharatfm-player .bharatfm-now-playing::after {
        content: "";

        position: absolute;

        right: 0;
        top: -26px;
        bottom: -26px;

        width: 1px;

        background: rgba(255,255,255,0.30);
    }

    /* CHANNEL SELECTOR — RIGHT */
    .bharatfm-channel-selector {
        left: auto !important;
        right: 10px !important;

        z-index: 20;
    }

}

/* =========================================================
   END STEP 17
   ========================================================= */

/* =========================================================
   STEP 17 — TABLET NOW PLAYING — FINAL CLEAN POSITION
   Absolute center — no flex geometry changes.
   Desktop remains locked.
   Mobile remains unchanged.
   ========================================================= */

@media (min-width: 600px) and (max-width: 1024px) {

    /* Keep the player as the positioning reference */
    .bharatfm-player {
        position: relative;
    }

    .bharatfm-player-inner {
        position: relative;
    }

    /* REMOVE ANY PREVIOUS FLEX-BASED DIVIDERS */
    .bharatfm-player-inner::before,
    .bharatfm-player-inner::after {
        display: none !important;
        content: none !important;
    }

    /* NOW PLAYING — TRUE CENTER */
    .bharatfm-player .bharatfm-now-playing {
        display: block !important;

        position: absolute;
        left: 50%;
        top: 50%;

        transform: translate(-50%, -50%);

        width: 260px;
        min-width: 260px;
        max-width: 260px;

        margin: 0 !important;
        padding: 0 20px;

        box-sizing: border-box;

        text-align: center;

        z-index: 10;
    }

    /* Show the actual Now Playing content */
    .bharatfm-player .bharatfm-now-playing-label,
    .bharatfm-player .bharatfm-now-playing-title,
    .bharatfm-player .bharatfm-now-playing-artist {
        display: block !important;
    }

    /* LEFT DIVIDER — attached directly to Now Playing */
    .bharatfm-player .bharatfm-now-playing::before {
        content: "";

        position: absolute;

        left: 0;
        top: -26px;
        bottom: -26px;

        width: 1px;

        background: rgba(255,255,255,0.30);
    }

    /* RIGHT DIVIDER — attached directly to Now Playing */
    .bharatfm-player .bharatfm-now-playing::after {
        content: "";

        position: absolute;

        right: 0;
        top: -26px;
        bottom: -26px;

        width: 1px;

        background: rgba(255,255,255,0.30);
    }

    /* CHANNEL SELECTOR — RIGHT */
    .bharatfm-channel-selector {
        left: auto !important;
        right: 10px !important;

        z-index: 20;
    }

}

/* =========================================================
   END STEP 17
   ========================================================= */

/* =========================================================
   STEP 18 — TABLET ROW 3
   THIRD COMPONENT — CHANNEL SELECTOR
   Center selector inside the RIGHT 1/3 component.
   Desktop and mobile untouched.
   ========================================================= */

@media (min-width: 600px) and (max-width: 1024px) {

    /* -----------------------------------------------------
       RIGHT / THIRD COMPONENT
       Selector occupies the right third and centers itself.
       ----------------------------------------------------- */

    .bharatfm-channel-selector {
        left: auto !important;
        right: 0 !important;

        width: 33.333333%;

        display: flex;
        align-items: center;
        justify-content: center;

        box-sizing: border-box;

        z-index: 20;
    }

    /* Slightly larger dropdown */
    .bharatfm-channel-selector-button {
        height: 36px;

        padding: 0 13px;

        font-size: 12px;

        box-sizing: border-box;
    }

}

/* =========================================================
   END STEP 18
   ========================================================= */

/* =========================================================
   MOBILE ROW 3 — CHANNEL SELECTOR
   Move selector to the RIGHT of the player information.
   Desktop + tablet remain locked.
   ========================================================= */

@media (max-width: 599px) {

    .bharatfm-player {
        position: relative;
    }

    /* Channel selector — right side of mobile player */
    .bharatfm-channel-selector {
        position: absolute !important;

        left: auto !important;
        right: 8px !important;

        top: 50%;
        transform: translateY(-50%);

        width: auto !important;

        z-index: 20;
    }

    /* Keep dropdown compact enough for mobile */
    .bharatfm-channel-selector-button {
        display: inline-flex !important;

        align-items: center;
        justify-content: center;

        height: 30px;

        padding: 0 8px;

        font-size: 10px;

        white-space: nowrap;

        box-sizing: border-box;
    }

    .bharatfm-channel-selector-arrow {
        display: inline-block !important;
        visibility: visible !important;
    }

}

/* =========================================================
   END MOBILE ROW 3 — CHANNEL SELECTOR
   ========================================================= */


/* =========================================================
   CHANNEL SELECTOR — DROPDOWN VISUAL DESIGN
   STEP 10
   FUNCTIONALITY UNCHANGED
   PLAYER LAYOUT UNCHANGED
   ========================================================= */

/* Dropdown container */
.bharatfm-channel-selector-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;

    display: none;
    flex-direction: column;

    min-width: 180px;
    width: max-content;
    max-width: 220px;

    padding: 5px;

    background: #071a34;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 7px;

    box-shadow: 0 8px 20px rgba(0,0,0,0.30);

    z-index: 1000;

    overflow: hidden;
}

/* Open state — tied directly to existing aria-expanded state */
.bharatfm-channel-selector-button[aria-expanded="true"]
+ .bharatfm-channel-selector-menu {
    display: flex;
}

/* Individual channel option */
.bharatfm-channel-selector-menu
.bharatfm-channel-option {
    display: block;

    width: 100%;
    min-height: 34px;

    padding: 7px 11px;

    border: 0;
    border-radius: 4px;

    background: transparent;
    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.2;
    text-align: left;

    cursor: pointer;
    white-space: nowrap;

    box-sizing: border-box;
}

/* Hover */
.bharatfm-channel-selector-menu
.bharatfm-channel-option:hover {
    background: rgba(255,255,255,0.12);
}

/* Currently selected channel */
.bharatfm-channel-selector-menu
.bharatfm-channel-option[aria-current="true"] {
    background: rgba(17,107,224,0.45);
}

/* =========================================================
   END STEP 10 — CHANNEL DROPDOWN VISUAL DESIGN
   ========================================================= */


/* =========================================================
   STEP 11 — MOBILE CHANNEL DROPDOWN
   Mobile only.
   Desktop + Tablet remain completely untouched.
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-channel-selector-menu {
        left: auto;
        right: 0;

        min-width: 155px;
        width: max-content;
        max-width: calc(100vw - 20px);

        padding: 4px;
    }

    .bharatfm-channel-selector-menu
    .bharatfm-channel-option {
        min-height: 32px;

        padding: 6px 9px;

        font-size: 12px;
        line-height: 1.2;

        white-space: nowrap;
    }

}


/* =========================================================
   END STEP 11 — MOBILE DROPDOWN WIDTH FIX
   ========================================================= */


/* =========================================================
   BHARAT FM® HOMEPAGE — HERO
   STEP 15C — RESPONSIVE HERO FIX
   ========================================================= */

.bharatfm-home-hero {
    position: relative;
    width: 100%;
    height: min(680px, calc(100vh - 120px));
    min-height: 600px;
    overflow: hidden;
    isolation: isolate;
    background: #050505;
}

.bharatfm-home-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.bharatfm-home-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 58% center;
}

.bharatfm-home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.78) 0%,
            rgba(0, 0, 0, 0.62) 34%,
            rgba(0, 0, 0, 0.30) 68%,
            rgba(0, 0, 0, 0.22) 100%
        );
}

.bharatfm-home-hero-container {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 80px));
    height: 100%;
    min-height: inherit;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.bharatfm-home-hero-content {
    width: min(620px, 100%);
    padding: 70px 0;
    color: #ffffff;
}

.bharatfm-home-hero-eyebrow {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.bharatfm-home-hero h1 {
    margin: 0;
    max-width: 620px;
    color: #ffffff;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.035em;
    text-shadow:
        0 3px 12px rgba(0, 0, 0, 0.85),
        0 1px 3px rgba(0, 0, 0, 0.95);
}

.bharatfm-home-hero-description {
    max-width: 570px;
    margin: 24px 0 0;
    color: #ffffff;
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.55;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.85),
        0 1px 3px rgba(0, 0, 0, 0.95);
}

.bharatfm-home-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 30px;
    padding: 13px 28px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    color: #06366f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.30);
    transition:
        transform 180ms ease,
        opacity 180ms ease,
        box-shadow 180ms ease;
}

.bharatfm-home-hero-cta:hover,
.bharatfm-home-hero-cta:focus-visible {
    color: #06366f;
    transform: translateY(-2px);
    box-shadow: 0 9px 26px rgba(0, 0, 0, 0.38);
}

.bharatfm-home-hero-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
    max-width: 650px;
}

.bharatfm-home-hero-platform {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(7px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.80);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .bharatfm-home-hero {
        height: 590px;
        min-height: 590px;
    }

    .bharatfm-home-hero-video {
        object-position: 62% center;
    }

    .bharatfm-home-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.80) 0%,
                rgba(0, 0, 0, 0.62) 42%,
                rgba(0, 0, 0, 0.30) 78%,
                rgba(0, 0, 0, 0.25) 100%
            );
    }

    .bharatfm-home-hero-container {
        width: min(100% - 56px, 900px);
    }

    .bharatfm-home-hero-content {
        width: min(570px, 100%);
        padding: 60px 0;
    }

    .bharatfm-home-hero h1 {
        max-width: 570px;
        font-size: clamp(40px, 6vw, 58px);
    }

    .bharatfm-home-hero-description {
        max-width: 520px;
        font-size: 18px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-home-hero {
        height: 620px;
        min-height: 620px;
    }

    .bharatfm-home-hero-video {
        object-position: 68% center;
    }

    .bharatfm-home-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.18) 0%,
                rgba(0, 0, 0, 0.25) 25%,
                rgba(0, 0, 0, 0.62) 57%,
                rgba(0, 0, 0, 0.94) 100%
            );
    }

    .bharatfm-home-hero-container {
        width: calc(100% - 36px);
        align-items: flex-end;
    }

    .bharatfm-home-hero-content {
        width: 100%;
        padding: 34px 0 34px;
    }

    .bharatfm-home-hero-eyebrow {
        margin-bottom: 9px;
        color: #ffffff;
        font-size: 12px;
    }

    .bharatfm-home-hero h1 {
        max-width: 100%;
        color: #ffffff;
        font-size: clamp(32px, 9.5vw, 44px);
        line-height: 1.04;
        letter-spacing: -0.025em;
    }

    .bharatfm-home-hero-description {
        max-width: 100%;
        margin-top: 15px;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.48;
    }

    .bharatfm-home-hero-cta {
        width: 100%;
        min-height: 50px;
        margin-top: 21px;
        padding: 12px 22px;
        font-size: 15px;
    }

    .bharatfm-home-hero-platforms {
        gap: 7px;
        margin-top: 16px;
        max-width: 100%;
    }

    .bharatfm-home-hero-platform {
        min-height: 27px;
        padding: 5px 9px;
        font-size: 10px;
    }
}

/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

    .bharatfm-home-hero {
        height: 600px;
        min-height: 600px;
    }

    .bharatfm-home-hero-video {
        object-position: 70% center;
    }

    .bharatfm-home-hero-container {
        width: calc(100% - 28px);
    }

    .bharatfm-home-hero-content {
        padding-bottom: 28px;
    }

    .bharatfm-home-hero h1 {
        font-size: 31px;
    }

    .bharatfm-home-hero-description {
        font-size: 15px;
    }

    .bharatfm-home-hero-platform {
        font-size: 9px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bharatfm-home-hero-video {
        display: none;
    }

    .bharatfm-home-hero {
        background-image: none;
    }

    .bharatfm-home-hero-cta {
        transition: none;
    }
}

/* =========================================================
   END STEP 15C
   ========================================================= */

/* =========================================================
   BHARAT FM® HOMEPAGE — APP DOWNLOAD CHOOSER
   STEP 16C
   ========================================================= */

.bharatfm-app-download-modal[hidden] {
    display: none !important;
}

.bharatfm-app-download-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding: 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.bharatfm-app-download-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bharatfm-app-download-dialog {
    position: relative;
    z-index: 2;
    width: min(520px, 100%);
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(18, 18, 18, 0.98);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        0 8px 30px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.bharatfm-app-download-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    transition:
        background 180ms ease,
        transform 180ms ease;
}

.bharatfm-app-download-close:hover,
.bharatfm-app-download-close:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    transform: scale(1.04);
}

.bharatfm-app-download-eyebrow {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bharatfm-app-download-dialog h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.bharatfm-app-download-description {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.5;
}

.bharatfm-app-download-options {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.bharatfm-app-download-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 64px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff !important;
    text-decoration: none !important;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.bharatfm-app-download-option:hover,
.bharatfm-app-download-option:focus-visible {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.bharatfm-app-download-option-label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.bharatfm-app-download-option-arrow {
    flex: 0 0 auto;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

body.bharatfm-app-modal-open {
    overflow: hidden;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .bharatfm-app-download-dialog {
        width: min(500px, 100%);
        padding: 38px;
    }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-app-download-modal {
        align-items: flex-end;
        padding: 14px;
    }

    .bharatfm-app-download-dialog {
        width: 100%;
        max-height: calc(100vh - 28px);
        max-height: calc(100dvh - 28px);
        padding: 34px 22px 24px;
        border-radius: 22px;
    }

    .bharatfm-app-download-close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
        font-size: 24px;
    }

    .bharatfm-app-download-eyebrow {
        font-size: 12px;
    }

    .bharatfm-app-download-dialog h2 {
        max-width: calc(100% - 35px);
        font-size: 28px;
    }

    .bharatfm-app-download-description {
        font-size: 15px;
    }

    .bharatfm-app-download-options {
        margin-top: 22px;
    }

    .bharatfm-app-download-option {
        min-height: 60px;
        padding: 13px 15px;
    }

    .bharatfm-app-download-option-label {
        font-size: 15px;
    }

}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

    .bharatfm-app-download-modal {
        padding: 10px;
    }

    .bharatfm-app-download-dialog {
        max-height: calc(100vh - 20px);
        max-height: calc(100dvh - 20px);
        padding: 32px 18px 20px;
        border-radius: 18px;
    }

    .bharatfm-app-download-dialog h2 {
        font-size: 25px;
    }

    .bharatfm-app-download-option {
        min-height: 56px;
        gap: 10px;
    }

    .bharatfm-app-download-option-label {
        font-size: 14px;
    }

}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bharatfm-app-download-close,
    .bharatfm-app-download-option {
        transition: none;
    }

}

/* =========================================================
   END STEP 16C
   ========================================================= */


/* =========================================================
   BHARAT FM® HOMEPAGE — CHANNEL LISTENING NETWORK
   STEP 22G.4 — FINAL PREMIUM CHANNEL CARD DESIGN
   CSS ONLY
   ========================================================= */

.bharatfm-home-channels {
    position: relative;
    width: 100%;
    padding: 96px 24px 110px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(31, 95, 174, 0.055),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 88%,
            rgba(244, 180, 0, 0.045),
            transparent 28%
        ),
        #f6f6f4;
    color: #111111;
}

.bharatfm-home-channels::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: rgba(17, 17, 17, 0.10);
}

.bharatfm-home-channels-container {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.bharatfm-home-channels-header {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.bharatfm-home-channels-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 15px;
    color: rgba(17, 17, 17, 0.58);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.bharatfm-home-channels-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d71920;
    box-shadow: 0 0 0 5px rgba(215, 25, 32, 0.08);
}

.bharatfm-home-channels-header h2 {
    margin: 0;
    color: #111111;
    font-size: clamp(36px, 5vw, 54px);
    font-weight: 850;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.bharatfm-home-channels-intro {
    max-width: 700px;
    margin: 18px auto 0;
    color: rgba(17, 17, 17, 0.62);
    font-size: 16px;
    line-height: 1.65;
}

.bharatfm-home-channels-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.bharatfm-home-channel-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.075),
        0 3px 10px rgba(0, 0, 0, 0.035);
    transition:
        transform 240ms ease,
        box-shadow 240ms ease,
        border-color 240ms ease;
}

.bharatfm-home-channel-card:hover {
    transform: translateY(-6px);
    border-color: rgba(31, 95, 174, 0.20);
    box-shadow:
        0 26px 58px rgba(0, 0, 0, 0.12),
        0 6px 18px rgba(0, 0, 0, 0.055);
}

/* ---------------------------------------------------------
   CARD VISUAL
   --------------------------------------------------------- */

.bharatfm-home-channel-image {
    position: relative;
    min-height: 205px;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(
            135deg,
            #171717 0%,
            #252525 52%,
            #111111 100%
        );
}

.bharatfm-home-channel-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(
            circle at 82% 28%,
            rgba(255, 255, 255, 0.15),
            transparent 22%
        ),
        radial-gradient(
            circle at 12% 90%,
            rgba(31, 95, 174, 0.22),
            transparent 35%
        );
    transform: scale(1.01);
    transition: transform 500ms ease;
}

.bharatfm-home-channel-card:hover .bharatfm-home-channel-image::before {
    transform: scale(1.055);
}

.bharatfm-home-channel-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.08) 0%,
            rgba(0, 0, 0, 0.16) 42%,
            rgba(0, 0, 0, 0.82) 100%
        );
}

.bharatfm-home-channel-image::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        #d71920 0%,
        #f4b400 48%,
        #1f5fae 100%
    );
}

.bharatfm-home-channel-image-caption {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 20px;
    left: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    color: #ffffff;
}

.bharatfm-home-channel-image-caption strong,
.bharatfm-home-channel-image-caption span {
    color: inherit;
}

.bharatfm-home-channel-image-caption::before {
    content: "BHARAT FM";
    position: absolute;
    top: -92px;
    left: 0;
    color: rgba(255, 255, 255, 0.08);
    font-size: clamp(34px, 6vw, 58px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.06em;
    pointer-events: none;
}

/* City-specific visual identities */

.bharatfm-home-channel-image-cincinnati {
    background:
        linear-gradient(135deg, rgba(20, 70, 140, 0.76), rgba(12, 12, 12, 0.92)),
        linear-gradient(45deg, #1f5fae, #171717);
}

.bharatfm-home-channel-image-raleigh {
    background:
        linear-gradient(135deg, rgba(31, 95, 174, 0.68), rgba(17, 17, 17, 0.94)),
        linear-gradient(45deg, #263238, #111111);
}

.bharatfm-home-channel-image-dallas {
    background:
        linear-gradient(135deg, rgba(215, 25, 32, 0.58), rgba(17, 17, 17, 0.95)),
        linear-gradient(45deg, #5a1619, #111111);
}

.bharatfm-home-channel-image-houston {
    background:
        linear-gradient(135deg, rgba(244, 180, 0, 0.40), rgba(17, 17, 17, 0.96)),
        linear-gradient(45deg, #4a3a08, #111111);
}

.bharatfm-home-channel-image-columbus {
    background:
        linear-gradient(135deg, rgba(31, 95, 174, 0.62), rgba(17, 17, 17, 0.95)),
        linear-gradient(45deg, #203b59, #111111);
}

.bharatfm-home-channel-image-phoenix {
    background:
        linear-gradient(135deg, rgba(215, 25, 32, 0.56), rgba(17, 17, 17, 0.94)),
        linear-gradient(45deg, #522023, #111111);
}

.bharatfm-home-channel-image-kansas-city {
    background:
        linear-gradient(135deg, rgba(244, 180, 0, 0.34), rgba(17, 17, 17, 0.96)),
        linear-gradient(45deg, #4b3c12, #111111);
}

.bharatfm-home-channel-image-washington-dc {
    background:
        linear-gradient(135deg, rgba(31, 95, 174, 0.70), rgba(17, 17, 17, 0.94)),
        linear-gradient(45deg, #1e3855, #111111);
}

/* ---------------------------------------------------------
   CARD CONTENT
   --------------------------------------------------------- */

.bharatfm-home-channel-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 28px 28px;
}

.bharatfm-home-channel-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.bharatfm-home-channel-card-label {
    margin: 0;
    color: rgba(17, 17, 17, 0.50);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bharatfm-home-channel-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    border: 1px solid rgba(215, 25, 32, 0.15);
    border-radius: 999px;
    background: rgba(215, 25, 32, 0.055);
    color: #b5161d;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.bharatfm-home-channel-live::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d71920;
    box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.10);
    animation: bharatfm-channel-live-pulse 1.8s ease-in-out infinite;
}

.bharatfm-home-channel-card h3 {
    margin: 0;
    color: #111111;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 850;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.bharatfm-home-channel-location {
    margin: 8px 0 0;
    color: rgba(17, 17, 17, 0.55);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.bharatfm-home-channel-description {
    max-width: 580px;
    margin: 15px 0 0;
    color: rgba(17, 17, 17, 0.64);
    font-size: 14px;
    line-height: 1.62;
}

.bharatfm-home-channel-card-action {
    position: relative;
    z-index: 4;
    margin-top: auto;
    padding-top: 24px;
}

.bharatfm-home-channel-listen {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 180px;
    min-height: 52px;
    padding: 13px 17px 13px 18px;
    overflow: hidden;
    border: 1px solid #111111;
    border-radius: 14px;
    background: #111111;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    transition:
        transform 200ms ease,
        box-shadow 200ms ease,
        background 200ms ease;
}

.bharatfm-home-channel-listen::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #d71920;
    box-shadow:
        0 0 0 5px rgba(215, 25, 32, 0.12),
        0 0 14px rgba(215, 25, 32, 0.28);
}

.bharatfm-home-channel-listen span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: -4px;
}

.bharatfm-home-channel-listen-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bharatfm-home-channel-listen-arrow {
    font-size: 20px;
    line-height: 1;
    transition: transform 180ms ease;
}

.bharatfm-home-channel-listen:hover,
.bharatfm-home-channel-listen:focus-visible {
    transform: translateY(-2px);
    background: #1d1d1d;
    color: #ffffff !important;
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.20);
}

.bharatfm-home-channel-listen:hover .bharatfm-home-channel-listen-arrow,
.bharatfm-home-channel-listen:focus-visible .bharatfm-home-channel-listen-arrow {
    transform: translateX(4px);
}

.bharatfm-home-channel-listen:focus-visible {
    outline: 3px solid rgba(31, 95, 174, 0.24);
    outline-offset: 3px;
}

@keyframes bharatfm-channel-live-pulse {
    0%,
    100% {
        box-shadow:
            0 0 0 4px rgba(215, 25, 32, 0.10),
            0 0 10px rgba(215, 25, 32, 0.16);
    }

    50% {
        box-shadow:
            0 0 0 6px rgba(215, 25, 32, 0.035),
            0 0 18px rgba(215, 25, 32, 0.30);
    }
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .bharatfm-home-channels {
        padding: 82px 22px 92px;
    }

    .bharatfm-home-channels-grid {
        gap: 18px;
    }

    .bharatfm-home-channel-image {
        min-height: 190px;
    }

    .bharatfm-home-channel-card-content {
        padding: 24px;
    }

}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .bharatfm-home-channels {
        padding: 68px 16px 78px;
    }

    .bharatfm-home-channels-header {
        margin-bottom: 34px;
    }

    .bharatfm-home-channels-header h2 {
        font-size: 34px;
    }

    .bharatfm-home-channels-intro {
        font-size: 15px;
        line-height: 1.58;
    }

    .bharatfm-home-channels-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bharatfm-home-channel-card {
        border-radius: 20px;
    }

    .bharatfm-home-channel-image {
        min-height: 180px;
    }

    .bharatfm-home-channel-image-caption {
        right: 18px;
        bottom: 17px;
        left: 18px;
    }

    .bharatfm-home-channel-card-content {
        padding: 22px;
    }

    .bharatfm-home-channel-card h3 {
        font-size: 28px;
    }

    .bharatfm-home-channel-description {
        font-size: 14px;
    }

    .bharatfm-home-channel-listen {
        width: 100%;
    }

}

/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .bharatfm-home-channel-card,
    .bharatfm-home-channel-image::before,
    .bharatfm-home-channel-listen,
    .bharatfm-home-channel-listen-arrow {
        transition: none;
    }

    .bharatfm-home-channel-live::before {
        animation: none;
    }

}

/* =========================================================
   END STEP 22G.4
   ========================================================= */



/* =========================================================
   BHARAT FM — STEP 22H.4
   SMART CITY IMAGE FRAMING
   RESPONSIVE FOCAL-POINT CONTROL
   ========================================================= */

/*
 * IMPORTANT
 * ----------
 * PHP is intentionally unchanged.
 * Channel images are controlled entirely through the
 * city-specific classes generated by the channel template.
 *
 * The objective is:
 * 1. Preserve important landmarks.
 * 2. Avoid excessive sky.
 * 3. Keep city identity visible.
 * 4. Maintain consistent card proportions.
 * 5. Adapt framing across desktop / tablet / mobile.
 */

/* ---------------------------------------------------------
   BASE IMAGE CONTAINER
   --------------------------------------------------------- */

.bharatfm-home-channel-image {
    position: relative;
    width: 100%;
    height: 180px;
    min-height: 180px;

    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;

    background-color: #07111f;
}

/*
 * Keep the visual treatment premium but do not obscure
 * the actual city photography.
 */

.bharatfm-home-channel-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.04) 0%,
            rgba(0, 0, 0, 0.08) 38%,
            rgba(0, 0, 0, 0.58) 100%
        );

    pointer-events: none;
}

/*
 * Keep the BHARAT FM watermark subtle.
 */

.bharatfm-home-channel-image::before {
    opacity: 0.22;
}

/* ---------------------------------------------------------
   DESKTOP — INDIVIDUAL CITY ART DIRECTION
   --------------------------------------------------------- */

/*
 * CINCINNATI
 * Bridge and downtown skyline should remain visible.
 */

.bharatfm-home-channel-image-cincinnati {
    background-position: center 58%;
}

/*
 * RALEIGH
 * Keep downtown skyline weighted toward the lower half.
 */

.bharatfm-home-channel-image-raleigh {
    background-position: center 58%;
}

/*
 * DALLAS
 * Downtown towers are the focal point.
 */

.bharatfm-home-channel-image-dallas {
    background-position: center 60%;
}

/*
 * HOUSTON
 * Skyline should remain centered with sufficient lower-city
 * detail.
 */

.bharatfm-home-channel-image-houston {
    background-position: center 57%;
}

/*
 * COLUMBUS
 * Keep the major downtown towers and river/bridge area
 * visually balanced.
 */

.bharatfm-home-channel-image-columbus {
    background-position: center 56%;
}

/*
 * PHOENIX
 * IMPORTANT:
 * The supplied image contains a large amount of sky.
 * Move the crop downward so the skyline AND cactus remain
 * visible instead of displaying mostly blue sky.
 */

.bharatfm-home-channel-image-phoenix {
    background-position: center bottom;
}

/*
 * KANSAS CITY
 * Keep the central downtown towers visible.
 */

.bharatfm-home-channel-image-kansas-city {
    background-position: center 60%;
}

/*
 * WASHINGTON, D.C.
 * Protect the Capitol dome and surrounding federal
 * architecture by weighting the crop toward the bottom.
 */

.bharatfm-home-channel-image-washington-dc {
    background-position: center 72%;
}

/* ---------------------------------------------------------
   IMAGE CAPTION LAYER
   --------------------------------------------------------- */

.bharatfm-home-channel-image-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;

    z-index: 3;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .bharatfm-home-channel-image {
        height: 175px;
        min-height: 175px;
    }

    .bharatfm-home-channel-image-cincinnati {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-raleigh {
        background-position: center 59%;
    }

    .bharatfm-home-channel-image-dallas {
        background-position: center 61%;
    }

    .bharatfm-home-channel-image-houston {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-columbus {
        background-position: center 57%;
    }

    .bharatfm-home-channel-image-phoenix {
        background-position: center 96%;
    }

    .bharatfm-home-channel-image-kansas-city {
        background-position: center 61%;
    }

    .bharatfm-home-channel-image-washington-dc {
        background-position: center 74%;
    }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .bharatfm-home-channel-image {
        height: 155px;
        min-height: 155px;
    }

    .bharatfm-home-channel-image-caption {
        left: 16px;
        right: 16px;
        bottom: 15px;
    }

    /*
     * Mobile cards are substantially narrower.
     * Individual focal-point control is therefore important.
     */

    .bharatfm-home-channel-image-cincinnati {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-raleigh {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-dallas {
        background-position: center 60%;
    }

    .bharatfm-home-channel-image-houston {
        background-position: center 57%;
    }

    .bharatfm-home-channel-image-columbus {
        background-position: center 56%;
    }

    .bharatfm-home-channel-image-phoenix {
        background-position: center bottom;
    }

    .bharatfm-home-channel-image-kansas-city {
        background-position: center 60%;
    }

    .bharatfm-home-channel-image-washington-dc {
        background-position: center 78%;
    }
}

/* ---------------------------------------------------------
   SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width: 480px) {

    .bharatfm-home-channel-image {
        height: 150px;
        min-height: 150px;
    }

    .bharatfm-home-channel-image-caption {
        left: 15px;
        right: 15px;
        bottom: 14px;
    }

    .bharatfm-home-channel-image-phoenix {
        background-position: center bottom;
    }

    .bharatfm-home-channel-image-washington-dc {
        background-position: center 80%;
    }
}

/* =========================================================
   END STEP 22H.4
   ========================================================= */


   ========================================================= */



/* =========================================================
   BHARAT FM — STEP 22H.6
   REAL CITY PHOTOGRAPHY + RESPONSIVE ART DIRECTION
   ========================================================= */

/*
 * STEP 22H.6
 * ----------
 * Restore the actual city photographs as the background
 * image layer.
 *
 * The existing Step 22H.4 positioning rules only controlled
 * the crop. They did not restore the AVIF image itself.
 *
 * This block intentionally overrides the previous city
 * gradient-only background declarations.
 *
 * PHP: UNCHANGED
 * IMAGES: UNCHANGED
 * PLAYER: UNCHANGED
 * STREAM CONFIG: UNCHANGED
 */

/* ---------------------------------------------------------
   BASE IMAGE SYSTEM
   --------------------------------------------------------- */

.bharatfm-home-channel-image {
    position: relative;
    width: 100%;
    height: 180px;
    min-height: 180px;

    background-repeat: no-repeat;
    background-size: cover;
    background-color: #07111f;

    overflow: hidden;
}

/* ---------------------------------------------------------
   REAL CITY PHOTOGRAPHS
   --------------------------------------------------------- */

.bharatfm-home-channel-image-cincinnati {
    background-image: url("assets/images/channels/cincinnati.avif");
    background-position: center 58%;
}

.bharatfm-home-channel-image-raleigh {
    background-image: url("assets/images/channels/raleigh.avif");
    background-position: center 58%;
}

.bharatfm-home-channel-image-dallas {
    background-image: url("assets/images/channels/dallas.avif");
    background-position: center 60%;
}

.bharatfm-home-channel-image-houston {
    background-image: url("assets/images/channels/houston.avif");
    background-position: center 57%;
}

.bharatfm-home-channel-image-columbus {
    background-image: url("assets/images/channels/columbus.avif");
    background-position: center 56%;
}

.bharatfm-home-channel-image-phoenix {
    background-image: url("assets/images/channels/phoenix.avif");
    background-position: center bottom;
}

.bharatfm-home-channel-image-kansas-city {
    background-image: url("assets/images/channels/kansas-city.avif");
    background-position: center 60%;
}

.bharatfm-home-channel-image-washington-dc {
    background-image: url("assets/images/channels/washington-dc.avif");
    background-position: center 72%;
}

/* ---------------------------------------------------------
   IMAGE READABILITY OVERLAY
   --------------------------------------------------------- */

.bharatfm-home-channel-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.10) 40%,
            rgba(0, 0, 0, 0.68) 100%
        );

    pointer-events: none;
}

/* ---------------------------------------------------------
   WATERMARK
   --------------------------------------------------------- */

.bharatfm-home-channel-image::before {
    opacity: 0.20;
}

/* ---------------------------------------------------------
   CAPTION
   --------------------------------------------------------- */

.bharatfm-home-channel-image-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;

    z-index: 3;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .bharatfm-home-channel-image {
        height: 175px;
        min-height: 175px;
    }

    .bharatfm-home-channel-image-cincinnati {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-raleigh {
        background-position: center 59%;
    }

    .bharatfm-home-channel-image-dallas {
        background-position: center 61%;
    }

    .bharatfm-home-channel-image-houston {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-columbus {
        background-position: center 57%;
    }

    .bharatfm-home-channel-image-phoenix {
        background-position: center 96%;
    }

    .bharatfm-home-channel-image-kansas-city {
        background-position: center 61%;
    }

    .bharatfm-home-channel-image-washington-dc {
        background-position: center 74%;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-home-channel-image {
        height: 155px;
        min-height: 155px;
    }

    .bharatfm-home-channel-image-caption {
        left: 16px;
        right: 16px;
        bottom: 15px;
    }

    .bharatfm-home-channel-image-cincinnati {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-raleigh {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-dallas {
        background-position: center 60%;
    }

    .bharatfm-home-channel-image-houston {
        background-position: center 57%;
    }

    .bharatfm-home-channel-image-columbus {
        background-position: center 56%;
    }

    .bharatfm-home-channel-image-phoenix {
        background-position: center bottom;
    }

    .bharatfm-home-channel-image-kansas-city {
        background-position: center 60%;
    }

    .bharatfm-home-channel-image-washington-dc {
        background-position: center 78%;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bharatfm-home-channel-image {
        height: 150px;
        min-height: 150px;
    }

    .bharatfm-home-channel-image-caption {
        left: 15px;
        right: 15px;
        bottom: 14px;
    }

    .bharatfm-home-channel-image-cincinnati {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-raleigh {
        background-position: center 58%;
    }

    .bharatfm-home-channel-image-dallas {
        background-position: center 60%;
    }

    .bharatfm-home-channel-image-houston {
        background-position: center 57%;
    }

    .bharatfm-home-channel-image-columbus {
        background-position: center 56%;
    }

    .bharatfm-home-channel-image-phoenix {
        background-position: center bottom;
    }

    .bharatfm-home-channel-image-kansas-city {
        background-position: center 60%;
    }

    .bharatfm-home-channel-image-washington-dc {
        background-position: center 80%;
    }
}

/* =========================================================
   END STEP 22H.6
   ========================================================= */



/* =========================================================
   BHARAT FM — STEP 23C
   INDIVIDUAL CHANNEL PAGE
   COMPACT SEO / GEO / AEO LAYOUT
   ========================================================= */

.bharatfm-channel-page {
    --bfm-navy: #071b38;
    --bfm-blue: #14539a;
    --bfm-red: #e21d2b;
    --bfm-orange: #f4a400;
    --bfm-text: #101828;
    --bfm-muted: #667085;
    --bfm-border: #e5e7eb;
    --bfm-soft: #f5f7fa;

    background: #f7f9fc;
    color: var(--bfm-text);
}

.bharatfm-channel-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* ---------------------------------------------------------
   BREADCRUMB
   --------------------------------------------------------- */

.bharatfm-channel-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 18px 0;
    font-size: 13px;
    color: #667085;
}

.bharatfm-channel-breadcrumb a {
    color: #14539a;
    text-decoration: none;
    font-weight: 700;
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.bharatfm-channel-hero {
    position: relative;
    min-height: 430px;

    background-image: var(--bharatfm-channel-image);
    background-size: cover;
    background-position: center center;

    overflow: hidden;
    color: #fff;
}

.bharatfm-channel-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3, 18, 39, .92) 0%,
            rgba(3, 18, 39, .70) 46%,
            rgba(3, 18, 39, .28) 100%
        );
}

.bharatfm-channel-hero-inner {
    position: relative;
    z-index: 2;

    min-height: 430px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: center;
    gap: 50px;

    padding-top: 45px;
    padding-bottom: 45px;
}

.bharatfm-channel-hero-copy {
    max-width: 720px;
}

.bharatfm-channel-back {
    display: inline-block;
    margin-bottom: 28px;

    color: rgba(255,255,255,.88);
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
}

.bharatfm-channel-eyebrow {
    display: block;

    margin-bottom: 12px;

    color: rgba(255,255,255,.72);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.bharatfm-channel-hero h1 {
    margin: 0;

    color: #fff;

    font-size: clamp(42px, 6vw, 76px);
    line-height: .95;
    letter-spacing: -.055em;
}

.bharatfm-channel-hero h1 strong {
    display: block;

    color: #fff;

    font-size: .82em;
    font-weight: 900;
}

.bharatfm-channel-tagline {
    margin: 22px 0 28px;

    color: rgba(255,255,255,.88);

    font-size: 19px;
    font-weight: 600;
}

.bharatfm-channel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bharatfm-channel-primary-action,
.bharatfm-channel-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 0 21px;

    border-radius: 999px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 800;

    transition:
        transform .18s ease,
        opacity .18s ease;
}

.bharatfm-channel-primary-action {
    background: var(--bfm-red);
    color: #fff;
}

.bharatfm-channel-secondary-action {
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    background: rgba(0,0,0,.12);
}

.bharatfm-channel-primary-action:hover,
.bharatfm-channel-secondary-action:hover {
    transform: translateY(-2px);
    opacity: .92;
}


/* ---------------------------------------------------------
   WEATHER
   --------------------------------------------------------- */

.bharatfm-channel-weather {
    padding: 25px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;

    background: rgba(4, 22, 45, .70);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

.bharatfm-weather-label {
    margin-bottom: 8px;

    color: rgba(255,255,255,.62);

    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.bharatfm-weather-city {
    margin-bottom: 13px;

    color: #fff;

    font-size: 16px;
    font-weight: 800;
}

.bharatfm-weather-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bharatfm-weather-icon {
    font-size: 39px;
}

.bharatfm-weather-temperature {
    color: #fff;

    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

.bharatfm-weather-condition {
    margin-top: 10px;

    color: rgba(255,255,255,.82);

    font-size: 14px;
    font-weight: 700;
}

.bharatfm-weather-range {
    display: flex;
    gap: 20px;

    margin-top: 17px;
    padding-top: 15px;

    border-top: 1px solid rgba(255,255,255,.16);

    color: rgba(255,255,255,.7);

    font-size: 13px;
}

.bharatfm-weather-range strong {
    color: #fff;
}


/* ---------------------------------------------------------
   QUICK NAV
   --------------------------------------------------------- */

.bharatfm-channel-quick-nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);

    margin-top: 20px;

    overflow: hidden;

    border: 1px solid var(--bfm-border);
    border-radius: 16px;

    background: #fff;

    box-shadow: 0 10px 30px rgba(16,24,40,.05);
}

.bharatfm-channel-quick-nav a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 55px;

    border-right: 1px solid var(--bfm-border);

    color: var(--bfm-text);

    text-decoration: none;

    font-size: 13px;
    font-weight: 800;
}

.bharatfm-channel-quick-nav a:last-child {
    border-right: 0;
}

.bharatfm-channel-quick-nav a:hover {
    color: var(--bfm-blue);
    background: #f8fafc;
}


/* ---------------------------------------------------------
   SECTIONS
   --------------------------------------------------------- */

.bharatfm-channel-section {
    padding: 38px 0;
}

.bharatfm-channel-section-label {
    display: block;

    margin-bottom: 7px;

    color: #7a8699;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: .17em;
}

.bharatfm-channel-section h2 {
    margin: 0;

    color: var(--bfm-text);

    font-size: clamp(25px, 3vw, 35px);
    line-height: 1.08;
    letter-spacing: -.035em;
}


/* ---------------------------------------------------------
   NOW PLAYING
   --------------------------------------------------------- */

.bharatfm-channel-now-playing {
    padding-top: 22px;
}

.bharatfm-now-playing-card {
    display: grid;
    grid-template-columns: 65px minmax(0,1fr) auto;
    align-items: center;
    gap: 18px;

    padding: 17px 20px;

    border-radius: 17px;

    background: var(--bfm-navy);
    color: #fff;
}

.bharatfm-now-playing-art {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    border-radius: 13px;

    background: rgba(255,255,255,.1);

    font-size: 28px;
}

.bharatfm-now-playing-content > span {
    display: block;

    margin-bottom: 4px;

    color: rgba(255,255,255,.6);

    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
}

.bharatfm-now-playing-content h2 {
    margin: 0 0 3px;

    color: #fff;

    font-size: 18px;
    letter-spacing: -.02em;
}

.bharatfm-now-playing-content p {
    margin: 0;

    color: rgba(255,255,255,.7);

    font-size: 13px;
}

.bharatfm-now-playing-status {
    display: flex;
    align-items: center;
    gap: 7px;

    color: #fff;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
}

.bharatfm-now-playing-status span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #ed1c24;
}


/* ---------------------------------------------------------
   ABOUT + SCHEDULE
   --------------------------------------------------------- */

.bharatfm-channel-two-column {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 25px;
}

.bharatfm-channel-about,
.bharatfm-channel-schedule {
    padding: 27px;

    border: 1px solid var(--bfm-border);
    border-radius: 18px;

    background: #fff;
}

.bharatfm-channel-about p {
    margin: 15px 0 18px;

    color: #596579;

    font-size: 15px;
    line-height: 1.65;
}

.bharatfm-channel-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 9px 20px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.bharatfm-channel-feature-list li {
    position: relative;

    padding-left: 20px;

    color: #344054;

    font-size: 13px;
    font-weight: 650;
}

.bharatfm-channel-feature-list li::before {
    content: "✓";

    position: absolute;
    left: 0;

    color: var(--bfm-red);

    font-weight: 900;
}

.bharatfm-channel-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 18px;
}

.bharatfm-channel-section-heading > a {
    color: var(--bfm-blue);
    text-decoration: none;

    font-size: 13px;
    font-weight: 800;
}

/* ---------------------------------------------------------
   NATIVE RADIO.CO SCHEDULE
   --------------------------------------------------------- */

.bharatfm-schedule-timezone {
    margin: 5px 0 0;
    color: var(--bfm-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .01em;
}

.bharatfm-schedule-days {
    display: flex;
    gap: 7px;
    margin-bottom: 14px;
    padding: 4px;
    overflow-x: auto;
    border: 1px solid var(--bfm-border);
    border-radius: 12px;
    background: #f6f8fb;
    scrollbar-width: thin;
}

.bharatfm-schedule-day {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background-color .18s ease,
        color .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.bharatfm-schedule-day:hover {
    border-color: #d9e1eb;
    background: #fff;
    color: var(--bfm-blue);
}

.bharatfm-schedule-day.is-active {
    border-color: var(--bfm-blue);
    background: var(--bfm-blue);
    color: #fff;
    box-shadow: 0 4px 10px rgba(16, 55, 105, .14);
}

.bharatfm-schedule-day-panel {
    min-width: 0;
}

.bharatfm-schedule-list {
    max-height: 590px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid var(--bfm-border);
    border-radius: 12px;
    background: #fff;
    scrollbar-width: thin;
}

.bharatfm-schedule-list > div {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 54px;
    padding: 8px 15px 8px 0;
    border-bottom: 1px solid var(--bfm-border);
}

.bharatfm-schedule-list > div:last-child {
    border-bottom: 0;
}

.bharatfm-schedule-list > div:hover {
    background: #fafbfd;
}

.bharatfm-schedule-list time {
    padding-left: 15px;
    color: #7a8699;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    white-space: nowrap;
}

.bharatfm-schedule-list span {
    min-width: 0;
    color: #202939;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.bharatfm-schedule-list b {
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff0f1;
    color: var(--bfm-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    white-space: nowrap;
}

.bharatfm-schedule-list > div.is-live {
    background: #fffafb;
}

.bharatfm-schedule-list > div.is-live time {
    color: var(--bfm-blue);
}

.bharatfm-schedule-list > div.is-live span {
    font-weight: 800;
}

@media (max-width: 767px) {

    .bharatfm-schedule-list {
        max-height: 560px;
    }

    .bharatfm-schedule-list > div {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 12px;
        min-height: 64px;
        padding: 10px 13px 10px 0;
    }

    .bharatfm-schedule-list time {
        grid-column: 1 / -1;
        padding-left: 13px;
        font-size: 11px;
    }

    .bharatfm-schedule-list span {
        grid-column: 1;
        padding-left: 13px;
        font-size: 12px;
    }

    .bharatfm-schedule-list b {
        grid-column: 2;
        grid-row: 2;
    }

}

@media (max-width: 480px) {

    .bharatfm-schedule-timezone {
        font-size: 10px;
    }

    .bharatfm-schedule-list {
        max-height: 520px;
    }

}

/* ---------------------------------------------------------
   NEWS
   --------------------------------------------------------- */

.bharatfm-channel-news {
    background: #f0f4f8;
}

.bharatfm-channel-section-heading p {
    margin: 7px 0 0;

    color: var(--bfm-muted);

    font-size: 13px;
}

.bharatfm-channel-news-list {
    display: grid;
    gap: 9px;
}

.bharatfm-channel-news-item {
    display: grid;
    grid-template-columns: 62px minmax(0,1fr) 20px;
    align-items: center;
    gap: 16px;

    padding: 14px 17px;

    border: 1px solid var(--bfm-border);
    border-radius: 13px;

    background: #fff;

    color: var(--bfm-text);
    text-decoration: none;
}

.bharatfm-channel-news-item:hover {
    border-color: #cbd5e1;
    transform: translateX(2px);
}

.bharatfm-channel-news-date {
    color: #7a8699;

    font-size: 11px;
    font-weight: 800;
}

.bharatfm-channel-news-item strong {
    font-size: 13px;
    line-height: 1.4;
}

.bharatfm-channel-news-fallback {
    padding: 25px;

    border: 1px solid var(--bfm-border);
    border-radius: 16px;

    background: #fff;
}

.bharatfm-channel-news-fallback p {
    margin: 0 0 10px;

    color: var(--bfm-muted);
}

.bharatfm-channel-news-fallback a {
    color: var(--bfm-blue);
    font-weight: 800;
    text-decoration: none;
}


/* ---------------------------------------------------------
   COMMON EVENTS + RJs
   --------------------------------------------------------- */

.bharatfm-channel-common-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.bharatfm-channel-common-card {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    gap: 15px;

    padding: 23px;

    border: 1px solid var(--bfm-border);
    border-radius: 17px;

    background: #fff;

    color: var(--bfm-text);
    text-decoration: none;
}

.bharatfm-channel-common-card:hover {
    box-shadow: 0 12px 30px rgba(16,24,40,.08);
}

.bharatfm-channel-common-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    border-radius: 14px;

    background: #eef4fb;

    color: var(--bfm-blue);

    font-size: 23px;
}

.bharatfm-channel-common-card span:not(.bharatfm-channel-common-icon) {
    color: #7a8699;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.bharatfm-channel-common-card h2 {
    margin: 5px 0 7px;

    font-size: 22px;
}

.bharatfm-channel-common-card p {
    margin: 0;

    color: var(--bfm-muted);

    font-size: 13px;
    line-height: 1.55;
}

.bharatfm-channel-common-card > strong {
    grid-column: 2;

    margin-top: 11px;

    color: var(--bfm-blue);

    font-size: 12px;
}


/* ---------------------------------------------------------
   FAQ / AEO
   --------------------------------------------------------- */

.bharatfm-channel-faq {
    background: #fff;
}

.bharatfm-channel-faq-header {
    margin-bottom: 20px;
}

.bharatfm-channel-faq-list {
    border-top: 1px solid var(--bfm-border);
}

.bharatfm-channel-faq-item {
    border-bottom: 1px solid var(--bfm-border);
}

.bharatfm-channel-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 17px 3px;

    cursor: pointer;

    color: var(--bfm-text);

    font-size: 14px;
    font-weight: 800;

    list-style: none;
}

.bharatfm-channel-faq-item summary::-webkit-details-marker {
    display: none;
}

.bharatfm-channel-faq-item summary span {
    flex: 0 0 auto;

    color: var(--bfm-red);

    font-size: 21px;
    font-weight: 400;
}

.bharatfm-channel-faq-item[open] summary span {
    transform: rotate(45deg);
}

.bharatfm-channel-faq-answer {
    padding: 0 35px 17px 3px;
}

.bharatfm-channel-faq-answer p {
    margin: 0;

    color: var(--bfm-muted);

    font-size: 13px;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   FINAL CTA
   --------------------------------------------------------- */

.bharatfm-channel-cta {
    padding: 42px 0;

    background: var(--bfm-navy);
    color: #fff;
}

.bharatfm-channel-cta .bharatfm-channel-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.bharatfm-channel-cta span {
    color: rgba(255,255,255,.58);

    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.bharatfm-channel-cta h2 {
    margin: 7px 0 5px;

    color: #fff;

    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: -.035em;
}

.bharatfm-channel-cta p {
    margin: 0;

    color: rgba(255,255,255,.7);

    font-size: 14px;
}

.bharatfm-channel-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bharatfm-channel-cta .bharatfm-channel-secondary-action {
    border-color: rgba(255,255,255,.35);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .bharatfm-channel-hero-inner {
        grid-template-columns: minmax(0,1fr) 260px;
        gap: 30px;
    }

    .bharatfm-channel-quick-nav {
        grid-template-columns: repeat(3,1fr);
    }

    .bharatfm-channel-quick-nav a:nth-child(3) {
        border-right: 0;
    }

    .bharatfm-channel-quick-nav a:nth-child(-n+3) {
        border-bottom: 1px solid var(--bfm-border);
    }

    .bharatfm-channel-two-column {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bharatfm-channel-container {
        width: min(100% - 28px, 620px);
    }

    .bharatfm-channel-breadcrumb {
        padding: 14px 0;
        font-size: 11px;
    }

    .bharatfm-channel-hero {
        min-height: 570px;
    }

    .bharatfm-channel-hero-inner {
        min-height: 570px;

        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;

        gap: 25px;

        padding-top: 35px;
        padding-bottom: 35px;
    }

    .bharatfm-channel-hero-overlay {
        background:
            linear-gradient(
                to bottom,
                rgba(3,18,39,.70) 0%,
                rgba(3,18,39,.90) 75%,
                rgba(3,18,39,.96) 100%
            );
    }

    .bharatfm-channel-back {
        margin-bottom: 18px;
    }

    .bharatfm-channel-hero h1 {
        font-size: clamp(38px, 13vw, 58px);
    }

    .bharatfm-channel-tagline {
        margin: 17px 0 21px;
        font-size: 16px;
    }

    .bharatfm-channel-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bharatfm-channel-primary-action,
    .bharatfm-channel-secondary-action {
        width: 100%;
    }

    .bharatfm-channel-weather {
        padding: 18px;

        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .bharatfm-weather-label,
    .bharatfm-weather-city {
        grid-column: 1 / -1;
    }

    .bharatfm-weather-main {
        margin-top: 2px;
    }

    .bharatfm-weather-temperature {
        font-size: 36px;
    }

    .bharatfm-weather-icon {
        font-size: 28px;
    }

    .bharatfm-weather-condition {
        margin: 0;
        text-align: right;
    }

    .bharatfm-weather-range {
        grid-column: 1 / -1;
    }

    .bharatfm-channel-quick-nav {
        grid-template-columns: repeat(2,1fr);
    }

    .bharatfm-channel-quick-nav a {
        min-height: 49px;

        border-right: 1px solid var(--bfm-border);
        border-bottom: 1px solid var(--bfm-border);
    }

    .bharatfm-channel-quick-nav a:nth-child(2n) {
        border-right: 0;
    }

    .bharatfm-channel-quick-nav a:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .bharatfm-channel-section {
        padding: 28px 0;
    }

    .bharatfm-now-playing-card {
        grid-template-columns: 50px minmax(0,1fr);
        gap: 12px;
    }

    .bharatfm-now-playing-art {
        width: 50px;
        height: 50px;
    }

    .bharatfm-now-playing-status {
        grid-column: 2;
    }

    .bharatfm-channel-about,
    .bharatfm-channel-schedule {
        padding: 21px;
    }

    .bharatfm-channel-feature-list {
        grid-template-columns: 1fr;
    }

    .bharatfm-channel-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .bharatfm-channel-news-item {
        grid-template-columns: 45px minmax(0,1fr);
        gap: 10px;
    }

    .bharatfm-channel-news-item > span:last-child {
        display: none;
    }

    .bharatfm-channel-common-grid {
        grid-template-columns: 1fr;
    }

    .bharatfm-channel-cta .bharatfm-channel-container {
        align-items: flex-start;
        flex-direction: column;
    }

    .bharatfm-channel-cta-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bharatfm-channel-container {
        width: calc(100% - 22px);
    }

    .bharatfm-channel-hero {
        min-height: 600px;
    }

    .bharatfm-channel-hero-inner {
        min-height: 600px;
    }

    .bharatfm-channel-hero h1 {
        font-size: 40px;
    }

    .bharatfm-channel-weather {
        border-radius: 16px;
    }

    .bharatfm-schedule-list > div {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
        min-height: 58px;
        padding: 10px 12px 10px 0;
    }

    .bharatfm-schedule-list time {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        padding-left: 12px;
        color: #7a8699;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.35;
        white-space: normal;
    }

    .bharatfm-schedule-list span {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        min-width: 0;
        color: #202939;
        font-size: 12px;
        font-weight: 750;
        line-height: 1.45;
        overflow-wrap: normal;
        word-break: normal;
    }

    .bharatfm-schedule-list b {
        display: none;
    }

    .bharatfm-schedule-days {
        gap: 5px;
        margin-bottom: 12px;
        padding: 3px;
        -webkit-overflow-scrolling: touch;
    }

    .bharatfm-schedule-day {
        min-height: 36px;
        padding: 8px 11px;
        font-size: 10px;
    }

    .bharatfm-schedule-days {
        gap: 5px;
        margin-bottom: 12px;
        padding: 3px;
        -webkit-overflow-scrolling: touch;
    }

    .bharatfm-schedule-day {
        min-height: 36px;
        padding: 8px 11px;
        font-size: 10px;
    }

    .bharatfm-channel-common-card {
        grid-template-columns: 45px minmax(0,1fr);
        padding: 18px;
    }

    .bharatfm-channel-common-icon {
        width: 45px;
        height: 45px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bharatfm-channel-page * {
        scroll-behavior: auto !important;
        transition: none !important;
    }

}


/* =========================================================
   END STEP 23C
   ========================================================= */


/* =========================================================
 * BHARAT FM® — LOCAL NEWS PAGE
 * PREMIUM EDITORIAL VISUAL SYSTEM
 * ========================================================= */

.bharatfm-local-news-page {
    --bfm-news-navy: #071a33;
    --bfm-news-blue: #123f70;
    --bfm-news-red: #d71920;
    --bfm-news-text: #172335;
    --bfm-news-muted: #667386;
    --bfm-news-border: #dfe5ec;
    --bfm-news-soft: #f4f7fa;
    --bfm-news-white: #ffffff;
    --bfm-news-shadow: 0 16px 42px rgba(7, 26, 51, 0.08);
    color: var(--bfm-news-text);
    background: #fff;
}

.bharatfm-local-news-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
 * HERO
 * ========================================================= */

.bharatfm-local-news-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.bharatfm-local-news-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 26, 51, 0.94) 0%,
            rgba(7, 26, 51, 0.72) 45%,
            rgba(7, 26, 51, 0.22) 100%
        ),
        linear-gradient(
            0deg,
            rgba(7, 26, 51, 0.72) 0%,
            rgba(7, 26, 51, 0) 65%
        );
}

.bharatfm-local-news-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 85px;
    padding-bottom: 72px;
}

.bharatfm-local-news-hero-copy {
    max-width: 760px;
}

.bharatfm-local-news-eyebrow {
    margin-bottom: 10px;
    color: var(--bfm-news-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.bharatfm-local-news-hero .bharatfm-local-news-eyebrow {
    color: #fff;
    opacity: 0.86;
}

.bharatfm-local-news-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.bharatfm-local-news-hero p {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.65;
}


/* =========================================================
 * BREADCRUMB
 * ========================================================= */

.bharatfm-local-news-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    padding: 20px 0 18px;
    color: var(--bfm-news-muted);
    font-size: 13px;
}

.bharatfm-local-news-breadcrumb a {
    color: var(--bfm-news-blue);
    text-decoration: none;
}

.bharatfm-local-news-breadcrumb a:hover {
    color: var(--bfm-news-red);
}

.bharatfm-local-news-breadcrumb span[aria-current="page"] {
    color: var(--bfm-news-text);
    font-weight: 700;
}


/* =========================================================
 * MAIN EDITORIAL AREA
 * ========================================================= */

.bharatfm-local-news-main {
    padding: 28px 0 78px;
}

.bharatfm-local-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 46px;
    align-items: start;
}

.bharatfm-local-news-primary {
    min-width: 0;
}

.bharatfm-local-news-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 25px;
}

.bharatfm-local-news-section-heading h2 {
    margin: 0;
    color: var(--bfm-news-navy);
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.bharatfm-local-news-section-heading p {
    max-width: 650px;
    margin: 11px 0 0;
    color: var(--bfm-news-muted);
    font-size: 15px;
    line-height: 1.65;
}

.bharatfm-local-news-view-all {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 0;
    color: var(--bfm-news-blue);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.bharatfm-local-news-view-all:hover {
    color: var(--bfm-news-red);
}


/* =========================================================
 * HEADLINE CARDS
 * ========================================================= */

.bharatfm-local-news-list {
    display: grid;
    gap: 12px;
}

.bharatfm-local-news-item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 22px;
    min-height: 88px;
    padding: 18px 20px;
    border: 1px solid var(--bfm-news-border);
    border-radius: 14px;
    background: #fff;
    color: var(--bfm-news-text);
    text-decoration: none;
    box-shadow: 0 2px 7px rgba(7, 26, 51, 0.025);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.bharatfm-local-news-item:hover {
    transform: translateY(-2px);
    border-color: #c7d3df;
    box-shadow: var(--bfm-news-shadow);
}

.bharatfm-local-news-date {
    color: var(--bfm-news-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.bharatfm-local-news-item strong {
    color: var(--bfm-news-navy);
    font-size: 16px;
    font-weight: 750;
    line-height: 1.48;
}

.bharatfm-local-news-arrow {
    color: var(--bfm-news-red);
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    transition: transform 180ms ease;
}

.bharatfm-local-news-item:hover .bharatfm-local-news-arrow {
    transform: translateX(3px);
}

.bharatfm-local-news-source-note {
    margin: 17px 2px 0;
    color: var(--bfm-news-muted);
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
 * EMPTY STATE
 * ========================================================= */

.bharatfm-local-news-empty {
    padding: 38px;
    border: 1px solid var(--bfm-news-border);
    border-radius: 16px;
    background: var(--bfm-news-soft);
}

.bharatfm-local-news-empty h3 {
    margin: 0 0 9px;
    color: var(--bfm-news-navy);
    font-size: 22px;
}

.bharatfm-local-news-empty p {
    margin: 0 0 18px;
    color: var(--bfm-news-muted);
}

.bharatfm-local-news-empty a {
    color: var(--bfm-news-blue);
    font-weight: 800;
    text-decoration: none;
}


/* =========================================================
 * SIDEBAR CARDS
 * ========================================================= */

.bharatfm-local-news-sidebar {
    display: grid;
    gap: 18px;
}

.bharatfm-local-news-card {
    padding: 27px;
    border: 1px solid var(--bfm-news-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(7, 26, 51, 0.045);
}

.bharatfm-local-news-card h2 {
    margin: 0 0 9px;
    color: var(--bfm-news-navy);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.bharatfm-local-news-card p {
    margin: 0;
    color: var(--bfm-news-muted);
    font-size: 15px;
    line-height: 1.6;
}

.bharatfm-local-news-card .bharatfm-local-news-location {
    margin-top: 6px;
    font-size: 13px;
}


/* =========================================================
 * SIDEBAR LINKS
 * ========================================================= */

.bharatfm-local-news-links {
    display: grid;
    gap: 0;
    margin-top: 8px;
}

.bharatfm-local-news-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px solid var(--bfm-news-border);
    color: var(--bfm-news-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.bharatfm-local-news-links a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bharatfm-local-news-links a:hover {
    color: var(--bfm-news-red);
}


/* =========================================================
 * CITY PROMO
 * ========================================================= */

.bharatfm-local-news-promo {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--bfm-news-navy);
    box-shadow: var(--bfm-news-shadow);
}

.bharatfm-local-news-promo-image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.42;
}

.bharatfm-local-news-promo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(7, 26, 51, 0.12),
        rgba(7, 26, 51, 0.96)
    );
    content: "";
}

.bharatfm-local-news-promo-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
}

.bharatfm-local-news-promo-content .bharatfm-local-news-eyebrow {
    color: #fff;
    opacity: 0.82;
}

.bharatfm-local-news-promo-content h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.bharatfm-local-news-promo-content a,
.bharatfm-local-news-coverage-side a,
.bharatfm-local-news-final-cta-inner > a {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.bharatfm-local-news-promo-content a:hover,
.bharatfm-local-news-coverage-side a:hover,
.bharatfm-local-news-final-cta-inner > a:hover {
    color: #fff;
    opacity: 0.78;
}


/* =========================================================
 * COVERAGE SECTION
 * ========================================================= */

.bharatfm-local-news-coverage {
    padding: 78px 0;
    background: var(--bfm-news-soft);
}

.bharatfm-local-news-coverage-card {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) 1px minmax(250px, 0.7fr);
    gap: 42px;
    align-items: center;
    padding: 48px;
    border: 1px solid var(--bfm-news-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(7, 26, 51, 0.045);
}

.bharatfm-local-news-coverage-copy h2 {
    margin: 0 0 16px;
    color: var(--bfm-news-navy);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.bharatfm-local-news-coverage-copy p {
    max-width: 760px;
    margin: 0 0 13px;
    color: var(--bfm-news-muted);
    font-size: 15px;
    line-height: 1.75;
}

.bharatfm-local-news-coverage-divider {
    width: 1px;
    height: 130px;
    background: var(--bfm-news-border);
}

.bharatfm-local-news-coverage-side h3 {
    margin: 0 0 18px;
    color: var(--bfm-news-navy);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
}


/* =========================================================
 * FAQ
 * ========================================================= */

.bharatfm-local-news-faq {
    padding: 82px 0;
    background: #fff;
}

.bharatfm-local-news-faq-inner {
    max-width: 900px;
    margin: 0 auto;
}

.bharatfm-local-news-faq h2 {
    margin: 0 0 28px;
    color: var(--bfm-news-navy);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.bharatfm-local-news-faq-list {
    border-top: 1px solid var(--bfm-news-border);
}

.bharatfm-local-news-faq details {
    border-bottom: 1px solid var(--bfm-news-border);
}

.bharatfm-local-news-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 21px 0;
    color: var(--bfm-news-navy);
    cursor: pointer;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.45;
    list-style: none;
}

.bharatfm-local-news-faq summary::-webkit-details-marker {
    display: none;
}

.bharatfm-local-news-faq summary span {
    flex: 0 0 auto;
    color: var(--bfm-news-red);
    font-size: 24px;
    font-weight: 400;
}

.bharatfm-local-news-faq details[open] summary span {
    transform: rotate(45deg);
}

.bharatfm-local-news-faq-answer {
    max-width: 820px;
    padding: 0 45px 22px 0;
    color: var(--bfm-news-muted);
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
 * FINAL CTA
 * ========================================================= */

.bharatfm-local-news-final-cta {
    padding: 55px 0;
    background: var(--bfm-news-navy);
}

.bharatfm-local-news-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.bharatfm-local-news-final-cta .bharatfm-local-news-eyebrow {
    color: #fff;
    opacity: 0.72;
}

.bharatfm-local-news-final-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.bharatfm-local-news-final-cta p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
}


/* =========================================================
 * ACCESSIBILITY
 * ========================================================= */

.bharatfm-local-news-page a:focus-visible,
.bharatfm-local-news-page summary:focus-visible {
    outline: 3px solid rgba(215, 25, 32, 0.32);
    outline-offset: 4px;
}


/* =========================================================
 * TABLET
 * ========================================================= */

@media (max-width: 900px) {

    .bharatfm-local-news-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .bharatfm-local-news-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bharatfm-local-news-promo {
        grid-column: 1 / -1;
    }

    .bharatfm-local-news-hero {
        min-height: 350px;
    }

    .bharatfm-local-news-coverage-card {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bharatfm-local-news-coverage-divider {
        width: 100%;
        height: 1px;
    }
}


/* =========================================================
 * MOBILE
 * ========================================================= */

@media (max-width: 640px) {

    .bharatfm-local-news-container {
        width: min(100% - 28px, 1180px);
    }

    .bharatfm-local-news-hero {
        min-height: 330px;
    }

    .bharatfm-local-news-hero-inner {
        padding-top: 70px;
        padding-bottom: 52px;
    }

    .bharatfm-local-news-hero h1 {
        font-size: clamp(39px, 12vw, 57px);
    }

    .bharatfm-local-news-hero p {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.55;
    }

    .bharatfm-local-news-breadcrumb {
        padding: 16px 0;
    }

    .bharatfm-local-news-main {
        padding: 20px 0 55px;
    }

    .bharatfm-local-news-section-heading {
        display: block;
        margin-bottom: 20px;
    }

    .bharatfm-local-news-view-all {
        margin-top: 8px;
    }

    .bharatfm-local-news-item {
        grid-template-columns: 1fr 20px;
        gap: 10px;
        min-height: 0;
        padding: 17px;
    }

    .bharatfm-local-news-date {
        grid-column: 1 / -1;
    }

    .bharatfm-local-news-item strong {
        font-size: 15px;
    }

    .bharatfm-local-news-sidebar {
        grid-template-columns: 1fr;
    }

    .bharatfm-local-news-card {
        padding: 23px;
    }

    .bharatfm-local-news-promo,
    .bharatfm-local-news-promo-content {
        min-height: 320px;
    }

    .bharatfm-local-news-coverage {
        padding: 55px 0;
    }

    .bharatfm-local-news-coverage-card {
        padding: 28px 22px;
    }

    .bharatfm-local-news-faq {
        padding: 58px 0;
    }

    .bharatfm-local-news-final-cta {
        padding: 42px 0;
    }

    .bharatfm-local-news-final-cta-inner {
        display: block;
    }

    .bharatfm-local-news-final-cta-inner > a {
        margin-top: 22px;
    }
}


/* =========================================================
 * BHARAT FM® — LOCAL NEWS BACK NAVIGATION
 * ========================================================= */

.bharatfm-local-news-back-wrap {
    background: #fff;
}

.bharatfm-local-news-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 18px 0 4px;
    color: #123f70;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    transition:
        color 180ms ease,
        transform 180ms ease;
}

.bharatfm-local-news-back span:first-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.bharatfm-local-news-back:hover {
    color: #d71920;
}

.bharatfm-local-news-back:hover span:first-child {
    transform: translateX(-3px);
}

.bharatfm-local-news-back:focus-visible {
    outline: 3px solid rgba(215, 25, 32, 0.28);
    outline-offset: 4px;
}

@media (max-width: 640px) {

    .bharatfm-local-news-back {
        padding-top: 15px;
        font-size: 12px;
    }
}

/* =========================================================
 * BHARAT FM® — LOCAL NEWS
 * ALIGN SIDEBAR WITH FIRST NEWS STORY
 * ========================================================= */

@media (min-width: 901px) {

    .bharatfm-local-news-sidebar {
        padding-top: 116px;
    }

}

@media (max-width: 900px) {

    .bharatfm-local-news-sidebar {
        padding-top: 0;
    }

}

/* =========================================================
   BHARAT FM® — RESPONSIVE ABOUT + SCHEDULE FIX
   Final override for tablet and mobile
   ========================================================= */

@media (max-width: 900px) {

    .bharatfm-channel-two-column {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 20px;
    }

    .bharatfm-channel-about,
    .bharatfm-channel-schedule {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .bharatfm-channel-about {
        padding: 24px;
    }

    .bharatfm-channel-schedule {
        padding: 20px;
    }

    .bharatfm-schedule-list > div {
        grid-template-columns: 112px minmax(0, 1fr) auto;
        gap: 12px;
        min-height: 56px;
        padding: 9px 12px 9px 0;
    }

    .bharatfm-schedule-list time {
        padding-left: 12px;
        font-size: 10px;
        line-height: 1.35;
        white-space: normal;
    }

    .bharatfm-schedule-list span {
        min-width: 0;
        font-size: 12px;
        line-height: 1.4;
        overflow-wrap: break-word;
        word-break: normal;
    }

}

@media (max-width: 767px) {

    .bharatfm-channel-two-column {
        gap: 16px;
    }

    .bharatfm-channel-about {
        padding: 20px;
    }

    .bharatfm-channel-schedule {
        padding: 16px;
    }

    .bharatfm-schedule-list {
        max-height: 560px;
    }

    .bharatfm-schedule-list > div {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 10px;
        min-height: 58px;
        padding: 9px 10px 9px 0;
    }

    .bharatfm-schedule-list time {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        padding-left: 10px;
        font-size: 10px;
        line-height: 1.3;
        white-space: normal;
    }

    .bharatfm-schedule-list span {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        font-size: 11px;
        line-height: 1.4;
    }

    .bharatfm-schedule-list b {
        display: none;
    }

    .bharatfm-schedule-days {
        gap: 5px;
        margin-bottom: 12px;
        padding: 3px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .bharatfm-schedule-day {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 8px 11px;
        font-size: 10px;
        white-space: nowrap;
    }

}

@media (max-width: 480px) {

    .bharatfm-channel-about {
        padding: 18px;
    }

    .bharatfm-channel-schedule {
        padding: 13px;
    }

    .bharatfm-schedule-timezone {
        font-size: 10px;
    }

    .bharatfm-schedule-list {
        max-height: 520px;
    }

    .bharatfm-schedule-list > div {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 9px;
        min-height: 56px;
        padding: 8px 9px 8px 0;
    }

    .bharatfm-schedule-list time {
        padding-left: 9px;
        font-size: 9px;
        line-height: 1.3;
    }

    .bharatfm-schedule-list span {
        font-size: 11px;
        line-height: 1.4;
    }

}

/* =========================================================
   END RESPONSIVE ABOUT + SCHEDULE FIX
   ========================================================= */


/* =========================================================
   BHARAT FM® — RESPONSIVE LIVE NOW BADGE
   Restore live-program indicator on tablet and mobile
   ========================================================= */

@media (max-width: 900px) {

    .bharatfm-schedule-list > div.is-live {
        grid-template-columns: 112px minmax(0, 1fr) auto;
    }

    .bharatfm-schedule-list b {
        display: block;
        align-self: center;
        justify-self: end;
        padding: 5px 7px;
        font-size: 8px;
        white-space: nowrap;
    }

}

@media (max-width: 767px) {

    .bharatfm-schedule-list > div.is-live {
        grid-template-columns: 104px minmax(0, 1fr) auto;
        gap: 8px;
    }

    .bharatfm-schedule-list b {
        grid-column: 3;
        grid-row: 1;
        display: block;
        align-self: center;
        justify-self: end;
        padding: 5px 6px;
        font-size: 7px;
        letter-spacing: .06em;
        white-space: nowrap;
    }

}

@media (max-width: 480px) {

    .bharatfm-schedule-list > div.is-live {
        grid-template-columns: 92px minmax(0, 1fr) auto;
        gap: 7px;
    }

    .bharatfm-schedule-list b {
        grid-column: 3;
        grid-row: 1;
        padding: 4px 5px;
        font-size: 7px;
    }

}

/* =========================================================
   END RESPONSIVE LIVE NOW BADGE
   ========================================================= */


/* =========================================================
   BHARAT FM® — TABLET PLAYER FINAL FIX
   768px–1024px only
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .bharatfm-player .bharatfm-player-inner {
        width: calc(100% - 30px);
        height: 72px;
        min-height: 72px;
        gap: 9px;
        overflow: hidden;
    }

    .bharatfm-player .bharatfm-player-info {
        flex: 0 1 145px;
        min-width: 100px;
        max-width: 145px;
    }

    .bharatfm-player .bharatfm-live-visualizer {
        flex: 0 0 70px;
        width: 70px;
        height: 38px;
    }

    .bharatfm-player #bharatfm-visualizer {
        width: 70px;
        height: 38px;
        max-width: 70px;
        max-height: 38px;
    }

    .bharatfm-player .bharatfm-now-playing {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
        overflow: hidden;
    }

    .bharatfm-player .bharatfm-now-playing-title,
    .bharatfm-player .bharatfm-now-playing-rj {
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}

/* =========================================================
   BHARAT FM® — FINAL RESPONSIVE PLAYER CONTROL
   Prevent Now Playing squeeze/wrap on tablet/mobile
   ========================================================= */

/* TABLET: 768px–1024px */
@media (min-width: 768px) and (max-width: 1024px) {

    .bharatfm-player .bharatfm-player-inner {
        width: calc(100% - 30px);
        height: 72px;
        min-height: 72px;
        gap: 9px;
        overflow: hidden;
    }

    .bharatfm-player .bharatfm-player-info {
        flex: 0 1 145px !important;
        min-width: 100px !important;
        max-width: 145px !important;
    }

    .bharatfm-player .bharatfm-live-visualizer {
        flex: 0 0 70px !important;
        width: 70px !important;
        height: 38px !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        border-right: 0 !important;
    }

    .bharatfm-player #bharatfm-visualizer {
        width: 70px !important;
        height: 38px !important;
        max-width: 70px !important;
        max-height: 38px !important;
    }

    .bharatfm-player .bharatfm-now-playing {
        display: flex !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
        max-width: none !important;
        overflow: hidden !important;
    }

    .bharatfm-player .bharatfm-now-playing-label,
    .bharatfm-player .bharatfm-now-playing-title,
    .bharatfm-player .bharatfm-now-playing-rj,
    .bharatfm-player .bharatfm-now-playing-artist {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* MOBILE / CUSTOMIZER NARROW PREVIEW: 767px and below */
@media (max-width: 767px) {

    .bharatfm-player .bharatfm-player-inner {
        width: calc(100% - 20px);
        height: 85px;
        min-height: 85px;
        overflow: hidden;
    }

    .bharatfm-player .bharatfm-now-playing,
    .bharatfm-player .bharatfm-now-playing-label,
    .bharatfm-player .bharatfm-now-playing-title,
    .bharatfm-player .bharatfm-now-playing-rj,
    .bharatfm-player .bharatfm-now-playing-artist {
        display: none !important;
    }
}


/* =========================================================
   BHARAT FM® — HOMEPAGE ABOUT
   ========================================================= */

.bharatfm-home-about {
    background: #ffffff;
    border-top: 1px solid #e5e9ef;
    border-bottom: 1px solid #e5e9ef;
}

.bharatfm-home-about-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 82px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
    gap: 72px;
    align-items: center;
}

.bharatfm-home-about-copy {
    max-width: 760px;
}

.bharatfm-home-about-eyebrow {
    margin: 0 0 14px;
    color: #d71920;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bharatfm-home-about h2 {
    margin: 0 0 22px;
    color: #071a33;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -.025em;
    font-weight: 800;
}

.bharatfm-home-about-lead {
    margin: 0 0 18px;
    color: #26364a;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 600;
}

.bharatfm-home-about-text {
    max-width: 720px;
    margin: 0;
    color: #667386;
    font-size: 16px;
    line-height: 1.75;
}

.bharatfm-home-about-highlight {
    min-height: 290px;
    padding: 38px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px;
    background: #071a33;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(7, 26, 51, .12);
}

.bharatfm-home-about-highlight-label {
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    opacity: .72;
}

.bharatfm-home-about-highlight strong {
    display: block;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
    letter-spacing: -.02em;
    font-weight: 800;
}

.bharatfm-home-about-highlight-text {
    display: block;
    max-width: 310px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.65;
}

/* Tablet */
@media (max-width: 900px) {

    .bharatfm-home-about-container {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 68px 0;
    }

    .bharatfm-home-about-copy {
        max-width: 800px;
    }

    .bharatfm-home-about-highlight {
        min-height: 0;
    }
}

/* Mobile */
@media (max-width: 640px) {

    .bharatfm-home-about-container {
        width: min(100% - 28px, 1180px);
        padding: 56px 0;
        gap: 32px;
    }

    .bharatfm-home-about-eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .bharatfm-home-about h2 {
        margin-bottom: 18px;
        font-size: 34px;
    }

    .bharatfm-home-about-lead {
        font-size: 17px;
        line-height: 1.6;
    }

    .bharatfm-home-about-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .bharatfm-home-about-highlight {
        padding: 30px;
        border-radius: 16px;
    }

    .bharatfm-home-about-highlight strong {
        font-size: 30px;
    }
}


/* =========================================================
   BHARAT FM® HOMEPAGE ABOUT — PREMIUM FACT CARD DESIGN
   ========================================================= */

.bharatfm-home-about {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

.bharatfm-home-about-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 88px 0 84px;
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(320px, .78fr);
    gap: 48px;
    align-items: stretch;
}

.bharatfm-home-about-main {
    min-width: 0;
}

.bharatfm-home-about-copy {
    position: relative;
    max-width: 980px;
}

.bharatfm-home-about-eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 22px;
    color: #e5232f;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.bharatfm-home-about-eyebrow::after {
    content: "";
    width: 44px;
    height: 3px;
    background: #e5232f;
    display: block;
}

.bharatfm-home-about h2 {
    margin: 0;
    color: #081b36;
    font-size: clamp(36px, 4vw, 58px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -.045em;
    max-width: 940px;
}

.bharatfm-home-about h2 span {
    color: #e5232f;
}

.bharatfm-home-about-lead {
    max-width: 820px;
    margin: 30px 0 0;
    color: #172b46;
    font-size: 19px;
    line-height: 1.62;
    font-weight: 700;
}

.bharatfm-home-about-text {
    max-width: 840px;
    margin: 18px 0 0;
    color: #617087;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

/* ---------------------------------------------------------
   FACT CARDS
   --------------------------------------------------------- */

.bharatfm-home-about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 36px;
}

.bharatfm-home-about-stat {
    position: relative;
    min-width: 0;
    min-height: 300px;
    padding: 22px 18px 20px;
    border: 1px solid rgba(8, 27, 54, .06);
    border-radius: 13px;
    background: linear-gradient(145deg, #fbfcfd 0%, #f4f6f9 100%);
    box-shadow: 0 8px 24px rgba(8, 27, 54, .055);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}

.bharatfm-home-about-stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(8, 27, 54, .09);
}

.bharatfm-home-about-stat::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -45px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    opacity: .055;
}

.bharatfm-home-about-stat-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bharatfm-home-about-stat-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bharatfm-home-about-stat > strong {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 48px;
    line-height: .95;
    font-weight: 800;
    letter-spacing: -.055em;
}

.bharatfm-home-about-stat h3 {
    margin: 8px 0 0;
    text-align: center;
    color: #10243f;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.015em;
}

.bharatfm-home-about-stat p {
    margin: 17px 0 0;
    color: #617087;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

/* Individual fact identities */

.bharatfm-home-about-stat-language {
    background: linear-gradient(145deg, #fffafb 0%, #fdf3f4 100%);
}

.bharatfm-home-about-stat-language .bharatfm-home-about-stat-icon {
    color: #ffffff;
    background: #ef3037;
    box-shadow: 0 8px 18px rgba(239, 48, 55, .20);
}

.bharatfm-home-about-stat-language > strong {
    color: #df202b;
}

.bharatfm-home-about-stat-language::after {
    background: #ef3037;
}

.bharatfm-home-about-stat-record {
    background: linear-gradient(145deg, #fbfdff 0%, #f0f6ff 100%);
}

.bharatfm-home-about-stat-record .bharatfm-home-about-stat-icon {
    color: #ffffff;
    background: #1769e8;
    box-shadow: 0 8px 18px rgba(23, 105, 232, .20);
}

.bharatfm-home-about-stat-record > strong {
    color: #1263db;
}

.bharatfm-home-about-stat-record::after {
    background: #1769e8;
}

.bharatfm-home-about-stat-community {
    background: linear-gradient(145deg, #fbfefc 0%, #f0f8f3 100%);
}

.bharatfm-home-about-stat-community .bharatfm-home-about-stat-icon {
    color: #ffffff;
    background: #299a59;
    box-shadow: 0 8px 18px rgba(41, 154, 89, .20);
}

.bharatfm-home-about-stat-community > strong {
    color: #168044;
}

.bharatfm-home-about-stat-community::after {
    background: #299a59;
}

.bharatfm-home-about-stat-listeners {
    background: linear-gradient(145deg, #fffdfb 0%, #fff5ee 100%);
}

.bharatfm-home-about-stat-listeners .bharatfm-home-about-stat-icon {
    color: #ffffff;
    background: #f47a2a;
    box-shadow: 0 8px 18px rgba(244, 122, 42, .20);
}

.bharatfm-home-about-stat-listeners > strong {
    color: #e45e0d;
}

.bharatfm-home-about-stat-listeners::after {
    background: #f47a2a;
}

/* ---------------------------------------------------------
   BHARAT MEDIA DARK PANEL
   --------------------------------------------------------- */

.bharatfm-home-about-highlight {
    position: relative;
    min-height: 100%;
    padding: 46px 42px 40px;
    border-radius: 18px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 8%, rgba(49, 103, 165, .20), transparent 34%),
        linear-gradient(150deg, #0b2547 0%, #061a34 100%);
    box-shadow: 0 20px 45px rgba(8, 27, 54, .16);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.bharatfm-home-about-highlight::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    box-shadow:
        0 0 0 28px rgba(255, 255, 255, .018),
        0 0 0 56px rgba(255, 255, 255, .012);
}

.bharatfm-home-about-highlight-top {
    position: relative;
    z-index: 1;
}

.bharatfm-home-about-highlight-label {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .20em;
}

.bharatfm-home-about-highlight-line {
    display: block;
    width: 82px;
    height: 3px;
    margin-top: 18px;
    background: #e5232f;
}

.bharatfm-home-about-highlight-title {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 28px;
    color: #ffffff;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -.045em;
}

.bharatfm-home-about-highlight-text {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 26px;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.65;
}

.bharatfm-home-about-highlight-services {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: auto;
    padding-top: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, .20);
    padding-bottom: 28px;
}

.bharatfm-home-about-highlight-services > span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.bharatfm-home-about-highlight-services > span:first-child {
    border-left: 0;
}

.bharatfm-home-about-highlight-services svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bharatfm-home-about-highlight-services small {
    color: rgba(255, 255, 255, .82);
    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
}

.bharatfm-home-about-highlight-bottom {
    position: relative;
    z-index: 1;
    padding-top: 25px;
}

.bharatfm-home-about-highlight-bottom strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 800;
    letter-spacing: .16em;
}

.bharatfm-home-about-highlight-bottom::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    margin-top: 14px;
    background: #e5232f;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1100px) {

    .bharatfm-home-about-container {
        grid-template-columns: minmax(0, 1.55fr) minmax(285px, .8fr);
        gap: 28px;
    }

    .bharatfm-home-about-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bharatfm-home-about-stat {
        min-height: 265px;
    }

    .bharatfm-home-about-highlight {
        padding: 38px 30px 34px;
    }

    .bharatfm-home-about-highlight-title {
        font-size: 36px;
    }

}

@media (max-width: 900px) {

    .bharatfm-home-about-container {
        width: min(720px, calc(100% - 40px));
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 70px 0;
    }

    .bharatfm-home-about h2 {
        font-size: clamp(38px, 6vw, 52px);
    }

    .bharatfm-home-about-highlight {
        min-height: 390px;
    }

}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 640px) {

    .bharatfm-home-about-container {
        width: calc(100% - 32px);
        padding: 56px 0;
        gap: 28px;
    }

    .bharatfm-home-about-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
        gap: 12px;
    }

    .bharatfm-home-about-eyebrow::after {
        width: 30px;
        height: 2px;
    }

    .bharatfm-home-about h2 {
        font-size: clamp(31px, 9vw, 42px);
        line-height: 1.01;
        letter-spacing: -.04em;
    }

    .bharatfm-home-about-lead {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.6;
    }

    .bharatfm-home-about-text {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.65;
    }

    .bharatfm-home-about-stats {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .bharatfm-home-about-stat {
        min-height: 0;
        padding: 22px 24px 24px;
    }

    .bharatfm-home-about-stat-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }

    .bharatfm-home-about-stat-icon svg {
        width: 28px;
        height: 28px;
    }

    .bharatfm-home-about-stat > strong {
        font-size: 44px;
    }

    .bharatfm-home-about-stat h3 {
        font-size: 15px;
    }

    .bharatfm-home-about-stat p {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .bharatfm-home-about-highlight {
        min-height: 0;
        padding: 34px 27px 30px;
        border-radius: 16px;
    }

    .bharatfm-home-about-highlight-title {
        margin-top: 24px;
        font-size: 34px;
    }

    .bharatfm-home-about-highlight-text {
        margin-top: 20px;
        font-size: 14px;
    }

    .bharatfm-home-about-highlight-services {
        margin-top: 32px;
        padding-top: 25px;
        padding-bottom: 22px;
    }

    .bharatfm-home-about-highlight-services small {
        font-size: 8px;
    }

    .bharatfm-home-about-highlight-bottom {
        padding-top: 22px;
    }

}

@media (max-width: 390px) {

    .bharatfm-home-about h2 {
        font-size: 30px;
    }

    .bharatfm-home-about-highlight-title {
        font-size: 31px;
    }

    .bharatfm-home-about-highlight {
        padding-left: 23px;
        padding-right: 23px;
    }

}


/* =========================================================
   ABOUT — DESKTOP MEDIA PANEL SERVICE LABEL FIX
   Keeps MUSIC / NEWS / COMMUNITY / ENTERTAINMENT separated
   ========================================================= */

@media (min-width: 901px) {

    .bharatfm-home-about-highlight-services {
        column-gap: 0;
    }

    .bharatfm-home-about-highlight-services > span {
        padding: 0 7px;
        gap: 8px;
    }

    .bharatfm-home-about-highlight-services small {
        font-size: 8px;
        letter-spacing: .025em;
        white-space: nowrap;
    }

}


/* =========================================================
   ABOUT — FINAL DESKTOP SERVICE COLUMN ALIGNMENT
   ========================================================= */

@media (min-width: 901px) {

    .bharatfm-home-about-highlight-services > span {
        position: relative;
        min-width: 0;
        padding: 0 5px;
        border-left: 0;
    }

    .bharatfm-home-about-highlight-services > span + span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, .18);
    }

    .bharatfm-home-about-highlight-services small {
        display: block;
        width: 100%;
        overflow: hidden;
        font-size: 7px;
        line-height: 1.2;
        letter-spacing: .015em;
        white-space: nowrap;
        text-overflow: clip;
        text-align: center;
    }

}


/* Final desktop fit for ENTERTAINMENT label */
@media (min-width: 901px) {
    .bharatfm-home-about-highlight-services > span:nth-child(4) small {
        font-size: 6.5px;
        letter-spacing: 0;
    }
}


/* =========================================================
   ABOUT — FINAL SERVICE LABEL FIT
   Desktop + Mobile
   ========================================================= */

.bharatfm-home-about-highlight-services > span {
    overflow: visible;
}

.bharatfm-home-about-highlight-services small {
    display: block;
    width: auto;
    max-width: 100%;
    font-size: 6px;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

@media (min-width: 901px) {

    .bharatfm-home-about-highlight-services > span {
        padding-left: 3px;
        padding-right: 3px;
    }

    .bharatfm-home-about-highlight-services small {
        font-size: 6px;
    }

}

@media (max-width: 640px) {

    .bharatfm-home-about-highlight-services > span {
        padding-left: 2px;
        padding-right: 2px;
    }

    .bharatfm-home-about-highlight-services small {
        font-size: 6px;
    }

}


/* =========================================================
   BHARAT FM® — HOMEPAGE NEWS / ENTERTAINMENT
   Premium text-led editorial layout
   ========================================================= */

.bharatfm-home-news {
    position: relative;
    background: #f7f9fc;
    border-top: 1px solid #e6ebf1;
    border-bottom: 1px solid #e6ebf1;
    padding: 92px 0 100px;
}

.bharatfm-home-news-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* ---------- HEADER ---------- */

.bharatfm-home-news-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}

.bharatfm-home-news-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    color: #e9252b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.bharatfm-home-news-eyebrow::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: #e9252b;
}

.bharatfm-home-news-header h2 {
    max-width: 760px;
    margin: 0;
    color: #071b36;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.045em;
}

.bharatfm-home-news-intro {
    max-width: 680px;
    margin: 18px 0 0;
    color: #66758b;
    font-size: 16px;
    line-height: 1.65;
}

.bharatfm-home-news-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex: 0 0 auto;
}

.bharatfm-home-news-live {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border: 1px solid #dfe5ec;
    border-radius: 999px;
    background: #ffffff;
    color: #26364c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    white-space: nowrap;
}

.bharatfm-home-news-live > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e9252b;
    box-shadow: 0 0 0 4px rgba(233, 37, 43, .10);
}

.bharatfm-home-news-view-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #e9252b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: gap .2s ease;
}

.bharatfm-home-news-view-all:hover,
.bharatfm-home-news-view-all:focus-visible {
    gap: 10px;
    color: #e9252b;
    text-decoration: none;
}

.bharatfm-home-news-view-all span {
    font-size: 17px;
    line-height: 1;
}

/* ---------- MAIN GRID ---------- */

.bharatfm-home-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 26px;
    align-items: stretch;
}

/* ---------- FEATURED STORY ---------- */

.bharatfm-home-news-featured {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 340px;
    padding: 30px;
    border: 1px solid #e2e7ed;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(7, 27, 54, .07);
}

.bharatfm-home-news-featured-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.bharatfm-home-news-category,
.bharatfm-home-news-featured-label {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .13em;
}

.bharatfm-home-news-category {
    background: #e9252b;
    color: #ffffff;
}

.bharatfm-home-news-featured-label {
    background: #edf1f5;
    color: #536278;
}

.bharatfm-home-news-featured h3 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -.03em;
}

.bharatfm-home-news-featured h3 a {
    color: #071b36;
    text-decoration: none;
}

.bharatfm-home-news-featured h3 a:hover {
    color: #e9252b;
}

.bharatfm-home-news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 14px;
    margin-top: 18px;
    color: #77859a;
    font-size: 12px;
    line-height: 1.4;
}

.bharatfm-home-news-meta span {
    color: #25364c;
    font-weight: 700;
}

.bharatfm-home-news-meta time::before {
    content: "•";
    margin-right: 14px;
    color: #c5ccd5;
}

.bharatfm-home-news-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 28px;
    color: #e9252b;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.bharatfm-home-news-read span {
    font-size: 17px;
    line-height: 1;
    transition: transform .2s ease;
}

.bharatfm-home-news-read:hover span {
    transform: translateX(4px);
}

/* ---------- SUPPORTING COLUMNS ---------- */

.bharatfm-home-news-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    min-width: 0;
}

.bharatfm-home-news-column {
    min-width: 0;
    padding: 0 20px;
    border-top: 3px solid #071b36;
    background: #ffffff;
}

.bharatfm-home-news-column-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 19px 0 13px;
}

.bharatfm-home-news-column-header h3 {
    margin: 0;
    color: #071b36;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .13em;
}

.bharatfm-home-news-column-header span {
    flex: 1;
    height: 1px;
    background: #e1e6ec;
}

/* ---------- SUPPORTING ARTICLES ---------- */

.bharatfm-home-news-item {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 17px 0;
    border-top: 1px solid #e6eaf0;
}

.bharatfm-home-news-item:first-of-type {
    border-top: 0;
}

.bharatfm-home-news-item-number {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 22px;
    margin-top: 1px;
    border-radius: 4px;
    background: #071b36;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.bharatfm-home-news-item-content {
    min-width: 0;
}

.bharatfm-home-news-item h4 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.28;
    letter-spacing: -.01em;
}

.bharatfm-home-news-item h4 a {
    display: -webkit-box;
    overflow: hidden;
    color: #152943;
    text-decoration: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bharatfm-home-news-item h4 a:hover {
    color: #e9252b;
}

.bharatfm-home-news-item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    color: #8995a6;
    font-size: 9px;
    line-height: 1.35;
}

.bharatfm-home-news-item-meta span {
    max-width: 100%;
    overflow: hidden;
    color: #526177;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bharatfm-home-news-item-meta time::before {
    content: "•";
    margin-right: 8px;
    color: #c5ccd5;
}

/* ---------- FOCUS ---------- */

.bharatfm-home-news a:focus-visible {
    outline: 3px solid #e9252b;
    outline-offset: 3px;
    border-radius: 3px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .bharatfm-home-news {
        padding: 76px 0 84px;
    }

    .bharatfm-home-news-container {
        width: min(100% - 36px, 900px);
    }

    .bharatfm-home-news-header {
        align-items: flex-start;
    }

    .bharatfm-home-news-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 680px) {

    .bharatfm-home-news {
        padding: 64px 0 72px;
    }

    .bharatfm-home-news-container {
        width: min(100% - 28px, 560px);
    }

    .bharatfm-home-news-header {
        display: block;
        margin-bottom: 30px;
    }

    .bharatfm-home-news-header h2 {
        font-size: 36px;
        line-height: 1;
    }

    .bharatfm-home-news-intro {
        margin-top: 14px;
        font-size: 15px;
    }

    .bharatfm-home-news-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 18px;
    }

    .bharatfm-home-news-live {
        padding: 9px 12px;
    }

    .bharatfm-home-news-view-all {
        font-size: 11px;
    }

    .bharatfm-home-news-featured {
        min-height: 300px;
        padding: 24px;
    }

    .bharatfm-home-news-featured h3 {
        font-size: 27px;
    }

    .bharatfm-home-news-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bharatfm-home-news-column {
        padding: 0 18px;
    }

}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

    .bharatfm-home-news {
        padding: 54px 0 62px;
    }

    .bharatfm-home-news-header h2 {
        font-size: 31px;
    }

    .bharatfm-home-news-featured {
        min-height: 270px;
        padding: 20px;
    }

    .bharatfm-home-news-featured h3 {
        font-size: 24px;
    }

    .bharatfm-home-news-item {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 9px;
    }

    .bharatfm-home-news-item-number {
        width: 24px;
        height: 21px;
    }

}


/* =========================================================
   BHARAT FM® — PUBLIC EVENT PAGE
   ========================================================= */

.bharatfm-event-page {
    background: #f5f7fa;
    color: #172033;
}

.bharatfm-event-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.bharatfm-event-hero {
    padding: 34px 0 72px;
    background: #f5f7fa;
}

.bharatfm-event-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 34px;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.bharatfm-event-back span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #d7dce4;
    border-radius: 50%;
    background: #ffffff;
    font-size: 18px;
    transition: transform 180ms ease, border-color 180ms ease;
}

.bharatfm-event-back:hover span:first-child {
    transform: translateX(-2px);
    border-color: #c51f2b;
}

.bharatfm-event-back:focus-visible {
    outline: 3px solid rgba(197, 31, 43, 0.22);
    outline-offset: 4px;
}

.bharatfm-event-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 64px;
    align-items: center;
}

.bharatfm-event-hero-copy {
    min-width: 0;
}

.bharatfm-event-eyebrow {
    margin: 0 0 14px;
    color: #c51f2b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.bharatfm-event-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #172033;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.02;
}

.bharatfm-event-date,
.bharatfm-event-location {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 22px;
    color: #4a5568;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.bharatfm-event-date span:first-child,
.bharatfm-event-location span:first-child {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1.45;
}

.bharatfm-event-actions {
    margin-top: 34px;
}

.bharatfm-event-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 13px 22px;
    border-radius: 6px;
    background: #c51f2b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bharatfm-event-primary-action:hover {
    background: #a91823;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.14);
}

.bharatfm-event-primary-action:focus-visible {
    outline: 3px solid rgba(197, 31, 43, 0.24);
    outline-offset: 4px;
}

.bharatfm-event-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(23, 32, 51, 0.14);
}

.bharatfm-event-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: contain;
}

/* ---------------------------------------------------------
   CONTENT
   --------------------------------------------------------- */

.bharatfm-event-content {
    padding: 78px 0 96px;
    background: #ffffff;
}

.bharatfm-event-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 72px;
    align-items: start;
}

.bharatfm-event-section-heading h2 {
    margin: 0;
    color: #172033;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

.bharatfm-event-description-text {
    margin-top: 28px;
    color: #4a5568;
    font-size: 17px;
    line-height: 1.8;
}

.bharatfm-event-description-text > *:first-child {
    margin-top: 0;
}

.bharatfm-event-description-text > *:last-child {
    margin-bottom: 0;
}

.bharatfm-event-description-text a {
    color: #c51f2b;
    font-weight: 700;
}

.bharatfm-event-details {
    position: sticky;
    top: 30px;
}

.bharatfm-event-details-card {
    padding: 30px;
    border: 1px solid #e1e5eb;
    border-radius: 12px;
    background: #f7f8fa;
}

.bharatfm-event-detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 17px 0;
    border-top: 1px solid #e1e5eb;
}

.bharatfm-event-detail:first-of-type {
    margin-top: 4px;
}

.bharatfm-event-detail strong {
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bharatfm-event-detail span {
    color: #4a5568;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .bharatfm-event-container {
        width: min(100% - 36px, 720px);
    }

    .bharatfm-event-hero {
        padding: 28px 0 56px;
    }

    .bharatfm-event-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bharatfm-event-hero-copy {
        max-width: 720px;
    }

    .bharatfm-event-image-wrap {
        max-width: 620px;
    }

    .bharatfm-event-content {
        padding: 60px 0 72px;
    }

    .bharatfm-event-content-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .bharatfm-event-details {
        position: static;
    }

}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 600px) {

    .bharatfm-event-container {
        width: min(100% - 28px, 520px);
    }

    .bharatfm-event-hero {
        padding: 22px 0 44px;
    }

    .bharatfm-event-back {
        margin-bottom: 25px;
        font-size: 13px;
    }

    .bharatfm-event-back span:first-child {
        width: 29px;
        height: 29px;
        font-size: 16px;
    }

    .bharatfm-event-hero-grid {
        gap: 30px;
    }

    .bharatfm-event-hero h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .bharatfm-event-date,
    .bharatfm-event-location {
        margin-top: 17px;
        font-size: 15px;
    }

    .bharatfm-event-actions {
        margin-top: 26px;
    }

    .bharatfm-event-primary-action {
        width: 100%;
    }

    .bharatfm-event-image-wrap {
        border-radius: 10px;
    }

    .bharatfm-event-content {
        padding: 48px 0 60px;
    }

    .bharatfm-event-section-heading h2 {
        font-size: 30px;
    }

    .bharatfm-event-description-text {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.7;
    }

    .bharatfm-event-details-card {
        padding: 24px;
        border-radius: 10px;
    }

}


/* =========================================================
   BHARAT FM® — EVENT DESCRIPTION WITHOUT DETAILS SIDEBAR
   ========================================================= */

.bharatfm-event-content .bharatfm-event-description {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.bharatfm-event-content .bharatfm-event-section-heading {
    max-width: 920px;
}

.bharatfm-event-content .bharatfm-event-description-text {
    max-width: 920px;
}

@media (max-width: 900px) {
    .bharatfm-event-content .bharatfm-event-description {
        max-width: 100%;
    }
}

/* =========================================================
   BHARAT FM® — COMMUNITY EVENTS ARCHIVE
   ========================================================= */

.bharatfm-events-archive {
    background: #f4f6f9;
}

.bharatfm-events-archive-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 35%, rgba(224, 34, 42, 0.18), transparent 28%),
        linear-gradient(120deg, #061a35 0%, #0a294d 55%, #07172d 100%);
    color: #ffffff;
}

.bharatfm-events-archive-hero-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 62px;
}

.bharatfm-events-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 48px;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.bharatfm-events-back span:first-child {
    font-size: 20px;
    line-height: 1;
}

.bharatfm-events-back:hover,
.bharatfm-events-back:focus-visible {
    color: #ffffff;
    text-decoration: underline;
}

.bharatfm-events-eyebrow {
    margin: 0 0 12px;
    color: #d9232e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.3;
}

.bharatfm-events-archive-hero .bharatfm-events-eyebrow {
    color: #ffffff;
}

.bharatfm-events-archive-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.bharatfm-events-archive-hero h1 strong {
    color: #f5bd43;
}

.bharatfm-events-intro {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255,255,255,0.86);
    font-size: 19px;
    line-height: 1.6;
}

.bharatfm-events-archive-body {
    padding: 34px 0 80px;
}

.bharatfm-events-archive-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.bharatfm-events-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 42px;
}

.bharatfm-events-filters a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 17px;
    border: 1px solid #d9e0e8;
    border-radius: 8px;
    background: #ffffff;
    color: #182338;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: 0.2s ease;
}

.bharatfm-events-filters a:hover,
.bharatfm-events-filters a:focus-visible {
    border-color: #c7222d;
    color: #c7222d;
}

.bharatfm-events-filters a.is-active {
    border-color: #d9232e;
    background: #d9232e;
    color: #ffffff;
}

.bharatfm-events-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    border-radius: 20px;
    background: rgba(0,0,0,0.08);
    font-size: 11px;
    line-height: 1;
}

.bharatfm-events-filters a.is-active .bharatfm-events-filter-count {
    background: rgba(255,255,255,0.2);
}

.bharatfm-events-archive-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.bharatfm-events-archive-heading h2 {
    margin: 0;
    color: #172033;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.bharatfm-events-results-count {
    margin: 0 0 3px;
    color: #68758a;
    font-size: 14px;
    font-weight: 700;
}

.bharatfm-events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bharatfm-event-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    border: 1px solid #e1e6ed;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(16, 34, 58, 0.07);
}

.bharatfm-event-card-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9edf2;
    text-decoration: none;
}

.bharatfm-event-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.bharatfm-event-card:hover .bharatfm-event-card-image img {
    transform: scale(1.025);
}

.bharatfm-event-card-image-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 24px;
    background: #081d38;
    color: #ffffff;
    text-align: center;
}

.bharatfm-event-card-image-fallback span {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.bharatfm-event-card-image-fallback strong {
    margin-top: 8px;
    font-size: 25px;
    line-height: 1.05;
}

.bharatfm-event-status {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 20px;
    background: #ffffff;
    color: #172033;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.bharatfm-event-status.is-upcoming {
    color: #16834a;
}

.bharatfm-event-status.is-past {
    color: #d71920;
}

.bharatfm-event-date-badge {
    position: absolute;
    left: 16px;
    bottom: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    min-height: 68px;
    padding: 7px 5px;
    border-radius: 7px 7px 0 0;
    background: #ffffff;
    color: #172033;
    box-shadow: 0 5px 14px rgba(15, 30, 52, 0.14);
    text-align: center;
}

.bharatfm-event-date-month {
    color: #d9232e;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.bharatfm-event-date-day {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 850;
    line-height: 1;
}

.bharatfm-event-date-year {
    margin-top: 4px;
    color: #68758a;
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
}

.bharatfm-event-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 24px 24px;
}

.bharatfm-event-card h3 {
    margin: 0;
    color: #172033;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.18;
}

.bharatfm-event-card h3 a {
    color: inherit;
    text-decoration: none;
}

.bharatfm-event-card h3 a:hover,
.bharatfm-event-card h3 a:focus-visible {
    color: #d9232e;
}

.bharatfm-event-card-location {
    display: flex;
    gap: 8px;
    margin: 16px 0 0;
    color: #526078;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
}

.bharatfm-event-card-location > span:first-child {
    flex: 0 0 auto;
    color: #d9232e;
    font-size: 10px;
    line-height: 1.7;
}

.bharatfm-event-card-excerpt {
    margin: 16px 0 0;
    color: #536178;
    font-size: 14px;
    line-height: 1.65;
}

.bharatfm-event-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 22px;
    color: #d9232e;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.bharatfm-event-card-link:hover,
.bharatfm-event-card-link:focus-visible {
    color: #a71922;
}

.bharatfm-events-empty {
    padding: 70px 30px;
    border: 1px solid #e1e6ed;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
}

.bharatfm-events-empty h2 {
    margin: 0;
    color: #172033;
    font-size: 34px;
}

.bharatfm-events-empty p:not(.bharatfm-events-eyebrow) {
    max-width: 560px;
    margin: 14px auto 24px;
    color: #627086;
    line-height: 1.6;
}

.bharatfm-events-empty a {
    display: inline-flex;
    padding: 13px 20px;
    border-radius: 7px;
    background: #d9232e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .bharatfm-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bharatfm-events-archive-hero-inner,
    .bharatfm-events-archive-container {
        width: min(100% - 32px, 620px);
    }

    .bharatfm-events-archive-hero-inner {
        padding: 28px 0 48px;
    }

    .bharatfm-events-back {
        margin-bottom: 34px;
    }

    .bharatfm-events-archive-hero h1 {
        font-size: 42px;
    }

    .bharatfm-events-intro {
        font-size: 16px;
    }

    .bharatfm-events-archive-body {
        padding: 24px 0 56px;
    }

    .bharatfm-events-filters {
        gap: 8px;
        margin-bottom: 34px;
    }

    .bharatfm-events-filters a {
        flex: 1 1 100%;
        justify-content: center;
    }

    .bharatfm-events-archive-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .bharatfm-events-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bharatfm-event-card-content {
        padding: 24px 20px 22px;
    }

    .bharatfm-event-card h3 {
        font-size: 22px;
    }
}


/* =========================================================
   BHARAT FM® — EVENTS HERO CONTRAST FIX
   ========================================================= */

.bharatfm-events-archive-hero h1 {
    color: #ffffff;
}

.bharatfm-events-archive-hero h1 strong {
    color: #f5bd43;
}


/* =========================================================
   BHARAT FM® — HOMEPAGE UPCOMING COMMUNITY EVENTS
   ========================================================= */

.bharatfm-home-events {
    background: #f5f7fa;
    padding: 88px 0 96px;
}

.bharatfm-home-events-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.bharatfm-home-events-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px;
}

.bharatfm-home-events-heading {
    max-width: 760px;
}

.bharatfm-home-events-eyebrow {
    margin-bottom: 10px;
    color: #d9232e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.2px;
    line-height: 1.2;
}

.bharatfm-home-events-heading h2 {
    margin: 0;
    color: #14213d;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    letter-spacing: -1.8px;
    line-height: 1.02;
}

.bharatfm-home-events-heading p {
    max-width: 680px;
    margin: 16px 0 0;
    color: #596579;
    font-size: 17px;
    line-height: 1.65;
}

.bharatfm-home-events-view-all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    padding: 13px 19px;
    border: 1px solid #d7dde7;
    border-radius: 6px;
    background: #ffffff;
    color: #17223a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bharatfm-home-events-view-all span {
    color: #d9232e;
    font-size: 18px;
    line-height: 1;
}

.bharatfm-home-events-view-all:hover,
.bharatfm-home-events-view-all:focus-visible {
    border-color: #d9232e;
    box-shadow: 0 8px 22px rgba(20, 33, 61, .08);
    transform: translateY(-1px);
}

.bharatfm-home-events-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bharatfm-home-event-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3e7ee;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(20, 33, 61, .055);
}

.bharatfm-home-event-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e9edf3;
}

.bharatfm-home-event-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.bharatfm-home-event-card:hover .bharatfm-home-event-image {
    transform: scale(1.025);
}

.bharatfm-home-event-image-fallback {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #09213f;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.bharatfm-home-event-status {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #14833b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.bharatfm-home-event-status--upcoming {
    color: #14833b;
}

.bharatfm-home-event-status--past {
    color: #d71920;
}

.bharatfm-home-event-date-badge {
    position: absolute;
    bottom: -1px;
    left: 16px;
    display: flex;
    width: 62px;
    min-height: 72px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 6px 8px;
    border-radius: 8px 8px 0 0;
    background: #ffffff;
    box-shadow: 0 -2px 12px rgba(20, 33, 61, .08);
    text-align: center;
}

.bharatfm-home-event-date-badge strong {
    color: #d9232e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.1;
}

.bharatfm-home-event-date-badge b {
    margin-top: 2px;
    color: #17223a;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

.bharatfm-home-event-date-badge small {
    margin-top: 3px;
    color: #697487;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.bharatfm-home-event-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px 22px 23px;
}

.bharatfm-home-event-card h3 {
    margin: 0;
    color: #14213d;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.7px;
    line-height: 1.22;
}

.bharatfm-home-event-card h3 a {
    color: inherit;
    text-decoration: none;
}

.bharatfm-home-event-card h3 a:hover,
.bharatfm-home-event-card h3 a:focus-visible {
    color: #d9232e;
}

.bharatfm-home-event-location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 15px;
    color: #566277;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.bharatfm-home-event-location > span:first-child {
    flex: 0 0 auto;
    margin-top: 5px;
    color: #d9232e;
    font-size: 8px;
}

.bharatfm-home-event-date {
    margin-top: 8px;
    color: #7b8595;
    font-size: 12px;
    font-weight: 700;
}

.bharatfm-home-event-card p {
    margin: 16px 0 0;
    color: #596579;
    font-size: 14px;
    line-height: 1.65;
}

.bharatfm-home-event-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: #d9232e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.bharatfm-home-event-read-more span {
    font-size: 16px;
    line-height: 1;
}

.bharatfm-home-event-read-more:hover,
.bharatfm-home-event-read-more:focus-visible {
    color: #a71922;
}

@media (max-width: 1024px) {
    .bharatfm-home-events {
        padding: 72px 0 80px;
    }

    .bharatfm-home-events-container {
        width: min(100% - 40px, 920px);
    }

    .bharatfm-home-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bharatfm-home-events {
        padding: 58px 0 68px;
    }

    .bharatfm-home-events-container {
        width: min(100% - 32px, 560px);
    }

    .bharatfm-home-events-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 28px;
    }

    .bharatfm-home-events-heading h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .bharatfm-home-events-view-all {
        align-self: flex-start;
    }

    .bharatfm-home-events-heading p {
        font-size: 15px;
    }

    .bharatfm-home-events-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .bharatfm-home-event-image-link {
        aspect-ratio: 1 / 1;
    }

    .bharatfm-home-event-card-content {
        padding: 16px 14px 17px;
    }

    .bharatfm-home-event-card h3 {
        font-size: 17px;
        letter-spacing: -.35px;
        line-height: 1.2;
    }

    .bharatfm-home-event-location {
        gap: 5px;
        margin-top: 10px;
        font-size: 11px;
        line-height: 1.4;
    }

    .bharatfm-home-event-date {
        margin-top: 6px;
        font-size: 10px;
    }

    .bharatfm-home-event-card p {
        margin-top: 10px;
        font-size: 11px;
        line-height: 1.5;
    }

    .bharatfm-home-event-read-more {
        padding-top: 14px;
        font-size: 10px;
    }

    .bharatfm-home-event-status {
        top: 9px;
        right: 9px;
        padding: 6px 8px;
        font-size: 8px;
    }

    .bharatfm-home-event-date-badge {
        left: 9px;
        width: 48px;
        min-height: 58px;
        padding: 5px 4px 6px;
    }

    .bharatfm-home-event-date-badge strong {
        font-size: 8px;
    }

    .bharatfm-home-event-date-badge b {
        font-size: 20px;
    }

    .bharatfm-home-event-date-badge small {
        font-size: 8px;
    }

    .bharatfm-home-event-card-content {
        padding: 23px 20px 22px;
    }

    .bharatfm-home-event-card h3 {
        font-size: 22px;
    }
}

/* BHARAT FM® — EVENTS MOBILE ONLY / SINGLE CARD CAROUSEL */

@media (max-width: 767px) {

    .bharatfm-home-events-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 16px !important;
        grid-template-columns: none !important;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        padding-bottom: 6px;
    }

    .bharatfm-home-events-grid::-webkit-scrollbar {
        display: none;
    }

    .bharatfm-home-events-grid .bharatfm-home-event-card {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

}


/* BHARAT FM® — HOMEPAGE EVENTS / MOBILE CAROUSEL NAVIGATION */

.bharatfm-home-events-mobile-nav {
    display: none;
}

@media (max-width: 767px) {

    .bharatfm-home-events-mobile-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin-top: 20px;
    }

    .bharatfm-home-events-mobile-arrow {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid #d5d9df;
        border-radius: 50%;
        background: #ffffff;
        color: #111827;
        font-size: 17px;
        line-height: 1;
        cursor: pointer;
    }

    .bharatfm-home-events-mobile-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

    .bharatfm-home-events-mobile-dot {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #c7cbd1;
        cursor: pointer;
    }

    .bharatfm-home-events-mobile-dot.is-active {
        width: 20px;
        border-radius: 999px;
        background: #d71920;
    }
}

/* ============================================================
   BHARAT FM® — CELEBRITY SPOTLIGHT
   Premium editorial / video presentation
   ============================================================ */

.bharatfm-home-spotlight {
	position: relative;
	padding: 88px 0 96px;
	background: #f7f8fa;
	overflow: hidden;
}

.bharatfm-home-spotlight-container {
	width: min(1440px, calc(100% - 48px));
	margin: 0 auto;
}

.bharatfm-home-spotlight-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 42px;
}

.bharatfm-home-spotlight-heading {
	max-width: 900px;
}

.bharatfm-home-spotlight-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 13px;
	color: #e21b2d;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2.4px;
	line-height: 1.2;
	text-transform: uppercase;
}

.bharatfm-home-spotlight-eyebrow::before,
.bharatfm-home-spotlight-eyebrow::after {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	background: #e21b2d;
}

.bharatfm-home-spotlight-heading h2 {
	margin: 0;
	color: #101828;
	font-size: clamp(34px, 3.2vw, 52px);
	font-weight: 800;
	letter-spacing: -1.5px;
	line-height: 1.06;
}

.bharatfm-home-spotlight-heading h2 span {
	color: #e21b2d;
}

.bharatfm-home-spotlight-heading p {
	max-width: 850px;
	margin: 17px 0 0;
	color: #596273;
	font-size: 16px;
	line-height: 1.65;
}

.bharatfm-home-spotlight-view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 12px;
	min-height: 48px;
	padding: 0 22px;
	border: 1.5px solid #e21b2d;
	border-radius: 10px;
	background: #fff;
	color: #e21b2d !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .15px;
	text-decoration: none !important;
	transition:
		background-color .22s ease,
		color .22s ease,
		transform .22s ease,
		box-shadow .22s ease;
}

.bharatfm-home-spotlight-view-all span {
	font-size: 21px;
	line-height: 1;
	transition: transform .22s ease;
}

.bharatfm-home-spotlight-view-all:hover,
.bharatfm-home-spotlight-view-all:focus-visible {
	background: #e21b2d;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(16, 24, 40, .12);
}

.bharatfm-home-spotlight-view-all:hover span,
.bharatfm-home-spotlight-view-all:focus-visible span {
	transform: translateX(3px);
}

.bharatfm-home-spotlight-carousel-wrap {
	position: relative;
}

.bharatfm-home-spotlight-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.bharatfm-home-spotlight-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e5e8ed;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(16, 24, 40, .07);
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		border-color .25s ease;
}

.bharatfm-home-spotlight-card:hover {
	transform: translateY(-5px);
	border-color: #d9dde4;
	box-shadow: 0 18px 42px rgba(16, 24, 40, .12);
}

.bharatfm-home-spotlight-media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #111820;
	text-decoration: none !important;
}

.bharatfm-home-spotlight-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.bharatfm-home-spotlight-card:hover .bharatfm-home-spotlight-media img {
	transform: scale(1.035);
}

.bharatfm-home-spotlight-media-placeholder {
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, #161b22 0%, #29313b 100%);
}

.bharatfm-home-spotlight-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, .38),
		transparent 55%
	);
	pointer-events: none;
}

.bharatfm-home-spotlight-play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 2px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	background: rgba(0, 0, 0, .48);
	color: #fff;
	transform: translate(-50%, -50%);
	backdrop-filter: blur(4px);
	transition:
		transform .22s ease,
		background-color .22s ease,
		border-color .22s ease;
}

.bharatfm-home-spotlight-play span {
	margin-left: 3px;
	font-size: 22px;
	line-height: 1;
}

.bharatfm-home-spotlight-media:hover .bharatfm-home-spotlight-play,
.bharatfm-home-spotlight-media:focus-visible .bharatfm-home-spotlight-play {
	background: #e21b2d;
	border-color: #fff;
	transform: translate(-50%, -50%) scale(1.08);
}

.bharatfm-home-spotlight-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 23px 23px 25px;
}

.bharatfm-home-spotlight-type {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	margin-bottom: 13px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fce5e8;
	color: #c7192c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .75px;
	line-height: 1;
}

.bharatfm-home-spotlight-card:nth-child(2) .bharatfm-home-spotlight-type {
	background: #e8f0ff;
	color: #2459b8;
}

.bharatfm-home-spotlight-card:nth-child(3) .bharatfm-home-spotlight-type {
	background: #fff3cf;
	color: #9a6900;
}

.bharatfm-home-spotlight-card:nth-child(4) .bharatfm-home-spotlight-type {
	background: #e8f6ee;
	color: #247446;
}

.bharatfm-home-spotlight-card h3 {
	margin: 0;
	color: #111827;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.35px;
	line-height: 1.23;
}

.bharatfm-home-spotlight-card h3 a {
	color: inherit !important;
	text-decoration: none !important;
}

.bharatfm-home-spotlight-card h3 a:hover {
	color: #e21b2d !important;
}

.bharatfm-home-spotlight-celebrity {
	margin-top: 8px;
	color: #707887;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.bharatfm-home-spotlight-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 12px 0 20px;
	color: #596273;
	font-size: 14px;
	line-height: 1.58;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.bharatfm-home-spotlight-watch {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	margin-top: auto;
	color: #e21b2d !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.bharatfm-home-spotlight-watch span {
	font-size: 20px;
	line-height: 1;
	transition: transform .2s ease;
}

.bharatfm-home-spotlight-watch:hover span,
.bharatfm-home-spotlight-watch:focus-visible span {
	transform: translateX(4px);
}

.bharatfm-home-spotlight-arrow {
	position: absolute;
	z-index: 5;
	top: 43%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #e2e6eb;
	border-radius: 50%;
	background: #fff;
	color: #e21b2d;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	box-shadow: 0 8px 22px rgba(16, 24, 40, .13);
	cursor: pointer;
	transition:
		transform .2s ease,
		background-color .2s ease,
		color .2s ease;
}

.bharatfm-home-spotlight-arrow:hover,
.bharatfm-home-spotlight-arrow:focus-visible {
	background: #e21b2d;
	color: #fff;
	transform: scale(1.06);
}

.bharatfm-home-spotlight-prev {
	left: -24px;
}

.bharatfm-home-spotlight-next {
	right: -24px;
}

.bharatfm-home-spotlight-mobile-nav {
	display: none;
}

/* ------------------------------------------------------------
   TABLET — 2-card horizontal carousel
   ------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 1100px) {

	.bharatfm-home-spotlight {
		padding: 72px 0 78px;
	}

	.bharatfm-home-spotlight-container {
		width: min(100% - 36px, 960px);
	}

	.bharatfm-home-spotlight-header {
		align-items: flex-start;
		gap: 24px;
		margin-bottom: 32px;
	}

	.bharatfm-home-spotlight-heading h2 {
		font-size: 36px;
	}

	.bharatfm-home-spotlight-heading p {
		font-size: 15px;
	}

	.bharatfm-home-spotlight-grid {
		display: flex;
		gap: 18px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		padding: 4px 2px 12px;
	}

	.bharatfm-home-spotlight-grid::-webkit-scrollbar {
		display: none;
	}

	.bharatfm-home-spotlight-card {
		flex: 0 0 calc((100% - 18px) / 2);
		width: calc((100% - 18px) / 2);
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.bharatfm-home-spotlight-arrow {
		display: flex;
		top: 37%;
	}

	.bharatfm-home-spotlight-prev {
		left: -12px;
	}

	.bharatfm-home-spotlight-next {
		right: -12px;
	}

	.bharatfm-home-spotlight-mobile-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-top: 20px;
	}

	.bharatfm-home-spotlight-mobile-arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border: 1px solid #dfe3e8;
		border-radius: 50%;
		background: #fff;
		color: #e21b2d;
		font-size: 17px;
		cursor: pointer;
	}

	.bharatfm-home-spotlight-dots {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.bharatfm-home-spotlight-dot {
		width: 8px;
		height: 8px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #cbd2dc;
		cursor: pointer;
	}

	.bharatfm-home-spotlight-dot.is-active {
		background: #e21b2d;
		transform: scale(1.25);
	}
}

/* ------------------------------------------------------------
   MOBILE — 1-card carousel
   ------------------------------------------------------------ */

@media (max-width: 767px) {

	.bharatfm-home-spotlight {
		padding: 58px 0 66px;
	}

	.bharatfm-home-spotlight-container {
		width: calc(100% - 28px);
	}

	.bharatfm-home-spotlight-header {
		display: block;
		margin-bottom: 28px;
	}

	.bharatfm-home-spotlight-eyebrow {
		gap: 9px;
		margin-bottom: 11px;
		font-size: 11px;
		letter-spacing: 1.7px;
	}

	.bharatfm-home-spotlight-eyebrow::before,
	.bharatfm-home-spotlight-eyebrow::after {
		width: 22px;
	}

	.bharatfm-home-spotlight-heading h2 {
		font-size: 31px;
		letter-spacing: -.9px;
		line-height: 1.08;
	}

	.bharatfm-home-spotlight-heading p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.55;
	}

	.bharatfm-home-spotlight-view-all {
		margin-top: 18px;
		min-height: 44px;
		padding: 0 17px;
		font-size: 12px;
	}

	.bharatfm-home-spotlight-carousel-wrap {
		margin: 0;
	}

	.bharatfm-home-spotlight-grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 16px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		padding: 3px 2px 8px;
	}

	.bharatfm-home-spotlight-grid::-webkit-scrollbar {
		display: none;
	}

	.bharatfm-home-spotlight-card {
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
		border-radius: 16px;
	}

	.bharatfm-home-spotlight-card-body {
		padding: 20px 19px 22px;
	}

	.bharatfm-home-spotlight-card h3 {
		font-size: 20px;
	}

	.bharatfm-home-spotlight-card p {
		margin-bottom: 18px;
		font-size: 13.5px;
	}

	.bharatfm-home-spotlight-play {
		width: 56px;
		height: 56px;
	}

	.bharatfm-home-spotlight-arrow {
		display: none;
	}

	.bharatfm-home-spotlight-mobile-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		margin-top: 17px;
	}

	.bharatfm-home-spotlight-mobile-arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		padding: 0;
		border: 1px solid #dfe3e8;
		border-radius: 50%;
		background: #fff;
		color: #e21b2d;
		font-size: 17px;
		line-height: 1;
		cursor: pointer;
	}

	.bharatfm-home-spotlight-mobile-arrow:hover,
	.bharatfm-home-spotlight-mobile-arrow:focus-visible {
		background: #e21b2d;
		color: #fff;
	}

	.bharatfm-home-spotlight-dots {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.bharatfm-home-spotlight-dot {
		width: 8px;
		height: 8px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #cbd2dc;
		cursor: pointer;
		transition: transform .2s ease, background-color .2s ease;
	}

	.bharatfm-home-spotlight-dot.is-active {
		background: #e21b2d;
		transform: scale(1.25);
	}
}

/* ------------------------------------------------------------
   Accessibility / reduced motion
   ------------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

	.bharatfm-home-spotlight *,
	.bharatfm-home-spotlight *::before,
	.bharatfm-home-spotlight *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* ============================================================
   BHARAT FM® — CELEBRITY SPOTLIGHT ARCHIVE
   ============================================================ */

.bharatfm-spotlight-archive {
	background: #f7f8fa;
}

.bharatfm-spotlight-archive-container {
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;
}

.bharatfm-spotlight-archive-hero {
	padding: 54px 0 68px;
	background: #fff;
	border-bottom: 1px solid #e8ebef;
}

.bharatfm-spotlight-back {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 38px;
	color: #596273 !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	transition: color .2s ease, transform .2s ease;
}

.bharatfm-spotlight-back span {
	color: #e21b2d;
	font-size: 21px;
	line-height: 1;
}

.bharatfm-spotlight-back:hover,
.bharatfm-spotlight-back:focus-visible {
	color: #e21b2d !important;
	transform: translateX(-3px);
}

.bharatfm-spotlight-archive-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 14px;
	color: #e21b2d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.5px;
	line-height: 1.2;
	text-transform: uppercase;
}

.bharatfm-spotlight-archive-eyebrow::before,
.bharatfm-spotlight-archive-eyebrow::after {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background: #e21b2d;
}

.bharatfm-spotlight-archive-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #101828;
	font-size: clamp(40px, 4vw, 62px);
	font-weight: 800;
	letter-spacing: -1.8px;
	line-height: 1.04;
}

.bharatfm-spotlight-archive-hero h1 span {
	color: #e21b2d;
}

.bharatfm-spotlight-archive-hero p {
	max-width: 850px;
	margin: 19px 0 0;
	color: #596273;
	font-size: 17px;
	line-height: 1.65;
}

.bharatfm-spotlight-archive-content {
	padding: 64px 0 96px;
}

.bharatfm-spotlight-archive-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.bharatfm-spotlight-archive-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e3e7ec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(16, 24, 40, .07);
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		border-color .25s ease;
}

.bharatfm-spotlight-archive-card:hover {
	transform: translateY(-5px);
	border-color: #d7dce3;
	box-shadow: 0 18px 40px rgba(16, 24, 40, .12);
}

.bharatfm-spotlight-archive-media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #111820;
	text-decoration: none !important;
}

.bharatfm-spotlight-archive-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.bharatfm-spotlight-archive-card:hover .bharatfm-spotlight-archive-media img {
	transform: scale(1.035);
}

.bharatfm-spotlight-archive-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, .42),
		transparent 58%
	);
	pointer-events: none;
}

.bharatfm-spotlight-archive-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #161b22, #29313b);
}

.bharatfm-spotlight-archive-play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(255,255,255,.92);
	border-radius: 50%;
	background: rgba(0,0,0,.48);
	color: #fff;
	transform: translate(-50%, -50%);
	backdrop-filter: blur(4px);
	transition:
		transform .22s ease,
		background-color .22s ease;
}

.bharatfm-spotlight-archive-play span {
	margin-left: 3px;
	font-size: 21px;
	line-height: 1;
}

.bharatfm-spotlight-archive-media:hover .bharatfm-spotlight-archive-play,
.bharatfm-spotlight-archive-media:focus-visible .bharatfm-spotlight-archive-play {
	background: #e21b2d;
	transform: translate(-50%, -50%) scale(1.08);
}

.bharatfm-spotlight-archive-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 23px 23px 25px;
}

.bharatfm-spotlight-archive-type {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	margin-bottom: 13px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fce5e8;
	color: #c7192c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .7px;
	line-height: 1;
}

.bharatfm-spotlight-archive-card:nth-child(2) .bharatfm-spotlight-archive-type {
	background: #e8f0ff;
	color: #2459b8;
}

.bharatfm-spotlight-archive-card:nth-child(3) .bharatfm-spotlight-archive-type {
	background: #fff3cf;
	color: #956700;
}

.bharatfm-spotlight-archive-card:nth-child(4) .bharatfm-spotlight-archive-type {
	background: #e8f6ee;
	color: #247446;
}

.bharatfm-spotlight-archive-card h2 {
	margin: 0;
	color: #111827;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.35px;
	line-height: 1.25;
}

.bharatfm-spotlight-archive-card h2 a {
	color: inherit !important;
	text-decoration: none !important;
}

.bharatfm-spotlight-archive-card h2 a:hover {
	color: #e21b2d !important;
}

.bharatfm-spotlight-archive-celebrity {
	margin-top: 8px;
	color: #707887;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.bharatfm-spotlight-archive-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 13px 0 21px;
	color: #596273;
	font-size: 14px;
	line-height: 1.58;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.bharatfm-spotlight-archive-watch {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	margin-top: auto;
	color: #e21b2d !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.bharatfm-spotlight-archive-watch span {
	font-size: 20px;
	line-height: 1;
	transition: transform .2s ease;
}

.bharatfm-spotlight-archive-watch:hover span,
.bharatfm-spotlight-archive-watch:focus-visible span {
	transform: translateX(4px);
}

.bharatfm-spotlight-empty {
	padding: 70px 30px;
	border: 1px solid #e3e7ec;
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.bharatfm-spotlight-empty h2 {
	margin: 0;
	color: #101828;
	font-size: 28px;
}

.bharatfm-spotlight-empty p {
	margin: 10px 0 0;
	color: #596273;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1100px) {

	.bharatfm-spotlight-archive-container {
		width: min(100% - 36px, 960px);
	}

	.bharatfm-spotlight-archive-hero {
		padding: 44px 0 58px;
	}

	.bharatfm-spotlight-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.bharatfm-spotlight-archive-content {
		padding: 50px 0 72px;
	}
}

/* Mobile */
@media (max-width: 767px) {

	.bharatfm-spotlight-archive-container {
		width: calc(100% - 28px);
	}

	.bharatfm-spotlight-archive-hero {
		padding: 34px 0 48px;
	}

	.bharatfm-spotlight-back {
		margin-bottom: 30px;
		font-size: 12px;
	}

	.bharatfm-spotlight-archive-eyebrow {
		gap: 9px;
		font-size: 10px;
		letter-spacing: 1.8px;
	}

	.bharatfm-spotlight-archive-eyebrow::before,
	.bharatfm-spotlight-archive-eyebrow::after {
		width: 22px;
	}

	.bharatfm-spotlight-archive-hero h1 {
		font-size: 34px;
		letter-spacing: -.9px;
	}

	.bharatfm-spotlight-archive-hero p {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.55;
	}

	.bharatfm-spotlight-archive-content {
		padding: 38px 0 62px;
	}

	.bharatfm-spotlight-archive-grid {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	.bharatfm-spotlight-archive-card {
		border-radius: 16px;
	}

	.bharatfm-spotlight-archive-card-body {
		padding: 20px 19px 22px;
	}

	.bharatfm-spotlight-archive-card h2 {
		font-size: 20px;
	}

	.bharatfm-spotlight-archive-card p {
		font-size: 13.5px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.bharatfm-spotlight-archive *,
	.bharatfm-spotlight-archive *::before,
	.bharatfm-spotlight-archive *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* =========================================================
   BHARAT FM® — PODCASTS & SHOWS
   ========================================================= */

.bharatfm-home-podcasts {
	background: #ffffff;
	padding: 92px 0 96px;
}

.bharatfm-home-podcasts-container {
	width: min(1320px, calc(100% - 48px));
	margin: 0 auto;
}

.bharatfm-home-podcasts-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 42px;
}

.bharatfm-home-podcasts-copy {
	max-width: 760px;
}

.bharatfm-home-podcasts-eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.2;
	color: #d71920;
	text-transform: uppercase;
}

.bharatfm-home-podcasts-copy h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.035em;
	color: #111111;
}

.bharatfm-home-podcasts-intro {
	max-width: 680px;
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.7;
	color: #626262;
}

.bharatfm-home-podcasts-view-all {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	flex: 0 0 auto;
	padding-bottom: 5px;
	border-bottom: 2px solid #d71920;
	color: #111111;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, border-color 180ms ease;
}

.bharatfm-home-podcasts-view-all span {
	font-size: 18px;
	line-height: 1;
}

.bharatfm-home-podcasts-view-all:hover,
.bharatfm-home-podcasts-view-all:focus-visible {
	color: #d71920;
}

.bharatfm-home-podcasts-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.bharatfm-home-podcast-card {
	min-width: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.bharatfm-home-podcast-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
}

.bharatfm-home-podcast-media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111111;
	text-decoration: none;
}

.bharatfm-home-podcast-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.bharatfm-home-podcast-card:hover .bharatfm-home-podcast-media img {
	transform: scale(1.035);
}

.bharatfm-home-podcast-media-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #151515;
	color: #ffffff;
	font-size: 30px;
}

.bharatfm-home-podcast-play {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #d71920;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.bharatfm-home-podcast-content {
	display: flex;
	flex-direction: column;
	min-height: 286px;
	padding: 22px 22px 24px;
}

.bharatfm-home-podcast-category {
	align-self: flex-start;
	margin-bottom: 11px;
	padding: 5px 9px;
	border-radius: 4px;
	background: #f1f1f1;
	color: #555555;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bharatfm-home-podcast-title {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.bharatfm-home-podcast-title a {
	color: #111111;
	text-decoration: none;
}

.bharatfm-home-podcast-title a:hover,
.bharatfm-home-podcast-title a:focus-visible {
	color: #d71920;
}

.bharatfm-home-podcast-host {
	margin: 9px 0 0;
	color: #d71920;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.bharatfm-home-podcast-description {
	display: -webkit-box;
	overflow: hidden;
	margin: 12px 0 0;
	color: #666666;
	font-size: 13px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.bharatfm-home-podcast-watch {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 20px;
	color: #111111;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-decoration: none;
}

.bharatfm-home-podcast-watch span {
	color: #d71920;
	font-size: 17px;
	line-height: 1;
	transition: transform 180ms ease;
}

.bharatfm-home-podcast-watch:hover,
.bharatfm-home-podcast-watch:focus-visible {
	color: #d71920;
}

.bharatfm-home-podcast-watch:hover span,
.bharatfm-home-podcast-watch:focus-visible span {
	transform: translateX(3px);
}

.bharatfm-home-podcasts-mobile-nav {
	display: none;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1100px) {

	.bharatfm-home-podcasts {
		padding: 76px 0 80px;
	}

	.bharatfm-home-podcasts-container {
		width: min(100% - 40px, 920px);
	}

	.bharatfm-home-podcasts-heading {
		align-items: flex-end;
		margin-bottom: 34px;
	}

	.bharatfm-home-podcasts-grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 18px;
		padding: 4px 2px 12px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.bharatfm-home-podcasts-grid::-webkit-scrollbar {
		display: none;
	}

	.bharatfm-home-podcast-card {
		flex: 0 0 calc(50% - 9px);
		scroll-snap-align: start;
	}

	.bharatfm-home-podcasts-mobile-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
		margin-top: 18px;
	}

	.bharatfm-home-podcasts-prev,
	.bharatfm-home-podcasts-next {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		border: 1px solid #d9d9d9;
		border-radius: 50%;
		background: #ffffff;
		color: #111111;
		font-size: 18px;
		cursor: pointer;
	}

	.bharatfm-home-podcasts-dots {
		display: flex;
		align-items: center;
		gap: 7px;
	}

	.bharatfm-home-podcasts-dot {
		width: 7px;
		height: 7px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #c9c9c9;
		cursor: pointer;
	}

	.bharatfm-home-podcasts-dot.is-active {
		width: 22px;
		border-radius: 5px;
		background: #d71920;
	}
}

/* Mobile */
@media (max-width: 767px) {

	.bharatfm-home-podcasts {
		padding: 64px 0 68px;
	}

	.bharatfm-home-podcasts-container {
		width: calc(100% - 32px);
	}

	.bharatfm-home-podcasts-heading {
		display: block;
		margin-bottom: 28px;
	}

	.bharatfm-home-podcasts-copy h2 {
		font-size: 34px;
		line-height: 1.08;
	}

	.bharatfm-home-podcasts-intro {
		margin-top: 13px;
		font-size: 14px;
		line-height: 1.65;
	}

	.bharatfm-home-podcasts-view-all {
		margin-top: 20px;
	}

	.bharatfm-home-podcasts-grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 16px;
		padding: 3px 1px 10px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
	}

	.bharatfm-home-podcasts-grid::-webkit-scrollbar {
		display: none;
	}

	.bharatfm-home-podcast-card {
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.bharatfm-home-podcast-content {
		min-height: 270px;
		padding: 20px 19px 22px;
	}

	.bharatfm-home-podcast-title {
		font-size: 21px;
	}

	.bharatfm-home-podcast-description {
		font-size: 13px;
	}

	.bharatfm-home-podcasts-mobile-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 13px;
		margin-top: 17px;
	}

	.bharatfm-home-podcasts-prev,
	.bharatfm-home-podcasts-next {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		padding: 0;
		border: 1px solid #d9d9d9;
		border-radius: 50%;
		background: #ffffff;
		color: #111111;
		font-size: 17px;
		cursor: pointer;
	}

	.bharatfm-home-podcasts-dots {
		display: flex;
		align-items: center;
		gap: 6px;
	}

	.bharatfm-home-podcasts-dot {
		width: 6px;
		height: 6px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #c9c9c9;
		cursor: pointer;
	}

	.bharatfm-home-podcasts-dot.is-active {
		width: 20px;
		border-radius: 5px;
		background: #d71920;
	}
}

@media (prefers-reduced-motion: reduce) {

	.bharatfm-home-podcast-card,
	.bharatfm-home-podcast-media img,
	.bharatfm-home-podcast-watch span,
	.bharatfm-home-podcasts-grid {
		transition: none !important;
		scroll-behavior: auto !important;
	}
}

/* =========================================================
   BHARAT FM® — PODCASTS & SHOWS ARCHIVE
   ========================================================= */

.bharatfm-podcasts-archive {
	background: #ffffff;
}

.bharatfm-podcasts-archive-container {
	width: min(1320px, calc(100% - 48px));
	margin: 0 auto;
}

/* Hero */

.bharatfm-podcasts-archive-hero {
	padding: 34px 0 78px;
	background: #ffffff;
}

.bharatfm-podcasts-archive-back {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 56px;
	color: #111111;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
}

.bharatfm-podcasts-archive-back span:first-child {
	font-size: 21px;
	line-height: 1;
}

.bharatfm-podcasts-archive-back:hover,
.bharatfm-podcasts-archive-back:focus-visible {
	color: #d71920;
}

.bharatfm-podcasts-archive-eyebrow {
	margin: 0 0 13px;
	color: #d71920;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bharatfm-podcasts-archive-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #111111;
	font-size: clamp(46px, 6vw, 76px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.bharatfm-podcasts-archive-hero h1 span {
	color: #d71920;
}

.bharatfm-podcasts-archive-intro {
	max-width: 760px;
	margin: 24px 0 0;
	color: #606060;
	font-size: 17px;
	line-height: 1.7;
}

/* Archive content */

.bharatfm-podcasts-archive-list {
	padding: 78px 0 100px;
	background: #f6f6f6;
	border-top: 1px solid #eeeeee;
}

.bharatfm-podcasts-archive-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px;
}

.bharatfm-podcasts-archive-label {
	margin: 0 0 10px;
	color: #d71920;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bharatfm-podcasts-archive-section-heading h2 {
	margin: 0;
	color: #111111;
	font-size: clamp(30px, 3.5vw, 44px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.bharatfm-podcasts-archive-count {
	flex: 0 0 auto;
	margin: 0 0 3px;
	color: #777777;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bharatfm-podcasts-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.bharatfm-podcasts-archive-card {
	min-width: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.055);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.bharatfm-podcasts-archive-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 36px rgba(0, 0, 0, 0.10);
}

.bharatfm-podcasts-archive-media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #151515;
	text-decoration: none;
}

.bharatfm-podcasts-archive-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.bharatfm-podcasts-archive-card:hover .bharatfm-podcasts-archive-media img {
	transform: scale(1.035);
}

.bharatfm-podcasts-archive-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #151515;
	color: #ffffff;
	font-size: 32px;
}

.bharatfm-podcasts-archive-play {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #d71920;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.28);
}

.bharatfm-podcasts-archive-content {
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 24px 24px 26px;
}

.bharatfm-podcasts-archive-category {
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 5px 9px;
	border-radius: 4px;
	background: #f0f0f0;
	color: #555555;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.10em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bharatfm-podcasts-archive-title {
	margin: 0;
	color: #111111;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.14;
}

.bharatfm-podcasts-archive-host {
	margin: 10px 0 0;
	color: #d71920;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.bharatfm-podcasts-archive-description {
	display: -webkit-box;
	overflow: hidden;
	margin: 14px 0 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.bharatfm-podcasts-archive-watch {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 22px;
	color: #111111;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.10em;
	line-height: 1.3;
	text-decoration: none;
}

.bharatfm-podcasts-archive-watch span {
	color: #d71920;
	font-size: 18px;
	line-height: 1;
	transition: transform 180ms ease;
}

.bharatfm-podcasts-archive-watch:hover,
.bharatfm-podcasts-archive-watch:focus-visible {
	color: #d71920;
}

.bharatfm-podcasts-archive-watch:hover span,
.bharatfm-podcasts-archive-watch:focus-visible span {
	transform: translateX(3px);
}

/* Empty state */

.bharatfm-podcasts-archive-empty {
	padding: 60px 30px;
	background: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 16px;
	text-align: center;
}

.bharatfm-podcasts-archive-empty h2 {
	margin: 0;
	color: #111111;
	font-size: 30px;
}

.bharatfm-podcasts-archive-empty p {
	margin: 12px 0 0;
	color: #666666;
}

/* Tablet */

@media (min-width: 768px) and (max-width: 1100px) {

	.bharatfm-podcasts-archive-container {
		width: min(100% - 40px, 920px);
	}

	.bharatfm-podcasts-archive-hero {
		padding: 30px 0 64px;
	}

	.bharatfm-podcasts-archive-back {
		margin-bottom: 44px;
	}

	.bharatfm-podcasts-archive-hero h1 {
		font-size: clamp(44px, 7vw, 62px);
	}

	.bharatfm-podcasts-archive-list {
		padding: 64px 0 80px;
	}

	.bharatfm-podcasts-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.bharatfm-podcasts-archive-content {
		min-height: 270px;
	}
}

/* Mobile */

@media (max-width: 767px) {

	.bharatfm-podcasts-archive-container {
		width: calc(100% - 32px);
	}

	.bharatfm-podcasts-archive-hero {
		padding: 24px 0 58px;
	}

	.bharatfm-podcasts-archive-back {
		margin-bottom: 38px;
	}

	.bharatfm-podcasts-archive-eyebrow {
		margin-bottom: 11px;
	}

	.bharatfm-podcasts-archive-hero h1 {
		font-size: 44px;
		line-height: 1.0;
	}

	.bharatfm-podcasts-archive-intro {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.65;
	}

	.bharatfm-podcasts-archive-list {
		padding: 58px 0 68px;
	}

	.bharatfm-podcasts-archive-section-heading {
		display: block;
		margin-bottom: 28px;
	}

	.bharatfm-podcasts-archive-section-heading h2 {
		font-size: 32px;
	}

	.bharatfm-podcasts-archive-count {
		margin-top: 13px;
	}

	.bharatfm-podcasts-archive-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.bharatfm-podcasts-archive-content {
		min-height: 260px;
		padding: 21px 19px 23px;
	}

	.bharatfm-podcasts-archive-title {
		font-size: 23px;
	}

	.bharatfm-podcasts-archive-description {
		font-size: 13px;
	}

	.bharatfm-podcasts-archive-play {
		left: 16px;
		bottom: 16px;
		width: 44px;
		height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.bharatfm-podcasts-archive-card,
	.bharatfm-podcasts-archive-media img,
	.bharatfm-podcasts-archive-watch span {
		transition: none !important;
	}
}

/* =========================================================
   BHARAT MEDIA SERVICES — HOMEPAGE
   ========================================================= */

.bharatfm-home-services {
        position: relative;
        padding: 96px 0 100px;
        background: #f4f4f2;
        color: #111111;
        overflow: hidden;
}

.bharatfm-home-services-container {
        width: min(100% - 64px, 1240px);
        margin: 0 auto;
}

.bharatfm-home-services-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 50px;
        margin-bottom: 48px;
}

.bharatfm-home-services-heading {
        max-width: 760px;
}

.bharatfm-home-services-eyebrow {
        display: block;
        margin-bottom: 14px;
        color: #d71920;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.18em;
        line-height: 1.3;
}

.bharatfm-home-services-heading h2 {
        margin: 0;
        color: #111111;
        font-size: clamp(42px, 5vw, 68px);
        font-weight: 800;
        letter-spacing: -0.045em;
        line-height: 0.98;
}

.bharatfm-home-services-heading h2 span {
        color: #d71920;
}

.bharatfm-home-services-heading p {
        max-width: 720px;
        margin: 22px 0 0;
        color: #5f5f5f;
        font-size: 16px;
        line-height: 1.7;
}

.bharatfm-home-services-view-all {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 12px;
        padding-bottom: 5px;
        border-bottom: 1px solid #111111;
        color: #111111;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.10em;
        line-height: 1.4;
        text-decoration: none;
        transition: color 180ms ease, border-color 180ms ease;
}

.bharatfm-home-services-view-all span:last-child {
        font-size: 18px;
        line-height: 1;
        transition: transform 180ms ease;
}

.bharatfm-home-services-view-all:hover,
.bharatfm-home-services-view-all:focus-visible {
        color: #d71920;
        border-color: #d71920;
}

.bharatfm-home-services-view-all:hover span:last-child,
.bharatfm-home-services-view-all:focus-visible span:last-child {
        transform: translateX(4px);
}

.bharatfm-home-services-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1px;
        background: #d7d7d4;
        border: 1px solid #d7d7d4;
}

.bharatfm-home-service-card {
        position: relative;
        display: flex;
        min-height: 285px;
        flex-direction: column;
        padding: 28px 27px 27px;
        background: #ffffff;
        transition: transform 180ms ease, box-shadow 180ms ease;
}

.bharatfm-home-service-card:hover {
        z-index: 2;
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.bharatfm-home-service-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 34px;
}

.bharatfm-home-service-number {
        color: #a0a0a0;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.12em;
        line-height: 1.3;
}

.bharatfm-home-service-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        color: #d71920;
        border: 1px solid #e2e2e2;
        border-radius: 50%;
}

.bharatfm-home-service-icon svg {
        width: 25px;
        height: 25px;
}

.bharatfm-home-service-card h3 {
        max-width: 245px;
        margin: 0;
        color: #111111;
        font-size: 21px;
        font-weight: 750;
        letter-spacing: -0.025em;
        line-height: 1.15;
}

.bharatfm-home-service-card p {
        max-width: 275px;
        margin: 15px 0 0;
        color: #686868;
        font-size: 13px;
        line-height: 1.65;
}

.bharatfm-home-service-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin-top: auto;
        color: #111111;
        border: 1px solid #dedede;
        border-radius: 50%;
        font-size: 17px;
        line-height: 1;
        transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.bharatfm-home-service-card:hover .bharatfm-home-service-arrow {
        color: #ffffff;
        background: #d71920;
        border-color: #d71920;
}

.bharatfm-home-services-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        margin-top: 28px;
        padding: 30px 32px;
        color: #ffffff;
        background: #111111;
}

.bharatfm-home-services-bottom-copy {
        max-width: 720px;
}

.bharatfm-home-services-bottom-copy > span {
        display: block;
        margin-bottom: 9px;
        color: #f1c40f;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.16em;
        line-height: 1.3;
}

.bharatfm-home-services-bottom-copy p {
        margin: 0;
        color: #d5d5d5;
        font-size: 14px;
        line-height: 1.6;
}

.bharatfm-home-services-bottom-link {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 12px;
        color: #ffffff;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.10em;
        line-height: 1.4;
        text-decoration: none;
        white-space: nowrap;
}

.bharatfm-home-services-bottom-link span:last-child {
        color: #f1c40f;
        font-size: 19px;
        line-height: 1;
        transition: transform 180ms ease;
}

.bharatfm-home-services-bottom-link:hover,
.bharatfm-home-services-bottom-link:focus-visible {
        color: #ffffff;
}

.bharatfm-home-services-bottom-link:hover span:last-child,
.bharatfm-home-services-bottom-link:focus-visible span:last-child {
        transform: translateX(4px);
}

/* Tablet */

@media (min-width: 768px) and (max-width: 1100px) {

        .bharatfm-home-services {
                padding: 78px 0 82px;
        }

        .bharatfm-home-services-container {
                width: min(100% - 40px, 920px);
        }

        .bharatfm-home-services-header {
                align-items: flex-start;
                gap: 30px;
                margin-bottom: 38px;
        }

        .bharatfm-home-services-heading h2 {
                font-size: clamp(42px, 6vw, 58px);
        }

        .bharatfm-home-services-heading p {
                max-width: 650px;
                font-size: 15px;
        }

        .bharatfm-home-services-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .bharatfm-home-service-card {
                min-height: 270px;
                padding: 25px 24px;
        }

        .bharatfm-home-services-bottom {
                padding: 27px 28px;
        }
}

/* Mobile */

@media (max-width: 767px) {

        .bharatfm-home-services {
                padding: 64px 0 68px;
        }

        .bharatfm-home-services-container {
                width: calc(100% - 32px);
        }

        .bharatfm-home-services-header {
                display: block;
                margin-bottom: 32px;
        }

        .bharatfm-home-services-eyebrow {
                margin-bottom: 11px;
        }

        .bharatfm-home-services-heading h2 {
                font-size: 43px;
                line-height: 0.99;
        }

        .bharatfm-home-services-heading p {
                margin-top: 18px;
                font-size: 14px;
                line-height: 1.65;
        }

        .bharatfm-home-services-view-all {
                margin-top: 24px;
        }

        .bharatfm-home-services-grid {
                grid-template-columns: 1fr;
        }

        .bharatfm-home-service-card {
                min-height: 0;
                padding: 23px 21px 22px;
        }

        .bharatfm-home-service-top {
                margin-bottom: 25px;
        }

        .bharatfm-home-service-card h3 {
                max-width: none;
                font-size: 20px;
        }

        .bharatfm-home-service-card p {
                max-width: none;
                margin-top: 12px;
                font-size: 13px;
        }

        .bharatfm-home-service-arrow {
                margin-top: 22px;
        }

        .bharatfm-home-services-bottom {
                display: block;
                margin-top: 18px;
                padding: 25px 21px;
        }

        .bharatfm-home-services-bottom-link {
                margin-top: 20px;
        }
}

/* Accessibility / reduced motion */

.bharatfm-home-services a:focus-visible {
        outline: 2px solid #d71920;
        outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {

        .bharatfm-home-services *,
        .bharatfm-home-services *::before,
        .bharatfm-home-services *::after {
                transition: none !important;
                scroll-behavior: auto !important;
        }
}

/* =========================================================
   BHARAT MEDIA SERVICES — DEDICATED PAGE
   ========================================================= */

.bharatfm-services-page {
        background: #f5f5f3;
        color: #111111;
}

.bharatfm-services-container {
        width: min(100% - 64px, 1240px);
        margin: 0 auto;
}

/* Hero */

.bharatfm-services-hero {
        padding: 34px 0 108px;
        background: #ffffff;
        border-bottom: 1px solid #e2e2df;
}

.bharatfm-services-back {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin-bottom: 76px;
        color: #111111;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 1.4;
        text-decoration: none;
        transition: color 180ms ease;
}

.bharatfm-services-back span:first-child {
        font-size: 18px;
        line-height: 1;
}

.bharatfm-services-back:hover,
.bharatfm-services-back:focus-visible {
        color: #d71920;
}

.bharatfm-services-eyebrow {
        display: block;
        margin-bottom: 16px;
        color: #d71920;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.18em;
        line-height: 1.3;
}

.bharatfm-services-hero h1 {
        max-width: 1000px;
        margin: 0;
        color: #111111;
        font-size: clamp(54px, 7vw, 92px);
        font-weight: 800;
        letter-spacing: -0.055em;
        line-height: 0.94;
}

.bharatfm-services-hero h1 span {
        color: #d71920;
}

.bharatfm-services-hero-intro {
        max-width: 850px;
        margin: 30px 0 0;
        color: #5d5d5d;
        font-size: 17px;
        line-height: 1.7;
}

/* Overview */

.bharatfm-services-overview {
        padding: 92px 0 0;
        background: #f5f5f3;
}

.bharatfm-services-overview-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
        gap: 90px;
        align-items: end;
}

.bharatfm-services-overview-label {
        display: block;
        margin-bottom: 15px;
        color: #d71920;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.18em;
        line-height: 1.3;
}

.bharatfm-services-overview-grid h2,
.bharatfm-services-who-we-serve h2 {
        margin: 0;
        color: #111111;
        font-size: clamp(40px, 5vw, 66px);
        font-weight: 800;
        letter-spacing: -0.045em;
        line-height: 0.98;
}

.bharatfm-services-overview-grid h2 span,
.bharatfm-services-who-we-serve h2 span {
        color: #d71920;
}

.bharatfm-services-overview-grid > p {
        margin: 0;
        color: #626262;
        font-size: 15px;
        line-height: 1.75;
}

/* Jump navigation */

.bharatfm-services-jump-nav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 70px;
        border-top: 1px solid #d4d4d1;
        border-left: 1px solid #d4d4d1;
}

.bharatfm-services-jump-nav a {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 13px;
        min-height: 66px;
        padding: 13px 17px;
        color: #111111;
        background: #ffffff;
        border-right: 1px solid #d4d4d1;
        border-bottom: 1px solid #d4d4d1;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 1.35;
        text-decoration: none;
        transition: color 180ms ease, background 180ms ease;
}

.bharatfm-services-jump-nav a span:first-child {
        color: #a2a2a2;
        font-size: 9px;
        letter-spacing: 0.12em;
}

.bharatfm-services-jump-nav a span:last-child {
        color: #d71920;
        font-size: 17px;
        transition: transform 180ms ease;
}

.bharatfm-services-jump-nav a:hover,
.bharatfm-services-jump-nav a:focus-visible {
        color: #ffffff;
        background: #111111;
}

.bharatfm-services-jump-nav a:hover span:first-child,
.bharatfm-services-jump-nav a:focus-visible span:first-child {
        color: #a8a8a8;
}

.bharatfm-services-jump-nav a:hover span:last-child,
.bharatfm-services-jump-nav a:focus-visible span:last-child {
        transform: translate(3px, -3px);
}

/* Service detail list */

.bharatfm-services-list {
        padding: 96px 0 0;
        background: #f5f5f3;
}

.bharatfm-service-detail {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 48px;
        padding: 76px 0 84px;
        border-top: 1px solid #d4d4d1;
        scroll-margin-top: 30px;
}

.bharatfm-service-detail:last-child {
        border-bottom: 1px solid #d4d4d1;
}

.bharatfm-service-detail-number {
        color: #d71920;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.12em;
        line-height: 1.4;
}

.bharatfm-service-detail-main {
        min-width: 0;
}

.bharatfm-service-detail-eyebrow {
        display: block;
        margin-bottom: 15px;
        color: #777777;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.16em;
        line-height: 1.3;
}

.bharatfm-service-detail-main h2 {
        max-width: 850px;
        margin: 0;
        color: #111111;
        font-size: clamp(34px, 4vw, 54px);
        font-weight: 800;
        letter-spacing: -0.04em;
        line-height: 1.02;
}

.bharatfm-service-detail-intro {
        max-width: 800px;
        margin: 21px 0 0;
        color: #5f5f5f;
        font-size: 15px;
        line-height: 1.75;
}

.bharatfm-service-detail-columns {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
        gap: 70px;
        margin-top: 48px;
}

.bharatfm-service-detail-columns h3 {
        margin: 0 0 20px;
        color: #111111;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.14em;
        line-height: 1.3;
        text-transform: uppercase;
}

.bharatfm-service-detail-columns ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 35px;
        margin: 0;
        padding: 0;
        list-style: none;
}

.bharatfm-service-detail-columns li {
        position: relative;
        padding: 12px 0 12px 18px;
        color: #444444;
        border-top: 1px solid #dededb;
        font-size: 13px;
        line-height: 1.5;
}

.bharatfm-service-detail-columns li::before {
        position: absolute;
        top: 18px;
        left: 0;
        width: 5px;
        height: 5px;
        background: #d71920;
        content: "";
}

.bharatfm-service-detail-audience {
        padding: 27px 27px 30px;
        background: #ffffff;
        border: 1px solid #dededb;
}

.bharatfm-service-detail-audience p {
        margin: 0;
        color: #626262;
        font-size: 13px;
        line-height: 1.7;
}

.bharatfm-service-detail-cta {
        display: inline-flex;
        align-items: center;
        gap: 11px;
        margin-top: 27px;
        padding-bottom: 5px;
        color: #111111;
        border-bottom: 1px solid #111111;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.10em;
        line-height: 1.4;
        text-decoration: none;
        transition: color 180ms ease, border-color 180ms ease;
}

.bharatfm-service-detail-cta span:last-child {
        color: #d71920;
        font-size: 17px;
        transition: transform 180ms ease;
}

.bharatfm-service-detail-cta:hover,
.bharatfm-service-detail-cta:focus-visible {
        color: #d71920;
        border-color: #d71920;
}

.bharatfm-service-detail-cta:hover span:last-child,
.bharatfm-service-detail-cta:focus-visible span:last-child {
        transform: translateX(4px);
}

/* Integrated capability panel */

.bharatfm-services-integrated {
        margin-top: 0;
        padding: 100px 0 104px;
        color: #ffffff;
        background: #111111;
}

.bharatfm-services-integrated-label {
        display: block;
        margin-bottom: 17px;
        color: #f1c40f;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.18em;
        line-height: 1.3;
}

.bharatfm-services-integrated h2 {
        max-width: 900px;
        margin: 0;
        color: #ffffff;
        font-size: clamp(43px, 5.5vw, 72px);
        font-weight: 800;
        letter-spacing: -0.05em;
        line-height: 0.98;
}

.bharatfm-services-integrated h2 span {
        color: #f1c40f;
}

.bharatfm-services-integrated > .bharatfm-services-container > p {
        max-width: 760px;
        margin: 25px 0 0;
        color: #cfcfcf;
        font-size: 15px;
        line-height: 1.75;
}

.bharatfm-services-process {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
        margin-top: 48px;
        padding-top: 23px;
        border-top: 1px solid #343434;
}

.bharatfm-services-process span {
        color: #ffffff;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.15em;
        line-height: 1.4;
}

.bharatfm-services-process span:nth-child(even) {
        color: #d71920;
        font-size: 17px;
}

/* Who we serve */

.bharatfm-services-who-we-serve {
        padding: 100px 0 108px;
        background: #ffffff;
}

.bharatfm-services-who-we-serve h2 {
        margin-top: 0;
}

.bharatfm-services-audience-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 55px;
        border-top: 1px solid #dededb;
        border-left: 1px solid #dededb;
}

.bharatfm-services-audience-grid span {
        display: flex;
        align-items: center;
        min-height: 70px;
        padding: 15px 18px;
        color: #333333;
        border-right: 1px solid #dededb;
        border-bottom: 1px solid #dededb;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.45;
}

/* Final CTA */

.bharatfm-services-final-cta {
        padding: 108px 0 116px;
        background: #f5f5f3;
        text-align: center;
}

.bharatfm-services-final-cta .bharatfm-services-eyebrow {
        margin-bottom: 18px;
}

.bharatfm-services-final-cta h2 {
        max-width: 850px;
        margin: 0 auto;
        color: #111111;
        font-size: clamp(48px, 6vw, 82px);
        font-weight: 800;
        letter-spacing: -0.055em;
        line-height: 0.95;
}

.bharatfm-services-final-cta h2 span {
        color: #d71920;
}

.bharatfm-services-final-cta p {
        max-width: 650px;
        margin: 25px auto 0;
        color: #626262;
        font-size: 15px;
        line-height: 1.7;
}

.bharatfm-services-final-link {
        display: inline-flex;
        align-items: center;
        gap: 13px;
        margin-top: 32px;
        padding: 14px 20px;
        color: #ffffff;
        background: #d71920;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.11em;
        line-height: 1.4;
        text-decoration: none;
        transition: background 180ms ease, transform 180ms ease;
}

.bharatfm-services-final-link span:last-child {
        font-size: 18px;
        line-height: 1;
}

.bharatfm-services-final-link:hover,
.bharatfm-services-final-link:focus-visible {
        color: #ffffff;
        background: #111111;
        transform: translateY(-2px);
}

/* Focus */

.bharatfm-services-page a:focus-visible {
        outline: 2px solid #d71920;
        outline-offset: 4px;
}

/* Tablet */

@media (min-width: 768px) and (max-width: 1100px) {

        .bharatfm-services-container {
                width: min(100% - 40px, 920px);
        }

        .bharatfm-services-hero {
                padding: 28px 0 82px;
        }

        .bharatfm-services-back {
                margin-bottom: 58px;
        }

        .bharatfm-services-hero h1 {
                font-size: clamp(50px, 8vw, 72px);
        }

        .bharatfm-services-hero-intro {
                font-size: 15px;
        }

        .bharatfm-services-overview {
                padding-top: 76px;
        }

        .bharatfm-services-overview-grid {
                grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
                gap: 45px;
        }

        .bharatfm-services-jump-nav {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                margin-top: 55px;
        }

        .bharatfm-services-list {
                padding-top: 72px;
        }

        .bharatfm-service-detail {
                grid-template-columns: 70px minmax(0, 1fr);
                gap: 28px;
                padding: 60px 0 68px;
        }

        .bharatfm-service-detail-columns {
                gap: 35px;
        }

        .bharatfm-service-detail-columns ul {
                gap: 0 20px;
        }

        .bharatfm-services-audience-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .bharatfm-services-integrated,
        .bharatfm-services-who-we-serve {
                padding-top: 80px;
                padding-bottom: 84px;
        }
}

/* Mobile */

@media (max-width: 767px) {

        .bharatfm-services-container {
                width: calc(100% - 32px);
        }

        .bharatfm-services-hero {
                padding: 23px 0 68px;
        }

        .bharatfm-services-back {
                margin-bottom: 48px;
        }

        .bharatfm-services-eyebrow {
                margin-bottom: 12px;
        }

        .bharatfm-services-hero h1 {
                font-size: 46px;
                line-height: 0.96;
        }

        .bharatfm-services-hero-intro {
                margin-top: 20px;
                font-size: 14px;
                line-height: 1.65;
        }

        .bharatfm-services-overview {
                padding-top: 62px;
        }

        .bharatfm-services-overview-grid {
                display: block;
        }

        .bharatfm-services-overview-grid h2,
        .bharatfm-services-who-we-serve h2 {
                font-size: 43px;
                line-height: 0.99;
        }

        .bharatfm-services-overview-grid > p {
                margin-top: 22px;
                font-size: 14px;
                line-height: 1.65;
        }

        .bharatfm-services-jump-nav {
                display: block;
                margin-top: 42px;
        }

        .bharatfm-services-jump-nav a {
                min-height: 59px;
                padding: 12px 14px;
        }

        .bharatfm-services-list {
                padding-top: 56px;
        }

        .bharatfm-service-detail {
                display: block;
                padding: 56px 0 60px;
                scroll-margin-top: 20px;
        }

        .bharatfm-service-detail-number {
                margin-bottom: 15px;
                font-size: 11px;
        }

        .bharatfm-service-detail-eyebrow {
                margin-bottom: 12px;
                font-size: 9px;
                line-height: 1.4;
        }

        .bharatfm-service-detail-main h2 {
                font-size: 34px;
                line-height: 1.02;
        }

        .bharatfm-service-detail-intro {
                margin-top: 17px;
                font-size: 14px;
                line-height: 1.65;
        }

        .bharatfm-service-detail-columns {
                display: block;
                margin-top: 34px;
        }

        .bharatfm-service-detail-columns h3 {
                margin-bottom: 14px;
        }

        .bharatfm-service-detail-columns ul {
                grid-template-columns: 1fr;
        }

        .bharatfm-service-detail-columns li {
                padding: 11px 0 11px 16px;
                font-size: 12px;
        }

        .bharatfm-service-detail-columns li::before {
                top: 17px;
        }

        .bharatfm-service-detail-audience {
                margin-top: 28px;
                padding: 23px 20px 24px;
        }

        .bharatfm-service-detail-audience p {
                font-size: 12px;
        }

        .bharatfm-services-integrated {
                padding: 66px 0 70px;
        }

        .bharatfm-services-integrated h2 {
                font-size: 43px;
                line-height: 0.99;
        }

        .bharatfm-services-integrated > .bharatfm-services-container > p {
                margin-top: 20px;
                font-size: 14px;
                line-height: 1.65;
        }

        .bharatfm-services-process {
                gap: 11px;
                margin-top: 34px;
                padding-top: 20px;
        }

        .bharatfm-services-process span {
                font-size: 9px;
        }

        .bharatfm-services-process span:nth-child(even) {
                font-size: 14px;
        }

        .bharatfm-services-who-we-serve {
                padding: 66px 0 70px;
        }

        .bharatfm-services-audience-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                margin-top: 36px;
        }

        .bharatfm-services-audience-grid span {
                min-height: 64px;
                padding: 13px 12px;
                font-size: 11px;
        }

        .bharatfm-services-final-cta {
                padding: 70px 0 76px;
        }

        .bharatfm-services-final-cta h2 {
                font-size: 48px;
                line-height: 0.96;
        }

        .bharatfm-services-final-cta p {
                margin-top: 20px;
                font-size: 14px;
                line-height: 1.65;
        }

        .bharatfm-services-final-link {
                margin-top: 27px;
                padding: 13px 17px;
        }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {

        .bharatfm-services-page *,
        .bharatfm-services-page *::before,
        .bharatfm-services-page *::after {
                transition: none !important;
                scroll-behavior: auto !important;
        }
}

/* =========================================================
   BHARAT MEDIA CONTACT — PREMIUM CONTACT PAGE
   ========================================================= */

.bharatfm-contact-page {
	background: #f5f6f8;
	color: #111827;
}

.bharatfm-contact-container {
	width: min(calc(100% - 64px), 1240px);
	margin: 0 auto;
}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.bharatfm-contact-hero {
	position: relative;
	overflow: hidden;
	padding: 32px 0 86px;
	background:
		radial-gradient(circle at 88% 42%, rgba(215, 25, 32, 0.16), transparent 27%),
		linear-gradient(115deg, #071b38 0%, #0b2749 55%, #071b38 100%);
	color: #fff;
}

.bharatfm-contact-hero::after {
	position: absolute;
	right: -110px;
	bottom: -190px;
	width: 510px;
	height: 510px;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 50%;
	content: "";
	box-shadow:
		0 0 0 55px rgba(255,255,255,0.025),
		0 0 0 110px rgba(255,255,255,0.018);
	pointer-events: none;
}

.bharatfm-contact-back {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 72px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-decoration: none;
}

.bharatfm-contact-back span:first-child {
	font-size: 18px;
	line-height: 1;
}

.bharatfm-contact-back:hover,
.bharatfm-contact-back:focus-visible {
	color: #f1c40f;
}

.bharatfm-contact-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
	gap: 80px;
	align-items: center;
}

.bharatfm-contact-eyebrow {
	display: block;
	margin-bottom: 15px;
	color: #d71920;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.19em;
	line-height: 1.3;
}

.bharatfm-contact-hero .bharatfm-contact-eyebrow {
	color: #f1c40f;
}

.bharatfm-contact-hero h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(55px, 7vw, 90px);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.93;
}

.bharatfm-contact-hero h1 span {
	color: #f1c40f;
}

.bharatfm-contact-hero-intro {
	max-width: 760px;
	margin: 30px 0 0;
	color: rgba(255,255,255,0.78);
	font-size: 16px;
	line-height: 1.75;
}

.bharatfm-contact-hero-message {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 45px 35px;
	border-left: 2px solid rgba(241,196,15,0.65);
	color: rgba(255,255,255,0.82);
	font-size: clamp(27px, 3vw, 43px);
	font-weight: 300;
	font-style: italic;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.bharatfm-contact-hero-message span:nth-child(2) {
	margin-left: 28px;
	color: #fff;
}

.bharatfm-contact-hero-message span:nth-child(3) {
	margin-left: 52px;
	color: #f1c40f;
}

.bharatfm-contact-hero-message span:nth-child(4) {
	margin-left: 76px;
	color: #fff;
}

/* ---------------------------------------------------------
   CONTACT METHODS
   --------------------------------------------------------- */

.bharatfm-contact-methods {
	position: relative;
	z-index: 3;
	margin-top: -1px;
	padding: 26px 0 0;
	background: #f5f6f8;
}

.bharatfm-contact-methods-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.bharatfm-contact-method {
	display: flex;
	gap: 19px;
	align-items: center;
	min-height: 150px;
	padding: 22px;
	background: #fff;
	border: 1px solid #e1e5ea;
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(10, 25, 45, 0.06);
}

.bharatfm-contact-method-icon {
	display: flex;
	flex: 0 0 58px;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	color: #fff;
	background: #1670d9;
	border-radius: 50%;
	font-size: 25px;
	font-weight: 700;
}

.bharatfm-whatsapp-icon {
	background: #18bd61;
}

.bharatfm-email-icon {
	background: #ef7f13;
}

.bharatfm-contact-method-content {
	min-width: 0;
}

.bharatfm-contact-method-label {
	display: block;
	margin-bottom: 5px;
	color: #68717d;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.3;
}

.bharatfm-contact-method h2 {
	margin: 0;
	color: #101827;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.bharatfm-contact-method p {
	margin: 8px 0 11px;
	color: #68717d;
	font-size: 11px;
	line-height: 1.5;
}

.bharatfm-contact-method-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1269c7;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.bharatfm-contact-method-link span {
	font-size: 16px;
	transition: transform 180ms ease;
}

.bharatfm-contact-method-link:hover span,
.bharatfm-contact-method-link:focus-visible span {
	transform: translateX(4px);
}

/* ---------------------------------------------------------
   INQUIRY AREA
   --------------------------------------------------------- */

.bharatfm-contact-inquiry {
	padding: 58px 0 94px;
	background: #f5f6f8;
}

.bharatfm-contact-inquiry-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
	gap: 20px;
	align-items: start;
}

.bharatfm-contact-form-card {
	padding: 42px;
	background: #fff;
	border: 1px solid #e1e5ea;
	border-radius: 10px;
	box-shadow: 0 10px 32px rgba(10, 25, 45, 0.06);
}

.bharatfm-contact-form-heading h2 {
	margin: 0;
	color: #101827;
	font-size: clamp(42px, 4.5vw, 61px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.bharatfm-contact-form-heading h2 span {
	color: #1670d9;
}

.bharatfm-contact-form-heading p {
	max-width: 650px;
	margin: 20px 0 0;
	color: #69727d;
	font-size: 13px;
	line-height: 1.65;
}

.bharatfm-contact-form {
	margin-top: 34px;
}

.bharatfm-contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 16px;
}

.bharatfm-contact-field-full {
	grid-column: 1 / -1;
}

.bharatfm-contact-field {
	min-width: 0;
}

.bharatfm-contact-field label {
	display: block;
	margin-bottom: 8px;
	color: #202938;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
}

.bharatfm-contact-field label span {
	color: #d71920;
}

.bharatfm-contact-field input,
.bharatfm-contact-field select,
.bharatfm-contact-field textarea {
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	color: #172033;
	background: #fff;
	border: 1px solid #d5dae1;
	border-radius: 5px;
	box-shadow: none;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.5;
}

.bharatfm-contact-field input::placeholder,
.bharatfm-contact-field textarea::placeholder {
	color: #a1a7af;
}

.bharatfm-contact-field select {
	min-height: 43px;
	padding-right: 35px;
	cursor: pointer;
}

.bharatfm-contact-field textarea {
	min-height: 145px;
	resize: vertical;
}

.bharatfm-contact-field input:focus,
.bharatfm-contact-field select:focus,
.bharatfm-contact-field textarea:focus {
	border-color: #1670d9;
	outline: none;
	box-shadow: 0 0 0 2px rgba(22,112,217,0.10);
}

.bharatfm-contact-field[hidden] {
	display: none !important;
}

.bharatfm-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	width: 100%;
	margin-top: 23px;
	padding: 15px 20px;
	color: #fff;
	background: #1670d9;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	font-family: inherit;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.4;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.bharatfm-contact-submit span:last-child {
	font-size: 18px;
}

.bharatfm-contact-submit:hover,
.bharatfm-contact-submit:focus-visible {
	color: #fff;
	background: #0b2749;
	transform: translateY(-1px);
}

.bharatfm-contact-form-note {
	margin: 14px 0 0;
	color: #8a9199;
	font-size: 9px;
	line-height: 1.5;
	text-align: center;
}

/* ---------------------------------------------------------
   SIDEBAR — JOIN BHARAT
   --------------------------------------------------------- */

.bharatfm-contact-sidebar {
	display: grid;
	gap: 20px;
}

.bharatfm-contact-join-card,
.bharatfm-contact-capabilities-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e5ea;
	border-radius: 10px;
	box-shadow: 0 10px 32px rgba(10, 25, 45, 0.06);
}

.bharatfm-contact-join-card {
	padding: 30px 26px 10px;
}

.bharatfm-contact-join-card-top {
	display: flex;
	gap: 5px;
	margin-bottom: 19px;
}

.bharatfm-contact-mini-line {
	display: block;
	width: 27px;
	height: 3px;
	background: #ef7f13;
}

.bharatfm-contact-mini-line.green {
	background: #1aa260;
}

.bharatfm-contact-join-card .bharatfm-contact-eyebrow {
	margin-bottom: 10px;
}

.bharatfm-contact-join-card h2 {
	margin: 0;
	color: #101827;
	font-size: clamp(32px, 3vw, 45px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.bharatfm-contact-join-card h2 span {
	color: #1670d9;
}

.bharatfm-contact-join-card > p {
	margin: 18px 0 24px;
	color: #68717d;
	font-size: 12px;
	line-height: 1.65;
}

.bharatfm-contact-join-option {
	display: grid;
	grid-template-columns: 35px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 17px 0;
	border-top: 1px solid #e5e8ec;
}

.bharatfm-contact-option-number {
	color: #1670d9;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.bharatfm-contact-join-option h3 {
	margin: 0 0 4px;
	color: #172033;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.bharatfm-contact-join-option p {
	margin: 0;
	color: #727a84;
	font-size: 10px;
	line-height: 1.45;
}

.bharatfm-contact-option-arrow {
	color: #1670d9;
	font-size: 20px;
}

/* ---------------------------------------------------------
   CAPABILITIES CARD
   --------------------------------------------------------- */

.bharatfm-contact-capabilities-card {
	position: relative;
	padding: 34px 27px 38px;
	background:
		radial-gradient(circle at 90% 100%, rgba(22,112,217,0.10), transparent 30%),
		#fff;
}

.bharatfm-contact-capabilities-label {
	display: block;
	margin-bottom: 15px;
	color: #d71920;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.4;
}

.bharatfm-contact-capabilities-card h2 {
	margin: 0;
	color: #101827;
	font-size: clamp(29px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.99;
}

.bharatfm-contact-capabilities-card h2 span {
	color: #1670d9;
}

.bharatfm-contact-capabilities-card p {
	margin: 19px 0 0;
	color: #68717d;
	font-size: 11px;
	line-height: 1.65;
}

.bharatfm-contact-capabilities-card a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 23px;
	padding: 11px 15px;
	color: #1670d9;
	background: #fff;
	border: 1px solid #1670d9;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition: color 180ms ease, background 180ms ease;
}

.bharatfm-contact-capabilities-card a span {
	font-size: 17px;
}

.bharatfm-contact-capabilities-card a:hover,
.bharatfm-contact-capabilities-card a:focus-visible {
	color: #fff;
	background: #1670d9;
}

/* ---------------------------------------------------------
   FINAL CTA
   --------------------------------------------------------- */

.bharatfm-contact-final {
	padding: 72px 0;
	background:
		radial-gradient(circle at 80% 50%, rgba(215,25,32,0.12), transparent 30%),
		#071b38;
}

.bharatfm-contact-final-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
}

.bharatfm-contact-final .bharatfm-contact-eyebrow {
	color: #f1c40f;
}

.bharatfm-contact-final h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(39px, 5vw, 62px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.96;
}

.bharatfm-contact-final h2 span {
	color: #f1c40f;
}

.bharatfm-contact-final p {
	margin: 14px 0 0;
	color: rgba(255,255,255,0.68);
	font-size: 12px;
}

.bharatfm-contact-final-button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	padding: 15px 21px;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
}

.bharatfm-contact-final-button span {
	font-size: 18px;
}

.bharatfm-contact-final-button:hover,
.bharatfm-contact-final-button:focus-visible {
	color: #071b38;
	background: #fff;
}

/* ---------------------------------------------------------
   ACCESSIBILITY
   --------------------------------------------------------- */

.bharatfm-contact-page a:focus-visible,
.bharatfm-contact-page button:focus-visible {
	outline: 2px solid #d71920;
	outline-offset: 3px;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1100px) {

	.bharatfm-contact-container {
		width: min(calc(100% - 40px), 920px);
	}

	.bharatfm-contact-hero {
		padding-bottom: 70px;
	}

	.bharatfm-contact-back {
		margin-bottom: 55px;
	}

	.bharatfm-contact-hero-grid {
		gap: 45px;
	}

	.bharatfm-contact-hero h1 {
		font-size: clamp(49px, 7vw, 70px);
	}

	.bharatfm-contact-hero-message {
		font-size: 30px;
		padding-left: 25px;
	}

	.bharatfm-contact-method {
		padding: 17px;
		gap: 13px;
	}

	.bharatfm-contact-method-icon {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		font-size: 20px;
	}

	.bharatfm-contact-inquiry-grid {
		grid-template-columns: minmax(0, 1.4fr) minmax(270px, 0.8fr);
	}

	.bharatfm-contact-form-card {
		padding: 32px;
	}
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

	.bharatfm-contact-container {
		width: calc(100% - 32px);
	}

	.bharatfm-contact-hero {
		padding: 23px 0 61px;
	}

	.bharatfm-contact-back {
		margin-bottom: 48px;
	}

	.bharatfm-contact-hero-grid {
		display: block;
	}

	.bharatfm-contact-hero h1 {
		font-size: 47px;
		line-height: 0.95;
	}

	.bharatfm-contact-hero-intro {
		margin-top: 21px;
		font-size: 13px;
		line-height: 1.65;
	}

	.bharatfm-contact-hero-message {
		margin-top: 38px;
		padding: 23px 0 5px 22px;
		font-size: 27px;
	}

	.bharatfm-contact-hero-message span:nth-child(2) {
		margin-left: 20px;
	}

	.bharatfm-contact-hero-message span:nth-child(3) {
		margin-left: 40px;
	}

	.bharatfm-contact-hero-message span:nth-child(4) {
		margin-left: 60px;
	}

	.bharatfm-contact-methods {
		padding-top: 16px;
	}

	.bharatfm-contact-methods-grid {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.bharatfm-contact-method {
		min-height: 116px;
		padding: 18px;
	}

	.bharatfm-contact-method-icon {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		font-size: 20px;
	}

	.bharatfm-contact-method h2 {
		font-size: 21px;
	}

	.bharatfm-contact-method p {
		margin: 6px 0 8px;
		font-size: 10px;
	}

	.bharatfm-contact-inquiry {
		padding: 38px 0 65px;
	}

	.bharatfm-contact-inquiry-grid {
		grid-template-columns: 1fr;
	}

	.bharatfm-contact-form-card {
		padding: 27px 20px;
	}

	.bharatfm-contact-form-heading h2 {
		font-size: 43px;
	}

	.bharatfm-contact-form-heading p {
		font-size: 12px;
	}

	.bharatfm-contact-form-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.bharatfm-contact-field-full {
		grid-column: auto;
	}

	.bharatfm-contact-field input,
	.bharatfm-contact-field select,
	.bharatfm-contact-field textarea {
		font-size: 13px;
	}

	.bharatfm-contact-submit {
		margin-top: 19px;
	}

	.bharatfm-contact-sidebar {
		gap: 14px;
	}

	.bharatfm-contact-join-card {
		padding: 27px 20px 8px;
	}

	.bharatfm-contact-join-card h2 {
		font-size: 35px;
	}

	.bharatfm-contact-capabilities-card {
		padding: 29px 20px 32px;
	}

	.bharatfm-contact-capabilities-card h2 {
		font-size: 33px;
	}

	.bharatfm-contact-final {
		padding: 58px 0;
	}

	.bharatfm-contact-final-inner {
		display: block;
	}

	.bharatfm-contact-final h2 {
		font-size: 45px;
	}

	.bharatfm-contact-final-button {
		margin-top: 28px;
	}
}

/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

	.bharatfm-contact-page *,
	.bharatfm-contact-page *::before,
	.bharatfm-contact-page *::after {
		transition: none !important;
		scroll-behavior: auto !important;
	}
}


/* =========================================================
   BHARAT FM® — HOMEPAGE PHOTO GALLERY
   ========================================================= */

.bharatfm-home-gallery {
	padding: 96px 24px 104px;
	background: #fff;
}

.bharatfm-gallery-inner {
	max-width: 1240px;
	margin: 0 auto;
}

.bharatfm-gallery-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
	gap: 48px;
	align-items: end;
	margin-bottom: 42px;
}

.bharatfm-gallery-eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bharatfm-gallery-heading h2 {
	margin: 0;
	font-size: clamp(38px, 5vw, 64px);
	line-height: .98;
	letter-spacing: -.035em;
}

.bharatfm-gallery-intro {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}

.bharatfm-gallery-grid {
	display: grid;
	grid-template-columns: 1.35fr .8fr .8fr;
	grid-template-rows: 300px 300px;
	gap: 14px;
}

.bharatfm-gallery-item {
	position: relative;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #f1f1f1;
}

.bharatfm-gallery-item-1 {
	grid-row: span 2;
}

.bharatfm-gallery-trigger {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	text-align: left;
}

.bharatfm-gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2,.65,.25,1);
}

.bharatfm-gallery-trigger:hover .bharatfm-gallery-image,
.bharatfm-gallery-trigger:focus-visible .bharatfm-gallery-image {
	transform: scale(1.035);
}

.bharatfm-gallery-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.2);
	opacity: 0;
	transition: opacity .25s ease;
}

.bharatfm-gallery-trigger:hover .bharatfm-gallery-overlay,
.bharatfm-gallery-trigger:focus-visible .bharatfm-gallery-overlay {
	opacity: 1;
}

.bharatfm-gallery-view {
	padding: 10px 16px;
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 999px;
	color: #fff;
	background: rgba(0,0,0,.45);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bharatfm-gallery-trigger:focus-visible {
	outline: 3px solid #111;
	outline-offset: -3px;
}

.bharatfm-gallery-caption {
	display: none;
}

.bharatfm-gallery-footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 26px;
}

.bharatfm-gallery-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.bharatfm-gallery-link span {
	transition: transform .2s ease;
}

.bharatfm-gallery-link:hover span {
	transform: translateX(4px);
}

/* Lightbox */

.bharatfm-gallery-lightbox {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
}

.bharatfm-gallery-lightbox[hidden] {
	display: none;
}

.bharatfm-gallery-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.9);
}

.bharatfm-gallery-lightbox-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(1100px, 100%);
	max-height: calc(100vh - 64px);
}

.bharatfm-gallery-lightbox-image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 170px);
	width: auto;
	height: auto;
	object-fit: contain;
}

.bharatfm-gallery-lightbox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 50%;
	color: #fff;
	background: rgba(0,0,0,.65);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.bharatfm-gallery-lightbox-close:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.bharatfm-gallery-lightbox-content {
	width: min(760px, 100%);
	padding-top: 16px;
	color: #fff;
	text-align: center;
}

.bharatfm-gallery-lightbox-title {
	margin: 0 0 6px;
	color: #fff;
	font-size: 20px;
	line-height: 1.25;
}

.bharatfm-gallery-lightbox-caption {
	margin: 0;
	color: rgba(255,255,255,.82);
	font-size: 14px;
	line-height: 1.6;
}

/* Tablet */

@media (max-width: 900px) {
	.bharatfm-home-gallery {
		padding: 78px 22px 84px;
	}

	.bharatfm-gallery-heading {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 32px;
	}

	.bharatfm-gallery-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 280px 280px 280px;
	}

	.bharatfm-gallery-item-1 {
		grid-column: span 2;
		grid-row: auto;
	}
}

/* Mobile */

@media (max-width: 600px) {
	.bharatfm-home-gallery {
		padding: 64px 18px 72px;
	}

	.bharatfm-gallery-heading {
		margin-bottom: 26px;
	}

	.bharatfm-gallery-heading h2 {
		font-size: clamp(36px, 11vw, 48px);
	}

	.bharatfm-gallery-intro {
		font-size: 15px;
		line-height: 1.65;
	}

	.bharatfm-gallery-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 10px;
	}

	.bharatfm-gallery-item,
	.bharatfm-gallery-item-1 {
		grid-column: auto;
		grid-row: auto;
		height: 280px;
	}

	.bharatfm-gallery-item-1 {
		height: 360px;
	}

	.bharatfm-gallery-footer {
		justify-content: flex-start;
		margin-top: 22px;
	}

	.bharatfm-gallery-lightbox {
		padding: 18px;
	}

	.bharatfm-gallery-lightbox-dialog {
		max-height: calc(100vh - 36px);
	}

	.bharatfm-gallery-lightbox-image {
		max-height: calc(100vh - 150px);
	}

	.bharatfm-gallery-lightbox-close {
		top: -12px;
		right: -8px;
	}

	.bharatfm-gallery-lightbox-content {
		padding-top: 12px;
	}

	.bharatfm-gallery-lightbox-title {
		font-size: 18px;
	}

	.bharatfm-gallery-lightbox-caption {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bharatfm-gallery-image,
	.bharatfm-gallery-link span {
		transition: none;
	}
}

/* =========================================================
   BHARAT FM® — FULL PHOTO GALLERY ARCHIVE
   ========================================================= */

.bharatfm-gallery-archive {
	background: #fff;
}

.bharatfm-gallery-archive-container {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
}

.bharatfm-gallery-archive-hero {
	padding: 58px 0 72px;
	background: #f7f7f5;
}

.bharatfm-gallery-archive-back {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 48px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.bharatfm-gallery-archive-back span {
	transition: transform .2s ease;
}

.bharatfm-gallery-archive-back:hover span {
	transform: translateX(-4px);
}

.bharatfm-gallery-archive-eyebrow {
	display: block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bharatfm-gallery-archive-hero h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(48px, 7vw, 88px);
	line-height: .94;
	letter-spacing: -.045em;
}

.bharatfm-gallery-archive-hero h1 span {
	display: inline-block;
}

.bharatfm-gallery-archive-hero p {
	max-width: 680px;
	margin: 28px 0 0;
	font-size: 18px;
	line-height: 1.7;
}

.bharatfm-gallery-archive-content {
	padding: 84px 0 110px;
}

.bharatfm-gallery-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 22px;
}

.bharatfm-gallery-archive-item {
	min-width: 0;
	margin: 0;
}

.bharatfm-gallery-archive-item .bharatfm-gallery-trigger {
	height: 420px;
	background: #f1f1f1;
}

.bharatfm-gallery-archive-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2,.65,.25,1);
}

.bharatfm-gallery-archive-item .bharatfm-gallery-trigger:hover .bharatfm-gallery-archive-image,
.bharatfm-gallery-archive-item .bharatfm-gallery-trigger:focus-visible .bharatfm-gallery-archive-image {
	transform: scale(1.035);
}

.bharatfm-gallery-archive-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.2);
	opacity: 0;
	transition: opacity .25s ease;
}

.bharatfm-gallery-archive-item .bharatfm-gallery-trigger:hover .bharatfm-gallery-archive-overlay,
.bharatfm-gallery-archive-item .bharatfm-gallery-trigger:focus-visible .bharatfm-gallery-archive-overlay {
	opacity: 1;
}

.bharatfm-gallery-archive-view {
	padding: 10px 16px;
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 999px;
	color: #fff;
	background: rgba(0,0,0,.45);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bharatfm-gallery-archive-item .bharatfm-gallery-trigger:focus-visible {
	outline: 3px solid #111;
	outline-offset: -3px;
}

.bharatfm-gallery-archive-caption {
	padding: 16px 2px 0;
}

.bharatfm-gallery-archive-caption h2 {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: -.015em;
}

.bharatfm-gallery-archive-caption span {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	opacity: .68;
}

.bharatfm-gallery-archive-empty {
	max-width: 650px;
	padding: 80px 0;
}

.bharatfm-gallery-archive-empty h2 {
	margin: 0 0 12px;
	font-size: 34px;
}

.bharatfm-gallery-archive-empty p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}

/* Archive tablet */

@media (max-width: 900px) {
	.bharatfm-gallery-archive-container {
		width: min(100% - 44px, 760px);
	}

	.bharatfm-gallery-archive-hero {
		padding: 48px 0 62px;
	}

	.bharatfm-gallery-archive-back {
		margin-bottom: 38px;
	}

	.bharatfm-gallery-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 16px;
	}

	.bharatfm-gallery-archive-item .bharatfm-gallery-trigger {
		height: 380px;
	}

	.bharatfm-gallery-archive-content {
		padding: 68px 0 86px;
	}
}

/* Archive mobile */

@media (max-width: 600px) {
	.bharatfm-gallery-archive-container {
		width: calc(100% - 36px);
	}

	.bharatfm-gallery-archive-hero {
		padding: 36px 0 50px;
	}

	.bharatfm-gallery-archive-back {
		margin-bottom: 34px;
		font-size: 13px;
	}

	.bharatfm-gallery-archive-hero h1 {
		font-size: clamp(44px, 13vw, 62px);
	}

	.bharatfm-gallery-archive-hero p {
		margin-top: 22px;
		font-size: 15px;
		line-height: 1.65;
	}

	.bharatfm-gallery-archive-content {
		padding: 52px 0 70px;
	}

	.bharatfm-gallery-archive-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.bharatfm-gallery-archive-item .bharatfm-gallery-trigger {
		height: 340px;
	}

	.bharatfm-gallery-archive-caption {
		padding-top: 13px;
	}

	.bharatfm-gallery-archive-caption h2 {
		font-size: 17px;
	}

	.bharatfm-gallery-archive-caption span {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bharatfm-gallery-archive-back span,
	.bharatfm-gallery-archive-image {
		transition: none;
	}
}

/* =========================================================
   BHARAT FM® — HOMEPAGE PARTNERS & COLLABORATORS
   ========================================================= */

.bharatfm-home-partners {
  padding: 92px 24px 100px;
  background: #f7f7f5;
}

.bharatfm-partners-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.bharatfm-partners-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 48px;
  align-items: end;
  margin-bottom: 44px;
}

.bharatfm-partners-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bharatfm-partners-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: .98;
  letter-spacing: -.035em;
}

.bharatfm-partners-intro {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.bharatfm-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bharatfm-partner-card {
  min-width: 0;
  margin: 0;
}

.bharatfm-partner-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 260px;
  padding: 28px;
  border: 1px solid #e5e5e1;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

a.bharatfm-partner-link:hover,
a.bharatfm-partner-link:focus-visible {
  transform: translateY(-4px);
  border-color: #cfcfca;
  box-shadow: 0 16px 34px rgba(0,0,0,.07);
}

.bharatfm-partner-link:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.bharatfm-partner-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  margin-bottom: 24px;
  padding: 12px;
}

.bharatfm-partner-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}

.bharatfm-partner-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #d8d8d3;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
}

.bharatfm-partner-content {
  margin-top: auto;
}

.bharatfm-partner-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.bharatfm-partner-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  opacity: .68;
}

.bharatfm-partner-visit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.bharatfm-partner-visit span {
  transition: transform .2s ease;
}

a.bharatfm-partner-link:hover .bharatfm-partner-visit span,
a.bharatfm-partner-link:focus-visible .bharatfm-partner-visit span {
  transform: translate(2px, -2px);
}

.bharatfm-partners-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

.bharatfm-partners-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.bharatfm-partners-link span {
  transition: transform .2s ease;
}

.bharatfm-partners-link:hover span {
  transform: translateX(4px);
}

/* Tablet */

@media (max-width: 1000px) {
  .bharatfm-home-partners {
    padding: 78px 22px 84px;
  }

  .bharatfm-partners-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }

  .bharatfm-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 600px) {
  .bharatfm-home-partners {
    padding: 64px 18px 72px;
  }

  .bharatfm-partners-heading {
    margin-bottom: 26px;
  }

  .bharatfm-partners-heading h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .bharatfm-partners-intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .bharatfm-partners-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bharatfm-partner-link {
    min-height: 230px;
    padding: 24px;
  }

  .bharatfm-partner-logo-wrap {
    min-height: 100px;
    margin-bottom: 20px;
  }

  .bharatfm-partners-footer {
    justify-content: flex-start;
    margin-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bharatfm-partner-link,
  .bharatfm-partner-visit span,
  .bharatfm-partners-link span {
    transition: none;
  }
}

/* =========================================================
   BHARAT FM® — PARTNERS & COLLABORATORS ARCHIVE
   ========================================================= */

.bharatfm-partners-archive {
  background: #fff;
}

.bharatfm-partners-archive-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.bharatfm-partners-archive-hero {
  padding: 58px 0 76px;
  background: #f7f7f5;
}

.bharatfm-partners-archive-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.bharatfm-partners-archive-back span {
  transition: transform .2s ease;
}

.bharatfm-partners-archive-back:hover span {
  transform: translateX(-4px);
}

.bharatfm-partners-archive-eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bharatfm-partners-archive-hero h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
  line-height: .94;
  letter-spacing: -.045em;
}

.bharatfm-partners-archive-hero h1 span {
  display: inline-block;
}

.bharatfm-partners-archive-hero p {
  max-width: 700px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.bharatfm-partners-archive-content {
  padding: 84px 0 110px;
}

.bharatfm-partners-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bharatfm-partners-archive-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  margin: 0;
  padding: 28px;
  border: 1px solid #e5e5e1;
  background: #fff;
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.bharatfm-partners-archive-card:hover {
  transform: translateY(-4px);
  border-color: #cfcfca;
  box-shadow: 0 16px 34px rgba(0,0,0,.07);
}

.bharatfm-partners-archive-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  margin-bottom: 26px;
  padding: 12px;
}

.bharatfm-partners-archive-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.bharatfm-partners-archive-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 1px solid #d8d8d3;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 700;
}

.bharatfm-partners-archive-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.bharatfm-partners-archive-card-content h2 {
  margin: 0 0 9px;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.bharatfm-partners-archive-card-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  opacity: .68;
}

.bharatfm-partners-archive-visit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
}

.bharatfm-partners-archive-visit span {
  transition: transform .2s ease;
}

.bharatfm-partners-archive-visit:hover span,
.bharatfm-partners-archive-visit:focus-visible span {
  transform: translate(2px, -2px);
}

.bharatfm-partners-archive-visit:focus-visible,
.bharatfm-partners-archive-back:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.bharatfm-partners-archive-empty {
  max-width: 650px;
  padding: 80px 0;
}

.bharatfm-partners-archive-empty h2 {
  margin: 0 0 12px;
  font-size: 34px;
}

.bharatfm-partners-archive-empty p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* Tablet */

@media (max-width: 1000px) {
  .bharatfm-partners-archive-container {
    width: min(100% - 44px, 760px);
  }

  .bharatfm-partners-archive-hero {
    padding: 48px 0 62px;
  }

  .bharatfm-partners-archive-back {
    margin-bottom: 38px;
  }

  .bharatfm-partners-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bharatfm-partners-archive-content {
    padding: 68px 0 86px;
  }
}

/* Mobile */

@media (max-width: 600px) {
  .bharatfm-partners-archive-container {
    width: calc(100% - 36px);
  }

  .bharatfm-partners-archive-hero {
    padding: 36px 0 50px;
  }

  .bharatfm-partners-archive-back {
    margin-bottom: 34px;
    font-size: 13px;
  }

  .bharatfm-partners-archive-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .bharatfm-partners-archive-hero p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .bharatfm-partners-archive-content {
    padding: 52px 0 70px;
  }

  .bharatfm-partners-archive-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bharatfm-partners-archive-card {
    min-height: 320px;
    padding: 24px;
  }

  .bharatfm-partners-archive-logo-wrap {
    min-height: 112px;
    margin-bottom: 22px;
  }

  .bharatfm-partners-archive-card-content h2 {
    font-size: 18px;
  }

  .bharatfm-partners-archive-empty {
    padding: 60px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bharatfm-partners-archive-back span,
  .bharatfm-partners-archive-card,
  .bharatfm-partners-archive-visit span {
    transition: none;
  }
}

/* =========================================================
   BHARAT FM® — HOMEPAGE FINAL CTA
   ========================================================= */

.bharatfm-home-final-cta {
  padding: 96px 24px 104px;
  background: #111;
  color: #fff;
}

.bharatfm-final-cta-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.bharatfm-final-cta-copy {
  max-width: 900px;
}

.bharatfm-final-cta-eyebrow {
  margin: 0 0 14px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bharatfm-final-cta-copy h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 86px);
  line-height: .94;
  letter-spacing: -.045em;
  color: #fff;
}

.bharatfm-final-cta-intro {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.7;
}

.bharatfm-final-cta-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 58px;
}

.bharatfm-final-cta-group {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
}

.bharatfm-final-cta-label {
  margin: 0 0 20px;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bharatfm-final-cta-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.bharatfm-final-cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.bharatfm-final-cta-button:hover,
.bharatfm-final-cta-button:focus-visible {
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.09);
  transform: translateY(-2px);
}

.bharatfm-final-cta-button-primary {
  border-color: rgba(255,255,255,.72);
  background: #fff;
  color: #111;
}

.bharatfm-final-cta-button-primary:hover,
.bharatfm-final-cta-button-primary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.bharatfm-final-cta-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.bharatfm-final-cta-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bharatfm-final-cta-socials a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.bharatfm-final-cta-socials a:hover,
.bharatfm-final-cta-socials a:focus-visible {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.08);
  transform: translateY(-2px);
}

.bharatfm-final-cta-socials a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 900px) {
  .bharatfm-home-final-cta {
    padding: 78px 22px 84px;
  }

  .bharatfm-final-cta-actions {
    grid-template-columns: 1fr 1fr;
  }

  .bharatfm-final-cta-social-group {
    grid-column: span 2;
  }
}

/* Mobile */

@media (max-width: 600px) {
  .bharatfm-home-final-cta {
    padding: 64px 18px 72px;
  }

  .bharatfm-final-cta-copy h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .bharatfm-final-cta-intro {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .bharatfm-final-cta-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 42px;
  }

  .bharatfm-final-cta-group {
    padding: 24px;
  }

  .bharatfm-final-cta-social-group {
    grid-column: auto;
  }

  .bharatfm-final-cta-buttons {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bharatfm-final-cta-button,
  .bharatfm-final-cta-socials a {
    transition: none;
  }
}

/* =========================================================
   BHARAT FM® — RJs & VJs DIRECTORY
   ========================================================= */

.bharatfm-rj-vj-archive {
  background: #fff;
}

.bharatfm-rj-vj-archive-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.bharatfm-rj-vj-archive-hero {
  padding: 58px 0 76px;
  background: #f7f7f5;
}

.bharatfm-rj-vj-archive-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.bharatfm-rj-vj-archive-back span {
  transition: transform .2s ease;
}

.bharatfm-rj-vj-archive-back:hover span {
  transform: translateX(-4px);
}

.bharatfm-rj-vj-archive-eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bharatfm-rj-vj-archive-hero h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
  line-height: .94;
  letter-spacing: -.045em;
}

.bharatfm-rj-vj-archive-hero h1 span {
  display: inline-block;
}

.bharatfm-rj-vj-archive-hero p {
  max-width: 700px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.bharatfm-rj-vj-archive-content {
  padding: 84px 0 110px;
}

.bharatfm-rj-vj-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bharatfm-rj-vj-archive-card {
  min-width: 0;
  margin: 0;
  border: 1px solid #e5e5e1;
  background: #fff;
  overflow: hidden;
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.bharatfm-rj-vj-archive-card:hover {
  transform: translateY(-4px);
  border-color: #cfcfca;
  box-shadow: 0 16px 34px rgba(0,0,0,.07);
}

.bharatfm-rj-vj-archive-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f1f1ee;
}

.bharatfm-rj-vj-archive-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.bharatfm-rj-vj-archive-card:hover .bharatfm-rj-vj-archive-photo {
  transform: scale(1.025);
}

.bharatfm-rj-vj-archive-photo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 44px;
}

.bharatfm-rj-vj-archive-card-name {
  padding: 20px 22px 22px;
}

.bharatfm-rj-vj-archive-card-name h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.bharatfm-rj-vj-archive-empty {
  max-width: 650px;
  padding: 80px 0;
}

.bharatfm-rj-vj-archive-empty h2 {
  margin: 0 0 12px;
  font-size: 34px;
}

.bharatfm-rj-vj-archive-empty p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.bharatfm-rj-vj-archive-back:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 1000px) {

  .bharatfm-rj-vj-archive-container {
    width: min(100% - 44px, 760px);
  }

  .bharatfm-rj-vj-archive-hero {
    padding: 48px 0 62px;
  }

  .bharatfm-rj-vj-archive-back {
    margin-bottom: 38px;
  }

  .bharatfm-rj-vj-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bharatfm-rj-vj-archive-content {
    padding: 68px 0 86px;
  }
}

/* Mobile */

@media (max-width: 600px) {

  .bharatfm-rj-vj-archive-container {
    width: calc(100% - 36px);
  }

  .bharatfm-rj-vj-archive-hero {
    padding: 36px 0 50px;
  }

  .bharatfm-rj-vj-archive-back {
    margin-bottom: 34px;
    font-size: 13px;
  }

  .bharatfm-rj-vj-archive-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .bharatfm-rj-vj-archive-hero p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .bharatfm-rj-vj-archive-content {
    padding: 52px 0 70px;
  }

  .bharatfm-rj-vj-archive-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .bharatfm-rj-vj-archive-card-name {
    padding: 14px 14px 16px;
  }

  .bharatfm-rj-vj-archive-card-name h2 {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .bharatfm-rj-vj-archive-card,
  .bharatfm-rj-vj-archive-photo,
  .bharatfm-rj-vj-archive-back span {
    transition: none;
  }
}

/* =========================================================
   BHARAT FM® — HOMEPAGE ABOUT CTAs
   ========================================================= */

.bharatfm-home-about-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.bharatfm-home-about-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 19px;
    border: 1px solid #071b36;
    border-radius: 6px;
    background: #ffffff;
    color: #071b36;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .035em;
    text-decoration: none;
    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.bharatfm-home-about-action span {
    font-size: 17px;
    line-height: 1;
    transition: transform .2s ease;
}

.bharatfm-home-about-action-primary {
    background: #071b36;
    color: #ffffff;
}

.bharatfm-home-about-action:hover,
.bharatfm-home-about-action:focus-visible {
    border-color: #e9252b;
    background: #e9252b;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.bharatfm-home-about-action:hover span,
.bharatfm-home-about-action:focus-visible span {
    transform: translateX(3px);
}

.bharatfm-home-about-action:focus-visible {
    outline: 3px solid rgba(233, 37, 43, .25);
    outline-offset: 3px;
}

@media (max-width: 640px) {

    .bharatfm-home-about-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
    }

    .bharatfm-home-about-action {
        width: 100%;
    }

}

@media (prefers-reduced-motion: reduce) {

    .bharatfm-home-about-action,
    .bharatfm-home-about-action span {
        transition: none;
    }

}

/* =========================================================
   BHARAT MEDIA — ABOUT PAGE
   ========================================================= */

.bharatfm-about-page {
    background: #fff;
    color: #071a33;
}

.bharatfm-about-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.bharatfm-about-hero {
    background: #031a38;
    color: #fff;
    padding: 34px 0 100px;
}

.bharatfm-about-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 80px;
    transition: color .2s ease, transform .2s ease;
}

.bharatfm-about-back:hover {
    color: #fff;
    transform: translateX(-3px);
}

.bharatfm-about-eyebrow,
.bharatfm-about-section-label {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .16em;
    font-weight: 800;
    text-transform: uppercase;
}

.bharatfm-about-eyebrow {
    color: #e31b23;
    margin-bottom: 22px;
}

.bharatfm-about-hero h1 {
    max-width: 950px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 6vw, 82px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 800;
}

.bharatfm-about-hero h1 span,
.bharatfm-about-story h2 span,
.bharatfm-about-covid h2 span,
.bharatfm-about-community h2 span,
.bharatfm-about-growth h2 span,
.bharatfm-about-mission h2 span,
.bharatfm-about-achievements h2 span,
.bharatfm-about-voices h2 span,
.bharatfm-about-leadership h2 span,
.bharatfm-about-advisory h2 span,
.bharatfm-about-next h2 span,
.bharatfm-about-final-cta h2 span {
    color: #e31b23;
}

.bharatfm-about-hero-intro {
    max-width: 760px;
    margin: 34px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 20px;
    line-height: 1.7;
}

.bharatfm-about-story,
.bharatfm-about-community,
.bharatfm-about-growth,
.bharatfm-about-mission,
.bharatfm-about-achievements,
.bharatfm-about-voices,
.bharatfm-about-leadership,
.bharatfm-about-advisory {
    padding: 110px 0;
}

.bharatfm-about-story-grid,
.bharatfm-about-growth-grid,
.bharatfm-about-mission-grid,
.bharatfm-about-voices-grid,
.bharatfm-about-platform-grid {
    display: grid;
    grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
    gap: 80px;
    align-items: start;
}

.bharatfm-about-story-marker,
.bharatfm-about-growth-number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
}

.bharatfm-about-story-marker span,
.bharatfm-about-growth-number span {
    font-size: 13px;
    letter-spacing: .15em;
    font-weight: 800;
    color: #e31b23;
}

.bharatfm-about-story-marker strong {
    margin-top: 18px;
    font-size: clamp(56px, 7vw, 100px);
    line-height: .9;
    letter-spacing: -.06em;
    color: #071a33;
}

.bharatfm-about-section-label {
    color: #e31b23;
    margin-bottom: 20px;
}

.bharatfm-about-story h2,
.bharatfm-about-covid h2,
.bharatfm-about-community h2,
.bharatfm-about-growth h2,
.bharatfm-about-mission h2,
.bharatfm-about-achievements h2,
.bharatfm-about-voices h2,
.bharatfm-about-leadership h2,
.bharatfm-about-advisory h2,
.bharatfm-about-next h2 {
    margin: 0 0 28px;
    color: #071a33;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 800;
}

.bharatfm-about-story-content p,
.bharatfm-about-mission-grid p,
.bharatfm-about-voices-grid p,
.bharatfm-about-platform-grid p,
.bharatfm-about-next p {
    max-width: 720px;
    margin: 0 0 20px;
    color: #42536a;
    font-size: 17px;
    line-height: 1.75;
}

.bharatfm-about-lead {
    font-size: 20px !important;
    line-height: 1.65 !important;
    color: #1d314b !important;
    font-weight: 500;
}

.bharatfm-about-covid {
    padding: 110px 0;
    background: #f3f6f9;
}

.bharatfm-about-covid-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

.bharatfm-about-covid-grid > div:last-child {
    padding-top: 42px;
}

.bharatfm-about-covid-grid p {
    color: #42536a;
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 22px;
}

.bharatfm-about-community {
    background: #fff;
}

.bharatfm-about-community > .bharatfm-about-container > h2,
.bharatfm-about-community > .bharatfm-about-container > p {
    max-width: 800px;
}

.bharatfm-about-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 65px;
    border-top: 1px solid #d9e0e8;
    border-bottom: 1px solid #d9e0e8;
}

.bharatfm-about-stat {
    padding: 34px 28px 34px 0;
    border-right: 1px solid #d9e0e8;
}

.bharatfm-about-stat:not(:first-child) {
    padding-left: 28px;
}

.bharatfm-about-stat:last-child {
    border-right: 0;
}

.bharatfm-about-stat strong {
    display: block;
    color: #071a33;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -.05em;
    margin-bottom: 14px;
}

.bharatfm-about-stat span {
    display: block;
    color: #607086;
    font-size: 14px;
    line-height: 1.55;
}

.bharatfm-about-growth {
    background: #f8fafc;
}

.bharatfm-about-growth-number strong {
    display: block;
    margin-top: 15px;
    font-size: clamp(100px, 13vw, 180px);
    line-height: .75;
    letter-spacing: -.08em;
    color: #071a33;
}

.bharatfm-about-growth-number small {
    margin-top: 28px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    color: #607086;
}

.bharatfm-about-mission {
    background: #fff;
}

.bharatfm-about-statement,
.bharatfm-about-next-statement {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 38px;
}

.bharatfm-about-statement strong,
.bharatfm-about-next-statement strong {
    font-size: 12px;
    letter-spacing: .12em;
    color: #071a33;
}

.bharatfm-about-platform {
    padding: 110px 0;
    background: #fff;
}

.bharatfm-about-platform-dark {
    background: #031a38;
    color: #fff;
}

.bharatfm-about-platform-soft {
    background: #eef2f6;
}

.bharatfm-about-platform-dark h2,
.bharatfm-about-platform-dark .bharatfm-about-platform-tagline {
    color: #fff;
}

.bharatfm-about-platform-dark .bharatfm-about-section-label {
    color: #ff4a50;
}

.bharatfm-about-platform h2 {
    margin: 0 0 20px;
    color: #071a33;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .95;
    letter-spacing: -.045em;
    font-weight: 800;
}

.bharatfm-about-platform h2 span {
    font-size: .45em;
    vertical-align: top;
    color: #e31b23;
}

.bharatfm-about-platform-tagline {
    max-width: 430px;
    color: #607086;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
}

.bharatfm-about-platform-dark .bharatfm-about-platform-grid p {
    color: rgba(255,255,255,.75);
}

.bharatfm-about-platform-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    color: #e31b23;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.bharatfm-about-platform-link:hover {
    color: #071a33;
}

.bharatfm-about-platform-dark .bharatfm-about-platform-link:hover {
    color: #fff;
}

.bharatfm-about-achievements {
    background: #f8fafc;
}

.bharatfm-about-achievement-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 60px;
}

.bharatfm-about-achievement-grid article {
    padding: 42px;
    background: #fff;
    border: 1px solid #dfe5ec;
}

.bharatfm-about-achievement-number {
    display: block;
    color: #e31b23;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .15em;
    margin-bottom: 42px;
}

.bharatfm-about-achievement-grid h3 {
    margin: 0 0 15px;
    color: #071a33;
    font-size: 28px;
    letter-spacing: -.025em;
}

.bharatfm-about-achievement-grid p {
    margin: 0;
    color: #607086;
    font-size: 16px;
    line-height: 1.7;
}

.bharatfm-about-voices {
    background: #fff;
}

.bharatfm-about-collaboration {
    padding: 110px 0;
    background: #031a38;
    color: #fff;
}

.bharatfm-about-collaboration h2 {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1;
    letter-spacing: -.045em;
}

.bharatfm-about-collaboration .bharatfm-about-section-label {
    color: #ff4a50;
}

.bharatfm-about-collaboration p {
    max-width: 760px;
    color: rgba(255,255,255,.75);
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.bharatfm-about-collaboration-number {
    display: flex;
    align-items: baseline;
    gap: 22px;
    margin-top: 55px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.bharatfm-about-collaboration-number strong {
    color: #fff;
    font-size: clamp(62px, 7vw, 100px);
    line-height: .8;
    letter-spacing: -.06em;
}

.bharatfm-about-collaboration-number span {
    color: rgba(255,255,255,.6);
    font-size: 14px;
}

.bharatfm-about-leadership {
    background: #fff;
}

.bharatfm-about-management-placeholder,
.bharatfm-about-advisory-placeholder {
    margin-top: 50px;
    padding: 55px 40px;
    border: 1px dashed #cbd4df;
    background: #f8fafc;
}

.bharatfm-about-management-placeholder span,
.bharatfm-about-advisory-placeholder span {
    display: block;
    margin-bottom: 12px;
    color: #e31b23;
    font-size: 12px;
    letter-spacing: .14em;
    font-weight: 800;
}

.bharatfm-about-management-placeholder strong,
.bharatfm-about-advisory-placeholder strong {
    color: #071a33;
    font-size: 18px;
}

.bharatfm-about-advisory {
    background: #f3f6f9;
}

.bharatfm-about-next {
    padding: 120px 0;
    background: #fff;
}

.bharatfm-about-next-statement {
    padding-top: 12px;
}

.bharatfm-about-next-statement strong {
    color: #e31b23;
}

.bharatfm-about-final-cta {
    padding: 105px 0 115px;
    background: #031a38;
    color: #fff;
}

.bharatfm-about-final-cta h2 {
    margin: 0 0 25px;
    color: #fff;
    font-size: clamp(48px, 6vw, 80px);
    line-height: .95;
    letter-spacing: -.05em;
}

.bharatfm-about-final-cta p {
    max-width: 680px;
    margin: 0 0 35px;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.7;
}

.bharatfm-about-final-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.bharatfm-about-final-links a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    min-width: 230px;
    padding: 17px 20px;
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.bharatfm-about-final-links a:hover {
    background: #e31b23;
    border-color: #e31b23;
    transform: translateY(-2px);
}

/* ABOUT PAGE — TABLET */
@media (max-width: 900px) {

    .bharatfm-about-story-grid,
    .bharatfm-about-growth-grid,
    .bharatfm-about-mission-grid,
    .bharatfm-about-voices-grid,
    .bharatfm-about-platform-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .bharatfm-about-covid-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .bharatfm-about-covid-grid > div:last-child {
        padding-top: 0;
    }

    .bharatfm-about-stat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bharatfm-about-stat:nth-child(2) {
        border-right: 0;
    }

    .bharatfm-about-stat:nth-child(1),
    .bharatfm-about-stat:nth-child(2) {
        border-bottom: 1px solid #d9e0e8;
    }

    .bharatfm-about-achievement-grid {
        grid-template-columns: 1fr;
    }

    .bharatfm-about-story,
    .bharatfm-about-covid,
    .bharatfm-about-community,
    .bharatfm-about-growth,
    .bharatfm-about-mission,
    .bharatfm-about-platform,
    .bharatfm-about-achievements,
    .bharatfm-about-voices,
    .bharatfm-about-collaboration,
    .bharatfm-about-leadership,
    .bharatfm-about-advisory {
        padding: 85px 0;
    }
}

/* ABOUT PAGE — MOBILE */
@media (max-width: 600px) {

    .bharatfm-about-container {
        width: min(100% - 28px, 1180px);
    }

    .bharatfm-about-hero {
        padding: 24px 0 70px;
    }

    .bharatfm-about-back {
        margin-bottom: 58px;
        font-size: 13px;
    }

    .bharatfm-about-hero h1 {
        font-size: clamp(42px, 12vw, 58px);
    }

    .bharatfm-about-hero-intro {
        font-size: 17px;
        line-height: 1.6;
        margin-top: 25px;
    }

    .bharatfm-about-story,
    .bharatfm-about-covid,
    .bharatfm-about-community,
    .bharatfm-about-growth,
    .bharatfm-about-mission,
    .bharatfm-about-platform,
    .bharatfm-about-achievements,
    .bharatfm-about-voices,
    .bharatfm-about-collaboration,
    .bharatfm-about-leadership,
    .bharatfm-about-advisory,
    .bharatfm-about-next {
        padding: 70px 0;
    }

    .bharatfm-about-story h2,
    .bharatfm-about-covid h2,
    .bharatfm-about-community h2,
    .bharatfm-about-growth h2,
    .bharatfm-about-mission h2,
    .bharatfm-about-achievements h2,
    .bharatfm-about-voices h2,
    .bharatfm-about-leadership h2,
    .bharatfm-about-advisory h2,
    .bharatfm-about-next h2 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .bharatfm-about-lead {
        font-size: 18px !important;
    }

    .bharatfm-about-story-content p,
    .bharatfm-about-mission-grid p,
    .bharatfm-about-voices-grid p,
    .bharatfm-about-platform-grid p,
    .bharatfm-about-next p,
    .bharatfm-about-covid-grid p {
        font-size: 16px;
    }

    .bharatfm-about-stat-grid {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .bharatfm-about-stat,
    .bharatfm-about-stat:not(:first-child) {
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid #d9e0e8;
    }

    .bharatfm-about-stat:last-child {
        border-bottom: 0;
    }

    .bharatfm-about-stat strong {
        font-size: 48px;
    }

    .bharatfm-about-growth-number strong {
        font-size: 110px;
    }

    .bharatfm-about-achievement-grid {
        margin-top: 40px;
        gap: 16px;
    }

    .bharatfm-about-achievement-grid article {
        padding: 28px;
    }

    .bharatfm-about-achievement-number {
        margin-bottom: 30px;
    }

    .bharatfm-about-collaboration-number {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .bharatfm-about-management-placeholder,
    .bharatfm-about-advisory-placeholder {
        padding: 35px 25px;
    }

    .bharatfm-about-final-cta {
        padding: 75px 0 80px;
    }

    .bharatfm-about-final-cta h2 {
        font-size: clamp(44px, 12vw, 58px);
    }

    .bharatfm-about-final-cta p {
        font-size: 16px;
    }

    .bharatfm-about-final-links {
        flex-direction: column;
    }

    .bharatfm-about-final-links a {
        width: 100%;
        min-width: 0;
    }
}

/* ABOUT PAGE — BRAND LOGOS */
.bharatfm-about-brand-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
    margin: 0 0 22px;
}

.bharatfm-about-brand-logo-fm {
    max-width: 360px;
    max-height: 110px;
}

.bharatfm-about-brand-logo-news {
    max-width: 360px;
    max-height: 110px;
}

.bharatfm-about-brand-logo-tv {
    max-width: 360px;
    max-height: 110px;
}

@media (max-width: 600px) {
    .bharatfm-about-brand-logo {
        max-width: 280px;
        max-height: 90px;
        margin-bottom: 18px;
    }
}


/* ABOUT PAGE — BRAND LOGO SPACING */
.bharatfm-about-platform h2:has(.bharatfm-about-brand-logo) {
    margin-bottom: 32px;
    line-height: 1;
}

.bharatfm-about-platform h2 .bharatfm-about-brand-logo {
    margin: 0;
}

.bharatfm-about-platform h2 + .bharatfm-about-platform-tagline {
    margin-top: 0;
}


/* ABOUT PAGE — GLOBAL COLLABORATION READABILITY */
.bharatfm-about-collaboration p {
    color: #d8e1eb;
}

.bharatfm-about-collaboration .bharatfm-about-lead {
    color: #f2f5f8 !important;
}


/* ABOUT PAGE — BHARAT MEDIA TEAM */
.bharatfm-about-people-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 55px;
}

.bharatfm-about-person {
    background: #fff;
    border: 1px solid #dfe5ec;
    overflow: hidden;
}

.bharatfm-about-person-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #eef2f6;
}

.bharatfm-about-person-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bharatfm-about-person-content {
    padding: 28px;
}

.bharatfm-about-person-content h3 {
    margin: 0;
    color: #071a33;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.bharatfm-about-person-role {
    margin: 8px 0 0;
    color: #e31b23 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bharatfm-about-person-bio {
    margin: 18px 0 0 !important;
    color: #42536a !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.bharatfm-about-person-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.bharatfm-about-person-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid #d5dde7;
    color: #071a33;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-decoration: none;
    transition: all .2s ease;
}

.bharatfm-about-person-socials a:hover {
    background: #071a33;
    border-color: #071a33;
    color: #fff;
}

@media (max-width: 900px) {
    .bharatfm-about-people-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .bharatfm-about-people-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .bharatfm-about-person-content {
        padding: 24px;
    }
}


/* ABOUT PAGE — BHARAT NEWS ADVISORY BOARD */

.bharatfm-about-advisory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 55px;
}

.bharatfm-about-advisory-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid #dfe5ec;
    overflow: hidden;
}

.bharatfm-about-advisory-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #eef2f6;
}

.bharatfm-about-advisory-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bharatfm-about-advisory-content {
    padding: 26px;
}

.bharatfm-about-advisory-content h3 {
    margin: 0;
    color: #071a33;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.bharatfm-about-advisory-role {
    margin: 9px 0 0 !important;
    color: #e31b23 !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.bharatfm-about-advisory-bio {
    margin: 18px 0 0 !important;
    color: #42536a !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.bharatfm-about-advisory-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.bharatfm-about-advisory-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 10px;
    border: 1px solid #d5dde7;
    color: #071a33;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-decoration: none;
    transition: all .2s ease;
}

.bharatfm-about-advisory-socials a:hover {
    background: #071a33;
    border-color: #071a33;
    color: #fff;
}

@media (max-width: 1100px) {
    .bharatfm-about-advisory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .bharatfm-about-advisory-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .bharatfm-about-advisory-content {
        padding: 24px;
    }

    .bharatfm-about-advisory-content h3 {
        font-size: 22px;
    }
}


/* ABOUT PAGE — DESKTOP FOOTER GAP FIX */
@media (min-width: 1025px) {
    body.page-id-153.content-vertical-padding-show #inner-wrap {
        padding-bottom: 0 !important;
    }

    body.page-id-153.content-vertical-padding-show .content-wrap {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* ABOUT PAGE — REMOVE KADENCE DESKTOP BOTTOM SHELL SPACING */
@media (min-width: 1025px) {
    body.page-id-153 #inner-wrap {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* HOMEPAGE — remove responsive footer gap */
@media (max-width: 767px) {
    body.home .bharatfm-site-footer {
        margin-top: 0;
    }
}


/* =========================================================
   BHARAT FM — TABLET / MOBILE RESPONSIVE MENU
   Desktop navigation remains untouched.
   ========================================================= */

.bharatfm-responsive-menu {
    display: none;
}

@media (max-width: 1024px) {

    .bharatfm-responsive-menu {
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: block;
        visibility: hidden;
        pointer-events: none;
    }

    .bharatfm-responsive-menu.is-open {
        visibility: visible;
        pointer-events: auto;
    }

    .bharatfm-responsive-menu-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(3, 20, 44, .58);
        opacity: 0;
        transition: opacity .25s ease;
    }

    .bharatfm-responsive-menu.is-open .bharatfm-responsive-menu-backdrop {
        opacity: 1;
    }

    .bharatfm-responsive-menu-panel {
        position: absolute;
        top: 0;
        right: 0;
        width: min(430px, 92vw);
        height: 100%;
        overflow-y: auto;
        background: #fff;
        box-shadow: -18px 0 45px rgba(0, 0, 0, .18);
        transform: translateX(100%);
        transition: transform .28s ease;
        -webkit-overflow-scrolling: touch;
    }

    .bharatfm-responsive-menu.is-open .bharatfm-responsive-menu-panel {
        transform: translateX(0);
    }

    .bharatfm-responsive-menu-header {
        position: sticky;
        top: 0;
        z-index: 2;
        min-height: 72px;
        padding: 0 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #071a34;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .bharatfm-responsive-menu-header > span {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .bharatfm-responsive-menu-close {
        position: relative;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 1px solid rgba(255,255,255,.35);
        background: transparent;
        cursor: pointer;
    }

    .bharatfm-responsive-menu-close span {
        position: absolute;
        left: 9px;
        top: 17px;
        width: 18px;
        height: 2px;
        background: #fff;
    }

    .bharatfm-responsive-menu-close span:first-child {
        transform: rotate(45deg);
    }

    .bharatfm-responsive-menu-close span:last-child {
        transform: rotate(-45deg);
    }

    .bharatfm-responsive-navigation {
        padding: 10px 0 28px;
    }

    .bharatfm-responsive-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .bharatfm-responsive-navigation .menu > li {
        position: relative;
        border-bottom: 1px solid #e5e9ef;
    }

    .bharatfm-responsive-navigation .menu > li > a {
        display: block;
        padding: 17px 58px 17px 24px;
        color: #071a34;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 750;
        text-decoration: none;
    }

    .bharatfm-responsive-navigation .menu > li > a:hover,
    .bharatfm-responsive-navigation .menu > li > a:focus {
        background: #f5f7fa;
    }

    .bharatfm-responsive-navigation .sub-menu {
        display: none;
        background: #f7f9fb;
        border-top: 1px solid #e5e9ef;
    }

    .bharatfm-responsive-navigation li.is-expanded > .sub-menu {
        display: block;
    }

    .bharatfm-responsive-navigation .sub-menu li {
        border-bottom: 1px solid #e4e8ed;
    }

    .bharatfm-responsive-navigation .sub-menu li:last-child {
        border-bottom: 0;
    }

    .bharatfm-responsive-navigation .sub-menu a {
        display: block;
        padding: 13px 52px 13px 38px;
        color: #33465e;
        font-size: 14px;
        line-height: 1.4;
        text-decoration: none;
    }

    .bharatfm-responsive-navigation .sub-menu a:hover,
    .bharatfm-responsive-navigation .sub-menu a:focus {
        background: #edf1f5;
        color: #071a34;
    }

    .bharatfm-responsive-submenu-toggle {
        position: absolute;
        top: 8px;
        right: 13px;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        z-index: 1;
    }

    .bharatfm-responsive-submenu-toggle span::before,
    .bharatfm-responsive-submenu-toggle span::after {
        content: "";
        position: absolute;
        left: 13px;
        top: 20px;
        width: 14px;
        height: 2px;
        background: #071a34;
        transition: transform .2s ease;
    }

    .bharatfm-responsive-submenu-toggle span::after {
        transform: rotate(90deg);
    }

    .bharatfm-responsive-navigation li.is-expanded > .bharatfm-responsive-submenu-toggle span::after {
        transform: rotate(0deg);
    }

    html.bharatfm-menu-open,
    body.bharatfm-menu-open {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .bharatfm-responsive-menu-panel {
        width: min(390px, 94vw);
    }

    .bharatfm-responsive-menu-header {
        min-height: 66px;
        padding: 0 18px;
    }

    .bharatfm-responsive-navigation .menu > li > a {
        padding-left: 20px;
        font-size: 15px;
    }

    .bharatfm-responsive-navigation .sub-menu a {
        padding-left: 32px;
        font-size: 13px;
    }
}
