/*
Theme Name: Brandboost Child
Description: Child Theme for brandboost Theme
Author: zozothemes
Version: 1.0
Template: brandboost
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */
/* TOPE: logo header */
img.site-logo,
img.mobile-logo,
img.sticky-logo {
  max-width: 100px;
  height: auto;
}

/* TOPE interior pages (Fase 2) */
.tope-interior {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 20px 72px;
}

.tope-interior h1 {
  margin-bottom: 12px;
  line-height: 1.15;
}

.tope-subtitle,
.tope-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.tope-micro {
  opacity: 0.85;
  margin-bottom: 1.5rem;
}

.tope-cards {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .tope-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.tope-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  border-radius: 8px;
}

.tope-links {
  margin: 1.5rem 0;
  padding-left: 1.2rem;
}

.tope-links li {
  margin: 0.5rem 0;
}

.tope-links a {
  word-break: break-word;
}

.tope-cta {
  margin-top: 2rem;
}

.tope-cta .btn.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 132, 0, 0.35);
  background: linear-gradient(135deg, #ff8400, rgba(255, 132, 0, 0.75));
  color: #12161c;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
}

.tope-cta .btn.primary:hover,
.tope-cta .btn.primary:focus-visible {
  color: #12161c;
  box-shadow: 0 4px 20px rgba(255, 132, 0, 0.35);
  transform: translateY(-1px);
}

.tope-contact-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.tope-contact-list li {
  margin: 0.5rem 0;
}

.tope-contact-list a {
  word-break: break-all;
}

.tope-contact-grid {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .tope-contact-grid {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
  }
}

.tope-contact-form .wpcf7 form {
  display: grid;
  gap: 1rem;
}

.tope-contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.tope-contact-form input[type="text"],
.tope-contact-form input[type="email"],
.tope-contact-form input[type="url"],
.tope-contact-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  box-sizing: border-box;
}

.tope-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.tope-contact-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 132, 0, 0.35);
  background: linear-gradient(135deg, #ff8400, rgba(255, 132, 0, 0.75));
  color: #12161c;
  font-weight: 700;
  cursor: pointer;
}

.tope-contact-form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
}

.tope-contact-form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.tope-contact-form .wpcf7-acceptance label {
  font-weight: 400;
  line-height: 1.5;
}

.tope-contact-form .wpcf7-acceptance a {
  color: #ccff00;
}

.tope-citas-note {
  margin: 2rem 0 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  opacity: 0.9;
}

.tope-map {
  margin-top: 1rem;
  border-radius: 8px;
  overflow: hidden;
}

.tope-map iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.tope-legal h2 {
  margin-top: 1.75rem;
}

.tope-legal-update {
  margin-top: 2rem;
  opacity: 0.7;
}

/* TOPE mobile (Fase 2B) */
html,
body {
  overflow-x: clip;
  max-width: 100%;
}

.elementor-element.e-con,
.elementor-widget-container,
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

.mobile-menu-toggle {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* TOPE: menu mobile oscuro (override demo BrandBoost blanco) */
@media (max-width: 1024px) {
  body .header-mobilebar.navbar,
  body.mobile-menu-active .header-mobilebar.navbar {
    background-color: rgba(5, 5, 5, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  body .header-mobilebar.navbar *,
  body .header-mobilebar.navbar a,
  body .header-mobilebar.navbar .mobile-menu-toggle,
  body .header-mobilebar.navbar .mobile-menu-toggle i {
    color: #e4e3e0 !important;
  }

  body .mobile-menu-floating,
  body.mobile-menu-active .mobile-menu-floating,
  body.mobile-menu-active .brandboost-body-inner .mobile-menu-floating {
    background: #050505 !important;
    background-color: #050505 !important;
    color: #e4e3e0 !important;
  }

  body.mobile-menu-active .mobile-menu-floating * {
    color: #e4e3e0;
  }

  body .mobile-menu-floating .header-titles,
  body .mobile-menu-floating .mobile-menu-wrapper,
  body .mobile-menu-floating .search-form {
    background: transparent;
  }

  body .mobile-menu-floating ul.wp-menu.mobile-menu > li > a,
  body .mobile-menu-floating .mobile-menu-wrapper a,
  body.mobile-menu-active .mobile-menu-floating ul.wp-menu.mobile-menu > li > a {
    color: #e4e3e0 !important;
  }

  body .mobile-menu-floating ul.wp-menu.mobile-menu > li > a:hover,
  body .mobile-menu-floating ul.wp-menu.mobile-menu > li > a:focus-visible,
  body .mobile-menu-floating .mobile-menu-wrapper a:hover,
  body .mobile-menu-floating .mobile-menu-wrapper a:focus-visible {
    color: #ccff00 !important;
  }

  body .mobile-menu-floating ul.sub-menu,
  body.mobile-menu-active .mobile-menu-floating ul.sub-menu {
    background-color: rgb(24, 24, 24) !important;
  }

  body .mobile-menu-floating ul.sub-menu li a {
    color: #e4e3e0 !important;
  }

  body .mobile-menu-floating ul.sub-menu li a:hover,
  body .mobile-menu-floating ul.sub-menu li a:focus-visible {
    color: #ccff00 !important;
  }

  body .mobile-menu-floating ul.mobile-menu li.menu-item-has-children > span.down-arrow::after,
  body .mobile-menu-floating ul.mobile-menu li.menu-item-has-children > span.up-arrow::after {
    border-color: #e4e3e0 !important;
  }

  body .mobile-menu-floating i.close-icon::before,
  body .mobile-menu-floating i.close-icon::after,
  body.mobile-menu-active .mobile-menu-floating i.close-icon::before,
  body.mobile-menu-active .mobile-menu-floating i.close-icon::after {
    border-bottom-color: #e4e3e0 !important;
  }

  body .mobile-menu-floating .search-form .search-field {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #e4e3e0;
  }

  body .mobile-menu-floating .search-form .search-field::placeholder {
    color: rgba(228, 227, 224, 0.65);
  }

  body .mobile-menu-floating .search-form .search-submit,
  body.mobile-menu-active .mobile-menu-floating .search-form .search-submit {
    color: #050505 !important;
    background: #ccff00 !important;
    border-color: #ccff00 !important;
  }
}

@media (max-width: 767px) {
  img.site-logo,
  img.mobile-logo,
  img.sticky-logo {
    max-width: 88px;
  }

  .tope-interior {
    padding: 28px 16px 56px;
  }

  .tope-interior h1 {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }

  .tope-subtitle,
  .tope-lead {
    font-size: 1rem;
  }

  .tope-card {
    padding: 1rem;
  }

  .tope-card h3 {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .tope-cta .btn.primary {
    width: 100%;
    max-width: 100%;
  }

  .tope-contact .wpcf7-form p {
    margin-bottom: 1rem;
  }

  .tope-contact .wpcf7 input[type="text"],
  .tope-contact .wpcf7 input[type="email"],
  .tope-contact .wpcf7 input[type="tel"],
  .tope-contact .wpcf7 input[type="url"],
  .tope-contact .wpcf7 select,
  .tope-contact .wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .tope-contact .wpcf7-submit {
    width: 100%;
    min-height: 48px;
  }

  /* Home demo: evitar desbordes en contadores/títulos grandes */
  .elementor-widget-ceacounter .counter-value,
  .elementor-widget-ceacounter .counter-number {
    font-size: clamp(2.5rem, 14vw, 5rem) !important;
    line-height: 1.1 !important;
  }

  .elementor-widget-ceasectiontitle h2 {
    word-break: break-word;
  }

  .page-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
    line-height: 1.2;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Home hero TOPE: titulo/tagline recortados por overflow demo BrandBoost */
  #hero.elementor-element-409933c,
  .elementor-103155 .elementor-element.elementor-element-409933c {
    overflow: visible !important;
    --overflow: visible;
    min-height: auto !important;
    padding-bottom: 72px !important;
  }

  #hero .e-con-inner,
  #hero .e-con-inner > .e-con {
    overflow: visible;
    max-width: 100%;
  }

  .elementor-103155 .elementor-element.elementor-element-5704b4d {
    margin-left: 0 !important;
    --margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .elementor-103155 .elementor-element.elementor-element-3aab2d5 .elementor-heading-title {
    font-size: clamp(2.1rem, 11vw, 3.25rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em;
    overflow: visible;
    height: auto !important;
  }

  .elementor-103155 .elementor-element.elementor-element-dd5fa67 .feature-box-title {
    font-size: clamp(1.1rem, 4.8vw, 1.4rem) !important;
    line-height: 1.35 !important;
    white-space: normal;
    overflow: visible;
    height: auto !important;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .elementor-103155 .elementor-element.elementor-element-dd5fa67 .fbox-content {
    font-size: 1rem;
    line-height: 1.5;
    overflow: visible;
  }

  .elementor-103155 .elementor-element.elementor-element-37d46d6,
  .elementor-103155 .elementor-element.elementor-element-d6ebdbf {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  #hero.elementor-element-409933c,
  .elementor-103155 .elementor-element.elementor-element-409933c {
    margin-top: 0 !important;
    --margin-top: 0px;
    overflow: visible !important;
    --overflow: visible;
  }

  .elementor-103155 .elementor-element.elementor-element-5704b4d {
    margin-left: 0 !important;
    --margin-left: 0px;
  }
}

/* TOPE: menu desktop — legibilidad y compactacion */
@media (min-width: 1025px) {
  body .site-header .header-navbar .primary-menu > li > a {
    font-size: 14px !important;
    letter-spacing: 0.06em !important;
    padding-inline: 0.65rem !important;
    white-space: nowrap;
  }

  body .site-header .header-navbar .primary-menu .sub-menu {
    min-width: 12rem;
  }

  body .site-header .header-navbar .container-fluid {
    padding-inline: clamp(12px, 2vw, 24px);
  }
}

/* TOPE news: sin avatar de autor en listado */
.elementor-widget-ceaposts .post-author,
.elementor-widget-ceaposts .author-img {
  display: none !important;
}

/* Net Club (Laravel): contenido dentro del layout BrandBoost (header sin overrides) */
body.tope-netclub-laravel .tope-netclub-shell {
  padding-bottom: 48px;
}

body.tope-netclub-laravel .tope-netclub-container {
  max-width: 100%;
}

body.tope-netclub-laravel .club-shell .section .container {
  max-width: 100%;
  padding-inline: 0;
}

/* Net Club: navbar legible desde la carga (sin esperar scroll / header-sticky) */
body.tope-netclub-laravel .site-header.header-absolute {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  z-index: 100;
}

body.tope-netclub-laravel .brandboost-body-inner > .sticky-outer .sticky-head,
body.tope-netclub-laravel .site-header .sticky-outer,
body.tope-netclub-laravel .site-header .sticky-head,
body.tope-netclub-laravel .site-header .header-navbar.navbar,
body.tope-netclub-laravel .sticky-head.header-sticky .site-header .header-navbar.navbar {
  background: #050505 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.tope-netclub-laravel .brandboost-body-inner > .sticky-outer .header-mobilebar.navbar,
body.tope-netclub-laravel .sticky-head.header-sticky .header-mobilebar.navbar {
  background: #050505 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.tope-netclub-laravel .site-header .header-navbar .primary-menu > li > a,
body.tope-netclub-laravel .site-header .header-navbar a.h-phone,
body.tope-netclub-laravel .site-header .header-navbar .full-search-toggle,
body.tope-netclub-laravel .site-header .header-navbar .full-bar-search-toggle,
body.tope-netclub-laravel .site-header .header-navbar .mobile-menu-toggle,
body.tope-netclub-laravel .site-header .header-navbar .mobile-menu-toggle i,
body.tope-netclub-laravel .site-header .header-navbar .cea-button-link,
body.tope-netclub-laravel .site-header .header-navbar .navbar-custom-text,
body.tope-netclub-laravel .brandboost-body-inner > .sticky-outer .header-mobilebar a,
body.tope-netclub-laravel .brandboost-body-inner > .sticky-outer .header-mobilebar i {
  color: #e4e3e0 !important;
}

body.tope-netclub-laravel .site-header .header-navbar .primary-menu > li > a:hover,
body.tope-netclub-laravel .site-header .header-navbar .primary-menu > li.current-menu-item > a,
body.tope-netclub-laravel .site-header .header-navbar .primary-menu > li.current-menu-ancestor > a,
body.tope-netclub-laravel .site-header .header-navbar .cea-button-link:hover {
  color: #ccff00 !important;
}

body.tope-netclub-laravel .site-header .sticky-logo-link {
  display: none !important;
}

body.tope-netclub-laravel .site-header .site-link:not(.sticky-logo-link) {
  display: inline-flex !important;
}

/* Home / header absolute: menú legible sobre hero oscuro */
body.home .site-header.header-absolute .header-navbar.navbar,
body.home .site-header.header-absolute .sticky-outer .sticky-head,
body.home .site-header.header-absolute .header-mobilebar.navbar {
  background: rgba(5, 5, 5, 0.88) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.home .site-header.header-absolute .header-navbar .primary-menu > li > a,
body.home .site-header.header-absolute .header-navbar a.h-phone,
body.home .site-header.header-absolute .header-navbar .full-search-toggle,
body.home .site-header.header-absolute .header-navbar .full-bar-search-toggle,
body.home .site-header.header-absolute .header-navbar .mobile-menu-toggle,
body.home .site-header.header-absolute .header-navbar .mobile-menu-toggle i,
body.home .site-header.header-absolute .header-navbar .cea-button-link,
body.home .site-header.header-absolute .header-mobilebar a,
body.home .site-header.header-absolute .header-mobilebar i {
  color: #e4e3e0 !important;
}

body.home .site-header.header-absolute .header-navbar .primary-menu > li > a:hover,
body.home .site-header.header-absolute .header-navbar .primary-menu > li.current-menu-item > a,
body.home .site-header.header-absolute .header-navbar .primary-menu > li.current-menu-ancestor > a,
body.home .site-header.header-absolute .header-navbar .cea-button-link:hover {
  color: #ccff00 !important;
}

body.home .site-header.header-absolute .sticky-logo-link {
  display: inline-flex !important;
}

body.home .site-header.header-absolute .site-link:not(.sticky-logo-link) {
  display: none !important;
}

/* Citas online (Fase 3D) en /contacto/ */
.tope-citas-section {
  margin: 2.5rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tope-citas-section h2 {
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.tope-citas-section .tope-lead {
  margin-bottom: 1.25rem;
}

/* TOPE footer — enlaces visibles y columnas */
.site-footer .footer-widgets-wrap .widgettitle,
.site-footer .footer-widgets-wrap .wp-block-heading {
  color: #e4e3e0;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.site-footer .footer-widgets-wrap .menu a,
.site-footer .footer-widgets-wrap .tope-footer-contact a,
.site-footer .footer-widgets-wrap .tope-footer-about a {
  color: #e4e3e0;
  text-decoration: none;
}

.site-footer .footer-widgets-wrap .menu a:hover,
.site-footer .footer-widgets-wrap .tope-footer-contact a:hover,
.site-footer .footer-widgets-wrap .tope-footer-about a:hover {
  color: #ccff00;
}

.site-footer .footer-widgets-wrap .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-widgets-wrap .menu li {
  margin: 0.35rem 0;
}

.tope-footer-map {
  margin-top: 1rem;
  border-radius: 8px;
  overflow: hidden;
}

.tope-footer-map iframe {
  display: block;
  width: 100%;
  min-height: 120px;
}

.site-footer .footer-bottom-wrap .footer-copyright,
.site-footer .footer-bottom-wrap .footer-copyright a {
  color: #9d9d9d;
}

.site-footer .footer-bottom-wrap .footer-copyright a:hover {
  color: #ccff00;
}

.site-footer .footer-widgets-wrap .wp-block-columns {
  gap: 1.5rem;
  flex-wrap: wrap;
}

.site-footer .footer-widgets-wrap .tope-footer-contact-col {
  min-width: 220px;
}

@media (min-width: 768px) {
  .site-footer .footer-widgets-wrap .wp-block-columns {
    gap: 1.5rem;
  }
}

/* Botones flotantes: accesibilidad abajo, subir arriba encima — mismo tamaño y naranja TOPE */
.back-to-top,
a.back-to-top,
.site-footer-wrap a.back-to-top,
#back-to-top {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--tope-a11y-trigger-size, 52px) !important;
  height: var(--tope-a11y-trigger-size, 52px) !important;
  min-width: var(--tope-a11y-trigger-size, 52px) !important;
  min-height: var(--tope-a11y-trigger-size, 52px) !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 1.35rem !important;
  border-radius: 999px !important;
  border: 1px solid var(--tope-fab-orange-border, rgba(255, 132, 0, 0.45)) !important;
  background: var(--tope-fab-bg, linear-gradient(135deg, #ff8400, rgba(255, 132, 0, 0.85))) !important;
  color: var(--tope-fab-icon-color, #12161c) !important;
  box-shadow: var(--tope-fab-shadow, 0 8px 24px rgba(0, 0, 0, 0.35)) !important;
  right: var(--tope-fab-offset-right, 16px) !important;
  bottom: calc(
    var(--tope-fab-offset-bottom, 16px) + var(--tope-a11y-trigger-size, 52px) + var(--tope-fab-gap, 12px)
  ) !important;
  z-index: 99991 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:focus-visible,
a.back-to-top:hover,
#back-to-top:hover {
  background: var(--tope-fab-bg, linear-gradient(135deg, #ff8400, rgba(255, 132, 0, 0.85))) !important;
  border-color: var(--tope-fab-orange-border, rgba(255, 132, 0, 0.45)) !important;
  color: var(--tope-fab-icon-color, #12161c) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(255, 132, 0, 0.35) !important;
  outline: 2px solid #ccff00;
  outline-offset: 2px;
}

.back-to-top:after {
  display: none !important;
}

.back-to-top i.bi-caret-up-fill::before,
.back-to-top:hover i.bi-caret-up-fill::before,
.back-to-top:focus i.bi-caret-up-fill::before {
  color: var(--tope-fab-icon-color, #12161c) !important;
}

@media (max-width: 600px) {
  .back-to-top,
  a.back-to-top,
  .site-footer-wrap a.back-to-top,
  #back-to-top {
    bottom: calc(
      var(--tope-fab-offset-bottom, 12px) + var(--tope-a11y-trigger-size, 52px) + var(--tope-fab-gap, 12px)
    ) !important;
  }
}

/* Carrusel marcas / clientes TOPE (home) */
.elementor-element-10650b4.cus-swiper .elementor-image-carousel-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0 4px;
}

.elementor-element-10650b4.cus-swiper .swiper-slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 8px 12px;
}

.elementor-element-10650b4.cus-swiper .swiper-slide-image {
  width: auto !important;
  max-width: 220px;
  max-height: 56px;
  height: auto !important;
  object-fit: contain;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: grayscale(1) brightness(1.15) contrast(0.95);
  opacity: 0.82;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.elementor-element-10650b4.cus-swiper .swiper-slide-inner:hover .swiper-slide-image,
.elementor-element-10650b4.cus-swiper .swiper-slide-inner:focus-within .swiper-slide-image {
  filter: none;
  opacity: 1;
}

.elementor-element-10650b4.cus-swiper .swiper-slide a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

@media (max-width: 767px) {
  .elementor-element-10650b4.cus-swiper .swiper-slide-image {
    max-width: 180px;
    max-height: 48px;
  }
}

/* TOPE: Carrusel marcas clientes (hover grayscale → color) */
.elementor-element-10650b4.cus-swiper .elementor-image-carousel-wrapper {
  overflow: visible;
}
.elementor-element-10650b4.cus-swiper .swiper-slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 8px 12px;
}
.elementor-element-10650b4.cus-swiper .swiper-slide-image {
  width: auto !important;
  max-width: 220px;
  height: 41px !important;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}
.elementor-element-10650b4.cus-swiper .swiper-slide-inner:hover .swiper-slide-image,
.elementor-element-10650b4.cus-swiper .swiper-slide-inner:focus-within .swiper-slide-image {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}
.elementor-element-10650b4.cus-swiper .swiper-slide a {
  pointer-events: none;
}
@media (max-width: 767px) {
  .elementor-element-10650b4.cus-swiper .swiper-slide-image {
    max-width: 160px;
    height: 32px !important;
  }
}

