/* Common Styles */

main {
    background: #fff;
}

main section {
    padding: 80px 0;
}

main h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
}

main h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin:0 auto 25px;
    text-align: center;
}

main h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

main h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

main p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
}

main img {
    width: 100%;
    height: auto;
}


/* Banner */

.bgh_banner {
    text-align: center;
    padding: 150px 0 300px;

}

.bgh_banner h1 {
    max-width: 300px;
    margin: 0 auto 20px;
}

.bgh_banner h1 span {
    color: #2E8B57;
}

.bgh_banner_highlights {
    margin: 30px 0 50px; 
}

.bgh_banner_hl_wrapper {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin: 0 auto 20px;
}

.bhl_icons_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2E8B57;
    height: 30px;
    width: 30px;
    border-radius: 5px;
}
.bhl_content {
    font-size: 16px;
    font-weight: 500;
}

.bhl_icons {
    width: 20px;
    height: 20px;
    background: url('/static/images/home/home_sprite.svg') no-repeat 0 0;
}

.bhl_icons_1 {
    background-position: -3px -5px;
}

.bhl_icons_2 {
    background-position: -23px -5px;
    width: 15px;
}

.bhl_icons_3 {
    background-position: -38.6px -5px;
}

/* Sustainability things */

.bgh_sustain_wrapper p {
    text-align: center;
    margin-bottom: 40px;
}

.bgh_sust_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.bgh_sust_item {
    padding: 25px 20px 0 20px;
    border-radius: 8px;
    background: #043959;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.bgh_sust_item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #2271B1;
    border-radius: 0 8px 8px 0;
    z-index: 2;
}

.bgh_sust_content .bgh_sust_item:nth-child(2) {
    background: #1D2327;
}

.bgh_sust_content .bgh_sust_item:nth-child(2)::after {
    background: #646970;
}

.bgh_sust_content .bgh_sust_item:nth-child(3) {
    background: #BD8600;
}

.bgh_sust_content .bgh_sust_item:nth-child(3)::after {
    background: #755100;
}

.bgh_sust_content .bgh_sust_item:nth-child(4) {
    background: #2E8B57;
}

.bgh_sust_content .bgh_sust_item:nth-child(4)::after {
    background: #00450C;
}




.bgh_sust_item p {
    text-align: left;
}

.bgh_sust_item img {
    position: relative;
    bottom: -10px;
    width: 98%;
    border-radius: 4px 4px 0 0;
}

/* Features section */

.bgh_features {
    background: #ADC5D025;
}

.bgh_desk_title,
.bghc_images {
    display: none;
}

.bghc_content h3 {
    margin: 0;
    position: relative;
}

.bghc_content_item h3::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 8px;
    transform: rotate(90deg) scale(0.9);
    width: 14px;
    height: 20px;
    background: url('/static/images/home/home_sprite.svg') no-repeat -63px -5px;
    transition: transform 0.3s ease;
}

.bghc_content_item.active h3::after {
    transform: rotate(270deg) scale(0.9);
    top: 5px;
}

.bghc_main {
    margin: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.7s ease;
}

.bghc_content h4 {
    margin: 20px 0 15px;
    color: #2E8B57; 
}

.bghc_content ul {
    margin: 0;
    padding: 0;
}

.bghc_content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 25px;
    position: relative;
}

.bghc_content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url('/static/images/home/home_sprite.svg') no-repeat -260px -10px;
}

.bghc_content_item {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.bghc_content_item:first-child {
    border-top: 1px solid #ccc;
}

.bghc_content_item.active .bghc_main {
    opacity: 1;
    max-height: 500px;
}

/* Solutions */

.bgh_solutions p {
    text-align: center;
    margin-bottom: 40px;
}
.bghsc_container {
    position: relative;
    margin: 10px;
}

.bghsc_content {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    text-align: left;
    color: #fff;
    padding: 20px 20px 0;
}

.bghsc_container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0px;
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    border-radius: 10px;
}

.bghsc_content p {
    text-align: left;
}

.bghsc_container img {
    border-radius: 10px;
    height: auto;
    width: -webkit-fill-available;
    object-fit: cover;
}

.bghs_scroll_btn {
    position: relative;
    background: #E9EEF1;
    border: 1px solid #E9EEF1;
    border-radius: 50px;
    width: fit-content;
    display: flex;
    gap: 6px;
    padding: 10px;
    margin: 30px auto 0;
}

.bghs_scroll_btn .scroll_left,
.bghs_scroll_btn .scroll_right {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    transition: bsackground-color 0.3s ease;
}

.bghs_scroll_btn .scroll_left.slick-disabled, .bghs_scroll_btn .scroll_right.slick-disabled {
    cursor: not-allowed;
    background: none;
    opacity: 0.5;
}

.bghs_scroll_btn .scroll_left div,
.bghs_scroll_btn .scroll_right div {
    width: 14px;
    height: 21px;
    background: url('/static/images/home/home_sprite.svg') no-repeat -62px -4px;
}

.bghs_scroll_btn .scroll_left div {
    transform: rotate(180deg);
}

.bgh_solutions_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}

/* Roles */

.bgh_roles {
    background: #191919;
    color: #fff;
    text-align: center;
}

.bgh_roles_item {
    padding: 16px;
    background: #fff;
    color: #000;
}

.bgh_roles_item p {
    margin: 0;
}

.bgh_roles_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Why us */
.bgh_why p {
    text-align: center;
}

.bghw_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.bghw_content_item {
    padding: 25px 20px 25px 55px;
    background: #F1F5F7;
    border-radius: 8px;
    text-align: left;
}

.bghw_content_item p {
    text-align: left;
}

.bghw_content_item h3 {
    position: relative;
    color: #2E8B57;
}

.bghw_content_item h3::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0px;
    width: 33px;
    height: 30px;
    background: url('/static/images/home/home_sprite.svg') no-repeat -101px -4px;
}

.bghw_content_wrapper .bghw_content_item:nth-child(2) h3::before {
    background-position: -141px -4px;
}

.bghw_content_wrapper .bghw_content_item:nth-child(3) h3::before {
    background-position: -181px -4px;
}

.bghw_content_wrapper .bghw_content_item:nth-child(4) h3::before {
    background-position: -214px -4px;
}

/* Security */

.bgh_security {
    padding-top: 0;
}

.bgh_security p {
    text-align: center;
    margin-bottom: 30px;
}

.bgh_security_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bghs_item h3 {
    text-align: center;
    margin-bottom: 15px;
}

.bghs_item p {
    margin: 0 auto 20px;
    max-width: 260px;
}

.bghs_icon {
    height: 50px;
    background: url('/static/images/home/home_sprite.svg') no-repeat -4px -39px;
    margin: 0 auto 15px;
}
.bghs_icon_1 {
    background-position: -4px -36px;
    width: 120px;
}

.bghs_icon_2 {
    background-position: -140px -41px;
    width: 55px;
}
.bghs_icon_3 {
    background-position: -210px -44px;
    width: 50px;
}
.bghs_icon_4 {
    background-position: -273px -45px;
    width: 44px;
}

/* FAQ */

.bgh_faqs {
    background: #F4F7F9;
}

.bgh_faq_item {
    padding: 20px 20px 30px 40px;
}

.bgh_faq_item.active {
    background: #fff;
}

.bgh_faq_item h3 {
    position: relative;
    margin: 10px 0;
}

.bgh_faq_item h3::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 7px;
    width: 18px;
    height: 18px;
    background: url('/static/images/home/home_sprite.svg') no-repeat -79px -6px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}

.bgh_faq_item.active h3::before {
    transform: rotate(45deg);
}

.bgh_faq_item p,
.bgh_faq_item a {
    margin: 0;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease
}

.bgh_faq_item.active p,
.bgh_faq_item.active a {
    opacity: 1;
    max-height: 200px;
}

.bgh_faq_item.active a {
    display: block;
    margin-top: 10px;
    color: #2E8B57;
    font-weight: 600;
    text-decoration: none;
}

/* Signoff section */

.bgh_signoff {
    text-align: center;
}

.bgh_signoff p {
    margin: 0 auto 30px;
    max-width: 330px;
}

.bgh_signoff_trust {
    font-weight: 600;
    margin-top: 20px;
}




@media screen and (min-width:548px) {
    /* Common styles */
    main section {
        padding: 100px 0;
    }

    main h1 {
        font-size: 48px;
    }

    main h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    main h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    main h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    

    /* Banner */

    .bgh_banner {
        padding: 150px 0 300px;
    }

    .bgh_banner h1 {
        max-width: 660px;
    }

    .bgh_banner_highlights {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .bgh_banner_hl_wrapper {
        margin: 0;
    }

    /* Sustainability things */

    .bgh_sustain_wrapper h2 {
        max-width: 560px;
    }

    .bgh_sustain_wrapper p {
        margin: 0 auto 40px;
        max-width: 660px;
    }

    .bgh_sust_content {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }

    .bgh_sust_item {
        width: 48%;
    }

    .bgh_sust_item p {
        min-height: 110px;
        max-width: 250px;
        margin: 0 0 40px;
    }

    /* features section */
    .bgh_content_wrapper {
        max-width: 600px;
        margin: auto;
    }

    /* Solutions */
    .bgh_solutions h2 {
        max-width: 480px;
    }

    /* Roles */

    .bgh_roles_wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }
    .bgh_roles h2 {
        max-width: 440px;
    }
    .bgh_roles_item {
        max-width: 45%;
    }

    /* Whyus */

    .bghw_content_wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        align-items: stretch;
    }

    .bghw_content_item {
        width: 48%;
    }

    .bghw_content_item h3 {
        font-size: 24px;
    }
    .bgh_why p {
        max-width: 650px;
        margin: 0 auto 40px;
    }

    /* Security */

    .bgh_security_wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .bghs_item {
        width: 48%;
    }

    .bghs_item h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    /* Faq */
    .bgh_faq_content {
        max-width: 600px;
        margin: auto;
    }

    /* Signoff */

    .bgh_signoff h2{
        max-width: 460px;
    }
    .bgh_signoff p {
        max-width: 540px;
    }
    .bgh_signoff_trust br {
        display: none;
    }

}

@media screen and (min-width:1100px) {
    /* Common */
    main section {
        padding: 120px 0;
    }
    main h1 {
        font-size: 60px;
    }
    main h2 {
        font-size: 48px;
        margin-bottom: 30px;
        line-height: 1.2;
    }
    main h3 {
        font-size: 28px;
        margin-bottom: 25px;
        line-height: 1.3;
    }
    main p {
        font-size: 18px;
    }

    /* Banner */
    .bgh_banner {
        padding: 200px 0 400px;
        background: url('/static/images/home/banner_bg.jpg') no-repeat center bottom;
        background-size: cover;
    }
    .bgh_banner h1 {
        max-width: 820px;
    }

    .bgh_banner p {
        margin: 0 auto 30px;
        max-width: 890px;
        font-size: 20px;
        font-weight: 500;
    }
    .bhl_content {
        font-size: 18px;
    }


    /* Sustainability things */



    .bgh_sustain_wrapper h2 {
        max-width: 711px;
    }

    .bgh_sustain_wrapper p {
        margin: 0 auto 50px;
        max-width: 975px;
    }
    .bgh_sust_item {
        width: 300px;
        padding: 30px 20px 0 20px;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .bgh_sust_content.active .bgh_sust_item:nth-child(1) {
        transition-delay: 0.1s;
    }
    .bgh_sust_content.active .bgh_sust_item:nth-child(2
) {
        transition-delay: 0.3s;
    }
    .bgh_sust_content.active .bgh_sust_item:nth-child(3
) {
        transition-delay: 0.5s;
    }
    .bgh_sust_content.active .bgh_sust_item:nth-child(4
) {
        transition-delay: 0.7s;
    }
    .bgh_sust_content.active .bgh_sust_item {
        opacity: 1;
        transform: translateY(0);
    }



    .bgh_sust_item p {
        min-height: 230px;
        font-size: 16px;
    }
    .bghs_img {
        position: relative;
        min-height: 60px;
    }

    .bgh_sust_item img {
        position: absolute;
        bottom: -20px;
    }

    /* Features section */

    .bgh_features h2 {
        max-width: 800px;
    }
    .bghc_content h3 {
        display: none;
    }

    .bghc_main {
        opacity: 1;
        max-height: 500px;
    }
    .bgh_desk_title, .bghc_images {
        display: block;
        position: relative;
    }

    .bgh_desk_title {
        margin: 50px auto;
    }
    
    .bgh_desk_title ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        background: #E9EEF1;
        border: 1px solid #DBDBDB;
        border-radius: 8px;
        padding: 12px 24px;
        max-width: fit-content;
        margin: 0 auto;
    }
    
    .bgh_desk_title ul li {
        padding: 12px 24px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
    }

    .bgh_desk_title ul li.active {
        background: #2E8B57;
        color: #fff;
        border-radius: 8px;
    }

    .bgh_content_wrapper {
        max-width: max-content;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
        margin: 0;
    }
    .bghc_content_item {
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: opacity 0.5s ease
    }

    .bghc_content_item.active {
        opacity: 1;
        height: auto;
    }

    .bghc_images_item {
        opacity: 0;
        height: 0;
        transition: opacity 0.5s ease;
        position: absolute;
        top: 44px;
        width: 585px;
        left: 35px;
    }

    .bghc_images_item.active {
        opacity: 1;
        height: auto;
    }

    .bghc_content {
        width: 550px;
    }

    .bghc_content_item,
    .bghc_content_item:first-child {
        border: none;
        padding: 0;
    }
    .bghci_bg {
        position: relative;
        width: 654px;
        height: 514px;
        background: url('/static/images/home/feat-bg.webp') no-repeat;
        background-size: contain;
        border-radius: 30px;
    }

    .bghc_content h4 {
        margin: 0 0 30px;
    }

    .bghc_content ul li {
        margin: 0 0 30px;
        max-width: 480px;
        font-size: 18px;
        line-height: 1.6;
        padding-left: 30px;
    }

    .bghc_content ul li::before{
        top: 4px;
    }

        /* Solutions */
        .bgh_solutions h2 {
            max-width: 545px;
        }

        .bgh_solutions_wrapper {
            flex-direction: column;
            position: relative;
        }
        
        .bghs_scroll_btn {margin: 0;position: absolute;right: 10px;top: -70px;}
        
        .bghsc_content h3 {
            margin: 0 0 14px;
            line-height: 1.2;
        }

        .bghs_content {
            opacity: 0;
            transition: opacity 0.5s ease, transform 0.5s ease;
            transform: translateY(30px);
        }

        .bghs_content.active {
            opacity: 1;
            transform: translateY(0);
        }

        /* roles */

        .bgh_roles h2 {
            max-width: 580px;
        }
        .bgh_roles_item {
            max-width: 240px;
            padding: 10px;
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }

        .bgh_roles_wrapper.active .bgh_roles_item {
            opacity: 1;
            transform: translateY(0);
        }

        .bgh_roles_wrapper.active .bgh_roles_item:nth-child(1) {
            transition-delay: 0.1s;
        }
        .bgh_roles_wrapper.active .bgh_roles_item:nth-child(2) {
            transition-delay: 0.3s;
        }
        .bgh_roles_wrapper.active .bgh_roles_item:nth-child(3) {
            transition-delay: 0.5s;
        }
        .bgh_roles_wrapper.active .bgh_roles_item:nth-child(4) {
            transition-delay: 0.7s;
        }
        .bgh_roles_wrapper.active .bgh_roles_item:nth-child(5) {
            transition-delay: 0.9s;
        }



        .bgh_roles_wrapper {
            gap: 15px;
        }

        .bgh_roles_item p {
            font-size: 16px;
        }

        .bgh_roles_img img {
            height: 205px;
            object-fit: cover;
        }

    /* Why us */
    .bgh_why {
        background: url('/static/images/home/why_us.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding-bottom: 220px;
    }

    .bgh_why p {
        max-width: 860px;
        margin: 0 auto 50px;
    }

    .bghw_content_item {
        width: 620px;
        background: #F1F5F7;
        padding: 50px 50px 50px 70px;
    }

    .bghw_content_item h3 {
        font-size: 24px;
        margin: 0 0 15px;
        font-weight: 700;
    }

    .bghw_content_item p {
        margin: 0;
    }

    .bghw_content_item {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.5s ease;
    }
    
    .bghw_content_item.active {
        opacity: 1;
        transform: translateY(0);
    }
    
    .bghw_content_wrapper .bghw_content_item.active:nth-child(odd) {
        transition-delay: 0.1s;
    }
    
    .bghw_content_wrapper .bghw_content_item.active:nth-child(even) {
        transition-delay: 0.3s;
    }
    

        /* Security */ 

    .bgh_security {
        padding-top: 120px;
    }
    .bghs_item {
        width: 300px;
    }
    .bghs_item h3 {
        font-size: 22px;
        margin-bottom: 12px;
        font-family: 'inter-tight', sans-serif;
    }
    .bghs_item p {
        margin: 10px auto 0;
        max-width: 300px;
        line-height: 1.5;
    }
    .bgh_security_wrapper {
        margin: 60px 0 0;
    }

    /* FAQ Section */

    .bgh_faq_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .bgh_faq_wrapper h2 {
        text-align: left;
        position: sticky;
        top: 100px;
        width: 420px;
        margin: 0;
        padding-bottom: 60px;
    }

    .bgh_faq_content {
        max-width: 720px;
        margin: 0;
    }
    .bgh_faq_item {
        padding: 30px 40px 40px 60px;
    }
    .bgh_faq_item h3 {
        cursor: pointer;
    }

    .bgh_faq_item h3::before {
        top: 9px;
    }

    /* Signoff */
    .bgh_signoff {
        background: url('/static/images/home/signoff.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding-bottom: 300px;
    }

    .bgh_signoff h2 {
        max-width: 600px;
    }
    .bgh_signoff p {
        max-width: 710px;
    }
    
}


@media screen and (max-width:548px) {
    .bgh_banner {
        background: url('/static/images/home/banner_sm.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    
}

@media screen and (min-width: 548px) and (max-width: 1100px) {
    .bgh_banner {
      background: url('/static/images/home/banner_tab.jpg') no-repeat center bottom;
      background-size: cover;
    }
  }
  