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: 3px solid #ffc107;
}
.btn-daftar {
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 8px 15px;
}
.btn-masuk {
    background-color: #ffc107;
    color: black;
    border-radius: 5px;
    padding: 8px 15px;
}
.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;
    }
}

.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;
    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: 10px;
    color: #c6c6c6;
}

.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: 0 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;
}

.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: 210px; /* 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;
}

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

.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;
}
.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;
}

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

.hero-section {
    background: url('../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: bold;
}
.hero-section .hero-text .x {
    color: rgba(255, 243, 243, 0.08);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFBF00;
    font-size: 48px;
}
.hero-section h2 {
    color: #000000;
    font-weight: 400;
    font-size: 22px;
}
.hero-section span {
    color: #ffc107;
}
.search-venue-section {
    padding: 20px;
    width: 90%;
    margin: 0 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;
}
.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 .vanue-img {
    height: 200px;
    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;
}


@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: 100px;
    }
    .search-venue-section .venue-item .details .jenis{
        font-size: 8px;
    }
    .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%;
    }
}

.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;
}

.banner-field .left-1 img{
    max-width: 100%;
    width: 1000px;
}

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

.banner-field .right-2 img{
    max-width:86%;
    margin-bottom: 25px;
}

.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 */
        .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;
        }

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

        .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: #000; }
.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;
}


