/* 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 */
    width: 350px;
    height: 350px;
    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;
}
