.hero-section {
    background: url('../images/home-banner/clinical-solutions-bg-1.jpg') no-repeat center center/cover;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    background-attachment: fixed;
}


.hero-section1 {
    background: url('../images/home-banner/laboratory-solutions-bg-1.jpg') no-repeat center center/cover;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    background-attachment: fixed;
}


.banner-text {
    color: #fff;
    padding: 10px 0px; 
    font-size: 16px; 
}

/* Overlay for better readability */
.overlay {
    /* position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5); */
    /* Dark overlay taki text clear dikhe */
}

/* Content area */
.hero-content {
    position: relative;
    z-index: 2;
    max-width:100%;
    padding-top: 0px;
    padding-bottom: 100px;
}

.hero-content1 {
    position: relative;
    z-index: 2;
    max-width:100%;
    padding-left: 160px;
    padding-bottom: 100px;
}



.clicnical-soltion {
    color: #fff;
    font-size: 44px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-content {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-content1 {
        text-align: center;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        max-width:100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .hero-content1 {
        position: relative;
        z-index: 2;
        max-width: 100%;
        padding-left: 0px;
        padding-bottom: 0px;
    }
}