body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	background-color: #f4f7f6;
	color: #333;
}

h2{
	font-family: sans-serif;
	font-weight: normal;
}
 
/* Menonaktifkan slider lama */
.malasngoding-slider { 
	display: none;
}

.hero-section {
	background: url('https://images.unsplash.com/photo-1543351368-35d883652395?q=80&w=2070&auto=format&fit=crop') no-repeat center center;
	background-size: cover;
	color: white;
	padding: 150px 0;
	text-align: center;
	position: relative;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.hero-section .container {
	position: relative;
	z-index: 2;
}

.hero-section h1 {
	font-size: 4em;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-section p {
	font-size: 1.5em;
	margin-bottom: 30px;
}

.btn-booking {
	background-color: #28a745;
	color: white;
	padding: 15px 30px;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.btn-booking:hover {
	background-color: #218838;
	color: white;
}

.welcome-message {
	padding: 60px 0;
}

.welcome-message .alert{
	border: none;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	padding: 30px;
	border-radius: 10px;
}

.features-section, .gallery-section {
	padding: 60px 0;
	background-color: #ffffff;
}

.gallery-section {
	background-color: #f4f7f6;
}

.features-section h2, .gallery-section h2 {
	margin-bottom: 50px;
	font-weight: bold;
	color: #333;
}

.feature-icon {
	font-size: 50px;
	color: #28a745;
	margin-bottom: 20px;
}

.features-section h3 {
	margin-top: 20px;
	font-weight: 600;
}

.gallery-section .img-thumbnail {
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 5px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-section .img-thumbnail:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Background rumput untuk halaman user */
.user-grass-bg {
    background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1200&q=80') repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

/* Ornamen bola futsal di pojok kanan bawah */
.futsal-ball-corner {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 80px;
    z-index: 100;
    opacity: 0.85;
    transition: transform 0.3s;
}
.futsal-ball-corner:hover {
    transform: scale(1.1) rotate(-10deg);
}

/* Panel utama user */
.user-main-panel {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    padding: 32px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* CSS Responsif */
@media (max-width: 768px) {
    /* Penyesuaian umum untuk mobile */
    .hero-section {
        padding: 80px 0;
    }
    .hero-section h1 {
        font-size: 2.5em;
    }
    .hero-section p {
        font-size: 1.2em;
    }

    .features-section h2, .gallery-section h2 {
        margin-bottom: 30px;
    }

    .features-section .col-md-4, .gallery-section .col-md-3 {
        margin-bottom: 30px;
    }

    .user-main-panel, .panel {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px 15px;
    }

    /* Membuat tabel bisa di-scroll horizontal */
    .table-responsive {
        border: none; /* Bootstrap default adds a border we might not want */
    }
    
    .panel .table-bordered {
        border: 0;
    }
    .panel .table-bordered > thead > tr > th,
    .panel .table-bordered > tbody > tr > th,
    .panel .table-bordered > tfoot > tr > th,
    .panel .table-bordered > thead > tr > td,
    .panel .table-bordered > tbody > tr > td,
    .panel .table-bordered > tfoot > tr > td {
        border: 0;
    }
    .panel .table-bordered > thead > tr > th,
    .panel .table-bordered > tbody > tr > th,
    .panel .table-bordered > tfoot > tr > th {
        border-bottom: 2px solid #ddd;
    }
    .panel .table-bordered > tbody > tr > td {
        border-top: 1px solid #ddd;
    }

    .futsal-ball-corner {
        width: 60px;
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 2em;
    }
    .hero-section p {
        font-size: 1em;
    }
    .btn-booking {
        padding: 10px 20px;
        font-size: 1em;
    }
}

.custom-pagination {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  align-items: center;
}

.btn-page {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 6px;
  background: #1976d2;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  border: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(25, 118, 210, 0.08);
  cursor: pointer;
}

.btn-page:hover:not(.disabled):not(.active) {
  background: #125ea6;
  color: #fff !important;
}

.btn-page.active {
  background: #fff;
  color: #1976d2 !important;
  border: 2px solid #1976d2;
  font-weight: bold;
  cursor: default;
}

.btn-page.disabled {
  background: #e0e0e0;
  color: #aaa !important;
  pointer-events: none;
  cursor: not-allowed;
}