.main-content {
    margin: 0;
    padding: 0;
    flex-direction: column;
}

/* === Podcast Section === */
.hero {
    background: #0a3d62;
    color: #fff;
    text-align: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 60px;
    margin-top: 0;
}

.hero h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.bercast-logo {
    height: 140px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.cast-btn {
    display: inline-block;
    background: #0a3d62;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    /* apply transition to all animatable properties */
    border: 1px solid #fff;
}

.cast-btn:hover {
    background: #fff;
    color: #0a3d62;
}

/* === What We Do Section === */
.section {
    padding: 40px 20px;
    text-align: center;
}

.section h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    justify-items: center;

    align-items: center;
}

.service {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: 0.3s;
}

.service:hover {
    background: #f9f9f9;
    transform: translateY(-5px);
}

.service i {
    font-size: 36px;
    color: #0073e6;
    margin-bottom: 10px;
    display: block;
}

.service p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* === Award Section === */
.award {
    background: #06274e;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.award h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.award-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: left;
}

.award-content div {
    flex: 1;
    min-width: 280px;
}

.award img {
    height: 120px;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
}

/* === Why Choose BER === */
.choose {
    padding: 60px 20px;
    background: url("images/wind-bg.jpg") no-repeat center center/cover;

    color: #333;
    text-align: center;
}

.choose h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #222;
    position: relative;
}

/* underline below heading */
.choose h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #0056b3;
    margin: 8px auto 0;
}

.choose-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.choose-column {
    flex: 1;
    min-width: 300px;
}

.choose-item {
    margin-bottom: 40px;
}

.choose-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #111;
    position: relative;
}

/* underline for sub-headings */
.choose-item h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #0073e6;
    margin-top: 5px;
}

.choose-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.choose-item h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #0073e6;
    margin-top: 5px;
}

.choose-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* === Package Section === */
.package {
    text-align: center;
    background: #0a3d62;
    color: #fff;
    padding: 40px 20px;
}

.package button {
    margin-top: 15px;
    background: #fff;
    color: #0a3d62;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

/* === Business Help Section === */

.business {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.business-content {
    max-width: 500px;
    text-align: justify;
}

.business-gif img {
    max-width: 300px;
    height: auto;
    border-radius: 10px;
}

.business ul {
    list-style: disc;
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 20px;
    text-align: left;
}

.business ul li {
    margin-bottom: 2px;
}

.business ul li::before {
    content: none;
}

.business-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.business-btn button {
    background: #0a3d62;
    color: #fff;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.service i {
    font-size: 32px;

    color: #0073e6;

    margin-bottom: 10px;

    display: block;
}

.service p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.partner-section {
    background: url("polar-bear-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
    position: relative;
}

.mailing-list button {
    background-color: #0a1b3d;
    color: #fff;
    padding: 15px 30px;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
    background-color: #f2f2f2;
    padding: 30px 20px;
}

.partner-logos img {
    height: 60px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
}

/* ========== Responsive Design ========== */
@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .hero h2 {
        font-size: 22px;
    }

    .bercast-logo {
        height: 100px;
        margin: 15px 0;
    }

    .services {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .award-content {
        flex-direction: column;
        text-align: center;
    }

    .choose-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .choose-column {
        min-width: 100%;
    }

    .business {
        flex-direction: column;
        text-align: center;
    }

    .business-content {
        text-align: center;
    }

    .business-gif img {
        max-width: 220px;
    }
}

@media (max-width: 600px) {
    .hero h2 {
        font-size: 18px;
    }

    .services {
        grid-template-columns: 1fr;
    }

    .award h2,
    .choose h2,
    .section h2 {
        font-size: 22px;
    }

    .partner-logos {
        gap: 20px;
    }

    .business-btn {
        margin-top: 30px;
    }

    .business-btn button {
        width: 100%;
        max-width: 250px;
    }
}
