/* General Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #ff5722;
}

nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.register-btn {
    background-color: #ff5722;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.hero .content {
    max-width: 600px;
}

.hero h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.hero p {
    margin-bottom: 20px;
    color: #666;
}

.buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.explore-btn, .video-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.explore-btn {
    background-color: #ff5722;
    color: #fff;
}

.video-btn {
    background-color: #ddd;
    color: #333;
}

.hours {
    margin-top: 20px;
}

.hours div {
    margin-bottom: 5px;
}

.image {
    position: relative;
}

.image img {
    max-width: 300px;
    border-radius: 10px;
}

.price-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #ff5722;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
}

footer {
    background-color: #ff5722;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
}

.services-banner {
    font-weight: bold;
    text-transform: uppercase;
}.reviews-section {
    text-align: center; /* Center the section content */
    padding: 50px 20px;
}

.reviews-container {
    display: flex; /* Use flexbox for layout */
    justify-content: center; /* Center the reviews horizontally */
    gap: 20px; /* Add spacing between review cards */
    flex-wrap: wrap; /* Wrap cards on smaller screens */
}

.review-card {
    background: #f9f9f9; /* Light background */
    border: 1px solid #ddd; /* Border around the card */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 20px;
    width: 300px;
    text-align: left; /* Align text to the left */
}

.review-header {
    display: flex; /* Flex layout for image and text */
    align-items: center; /* Align image and text vertically */
    margin-bottom: 10px; /* Add spacing below the header */
}

.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%; /* Make the avatar circular */
    margin-right: 10px; /* Add spacing between the image and text */
}

.review-info {
    display: flex;
    flex-direction: column; /* Stack name and country vertically */
}

.review-name {
    font-size: 1.2rem; /* Make name prominent */
    font-weight: bold;
}

.review-country {
    font-size: 0.9rem;
    color: #888; /* Subtle text color */
}

.review-text {
    margin: 15px 0;
    font-size: 0.95rem;
    color: #555; /* Darker text for readability */
}

.review-rating {
    font-size: 1.2rem;
    font-weight: bold;
    color: #f39c12; /* Gold star color */
    text-align: left; /* Align rating to the left */
}.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    height: 100vh;
    padding: 50px 20px;
    background: linear-gradient(135deg, #004c99, #0066cc);
    color: #fff;
    position: relative;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffcc00;
}

.hero a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #ffcc00;
    color: #004c99;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.hero a:hover {
    background-color: #ffc107;
    color: #003366;
}

.hero-image {
    max-width: 40%;
    margin-top: 30px;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    width: auto;
    height: auto;
    max-height: 500px; /* Adjust the image size further if needed */
}
.business-hours {
    margin-top: 1rem !important;
    font-family: 'Georgia', serif !important;
    color: #eaeaea !important;
    font-size: 1.5rem !important;
   
    line-height: 2rem !important;
    font-weight: bold !important;
    text-align: left !important;
    padding: 10px 0 !important;
    border-top: 2px solid #ccc !important;
    border-bottom: 2px solid #ccc !important;
}
.business-hours {
    color: white;
    font-size: 3 em; /* Adjust size as needed */
}
