@charset "UTF-8";
html[dir=rtl] .commercial-list li::before {
  left: auto;
  right: 0;
}

html, body {
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
  background: #f9f9f9;
  color: #333;
}
html[dir=rtl], body[dir=rtl] {
  direction: rtl;
  text-align: right;
}
html[dir=ltr], body[dir=ltr] {
  direction: ltr;
  text-align: left;
}

.stricky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  flex-wrap: wrap;
}

.navbar .nav-links {
  display: flex;
  list-style: none;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.navbar .nav-links li a {
  color: black;
  text-decoration: none;
  padding: 14px 16px;
  display: block;
}

.navbar .nav-links li a:hover {
  background-color: #ddd;
  color: black;
}

.navbar .menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: black;
  cursor: pointer;
}

.navbar .lang-toggle {
  display: flex;
  gap: 8px;
}

.navbar .lang-toggle button {
  padding: 6px 10px;
  border: 1px solid #ccc;
  /* Adds a 1px solid border with a light gray color */
  background-color: white;
  /* Sets the background to white */
  box-shadow: none;
  font-weight: 500;
  /* Removes any shadow */
  /* You might want to add some padding for better aesthetics */
  /* And perhaps a slight border-radius if desired */
  border-radius: 4px;
  /* Also, consider cursor: pointer; to indicate it's clickable */
  cursor: pointer;
}

.navbar .lang-toggle button:hover {
  background-color: #417290;
  color: white;
}

@media screen and (max-width: 768px) {
  .navbar .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    background-color: transparent;
  }
  .navbar.responsive .nav-links {
    display: flex;
  }
  .navbar .menu-toggle {
    display: block;
  }
  .navbar .lang-toggle {
    display: none;
  }
  .navbar.responsive .lang-toggle {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }
}
.main-slider {
  position: relative;
}
.main-slider .slider-full {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-slider .slider-full .slider-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider .slider-full .slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
[dir=ltr] .main-slider .slider-full .slider-overlay {
  justify-content: flex-start;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  text-align: left;
}
[dir=rtl] .main-slider .slider-full .slider-overlay {
  justify-content: flex-end;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  text-align: right;
}
.main-slider .slider-full .slider-text {
  color: #fff;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
[dir=rtl] .main-slider .slider-full .slider-text {
  margin-left: auto;
}
@media (min-width: 768px) {
  [dir=rtl] .main-slider .slider-full .slider-text {
    margin-right: 130px;
  }
}
[dir=ltr] .main-slider .slider-full .slider-text {
  margin-right: auto;
}
@media (min-width: 468px) {
  .main-slider .slider-full .slider-text .tagline {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 300;
  }
  .main-slider .slider-full .slider-text h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
  }
  .main-slider .slider-full .slider-text h1 span.highlight {
    color: #417290;
  }
}
.main-slider .slider-full .slider-text .btn.discover {
  display: inline-block;
  margin-top: 2rem;
  background-color: #417290;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.main-slider .slider-full .slider-text .btn.discover:hover {
  background-color: #417290;
}
@media (min-width: 768px) {
  .main-slider .slider-overlay {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .main-slider .slider-overlay {
    justify-content: center !important;
    text-align: center !important;
    padding: 0 1.5rem;
  }
  .main-slider .slider-text {
    margin: 0 auto;
    text-align: center;
  }
  .main-slider .slider-text .tagline {
    font-size: 0.9rem;
  }
  .main-slider .slider-text h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .main-slider .slider-text .btn.discover {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .main-slider .slider-text {
    margin: auto;
  }
  .main-slider .slider-text p {
    font-size: 2.5rem;
  }
  .main-slider .slider-text h1 {
    font-size: 2.2rem;
  }
}

.features-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}
.features-slider .feature-box {
  flex: 1 1 33.3333%;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #f1f6fa;
  color: #1e3050;
}
.features-slider .feature-box img {
  width: 50px;
  height: auto;
  margin-bottom: 1rem;
}
.features-slider .feature-box .feature-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.features-slider .feature-box .feature-content p {
  font-size: 1rem;
  margin: 0;
}
.features-slider .feature-box.highlight {
  background: #8BC53F;
  color: white;
}
.features-slider .feature-box.highlight h3, .features-slider .feature-box.highlight p {
  color: white;
}
.features-slider .feature-box.dark {
  background: #153865;
  color: white;
}
.features-slider .feature-box.dark h3, .features-slider .feature-box.dark p {
  color: white;
}
[dir=rtl] .features-slider, [dir=ltr] .features-slider {
  text-align: center;
}
[dir=rtl] .features-slider .feature-box, [dir=ltr] .features-slider .feature-box {
  flex-direction: column;
  align-items: center;
}
[dir=rtl] .features-slider .feature-box img, [dir=ltr] .features-slider .feature-box img {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .features-slider .feature-box {
    flex: 1 1 100%;
  }
}
@media (max-width: 576px) {
  .features-slider {
    flex-direction: column;
  }
}

.welcome {
  padding: 4rem 2rem;
  background-color: #e4ecef;
}
.welcome .welcome-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  [dir=ltr] .welcome .welcome-container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 992px) {
  .welcome .welcome-container {
    flex-direction: column;
  }
  [dir=rtl] .welcome .welcome-container {
    flex-direction: column;
  }
}
.welcome .welcome-image {
  position: relative;
  flex: 1;
}
.welcome .welcome-image img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 468px) {
  .welcome .welcome-image .experience-box {
    display: none;
  }
}
.welcome .welcome-image .experience-box {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
[dir=rtl] .welcome .welcome-image .experience-box {
  left: auto;
  right: 1rem;
}
.welcome .welcome-image .experience-box h2 {
  color: #417290;
  font-size: 2rem;
  margin: 0;
}
.welcome .welcome-image .experience-box p {
  margin: 0;
  color: #1e3050;
  font-weight: 600;
  font-size: 0.9rem;
}
.welcome .welcome-content {
  flex: 1;
  text-align: left;
}
[dir=rtl] .welcome .welcome-content {
  text-align: right;
}
.welcome .welcome-content .subheading {
  color: #417290;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.welcome .welcome-content h2 {
  font-size: 2.5rem;
  color: #417290;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.welcome .welcome-content .description {
  color: #6b7280;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.welcome .welcome-content .features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.welcome .welcome-content .features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #1e3050;
}
.welcome .welcome-content .features li::before {
  content: "✔";
  color: #417290;
}
[dir=ltr] .welcome .welcome-content .features li {
  flex-direction: row-reverse;
}
.welcome .welcome-content .welcome-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
[dir=ltr] .welcome .welcome-content .welcome-actions {
  flex-direction: row-reverse;
}
.welcome .welcome-content .welcome-actions .btn.discover {
  background-color: #417290;
  color: white;
  padding: 0.75rem 1.75rem;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}
.welcome .welcome-content .welcome-actions .btn.discover:hover {
  background-color: #417290;
}
.welcome .welcome-content .welcome-actions .contact-info {
  display: flex;
  align-items: center;
  gap: rem;
}
.welcome .welcome-content .welcome-actions .contact-info .icon {
  font-size: 1.8rem;
  color: #1e3050;
}
.welcome .welcome-content .welcome-actions .contact-info .text p {
  margin: 0;
  font-size: 0.9rem;
  padding: 0.3rem;
  color: #417290;
}
.welcome .welcome-content .welcome-actions .contact-info .text strong {
  color: #1e3050;
  font-size: 1.1rem;
}
[dir=rtl] .welcome .welcome-content .welcome-actions .contact-info {
  flex-direction: row-reverse;
}

.services {
  padding: 4rem 2rem;
  background: #f5f9fc;
  text-align: center;
  direction: var(--dir, ltr);
}

.services-header .subtitle {
  color: #84bc3f;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.services-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e3050;
  margin-bottom: 3rem;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.service-card {
  background: #fff;
  border: 1px solid #e1e9f0;
  border-radius: 8px;
  width: 100%;
  max-width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 2rem;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-card .image-container {
  position: relative;
}

.service-card img {
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.service-card .service-icon {
  position: absolute;
  bottom: -20px;
  right: 1rem;
  background: #417290;
  padding: 0.75rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir=rtl] .service-card .service-icon {
  right: auto;
  left: 1rem;
}

.service-card h3 {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #417290;
}

.service-card p {
  color: #6c7a89;
  font-size: 0.95rem;
  padding: 0 1.5rem;
  margin: 1rem 0;
}

.service-card .btn.read-more {
  margin-top: 1rem;
  display: inline-block;
  background: #f1f6fa;
  color: #1e3050;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.service-card .btn.read-more:hover {
  background: #ddebf7;
}

@media (max-width: 1024px) {
  .service-cards {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .service-cards {
    flex-direction: column;
    align-items: center;
  }
  .service-card {
    max-width: 90%;
  }
}
/* Commercial Section Styling */
.commercial {
  background-color: #8fd034;
  padding: 4rem 2rem;
  direction: ltr; /* default direction */
}

[dir=rtl] .commercial {
  direction: rtl;
}

.commercial-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Reverse order in RTL */
.commercial-image {
  flex: 1 1 45%;
  text-align: center;
}

.commercial-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
}

.commercial-text {
  flex: 1 1 50%;
  color: #fff;
  text-align: left;
}

[dir=rtl] .commercial-text {
  text-align: right;
}

.commercial-text .subheading {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.commercial-text h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.commercial-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.commercial-list li::before {
  content: "✔";
  margin-inline-end: 8px;
  color: #fff;
}

[dir=rtl] .commercial-list li::before {
  margin-inline-start: 8px;
  margin-inline-end: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .commercial-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }
  [dir=rtl] .commercial-wrapper {
    flex-direction: column-reverse;
  }
  .commercial-text {
    text-align: center;
  }
  [dir=rtl] .commercial-text {
    text-align: center;
  }
}
.download-app, .how-it-works {
  padding: 4rem 2rem;
  text-align: center;
}
.download-app h2, .how-it-works h2 {
  font-size: 2rem;
  color: #417290;
}
.download-app p, .download-app ul, .download-app ol, .how-it-works p, .how-it-works ul, .how-it-works ol {
  font-size: 1rem;
  color: #333;
}
.download-app ul, .download-app ol, .how-it-works ul, .how-it-works ol {
  list-style: none;
  padding: 0;
}
.download-app ul li, .download-app ol li, .how-it-works ul li, .how-it-works ol li {
  padding: 0.5rem 0;
}
.download-app .btn, .how-it-works .btn {
  display: inline-block;
  margin: 1rem;
  padding: 0.75rem 1.5rem;
  background: #18bc9c;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}
.download-app .btn.android, .how-it-works .btn.android {
  background: #8fd034;
}
.download-app .btn.ios, .how-it-works .btn.ios {
  background: #000;
}

.site-footer {
  background: #417290;
  color: white;
  padding: 1rem;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
