.hero-container-global {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem;
    width: 100dvw;
}

.services-hero {
    background-image: url('../images/service.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 66vh !important; /* Height ko bada diya */
}




.projects-hero {
    background-image: url('../images/product-hero.jpg') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 66vh !important; /* Height ko bada diya */
}



.services-hero {
    background-image: url('../images/service.png');

}

.product-hero {
    background-image: url('../images/product-hero.jpg');
}

.hero-container-global h2 {
    font-size: 2rem;
    color: var(--white-color);
}

.hero-container-global h1 {
    color: var(--white-color);
    font-size: 2.5rem;
}

.hero-container-global p {
    color: var(--white-color);
}

.content .para {
    text-align: center;
}

.content {
    position: relative;
}

.coma-up {
    position: absolute;
    top: 2.5rem;
    left: 2.8rem;
}

.coma-down {
    position: absolute;
    bottom: 2rem;
    right: 2.8rem;
    rotate: 180deg;
}


@media only screen and (max-width : 1000px) {
    .hero-container-global h2 {
        font-size: 1.8rem;
    }

    .hero-container-global h1 {
        font-size: 2.2rem;
    }
}


@media only screen and (max-width : 800px) {
    .hero-container-global h2 {
        font-size: 1.4rem;
    }

    .hero-container-global h1 {
        font-size: 2rem;
    }
}


@media only screen and (max-width : 600px) {
    .hero-container-global h2 {
        font-size: 1.4rem;
    }

    .hero-container-global h1 {
        font-size: 1rem;
    }

   
}



@media only screen and (max-width : 350px) {
 
    .hero-container-global p {
        font-size: 0.5rem;
    }
}