.location-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0px;
    background-color: #f9f9f9;
}

.location-content {
    width: 1200px;
    display: flex;
    gap: 40px;
}

.location-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 100px;
    gap: 25px;
}

.location-title {
    font-size: 36px;
    color: #042A7E;
    font-family: "Baloo 2", sans-serif;
}

.opening-hours {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.opening-hours h3 {
    font-size: 20px;
    color: #042A7E;
}

.hour-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hour-item svg {
    flex-shrink: 0;
}

.address-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address-info a {
    color: #042A7E;
    text-decoration: none;
    transition: color 0.3s;
}

.address-info a:hover {
    text-decoration: underline;
}

.location-map {
    flex: 1;
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.metrics-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    background-color: #042A7E;
    color: white;
}

.metrics-content {
    width: 1200px;
    display: flex;
    justify-content: space-around;
}

.metric-card {
    text-align: center;
}

.metric-number {
    font-size: 60px;
    font-weight: 700;
    font-family: "Baloo 2", sans-serif;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-sign {
    margin-right: 5px;
    font-size: 50px;
}

.metric-label {
    font-size: 20px;
    color: #FFF40F;
    text-transform: uppercase;
    font-weight: 600;
}

/* ==================================================== */
/* =========== ESTILOS DA SEÇÃO DE AVALIAÇÕES (NOVA) == */
/* ==================================================== */

.reviews-container {
    padding: 60px 20px;
    background-color: #f8f9fa;
    /* Um cinza bem claro para diferenciar do fundo branco */
    width: 100%;
}

.reviews-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.reviews-title {
    font-size: 36px;
    color: #042A7E;
    font-family: "Baloo 2", sans-serif;
    margin-bottom: 10px;
}

.reviews-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

/* Estilos para o Card de Avaliação */
.review-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    padding-left: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Espaço entre os elementos do card */
    height: 100%;
    /* Garante que todos os cards tenham a mesma altura */
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    /* Garante que a foto não fique distorcida */
    border: 2px solid #042A7E;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviewer-name {
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.google-logo {
    width: 24px;
    height: 24px;
}

.review-rating {
    display: flex;
    gap: 2px;
}

.review-comment {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
    /* Faz o comentário ocupar o espaço restante, alinhando os rodapés */
}

/* Personalização do Swiper */
.swiper-container {
    padding-bottom: 50px;
    /* Espaço para a paginação */
}

.swiper-pagination-bullet-active {
    background-color: #042A7E !important;
    /* Cor da bolinha ativa */
}

.swiper-button-next,
.swiper-button-prev {
    color: #042A7E !important;
    /* Cor das setas */
    font-weight: bold;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 28px !important;
    /* Tamanho das setas */
}

/* ==================================================== */
/* =========== ESTILOS DO RODAPÉ FIXO (NOVO) ========== */
/* ==================================================== */

.footer-bar {
    background-color: #042A7E;
    /* O azul escuro do seu tema */
    color: #FFF40F;
    /* O amarelo do seu tema */
    padding: 10px 5px;
    /* Aumentei um pouco o padding para melhor visualização */
    text-align: center;
    /* Texto ao meio, como solicitado */
    font-size: 1rem;
    font-weight: 400;

    /* Posicionamento Fixo */
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* Garante que o rodapé fique acima de outros elementos */
}

/* Estilo para o link do telefone dentro do rodapé */
.footer-bar a {
    color: inherit;
    /* O link herda a cor amarela do texto */
    text-decoration: none;
    /* Remove o sublinhado padrão */
    font-weight: 500;
}

/* Adiciona um sublinhado quando o mouse passa por cima, para indicar que é clicável */
.footer-bar a:hover {
    text-decoration: underline;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0px) !important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px) !important;
    right: auto;
}

@media(max-width:1220px) {
    .location-content {
        width: 90%;
    }

    .metrics-container {
        padding: 40px 20px;
    }

    .metric-number {
        font-size: 50px;
        font-weight: 600;
    }
}

@media(max-width:1024px) {
    .footer-bar {
        font-size: 14px;
    }

    .metric-label {
        font-size: 16px;
    }

    .metric-number,
    .plus-sign {
        font-size: 40px;
    }

    .metrics-container {
        padding: 40px 0px;
    }

    .metrics-content {
        width: 90%;
        justify-content: space-between;
    }

    .location-content {
        flex-direction: column;
    }

    .location-map {
        flex: none;
        width: 100%;
    }

    .location-info {
        width: 100%;
        padding-right: 0px;
    }
}

@media(max-width:768px) {
    .metric-label {
        font-size: 14px;
    }

    .metric-number,
    .plus-sign {
        font-size: 30px;
    }

    .footer-bar {
        padding: 10px 5%;
    }
}