h1,
h2,
h3,
p {
  color: var(--white);
}
.custom-card,
.navbar-custom,
.offcanvas {
  backdrop-filter: blur(10px);
}
.custom-card:hover,
.testimonial-card:hover {
  transform: scale(1.05);
}
.flavor-item,
.footer,
.image-container,
.offcanvas-footer,
.parallax,
.product-title,
.testimonial-card {
  text-align: center;
}
.footer,
body {
  direction: rtl;
}
h1,
h2,
h3 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
.btn-primary {
  background: linear-gradient(135deg, gold, #d4af37, #b8860b);
  color: var(--dark-blueone);
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
}
.navbar-custom {
  background: linear-gradient(
    180deg,
    rgba(255, 215, 0, 0.05),
    rgba(255, 255, 255, 0.8)
  );
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(255, 215, 0, 0.5);
  min-height: 90px;
  padding: 10px 20px;
}
.navbar-custom:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 215, 0, 0.2),
    rgba(255, 255, 255, 0.9)
  );
}
.navbar-custom .navbar-brand {
  color: var(--dark-blue);
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s;
}
.navbar-custom .navbar-brand img {
  width: 120px;
  max-height: 60px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: 20px;
  display: block;
}
.navbar-custom .nav-link {
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding: 0.7rem 1rem;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 8px;
}
.navbar-custom .nav-link:hover {
  color: var(--gold);
  background-color: rgba(255, 215, 0, 0.1);
}
.benefit-item i,
.navbar-custom .nav-link.active {
  color: var(--gold);
}
.navbar-custom .navbar-toggler {
  border: none;
  color: var(--gold);
  font-size: 1.5rem;
  padding: 8px;
  transition: transform 0.3s;
}
.navbar-custom .navbar-toggler:hover,
.offcanvas-header .btn-close:hover {
  transform: rotate(90deg);
}
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar-custom .search {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid var(--gold);
  border-radius: 30px;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar-custom .search input {
  border: none;
  outline: 0;
  width: 100%;
  font-size: 1rem;
  color: var(--dark-blue);
}
.navbar-custom .search input::placeholder {
  color: var(--charcoal-gray);
  font-style: italic;
}
.navbar-custom .search button {
  background-color: var(--gold);
  color: var(--white);
  border: none;
  border-radius: 50%;
  padding: 0.5rem;
  transition: background-color 0.3s;
}
.navbar-custom .search button:hover {
  background-color: #d4af37;
}
.offcanvas {
  height: 100vh !important;
  background: linear-gradient(
    135deg,
    rgba(248, 251, 255, 0.9),
    rgba(230, 214, 129, 0.9)
  );
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
  width: 300px;
  transition: transform 0.3s ease-in-out;
}
.offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-header .btn-close {
  font-size: 1.5rem;
  color: var(--dark-blue);
  transition: transform 0.3s;
}
.offcanvas-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
.offcanvas-body .navbar-nav {
  margin-top: 1rem;
}
.offcanvas-body .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--dark-blue);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  transition: 0.3s;
  text-align: right;
}
.offcanvas-body .nav-link:hover {
  background-color: rgba(255, 215, 0, 0.1);
  color: var(--gold);
}
.offcanvas-footer {
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvas-footer .social-icon {
  color: var(--dark-blue);
  font-size: 1.5rem;
  margin: 0 0.5rem;
  transition: 0.3s;
}
.offcanvas-footer .social-icon:hover {
  color: var(--gold);
  transform: translateY(-3px);
}
.footer a:hover,
.footer h5,
.footer p:hover {
  color: #d4af37;
}
@media (max-width: 991.98px) {
  .navbar-custom .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .navbar-custom .search {
    margin-top: 1rem;
    max-width: 100%;
  }
  .offcanvas-body {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .offcanvas {
    width: 250px;
  }
  .offcanvas-footer .social-icon {
    font-size: 1.2rem;
  }
  .navbar-custom {
    padding: 0.5rem 1rem;
  }
  .navbar-custom .nav-link {
    font-size: 0.9rem;
  }
  .navbar-custom .search button {
    padding: 0.4rem;
  }
  .offcanvas-body .nav-link {
    font-size: 1rem;
    padding: 0.6rem;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
:root {
  --gold: #d4af37;
  --dark-blue: rgb(8, 59, 95);
  --dark-blueone: #01538d;
  --white: #ffffff;
  --light-gray: #f5f5f5;
  --charcoal-gray: #333333;
  --ack: #cad7df33;
  --blow: #a1cfec33;
  --gold-gradient: linear-gradient(135deg, #ffd700, #d4af37, #b8860b);
  --goldex: #e0d7a5;
  --dark-blueex: #253d54;
  --light-blueex: #004080;
  --background-gradient: linear-gradient(
    135deg,
    var(--dark-blueex) 20%,
    var(--light-blueex) 50%,
    var(--goldex) 100%
  );
  --text-color: #ffffff;
  --gold: #d4af37;
  --dark-blue: #0a2e46;
  --cream: #f8f5f0;
  --light-gold: #fff5e1;
  --charcoal: #2d2d2d;
}
body {
  line-height: 1.6;
  overflow-x: hidden;
  color: var(--dark-blue);
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", sans-serif;
  background: var(--background-gradient);
  background-attachment: fixed;
  color: var(--text-color);
  margin: 0;
  padding: 0;
}
.custom-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.custom-card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.text-highlight,
h1,
h2,
h3,
h4,
h5 {
  color: var(--dark-blue);
  font-weight: 700;
}
.btn-custom {
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.btn-back i,
.custom-card,
.testimonial-card {
  transition: transform 0.3s ease-in-out;
}
.btn-primary {
  background-color: var(--gold);
  border-color: var(--gold);
  color: var(--dark-blue);
}
.btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #fff;
}
.parallax {
  background: url("img/background.jpg") center center/cover no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.custom-card:hover,
.product-card:hover {
  transform: translateY(-5px);
}
.custom-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.list-group-item {
  border: none;
  font-size: 1rem;
}
.btn-custom,
.gold-cta i {
  font-size: 1.2rem;
}
.btn-custom {
  padding: 10px 20px;
  border-radius: 50px;
  animation: 1.5s infinite pulse;
}
.badge-sale,
.product-badge {
  color: #fff;
  font-size: 0.9rem;
}
.badge-sale {
  background: red;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.btn-custom:hover {
  box-shadow: 0 10px 20px rgba(255, 215, 0, 0.5);
  background-color: #128c7e !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
  box-shadow: 0 0 25px #0f0;
  transition: 0.3s ease-in-out;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.8);
  }
}
.btn-back {
  border-radius: 8px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.btn-back:hover {
  background-color: #333;
  transform: translateX(-5px);
  color: #fff;
}
.btn-back:hover i {
  transform: translateX(5px);
}
.product-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.transition-all-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.object-fit-cover {
  object-fit: cover;
  object-position: center;
}
.hover-transform {
  transition: transform 0.2s;
}
.hover-transform:hover {
  transform: scale(1.03);
}
.ratio-4x3 {
  aspect-ratio: 4/3;
}
button:focus {
  outline: rgba(44, 95, 45, 0.5) solid 3px;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .transition-all-hover {
    transition: none;
  }
}
.product-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  overflow: hidden;
  position: relative;
}
.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--dark-blue);
  padding: 6px 18px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(10, 46, 70, 0.15);
}
.image-container {
  padding: 2rem;
  background: var(--cream);
}
.product-image {
  height: 260px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}
.product-content {
  padding: 1.5rem 2rem;
}
.product-title {
  font-size: 2rem;
  color: var(--dark-blue);
  margin-bottom: 1rem;
}
.product-subtitle {
  display: block;
  font-size: 1.1rem;
  color: var(--gold);
  margin-top: 0.5rem;
}
.flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.flavor-item {
  background: var(--light-gold);
  padding: 0.8rem;
  border-radius: 12px;
  font-weight: 500;
  color: var(--charcoal);
  transition: 0.2s;
  border: 1px solid rgba(212, 175, 55, 0.15);
}
.flavor-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.1);
}
.gold-cta {
  width: 100%;
  padding: 1.1rem;
  background: linear-gradient(135deg, #d4af37 0, #c2a030 100%);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.gold-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
  background: linear-gradient(135deg, #c2a030 0, #d4af37 100%);
}
.product-benefits {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.5rem;
  color: var(--dark-blue);
}
.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}
.footer {
  background-color: #053d61;
  color: #fff;
  padding: 50px 20px;
}
.footer img {
  width: 120px;
  max-height: 60px;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block;
}
.footer a,
.footer h5,
.footer p {
  margin-bottom: 1rem;
  text-align: center;
}
.footer img:hover {
  transform: scale(1.1) rotate(5deg);
  transition: transform 0.3s;
}
.footer .info img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .navbar-custom {
    background: linear-gradient(
      180deg,
      rgba(255, 215, 0, 0.05),
      rgba(255, 255, 255, 0.8)
    );
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(255, 215, 0, 0.5);
  }
  .navbar-custom .navbar-nav {
    margin-left: auto;
  }
  .navbar-custom .nav-link {
    padding: 0.7rem 1rem;
    border-radius: 8px;
    transition: 0.3s;
  }
  .footer .info img {
    margin-left: -1000px;
  }
}
.footer h5 {
  font-size: 1.5rem;
}
.footer a,
.footer p {
  font-size: 1rem;
  line-height: 1.8;
  color: #ccc;
  text-decoration: none;
}
.contact ul a i,
.footer .social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}
.footer .social-icons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-right: 0;
}
.footer .social-icons a {
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.contact .btn :hover,
.footer .social-icons a:hover {
  color: #d4af37;
  transform: scale(1.1);
  background-color: rgba(212, 175, 55, 0.2);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.7);
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}
.footer .col {
  flex: 1 1 300px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .custom-card {
    backdrop-filter: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: none;
  }
  body {
    background-attachment: scroll;
    font-size: 16px;
  }
  h1,
  h2,
  h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  img {
    filter: none;
  }
  .product-card {
    margin-bottom: 1.5rem;
  }
  .product-image {
    height: 200px;
  }
  .flavor-grid {
    grid-template-columns: 1fr;
  }
  .product-content {
    padding: 1.5rem;
  }
  .footer img {
    width: 100px;
    margin-left: -15px;
  }
  .footer .social-icons {
    gap: 10px;
  }
  .footer .social-icons a {
    font-size: 1.2rem;
    padding: 8px;
  }
  .footer .info img {
    width: 100px;
    height: 100px;
  }
  .footer h5 {
    font-size: 1.3rem;
  }
  .footer a,
  .footer p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .footer img {
    width: 90px;
    margin-left: -10px;
  }
  .footer .social-icons {
    gap: 8px;
  }
  .footer .social-icons a {
    padding: 6px;
    font-size: 1.1rem;
  }
  .footer {
    padding: 30px 15px;
  }
  .footer h5 {
    font-size: 1.2rem;
  }
  .footer a,
  .footer p {
    font-size: 0.8rem;
  }
}
.contact ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.contact ul li {
  margin: 0 5px;
}
.contact ul a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breaking-news {
  font-size: 1.2rem;
  color: #141414;
  border: 2px solid #d4af37;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem;
  background: #002b5c;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #d4af37, gold, #b8860b);
  font-weight: 700;
}
.contact .btn,
.custom-gradient {
  background: linear-gradient(135deg, #d4af37, gold, #b8860b);
  color: #002b5c;
  font-weight: 700;
  text-align: center;
}
.custom-gradient {
  padding: 20px;
  border-radius: 10px;
}
html[dir="rtl"] footer,
html[dir="rtl"] .footer {
  direction: rtl;
  text-align: right;
}

html[dir="ltr"] footer,
html[dir="ltr"] .footer {
  direction: ltr;
  text-align: left;
}
html[lang="ar"] body {
  direction: rtl;
  text-align: right;
}

/* للصفحات الإنجليزية */
html[lang="en"] body {
  direction: ltr;
  text-align: left;
}