body.menu-aberto .pbmit-logo-button-area,
body.menu-aberto .pbmit-right-box {
  display: none !important;
}


/* -----------------------------------
   Estilos que estavam na footer.php
   ----------------------------------- */




/* Corrige corte do texto no Evgrid Static Box */
.pbmit-static-box-desc {
  display: block !important;
  overflow: visible !important;
  text-overflow: unset !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  white-space: normal !important;
  max-height: unset !important;
  height: auto !important;
}

.pbmit-static-box-title {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
}


#SR7_2_1 .custom.sr7-arrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  display: none;
}

.pbmit-slider-area {

  max-height: 720px;
}

.pbmit-post-author {
  display: none !important;
}

.pbmit-post-date {
  display: none !important;
}


.pbmit-meta-line {
  display: none !important;
}



/* Força fundo branco no contêiner principal */
.site-content-wrap {
  background-color: #ffffff !important;
}

/* Garante fundo branco também no body e em páginas com classe .page */
body,
.page {
  background-color: #ffffff !important;
}

/* Aplica só na homepage, se quiser direcionado */
.home .site-content-wrap {
  background-color: #ffffff !important;
}

/* Exemplo para aplicar em página com ID específica */
.page-id-123 .site-content-wrap {
  background-color: #ffffff !important;
}

/* Classe personalizada para seções do Elementor que precisam 100% branco */
.full-white-section {
  background-color: #ffffff !important;
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
}


.pbminfotech-box-author {
  display: none !important;

}

/* ----- Estilo padrão (desktop) ----- */

/* Remove a curva preta com aspas */
.pbmit-testimonial-style-1 svg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Prepara o card para aceitar posição absoluta */
.pbmit-testimonial-style-1 {
  position: relative;
  overflow: visible;
}

/* Estrela grande no desktop */
.pbmit-testimonial-style-1::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -8px;
  width: 70px;
  height: 70px;
  background-color: #FFA500;
  border-radius: 50%;
  z-index: 10;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='12 2 15 8.5 22 9.3 17 14.1 18.5 21 12 17.8 5.5 21 7 14.1 2 9.3 9 8.5 12 2'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}




@media screen and (max-width: 700px) {

  .pbmit-testimonial-style-1::after {
    content: '';
    position: absolute;
    top: 1px;
    right: -2px;
    width: 50px;
    height: 50px;
    background-color: #FFA500;
    border-radius: 45%;
    z-index: 10;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='12 2 15 8.5 22 9.3 17 14.1 18.5 21 12 17.8 5.5 21 7 14.1 2 9.3 9 8.5 12 2'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
  }



}





#pbmit-scroll-top,
.pbmit-scroll-top {
  background-color: #ffffff !important;
  /* branco */
  border: 2px solid #000000;
  /* opcional: borda pra contraste */
  color: #000000 !important;
  /* cor do ícone/seta */
  transition: background-color 0.3s ease;
}

#pbmit-scroll-top:hover,
.pbmit-scroll-top:hover {
  background-color: #f0f0f0 !important;
  /* efeito hover branco mais suave */
}


.pbmit-progress-wrap svg.pbmit-progress-circle {
  background-color: #ffffff !important;
  border-radius: 50%;
}

.pbmit-progress-wrap svg.pbmit-progress-circle path {
  stroke: #000000 !important;
}

.pbmit-progress-wrap svg path {
  fill: #ffffff !important;
}

.pbmit-progress-wrap svg.pbmit-progress-circle path {
  stroke: #ccc !important;
}


.pbmit-contact-form input[type="text"],
.pbmit-contact-form input[type="email"],
.pbmit-contact-form textarea {
  background: transparent;
  border: 2px solid #333;
  /* Borda mais escura */
  border-radius: 30px;
  width: 100%;
  padding: 14px 20px;
  color: #000;
  font-size: 16px;
  box-shadow: none;
}

.pbmit-contact-form textarea {
  min-height: 120px;
  border-radius: 25px;
  resize: none;
}

.pbmit-contact-form input::placeholder,
.pbmit-contact-form textarea::placeholder {
  color: #333;
  opacity: 0.8;
}

.pbmit-contact-form .input-button button {
  background: #ffa500;
  color: #fff;
  padding: 14px 28px;
  font-size: 18px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.pbmit-contact-form .input-button button:hover {
  background: #000;
}

.elementor-107 .elementor-element.elementor-element-b139b4b .elementor-button {
  background-color: transparent;
  color: white;
  border: 1px solid orange;
}


.pbminfotech-box-team-position {

  color: orange;
  font-weight: bold;
}


.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg {

  fill: #BC7D00;
  width: 39px;
  height: 39px;
}

.pbmit-main-logo {

  min-height: 60px;
}

.pbmit-sticky-header .pbmit-cart-wrapper.pbmit-cart-style-1.pbmit-show-cart-amount-yes a::before,
.pbmit-sticky-header .pbmit-search-cart-box .pbmit-cart-wrapper a,
.pbmit-sticky-header .pbmit-search-cart-box .pbmit-header-search-btn a {
  color: var(--pbmit-evgrid-global-color);
  background-color: transparent;
  border: 1px solid #BC7D00;
}



/* Estilização do conteúdo interno do botão (ícone + texto) */
.pbmit-header-button2-text {
  display: inline-flex !important;
  align-items: center;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600;
  gap: 8px;
  animation: none !important;
  background-image: none !important;
  transition: none !important;
}

/* Ícone do WhatsApp */
.pbmit-header-button2-text::before {
  content: "\f232";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 1.1em;
}

/* Texto do botão */
.pbmit-header-button2-text::after {
  content: "Fale com um especialista";
  display: inline-block;
  color: #ffffff !important;
  font-weight: 600;
  text-transform: none;
  transition: none !important;
}

/* Estilo visual do botão */
.pbmit-header-button-text-2 {
  color: #FFA500 !important;
  border: 3px solid #FFA200 !important;
  padding: 12px 16px !important;
  border-radius: 33px !important;
  background-color: transparent !important;
  font-weight: 800;
  font-size: 20px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  transition: none !important;
  animation: none !important;
  background-image: none !important;
}

/* Aplicação do hover no link (a) — o container do botão */
.pbmit-header-button2 a {
  display: inline-block;
  border-radius: 33px !important;
  padding: 12px 16px !important;
  background-color: #FFA200 !important;
  /* LARANJA padrão */
  transition: background-color 0.3s ease-in-out !important;
  color: #ffffff !important;
}

/* Hover limpo, sem atraso entre partes */
.pbmit-header-button2 a:hover {
  background-color: #BC7D00 !important;
  color: #ffffff !important;
  animation: none !important;
  background-image: none !important;
}

/* Evita transformações e pulos no hover */
.pbmit-header-button-text-2,
.pbmit-header-button2 a {
  transform: none !important;
  transition: background-color 0.3s ease-in-out !important;
}

.elementor-107 .elementor-element.elementor-element-97874e1 .elementor-icon svg {
  filter: drop-shadow(0 0 1px #000);
}

/* Remove setas automáticas adicionadas pelo tema ou Elementor em todos os botões */
.elementor-button::after,
.elementor-button:hover::after,
.elementor-button-text::after,
.elementor-button-text:hover::after,
.elementor-button-content-wrapper::after,
.elementor-button-icon::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: none !important;
  animation: none !important;
}

/* Remove movimentações visuais de seta ao passar o mouse */
.elementor-button:hover .elementor-button-text {
  transform: none !important;
  animation: none !important;
}

.botao-ambar {
  display: inline-block;
  background-color: #FFA200;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 30px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
}

.botao-ambar:hover {
  background-color: #BC7D00;
  color: #fff;
}

.pbmit-button-text {
  font-weight: bold;
}





footer.site-footer.pbmit-bg-image-yes {
  background-image: none !important;
}

.menu-item .pbmit-button-outline:hover {
  text-decoration: underline;
  color: #ffffff;
}

.pbmit-button.pbmit-button-outline.pbmit-button-style-border:hover {
  text-decoration: underline;
  color: #fff !important;
  /* ou mantenha o amarelo */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #FFA800 !important;
  /* Laranja do site */
  color: #fff !important;
  border-radius: 15px !important;
  border: none !important;
  font-weight: bold;
  padding: 10px 20px !important;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s ease;
}

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  filter: brightness(1.1);
  cursor: pointer;
}

.woocommerce div.quantity input.qty {
  border-radius: 4px;
}

.woocommerce div.quantity input.qty {
  border-radius: 7px;
  padding: 12px;
  border: 1px solid #ccc;
  /* opcional: pode ajustar pra combinar com o restante */
  height: auto;
  /* pra não ficar esmagado se tiver regras de altura */
}

.pbminfotech-sidebar .widget.widget_search .widget-title::before {
  content: "";
  display: inline-block;
  background-image: url('http://ambare.com.br/wp-content/uploads/2025/06/raio.svg');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  transform: none !important;
  position: relative;
  top: 6px;
  font-family: initial !important;
  color: transparent !important;
  filter: brightness(0) invert(1);
  /* transforma SVG escuro em branco */
}

.pbminfotech-sidebar #woocommerce_product_categories-2 .widget-title::before {
  display: none !important;
}

.woocommerce-Tabs-panel--description h2 {
  color: #BC7D00;
}


.woocommerce-Tabs-panel--description-sub {
  color: #bc7d00;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.related products {
  color: #BC7D00;

}

/* Remove o título "Loja" apenas da página interna */
.pbmit-title-bar-wrapper .pbmit-title {
  display: none !important;
}

/* Remove apenas a PRIMEIRA seta ">" do breadcrumb */
.pbmit-breadcrumb-inner>span:first-of-type::before {
  display: none !important;
  content: none !important;
}

/* Remove o link e o span do primeiro item do breadcrumb */
.pbmit-breadcrumb-inner>span:first-of-type {
  display: none !important;
}

#woocommerce_product_search-1 .widget-title::before {
  content: "";
  display: inline-block;
  background-image: url('http://ambare.com.br/wp-content/uploads/2025/06/raio.svg');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  transform: none !important;
  position: relative;
  top: 6px;
  font-family: initial !important;
  color: transparent !important;
  filter: brightness(0) invert(1);
  /* deixa o SVG branco */
}


span.ht-product-label.ht-product-label-right {
  visibility: hidden;
  /* Some com o SALE e o elemento */
  position: relative;
}

span.ht-product-label.ht-product-label-right::after {
  content: "OFERTA";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  /* Mesma cor do original (ajuste se quiser outro tom) */
  font-size: 13px;
  font-weight: bold;
}

#sr7-txt-SR7_8_1-26-2 {
  line-height: 26px !important;
}











/* -----------------------------------
   Estilos que estavam na "CSS Adicional" do painel
   Migrados para cá para evitar perdas em atualizações
   de tema, versionamentos ou limpezas automáticas.
   ----------------------------------- */













/* Esconde ícone padrão de botão */
.pbmit-button-icon-wrapper {
  display: none;
  visibility: hidden;
}

/* Ajustes de imagens específicas no mobile */
@media only screen and (max-width: 767px) {

  img[src*="instalacao-residencial-carregador-bateria-carro-sem-mensalidades-1.png"],
  img[src*="icon-carregador-bateria-1.jpg"],
  img[src*="icon-carregador-bateria.jpg"] {
    width: 40px !important;
    height: auto !important;
  }
}

/* Estilo para botões do cabeçalho */
.pbmit-button-box .pbmit-header-button a {
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  position: relative;
  letter-spacing: 0;
  color: transparent;
}

.pbmit-button-box .pbmit-header-button a:hover,
.pbmit-button .pbmit-header-button a:hover {
  color: transparent !important;
}

.pbmit-sticky-header .pbmit-button-box .pbmit-header-button a,
.pbmit-header-style-2 .pbmit-button-box .pbmit-header-button a:hover {
  color: #fff;
}

/* Ícones circulares */
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50px;
  text-align: center;
  font-size: 50px;
  line-height: 40px;
  color: orange;
  background-color: var(--pbmit-evgrid-white-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg,
body svg {
  fill: orange;
}

/* Variáveis customizadas */
:root {
  --pbmit-evgrid-global-color: orange;
  --pbmit-evgrid-secondary-color: #232323;
  --pbmit-evgrid-gradient-color-first: #54bf66;
  --pbmit-evgrid-gradient-color-last: #5cd16f;
  --pbmit-evgrid-logo-height: 90px;
  --pbmit-evgrid-sticky-logo-height: 50px;
  --pbmit-evgrid-responsive-logo-height: 50px;
  --pbmit-evgrid-link-color-normal: #000;
  --pbmit-evgrid-link-color-hover: #54bf66;
  --pbmit-evgrid-body-bg-color: #f6f6f6;
  --pbmit-evgrid-white-color: #fff;
  --pbmit-evgrid-light-bg-color: #f6f6f6;
  --pbmit-evgrid-blackish-color: #000;
  --pbmit-evgrid-blackish-bg-color: #000;
  --pbmit-evgrid-preheader-bgcolor-custom: white;
  --pbmit-evgrid-header-height: 90px;
  --pbmit-evgrid-header-background-color: #fff;
  --pbmit-evgrid-sticky-header-height: 90px;
  --pbmit-evgrid-sticky-header-background-color: #fff;
  --pbmit-evgrid-main-menu-typography-font-family: Inter;
  --pbmit-evgrid-main-menu-typography-variant: 500;
  --pbmit-evgrid-main-menu-typography-font-size: 18px;
  --pbmit-evgrid-main-menu-typography-line-height: 24px;
  --pbmit-evgrid-main-menu-typography-letter-spacing: 0;
  --pbmit-evgrid-main-menu-typography-color: #fff;
  --pbmit-evgrid-main-menu-typography-text-transform: none;
  --pbmit-evgrid-main-menu-typography-font-style: normal;
  --pbmit-evgrid-main-menu-typography-font-weight: 500;
  --pbmit-evgrid-main-menu-sticky-color: #000;
  --pbmit-evgrid-main-menu-sticky-active-color: #000;
  --pbmit-evgrid-titlebar-height: 500px;
  --pbmit-evgrid-footer-1-col-width: 40%;
  --pbmit-evgrid-footer-2-col-width: 20%;
  --pbmit-evgrid-footer-3-col-width: 20%;
  --pbmit-evgrid-footer-4-col-width: 20%;
  --pbmit-evgrid-global-color-rgb: 84, 191, 102;
  --pbmit-evgrid-secondary-color-rgb: 35, 35, 35;
  --pbmit-evgrid-white-color-rgb: 255, 255, 255;
  --pbmit-evgrid-light-bg-color-rgb: 246, 246, 246;
  --pbmit-evgrid-blackish-color-rgb: 0, 0, 0;
  --pbmit-evgrid-blackish-bg-color-rgb: 0, 0, 0;
  --pbmit-evgrid-main-menu-typography-color-rgb: 255, 255, 255;
  --pbmit-evgrid-titlebar-breadcrumb-typography-color-rgb: 255, 255, 255;
}

/* Esconde bullets do Slider Revolution */
.sr7-bullets {
  display: none;
  visibility: hidden;
}

/* Correções de imagens e fundos no mobile */
@media screen and (max-width: 700px) {

  #SR7_7_1-24 .sr7-bg canvas,
  #SR7_8_1-26 .sr7-bg canvas,
  #SR7_11_1-32 .sr7-layer canvas {
    display: none !important;
  }

  #SR7_8_1-26 .sr7-bg {
    background-image: url('http://ambare.com.br/wp-content/uploads/2025/06/parceiros-ambare-carregadores-comerciais-e-residenciais-para-veiculos-eletricos-banner-mobile.png') !important;
    background-size: cover !important;
    background-position: center !important;
  }

  #SR7_11_1-32 .sr7-layer {
    background-image: url('http://ambare.com.br/wp-content/uploads/2025/06/manual-carregador-carro-eletrico-mobile-2.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
  }

  #SR7_12_1-35 {
    background-image: url('http://ambare.com.br/wp-content/uploads/2025/07/politica-troca-devolucao-amber-carregador-carro-eletrico-11-mobile.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
  .pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 20px;
    border-radius: 30px;
  }

  #rev_slider_7_1,
  #rev_slider_7_1_wrapper {
    height: auto !important;
    min-height: 450px !important;
    max-height: 500px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #dcdcdc 0%, #f5f5f5 100%) !important;
  }

  #rev_slider_7_1 canvas,
  #rev_slider_7_1 .tp-bgimg {
    background-image: none !important;
  }
}

/* Esconde status de estoque */
.stock,
.woocommerce div.product p.stock {
  display: none !important;
  visibility: hidden;
}

/* Esconde controles do menu off-canvas */
.menu-main-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: white;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.menu-main-menu-container.active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

/* Botão continuar comprando */
.continue-shopping,
a.continue-shopping {
  background-color: #f90;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s ease;
}

.continue-shopping:hover,
a.continue-shopping:hover {
  background-color: #000;
  color: #fff !important;
}

/* Galeria de produto no WooCommerce */
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 50px;
  padding-top: 1em;
  opacity: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin-bottom: 25px;
  padding-bottom: 1em;
  transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
}

/* Corrige cortes no EVGRID Static Box */
.ev-static-box .ev-static-title,
.ev-static-box .ev-static-description {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
}

/* Remove selo de desconto */
.ev-overlay-box .ev-sale {
  display: none !important;
}








/* -----------------------------------
  estava na header provisoriamente
   ----------------------------------- */


.social-icons {
  display: inline-flex;
  gap: 0;
  /* Remove qualquer espaço entre os ícones */
}

.social-icons i {
  color: white;
  font-size: 30px;
  margin: 0;
  /* Remove margens */
  padding: 0 5px;
  /* Pequeno espaço interno opcional */
  cursor: pointer;
  transition: transform 0.2s;
}

.social-icons i:hover {
  transform: scale(1.2);
}


/* Garantir que o menu esteja visível no desktop */
@media screen and (min-width: 1201px) {
  .menu-main-menu-container {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
    position: relative !important;
    height: auto !important;
    width: auto !important;
    background: transparent !important;
    /* Fundo transparente */
  }
}

/* Menu mobile */
@media screen and (max-width: 1024px) {
  .menu-main-menu-container {
    transform: translateX(100%) !important;
    /* Esconde o menu por padrão no mobile */
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .menu-main-menu-container.active {
    transform: translateX(0%) !important;
    /* Abre o menu ao interagir */
    opacity: 1 !important;
    visibility: visible !important;
  }
}


@media (max-width: 768px) {
  .pbmit-cart-wrapper {
    display: none !important;
  }
}

.elementor-widget-woolentor-universal-product .ht-tab-pane .ht-product .ht-product-categories {
  flex-direction: column;
}

.elementor-widget-woolentor-universal-product #woolentortabafad55b2 .ht-product .ht-product-categories a:first-child {
  display: none;
}

/* Quiz Popup Styles */
.quiz-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  backdrop-filter: blur(5px);
}

.quiz-popup-container {
  background: white;
  border-radius: 30px;
  max-width: 861px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: none;
  animation: quizPopupSlideIn 0.3s ease-out;
}

@keyframes quizPopupSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.quiz-popup-header {
  display: flex;
  padding: 40px 90px 30px 80px;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

.quiz-popup-header h2 {
  margin: 0;
  color: #BC7D00;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.quiz-popup-header h1 {
  color: #151515;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.quiz-popup-header p {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.quiz-close-btn {
  background: none;
  border: none;
  font-size: 34px;
  color: #FFA200;
  border: 2px solid #FFA200;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  right: 30px;
  top: 30px;
}

.quiz-close-btn:hover {
  background-color: #FFA200;
  color: #fff;
}

.quiz-popup-content {
  max-width: 574px;
  margin: 0 auto 40px;
  width: 90%;
  box-sizing: border-box;
}

.quiz-ques {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(21, 21, 21, 0.15);
}

.quiz-step {
  display: none;
}

.quiz-step.active {
  display: block;
}

.quiz-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 20px;
  line-height: normal;
}

.quiz-options {
  padding: 0;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
}

.quiz-option {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quiz-option:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

.quiz-option input[type="radio"] {
  display: none;
}

.quiz-option input[type="radio"]:checked+.radio-custom {
  background-color: #ffffff;
  border-color: #151515;
}

.quiz-option input[type="radio"]:checked+.radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #151515;
  border-radius: 50%;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 1px solid #151515;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 2px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.quiz-options .quiz-option:last-child {
  margin-bottom: 0;
}

.option-text {
  flex: 1;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.quiz-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.quiz-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 16px 24px 16px 24px;
  background-color: #FFA200;
  box-shadow: none;
  transform: none;
}

.quiz-back-btn {
  background-color: #FFA200;
  color: #ffffff;
}

.quiz-back-btn:hover {
  background-color: #e0e0e0;
  color: #333;
}

.quiz-next-btn,
.quiz-action-btn {
  background-color: #FFA200;
  color: white;
}

.quiz-next-btn {
  background-color: #FFA200;
}

.quiz-header-icon, .quiz-header-icon svg {
    width: 22px;
    height: 29px;
}

.quiz-next-btn:hover,
.quiz-action-btn:hover {
  background-color: #BC7D00;
  transform: none !important;
  box-shadow: none;
}

.quiz-next-btn:disabled {
  background-color: #f0f0f0;
  color: #999;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}


/*.quiz-btn::after {*/
/*  content: '';*/
/*  background-image: url('https://darkslategrey-raccoon-588936.hostingersite.com/wp-content/uploads/2025/07/Seta-1.svg');*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  background-position: left center;*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  position: absolute;*/
/*  right: 20px;*/
/*  top: 20px;*/
/*}*/

.quiz-laptop-img {
  background-color: #dcdcdc;
  padding: 51px 20px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 415px;
  margin: 0 auto;
  width: 90%;
}

.quiz-laptop-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.quiz-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.quiz-list li {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 8px;
}

.quiz-list li span.list-icon {
  display: flex;
  position: relative;
  width: 18px;
  height: 18px;
}

.quiz-list li span.list-text {
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  line-height: 26px;
  color: #151515;
}

.quiz-info {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.quiz-info p {
  margin: 0 0 15px 0;
  color: #555;
  line-height: 1.6;
}

.quiz-info p:last-child {
  margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .quiz-popup-container {
    width: 95%;
    max-height: 90vh;
    margin: 20px;
  }

  .quiz-popup-header {
    padding: 40px 18px 24px;
  }

  .quiz-popup-header h2 {
    font-size: 20px;
  }

  .quiz-popup-content {
    padding: 20px;
  }

  .quiz-step h3 {
    font-size: 14px;
  }

  .quiz-option {
    padding: 12px;
  }

  .option-text {
    font-size: 14px;
  }

  .quiz-actions {
    flex-direction: column;
    margin-top: 24px;
  }

  .quiz-btn {
    width: fit-content;
    padding: 10px 24px 10px 24px !important;
    margin: 0 auto;
  }

  .quiz-close-btn {
    top: 20px;
    right: 20px;
  }

  .quiz-close-btn {
    width: 29px;
    height: 29px;
    font-size: 26px;
    padding: 0 !important;
  }

  .quiz-popup-header h2 {
    font-size: 16px;
  }

  .quiz-popup-header h1 {
    font-size: 20px;
  }
  .quiz-popup-content {
      padding: 0 !important;
  }
  .quiz-option {
      padding: 0 !important;
  }
  .quiz-btn::after {
      top: 15px;
  }
}