/* RTL Support */
[dir="rtl"] {
    text-align: right;
}

[dir="rtl"] .navbar-nav {
    padding-right: 0;
}

/* General Styles */
body {
    font-family: 'Poppins', 'Arial', sans-serif;
    color: #ffffff;
}

[dir="rtl"] body {
    font-family: 'Noto Kufi Arabic', 'Cairo', sans-serif;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
}

.featured-section {
    padding: 3rem 0;
}

.latest-posts {
    padding: 3rem 0;
}

.post-card {
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-image {
    height: 200px;
    object-fit: cover;
}

.language-switch {
    margin-left: 1rem;
}

.language-switch a {
    text-decoration: none;
    color: #333;
    padding: 0 5px;
}

.language-switch a.active {
    font-weight: bold;
    color: #007bff;
}

.partner-logo {
    max-height: 50px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    opacity: 0.7;
}

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.subscribe-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00bfff;
    font-weight: 500;
    padding: 0.5rem 2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    color: #00bfff;
    transform: translateY(-2px);
}

/* Company Profile Styles */
.profile-hero {
    background-color: #1e90ff;
    padding: 150px 0;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.company-logo {
    margin-bottom: 3rem;
}

.arabic-logo {
    font-family: 'Noto Kufi Arabic', 'Cairo', sans-serif; /* Better Arabic font */
    font-size: 4.5rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-weight: 700; /* Bold weight */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Subtle text shadow */
}

.logo-subtitle {
    font-family: 'Poppins', sans-serif; /* Modern font for subtitle */
    font-size: 1.2rem;
    color: #e0e7ff; /* Light blue-ish white */
    letter-spacing: 2px;
    font-weight: 300; /* Light weight */
}

.company-tagline {
    position: absolute;
    bottom: 100px;
    right: 100px;
    text-align: right;
    color: #ffffff;
    z-index: 2;
}

[dir="ltr"] .company-tagline {
    right: auto;
    left: 100px;
    text-align: left;
}

.company-tagline h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.company-tagline p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #e0e7ff;
    line-height: 1.6;
    font-weight: 300;
}

.plate-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: rgba(255, 255, 255, 0.05); /* Subtle white overlay */
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    z-index: 1;
    backdrop-filter: blur(10px);
}

.plate-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    height: 780px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.stars-icon {
    color: #ffd700; /* Brighter gold color */
    margin-bottom: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .company-tagline {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
        margin-top: 2rem;
    }

    [dir="ltr"] .company-tagline {
        left: auto;
    }
}

.company-info h2 {
    color: #333;
    margin-bottom: 2rem;
}

.company-description {
    color: #666;
    line-height: 1.8;
}

.services .card {
    transition: transform 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.services .card:hover {
    transform: translateY(-5px);
}

.vision-mission .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-info .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-info i {
    color: #ff6b6b;
}

/* Add utensil styling */
.utensil {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.15;
    z-index: 1;
    color: #4a6491; /* Light blue for the utensil icon */
}

[dir="ltr"] .utensil {
    right: auto;
    left: 20%;
}

/* About Section Styles */
.about-section {
    position: relative;
    padding: 100px 0;
    background: url('../images/restaurant-interior.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-color: #e6f3ff; /* Light blue background */
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(10, 25, 47, 0.95), rgba(10, 25, 47, 0.7));
    z-index: 1;
    background: rgba(212, 233, 255, 0.9);
}

.about-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    background: rgba(20, 39, 71, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, #d4e9ff 0%, #e6f3ff 100%);
}

.about-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #ffd700;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
    text-align: justify;
    color: #333;
}

.stars-decoration {
    margin-bottom: 1.5rem;
}

.stars-decoration i {
    color: #ffd700;
    margin-right: 10px;
    font-size: 1.2rem;
}

[dir="rtl"] .stars-decoration i {
    margin-right: 0;
    margin-left: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .about-section {
        padding: 60px 0;
    }
    
    .about-content {
        margin: 0 15px;
    }
} 

/* Vision & Mission Section Styles */
.vision-mission-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
    background-color: #e6f3ff; /* Light blue background */
}

.vision-mission-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(10, 25, 47, 0.03) 0%, rgba(10, 25, 47, 0) 70%);
    z-index: 1;
}

.vision-box, .mission-box {
    background: white;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vision-box:hover, .mission-box:hover {
    transform: translateY(-5px);
}

.icon-box {
    width: 80px;
    height: 80px;
    background: #0a192f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.icon-box i {
    font-size: 2rem;
    color: #ffd700;
}

.vision-mission-section h2 {
    color: #0a192f;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    position: relative;
    padding-bottom: 15px;
}

.vision-mission-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #ffd700;
}

.content-box {
    text-align: center;
    color: #666;
    line-height: 1.8;
    font-size: 1.1rem;
}

[dir="rtl"] .content-box {
    text-align: center;
}

/* Decorative elements */
.vision-box::before, .mission-box::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #ffd700;
    border-right: 3px solid #ffd700;
    opacity: 0.3;
}

.vision-box::after, .mission-box::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #ffd700;
    border-left: 3px solid #ffd700;
    opacity: 0.3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .vision-mission-section {
        padding: 40px 0;
    }
    
    .vision-box, .mission-box {
        padding: 30px;
        margin-bottom: 30px;
    }
} 

/* Standards Section Styles */
.standards-section {
    background-color: #e6f3ff; /* Light blue background */
    color: white;
    position: relative;
    overflow: hidden;
}

.standards-image {
    min-height: 600px;
    background: url('../images/restaurant-interior-2.jpg') no-repeat center center;
    background-size: cover;
}

.standards-content {
    padding: 80px 50px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #d4e9ff 0%, #e6f3ff 100%);
}

.content-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.standards-content h2 {
    font-size: 2.5rem;
    color: #ffd700;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.standards-content .description {
    color: #a3b1d6;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
}

.standards-content .description p {
    margin-bottom: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .standards-image {
        min-height: 400px;
    }
    
    .standards-content {
        padding: 50px 30px;
    }
    
    .standards-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .standards-content {
        padding: 40px 20px;
    }
} 

/* One Place Section Styles */
.one-place-section {
    background-color: #e6f3ff; /* Light blue background */
    color: white;
    padding: 80px 0 0;
    position: relative;
}

.one-place-section .section-header {
    padding-right: 80px;
    margin-bottom: 50px;
}

.one-place-section h2 {
    font-size: 2.5rem;
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.one-place-section h3 {
    font-size: 2rem;
    color: #ffffff;
    opacity: 0.9;
}

.image-gallery {
    margin-bottom: 50px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.description-container {
    background: rgba(20, 39, 71, 0.8);
    padding: 50px 0;
    background: rgba(212, 233, 255, 0.9);
}

.description-container p {
    color: #a3b1d6;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .one-place-section .section-header {
        padding: 0 20px;
        text-align: center;
    }
    
    .gallery-item {
        height: 250px;
    }
    
    .description-container {
        padding: 30px 20px;
    }
} 

/* Menu Section Styles */
.menu-section {
    background-color: #e6f3ff; /* Light blue background */
    color: white;
    position: relative;
}

.menu-image-container {
    position: relative;
    height: 600px;
}

.menu-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.menu-image-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url('../images/menu-1.jpg');
}

.menu-image-2 {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url('../images/menu-2.jpg');
}

.menu-content {
    padding: 80px 50px;
    background: linear-gradient(135deg, #d4e9ff 0%, #e6f3ff 100%);
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-content h2 {
    font-size: 2.5rem;
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.menu-content h3 {
    font-size: 1.8rem;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.menu-description {
    color: #a3b1d6;
    font-size: 1.1rem;
    line-height: 1.8;
}

.menu-description p {
    margin-bottom: 1.5rem;
}

.menu-footer {
    background: rgba(212, 233, 255, 0.9);
    padding: 50px 0;
    text-align: center;
}

.menu-footer p {
    color: #a3b1d6;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .menu-image-container {
        height: 400px;
    }
    
    .menu-content {
        padding: 50px 30px;
        min-height: auto;
    }
    
    .menu-content h2 {
        font-size: 2rem;
    }
    
    .menu-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .menu-content {
        padding: 40px 20px;
    }
    
    .menu-footer {
        padding: 30px 20px;
    }
} 

/* Staff Section Styles */
.staff-section {
    background-color: #e6f3ff; /* Light blue background */
    color: white;
    position: relative;
}

.chef-image {
    height: 600px;
    background: url('../images/chef.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}

.chef-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(10, 25, 47, 0.2), rgba(10, 25, 47, 0));
}

.staff-content {
    padding: 80px 50px;
    background: linear-gradient(135deg, #d4e9ff 0%, #e6f3ff 100%);
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.staff-content h2 {
    font-size: 2.5rem;
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.staff-content h3 {
    font-size: 1.8rem;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.staff-description {
    color: #a3b1d6;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .chef-image {
        height: 400px;
    }
    
    .staff-content {
        padding: 50px 30px;
        min-height: auto;
    }
    
    .staff-content h2 {
        font-size: 2rem;
    }
    
    .staff-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .staff-content {
        padding: 40px 20px;
    }
} 

/* Navbar Styles */
.navbar {
    background-color: #00bfff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand {
    color: #ffffff !important;
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #e6f3ff !important;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.navbar-toggler {
    border-color: #ffffff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Active nav item */
.navbar-nav .nav-item.active .nav-link {
    color: #ffffff !important;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

/* Language switch in navbar */
.language-switch a {
    color: #ffffff !important;
    opacity: 0.8;
}

.language-switch a.active {
    opacity: 1;
    font-weight: bold;
}

/* Footer Styles */
.site-footer {
    background-color: #00bfff;
    color: #ffffff;
    padding: 2rem 0;
    margin-top: 5rem;
}

.site-footer p {
    color: #ffffff;
    font-weight: 500;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-nav a:hover {
    color: rgba(255, 255, 255, 0.8);
}

[dir="rtl"] .footer-nav a {
    margin-left: 1rem;
    margin-right: 0;
}

[dir="rtl"] .text-end {
    text-align: left !important;
} 

/* Food Page Styles */
.food-hero {
    background: linear-gradient(rgba(0, 191, 255, 0.8), rgba(0, 191, 255, 0.6)), url('../images/food-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    color: white;
}

.menu-categories {
    background-color: #00bfff; /* Add background color */
    padding: 50px 0;
    min-height: 400px;
}

/* Menu Item Card Styles */
.menu-item-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.menu-item-content {
    padding: 1.5rem;
}

.menu-item-content h3 {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.menu-item-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.menu-item-price {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Menu Navigation Styles */
.nav-pills .nav-link {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 0.5rem;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
}

.nav-pills .nav-link.active {
    background-color: #ffffff;
    color: #00bfff;
}

/* Text color for no items message */
.text-center {
    color: #ffffff;
} 

/* Menu QR Code Styles */
.menu-qr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
    max-width: 300px;
}

.qr-wrapper {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.qr-text {
    color: white;
    font-size: 1.1rem;
    margin: 1rem 0 0;
    text-align: center;
} 

/* Catering Page Styles */
.catering-hero {
    background: #00bfff; /* Solid background color instead of gradient */
    padding: 150px 0;
    color: white;
}

.service-card {
    background: white; /* White background for better contrast */
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    font-size: 3rem;
    color: #00bfff; /* Blue icon color */
    margin-bottom: 1.5rem;
}

.service-card h3 {
    color: #333; /* Dark text for better readability */
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-card p {
    color: #666; /* Gray text for better readability */
    margin-bottom: 1.5rem;
}

.service-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #00bfff;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.service-btn:hover {
    background-color: #0099cc;
    color: white;
    transform: scale(1.05);
}

.contact-form-wrapper {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 4rem 0;
}

.catering-form input,
.catering-form textarea {
    border: 2px solid #e1f5fe;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 1rem;
    background: white;
    color: #333;
}

.catering-form input:focus,
.catering-form textarea:focus {
    border-color: #00bfff;
    box-shadow: 0 0 0 0.2rem rgba(0, 191, 255, 0.25);
}

.catering-form input::placeholder,
.catering-form textarea::placeholder {
    color: #999;
}

.catering-form label {
    color: #333;
    margin-bottom: 0.5rem;
} 

.featured-section .card {
    transition: transform 0.3s ease;
}

.featured-section .card:hover {
    transform: translateY(-5px);
}

.latest-posts .card {
    transition: transform 0.3s ease;
}

.latest-posts .card:hover {
    transform: translateY(-5px);
} 