.landing-icon-widget-container {
    position: relative;
    padding: 0px 0;
}

.landing-icon-swiper {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.iconlandingwidt:nth-child(2) .landing-icon-svg {
    margin-left:-80px;
    
}


.landing-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    height: 160px; /* adjust as needed */
}

/* Make sure the SVG itself is centered and constrained */
.landing-icon-svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    display: block;
}

/* Text styling and centering */

.landing-icon-label {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    min-height: 40px; /* ensures consistent height for label */
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconlandingwidt {
    width:25%!important; 
}




/* Hide swiper controls on desktop */
.landing-icon-pagination,
.landing-icon-prev,
.landing-icon-next {
    display: none;
}

.landing-icon-item {
    align-self: center;
}

/* Mobile layout */
@media screen and (max-width: 768px) {
    .landing-icon-swiper {
        display: block;
    }

    .landing-icon-item {
        max-width: 100%;
        flex: 0 0 auto;
    }

    .landing-icon-pagination {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .iconlandingwidt:nth-child(2) .landing-icon-svg {
      margin-left: -80px;
  }

  .iconlandingwidt.custom-shift .landing-icon-svg {
    margin-left: -80px;
  }

    .swiper-pagination-bullet-active {
        background:black!important;
    }
    .krogliceiconlanding {
        display:flex;
        gap:10px;
        justify-content: center;
    }


    .iconlandingwidt {
    width:50%!important; 
}

}
