.social-icons-footer a {
    display: inline-block;
    margin-right: 12px;
    font-size: 22px;
    vertical-align: middle;
    color: #fff;
    /* ou a cor desejada */
}

.social-icons-footer a:last-child {
    margin-right: 0;
}

.searching-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.searching-wrapper .form-row-inline {
    display: block;
    margin-bottom: 15px;
    max-width: 500px;
    width: 100%;
}

.searching-wrapper .form-row-inline label {
    flex: 1;
    margin: 0;
}

.searching-wrapper .form-row-inline input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.searching-wrapper .form-row-inline input.error {
    border: 2px solid #dc3545;
    background-color: #fff5f5;
    margin-bottom: 5px;
}

.searching-wrapper .form-full-width {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.searching-wrapper .form-full-width input {
    width: 100%;
}


.btn-increc {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 29px;
    margin: 22px 0 0;
    background-color: #e12229;
    -webkit-box-shadow: 0 5px #e12229;
    box-shadow: 0 5px #b81319;
}

.btn-increc:hover {
    background-color: #f5800d;
    -webkit-box-shadow: 0 3px #c76708;
    box-shadow: 0 3px #c76708;
}

.searching-wrapper .form_checkbox {
    margin-bottom: 20px;
    max-width: 500px;
    font-size: 1.4rem;
}

.searching-wrapper .form_checkbox label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    margin: 0;
}

.searching-wrapper .form_checkbox input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
}

.searching-wrapper .form_checkbox .checkbox-text {
    flex: 1;
    line-height: 1.5;
}

.btn-iniciar-recuperacao {
    background: #f79637;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease;
}

#empresa {
    position: absolute;
    top: -9999px;
    width: 10px;
}

.btn-iniciar-recuperacao:hover {
    background: #ff7700;
}

.btn-iniciar-recuperacao .btn-arrow {
    font-size: 14px;
}

/* Mensagens de validação - Estilo profissional */
.validation-message {
    background-color:#959092;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.validation-message::before {
    content: "⚠";
    font-size: 16px;
}

#telResponse, #mailResponse {
    display: block !important;
    max-width: 500px;
    width: 100%;
    min-height: 0;
}

#formResponse {
    display: block !important;
    max-width: 500px;
    width: 100%;
    min-height: 0;
}

.dv-btn-form{
    text-align: right;
}

.section-padding .btn {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 29px;
    margin: 22px 0 0;
    background-color: #e12229;
    -webkit-box-shadow: 0 5px #e12229;
    box-shadow: 0 5px #b81319;
}

.section-padding .btn:hover {
    background-color: #f5800d;
    -webkit-box-shadow: 0 3px #c76708;
    box-shadow: 0 3px #c76708;
}

/* Estilos para os círculos RAID/NAS/VMware - Desktop */
.information-section .information-wrapper {
    background: #333;
    border-radius: 100%;
    width: 235px;
    height: 235px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
}

.information-section .information-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.information-section .information-wrapper .caption {
    display: block;
    margin-bottom: 20px;
    line-height: 1;
}

.information-section .information-wrapper img {
    max-width: 80px;
    height: auto;
    display: block;
}

.information-section .information-wrapper h3 {
    color: #fff;
    font-size: 2.2rem;
    margin: 0;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}



.information-section a {
    text-decoration: none;
    display: block;
}


.client-section {
    background: #e12229;
    background-size: cover;
    padding: 20px 0;
}


.btn_whatsapp a {
    background-image: url(https://raidrestore.com.br/wp-content/themes/raidrestore/assets/images/icon_whatsapp.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 95px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 999;
    background-size: cover;
    display: block;
}


.btn_whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

.btn_whatsapp img {
    width: 60px;
    height: 60px;
}

/* Chat */
.chat_box {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 320px;
    background-color: #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 9998;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* Cabeçalho */
.chat-header {
    background-color: #4ac15a;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

/* Corpo */
.chat-body {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
    font-size: 14px;
}

/* Rodapé */
.chat-footer {
    padding: 10px;
    text-align: right;
    background: #eaeaea;
}

.input-chat{
    background-color: white !important;
    height: 42px !important;
    box-shadow: none !important;
    color: #1f232b !important;
    padding-top: 11px !important; 
    padding-bottom: 10px !important; 
    font-size: 12px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    width: 100% !important;
}

.phone-container #ddiPhone{
   width: 45px !important;
   margin-right: 2px !important;
   padding-left: 10px !important;
   padding-right: 0px !important;
}

.phone-container #dddPhone{
   width: 70px !important;
   margin-right: 2px !important;
   padding-left: 10px !important;
   padding-right: 0px !important;
}
.hidden {
    display: none;
}

.chat-footer button {
    background-color: #4ac15a;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.bot-message {
    background-color: #e1ffc7;
    padding: 8px 12px;
    border-radius: 15px;
    margin-bottom: 8px;
    max-width: 90%;
    word-wrap: break-word;
}

/* Inputs */
.user-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Escondido */
.hidden {
    display: none;
}

.button-disabled {
    background-color: #b7b7b7;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.phone-container{
    display: flex;
}


.form-group.phone-container {
    display: flex;
    gap: 4px;
    width: 100%;
}

.form-group.phone-container select {
    width: 80px;
    min-width: 70px;
    max-width: 90px;
    flex: none;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
    text-align: center;
    margin-left: 2px;
}

.form-group.phone-container input[type="text"].phone {
    flex: 1;
    width: auto;
    margin-bottom: 0;
    border-radius: 0 5px 5px 0;
}


.scenter {
    display: flex;
    justify-content: center;   /* centraliza os itens */
    flex-wrap: wrap;
}

.scenter .box_serv {
    flex: 0 0 26.3%;           /* mesma largura original do card */
    margin: 0 1.5% 80px;       /* mesmas margens laterais e inferior */
}

.scenter .box_serv a {
    float: none;               /* remove o float que quebra no flex */
    width: 100%;               /* o <a> ocupa 100% do wrapper */
    display: block;
}

@media screen and (max-width: 768px) {

    .client-section {
        background: #e12229;
        background-size: cover;
        padding: 10px 0;
    }
    .img-inrec{
        text-align: center;
        margin-top: 20px;
    }
    .searching-wrapper .form_checkbox {
        font-size: 1.2rem !important;
    }

    .dv-btn-form{
        text-align: center;
    }

    /* Ajustes para os círculos RAID/NAS/VMware no mobile */
    .information-section .information-wrapper {
        width: 150px !important;
        height: 150px !important;
        margin: 0 auto 30px !important;
        padding: 15px !important;
    }

    .information-section .information-wrapper .caption {
        margin-bottom: 12px !important;
    }

    .information-section .information-wrapper img {
        max-width: 60px !important;
    }

    .information-section .information-wrapper h3 {
        font-size: 1.8rem !important;
        margin: 0 !important;
    }

    .information-section .col-md-4 {
        margin-bottom: 20px;
    }
}



.faq-section {
    background-color: #e4e4e4;
    padding: 60px 0 40px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.faq-title {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
}
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 14px;
    box-shadow: 0 2px 12px #0001;
    overflow: hidden;
    border: 1px solid #e0e8ef;
}
.faq-question {
    cursor: pointer;
    padding: 22px 60px 22px 28px;
    font-weight: 600;
    color: #0b244d;
    position: relative;
    transition: background 0.2s;
}
.faq-question:hover {
    background: #eaf4fb;
}
.faq-question .faq-icon {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: #1d82c4;
    transition: transform 0.3s;
}
.faq-answer {
    padding: 0 28px 22px 28px;
    color: #333;
    display: none;
    animation: fadeIn 0.4s;
}
.faq-item.active .faq-answer {
    display: block;
}
.faq-item.active .faq-question .faq-icon {
    transform: translateY(-50%) rotate(180deg);
}


.faq-show-more{
    background-color: #e12229;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 7px;
    border-radius: 8px;
    bottom: -17px;
    width: 140px;
    border: 0px;
    font-size: 13px;
    text-align: center;
}

.page-faq-section {
    text-align: left;
    background-color: unset;
    padding: 0px 0 40px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.page-faq-answer {
    padding: 0 28px 22px 28px;
    color: #333;
    display: block;
    animation: fadeIn 0.4s;
}

.faq-search {
    margin: 20px auto;
    text-align: center;
    position: relative;
    width: 100%;
}

.faq-search input {
    width: 80%;
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 25px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.faq-search input:focus {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    outline: none;
}

.faq-search input::placeholder {
    color: #aaa;
    font-style: italic;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 600px) {
    .faq-accordion {
        padding: 0 8px;
    }
    .faq-title {
        font-size: 3rem;
        line-height: 40px;
    }
    .faq-question {
        padding: 18px 44px 18px 16px;
    }
    .faq-answer {
        padding: 0 16px 18px 16px;
    }
}