.hero-nutrition {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.nutrition-item {
    width: 120px;
    height: 120px;
    background: #c9f1f5;
    border-radius: 12px;
    text-align: left;
    padding: 15px;
    text-decoration: none;
    color: #004d5a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    align-items: flex-start;
}

.nutrition-item img {
    width: 42px;
    height: auto;
    margin-bottom: 8px;
}

.nutrition-item span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.nutrition-item:hover {
    transform: translateY(-6px);
    background: #aee8ee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-nutrition {
        justify-content: center;
    }

    .nutrition-item {
        width: 100px;
        height: 100px;
    }

    .nutrition-item span {
        font-size: 13px;
    }

    .service-body{
        flex-wrap: nowrap;
    }
    .service-body#agri{
        gap: 5px;
    }
}


.impact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.impact-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px 5px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    transition: all .3s ease;
}

.impact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.nutrition-item i{
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 20px;*/
    width: 46px;
    height: 46px;
/*    background: #19c2cf;*/
    color: #19c2cf;
/*    border-radius: 10px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
    font-size: 33px;
}

.impact-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 46px;
    height: 46px;
    background: #19c2cf;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.impact-card h3 {
    margin-top: 50px;
    font-size: 26px;
    font-weight: 700;
    color: #0b4f5c;
}

.impact-card p {
    margin-top: 8px;
    font-size: 14.5px;
    line-height: 1.5;
    color: #5f7d85;
}

/* Responsive */
@media (max-width: 991px) {
    .impact-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .impact-stats {
        grid-template-columns: 1fr;
    }
}

.partner-section {
    padding: 100px 0;
    background: #fff;
}

.partner-section .section-title {
    margin-bottom: 50px;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px;
    align-items: center;
}

.logo-item {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.logo-item img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.partner-footer {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.partner-footer span {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: #777;
    position: relative;
}

.partner-footer span::before,
.partner-footer span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    height: 1px;
    background: #ddd;
}

.partner-footer span::before {
    right: 100%;
}

.partner-footer span::after {
    left: 100%;
}

/* Container pagination */
.swiper-pagination {
/*    margin-top: 20px;*/
/*    bottom: 12px !important;*/
}

/* Bullet default */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s ease;
}

/* Bullet aktif */
.swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 8px;
    background: #172d45; /* orange */
}
/* Button wrapper */
.swiper-button-next,
.swiper-button-prev {
    width: 42px;
    height: 42px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #172d45;
    transform: scale(1.08);
}

/* Icon size */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}
.swiper-button-next,
.swiper-button-prev {
    width: 38px;
    height: 38px;
    border: 2px solid #172d45;
    border-radius: 50%;
    color: #172d45;
    background: transparent;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #172d45;
    color: #fff;
}
@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
/*        display: none;*/
    }
}
.case-study-slider {
    position: relative;
    padding-top: 60px;
}

/* NAV WRAPPER */
.team-nav {
    position: absolute;
    top: 25px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

/* BUTTON STYLE */
.team-nav .swiper-button-next,
.team-nav .swiper-button-prev {
    position: static; /* wajib */
}

/* HILANGKAN ICON DEFAULT */
.team-nav .swiper-button-next::after,
.team-nav .swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
}

/* HOVER */
.team-nav .swiper-button-next:hover,
.team-nav .swiper-button-prev:hover {
    background: #0a3d78;
}


.service-logo{
    height: 130px;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.service-logo img{
    height: 100%;
}
.service-item.active .service-logo{
    opacity: 0;
}
.service-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 6px 14px;
    background: linear-gradient(90deg, #0a5fb4 0%, #1bb7d9 100%);
    border-radius: 4px 999px 999px 4px;
    font-size: 13px;
    transition: all 0.25s ease;
}
.service-social:hover {
    filter: brightness(1.1);
}

.service-social a, .service-social i {
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.service-social span {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
}


.mb-60{
    margin-bottom: 60px;
}

.solution-image::after{
    background: unset !important;
}

#what-we-do img {
    width: 100%;
/*    max-width: 300px;*/
    height: auto;
    margin-top: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    background: #bef2dd; /* biru seperti contoh */
    color: #1d2e55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.25s ease;
}

.social-icons a:hover {
    background: #1d2e55;
    color: #bef2dd;
    border: 2px solid #bef2dd;
    transform: translateY(-2px);
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-info a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
}

.contact-info a i {
    font-size: 16px;
}

.contact-info a:hover {
    text-decoration: underline;
}

.footer-copyright-text{
    margin-top: 30px;
    padding: 20px 0 20px;
}

.footer-links ul li{
    margin-left: -20px;
}

.footer-links ul li::marker{
    color: #172c45;
}
