/* Earth Awards banner styles - complete restored version */
.earth-banner {
    position: relative;
    padding: 80px 0 40px;
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    background-color: rgba(11, 23, 86, 1) ;
    background-repeat: no-repeat;
    background-image: url('../images/ida/earth-banner-bg.png');
    display: flex;
    align-items: center;
}

.earth-banner__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Top-centered partner logos */
.earth-banner__logos {
    position: relative;
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: center;
    z-index: 6;
    margin: 0px 40px 10px 0;
}

.earth-banner__logo {
    max-width: 110px;
    height: auto;
    display: block;
}

.earth-banner__logo--left {
    max-width: 40px;
}

/* Main content constrained to left 70% */
.earth-banner__content {
    max-width: 50%;
    margin-right: auto;
    color: #fff;
    position: relative;
    z-index: 8;
    text-align: center;
    padding: 24px 48px 40px;
    border-radius: 14px;
}

.earth-banner__presents {
    color: #fff;
    font-size: 14px;
    margin: 0px 0px 6px 0px;
    opacity: 0.95;
}

.earth-banner__title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.earth-banner__side-img {
    width: 65%;
    height: auto;
    display: block;
    opacity: 0.95;
}

.earth-banner__title {
    font-size: 45px;
    margin: 0;
    font-weight: 800;
    line-height: 1.02;
}

.earth-banner__subtitle--white {
    color: #ffffff;
    margin: 12px 0 6px;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.95;
}

.earth-banner__subtitle--gold {
    color: #E6B24B;
    margin: 15px 0 12px;
    font-size: 20px;
    font-weight: 700;
}

/* Elegant CSS underline */
.earth-banner__underline {
    margin-top: 6px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Decorative laurel overlay when present */
.earth-banner__laurel {
    pointer-events: none;
}

.cta-btn-area {
    width: 23%;
    justify-content: flex-end;
    padding-right: 10px;
}

/* Responsive adjustments */
@media (max-width:1199.98px) {
    .earth-banner {
        padding: 90px 0 48px;
        min-height: 360px;
    }

    .earth-banner__title {
        font-size: 40px;
    }

    .earth-banner__content {
        max-width: 72%;
        margin-left: 5%;
        padding-top: 48px;
    }
}

@media (max-width:991.98px) {
    .earth-banner {
        padding: 80px 0 40px;
        min-height: 320px;
        background-position: calc(100% - 20%) center;
    }
.bi-header-logo-main-menu .brand-logo {
        width: 20%;
    }
    .earth-banner__title {
        font-size: 34px;
    }
.earth-banner__underline{
    display: none;
}
.shortlist-pulse{
    margin: 0;
}
    .earth-banner__content {
        max-width: 78%;
        margin-left: -15%;
        padding: 36px 24px;
    }

    .earth-banner__logo {
        max-width: 120px;
    }
    .earth-banner__logo--left{
        max-width: 50px;
    }

    .earth-banner__side-img {
        width: 60%;
    }
        .cta-btn-area{
        justify-content: center;
        width:40%;
    }
}

@media (max-width:767.98px) {

    /* mobile background swap */
    .earth-banner {
        background-image: url('../images/ida/earth-banner-bg-mobile.jpg');
        background-position: center top;
    }
.earth-banner__logos{
    margin: 0;
}
    .bi-header-section.header-style-two .mobile_menu_button {
        display: none;
    }

    .earth-banner__content {
        max-width: 100%;
        margin-left: 0%;
        padding: 0;
        padding-top: 80px;
        }

    .earth-banner__title {
        font-size: 26px;
    }

    .earth-banner__subtitle--gold {
        font-size: 16px;
    }

    .earth-banner__side-img {
        width: 70%;
    }
.earth-banner__presents{
    margin: 6px 0px 6px 40px;
}
    .earth-banner__logo {
        max-width: 90px;
    }
    .earth-banner__logo--left{
        max-width: 40px;
    }

    .earth-banner__underline img {
        display: none;
    }

    .shortlist-pulse {
        margin: 0;
    }

    .cta-btn-area {
        width: 60%;
    }
}

@media (max-width:575.98px) {
    .earth-banner {
        padding: 20px 0 24px;
        min-height: 240px;
    }

    .bi-btn-3 a {
        position: relative;
        max-width: 100%;
        margin: 0;
    }

    .bi-header-logo-main-menu .brand-logo {
        width: 60%;
    }

    .bi-btn-3 a img {
        width: 100%;
    }

    .brand-logo img {
        width: 100%;
    }

    .earth-banner__title {
        font-size: 35px;
    }

    .earth-banner__subtitle--white {
        font-size: 13px;
    }

    .earth-banner__subtitle--gold {
        font-size: 14px;
    }
}