/* Custom styles */
.owl-carousel .owl-item img {
    width: 100%;
    height: 300px; /* Adjust height as needed */
    object-fit: cover;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}
.navbar {
    background-color: #06064D;
    border-bottom: none;
    padding: 10px 0;
    transition: background-color 0.3s ease-in-out;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100;
}

.navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: bold;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #17a2b8;
}

.navbar-toggler {
    background-color: #fff; /* Set background color */
    border: none; /* Remove border */
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none; /* Remove focus outline */
}

/* Optional: Add hover effect */
.navbar-toggler:hover {
    background-color: #ccc;
}

/* Custom styles for the Top Turfs section */
#top-turfs .section-title {
    text-align: center;
    font-size: 36px;
    color: #06064D;
    font-family: 'Roboto', sans-serif;
}

.turf-item {
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.turf-item:hover {
    transform: translateY(-5px);
}

.turf-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.turf-details {
    padding: 20px;
    font-family: 'Roboto', sans-serif;
}

.turf-details h3 {
    color: #06064D;
    font-size: 24px;
    margin-bottom: 10px;
}

.turf-details p {
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
}

.rating {
    color: #17a2b8;
    font-weight: bold;
    font-size: 18px;
}

.rating .stars {
    color: #ffac00;
}

.btn-details {
    display: inline-block;
    background-color: #06064D;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.btn-details:hover {
    background-color: #17a2b8;
}

/* Custom styles for the Image Section */
#image-section .section-title {
    text-align: center;
    font-size: 36px;
    color: #06064D;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

.facility-item {
    margin-bottom: 30px;
    border: 2px solid #17a2b8; /* Border color for facility items */
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.facility-item:hover {
    transform: scale(1.05); /* Hover effect to slightly scale up the image */
}

.facility-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Custom styles for the Contact Section */
#contact .section-title {
    font-size: 36px;
    color: #06064D;
    font-family: 'Roboto', sans-serif;
}

#contact p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

#contact form {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#contact .form-control {
    border-radius: 5px;
    margin-bottom: 20px;
}

#contact .btn-primary {
    background-color: #06064D;
    border-color: #06064D;
    border-radius: 5px;
}

#contact .btn-primary:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

/* Custom styles for the Footer */
footer {
    background-color: #06064D;
    color: #fff;
}

footer p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.slider-container {
    width: 50%;
    position: relative;
}

.slider {
    display: flex;
    overflow: hidden;
}

.slide {
    width: 100%;
    transition: transform 0.5s ease;
}

.slide img {
    width: 100%;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}


.right-section {
    width: 45%;
    padding-left: 20px;
}

.turf-name {
    font-size: 24px;
    margin-top: 0;
}

.turf-address {
    font-size: 18px;
    color: #555;
}

.turf-description {
    margin-top: 20px;
    color: #555;
}

.rating {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.stars {
    font-size: 24px;
    color: gold;
}

.rating-value {
    margin-left: 10px;
    font-size: 18px;
    color: #555;
}

.container  {
    padding-top: 65px !important;
}
.container-fluid {
    padding-top: 65px !important;
}
.turf-details{
    margin-top: 20px;
}
/* Custom CSS for Tab Headings */
.nav-pills .nav-item .nav-link {
    background-color: #242525;
    color: #ffffff;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 20px;
    margin-right: 10px; /* Adjust spacing between tab items */
}

.nav-pills .nav-item .nav-link.active {
    background-color: #06064D;
    color: #fff;
}

.card {
    border-radius: 15px;
    border: none;
    transition: all 0.3s;
}

.card:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.card-title {
    color: #06064D;
    font-size: 24px;
    font-weight: bold;
}

.card-text {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.booking-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.booking-card:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.card-top {
    padding: 15px;
    background-color: #f8f9fa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.facility-name {
    color: #06064D;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.time-range {
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 0;
}

.card-bottom {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    color: #06064D;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.price-description {
    color: #4a4a4a;
    font-size: 12px;
}

.btn-book {
    background-color: #06064D;
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-book:hover {
    background-color: #004080;
}
.form-group {
    margin-bottom: 20px;
}

.btn-login {
    width: 100%;
}
