.hero {
    background-image: url('https://storage.googleapis.com/giffycms-adirondack/images/hero%20bg%20(3).png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
    margin-top: 6rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 0 auto;
}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-logo {
    max-width: 60px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-top: 0px;
}

.hero h1 strong {
    font-size: 4.6rem;
    font-weight: 500;
}

.hero h1 span {
    display: block;
}

.hero h2 {
    font-size: 3.6rem;
    font-weight: 400;
    text-align: left;
    margin-top: 0px;
}

.hero h2 span {
    display: block;
}

.hero p {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 15px;
    text-align: left;
}

.button-custom a {
    display: block;
    background-color: #fff;
    color: #000;
    margin-top: 25px;
    border-radius: 20px;
    font-weight: 600;
    border: 1.2px solid black;
    width: fit-content;
    padding: 8px 30px;
    font-size: 1.8rem;
    position: relative;
    transition: all .35s;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.button-custom a span {
    position: relative;
    z-index: 2;
}

.button-custom a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1C5739;
    border-radius: 20px;
    transition: all .35s;
}

.button-custom a:hover {
    color: #fff;
}

.button-custom a:hover:after {
    width: 100%;
}


.hero-right img {
    width: 100%;
    height: auto;
    opacity: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: -4rem;
}

.owl-carousel .owl-nav button.owl-next {
    margin-left: -3rem;
}

.divider-arrow img {
    margin-top: 5rem;
    width: 25%;
}

.industry-img img {
    width: 60%;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.solutions-section {
    color: white;
    padding-bottom: 5rem;
}

.solutions-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 5px;
    text-align: left;
}

.owl-carousel {
    text-align: left;
}

.solution-item {
    padding: 30px 0;
    border-radius: 8px;
    background-color: transparent;
    text-align: left;
}

.solution-item img {
    margin-bottom: 15px;
    max-height: 130px !important;
}

.solution-item h3 {
    font-size: 2.2rem;
    font-weight: bold;
}

.solution-item h3 span {
    display: block;
}

.solution-item p {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 300;
}

.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    background: none;
    border: none;
    font-size: 40px !important;
    color: white;
    padding: 10px 15px;
    transition: transform 0.2s ease;
}

.owl-nav button:hover {
    transform: scale(1.1);
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: white;
    display: block;
    margin: 5px;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #ccc;
}

.why-choose-us {
    color: black;
    background-color: white;
}

.why-choose-us h3 {
    font-size: 5rem;
    font-weight: 300;
}

.why-choose-us p {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.7;
}

.owl-carousel img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s ease;
    width: auto !important;
}

.owl-carousel img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.divider-white-arrow {
    text-align: left;
}

.divider-white-arrow img {
    width: 25%;
}

@media (min-width: 2561px) {
        .hero-logo {
        max-width: 90px;
    }

    .hero h1 {
        font-size: 7.6rem;
    }

    .hero h1 strong {
        font-size: 6.6rem;
    }

    .hero h2 {
        font-size: 5.6rem;
    }

    .hero p {
        font-size: 4rem;
        line-height: 1.5;
    }

    .divider-white-arrow {
        margin-top: 6rem;
    }

    .solutions-section h3 {
        font-size: 6rem;
    }

    .solution-item h3 {
        font-size: 4.2rem;
    }

    .solution-item p {
        font-size: 4rem;
    }

    .why-choose-us h3 {
        font-size: 7rem;
    }

    .why-choose-us p {
        font-size: 4rem;
    }

    .why-choose-us h3 {
        font-size: 7rem;
    }

    .button-custom a {
        border-radius: 50px;
        font-size: 3.8rem;
    }

    .button-custom a:after {
        border-radius: 50px;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .hero-logo {
        max-width: 90px;
    }

    .hero h1 {
        font-size: 5.6rem;
    }

    .hero h1 strong {
        font-size: 5.6rem;
    }

    .hero h2 {
        font-size: 4.6rem;
    }

    .hero p {
        font-size: 3rem;
        line-height: 1.5;
    }

    .divider-white-arrow {
        margin-top: 5rem;
    }

    .solutions-section h3 {
        font-size: 5rem;
    }

    .solution-item h3 {
        font-size: 3.2rem;
    }

    .solution-item p {
        font-size: 3rem;
    }

    .why-choose-us h3 {
        font-size: 6rem;
    }

    .why-choose-us p {
        font-size: 3rem;
    }

    .why-choose-us h3 {
        font-size: 6rem;
    }

    .button-custom a {
        border-radius: 50px;
        font-size: 2.8rem;
    }

    .button-custom a:after {
        border-radius: 50px;
    }

}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr;
        margin-top: 5rem;
    }

    .hero-left,
    .hero-right {
        align-items: unset;
    }

    .hero-logo {
        max-width: 50px;
        margin: 0 0 20px;
    }

    .divider-white-arrow img {
        width: 50%;
        margin-top: 5rem;
    }

    .divider-arrow img {
        margin-top: 5rem;
        width: 50%;
    }

    .owl-carousel {
        text-align: center;
    }

    .solution-item {
        text-align: center;
    }

    .why-choose-us h3 {
        font-size: 5rem;
    }
}