/* ItLan brand overrides on top of the Mitech template */

.itlan-logo {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: #191d34;
  line-height: 1;
}
.itlan-logo__dot { color: #086AD8; }
.itlan-logo--white { color: #ffffff; }

.header-btn { margin-right: 15px; }

/* Same dark-to-blue gradient as the hero, applied to the header. */
.header-dark-bg {
  background: linear-gradient(90deg, #0f0d1d -76.72%, #3c72fc 191.51%);
  border-color: transparent;
}
.header-dark-bg .is-sticky {
  background: linear-gradient(90deg, #0f0d1d -76.72%, #3c72fc 191.51%);
}
.header-dark-bg .navigation-menu > ul > li > a {
  color: #ffffff;
}
.header-dark-bg .mobile-navigation-icon i,
.header-dark-bg .mobile-navigation-icon i:before,
.header-dark-bg .mobile-navigation-icon i:after {
  background-color: #ffffff;
}

.tech-logo-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 30px;
  color: #ffffff;
}
.tech-logo-heading__accent {
  color: #9FD3FF;
}

/* Tech logos "floating card", modeled after openet.cl's brand section
   (same gradient direction/stops as their --gradient-bg custom property).
   Negative margin pulls it up so it straddles the hero's dark background
   above and the plain page background below, like openet.cl's own card. */
.tech-logo-section {
  padding-bottom: 100px;
}
.tech-logo-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 30px;
  margin-top: -30px;
  background: linear-gradient(90deg, #1c3f91 -10.59%, #000000 300.59%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}
@media (min-width: 1200px) {
  .about-pull-up {
    margin-top: -50px;
  }
  .tech-logo-card {
    padding: 65px;
    margin-top: -290px;
  }
}
.tech-logo-card__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  pointer-events: none;
}

.tech-logo-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
@media (min-width: 1200px) {
  .tech-logo-marquee {
    mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  }
}
.tech-logo-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: tech-logo-scroll 24s linear infinite;
}
@media (min-width: 1200px) {
  .tech-logo-track {
    gap: 40px;
  }
}
.tech-logo-track:hover {
  animation-play-state: paused;
}
@keyframes tech-logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.tech-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 20px;
  box-shadow: 0 15px 30px rgba(6, 34, 74, 0.25);
}
.tech-logo-item img {
  height: 32px;
  width: auto;
}
.tech-logo-item--text span {
  font-size: 18px;
  font-weight: 800;
  color: #191d34;
  letter-spacing: -0.01em;
}
@media (min-width: 1200px) {
  .tech-logo-item {
    border-radius: 16px;
    padding: 22px 36px;
  }
  .tech-logo-item img {
    height: 52px;
  }
  .tech-logo-item--text span {
    font-size: 28px;
  }
}

/* Two-photo "about" composition, modeled after openet.cl's Quiénes Somos
   image (a large main photo with a smaller photo overlapping its corner). */
.about-two-image-wrap {
  position: relative;
  padding-bottom: 50px;
  padding-right: 40px;
}
.about-two-image-main {
  border-radius: 10px;
  width: 100%;
}
.about-two-image-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  border-radius: 10px;
  border: 6px solid #ffffff;
  box-shadow: 0 20px 40px rgba(25, 29, 52, 0.2);
}
.about-two-image-dot {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(8, 106, 216, 0.12);
  z-index: -1;
}

.hero-eyebrow {
  display: block;
  color: #086AD8;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Hero background, modeled after openet.cl's main banner: their exact
   dark-to-blue gradient plus the same soft glow-circle and circuit-line
   decorative layers. */
.hero-dark-bg {
  position: relative;
  background: linear-gradient(90deg, #0f0d1d -76.72%, #3c72fc 191.51%);
  z-index: 1;
}
.hero-dark-bg__circles,
.hero-dark-bg__circuit {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.hero-dark-bg__circles {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-dark-bg__circles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-dark-bg__circuit {
  left: 0;
  bottom: 0;
  opacity: 0.5;
  max-width: 60%;
}
@media (max-width: 575px) {
  .hero-dark-bg__circuit {
    display: none;
  }
}
.hero-dark-bg .hero-eyebrow {
  color: #9FD3FF;
}
.hero-dark-bg .modern-it-company-hero-text h1.heading {
  color: #ffffff;
}
.hero-dark-bg .modern-it-company-hero-text .sort-dec {
  color: rgba(255, 255, 255, 0.8);
}
.hero-brand-mention {
  color: #9FD3FF;
  font-weight: 700;
}

/* Fix dropdown position: the template only sets position:relative on
   li.has-children--multilevel-submenu, but our simplified menu uses
   plain li.has-children, so submenus anchored to left:0 of the body. */
.navigation-menu > ul > li.has-children {
  position: relative;
}

/* Stretch the hero's dark background down (as padding, not margin) so it
   keeps covering the photo all the way to where the tech logos section
   begins, instead of leaving a gap of plain page background beneath it. */
@media (min-width: 1200px) {
  .hero-dark-bg .container {
    position: relative;
  }
  .modern-it-company-hero-image {
    top: 60px;
    right: 12px;
    max-width: 480px;
  }
  .modern-it-company-hero {
    padding-bottom: 320px;
  }
  .modern-it-company-hero-text h1 {
    font-size: 72px;
    line-height: 1.1;
  }
  .modern-it-company-hero-text {
    text-align: left;
    max-width: 520px;
  }
}

/* ===== Services page (it-services-details.html) ===== */
.svc-lead {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.svc-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.svc-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-weight: 500;
  color: #191d34;
}
.svc-check-list i { color: #086AD8; }
.svc-intro__image { width: 100%; }

.svc-grid-area { background: #f6f9fd; }
.svc-card {
  height: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 22px;
  border: 1px solid #e6eef8;
  box-shadow: 0 6px 20px rgba(6, 34, 74, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(6, 34, 74, 0.1);
}
.svc-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.svc-card__icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #0a3a86, #086AD8);
}
.svc-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}
.svc-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.svc-card__list li {
  position: relative;
  padding: 2px 0 2px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #5a5a5a;
}
.svc-card__list li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #086AD8;
}
.svc-brand {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.svc-brand__logo {
  flex: 0 0 110px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-brand__logo img {
  max-width: 100%;
  max-height: 44px;
}
.svc-brand__logo--text span {
  font-size: 18px;
  font-weight: 800;
  color: #191d34;
}
.svc-brand__name { margin-bottom: 4px; }
.svc-brand__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.svc-audience-area {
  background: linear-gradient(90deg, #0f0d1d -76.72%, #3c72fc 191.51%);
}
.svc-audience-area .section-sub-title { color: #9FD3FF; }
.svc-accent { color: #9FD3FF; }
.svc-audience {
  height: 100%;
  padding: 34px 30px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.svc-audience__icon {
  font-size: 30px;
  color: #9FD3FF;
  margin-bottom: 16px;
}
.svc-audience__title { color: #ffffff; margin-bottom: 10px; }
.svc-audience p { color: rgba(255, 255, 255, 0.8); margin: 0; }

.svc-step {
  height: 100%;
  padding: 30px 26px;
  border-radius: 14px;
  background: #f6f9fd;
  border-top: 4px solid #086AD8;
}
.svc-step__num {
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #086AD8;
  opacity: 0.25;
  margin-bottom: 14px;
}
.svc-step__title { margin-bottom: 8px; }
.svc-step p { margin: 0; }

.svc-cta.cta-bg-image_one {
  background-color: #0a3a86;
}

.about-banner-wrap.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true] span i {
  color: #086AD8;
}