/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ===================== ADDED VALUE ICON LIST - FINAL GLOBAL CSS ===================== */

/* ---------- ESTADO BASE ---------- */
.elementor .elementor-element.elementor-element-742419f .elementor-icon-list-items .elementor-icon-list-text,
.elementor .elementor-element.elementor-element-1e4fc2d .elementor-icon-list-items .elementor-icon-list-text,
.elementor .elementor-element.elementor-element-adc9ad4 .elementor-icon-list-items .elementor-icon-list-text,
.elementor .elementor-element.elementor-element-e7459db .elementor-icon-list-items .elementor-icon-list-text {
  border: 1px solid #3091F0;
  border-radius: 25px;
  padding: 15px;
  color: #224B99;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

/* ---------- HOVER DIRECTO EN TEXTO ---------- */
.elementor .elementor-element.elementor-element-742419f .elementor-icon-list-items .elementor-icon-list-text:hover,
.elementor .elementor-element.elementor-element-1e4fc2d .elementor-icon-list-items .elementor-icon-list-text:hover,
.elementor .elementor-element.elementor-element-adc9ad4 .elementor-icon-list-items .elementor-icon-list-text:hover,
.elementor .elementor-element.elementor-element-e7459db .elementor-icon-list-items .elementor-icon-list-text:hover {
  background-color: #3091F0 !important;
  color: #ffffff !important;
}

/* ---------- HOVER EN ICONO ACTIVA TEXTO ---------- */
.elementor .elementor-element.elementor-element-742419f .elementor-icon-list-items .elementor-icon-list-icon:hover ~ .elementor-icon-list-text,
.elementor .elementor-element.elementor-element-1e4fc2d .elementor-icon-list-items .elementor-icon-list-icon:hover ~ .elementor-icon-list-text,
.elementor .elementor-element.elementor-element-adc9ad4 .elementor-icon-list-items .elementor-icon-list-icon:hover ~ .elementor-icon-list-text,
.elementor .elementor-element.elementor-element-e7459db .elementor-icon-list-items .elementor-icon-list-icon:hover ~ .elementor-icon-list-text {
  background-color: #3091F0 !important;
  color: #ffffff !important;
}



/* Hover amarillo BMNS (#F0B232) solo para el widget con ID countriesicons */
#countriesicons .elementor-widget-icon-box:hover .elementor-icon svg *,
#countriesicons .swiper-slide:hover .elementor-widget-icon-box .elementor-icon svg * {
  fill: #F0B232 !important;
  transition: fill 0.35s ease;
}
/* Who We Serve - Tabs verticales Roles We Recruit */
/* Aplica solo en la página ID 1535 */

.page-id-1535 #roleswerecruit .eael-tabs-nav {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 0;
  overflow: visible;
}

/* Estado base */
.page-id-1535 #roleswerecruit .eael-tab-nav-item {
  background: transparent;
  color: #103271;
  padding: 18px 75px 18px 22px;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 0;
}

.page-id-1535 #roleswerecruit .eael-tab-nav-item a {
  color: #103271;
}

/* Hover */
.page-id-1535 #roleswerecruit .eael-tab-nav-item:hover,
.page-id-1535 #roleswerecruit .eael-tab-nav-item:hover a {
  background: #F0B232;
  color: #103271;
}

/* Activo */
.page-id-1535 #roleswerecruit .eael-tab-nav-item.active,
.page-id-1535 #roleswerecruit .eael-tab-nav-item[aria-selected="true"],
.page-id-1535 #roleswerecruit .eael-tab-nav-item.active a,
.page-id-1535 #roleswerecruit .eael-tab-nav-item[aria-selected="true"] a {
  background: #F0B232;
  color: #103271;
}

/* Ocultar caret original del plugin */
.page-id-1535 #roleswerecruit .eael-tabs-nav > ul > li:after {
  content: none !important;
  border: none !important;
}

/* Icono SVG a la derecha en la pestaña activa */
.page-id-1535 #roleswerecruit .eael-tab-nav-item.active::before,
.page-id-1535 #roleswerecruit .eael-tab-nav-item[aria-selected="true"]::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("https://bmns.net/new/wp-content/uploads/2025/11/right-chevron_3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Redondeo dinámico en hover */
.page-id-1535 #roleswerecruit .eael-tab-nav-item:first-child:hover {
  border-radius: 15px 15px 0 0;
}

.page-id-1535 #roleswerecruit .eael-tab-nav-item:last-child:hover {
  border-radius: 0 0 15px 15px;
}

/* Redondeo dinámico en activo */
.page-id-1535 #roleswerecruit .eael-tab-nav-item.active:first-child,
.page-id-1535 #roleswerecruit .eael-tab-nav-item[aria-selected="true"]:first-child {
  border-radius: 15px 15px 0 0;
}

.page-id-1535 #roleswerecruit .eael-tab-nav-item.active:last-child,
.page-id-1535 #roleswerecruit .eael-tab-nav-item[aria-selected="true"]:last-child {
  border-radius: 0 0 15px 15px;
}

/* Más altura para el primer y último ítem */
.page-id-1535 #roleswerecruit .eael-tab-nav-item:first-child {
  padding-top: 30px;
}

.page-id-1535 #roleswerecruit .eael-tab-nav-item:last-child {
  padding-bottom: 30px;
}

/* Roles We Recruit móvil - acordeón */
@media (max-width: 1024px) {
  .page-id-1535 #roleswerecruitmo .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
    border-radius: 25px;
  }

  .page-id-1535 #roleswerecruitmo .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  }
}
/* about us bk our team */
.page-id-1793 #ourteamaboutusbk {
    background-color: #FFFFFF;
}

@media (max-width: 1024px) {
    .page-id-1793 #ourteamaboutusbk {
        background-color: #F2F9FF;
    }
}

@media (max-width: 767px) {
    .page-id-1793 #ourteamaboutusbk {
        background-color: #F2F9FF;
    }
}

/* why us employ records icons margin */

.page-id-1797 #records.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin-top: 5px;
}

/* Header fix sticky */
.elementor-location-header .sticky-menu.elementor-sticky--active,
.elementor-location-header .sticky-menu.elementor-sticky--effects {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}


/* WPML language switcher siempre amarillo en sticky */
.elementor-sticky--effects .sticky-menu .wpml-ls-item > a,
.elementor-sticky--effects .sticky-menu .wpml-ls-item > a span {
  color: #F0B232 !important;
}

/* Hover se mantiene amarillo */
.elementor-sticky--effects .sticky-menu .wpml-ls-item > a:hover,
.elementor-sticky--effects .sticky-menu .wpml-ls-item > a:hover span {
  color: #F0B232 !important;
}
