.elementor-35 .elementor-element.elementor-element-09577a0{--display:flex;}.elementor-35 .elementor-element.elementor-element-083a9aa{--display:flex;}.elementor-35 .elementor-element.elementor-element-f5209b3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-da83e5d *//* ===== HERO SECTION ===== */
.hero {
  background: #ffffff;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  overflow: hidden;
  padding-bottom: 40px;
}

.hero-inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 40px 30px;
  gap: 30px;
  position: relative;
}

.hero-content {
  flex: 0 0 38%;
  max-width: 420px;
  z-index: 2;
}

.hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0 0 18px;
}

.hero-title .blue {
  color: #1a56db;
}

.hero-title .orange {
  color: #f97316;
}

.hero-subtitle {
  font-size: 15px;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 28px;
}

.hero-subtitle strong {
  color: #1e293b;
  font-weight: 700;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #1a56db;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, transform 0.15s;
}

.btn-primary:hover {
  background: #1e40af;
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: #1a56db;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 11px 20px;
  border-radius: 6px;
  border: 2px solid #1a56db;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, color 0.2s;
}

.btn-outline:hover {
  background: #1a56db;
  color: #ffffff;
}

/* Right collage */
.hero-collage {
  flex: 1;
  position: relative;
  height: 380px;
  min-width: 0;
}

.collage-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 0 0 0 80px;
  overflow: hidden;
}

.collage-item {
  overflow: hidden;
  position: relative;
}

.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item-1 { grid-column: 1 / 2; grid-row: 1 / 2; }
.item-2 { grid-column: 2 / 4; grid-row: 1 / 2; }
.item-3 { grid-column: 1 / 2; grid-row: 2 / 3; }
.item-4 { grid-column: 2 / 3; grid-row: 2 / 3; }
.item-5 { grid-column: 3 / 4; grid-row: 2 / 3; }

.shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.shape-orange {
  top: -20px;
  right: 40%;
  width: 180px;
  height: 90px;
  background: #f97316;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  transform: rotate(-8deg);
}

.shape-blue {
  bottom: -10px;
  right: -30px;
  width: 160px;
  height: 120px;
  background: #1a56db;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

/* Trusted by */
.trusted {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  margin: 10px auto 24px;
  padding: 0 40px;
}

.trusted-line {
  flex: 1;
  height: 2px;
  background: #f97316;
  max-width: 120px;
}

.trusted-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #1a56db;
  white-space: nowrap;
  margin: 0;
}

.trusted-title span {
  color: #f97316;
}

/* Moving Brands */
.brands-marquee {
  width: 100%;
  overflow: hidden;
  padding: 8px 0 20px;
  position: relative;
}

.brands-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: brandsScroll 35s linear infinite;
}

.brands-track:hover {
  animation-play-state: paused;
}

.brand-card {
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 28px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.25s, transform 0.25s;
}

.brand-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.brand-card img {
  max-height: 48px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
  display: block;
}

@keyframes brandsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-inner {
    flex-direction: column;
    padding: 40px 24px 20px;
  }

  .hero-content {
    flex: none;
    max-width: 100%;
    text-align: center;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-collage {
    width: 100%;
    height: 320px;
  }

  .shape-orange,
  .shape-blue {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 34px;
  }

  .hero-collage {
    height: 260px;
  }

  .collage-grid {
    gap: 5px;
    border-radius: 0 0 0 40px;
  }

  .brand-card {
    height: 64px;
    padding: 12px 20px;
  }

  .brand-card img {
    max-height: 36px;
    max-width: 120px;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cd75bd *//* ===== COMMON ===== */
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #1a56db;
  margin: 0 0 40px;
  letter-spacing: 0.5px;
}

.section-title span {
  color: #f97316;
  position: relative;
}

.section-title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #f97316;
  border-radius: 2px;
}

/* ===== SERVICES ===== */
.services {
  background: #ffffff;
  padding: 60px 40px 50px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 28px 16px 22px;
  text-align: center;
  transition: box-shadow 0.25s, transform 0.25s;
}

.service-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.service-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 16px;
}

.service-card h3 {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 10px;
  letter-spacing: 0.3px;
}

.service-card p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 16px;
  min-height: 60px;
}

.service-card a {
  font-size: 12px;
  font-weight: 700;
  color: #f97316;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.service-card a:hover {
  color: #ea580c;
}

/* ===== FEATURED WORK ===== */
.featured {
  background: #1a56db;
  padding: 40px 40px 45px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 28px;
}

.featured-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.featured-header h2 span {
  color: #f97316;
}

.btn-view-all {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.4px;
  transition: background 0.2s, color 0.2s;
}

.btn-view-all:hover {
  background: #ffffff;
  color: #1a56db;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.featured-item {
  text-align: center;
}

.featured-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.featured-item p {
  font-size: 11.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.4px;
  margin: 0;
}

/* ===== STATS ===== */
.stats {
  background: #f97316;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 28px 40px;
  flex-wrap: wrap;
  gap: 20px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.stat-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.stat-item strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.stat-item span {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.95;
}

/* ===== WHY CHOOSE ===== */
.why-choose {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px 40px 60px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  align-items: flex-start;
}

.why-left {
  flex: 1;
}

.why-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a56db;
  line-height: 1.2;
  margin: 0 0 28px;
}

.why-left h2 span {
  color: #f97316;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #334155;
  font-weight: 500;
}

.why-list li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.why-cta {
  background: #1a56db;
  color: #ffffff;
  border-radius: 10px;
  padding: 32px 28px;
  width: 300px;
  flex-shrink: 0;
  text-align: center;
}

.why-cta h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: 0.3px;
}

.why-cta p {
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0 0 22px;
  opacity: 0.95;
}

.btn-quote {
  display: inline-block;
  background: #f97316;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.4px;
  transition: background 0.2s, transform 0.15s;
}

.btn-quote:hover {
  background: #ea580c;
  transform: translateY(-1px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .featured-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .services,
  .featured,
  .stats,
  .why-choose {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-header {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats {
    justify-content: center;
    gap: 28px;
  }

  .why-choose {
    flex-direction: column;
    align-items: stretch;
  }

  .why-cta {
    width: 100%;
  }

  .why-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-item img {
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3f17ff *//* ===== WORKS MARQUEE ===== */
.works-marquee {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 35px 0 30px;
  position: relative;
  text-align: center;
}

.works-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #1a56db;
  margin: 0 0 22px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.works-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background: #f97316;
  border-radius: 2px;
}

.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: scrollLeft 35s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  flex-shrink: 0;
  width: 260px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.marquee-item:hover img {
  transform: scale(1.06);
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .marquee-item {
    width: 200px;
    height: 140px;
  }

  .marquee-track {
    animation-duration: 28s;
    gap: 12px;
  }

  .works-title {
    font-size: 13px;
    margin-bottom: 18px;
  }
}/* End custom CSS */