body {
  font-family: Cairo, Tahoma, sans-serif;
  padding-top: 70px;
}
@keyframes pulseCall {
  0% {
    background-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  50% {
    background-color: #f82c08;
    box-shadow: 0 0 15px 8px rgba(8, 194, 51, 0.6);
  }
  100% {
    background-color: #ff2600;
    box-shadow: 0 0 0 0 rgba(0, 252, 59, 0.7);
  }
}
/* إخفاء زر الاتصال على اللابتوب */
.call-btn {
  display: none;
}

/* إظهاره على الموبايل فقط */
@media (max-width: 768px) {
  .call-btn {
    display: block;
  }
}

.call-btn {
  animation: pulseCall 3s infinite;
}

.section-title {
  color: #2a3eb1;
  font-weight: bold;
  margin-bottom: 30px;
}
.fw-bold {
    font-weight: 700 !important;
    color: black;
}
p.about {
    color: black;
}

/* افتراضيًا نخفي الاتنين */
.desktop-only,
.mobile-only {
  display: none;
}

/* ديسكتوب */
@media (min-width: 769px) {
  .desktop-only {
    display: block;
  }
}

/* موبايل */
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
.slider-item {
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000; /* لون الخلفية */
}


}

.slider-item {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slider-item::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0,0,0,0.55);*/
}

/* موبايل فقط */


.team-section {
  background: #f8f9fa;
}

.team-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-8px);
}

.team-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}
.values-section {
  background: linear-gradient(135deg, #2a3eb1, #1b2a8f);
}
.site-footer {
  background: #1b1f3b;
  color: #ddd;
  padding: 60px 0 20px;
  margin-top: 60px;
}

.site-footer h5 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.site-footer p {
  font-size: 14px;
  line-height: 1.8;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #28a745;
}

.social-links a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #2a2f6b;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 18px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
  background: #28a745;
  transform: translateY(-4px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}

.value-box {
  background: rgba(255,255,255,0.12);
  padding: 30px;
  border-radius: 15px;
  height: 100%;
}
.call-header {
  color: #28a745;
  font-weight: bold;
  text-decoration: none;
  margin-right: 15px;
}

.navbar .btn-success {
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 30px;
}

.value-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #fff;
}

.team-card span {
  display: block;
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

.slider-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.service-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.service-box i {
  font-size: 40px;
  color: #2a3eb1;
  margin-bottom: 15px;
}

.why-us {
  background: linear-gradient(135deg, #2a3eb1, #1b2a8f);
}

.review-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.review-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.call-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #28a745;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  z-index: 9999;
}

.whatsapp-btn {
display: none;
}
.devices-section {
  background: url("https://images.pexels.com/photos/4792509/pexels-photo-4792509.jpeg") center/cover fixed;
  padding: 80px 0;
  position: relative;
}

.devices-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.devices-section .container {
  position: relative;
  z-index: 2;
}

.device-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.device-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.device-card h5 {
  margin: 15px 0 10px;
  color: #2a3eb1;
}

.device-card p {
  padding: 0 15px 20px;
  font-size: 14px;
}
.reviews-slider {
  background: linear-gradient(135deg, #1b2a8f, #2a3eb1);
}

.reviews-slider .review-card {
  max-width: 400px;
  margin: auto;
}
section {
  overflow: hidden;
}

p {
  line-height: 1.8;
}

img {
  transition: transform .3s ease;
}

img:hover {
  transform: scale(1.03);
}
.logo {
  height: 45px;
}
.brands-section {
  background: #f8f9fa;
}

.brands-slider {
  display: flex;
  gap: 40px;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
}

.brand-item {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 140px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.brand-item img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.brand-item:hover {
  transform: scale(1.08);
}


