
.feature-item-wrap li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
}

.feature-item-wrap.style1 li {
    padding-left: 40px;
}

.feature-item-wrap li {
  font-size: 17px;
  font-weight: 500;
  color: #030734;
  margin-bottom: 20px;
}
.feature-item-wrap li:last-child {
  margin-bottom: 0;
}

.feature-item-wrap.style1 li span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #1f3c8e;
    border-radius: 5px;
    text-align: center;
}

.feature-item-wrap li i {
  font-size: 12px;
  line-height: 0.8;
  color: #fff;
  top: 0;
}




.industry-card.style4 {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    transition: 0.4s;
    box-shadow: 0 0 15px rgba(0,0,0,0.07);
    overflow: hidden;
}

.industry-card.style4 .industry-info {
    padding: 35px 28px;
    position: relative;
    z-index: 2;
}

.industry-card.style4 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #030734;
    margin-bottom: 10px;
    transition: 0.4s;
}

.industry-card.style4 p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    transition: 0.4s;
}

/* Hover Background Fill */
.industry-card.style4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #030734;
    z-index: 1;
    transition: 0.4s;
}

.industry-card.style4:hover::after {
    height: 100%;
}

.industry-card.style4:hover h3 {
    color: #fff;
}

.industry-card.style4:hover p {
    color: rgba(255,255,255,0.85);
}



/* Service points list */
.service-points {
    list-style: none;
    padding-left: 0;
    margin-top: 18px;
}

.service-points li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}

.service-card.style1:hover .service-points li {
    color: #fff;
}

/* Icon wrapper */
.service-points li span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(31 60 142 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card.style1:hover .service-points li span {
    background: rgba(255, 255, 255, 0.2);
}

.service-points li span i {
    position: relative;
    font-size: 10px;
    line-height: 0.8;
    margin: 0 auto;
    top: 0;
}



.hero img {
    border-radius: 14px;
    aspect-ratio: 1 / 0.4;
    object-fit: cover;
}

.footer-wrap .footer-widget .footer-logo img {
    height: 56px;
}