<!--Hero Section -->
.carousel-item img {
    object-fit: cover;
    height: 100%;
}

.hero-section {
    background-color: #343a40;

    /* Dark grey background */
}

@media (max-width: 991px) {
    .hero-section .row {
        flex-direction: column;
    }
}

.opening-hours {
    background-color: #343a40;

    /* Matches the dark grey background of the hero section */
}

.opening-hours h2 {
    font-size: 2.2rem!important;
    font-weight: 700;
}

.opening-hours ul li {
    font-size: 1.1rem;
}

.opening-hours .border-secondary {
    border-color: rgba(255, 255, 255, 0.2) !important;

    /* Subtle white line for contrast */
}

h1 {
    font-weight: lighter !important;
}

body {
    font-family: 'Instrument Sans', sans-serif;
}

.about-section {
    background-color: #f8f9fa;

    /* Light background */
    padding: 60px 0;
}

.about-section h2 {
    color: #343a40;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-section p {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
}

.services-list {
    list-style: none;
    padding: 0;
}

.services-list li {
    background: #ffffff;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.services-list h5 {
    color: #343a40;
    font-weight: 600;
    margin-bottom: 10px;
}

.services-list p {
    margin: 0;
    color: #6c757d;
}

.about-section li {
}

.footer {
    background-color: #343a40;

    /* Dark background to match hero and opening hours */
}

.hover-text-warning:hover {
    color: #FFC107 !important;

    /* Matches your brand accent color */
}

.text-muted a {
    transition: color 0.3s ease;
}

.input-group .form-control {
    background-color: #495057;
    border-color: #6c757d;
    color: #fff;
}

.input-group .form-control::placeholder {
    color: #adb5bd;
}

.input-group .btn-warning {
    border-color: #FFC107;
}

.testimonial-section {
    background-color: #f8f9fa;

    /* Light background to match About Us section */
}

.testimonial-section .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-outline-warning {
    color: #FFC107;
    border-color: #FFC107;
}

.btn-outline-warning:hover {
    background-color: #FFC107;
    color: #343a40;
}

/* Gallery section */
.gallery {
    background-color: #212529;

    /* Matches .bg-dark from hero */
}

.gallery-item {
    overflow: hidden;

    /* Ensures image doesn’t spill out on hover */
    border-radius: 8px;

    /* Rounded corners */
}

.gallery-item img {
    transition: transform 0.3s ease;

    /* Smooth grow effect */
}

.gallery-item:hover img {
    transform: scale(1.1);

    /* Grows 10% on hover */
}

/* Responsive adjustments */
@media (max-width: 575px) {
    .gallery-item {
        margin-bottom: 15px;

        /* Extra spacing on small screens */
    }
}

.cta-section {
    background-color: #f8f9fa;

    /* Light background */
}

.modal-content {
    border-radius: 8px;
}

.form-control,
.form-select {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.form-control:focus,
.form-select:focus {
    border-color: #FFC107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #343a40;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #e0a800;
}

.btn-outline-warning {
    color: #FFC107;
    border-color: #FFC107;
}

.btn-outline-warning:hover {
    background-color: #FFC107;
    color: #343a40;
}

.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #343a40;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #e0a800;
}

.btn-outline-warning {
    color: #FFC107;
    border-color: #FFC107;
}

.btn-outline-warning:hover {
    background-color: #FFC107;
    color: #343a40;
}

.hover-text-warning:hover {
    color: #FFC107 !important;
}

.modal-content {
    border-radius: 8px;
}

.form-control {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.form-control:focus {
    border-color: #FFC107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #343a40;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #e0a800;
}

h1 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 1.8em;
    color: #6b6b6d!important;
    font-weight: 700 !important;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

H2 {
    font-size: 1.6em;
}