header {
    color: #fff;
    position: sticky;
    background-color: transparent;
    top: 0%;
    z-index: 1000;
    transition: background-color 0.3s ease;
    transition: all 0.5s ease;
}

header.scrolled {
    backdrop-filter: blur(7.25px);
    background: rgba(255, 255, 255, 0.6);
    /* Change this to your desired color */
    box-shadow: 0px 2.6999998092651367px 4.5px 0px #0000000A;
    border-bottom: 1px solid #E9E9E9;
    fill: rgba(255, 255, 255, 0.60);
}

header.scrolled .navbar-brand {
    width: 160px;
}

header.scrolled .navbar-brand img {
    width: 100%;
}

#logo.scrolled {
    content: url('../images/kinetic-logo-black.png');
    /* Change this to the new logo image */
}

header.scrolled .nav-item .nav-link {
    color: #000;
}

.navbar-nav .nav-item {
    position: relative;
    transition: width .4s;
}

.navbar-nav .nav-item:hover::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 50%;
    height: 2px;
    background-color: #fff;
    transition: width .4s;
    transform: translateX(-50%);
    width: 100%;
}

.nav-item .nav-link.active {
    color: #fff;
    font-weight: 700;
}

.nav-item .nav-link {
    color: #fff;
    font-weight: 700;
}

.navbar form a {
    color: #fff;
}

footer ul li {
    list-style: none;
    line-height: 30px;
}

footer ul li a,
.mobile-num,
.mail {
    color: rgba(0, 0, 0, 0.7);
}
footer ul li a:hover{
    color: #298f10;
}
.states h5,
.cities h5 {
    font-weight: 700;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.states a,
.cities a {
    color: #000;
}

.states p a,
.cities p a {
    line-height: 30px;
}

.states a:hover,
.cities a:hover {
    color: #298f10;
}

.our-presence {
    background-color: #e8e8e8;
}

.social-icons a {
    color: #000;
}

.company-name:hover {
    text-decoration: underline;
}

.green-bg {
    background-image: url(../images/green-bg.png);
    object-fit: cover;
    background-position: 20% 47%;
    background-repeat: no-repeat;
}

.connected-us .social-icons a {
    background-color: #fff;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connected-us h4 {
    font-size: 2.4rem;
}

footer ul li,
p {
    font-size: 0.98rem;
}


footer.mobile.faq-electric .accordion-button::after  {
   border: none;
}

@media(max-width:767px){
    .navbar-nav .nav-item:hover::after{
        width: 80px ;
        left: 11%;
        bottom:6%;
    }
    header.scrolled .navbar-nav .nav-item:hover::after{
        background-color: #000;
    }
}

footer h4{
    font-size: 1.3rem !important;
}