/* Banner Carousel Styles */
#bannerCarousel {
    position: relative;
    overflow: hidden;
}

.active-header-navcustome {
    color: #f7c833 !important;
}

.vl-section-heading3 {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

/* Carousel Indicators Custom Style */
.carousel-indicators {
    bottom: 30px;
    z-index: 3;
}

.carousel-indicators [data-bs-target] {
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: #fff;
    transform: scaleX(1.2);
}

/* Carousel Controls Custom Style */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    z-index: 3;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* Animation untuk slide transition */
.carousel-item {
    transition: transform 1s ease-in-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    .carousel-control-prev {
        left: 15px;
    }

    .carousel-control-next {
        right: 15px;
    }

    .carousel-indicators [data-bs-target] {
        width: 35px;
        height: 3px;
        margin: 0 3px;
    }

    .vl-section-heading3 {
        padding: 40px 0;
    }

    .heading-title {
        font-size: 1.8rem !important;
    }

    .para {
        font-size: 0.9rem;
    }

    .carousel {
        margin-top: -100px;
    }
}

@media (max-width: 576px) {
    .vl-banner-3-bg {
        min-height: 450px;
    }

    .heading-title {
        font-size: 1.5rem !important;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

/* Smooth fade effect untuk carousel */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    opacity: 0;
}

/* Loading animation untuk background images */
@media (min-width: 992px) {
    .vl-banner-3-bg {
        background-attachment: fixed;
    }
}

/* Pulse animation untuk call-to-action button */
.primary-btn-3:hover {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Auto-play pause on hover */
#bannerCarousel:hover .carousel-inner {
    animation-play-state: paused;
}

#subsidiary .container {
    max-width: 1400px;
    margin: 0 auto;
}

#subsidiary .section-header {
    text-align: center;
    margin-bottom: 60px;
}

#subsidiary .subtitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #667eea;
    margin-bottom: 15px;
}

#subsidiary .main-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.3;
}

#subsidiary .carousel-wrapper {
    position: relative;
    padding: 0 60px;
}

#subsidiary .carousel-container {
    overflow: hidden;
    position: relative;
}

#subsidiary .carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

#subsidiary .subsidiary-card {
    min-width: 280px;
    flex-shrink: 0;
    background: transparent;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    /* border: 2px solid #f0f0f0; */
    cursor: pointer;
}

.sub-statistik p {
    color: white !important;
    margin-top: 20px;
}

.cta-section {
    color: white !important;
}

#subsidiary .subsidiary-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

#subsidiary .logo-container {
    width: 280px;
    height: 180px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

#subsidiary .subsidiary-card:hover .logo-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

#subsidiary .logo-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

#subsidiary .subsidiary-card:hover .logo-container img {
    filter: brightness(0) invert(1);
}

#subsidiary .company-name {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
}

#subsidiary .company-category {
    font-size: 13px;
    color: #718096;
    margin-bottom: 20px;
}

#subsidiary .visit-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #132c63;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    background: #f0f4ff;
    transition: all 0.3s ease;
}

#subsidiary .visit-link:hover {
    background: #f7c833;
    color: white;
    gap: 12px;
}

#subsidiary .visit-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

#subsidiary .visit-link:hover svg {
    transform: translateX(5px);
}

/* Navigation Buttons */
#subsidiary .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

#subsidiary .nav-button:hover {
    background: #667eea;
    border-color: #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

#subsidiary .nav-button:hover svg {
    fill: white;
}

#subsidiary .nav-button svg {
    width: 20px;
    height: 20px;
    fill: #667eea;
    transition: fill 0.3s ease;
}

#subsidiary .nav-button.prev {
    left: 0;
}

#subsidiary .nav-button.next {
    right: 0;
}

#subsidiary .nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

#subsidiary .nav-button:disabled:hover {
    background: white;
    border-color: #e2e8f0;
}

/* Dots Indicator */
#subsidiary .dots-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

#subsidiary .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
}

#subsidiary .dot.active {
    width: 30px;
    border-radius: 5px;
    background: #667eea;
}

/* Responsive */
@media (max-width: 768px) {
    #subsidiary.subsidiary-section {
        padding: 50px 15px;
    }

    #subsidiary .main-title {
        font-size: 26px;
    }

    #subsidiary .carousel-wrapper {
        padding: 0 40px;
    }

    #subsidiary .subsidiary-card {
        min-width: 240px;
        padding: 30px 20px;
    }

    #subsidiary .logo-container {
        width: 150px;
        height: 100px;
    }

    #subsidiary .nav-button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    #subsidiary .carousel-wrapper {
        padding: 0 30px;
    }

    #subsidiary .subsidiary-card {
        min-width: 200px;
    }
}

.input-group .form-select {
    height: calc(2.375rem + 2px); /* Sama dengan input default Bootstrap 5 */
}

.step-card-upgraded {
    background: #ffffff;
    border: 1px solid #eaeaea;
    transition: all 0.4s ease;
    padding-top: 60px;
}

.step-card-upgraded:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
    border-color: #d0e7ff;
}

.step-icon-upgraded {
    width: 70px;
    height: 70px;
    background: linear-gradient(145deg, #e3f2fd, #ffffff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #132c63;
    font-size: 28px;
    box-shadow:
        inset 3px 3px 6px #d4dbe3,
        inset -3px -3px 6px #ffffff;
}

.input-group-text {
    background-color: #132c63;
}

.step-number {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #132c63;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

@media (max-width: 767.98px) {
    .step-icon-upgraded {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
    .step-number {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

.input-group .form-control,
.input-group .form-select,
.input-group input[type="date"] {
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.95rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    height: 48px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.form-label {
    font-size: 0.9rem;
}

/* Optional: konsistensi teks */
input,
select,
textarea {
    font-size: 0.95rem !important;
}

.box2 ul li {
    list-style-type: disc !important;
    margin-left: 20px !important;
}

#testimonial {
    background-color: ghostwhite;
}

.testimonial-card {
    max-width: 700px;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.slides-wrapper .slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slides-wrapper .slide.active {
    display: block;
    opacity: 1;
}

.thumbs-wrapper .thumb-item.active img {
    border: 3px solid #007bff;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.slider-arrows button {
    width: 40px;
    height: 40px;
}

.testimonial-card-modern {
    max-width: 700px;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}

.testimonial-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.testimonial-card-modern .quote-icon {
    top: 10px;
    left: 20px;
    color: #007bff;
    opacity: 0.2;
}

.testimonial-card-modern .testimonial-message {
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.testimonial-card-modern .bg-shape {
    width: 150%;
    height: 120%;
    background: linear-gradient(135deg, #007bff, #00d4ff);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.1;
}

.slides-wrapper .slide {
    display: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.slides-wrapper .slide.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.event-content-area img {
    display: block;
    margin: 0 auto; /* ini yang bikin center */
    max-width: 100% !important; /* pastikan gambar memenuhi container */
    object-fit: cover; /* biar gambar tetap proporsional & nggak gepeng */
}

.gallery-info {
    padding: 14px 18px 20px;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.gallery-title {
    font-size: 1.05rem;
    font-weight: bold;
    margin-top: 20px;
    color: #132c63;
    line-height: 1.4;
    text-transform: capitalize;
    text-align: center;
}

.carousel-container {
    overflow: hidden;
    position: relative;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}
.subsidiary-card {
    min-width: 250px; /* lebar card */
    margin: 0 10px;
    text-align: center;
}
.nav-button {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.dots-container {
    text-align: center;
    margin-top: 20px;
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.dot.active {
    background: #333;
}

.testimonial3-section-area {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
    position: relative;
    overflow: hidden;
}

.testimonial-card-modern {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1.5rem;
}

/* Slide Animation */
.slidetestimonial {
    transition:
        opacity 0.5s ease-in-out,
        transform 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.95);
}

.slidetestimonial.active {
    opacity: 1;
    transform: scale(1);
}

/* Thumbnail Styles */
.thumb-item {
    transition: all 0.3s ease;
    opacity: 0.5;
}

.thumb-item:hover {
    transform: translateY(-5px);
    opacity: 0.8;
}

.thumb-item.active {
    opacity: 1;
}

.thumb-item.active img {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

/* Arrow Buttons */
.slider-arrows button {
    transition: all 0.3s ease;
    background: white;
}

.slider-arrows button:hover {
    background: #3b82f6;
    color: white;
    transform: scale(1.1);
}

.slider-arrows button:hover svg path {
    fill: white;
}

/* Star Rating Animation */
.star-icon {
    display: inline-block;
    margin: 0 2px;
    animation: starPulse 2s ease-in-out infinite;
}

.star-icon:nth-child(1) {
    animation-delay: 0s;
}
.star-icon:nth-child(2) {
    animation-delay: 0.1s;
}
.star-icon:nth-child(3) {
    animation-delay: 0.2s;
}
.star-icon:nth-child(4) {
    animation-delay: 0.3s;
}
.star-icon:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes starPulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonial3-section-area {
        padding: 60px 0;
    }

    .testimonial-card-modern {
        min-height: auto;
        padding: 2rem 1.5rem !important;
    }

    .testimonial-message {
        font-size: 1rem !important;
    }

    .slider-arrows {
        display: none !important;
    }

    .thumb-item img {
        width: 50px !important;
        height: 50px !important;
    }

    .author-image-wrapper img {
        width: 70px !important;
        height: 70px !important;
    }
}

@media (max-width: 576px) {
    .display-5 {
        font-size: 1.75rem !important;
    }

    .thumbs-wrapper {
        gap: 0.5rem !important;
    }
}

/* Smooth Transitions */
.transition-all {
    transition: all 0.3s ease;
}

/* Quote Icon Pulse */
.quote-icon-wrapper {
    animation: quotePulse 3s ease-in-out infinite;
}

@keyframes quotePulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.modern-team-section {
    position: relative;
    overflow: hidden;
}

.section-header {
    margin-bottom: 3rem;
}

.subtitle-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.badge-text {
    font-size: 14px;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 0 auto;
    border-radius: 2px;
}

/* Team Card Styles */
.team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Leader Card Special Styling */
.team-card-leader {
    background: linear-gradient(
        135deg,
        #132c63 0%,
        #27408b 35%,
        #667eea 70%,
        #764ba2 100%
    );
    background-size: 200% 200%;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 8px 30px rgba(3, 7, 18, 0.25);
    color: #fff;
    margin-top: -20px;
}

.leader-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #2d3748;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    z-index: 10;
    animation: shine 3s infinite;
}

/* Team Image Styles */
.team-image-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 0;
}

.team-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.team-card-leader .team-image {
    background: rgba(255, 255, 255, 0.1);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.1);
}

/* Image Overlay */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.team-card:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.team-card:hover .overlay-content {
    transform: translateY(0);
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: #fff;
    color: #667eea;
    transform: translateY(-3px);
}

/* Team Info */
.team-info {
    padding: 25px;
    text-align: center;
}

.team-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.team-card-leader .team-name {
    color: #fff;
    font-size: 1.4rem;
}

.team-position {
    font-size: 0.95rem;
    color: #718096;
    font-weight: 500;
    margin: 0;
}

.team-card-leader .team-position {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 60px 20px;
}

.empty-icon {
    color: #cbd5e0;
    margin-bottom: 20px;
}

.empty-text {
    color: #a0aec0;
    font-size: 1.1rem;
    margin: 0;
}

/* Animations */
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
}

@keyframes shine {
    0%,
    100% {
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    }
    50% {
        box-shadow: 0 4px 25px rgba(255, 215, 0, 0.7);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }

    .team-card-leader .team-name {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .team-image {
        min-height: 250px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .team-name {
        font-size: 1.1rem;
    }

    .team-position {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .team-card {
        margin-bottom: 20px;
    }

    .team-image {
        min-height: 220px;
    }

    .social-link {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .leader-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
}
#runningTextWrapper {
    display: flex;
    align-items: end; /* Vertikal center */
    justify-content: end;
}

#marqueeContainer {
    overflow: hidden;
}

#marqueeText {
    display: inline-block;
    white-space: nowrap;
    width: 1200px;
    max-width: 100%;
    font-weight: 600;
    font-size: 1.3rem;

    /* Gradient awal */
    /* background: linear-gradient(90deg, #ff7e5f, #feb47b, #86a8e7, #91eac9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

    animation:
        marquee 12s linear infinite,
        colorShift 5s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes colorShift {
    0% {
        color: #ff0000;
    } /* merah */
    20% {
        color: #ff7e00;
    } /* oranye */
    40% {
        color: #ffff11;
    } /* kuning */
    60% {
        color: #08a808;
    } /* hijau */
    80% {
        color: #0000ff;
    } /* biru */
    100% {
        color: #8b00ff;
    } /* ungu */
}

#marqueeContainer:hover #marqueeText {
    animation-play-state: paused;
}

.modal-backdrop.show {
    opacity: 0.75;
    backdrop-filter: blur(8px);
}

/* Modal Content dengan Glassmorphism */
.modal-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

/* Decorative Background Pattern */
.modal-content::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(102, 126, 234, 0.1) 0%,
        transparent 70%
    );
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Close Button dengan Hover Effect */
.btn-close-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-close-custom:hover {
    background: #ff4757;
    color: white;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4);
}

.btn-close-custom i {
    font-size: 18px;
    color: #333;
    transition: color 0.3s ease;
}

.btn-close-custom:hover i {
    color: white;
}

/* Profile Image dengan Animasi */
.profile-img-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    animation: fadeInDown 0.6s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-img-wrapper::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: linear-gradient(135deg, #667eea, #764ba2, #f093fb);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.profile-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.profile-img-wrapper:hover img {
    transform: scale(1.05);
}

/* Status Badge */
.status-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #2ecc71;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {
    0%,
    100% {
        box-shadow: 0 2px 8px rgba(46, 204, 113, 0.4);
    }
    50% {
        box-shadow: 0 2px 20px rgba(46, 204, 113, 0.8);
    }
}

/* Name & Position */
.modal-name {
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    animation: fadeIn 0.6s ease 0.2s both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-position {
    font-size: clamp(14px, 3vw, 16px);
    color: #7f8c8d;
    font-weight: 500;
    margin-bottom: 20px;
    animation: fadeIn 0.6s ease 0.3s both;
}

/* Divider dengan Gradient */
.divider-gradient {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border: none;
    border-radius: 2px;
    margin: 0 auto 24px;
    animation: fadeIn 0.6s ease 0.4s both;
}

/* Bio Section dengan Custom Scrollbar */
.modal-bio {
    max-height: 280px;
    overflow-y: auto;
    text-align: left;
    padding: 20px;
    background: rgba(248, 249, 250, 0.5);
    border-radius: 16px;
    line-height: 1.8;
    color: #555;
    font-size: clamp(14px, 2.5vw, 16px);
    animation: fadeIn 0.6s ease 0.5s both;
}

/* Custom Scrollbar */
.modal-bio::-webkit-scrollbar {
    width: 8px;
}

.modal-bio::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.modal-bio::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.modal-bio::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2, #667eea);
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    animation: fadeIn 0.6s ease 0.6s both;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #667eea;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.social-icon:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

/* Info Cards */
.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px;
    margin-top: 24px;
    animation: fadeIn 0.6s ease 0.7s both;
}

.info-card {
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.info-card-icon {
    font-size: 24px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.info-card-value {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.info-card-label {
    font-size: 12px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Demo Button */
.demo-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.demo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.6);
}

.demo-btn:active {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 10px;
    }

    .modal-body {
        padding: 30px 20px !important;
    }

    .profile-img-wrapper {
        width: 130px;
        height: 130px;
    }

    .info-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .profile-img-wrapper {
        width: 110px;
        height: 110px;
    }

    .social-icons {
        gap: 12px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

.vl-organization-structure {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.vl-organization-structure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    /* background: #0066cc; */
}

/* Section Title Styling */

.vl-section-title-1 p {
    color: #5a6c7d;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Organization Chart Wrapper */
.organization-chart-wrapper {
    position: relative;
    padding: 50px;
    background: #f8fafc;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.organization-chart-wrapper:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e0;
}

/* Background Decoration */
.org-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 16px;
}

.org-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 102, 204, 0.03);
    border: 1px solid rgba(0, 102, 204, 0.08);
    animation: float 20s infinite ease-in-out;
}

.org-circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.org-circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    animation-delay: 5s;
}

.org-circle-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s;
}

@keyframes float {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(20px, -20px) scale(1.05);
    }
    50% {
        transform: translate(-15px, 15px) scale(0.95);
    }
    75% {
        transform: translate(15px, 20px) scale(1.02);
    }
}

/* Chart Container */
.org-chart-container {
    position: relative;
    z-index: 2;
}

.org-chart-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    padding: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.org-chart-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.org-chart-image:hover img {
    transform: scale(1.02);
}

/* Download Button */
.org-chart-download {
    margin-top: 30px;
}

.vl-btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #0066cc;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.25);
}

.vl-btn-primary:hover {
    background: #0052a3;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 102, 204, 0.35);
}

.vl-btn-primary i {
    font-size: 14px;
}

/* Info Box */
.org-info-box {
    background: #f8fafc;
    padding: 35px;
    border-radius: 12px;
    border-left: 5px solid #0066cc;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.org-info-content {
    color: #5a6c7d;
    line-height: 1.9;
    font-size: 16px;
}

.org-info-content h5 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .vl-section-title-1 .title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .vl-section-title-1 .title {
        font-size: 32px;
    }

    .organization-chart-wrapper {
        padding: 30px;
    }

    .org-chart-image {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .vl-section-title-1 .title {
        font-size: 28px;
    }

    .organization-chart-wrapper {
        padding: 20px;
    }

    .org-chart-image {
        padding: 15px;
    }

    .vl-btn-primary {
        padding: 12px 25px;
        font-size: 14px;
    }

    .org-circle-1 {
        width: 200px;
        height: 200px;
    }

    .org-circle-2 {
        width: 150px;
        height: 150px;
    }

    .org-circle-3 {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .vl-section-title-1 .title {
        font-size: 24px;
    }

    .vl-section-title-1 .subtitle {
        font-size: 12px;
    }

    .organization-chart-wrapper {
        padding: 15px;
    }

    .org-info-box {
        padding: 20px;
    }
}

/* Spacing Utilities */
.sp2 {
    padding: 100px 0;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.sot-wrapper {
    padding: 60px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    position: relative;
}

.sot-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: radial-gradient(
        ellipse at top,
        rgba(59, 130, 246, 0.08) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.sot-nav-container {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin-bottom: 40px;
}

.sot-nav-tabs {
    border: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.sot-nav-tabs .sot-nav-link {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #6b7280;
    background: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sot-nav-tabs .sot-nav-link:hover {
    background: #f9fafb;
    border-color: #3b82f6;
    color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.2);
}

.sot-nav-tabs .sot-nav-link.active {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-color: #3b82f6;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.sot-nav-tabs .sot-nav-link.active::before {
    content: "✓";
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 14px;
    font-weight: bold;
}

.sot-tab-content {
    padding: 20px 0;
}

.sot-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.sot-section-title h5 {
    color: #3b82f6;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.sot-section-title h5::before,
.sot-section-title h5::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6);
}

.sot-section-title h5::before {
    right: 100%;
}

.sot-section-title h5::after {
    left: 100%;
    background: linear-gradient(90deg, #3b82f6, transparent);
}

.sot-section-title h2 {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #1f2937 0%, #3b82f6 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sot-section-title p {
    font-size: 19px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Team Card Styles */
.sot-team-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.sot-team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sot-team-card:hover::before {
    opacity: 1;
}

.sot-team-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.3);
}

.sot-team-image-wrapper {
    margin-bottom: 25px;
    position: relative;
}

.sot-team-image-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 0;
}

.sot-team-card:hover .sot-team-image-wrapper::before {
    opacity: 0.15;
    width: 180px;
    height: 180px;
}

.sot-team-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #ffffff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.15);
    position: relative;
    z-index: 1;
}

.sot-team-card:hover .sot-team-image {
    border-color: #3b82f6;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.3);
}

.sot-team-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sot-team-info h4 {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(135deg, #1f2937 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.sot-team-card:hover .sot-team-info h4 {
    transform: translateY(-2px);
}

.sot-team-info p {
    font-size: 17px;
    color: #6b7280;
    margin: 0;
    padding: 8px 16px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.sot-team-card:hover .sot-team-info p {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
    transform: scale(1.05);
}

.sot-team-card-leader {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 50%, #fed7aa 100%);
    border: 2px solid #fb923c;
    position: relative;
}

.sot-team-card-leader::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    animation: starPulse 2s ease-in-out infinite;
}

@keyframes starPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.sot-team-card-leader:hover {
    box-shadow: 0 20px 60px rgba(251, 146, 60, 0.35);
    border-color: #f97316;
}

.sot-team-card-leader .sot-team-image {
    border-color: #fb923c;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    box-shadow: 0 10px 30px rgba(251, 146, 60, 0.25);
}

.sot-team-card-leader:hover .sot-team-image {
    border-color: #f97316;
    box-shadow: 0 15px 40px rgba(251, 146, 60, 0.4);
}

.sot-team-card-leader .sot-team-info p {
    background: linear-gradient(135deg, #fed7aa 0%, #fdba74 100%);
    color: #9a3412;
    font-weight: 600;
}

/* Organization Chart */
.sot-org-chart-wrapper {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.sot-org-chart-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(59, 130, 246, 0.03) 0%,
        rgba(139, 92, 246, 0.03) 100%
    );
    z-index: 0;
}

.sot-org-chart-image {
    position: relative;
    z-index: 1;
}

.sot-org-chart-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.sot-org-chart-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.2);
}

.sot-org-chart-download {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.sot-btn-download {
    display: inline-block;
    padding: 18px 45px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
    background-size: 200% auto;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    position: relative;
    overflow: hidden;
}

.sot-btn-download::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.sot-btn-download:hover::before {
    left: 100%;
}

.sot-btn-download:hover {
    background-position: right center;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(139, 92, 246, 0.5);
    color: #ffffff;
}

.sot-btn-download:active {
    transform: translateY(-1px) scale(1.02);
}

.sot-btn-download i {
    margin-right: 10px;
}

/* Empty State */
.sot-empty-state {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 24px;
    border: 2px dashed #cbd5e1;
    position: relative;
    overflow: hidden;
}

.sot-empty-state::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(59, 130, 246, 0.05) 0%,
        transparent 70%
    );
    animation: rotateGradient 20s linear infinite;
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sot-empty-icon {
    color: #94a3b8;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.sot-empty-text {
    font-size: 19px;
    color: #64748b;
    margin: 0;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sot-nav-tabs {
        flex-direction: column;
    }

    .sot-nav-tabs .sot-nav-link {
        width: 100%;
        min-width: auto;
        padding: 20px 25px;
        font-size: 20px;
    }

    .sot-section-title h2 {
        font-size: 32px;
    }

    .sot-section-title p {
        font-size: 18px;
    }

    .sot-team-info h4 {
        font-size: 20px;
    }

    .sot-team-info p {
        font-size: 16px;
    }

    .sot-org-chart-wrapper {
        padding: 25px;
    }

    .sot-btn-download {
        width: 100%;
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .sot-wrapper {
        padding: 40px 0;
    }

    .sot-nav-container {
        padding: 10px;
    }

    .sot-team-card {
        padding: 25px 20px;
    }

    .sot-team-image {
        width: 120px;
        height: 120px;
    }
}

/* Loading Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sot-tab-pane {
    animation: fadeIn 0.5s ease;
}

.event-content-area ul,
.event-content-area ol {
    padding-left: 20px !important;
    margin-bottom: 10px !important;
}

.event-content-area ul li {
    position: relative;
    display: block !important;
    padding-left: 1.2em;
    margin-bottom: 0.5em;
}

.event-content-area ul li::before {
    content: "•"; /* bullet */
    position: absolute;
    left: 0;
    color: black;
    font-weight: bold;
}

.event-content-area ul,
.event-content-area ol {
    padding-left: 20px !important;
    margin-bottom: 10px !important;
}

.event-content-area ul li,
.event-content-area ol li {
    position: relative;
    display: block !important;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.event-content-area ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: black;
    font-weight: bold;
}

.event-content-area ol {
    counter-reset: li-counter;
}

.event-content-area ol li::before {
    counter-increment: li-counter;
    content: counter(li-counter) ". ";
    position: absolute;
    left: 0;
    color: black;
    font-weight: bold;
}

/* ========================================
   STATISTICS SECTION - SENIOR FRIENDLY DESIGN
   Optimized for users 55+ years old
   ======================================== */

/* Main Container */
#statistics {
    padding: 60px 0;
}

#statistics .container {
    max-width: 1320px;
}

/* Counter Box - Larger & Clearer */
#statistics .single-counter-box {
    background: #ffffff;
    border: 3px solid #e8e8e8;
    border-radius: 16px;
    padding: 35px 25px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    min-height: 140px;
}

/* Simple Hover - No Dramatic Effects */
#statistics .single-counter-box:hover {
    border-color: #4a90e2;
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.15);
    transform: translateY(-3px);
}

/* Active/Highlighted State */
#statistics .single-counter-box.active {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f0fe 100%);
    border: 3px solid #4a90e2;
    box-shadow: 0 6px 25px rgba(74, 144, 226, 0.2);
}

/* Icon Container - Larger & Clear */
#statistics .counter-icon-wrap {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.25);
}

#statistics .counter-icon-wrap i {
    font-size: 2.2rem;
    color: #ffffff;
}

#statistics .single-counter-box.active .counter-icon-wrap {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

/* Content Wrapper */
#statistics .counter-content-wrap {
    flex: 1;
    text-align: left;
}

/* Number - EXTRA LARGE & BOLD for Easy Reading */
#statistics .single-counter-box .title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #2c3e50;
    margin: 0 0 8px 0;
    line-height: 1.1;
    letter-spacing: -1px;
}

#statistics .single-counter-box .title .counter {
    display: inline-block;
}

#statistics .single-counter-box.active .title {
    color: #27ae60;
}

/* Label - Clear & Readable */
#statistics .counter-label {
    display: block;
    color: #5a6c7d;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

#statistics .single-counter-box.active .counter-label {
    color: #27ae60;
}

/* Content Section - Left Side */
#statistics .vl-counter-content {
    padding-right: 2rem;
}

#statistics .vl-section-title-1 .subtitle {
    color: rgba(255, 255, 255, 0.95) !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 18px;
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
}

#statistics .vl-section-title-1 .title {
    color: #ffffff !important;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#statistics .sub-statistik {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Button - Large & Easy to Click */
#statistics .header-btn1 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1.15rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.3);
    border: none;
    min-width: 200px;
    justify-content: center;
}

#statistics .header-btn1:hover {
    background: linear-gradient(135deg, #229954 0%, #27ae60 100%);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4);
    transform: translateY(-2px);
    color: #ffffff;
}

#statistics .header-btn1 span i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

#statistics .header-btn1:hover span i {
    transform: translateX(5px);
}

/* Grid Spacing - More Breathing Room */
#statistics .row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

/* ========================================
   RESPONSIVE DESIGN FOR SENIOR USERS
   ======================================== */

/* Laptop & Small Desktop */
@media (max-width: 1399px) {
    #statistics .single-counter-box .title {
        font-size: 2.8rem;
    }

    #statistics .counter-icon-wrap {
        width: 75px;
        height: 75px;
    }

    #statistics .counter-icon-wrap i {
        font-size: 2rem;
    }
}

/* Tablet Landscape */
@media (max-width: 1199px) {
    #statistics .vl-counter-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 3rem;
    }

    #statistics .vl-section-title-1 .title {
        font-size: 2.5rem;
    }

    #statistics .single-counter-box {
        padding: 30px 20px;
        min-height: 130px;
    }

    #statistics .single-counter-box .title {
        font-size: 2.6rem;
    }

    #statistics .counter-label {
        font-size: 1.1rem;
    }
}

/* Tablet Portrait */
@media (max-width: 991px) {
    #statistics .single-counter-box {
        padding: 28px 20px;
        min-height: 120px;
    }

    #statistics .single-counter-box .title {
        font-size: 2.4rem;
    }

    #statistics .counter-icon-wrap {
        width: 70px;
        height: 70px;
    }

    #statistics .counter-icon-wrap i {
        font-size: 1.8rem;
    }

    #statistics .counter-label {
        font-size: 1.05rem;
    }
}

/* Mobile Landscape & Large Phones */
@media (max-width: 767px) {
    #statistics {
        padding: 50px 0;
    }

    #statistics .single-counter-box {
        padding: 25px 18px;
        min-height: 110px;
        gap: 15px;
    }

    #statistics .single-counter-box .title {
        font-size: 2.2rem;
    }

    #statistics .counter-icon-wrap {
        width: 65px;
        height: 65px;
    }

    #statistics .counter-icon-wrap i {
        font-size: 1.6rem;
    }

    #statistics .counter-label {
        font-size: 1rem;
    }

    #statistics .vl-section-title-1 .title {
        font-size: 2.2rem;
    }

    #statistics .sub-statistik {
        font-size: 1.1rem;
    }

    #statistics .header-btn1 {
        padding: 16px 35px;
        font-size: 1.1rem;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    #statistics .row.g-4 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    #statistics .single-counter-box {
        flex-direction: column;
        text-align: center;
        padding: 25px 15px;
        min-height: auto;
    }

    #statistics .counter-content-wrap {
        text-align: center;
    }

    #statistics .single-counter-box .title {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    #statistics .counter-icon-wrap {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    #statistics .counter-icon-wrap i {
        font-size: 1.5rem;
    }

    #statistics .counter-label {
        font-size: 0.95rem;
    }

    #statistics .vl-section-title-1 .title {
        font-size: 2rem;
    }

    #statistics .vl-section-title-1 .subtitle {
        font-size: 0.9rem;
        padding: 6px 16px;
    }

    #statistics .sub-statistik {
        font-size: 1.05rem;
    }

    #statistics .header-btn1 {
        padding: 15px 30px;
        font-size: 1.05rem;
        min-width: 180px;
    }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
    #statistics .single-counter-box .title {
        font-size: 1.8rem;
    }

    #statistics .counter-label {
        font-size: 0.9rem;
    }
}

/* High Contrast Mode for Better Visibility */
@media (prefers-contrast: high) {
    #statistics .single-counter-box {
        border-width: 4px;
        border-color: #2c3e50;
    }

    #statistics .single-counter-box .title {
        color: #000000;
    }

    #statistics .counter-label {
        color: #2c3e50;
    }
}

/* Print Styles */
@media print {
    #statistics .single-counter-box {
        border: 2px solid #000;
        box-shadow: none;
        page-break-inside: avoid;
    }

    #statistics .header-btn1 {
        display: none;
    }
}

/* ========================================
   BERITA DUKA SECTION - 1 CARD LAYOUT
   Extra Large for Senior Users (55+)
   ======================================== */

/* Section Styling */
#berita-duka {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#berita-duka::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.5) 0%,
        transparent 100%
    );
    pointer-events: none;
}

/* Section Header */
#berita-duka .section-header {
    position: relative;
    z-index: 2;
}

#berita-duka .section-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

#berita-duka .section-icon i {
    font-size: 2.5rem;
    color: #ffffff;
}

#berita-duka .section-subtitle {
    color: #667eea;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

#berita-duka .section-title {
    font-size: 3rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

#berita-duka .section-description {
    font-size: 1.2rem;
    color: #5a6c7d;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Carousel Wrapper */
#berita-duka .condolence-carousel-wrapper {
    position: relative;
    padding: 30px 0;
}

/* Swiper Container */
#berita-duka .condolenceSwiper {
    padding: 20px 10px 70px;
    overflow: visible;
}

/* Large Condolence Card */
#berita-duka .condolence-card-large {
    background: #ffffff;
    border: 4px solid #e8e8e8;
    border-radius: 24px;
    padding: 50px 40px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    min-height: 400px;
}

#berita-duka .condolence-card-large:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

/* Top Ribbon */
#berita-duka .condolence-ribbon-top {
    position: absolute;
    top: -15px;
    right: 40px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(52, 73, 94, 0.4);
    border: 5px solid #ffffff;
    z-index: 10;
}

#berita-duka .condolence-ribbon-top i {
    font-size: 1.8rem;
    color: #ffffff;
    transform: rotate(45deg);
}

/* Large Photo */
#berita-duka .condolence-photo-large {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #e8e8e8;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

#berita-duka .condolence-card-large:hover .condolence-photo-large {
    border-color: #667eea;
    transform: scale(1.03);
}

/* Real Photo */
#berita-duka .condolence-photo-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder Large */
#berita-duka .photo-placeholder-large {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#berita-duka .photo-placeholder-large i {
    font-size: 5rem;
    color: #ffffff;
    transform: rotate(45deg);
    opacity: 0.9;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Hover effect untuk icon */
#berita-duka .condolence-card-large:hover .photo-placeholder-large i {
    transform: rotate(45deg) scale(1.1);
    transition: transform 0.3s ease;
}

/* Black Ribbon Overlay on Photo */
#berita-duka .photo-ribbon-overlay-large {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 55px 55px 0;
    border-color: transparent #2c3e50 transparent transparent;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.3);
}

/* Container gambar / placeholder */
.condolence-image-wrapper {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    background: #f9f9f9;
    transition: transform 0.3s ease;
}

.condolence-image-wrapper:hover {
    transform: scale(1.02);
}

/* Gambar condolence */
.condolence-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: grayscale(20%) brightness(0.9);
    transition: filter 0.3s ease;
    border-radius: inherit;
}

.condolence-image-wrapper img:hover {
    filter: grayscale(0) brightness(1);
}

/* Placeholder saat tidak ada gambar */
.photo-placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #6e7a8a, #4a5568);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    color: #e0e0e0;
    font-size: 5rem;
    opacity: 0.6;
    user-select: none;
}

/* Overlay pita hitam */
.photo-ribbon-overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 50px;
    height: 100px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    pointer-events: none;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
    border-radius: 4px;
    z-index: 10;
}

/* Responsif */
@media (max-width: 480px) {
    .condolence-image-wrapper {
        max-width: 100%;
        border-radius: 12px;
    }
    .photo-placeholder {
        height: 220px;
        font-size: 3.5rem;
    }
    .photo-ribbon-overlay {
        width: 40px;
        height: 80px;
        top: 12px;
        left: 12px;
    }
}

/* Information Section */
#berita-duka .condolence-info {
    padding-left: 30px;
}

/* Header Large */
#berita-duka .condolence-header-large {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 3px solid #e8e8e8;
}

#berita-duka .condolence-name-large {
    font-size: 2.5rem;
    font-weight: 900;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

#berita-duka .condolence-relation-large {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Date Large */
#berita-duka .condolence-date-large {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fa;
    padding: 15px 25px;
    border-radius: 12px;
    border-left: 5px solid #667eea;
    margin-bottom: 25px;
}

#berita-duka .condolence-date-large i {
    font-size: 1.5rem;
    color: #667eea;
}

#berita-duka .condolence-date-large span {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
}

/* Message Large */
#berita-duka .condolence-message-large {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 16px;
    border: 3px dashed #d1d8e0;
    margin-bottom: 25px;
    position: relative;
}

#berita-duka .quote-icon {
    position: absolute;
    top: 15px;
    left: 20px;
}

#berita-duka .quote-icon i {
    font-size: 2rem;
    color: #667eea;
    opacity: 0.3;
}

#berita-duka .quote-icon-right {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

#berita-duka .quote-icon-right i {
    font-size: 2rem;
    color: #667eea;
    opacity: 0.3;
}

#berita-duka .condolence-message-large p {
    font-size: 1.25rem;
    line-height: 1.9;
    color: #5a6c7d;
    margin: 0;
    text-align: center;
    font-style: italic;
    padding: 0 40px;
    font-weight: 500;
}

/* From Large */
#berita-duka .condolence-from-large {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
}

#berita-duka .condolence-from-large i {
    font-size: 1.5rem;
    color: #667eea;
}

#berita-duka .condolence-from-large span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
}

/* Empty State Large */
#berita-duka .condolence-empty-large {
    background: #ffffff;
    border: 4px dashed #d1d8e0;
    border-radius: 24px;
    padding: 100px 40px;
    text-align: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#berita-duka .condolence-empty-large i {
    font-size: 5rem;
    color: #d1d8e0;
    margin-bottom: 25px;
}

#berita-duka .condolence-empty-large p {
    font-size: 1.5rem;
    color: #95a5a6;
    font-weight: 700;
}

/* Navigation Buttons - EXTRA LARGE */
#berita-duka .swiper-button-next,
#berita-duka .swiper-button-prev {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    border: 5px solid #ffffff;
}

#berita-duka .swiper-button-next:hover,
#berita-duka .swiper-button-prev:hover {
    transform: scale(1.15);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);
}

#berita-duka .swiper-button-next::after,
#berita-duka .swiper-button-prev::after {
    display: none;
}

#berita-duka .swiper-button-next i,
#berita-duka .swiper-button-prev i {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
}

#berita-duka .swiper-button-next.swiper-button-disabled,
#berita-duka .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Pagination - LARGER */
#berita-duka .swiper-pagination {
    bottom: 15px;
}

#berita-duka .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #d1d8e0;
    opacity: 1;
    margin: 0 8px;
    transition: all 0.3s ease;
}

#berita-duka .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* View All Button Large */
#berita-duka .btn-view-all-large {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 20px 45px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    border: 4px solid transparent;
}

#berita-duka .btn-view-all-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}

#berita-duka .btn-view-all-large i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

#berita-duka .btn-view-all-large:hover i {
    transform: translateX(8px);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Desktop */
@media (max-width: 1199px) {
    #berita-duka .section-title {
        font-size: 2.6rem;
    }

    #berita-duka .condolence-card-large {
        padding: 45px 35px;
    }

    #berita-duka .condolence-photo-large {
        width: 160px;
        height: 160px;
    }

    #berita-duka .photo-placeholder-large .initials-large {
        font-size: 4rem;
    }

    #berita-duka .condolence-name-large {
        font-size: 2.2rem;
    }

    #berita-duka .condolence-message-large p {
        font-size: 1.2rem;
    }
}

/* Tablet */
@media (max-width: 991px) {
    #berita-duka {
        padding: 60px 0;
    }

    #berita-duka .section-title {
        font-size: 2.4rem;
    }

    #berita-duka .condolence-card-large {
        padding: 40px 30px;
    }

    #berita-duka .condolence-photo-large {
        width: 150px;
        height: 150px;
    }

    #berita-duka .photo-placeholder-large .initials-large {
        font-size: 3.5rem;
    }

    #berita-duka .condolence-name-large {
        font-size: 2rem;
    }

    #berita-duka .condolence-info {
        padding-left: 20px;
    }

    #berita-duka .swiper-button-next,
    #berita-duka .swiper-button-prev {
        width: 70px;
        height: 70px;
    }

    #berita-duka .swiper-button-next i,
    #berita-duka .swiper-button-prev i {
        font-size: 1.7rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #berita-duka {
        padding: 50px 0;
    }

    #berita-duka .section-title {
        font-size: 2.2rem;
    }

    #berita-duka .condolence-card-large {
        padding: 35px 25px;
    }

    #berita-duka .condolence-photo-large {
        width: 140px;
        height: 140px;
        margin-bottom: 25px;
    }

    #berita-duka .photo-placeholder-large .initials-large {
        font-size: 3rem;
    }

    #berita-duka .condolence-info {
        padding-left: 0;
    }

    #berita-duka .condolence-name-large {
        font-size: 1.8rem;
        text-align: center;
    }

    #berita-duka .condolence-relation-large {
        font-size: 1.05rem;
    }

    #berita-duka .condolence-header-large {
        text-align: center;
    }

    #berita-duka .condolence-date-large span {
        font-size: 1.2rem;
    }

    #berita-duka .condolence-message-large {
        padding: 25px 20px;
    }

    #berita-duka .condolence-message-large p {
        font-size: 1.15rem;
        padding: 0 25px;
    }

    #berita-duka .swiper-button-next,
    #berita-duka .swiper-button-prev {
        width: 60px;
        height: 60px;
    }

    #berita-duka .swiper-button-next i,
    #berita-duka .swiper-button-prev i {
        font-size: 1.5rem;
    }

    #berita-duka .btn-view-all-large {
        padding: 18px 38px;
        font-size: 1.2rem;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    #berita-duka .section-title {
        font-size: 2rem;
    }

    #berita-duka .condolence-card-large {
        padding: 30px 20px;
    }

    #berita-duka .condolence-photo-large {
        width: 130px;
        height: 130px;
        border-width: 5px;
    }

    #berita-duka .photo-placeholder-large .initials-large {
        font-size: 2.8rem;
    }

    #berita-duka .condolence-ribbon-top {
        width: 60px;
        height: 60px;
        right: 20px;
    }

    #berita-duka .condolence-ribbon-top i {
        font-size: 1.5rem;
    }

    #berita-duka .condolence-name-large {
        font-size: 1.6rem;
    }

    #berita-duka .condolence-relation-large {
        font-size: 1rem;
        padding: 8px 20px;
    }

    #berita-duka .condolence-message-large p {
        font-size: 1.1rem;
        padding: 0 15px;
    }

    #berita-duka .swiper-button-next,
    #berita-duka .swiper-button-prev {
        width: 55px;
        height: 55px;
    }

    #berita-duka .swiper-button-next i,
    #berita-duka .swiper-button-prev i {
        font-size: 1.3rem;
    }

    #berita-duka .btn-view-all-large {
        padding: 16px 32px;
        font-size: 1.15rem;
    }
}
/* ========================================
   BLUR NON-ACTIVE SLIDES (Alternative)
   ======================================== */

/* Default: Semua slide blur & transparent */
#berita-duka .swiper-slide {
    opacity: 0.3;
    filter: blur(8px);
    transform: scale(0.9);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

/* Hanya slide aktif yang jelas */
#berita-duka .swiper-slide-active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    pointer-events: auto;
    z-index: 10;
}

/* Slide sebelah (prev/next) sedikit terlihat tapi blur */
#berita-duka .swiper-slide-prev,
#berita-duka .swiper-slide-next {
    opacity: 0.15;
    filter: blur(10px);
    transform: scale(0.85);
}

/* Smooth transition untuk card */
#berita-duka .condolence-card-large {
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
}

/* Active card entrance animation */
#berita-duka .swiper-slide-active .condolence-card-large {
    animation: cardEntrance 0.9s ease-out;
}

@keyframes cardEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) rotateX(-10deg);
        filter: blur(5px);
    }
    60% {
        opacity: 0.8;
        transform: translateY(-5px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
        filter: blur(0);
    }
}

/* Remove animation for duplicated slides (for loop) */
#berita-duka .swiper-slide-duplicate .condolence-card-large {
    animation: none;
}

@media (max-width: 768px) {
    #program-content p img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

.accordion-button {
    position: relative;
}

.accordion-button span {
    width: 30px; /* lebar area icon */
}

.accordion-button {
    padding-right: 50px; /* beri ruang untuk icon */
}

/* ════════════════════════════════════════════════════════════
   Semua style di-prefix .ykpw agar tidak bentrok CSS lain
   ════════════════════════════════════════════════════════════ */
.ykpw {
    --p-navy: #1a2744;
    --p-gold: #c9952a;
    --p-gold-lt: #f0c060;
    --p-cream: #fdf8f0;
    --p-white: #ffffff;
    --p-muted: #6b7280;
    --p-border: #e5e7eb;
    --p-radius: 16px;
    --p-shadow: 0 6px 24px rgba(26, 39, 68, 0.09);
    --p-shadowH: 0 14px 40px rgba(26, 39, 68, 0.16);
    font-family: "DM Sans", sans-serif;
    background: white;
    color: #1f2937;
}

/* ── HERO ── */
/* .ykpw-hero {
    background: linear-gradient(145deg, #0f1c38 0%, #1a2744 55%, #1e3a60 100%);
    padding: 72px 0 110px;
    position: relative;
    overflow: hidden;
}
.ykpw-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse 80% 60% at 70% 50%,
        rgba(201, 149, 42, 0.12) 0%,
        transparent 70%
    );
}
.ykpw-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 149, 42, 0.15);
    border: 1px solid rgba(201, 149, 42, 0.35);
    color: var(--p-gold-lt);
    border-radius: 100px;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.ykpw-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.9rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 18px;
}
.ykpw-hero h1 em {
    color: var(--p-gold-lt);
    font-style: normal;
}
.ykpw-hero p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 36px;
} */
.ykpw-stats {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}
.ykpw-stat-num {
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--p-gold-lt);
    line-height: 1;
}
.ykpw-stat-lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 4px;
}
.ykpw-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 64px;
    background: white;
    clip-path: ellipse(56% 100% at 50% 100%);
}

/* ── STICKY TABS ── */
.ykpw-tabs-wrap {
    background: whitesmoke;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
.ykpw-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--p-border);
    overflow-x: auto;
    scrollbar-width: none;
}
.ykpw-tabs::-webkit-scrollbar {
    display: none;
}
.ykpw-tab {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border: none;
    background: none;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--p-muted);
    border-bottom: 3px solid transparent;
    position: relative;
    bottom: -2px;
    transition:
        color 0.2s,
        border-color 0.2s,
        background 0.2s;
    border-radius: 12px 12px 0 0;
}
.ykpw-tab:hover {
    color: var(--p-navy);
    background: rgba(26, 39, 68, 0.04);
}
.ykpw-tab.is-active {
    color: var(--p-navy);
}
.ykpw-tab-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(26, 39, 68, 0.07);
    transition:
        background 0.2s,
        color 0.2s;
}
.ykpw-tab.is-active .ykpw-tab-icon {
    color: #fff;
}

/* ── SECTIONS ── */
.ykpw-section {
    display: none;
    padding: 56px 0 80px;
}
.ykpw-section.is-active {
    display: block;
}

.ykpw-section-head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 44px;
}
.ykpw-section-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    box-shadow: var(--p-shadow);
}
.ykpw-section-title {
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--p-navy);
    line-height: 1.2;
    margin-bottom: 8px;
}
.ykpw-section-desc {
    color: var(--p-muted);
    font-size: 1rem;
    line-height: 1.65;
}

/* ── FEATURE CARDS (THT) ── */
.ykpw-features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 18px;
    margin-bottom: 40px;
}
.ykpw-feat {
    background: var(--p-white);
    border-radius: var(--p-radius);
    padding: 24px 22px;
    box-shadow: var(--p-shadow);
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-left: 4px solid var(--p-gold);
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}
.ykpw-feat:hover {
    transform: translateY(-4px);
    box-shadow: var(--p-shadowH);
}
.ykpw-feat-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--p-navy), #2c3e6b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--p-gold-lt);
    font-size: 16px;
}
.ykpw-feat p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #374151;
}

/* ── FORMULA BOX ── */
.ykpw-formula-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .ykpw-formula-grid {
        grid-template-columns: 1fr;
    }
}

.ykpw-iuran-box {
    background: var(--p-white);
    border-radius: var(--p-radius);
    padding: 26px;
    box-shadow: var(--p-shadow);
    border-top: 4px solid var(--p-gold);
}
.ykpw-iuran-box h5 {
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    color: var(--p-navy);
    font-weight: 700;
    margin-bottom: 16px;
}
.ykpw-iuran-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed var(--p-border);
    gap: 8px;
}
.ykpw-iuran-row:last-child {
    border: none;
}
.ykpw-iuran-label {
    font-size: 14px;
    color: var(--p-muted);
}
.ykpw-iuran-persen {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--p-navy);
    white-space: nowrap;
}
.ykpw-iuran-basis {
    font-size: 12px;
    color: var(--p-muted);
    text-align: right;
}

.ykpw-formula-box {
    background: linear-gradient(135deg, var(--p-navy), #2c3e6b);
    border-radius: var(--p-radius);
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: var(--p-shadowH);
    position: relative;
    overflow: hidden;
}
.ykpw-formula-box::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(201, 149, 42, 0.1);
}
.ykpw-formula-box h5 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}
.ykpw-formula-val {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.2rem, 2.8vw, 1.7rem);
    font-weight: 700;
    color: var(--p-gold-lt);
    line-height: 1.3;
    margin-bottom: 14px;
}
.ykpw-formula-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* ── SUB PROGRAM CARDS (KSJ) ── */
.ykpw-sub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 16px;
    margin-bottom: 36px;
}
.ykpw-sub-card {
    background: var(--p-white);
    border-radius: var(--p-radius);
    overflow: hidden;
    box-shadow: var(--p-shadow);
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}
.ykpw-sub-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--p-shadowH);
}
.ykpw-sub-head {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.ykpw-sub-head-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.ykpw-sub-head h6 {
    margin: 0;
    font-weight: 700;
    font-size: 13.5px;
    line-height: 1.3;
}
.ykpw-sub-body {
    padding: 14px 18px;
}
.ykpw-sub-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ykpw-sub-body li {
    font-size: 13px;
    color: #374151;
    line-height: 1.55;
    padding: 5px 0 5px 18px;
    position: relative;
    border-bottom: 1px solid var(--p-border);
}
.ykpw-sub-body li:last-child {
    border: none;
}
.ykpw-sub-body li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 11px;
    color: var(--p-gold);
    font-weight: 700;
}

/* ── HEALTH ITEMS ── */
.ykpw-health-title {
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--p-navy);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ykpw-health-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--p-gold), transparent);
    border-radius: 1px;
}
.ykpw-health-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
.ykpw-health-item {
    background: var(--p-white);
    border-radius: 13px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.ykpw-health-item:hover {
    transform: translateX(6px);
    box-shadow: var(--p-shadow);
}
.ykpw-health-badge {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.05rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.ykpw-health-ic {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.04);
}
.ykpw-health-text {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.5;
}

/* Kelas perawatan table */
.ykpw-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--p-shadow);
    margin-top: 16px;
}
.ykpw-table thead {
    background: var(--p-navy);
    color: #fff;
}
.ykpw-table th,
.ykpw-table td {
    padding: 10px 16px;
    text-align: center;
}
.ykpw-table tbody tr:nth-child(even) {
    background: #f9fafb;
}
.ykpw-table td:first-child {
    font-weight: 600;
}

/* ── NUMBERED CARDS (KSJ Lainnya) ── */
.ykpw-numbered-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 18px;
}
.ykpw-num-card {
    background: var(--p-white);
    border-radius: var(--p-radius);
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: var(--p-shadow);
    position: relative;
    overflow: hidden;
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}
.ykpw-num-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--p-shadowH);
}
.ykpw-num-badge {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
.ykpw-num-text {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.55;
}
.ykpw-num-bg-icon {
    position: absolute;
    right: 14px;
    bottom: 10px;
    font-size: 34px;
    opacity: 0.05;
}

/* ── KSJ Formula (single, no iuran) ── */
.ykpw-ksj-formula {
    background: linear-gradient(135deg, #1a5276, #2c6ea0);
    border-radius: var(--p-radius);
    padding: 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: var(--p-shadowH);
    margin-top: 40px;
}
.ykpw-ksj-formula::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}
.ykpw-ksj-formula-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 14px;
}
.ykpw-ksj-formula-val {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-weight: 700;
    color: var(--p-gold-lt);
    margin-bottom: 12px;
}
.ykpw-ksj-formula-note {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.65;
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
    .ykpw-hero {
        padding: 48px 0 90px;
    }
    .ykpw-features {
        grid-template-columns: 1fr;
    }
    .ykpw-sub-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ykpw-numbered-grid {
        grid-template-columns: 1fr;
    }
    .ykpw-section-head {
        flex-direction: column;
    }
    .ykpw-stats {
        gap: 24px;
    }
    .ykpw-tab {
        padding: 12px 16px;
        font-size: 13px;
    }
}
@media (max-width: 380px) {
    .ykpw-sub-grid {
        grid-template-columns: 1fr;
    }
}
