.navbar {
    background-color: #f8f9fa;
    padding: 10px 20px;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #ff0000;
}

.navbar-brand img {
    height: 50px;
}

.contact-info {
    font-size: 14px;
}

.contact-info a {
    color: #000;
    text-decoration: none;
    margin-right: 15px;
}

.social-icons a {
    color: #fff;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 50%;
}

.social-icons .bi-facebook {
    background-color: #3b5998;
}

.social-icons .bi-twitter {
    background-color: #1da1f2;
}

.social-icons .bi-linkedin {
    background-color: #0077b5;
}

.social-icons .bi-instagram {
    background-color: #e4405f;
}

.social-icons .bi-youtube {
    background-color: #ff0000;
}

.social-icons .bi-whatsapp {
    background-color: #25d366;
}


.footer {
    background-color: #0d1b2a;
    color: #fff;
    padding: 40px 20px;
    font-family: "Montserrat", sans-serif;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    transition: color 0.3s;
}

.footer .social-icons a:hover {
    color: #f05454;
}

.footer .divider {
    height: 1px;
    background-color: #555;
    margin: 20px 0;
}





/*refound policy*/
.herorefound {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 5px #fffefe;
    overflow: hidden;
}

.herorefound::before {
    margin-top: 70px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.3)), url('../@imgs/refound.png'); */
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.3)), url('./../@imgs/service-header.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

/**/

/* complaintPolicy*/
.serviceall {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 5px #fffefe;
    overflow: hidden;
}

.serviceall::before {
    margin-top: 70px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.3)), url('./../@imgs/company-header.png');
    background-size: cover;
    background-position: center;
    z-index: -1;

}

/*end Services */

.herofiser{}

/* complaintPolicy*/
.heroourteam {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 5px #fffefe;
    overflow: hidden;
}

.heroourteam::before {
    margin-top: 70px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.3)), url('./../@imgs/team-header.png');
    background-size: cover;
    background-position: center;
    z-index: -1;

}

/*end Services */

/* complaintPolicy*/
.heroproduct {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 5px #fffefe;
    overflow: hidden;
}

.heroproduct::before {
    margin-top: 70px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.3)), url('./../@imgs/productheader.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;

}

/*end Services */

/* complaintPolicy*/
.herofiser {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 5px #fffefe;
    overflow: hidden;
}

.herofiser::before {
    margin-top: 70px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.3)), url('./../@imgs/service-header.png');
    background-size: cover;
    background-position: center;
    z-index: -1;

}

/*end Services */


.herocontact {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 5px #fffefe;
    overflow: hidden;
}

.herocontact::before {
    margin-top: 70px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.3)), url('./../@imgs/contact-us.png');
    background-size: cover;
    background-position: center;
    z-index: -1;

}
