.hero h1,
.hero h1 strong {
    font-size: 4.6rem;
    font-weight: 500
}

.hero h1,
.hero h2 {
    margin-top: 0
}

.divider-white-arrow,
.hero h1,
.hero h2,
.hero p,
.owl-carousel,
.solution-item {
    text-align: left
}

.advanced-solution-heading span,
.hero h1 span,
.hero h2 span,
.owl-dot span,
.solution-item h3 span {
    display: block
}

.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: #fff;
    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;
    margin-left: 10%;
}

.hero-logo {
    max-width: 60px;
    margin-bottom: 20px
}

.hero h1 {
    line-height: 1.2
}

.hero h2 {
    font-size: 3.6rem;
    font-weight: 400
}

.hero p {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 15px
}

.btn-custom a,
.button-custom a {
    display: block;
    background-color: #fff;
    color: #000;
    margin-top: 25px;
    border-radius: 20px;
    font-weight: 600;
    border: 1.2px solid #000;
    width: fit-content;
    padding: 8px 30px;
    font-size: 1.8rem;
    position: relative;
    transition: .35s;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

.btn-custom a {
    margin-bottom: 5rem;
}

.btn-custom a:hover:after,
.button-custom a:hover:after,
.owl-nav,
.split-image-section img {
    width: 100%
}

.btn-custom a span,
.button-custom a span {
    position: relative;
    z-index: 2
}

.btn-custom a:after,
.button-custom a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1c5739;
    border-radius: 20px;
    transition: .35s
}

.btn-custom a:hover {
    color: #fff;
    border: 1.2px solid #fff
}

.button-custom a:hover {
    color: #fff
}

.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-right: -3rem
}

.divider-arrow img {
    margin-top: 5rem;
    width: 25%
}

.industry-img img {
    width: 60%;
    margin-top: 8rem
}

.solutions-section {
    color: #fff;
    padding-bottom: 5rem
}

.solutions-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 5px;
    text-align: left
}

.solution-item {
    padding: 30px 0;
    border-radius: 8px;
    background-color: transparent
}

.solution-item img {
    margin-bottom: 15px;
    max-height: 130px !important
}

.solution-item h3 {
    font-size: 2.2rem;
    font-weight: 700
}

.solution-item p {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 300
}

.owl-nav {
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: space-between
}

.owl-nav button {
    background: 0 0;
    border: none;
    font-size: 40px !important;
    color: #fff;
    padding: 10px 15px;
    transition: transform .2s
}

.owl-nav button:hover {
    transform: scale(1.1)
}

.owl-dots {
    text-align: center;
    margin-top: 20px
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 5px;
    border-radius: 50%
}

.owl-dot.active span {
    background: #ccc
}

.advanced-solution-heading {
    margin-bottom: 5rem;
    font-size: 4rem;
    font-weight: 400
}

.tech-card {
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    text-align: left;
    height: 315px;
    border: 1px solid #000;
    position: relative
}

.tech-img {
    height: 80px;
    margin-bottom: 15px
}

.partner-title,
.section-title {
    text-align: center;
    margin: 5rem 0 2rem;
    font-weight: 700
}

.tech-card h4 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1c5739;
    margin-bottom: 10px
}

.tech-card p {
    font-size: 1.7rem;
    margin-bottom: 15px;
    color: #000
}

.contact-link {
    font-weight: 800;
    font-size: 1.2rem;
    text-decoration: none;
    color: #000;
    position: absolute;
    bottom: 10px
}

.contact-link:hover {
    text-decoration: none;
    color: #1c5739
}

.contact-link img {
    width: 15px
}

.why-choose-us {
    color: #000;
    background-color: #fff
}

.why-choose-us h3 {
    font-size: 6rem;
    font-weight: 300
}

.why-choose-us p {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.7
}

.tab-left h3,
.tab-section h3 {
    font-size: 5rem;
    font-weight: 400
}

.section-title {
    font-size: 2rem;
    color: #1c5739
}

.partner-title {
    font-size: 2rem;
    color: #fff
}

.hamburger,
.tab.active {
    color: #1c5739
}

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 2rem
}

.owl-carousel img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: .3s;
    width: auto !important
}

.owl-carousel img:hover {
    filter: grayscale(0%);
    transform: scale(1.05)
}

.tab-section {
    margin: 3rem auto;
    position: relative
}

.partners-section {
    background-image: url(https://storage.googleapis.com/giffycms-adirondack/images/home/partner%20.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 5rem;
    margin-top: 5rem
}

.hamburger {
    display: none;
    background-color: transparent;
    padding: 0 15px;
    font-size: 3.6rem;
    border: 1px solid #1c5739;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 60px
}

.heading {
    opacity: 0;
    transform: translateY(20px)
}

.divider-white-arrow img {
    width: 25%
}

.tab-section h3 {
    margin-bottom: 3rem
}

.tabs {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: space-between
}

.more-text,
.tab-content {
    display: none
}

.tab {
    font-size: 2.2rem;
    cursor: pointer;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 3px solid transparent;
    color: #333333ab
}

.tab-content.active {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.tab-left {
    flex: 1;
    min-width: 300px
}

.tab-left p {
    margin-bottom: 20px;
    font-size: 2rem
}

.tab-left h4 {
    margin: 3rem 0 2rem;
    font-size: 2.2rem;
    font-weight: 700
}

.divider {
    height: 1px;
    background-color: #000;
    margin: 20px 0 10px;
    width: 100%
}

.tab-left ul {
    padding-left: 20px;
    font-size: 1.9rem
}

.tab-left ul li {
    margin-bottom: 8px
}

.view-more-btn {
    margin-top: 20px;
    padding: 8px 16px;
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 4px
}

.view-more-btn:hover {
    background-color: #1c5739;
    color: #fff
}

.more-text {
    margin-top: 15px;
    font-size: 1.9rem;
    color: #000
}

.tab-right {
    flex: 1;
    min-width: 250px
}

.tab-right img {
    width: 100%;
    height: auto
}

.top-split-image {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 1rem;
    align-items: end
}

.bottom-split-image {
    display: grid;
    grid-template-columns: 50% 50%
}

.arrow-split {
    padding-bottom: 2rem;
    width: 55%
}

.green-cut-div {
    border-top: 25px solid transparent;
    border-image: linear-gradient(90deg, #fff 25.5%, #1C5739 21.5%);
    border-image-slice: 1
}

@media (min-width: 2561px) {
    .hero-logo {
        max-width: 95px;
    }

    .hero h1,
    .hero h1 strong {
        font-size: 6rem;
    }

    .hero h2 {
        font-size: 6rem;
    }

    .hero p {
        font-size: 4rem;
    }

    .btn-custom a,
    .button-custom a {
        font-size: 3.5rem;
    }

    .solutions-section h3 {
        font-size: 6rem;
    }

    .solution-item h3 {
        font-size: 3.7rem;
    }

    .solution-item p {
        font-size: 3.5rem;
    }

    .advanced-solution-heading {
        font-size: 6rem;
    }

    .tech-card h4 {
        font-size: 4rem;
    }

    .tech-card p {
        font-size: 3.2rem;
    }

    .contact-link {
        font-size: 2.8rem;
    }

    .why-choose-us h3 {
        font-size: 7rem;
    }

    .contact-link img {
        width: 30px;
    }

    .why-choose-us p {
        font-size: 4rem;
    }

    .tab {
        font-size: 4rem;
    }

    .tab-left p {
        font-size: 4rem;
    }

    .tab-left h4 {
        font-size: 3.5rem;
    }

    .tech-img {
        height: 120px;
    }

    .tech-card {
        height: 460px;
    }

    .tab-left ul {
        font-size: 3.8rem;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .hero-logo {
        max-width: 75px;
    }

    .hero h1,
    .hero h1 strong {
        font-size: 5rem;
    }

    .hero h2 {
        font-size: 5rem;
    }

    .hero p {
        font-size: 3rem;
    }

    .btn-custom a,
    .button-custom a {
        font-size: 2.5rem;
    }

    .solutions-section h3 {
        font-size: 5rem;
    }

    .solution-item h3 {
        font-size: 2.7rem;
    }

    .solution-item p {
        font-size: 2.5rem;
    }

    .advanced-solution-heading {
        font-size: 5rem;
    }

    .tech-card h4 {
        font-size: 3rem;
    }

    .contact-link img {
        width: 25px;
    }

    .tech-card p {
        font-size: 2.2rem;
    }

    .contact-link {
        font-size: 1.8rem;
    }

    .why-choose-us h3 {
        font-size: 6.5rem;
    }

    .why-choose-us p {
        font-size: 3rem;
    }

    .tab {
        font-size: 3rem;
    }

    .tab-left h3 {
        margin-bottom: 5px;
    }

    .tab-left p {
        font-size: 3rem;
    }

    .tab-left h4 {
        font-size: 2.5rem;
    }

    .tech-img {
        height: 100px;
    }

    .tech-card {
        height: 335px;
    }

    .tab-left ul {
        font-size: 2.8rem;
    }
}

@media (min-width: 17036px) and (max-width: 1919px) {}

@media (min-width: 1536px) and (max-width: 1700px) {}

/* @media (min-width: 993px) and (max-width: 1100px) {}

@media (min-width: 768px) and (max-width: 992px) {} */

@media (max-width: 767px) {

    .divider-arrow img,
    .divider-white-arrow img {
        margin-top: 5rem;
        width: 50%
    }

    .owl-carousel .owl-item img {
        display: inline !important
    }

    .owl-carousel,
    .solution-item,
    .solution-item h3,
    .solution-item p {
        text-align: center
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0
    }

    .tab-content.active {
        flex-direction: column
    }

    .hero {
        padding: 0;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        margin-top: 5rem
    }

    .hero-left,
    .hero-right {
        align-items: unset;
        margin-left: 4%;
        margin-right: 2%;
        margin-top: 5rem;
    }

    .hero-logo {
        max-width: 50px;
        margin: 0 0 20px
    }

    .btn-custom {
        margin: 20px 0 0
    }

    .why-choose-us h3 {
        font-size: 5rem
    }

    .tab-left {
        min-width: auto
    }

    .hamburger {
        display: block
    }

    .tabs {
        display: none;
        flex-direction: column;
        gap: 10px;
        background: #f1f1f1;
        padding: 10px
    }

    .tabs.mobile-visible {
        display: flex
    }
}