/* -------------------------------------------*--------------*--------------------------------------------------*/
/*                    -----------------------*   CUSTOM CSS   *------------------------                         */
/* -------------------------------------------*--------------*--------------------------------------------------*/


:root {
    --blue: #4650ff;
    --tran_one: all .1s ease-in-out;
}

.floene-lp {
    margin: 0;

    max-width: 100vw;
}

.container {
    max-width: 1323px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}


@media (max-width: 1323px) {
    .grid-wrapper-3-col .section-card-1 .banner-top-left {
        top: -50px;
        left: -20px;
    }
}

@media (max-width: 1023px) {
    .container {
        max-width: 100vw;
        width: 100%;
        margin: 0 auto;
    }
}

.simulador-wrapper {
/*background: radial-gradient(50 % 50 % at 50 % 50 %, rgba(156, 251, 255, 0.70) 0 %, #FFF 100 %);*/
    max-width: 1115px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 1024px) {
    .simulador-wrapper {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .simulador-wrapper {
        padding: 20px 0 40px 0;
    }
}

@media (max-width: 1023px) {
    .simulador-wrapper {
        max-width: 90vw;
        width: 100%;
        margin: 0 auto;
    }
}

.simulador-first-step {
    text-align: center;
}

.simulador-first-step h3 {
    color: #4650FF;
    font-size: 55px;
    font-weight: 700;
    margin: 15px 0;
}

.simulador-first-step h4 {
    color: #3C3950;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.1;
}

.simulador-first-step p {
    color: #272727;
    font-size: 24px;

    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 60px;

}


.simulador-wrapper button {
    border-radius: 50px;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 30px;
    margin-top: 20px;
    border: 2px solid white;
}
.simulador-wrapper button:hover{
    background: white;
    color: #4650FF;
}


.input-block {
    position: relative;
}

.tooltip-icon {
    display: block;
    color: #000000;
    cursor: pointer;
    margin-left: 5px;
    background-image: url("/wp-content/plugins/simulador-v2/assets/img/tooltip-info.png");
    width: 19px;
    height: 19px;
}

.tooltip {
    display: inline-block;
    /*position: absolute;
    left: 240px;
    top: -5px;*/
    opacity: 1;
}

.tooltip-text {
    display: inline-block;
    /*position: absolute;
    left: 470px;
    top: -5px;*/
}

.tooltip .tooltip-text,
.tooltip-text .tooltip-text {
    visibility: hidden;
    width: 330px;
    position: absolute;
    background-color: #39414d;
    border: 1px solid #39414d;
    z-index: 1;
    margin-top: 15px;
    left: 30%;
    opacity: 0;
    transition: opacity 0.3s;
}

.input-block .tooltip-text p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 15px;
    line-height: 18px;
}

.tooltip .tooltip-text img {
    width: 100%;
    height: auto;
}

.tooltip:hover .tooltip-text,
.tooltip-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-icon {
    cursor: pointer;
}

.input-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.input-block p {
    text-align: left;
    margin-bottom: auto;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.button-center p {
    color: white;
    font-size: 14px;
}

.input-radio {
    position: relative;
}

.input-radio .error-message {
    font-size: 14px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.simulador-wrapper input:not([type="radio"]),
.simulador-wrapper select {
    color: #B0B0B0;
    height: 49px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    margin-top: 8px;
    padding: 10px 20px;
}

.input-block {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.simulador-steps-wrapper {
    border-radius: 20px;
    background-color: #4650FF;
    padding: 60px 120px;
    margin-top: 40px;
}

.select-simple-display .tooltip .tooltip-text {
    width: 430px;
    right: 20px;
    top: -22px;
    left: auto;

}

.input-block fieldset {
    border: 0;
    display: flex;
    padding: 0;
}

.input-block div,
.input-block p {
    margin-right: 20px;
}

.input-radio {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input-radio input:not([type='radio']) {
    width: auto;
    margin: 0;
}

.input-radio p,
.input-radio label {
    color: white;
    padding: 0;
    margin-bottom: 0 !important;
}

.simulador-variables,
.select-simult-display {
    display: none;
}

.input-radio input[type='radio'] {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    border: 1px solid white;
    width: 19px;
    height: 19px;
}

.input-radio input[type='radio']:after {
    background: white;
}

.simulador-fourth-step {
    position: relative;
}

.simulador-fourth-header {
    text-align: center;
    color: #fff;
}

.simulador-fourth-header h3 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}

.simulador-fourth-header p {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.simulador-fourth-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 75px;
    margin-top: 40px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.simulador-fourth-results img {
    width: 100%;
    height: auto;
}

.simulador-fourth-results div {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.simulador-fourth-results-left img {
    max-height: unset;
}

.simulador-results-text div {
    font-size: 42px;
    font-weight: 700;
    color: #4650FF;
    line-height: 1;
    font-family: Sailec;
}

.simulador-results-text p {
    font-size: 12px;
    font-weight: 700;
    color: #4650FF;
    line-height: 1.2;
    margin-top: 8px;
    width: 125px;
}

.simulador-results-text {
    position: absolute !important;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
}

.simulador-fourth-results-left .simulador-results-text {
    top: 135px;
}

.simulador-results-text div:after,
.simulador-fourth-save div:after {
    content: '€';
    font-size: 30px;
    position: relative;
    top: -6px;
}

.simulador-fourth-save {
    border-radius: 50%;
    width: 153px;
    height: 153px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #4650FF;
    position: absolute;
    top: 174px;
    left: -58px;
    border: 3px solid var(--Secundaria-azul-claro-azul-claro-400, #7CFFFE);
}
.simulador-fourth-save::before {
    content: " ";
    position: absolute;
    background-image: url(../img/icon-check-radial.svg);
    width: 44px;
    height: 44px;
    right: 54px;
    top: -24px;
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
}

.simulador-fourth-save p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.simulador-fourth-save div {
    font-family: Sailec;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.simulador-fourth-alert {
    color: #fff;
    border: 1px solid white;
    border-radius: 10px;
    font-family: Sailec;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    max-width: 540px;
    margin: 0 auto;
    margin-top: 40px;
}

.simulador-fourth-legal {
    font-family: Sailec;
    color: white;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 540px;
}

.button-center {
    text-align: center;
}

.simulador-second-step button {
    padding: 15px 70px;
}


.simulador-fourth-step {
    display: none;
}

.simulador-fourth-step {
    margin-top: 20px;
}


/* -------------------------------------------*-----------------*--------------------------------------------------*/
/*                    -----------------------*   MEDIA QUERIES   *------------------------                         */
/* -------------------------------------------*-----------------*--------------------------------------------------*/


@media (max-width: 1280px) {

    .section {
        padding: 0 30px;
    }

}

@media (max-width: 1050px) {


}

@media (max-width: 991px) {


}

@media (max-width: 899px) {
    .input-block p {
        font-size: 14px;
    }

    .tooltip-text {
        left: 435px;
    }

    .tooltip {
        left: 200px;
    }

    .tooltip .tooltip-text {
        left: -150px;
    }
}

.title-gas-natural{
    display: flex;
}
.label-termo{
    display: flex;
}
.label-radio-esque-price fieldset,
.label-termo-price fieldset{
    gap: 10px;
}
.label-radio-esque-price,.label-termo-price{
    display: flex;
    padding: 15px 0;
    gap: 10px;
}

@media (max-width: 768px) {
    .simulador-steps-wrapper {
        padding: 30px 20px;
        border-radius: 10px;
    }
    .simulador-wrapper input:not([type="radio"]), .simulador-wrapper select{
        border-radius: 5px;
    }
    .input-block div, .input-block p{
        margin-right: 0;
    }
    .section {
        padding: 0;
        overflow: hidden;
    }

    .input-dual,
    .input-radio {
        display: block;
    }

    .tooltip-text {
        left: 200px;
    }
    .input-esquentador fieldset,
    .input-esquentador{
        display: flex;
        gap: 5px;
        justify-content: space-between;
    }
    .input-esquentador p{
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5em;
    }
    .input-esquentador label{
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5em;
    }
    .tooltip .tooltip-text,
    .tooltip-text .tooltip-text {
        width: auto;
        right: 0;
        left: 0;
    }
    .select-simple-display .tooltip .tooltip-text {
        width: 100%;
        right: 0;
        left: 0;
    }
}


@media (max-width: 575px) {

    .simulador-fourth-results {
        grid-gap: 35px;
        margin-top:170px;
    }



    .simulador-fourth-results-left .simulador-results-text {
        top: 100px;
    }

    .simulador-results-text div {
        font-size: 30px;
    }

    .simulador-results-text div:after, .simulador-fourth-save div:after {
        font-size: 20px;
    }

    .simulador-results-text p {
        font-size: 12px;
    }

    .simulador-fourth-save div {
        font-size: 40px;
    }

    .simulador-results-text {
        top: 70px;
    }

    .simulador-second-step {
        padding: 0;
    }

    .simulador-fourth-save {
        height: 130px;
        width: 130px;
        top: 150px;
        right: -45px;
        left: 0px;
        border: 3px solid var(--Secundaria-azul-claro-azul-claro-400, #7CFFFE);
    }
    .simulador-fourth-save::before {
        content: " ";
        position: absolute;
        background-image: url('../img/icon-check-radial.svg');
        width: 60px;
        height: 60px;
        right: 33px;
        top: -45px;
        z-index: 1;
    }
}

.reviews-section {


}

.reviews-section h3 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;

}

.reviews-section p {
    color: #272727;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 60px;
}

.reviews-section .swiper-reviews {
    padding: 0 !important;
    padding-bottom: 100px !important;
}

.reviews-section .review-container {
    padding: 30px;
    border-radius: 10px;
    background-color: #F0F7FB;
    text-align: start;
}

.reviews-section .swiper p {
    color: #52597A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-align: start;
    margin-bottom: 0;
}

.reviews-section .review-header {
    display: flex;
    justify-content: space-between;
}

.reviews-section .review-name {
    color: #0B0C0E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.reviews-section hr {
    margin: 20px 0;
    border-color: #E1E4EB;
}

.reviews-section .review-stars .fa-star {
    fill: #FFB829;
    color: #FFB829;
    font-size: 18px;
}

.reviews-section .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #999;
}


.reviews-section .swiper-pagination .swiper-pagination-bullet-active {
    width: 48px;
    height: 15px;
    background-color: #4650FF;
}

.blog-carousel-section {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .blog-carousel-section {
        padding-top: 40px;
        margin: 0 auto;
    }
}


.blog-carousel-section h3 {
    color: #4650FF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.blog-carousel-section p {
    color: #1A202C;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}

/* Container & Wrapper */
.blog-carousel-posts {
    position: relative;
}

.blog-carousel-posts .container {
    margin: 0 auto;
    max-width: var(--max-width-content);
    padding: 0 100px;
}

.blog-carousel-posts .swiper {
    padding-top: 0 !important;
}

/* Post Thumbnail */
.blog-carousel-posts .post-thumbnail {
    width: 100%;
    max-width: 316px;
    height: 245px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.blog-carousel-posts .post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* Post Title */
.blog-carousel-posts h4 {
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    min-height: 60px;
}

.blog-carousel-posts h4 a {
    text-decoration: none;
    color: inherit;
}

/* Post Description */
.blog-carousel-posts p {
    color: #272727;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
    min-height: 100px;
}

/* Read More */
.blog-carousel-posts .read-more a {
    color: #4650FF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.32px;
}

/* Swiper Navigation */
.blog-carousel-posts .swiper-button-prev,
.blog-carousel-posts .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    background: transparent;
    cursor: pointer;
}

.blog-carousel-posts .swiper-button-prev {
    left: 40px;
}

.blog-carousel-posts .swiper-button-next {
    right: 40px;
}

.blog-carousel-posts .swiper-button-prev svg,
.blog-carousel-posts .swiper-button-next svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Remove default Swiper arrows */
.blog-carousel-posts .swiper-button-prev::after,
.blog-carousel-posts .swiper-button-next::after {
    content: none;
}

/* Responsive */
@media (max-width: 767px) {
    .blog-carousel-posts {
        margin: 0;
        padding: 0 20px;
    }

    .blog-carousel-posts .container {
        padding: 0;
    }

    .blog-carousel-posts article {
        padding: 10px;
    }

    .blog-carousel-posts .post-thumbnail {
        max-width: 100vw;
        height: 316px;
    }

    .blog-carousel-posts .swiper-button-prev {
        left: 0px;
    }

    .blog-carousel-posts .swiper-button-next {
        right: 0px;
    }
}


/* ===== FAQ Section Container ===== */
.faqs-section {
    margin: 0 auto;
    padding: 0;
    background-color: #F0F7FB;
    padding-bottom: 40px;
}

.faqs-section .container {
    margin: 0 auto;
    max-width: var(--max-width-content);
    padding: 0 100px;
}


@media (max-width: 1024px) {
    .faqs-section {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .faqs-section .container {
        margin: 0 auto;
        max-width: 98vh;
        padding: 0;
    }
}

/* ===== Section Title ===== */
.faqs-section h3 {
    text-align: center;
    color: #4650FF;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

/* ===== FAQ Container ===== */
.faqs-section .faqs-container {
    width: 100%;
    padding: 80px 128px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faqs-section .faqs-container {
        padding: 40px 64px;
    }
}

@media (max-width: 767px) {
    .faqs-section .faqs-container {
        padding: 10px 40px;
    }
}

/* ===== FAQ Row ===== */
.faqs-section .faqs-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0 0.5px 2px 0 rgba(25, 33, 61, 0.10);
    padding: 20px 20px 20px 24px;
    border: 1px solid #4650FF;
}

.faqs-row.active {
    gap: 10px;

}

/* ===== FAQ Row Title ===== */
.faqs-section .faqs-row-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: grab; /* Hover cursor */
}

/* ===== FAQ Question ===== */
.faqs-section .faqs-row-question h4 {
    color: #1A202C;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

/* ===== FAQ Answer ===== */
.faqs-section .faqs-row-answer {

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;

}

.faqs-section .faqs-row-answer p {

    color: #1A202C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;

}

/* Show answer when active */
.faqs-row.active .faqs-row-answer {
    max-height: 500px; /* adjust if answers are very long */
    opacity: 1;

}

/* ===== Toggle Icon ===== */
.faqs-row-toggle {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Animate icon rotation on active */
.faqs-row.active .faqs-row-toggle {
    transform: rotate(45deg); /* rotates + into × */
}


/* ===== Icon Rotation Keyframes ===== */
@keyframes rotate-bounce {
    0% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(50deg);
    }
    80% {
        transform: rotate(40deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

.top-content {
    padding: 20px;
}

.top-content .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding-top: 35px;
    padding-bottom: 100px;
}


.top-content .grid-card {
    min-width: 0;
}

.banner-split {
    background: #4650FF;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 86px 0;
}

@media (max-width: 1023px) {
    .banner-split {
        padding: 43px 20px;
    }
}

.banner-split-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.banner-split-container .banner-split-block {
    width: 50%;

}

@media (max-width: 1023px) {
    .banner-split-container .banner-split-block {
        width: 100%;
    }
}

.banner-split-container .banner-split-first {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-evenly;
}

.banner-split-block .banner-split-last {
    position: relative;
}

.banner-split-first h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .banner-split-first h1 {
        font-size: 40px;
    }
}


.banner-split-first p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.4px;
}

.banner-split-last picture {
    width: 90%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1023px) {

    .banner-split-last picture {
        justify-content: start;
    }
}

.banner-split-last .banner-split-bubble {
    height: 230px;
    width: 230px;
    position: absolute;
    bottom: 50%;
    z-index: 1;
    border-radius: 100%;
    background: rgba(8, 136, 191, 0.80);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(50%);
    right: -10%;
}

@media (max-width: 1023px) {
    .banner-split-last .banner-split-bubble {
        height: 150px;
        width: 150px;
        right: 10%;
        bottom: 60%;
    }
}

.banner-split-last img {
    max-width: 562px;
    height: 90%;
}

@media (max-width: 1023px) {
    .banner-split-last img {
        width: 80%;
        height: 100%;
    }
}

.banner-split-bubble p {
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 1023px) {
    .banner-split-bubble p {
        font-size: 16px;

    }
}

.grid-wrapper-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px;
    align-items: center;
}

/* Tablet (2 columns) */
@media (max-width: 1024px) {
    .grid-wrapper-3-col {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
}

/* Mobile (1 column) */
@media (max-width: 768px) {
    .grid-wrapper-3-col {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Mobile (1 column) */
@media (max-width: 768px) {
    .grid-wrapper-3-col .section-card-1 .banner-top-left {
        top: -10px;
        left: -10px;
    }
}

.floene-lp .center-content .grid-wrapper-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

/* Tablet and below: 1 column */
@media (max-width: 768px) {
    .floene-lp .center-content .grid-wrapper-2-col {
        grid-template-columns: 1fr;
        gap: 15px; /* slightly smaller gap for narrow screens */
    }
}

.why-gas-section {
    padding: 80px 0;
}

@media (max-width: 1024px) {
    .why-gas-section {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .why-gas-section {
        padding: 20px 0;
    }
}

.security-as-prioriry {
    padding: 80px 0;
}

@media (max-width: 1024px) {
    .security-as-prioriry {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .security-as-prioriry {
        padding: 20px 0;
    }
}

.content-cards .grid-wrapper-4-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

/* Large tablets (3 columns) */
@media (max-width: 1200px) {
    .content-cards .grid-wrapper-4-col {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablets (2 columns) */
@media (max-width: 900px) {
    .content-cards .grid-wrapper-4-col {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (1 column) */
@media (max-width: 600px) {
    .content-cards .grid-wrapper-4-col {
        grid-template-columns: 1fr;
    }
}

.content-cards-blue .grid-wrapper-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 60px;
}

/* Tablet (2 columns) */
@media (max-width: 1024px) {
    .content-cards-blue .grid-wrapper-3-col {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

/* Mobile (1 column) */
@media (max-width: 768px) {
    .content-cards-blue .grid-wrapper-3-col {
        grid-template-columns: 1fr;
        gap: 15px;
        padding-top: 25px;
        padding-bottom: 40px;
    }
}

.compare-section .grid-wrapper-3-col {
    display: grid;
    grid-template-columns: 38% 18% 38%;
    gap: 40px;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 40px;
}

/* Tablet (stack middle + adjust proportions) */
@media (max-width: 1024px) {
    .compare-section .grid-wrapper-3-col {
        grid-template-columns: 45% 45%; /* 2 columns, middle item wraps */
        gap: 30px;
    }
}

/* Mobile (stack into 1 column) */
@media (max-width: 768px) {
    .compare-section .grid-wrapper-3-col {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .compare-section .tags.active .tags-inner span {
        white-space: pre-wrap;
    }
}

.duvidas-slider {
    background: #F0F7FB;
    padding: 100px 0;
}

@media (max-width: 1024px) {
    .duvidas-slider {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .duvidas-slider {
        padding: 40px 0;
    }
}

.duvidas-slider h3 {
    color: #4650FF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}


.duvidas-slider p {
    color: #272727;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 50px;
}


.duvidas-slider .img-container {
    width: 100%;
    text-align: center;
}

.duvidas-slider img {
    max-width: 100%;
    height: auto;
}

.duvidas-slider .duvida-container {
    border-radius: 10px;
    background-color: #FFF;
    padding: 54px 24px;
    text-align: start;
    height: 100%;
}

@media (max-width: 1024px) {
    .duvidas-slider .duvida-container {
        padding: 26px 12px;
    }
}

.duvidas-slider .duvida-container h3 {
    color: #4650FF;
    text-align: start;
}

.duvidas-slider .duvida-container p {
    color: #272727;
    text-align: start;

}

.duvidas-slider .duvida-container:hover,
.duvidas-slider .duvida-container:hover h4,
.duvidas-slider .duvida-container:hover p {
    background-color: #4650FF;
    color: #fff;
}

.duvidas-swiper .swiper-slide {
    height: auto !important; /* let flexbox control it */
    display: flex; /* make all slides flex containers */
    flex-direction: column; /* stack content vertically */
}

.duvidas-swiper.swiper-wrapper {
    align-items: stretch; /* make all slides equal height */
}


@media (max-width: 767px) {
    #main .header-button {
        display: none;
    }
}

@media (max-width: 767px) {
    #main nav {
        padding: 5px 10px;
        max-width: 100%;
    }

    #main nav .header-button {
        display: none;
    }
    .center-content p {
        padding: 0;
    }
    .content-cards h3 {
        max-width:100%;
    }
    .content-cards-blue h3 {
        padding-top:0;
    }
}


/* Steps visibility */
.simulador-first-step,
.simulador-second-step,
.simulador-third-step,
.simulador-fourth-step { display: none; }

.simulador-first-step { display: block; }

/* Bubbles with connecting dashes */
.simulador-steps-bubbles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px; /* spacing between bubbles */
    position: relative;
    margin-top: 10px;
}

/* Individual bubbles */
.simulador-steps-bubbles > div {
    position: relative;
    font-size: 26px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #4650FF;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #4650FF;
    transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* Hover and active/done states */
.simulador-steps-bubbles > div:hover { transform: translateY(-1px); }
.simulador-steps-bubbles > div.active {
    background: #4650FF;
    border-color: #4650FF;
    color: white;
}
.simulador-steps-bubbles > div.done {
    background: #4650FF;
    color: #fff;
    border-color: #4650FF;
}

.simulador-steps-bubbles > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    width: 80px;
    height: 2px;
    background: repeating-linear-gradient(
            to right,
            #4650FF,
            #4650FF 6px,
            transparent 6px,
            transparent 12px
    );
    transform: translateY(-50%);
}

/* Optional: make completed connections colored */
.simulador-steps-bubbles > div.done::after {
    background: #4650FF;
}


/* ---- Buttons on blue panel ---- */
.simulador-wrapper button{
    border-radius:50px; background:transparent; color:#FFF; font-size:16px; font-weight:700;
    padding:14px 30px; margin-top:20px; border:2px solid #fff;
}
.simulador-wrapper button:hover{ background:#fff; color:#4650FF; }

/* ---- Tooltips on mobile small tweak ---- */
@media (max-width: 575px){
    .tooltip, .tooltip-text{ left: auto; right: 0; }
}


.section-sqtqs-element{
    position: relative;
    border: 4px solid #4650FF;
}
.section-sqtqs-element:hover{
    border: 4px solid #0DBEFF;
}
.section-sqtqs-element:after{
    opacity: 0;
    content: " ";
    position: absolute;
    background-image: url(/wp-content/themes/floene-theme/assets/icon-check-radial.svg);
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: -30px;
    z-index: 1;
    transition: opacity 0.3s;
}
.section-sqtqs-element:hover:after{

    opacity: 1;
}

.section-feces-main{
    position: relative;
}
.section-feces-main .section-feces-hover{

    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    transition: opacity 0.3s;
}
.section-feces-main:hover .section-feces-hover{
    opacity: 1;
}

.latest-post .post-content-right a img{
    opacity: 1;
}
.latest-post:hover .post-content-right a{
    width: 60px;
    height: 60px;
    background-image: url("/wp-content/themes/floene-theme/assets/outline-hover.png");
}
.latest-post:hover .post-content-right a img{
    opacity: 0;
}

@media (min-width: 1980px) {
    .main-hero-banner{
        min-height: 1200px;
    }
}
@media (min-width: 768px) {
    #site-header{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 768px){
    .simulador-steps-bubbles > div {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    .section-sqtqs-element{
        height: 100%;
        border: none;
    }
    .section-sqtqs-element:hover{
        border: none;
    }
    .section-sqtqs-element:after{
        display: none;
    }
    
}
