.elementor-34 .elementor-element.elementor-element-84c1c46{--display:flex;}.elementor-34 .elementor-element.elementor-element-0f445d4{--display:flex;}.elementor-34 .elementor-element.elementor-element-ac2213c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-50bc8dc *//* ========== HERO ========== */
.hero {
  width: 100%;
  background: #eef1f4;
  overflow: hidden;
  position: relative;
}

.hero-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  min-height: 540px;
  position: relative;
}

/* ---------- LEFT CONTENT ---------- */
.hero-content {
  width: 46%;
  padding: 70px 40px 70px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.hero-content h1 {
  font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.18;
  color: #022653;
  margin: 0 0 16px 0;
  letter-spacing: -0.4px;
}

.hero-content h1 span {
  color: #e5940e;
}

.accent-line {
  width: 65px;
  height: 4px;
  background: #e5940e;
  margin-bottom: 22px;
  border-radius: 2px;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.65;
  color: #3a4d64;
  margin: 0 0 34px 0;
  max-width: 370px;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-dark {
  background: #022653;
  color: #fff;
  border: 2px solid #022653;
}

.btn-dark:hover {
  background: #011a3a;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: #022653;
  border: 2px solid #022653;
}

.btn-outline:hover {
  background: #022653;
  color: #fff;
}

/* ---------- RIGHT SLIDER ---------- */
.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  overflow: hidden;
}

.hero-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Geometric shapes */
.geo {
  position: absolute;
  pointer-events: none;
  z-index: 5;
}

.geo-navy-thick {
  top: -40px;
  left: -30px;
  width: 140px;
  height: 130%;
  background: #022653;
  transform: rotate(32deg);
  clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
}

.geo-gold-thick {
  top: 8%;
  left: 35px;
  width: 55px;
  height: 75%;
  background: #e5940e;
  transform: rotate(32deg);
  clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%);
}

.geo-navy-mid {
  bottom: -50px;
  left: 10px;
  width: 180px;
  height: 60%;
  background: #022653;
  transform: rotate(32deg);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.geo-gold-thin {
  top: 22%;
  left: 8px;
  width: 16px;
  height: 42%;
  background: #e5940e;
  transform: rotate(32deg);
  border-radius: 3px;
}

.geo-navy-bottom {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 32%;
  background: #022653;
  clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Slider Dots */
.slider-dots {
  position: absolute;
  bottom: 24px;
  right: 30px;
  display: flex;
  gap: 10px;
  z-index: 20;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.dot.active {
  background: #e5940e;
  transform: scale(1.15);
}

.dot:hover {
  background: #ffffff;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    min-height: auto;
  }

  .hero-content {
    width: 100%;
    padding: 50px 28px 40px;
  }

  .hero-media {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding: 40px 20px 30px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-btns {
    flex-direction: column;
  }

  .btn {
    text-align: center;
  }

  .hero-media {
    height: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6e25a5 *//* ========== SHARED ========== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-tag {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #e5940e;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 12px 0;
}

.orange-line {
  width: 55px;
  height: 3.5px;
  background: #e5940e;
  margin: 0 auto 18px;
  border-radius: 2px;
}

.section-header p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #5a6b7f;
  max-width: 620px;
  margin: 0 auto;
}

/* ========== SOLUTIONS SECTION ========== */
.solutions-section {
  padding: 30px 0 60px;
  background: #ffffff;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.solution-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 16px 22px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(2, 38, 83, 0.07);
  border: 1px solid #f0f2f5;
  transition: all 0.25s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(2, 38, 83, 0.12);
  border-color: #e5940e;
}

.solution-card .icon {
  width: 54px;
  height: 54px;
  background: #f0f5fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: all 0.25s ease;
}

.solution-card:hover .icon {
  background: #022653;
}

.solution-card .icon i {
  font-size: 22px;
  color: #022653;
  transition: color 0.25s ease;
}

.solution-card:hover .icon i {
  color: #ffffff;
}

.solution-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #022653;
  line-height: 1.35;
  margin: 0 0 8px 0;
}

.solution-card .arrow {
  font-size: 20px;
  color: #e5940e;
  font-weight: 700;
  margin-top: auto;
}

.view-all-wrap {
  text-align: center;
}

.btn-view-all {
  display: inline-block;
  background: #e5940e;
  color: #022653;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-view-all:hover {
  background: #d4850a;
  transform: translateY(-2px);
}

/* ========== STATS BAR ========== */
.stats-bar {
  background: #022653;
  padding: 50px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-item {
  color: #ffffff;
}

.stat-icon {
  font-size: 28px;
  color: #e5940e;
  margin-bottom: 12px;
}

.stat-number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stat-desc {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
  max-width: 200px;
  margin: 0 auto;
}

/* ========== WHY CHOOSE FACTEL ========== */
.why-section {
  padding: 80px 0;
  background: #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.why-content .section-tag {
  text-align: left;
}

.why-content h2 {
  font-size: 32px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 12px 0;
}

.why-content .orange-line {
  margin: 0 0 28px 0;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  color: #3a4d64;
  margin-bottom: 14px;
  line-height: 1.45;
}

.why-list i {
  color: #022653;
  font-size: 17px;
  margin-top: 2px;
  flex-shrink: 0;
}

.why-visual {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 340px;
}

.why-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why-shape {
  position: absolute;
  pointer-events: none;
}

.why-navy {
  top: -20px;
  right: -20px;
  width: 120px;
  height: 160px;
  background: #022653;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}

.why-gold {
  bottom: -15px;
  left: -15px;
  width: 90px;
  height: 130px;
  background: #e5940e;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .solutions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .solutions-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-visual {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .solution-card {
    padding: 22px 12px 18px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-452ac10 *//* ========== SHARED ========== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-tag {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #e5940e;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 12px 0;
}

.orange-line {
  width: 55px;
  height: 3.5px;
  background: #e5940e;
  margin: 0 auto;
  border-radius: 2px;
}

/* ========== TESTIMONIALS ========== */
.testimonials-section {
  padding: 30px 0 60px;
  background: #ffffff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 36px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px 28px 28px;
  box-shadow: 0 6px 24px rgba(2, 38, 83, 0.07);
  border: 1px solid #f0f2f5;
  transition: all 0.25s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(2, 38, 83, 0.11);
}

.quote-icon {
  font-size: 52px;
  line-height: 1;
  color: #e5940e;
  font-family: Georgia, serif;
  margin-bottom: 12px;
  opacity: 0.9;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.65;
  color: #3a4d64;
  margin: 0 0 28px 0;
  min-height: 90px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #022653;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.client-info h5 {
  font-size: 15px;
  font-weight: 700;
  color: #022653;
  margin: 0 0 2px 0;
}

.client-info span {
  font-size: 13px;
  color: #7a8a9c;
}

/* Dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d0d7e0;
  cursor: pointer;
  transition: all 0.25s ease;
}

.testimonial-dots .dot.active {
  background: #e5940e;
  transform: scale(1.2);
}

/* ========== PARTNERS ========== */
.partners-section {
  padding: 60px 0 80px;
  background: #fafbfc;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 50px;
}

.partner-logo {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: opacity 0.25s ease;
  filter: grayscale(20%);
}

.partner-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.partner-logo img {
  max-height: 42px;
  max-width: 130px;
  width: auto;
  object-fit: contain;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .partners-logos {
    gap: 30px 35px;
  }

  .partner-logo img {
    max-height: 36px;
    max-width: 110px;
  }
}/* End custom CSS */