:root {
    --primary-red: #ff3131;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}








/* Service section breadcrumb */
.service-breadcrumb-section {
    background-image: url('../images/services/cleaning-gloves.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 1rem;
    padding-top: 8rem;
    position: relative;
    text-align: center;
    z-index: 0;
}

.service-breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.service-breadcrumb-overlay {
    position: relative;
    z-index: 2;
    padding: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.service-breadcrumb-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white;
    text-transform: uppercase;
}

.service-breadcrumb-nav {
    display: flex;
    justify-content: center;
}

.service-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 1rem 2rem;
    border-radius: 2em;
    margin: 0;
    background: linear-gradient(to right, #000000, #ff3131);
    font-size: 1rem;
    justify-content: center;
}

.service-breadcrumb-list li {
    color: white;
}

.service-breadcrumb-list li a {
    color: white;
}







.service-section {
    background: linear-gradient(to bottom, #F5F6F7, rgba(255, 255, 255));
}

.service-row {
    align-items: center;

}










.service-section-list p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 10px;
    text-align: center;
    background: linear-gradient(to right, #000000, #ff3131);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}


.service-section-list h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    padding-bottom: 20px;
    text-align: center;
    color: black;

}

.servive {
    margin: 10px 5px;
    padding: 20px;
    background-color: #F5F6F7;
    border-radius: 15px;
    min-height: 480px;
    max-height: 800px;
}

.servive img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    border-radius: 10px;

}

.servive span {
    font: 30px;
    font-weight: 600;
}

.servive p {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px;
    text-align: left;
}

.btn-quote {
    margin-bottom: 0px;
}














.service-why-section {
    padding: 20px 0px;
    background-color: #f7f5f5;
    margin-bottom: 80px;
}

.about-grid-box-main {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px solid #f5f6f7;
}