  body {
    font-family: 'Cairo', 'Calibri', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
  }

  .dropdown-menu {
    text-align: right;
  }

  section {
    padding: 20px 0;
    margin-top: 30px;
  }

  .main-color {
    color: #07384E;
  }

  .accent-color {
    color: #B48A38;
  }

  .green-color {
    color: #527A3C;
  }

  .card-icon {
    font-size: 2rem;
    color: #B48A38;
  }

 .navbar {
  background-color: rgba(240, 240, 240, 0.7); /* رمادي فاتح + شفافية */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /*padding: 0.8rem 1.5rem;*/
  backdrop-filter: blur(8px); /* يعطي إحساس بزجاجي */
}



  .navbar-brand {
    font-weight: bold;
    font-size: 15px !important;
    color: #07384E;
  }

  .navbar-brand span {
    margin-right: 0.5rem;
  }

  .navbar-nav .nav-link {
    color: #07384E !important;
    font-weight: 800 !important;
   
    transition: color 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
    color: #B48A38 !important;
  }

  .navbar-toggler {
    border: none;
  }

  @media (max-width: 991.98px) {
    .navbar-nav {
      text-align: right;
    }
  }

  .bg-opacity {
    background-color: rgba(179, 179, 179, 0.6); /* أزرق داكن شفاف */
  }




  .feature-box {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    color: #333;
    font-size: 16px;
    line-height: 1.8;
  }
  .card-body{
    background-color: #f9f9f9;
  }
  .language-switcher {
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
   
    backdrop-filter: blur(8px); /* يعطي إحساس بزجاجي */
    padding: 8px;
    border-radius: 8px;
  }
  
  .lang-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  
  .lang-btn:hover {
    transform: scale(1.1);
  }


  footer#contact {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='0%'><stop offset='0%' style='stop-color:%23A8D5BA;stop-opacity:0.2'/><stop offset='100%' style='stop-color:%23A8D5BA;stop-opacity:0.05'/></linearGradient></defs><path fill='url(%23grad)' d='M0,160 C360,280 1080,0 1440,160 L1440,320 L0,320 Z' /></svg>") no-repeat center center;
    background-size: cover;
    color: #000; /* لون الخط أسود */
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-top: 5rem;
  }



  .dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    min-width: 250px;
}

.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    color: #07384E;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #B48A38;
    border-radius: 5px;
}


 .feature-box {
    font-size: 1.25rem; /* حجم أكبر من الافتراضي */
    line-height: 1.6;
  }
  
  
  /* ايقونات   */
    .social-icons-vertical {
      position: fixed;
      bottom: 0;
      left: 0;
      transform: translateY(-0%);
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 10px 5px;
    }
  
    .social-icon {
      background: #ffffff;
      border-radius: 10px;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: transform 0.3s, box-shadow 0.3s;
    }
  
    .social-icon:hover {
      transform: scale(1.1) rotateY(10deg);
      box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    }
  
  /* Platform-specific colors */
.social-icon.facebook { background-color: #3b5998; }
.social-icon.twitter { background-color: #000000; } /* Twitter-X is black */
.social-icon.instagram {
  background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fd5949 45%, #d6249f 75%, #285AEB 100%);
}
.social-icon.linkedin { background-color: #0077b5; }
.social-icon.whatsapp { background-color: #25d366; }
.social-icon.youtube { background-color: #FF0000; } /* YouTube red */
.social-icon.email { background-color: #6e6e6e; }    /* Neutral grey for email */


.contact-section {
  padding: 60px 0;
}

.contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-image {
  flex: 1;
  min-width: 300px;
}

.contact-image img {
  width: 500px;
  height: 400px;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
   background: #000;
}

.glass-card {
  flex: 1;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  min-width: 320px;
  transition: transform 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-5px);
}

.glass-card h2 {
  font-weight: bold;
  color: #2c3e50;
}

.glass-card p {
  color: #6c7a89;
}

.form-control {
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #ccd6dd;
  font-size: 16px;
}

.form-control:focus {
  border-color: #d7a644;
  box-shadow: none;
}

button[type="submit"] {
  background-color: #B48A38;
  border: none;
  color: #fff;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #deab44;
}

.lang-ar input[type="email"] {
  direction: rtl !important ;
}


@keyframes pulseAttention {
    0% {
        transform: scale(1);
        box-shadow: 0 6px 20px rgba(180, 138, 56, 0.5), 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 8px 24px rgba(180, 138, 56, 0.6), 0 6px 12px rgba(0, 0, 0, 0.25);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 6px 20px rgba(180, 138, 56, 0.5), 0 4px 10px rgba(0, 0, 0, 0.2);
    }
}

.btn-contact {
    background: linear-gradient(145deg, #fff, #fcefdc);
    color: #000;
    border: 1px solid #B48A38;
    box-shadow:
        0 3px 10px rgba(180, 138, 56, 0.5),
        0 2px 5px rgba(0, 0, 0, 0.2);
    /*padding: 5px 10px;*/
    font-weight: bold !important;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    
    transition: all 0.3s ease;
}

/* تأثير Hover */
.btn-contact:hover {
    background: linear-gradient(145deg, #fff8e7, #f0e0b8);
    color: #B48A38;
    border: 1px solid #d2b673;
    box-shadow:
        0 4px 15px rgba(180, 138, 56, 0.4),
        0 2px 5px rgba(0, 0, 0, 0.15);
    transform: scale(1.05); /* تكبير عند المرور */
}

.dropdown-toggle{
  animation: pulseAttention 2s infinite !important; /* حركة مستمرة كل ثانيتين */
  border-radius: 5px !important;
}



.available-countries-section {
  padding: 60px 20px;
  font-family: 'Cairo', sans-serif;
  text-align: center;
}

.flags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.flag-card {
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 200px;
  padding: 25px 20px;
  transition: transform 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.flag-card:hover {
  transform: translateY(-10px);
}

.flag-img-wrapper {
  width: 110px;
  height: 110px;
  margin: 0 auto 15px;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  border: 3px solid #0288d1;
  animation: pulse 2s infinite ease-in-out;
}

.flag-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: inherit;
}

.flag-card p {
  margin: 0;
  font-weight: bold;
  font-size: 17px;
  color: #263238;
  line-height: 1.5;
}

.flag-card span {
  display: block;
  font-size: 14px;
  color: #607d8b;
}















  

  



