.color-green {
color: rgb(8, 78, 8);
}

.color-white{
  color: white;
}

.font-bold{
    font-weight: 900;
}

/* Padroniza os cards do blog */
.post-prev-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent; /* mantém seu estilo atual */
}

/* Área da imagem: altura fixa, corta com object-fit */
.post-prev-img {
  width: 100%;
  height: 220px;           
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.color-white{
    color: white;
}

/* Botão WhatsApp AX-Solar (substitui qualquer .whatsapp-float anterior) */
.ax-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, #25D366 0%, #1DA851 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* Tamanho do SVG (se quiser maior, ajuste width/height no svg) */
.ax-whatsapp-float svg { width: 28px; height: 28px; display: block; }

/* Hover / focus */
.ax-whatsapp-float:hover,
.ax-whatsapp-float:focus {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45);
  outline: none;
}

/* Pequena animação 'pulse' opcional — comente se preferir sem */
@keyframes ax-pulse {
  0% { box-shadow: 0 8px 24px rgba(37,211,102,0.25); }
  50% { box-shadow: 0 12px 30px rgba(37,211,102,0.08); transform: translateY(-1px); }
  100% { box-shadow: 0 8px 24px rgba(37,211,102,0.25); transform: translateY(0); }
}
.ax-whatsapp-float.pulse {
  animation: ax-pulse 2.8s infinite;
}

/* Responsividade: ajusta em telas pequenas */
@media (max-width: 480px) {
  .ax-whatsapp-float { width: 56px; height: 56px; right: 16px; bottom: 16px; }
  .ax-whatsapp-float svg { width: 24px; height: 24px; }
}

.margin-bottom-10{
  margin-bottom: 100px !important;
}

.optios-simulator .form-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 18px !important;
    flex-wrap: wrap;
}

.optios-simulator .form-group > label {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

/* ===== Forçar opções em COLUNA no mobile ===== */
@media (max-width: 768px) {

    /* Força esta div a virar coluna */
    .optios-simulator .form-group {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    /* “Escolha uma opção” — permanece como título */
    .optios-simulator .form-group > label[for] {
        display: block !important;
        font-weight: 600 !important;
        margin-bottom: 4px !important;
    }

    /* Cada opção (Monofásico / Bifásico / Trifásico) vira um bloco vertical */
    .optios-simulator .form-group > label:not([for]) {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        padding: 4px 0 !important;
        gap: 8px !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    /* Garante que o input radio fique alinhado e não repuxe layout */
    .optios-simulator .form-group > label:not([for]) input[type="radio"] {
        margin: 0 !important;
    }
}

@media (max-width: 768px) {

    .mobile-text{
      color: #084e08;
      font-weight: 900;
    }

    .box-style{
      background-color: #09550924;
      border-radius: 10px;
}

}

.simulatorsection h1 {
        padding: 0px;
        margin-bottom: 60px;
    }


@media (min-width: 768px) {

  .box-style{
  background-color: #09550924;
  padding: 20px 20px;
  border-radius: 5%;
}

}