:root {
    --brand-green: #9FBA1A;
    --brand-green-dark: #7f9615;
    --brand-blue: #1E90D8;
    --dark-footer: #1c1c1c;
    --text-muted: #7a7a7a;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

a {
    text-decoration: none;
}

/* ================= TOP BAR ================= */
.top-bar {
    background: var(--brand-green);
    padding: 6px 0;
}

.top-bar a {
    color: #fff;
    font-size: 15px;
    margin-left: 14px;
    opacity: .95;
}

.top-bar a:hover {
    opacity: 1;
    color: #fff;
}

/* ================= LOGO / AD ROW ================= */
.logo-row {
    padding: 18px 0;
}

.logo-row img {
    max-width: 100%;
    height: auto;
}

.station-orb-group img {
    border-radius: 50%;
}

.ad-box {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
}

.ad-box img {
    width: 100%;
    display: block;
}

/* ================= NAVBAR ================= */
.main-nav {
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.main-nav .navbar-nav .nav-link {
    color: #555;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .3px;
    padding: 18px 16px !important;
    text-transform: uppercase;
    position: relative;
}

.main-nav .navbar-nav .nav-link.active {
    color: var(--brand-green-dark);
}

.main-nav .navbar-nav .nav-item {
    border-right: 1px solid #eee;
}

.main-nav .dropdown-menu {
    border-radius: 0;
    border-color: #eee;
}

.btn-listen {
    background: var(--brand-green);
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 22px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none;
}

.btn-listen:hover {
    background: var(--brand-green-dark);
    color: #fff;
}

@media (max-width: 991px) {
    .main-nav .navbar-nav .nav-item {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .main-nav .navbar-nav .nav-link {
        padding: 12px 8px !important;
    }
}

/* ================= HERO ================= */
.hero {
    background: linear-gradient(rgba(20, 20, 20, .25), rgba(20, 20, 20, .25)),
        url('images/bg-image.png') center/cover no-repeat;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.6rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .4);
    margin: 0;
}

/* ================= INTRO BAND ================= */
.intro-band {
    background: var(--brand-green);
    padding: 50px;
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 10px;
}

.intro-band p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
}

.btn-listen-white {
    background: #fff;
    color: #333 !important;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
}

.btn-listen-white:hover {
    background: #f2f2f2;
}

/* ================= STATION GRID ================= */
.station-grid {
    padding: 50px 0;
}

.station-card {
    background: #f5f5f5;
    padding: 22px;
    height: 200px;
    display: flex;
    gap: 16px;
}

.station-card img {
    width: 80px;
    height: fit-content;
}

.station-card h5 {
    color: var(--brand-blue);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.station-card p {
    font-size: 13.5px;
    color: var(--text-muted);
    margin: 0;
}

.plain-card {
    background: #ffffff;
    padding: 22px;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #555;
}

.plain-card img {
    width: 100%;
    margin-top: 20px;
}

.ad-card {
    background: #f5f5f5;
    padding: 22px;
    height: 200px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.ad-card .icon-box {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--brand-blue);
    border-radius: 6px;
}

.ad-card .icon-box i {
    font-size: 26px;
    color: var(--brand-blue);
}

.ad-card h5 {
    color: var(--brand-blue);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ad-card p {
    font-size: 13.5px;
    color: var(--text-muted);
    margin: 0;
}



/* ================= LATEST NEWS ================= */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-heading .underline {
    width: 60px;
    height: 3px;
    background: var(--brand-green);
    margin: 0 auto 14px auto;
}

.section-heading p {
    color: var(--text-muted);
}

.news-card {
    border: 1px solid #efefef;

}

.news-card img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 16px;
}

.news-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    padding: 20px 10px;
    color: black;
}

.news-card p {
    font-size: 13.5px;
    color: var(--text-muted);
    padding: 0px 10px;
}

/* ================= SPOTLIGHT BANNER ================= */
.banner-strip {
    background: var(--brand-blue);
    color: #fff;
    text-align: center;
    padding: 14px 0;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 85%;
    margin: 0 auto;
    border-radius: 10px;
}

.spotlight-img {
    max-width: 100%;
    display: block;
    margin: 40px auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
}

/* ================= SPONSOR LOGOS ================= */
.sponsor-row {
    padding: 10px 0 50px 0;
}

.sponsor-box {
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}

.sponsor-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ================= SPORTS BANNER SECTION ================= */
.sports-feature img {
    width: 100%;
    object-fit: cover;
}

/* ================= PARTNER LOGO STRIP ================= */
.partner-strip {
    background: #111;
    padding: 40px 0;
}

.partner-strip img {
    /* max-height: 80px; */
}

/* ================= FOOTER ================= */
footer {
    background: var(--dark-footer);
    color: #bbb;
}

footer h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}

footer p,
footer a {
    color: #999;
    font-size: 13.5px;
}

footer a:hover {
    color: #fff;
}

.footer-top {
    padding: 50px 0;
}

.footer-logos img {
    width: 80%;
    /* height: 55px;
    border-radius: 50%;
    margin-right: 8px; */
}

.footer-date {
    color: var(--brand-green);
    font-weight: 600;
    font-size: 12.5px;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding: 18px 0;
    font-size: 12.5px;
    text-align: center;
}

.footer-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.footer-contact-item i {
    color: var(--brand-green);
    font-size: 18px;
    margin-top: 3px;
}

.footer-contact-block {
    border-top: 1px solid #333;
    padding: 30px 0;
}

.obituaries-page {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.obituaries-page a {
    text-decoration: none;
}

/* ===== SPONSOR BANNER (Hampton Funeral) ===== */
.obituaries-page .sponsor-banner {
    background: var(--brand-blue);
    padding: 50px 0;
}

.sponsor-banner .funeral-logo {
    color: #fff;
}

.sponsor-banner .funeral-logo h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 3.2rem;
    margin-bottom: 6px;
    line-height: 1;
}

.sponsor-banner .funeral-logo h4 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.sponsor-banner .funeral-logo p {
    font-style: italic;
    color: var(--brand-green);
    font-size: 1rem;
    margin: 0;
}

.sponsor-banner .funeral-icon {
    max-width: 100%;
    margin-bottom: 14px;
}

.sponsor-banner .brought-by {
    color: #fff;
    text-align: center;
}

.sponsor-banner .brought-by h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.4;
    margin: 0;
}

/* ===== TUNE IN STRIP ===== */
.obituaries-page .tune-in-strip {
    background: var(--brand-green);
    padding: 35px 0;
}

.tune-in-strip .wata-badge {
    max-width: 200px;
}

.tune-in-strip p {
    color: #fff;
    font-weight: 600;
    font-size: 1.15rem;
    margin: 0;
    line-height: 1.5;
    text-align: center;
}

.tune-in-strip .btn-listen-white {
    background: #fff;
    color: #333;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    display: inline-block;
}

.tune-in-strip .btn-listen-white:hover {
    background: #f2f2f2;
}

/* ===== OBITUARY GRID ===== */
.obituaries-page .obituary-list {
    padding: 50px 0;
}

.obituary-card {
    display: flex;
    gap: 16px;
    margin-bottom: 34px;
}

.obituary-card .obit-photo {
    width: 130px;
}

.obit-info {
    align-content: center;
}

.obituary-card .obit-info h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
}

.obituary-card .obit-info p {
    font-size: 13.5px;
    color: var(--text-muted);
    margin-bottom: 4px;
    line-height: 1.3;
}

.obituary-card .btn-read-more {
    background: var(--brand-blue);
    color: #fff;
    font-weight: 600;
    font-size: 12.5px;
    padding: 7px 16px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    margin-top: 8px;
    text-transform: capitalize;
}

.obituary-card .btn-read-more:hover {
    background: #163f70;
    color: #fff;
}

/* ===== CLOSING GREEN BAND ===== */
.obituaries-page .closing-band {
    background: var(--brand-green);
    min-height: 130px;
}

/* ===== RESPONSIVE: TABLET ===== */
@media (max-width: 991.98px) {
    .sponsor-banner .funeral-logo h2 {
        font-size: 2.4rem;
    }

    .sponsor-banner .brought-by h3 {
        font-size: 1.5rem;
    }

    .sponsor-banner .brought-by {
        text-align: center;
        margin-top: 26px;
    }

    .sponsor-banner .funeral-logo {
        text-align: center;
    }

    .sponsor-banner .funeral-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .tune-in-strip .row>div {
        text-align: center;
        margin-bottom: 16px;
    }

    .tune-in-strip .wata-badge {
        margin: 0 auto;
    }
}

/* ===== RESPONSIVE: MOBILE ===== */
@media (max-width: 575.98px) {
    .obituary-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    /*.obituary-card .obit-photo {
        width: 100%;
        height: 200px;
    }*/

    .sponsor-banner .funeral-logo h2 {
        font-size: 1.9rem;
    }

    .sponsor-banner .funeral-logo h4 {
        font-size: 1rem;
    }

    .sponsor-banner .brought-by h3 {
        font-size: 1.25rem;
    }

    .tune-in-strip p {
        font-size: 1rem;
    }
}

/* listenliv page */
.listenliv-page {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
}

.listenliv-page img {
    width: 100%;
}

.listenliv-page img.ListenNow {
    margin-bottom: -70px;
}

/* BirthDay */
.birthday-page {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.birthday-page a {
    text-decoration: none;
}

/* ===== TOP INTRO BANNER ===== */
.birthday-page .intro-banner {
    background: linear-gradient(rgba(28, 79, 140, .85), rgba(28, 79, 140, .85)),
        url('https://images.unsplash.com/photo-1464349153735-e8f5f0e0dbb3?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    padding: 70px 0;
    text-align: center;
    color: #fff;
}

.intro-banner h1 {
    font-weight: 800;
    font-size: 2.6rem;
    margin-bottom: 14px;
}

.intro-banner p {
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto;
    opacity: .95;
}

/* ===== GREEN SUB STRIP ===== */
.birthday-page .sub-strip {
    background: var(--brand-green);
    padding: 22px 0;
    text-align: center;
}

.sub-strip p {
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    margin: 0;
}

/* ===== FORM SECTION ===== */
.birthday-page .form-section {
    padding: 55px 0 70px 0;
    background: #f7f8f5;
}

.form-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 36px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
}

.form-card h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--brand-blue);
    margin-bottom: 6px;
}

.form-card .form-sub {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 28px;
}

.form-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.form-label .req {
    color: #d62828;
}

.form-control,
.form-select {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 14px;
    font-size: 14.5px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 .15rem rgba(159, 186, 26, .25);
}

textarea.form-control {
    resize: vertical;
}

.file-drop {
    border: 2px dashed #ccc;
    border-radius: 4px;
    padding: 22px;
    text-align: center;
    color: var(--text-muted);
    font-size: 13.5px;
    background: #fafafa;
}

.file-drop i {
    font-size: 26px;
    color: var(--brand-green);
    display: block;
    margin-bottom: 8px;
}

.btn-submit-birthday {
    background: var(--brand-green);
    color: #fff;
    font-weight: 700;
    padding: 13px 40px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
}

.btn-submit-birthday:hover {
    background: var(--brand-green-dark);
    color: #fff;
}

.form-note {
    font-size: 12.5px;
    color: var(--text-muted);
    margin-top: 14px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767.98px) {
    .intro-banner h1 {
        font-size: 2rem;
    }

    .form-card {
        padding: 24px 20px;
    }
    .partner-strip img {
        max-height: 80px;
    }
}

@media (max-width: 575.98px) {
    .intro-banner {
        padding: 50px 0;
    }

    .intro-banner h1 {
        font-size: 1.6rem;
    }

    .sub-strip p {
        font-size: .95rem;
    }
}

/* Hero */
.contact-hero{
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
            linear-gradient(rgba(10,20,5,0.55), rgba(10,20,5,0.75)),
            url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1600&q=60') center/cover no-repeat;
}
.contact-hero h1{
    color:#fff;
    font-weight:800;
    font-size: 2.75rem;
    letter-spacing: 0.5px;
}

/* Intro section */
.section-underline{
    width: 60px;
    height: 4px;
    background: var(--brand-green);
    border: none;
    margin: 0.75rem 0 1.5rem;
}
.btn-brand{
    background-color: var(--brand-green);
    border-color: var(--brand-green);
    color:#fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.75rem 1.75rem;
    border-radius: 2px;
}
.btn-brand:hover{
    background-color: #79ac33;
    border-color: #79ac33;
    color:#fff;
}
.map-frame{
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    border-radius: 2px;
}

/* Contact info row */
.info-icon{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef6fb;
    color: #2196c9;
    font-size: 1.4rem;
    margin: 0 auto 0.75rem;
}
.info-label{
    font-weight: 700;
    margin-bottom: 0.35rem;
}
.info-text, .info-text a{
    color: var(--muted);
    text-decoration: none;
}

/* Team section */
.team-section{
    background-color: var(--pale-blue);
    padding: 4rem 0;
}
.team-filters a{
    color: var(--text-dark);
    text-decoration: none;
    margin-right: 1.75rem;
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}
.team-filters a.active{
    color: var(--brand-green);
    font-weight: 700;
    border-bottom: 2px solid var(--brand-green);
}
.team-card img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.team-card{
    background: #fff;
    margin-bottom: 1.75rem;
}
.team-name{
    padding: 0.9rem 1rem 1.2rem;
    font-size: 0.95rem;
}
.team-name a{
    color: var(--text-dark);
    text-decoration: none;
}
.team-name a:hover{
    color: var(--brand-green);
}