@keyframes corner-shake {
    0% { transform: rotate(0deg) scale(1); }
    10% { transform: rotate(1deg) scale(1.01); }
    20% { transform: rotate(-1deg) scale(0.99); }
    30% { transform: rotate(1.2deg) scale(1.01); }
    40% { transform: rotate(-1.2deg) scale(0.99); }
    50% { transform: rotate(0.8deg) scale(1.01); }
    60% { transform: rotate(-0.8deg) scale(0.99); }
    70% { transform: rotate(0.5deg) scale(1.01); }
    80% { transform: rotate(-0.5deg) scale(0.99); }
    100% { transform: rotate(0deg) scale(1); }
}

/* AOS custom effect */
[data-aos="corner-shake"] {
transform-origin: center center; /* pusat rotasi di tengah */
}

[data-aos="corner-shake"].aos-animate {
animation: corner-shake 2s ease-in-out both;
}
.testimonialSwiper .swiper-slide {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}
.testimonialSwiper .swiper-slide {
    height: auto !important;
    display: flex;
}

/* Biar card mengisi tinggi slide */
.testimonialSwiper .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#backToTop {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    display: none;
    width: 48px;
    height: 48px;
    padding: 0.5rem;
    align-items: center;
    justify-content: center;
}
#backToTop.showing {
    display: flex !important;
}
body {
    font-family: 'Lato', sans-serif;
    background: #eef6ff;
}
.section-title{
    font-size: 14px;
}
.icon-box-row-2 {
    width: 40px;
    height: 40px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.icon-circle-row-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ff7755;
    border-radius: 20px;
    font-size: 16px;
    width: 20px !important;
    height: 20px !important;
}
.hero {
    background:
        url('../home/bg-glow.webp') no-repeat center center,
        #000000
    ;
    background-size: cover;
    background-attachment: fixed;
}
.anti-hero {
    background:
        url('../home/bg-glow.webp') no-repeat center center
    ;
    background-size: cover;
    background-attachment: fixed;
}
.gradient-bg {
    position: absolute;
    bottom:0;
    height: 150px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom,transparent, #eef6ff), linear-gradient(to top, #eef6ff, transparent);
}
.navbar {
    position: relative;
    z-index: 2;
}
.row-1 {
    position: relative;
    z-index: 2;
}
.nav-link {
    color: #fff;
}
.nav-link:hover, .nav-link:focus {
    color: #fff;
}
.navbar-brand {
    font-weight: 700;
    letter-spacing: -0.2px;
}
.badge-radius {
    display: inline-flex;
    align-items: center;
    background-color: #1e1e1e;
    color: white;
    border-radius: 50px;
    padding: 0px 15px 0px 0px;
    font-size: 14px;
    font-weight: 500;
}

.badge-radius-light {
    color: white;
    font-size: 12px;
    padding: 8px 15px;
    border-radius: 50px;
    margin-right: 8px;
}
.bg-salmon {
    background-color: #ff7755;
}
.mockup {
    width: 100%;
}
.mockup img {
    width: 100%;
}
#statistic {
    overflow: hidden;
}
.image-row-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    top: 0;
    right: 0;
    width: 150%;
    text-align: right;
}
.image-row-3 .dash-preview{
    width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
}
.image-row-3 img {
    width: 100%;
}
.spacing-col-3{
    height: 0px;
}
#contact {
    overflow: hidden;
}
.image-row-7{
    padding-top: 3rem;
    padding-bottom: 3rem;
    top: 0;
    right: 0;
    width: 150%;
    text-align: right;
}
.image-row-7 .dash-preview{
    background:url('../home/bg-glow.webp') center / cover no-repeat;
    padding-top: 5rem;
    padding-left: 5rem;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}
.image-row-7 img {
    width: 100%;
}
.spacing-col-7{
    height: 170px;
}
.module-card {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(12,18,32,0.04);
    transition: transform .18s ease, box-shadow .18s ease;
}
.module-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(12,18,32,0.07);
}

.nav-pills-dark .btn-pill {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: white;
    transition: all 0.3s ease;
}

.nav-pills-dark .btn-pill:hover {
    color:black;
    border:1px solid white;
    background-color:white;
}

.nav-pills-dark .btn-pill.active {
    color:black;
    border:1px solid white;
    background-color:white;
}

/* Swiper styling */
.swiper {
    height: 100%;
    padding: 40px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    transition: all 0.6s ease-in-out;
}

/* Slide sebelum dan sesudah mengecil & samar */
.swiper-slide-prev,
.swiper-slide-next {
    transform: scale(0.8) !important;
    opacity: 0.5 !important;
    filter: blur(4px);
}

/* Slide aktif (utama) membesar */
.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1;
    z-index: 10;
}
#list-footer{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
/* .testimonialSwiper .card{
    width: 300px !important;
} */
@media (max-width: 767.98px) {
    .image-row-3 {
        position: static;
        width: 100%;
        padding: 0;
    }
    .image-row-3 .dash-preview {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .spacing-col-3{
        height: 0;
    }
    .image-row-7 {
        position: static;
        width: 100%;
        padding: 0;
    }
    .spacing-col-7{
        height: 0;
    }
    .image-row-7 .dash-preview {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
}
