/* header styles */

header .container nav ul:nth-child(1)>li:nth-child(3) {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

header .container nav ul:nth-child(1)>li:nth-child(3) .header-dropdown {
    min-width: 170px;
    left: -29px;
}

@media screen and (max-width: 1365px) {
    header .container nav ul:nth-child(1)>li:nth-child(3) {
        padding-top: 0;
        padding-bottom: 0;
    }

    header .mobile-dropdown-toggle-new {
        display: inline-block;
        pointer-events: auto;
    }

    header .mobile-dropdown-toggle-new.is-active~.header-dropdown {
        opacity: 1;
        transform: scaleY(1);
        pointer-events: auto;
    }
}

/* landing */
body.eco-initiatives-template section#landing {
    padding-top: calc(150px + 5%);
    padding-bottom: 100px;
    background-size: cover;
    background-image: url('/wp-content/themes/truemarket/assets/img/pages/hero-eco-initiatives.webp');
    background-repeat: no-repeat;
    background-position: center center
}

body.eco-initiatives-template .leading-the-way__bottom .icon {
    width: 73px;
    height: 73px;

    @media screen and (max-width: 1020px) {
        margin-left: auto;
        margin-right: auto;
    }
}

body.eco-initiatives-template .leading-the-way__bottom .icon img {
    height: 100%;
    width: 100%;
}

body.eco-initiatives-template .leading-the-way__bottom .step-title {
    display: block;
}

body.eco-initiatives-template .leading-the-way__bottom .step-title p {
    line-height: 1.1em;
    margin-bottom: 0.5em;
    font-size: 35px;
}

body.eco-initiatives-template .step-description-bottom {
    line-height: 1.6em;
}

body.eco-initiatives-template .leading-the-way__bottom .step-title {
    white-space: inherit;
}

body.eco-initiatives-template .customer-service {
    margin-bottom: 70px;
}

.our-company {
    padding-bottom: 70px;
}

.our-company .contact-us a {
    font-size: 15px;
    display: inline-block;
    padding: 1em 4em;
    border-radius: 3em;
    overflow: hidden;
    border: 3px solid #131f6b;
    background: #131f6b;
    color: #f7f7f7;
    font-family: "Poppins-SemiBold";
    font-weight: normal;
    letter-spacing: .3px;
    position: relative;
    transition: .3s;
    z-index: 2;
    padding: 1em 2em;
    min-width: 130px;
}

.our-company .contact-us a:hover {
    background: none;
    color: #131f6b;
}

.our-company .contact-us a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #131f6b;
    border-radius: 30px;
    transform: translateY(0);
    transition: .3s;
}

.our-company .contact-us a:hover:before {
    transform: translateY(100%);
}

.our-company .contact-us {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;

    @media screen and (max-width: 500px) {
        flex-direction: column;
        gap: 1.5em;
    }
}

.our-company .contact-us p {
    margin-bottom: 0;

    @media screen and (max-width: 500px) {
        text-align: center;
    }
}

.our-company .contact-us p:first-child {
    font-size: 24px;
    color: #131f6b;
    line-height: 1.3em;
}