.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
  }
  .tooltip-inner {
    max-width: 500px !important;
    text-align: left !important;
  
  }

.depoimentos-bg {
  background: #E8EDEA !important;
}

.depoimentos-title {
  color: #353535;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}

.depoimentos-title-highlight {
  color: #E62638;
}

.depoimento-text {
  color: #353535;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}

.depoimento-aspas {
  color: #E62638;
  font-size: 2.5rem;
  font-family: inherit;
  font-weight: bold;
}

.depoimento-cliente {
  color: #717572;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.1rem;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #fff !important;
  color: #717572 !important;
}


        .wizard-steps .step-item {
            text-align: center;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0 15px;
            flex: 1;
            max-width: 140px;
        }

        .wizard-steps .step-circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            margin: 0 auto;
            border: 3px solid transparent;
            z-index: 3;
        }

        .wizard-steps .step-item.active .step-circle {
            background-color: #E62638 !important;
            color: white !important;
            border-color: #E62638;
        }

        .wizard-steps .step-item:not(.active) .step-circle {
            background-color: white;
            color: #E62638;
            border-color: #E62638;
        }

        /* Estilo para passos ultrapassados (desabilitados) */
        .wizard-steps .step-item.completed .step-circle {
            background-color: #f5f5f5 !important;
            color: #c0c0c0 !important;
            border-color: #c0c0c0;
        }

        .wizard-steps .step-item.completed .step-label {
            color: #999999;
            font-weight: 500;
        }

        .wizard-steps .step-item.completed::after {
            background-color: #c0c0c0;
        }

        /* Conectar a linha aos círculos */
        .wizard-steps .step-item:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 25px;
            left: 50%;
            width: calc(100% + 20px);
            height: 2px;
            background-color: #E62638;
            transform: translateX(25px);
            z-index: 1;
        }

        .wizard-steps .step-label {
            font-size: 0.85rem;
            font-weight: 500;
            margin-top: 8px;
            color: #333;
            line-height: 1.2;
            text-align: center;
            max-width: 120px;
        }

        .wizard-steps .d-flex {
            gap: 20px;
            justify-content: space-between;
            align-items: center;
        }

        .wizard-step {
            min-height: 400px;
        }

        .wizard-step.active {
            display: block !important;
        }

        .form-control:focus {
            border-color: #E62638;
            box-shadow: 0 0 0 0.2rem rgba(230, 38, 56, 0.25);
        }

        .form-check-input:checked {
            background-color: #E62638;
            border-color: #E62638;
        }

        .form-check-input:focus {
            border-color: #E62638;
            box-shadow: 0 0 0 0.2rem rgba(230, 38, 56, 0.25);
        }

        /* Estilização do FAQ conforme print */
        .accordion-item {
            border: 2px solid #E62638 !important;
            border-radius: 12px !important;
            margin-bottom: 20px !important;
            box-shadow: 0 4px 12px rgba(230, 38, 56, 0.1) !important;
            overflow: hidden;
        }

        .accordion-button {
            background-color: white !important;
            color: #353535 !important;
            border: none !important;
            font-weight: 700 !important;
            font-size: 1.1rem !important;
            padding: 20px 24px !important;
            border-radius: 0 !important;
            transition: all 0.3s ease !important;
        }

        .accordion-button:not(.collapsed) {
            background-color: #E62638 !important;
            color: #FFFFFF !important;
            box-shadow: none !important;
        }

        .accordion-button:focus {
            border-color: #E62638 !important;
            box-shadow: 0 0 0 0.2rem rgba(230, 38, 56, 0.25) !important;
        }


        .accordion-body {
            background-color: white !important;
            border-top: 1px solid #E62638 !important;
            padding: 24px !important;
        }

        .accordion-body p {
            color: #730001 !important;
            line-height: 1.6 !important;
            margin-bottom: 16px !important;
        }

        .accordion-body p:last-child {
            margin-bottom: 0 !important;
        }

        .accordion-body a {
            color: #E62638 !important;
            text-decoration: none !important;
            font-weight: 600 !important;
        }

        .accordion-body a:hover {
            text-decoration: underline !important;
        }

        .accordion-body .fw-bold {
            color: #E62638 !important;
        }

        /* Desabilitar clique em todo o botão e permitir apenas na seta */
        .accordion-button {
            cursor: default;
            pointer-events: none;
        }

        .accordion-button::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "";
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23353535'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform 0.2s ease-in-out;
            cursor: pointer;
            pointer-events: auto;
            position: relative;
            z-index: 10;
        }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            transform: rotate(-180deg);
        }

        /* Garantir que o texto do cabeçalho não seja clicável */
        .accordion-button .accordion-text {
            pointer-events: none;
            user-select: none;
        }

        /* Desabilitar spinners nativos do input number */
        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        /* Para Firefox */
        input[type="number"] {
            -moz-appearance: textfield;
            appearance: textfield;
        }

        /* Garantir que o input não seja clicável para alterar valor */
        #diarias-input {
            pointer-events: none;
            user-select: none;
            background-color: #f8f9fa;
            cursor: default;
        }

        /* Estilo para input readonly */
        #diarias-input[readonly] {
            background-color: #f8f9fa;
            cursor: default;
        }

        /* Estilos para itens de plano clicáveis */
        .plano-item {
            position: relative;
            border-radius: 16px;
            transition: all 0.3s ease;
        }

        .plano-item:hover {
            background-color: #f8f9fa !important;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .plano-item.plano-selecionado {
            border: 3px solid #E62638 !important;
            background-color: #fef7f7 !important;
            box-shadow: 0 4px 12px rgba(230, 38, 56, 0.2);
            border-radius: 16px !important;
            overflow: hidden !important;
        }

        .plano-item.plano-selecionado::after {
            background-color: #E62638;
            opacity: 1;
        }

        .plano-item.plano-selecionado::before {
            content: '✓';
            position: absolute;
            top: 10px;
            right: 10px;
            color: white;
            font-weight: bold;
            font-size: 12px;
            z-index: 1;
        }

        /* Estilos para o preço final - evita quebra de linha com responsividade */
        #preco-final {
            white-space: nowrap !important;
            display: block !important;
            max-width: 100% !important;
            font-size: clamp(1.2rem, 3.5vw, 2.2rem) !important;
            line-height: 1.1 !important;
        }

        /* Garantir que o container pai se ajuste adequadamente */
        .final-price {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Responsividade adicional para telas muito pequenas */
        @media (max-width: 576px) {
            #preco-final {
                font-size: clamp(1rem, 4vw, 1.5rem) !important;
            }
            
            .wizard-steps .step-item {
                margin: 0 8px;
                max-width: 100px;
            }
            
            .wizard-steps .step-label {
                font-size: 0.75rem;
                max-width: 90px;
            }
            
            .wizard-steps .d-flex {
                gap: 15px;
            }
            
            .wizard-steps .step-item:not(:last-child)::after {
                width: calc(100% + 10px);
            }
        }

        /* Responsividade para tablets */
        @media (max-width: 768px) {
            .wizard-steps .step-item {
                margin: 0 15px;
            }
            
            .wizard-steps .d-flex {
                gap: 30px;
            }
            
            .wizard-steps .step-item:not(:last-child)::after {
                width: calc(100% + 15px);
            }
        }

        /* Estilos para botões de diárias - remover hover vermelho */
        .btn-number {
            transition: all 0.2s ease !important;
            position: relative !important;
            z-index: 1 !important;
        }

        .btn-number:hover {
            background-color: #f8f9fa !important;
            border-color: #8B0000 !important;
            color: #8B0000 !important;
        }

        .btn-number:focus {
            background-color: #f8f9fa !important;
            border-color: #8B0000 !important;
            color: #8B0000 !important;
            box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.25) !important;
            z-index: 1 !important;
        }

        .btn-number:active {
            background-color: #e9ecef !important;
            border-color: #8B0000 !important;
            color: #8B0000 !important;
        }

        /* Garantir que o ícone do calendário tenha z-index maior */
        .form-label img {
            position: relative !important;
            z-index: 10 !important;
        }