/*
Theme Name: Fantastic Clean
Theme URI: http://fantastic-clean.local/
Author: Fantastic Clean
Description: قالب كلين فانتاستيك لخدمات التنظيف الاحترافية
Version: 1.0
Text Domain: fantastic-clean
*/

/* ========================================
   كلين فانتاستيك - Clean Fantastic
   Main Stylesheet
   ======================================== */

/* ---------- CSS Variables ---------- */
:root {
  --green-dark: #1B5E20;
  --green: #2E7D32;
  --green-light: #43A047;
  --green-lighter: #66BB6A;
  --brand-blue: #1976D2;
  --brand-yellow: #FFC107;
  --brand-red: #E64A19;
  --orange: #F57C00;
  --orange-hover: #E65100;
  --accent-bg: #E8F5E9;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0,0,0,0.25);
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif;
  line-height: 1.6;
  color: var(--gray-800);
  background-color: var(--white);
  direction: rtl;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul { list-style: none; }

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.3;
}

/* ---------- Utilities ---------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .container { padding: 0 2rem; }
}

.text-center { text-align: center; }

.section-padding { padding: 5rem 0; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.badge-green { background-color: rgba(27,94,32,0.1); color: var(--green-dark); }
.badge-blue { background-color: rgba(25,118,210,0.1); color: var(--brand-blue); }
.badge-yellow { background-color: rgba(255,193,7,0.15); color: var(--brand-yellow); }
.badge-orange { background-color: rgba(245,124,0,0.1); color: var(--orange); }
.badge-red { background-color: rgba(230,74,25,0.1); color: var(--brand-red); }
.badge-white { background-color: rgba(255,255,255,0.15); color: var(--brand-yellow); }

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.badge-dot-green { background-color: var(--green-dark); }

.section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--gray-900);
}

.section-subtitle {
  color: var(--gray-500);
  max-width: 700px;
  margin: 0 auto 3.5rem;
  font-size: 1rem;
}

/* ---------- WordPress Nav Menu Integration ---------- */
.nav-desktop .menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-desktop .menu li a {
  color: var(--gray-700);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  display: block;
}

.nav-desktop .menu li a:hover {
  color: var(--green-dark);
  background-color: var(--accent-bg);
}

.nav-desktop .menu li.current-menu-item a,
.nav-desktop .menu li.current_page_item a {
  color: var(--white);
  background-color: var(--green-dark);
}

.nav-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-mobile .menu li a {
  display: block;
  padding: 0.75rem 1rem;
  color: var(--gray-700);
  font-weight: 500;
  border-radius: 0.5rem;
  margin-bottom: 0.25rem;
  transition: all 0.2s ease;
}

.nav-mobile .menu li a:hover { background-color: var(--accent-bg); color: var(--green-dark); }
.nav-mobile .menu li.current-menu-item a,
.nav-mobile .menu li.current_page_item a { background-color: var(--green-dark); color: var(--white); }

/* ---------- Header ---------- */
.header {
  background-color: var(--white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header.scrolled {
  background-color: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-lg);
}

.header > .container:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-logo img {
  height: 56px;
  width: auto;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-desktop a {
  color: var(--gray-700);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.nav-desktop a:hover {
  color: var(--green-dark);
  background-color: var(--accent-bg);
}

.nav-desktop a.active {
  color: var(--white);
  background-color: var(--green-dark);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--brand-yellow);
  color: var(--green-dark);
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.header-cta:hover {
  background-color: rgba(255,193,7,0.8);
  box-shadow: var(--shadow-md);
}

.header-cta svg {
  width: 18px;
  height: 18px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--green-dark);
  border-radius: 0.5rem;
  transition: background-color 0.3s;
}

.menu-toggle:hover { background-color: var(--accent-bg); }

.menu-toggle svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.nav-mobile {
  display: none;
  padding-bottom: 1.5rem;
  border-top: 1px solid var(--gray-100);
  padding-top: 1rem;
}

.nav-mobile.open { display: block; }

.nav-mobile a {
  display: block;
  padding: 0.75rem 1rem;
  color: var(--gray-700);
  font-weight: 500;
  border-radius: 0.5rem;
  margin-bottom: 0.25rem;
  transition: all 0.2s ease;
}

.nav-mobile a:hover { background-color: var(--accent-bg); color: var(--green-dark); }
.nav-mobile a.active { background-color: var(--green-dark); color: var(--white); }

.nav-mobile .mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  background-color: var(--brand-yellow);
  color: var(--green-dark);
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  font-family: inherit;
}

.btn-yellow {
  background-color: var(--brand-yellow);
  color: var(--green-dark);
  box-shadow: 0 4px 14px rgba(255,193,7,0.25);
}
.btn-yellow:hover { background-color: rgba(255,193,7,0.9); }

.btn-glass {
  background-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  color: var(--white);
  border-color: rgba(255,255,255,0.3);
}
.btn-glass:hover { background-color: rgba(255,255,255,0.2); }

.btn-green {
  background-color: var(--green-dark);
  color: var(--white);
}
.btn-green:hover { background-color: var(--green); }

.btn-sm { padding: 0.75rem 1.5rem; }

.btn svg {
  width: 20px;
  height: 20px;
}

/* ---------- Page Hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(to bottom left, var(--green-dark), var(--green), rgba(25,118,210,0.8));
  padding: 4rem 0 6rem;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.page-hero .deco-circle {
  position: absolute;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 50%;
}

.page-hero .deco-circle-1 { width: 160px; height: 160px; top: 40px; right: 80px; }
.page-hero .deco-circle-2 { width: 240px; height: 240px; bottom: 20px; left: 40px; border-width: 1px; }

.page-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.page-hero p {
  font-size: 1.125rem;
  color: var(--gray-300);
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

/* ---------- Hero Section (Home) ---------- */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(27,94,32,0.95), rgba(27,94,32,0.8), rgba(27,94,32,0.4));
}

.hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-content h1 {
  font-size: 3rem;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.hero-content h1 span { color: var(--brand-yellow); }

.hero-content p {
  font-size: 1.125rem;
  color: var(--gray-300);
  margin-bottom: 2rem;
  max-width: 540px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.stats-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.stat-card {
  background-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  transition: background-color 0.3s;
}

.stat-card:hover { background-color: rgba(255,255,255,0.15); }

.stat-number {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.stat-number.c-yellow { color: var(--brand-yellow); }
.stat-number.c-green { color: var(--green-lighter); }
.stat-number.c-blue { color: var(--brand-blue); }
.stat-number.c-orange { color: var(--orange); }

.stat-label {
  color: var(--gray-300);
  font-size: 0.875rem;
}

/* ---------- About Section (Home) ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 4rem;
  align-items: center;
}

.about-text h2 { font-size: 2rem; color: var(--gray-900); margin-bottom: 1.5rem; }
.about-text h2 span { color: var(--green-dark); }

.about-text p {
  color: var(--gray-600);
  line-height: 1.9;
  margin-bottom: 1.25rem;
}

.about-text .highlight {
  color: var(--brand-blue);
}

.about-text .highlight strong {
  color: var(--orange);
}

.about-image-wrap {
  position: relative;
}

.about-image-wrap img {
  border-radius: 1.5rem;
  box-shadow: var(--shadow-2xl);
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.about-floating-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1rem;
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow-xl);
  padding: 1.25rem;
  border: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about-floating-badge img {
  height: 48px;
  width: auto;
}

.about-floating-badge .badge-text small {
  color: var(--green-dark);
  font-size: 0.8rem;
  display: block;
}

.about-floating-badge .badge-text strong {
  color: var(--orange);
  font-size: 1.25rem;
  display: block;
}

/* ---------- Features ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-card {
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  border: 1px solid var(--gray-100);
  cursor: pointer;
}

.feature-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
  fill: none;
}

.fi-green { background-color: rgba(27,94,32,0.1); }
.fi-green svg { stroke: var(--green-dark); }
.fi-blue { background-color: rgba(25,118,210,0.1); }
.fi-blue svg { stroke: var(--brand-blue); }
.fi-yellow { background-color: rgba(255,193,7,0.15); }
.fi-yellow svg { stroke: var(--brand-yellow); }
.fi-orange { background-color: rgba(245,124,0,0.1); }
.fi-orange svg { stroke: var(--orange); }

.feature-card p {
  color: var(--gray-700);
  line-height: 1.7;
}

/* ---------- Service Cards ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.service-card {
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.5s ease;
  border: 1px solid var(--gray-100);
}

.service-card:hover {
  box-shadow: var(--shadow-2xl);
  transform: translateY(-4px);
}

.service-card-image {
  height: 210px;
  overflow: hidden;
  position: relative;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.1);
}

.service-card-image .card-icon-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.card-icon-badge svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  fill: none;
}

.cib-green { background-color: rgba(27,94,32,0.15); border: 1px solid rgba(27,94,32,0.3); }
.cib-green svg { stroke: var(--green-dark); }
.cib-blue { background-color: rgba(25,118,210,0.15); border: 1px solid rgba(25,118,210,0.3); }
.cib-blue svg { stroke: var(--brand-blue); }
.cib-orange { background-color: rgba(245,124,0,0.15); border: 1px solid rgba(245,124,0,0.3); }
.cib-orange svg { stroke: var(--orange); }
.cib-yellow { background-color: rgba(255,193,7,0.15); border: 1px solid rgba(255,193,7,0.3); }
.cib-yellow svg { stroke: var(--brand-yellow); }
.cib-red { background-color: rgba(230,74,25,0.15); border: 1px solid rgba(230,74,25,0.3); }
.cib-red svg { stroke: var(--brand-red); }

.service-card-content {
  padding: 1.5rem;
}

.service-card-content h3 {
  font-size: 1.1rem;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.service-card-content p {
  color: var(--gray-500);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  transition: gap 0.3s;
}

.card-link:hover { gap: 0.75rem; }
.card-link svg { width: 16px; height: 16px; stroke-width: 2; fill: none; }

.cl-green { color: var(--green-dark); }
.cl-green svg { stroke: var(--green-dark); }
.cl-blue { color: var(--brand-blue); }
.cl-blue svg { stroke: var(--brand-blue); }
.cl-orange { color: var(--orange); }
.cl-orange svg { stroke: var(--orange); }

/* ---------- More Services (compact cards) ---------- */
.more-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.more-card {
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  transition: all 0.5s;
}

.more-card:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
}

.more-card-image {
  height: 160px;
  overflow: hidden;
  position: relative;
}

.more-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.more-card:hover .more-card-image img { transform: scale(1.1); }

.more-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

.more-card-image h3 {
  position: absolute;
  bottom: 0.75rem;
  right: 1rem;
  left: 1rem;
  color: var(--white);
  font-size: 0.875rem;
  z-index: 1;
}

.more-card-content {
  padding: 1rem;
}

.more-card-content p {
  color: var(--gray-500);
  font-size: 0.85rem;
  line-height: 1.7;
}

/* ---------- Testimonials ---------- */
.testimonials-section {
  background-color: var(--green-dark);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.testimonials-section .deco-blur-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 288px;
  height: 288px;
  background-color: rgba(25,118,210,0.1);
  border-radius: 50%;
  filter: blur(80px);
  transform: translate(-50%,-50%);
}

.testimonials-section .deco-blur-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 384px;
  height: 384px;
  background-color: rgba(255,193,7,0.05);
  border-radius: 50%;
  filter: blur(80px);
  transform: translate(33%,33%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.testimonial-card {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  transition: all 0.5s;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-2xl);
  transform: translateY(-4px);
}

.testimonial-quote-icon {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  opacity: 0.1;
}

.testimonial-quote-icon svg {
  width: 36px;
  height: 36px;
  stroke: var(--green-dark);
  stroke-width: 2;
  fill: none;
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
}

.testimonial-stars svg {
  width: 16px;
  height: 16px;
  fill: var(--brand-yellow);
  stroke: var(--brand-yellow);
  stroke-width: 1;
}

.testimonial-text {
  color: var(--gray-600);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid var(--gray-100);
  padding-top: 1.25rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(27,94,32,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.testimonial-author strong {
  color: var(--gray-900);
  font-size: 0.875rem;
  display: block;
}

.testimonial-author span {
  color: var(--gray-400);
  font-size: 0.75rem;
}

/* ---------- CTA Section ---------- */
.cta-section {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-section .cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, var(--brand-blue), var(--green-dark), var(--green));
}

.cta-section .deco-circle {
  position: absolute;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 50%;
}

.cta-section .deco-circle-1 { width: 160px; height: 160px; top: 40px; right: 40px; }
.cta-section .deco-circle-2 { width: 240px; height: 240px; bottom: 40px; left: 80px; border-width: 1px; }
.cta-section .deco-circle-3 { width: 80px; height: 80px; top: 50%; left: 33%; border-width: 1px; }

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.cta-content h2 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.cta-content h2 span { color: var(--brand-yellow); }

.cta-content > p {
  font-size: 1.125rem;
  color: var(--gray-300);
  margin-bottom: 2.5rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--brand-yellow);
  color: var(--green-dark);
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(255,193,7,0.25);
  transition: all 0.3s;
}

.cta-phone-btn:hover { background-color: rgba(255,193,7,0.9); }

.cta-phone-btn svg { width: 22px; height: 22px; stroke-width: 2; fill: none; stroke: currentColor; }
.cta-phone-btn small { font-size: 0.75rem; opacity: 0.75; display: block; }

/* ---------- Services Page CTA Box ---------- */
.services-cta-box {
  background: linear-gradient(to right, var(--green-dark), var(--brand-blue));
  border-radius: 1.5rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.services-cta-box .cta-text h2 {
  color: var(--white);
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.services-cta-box .cta-text p {
  color: var(--gray-300);
  max-width: 500px;
}

/* ---------- Contact Page ---------- */
.contact-cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: -5rem;
  position: relative;
  z-index: 20;
  margin-bottom: 3rem;
}

.contact-info-card-mini {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
  transition: all 0.3s;
}

.contact-info-card-mini:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
}

.contact-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.contact-icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
  fill: none;
}

.ciw-green { background-color: rgba(27,94,32,0.1); }
.ciw-green svg { stroke: var(--green-dark); }
.ciw-blue { background-color: rgba(25,118,210,0.1); }
.ciw-blue svg { stroke: var(--brand-blue); }
.ciw-orange { background-color: rgba(245,124,0,0.1); }
.ciw-orange svg { stroke: var(--orange); }
.ciw-yellow { background-color: rgba(255,193,7,0.15); }
.ciw-yellow svg { stroke: var(--brand-yellow); }

.contact-info-card-mini h3 {
  font-size: 1rem;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.contact-info-card-mini p {
  color: var(--gray-500);
  font-size: 0.875rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2rem;
}

.contact-form-card {
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow-lg);
  padding: 2.5rem;
  border: 1px solid var(--gray-100);
}

.contact-form-card h2 {
  font-size: 1.5rem;
  color: var(--gray-900);
  margin-bottom: 0.25rem;
}

.contact-form-card .form-sub {
  color: var(--gray-500);
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  color: var(--gray-700);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 0.75rem;
  font-size: 0.95rem;
  font-family: inherit;
  transition: all 0.3s;
  direction: rtl;
}

.form-control:focus {
  outline: none;
  border-color: var(--green-dark);
  box-shadow: 0 0 0 3px rgba(27,94,32,0.15);
}

textarea.form-control { resize: none; min-height: 120px; }

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 2.5rem;
}

.btn-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--green-dark);
  color: var(--white);
  padding: 0.875rem;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: var(--shadow-md);
}

.btn-submit:hover {
  background-color: var(--green);
  box-shadow: var(--shadow-lg);
}

.btn-submit svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.contact-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }

.contact-quick-cta {
  background: linear-gradient(to bottom right, var(--green-dark), var(--green));
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  color: var(--white);
}

.contact-quick-cta .cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.contact-quick-cta .cta-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--brand-yellow);
  fill: none;
  stroke-width: 2;
}

.contact-quick-cta h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.contact-quick-cta > p {
  color: var(--gray-300);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.contact-quick-cta .cta-phone-link {
  display: block;
  background-color: var(--brand-yellow);
  color: var(--green-dark);
  padding: 0.75rem;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.3s;
}

.contact-quick-cta .cta-phone-link:hover { background-color: rgba(255,193,7,0.9); }
.contact-quick-cta .cta-phone-link small { font-size: 0.75rem; opacity: 0.75; }

.contact-hours-card {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
}

.contact-hours-card h3 {
  font-size: 1.125rem;
  color: var(--gray-900);
  margin-bottom: 1rem;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}

.hours-row + .hours-row { border-top: 1px solid var(--gray-100); }
.hours-row span { font-size: 0.875rem; color: var(--gray-600); }
.hours-row .hours-value { color: var(--green-dark); font-size: 0.875rem; }
.hours-row .hours-closed { color: var(--orange); font-size: 0.875rem; }

/* ---------- About Page ---------- */
.about-story-section {
  padding: 5rem 0;
  background-color: var(--white);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 4rem;
  align-items: center;
}

.about-story-text h2 {
  font-size: 2rem;
  color: var(--gray-900);
  margin-bottom: 1.5rem;
}

.about-story-text h2 span { color: var(--green-dark); }

.about-story-text p {
  color: var(--gray-600);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.about-story-image {
  position: relative;
}

.about-story-image img {
  border-radius: 1.5rem;
  box-shadow: var(--shadow-2xl);
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-story-image .deco-bg-1 {
  position: absolute;
  z-index: -1;
  top: -1rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  background-color: rgba(25,118,210,0.1);
  border-radius: 1.5rem;
}

.about-story-image .deco-bg-2 {
  position: absolute;
  z-index: -1;
  bottom: -1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  background-color: rgba(27,94,32,0.1);
  border-radius: 1.5rem;
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.vm-card {
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow-md);
  padding: 2rem;
  border: 1px solid var(--gray-100);
  transition: all 0.3s;
}

.vm-card:hover { box-shadow: var(--shadow-xl); }

.vm-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: transform 0.3s;
}

.vm-card:hover .vm-card-icon { transform: scale(1.1); }

.vm-card-icon svg { width: 28px; height: 28px; stroke-width: 2; fill: none; }

.vm-card h2 {
  font-size: 1.5rem;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
}

.vm-card p {
  color: var(--gray-500);
  line-height: 1.8;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.value-card {
  text-align: center;
  background-color: var(--gray-50);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid var(--gray-100);
  transition: all 0.3s;
}

.value-card:hover {
  box-shadow: var(--shadow-lg);
  background-color: var(--white);
}

.value-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  transition: transform 0.3s;
}

.value-card:hover .value-card-icon { transform: scale(1.1); }
.value-card-icon svg { width: 28px; height: 28px; stroke-width: 2; fill: none; }

.value-card h3 {
  font-size: 1.25rem;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
}

.value-card p { color: var(--gray-500); }

.about-stats-section {
  background-color: var(--green-dark);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.about-stats-section .deco-blur-1 {
  position: absolute; top: 0; left: 0; width: 288px; height: 288px;
  background-color: rgba(25,118,210,0.15); border-radius: 50%; filter: blur(80px); transform: translate(-50%,-50%);
}

.about-stats-section .deco-blur-2 {
  position: absolute; bottom: 0; right: 0; width: 384px; height: 384px;
  background-color: rgba(255,193,7,0.08); border-radius: 50%; filter: blur(80px); transform: translate(33%,33%);
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.about-stat-item { text-align: center; }

.about-stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.about-stat-label { color: var(--gray-400); }

.about-cta-box {
  background: linear-gradient(to right, var(--green-dark), var(--brand-blue));
  border-radius: 1.5rem;
  padding: 3rem;
  text-align: center;
}

.about-cta-box h2 { color: var(--white); font-size: 2rem; margin-bottom: 1rem; }
.about-cta-box p { color: var(--gray-300); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ---------- Footer ---------- */
.footer { background-color: var(--gray-900); color: var(--white); }

.footer-top-bar {
  background-color: var(--green-dark);
  padding: 1rem 0;
}

.footer-top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-top-bar p {
  color: var(--green-lighter);
  font-size: 0.875rem;
}

.footer-top-bar .ftb-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--brand-yellow);
  color: var(--green-dark);
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s;
}

.footer-top-bar .ftb-cta:hover { background-color: rgba(255,193,7,0.9); }
.footer-top-bar .ftb-cta svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

.footer-main {
  padding: 3.5rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}

.footer-logo {
  display: block;
  margin-bottom: 1.25rem;
}

.footer-logo img {
  height: 80px;
  width: auto;
  background-color: var(--white);
  border-radius: 0.75rem;
  padding: 0.5rem;
}

.footer-section p {
  color: var(--gray-400);
  font-size: 0.875rem;
  line-height: 1.7;
}

.footer-section h3 {
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  position: relative;
}

.footer-section h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: var(--brand-yellow);
}

.footer-links { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links a { color: var(--gray-400); font-size: 0.875rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--brand-yellow); }

.footer-contact-list { display: flex; flex-direction: column; gap: 1rem; }

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact-icon svg { width: 16px; height: 16px; stroke-width: 2; fill: none; }

.fci-green { background-color: rgba(27,94,32,0.3); }
.fci-green svg { stroke: var(--green-lighter); }
.fci-blue { background-color: rgba(25,118,210,0.2); }
.fci-blue svg { stroke: var(--brand-blue); }
.fci-orange { background-color: rgba(245,124,0,0.2); }
.fci-orange svg { stroke: var(--orange); }

.footer-contact-item span { color: var(--gray-400); font-size: 0.875rem; }

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  background-color: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  transition: all 0.3s;
}

.footer-social a:hover { color: var(--white); }
.footer-social a:nth-child(1):hover, .footer-social a:nth-child(2):hover { background-color: var(--brand-blue); }
.footer-social a:nth-child(3):hover { background-color: var(--orange); }

.footer-social svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.25rem 0;
}

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

.footer-bottom p { color: var(--gray-500); font-size: 0.875rem; }

.scroll-top-btn {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  background-color: var(--green-dark);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.scroll-top-btn:hover { background-color: var(--green); }
.scroll-top-btn svg { width: 18px; height: 18px; stroke: var(--white); fill: none; stroke-width: 2; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .stats-cards { display: none; }
  .hero-content h1 { font-size: 2.5rem; }
  .about-grid { grid-template-columns: 1fr; }
  .about-story-grid { grid-template-columns: 1fr; }
  .features-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .more-services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-cards-row { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .vm-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .services-cta-box { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .nav-desktop { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding: 4rem 0; }
  .hero-content h1 { font-size: 2rem; }
  .features-grid, .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .more-services-grid { grid-template-columns: 1fr; }
  .contact-cards-row { grid-template-columns: 1fr; margin-top: -3rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .section-title { font-size: 1.6rem; }
  .page-hero h1 { font-size: 2rem; }
  .page-hero { padding: 3rem 0 5rem; }
  .about-story-image img { height: 300px; }
  .form-row { grid-template-columns: 1fr; }
  .about-stat-number { font-size: 2rem; }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom .container { flex-direction: column; gap: 1rem; }
}

@media (max-width: 480px) {
  .hero-buttons, .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .btn { justify-content: center; }
  .contact-cards-row { grid-template-columns: 1fr; }
}

/* ---------- Floating Buttons ---------- */
.fc-floating-buttons {
  position: fixed;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.fc-float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
}
.fc-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(0,0,0,0.3);
}
.fc-float-btn svg {
  width: 26px;
  height: 26px;
}
.fc-float-call {
  background: linear-gradient(135deg, #1B5E20, #43A047);
}
.fc-float-whatsapp {
  background: linear-gradient(135deg, #128C7E, #25D366);
}
@media (max-width: 768px) {
  .fc-floating-buttons { bottom: 16px; left: 16px; }
  .fc-float-btn { width: 48px; height: 48px; }
  .fc-float-btn svg { width: 22px; height: 22px; }
}
