.navbar-custom,
.offcanvas {
  backdrop-filter: blur(10px);
}
.custom-btn,
.footer {
  text-align: center;
  color: #fff;
}
.footer,
body {
  direction: rtl;
}
.footer img,
.navbar-custom .navbar-brand img {
  width: 120px;
  max-height: 60px;
  object-fit: contain;
  display: block;
}
:root {
  --gold: #d4af37;
  --dark-blue: rgb(1, 83, 141);
  --dark-blueone: #01538d;
  --white: #ffffff;
  --light-gray: #f5f5f5;
  --charcoal-gray: #333333;
  --ack: #cad7df33;
  --blow: #a1cfec33;
  --gold-gradient: linear-gradient(135deg, #ffd700, #d4af37, #b8860b);
  --it-primary-color: #1e3a8a;
  --it-secondary-color: #ffc107;
  --it-bg-light: #f4f7fc;
  --it-text-color: #333;
}
body {
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
}
p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
.btn-primary {
  background-color: var(--light-gray);
  color: var(--gold);
  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 {
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: 20px;
}
.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);
}
.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;
}
.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: gold;
}
.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);
  text-align: center;
}
.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;
  }
}
.aviation-services-section {
  background-color: var(--it-bg-light);
}
.aviation-title {
  color: var(--it-primary-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.aviation-description {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: var(--it-text-color);
}
.aviation-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.custom-btn,
.custom-btn:hover,
.icon-box {
  background: linear-gradient(135deg, gold, #d4af37, #b8860b);
}
.aviation-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  margin: 0 auto 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}
.aviation-card:hover .icon-box,
.icon-box:hover {
  transform: scale(1.1);
}
.custom-btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  max-width: 340px;
  width: 100%;
  border: 2px solid #d4af37;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.btn-pulse {
  animation: 1.5s infinite pulse;
}
.custom-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.custom-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.footer {
  background-color: #053d61;
  padding: 50px 20px;
}
.footer img {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.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) {
  .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[lang="ar"] body {
  direction: rtl;
  text-align: right;
}

/* للصفحات الإنجليزية */
html[lang="en"] body {
  direction: ltr;
  text-align: left;
}
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;
}