.product-sections {
    height: 400px;
    overflow: hidden;
}

.product-sections img {
    object-fit: cover;
    height: 100%;
}

.another-section-1 {
    position: relative;
    z-index: 3;
    padding-bottom: 80px;
    /* Adjust as needed */
}

.background-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.background-image-wrapper img {
    object-fit: cover;
    min-height: 100%;
}

.custom-green-section {
    position: relative;
    background-image: url('/quboinfra/images/another-section-1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: white;
    text-align: center;
}

.icon-box {
    padding: 60px;
}

.icon-img {
    width: 100px;
    margin-bottom: 20px;
}

.icon-box h3 {
    font-weight: 700;
    color: #f8d7a9;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.icon-box p {
    font-size: 1.2rem;
    color: #d0e8dd;
    line-height: 1.6;
}

.product-sectionb {
    background-image: url('/quboinfra/images/light-line.png');

}


.product-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.product-subtitle {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #222;
}

.product-desc {
    color: #555;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

.product-img {
    max-width: 250px;
}

.counter-section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #333;
}

.counter-section p {
    color: #222;
    font-size: 14px;
}

.counter-section span {
    font-size: 24px;
    color: #666;
    font-weight: normal;
}

.custom-padding {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.custom-padding-lr {
    padding-left: 3rem;
    padding-right: 3rem;
}