
    body {
      font-family: 'Cairo', sans-serif;
      background: #f5fff5;
      color: #0c5b2f;
    }

    .navbar {
      background-color: #0c5b2f;
    }

    .navbar-brand, .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: bold;
    }

    .navbar-nav .nav-link:hover {
      color: #b9f0c4 !important;
    }

    .section-title {
      text-align: center;
      margin: 50px 0 30px;
      font-weight: bold;
    }

    .language-selector {
      color: #fff;
      background: #0c5b2f;
      border: none;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 0.9rem;
    }

    .video-wrapper {
      background-color: #fff;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 6px 20px rgba(0, 128, 0, 0.08);
      margin: 40px auto;
    }

    .plyr__video-wrapper {
      border-radius: 16px;
      overflow: hidden;
    }

    .card-news {
      background: white;
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 128, 0, 0.1);
      transition: transform 0.3s;
    }

    .card-news:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 128, 0, 0.15);
    }

    .card-news .card-img-top {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      height: 200px;
      object-fit: cover;
    }

    footer {
      background-color: #0c5b2f;
      color: white;
      text-align: center;
      padding: 20px 0;
      margin-top: 60px;
    }footer a {
      text-decoration: none;
    }

    .social-icons a {
      color: white;
      margin: 0 10px;
      font-size: 1.5rem;
    }

    @media (max-width: 767px) {
      .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 1rem;
        text-align: center;
      }

      .card-news .card-img-top {
        height: 150px;
      }

      .list-group-horizontal-md {
        flex-direction: column !important;
      }

      #installPopup {
        left: 50% !important;
        transform: translateX(-50%);
        right: auto !important;
        width: 90%;
      }
    }
  /* تحسين وضعية الفيديو في fullscreen */
  video:fullscreen,
  video:-webkit-full-screen,
  video:-moz-full-screen,
  video:-ms-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
  }

  /* لمنع ظهور الفراغات عند العرض الأفقي */
  .plyr__video-wrapper {
    max-height: 100%;
  }

  /* إخفاء الشريط الأسود العلوي والسفلي عند الدخول في الوضع الأفقي */
  body.fullscreen-video {
    overflow: hidden;
    background: black;
  }
  .carousel-caption h5 {
  font-size: 1rem;
  text-align: center;
}
.carousel-item img {
  transition: transform 0.5s ease-in-out;
}
.carousel-item:hover img {
  transform: scale(1.02);
}

.carousel-caption h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .carousel-caption h3 {
    font-size: 1.2rem;
  }
  .carousel-caption {
    bottom: 20px;
  }
}
