* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root{
  color: #00ff88;
  box-shadow: 0 0px 15px rgba(78, 78, 78, 0.403);

}

body {
  font-family: "Cairo", sans-serif;
  background: linear-gradient(to right, #000, #001f1f);
  color: white;
  direction: ltr;
}

.modern-navbar {
  width: calc(100% - 220px);
  margin: 20px auto;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(92, 92, 92, 0.134);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0px 15px rgba(78, 78, 78, 0.403);
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.logo span {
  color: #00ff88;
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #eee;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #00ff88;
}
.menu-toggle {
  display: none;
  font-size: 24px;
  color: #00ff88;
  cursor: pointer;
}

.navbar-menu {
    display: flex;
  gap: 30px;
  align-items: center;
}

.cta-btn {
  padding: 10px 18px;
  background-color: #00ff88;
  border: none;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #00e67a;
}

.home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 8%;
  gap: 40px;
  flex-wrap: wrap;
}

.home-content {
  max-width: 600px;
}

.home-content small {
  color: #aaa;
  font-size: 14px;
  letter-spacing: 1px;
}

.home-content h1 {
  font-size: 48px;
  margin: 15px 0;
}

.home-content h1 span {
  color: #00ff88;
}

.home-content p {
  font-size: 16px;
  color: #bbb;
  margin-top: 20px;
  line-height: 1.6;
}

.buttons {
  margin-top: 25px;
}

.btn {
  padding: 10px 20px;
  background-color: #00e67a;
  color: #000000;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;

}

.btn:hover {
  background-color: transparent;
  border: 2px solid #00ff88;
  color: #ffffff;
}

.socials {
  margin-top: 20px;
}

.socials a {
  margin: 0 8px;
  color: #aaa;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.socials a:hover {
  color: #00ff88;
}

.profile {
  width: 500px;
  height: 500px;
  overflow: hidden;
}

.profile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
/*******عداد الارقام****************/

.stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: -70px;
  flex-wrap: wrap;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: -70px;
  flex-wrap: wrap;
  text-align: center;
}

.stat {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.stat h2 {
  font-size: 70px;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

.stat span {
  font-size: 14px;
  color: #bbb;
  margin: 0;
  line-height: 1.2;
}

/***********من نحن****************/
.about {
  padding: 80px 10%;

  color: #fff;
}


.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-img img {
  width: 300px;

}

.about-text {
  max-width: 600px;
}

.about-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #00ff88;
}

.about-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
}

/*ففوتر***********************************/
.footer {
  background-color: #000;
  padding: 50px 10%;
  color: white;
  text-align: left;

}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  min-width: 220px;
  text-align: left;
}

.footer-column2 {
  flex: 1;
  min-width: 220px;
  text-align: center;
}

.footer-column h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: white;
}

.footer-column p {
  color: #ccc;
  font-size: 16px;
  margin: 5px 0;
}

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

.footer-links li {
  margin-bottom: 12px;
}

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

.footer-links a:hover {
  color: #00ff88;
}

.social-icons-grid {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  gap: 15px;
  justify-content: center;
}

.social-icons-grid a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
}

.social-icons-grid a:hover {
  background: #00ff88;
  color: #000;
}

.footer-btn {
  margin-top: 15px;
  background-color: #00ff88;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.footer-btn:hover {
  background-color: #00e67a;
}

.copyright {
  text-align: center;
  color: #aaa;
  font-size: 14px;
  margin-top: 40px;
}

/*اعمالي********************************/
.brands {
  background-color: #0f0f0f45;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  margin: 60px 0px 0px 0px;
}

.brands h2 {
  color: #00ffae;
  margin-bottom: 30px;
  font-size: 2rem;
}

.brands-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brands-track {
  display: flex;
  width: fit-content;
  animation: scrollBrands 30s linear infinite;
}

.brands-track img {
  height: 40px;
  margin: 0 40px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.brands-track img:hover {
  filter: grayscale(0%);
}

@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}




.double-slider {
  overflow: hidden;
  padding: 40px 0;
  margin-bottom: 0px;
  margin-top: -100px;

}

.slider-row {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.slider-track {
  display: flex;
  gap: 20px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.slider-track img {
  height: 220px;
  width: auto;
  object-fit: contain;
  border-radius: 16px;
  flex-shrink: 0;
}

/* Animations */
.top-row .slider-track {
  animation: scroll-right 20s linear infinite;
}

.bottom-row {
  margin-top: 10px;

}

.bottom-row .slider-track {
  animation: scroll-left 20s linear infinite;
}

@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


/***طلب تواصل******/
.contact-section {
  padding: 30px 20px;
  background-color: #121212;
  color: white;
  text-align: center;
  font-family: 'Cairo', sans-serif;
}

.contact-section h2 {
  color: #00cc70;
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-section p {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  background-color: #1a1a1a;
  color: white;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #666;
}

.contact-form button {
  background-color: #00ff88;
  color: black;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #00cc70;
}

#successMessage {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #00ff88;
  background: #1a1a1a;
  padding: 15px;
  border-radius: 8px;
  display: none;
}

.social-links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-links a {
  color: #00ff88;
  font-size: 24px;
  transition: 0.3s;
}

.social-links a:hover {
  color: white;
}

/*--------الخدمات-----------------*/
.services-section {
  padding: 60px 20px;
  color: white;
  font-family: 'Cairo', sans-serif;
  text-align: center;
  
}

.section-title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #fff;
}

.services-section .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.service-card {
  background-color: #1111114b;
  border: 1px solid #29223b;
  border-radius: 16px;
  padding: 20px;
  transition: 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 0 12px #00ffc25e;
  transform: scale(1.02);
}

.card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  text-align: left;
  align-items: center;
}

.card-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #eee;
  flex: 1;
}

.card-content img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/*****************************/
@media (max-width: 992px) {
  .stats {
      margin-top: 0px;
      gap: 30px;
  }
  
  
  .logo {
    font-size: 24px;
  
  }
  .modern-navbar {
    width: calc(90%);
  }

}
@media (max-width: 768px) {
  .stats {
    display: grid;
    grid-template-columns: auto auto;
    justify-items:center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
    margin-top: -10px;
  }

  .stat {
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: center;
  }

  .stat h2 {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    line-height: 1;
  }

  .stat span {
    font-size: 8px;
    color: #bbb;
    margin: 0;
    line-height: 1.2;
  }
  .profile img {
  margin: -5;
}

  .logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
   
  }

  .nav-links {
    display: none;
    gap: 30px;
    align-items: center;
  }

  .navbar-menu .nav-links {
    display:grid;
    width: 100%;
    margin-top: 15px;
  }

  .modern-navbar {
    width: 90%;
    margin: 20px auto;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(92, 92, 92, 0.134);
    border-radius: 14px;
    backdrop-filter: blur(6px);
    box-shadow: 0 0px 15px rgba(78, 78, 78, 0.403);
    margin-right: 10px;
    margin-left: 10px;
  }

  .home-content small {
    color: #aaa;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .home-content h1 {
    font-size: 25px;
    margin: 10px 0;
  }

  .profile {
    width: 500px;
    height: 500px;
    overflow: hidden;
    margin-top: -20px;
  }


  .home-content {
    margin-top: 400px;
  }

  .about-img {
    margin-top: -40px;
  }
}

@media (max-width: 992px) {
  .home {
    flex-direction: column-reverse;
    align-items: center;
    padding: 40px 5%;
  }

  .profile {
    width: 300px;
    height: auto;
    margin-top: 30px;
  }

 
  .home-content {
    text-align: center;
    margin-top: 0;
  }

  .home-content h1 {
    font-size: 32px;
  }

  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-img img {
    width: 250px;
    margin-bottom: 20px;
  }

  .services-section .container {
    grid-template-columns: 1fr;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .footer-column,
  .footer-column2 {
    text-align: center;
  }

  .social-icons-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .brands-track img {
    height: 40px;
    margin: 0 20px;
  }

  .slider-track img {
    height: 160px;
  }

  .stats {
    gap: 30px;
  }

  .stat h2 {
    font-size: 36px;
  }

  .stat span {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .home-content h1 {
    font-size: 24px;
  }

  .btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .slider-track img {
    height: 120px;
  }

  .services-section {
    padding: 40px 10px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 14px;
  }

  .contact-form button {
    font-size: 14px;
    padding: 12px;
  }

  .footer-btn {
    width: 100%;
  }
  .menu-toggle {
    display: block;
  }

  .navbar-center,
  .navbar-right {
    display: none;
  }

  .navbar-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    margin-top: 15px;
  }

  .navbar-menu.active {
    display: flex;
  }

  .navbar-menu .nav-links {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .navbar-menu .cta-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

/* Top Banner (notification bar) */
.top-banner {
  background: linear-gradient(90deg, #00ff99, #25d366);
  color: #000;
  text-align: center;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 1000;
}
.top-banner a { color: #000; font-weight: 700; margin-left: 8px; text-decoration: underline; }
/* iOS Safari only tweaks (بدون ما نغيّر الديسكتوب/الأندرويد) */
@supports (-webkit-touch-callout: none) {
  /* خلّي الهوم ياخد الارتفاع الحقيقي ويمنع الفراغات */
  .home{
    min-height: 100svh;          /* svh بيحل مشكلة شريط سفاري */
  }
  /* لو عندك أي مارجنز عاملة فراغ على iOS نشيلها */
  .home-content{ margin-top: 0 !important; }
  .profile{ margin-top: 0 !important; height: auto !important; }
  .profile img{ height: auto !important; }
  
  /* حواف الأمان (لو في نتوء/بار سفلي) */
  body{
    padding-top: env(safe-area-inset-top, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}
/* ===== Fix Top Offer Banner ===== */
.top-banner{
  position: fixed;     /* تفضل ثابتة فوق */
  top: 0; left: 0; right: 0;
  z-index: 9999;

  display: flex; 
  align-items: center; 
  justify-content: center;

  height: auto !important;
  min-height: 0 !important;
  max-height: 56px;            /* سقف منطقي */
  padding: 8px 12px !important;

  background: linear-gradient(90deg,#00ff99,#25d366) !important;
  color: #000;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.top-banner *{ height:auto !important; }

/* علشان المحتوى ما يستخباش تحت البانر الثابت */
body{
  padding-top: 56px;           /* نفس ارتفاع البانر */
}

/* شاشات صغيرة: خليه أقصر شوية */
@media (max-width: 480px){
  .top-banner{ max-height: 46px; padding: 6px 10px !important; font-size: 14px; }
  body{ padding-top: 46px; }
}
/* عنوان Follow */
.footer-column2 h3{
  margin-bottom: 12px;          /* مسافة تحت الكلمة */
}

/* شبكة أيقونات السوشيال في عمود الـ Follow */
.footer-column2 .social-icons-grid{
  display: grid;
  grid-template-columns: repeat(6, 40px); /* 6 أيقونات في صف واحد */
  justify-content: center;
  gap: 12px;                                /* قرب الأيقونات من بعض */
  margin-top: 8px;                          /* مسافة بسيطة تحت العنوان */
  margin-bottom: 16px;                      /* مسافة قبل الروابط */
}

/* تحسين اللمسة البصرية للأيقونة نفسها (اختياري) */
.footer-column2 .social-icons-grid a{
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* الروابط اللي تحت الأيقونات (Home, Services...) */
.footer-column2 .footer-links{
  margin-top: 6px;             /* تأكيد وجود مسافة فوق القائمة */
}

/* موبايل: خليه 3 أعمدة */
@media (max-width: 576px){
  .footer-column2 .social-icons-grid{
    grid-template-columns: repeat(3, 40px);
    gap: 10px;
  }
}


