@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@200;300;400;500;600;700;800&amp;display=swap");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #78d5ef;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --body-font: "Work Sans", Helvetica, Arial, sans-serif;
    --title-font: "Bebas Neue", Helvetica, Arial, sans-serif;
    --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;

    --electric-border-color: #dd8449;
    --electric-light-color: oklch(from var(--electric-border-color) l c h);
    --gradient-color: oklch(
        from var(--electric-border-color) 0.3 calc(c / 2) h / 0.4
    );
    --color-neutral-900: oklch(0.185 0 0);
}

* {
}

body {
    background-image: url("/images/bg_aom11.png");
    font-family: "Arial", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    color: white;
    margin: 0 !important;
    padding: 0 !important;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    flex: 1;
}

/* start nav */
.ftco_navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
    padding: 15px 0;
}

/* Navbar when scrolled */
.ftco_navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
}

/* Navbar Brand */
.navbar-brand {
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

/* Navigation Links Base */
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 12px 20px !important;
    margin: 0 5px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect for Nav Links */
.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

/* Active Nav Link */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link.active {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15);
}

/* Dropdown Styles */
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

.dropdown-item {
    color: #ffffff;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Dropdown Toggle */
.dropdown-toggle {
    position: relative;
}

.dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* Mobile Menu Button */
.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: none !important;
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-icon::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
    box-shadow: 0 -6px 0 white, 0 6px 0 white;
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.95);
        margin-top: 15px;
        border-radius: 10px;
        padding: 20px;
        backdrop-filter: blur(10px);
    }

    .navbar-nav .nav-link {
        margin: 5px 0;
        text-align: center;
    }
}

/* Smooth Animation for All Elements */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Additional Enhancement - Glowing Effect on Hover */
.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.navbar-nav .nav-link:hover::before {
    transform: translateX(100%);
}
/* end nav */

/* start hero */

.body-hero {
}

@keyframes twinkle {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.container-hero {
    display: flex;
    min-height: 100vh;
    position: relative;
}

.left-section-hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.right-section-hero {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.aom-title-hero {
    width: 400px;
    height: 120px;
    background: url("/images/hero_aom11.png") no-repeat center;
    background-size: contain;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
    scale: 1.9;
}

.subtitle-hero {
    width: 350px;
    height: 40px;
    background: url("/images/hero_teks.png") no-repeat center;
    background-size: contain;
    margin-bottom: 40px;
}

/* Countdown */
.countdown-hero {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.time-box-hero {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px 15px;
    text-align: center;
    min-width: 80px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.digit-hero {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.countdown-label-hero {
    font-size: 14px;
    opacity: 0.8;
}

/* Buy Ticket Button */
.buy-ticket-btn {
    background: linear-gradient(135deg, #8b5cf6, #a855f7, #9333ea);
    border: none;
    border-radius: 25px;
    padding: 15px 40px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.buy-ticket-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(139, 92, 246, 0.6);
    background: linear-gradient(135deg, #9333ea, #8b5cf6, #a855f7);
}

/* Arena Image Slider */
.arena-container-hero {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.slider-container {
    display: flex;
    width: 500%; /* 5 gambar x 100% */
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide {
    width: 20%; /* 100% / 5 gambar */
    height: 100%;
    position: relative;
    background: linear-gradient(135deg, #4c1d95, #5b21b6, #6d28d9);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        rgba(139, 92, 246, 0.2) 0%,
        transparent 50%,
        rgba(168, 85, 247, 0.2) 100%
    );
    z-index: 1;
}

/* Loading placeholder untuk gambar yang belum ada */
.slide-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    text-align: center;
    background: linear-gradient(135deg, #4c1d95, #5b21b6, #6d28d9);
}

/* Dots indicator */
.dots-indicator-hero {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
}

/* Auto slide progress bar */
.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: rgba(139, 92, 246, 0.8);
    transition: width 0.1s linear;
    border-radius: 0 4px 0 0;
}

@media (max-width: 768px) {
    body {
        min-height: 100vh;
        overflow-x: hidden;
        position: center;
    }
    .container-hero {
        flex-direction: column;
    }

    .countdown-hero {
        gap: 15px;
        margin-left: 0;
    }

    .time-box-hero {
        min-width: 70px;
        padding: 15px 10px;
    }

    .digit-hero {
        font-size: 28px;
    }

    .aom-title-hero {
        width: 300px;
        height: 90px;
        margin-left: 0;
        font-size: 36px;
        margin-top: 100px;
    }

    .subtitle-hero {
        width: 280px;
        height: 35px;
        margin-left: 0;
    }

    .buy-ticket-btn {
        margin-left: 0;
    }

    .slider-wrapper {
        height: 250px;
    }
}

/* Animasi fade in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.left-section-hero > * {
    animation: fadeIn 0.8s ease-out forwards;
}

.left-section-hero > *:nth-child(1) {
    animation-delay: 0.1s;
}
.left-section-hero > *:nth-child(2) {
    animation-delay: 0.2s;
}
.left-section-hero > *:nth-child(3) {
    animation-delay: 0.3s;
}
.left-section-hero > *:nth-child(4) {
    animation-delay: 0.4s;
}
/* end hero */

/* start guestar */
/* Modern Guest Star Section - Simple Card Design */
/* Space Theme Guest Star Section */
.ftco-section-guest {
    background: transparent;
    position: relative;
    overflow: hidden;
}


/* Header Styling */
.wm {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ftco-section-guest h2 {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.small-border {
    width: 60px;
    height: 4px;
    background-color: #6a00e3;
    margin: 0 auto 40px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(112, 3, 229, 0.5);
}

.spacer-single {
    height: 50px;
}

/* Carousel Container */
.carousel-testimony {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
}

.carousel-testimony::-webkit-scrollbar {
    display: none;
}

/* Speaker Card - Larger Size */
.item {
    flex: 0 0 auto;
    width: 320px;
}

.speaker {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.speaker:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
}

.speaker:hover .image-container img {
    transform: scale(1.08);
}

/* Text Section */
.text-overlay {
    position: static;
    background: rgba(20, 20, 20, 0.9);
    padding: 25px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.text-overlay h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Subtitle Style */
.text-overlay .subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Animation Classes */
.ftco-animate {
    animation: fadeInUp 0.8s ease-out;
}

.wow.slideInUp {
    animation: slideInUp 1s ease-out;
}

.wow.fadeInUp {
    animation: fadeInUp 1s ease-out;
    animation-delay: 0.2s;
}

/* Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1400px) {
    .carousel-testimony {
        gap: 25px;
    }

    .item {
        width: 300px;
    }

    .image-container {
        height: 330px;
    }
}

@media (max-width: 1200px) {
    .carousel-testimony {
        gap: 20px;
        justify-content: flex-start;
    }

    .item {
        width: 280px;
    }

    .image-container {
        height: 310px;
    }
}

@media (max-width: 768px) {
    .ftco-section-guest {
        padding: 60px 0;
    }

    .ftco-section-guest h2 {
        font-size: 42px;
    }

    .carousel-testimony {
        gap: 15px;
        padding: 10px;
    }

    .item {
        width: 260px;
    }

    .image-container {
        height: 280px;
    }

    .text-overlay {
        padding: 20px;
    }

    .text-overlay h3 {
        font-size: 20px;
    }

    .text-overlay .subtitle {
        font-size: 14px;
    }
    .guestar-carousel img {
        align-items: center;
        transform: scale(0.9);
    }
}

@media (max-width: 480px) {
    .ftco-section-guest h2 {
        font-size: 32px;
    }

    .item {
        width: 240px;
    }

    .image-container {
        height: 260px;
    }

    .text-overlay h3 {
        font-size: 18px;
    }

    .text-overlay .subtitle {
        font-size: 13px;
    }
}

/* Grid Layout for Desktop */
@media (min-width: 1200px) {
    .grid-layout .carousel-testimony {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        overflow: visible;
        justify-content: center;
        max-width: 1400px;
        margin: 0 auto;
    }

    .grid-layout .item {
        width: 100%;
    }

    .guestar-carousel {
        position: center;
        overflow: hidden;
        border-radius: 20px;
    }

    .guestar-carousel-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .guestar-slide {
        min-width: 25%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .guestar-card {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        overflow: hidden;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
        position: relative;
        height: 400px;
    }

    .guestar-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
        border-color: rgba(255, 255, 255, 0.4);
    }

    .guestar-image {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .guestar-image img {
        width: 100%;
        height: 100%;
    }

    .guestar-image::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    }

    /* Artist images */
    .guestar-ariana {
        background-image: linear-gradient(45deg, #ff6b6b, #ffa500, #ff1744);
    }

    .guestar-ed {
        background-image: linear-gradient(45deg, #4ecdc4, #44a08d, #2196f3);
    }

    .guestar-adele {
        background-image: linear-gradient(45deg, #667eea, #764ba2, #9c27b0);
    }

    .guestar-taylor {
        background-image: linear-gradient(45deg, #ffeaa7, #fab1a0, #e17055);
    }

    .guestar-info {
        padding: 20px;
        text-align: center;
    }

    .guestar-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
        color: white;
    }

    .guestar-label {
        font-size: 14px;
        color: #b19cd9;
        font-weight: 600;
        letter-spacing: 1px;
    }

    /* Navigation arrows */
    .guestar-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.1);
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        z-index: 10;
    }

    .guestar-nav:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-50%) scale(1.1);
    }

    .guestar-prev {
        left: -25px;
    }

    .guestar-next {
        right: -25px;
    }

    .guestar-nav::before {
        content: "";
        width: 12px;
        height: 12px;
        border-top: 2px solid white;
        border-right: 2px solid white;
    }

    .guestar-prev::before {
        transform: rotate(-135deg);
        margin-left: 3px;
    }

    .guestar-next::before {
        transform: rotate(45deg);
        margin-right: 3px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .guestar-slide {
            min-width: 50%;
        }

        .guestar-title-image {
            width: 300px;
            height: 60px;
        }

        .guestar-card {
            height: 350px;
        }

        .guestar-image {
            height: 250px;
        }
    }

    @media (max-width: 480px) {
        .guestar-slide {
            min-width: 100%;
        }

        .guestar-nav {
            width: 40px;
            height: 40px;
        }
    }

    /* Smooth animations */
    .guestar-card {
        animation: guestar-fadeIn 0.6s ease-out;
    }

    @keyframes guestar-fadeIn {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}
/* end guestar */
.sponsor-section {
    margin-top: 80px !important;
    padding-top: 40px !important;
}
.wm {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.7);
    /* margin-bottom: 10px; */
    padding-top: 30px;
    text-transform: uppercase;
}
/* start ticket */
/* Ticket Section Styling */
/* Ticket Section Styling */
.ftco-section#ticket {
    background: transparent;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.ftco-section#ticket::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
}

/* Header Section */
.heading-section {
    position: relative;
    z-index: 2;
}

.heading-section h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.small-border {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #7e33a1, #9409da);
    margin: 0 auto 30px;
    border-radius: 2px;
}

.spacer-single {
    height: 30px;
}

/* Carousel Container */
.carousel-testimony {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
}

/* Ticket Card Styling - Dark Theme */
.pricing-s1 {
    background: #1f1f1f;
    border: 2px solid #333;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    min-width: 320px;
    max-width: 360px;
    margin: 0 auto;
}

.pricing-s1 * {
    pointer-events: auto;
}
.pricing-s1 .btn-danger {
    pointer-events: auto !important;
    position: relative !important;
    z-index: 999 !important;
}

.pricing-s1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444, #f87171);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.pricing-s1:hover {
    /* transform: translateY(-12px) scale(1.02); */
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: #444;
}

/* Ticket Header - Dark */
.pricing-s1 .top {
    padding: 35px 25px 25px;
    background: #1f1f1f;
    position: relative;
}

.ticket-name {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Price Section - Red Theme */
.pricing-s1 .mid {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-s1 .mid::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 70%
    );
    animation: shimmer 4s ease-in-out infinite;
}

@keyframes shimmer {
    0%,
    100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
}

.price {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    z-index: 1;
}

.original-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    text-decoration: line-through;
    opacity: 0.6;
    font-size: 0.85em;
    color: #ccc;
}

.discount-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-weight: bold;
    font-size: 1.2em;
}

.discount-price .currency {
    font-size: 0.7em;
}

.original-price .currency {
    font-size: 0.7em;
}

.currency {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.95;
}

.hargaTiket {
    font-size: 38px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* Benefits List - Dark */
.pricing-s1 .bottom {
    padding: 30px 25px;
    background: #1f1f1f;
}

.pricing-s1 .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-s1 .bottom li {
    padding: 14px 0;
    display: flex;
    align-items: center;
    color: #cccccc;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.pricing-s1 .bottom li:last-child {
    border-bottom: none;
}

.pricing-s1 .bottom li:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.pricing-s1 .bottom li i {
    color: #22c55e;
    font-size: 16px;
    margin-right: 15px;
    min-width: 20px;
    text-align: center;
    filter: drop-shadow(0 1px 2px rgba(34, 197, 94, 0.3));
}

/* Action Button - Enhanced Red */
.pricing-s1 .action {
    padding: 0 25px 35px;
    background: #1f1f1f;
}

.btn-danger {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border: 2px solid #ef4444;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-danger::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
    transition: left 0.6s ease;
}

.btn-danger:hover::before {
    left: 100%;
}

.btn-danger:hover {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(220, 38, 38, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: #f87171;
}

.btn-danger:active {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Additional Dark Card Effects */
.pricing-s1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        circle at 50% 0%,
        rgba(255, 255, 255, 0.03) 0%,
        transparent 50%
    );
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-s1:hover::after {
    opacity: 1;
}

/* Animation Classes */
.wow.slideInUp {
    animation: slideInUp 0.8s ease-out;
}

.wow.fadeInUp {
    animation: fadeInUp 1s ease-out;
}

.wow.flipInY {
    animation: flipInY 0.8s ease-out;
}

@keyframes slideInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0;
    }
    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .ftco-section#ticket {
        padding: 60px 0;
    }

    .heading-section h2 {
        font-size: 36px;
    }

    .pricing-s1 {
        min-width: 300px;
        margin-bottom: 30px;
    }

    .carousel-testimony {
        flex-direction: column;
        align-items: center;
    }

    .hargaTiket {
        font-size: 32px;
    }

    .btn-danger {
        padding: 14px 40px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .pricing-s1 {
        min-width: 280px;
    }

    .pricing-s1 .top,
    .pricing-s1 .bottom,
    .pricing-s1 .action {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ticket-name {
        font-size: 22px;
    }

    .hargaTiket {
        font-size: 28px;
    }

    .btn-danger {
        padding: 12px 35px;
        font-size: 14px;
    }
}
/* end ticket */

/* medpart */

/* end medpart */

/* css footer */
#footer {
    position: relative;
    width: 100%;
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    clear: both;
    flex-shrink: 0; /* Mencegah footer menyusut */
}

/* 5. Footer top section */
.footer-top {
    width: 100%;
    position: relative;
    padding: 40px 0 0 0; /* Hilangkan padding bottom */
    color: #fff;
    margin: 0 !important;
}

/* IMPROVED: Footer container - bagian copyright */
.footer-container {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    text-align: center;
    padding: 25px 0;
    margin: 0 !important;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

/* IMPROVED: Copyright text styling */
.footer-container .copyright {
    margin: 0 0 8px 0 !important;
    padding: 0;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

/* IMPROVED: Credits text styling */
.footer-container .credits {
    margin: 0 !important;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* IMPROVED: Credits link styling */
.footer-container .credits a {
    color: #4fc3f7;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.footer-container .credits a:hover {
    color: #29b6f6;
    text-shadow: 0 0 8px rgba(79, 195, 247, 0.4);
}

.footer-container .credits a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 50%;
    background: linear-gradient(90deg, transparent, #4fc3f7, transparent);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.footer-container .credits a:hover::after {
    width: 100%;
}

/* IMPROVED: Footer sections styling */
.footer-top h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.footer-top p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.footer-top ul li {
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.footer-top ul li:hover {
    transform: translateX(5px);
}

.footer-top ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-top ul li a:hover {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.3);
}

/* IMPROVED: Social links styling */
.social-links {
    margin-top: 20px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.social-links a.email:hover {
    background: rgba(220, 38, 38, 0.3);
    border-color: #dc2626;
    color: #ff6b6b;
}

.social-links a.instagram:hover {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    border-color: #e1306c;
}

/* 7. Perbaikan untuk elemen terakhir sebelum footer */
.ftco-section:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 8. Override untuk semua elemen yang mungkin menambah space */
.footer-container .copyright,
.footer-container .credits {
    box-sizing: border-box;
}

/* 9. Clearfix untuk footer */
#footer::after,
.footer-container::after {
    content: "";
    display: table;
    clear: both;
}

/* 10. Pastikan tidak ada elemen floating yang mengganggu */
#footer * {
    box-sizing: border-box;
}

/* 11. Override margin dari framework Bootstrap atau lainnya */
.container:last-child,
.row:last-child,
.col-lg-6:last-child,
.col-md-6:last-child {
    margin-bottom: 0 !important;
}

/* 12. IMPROVED: Responsive adjustments */
@media (max-width: 768px) {
    .footer-top {
        padding: 20px 0 0 0;
    }

    .footer-container {
        padding: 20px 15px;
    }

    .footer-container .copyright {
        font-size: 15px;
        margin-bottom: 6px !important;
    }

    .footer-container .credits {
        font-size: 13px;
    }

    .footer-top h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-top p {
        font-size: 13px;
        line-height: 1.6;
    }

    .social-links a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 18px 10px;
    }

    .footer-container .copyright {
        font-size: 14px;
    }

    .footer-container .credits {
        font-size: 12px;
    }

    .social-links a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-right: 8px;
    }
}

/* IMPROVED: Animation untuk footer saat load */
.footer-container {
    animation: footerFadeIn 0.8s ease-out;
}

@keyframes footerFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.band-section-nidji {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 40px;
    gap: 60px;
}

.band-image-nidji {
    flex: 1;
    width: 800px;
    height: auto;
}

.band-photo-nidji {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.band-content {
    flex: 1;
    max-width: 600px;
}

.band-description {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 40px;
    color: #b0b8c1;
}

.band-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px 35px;
    text-align: center;
    flex: 1;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 8px;
}

.stat-number.purple {
    background: linear-gradient(135deg, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-number.blue {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 14px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.band-members {
    margin-top: 10px;
}

.band-members h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.members-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}

.member {
    font-size: 14px;
    color: #b0b8c1;
    padding: 8px 0;
}

.member::before {
    content: "•";
    color: #5b21b6;
    margin-right: 8px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .band-section {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .band-stats {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .band-section {
        padding: 20px;
        margin-top: 20px;
    }

    .band-stats {
        flex-direction: column;
        gap: 15px;
    }

    .band-image-nidji {
        display: none;
    }

    .stat-number {
        font-size: 36px;
    }

    .members-grid {
        grid-template-columns: 1fr;
    }
}
