/* Responsive Adjustments */
@media (min-width: 1200px) {
    .eco-node:nth-child(even) {
        margin-top: 60px;
        /* Creates the staggered Hive effect */
    }

    #progress {
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 1200px) {
    .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-nav .owl-next {
        right: -20px;
    }

    .section-padding {
        padding-left: 30px;
        padding-right: 30px;
    }

    .what-we-provide {
        border-radius: 40px;
    }

    .what-we-provide-text h4 {
        font-size: 1.3rem;
    }

    .what-we-provide-text img {
        width: 54px;
        height: 54px;
    }

    .boder {
        height: 55px;
    }
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 100px 0 100px 0;
    }

    .page-header h1 {
        font-size: 30px;
    }

    .glass-breadcrumb .breadcrumb-item {
        font-size: 12px;
    }

    .custom-carousel img {
        height: 350px;
    }

    .what-we-provide-text {
        margin: 6px 0;
    }

    .display-5 {
        font-size: 2.2rem;
    }

    .creative-services-section {
        padding: 60px 0 70px;
    }

    .what-we-provide {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 48px;
        padding: 20px 20px;
    }

    .what-we-provide-text {
        flex: 0 0 auto;
        width: 45%;
        padding: 20px 10px;
    }

    .boder {
        display: none;
        /* hide dividers on tablet to keep clean */
    }

    .what-we-provide-video {
        margin: 20px auto 10px;
        width: 80%;
        max-width: 320px;
    }

    .what-we-provide-video img {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px solid #eee;
    }
}

@media (max-width: 768px) {
    .hero-viewport {
        height: 65vh;
    }

    .play-blob {
        width: 120px;
        height: 120px;
    }

    .brand-container {
        padding-left: 0;
    }

    .breadcrumb-container nav .breadcrumb {
        justify-content: center;
        gap: 6px !important;
    }

    .product-hero h1,
    .about-greentech h2 {
        font-size: 30px;
    }

    .lead,
    .about-greentech p {
        font-size: 16px;
    }

    .creative-services-section {
        padding: 40px 0 50px;
    }

    .what-we-provide {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: white;
        padding: 20px 20px 30px;
        text-align: center;
        gap: 8px;
    }

    .what-we-provide-text {
        width: 100%;
        padding: 20px 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .what-we-provide-text:last-of-type {
        border-bottom: none;
    }

    .what-we-provide-text img {
        width: 58px;
        height: 58px;
    }

    .what-we-provide-text h4 {
        font-size: 1.35rem;
        margin-top: 12px;
    }

    .boder {
        display: none;
    }

    .what-we-provide-video {
        margin-top: 20px;
        width: 100%;
        max-width: 300px;
    }

    .video {
        width: 58px;
        height: 58px;
    }

    .footer-top {
        text-align: center;
        justify-content: center !important;
    }

    .footer-top .cta-text {
        margin-bottom: 20px;
    }

    .career-hero {
        text-align: center;
        padding: 100px 0 60px;
    }
    #subsystems .feature-card-verical img{
        width: 100%;;
    }
    #subsystems .feature-img-wrap{
        max-width: 100%!important;
    }
    .feature-img-wrap img{
        max-height: 300px;
        object-fit: unset!important;
    }
}


@media (max-width: 576px) {

    #services-slider .owl-nav .owl-prev,
    #services-slider .owl-nav .owl-next {
        display: none !important;
    }

    .talk-button {
        padding: 10px 40px;
        font-size: 12px !important;
    }

    .what-we-provide {
        grid-template-columns: 1fr;
    }
    .hero-dot-pattern {
        right: 0px;
    }
    .floating-glass-card{
        position: relative;
        bottom: 0;
    }
    .human-visual-stack{
        margin-top: 0;
    }
    .support-tag-247{
        padding-block: 8px;
    }
}