@font-face {
  font-family: "Gelion";
  src: url("/bundles/applandingslite/fonts/gelion/Gelion-Thin.ttf")
    format("truetype");
  font-weight: 100; /* Thin */
  font-style: normal;
}

@font-face {
  font-family: "Gelion";
  src: url("/bundles/applandingslite/fonts/gelion/Gelion-Light.ttf")
    format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: "Gelion";
  src: url("/bundles/applandingslite/fonts/gelion/Gelion-Regular.ttf")
    format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Gelion";
  src: url("/bundles/applandingslite/fonts/gelion/Gelion-RegularItalic.ttf ")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Gelion";
  src: url("/fonts/gelion/Gelion-SemiBold.ttf") format("truetype");
  font-weight: 600; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "Gelion";
  src: url("/fonts/gelion/Gelion-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}

body {
  font-family: "Gelion", sans-serif;
}

.hero {
  background: url("/bundles/applandingslite/img/hero.png") center/cover
    no-repeat;
  padding: 160px 0;
  position: relative;
}
.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  inset: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
}

.boton-whatsapp {
  width: 20rem;
}

.service-icon {
  background: #fff;
  border-radius: 20px;
  padding: 25px 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.service-icon:hover {
  transform: translateY(-5px);
}
.service-icon img {
  width: 50px;
  margin-bottom: 15px;
}

.auto-container {
  padding: 20rem 0rem;
  background: url("/bundles/applandingslite/img/cards-bg.png");
}

.auto {
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60rem;
}

.color-red {
  color: #ff1a47;
}

.service-card {
  position: relative;
  background: #9e9e9e; /* gris */
  border-radius: 25px;
  padding: 40px 20px;
  text-align: center;
  height: 220px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* ICONO */
.service-card img {
  width: 55px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* Título */
.service-card h6 {
  font-weight: 700;
  color: white;
  transition: all 0.3s ease;
  margin-top: 10px;
}

/* Estado normal */
.normal-state {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

/* Estado hover (oculto por defecto) */
.hover-state {
  position: absolute;
  inset: 0;
  opacity: 0;
  padding: 30px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  background-color: #ec306e;

  border-radius: 25px;
  transition: opacity 0.4s ease;
}

/* Glow inferior */
.service-card:hover {
  box-shadow: 0 18px 35px rgba(255, 0, 80, 0.45);
  transform: translateY(-5px);
}

/* ICONO y TITULO se ocultan al hover */
.service-card:hover .normal-state {
  opacity: 0;
}

/* Aparece el estado hover */
.service-card:hover .hover-state {
  opacity: 1;
}

.service-card.mecanica .hover-state {
  background: url("/bundles/applandingslite/img/llave-bg.png") center/50%
      no-repeat,
    linear-gradient(180deg, rgba(255, 0, 70, 1), rgba(255, 0, 120, 1));
}
.service-card.inyeccion .hover-state {
  background: url("/bundles/applandingslite/img/idk-bg.png") center/50%
      no-repeat,
    linear-gradient(180deg, rgba(255, 0, 70, 1), rgba(255, 0, 120, 1));
}
.service-card.diagnostico .hover-state {
  background: url("/bundles/applandingslite/img/check-bg.png") center/50%
      no-repeat,
    linear-gradient(180deg, rgba(255, 0, 70, 1), rgba(255, 0, 120, 1));
}
.service-card.mantenimiento .hover-state {
  background: url("/bundles/applandingslite/img/engranaje-bg.png") center/50%
      no-repeat,
    linear-gradient(180deg, rgba(255, 0, 70, 1), rgba(255, 0, 120, 1));
}

.ls-4 {
  letter-spacing: 0.2rem;
}
.ls-5 {
  letter-spacing: 0.3rem;
}

.about-section {
  background: #303030;
  padding: 80px 0;
}

.small-text {
  letter-spacing: 3px;
  font-size: 13px;
  opacity: 0.7;
}

.about-title {
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-red {
  color: #ff2d55;
}

.about-desc {
  max-width: 700px;
  opacity: 0.9;
  line-height: 1.6;
}

/* Imagen */
.about-img-container {
  overflow: hidden;
  border-radius: 20px;
}

.about-img {
  border-radius: 20px;
  width: 100%;
  display: block;
}

/* Cards */
.about-card {
  display: flex;
  gap: 15px;
  padding: 30px;
  border-radius: 18px;

  backdrop-filter: blur(8px);
  color: white;
  align-items: start;
  background-repeat: no-repeat !important;
}

.engine.about-card {
  background: url("/bundles/applandingslite/img/engine.png");
}
.mito.about-card {
  background: url("/bundles/applandingslite/img/mito.png");
}
.argo.about-card {
  background: url("/bundles/applandingslite/img/argo.png");
}

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

.icon-circle {
  margin: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.diferenciales-section {
  background: url("/bundles/applandingslite/img/diferencias-bg.png")
    center/cover no-repeat;
  position: relative;
  padding: 80px 0;
}

.section-title {
  font-size: 4rem;
}

/* .diferenciales-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.8);
  backdrop-filter: grayscale(100%);
} */

.diferenciales-section > .container {
  position: relative;
  z-index: 2;
}

.small-text {
  letter-spacing: 3px;
  font-size: 13px;
  opacity: 0.7;
}

.title-main {
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-red {
  color: #ff2d55;
}

.subtitle {
  color: #cccccc;
  font-size: 1.1rem;
}

/* CARDS */
.diff-card {
  background: rgba(255, 45, 85, 0.8);
  border-radius: 18px;
  padding: 25px;
  color: white;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  height: 7.5rem;
}

.diff-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 35px rgba(255, 45, 85, 0.35);
}

.icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: white;
  margin-right: 1rem;
  margin-left: 0.5rem;
}

input,
textarea,
select {
  background-color: transparent !important;
  color: white !important;
}

input::placeholder,
textarea::placeholder {
  color: white !important;
}

select option {
  background-color: #3b3b3b;
  color: white;
}

/* Whatsapp */

/* Contenedor botón flotante */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  flex-direction: column; /* Ahora en columna */
  align-items: center;
}

/* Globo arriba */
.whatsapp-bubble {
  background: white;
  color: black;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin-bottom: 10px;
  user-select: none;
}
.whatsapp-float:hover .whatsapp-bubble {
  opacity: 1;
  pointer-events: auto;
}

/* Triángulo apuntando hacia abajo */
.whatsapp-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* Ícono WhatsApp */
.whatsapp-icon {
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 12px rgb(37 211 102 / 0.5);
  transition: background 0.3s ease;
}
.whatsapp-icon:hover {
  background: #1ebe57;
}
.whatsapp-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}

/* End Whatsapp */

@media (max-width: 768px) {
  .auto-container {
    padding: 8rem 0rem;
  }

  .auto {
    /* top: -12rem; */
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
  }

  .section-title {
    font-size: 3rem;
  }

  .textarea-col {
    height: auto !important;
  }
}
