body {
    background-color: #04052d;
}

.hero8-slider-area {
    position: relative;
    z-index: 1;
    padding: 220px 0 80px;
}

.hero8-slider-area .car-section img {
    height: 300px;
}

.car-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    gap: 10px;
}

.hero8-slider-area {
    height: 1184px;
}

/* Information page hero section - shorter height */
.informasi-page .hero8-slider-area {
    height: auto;
    min-height: 800px;
}

@media (max-width: 768px) {
    .informasi-page .hero8-slider-area {
        height: auto !important;
        min-height: 774px;
    }
}

.agenda.hero8-slider-area {
    height: auto !important;
    min-height: 800px;
}

@media (max-width: 768px) {
    .agenda.hero8-slider-area {
        height: 719px !important;
        min-height: 600px;
    }
}

.car-section img {
    opacity: 0;
    transform: scale(0.8);
    animation: zoomIn 0.8s ease-out forwards;
}

.car-section img:nth-child(1) {
    animation-delay: 0.8s;
}

.car-section img:nth-child(2) {
    animation-delay: 0.4s;
}

.car-section img:nth-child(3) {
    animation-delay: 1.2s;
}

.nice-select.swal2-select {
    display: none;
}

.homepage8-body .header-area.homepage8 .header-elements .site-logo img {
    width: 235px;
}

.swal2-html-container h1 {
    font-family: "Space Grotesk", sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

.swal2-confirm {
    background-color: #04052d !important;
}

.popup-content .popup-icon img {
    width: 168px;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup-content h5,
.popup-content h4,
.popup-content p,
.popup-content h1 {
    color: white;
}

.popup-content h5 {
    font-size: 16px;
    line-height: 0px;
}

.popup-content h1 {
    font-family: "Space Grotesk", sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

.popup-content p {
    line-height: 20px;
}

.see-invitation {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
}

.btn-area {
    padding-left: 100px;
    padding-right: 100px;
}

.others8-section-area {
    padding: 50px 0 100px;
}

#loading-icon {
    height: auto;
    width: 98px;
}

.preloader {
    background-color: #04052d;
}

.ford .schedule-item {
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 28px 24px;
    border-radius: 8px;
    border: 1px solid rgba(46, 77, 253, 0.08);
    background: #fff;
}

.ford .schedule-item .schedule-title {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: block;
    padding-bottom: 0;
}

.ford .schedule-body p {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    padding-top: 16px;
}

.ford .schedule-item span {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
}

.ford .event-duration {
    display: inline-block;
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.ford .schedule-header span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.event4-section-area.ford {
    background-color: #04052d;
}

.others8-section-area .cta-counter-box::after {
    background: #003a97;
}

.footer-logo-area {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

.footer-logo-area img {
    max-width: 100%;
    height: auto;
}

.footer-logo-area p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

.footer8-sertion-area .footer-logo-area img {
    width: auto;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vl-btn8 span.demo {
    background: #003a97;
}

a:hover {
    color: #003a97 !important;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.event-images-area .img1 {
    height: 984px;
}

.others8-section-area .cta-counter-box h2 div {
    font-size: 29px;
}

.header-area.homepage8.sticky {
    background: #010a59;
}

/* register */
.input-area {
    margin-bottom: 20px;
}

.input-area label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

textarea,
input[type="text"],
input[type="email"],
input[type="time"],
select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
}

textarea {
    height: 80px;
    resize: vertical;
}

.input-area select#shirtSize {
    width: 100%;
    /* Full-width for shirt size */
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: normal;
    font-size: 14px;
}

.radio-group input[type="radio"] {
    margin: 0;
    /* Remove default margin of radio button */
}

#time-slots {
    margin-top: 15px;
}

.vl-btn1 {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.vl-btn1:hover {
    background-color: #0056b3;
}

.text-end {
    text-align: end;
}

.inline-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    width: 60px;
    margin-bottom: 10px;
}

.inline-radio label {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.inline-radio input[type="radio"] {
    margin: 0;
    width: 16px;
    height: 16px;
}

.contact-inner-section .contact4-boxarea .input-area input {
    margin-top: 0px;
}

.contact-inner-section .contact4-boxarea .input-area textarea {
    margin-top: 0px;
}

.contact-inner-section .contact4-boxarea .input-area .inline-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.contact-inner-section
    .contact4-boxarea
    .input-area
    .inline-radio
    input[type="radio"] {
    margin: 0;
    width: 16px;
    height: 16px;
}

.contact-inner-section .contact4-boxarea .input-area .inline-radio label {
    margin: 0;
    font-weight: var(--ztc-weight-medium);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    color: var(--ztc-text-text-2);
}

.shirt-input {
    margin-bottom: 20px;
}

/* Eof register */

.register {
    margin-top: 100px;
}

/* Sponsor styles */
.sponsor-logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-item img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .sponsor-logos-row {
        justify-content: center;
        gap: 20px;
    }

    .sponsor-item {
        flex: 0 0 auto;
        margin: 0 10px;
    }

    .sponsor-item img {
        max-height: 80px;
    }
}

.nice-select {
    width: 100%;
}

.countdown-section.success {
    margin-top: 200px;
}

.others-pricing-area .pricing-boarea {
    height: auto;
}

.add-background {
    text-transform: uppercase;
    border-radius: 6px;
    background: rgba(0, 58, 151, 0.6);
    padding: 9px 10px;
}

a:hover {
    color: #83aaea !important;
}

.main-menu a:hover {
    color: #83aaea !important;
}

.homepage8-body .header-area.homepage8 .header-elements .menu-utama {
    position: relative;
}

.homepage8-body .header-area.homepage8 .header-elements .menu-utama ul li a {
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    display: block;
    transition: all 0.4s;
    padding: 0 20px;
}

.homepage8-body .header-area.homepage8 .header-elements .menu-utama ul li {
    display: inline-block;
    position: relative;
}

.nice-select.open .list {
    width: 100%;
}

.subtitle {
    font-size: 12px;
    font-style: italic;
}

.nice-select .current {
    font-size: 17px;
}

.event4-section-area .event-images-area .img1 img {
    height: 100%;
}

.event-dresscode {
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
}

.event-dresscode li {
    list-style: disc;
    margin-left: 15px;
}

.rundown ul {
    text-align: left;
}

.rundown li {
    color: white;
    padding-left: 15px;
}

.rundown li img {
    margin-right: 10px;
}

.rundown span.demo {
    line-height: 4px;
}

.event-dresscode {
    padding-bottom: 20px;
}

.popup-content {
    width: 613px;
}

.scrollable-content {
    max-height: 70vh;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.car-section .right-car {
    width: 400px;
    height: auto !important;
}

.car-section .left-car {
    width: 391px;
    height: auto !important;
}

.department-slot-container {
    display: flex;
    gap: 20px;
}

.department-column,
.slot-column {
    flex: 1;
}

select {
    padding: 17px;
}

@media (max-width: 768px) {
    .department-slot-container {
        display: block;
    }

    .department-column,
    .slot-column {
        display: inline-block;
        width: 100%;
    }

    .hero8-slider-area .car-section img {
        height: auto;
    }

    .car-section {
        bottom: 16%;
        gap: 0px;
    }

    .hero8-slider-area {
        height: 68vh;
    }

    .hero8-slider-area {
        padding: 128px 0 0px;
    }

    .hero8-header {
        padding: 0px 20px;
    }

    .mobile-header.mobile-haeder8 {
        background: #010a59;
    }

    .mobile-header.mobile-haeder8 .mobile-logo {
        width: 150px;
        height: auto;
    }

    .others8-section-area .cta-counter-box {
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        padding: 0;
        width: 25px;
        height: 25px;
    }

    .others8-section-area .cta-counter-box .elements23 {
        position: absolute;
        left: -34px;
        top: -16px;
        width: 89px;
        height: 88px;
        max-width: 113px;
        max-height: 113px;
    }

    .others8-section-area .cta-counter-box h2 {
        text-align: center;
        font-size: 29px;
        font-style: normal;
        line-height: 32px;
        width: 54px;
        margin-left: -15px;
    }

    .others8-section-area .cta-counter-box h2 div {
        font-size: 13px;
    }

    .others8-section-area {
        padding: 0px 0 100px;
    }

    .countdown-section {
        margin-top: -64px;
    }

    .event4-section-area.ford {
        padding: 0px 0 0px;
    }

    .footer-logo-area {
        width: 283px;
        text-align: center;
        margin: 0 auto;
    }

    .mobile-sidebar.mobile-sidebar8 {
        background: #010a59;
    }

    .mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul li a {
        color: white;
    }

    .mobile-sidebar img {
        width: 143px;
    }

    .mobile-sidebar.mobile-sidebar8 .menu-close {
        color: white;
    }

    .event-images-area .img1 {
        height: 404px;
        margin-bottom: 30px;
    }

    .car-section {
        left: 50%;
    }

    .popup-overlay {
        height: 103%;
    }
}
