.elementor-1262 .elementor-element.elementor-element-78a7be71{--display:flex;}.elementor-1262 .elementor-element.elementor-element-46244cc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-09c0d61 *//* ========== RESET & BASE ========== */
.co-landing {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background-color: #f3f4f6;
  line-height: 1.7;
  font-size: 16px;
}

.co-landing * {
  box-sizing: border-box;
}

.co-landing a {
  text-decoration: none;
}

/* دخول حركي لكل السيكشنز */
.co-landing > section {
  opacity: 0;
  transform: translateY(24px);
  animation: coFadeUp 0.9s ease-out forwards;
}

.co-landing > section:nth-of-type(1) { animation-delay: 0.1s; }
.co-landing > section:nth-of-type(2) { animation-delay: 0.25s; }
.co-landing > section:nth-of-type(3) { animation-delay: 0.4s; }
.co-landing > section:nth-of-type(4) { animation-delay: 0.55s; }
.co-landing > section:nth-of-type(5) { animation-delay: 0.7s; }
.co-landing > section:nth-of-type(6) { animation-delay: 0.85s; }

@keyframes coFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ========== CONTAINER & LAYOUT ========== */
.co-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 1.5rem;
}

.co-section {
  padding: 4.2rem 0;
}

.co-section__header {
  text-align: center;
  margin-bottom: 2.7rem;
}

.co-section__header h2,
.co-section h2 {
  font-size: 2.2rem;
  margin-bottom: 0.6rem;
}

.co-section__header p {
  color: #6b7280;
  font-size: 1.05rem;
}

.co-section__header--left {
  text-align: right;
}

/* GRID */
.co-grid {
  display: grid;
  gap: 1.5rem;
}

.co-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.co-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.co-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ========== HERO ========== */
.co-hero {
  background: linear-gradient(135deg, #111827, #1d4ed8, #0f172a);
  background-size: 220% 220%;
  color: #f9fafb;
  padding: 4.8rem 0 4.2rem;
  position: relative;
  overflow: hidden;
  animation: coBGShift 12s ease-in-out infinite alternate;
}

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

/* نقاط مضيئة خفيفة في الخلفية */
.co-hero::before,
.co-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.35;
  pointer-events: none;
}

.co-hero::before {
  width: 260px;
  height: 260px;
  background: #f97316;
  inset-inline-start: -60px;
  top: 10%;
}

.co-hero::after {
  width: 220px;
  height: 220px;
  background: #22c55e;
  inset-inline-end: -40px;
  bottom: 5%;
}

.co-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.5fr);
  align-items: center;
  gap: 2.3rem;
}

.co-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.7);
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}

.co-hero h1 {
  font-size: 2.9rem;
  margin-bottom: 1rem;
}

.co-hero p {
  font-size: 1.1rem;
  max-width: 34rem;
  color: #e5e7eb;
}

.co-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.4rem;
}

/* ========== BUTTONS (تركيز على التليفون والواتس) ========== */
.co-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
  position: relative;
  overflow: hidden;
}

/* زر التليفون – برتقالي لامع + Pulse */
.co-hero__cta .co-btn--primary {
  background: radial-gradient(circle at 20% 0%, #fed7aa, #f97316);
  border-color: #f97316;
  color: #111827;
  box-shadow: 0 16px 38px rgba(248, 150, 60, 0.55);
  animation: coPulse 1.7s ease-in-out infinite;
}

@keyframes coPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 16px 38px rgba(248, 150, 60, 0.5);
  }
  50% {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 22px 55px rgba(248, 150, 60, 0.75);
  }
}

/* لمعة خفيفة بتعدّي على الزر */
.co-hero__cta .co-btn--primary::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: -40%;
  width: 40%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  transform: skewX(-20deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.co-hero__cta .co-btn--primary:hover::after {
  opacity: 1;
  animation: coShine 0.8s ease-out forwards;
}

@keyframes coShine {
  from { inset-inline-start: -40%; }
  to   { inset-inline-start: 120%; }
}

/* زر الواتس – أخضر مميز */
.co-hero__cta .co-btn--outline {
  background-color: transparent;
  border-color: #22c55e;
  color: #ecfdf5;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.35);
}

.co-hero__cta .co-btn--outline::before {
  content: "💬";
  margin-left: 0.4rem;
  font-size: 1.15rem;
}

.co-hero__cta .co-btn--outline:hover {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #052e16;
  box-shadow: 0 18px 40px rgba(34, 197, 94, 0.55);
  transform: translateY(-1px);
}

/* Hover عام للأزرار الأخرى */
.co-btn:not(.co-hero__cta .co-btn--primary):hover {
  transform: translateY(-1px);
}

/* زر Full */
.co-btn--full {
  width: 100%;
}

/* ========== META TAGS تحت الهيرو ========== */
.co-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #cbd5f5;
}

.co-hero__meta span {
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
}

/* ========== HERO CARD ========== */
.co-hero__card {
  background-color: #f9fafb;
  color: #111827;
  border-radius: 1.4rem;
  padding: 1.9rem;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.35);
  transform-origin: center;
  animation: coFloat 4s ease-in-out infinite alternate;
}

@keyframes coFloat {
  0% { transform: translateY(0) translateX(0); }
  100% { transform: translateY(-6px) translateX(-3px); }
}

.co-hero__card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
}

.co-hero__card p {
  color: #4b5563;
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.co-hero__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.98rem;
}

.co-hero__card li::before {
  content: "•";
  margin-left: 0.25rem;
}

/* ========== CARDS ========== */
.co-card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 1.6rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid #e5e7eb;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.co-card--soft {
  background-color: #f9fafb;
}

.co-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  border-color: #d1d5db;
}

/* ========== LISTS ========== */
.co-list {
  list-style: none;
  padding: 0;
  margin-top: 0.9rem;
}

.co-list li {
  margin-bottom: 0.4rem;
  position: relative;
  padding-right: 1.35rem;
  font-size: 1rem;
  color: #4b5563;
}

.co-list li::before {
  content: "✔";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.85rem;
  color: #16a34a;
}

.co-highlight-list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
}

.co-highlight-list li {
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

/* ========== STEPS ========== */
.co-steps h3 {
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}

.co-steps ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.co-steps li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.co-steps span {
  inline-size: 2.1rem;
  block-size: 2.1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  color: #f9fafb;
  font-weight: 700;
}

/* ========== TESTIMONIALS ========== */
.co-quote__author {
  font-size: 0.95rem;
  color: #6b7280;
}

/* ========== GALLERY ========== */
.co-gallery__grid {
  margin-top: 1.7rem;
}

.co-gallery__item {
  border-radius: 1.1rem;
  overflow: hidden;
  position: relative;
}

.co-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.co-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.45), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.co-gallery__item:hover img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

.co-gallery__item:hover::after {
  opacity: 1;
}

/* ========== MAP ========== */
.co-map iframe {
  width: 100%;
  min-height: 290px;
  border: 0;
  border-radius: 1.3rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

/* ========== FORM ========== */
.co-form {
  background-color: #ffffff;
  border-radius: 1.35rem;
  padding: 1.6rem 1.6rem 1.9rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  border: 1px solid #e5e7eb;
}

.co-form__group {
  margin-bottom: 1.15rem;
}

.co-form label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  color: #374151;
  font-weight: 600;
}

.co-form input,
.co-form select,
.co-form textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  border: 1px solid #d1d5db;
  font-size: 0.98rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  background-color: #f9fafb;
}

.co-form input:focus,
.co-form select:focus,
.co-form textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.35);
  background-color: #ffffff;
}

/* ========== FOOTER ========== */
.co-footer {
  padding: 1.7rem 0 2.1rem;
  background-color: #020617;
  color: #9ca3af;
  font-size: 0.9rem;
}

.co-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.co-footer a {
  color: #e5e7eb;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .co-hero__content {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 768px) {
  .co-section {
    padding: 3.4rem 0;
  }

  .co-hero {
    padding: 3.4rem 0 3.2rem;
  }

  .co-hero__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .co-hero h1 {
    font-size: 2.4rem;
  }

  .co-hero p {
    max-width: 100%;
  }

  .co-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .co-grid--2,
  .co-grid--3,
  .co-grid--4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .co-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}
/* أيقونات الخدمات داخل الكروت */
.co-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  background: radial-gradient(circle at 30% 0%, #fef3c7, #f97316);
  box-shadow: 0 10px 24px rgba(248, 150, 60, 0.45);
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.co-service-icon span {
  font-size: 1.7rem;
}

.co-card:hover .co-service-icon {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 14px 32px rgba(248, 150, 60, 0.7);
}/* End custom CSS */