header {
    padding: 3rem 0;
    z-index: 1;
}

.menu-links {
    gap: 5rem;
}

.menu-links .nav-link {
    color: var(--light);
    font-weight: 400;
    letter-spacing: 0.048rem;
}

.dropdown-toggle::after {
    display: none;
}

.arrow-down {
    width: 1rem;
    height: 0.5rem;
}

.hero-section p {
    color: var(--light);
    letter-spacing: 0.054rem;
    font-family: var(--body-font);
}

.header-submenu {
    background: var(--primary-light);
    padding: 4rem;
    width: 100%;
    font-family: var(--heading-font);
    left: 0;
    top: 2rem !important;
}

.header-submenu .dropdown-title {
    font-size: 3.6rem;
    font-weight: 400;
    color: var(--light-1);
    margin-bottom: 3rem;
}

.dropdown-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
}

.dropdown-menu-grid.products {
    grid-template-columns: repeat(3, 1fr);
}

.dropdown-menu-grid p {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secondary);
    font-family: var(--heading-font);
    letter-spacing: 2%;
}

.dropdown-menu-grid li .dropdown-item {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--white);
    padding: 0;
    background: transparent;
    margin-bottom: 3rem;
}

.dropdown-menu-grid li:last-child .dropdown-item {
    margin-bottom: 0;
}

#waveCanvasContainer canvas {
    height: 40rem;
    margin-top: -30rem;
}

.hero-section .learn-more {
    border-radius: 3rem;
    background: var(--secondary);
    padding: .7rem 3.8rem;
}

#waveCanvasContainer {
    height: 40rem;
}

.swiper-slider-container {
    width: 84.4%;
    margin-left: auto;
}

.swiper-card .swiper-card-content {
    padding: 4rem;
    position: absolute;
    top: 1rem;
}

.swiper-card img {
    width: 100%;
}

.swiper-card .swiper-card-content h2 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.swiper-card .swiper-card-content h3 {
    font-size: 2rem;
    letter-spacing: 0.4px;
    color: var(--light-1);
    margin-bottom: 3rem;
    min-height: 5rem;
}

.swiper-card .btn {
    font-weight: 300;
    color: var(--white);
    padding: 0;
}

.swiper {
    width: 100%;
    padding-bottom: 5.5rem;
}

.swiper-card {
    box-shadow: 0 4px 4px 5px rgba(0, 0, 0, 0.25);
}

/* Scrollbar customization */
.swiper-scrollbar {
    background: var(--black-1);
    height: 1.9rem !important;
    border-radius: 2rem;
}

.swiper-scrollbar-drag {
    background: var(--green);
    /* teal shade similar to your screenshot */
    border-radius: 2rem;
}

.new-age-list li img {
    height: 3.2rem;
    width: 3.2rem;
}

.new-age-list li {
    margin-bottom: 3.5rem;
}

.new-age-list li :is(h3, h4) {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.63px;
}

.new-age-list li h4 {
    font-weight: 300;
}



/* #green-arrow {
    position: relative;
    z-index: 10;
    transition: transform 0.3s ease;
    max-width: 80px;
    height: auto;
} */

/* Target container styling */
.banner-container {
    position: relative;
    min-height: 400px;
}

.banner-container img {
    max-width: 100%;
    height: auto;
}

/* Custom arrow for demo */
.arrow-demo {
    width: 8rem;
    height: 8rem;
    background: url('../images/green-arrow.svg') no-repeat center center;
    display: inline-block;
    position: absolute;
    bottom: -1rem;
    right: -2rem;
    transform: translateX(-50%);
    transition: transform 0.3s ease;
    z-index: 10;
}


.number-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin-top: 5rem;
}

.number-grid h5 {
    font-size: 3.5rem;
    line-height: 1.78;
    letter-spacing: 1.23px;
}

.number-grid span {
    font-size: 1.8rem;
    color: var(--light-1);
    letter-spacing: .63px;
    font-family: var(--heading-font);
}

.industry-list h3 {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
}

.industry-list li {
    border-bottom: .1rem solid var(--light);
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.eco-card {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(30, 30, 30, 0.95);
    border-radius: 2rem;
    padding: 3rem;
    margin-bottom: 5rem;
    font-family: var(--heading-font);
}

.eco-card .card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.eco-card .card-img {
    height: 26.2rem;
    width: 35rem;
    border-radius: 2rem;
    min-width: fit-content;
}

.eco-card h3 {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 2rem;
    color: var(--light);
}

.eco-card p {
    line-height: 1.3;
    letter-spacing: 0.36px;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--light);
    font-weight: 400;
}

.how-work {
    background-image: url(../images/gradient-blur.svg);
    background-size: cover;
    background-position: center;
}

footer {
    padding: 6rem 0;
}

footer h2 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--light-2);
}

.footer-links a {
    font-size: 1.6rem;
    font-weight: 400;
}

.footer-links li {
    margin-bottom: 1.5rem;
}

.footer-logo p {
    font-weight: 400;
    color: var(--light-2);
}

footer .copyright {
    color: var(--mute);
    font-family: var(--body-font);
    font-size: 1.2rem;
    font-weight: 400;
}

@media(max-width: 768px) {
    .menu-links {
        position: fixed;
        inset: 0;
        background: var(--primary-light);
        z-index: 2;
        transform: translateX(-120%);
        transition: all .5s ease-in;
        flex-direction: column;
        align-items: flex-start;
        padding: 3rem;
        height: 100vh;
        overflow-y: auto;
    }

    .menu-links.show {
        transform: translateX(0);
    }

    .menu-links li {
        width: 100%;
    }

    .menu-links .nav-link.dropdown-toggle {
        justify-content: space-between;
    }

    .dropdown-toggle .plus {
        height: 1.2rem;
        width: 1.2rem;
        transition: all .3s ease-in;
    }

    .dropdown-toggle .minus {
        height: .2rem;
        width: 1.2rem;
        display: none;
        transition: all .3s ease-in;
        opacity: 0;
    }

    .close-btn svg {
        height: 3.2rem;
        width: 3.2rem;
        fill: var(--white);
    }

    .menu-links {
        gap: 3rem;
    }

    .menu-links .nav-link {
        font-size: 2rem;
        font-weight: 600;
        color: var(--light-1);
        border-bottom: .05rem solid var(--mute);
        border-radius: 0;
        padding-bottom: 1.5rem;
    }

    .dropdown-toggle.show .plus {
        opacity: 0;
        display: none;
    }

    .dropdown-toggle.show .minus {
        opacity: 1;
        display: block;
    }

    .dropdown-menu-grid.products,
    .dropdown-menu-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .dropdown.position-static {
        position: relative !important;
    }

    .header-submenu {
        transform: translate3d(0px, 1.5rem, 0px) !important;
        border: 0;
        border-radius: 1rem;
        background: var(--black-2);
        padding: 2rem;
    }

    .header-submenu .dropdown-title {
        display: none;
    }

    .dropdown-menu-grid li .dropdown-item {
        white-space: normal;
        font-size: 1.6rem;
        font-weight: 600;
        color: var(--light-1);
    }

    .dropdown-menu-grid p {
        font-size: 1.6rem;
    }

    .mob-icons svg {
        height: 3rem;
        width: 3rem;
    }

    .dropdown-menu-grid li .dropdown-item.mob-icons {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .dropdown-menu-grid li .dropdown-item.mob-icons svg {
        height: 1.2rem;
        fill: none;
        width: 1.2rem;
    }

    .dropdown-menu-grid.products li .dropdown-item {
        font-weight: 400;
    }

    h1 {
        font-size: 3rem;
        line-height: 4.2rem;
    }

    .arrow-demo {
        height: 2rem;
        width: 2rem;
        background-size: contain;
        bottom: .5rem;
        right: 0;
    }

    .swiper-card .swiper-card-content {
        padding: 1rem;
    }

    .swiper-card .swiper-card-content h2,
    .swiper-card .btn {
        font-size: 1rem;
    }

    .swiper-card .swiper-card-content h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        min-height: 4rem;
    }

    .eco-card .card-img {
        width: 100%;
        height: 20.6rem;
    }

    .eco-card {
        padding: 3rem 2rem;
    }

    .eco-card h3 {
        font-size: 1.8rem;
    }

    .eco-card p {
        font-size: 1.6rem;
    }

    .eco-card .btn {
        display: flex;
        margin: 4rem auto 0;
    }

    .swiper-scrollbar {
        height: 1.3rem !important;
    }

    .new-age-list li :is(h3, h4) {
        font-size: 1.4rem;
    }

    .number-grid h5 {
        font-size: 2.4rem;
    }

    .number-grid span {
        font-size: 1.4rem;
    }

    .industry-list h3 {
        font-size: 1.6rem;
    }

    .eco-card .flex-center {
        flex-direction: column;
        align-items: flex-start;
    }

    #waveCanvasContainer {
        width: 100%;
        height: 26rem;
    }

    #waveCanvasContainer canvas {
        height: 37rem !important;
        margin-top: -14rem;
        width: 100% !important;
    }

    .new-age-list li img {
        width: 2.2rem;
        height: 2.2rem;
    }

    .industry-list h3 {
        font-weight: 600;
    }

    footer h2 {
        margin: 4rem 0 3rem;
    }

    footer .copyright {
        text-align: center;
    }
}