
body {
    background: linear-gradient(to right, #e0e7f1, #f4e1e1);
    font-family: 'Tajawal', sans-serif;

}
.business-card {
    max-width: 500px;
    margin: 50px auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding-bottom: 10px;
}
.card-header {
    background: linear-gradient(to right, #e0e7f1, #f4e1e1);
    text-align: center;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.logo {
    width: 80px;
    height: 80px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #2370bc;
    font-weight: bold;
    font-size: 24px;
}
.restaurant-name {
    color: #2370bc;
    font-weight: bold;
}
/* Updated Tabs Styling */
.nav-tabs {
border-bottom: none;
display: flex;
justify-content: space-around;
background-color: #f1f3f5;
padding: 0px 20px;
border-radius: 30px;
overflow: hidden;
}

.nav-tabs .nav-item {
flex: 1;
}



.fa-linkedin {
    color: #0077b5;
    /* LinkedIn blue */
  }

  .fa-facebook {
    color: #3b5998;
    /* Facebook blue */
  }

  .fa-instagram {
    color: #e4405f;
    /* Instagram gradient pink */
  }

  .fa-x-twitter {
    color: #3a3c3d;
    /* Twitter blue */
  }

  .fa-snapchat {
    color: #dbd900;
    /* Snapchat yellow */
  }

  .fa-whatsapp {
    color: #25d366;
    /* WhatsApp green */
  }

  .fa-telegram {
    color: #0088cc;
    /* Telegram blue */
  }

  .fa-youtube {
    color: #ff0000;
    /* YouTube red */
  }

  .fa-phone {
    color: #34b7f1;
    /* Phone blue */
  }

  .fa-envelope {
    color: #2a5072;
    /* Email blue */
  }

  .fa-link {
    color: #000000;
    /* URL black */
  }

  .fa-tiktok {
    color: #010101;
    /* TikTok black */
  }

  .fa-github {
    color: #181717;
    /* GitHub black */
  }

  .fa-gitlab {
    color: #fc6d26;
    /* GitLab orange */
  }

  .fa-discord {
    color: #5865F2;
    /* Discord blurple */
  }


.nav-tabs .nav-link {
color: #6c757d;
border: none;
background-color: transparent;
border-radius: 30px;
transition: all 0.3s ease;
width: 100%;
opacity: 0.6;
margin: 5px;
}

.nav-tabs .nav-link.active {
background-color: white;
color: black;
opacity: 1;
}

.nav-tabs .nav-link:hover {
opacity: 0.8;
}

.nav-item button {
font-size: 12px;
}

.tab-content {
    padding: 15px;
}
.social-links {
    display: flex;
    justify-content: center;
    padding: 15px;
    /* background-color: #f1f3f5; */
}
.social-links a {
    margin: 0 10px;
    color: #6c757d;
    text-decoration: none;
    font-size: 18px;
}
.actions {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.qr-code {
    display: flex;
    justify-content: center;
    padding: 15px;
}


.badge{
    background: #eaeced;
border-radius: 20px;
padding: 8px;
margin: 5px;
}

.contact-info .contact-item .icon{
/*border-radius: 50%;*/
/*background-color: #2463eb1a;*/
display: inline-block;
width: 35px;
height: 35px;
/*padding: 8px 2px 0px 0px;*/
color: #2370bc;
   }
   .btn-primary{
    background: #2370bc !important;
   }
   .btn-outline-primary{
    color: #2370bc !important;
    border-color: #2370bc !important;

   }
   .text-primary{
    color: #2370bc !important;
   }

   .blog-section {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}

.blog-card {
width: 100%;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
overflow: hidden;
}

.blog-card img {
width: 100%;
height: 150px;
object-fit: cover;
}

.blog-card .blog-card-date {
color: #6c757d;
font-size: 0.8em;
padding: 10px;
}

.blog-card h6 {
padding: 0 10px;
margin-bottom: 10px;
}

.blog-card p {
padding: 0 10px;
color: #6c757d;
margin-bottom: 15px;
font-size: 13px;
}

.ratings-section {
max-width: 600px;
margin: 0 auto;
padding: 20px;
font-family: 'Tajawal', sans-serif;
direction: rtl;
font-size: 13px;

}

.section-title {
text-align: center;
margin-bottom: 20px;
color: #2370bc;
}

.rating-card {
background-color: #f8f9fa;
border-radius: 10px;
padding: 15px;
margin-bottom: 15px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.rating-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}

.rating-header h4 {
font-size: 1rem;
color: #2370bc;
}

.rating-stars {
color: #ffc107;
display: flex;
gap: 3px;
}

.rating-description {
margin-bottom: 10px;
color: #6c757d;
line-height: 1.6;
}

.rating-role {
color: #6c757d;
font-size: 0.8rem;
}

.menu-container {
    max-width: 600px;
    margin: 20px auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.category-item, .product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    transition: background-color 0.3s;
}
.category-item:hover, .product-item:hover {
    background-color: #f8f9fa;
}
.category-item i, .back-btn i {
    color: #2370bc;
}
.back-btn {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #f4f4f4;
    cursor: pointer;
}
.product-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 15px;
}
.product-details {
    flex-grow: 1;
    font-size: 12px;
}
.product-price {
    color: #2370bc;
    font-weight: bold;
}

.certificates-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 100%;
    padding: 20px;
}
.certificate-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
}
.certificate-item:last-child {
    border-bottom: none;
}
.certificate-year {
    background-color: #007bff;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
}

.projects-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 20px;
    width: 100%;
    margin: 20px auto;
}
.project-card {
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    font-size: 12px;
}
.project-card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.project-image {
    height: 100px;
    object-fit: cover;
    width: 100%;
}
.project-details {
    padding: 15px;
    font-size: 12px;
}
.modal-project-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}




  /* Modal Body Background */
  .modal-body {
    padding: 1.5rem;
    background-color: #f9f9f9;
  }

  /* Input and Textarea Styling */
  .php-email-form input,
  .php-email-form textarea {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.75rem;
    background-color: #fff;
    transition: border-color 0.3s;
  }
  .php-email-form input:focus,
  .php-email-form textarea:focus {
    border-color: #007bff;
    outline: none;
  }

  /* Submit Button Styling */
  .btn-success {
    background: linear-gradient(45deg, #28a745, #218838);
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: background 0.3s ease;
  }
  .btn-success:hover {
    background: linear-gradient(45deg, #218838, #1e7e34);
  }

  /* Alert Message Styling */
  .alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    border-radius: 0.25rem;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
  }

  /* Responsive Modal Dialog Margin */
  @media (max-width: 576px) {
    .modal-dialog {
      margin: 1rem;
    }
  }

  .footer-text{
      font-size: 11px;
  }