@import url('https://fonts.googleapis.com/css?family=Big+Shoulders+Text:100,300,400,500,600,700,800,900&display=swap');

/* font-family: 'Big Shoulders Text', cursive; */

.nav-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    padding: 0;
}

.nav-flex-row li {
    text-decoration: none;
    list-style-type: none;
    padding: 20px 50px;
}

.nav-flex-row li a {
    font-family: 'Big Shoulders Text', cursive;
    color: #ffffff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 300;
}

.section-intro {
    height: 820px;
    background-image: url(img/background.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-intro h1 {
    text-align: center;
    color: #ffffff;
    font-size: 4em;
    font-weight: 700;
}

.section-intro header {
    display: flex;
    flex: 4;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.link-to-book-wrapper {
    flex: 1;
}

.about-section {
    display: flex;
    align-items: center;
    background-color: #f3f3f3c0;
    padding: 50px 30px;
}

.link-to-book {
    color: #ffffff;
    display: block;
    border: 2px solid #ffffff;
    padding: 10px 10px;
    font-size: large;
}

a.link-to-book:hover {
    background-color: #ffffff;
    color: #95999e;
    text-decoration: none;
}

.about-section p,
.about-section h2 {
    text-align: center;
    width: 60%;
    margin: auto;
    font-family: 'Big Shoulders Text', cursive;
    font-size: 1.8em;
    text-transform: uppercase;
}

.carousel-inner {
    height: 700px;
}

.row-flex {
    display: flex;
    flex-direction: row;
}

.flex-column-form {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 30px 20px;
}

.btn.btn-primary {
    font-family: 'Big Shoulders Text', cursive;
    color: #ffffff;
    background-color: #414141;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    letter-spacing: 2px;
    border: 0;
}

.btn.btn-primary:hover {
    background-color: #747474;
}
.opening-time,
.contact-adress {
    flex: 1;
    margin: 30px 20px;
    font-size: 1.2em;
}

.form-group p {
    font-size: 1.2em;
}

.opening-time p span,
.contact-adress p span {
    display: block;
}

@media (min-width:577px) and (max-width: 800px) {

    .section-intro {
        height: 500px;
    }

    .about-section p,
    .about-section h3 {
        font-size: 20px;
    }

    .carousel-inner {
        height: auto;
    }

    .row-flex {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .section-intro {
        height: 300px;
    }

    .about-section {
        padding: 30px;
    }

    .section-intro h1 {
        font-size: 2em;
    }

    .about-section p,
    .about-section h3 {
        font-size: 15px;
    }

    .carousel-inner {
        height: auto;
    }

    .row-flex {
        display: flex;
        flex-direction: column;
    }

    .row-flex h3 {
        font-size: 25px;
        text-align: center;
    }

    .form-group p {
        font-size: 15px;
    }

    .opening-time p span,
    .contact-adress p span {
        font-size: 15px;
        text-align: center;
    }
/* for location */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

.map-container {
    margin-top: 20px;
    text-align: center;
}

iframe {
    border: 0;
    border-radius: 8px;
}

}
 
.rating { position: centre;
    display: inline-block;
  }
  
  .rating input {
    display: none;
  }
  .rating {
    direction: rtl; /* Reverse the order of stars */
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

  
  .rating label {
    float: right;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s;
  }
  
  .rating label:before {
    content: '\2605';
    font-size: 30px;
  }
  
  .rating input:checked ~ label,
  .rating label:hover,
  .rating label:hover ~ label {
    color: #6f00ff;
    transition: color 0.3s;
  }



/* CSS */
.footer {

    margin: 0 auto;
    padding: 48px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #414141;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Gradient overlay for visual interest */
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF6B6B, #4ECDC4);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
}

.footer-section h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: #FF6B6B;
    transition: width 0.3s ease;
}

.footer-section:hover h3::after {
    width: 48px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-section ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #4ECDC4;
    transition: width 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.footer-section ul li a:hover::after {
    width: 100%;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}

.social-icons a {
    color: #cccccc;
    font-size: 22px;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.social-icons a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.app-button img {
    height: 48px;
    width: auto;
    transition: transform 0.3s ease;
}

.app-button:hover img {
    transform: scale(1.05);
}

.location-language {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    margin-bottom: 24px;
}

.selector-buttons {
    display: flex;
    gap: 20px;
}

.selector-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.selector-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.selector-btn img {
    width: 24px;
    height: 24px;
}

.copyright {
    font-size: 13px;
    color: #999999;
    text-align: left;
    line-height: 1.6;
}

/* Custom scrollbar for webkit browsers */
.footer::-webkit-scrollbar {
    width: 8px;
}

.footer::-webkit-scrollbar-track {
    background: #414141;
}

.footer::-webkit-scrollbar-thumb {
    background: #555555;
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    
    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .selector-buttons {
        flex-direction: column;
    }

    .selector-btn {
        width: 100%;
        justify-content: center;
    }
    
    .footer-section h3 {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

/* Animation for loading */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-section {
    animation: fadeIn 0.5s ease forwards;
}
.social-icons a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
    border-radius: 50%;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

.footer-section:nth-child(2) { animation-delay: 0.1s; }
.footer-section:nth-child(3) { animation-delay: 0.2s; }
.footer-section:nth-child(4) { animation-delay: 0.3s; }
.footer-section:nth-child(5) { animation-delay: 0.4s; }
/* Add this at the bottom of index.css */
@media (max-width: 576px) {
    /* Navigation */
    .nav-flex-row {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }
    
    .nav-flex-row li {
        padding: 10px 20px;
    }
    
    .nav-flex-row li a {
        font-size: 1.2em;
    }
    
    /* Hero section */
    .section-intro {
        height: 300px;
    }
    
    .section-intro h1 {
        font-size: 2em;
        padding: 0 10px;
    }
    
    .link-to-book-wrapper {
        margin-top: 20px;
    }
    
    /* About section */
    .about-section {
        padding: 20px 15px;
    }
    
    .about-section p, 
    .about-section h2 {
        width: 90%;
        font-size: 1.2em;
    }
    
    /* Booking form */
    .row-flex {
        flex-direction: column;
    }
    
    .flex-column-form, 
    .opening-time, 
    .contact-adress {
        margin: 15px 10px;
    }
    
    /* Map */
    .map-container iframe {
        width: 100%;
        height: 300px;
    }
    
    /* Rating stars */
    .rating label:before {
        font-size: 24px;
    }
    
    /* Footer adjustments */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .selector-buttons {
        flex-direction: column;
    }
    
    .selector-btn {
        width: 100%;
        justify-content: center;
    }
}
/* Mobile Sidebar Styles */
.hamburger-menu {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    font-size: 24px;
    color: white;
    z-index: 1001;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 50%;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 250px;
    height: 100%;
    background-color: #333;
    z-index: 1002;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #222;
    color: white;
}

.mobile-nav-header .logo {
    color: #ff4757;
    font-weight: bold;
    font-size: 1.2rem;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-links li a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #444;
    transition: background-color 0.3s;
}

.mobile-nav-links li a:hover {
    background-color: #444;
}

.mobile-nav-links li a.active {
    color: #ff4757;
}

/* Show sidebar when active */
.mobile-nav.active {
    left: 0;
}

/* Overlay when sidebar is open */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1001;
}

.overlay.active {
    display: block;
}

/* Hide desktop nav on mobile */
@media (max-width: 768px) {
    .nav-flex-row, .navbar .nav-links {
        display: none;
    }
    
    .hamburger-menu {
        display: block;
    }
    
    /* Adjust header spacing for mobile */
    .section-intro header, .menu-header {
        padding-top: 60px;
    }
}