a {
    text-decoration: none;
    margin: 5px 0;
}

body {
    font-family: 'Pontano Sans', sans-serif;
}
.navbar {
    background: linear-gradient(90deg, #0055B6 32.17%, #00418C 100%);
    padding: 10px 0;
    z-index: 1000;
}
.navbar-brand img {
    height: 50px;
}
.navbar-nav .nav-link {
    color: white !important;
    font-weight: 600;
    padding: 10px 15px;
}
.navbar-nav .nav-link:hover {
    text-decoration: none;
    border-bottom: 1px solid #ffc107;
}
.nav-link.active {
    text-decoration: none;
    border-bottom: 1px solid #ffc107;
}
.btn-daftar {
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 8px 15px;
}
.btn-daftar:hover {
    background-color: #ffc107;
    color: white;
}
.btn-masuk {
    background-color: #ffc107;
    color: black;
    border-radius: 5px;
    padding: 8px 15px;
}
.btn-masuk:hover {
    background-color: white;
    color: #ffc107;
}
.cart-icon {
    color: white;
    font-size: 20px;
    position: relative;
}
.cart-icon span {
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    font-size: 8px;
    border-radius: 50%;
    padding: 2px 6px;
}

@media (max-width: 991.98px) {
    #navbarNav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #002b5b; /* Sesuaikan warna navbar kamu */
        padding: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 992px) {
    #navbarNav {
        position: static !important;
        padding: 0 !important;
        background-color: transparent !important;
    }
}

#toast-message {
    position: absolute;
    top: 48px; /* sesuaikan agar di bawah ikon keranjang */
    right: 15px;
    z-index: 9999;
    display: none;
}

.toast-box {
    background: #28a745;
    color: white;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.toast-arrow {
    position: absolute;
    top: -8px;
    right: 14px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #28a745;
}


.banner-section {
    height: 110vh;
    background: url('/assets/img/banner.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 99;
}


.search-section {
    background: url('/assets/img/bg-search.png') no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 20px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    display: flex;
    flex-wrap: nowrap; /* untuk jaga supaya tidak turun */
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}
.search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.garis-vertikal {
    width: 2px;
    height: 50px;
    justify-content: center;
    background-color: #00418C;
    margin: 2px auto;
}

.garis-vertikal2 {
    width: 2px;
    height: 50px;
    justify-content: center;
    background-color: #ffffff00;
    margin: 2px auto;
}

.tanggal-select {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.search-wizard-mobile {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 400px;
    margin: auto;
    margin-top: 1rem;
}

.search-wizard-mobile .list-group-item {
    cursor: pointer;
}


@media (max-width: 756px) {
    .banner-section {
        background: url('/assets/img/banner-mobile.png') no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        z-index: 99;
        height: 50vh;
    }

    .search-section {
        flex-direction: column;
        align-items: stretch;
        padding: 15px;
        margin-top: -30px;
        width: 95%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .search-item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        justify-content: flex-start;
    }

    .search-item i {
        padding: 10px;
        font-size: 16px;
    }

    .tanggal-select h6 {
        font-size: 12px;
    }

    .search-item select {
        width: 100%;
        font-size: 12px;
    }

    .search-button {
        width: 100%;
        justify-content: center;
        padding: 10px;
        font-size: 14px;
    }

    .garis-vertikal,
    .garis-vertikal2 {
        display: none;
    }
}


.tanggal-select h6 {
    font-weight: bold;
    margin: 0;
    font-size: 13px;
}

.search-item i {
    padding: 15px 25px;
    background-color: #00418C;
    color: white;
    border-radius: 10px;
}
.search-item select {
    border: none;
    background: transparent;
    outline: none;
}
.search-button {
    background: #00418C;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.search-item select {
    font-size: 16px;
    color: #6c6c6c;
}

.description {
    width: 45%;
    margin: 0 auto;
    padding: 60px 5px;
    text-align: center;
}

.description p {
    font-size: 20px;
    font-weight: 600;
}

.spar {
    color: #18237C;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Rubik';
}

.x {
    color: #FFBF00;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Rubik';
}


@media (max-width: 768px) {
    .description { 
        width: 100%;
    }
}

.why-sparx {
    padding: 10px 0;
    margin: 0 auto;
    width: 80%;
    font-family: 'Rubik';
}
.why-sparx h2 {
    font-weight: 700;
}

.why-sparx p {
    justify-content:space-between
}

.why-sparx .highlight {
    color: #ffc107;
}
.why-sparx ul {
    list-style: none;
    padding: 0;
}
.why-sparx li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.why-sparx .icon-box {
    background: #00418C;
    color: white;
    font-weight: bold;
    padding: 8px 13px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
}
.why-sparx .why-text {
    font-weight: 600;
    margin-bottom: 1px;
}
.why-sparx .why-description {
    font-size: 0.9rem;
    color: gray;
    margin-bottom: 5px;
}
.why-sparx .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
}
.why-sparx .image-container img {
    width: auto;
    max-height: 400px;
    border-radius: 8px;
}

.cta-section {
    background: #0056b3;
    color: white;
    padding: 10px 0;
    text-align: center;
}
.cta-section .container {
    max-width: 900px;
}
.cta-section .row {
    align-items: center;
}
.cta-section img {
    width: 100%;
    max-width: 250px;
    display: block;
}
.cta-section .cta-text {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 15px auto;
}
.cta-button {
    background: #ffc107;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}

.cta-button:hover {
    background-color: #003e8a;
    color: #ffc107;
}

/* ===============================Acvtivition Section============================= */
.activities-section {
    padding: 50px 0;
    text-align: center;
}

.activities-section .container {
    width: 80%;
}

.activities-section h2 {
    font-weight: bold;
    margin-bottom: 30px;
}
.activities-section h2 span {
    color: #0056b3;
}

.activities-section h5 {
    font-size: 1rem;
    font-weight: 700;
}

.activity-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
    height: 250px; /* Ukuran tetap untuk semua card */
}
.activity-card img {
    width: 150px;
    height: auto;
}
.activity-card ul {
    padding-left: 20px;
    list-style: none;
}
.activity-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.activity-card ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffc107;
    position: absolute;
    left: 0;
}
.activity-card p {
    margin: 0;
}

@media (max-width: 992px) {
    .activities-section h5 {
        font-size: 14px;
        font-weight: 700;
    }

    .activities-section p li {
        font-size: 10px;
    }

    .activity-card {
        height: 200px; /* Ukuran tetap untuk semua card */
    }
    .activity-card img {
        width: 100px;
        height: auto;
    }
}

@media (max-width: 475px) {
    .activity-card {
        height: auto; /* Ukuran tetap untuk semua card */
    }
    .activity-card img {
        width: 100px;
        height: auto;
    }
}


/* ========================================News Section============================== */

.main-news .text-white {
    margin-bottom: 30px;
}

.news-card h4 {
    font-size: calc(1.275rem + .3vw);
    justify-content: space-between;
}

.home-berita {
    max-height: 187px;
    min-width: 295.85px;
}


@media (min-width:760px) and (max-width:990px) {

    .news-card h4 {
        font-size: 14px;
    }

    .news-card img {
        width : 250px;
        text-align: center;
        margin: 0 auto;
        transform: translateX(30px);
    }

    .news-card .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 24px;
    }

    .news-card .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 24px;
    }
}

@media (max-width: 759px) {
    .main-news .text-white {
        margin-bottom: 5px;
        font-size: 10px;
        padding: 5px;
    }
    
}


.modal-content {
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width: 80%;
    font-family: 'Rubik';
    margin: 0 auto;
}

.modal-header {
    padding: 0 10px;
}

.modal-title {
    font-weight: 700;
}

.modal-content p {
    color: rgb(195, 195, 195);
}

.modal-body {
    padding: 0 10px;
}

.modal-content a {
    text-decoration: none;
    font-weight: 700;
}

.modal-header {
    border-bottom: none;
}
.modal-body input {
    border-radius: 8px;
    padding: 10px;
}
.btn-primary {
    background-color: #003f88;
    border-radius: 8px;
    padding: 10px;
    font-weight: bold;
}
.bg-biru {
    background-color: #003f88 !important;
}
.text-blue {
    color: #003f88;
}
.btn-google {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
    margin-top: 10px;
}

.text-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: gray;
}
.text-divider::before,
.text-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid gray;
    margin: 5px;
}

.cart-icon {
    cursor: pointer;
    position: relative;
}
.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 6px;
}
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 20px;
    overflow-y: auto;
    z-index: 1050;
}
.cart-sidebar.active {
    right: 0;
}
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.cart-item .waktu p{
    font-size: 10px;
    margin-bottom: 0px;
}
.cart-item img {
    width: 60px;
    border-radius: 8px;
    margin-right: 10px;
}
.cart-item .item-info {
    flex: 1;
}
.cart-item .fa-trash-alt {
    cursor: pointer;
    color: red;
}


  .circle-pagination{display:flex;align-items:center;justify-content:center;gap:12px}
  .circle-pagination .page,.circle-pagination .nav{
    width:40px;height:40px;display:flex;align-items:center;justify-content:center;
    border-radius:50%;text-decoration:none;font-weight:600;transition:.15s
  }
  .circle-pagination .page{
    background:#0d6efd;color:#fff;border:2px solid #0d6efd;
  }
  .circle-pagination .page:hover{filter:brightness(0.95)}
  .circle-pagination .page.active{
    background:#fff;color:#0d6efd;border-color:#0d6efd;
  }
  .circle-pagination .nav{
    width:32px;height:32px;border-radius:50%;background:transparent;color:#000;
  }
  .circle-pagination .nav.disabled{opacity:.3;pointer-events:none}
  .circle-pagination .dots{font-weight:700}
  @media (max-width:480px){
    .circle-pagination{gap:10px}
    .circle-pagination .page{width:36px;height:36px}
    .circle-pagination .nav{width:28px;height:28px}
  }

/* =================================DAFTAR LAPANGAN=============================== */

.hero-section {
    background: url('../img/banner-image.png') no-repeat center center/cover;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.hero-section .hero-text {
    padding: 0 60px;
}
.hero-section .hero-img {
    text-align: center;
    padding: 0 50px;
}

.hero-section .hero-img  img{
    width: 350px;
}

.hero-section .hero-text .terra {
    color: #00418C;
    font-weight: 800;
    font-size: 60px;
}
.hero-section .hero-text .x {
    color: rgba(255, 243, 243, 0.08);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFBF00;
    font-size: 70px;
}
.hero-section h2 {
    color: #000000;
    font-weight: 400;
    font-size: 22px;
}
.hero-section span {
    color: #ffc107;
}
.search-venue-section {
    padding: 20px;
    width: 90%;
    margin: 90px auto;
}
.search-venue-section .search-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.search-venue-section .form-control {
    border-radius: 10px;
    height: 45px;
    width: 200px;
}
.search-venue-section .vanue {
    width: 300px;
}
.search-venue-section .btn-primary {
    border-radius: 10px;
}
.search-venue-section .venue-list {
    padding: 10px 20px;
}
.search-venue-section .venue-item {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px;
    height: 500px;
}
.search-venue-section .venue-item .details{
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.search-venue-section .venue-item .details .jenis{
    font-size: 14px;
    margin-bottom: 0px;
    color: #9a9a9a;
}
.search-venue-section .venue-item .details h5{
    font-weight: 700;
}
.search-venue-section .venue-item .details p{
    font-size: 12px;
}
strong {
    color: #003f88 !important;
}
.search-venue-section .venue-item .vanue-img {
    width: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.search-venue-section .pagination-container {
    padding: 20px;
    display: flex;
    justify-content: center;
}
.search-venue-section .pagination-container .page-item .page-link {
    border-radius: 5px;
}

/* Pagination container */
.custom-pagination .page-item {
    margin: 0 5px;
}

.custom-pagination .page-link {
    border-radius: 50% !important;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: #003f88;
    color: #fff;
    border: none;
    transition: 0.3s;
    font-weight: 500;
}

/* Hover effect */
.custom-pagination .page-link:hover {
    background-color: #ffc107;
    color: #fff;
}

/* Aktif sama seperti hover */
.custom-pagination .page-item.active .page-link {
    background-color: #ffc107;
    color: #fff;
    font-weight: bold;
}


@media (min-width:769px) and (max-width: 1050px) {
    strong {
        font-size: 12px;
    }
}


@media (max-width: 768px) {
    .hero-section {
        display: block;
        text-align: center;
    }

    .hero-section .hero-text {
        padding: 0 5px;
    }
    
    .search-venue-section .search-form {
        display: block;
    }

    .search-venue-section .form-control {
        border-radius: 10px;
        height: 45px;
        width: 100%;
        margin-bottom: 12px;
    }

    .search-venue-section .vanue {
        width: 100%;
    }

    .hero-section .hero-img  img{
        width: 250px;
    }
    .search-venue-section .venue-item .vanue-img {
        height: auto;
    }
    .search-venue-section .venue-item .details .jenis{
        font-size: 10px;
    }
    .search-venue-section .venue-item .details h5{
        font-size: 14px;
    }

    .search-venue-section .venue-item .details p{
        font-size: 12px;
    }

    .search-venue-section .venue-item .details .btn-primary {
        font-size: 10px;
        width: 100%;
    }

    .search-venue-section {
        padding: 10px;
        width: 100%;
        margin: 0 auto;
    }

    .search-venue-section .btn-primary {
        border-radius: 10px;
        width: 100%;
    }

    .hero-section .hero-text .terra {
        color: #00418C;
        font-weight: 800;
        font-size: 40px;
    }
    .hero-section .hero-text .x {
        color: rgba(255, 243, 243, 0.08);
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #FFBF00;
        font-size: 50px;
    }
    .hero-section h2 {
        color: #000000;
        font-weight: 400;
        font-size: 18px;
    }
}

.title-page {
    background: url('../bg-search.png') no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    box-shadow:  0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.title-page p {
    margin: 0;
}
/* =======================================Vanue Daftar=========================== */


/* ====================================Vanue Detail============================ */
.banner-field .left-1 img{
    max-width: 100%;
}

.banner-field .right-2 {
    padding: 0 20px;
}

.banner-field .right-2 img{
    max-width:100%;
}

@media (max-width:766px) {

    .banner-field img {
        height: 281px;
    }
}

.detail-field h3 {
    font-weight: bold;
    margin-bottom: 0px;
    font-family: 'Rubik';
}

.detail-field .deskripsi p {
    font-size: 12px;
    margin-bottom: 0px;
}

.detail-field .deskripsi li {
    font-size: 12px;
}

.detail-field .map-container {
    position: relative;
    width: 100%;
    height: 200px;
    background: url('../maps.png') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.detail-field .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.detail-field .map-button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #00418C;
    padding: 5px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.53);
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}


.detail-field .fasilitas-container h2 {
    font-size: 18px;
    font-weight: bold;
}

.detail-field .fasilitas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.detail-field .fasilitas-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-field .fasilitas-item i {
    color: #6c6c6c ;
}

/* Container utama */
.booking-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-top: 20px;
    margin: auto;
}

/* Gambar Lapangan */
.booking-container .image-container {
    width: 300px;
    flex-shrink: 0;
}

.booking-container .image-container img {
    width: 100%;
    border-radius: 10px;
}

/* Info Lapangan */
.booking-container .info-container {
    flex: 1;
}

.booking-container .info-container h2 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.booking-container .info-container p {
    color: #555;
    font-size: 12px;
    margin-top: 8px;
}

.booking-container .info-container .icon {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px;
    margin-top: 5px;
}

.booking-container .info-container .icon img {
    width: 16px;
    margin-right: 5px;
}

/* Slot Booking */
.booking-container .slots-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.booking-container .slot {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.booking-container .slot span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Status Slot */
.booking-container .slot.available {
    background: white;
}

.booking-container .slot.available:hover {
    background: #f0f0f0;
}

.booking-container .slot.selected {
    background: #e0f0ff;
    border-color: #007bff;
    font-weight: bold;
}

.booking-container .slot.disabled {
    background: #ccc;
    color: #777;
    cursor: not-allowed;
}

/* Responsif */
@media (max-width: 768px) {
    .booking-container {
        flex-direction: column;
        align-items: center;
    }

    .booking-container .image-container {
        width: 100%;
    }
}

/* Container Utama */
.venue-container {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.venue-container h2 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Grid Layout untuk kartu venue */
.venue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* Kartu Venue */
.venue-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.3s;
}

.venue-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

/* Gambar Venue */
.venue-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

/* Konten Venue */
.venue-content {
    padding: 12px;
}

.venue-content h3 {
    font-size: 16px;
    margin: 5px 0;
}

.venue-content p {
    font-size: 12px;
    color: #777;
    margin: 4px 0;
}

/* Rating */
.venue-rating {
    color: #ffcc00;
    font-size: 12px;
}

/* Ikon dan Lokasi */
.venue-icon {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    margin: 4px 0;
}

.venue-icon img {
    width: 14px;
    margin-right: 5px;
}

/* Harga */
.venue-price {
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
}

.venue-price a {
    color: #007bff;
    text-decoration: none;
}

.venue-price a:hover {
    text-decoration: underline;
}

/* Kartu Harga */
.detail-field .price-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: start;
    width: 100%;
    margin-bottom: 20px;
}

.detail-field .price-card p {
    color: #777;
    font-size: 14px;
    margin: 0;
}

.detail-field .price-card h2 {
    font-size: 18px;
    margin: 8px 0;
    font-weight: bold;
}

.detail-field .price-card button {
    background: #0047AB;
    color: white;
    border: none;
    padding: 5px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
}

.detail-field .price-card button:hover {
    background: #003080;
}

.detail-field .date-picker {
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
}

.detail-field .date-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.detail-field .calendar-icon {
    font-size: 18px;
    cursor: pointer;
}

.detail-field .day-grid {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;
}

.detail-field .date-grid {
    display: flex;
    justify-content: space-between;
}

.detail-field .date-item {
    text-align: center;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.detail-field .date-item:hover {
    background: #f0f0f0;
}

.detail-field .selected-date {
    background: #0047AB;
    color: white;
}


.detail-field .icon-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.detail-field .icon-box {
    width: 40px;
    height: 40px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

.detail-field .icon-box:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.detail-field .icon-box i {
    font-size: 18px;
    color: black;
}

.detail-field .label-container {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.detail-field .label-container i {
    font-size: 16px;
    margin-right: 5px;
    color: gray;
}
.icon-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* Kotak ikon */
.detail-field .icon-box {
    width: 40px;
    height: 40px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

.detail-field .icon-box:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.detail-field .icon-box i {
    font-size: 18px;
    color: black;
}

/* Label dengan ikon sepak bola */
.label-container {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.label-container i {
    font-size: 16px;
    margin-right: 5px;
    color: gray;
}

.share-popup {
    display: none;
    position: absolute;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 999;
    top: 50px;
    left: 0;
    width: max-content;
}

.share-popup-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.share-options {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
}

.social-btn.fb { background-color: #3b5998; }
.social-btn.wa { background-color: #25D366; }
.social-btn.tg { background-color: #0088cc; }
.social-btn.x { background-color: #ffffff; border: 1px solid #000000; }
.social-btn.link { background-color: #6c757d; }
.social-btn:hover { opacity: 0.8; }

.share-popup {
    position: absolute;
    top: 60px; /* sesuaikan dengan posisi ikon */
    z-index: 999;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 15px;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.share-popup-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.share-options {
    display: flex;
    gap: 10px;
}

.share-options .social-btn {
    font-size: 20px;
    text-decoration: none;
    color: #333;
}

.social-btn:hover {
    color: #007bff;
}

.footer-sparx {
    background: linear-gradient(to bottom, #0070d8, #003e8a);
    font-family: 'Rubik', sans-serif;
}

.footer-link {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}

.footer-link:hover {
    color: #ffcc00;
    text-decoration: underline;
}

.container-footer {
    width : 80%;
    margin : 0 auto;
}

.footer-sparx .social-media {
    margin: 0 auto;
    justify-content: start;
}

.footer-sparx .social-media img {
    width : 30px;
    margin : 0 12px 10px 0;
}

@keyframes fly-to-cart {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.2);
    }
}

.clone-slot {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    animation: fly-to-cart 0.8s forwards ease-in-out;
}


@media (max-width:770px) {
    .footer-sparx .social-media {
        padding: 10px;
        justify-content: center;
    } 
}


 /* bermitra css */
.container-mitra {
    width: 75%;
    margin: 0px auto;
}

.highlight-primary {
    color: #18237C;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.mitra-title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
}
.mitra-desc {
    margin-left: 30px;
}
.scroll-down {
    color: #18237C;
    font-weight: 600;
    text-decoration: none;
    margin-left: 30px;
}
.scroll-down:hover {
    text-decoration: underline;
}
.banner-mitra {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.container-vanue-management {
    width: 75%;
    margin: 0px auto;
}

.vanue-management {
    padding: 0 30px;
}

.feature-icon {
    font-size: 2rem;
    color: #18237C;
}
.btn-blue {
    color: #18237C;
    font-weight: bold;
    text-decoration: none;
}
.btn-blue:hover {
    text-decoration: underline;
}
.img-mitra {
    border-radius: 1rem;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    height: 550px;
}
.container-mitra .icon-box {
    background-color: #18237C;
    color: white;
    font-size: 1.25rem;
    padding: 10px;
    border-radius: 0.5rem;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.event-title {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #18237C;
    background-color: #f7f7f7;
    font-weight: 600;
}
.badge-box {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    padding: 12px 20px;
    font-weight: bold;
    color: #18237C;
}
.img-wrapper {
    position: relative;
}
.mockup-img {
    max-width: 100%;
    border-radius: 1rem;
    margin-left: 40px;
}

.about-img {
    width: 80%;
    text-align: end;
    border-radius: 1rem;
}
.stat-box {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.testimonial {
    font-style: italic;
    color: #555;
}
.quote-icon {
    color: #18237C;
    font-size: 2rem;
}

.text-blue {
    color: #18237C;
    font-weight: 700;
}

.btn-p-blue {
    background-color: #18237C;
    color: white;
}


@media (max-width:990px){
    .container-mitra {
        width: 95%;
        margin: 0 auto;
    }
    .mitra-desc {
        margin-left: 0px;
    }
    .scroll-down {
        margin-left: 0px;
    }
    .mitra-title {
        font-size: 1.7rem;
    }
    .container-vanue-management {
        width: 95%;
    }
    .img-mitra {
        border-radius: 1rem;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
        height: 100%;
    }
    .container-mitra .icon-box {
        margin: 0 auto;
    }
}

.main-tab {
    cursor: pointer;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}
.main-tab.active {
    color: #18237C;
    border-bottom: 2px solid #18237C;
    font-weight: bold;
}
.fitur-item {
    padding: 15px 20px;
    border-left: 4px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.fitur-item.active {
    background-color: #fff4f4;
    border-left: 4px solid #18237C;
}
.fitur-item .title {
    font-weight: 600;
}
.fitur-item.active .title {
    color: #18237C;
}
.fitur-item .desc {
    color: #666;
    font-size: 0.9rem;
}

.highlight { color: #18237C; font-weight: bold; }
.btn-red { background-color: #18237C; color: #fff; border: none; padding: 10px 25px; border-radius: 8px; }
.btn-red:hover { background-color: #18237C; }
.mitra-more { padding: 60px 0; }
.icon-circle { font-size: 2rem; color: #18237C; margin-bottom: 10px; }
.feature-card { text-align: center; padding: 20px; }

.spx-hero {
  background: linear-gradient(135deg, #18237C, #1328c5);
  color: white;
  padding: 60px 0 40px;
  text-align: center;
}

.spx-hero h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.spx-hero p {
  font-size: 1rem;
  color: #f1f1f1;
}

.spx-filter-wrap {
  padding: 30px;
}

.spx-input,
.spx-select {
  border-radius: 10px;
  height: 45px;
  padding-left: 20px;
  font-size: 1rem;
  border: 1px solid #e9e9e9;
  color: #555;
}

.spx-input:focus,
.spx-select:focus {
  border-color: #18237C;
  box-shadow: 0 0 0 0.2rem rgba(24, 35, 124, 0.15);
}

.spx-btn {
  background-color: #18237C;
  color: white;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
  width: 100%;
  border: none;
  transition: 0.3s;
}

.spx-btn:hover {
  background-color: #fff;
  color: #18237C;
  border: 1px solid #18237C;
}

.spx-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.spx-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.spx-badge {
  font-size: 10px;
  padding: 0;
  color: #495057;
  font-weight: 500;
}

.spx-text-blue {
  color: #18237C;
  font-weight: 700;
}

.spx-pagination {
  justify-content: center;
  margin-top: 40px;
}

.spx-pagination .page-link {
  border: none;
  margin: 0 5px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
  color: #18237C;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.spx-pagination .page-link:hover {
  background-color: #f3f3f3;
  color: #18237C;
}

.spx-pagination .active .page-link {
  background-color: #18237C;
  color: #fff;
  font-weight: bold;
}

.spx-pagination .disabled .page-link {
  color: #ccc;
}

.spx-highlight {
  animation: spx-glow 1s ease-in-out;
}

.spx-card .event-title {
    text-decoration: none;
    color: black;
}

.spx-card .event-title:hover {
    color: #18237C;
}

@keyframes spx-glow {
  0% {
    box-shadow: 0 0 5px rgba(24, 35, 124, 0.2);
  }
  100% {
    box-shadow: none;
  }
}

img.rounded-circle {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

@media (max-width:990px) {
    .mitra-more { 
        padding: 60px 20px; 
    }
}


