.container {
    max-width: 1260px;
}

.settlement-banner-section {
    background: #E9F2F4;
    padding-top: 219.37px;
    padding-bottom: 39.81px;
    margin-bottom: 79.37px;
}


.settlement-breadcrumbs {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 41.37px;
}


.settlement-breadcrumbs a,
.settlement-breadcrumbs span {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.005em;
    text-decoration: none;
    color: #000000;
}


.settlement-banner-heading h1 {
    max-width: 1050.94px;
    width: 100%;
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 86px;
    letter-spacing: -0.02em;
    margin: 0px;
    color: #000000;

}


.settlement-banner-footer {
    display: flex;
    flex-direction: row;
    margin-top: 140.16px;
    align-items: center;
    justify-content: space-between;
}

.settlement-banner-footer h2 {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    margin: 0px;
    color: #FFFFFF;

}

.settlement-banner-footer .custom-btn {
    align-self: flex-end;
}

.btn-colored {
    background: #007481 !important;
}

.btn-colored a {
    color: white !important;
}

.btn-colored:before {
    background: #007481;
}


.bs-card {
    border: 1px solid #D9D9D9;
    transition: all 0.4s;
    cursor: pointer;
}

.bs-card-section {
    margin-bottom: 120px;
}

.bs-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    row-gap: 41.37px;
    column-gap: 26.09px;
    justify-content: center;
}


.settlement-info-sidebar {
    max-width: 836px;
    width: 100%;
    padding: 48px 88px 0px 110px;
    display: flex;
    flex-direction: column;
    background: white;
    height: 100svh;
    position: fixed;
    /* Changed from absolute to fixed */
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%) translateX(100%);
    /* Center adjustment and hide off-screen */
    right: 0;
    /* Align to right edge */
    transition: transform 0.5s;
    /* Smooth transition for transform */
    z-index: 1111;
    /* Ensure it appears above other content */

}

.sidebar-active {
    transform: translateY(-50%) translateX(0);
    /* Keep vertical centering, slide in */
}

.bs-card-section {
    position: relative;
}

/* .overlay-active {
    overflow-y: hidden !important;
} */


.overlay-active body:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 11;
}


.close-icon {
    align-self: flex-end;
    margin-bottom: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    border: 1px solid #231F20;
    border-radius: 100%;
    cursor: pointer;
}

.connect_overlay_bg.active {
    z-index: 10000 !important;
}

.close-icon svg {
    margin-top: 1px;
}

.hidden-content {
    display: none;
    opacity: 1;
    visibility: hidden;
}


.settlement-info-sidebar h1 {
    font-family: 'gilroy-bold';
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.01em;
    margin-top: 0px;
    margin-bottom: 27.14px;
    color: rgba(0, 0, 0, 0.8);
}


.settlement-info-sidebar p {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-top: 90.14px;
    margin-bottom: 0px;

}

.sidebar-sub-heading h3 {

    font-family: 'gilroy-bold';
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 19.38px;

}

.sidebar-sub-heading h2 {
    font-family: 'gilroy-bold';
    font-style: normal;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: -0.01em;
    color: #007481;
    margin: 0px;
}


.settlement-sidebar-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
    margin-top: auto;
    margin-bottom: 100px;
}


.close-icon svg {
    transition: 0.4s;
}


/* .waves-gif-container {
    opacity: 1 ;
} */

@media(hover:hover) {
    .bs-card:hover {
        filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    }

    .close-icon:hover svg {
        transform: rotate(-180deg);
    }
}

.settlement-breadcrumbs-divider {
    display: flex;
}


.divider-mobile
    {
        display: none !important;
    }

@media(max-width:1024px) {
    .settlement-banner-section {
        padding-top: 137px;
        margin-bottom: 74.78px;
        padding-bottom: 29.69px;
    }



    .divider-desktop
    {
      display: none;
    }

    .divider-mobile
    {
        display: flex !important;
    }

    .settlement-breadcrumbs a,
    .settlement-breadcrumbs span {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.005em;
    }

    .settlement-breadcrumbs {
        margin-bottom: 9px;
    }

    .settlement-banner-heading h1 {
        font-size: 45px;
        line-height: 52px;
        letter-spacing: -0.02em;
    }

    .settlement-banner-footer {
        margin-top: 129.82px;
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-text-container {
        gap: 14.53px !important;
        margin-bottom: 28.14px;
    }


    .settlement-banner-footer h2 {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.01em;

    }


    .settlement-banner-footer .custom-btn {
        align-self: flex-start;
    }

    .bs-cards-wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .bs-card {
        min-width: 100% !important;
        max-width: 100% !important;


    }

    .bs-btn-mobile {
        margin: 50px auto 0px;
    }

    .bs-card-section {
        margin-bottom: 80px;
    }

    .bs-card.card-hidden {
        display: none !important;
    }

    /* Hide button when it has hidden class */
    .bs-btn-mobile.hidden {
        display: none;
    }

    .bs-card.card-reveal {
        animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .settlement-info-sidebar {
        max-width: 100%;
        width: 100%;
        height: calc(100dvh + 200px) !important;
        max-height: 100dvh;
        
        top: 0;
        bottom: 0;
        right: 0;
        transform: translateY(100%);
        /* Hide below screen */
        padding: 30px 22px 21px 22px;
        /* Adjust padding for mobile */
        overflow-y: auto;
        /* Allow scrolling if content is tall */
    }

    .sidebar-active {
        transform: translateY(0);
        /* Slide up from bottom */
    }

    .close-icon {
        min-width: 45px;
        min-height: 45px;
        margin-bottom: 20px;
    }

    .settlement-info-sidebar h1 {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 13.25px;

    }

    .settlement-info-sidebar p {
        margin-top: 40px;
        font-size: 16px;
        line-height: 26px;
    }

    .settlement-sidebar-footer {
        margin-top: 75.75px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 91px;
    }

    .sidebar-sub-heading h3 {
        margin-bottom: 15.67px;

    }


    .sidebar-sub-heading h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 32.33px;
    }
}

#main_footer {
    border-top: 1px solid #D9D9D9;
}


.settlement-banner-section,
.settlement-banner-footer {
    position: relative;
}

.settlement-banner-footer {
    z-index: 17;
}

.settlement-banner-section {
    overflow: hidden;
}

@media(max-width:1024px) {
    #lottie-wave svg {
        width: 100% !important;
        height: 100% !important;
    }


    #lottie-wave {

        display: flex;
    }

    .waves-gif-container {
        bottom: 0px;
        display: flex;
        flex-direction: column;

    }

    .waves-bg {
        height: 100%;
        background: #0f7d8a;
        margin-top: -1px !important;
        position: relative;
        z-index: 11;

    }
}
/* 
@media(min-width:1025px) {
    .waves-gif-container {
        height: unset !important;
    }
} */


 .waves-bg {
        height: 100%;
        background: #0f7d8a;
        margin-top: -13px;
        position: relative;
        z-index: 11;

    }




@media(min-width:1025px) and (max-width:1299px)
{
        .bs-cards-wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

        .bs-card {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

.custom-btn
{
    cursor: pointer;
}


@media only screen and (max-width: 1024px) and (min-width: 200px) {
    .blue_header .fixed-header.menu-open .header .toggle_button span.line {
 
        background: #000 !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 200px) {
    .fixed-header.menu-open span.fixed-logo {
        opacity: 0 !important;
        visibility: hidden !important;
    }
}


.custom-btn.btn-cta.btn-desktop {
    margin-top: 30px;
}

.btn-mobile
{
    display: none;
}

@media(max-width:1024px)
{
    .btn-desktop
    {
        display: none;
    }

    .btn-mobile
    {
        display: block;
    }
}


@media(min-width:768px) and (max-width: 1024px)
{
    .settlement-banner-footer
    {
        flex-direction: row !important;
        align-items: center !important;
    }

        .banner-text-container {
        margin-bottom: 0px !important;
        }

        .settlement-banner-footer .custom-btn {
    align-self: unset;
}
}


@media(max-width:1024px)
{
    .overlay-active
    {
        height: 100% !important;
        overflow: hidden !important ;
        position: relative;
    }

    .overlay-active body,
    .pull_right,
    .steps-open
    {
        overflow: hidden !important;
        height: 100%;
        
    }
}

.waves-gif-container
{
    height: 0px;
}

.settlement-banner-footer
{
    min-height: 136.78px;
}