@font-face {
  font-family: "AGCRegular";
  src: url("/assets/fonts/ArbFONTS-AGCRegular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Noor";
  src: url("/assets/fonts/ArbFONTS-AGCLight.ttf") format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: "Noor_bold";
  src: url("/assets/fonts/ArbFONTS-AGCBold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}

@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(https://fonts.googleapis.com/earlyaccess/lateef.css);
@import url(https://fonts.googleapis.com/earlyaccess/scheherazade.css);
@import url(https://fonts.googleapis.com/earlyaccess/thabit.css);
@import "https://fonts.googleapis.com/css2?family=Bellefair&family=Open+Sans:wght@300;400;700;800&family=Oswald:wght@400;500;600;700&display=swap";
:root {
  font-family: ge2, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light;
  color: #213547;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  --color-primary: #193328;
  --color-primary-light: #193328;
  --color-secondary: #193328;
  --color-accent: #d2b474;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-error: #ef4444;
  --color-white: #ffffff;
  --color-gray-50: #f9f9f9;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --font-family-primary: "ge2", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-10: 2.5rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  font-family: var(--font-family-primary);
  line-height: 1.6;
  font-weight: var(--font-weight-regular);
  color: var(--color-gray-800);
  background-color: var(--color-gray-50);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  direction: rtl;
  text-align: right;
  font-family: ge2, sans-serif;
}
button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
  color: #fff;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
.container[data-v-6b64cf77] {
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}
img,
video {
  max-width: 100%;
  height: auto;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

img,
video,
iframe,
object,
embed {
  max-width: 100% !important;
  height: auto !important;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

th,
td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.text-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

button,
.btn {
  min-height: 44px;
  min-width: 44px;
  touch-action: manipulation;
}

@media (max-width: 1400px) {
  .hero-content[data-v-6b64cf77] {
    padding-left: 300px;
  }
  .container[data-v-3703703b],
  .container[data-v-3e864eb8],
  .container[data-v-66b991fe],
  .container[data-v-fcf5839b] {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}

@media (max-width: 1200px) {
  .hero-content[data-v-6b64cf77] {
    padding-left: 200px;
  }
  .services-grid[data-v-2a617eb4] {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
  .footer-content[data-v-a4fad11b] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .hero-content[data-v-6b64cf77] {
    padding-left: 80px;
  }
  .hero-title[data-v-6b64cf77] {
    font-size: 2.8rem;
  }
  .services-section[data-v-2a617eb4] {
    padding: 3rem 1rem;
  }
  .about-section[data-v-66b991fe],
  .about-section[data-v-fcf5839b] {
    padding: 80px 0;
  }
  .contact-section[data-v-b32b90f7],
  .contact-section[data-v-d89514ba] {
    padding: 120px 0;
  }
}

@media (max-width: 768px) {
  .hero-content[data-v-6b64cf77] {
    padding-left: 0;
    text-align: center;
    padding: 0 1rem;
  }
  .hero-title[data-v-6b64cf77] {
    font-size: 2.2rem;
  }
  .hero-subtitle[data-v-6b64cf77] {
    font-size: 1.1rem;
  }
  .services-grid[data-v-2a617eb4] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service-card[data-v-2a617eb4] {
    min-height: 320px;
    padding: 1.5rem;
  }
  .images-grid[data-v-66b991fe],
  .images-grid[data-v-fcf5839b] {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .team-grid[data-v-ecaa8410] {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .client-logo[data-v-f09c4b20] {
    height: 80px;
    max-width: 160px;
  }
}

@media (max-width: 576px) {
  .hero[data-v-6b64cf77] {
    min-height: 80vh;
    padding-top: 60px;
  }
  .hero-title[data-v-6b64cf77] {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .hero-subtitle[data-v-6b64cf77] {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .hero-description[data-v-6b64cf77] {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .hero-button[data-v-6b64cf77] {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
  .services-title[data-v-2a617eb4] {
    font-size: 1.8rem;
  }
  .service-card[data-v-2a617eb4] {
    min-height: 250px;
    padding: 1rem;
  }
  .service-icon[data-v-2a617eb4] {
    width: 60px;
    height: 40px;
  }
  .service-icon img {
    max-width: 60px;
  }
  .service-title[data-v-2a617eb4] {
    font-size: 1.1rem;
  }
  .service-description[data-v-2a617eb4] {
    font-size: 0.9rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .about-title[data-v-66b991fe],
  .about-title[data-v-fcf5839b],
  .about-title[data-v-1caa8f5e],
  .about-title[data-v-ecaa8410] {
    font-size: 1.5rem;
  }
  .about-image[data-v-66b991fe],
  .about-image[data-v-fcf5839b] {
    height: 180px;
  }
  .client-logo[data-v-f09c4b20] {
    height: 60px;
    max-width: 120px;
    padding: 0.3rem;
  }
  .client-name[data-v-f09c4b20] {
    font-size: 0.7rem;
  }
  .podcast-title[data-v-35c40fb8],
  .podcast-title[data-v-fe021d39],
  .podcast-title[data-v-742f4881],
  .podcast-title[data-v-ecaa8410] {
    font-size: 1.5rem;
  }
  .podcast-image[data-v-35c40fb8],
  .podcast-image[data-v-fe021d39],
  .podcast-image[data-v-742f4881] {
    max-width: 200px;
  }
  .contact-title[data-v-b32b90f7],
  .contact-title[data-v-d89514ba] {
    font-size: 1.5rem;
  }
  .form-row[data-v-b32b90f7],
  .form-row[data-v-d89514ba] {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 400px) {
  .hero-title[data-v-6b64cf77] {
    font-size: 1.5rem;
  }
  .hero-subtitle[data-v-6b64cf77] {
    font-size: 0.9rem;
  }
  .hero-description[data-v-6b64cf77] {
    font-size: 0.8rem;
  }
  .service-card[data-v-2a617eb4] {
    min-height: 200px;
    padding: 0.8rem;
  }
  .service-icon[data-v-2a617eb4] {
    width: 40px;
    height: 30px;
  }
  .service-icon img {
    max-width: 40px;
  }
  .service-title[data-v-2a617eb4] {
    font-size: 1rem;
  }
  .service-description[data-v-2a617eb4] {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .about-image[data-v-66b991fe],
  .about-image[data-v-fcf5839b] {
    height: 150px;
  }
  .client-logo[data-v-f09c4b20] {
    height: 40px;
    max-width: 80px;
  }
  .podcast-image[data-v-35c40fb8],
  .podcast-image[data-v-fe021d39],
  .podcast-image[data-v-742f4881] {
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  .sidebar.mobile-open,
  .side-bar.mobile-open {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10000 !important;
    font-family: "Noor" !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .container,
  .container[data-v-3703703b],
  .container[data-v-3e864eb8],
  .container[data-v-66b991fe],
  .container[data-v-fcf5839b],
  .container[data-v-1caa8f5e],
  .container[data-v-35c40fb8],
  .container[data-v-fe021d39],
  .container[data-v-742f4881],
  .container[data-v-ecaa8410],
  .container[data-v-b32b90f7],
  .container[data-v-d89514ba] {
    padding: 0 8px !important;
    max-width: 100vw !important;
  }
  .footer-content[data-v-a4fad11b] {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 8px;
  }
  .service-card[data-v-2a617eb4] {
    padding: 1rem;
    min-height: 180px;
  }
  .service-title[data-v-2a617eb4] {
    font-size: 1rem;
  }
  .service-description[data-v-2a617eb4] {
    font-size: 0.9rem;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .service-icon[data-v-2a617eb4] {
    width: 48px;
    height: 48px;
  }
  .service-icon img {
    max-width: 48px;
    height: auto;
  }
  .hero-title[data-v-6b64cf77] {
    font-size: 1.5rem;
  }
  .hero-subtitle[data-v-6b64cf77] {
    font-size: 1rem;
  }
  .hero-description[data-v-6b64cf77] {
    font-size: 0.9rem;
  }
  .hero-button[data-v-6b64cf77] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .about-title[data-v-66b991fe],
  .about-title[data-v-fcf5839b],
  .about-title[data-v-1caa8f5e],
  .about-title[data-v-ecaa8410] {
    font-size: 1.2rem;
  }
  .about-image[data-v-66b991fe],
  .about-image[data-v-fcf5839b] {
    height: 120px;
  }
  .images-grid[data-v-66b991fe],
  .images-grid[data-v-fcf5839b],
  .team-grid[data-v-ecaa8410] {
    gap: 12px;
  }
  .client-logo[data-v-f09c4b20] {
    height: 48px;
    max-width: 80px;
    padding: 4px;
  }
  .client-name[data-v-f09c4b20] {
    font-size: 0.7rem;
  }
  .podcast-title[data-v-35c40fb8],
  .podcast-title[data-v-fe021d39],
  .podcast-title[data-v-742f4881],
  .podcast-title[data-v-ecaa8410] {
    font-size: 1.2rem;
  }
  .podcast-image[data-v-35c40fb8],
  .podcast-image[data-v-fe021d39],
  .podcast-image[data-v-742f4881] {
    max-width: 120px;
  }
  .listen-btn[data-v-35c40fb8],
  .listen-btn[data-v-fe021d39],
  .listen-btn[data-v-742f4881] {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
  .contact-title[data-v-b32b90f7],
  .contact-title[data-v-d89514ba] {
    font-size: 1.2rem;
  }
  .form-title[data-v-b32b90f7],
  .form-title[data-v-d89514ba] {
    font-size: 1rem;
  }
  .form-input[data-v-b32b90f7],
  .form-textarea[data-v-b32b90f7],
  .form-input[data-v-d89514ba],
  .form-textarea[data-v-d89514ba] {
    font-size: 0.9rem;
    padding: 8px 10px;
  }
  .submit-btn[data-v-b32b90f7],
  .submit-btn[data-v-d89514ba] {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  button,
  .btn {
    min-height: 48px;
    min-width: 48px;
  }
}

input,
textarea,
select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.hidden-mobile {
  display: block;
}
.hidden-desktop {
  display: none;
}
body {
  font-family: ge2;
  line-height: 1.6;
  color: #333;
  direction: rtl;
  text-align: right;
}
html {
  scroll-behavior: smooth;
}
#app {
  min-height: 100vh;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container[data-v-3703703b] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.nav-wrapper[data-v-3703703b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo[data-v-3703703b] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 43%;
}
.logo img[data-v-3703703b] {
  width: 28%;
  height: 50px;
  object-fit: cover;
}
.logo-text[data-v-3703703b] {
  font-family: var(--font-family), sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.nav[data-v-3703703b] {
  display: flex;
  gap: 2rem;
  align-items: center;
  width: 100%;
}

.nav-link[data-v-3703703b]:hover,
.nav-link.active[data-v-3703703b] {
  background: #fff3;
  transform: translateY(-2px);
}
.admin-link[data-v-3703703b] {
  background: var(--accent-color);
  color: #fff;
  font-weight: 600;
}
.admin-link[data-v-3703703b]:hover {
  background: var(--accent-color);
  filter: brightness(1.1);
}
.menu-toggle[data-v-3703703b] {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  gap: 4px;
}
.menu-toggle span[data-v-3703703b] {
  width: 25px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.menu-toggle.active span[data-v-3703703b]:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span[data-v-3703703b]:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span[data-v-3703703b]:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.nav-item[data-v-3703703b] {
  position: relative;
}
.dropdown-menu[data-v-3703703b] {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  min-width: 180px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px #0000001a;
  padding: 0.5rem 0;
  /* margin: 0.5rem 0; */
  z-index: 1000;
  font-family: "Noor_bold";
}
.dropdown-item[data-v-3703703b] {
  padding: 0.5rem 1rem;
  display: block;
  text-decoration: none;
  color: #1f2937;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.dropdown-item[data-v-3703703b]:hover {
  background-color: #f3f4f6;
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 280px;
  }
}

@media (max-width: 576px) {
  .swiper-slide {
    width: 240px;
  }
}

@media (max-width: 768px) {
  .nav-overlay.active {
    display: block;
  }
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }

  .show-mobile {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .hidden-desktop {
    display: block;
  }
}

@media print {
  .no-print {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.4;
  }

  .container {
    max-width: none;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .nav[data-v-3703703b],
  .nav[data-v-3e864eb8] {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .logo img[data-v-3703703b],
  .logo img[data-v-3e864eb8] {
    width: 70% !important ;
  }

  .nav[data-v-3703703b],
  .nav[data-v-3e864eb8] {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    background: #3c424b;
    padding: 2rem 1rem;
    z-index: 9999;
    width: 250px;
    height: 100vh;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  .nav-open {
    font-family: "Noor" !important;
    font-weight: 500 !important ;
  }
  .nav.nav-open[data-v-3703703b],
  .nav.nav-open[data-v-3e864eb8] {
    position: fixed !important;
    top: 0px !important;
    right: 0 !important;
    z-index: 9999 !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 250px !important;
    font-family: "Noor_bold" !important;
    font-weight: 500 !important;
    font-size: large !important;
  }

  .nav-link[data-v-3703703b],
  .nav-link[data-v-3e864eb8] {
    width: 100%;
    text-align: left;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .nav-link[data-v-3e864eb8],
  .nav-link[data-v-3703703b] {
    padding: 1.5rem !important ;
  }
  /* .nav-link[data-v-3e864eb8]:last-child {
    font-family: "Noor" !important;
    font-weight: 500 !important ;
  } */
  .nav-link[data-v-3703703b]:last-child,
  .nav-link[data-v-3e864eb8]:last-child {
    border-bottom: none;
  }

  .menu-toggle[data-v-3703703b],
  .menu-toggle[data-v-3e864eb8] {
    display: flex !important;
    position: relative;
    z-index: 10001;
  }

  .nav-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #2f343a !important;
    margin-left: 1rem;
  }

  .nav-dropdown.open {
    max-height: 500px;
    font-family: "Noor" !important;
    font-weight: 500 !important ;
  }

  .nav-item.has-dropdown > .arrow {
    transition: transform 0.3s ease;
    margin-right: 8px;
  }

  .nav-item.has-dropdown.open > .nav-link .arrow {
    transform: rotate(90deg);
  }

  .dropdown-menu[data-v-3703703b],
  .dropdown-menu[data-v-3e864eb8] {
    font-family: "Noor_bold" !important;
    font-weight: 700;
  }
  .menu-toggle[data-v-3703703b]:active,
  .menu-toggle[data-v-3703703b]:focus,
  .menu-toggle[data-v-3e864eb8]:active,
  .menu-toggle[data-v-3e864eb8]:focus {
    outline: none;
    box-shadow: none;
    border: none;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: #00000026;
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000);
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000);
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000);
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000);
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
  .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-fade .swiper-slide-active,
  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .hero[data-v-6b64cf77] {
    min-height: 100vh;
    background: var(--background-image);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 80px;
  }
  .hero[data-v-6b64cf77]:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000080;
    z-index: 1;
  }
  .container[data-v-6b64cf77] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  @media (max-width: 768px) {
    .container[data-v-3703703b],
    .container[data-v-3e864eb8] {
      padding: 0 0.5rem;
      max-width: 100vw;
    }
  }
  /* سايد بار ريسبونسيف */
  .sidebar,
  .side-bar {
    width: 260px;
    min-width: 200px;
    background: #3c424b;
    color: #fff;
    position: fixed;
    top: 60px;
    right: 0;
    height: calc(100vh - 60px);
    z-index: 1000;
    transition: transform 0.3s ease;
  }
  @media (max-width: 992px) {
    .sidebar,
    .side-bar {
      width: 200px;
      min-width: 140px;
    }
  }
  @media (max-width: 768px) {
    .sidebar,
    .side-bar {
      position: fixed;
      top: 60px;
      right: 0;
      width: 100vw;
      min-width: 0;
      max-width: 100vw;
      height: auto;
      transform: translateY(-100%);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }
    .sidebar.open,
    .side-bar.open {
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      height: auto;
      z-index: 10001;
      font-family: "Noor" !important;
      font-weight: 500 !important ;
    }
  }
  position: relative;
  z-index: 1;
}

.hero-content[data-v-6b64cf77] {
  text-align: center;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 450px;
  text-align: start;
}
@media (max-width: 1200px) {
  .hero-content[data-v-6b64cf77] {
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .hero-content[data-v-6b64cf77] {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .hero-content[data-v-6b64cf77] {
    padding-left: 0;
    text-align: center;
  }
}

.hero-title[data-v-6b64cf77] {
  font-family: "Noor_bold";
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  animation: fadeInUp-6b64cf77 1s ease-out;
  color: #ffffff;
}
.hero-subtitle[data-v-6b64cf77] {
  /* font-family: var(--font-family), sans-serif; */
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  opacity: 0.95;
  animation: fadeInUp-6b64cf77 1s ease-out 0.2s both;
  font-family: "Noor";
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.hero-description[data-v-6b64cf77] {
  font-family: var(--font-family), sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.9;
  animation: fadeInUp-6b64cf77 1s ease-out 0.4s both;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-button[data-v-6b64cf77] {
  display: inline-block;
  /* background: var(--accent-color); */
  background-color: #bba887;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  font-family: "Noor_bold";
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px #0003;
  animation: fadeInUp-6b64cf77 1s ease-out 0.6s both;
  border-radius: 8%;
}
.hero-button[data-v-6b64cf77]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px #0000004d;
  filter: brightness(1.1);
}
@keyframes fadeInUp-6b64cf77 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .hero[data-v-6b64cf77] {
    background-attachment: scroll;
  }
  .hero-title[data-v-6b64cf77] {
    font-size: 2.5rem;
  }
  .hero-subtitle[data-v-6b64cf77] {
    font-size: 1.2rem;
  }
  .hero-description[data-v-6b64cf77] {
    font-size: 1rem;
  }
  .hero-button[data-v-6b64cf77] {
    padding: 0.8rem 1.5rem;
    font-size: 1.5rem;
  }
}
.services-section[data-v-2a617eb4] {
  padding: var(--spacing-16) var(--spacing-8);
  background-color: var(--color-gray-50);
  min-height: 100vh;
  display: flex;
  align-items: center;
  font-family: ge2;
}
.services-container[data-v-2a617eb4] {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.services-header[data-v-2a617eb4] {
  text-align: center;
  margin-bottom: var(--spacing-16);
}
.services-title[data-v-2a617eb4] {
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-gray-800);
  margin: 0 0 var(--spacing-4) 0;
  letter-spacing: -0.025em;
  /* font-family: ge2, sans-serif; */
  font-family: "Noor_bold";
  font-weight: 700;
}
.services-underline[data-v-2a617eb4] {
  width: 60px;
  height: 3px;
  background-color: var(--color-accent);
  margin: 0 auto;
  border-radius: var(--radius-sm);
}
.services-grid[data-v-2a617eb4] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--spacing-8);
  max-width: 1000px;
  margin: 0 auto;
}
.service-card[data-v-2a617eb4] {
  font-family: var(--font-family-primary);
  background-color: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--spacing-10);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  border: 1px solid var(--color-gray-200);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 440px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.service-card[data-v-2a617eb4]:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-primary-light);
}
.service-icon[data-v-2a617eb4] {
  /* width: 120px; */
  height: 80px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-6);
  transition: all 0.3s ease;
}
.service-icon svg[data-v-2a617eb4] {
  width: 48px;
  height: 48px;
  color: var(--color-secondary);
  stroke-width: 2;
}
.service-title[data-v-2a617eb4] {
  /* font-size: 1.5rem; */
  font-weight: var(--font-weight-semibold);
  color: var(--color-gray-800);
  margin: 0 0 var(--spacing-4) 0;
  line-height: 1.3;
  font-family: "Noor_bold";
  font-weight: 700;
}
.service-description[data-v-2a617eb4] {
  font-size: 1rem;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin: 0 0 var(--spacing-8) 0;
  flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noor";
  font-weight: 500;
}
.service-link[data-v-2a617eb4] {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  color: var(--color-primary);
  text-decoration: none;
  font-weight: var(--font-weight-medium);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: var(--spacing-1);
  font-family: "Noor";
}
.service-link[data-v-2a617eb4]:hover {
  color: var(--color-primary-light);
  border-bottom-color: var(--color-primary-light);
}
.service-link-icon[data-v-2a617eb4] {
  width: 16px;
  height: 16px;
  stroke-width: 2;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.service-link:hover .service-link-icon[data-v-2a617eb4] {
  transform: rotate(180deg) translate(2px);
}
@media (max-width: 768px) {
  .services-section[data-v-2a617eb4] {
    padding: var(--spacing-12) var(--spacing-4);
  }
  .services-title[data-v-2a617eb4] {
    font-size: 2rem;
  }
  .services-grid[data-v-2a617eb4] {
    grid-template-columns: 1fr;
    gap: var(--spacing-6);
  }
  .service-card[data-v-2a617eb4] {
    padding: var(--spacing-8);
    min-height: 280px;
  }
  .service-icon[data-v-2a617eb4] {
    width: 68%;
    height: 70px;
  }
  .service-icon svg[data-v-2a617eb4] {
    width: 40px;
    height: 40px;
  }
  .service-title[data-v-2a617eb4] {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .services-section[data-v-2a617eb4] {
    padding: var(--spacing-10) var(--spacing-3);
  }
  .services-title[data-v-2a617eb4] {
    font-size: 1.8rem;
  }
  .service-card[data-v-2a617eb4] {
    padding: var(--spacing-6);
    min-height: 260px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .service-card[data-v-2a617eb4] {
    box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000d;
  }
  .service-card[data-v-2a617eb4]:hover {
    box-shadow: 0 20px 30px -5px #00000026, 0 8px 12px -6px #0000001a;
  }
}
.video-boxed[data-v-e493864f] {
  position: relative;
  z-index: 1;
}
.video-boxed .video-image[data-v-e493864f] {
  position: relative;
  margin: 0;
}
.video-boxed .video-image img[data-v-e493864f] {
  position: relative;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 15px #0000000d;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.clients-section[data-v-f09c4b20] {
  font-family: Cairo, Tajawal, system-ui, -apple-system, sans-serif;
  padding: var(--spacing-16) var(--spacing-8);
  background-color: var(--color-white);
  overflow: hidden;
}
.clients-container[data-v-f09c4b20] {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.clients-header[data-v-f09c4b20] {
  text-align: center;
  margin-bottom: var(--spacing-12);
}
.clients-title[data-v-f09c4b20] {
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-gray-800);
  margin: 0 0 var(--spacing-4) 0;
  letter-spacing: -0.025em;
  font-family: "Noor_bold";
  font-weight: 700;
}
.clients-underline[data-v-f09c4b20] {
  width: 60px;
  height: 3px;
  background-color: var(--color-accent);
  margin: 0 auto;
  border-radius: var(--radius-sm);
}
.clients-slider-wrapper[data-v-f09c4b20] {
  overflow: hidden;
  position: relative;
  padding: var(--spacing-4) 0 var(--spacing-8) 0;
}
.clients-swiper[data-v-f09c4b20] {
  padding: var(--spacing-4) var(--spacing-8);
  overflow: visible;
}
.client-slide[data-v-f09c4b20] {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-item[data-v-f09c4b20] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.client-logo[data-v-f09c4b20] {
  width: 100%;
  max-width: 200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-50);
  padding: var(--spacing-4);
  transition: all 0.3s ease;
  border: 1px solid var(--color-gray-200);
  margin-bottom: var(--spacing-3);
}
.client-logo[data-v-f09c4b20]:hover {
  background-color: var(--color-white);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.client-logo img[data-v-f09c4b20] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.client-logo:hover img[data-v-f09c4b20] {
  filter: grayscale(0%);
}
.client-name[data-v-f09c4b20] {
  font-size: 0.9rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-600);
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
[data-v-f09c4b20] .swiper-button-prev,
[data-v-f09c4b20] .swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: #ffffffe6;
  border: 1px solid var(--color-gray-300);
  border-radius: 50%;
  color: var(--color-gray-600);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.clients-swiper[data-v-f09c4b20]:hover .swiper-button-prev,
.clients-swiper[data-v-f09c4b20]:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
[data-v-f09c4b20] .swiper-button-prev:hover,
[data-v-f09c4b20] .swiper-button-next:hover {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  transform: scale(1.1);
}
[data-v-f09c4b20] .swiper-button-prev:after,
[data-v-f09c4b20] .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}
[data-v-f09c4b20] .swiper-button-prev {
  right: var(--spacing-2);
  left: auto;
}
[data-v-f09c4b20] .swiper-button-next {
  left: var(--spacing-2);
  right: auto;
}
[data-v-f09c4b20] .swiper-pagination {
  position: relative;
  margin-top: var(--spacing-6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.clients-swiper[data-v-f09c4b20]:hover .swiper-pagination {
  opacity: 1;
}
[data-v-f09c4b20] .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--color-gray-300);
  opacity: 1;
  transition: all 0.3s ease;
}
[data-v-f09c4b20] .swiper-pagination-bullet:hover {
  background-color: var(--color-gray-500);
  transform: scale(1.2);
}
[data-v-f09c4b20] .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  transform: scale(1.3);
}
[data-v-f09c4b20] .swiper-pagination-bullet-active-main {
  background-color: var(--color-primary);
}
[data-v-f09c4b20] .swiper-pagination-bullet-active-prev,
[data-v-f09c4b20] .swiper-pagination-bullet-active-next {
  background-color: var(--color-primary-light);
  transform: scale(0.8);
}
@media (max-width: 1024px) {
  .clients-swiper[data-v-f09c4b20] {
    padding: var(--spacing-4) var(--spacing-6);
  }
  [data-v-f09c4b20] .swiper-button-prev,
  [data-v-f09c4b20] .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  [data-v-f09c4b20] .swiper-button-prev:after,
  [data-v-f09c4b20] .swiper-button-next:after {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .clients-section[data-v-f09c4b20] {
    padding: var(--spacing-12) var(--spacing-4);
  }
  .clients-title[data-v-f09c4b20] {
    font-size: 2rem;
  }
  .client-logo[data-v-f09c4b20] {
    height: 100px;
  }
  .clients-swiper[data-v-f09c4b20] {
    padding: var(--spacing-4);
  }
  .client-name[data-v-f09c4b20] {
    font-size: 0.8rem;
  }
  [data-v-f09c4b20] .swiper-button-prev,
  [data-v-f09c4b20] .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  [data-v-f09c4b20] .swiper-button-prev:after,
  [data-v-f09c4b20] .swiper-button-next:after {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .clients-section[data-v-f09c4b20] {
    padding: var(--spacing-10) var(--spacing-3);
  }
  .clients-title[data-v-f09c4b20] {
    font-size: 1.8rem;
  }
  .client-logo[data-v-f09c4b20] {
    height: 80px;
    max-width: 180px;
  }
  .clients-swiper[data-v-f09c4b20] {
    padding: var(--spacing-3);
  }
  [data-v-f09c4b20] .swiper-button-prev {
    right: var(--spacing-1);
  }
  [data-v-f09c4b20] .swiper-button-next {
    left: var(--spacing-1);
  }
}
.client-logo img[data-v-f09c4b20] {
  opacity: 0;
  animation: fadeIn-f09c4b20 0.5s ease-in-out forwards;
}
@keyframes fadeIn-f09c4b20 {
  to {
    opacity: 1;
  }
}
[data-v-f09c4b20] .swiper-slide {
  transition: transform 0.3s ease;
}
[data-v-f09c4b20] .swiper-slide-active {
  transform: scale(1.02);
}
.footer[data-v-a4fad11b] {
  /* background: linear-gradient(135deg, #2d5a3d, #1a3a2a); */
  background-color: #3c424b;
  color: #fff;
  padding: 40px 0 20px;
  font-family: Arial, sans-serif;
  direction: rtl;
}
.footer-content[data-v-a4fad11b] {
  font-family: ge2, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 0 20px;
}
.footer-section h3[data-v-a4fad11b] {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f0f0f0;
  font-family: "Noor_bold" !important;
}
.map-container[data-v-a4fad11b] {
  overflow: hidden;
  box-shadow: 0 4px 10px #0000004d;
  max-width: 400px;
  max-height: 300px;
}
.contact-info[data-v-a4fad11b] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-item[data-v-a4fad11b] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #e0e0e0 ;
  font-family: "Noor" !important;
  font-weight: 700 !important;
}
.contact-item a[data-v-a4fad11b]{
    color: #e0e0e0 ;

}
.contact-item .icon[data-v-a4fad11b] {
  font-size: 16px;
  width: 20px;
}
.footer-links[data-v-a4fad11b] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li[data-v-a4fad11b] {
  margin-bottom: 12px;
}
.footer-links a[data-v-a4fad11b] {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  font-family: "Noor";
  font-weight: 700;
}
.footer-links a[data-v-a4fad11b]:hover {
  color: #4ade80;
}
.logo-section[data-v-a4fad11b] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.logo[data-v-a4fad11b] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo-symbol[data-v-a4fad11b] {
  border-radius: 12px;
  padding: 5px;
}
.logo-icon[data-v-a4fad11b] {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 150px;
}
.logo-icon img[data-v-a4fad11b] {
  height: auto;
  max-height: 150px;
  width: auto;
  max-width: 200px;
}
.logo-text[data-v-a4fad11b] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.company-name[data-v-a4fad11b] {
  font-size: 16px;
  font-weight: 700;
  color: #f0f0f0;
  line-height: 1.2;
}
.company-name-en[data-v-a4fad11b] {
  font-size: 12px;
  color: silver;
  font-style: italic;
  direction: ltr;
  text-align: right;
}
.social-media[data-v-a4fad11b] {
  display: flex;
  gap: 15px;
}
.social-link[data-v-a4fad11b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff1a;
  border-radius: 8px;
  color: #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-link[data-v-a4fad11b]:hover {
  background: #4ade8033;
  color: #4ade80;
  transform: translateY(-2px);
}
.social-link.linkedin[data-v-a4fad11b]:hover {
  background: #0077b533;
  color: #0077b5;
}
.social-link.twitter[data-v-a4fad11b]:hover {
  background: #1da1f233;
  color: #1da1f2;
}
.social-link.facebook[data-v-a4fad11b]:hover {
  background: #1877f233;
  color: #1877f2;
}
.footer-bottom[data-v-a4fad11b] {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-family: ge2, sans-serif;
}
.footer-bottom p[data-v-a4fad11b] {
  font-size: 12px;
  color: #a0a0a0;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-content[data-v-a4fad11b] {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .logo[data-v-a4fad11b] {
    justify-content: center;
  }
  .logo-section[data-v-a4fad11b] {
    align-items: center;
  }
  .social-media[data-v-a4fad11b] {
    justify-content: center;
  }
  .footer-bottom p[data-v-a4fad11b] {
    font-size: 11px;
    line-height: 1.4;
    font-family: var(--font-family), sans-serif;
    font-weight: 500;
  }
}
@media (max-width: 1024px) {
  .footer-content[data-v-a4fad11b] {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
.home[data-v-b01521ca] {
  direction: rtl;
  text-align: right;
}
.header[data-v-3e864eb8],
.header[data-v-3703703b] {
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px #0000001a;
  /* background: linear-gradient(135deg, #2d5a3d, #1a3a2a); */
  background-color: #3c424b !important;
}
.container[data-v-3e864eb8] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.nav-wrapper[data-v-3e864eb8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo[data-v-3e864eb8] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 43%;
}
.logo img[data-v-3e864eb8] {
  width: 28%;
  height: 50px;
  object-fit: cover;
}
.logo-text[data-v-3e864eb8] {
  font-family: var(--font-family), sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.nav[data-v-3e864eb8] {
  display: flex;
  gap: 2rem;
  align-items: center;
  width: 100%;
  font-family: "Noor_bold";
}
.nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Noor_bold";
}

.nav-link[data-v-3e864eb8]:hover,
.nav-link.active[data-v-3e864eb8] {
  background: #fff3;
  transform: translateY(-2px);
}
.admin-link[data-v-3e864eb8] {
  background: var(--accent-color);
  color: #fff;
  font-weight: 600;
}
.admin-link[data-v-3e864eb8]:hover {
  background: var(--accent-color);
  filter: brightness(1.1);
}
.menu-toggle[data-v-3e864eb8] {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  gap: 4px;
}
.menu-toggle span[data-v-3e864eb8] {
  width: 25px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.menu-toggle.active span[data-v-3e864eb8]:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span[data-v-3e864eb8]:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span[data-v-3e864eb8]:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
@media (max-width: 768px) {
  .menu-toggle[data-v-3e864eb8] {
    display: flex;
  }
  .nav[data-v-3e864eb8] {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    /* background: var(--primary-color); */
    flex-direction: column;
    gap: 0;
    padding: 1rem;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  /* .nav.nav-open[data-v-3e864eb8] {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    font-family: "Noor" !important;
    font-weight: 500 !important;
    font-size: large
  } */
  .nav-link[data-v-3e864eb8] {
    padding: 1rem;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-link[data-v-3e864eb8]:last-child {
    border-bottom: none;
  }
}
.nav-item[data-v-3e864eb8] {
  position: relative;
}
.dropdown-menu[data-v-3e864eb8] {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  min-width: 180px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px #0000001a;
  padding: 0.5rem 0;
  /* margin: 0.5rem 0; */
  z-index: 1000;
  font-family: "Noor_bold";
}
.dropdown-item[data-v-3e864eb8] {
  padding: 0.5rem 1rem;
  display: block;
  text-decoration: none;
  color: #1f2937;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.dropdown-item[data-v-3e864eb8]:hover {
  background-color: #f3f4f6;
}
.about-section[data-v-66b991fe] {
  padding: 50px 0;
  background: #f8f9fa;
  direction: rtl;
  font-family: ge2, sans-serif;
}
.container[data-v-66b991fe] {
  max-width: 1200px;
  /* margin-top: 13%; */
  padding: 0 20px;
}
.about-title[data-v-66b991fe] {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2d5a3d;
  text-align: start;
  margin-bottom: 30px;
  position: relative;
  /* color: var(--color-accent); */
  font-family: "Noor_bold" !important;
  font-weight: 700;
}
.about-description[data-v-66b991fe] {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
  font-weight: bolder;
}
.about-description p[data-v-66b991fe] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000;
  margin: 0;
  font-family: "Noor";
  font-weight: 700;
}
.images-grid[data-v-66b991fe] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.image-item[data-v-66b991fe] {
  position: relative;
}
.image-wrapper[data-v-66b991fe] {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 25px #0000001a;
  transition: all 0.3s ease;
  text-decoration: none;
}
.image-wrapper[data-v-66b991fe]:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px #00000026;
}
.image-wrapper.has-link[data-v-66b991fe] {
  cursor: pointer;
}
.about-image[data-v-66b991fe] {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.image-wrapper:hover .about-image[data-v-66b991fe] {
  transform: scale(1.05);
}
.link-overlay[data-v-66b991fe] {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: #2d5a3de6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-wrapper.has-link:hover .link-overlay[data-v-66b991fe] {
  opacity: 1;
}
.image-caption[data-v-66b991fe] {
  margin-top: 15px;
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
  font-family: "Noor_bold";
}
@media (max-width: 768px) {
  .about-section[data-v-66b991fe] {
    padding: 80px 0;
  }
  .about-title[data-v-66b991fe] {
    font-size: 2rem;
  }
  .about-description p[data-v-66b991fe] {
    font-size: 1rem;
    line-height: 1.6;
  }
  .images-grid[data-v-66b991fe] {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .about-image[data-v-66b991fe] {
    height: 250px;
  }
  .container[data-v-66b991fe],
  .container[data-v-fcf5839b] {
    margin-top: 15% !important;
  }
}
@media (max-width: 480px) {
  .container[data-v-66b991fe] {
    padding: 0 15px;
  }
  .about-title[data-v-66b991fe] {
    font-size: 1.8rem;
  }
  .about-description[data-v-66b991fe] {
    margin-bottom: 40px;
  }
  .about-image[data-v-66b991fe] {
    height: 200px;
  }
}
.about[data-v-4ebc7ea2] {
  direction: rtl;
  text-align: right;
}
a[data-v-fcf5839b] {
  text-decoration: underline;
  text-decoration-color: #ccc;
  transition: text-decoration-color 0.3s ease;
}
.request-service[data-v-fcf5839b]:hover {
  text-decoration-color: #000;
  color: #000;
}
.request-service[data-v-fcf5839b] {
  text-align: center;
  color: var(--color-accent);
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  font-weight: 700;
  transition: text-decoration-color 0.3s ease;
  font-family: "Noor_bold";
}
.about-section[data-v-fcf5839b] {
  padding: 50px 0;
  background: #f8f9fa;
  direction: rtl;
  font-family: ge2, sans-serif;
}
.container[data-v-fcf5839b] {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
}
.about-title[data-v-fcf5839b] {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2d5a3d;
  text-align: start;
  margin-bottom: 30px;
  position: relative;
  /* color: var(--color-accent); */

  font-family: "Noor_bold";
  font-weight: 700;
}
.about-description[data-v-fcf5839b] {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
  font-weight: bolder;
}
.about-description p[data-v-fcf5839b] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000;
  margin: 0;
  font-family: "Noor";
  font-weight: 700;
}
.images-grid[data-v-fcf5839b] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.image-item[data-v-fcf5839b] {
  position: relative;
}
.image-wrapper[data-v-fcf5839b] {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 25px #0000001a;
  transition: all 0.3s ease;
  text-decoration: none;
}
.image-wrapper[data-v-fcf5839b]:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px #00000026;
}
.image-wrapper.has-link[data-v-fcf5839b] {
  cursor: pointer;
}
.about-image[data-v-fcf5839b] {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.image-wrapper:hover .about-image[data-v-fcf5839b] {
  transform: scale(1.05);
}
.link-overlay[data-v-fcf5839b] {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: #2d5a3de6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-wrapper.has-link:hover .link-overlay[data-v-fcf5839b] {
  opacity: 1;
}
.image-caption[data-v-fcf5839b] {
  margin-top: 15px;
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
  font-family: "Noor";
}
@media (max-width: 768px) {
  .about-section[data-v-fcf5839b] {
    padding: 80px 0;
  }
  .about-title[data-v-fcf5839b] {
    font-size: 2rem;
  }
  .about-description p[data-v-fcf5839b] {
    font-size: 1rem;
    line-height: 1.6;
  }
  .images-grid[data-v-fcf5839b] {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .about-image[data-v-fcf5839b] {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .container[data-v-fcf5839b] {
    padding: 0 15px;
  }
  .about-title[data-v-fcf5839b] {
    font-size: 1.8rem;
  }
  .about-description[data-v-fcf5839b] {
    margin-bottom: 40px;
  }
  .about-image[data-v-fcf5839b] {
    height: 200px;
  }
}
.about[data-v-41d96783] {
  direction: rtl;
  text-align: right;
}
.about-section[data-v-1caa8f5e] {
  padding: 50px 0;
  background: #f8f9fa;
  direction: rtl;
  font-family: ge2, sans-serif;
}
.container[data-v-1caa8f5e] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.about-title[data-v-1caa8f5e] {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2d5a3d;
  text-align: start;
  margin-bottom: 30px;
  position: relative;
  /* color: var(--color-accent); */
  font-family: "Noor_bold";
  font-weight: 700;
}
.client-list[data-v-1caa8f5e] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
}
.client-item[data-v-1caa8f5e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #ddd;
}
.client-logo img[data-v-1caa8f5e] {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.client-logo img[data-v-1caa8f5e]:hover {
  transform: scale(1.05);
}
.client-name[data-v-1caa8f5e] {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #333;
}
.about[data-v-b2414222] {
  direction: rtl;
  text-align: right;
}
.request-service[data-v-35c40fb8]:hover {
  text-decoration-color: #000;
  color: #000;
}
.request-service[data-v-35c40fb8] {
  text-align: center;
  color: var(--color-accent);
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  font-weight: 700;
  transition: text-decoration-color 0.3s ease;
  font-family: "Noor";
}
.podcast-section[data-v-35c40fb8] {
  padding: 80px 0;
  background: #f8f9fa;
  direction: rtl;
  font-family: ge2, sans-serif;
}
.container[data-v-35c40fb8] {
  max-width: 800px;
  margin: 0 auto;
  padding: 150px 10px;
  text-align: center;
}
.podcast-title[data-v-35c40fb8] {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2d5a3d;
  text-align: start;
  margin-bottom: 30px;
  position: relative;
  /* color: var(--color-accent); */
  font-family: "Noor";
  font-weight: 700;
}
.podcast-image-container[data-v-35c40fb8] {
  margin-bottom: 40px;
}
.podcast-image[data-v-35c40fb8] {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.podcast-image[data-v-742f4881],
.podcast-image[data-v-35c40fb8] {
  transition: filter 0.5s ease, transform 0.5s ease;
}
.podcast-image[data-v-35c40fb8]:hover,
.podcast-image[data-v-742f4881]:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}
.podcast-description[data-v-35c40fb8] {
  margin-bottom: 40px;
}
.podcast-description p[data-v-35c40fb8] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000;
  margin: 0;
  font-family: "Noor";
}
.listen-btn[data-v-35c40fb8] {
  background: linear-gradient(135deg, #d2b474, #f4d03f);
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px #d2b4744d;
}
.listen-btn[data-v-35c40fb8]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #d2b47466;
}
@media (max-width: 768px) {
  .podcast-section[data-v-35c40fb8] {
    padding: 80px 0;
  }
  .podcast-title[data-v-35c40fb8] {
    font-size: 2rem;
  }
  .podcast-description p[data-v-35c40fb8] {
    font-size: 1rem;
    line-height: 1.6;
  }
  .podcast-image[data-v-35c40fb8] {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .container[data-v-35c40fb8] {
    padding: 0 15px;
  }
  .podcast-title[data-v-35c40fb8] {
    font-size: 1.8rem;
  }
  .podcast-image[data-v-35c40fb8] {
    max-width: 250px;
  }
  .listen-btn[data-v-35c40fb8] {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.about[data-v-b294b6d6] {
  direction: rtl;
  text-align: right;
}
a[data-v-fe021d39] {
  text-decoration: none;
}
hr[data-v-fe021d39] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.request-service[data-v-fe021d39]:hover {
  text-decoration-color: #000;
  color: #000;
}
.request-service[data-v-fe021d39] {
  text-align: center;
  color: var(--color-accent);
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  font-weight: 700;
  transition: text-decoration-color 0.3s ease;
}
.podcast-section[data-v-fe021d39] {
  padding: 80px 0;
  background: #f8f9fa;
  direction: rtl;
  font-family: ge2, sans-serif;
}
.container[data-v-fe021d39] {
  max-width: 800px;
  margin: 0 auto;
  padding: 150px 10px;
  text-align: center;
}
.podcast-title[data-v-fe021d39] {
  font-size: 2.5rem;
  font-weight: 400;
  /* color: var(--color-accent); */
  color: #2d5a3d !important;

  text-align: start;
  margin-bottom: 30px;
  position: relative;
  font-family: "Noor_bold";
  font-weight: 700;
}
.podcast-image-container[data-v-fe021d39] {
  margin-bottom: 40px;
}
.podcast-image[data-v-fe021d39] {
  max-width: 400px;
  width: 100%;
  height: auto;
  box-shadow: 0 8px 25px #0000001a;
}
.podcast-description[data-v-fe021d39] {
  margin-bottom: 40px;
}
.podcast-description p[data-v-fe021d39] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-primary);
  margin: 0;
}
.listen-btn[data-v-fe021d39] {
  background: linear-gradient(135deg, #d2b474, #f4d03f);
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px #d2b4744d;
}
.listen-btn[data-v-fe021d39]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #d2b47466;
}
@media (max-width: 768px) {
  .podcast-section[data-v-fe021d39] {
    padding: 80px 0;
  }
  .podcast-title[data-v-fe021d39] {
    font-size: 2rem;
  }
  .podcast-description p[data-v-fe021d39] {
    font-size: 1rem;
    line-height: 1.6;
  }
  .podcast-image[data-v-fe021d39] {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .container[data-v-fe021d39] {
    padding: 0 15px;
  }
  .podcast-title[data-v-fe021d39] {
    font-size: 1.8rem;
  }
  .podcast-image[data-v-fe021d39] {
    max-width: 250px;
  }
  .listen-btn[data-v-fe021d39] {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.about[data-v-f9fa87f1] {
  direction: rtl;
  text-align: right;
}
a[data-v-742f4881] {
  text-decoration: none;
}
hr[data-v-742f4881] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.request-service[data-v-742f4881]:hover {
  text-decoration-color: #000;
  color: #000;
}
.request-service[data-v-742f4881] {
  text-align: center;
  color: var(--color-accent);
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  font-weight: 700;
  transition: text-decoration-color 0.3s ease;
}
.podcast-section[data-v-742f4881] {
  padding: 80px 0;
  background: #f8f9fa;
  direction: rtl;
  font-family: ge2, sans-serif;
}
.container[data-v-742f4881] {
  max-width: 800px;
  margin: 0 auto;
  padding: 150px 10px;
  text-align: center;
}
.podcast-title[data-v-742f4881] {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2d5a3d !important;

  /* color: var(--color-accent); */
  text-align: start;
  margin-bottom: 30px;
  position: relative;
  font-family: "Noor_bold";
  font-weight: 700;
}
.podcast-image-container[data-v-742f4881] {
  margin-bottom: 40px;
}
.podcast-image[data-v-742f4881] {
  max-width: 400px;
  width: 100%;
  height: auto;
  box-shadow: 0 8px 25px #0000001a;
}
.podcast-description[data-v-742f4881] {
  margin-bottom: 40px;
}
.podcast-description p[data-v-742f4881] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-accent);
  margin: 0;
  font-family: "Noor";
}
.listen-btn[data-v-742f4881] {
  background: linear-gradient(135deg, #d2b474, #f4d03f);
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px #d2b4744d;
}
.listen-btn[data-v-742f4881]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #d2b47466;
}
@media (max-width: 768px) {
  .podcast-section[data-v-742f4881] {
    padding: 80px 0;
  }
  .podcast-title[data-v-742f4881] {
    font-size: 2rem;
  }
  .podcast-description p[data-v-742f4881] {
    font-size: 1rem;
    line-height: 1.6;
  }
  .podcast-image[data-v-742f4881] {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .container[data-v-742f4881] {
    padding: 0 15px;
  }
  .podcast-title[data-v-742f4881] {
    font-size: 1.8rem;
  }
  .podcast-image[data-v-742f4881] {
    max-width: 250px;
  }
  .listen-btn[data-v-742f4881] {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.about[data-v-8057bce0] {
  direction: rtl;
  text-align: right;
}
.podcast-title[data-v-ecaa8410] {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2d5a3d !important;

  /* color: var(--color-accent); */
  text-align: start;
  margin-bottom: 30px;
  position: relative;

  font-family: "Noor_bold";
  font-weight: 700;
}
.about-description[data-v-ecaa8410] {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: start;
  font-weight: bolder;
}
.about-description p[data-v-ecaa8410] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000;
  margin: 0;
  font-family: "Noor";
  font-weight: 700;
}
a[data-v-ecaa8410] {
  text-decoration: none;
}
hr[data-v-ecaa8410] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.request-service[data-v-ecaa8410]:hover {
  text-decoration-color: #000;
  color: #000;
}
.request-service[data-v-ecaa8410] {
  text-align: center;
  color: var(--color-accent);
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  font-weight: 700;
  transition: text-decoration-color 0.3s ease;
}
.podcast-section[data-v-ecaa8410] {
  padding: 80px 0;
  background: #f8f9fa;
  direction: rtl;
  font-family: ge2, sans-serif;
}
.container[data-v-ecaa8410] {
  max-width: 800px;
  margin: 0 auto;
  padding: 150px 10px;
  text-align: center;
}
.team-grid[data-v-ecaa8410] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.team-member[data-v-ecaa8410] {
  background: #f8f9fa;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.member-photo[data-v-ecaa8410] {
  margin-bottom: 25px;
  display: flex;
  justify-content: start;
}
.member-image[data-v-ecaa8410] {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 0.5px solid #000;
}
.member-info[data-v-ecaa8410] {
  text-align: start;
}
.member-name[data-v-ecaa8410] {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  font-family: "Noor_bold";
}
.member-title[data-v-ecaa8410] {
  font-size: 1rem;
  color: #006400;
  font-weight: 600;
  margin-bottom: 15px;
}
.member-description[data-v-ecaa8410] {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
  font-family: "Noor";
}
.member-contact[data-v-ecaa8410] {
  margin-top: 20px;
}
.contact-link[data-v-ecaa8410] {
  display: inline-block;
  color: #d2b474;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.contact-link[data-v-ecaa8410]:hover {
  color: #2d5a3d;
}
@media (max-width: 768px) {
  .team-section[data-v-ecaa8410] {
    padding: 80px 0;
  }
  .team-title[data-v-ecaa8410] {
    font-size: 2rem;
  }
  .team-grid[data-v-ecaa8410] {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .team-member[data-v-ecaa8410] {
    padding: 25px;
  }
  .member-image[data-v-ecaa8410] {
    width: 100px;
    height: 100px;
  }
  .member-name[data-v-ecaa8410] {
    font-size: 1.2rem;
  }
  .member-description[data-v-ecaa8410] {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .container[data-v-ecaa8410] {
    padding: 0 15px;
  }
  .team-title[data-v-ecaa8410] {
    font-size: 1.8rem;
  }
  .team-member[data-v-ecaa8410] {
    padding: 20px;
  }
  .member-image[data-v-ecaa8410] {
    width: 90px;
    height: 90px;
  }
}
.about[data-v-d158f1ed] {
  direction: rtl;
  text-align: right;
}
.contact-section[data-v-b32b90f7] {
  padding: 80px 0;
  background: #f8f9fa;
  direction: rtl;
}
.container[data-v-b32b90f7] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: ge2, sans-serif;
}
.contact-header[data-v-b32b90f7] {
  margin-bottom: 60px;
}
.contact-title[data-v-b32b90f7] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d5a3d;
  text-align: right;
  margin-bottom: 40px;
  font-family: "Noor_bold";
}
.contact-info-grid[data-v-b32b90f7] {
  display: grid;
  gap: 10px;
  max-width: 800px;
}
.contact-info-item[data-v-b32b90f7] {
  font-weight: bolder;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}
.contact-label[data-v-b32b90f7] {
  font-weight: 700;
  color: #2d5a3d;
  font-family: "Noor";
}
.contact-value[data-v-b32b90f7] {
  color: var(--color-accent);
  font-size: 0.95rem;
}
.form-title[data-v-b32b90f7] {
  font-size: 1.5rem;
  color: #2d5a3d;
  margin-bottom: 30px;
  text-align: right;
  font-family: "Noor_bold";
}
.contact-form[data-v-b32b90f7] {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form-row[data-v-b32b90f7] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.form-group[data-v-b32b90f7] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group.full-width[data-v-b32b90f7] {
  grid-column: 1 / -1;
}
.form-label[data-v-b32b90f7] {
  font-weight: 600;
  color: #2d5a3d;
  font-size: 0.95rem;
  text-align: right;
  font-family: "Noor";
  font-weight: 700;
}
.form-input[data-v-b32b90f7],
.form-textarea[data-v-b32b90f7] {
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
  direction: ltr;
  text-align: left;
}
.form-input[data-v-b32b90f7]:focus,
.form-textarea[data-v-b32b90f7]:focus {
  outline: none;
  border-color: #d2b474;
}
.form-input[data-v-b32b90f7]::placeholder,
.form-textarea[data-v-b32b90f7]::placeholder {
  color: #999;
  font-style: italic;
}
.form-textarea[data-v-b32b90f7] {
  resize: vertical;
  min-height: 120px;
}
.recaptcha-container[data-v-b32b90f7] {
  margin: 20px 0;
}
.recaptcha-placeholder[data-v-b32b90f7] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  background: #f8f9fa;
  max-width: 300px;
}
.recaptcha-placeholder input[type="checkbox"][data-v-b32b90f7] {
  width: 20px;
  height: 20px;
}
.recaptcha-placeholder label[data-v-b32b90f7] {
  flex: 1;
  color: #555;
  cursor: pointer;
}
.recaptcha-logo[data-v-b32b90f7] {
  font-size: 0.8rem;
  color: #999;
  font-weight: 700;
}
.form-submit[data-v-b32b90f7] {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.submit-btn[data-v-b32b90f7] {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px #28a7454d;
  width: 25%;
  margin: auto;
  font-family: "Noor_bold";
}
/* .submit-btn[data-v-b32b90f7]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #28a74566;
  font-family: "Noor_bold";
} */
.submit-btn[data-v-b32b90f7] {
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.submit-btn[data-v-b32b90f7]:hover:not(:disabled) {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 30px rgba(40, 167, 69, 0.5);
  font-family: "Noor_bold";
}

.submit-btn[data-v-b32b90f7]:hover:not(:disabled)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shine 0.8s forwards;
}

@keyframes shine {
  to {
    left: 100%;
  }
}

.submit-btn[data-v-b32b90f7]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 768px) {
  .contact-section[data-v-b32b90f7] {
    padding: 80px 0;
  }
  .contact-title[data-v-b32b90f7],.podcast-title[data-v-35c40fb8],.podcast-title[data-v-fe021d39],.podcast-title[data-v-742f4881] {
    font-size: 2rem;
    margin-top: 30px;
  }
  .contact-form-section[data-v-b32b90f7] {
    padding: 30px 20px;
  }
  .form-row[data-v-b32b90f7] {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .form-title[data-v-b32b90f7] {
    text-align: center;
  }
  .form-submit[data-v-b32b90f7] {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .container[data-v-b32b90f7] {
    padding: 0 15px;
  }
  .contact-title[data-v-b32b90f7] {
    font-size: 1.8rem;
  }
  .contact-form-section[data-v-b32b90f7] {
    padding: 25px 15px;
  }
  .contact-info-item[data-v-b32b90f7] {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .contact-label[data-v-b32b90f7] {
    min-width: auto;
  }
  .submit-btn[data-v-b32b90f7] {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.about[data-v-57de4fcf] {
  direction: rtl;
  text-align: right;
}
.contact-section[data-v-d89514ba] {
  padding: 80px 0;
  background: #f8f9fa;
  direction: rtl;
}
.container[data-v-d89514ba] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: ge2, sans-serif;
}
.contact-header[data-v-d89514ba] {
  margin-bottom: 60px;
}
.contact-title[data-v-d89514ba] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d2b474;
  text-align: right;
  margin-bottom: 40px;
}
.contact-info-grid[data-v-d89514ba] {
  display: grid;
  gap: 10px;
  max-width: 800px;
}
.contact-info-item[data-v-d89514ba] {
  font-weight: bolder;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}
.contact-label[data-v-d89514ba] {
  font-weight: 700;
  color: #2d5a3d;
}
.contact-value[data-v-d89514ba] {
  color: var(--color-accent);
  font-size: 0.95rem;
}
.form-title[data-v-d89514ba] {
  font-size: 1.5rem;
  color: #2d5a3d;
  margin-bottom: 30px;
  text-align: right;
}
.contact-form[data-v-d89514ba] {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form-row[data-v-d89514ba] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.form-group[data-v-d89514ba] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group.full-width[data-v-d89514ba] {
  grid-column: 1 / -1;
}
.form-label[data-v-d89514ba] {
  font-weight: 600;
  color: #2d5a3d;
  font-size: 0.95rem;
  text-align: right;
}
.form-input[data-v-d89514ba],
.form-textarea[data-v-d89514ba] {
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
  direction: ltr;
  text-align: left;
}
.form-input[data-v-d89514ba]:focus,
.form-textarea[data-v-d89514ba]:focus {
  outline: none;
  border-color: #d2b474;
}
.form-input[data-v-d89514ba]::placeholder,
.form-textarea[data-v-d89514ba]::placeholder {
  color: #999;
  font-style: italic;
}
.form-textarea[data-v-d89514ba] {
  resize: vertical;
  min-height: 120px;
}
.recaptcha-container[data-v-d89514ba] {
  margin: 20px 0;
}
.recaptcha-placeholder[data-v-d89514ba] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  background: #f8f9fa;
  max-width: 300px;
}
.recaptcha-placeholder input[type="checkbox"][data-v-d89514ba] {
  width: 20px;
  height: 20px;
}
.recaptcha-placeholder label[data-v-d89514ba] {
  flex: 1;
  color: #555;
  cursor: pointer;
}
.recaptcha-logo[data-v-d89514ba] {
  font-size: 0.8rem;
  color: #999;
  font-weight: 700;
}
.form-submit[data-v-d89514ba] {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.submit-btn[data-v-d89514ba] {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px #28a7454d;
}
.submit-btn[data-v-d89514ba]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #28a74566;
}
.submit-btn[data-v-d89514ba]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 768px) {
  .contact-section[data-v-d89514ba] {
    padding: 80px 0;
  }
  .contact-title[data-v-d89514ba] {
    font-size: 2rem;
    text-align: center;
  }
  .contact-form-section[data-v-d89514ba] {
    padding: 30px 20px;
  }
  .form-row[data-v-d89514ba] {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .form-title[data-v-d89514ba] {
    text-align: center;
  }
  .form-submit[data-v-d89514ba] {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .container[data-v-d89514ba] {
    padding: 0 15px;
  }
  .contact-title[data-v-d89514ba] {
    font-size: 1.8rem;
  }
  .contact-form-section[data-v-d89514ba] {
    padding: 25px 15px;
  }
  .contact-info-item[data-v-d89514ba] {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .contact-label[data-v-d89514ba] {
    min-width: auto;
  }
  .submit-btn[data-v-d89514ba] {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.about[data-v-8084888d] {
  direction: rtl;
  text-align: right;
}

.service-icon img {
  width: 100%;
  max-width: 120px;
  height: auto;
  opacity: 1;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: filter 0.5s ease, transform 0.5s ease;
}

.service-icon img:hover {
  animation: glitch 0.5s linear infinite;
}

@keyframes glitch {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  60% {
    transform: translate(-1px, 1px);
  }
  80% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0);
  }
}
