/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: theme
Version: 2.0.0
Text Domain: theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.intro {
    position: relative;
}

.tour-title {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.tour_bar .value {
    font-family: "lato", serif;
    color: #ffd600;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
}


.tour_bar .label {
    line-height: 1;
    font-weight: 500;
}
.tour-title h1 {
    text-shadow: 0 0 8px black;
    font-size: 3rem !important;
    color: white;
}

.tour-title .sites_to_visit {
    font-size: 1.3rem;
    color: white;
    font-weight: 500;
    text-shadow: 0 0 8px black;
}

span.usd {
    margin-left: 5px;
    font-size: 1.2rem;
    color: white;
}

.tour_bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.44);
    padding: 15px;
}


/* ====== ESTILOS DE HEADINGS ====== */
.single-tour h1,
.post_content h1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
}

.single-tour h2,
.post_content h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #ff6d22;
}

.single-tour h3,
.post_content h3 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.15rem;
    color: #ff6d22;
}

.single-tour h4,
.post_content h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
}

.single-tour h5,
.post_content h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.05rem;
}

.single-tour h6,
.post_content h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
}


a.linkread {
    font-size: 0.85rem !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #ff6d22;
    font-weight: 600;
}
a.linkread:hover {

    text-decoration: underline;

}

ul {
    margin-left: 15px;
    padding: 0;
}
ul li{
    margin-bottom: 10px;
}

.post_header {
    position: relative;
}
.post_header img {
    width: 100%;
}

.title_post {
    padding-bottom: 100px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.title_post h1{
   color: white;
}


p, ul {
    font-size: 1rem;
}

/* Clases readmore */
.introduccion, .love, .introduccion_2 {
    overflow: hidden;
    transition: all 300ms;
    position: relative;
}


.card-r-post img {
    height: auto;
}


.home_header img {
    width: 100%;
}
.home_header {
    width: 100%;
    overflow: hidden;
}

.home_header {
    position: relative;
}
.home_header_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.homepage_title {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
}

/* 1. Ocultar el enlace de "Saltar al contenido" de forma accesible */
.skip-link {
    position: absolute;
    top: -40px; /* O cualquier valor negativo para sacarlo de la pantalla */
    left: 0;
    background-color: #333; /* Un fondo oscuro para buen contraste */
    color: #fff; /* Texto blanco */
    padding: 8px 12px;
    z-index: 100000; /* Un z-index muy alto para que aparezca sobre todo */
    text-decoration: none;
    transform: translateY(-100%); /* Otra técnica para ocultarlo */
    transition: transform 0.3s ease; /* Una pequeña transición suave */
}

/* 2. Mostrar el enlace cuando recibe el foco (al presionar la tecla Tab) */
.skip-link:focus {
    position: absolute; /* O 'fixed' si quieres que se quede fijo al hacer scroll */
    top: 0;
    transform: translateY(0%); /* Lo trae de vuelta a una posición visible */
}

.iconos_contact i {
    color: #2f54a1;
    font-size: 1.5rem;
    margin-right: 10px;
    margin-left: 10px;
}

.support_3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.support_3 ul {
    display: flex; /* Usa flexbox para alinear en una sola línea */
    justify-content: center !important; /* Centra los iconos horizontalmente */
    list-style: none; /* Elimina los puntos de la lista */
    padding: 0; /* Elimina el padding por defecto */
    margin: 0; /* Elimina el margen por defecto */
}

.support_3 ul li {
    margin: 0 10px; /* Espacio entre los iconos */
}

.support_3 ul li a {
    color: #ff6d22; /* Color verde para los iconos */
    font-size: 24px; /* Tamaño de los iconos, ajusta según necesites */
    text-decoration: none; /* Elimina el subrayado de los enlaces */
}

.support_3 ul li a:hover {
    color: #566cdd; /* Color verde más oscuro para el hover, opcional */
}

.support_2 a {
    font-size: 1.2rem;
    text-decoration: none;
    color: black;
    font-weight: 600;
}


/* Navegacion Tour */

.intro img {
    width: 100%;
}


.images_high img {
    width: 100%;
}

.card-r-post h5 a {
    font-size: 0.8rem;
}
.card-r-post h5 {
    margin-bottom: 0 !important;
}
.card-r-post p.card-text {
    margin-bottom: 0;
    font-size: 0.7rem;
    line-height: 1.5;
}
/* Base container for the tour section */
.avatar img {
    background-color: white;
    border: 1px solid #c8c8c8;
    width: 60%;
    margin: auto auto 15px auto;
    display: block;
    padding: 5px;
}


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

.img-rounded {
    border-radius: 50%;
}
.avatar .name {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    text-align: center;
}

.avatar .leyend {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.2;
}
/* Faqs category  */


.faqs-category .accordion-item {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 8px;
}

.faqs-category .accordion-header {
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

.faqs-category .accordion-button {
    background-color: transparent;
    color: #333;
    font-weight: 500;
    padding: 15px;
    box-shadow: none;
}

.faqs-category .accordion-button:not(.collapsed) {
    background-color: #e8e8e8;
    color: #333;
}

.faqs-category .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%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");
}

.faqs-category .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3E%3Cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 1-.708 0L8 5.707l5.646 5.647a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faqs-category .accordion-body {
    background-color: #ffffff;
    color: #555;
    padding: 20px;
}

/* Faqs category  */


.cat_quality {
    background-size: cover;
    padding: 120px 0;
    background-position: center center;
}

.guide_item h5 a {
    color: black;
    text-decoration: none;
    font-size: 1rem;
}


.blog_excerpt {
    color: #818080;
    font-size: 0.8rem;
    text-align: justify;
}

.btn-block {
    width: 100%;
}
.btn-border {
    border: 2px solid #2f54a1;
    border-radius: 15px;
    color: #2f54a1;
}

.btn-border:hover {
    border: 2px solid #2f54a1;
    border-radius: 15px;
    color: white;
    background-color: #2f54a1;
}


.btn-white {
    border: 2px solid #000000;
    border-radius: 0;
    color: #000000;
    background-color: #ffffff;
}

.btn-white:hover {
    border: 2px solid #ff6d22;
    border-radius: 0;
    color: #ff6d22;

}

.btn-orange-2 {
    border: 2px solid #ffd600;
    border-radius: 0;
    color: black;
    background-color: #ffd600;
}

.btn-orange-2:hover {
    border: 2px solid #ffd600;
    border-radius: 0;
    color: white;
    background-color: #ffd600;
}


.bgblack {
    color: white;
    background-color: #00000061;
    padding: 30px;
}


/* Chat Whatsapp */


#nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
    text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}

.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../../images/whatsapp_logo_green.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../../images/whatsapp_logo_gray.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
    vertical-align: middle;
    height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
    display: table-cell;
    vertical-align: middle;
    height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('images/whatsapp_logo.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('images/whatsapp_logo_green.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('images/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #F5A623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('images/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('images/whatsapp_logo.svg')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: '';
    background: url('images/whatsapp_logo_green.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url('images/whatsapp_logo.svg') center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('images/whatsapp_logo_green.svg') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup {
    position: fixed;
    right: 10px;
    bottom: 65px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('images/whatsapp_logo.svg') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('images/x_icon.svg') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    /*top: 15px;*/
    top: 7px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
/* ^^^--popup button--^^^ */

/* Chat Whatsapp */


.box-tour {
    position: relative;
}
.descuento {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: red;
    color: white;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 0.8rem;
}
.categoria {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #890606;
    color: white;
    padding: 5px 10px;
    line-height: 1;
}
.title-tour h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-family: "Oswald", serif;
    margin-top: 10px;
}
.box-tour {
    border-radius: 10px;
    overflow: hidden;
}

.details i {
    width: 25px;
}
.stars img {
    height: 21px !important;
    width: auto;
}
.review_counter {
    color: black;
    font-size: 0.8rem;
    font-weight: 600;
}

.details {
    margin-bottom: 15px;
}
span.data_detail {
    color: black;
    font-size: 0.75rem;
    font-weight: 500;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 4px;
    border-radius: 5px;
}
.price_now {
    color: black;
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
}
.price_before {
    font-style: italic;
    font-size: 0.8rem;
    color: #8b8b8b;
}

.inclusions ul {
    margin-left: 0;
    padding-left: 20px;
}

.what_bring h2 {
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.what_bring h2  i.fas{
    color: #003870;
}
/*  fin whatsapp */


.footer_links  h4 {
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
}

.footer_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_links ul li a {
    padding-top: 5px;
    color: #ffffffad;
    text-decoration: none;
    font-size: 0.85rem;
    border-bottom: 1px solid #ffffff42;
    display: block;
    padding-bottom: 5px;
    transition: all 300ms;
}
.footer_links ul li a:hover {
    padding-top: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    border-bottom: 1px solid #ffffff;
    display: block;
    padding-bottom: 5px;
}


.social_icons {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se distribuyan en múltiples líneas */
    justify-content: space-between; /* Espacia los iconos uniformemente */
    list-style: none; /* Elimina los puntos de la lista */
    padding: 0;
    margin: 0;
    width: 100%; /* Ajusta según el contenedor */
    max-width: 100%; /* Ajusta el ancho máximo según necesites */
}

.social_icons li {
    flex: 0 0 calc(33.33% - 10px); /* Cada icono ocupa ~1/3 del ancho, con margen */
    margin: 5px; /* Espacio entre iconos */
    text-align: center;
}

.social_icons a {
    text-decoration: none; /* Elimina el subrayado del enlace */
    color: inherit; /* Mantiene el color del icono */
}

.social_icons a span {
    display: none; /* Oculta el texto dentro del enlace */
}

.social_icons i {
    font-size: 24px; /* Tamaño de los iconos, ajusta según necesites */
    transition: color 0.3s; /* Suaviza el cambio de color al pasar el ratón */
}

.social_icons i:hover {
    color: #007bff; /* Color al pasar el ratón, ajusta según tu diseño */
}


.phone {
    font-size: 1.5rem;
    line-height: 1;
}
.label_footer {
    font-style: italic;
    font-size: 0.8rem;
    color: #bebebe;
}

.footer_2 a {
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
}
ul.header_icons {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.header_icons a {
    font-size: 1.3rem;
    margin-left: 5px;
    margin-right: 5px;
}

ul.header_icons a.enve {
    color: #000000;
}

ul.header_icons a.enve:hover {
    color: #ff6d22;

}

ul.header_icons a.whats {
    color: #000000;

}

ul.header_icons a.whats:hover {
    color: #ff6d22;

}


ul.header_phones {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.header_phones a {
    color: #ff6d22;
    text-decoration: none;
}
ul.header_phones a:hover {
    color: #ffe000;
}

/* Estilos generales */
ul.list-unstyled {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

/* Estilo de enlaces */
ul.list-unstyled li a {
    display: block;
    padding: 0 6px;
    text-decoration: none;
    color: #2c3e50;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 12px;
}

/* Hover elegante */
ul.list-unstyled li a:hover {
    color: #2980b9;
    padding-left: 6px;
}

/* Subniveles */
ul.list-unstyled ul {
    margin-left: 14px;
    border-left: 2px solid #e0e0e0;
    padding-left: 10px;
}

/* Diferenciar niveles */
ul.list-unstyled ul li a {
    font-size: 12px;
    color: #555;
}

ul.list-unstyled ul li a:hover {
    color: #1abc9c;
}

/* Compacto pero legible */
ul.list-unstyled li {
    margin: 0;
}

/* Opcional: numeración tipo guía */
ul.list-unstyled li::marker {
    color: #999;
}

/* Estilos para los botones del acordeón */
/* Itinerary accordion styles are handled uniformly by the minimalist system in wayna-design.css */

span.day_label {
    margin-right: 5px;
    font-weight: 700;
}

.included ul li {
    list-style: none; /* Elimina los guiones por defecto */
    position: relative; /* Permite posicionar la bolita */
    padding-left: 20px; /* Espacio para la bolita */
}

.included ul li::before {
    content: ''; /* Contenido vacío para el pseudo-elemento */
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%); /* Centra verticalmente */
    width: 5px; /* Tamaño de la bolita */
    height: 5px;
    background-color: green; /* Color verde */
    border-radius: 50%; /* Hace la bolita circular */
}


.no_included ul li {
    list-style: none; /* Elimina los guiones por defecto */
    position: relative; /* Permite posicionar la bolita */
    padding-left: 20px; /* Espacio para la bolita */
}

.no_included ul li::before {
    content: ''; /* Contenido vacío para el pseudo-elemento */
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%); /* Centra verticalmente */
    width: 5px; /* Tamaño de la bolita */
    height: 5px;
    background-color: red; /* Color rojo */
    border-radius: 50%; /* Hace la bolita circular */
}

.no_included ul, .included ul {
    margin-left: 0px;
}


.stars {
    display: flex;
    justify-content: center; /* Centers the icons horizontally */
    align-items: center; /* Ensures vertical alignment in case of varying heights */
    gap: 5px; /* Optional: Adds spacing between stars */
}

.stars i.fa-star {
    color: #ffc107; /* Yellow color (Bootstrap's default yellow, you can use any hex like #FFFF00) */
}

.img_review {
    width: 60px;
    margin: auto;
}

.nombre {
    font-weight: bold;
    font-size: 0.8rem;
}


.date {
    font-size: 0.70rem;
    color: #979797;
}

.review_content {
    padding: 15px;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.review_content a {
    font-size: 0.7rem;
}

.review .imagen {
    margin-bottom: -50px;
}

.cat_reviews  {
    margin-bottom: 0;
}


.card-tour-image {
    position: relative;
}
.card-tour-duration {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    position: absolute;
    top: 15px;
    right: 0;
    padding: 5px 15px 5px 10px;
    line-height: 1;
    background-color: #ff6d22;
    color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.card-tour-footer {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
}
.card-tour-label {
    line-height: 1;
    font-size: 0.8rem;
}

.card-tour-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
}
span.usd_card {
    font-size: 0.85rem;
    margin-left: 5px;
}

.card-tour .card-text {
    color: #5f5f5f;
    font-size: 0.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
}
.card-tour {
    overflow: hidden;
}

.card-tour h5 {
    font-size: 1.3em;
    font-weight: 800;
}


.card-tour h5 a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    color: #ff6d22;
}


/*
 * Contiene el estilo para la tarjeta de tour.
 * Se aplican transiciones para un efecto suave al pasar el mouse por encima.
 */
.card-tour-image {
    /* Oculta cualquier parte de la imagen que se extienda más allá de los límites del contenedor. */
    overflow: hidden;
}

.card-tour-image img {
    /* Define una transición suave para la transformación y los filtros. */
    transition: transform 0.6s ease-in-out, filter 0.3s ease-in-out;
    filter: saturate(0.8);
}

/*
 * Aplica los efectos de zoom y saturación cuando el mouse se coloca
 * sobre la tarjeta de tour.
 */
.card-tour:hover .card-tour-image img {
    /* Aumenta el tamaño de la imagen en un 10% para crear el efecto de zoom. */
    transform: scale(1.1);
    /* Aumenta la saturación del color de la imagen en un 20% para hacerla más intensa. */
    filter: saturate(1.5);
}


.front_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.front_list .icono img {
    width: 80px;
    height: 80px;
}

.front_list .icono {
    float: left;
    margin-right: 15px;
}

.front_list b {
    color: #ff6d22;
    display: block;
    font-size: 1.2rem;
}

.front_list li {
    margin-bottom: 30px;
}

.blue  {
    color: #ff6d22;
}


.tour-category-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.tour-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.tour-category-card:hover img {
    transform: scale(1.1) translateY(-10px);
}
.tour-category-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}
.tour-category-text h5,
.tour-category-text p {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.tour-category-text h5 {
    font-size: 1.5rem;
    font-weight: bold;
}
.tour-category-text p {
    font-size: 1rem;
}

/* ==========================================================================
   MODERN UI / UX ENHANCEMENTS - WAYNA PERU EXPEDITIONS
   ========================================================================== */

:root {
    --wayna-orange: #c0262d;
    --wayna-orange-hover: #961d23;
    --wayna-navy: #1d3557;
    --wayna-blue: #2f54a1;
    --wayna-gold: #ffd600;
}

/* Base utility helpers */
.hover-lift {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.09) !important;
}

.hover-zoom {
    transition: transform 0.4s ease;
}
.hover-zoom:hover {
    transform: scale(1.05);
}

.max-w-600 { max-width: 600px; }
.max-w-700 { max-width: 700px; }
.max-w-750 { max-width: 750px; }
.max-w-800 { max-width: 800px; }

.text-shadow {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}
.text-shadow-sm {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.text-shadow-lg {
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.85);
}

/* Primary Accent Orange Buttons */
.btn-orange {
    background-color: var(--wayna-orange);
    border-color: var(--wayna-orange);
    color: #ffffff !important;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-orange:hover,
.btn-orange:focus {
    background-color: var(--wayna-orange-hover);
    border-color: var(--wayna-orange-hover);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 109, 34, 0.35);
}

/* Swiper Controls Custom Styling */
.swiper-btn-custom {
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.25s ease;
}
.swiper-btn-custom:after {
    display: none;
}
.swiper-btn-custom:hover {
    background-color: var(--wayna-orange);
    color: #ffffff;
    transform: scale(1.08);
}
.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.6;
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    background: var(--wayna-orange) !important;
    opacity: 1;
    width: 24px;
    border-radius: 6px;
}

/* Form Styling & Micro-interactions */
.wayna-form-wrapper {
    transition: box-shadow 0.3s ease;
}
.wayna-form-wrapper .input-group-text {
    color: #6b7280;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.wayna-form-wrapper .form-control:focus,
.wayna-form-wrapper .form-select:focus {
    border-color: var(--wayna-orange);
    box-shadow: 0 0 0 0.25rem rgba(255, 109, 34, 0.18);
}
.wayna-form-wrapper .input-group:focus-within .input-group-text {
    border-color: var(--wayna-orange);
    color: var(--wayna-orange);
}
.btn-wayna-submit {
    letter-spacing: 1px;
}

/* Inner Page Hero */
.inner-hero-wrapper {
    min-height: 280px;
}

/* Single Tour Enhancements */
.single-tour .mainav .ulnav a {
    color: #374151;
    font-weight: 600;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}
.single-tour .mainav .ulnav a:hover,
.single-tour .mainav .ulnav a.active {
    background-color: #fff7ed;
    color: var(--wayna-orange);
    border-left-color: var(--wayna-orange);
    padding-left: 1rem !important;
}


.day_box {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.day_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.included-box ul,
.no-included-box ul {
    list-style: none;
    padding-left: 0;
}
.included-box ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}
.included-box ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #198754;
}
.no-included-box ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}
.no-included-box ul li:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #dc3545;
}

