.elementor-219 .elementor-element.elementor-element-2b04fc3{--display:flex;}.elementor-219 .elementor-element.elementor-element-d6bf41d{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-219 .elementor-element.elementor-element-cd7cd5b{--display:flex;}.elementor-219 .elementor-element.elementor-element-e47e7c3{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-219 .elementor-element.elementor-element-d86ca17{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-219 .elementor-element.elementor-element-2b04fc3{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-d6bf41d{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-cd7cd5b{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-e47e7c3{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-d86ca17{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-74b361b */.about-intro-section {
  direction: rtl;
  width: 100%;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.about-intro-image,
.about-intro-content {
  border-radius: 22px;
  border: 1px solid rgba(8, 17, 25, .08);
  box-shadow: 0 12px 34px rgba(8, 17, 25, .08);
  overflow: hidden;
}

.about-intro-image {
  position: relative;
  min-height: 340px;
}

.about-intro-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.about-intro-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8,17,25,.72), rgba(8,17,25,.05)),
    linear-gradient(to left, rgba(8,17,25,.35), transparent);
  z-index: 1;
}

.about-image-caption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 430px;
  text-align: right;
}

.about-image-caption h1 {
  margin: 0 0 8px;
  color: rgb(251, 206, 79);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.35;
}

.about-image-caption p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

.about-intro-content {
  background: rgba(255,255,255,.78);
  padding: 34px 36px;
}

.about-intro-content h2 {
  margin: 0 0 18px;
  color: #081119;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
}

.about-intro-content h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 8px;
  border-radius: 20px;
  background: rgb(251, 206, 79);
}

.about-intro-content p {
  margin: 0 0 14px;
  color: rgba(8,17,25,.68);
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
}

@media (max-width: 991px) {
  .about-intro-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-intro-image,
  .about-intro-image img {
    min-height: 280px;
  }

  .about-image-caption {
    right: 20px;
    left: 20px;
    bottom: 22px;
  }

  .about-image-caption h1 {
    font-size: 26px;
  }

  .about-image-caption p {
    font-size: 13px;
  }

  .about-intro-content {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .about-intro-content h2 {
    font-size: 22px;
  }

  .about-intro-content p {
    font-size: 13px;
    line-height: 2;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f418f52 */.about-values-section {
  direction: rtl;
  width: 100%;
  margin-top: 24px;
}

.about-values-section h2 {
  margin: 0 0 20px;
  text-align: center;
  color: #081119;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}

.about-values-section h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin: 8px auto 0;
  border-radius: 20px;
  background: rgb(251, 206, 79);
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  direction: rtl;
}

.about-value-card {
  min-height: 260px;
  padding: 30px 26px;
  text-align: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(8, 17, 25, 0.08);
  box-shadow: 0 12px 34px rgba(8, 17, 25, 0.08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.about-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(251, 206, 79, 0.55);
  box-shadow: 0 18px 40px rgba(8, 17, 25, 0.12);
}

.about-value-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: none !important;
  -webkit-filter: none !important;
}

.about-value-card h3 {
  margin: 0 0 14px;
  color: rgb(251, 206, 79);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.about-value-card p,
.about-value-card li {
  color: rgba(8, 17, 25, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.about-value-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-value-card li {
  margin-bottom: 6px;
}

.about-value-card li::before {
  content: "✓";
  margin-left: 8px;
  color: #081119;
  font-weight: 900;
}

/* Tablet */
@media (max-width: 991px) {
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-value-card {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-values-section h2 {
    font-size: 21px;
  }

  .about-value-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .about-value-card img {
    width: 48px;
    height: 48px;
  }

  .about-value-card h3 {
    font-size: 18px;
  }

  .about-value-card p,
  .about-value-card li {
    font-size: 13px;
    line-height: 1.9;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55e74f5 */.about-stats-section {
  direction: rtl;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-stat-card {
  padding: 24px 18px;
  text-align: center;
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8,17,25,.08);
  box-shadow: 0 12px 34px rgba(8,17,25,.08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.about-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(251,206,79,.55);
  box-shadow: 0 18px 40px rgba(8,17,25,.12);
}

.about-stat-card strong {
  display: block;
  color: rgb(251,206,79);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.about-stat-card h3 {
  margin: 10px 0 4px;
  color: #081119;
  font-size: 17px;
  font-weight: 900;
}

.about-stat-card p {
  margin: 0;
  color: rgba(8,17,25,.62);
  font-size: 13px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .about-stats-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .about-stats-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .about-stat-card {
    padding: 18px 10px;
    border-radius: 16px;
  }

  .about-stat-card strong {
    font-size: 26px;
  }

  .about-stat-card h3 {
    font-size: 13px;
  }

  .about-stat-card p {
    font-size: 11px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b619277 */.about-timeline-section {
  direction: rtl;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8,17,25,.08);
  box-shadow: 0 12px 34px rgba(8,17,25,.08);
  text-align: center;
}

.about-timeline-section h2 {
  margin: 0;
  color: #081119;
  font-size: 26px;
  font-weight: 900;
}

.about-timeline-section h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin: 8px auto 0;
  border-radius: 20px;
  background: rgb(251,206,79);
}

.about-timeline {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.timeline-item {
  padding: 18px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(8,17,25,.08);
}

.timeline-item span {
  display: inline-flex;
  min-width: 62px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #081119;
  color: rgb(251,206,79);
  font-weight: 900;
  margin-bottom: 12px;
}

.timeline-item h3 {
  margin: 0 0 8px;
  color: #081119;
  font-size: 15px;
  font-weight: 900;
}

.timeline-item p {
  margin: 0;
  color: rgba(8,17,25,.62);
  font-size: 12.5px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .about-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .about-timeline-section {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .about-timeline-section h2 {
    font-size: 21px;
  }

  .about-timeline {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a82ddf */.about-team-section {
  direction: rtl;
  text-align: center;
}

.about-team-section h2 {
  margin: 0;
  color: #081119;
  font-size: 26px;
  font-weight: 900;
}

.about-team-section h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin: 8px auto 0;
  border-radius: 20px;
  background: rgb(251,206,79);
}

.about-team-desc {
  max-width: 760px;
  margin: 14px auto 22px;
  color: rgba(8,17,25,.64);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.team-card {
  padding: 22px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8,17,25,.08);
  box-shadow: 0 12px 34px rgba(8,17,25,.08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(251,206,79,.55);
  box-shadow: 0 18px 40px rgba(8,17,25,.12);
}

.team-avatar {
  width: 88px;
  height: 88px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #081119;
  color: rgb(251,206,79);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
}

.team-card h3 {
  margin: 0 0 6px;
  color: #081119;
  font-size: 15px;
  font-weight: 900;
}

.team-card p {
  margin: 0 0 12px;
  color: rgba(8,17,25,.62);
  font-size: 12.5px;
  line-height: 1.8;
}

.team-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.team-links a {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  border: 1px solid rgba(8,17,25,.14);
  color: #081119;
  text-decoration: none;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .about-team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .about-team-section h2 {
    font-size: 21px;
  }

  .about-team-desc {
    font-size: 13px;
    line-height: 1.9;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .team-card {
    padding: 18px 10px;
    border-radius: 16px;
  }

  .team-avatar {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }

  .team-card h3 {
    font-size: 12.5px;
    line-height: 1.7;
  }

  .team-card p {
    font-size: 11px;
    line-height: 1.6;
  }
}

@media (max-width: 430px) {
  .about-team-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */