    .banner-post-area-three {
        position: relative;
        overflow: hidden;
    }
    
    .carousel-item {
        transition: transform 0.8s ease-in-out;
    }
    
    .carousel-caption {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding: 0;
        z-index: 2;
    }
    
    .carousel-indicators {
        bottom: 30px;
        z-index: 3;
    }
    
    .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 5px;
        background-color: rgba(255, 255, 255, 0.5);
        border: 2px solid rgba(255, 255, 255, 0.8);
        transition: all 0.3s ease;
    }
    
    .carousel-indicators button.active {
        background-color: #fff;
        transform: scale(1.2);
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 5%;
        z-index: 3;
        transition: all 0.3s ease;
    }
    
    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        opacity: 0.8;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px;
        height: 25px;
        background-size: 100%;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 15px;
        transition: all 0.3s ease;
    }
    
    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
        background-color: rgba(0, 0, 0, 0.8);
        transform: scale(1.1);
    }
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .carousel-caption h1 {
            font-size: 2rem;
        }
        
        .carousel-caption p {
            font-size: 1rem;
        }
        
        .carousel-caption .btn {
            font-size: 0.9rem;
            padding: 10px 20px;
        }
        
        .banner-post-thumb-three img {
            height: 350px !important;
        }
    }
    
    @media (max-width: 576px) {
        .carousel-caption h1 {
            font-size: 1.5rem;
        }
        
        .carousel-caption p {
            font-size: 0.9rem;
        }
        
        .banner-post-thumb-three img {
            height: 300px !important;
        }
        
        .carousel-caption {
            padding: 0 15px;
        }
    }
    
    /* Animation classes (opsional, jika menggunakan Animate.css) */
    .animate__animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }
    
    .animate__fadeInUp {
        animation-name: fadeInUp;
    }
    
    .animate__delay-1s {
        animation-delay: 0.3s;
    }
    
    .animate__delay-2s {
        animation-delay: 0.6s;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translate3d(0, 40px, 0);
        }
        to {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }
    
    /* Custom Button Styling untuk Zaira Theme */
    .btn-primary {
        background: linear-gradient(45deg, #3F6088, #2A4970);
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 4px 15px rgba(63, 96, 136, 0.3);
        transition: all 0.3s ease;
    }
    
    .btn-primary:hover {
        background: linear-gradient(45deg, #2A4970, #1e3550);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(63, 96, 136, 0.4);
    }
    
    
     .struktur-organisasi-section {
        padding: 80px 0;
        background: #f8f9fa;
    }

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

    .section-header h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 15px;
        position: relative;
    }

    .section-header h2:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: #DC143C;
    }

    .section-subtitle {
        color: #7a8999;
        font-size: 1.1rem;
        margin-top: 20px;
    }
    
    /* Struktur Organisasi */
    .pengurus-card {
        margin-bottom: 30px;
    }

    .pengurus-card .thumb-info {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 25px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        background: white;
    }

    .pengurus-card:hover .thumb-info {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    }

    .pengurus-card .thumb-info-wrapper {
        position: relative;
        overflow: hidden;
    }

    .pengurus-card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .pengurus-card:hover img {
        transform: scale(1.05);
    }

    .pengurus-card .thumb-info-content {
        background: white;
    }

    .pengurus-card .thumb-info-content-inner {
        padding: 25px 20px !important;
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pengurus-card h4 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .pengurus-card .position-text {
        color: #DC143C;
        font-weight: 600;
        font-size: 0.95rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
    }

    .pengurus-card .contact-info {
        font-size: 0.85rem;
        color: #7a8999;
        line-height: 1.6;
    }

    .pengurus-card .contact-info i {
        color: #DC143C;
        width: 16px;
        margin-right: 5px;
    }

    /* Hidden Content on Hover */
    .pengurus-card .thumb-info-content-inner-hidden {
        background: rgba(0, 136, 204, 0.95) !important;
        color: white !important;
        padding: 20px !important;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }

    .pengurus-card:hover .thumb-info-content-inner-hidden {
        opacity: 1;
        transform: translateY(0);
    }

    .pengurus-card .thumb-info-content-inner-hidden a {
        color: white !important;
        text-decoration: none !important;
    }

    .pengurus-card .thumb-info-content-inner-hidden .btn {
        background: white !important;
        color: #DC143C !important;
    }

    /* Department Section */
    .department-section {
        background: white;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.08);
        margin-bottom: 50px;
        overflow: hidden;
    }

    .department-header {
        background: linear-gradient(135deg, #DC143C 0%, #CD5C5C 100%);
        color: white;
        padding: 30px;
        text-align: center;
        position: relative;
    }

    .department-title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .department-subtitle {
        opacity: 0.9;
        font-size: 1rem;
    }

    .department-content {
        padding: 40px 30px;
    }

    .leader-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 10px;
        padding: 25px;
        margin-bottom: 35px;
        border-left: 5px solid #DC143C;
        box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    }

    .leader-section h5 {
        color: #2c3e50;
        margin-bottom: 20px;
        font-weight: 600;
    }

    /* Member Cards */
    .member-card {
        background: white;
        border-radius: 10px;
        box-shadow: 0 3px 15px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        margin-bottom: 20px;
        overflow: hidden;
        border: 1px solid #f1f3f4;
    }

    .member-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        border-color: #DC143C;
    }

    .member-card .member-wrapper {
        display: flex;
        align-items: center;
        padding: 20px;
        gap: 15px;
    }

    .member-card img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
        border: 3px solid #f8f9fa;
    }

    .member-card .member-info {
        flex: 1;
    }

    .member-card .member-name {
        font-size: 1.1rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .member-card .member-position {
        color: #DC143C;
        font-weight: 600;
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .member-card .member-contact {
        color: #7a8999;
        font-size: 0.8rem;
    }

    /* Image Error Handling */
    .img-error {
        background: linear-gradient(135deg, #f1f3f4 0%, #e2e8f0 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #64748b;
        font-size: 3rem;
    }

    .member-img-error {
        background: linear-gradient(135deg, #f1f3f4 0%, #e2e8f0 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #64748b;
        font-size: 1.5rem;
    }

    /* Contact Section */
    .contact-section {
        background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
        color: white;
        border-radius: 15px;
        padding: 40px 30px;
        margin-top: 60px;
    }

    .contact-section .contact-item {
        text-align: center;
        padding: 20px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        margin-bottom: 20px;
        backdrop-filter: blur(10px);
    }

    .contact-section .contact-item i {
        font-size: 2.5rem;
        margin-bottom: 15px;
        color: #DC143C;
    }

    .contact-section .contact-item h6 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .social-buttons a {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        transition: all 0.3s ease;
    }

    .social-buttons a:hover {
        background: white;
        color: #2c3e50;
        transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .pengurus-card img {
            height: 220px;
        }
        
        .section-header h2 {
            font-size: 2rem;
        }
        
        .member-card .member-wrapper {
            flex-direction: column;
            text-align: center;
        }
        
        .member-card img {
            margin-bottom: 10px;
        }

        .department-content {
            padding: 30px 20px;
        }
    }

    /* Animation */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animate-fade-in-up {
        animation: fadeInUp 0.8s ease forwards;
        opacity: 0;
    }

    .animate-delay-1 { animation-delay: 0.1s; }
    .animate-delay-2 { animation-delay: 0.2s; }
    .animate-delay-3 { animation-delay: 0.3s; }
    .animate-delay-4 { animation-delay: 0.4s; }
    .animate-delay-5 { animation-delay: 0.5s; }
    .animate-delay-6 { animation-delay: 0.6s; }
    
     /* gallery */
    .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    }
    
    .gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    
    .gallery-image {
        cursor: pointer;
        transition: opacity 0.3s ease;
    }
    
    .gallery-image:hover {
        opacity: 0.9;
    }
    
    .btn-group .btn {
        margin: 2px;
    }
    
    .card {
        border: none;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        border-radius: 10px;
    }
    
    .card-header {
        background: linear-gradient(135deg, #B0C4DE 0%, #778899 100%);
        color: white;
        border-radius: 10px 10px 0 0 !important;
    }
    
    @media (max-width: 768px) {
        .gallery-item {
            margin-bottom: 1rem;
        }
        
        .btn-group {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
    }
    
    /* kontak */
    .social-media-link {
        transition: all 0.3s ease;
    }

    .social-icon-wrapper {
        border: 1px solid #e9ecef;
        transition: all 0.3s ease;
    }

    .social-media-link:hover .social-icon-wrapper {
        background-color: #f8f9fa;
        border-color: #dee2e6;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .contact-form .form-control {
        border: 1px solid #dee2e6;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .contact-form .form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
        transform: translateY(-1px);
    }

    .contact-form .is-invalid {
        border-color: #dc3545;
        animation: shake 0.5s ease-in-out;
    }

    @keyframes shake {

        0%,
        100% {
            transform: translateX(0);
        }

        10%,
        30%,
        50%,
        70%,
        90% {
            transform: translateX(-2px);
        }

        20%,
        40%,
        60%,
        80% {
            transform: translateX(2px);
        }
    }

    .form-group.focused .form-label {
        color: #007bff;
        transform: translateY(-2px);
        transition: all 0.3s ease;
    }

    .list-icons li {
        padding-left: 0;
        display: flex;
        align-items: flex-start;
    }

    .list-icons li i {
        margin-right: 15px;
        margin-top: 2px;
        min-width: 20px;
    }

    .btn-modern {
        border-radius: 6px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .btn-modern:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    }

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

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

    /* Custom SweetAlert2 styling */
    .swal2-popup {
        border-radius: 15px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    }

    .swal2-title {
        font-weight: 600 !important;
        color: #2c3e50 !important;
    }

    .swal2-content {
        color: #34495e !important;
    }

    .swal2-confirm {
        border-radius: 8px !important;
        font-weight: 600 !important;
        padding: 10px 30px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }

    .swal2-timer-progress-bar {
        background: #28a745 !important;
    }

    .swal2-footer {
        border-top: 1px solid #e9ecef !important;
        padding-top: 15px !important;
    }

    /* Success popup custom styling */
    .success-popup {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
    }

    .success-title {
        color: #28a745 !important;
        font-size: 1.5rem !important;
    }

    .success-content {
        color: #495057 !important;
        line-height: 1.6 !important;
    }

    /* Success icon animation */
    .swal2-success .swal2-success-ring {
        border: 4px solid rgba(40, 167, 69, 0.3) !important;
    }

    .swal2-success .swal2-success-fix {
        background-color: #28a745 !important;
    }

    .swal2-success [class^='swal2-success-line'] {
        background-color: #28a745 !important;
    }

    /* Error popup styling */
    .swal2-error .swal2-error-x .swal2-error-line {
        background-color: #dc3545 !important;
    }

    @media (max-width: 768px) {
        .social-media-links {
            display: flex;
            flex-wrap: wrap;
        }

        .social-media-link {
            flex: 1 1 calc(50% - 0.5rem);
            margin-right: 0.5rem;
        }

        .swal2-popup {
            margin: 10px !important;
            width: calc(100% - 20px) !important;
        }
    }
     
     
     
     
    
    