/* تعميم */
body {
  margin: 0;
  font-family: 'Cairo', sans-serif;
  background: #f9f9f9;
  color: #333;
  direction: rtl;
}



/* Header Styles */
.main-header {
  background-color: #264a5a;
  color: #fff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.logo img {
  height: 50px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #ffd700;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .menu-toggle {
    display: block;
    color: white;
  }

  .nav.active {
    display: block;
    position: absolute;
    top: 70px;
    right: 20px;
    background-color: #264a5a;
    padding: 10px 20px;
    border-radius: 10px;
  }

  .nav.active ul {
    flex-direction: column;
    gap: 10px;
  }
}









/*البرواز الخاص بالبنر*/
.caller{
  background: #8e9da3;
  border-radius: 20px;
  border: 10px;
  padding: 10px;
}
























/* بانر اتصل بنا */
.contact-banner {
  background: url('../images/images/oo/5.jpg') center/cover no-repeat;
  height: 250px; /* ارتفاع ثابت */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
}



/* النص */
.contact-banner h1 {
  position: relative;
  font-size: 2.5rem;
  z-index: 2;
  margin: 0;
  font-weight: bold;
}

/* الحفاظ على تناسق الحجم على جميع الشاشات */
@media (max-width: 768px) {
  .contact-banner {
    height: 200px;
  }

  .contact-banner h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .contact-banner {
    height: 180px;
  }

  .contact-banner h1 {
    font-size: 1.6rem;
  }
}


 


























.blog-section {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #0d47a1;
}

.section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #555;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
    text-align: left;
}

.blog-date {
    font-size: 0.9rem;
    color: #888;
}

.blog-content h3 {
    margin: 10px 0;
    font-size: 1.4rem;
    color: #0d47a1;
}

.blog-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.read-more {
    text-decoration: none;
    color: #1a73e8;
    font-weight: bold;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #0d47a1;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    .blog-content h3 {
        font-size: 1.2rem;
    }
}

































.working-hours {
    padding: 40px 20px;
    background-color: #f3f6f9;
    text-align: center;
    font-family: Arial, sans-serif;
}

.working-hours h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}

.hours-container {
    max-width: 600px;
    margin: 0 auto;
}

.day {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.day:hover {
    transform: translateY(-3px);
}

.icon {
    font-size: 28px;
    color: #1e88e5;
    margin-right: 15px;
}

.info {
    text-align: left;
}

.day-name {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #222;
}

.day-time {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #555;
}

.day-time i {
    margin-right: 5px;
}

/* للموبايل */
@media (max-width: 600px) {
    .day {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .info {
        text-align: center;
    }
}
.live-clock {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);

    /* الخلفية المتدرجة المتحركة */
    background: linear-gradient(270deg, #6b737a, #313233, #5c6bc0);
    background-size: 600% 600%;
    animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* وميض الأيقونة */
.clock-icon {
    animation: blinkClock 1.5s ease-in-out infinite;
}

@keyframes blinkClock {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}



















.cta-section {
    background: linear-gradient(135deg, #2d4058, #435c81);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 20px;
    margin: 50px auto;
    max-width: 1100px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.cta-button {
    background: #25d366; /* لون واتساب */
    color: #fff;
    padding: 14px 35px;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    animation: pulse 1.5s infinite;
}

.cta-button::before {
    content: "📱";
    font-size: 1.2rem;
}

.cta-button:hover {
    background: #1ebe5b;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

/* تأثير النبض */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .cta-content h2 {
        font-size: 2rem;
    }
    .cta-content p {
        font-size: 1rem;
    }
}































































.faq-section {
    max-width: 800px;
    margin: auto;
    padding: 40px 20px;
    direction: rtl;
    font-family: 'Tahoma', sans-serif;
}

.faq-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #26313b;
}

.faq-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.faq-item.active {
    box-shadow: 0 4px 12px rgba(30, 136, 229, 0.4);
}

.faq-question {
    width: 100%;
    background: #3f586d;
    color: white;
    padding: 15px;
    text-align: right;
    font-size: 18px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #62839e;
}

.arrow {
    transition: transform 0.3s ease;
}

.arrow.open {
    transform: rotate(180deg);
}

.faq-answer {
    background: #f9f9f9;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0; /* شفافية مبدئية */
    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.4s ease;
}

.faq-answer.open {
    padding: 15px;
    opacity: 1; /* ظهور تدريجي */
}































.footer {
  background-color: #264a5a;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: 'Cairo', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-column {
  flex: 1 1 250px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 16px;
  line-height: 1.7;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #00d4ff;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #bbb;
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-logo {
    margin: 0 auto 15px;
  }
}
  


.footer-contact a:hover i {
  color: #264a5a; /* لون عند المرور */
}
































/* تأثير الدخول */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

















