.blue-blend {
    filter: invert(1) hue-rotate(385deg);
}

.close-topbar i {
    color: #fff;
}

.header__links li a {
    text-transform: none;
}

.hero__slide {
    padding: 125px 0 160px;
}

.header__address li {
    padding-top: 10px;
}

.header__logo .logo-1 {
    width: 20%;
    background: transparent;
}

.header__logo .logo-2 {
    top: 0px;
}

/* .header__menu-area.sticky {
    padding-bottom: 15px;
  } */

.header__menu-area.sticky .logo-2 {
    width: 19%;
}

.breadcrumb__area {
    padding: 5px;
}

@media only screen and (max-width: 767px) {
    .header__menu-area.sticky .logo-2 {
        width: 45% !important;
        margin-left: -3rem;
    }
}

@media only screen and (max-width: 600px) {
    .header__menu-area.sticky .logo-2 {
        width: 40% !important;
        margin-left: -2rem;
    }
}

@media only screen and (max-width: 400px) {
    .header__menu-area.sticky .logo-2 {
        width: 40% !important;
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon a {
    display: block;
    background-color: #25D366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.whatsapp-icon a:hover {
    background-color: #128C7E;
}

.whatsapp-icon img {
    width: 30px;
    height: auto;
}