﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  background: #0f172a;
  color: #e5e7eb;
  direction: rtl;
  overflow-x: hidden;
  line-height: 1.7;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.container {
  width: 90%;
  max-width: 1240px;
  margin: auto;
}

.section-padding {
  padding: 80px 0;
}

.topbar {
  background: #020617;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
}

.topbar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.topbar-right,
.topbar-left {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: #cbd5e1;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 20px;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #06b6d4);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-text h2 {
  font-size: 22px;
  color: #fff;
}

.logo-text p {
  font-size: 14px;
  color: #94a3b8;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  color: #e2e8f0;
  font-size: 15px;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #22c55e;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(15,23,42,0.94), rgba(8,47,73,0.84)),
    url('https://images.unsplash.com/photo-1558002038-1055907df827?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(34,197,94,0.15), transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  padding: 70px 0;
}

.hero-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.35);
  color: #86efac;
  border-radius: 999px;
  margin-bottom: 20px;
  font-size: 14px;
}

.hero-text h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}

.hero-text h2 {
  font-size: 28px;
  color: #cbd5e1;
  margin-bottom: 18px;
}

.typing-text {
  color: #22c55e;
  font-weight: bold;
  display: inline-block;
  min-height: 42px;
}

.hero-text p {
  color: #cbd5e1;
  font-size: 18px;
  max-width: 700px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.btn {
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
}

.btn-primary {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(34,197,94,0.25);
}

.btn-whatsapp {
  background: #0f766e;
  color: #fff;
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(13,148,136,0.25);
}

.hero-features {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mini-card {
  min-width: 140px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 18px;
  text-align: center;
}

.mini-card strong {
  display: block;
  font-size: 28px;
  color: #22c55e;
  margin-bottom: 4px;
}

.mini-card span {
  color: #cbd5e1;
  font-size: 14px;
}

.hero-image img {
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}

.quick-contact {
  margin-top: -45px;
  position: relative;
  z-index: 3;
}

.quick-contact-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.quick-box {
  background: #111827;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 28px 22px;
  box-shadow: 0 20px 35px rgba(0,0,0,0.18);
}

.quick-box h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 22px;
}

.quick-box p {
  color: #94a3b8;
  margin-bottom: 10px;
}

.quick-box a {
  color: #22c55e;
  font-weight: bold;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title.left-text {
  text-align: right;
}

.section-title span {
  color: #22c55e;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 8px;
}

.section-title h2 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 10px;
}

.section-title p {
  color: #94a3b8;
  max-width: 760px;
  margin: auto;
}

.services {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: #0b1220;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  transition: 0.35s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.28);
}

.service-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.service-content {
  padding: 22px;
}

.service-content h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
}

.service-content p {
  color: #94a3b8;
  font-size: 15px;
}

.brands {
  background: #0b1120;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.brand-item {
  background: linear-gradient(135deg, #111827, #1e293b);
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.3s;
  font-weight: bold;
}

.brand-item:hover {
  background: linear-gradient(135deg, #16a34a, #0f766e);
  transform: translateY(-5px);
}

.brand-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.brand-detail {
  background: #111827;
  border-radius: 20px;
  padding: 24px;
  border-right: 4px solid #22c55e;
}

.brand-detail h3 {
  color: #fff;
  margin-bottom: 8px;
}

.brand-detail p {
  color: #94a3b8;
}

.why-us {
  background: #0f172a;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.why-card {
  background: #111827;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  padding: 28px 22px;
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-6px);
}

.why-card h3 {
  color: #fff;
  margin-bottom: 10px;
}

.why-card p {
  color: #94a3b8;
}

.reviews {
  background: #0b1120;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-card {
  background: #111827;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.06);
}

.review-card p {
  color: #cbd5e1;
  margin-bottom: 14px;
}

.review-card h4 {
  color: #22c55e;
}

.cta-strip {
  background: linear-gradient(135deg, #16a34a, #0f766e);
  padding: 36px 0;
}

.cta-strip-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-strip-wrap h2 {
  color: white;
  font-size: 30px;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact {
  background: #0f172a;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.contact-card {
  background: #111827;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.06);
}

.contact-card h3 {
  color: #fff;
  margin-bottom: 8px;
}

.contact-card a,
.contact-card p {
  color: #94a3b8;
}

.contact-form-box {
  background: #111827;
  border-radius: 26px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.06);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #0b1220;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 16px;
  font-size: 15px;
  outline: none;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form button {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
  border: none;
  padding: 16px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.footer {
  background: #020617;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer h3 {
  color: #fff;
  margin-bottom: 6px;
}

.footer p {
  color: #94a3b8;
}

.floating-whatsapp,
.floating-call {
  position: fixed;
  left: 20px;
  z-index: 999;
  color: white;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: bold;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25);
  animation: pulse 1.8s infinite;
}

.floating-whatsapp {
  bottom: 90px;
  background: #16a34a;
}

.floating-call {
  bottom: 25px;
  background: #0284c7;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero-content,
  .contact-wrap,
  .services-grid,
  .quick-contact-wrap,
  .why-grid,
  .reviews-grid,
  .brands-grid,
  .brand-details {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-content {
    align-items: start;
  }

  .cta-strip-wrap {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 82px;
    right: 5%;
    width: 90%;
    background: #0b1220;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.show {
    display: flex;
  }

  .hero-content,
  .services-grid,
  .quick-contact-wrap,
  .brands-grid,
  .brand-details,
  .why-grid,
  .reviews-grid,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-text h2 {
    font-size: 22px;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    order: -1;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .cta-strip-wrap h2 {
    font-size: 24px;
    text-align: center;
  }

  .floating-whatsapp,
  .floating-call {
    left: 12px;
    padding: 10px 14px;
    font-size: 14px;
  }
}