.pkp_structure_footer_wrapper {
  background: #2B445E !important
}
.stiami-footer{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    padding:25px 0;
	text-align: left;
}

.footer-col{
    flex:1;
    min-width:250px;
}

.footer-col h3{
    margin-bottom:15px;
    border-bottom:2px solid #66ccff;
    display:inline-block;
    padding-bottom:5px;
}

.footer-col p{
    margin:8px 0;
}

.footer-col i{
    color:#66ccff;
    width:20px;
    margin-right:8px;
}
.quick-links ul {
    column-count: 2;
    column-gap: 30px;
    list-style: none;
    padding: 0;
}

.quick-links li {
    margin-bottom: 8px;
}


.quick-links a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

/* Lingkaran seperti gambar */
.quick-links a:before {
    content: "\f05d";
    font-family: FontAwesome;
    color: #ffffff;
    margin-right: 8px;
}

/* Underline tersembunyi */
.quick-links a:after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #66ccff;
    transition: width 0.3s ease;
}

/* Hover */
.quick-links a:hover {
    color: #66ccff;
}

.quick-links a:hover:after {
    width: calc(100% - 18px);
}


.pkp_brand_footer img{
    max-height:40px;
    opacity:0.8;
}
