
/* .about-style-six-info ul.service-list{
    margin: 0px;
}
 */
.about-style-six-info ul.service-list {
    margin: 0;
    grid-template-columns: 1fr;
    grid-auto-columns: inherit;
    grid-auto-flow: inherit;
    gap: 30px;
}
ul.service-list a {
    background: linear-gradient(
        135deg,
        #f3ffd4 0%,
        #e6f89e 99%,
        #d8f06f 100%
    );
    border-radius: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

ul.service-list a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
/* 
.portfolio-style-five-item{
    margin-top: 20px;
} */

.services-style-one-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 35px;
}

.services-style-one-item .icon i {
    display: inline-block;
    font-size: 60px;
    color: #000;
    line-height: 1;
}

.footer-item {
	padding-top: 20px;
	padding-bottom: 20px;
}


.navbar-brand>img,.side .widget .logo img {
    height: 60px;
    max-height: 100px;
}

.footer-item .top img {
    height: 60px;
}

@media (min-width: 1024px) {
    nav.navbar.validnavs.navbar-fixed.nav-full-width .navbar-header {
        padding: 15px;
    }
}

