.header {z-index:9999 !important;}

.blog__img img {aspect-ratio: 16/8 !important; width:480px;}
.blog__text {padding: 30px;}
@media (max-width: 600px) {
    .hero__slider-item {height: auto !important; min-height: auto !important; aspect-ratio: 1/1;}
    .hero__arrow {display: none;}

    .hero__social {left: 20px; bottom: 20px;}

    .blog__img img {width: 100%;}
    .blog__text {padding: 20px;}
}

.header__nav>ul>li>a {
    color: #094c7e;
}

.header__nav>ul>li>a i {
    color: #094c7e;
}

.header__nav>ul>li>a:hover
{
	color:#00a99d;
}

a {
    color: #0D0404;
    transition: color .3s ease;

    &:hover {
        color: #00a99d;
    }
}

.whatsapp-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #00a99d;
  padding: 8px 14px;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background .3s ease;
}
.whatsapp-header:hover {
  background: #028a80;
	color:white;
}


.header {
    background: #edebeb;
}

.products__title h4>span {
    color: #00a99d;
}

.title-sub h1 span {
    color: #00a99d;
}

button i {
    color: #00a99d;
}

.footer__product h5>span {
    color: #00a99d;
}

button i {
    color: #00a99d;
}