/*
Theme Name: feldtheme
Theme URI: https://test.estudiofeld.com
Author: Estudio Feld
Author URI: https://test.estudiofeld.com
Description: Feld original theme
Version: 1.0
Text Domain: feldtheme
*/

/* ===========================
   VARIABLES GLOBALES
=========================== */
body {
  overflow-x: hidden !important;
  background-color: black !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 300;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: black;
  z-index: -1;
}

:root {
  /* Colores principales */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-beige: #e8e8e8;
  --color-pink: #ff91ef;
  --color-blue: #0b56db;

  /* Tipografía */
  --font-sans: "Manrope", "Inter", "Helvetica Neue", sans-serif;
  --font-display: "Mixta Pro", "Poppins", "Helvetica Neue", sans-serif;
}

a {
  color: inherit !important;
}

.bold {
  font-weight: 600;
}

.white {
  color: var(--color-white);
}

.black {
  color: var(--color-black);
}

.beige {
  color: var(--color-beige);
}

.pink {
  color: var(--color-pink);
}

.blue {
  color: var(--color-blue);
}

.bg-black {
  background-color: var(--bg-black);
}

.bg-white {
  background-color: var(--bg-white);
}

.bg-beige {
  background-color: var(--bg-beige);
}

.bg-pink {
  background-color: var(--bg-pink);
}

.bg-blue {
  background-color: var(--bg-blue);
}

.button-arrow {
  display: flex;
  gap: 5px !important;
  font-size: 18px !important;
}

.b-blue {
  color: var(--color-blue) !important;
}

.b-black {
  color: var(--color-black) !important;
}

.b-white {
  color: var(--color-white) !important;
}

.button-arrow i {
  transition: transform 0.3s ease-in-out;
}

.button-arrow:hover i {
  transform: rotate(90deg);
}

.h1,
h1,
h2,
.h2 {
  font-size: 58px !important;
}

@media (max-width: 992px) {
  .h1,
  h1,
  h2,
  .h2 {
    font-size: 36px !important;
  }
}

.ww-75 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .ww-75 {
    width: 75% !important;
  }
}

/* ---------------------------
   HERO
---------------------------- */
.Hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  overflow: hidden;
  background-color: black;
}

.heading-xl {
  font-size: 80px !important;
  font-weight: 500;
  line-height: 1.1;
  color: #e8e8e8;
  text-align: center;
}

.Hero__images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.Hero__image {
  position: fixed;
  opacity: 0;
  width: auto;
  height: 80px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .heading-xl {
    font-size: 38px !important;
  }
  .Hero__image {
    height: 55px;
  }
  .Hero {
    min-height: 70vh;
  }
}

/* SWIPER PORTFOLIO */

#swiper-portfolio .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px !important;
}

#swiper-portfolio .slideContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#swiper-portfolio .slideImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

#swiper-portfolio .slideTitle {
  font-size: 20px;
  margin: 0;
  color: var(--color-white);
}

#swiper-portfolio .slideTitle a {
  text-decoration: none;
  color: inherit;
}

#swiper-portfolio .slideDescription {
  font-size: 14px;
  color: var(--color-white);
}

#swiper-portfolio .swiper-pagination {
  position: relative !important;
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
  gap: 5px;
}

#swiper-portfolio .swiper-pagination-bullet {
  background: white !important;
}

#swiper-portfolio
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0b56db !important;
}

/* Cursor base */
.custom-cursor {
  position: fixed;
  width: 90px;
  height: 90px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

/* Blur */
.custom-cursor .circle-blur {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #f476b5;
  border-radius: 50%;
  filter: blur(5px);
  z-index: 1;
}

/* Texto */
.custom-cursor .cursor-text {
  font-family: Manrope, serif;
  position: relative;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
}

/* Mobile: cursor fijo al centro */
@media (max-width: 768px) {
  .custom-cursor {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}

.disabled-link {
  pointer-events: none;
  cursor: none;
}

.custom-cursor {
  pointer-events: none;
}

@media (max-width: 768px) {
  .custom-cursor {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}

/*Accordion Services cards*/
#services {
  min-height: 350px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Contenedor del background abstracto */
.services-bg {
  content: "";
  position: absolute;
  top: -20%;
  left: 40%;
  width: 150%;
  height: 150%;
  background-image: url("assets/images/splash.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/*#services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/splash.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: -1;
}*/

@media (max-width: 768px) {
  #services::before {
    top: 20%;
    background-size: 150%;
    background-position: center;
  }
}

/* ---------------------------
   CONTENEDOR DEL ACCORDION
---------------------------- */
.accordion-collapse {
  overflow: hidden;
}

.accordion-collapse.animating {
  transition: height 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .accordion-collapse.animating {
    transition: height 0.25s ease-in-out;
  }
}

.accordion-item {
  border: solid 1px #ffffff !important;
  border-radius: 20px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  backdrop-filter: blur(40px) !important;
  overflow: hidden;
  margin-bottom: 20px;
}

/* Quita los bordes default internos de Bootstrap */
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #ffffff !important;
}

/* ---------------------------
   BOTÓN DEL SUMMARY
---------------------------- */
.accordion-button.custom-style {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent !important;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;

  /* Quita background azul de Bootstrap */
  background: none !important;
  box-shadow: none !important;
  color: #fff;
}

/* Evita que Bootstrap cambie el fondo al expandir */
.accordion-button.custom-style:not(.collapsed) {
  background-color: transparent !important;
  color: #fff;
  box-shadow: none !important;
}

/* ---------------------------
   UNDERLINE
---------------------------- */
.accordion-button.custom-style::after {
  display: none !important; /* elimina el icono default de bootstrap */
}

/* ---------------------------
   ICONO ROTACION
---------------------------- */
.accordion-button:not(.collapsed) .bi.bi-arrow-up-right {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

/* ---------------------------
   TEXTO DEL BODY
---------------------------- */
.accordion-body p {
  font-size: 16px;
  color: #fff !important;
  margin-bottom: 0 !important;
}

#services h4 {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.number {
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 30px;
  padding: 5px 15px;
}

/* ---------------------------
   FORM
---------------------------- */
/* 1) El contenedor visible detrás del input (ajustá este color) */
#wpforms-26 {
  --wp26-bg: transparent; /* si tu sección tiene un color sólido, ponelo acá: ej. #0b1b2b */
}

/* 2) Quitar el fondo celeste del autofill (Chrome) */
#wpforms-26 input:-webkit-autofill,
#wpforms-26 input:-webkit-autofill:hover,
#wpforms-26 input:-webkit-autofill:focus,
#wpforms-26 textarea:-webkit-autofill,
#wpforms-26 textarea:-webkit-autofill:hover,
#wpforms-26 textarea:-webkit-autofill:focus,
#wpforms-26 select:-webkit-autofill,
#wpforms-26 select:-webkit-autofill:hover,
#wpforms-26 select:-webkit-autofill:focus {
  /* Esto “tapa” el celeste: repinta con el fondo que corresponda */
  -webkit-box-shadow: 0 0 0 1000px var(--wp26-bg) inset !important;
  box-shadow: 0 0 0 1000px var(--wp26-bg) inset !important;

  /* Texto del autofill */
  -webkit-text-fill-color: #fff !important;

  /* Mantener tu estilo */
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  background: transparent !important;

  /* Evita que Chrome lo re-pinte */
  transition: background-color 999999s ease-out 0s;
}

/* INPUTS y TEXTAREA transparentes con borde inferior */
#wpforms-26 input[type="text"],
#wpforms-26 input[type="email"],
#wpforms-26 input[type="tel"],
#wpforms-26 textarea,
select#wpforms-26-field_4,
select#wpforms-26-field_12 {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

#wpforms-26 ::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Placeholder en blanco suave */
#wpforms-26 input::placeholder,
#wpforms-26 textarea::placeholder {
  color: white !important;
}

/* Quitar estilos propios de WPForms */
#wpforms-26 .wpforms-field input,
#wpforms-26 .wpforms-field textarea {
  box-shadow: none !important;
}

.form-button {
  display: flex !important;
  align-items: center;
  gap: 5px !important;
  color: var(--color-blue) !important;
  font-size: 18px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
}

.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 0 !important;
  display: flex;
  justify-content: flex-end;
}

.form-button::before {
  content: "\f144";
  font-family: "bootstrap-icons";
  font-size: 18px;
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
}

.form-button:hover::before {
  transform: rotate(90deg);
}

div.wpforms-container-full button[type="submit"]:focus:after {
  border: none !important;
}

/* mensaje enviado */
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: inherit !important;
  border: none !important;
  color: white !important;
  margin: 0 !important;
  padding: 0 !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full p {
  color: white !important;
}

@media (max-width: 992px) {
  .wpforms-container .wpforms-field.wpforms-one-half {
    margin-left: 0 !important;
  }
  .wpforms-container .wpforms-one-half {
    width: 100% !important;
  }
  .wpforms-container
    .wpforms-field
    .wpforms-field-row
    .wpforms-field-row-block {
    padding: 0 !important;
  }
  .wpforms-container
    .wpforms-field
    .wpforms-field-row
    .wpforms-field-row-block:last-child {
    margin-top: 25px !important;
  }
}

/* ---------------------------
   LOGOS SWIPER CLIENTS
---------------------------- */
.logos-strip {
  overflow: hidden;
}

.swiper-slide.logo-slide {
  margin-right: 80px !important;
}

#swiper-logos {
  width: 100%;
}

#swiper-logos .swiper-wrapper {
  align-items: center;
}

#swiper-logos .logo-slide {
  width: auto !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

#swiper-logos img {
  height: 24px;
  width: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
  filter: brightness(0) invert(1);
}

#swiper-logos img:hover {
  opacity: 0.7;
}

#swiper-logos {
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

/* ---------------------------
  LETS TALK
---------------------------- */
#letstalk {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media (max-width: 992px) {
  #letstalk {
    padding-bottom: 0 !important;
  }
  .display-4 {
    font-size: 38px !important;
  }
}

/* ---------------------------
  NEW SERVICES
---------------------------- */

.services-list {
  width: 100%;
}

.service-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: solid var(--color-white) 1px;
  padding: 30px 0;
  gap: 20px;
  text-decoration: none !important;
}

.swipeimage {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 280px;
  object-fit: cover;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .service-item {
    flex-direction: row;
    padding: 50px 0;
    gap: 50px;
  }
}

.container-number {
  width: 20%;
  font-size: 2rem;
  line-height: 100%;
}

@media only screen and (min-width: 768px) {
  .container-number {
    width: 20%;
    font-size: 3rem;
  }
}

.container-number,
.container-text {
  font-family: var(--primary-font);
  color: var(--color-blue);
}

.container-text {
  font-weight: var(--primary-font-weight);
  font-size: 2rem;
  line-height: 120%;
  width: 80%;
  padding-right: 10%;
  color: white;
}

@media only screen and (min-width: 768px) {
  .container-text {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  .container-text {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

/* ===========================
   END FRONT PAGE
    =========================== */
/* =========================
   HEADER Y MENU
========================= */

/* El contenedor principal del header siempre arriba */
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none; /* Deja pasar los clics al fondo si el header es transparente */
  transition: background-color 0.3s ease;
}

.header-inner {
  pointer-events: auto; /* Reactiva los clics solo en el logo y el botón */
}

/* =========================
   2. LOGO Y BOTÓN
========================= */

.header-inner .logo {
  position: relative;
  z-index: 4;
}

.menu-toggle {
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 3; /* El nivel más alto para asegurar interacción */
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* Posiciones de la hamburguesa */
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle span:nth-child(3) {
  bottom: 0;
}

/* Transformación a Cruz y cambio de color al abrir */
.menu-toggle.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: black;
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background: black;
}

/* =========================
   3. MENU DESPLEGABLE
========================= */

#fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* height: -webkit-fill-available; */
  background: var(--color-blue);
  z-index: 2;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  pointer-events: none;
  overflow: hidden;
  /* visibility: hidden; */
  will-change: transform;
}

#fullscreen-menu.active {
  transform: translateY(0);
  pointer-events: auto;
  /* visibility: visible; */
}

/* Margen interno para que los links no choquen con el logo fijo */
.content-wrapper {
  margin-top: 130px;
}

/* =========================
   4. ITEMS DEL MENU
========================= */

.menu-items {
  list-style: none;
  text-align: left;
  padding: 0;
}

.menu-items li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

#fullscreen-menu.active .menu-items li {
  opacity: 1;
  transform: translateY(0);
}

.menu-items a {
  font-size: 4.5rem;
  text-decoration: none;
  font-weight: 500;
  color: black !important;
  position: relative;
}

.menu-items li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 20px;
  z-index: -1;
  background-color: #094cc1;
  transition: width 0.4s ease;
}

.menu-items li a:hover:after {
  width: 100%;
}

body.menu-open {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed; /* El "ancla" definitiva para el body */
  width: 100%;
}

/* Responsivo */
@media (max-width: 992px) {
  .menu-items a {
    font-size: 2.5rem;
  }
  .content-wrapper {
    margin-top: 100px;
  }
}
