video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Estilização do container geral */
.vs-feedback {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/* Estilização do título e descrição */
.vs-feedback .title-area h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.vs-feedback .title-area p {
    font-size: 1.1rem;
    color: #666;
}

/* Cards de feedback */
.vs-feedback .testimonial-card-alpha {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.vs-feedback .testimonial-card-alpha:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Ícone de citação */
.vs-feedback .qoute-icon {
    font-size: 40px;
    color: var(--theme-color);
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.2;
}

/* Corpo do feedback */
.vs-feedback .testimonial-body p {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.5;
    margin: 35px 35px 20px;
}

/* Nome do usuário */
.vs-feedback .reviewer-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
}

/* Estilização das estrelas */
.vs-feedback .testimonial-rating {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.vs-feedback .testimonial-rating li {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: var(--theme-color);
    font-weight: bold;
}

.vs-feedback .testimonial-rating i {
    color: gold;
    margin-left: 3px;
}

/* Botão de enviar feedback */
.vs-feedback .vs-btn {
    /*background: #007bff;*/
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 30px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.vs-feedback .vs-btn:hover {
    background: var(--theme-color);
    transform: scale(1.05);
}

/* Estilização dos botões de navegação */
.vs-feedback .feedback-navigation button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--theme-color);
    transition: color 0.3s ease, transform 0.3s ease;
}

.vs-feedback .feedback-navigation button:hover {
    color: var(--theme-color);
    transform: scale(1.2);
}

/* Responsividade */
@media (max-width: 768px) {
    .vs-feedback .testimonial-card-alpha {
        padding: 20px;
    }

    .vs-feedback .title-area h2 {
        font-size: 2rem;
    }

    .vs-feedback .testimonial-body p {
        font-size: 1rem;
    }
}


.menu-item-has-children.active a{
    color: var(--theme-color) !important;
}

.trip-info-box i {
    color: var(--theme-color) !important;
    font-size: 18px;
}

.alert.alert-danger {
    text-align: center;
    padding: 10px;
    margin: 30px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-success {
    text-align: center;
    padding: 10px;
    margin: 30px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.alert-warning {
    text-align: center;
    padding: 10px;
    margin: 30px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-no-margin {
    width: 100%;
    border-radius: 10px;
    padding: 20px !important;
    margin: 0 !important;
}

.accordion-body .body input, .accordion-body .body textarea, .accordion-body .body select {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background: rgba(var(--second-theme-color-rgb), 0.07);
}

#modalFeedback {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: scroll;
    outline: 0;
    background-color: rgba(0,0,0, 0.85);
}

.modalContent{
    background-color: rgba(255, 255, 255, 1);
    width: 90%;
    min-height: 500px;
    top: 5vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

.closeIcon{
    position: fixed;
    top: 35px;
    right: 40px;
    width: 25px;
    cursor: pointer;
}

.extraModal .fa-star{
    font-size: 40px;
    margin-right: 5px;
    cursor: pointer;
}

.extraModal .fa-star.checked{
    color: #f65a3a;
}

/* Garantir que todas as imagens e vídeos tenham o mesmo tamanho */
.destination-single-info .carousel-image, .carousel-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para cortar as imagens e vídeos proporcionalmente */
    border-radius: 10px; /* Caso queira bordas arredondadas */
}

/* Para garantir que o carrossel tenha o tamanho adequado */
.destination-single-info .swiper-container {
    width: 100%;
    /*height: 400px; !* Defina a altura que preferir *!*/
}

/* Ajustar o layout da navegação */
.destination-single-info .swiper-button-next, .swiper-button-prev {
    color: #fff;
}

/* Para a paginação, pode ajustar o estilo como preferir */
.destination-single-info .swiper-pagination-bullet {
    background: #fff;
}

.mfp-bottom-bar {
    display: none;
}

.vs-breadcrumb {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vs-breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Ajuste a opacidade conforme necessário */
    z-index: 1;
}

.vs-breadcrumb .container {
    position: relative;
    z-index: 2;
    color: white; /* Garante que o texto fique visível */
}


.language-selector {
    position: relative;
    width: 150px;
    cursor: pointer;
}

.selected-language {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}

.selected-flag {
    width: 20px;
    height: 15px !important;
    margin-right: 10px;
}

.language-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.language-options a {
    display: flex;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    color: #333;
}

.language-options a:hover {
    background: #f0f0f0;
}

.language-options img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}


.language-options {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 120px;
}

.language-options.show {
    display: block; /* Aparece quando a classe 'show' é adicionada */
}

.vs-tour-package .tour-package-box, .vs-destination .tour-package-box {
    cursor: pointer;
    pointer-events: all;
}

.vs-tour-package .tour-package-box *, .vs-destination .tour-package-box * {
    pointer-events: none;
}

.vs-tour-package .tour-package-box a, .vs-destination .tour-package-box a {
    pointer-events: all !important;
}

.destination-single-img, .destination-single-info .swiper-slide {
    height: 600px;
}

.star-rating .fa-star.fas {
    color: var(--theme-color) !important;
}

.video-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.fa-play-circle, .fa-pause{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 90px;
    margin: auto;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
}


#total_price {
    font-family: 'Rubik', serif;
}

.custom-sec-subtitle {
    font-size: 50px !important;
    word-break: break-word !important;
    margin-bottom: 20px !important
}

.services-lists {
    text-transform: none;
}

#opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.two-zindex {
    position: relative;
    z-index: 2;
}