.about-banner-partner {
    background-image: url("https://storage.googleapis.com/giffycms-adirondack/5707133333012480");
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    color: white;
    width: 100%;
    height: 100vh;
    margin-top: 5.5rem;
}

.industry-img img {
    height: 6rem;
    width: 50%;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.scroll-down-arrow {
    padding-top: 2rem;
    width: 3%;
}

.legacy-container-partner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 100vh;
    align-items: center;
}

.text-section-partner {
    padding: 40px;
    margin-left: 6%;
}

.text-content-partner {
    /* max-width: 50rem; */
}

.text-content-partner h1 {
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.text-content-partner h4 {
    margin-top: 1rem;
    font-size: 3.2rem;
    font-weight: 300;
}

.text-content-partner p {
    margin-top: 2rem;
    font-size: 2.3rem;
    line-height: 1.25;
    /* font-weight: 100; */
}

.image-section-partner img {
    display: none;
    width: 100%;
    height: auto;
}

/* Second Part */
.partnerwithus-title {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 3rem;
    margin-left: 1rem;
}

.partnerwithus-title h2 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.partnerwithus-title p {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 8rem;
}

.partnerwithus-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 3.8rem; */
}

.partnerwithus-card {
    display: grid;
    /* grid-template-columns: 25% 75%; */
    padding: 20px;
    padding-left: 0rem;
    /* border: 1px solid #ccc; */
    border-right: 0.5px solid #080808;
    /* border-radius: 12px; */
    background-color: #fff;
    /* transition: box-shadow 0.3s ease; */
    align-items: center;
    align-content: space-between;
}

.partnerwithus-card:last-child {
    border: none;
}

/* .partnerwithus-card:not(:first-child)::after { content: ''; position: absolute; height: 75%; width: 1.1px; background-color: #080808; } */
/* .partnerwithus-card:hover { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); } */
.partnerwithus-card .partnerwithus-content {
    flex: 1;
    padding-left: 16px;
}

.partnerwithus-card .partnerwithus-content-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1C5739;
    margin-bottom: 8px;
}

/* new */
.partnerwithus-content ul {
    list-style: none;
    padding-left: 0px;
}

/* Change the bullet color to green */
.partnerwithus-content ul li::marker {
    color: #1C5739;
}

/* Optional: Additional styling for list items and spans */
.partnerwithus-content ul li {
    margin-bottom: 8px;
}

.partnerwithus-content .li_heading {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
}

.partnerwithus-content .li_content {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* .li_heading { font-size: 2rem; font-weight: bold; } */
.partnerwithus-section {
    padding: 6rem 0 5rem;
    background-color: #fff;
}

/* Third section */
.partnerwork-title {
    font-size: 4rem;
    font-weight: 400;
    margin-top: 6rem;
    margin-bottom: 3rem;
}

.partnerwork-text-li {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

/* Fourth Section */
.our-mission-partner {
    margin-top: 0;
}

.our-mission-partner h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-top: 5rem;
}

.our-mission-desc-partner {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 5rem;
}

.partnerwork-div ul {
    list-style: none;
    padding-left: 0rem;
}

.partnerwork-div ul li {
    margin-bottom: 1.2rem;
}

.partnerwork-div ul li::marker {
    color: #0a6234;
}

.partnerwork-li-spanhead {
    display: block;
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
    color: #0a6234;
}

.partnerwork-li-spanbody {
    display: block;
    font-size: 2rem;
    line-height: 1.6;
}

/* Fifth Section */
.grow-section {
    margin-top: 5rem;
}

.grow-title {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.grow-description {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.partner-industry-img {
    /* margin-left: 22rem; */
    margin-bottom: 7rem;
}

.partner-industry-img img {
    /* float: right; */
    width: 95%;
}

.partner-our-mission-divider-arrow {
    margin-top: 5rem;
    /* margin-bottom: 3rem; */
}

.partner-our-mission-divider-arrow img {
    width: 32rem;
}

.grow-divider-arrow {
    margin-top: 3rem;
}

.grow-divider-arrow img {
    width: 32rem;
}

.btn-wrapper {
    margin-top: 5rem;
    display: flex;
    justify-content: left;
    margin-bottom: 6rem;
    gap: 1rem;
}

.btn-wrapper a {
    color: black;
}

.cta-btn {
    position: relative;
    padding: 0.8rem 2.5rem;
    border: 0.5px solid black;
    background: transparent;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 2rem;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.35s ease-in-out;
}

.cta-btn a {
    color: #000;
}

.cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #1C5739;
    transition: left 0.35s ease-in-out;
    z-index: -1;
    border-radius: inherit;
}

.cta-btn:hover::after {
    left: 0;
}

/* .cta-btn:hover a{ color: white; } */
.btn-wrapper a:hover {
    color: white;
}

@media (min-width: 2561px) {
    .text-content-partner {
        max-width: 70rem;
    }

    .text-content-partner h1 {
        font-size: 6.6rem;
    }

    .text-content-partner p {
        font-size: 4.3rem;
        line-height: 1.2;
    }

    .grow-divider-arrow img {
        width: 40rem;
    }

    .partnerwithus-title h2 {
        font-size: 6.5rem;
    }

    .partnerwithus-card .partnerwithus-content-heading {
        font-size: 4.5rem;
    }


    .partnerwithus-content .li_heading {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .partnerwithus-content .li_content {
        font-size: 3.8rem;
    }

    .partnerwork-title {
        font-size: 6rem;
    }

    .partnerwork-li-spanhead {
        font-size: 4.2rem;
    }

    .partnerwork-li-spanbody {
        font-size: 4.2rem;
    }

    .our-mission-partner h3 {
        font-size: 6.5rem;
    }

    .grow-title {
        font-size: 6.5rem;
    }

    .grow-description {
        font-size: 4rem;
    }

    .our-mission-desc-partner {
        font-size: 4rem;
    }

    .cta-btn {
        font-size: 4rem;
        border-radius: 3rem;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .text-content-partner {
        max-width: 70rem;
    }

    .text-content-partner h1 {
        font-size: 5.6rem;
    }

    .text-content-partner p {
        font-size: 3.3rem;
        line-height: 1.2;
    }

    .grow-divider-arrow img {
        width: 40rem;
    }

    .partnerwithus-title h2 {
        font-size: 5.5rem;
    }

    .partnerwithus-card .partnerwithus-content-heading {
        font-size: 3.5rem;
    }


    .partnerwithus-content .li_heading {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .partnerwithus-content .li_content {
        font-size: 2.8rem;
    }

    .partnerwork-title {
        font-size: 5rem;
    }

    .partnerwork-li-spanhead {
        font-size: 3.2rem;
    }

    .partnerwork-li-spanbody {
        font-size: 3.2rem;
    }

    .our-mission-partner h3 {
        font-size: 5.5rem;
    }

    .grow-title {
        font-size: 5.5rem;
    }

    .grow-description {
        font-size: 3rem;
    }

    .our-mission-desc-partner {
        font-size: 3rem;
    }

    .cta-btn {
        font-size: 3rem;
        border-radius: 3rem;
    }

}

/* Tablet view */
@media (max-width: 1024px) {

    .text-content-partner h1 {
        font-size: 3rem;
    }

    .text-content-partner h4 {
        font-size: 2.3rem;
    }

    .text-content-partner p {
        /* font-size: 1.5rem; */
        font-size: 2.3rem;
    }

    .legacy-container-partner {
        grid-template-columns: 1fr;
    }

    .image-section-partner {
        /* display: none; */
        height: 50vh;
        background-attachment: scroll;
    }

    .grow-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .grow-blank {
        display: block;
    }

}

/* Mobile view */
@media (max-width: 768px) {

    .text-section-partner {
        margin-left: 0%;
    }

    /* .partnerwithus-card::after { content: ''; display: none; } */
    .partnerwithus-section {
        margin-top: 78rem;
    }

    .about-banner-partner {
        background-image: url("https://storage.googleapis.com/giffycms-adirondack/images/about/about-background.png");
        background-attachment: scroll;
        /* -webkit-user-drag: none !important; user-select: none; */
    }

    .text-content-partner {
        margin-top: 14rem;
    }

    .text-content-partner h1 {
        margin-left: 0rem;
        /* font-size: 2rem; */
        font-size: 4rem;
    }

    .text-content-partner h4 {
        margin-left: 2rem;
        font-size: 1.6rem;
        font-weight: 450;
    }

    .text-content-partner p {
        margin-left: 0rem;
        font-size: 2.3rem;
        /* font-size: 1.2rem; */
        /* font-weight: 400; */
        line-height: 1.25;
    }

    .image-section-partner {
        background: none;
    }

    .image-section-partner img {
        display: block;
        /* -webkit-user-drag: none !important; user-select: none; pointer-events: none; */
    }

    .legacy-container-partner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    /* second section responsiveness */
    .partnerwithus-cards {
        grid-template-columns: 1fr;
    }

    .partnerwithus-card {
        border: none;
        flex-direction: column;
        text-align: left;
    }

    .partnerwithus-card .partnerwithus-content {
        padding-left: 0;
        padding-top: 12px;
    }

    /* our mission section */
    .our-mission .grid-wrapper {
        grid-template-columns: 1fr;
    }

    .our-mission .grid-wrapper .right-col img {
        width: 100%;
        justify-self: unset;
    }

    /* about feature section */
    .grow-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .grow-btn-wrapper {
        justify-content: flex-start;
    }

    .partner-industry-img img {
        /* width: 76rem; */
        width: 100%;
    }
}

@media (max-width: 426px) {
    .text-content-partner {
        margin-top: 2rem;
    }

    .partnerwithus-section {
        margin-top: 36rem;
    }

    /* .partnerwithus-card::after { content: unset; background-color: #fff; } */
    .partner-industry-img img {
        /* width: 42rem; */
        width: 100%;
    }
}