  /* one */
  
  .modal-content {
      background-color: #fff;
      /* White background */
      border-radius: 20px;
      /* Larger rounded corners */
      border: 2px solid #ddd;
      /* Light border */
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      /* Soft shadow */
      overflow: hidden;
      animation: modalZoomIn 0.3s ease-out;
  }
  /* Header Styling */
  
  .modal-header {
      background-color: #F7931E;
      /* Orange header */
      color: #fff;
      /* White text */
      border-bottom: none;
      padding: 20px;
      text-align: center;
      border-radius: 20px 20px 0 0;
  }
  
  .modal-title {
      font-size: 1.7rem;
      font-weight: bold;
      text-transform: capitalize;
  }
  
  .btn-close {
      color: #fff;
      opacity: 0.8;
  }
  
  .btn-close:hover {
      opacity: 1;
  }
  /* Modal Body */
  
  .modal-body {
      padding: 30px;
      text-align: center;
      font-size: 1.1rem;
  }
  
  .modal-body img {
      max-width: 100%;
      max-height: 400px;
      object-fit: contain;
      margin-bottom: 25px;
      border-radius: 15px;
      transition: transform 0.3s ease;
  }
  
  .modal-body img:hover {
      transform: scale(1.05);
      /* Slight zoom effect */
  }
  
  .modal-body p {
      font-size: 1.1rem;
      margin: 10px 0;
  }
  
  .modal-body strong {
      color: #F7931E;
  }
  /* Footer Styling */
  
  .modal-footer {
      padding: 15px 25px;
      text-align: center;
      border-radius: 0 0 20px 20px;
      background-color: #f9f9f9;
      /* Light background */
      border-top: 1px solid #ddd;
  }
  
  .modal-footer .btn {
      background-color: #F7931E;
      color: #fff;
      border-radius: 30px;
      padding: 12px 40px;
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: bold;
      border: none;
      transition: transform 0.2s ease, background-color 0.3s ease;
  }
  
  .modal-footer .btn:hover {
      transform: scale(1.05);
      /* Slight scaling on hover */
      background-color: #e68a00;
      /* Darker orange */
  }
  
  .modal-footer .btn-secondary {
      background-color: #ddd;
      color: #333 !important;
  }
  
  .modal-footer .btn-secondary:hover {
      background-color: #ccc;
  }
  /* Heart Icon Styling */
  
  .add-to-favorites {
      font-size: 2rem;
      cursor: pointer;
      transition: transform 0.3s ease;
  }
  
  .add-to-favorites:hover {
      transform: scale(1.2);
      /* Icon grows slightly on hover */
  }
  /* Keyframe Animations */
  
  @keyframes modalZoomIn {
      0% {
          transform: scale(0.95);
          opacity: 0;
      }
      100% {
          transform: scale(1);
          opacity: 1;
      }
  }
  /* tow */
  
  body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background-color: #000;
      color: #fff;
      /* Prevent horizontal overflow */
  }
  
  header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #F7931E;
  }
  
  header .logo {
      font-size: 1.8rem;
      font-weight: 600;
      color: #000;
  }
  
  header .menu a {
      text-decoration: none;
      color: #000;
      font-weight: 400;
      margin: 0 15px;
      transition: color 0.3s ease;
  }
  
  header .menu a:hover {
      color: #fff;
  }
  
  .hero {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #F7931E 50%, #000 50%);
      color: #000;
  }
  
  .hero img {
      max-width: 100%;
      height: auto;
      margin-bottom: 20px;
  }
  
  .hero h1 {
      font-size: 2.5rem;
      font-weight: 600;
  }
  
  .hero p {
      font-size: 1.2rem;
      font-weight: 400;
  }
  
  .search input {
      padding: 10px 15px;
      width: 50%;
      border: 2px solid #F7931E;
      border-radius: 4px;
      background-color: #000;
      color: #fff;
      font-size: 1rem;
  }
  
  .search input::placeholder {
      color: #aaa;
  }
  
  .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      padding: 20px;
      background-color: #111;
  }
  
  .card {
      background-color: #1E1E1E;
      border: 2px solid #F7931E;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      color: #fff;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card:hover {
      transform: scale(1.05);
      box-shadow: 0px 8px 30px rgba(247, 147, 30, 0.2);
  }
  
  .card img {
      width: 100%;
      /* Ensure the image fills the width */
      height: 100%;
      /* Ensure the image fills the height */
      object-fit: cover;
      /* Maintain the aspect ratio and cover the area */
      border-radius: 8px;
      margin-bottom: 15px;
      display: block;
      /* Remove any unwanted space below the image */
  }
  
  .card h3 {
      font-size: 1.2rem;
      color: #F7931E;
      margin: 10px 0;
  }
  
  .card p {
      font-size: 0.9rem;
      color: #aaa;
  }
  
  footer {
      text-align: center;
      padding: 15px 20px;
      background-color: #F7931E;
      color: #000;
  }
  
  footer a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
      transition: color 0.3s ease;
  }
  
  footer a:hover {
      color: #fff;
  }
  
  .hero img {
      max-width: 100%;
      /* Ensures the image scales responsively */
      height: auto;
      /* Maintains the aspect ratio */
      border-radius: 15px;
      /* Adds rounded corners */
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
      /* Creates a shadow effect */
      border: 3px solid #F7931E;
      /* Adds a border matching the theme */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      /* Smooth hover effect */
  }
  
  .hero img:hover {
      transform: scale(1.05);
      /* Slight zoom on hover */
      box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.7);
      /* Darker shadow on hover */
  }
  
  @media (max-width: 768px) {
      .cards {
          grid-template-columns: repeat(2, 1fr);
      }
      .card {
          height: 250px;
          width: 170px;
      }
  }
  
  @media (min-width: 1024px) {
      .cards {
          grid-template-columns: repeat(5, 1fr);
      }
      .carousel-item img {
          height: 500px;
          object-fit: cover;
          width: 100%;
      }
  }
  
  a {
      text-decoration: none;
      /* Removes the underline */
  }
  /* Style for the loading screen */
  
  #loading-screen {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      /* Semi-transparent white */
      z-index: 9999;
      /* Make sure it covers the entire page */
      display: flex;
      justify-content: center;
      align-items: center;
  }
  /* Loading content (logo and text) */
  
  .loading-content {
      text-align: center;
  }
  
  .loading-logo {
      width: 150px;
      /* Adjust the size of your logo */
      margin-bottom: 10px;
  }
  /* Loading text */
  
  #loading-screen p {
      font-size: 18px;
      font-weight: bold;
      color: #333;
  }
  /* three */
  
  .alert {
      position: fixed;
      top: 10px;
      right: 10px;
      z-index: 1050;
      /* Ensures the alert is above other content */
      width: 300px;
      transition: all 0.5s ease;
  }
  
  .alert-success {
      background-color: #28a745;
      color: white;
  }
  
  .alert-danger {
      background-color: #dc3545;
      color: white;
  }
  /* four */
  
  @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
   :root {
      --header-height: 3rem;
      --nav-width: 68px;
      --first-color: black;
      --first-color-light: #AFA5D9;
      --white-color: #F7F6FB;
      --body-font: 'Nunito', sans-serif;
      --normal-font-size: 1rem;
      --z-fixed: 100
  }
  
  *,
   ::before,
   ::after {
      box-sizing: border-box
  }
  
  body {
      position: relative;
      margin: var(--header-height) 0 0 0;
      padding: 0 1rem;
      font-family: var(--body-font);
      font-size: var(--normal-font-size);
      transition: .5s;
  }
  
  a {
      text-decoration: none
  }
  
  .header {
      width: 100%;
      height: var(--header-height);
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 1rem;
      background-color: var(--white-color);
      z-index: var(--z-fixed);
      transition: .5s
  }
  
  .header_toggle {
      color: var(--first-color);
      font-size: 1.5rem;
      cursor: pointer
  }
  
  .header_img {
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      border-radius: 50%;
      overflow: hidden
  }
  
  .header_img img {
      width: 40px
  }
  
  .l-navbar {
      position: fixed;
      top: 0;
      left: -30%;
      width: var(--nav-width);
      height: 100vh;
      background-color: var(--first-color);
      padding: .5rem 1rem 0 0;
      transition: .5s;
      z-index: var(--z-fixed)
  }
  
  .nav {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden
  }
  
  .nav_logo,
  .nav_link {
      display: grid;
      grid-template-columns: max-content max-content;
      align-items: center;
      column-gap: 1rem;
      padding: .5rem 0 .5rem 1.5rem
  }
  
  .nav_logo {
      margin-bottom: 2rem
  }
  
  .nav_logo-icon {
      font-size: 1.25rem;
      color: var(--white-color)
  }
  
  .nav_logo-name {
      color: var(--white-color);
      font-weight: 700
  }
  
  .nav_link {
      position: relative;
      color: var(--first-color-light);
      margin-bottom: 1.5rem;
      transition: .3s
  }
  
  .nav_link:hover {
      color: var(--white-color)
  }
  
  .nav_icon {
      font-size: 1.25rem
  }
  
  .show {
      left: 0
  }
  
  .body-pd {
      padding-left: calc(var(--nav-width) + 1rem)
  }
  
  .active {
      color: var(--white-color)
  }
  
  .active::before {
      content: '';
      position: absolute;
      left: 0;
      width: 2px;
      height: 32px;
      background-color: var(--white-color)
  }
  
  .height-100 {
      height: 100vh
  }
  
  @media screen and (min-width: 768px) {
      body {
          margin: calc(var(--header-height) + 1rem) 0 0 0;
          padding-left: calc(var(--nav-width) + 2rem)
      }
      .header {
          height: calc(var(--header-height) + 1rem);
          padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
      }
      .header_img {
          width: 40px;
          height: 40px
      }
      .header_img img {
          width: 45px
      }
      .l-navbar {
          left: 0;
          padding: 1rem 1rem 0 0
      }
      .showsidebar {
          width: calc(var(--nav-width) + 156px)
      }
      .body-pd {
          padding-left: calc(var(--nav-width) + 188px)
      }
  }
  /* five */
  /* Wallet Balance Styles */
  
  .wallet-balance {
      background: linear-gradient(135deg, #4CAF50, #45a049);
      color: #fff;
      padding: 12px 15px;
      border-radius: 8px;
      margin: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      font-size: 16px;
      font-weight: 500;
  }
  
  .wallet-balance i {
      font-size: 20px;
  }
  /* Optional Hover Effect */
  
  .wallet-balance:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
  }