
.menu-item > a{
    color: var(--title-color);
}
.menu-item button i{
    color: var(--primary-color);
}
.contact-item{
    color: var(--primary-color);
}
.topbar-white{
margin-top: 0;
}

.contact-icon{
    color: var(--primary-color);

}
.topbar-white{
margin-top: 0;
border-bottom: 1px solid #e1e1e1;
}
.navbar{
border-bottom: 1px solid #e1e1e1;
}

.content-area.content-single-tour{
    max-width: 1350px;
    margin: 0 auto;
}
.site-main.single-tour{
    padding-top: 100px;
}
.entry-content-tab{
    margin-top: 10px;
}
.entry-content-tab h1,
.entry-content-tab h2,
.entry-content-tab h3,
.entry-content-tab h4,
.entry-content-tab h5{
    color: var(--primary-color);
}


.tour-header-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 4rem;
    
}
.tour-label-header{
    padding: 5px 10px;
    background: var(--secondary-color);
    border-radius: 5px;
    color: #fff;
    font-family: var(--font-family);
    font-size: 14px;
}
.tour-title {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.entry-content-tab ul{  
 padding-left: 10px;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border: 1px solid var(--primary-color); 
  box-shadow: 0 0 4px rgba(3, 116, 124, 0.5); 
}
.tour-header-highlights {
    display: flex;
    gap: 5px 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.tour-highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
}

.highlight-icon {
    color: #00877C;
    font-size: 18px;
}

.tour-description {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.tour-details-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.tour-detail-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.detail-icon-tours {
    color: #00877C;
    font-size: 20px;
    margin-top: 2px;
}

.detail-content {
    display: flex;
    flex-direction: column;
}

h1{
    font-family: var(--font-family);
}
p{
    font-family: var(--font-family);
    font-weight: 500;
}

.entry-title{
    color:var(--primary-color);
}
p{
    color:var(--text-color);   
}




.main-tour{
 padding: 0 4rem;
 position: relative;
}
/* seccion de la galeria */
.tika-gallery-grid{
    display: grid;
    empty-cells: 100vh;
    overflow: hidden;
}

/* end seccion de la galeria */


.nav-menu-tours {
   
    position: sticky;
    max-width: 100%;
  overflow: hidden;
  z-index: 999;
  margin-top: 10px;
}
.nav-menu-tours-container{
display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 5px;
}
.nav-menu-tours .scroll-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.nav-menu-tours .scroll-arrow.lefttour {
  left: 0;
   background: linear-gradient(92deg, #ffffff, transparent);
}

.nav-menu-tours .scroll-arrow.righttour {
  right: 0;
    background: linear-gradient(-92deg, #ffffff, transparent);
}

.nav-menu-tours {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.nav-menu-tours::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}


.nav-menu-tours a {
    text-decoration: none;
    flex: 1;
    background: #fff;
    color: var(--title-color);
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    font-weight: bold;
    border-radius: 6px;
}

.nav-menu-tours a:hover,
.nav-menu-tours a.active {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}
.section-iti:first-child, .section-iti:nth-child(4){
    padding-top: 0;
}
.section-iti {
    padding: 20px 0;
}

.section-iti.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.content-tour-dates{
    display: flex;
}
.entry-content-tab{
    width: 70%;
    padding-top: 20px;
    padding-right: 20px;
}

.faq-m{
    margin-bottom: 20px;
}
.faqs-itinerary {
    margin: 20px 0;
    font-family: inherit;
}

.faqs-iti {
    margin-bottom: 10px;
 
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faqs-iti[open] {
    border-color: #00877c;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.faqs-iti summary {
    padding: 15px 20px;
    background-color: var(--lavanda);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    transition: background-color 0.2s ease;
    position: relative;
}
.faqs-iti summary h4{
    color: var(--title-color);
}
.faqs-iti summary:hover {
    background-color: #E6F2F1;
}

.faqs-iti summary::-webkit-details-marker {
    display: none;
}

.faqs-iti summary span {
    flex-grow: 1;
    font-weight: 500;
    color: var(--primary-color);
}

.faqs-iti .icon {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 12px;
    fill: var(--secondary-color);
}

.faqs-iti[open] .icon {
    transform: rotate(180deg);
    color: #4a90e2;
}

.respuesta-contenido {
    background-color: #E6F2F1;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faqs-iti[open] .respuesta-contenido {
    max-height: 1000px;
}


.respuesta-content-inner {
    padding: 15px 0;
}
/**/
.tour-tab-title{
    color: var(--title-color);
}
.respuesta {
    margin: 0;
    color: var(--text-color);
    line-height: 1.6;
}
#inclusion{
    display: flex;
    gap: 20px;
}
#inclusion .inclusiones, #inclusion .exclusiones{
    flex: 1;
    border: 1px solid #dfdfe3;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.recomendaciones{
    border: 1px solid #dfdfe3;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.inclusiones .contenido ul,
.exclusiones .contenido ul,
.recomendaciones .contenido ul{
    padding-left: 0;
    list-style: none;
}
.inclusiones .contenido ul li,
.exclusiones .contenido ul li,
.recomendaciones .contenido ul li{
    margin-bottom: 10px;
    color: var(--text-color);
    font-size: 14px;
}
.inclusiones .contenido,
.exclusiones .contenido,
.recomendaciones .contenido {
    padding: 0;
    margin: 0;
    border-radius: 8px;
  
}
.inclusiones .contenido i,
.exclusiones .contenido i,
.recomendaciones .contenido i {
    color: #00877C;
}

.reserva-tour-sidebar {
    position: sticky;
    top: 150px;
    min-width: 300px;
    width: 30%;
    height: fit-content;
    margin: 20px 0 0;
    
}
.form-sidebar{
padding: 15px;
    border-radius: 15px;
    border: 1px solid #dfdfe3;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
    .tour-booking-widget {
        --primary-color: #00877c;
        --primary-hover: #006b62;
        max-width: 360px;
        margin: 0 auto;
    }

    .booking-card {
        border: 1px solid var(--border-color);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    }

    .booking-header {
        padding: 0 20px;
        background-color: var(--light-gray);
        text-align: center;
    }
    .btn-book-now.primary-action {
        background-color: var(--primary-color);
        width: 100%;
        padding: 14px;
        border: none;
        border-radius: 6px;
        font-size: 17px;
        font-weight: 600;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        margin-bottom: 15px;
    }

    .btn-book-now.primary-action:hover {
        background-color: var(--primary-hover);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 135, 124, 0.25);
    }

    .btn-book-now.primary-action i {
        margin-right: 10px;
        font-size: 18px;
    }
    .price-summary {
        background-color: white;
        padding: 0 20px;
    }

    .price-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid var(--border-color);
    }

    .price-header i {
        color: var(--primary-color);
        margin-right: 10px;
        font-size: 18px;
    }

    .price-header h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: var(--text-color);
    }

    .price-list {
        list-style: none;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .price-item {
        display: flex;
        gap: 20px;
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
        align-items: baseline;
    }

    .price-item:last-child {
        border-bottom: none;
    }

    .price-label {
        font-size: 14px;
        color: #555;
    }

    .price-value {
        font-size: 20px;
        font-weight: 700;
        color: var(--title-color);
    }
    .price-value-antes {
        font-size: 16px;
        font-weight: 700;
        color: #2d37489e;
        text-decoration: line-through;
    }

    .minimum-requirement {
        display: flex;
        align-items: center;
        margin-top: 15px;
        padding: 10px;
        background-color: #f9f9f9;
        border-radius: 6px;
        font-size: 13px;
        border-left: 3px solid var(--warning-color);
    }

    .minimum-requirement i {
        color: var(--warning-color);
        margin-right: 8px;
        font-size: 16px;
    }

    .btn-inquire.secondary-action {
        width: 100%;
        padding: 12px;
        border: none;
        background: var(--lavanda);
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-color);
        transition: all 0.3s ease;
    }

    .btn-inquire.secondary-action:hover {
        background-color: #00877C;
        transform: translateY(-2px);
        color: #Fff;
        box-shadow: 0 4px 12px rgba(26, 115, 232, 0.25);
    }

    .btn-inquire.secondary-action i {
        margin-right: 8px;
    }

    .cancellation-policy {
        margin: 15px 0px 20px;
        padding: 25px;
        background-color: #f9f9f9;
        border-radius: 15px;
        font-size: 13px;
      
    }

    .cancellation-policy h5 {
        margin: 0 0 8px 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        color: var(--text-color);
        font-family: var(--font-family);
    }

    .cancellation-policy h5 i {
        margin-right: 8px;
        color: var(--warning-color);
    }

    .cancellation-policy p {
        margin: 0;
        line-height: 1.5;
        color: #555;
    }

    .inquiry-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }
.hp-field {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
    .modal-content {
        background-color: white;
        border-radius: 8px;
        width: 90%;
        max-width: 600px;
        max-height: 90vh;
        overflow-y: auto;
        margin: 60px auto;

        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    .culum-two {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .modal-header {
        padding: 20px;
        border-bottom: 1px solid var(--border-color);
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--light-gray);
    }

    .modal-header h3 {
        margin: 0;
        font-size: 18px;
        color: var(--text-color);
    }

    .close-modal {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #777;
    }

    .modal-body {
        padding: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        display: block;
        margin: 10px 0 5px;
        font-size: 14px;
        font-weight: 600;
        font-family: var(--font-family);
        color: #444;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
    }

    .form-group textarea {
        min-height: 100px;
    }

    .btn-submit-inquiry {
        background-color: var(--secondary-color);
        color: white;
        border: none;
        margin-top: 10px;
        padding: 12px 20px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        transition: background-color 0.3s ease;
    }

    .btn-submit-inquiry:hover {
        background-color: var(--primary-hover);
    }

    .btn-submit-inquiry i {
        margin-right: 8px;
    }




 
.container-form-reserva {
    max-width: 1200px;
    margin: 0px auto 2rem auto;
    padding: 0 1rem;
  }
  
  #reservaForm {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 2rem;
    margin: 120px 4rem;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  
  .left-column, .right-column {
    flex: 1;
    min-width: 300px;
  }

  .customer-details, .billing-details, .payment-details {
    margin-bottom: 2rem;
  }
  
  .resumen-reserva {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .resumen-reserva h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
   
  }
  
  .resumen-reserva p {
    margin-bottom: 0.5rem;
  }
  
  .resumen-reserva h4 {
    font-size: 24px;
    margin-top: 1rem;
    color: var(--primary-color);
  }
  h2 {
    font-size: 1.5rem;
    
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
  }
  
  #reservaForm h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
  }
  .form-group {
    margin-bottom:0;
    position: relative;
  }
  
  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .form-row .form-group {
    flex: 1;
    min-width: 200px;
  }
  .form-cant label{
font-family: var(--font-family);
font-size: 14px;
  }
  label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #495057;
    
  }
  
  input, select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  
  input:focus, select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.2);
  }
  
  input[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
  }

  .hp-field {
    position: absolute;
    left: -9999px;
  }

  #submitBtn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  
  #submitBtn:hover {
    background-color: var(--primary-color);
  }
  
  #loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  }
  .error-message {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: none;
  }
  
  .form-submitted input.invalid,
  .form-submitted select.invalid {
    border-color: #dc3545;
  }
  
  .form-submitted .invalid + .error-message {
    display: block;
  }

  .security-note {
    background-color: #e7f5ff;
    color: var(--primary-color);
    font-family: var(--font-family);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
.terms-checkbox {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
  }
  
  .terms-checkbox input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
  }
  
  .terms-checkbox label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  
  .terms-checkbox label a {
    color: var(--primary-color);
    text-decoration: none;
  }
  
  .terms-checkbox label a:hover {
    text-decoration: underline;
  }
  
  .terms-checkbox .error-message {
    position: absolute;
    bottom: -20px;
    
  }
 .payment-container {
    display: grid;
    max-width: 1200px;
    margin: 5rem auto 0 auto;
    gap: 2rem;
    padding: 0 1rem;
    grid-template-columns: repeat(2,1fr);
}

.detail-payment {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.reservation-details h2 {
    margin-top: 0;
    color: var(--title-color);
    font-size: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reservation-details h2 i {
    color: var(--title-color);
}

.details-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.details-section h3 {
    color: #444;
    font-size: 1.2rem;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.details-section h3 i {
    color: var(--title-color);
    font-size: 1rem;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    margin: 0.8rem 0;
    font-size: 1rem;
    line-height: 1.5;
}

.detail-label {
    color: var(--primary-color);
    font-weight: 500;
    font-family: var(--font-family);
}

.detail-value {
    font-weight: 600;
    color: var(--text-color);
    font-family: var(--font-family);
}

.detail-value.highlight {
    color: var(--title-color);
    font-weight: 600;
}

.important-note {
    background: #fff8e6;
    padding: 0.8rem;
    border-radius: 5px;
    margin-top: 1rem !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: #e67e22;
}

.important-note i {
    font-size: 1.2rem;
}

.total-amount {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    font-size: 1.1rem;
}

.payment-security {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #28a745;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    padding: 0.8rem;
    background: #f8f9fa;
    border-radius: 5px;
}

.payment-security i {
    font-size: 1.2rem;
}
.payment-wrapper{
    position: relative;
}
.payment-header{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.payment-header img{
    width: 300px;
    margin: 0 auto;
}
span.payment-method{
text-align: center;
}

  #micuentawebstd_rest_wrapper{
display: flex;
align-items: center;
justify-content: center;
  }
  .error-container {
    max-width: 600px;
    margin: 6rem auto ;
    padding: 3rem;
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    box-shadow: 0 10px 30px rgba(244, 67, 54, 0.1);
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.error-title {
    color: #ff5252;
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

.error-message-error {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: white;
    border-radius: 8px;
    color: #ff1744;
    font-size: 1.1rem;
    box-shadow: 0 2px 10px rgba(255, 82, 82, 0.1);
    border-left: 5px solid #ff5252;
}

.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #ff5252;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px rgba(255, 82, 82, 0.3);
}

.btn:hover {
    background-color: #ff1744;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 82, 82, 0.4);
}
.hp-field {
    position: absolute;
    left: -9999px;
  }

  .error-message {
    color: red;
    font-size: 0.875em;
    display: none;
  }

  .form-control.error {
    border-color: #dc3545;
  }

  #loading-spinner {
    display: none;
  }
.timeline-itinerary {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    
}

.timeline-days-container {
    position: relative;
}

.timeline-days-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 1px;
    background: #e0e0e0;
    z-index: 1;
}

.timeline-day {
    position: relative;
    margin-bottom: 30px;
}

.day-marker {
    position: sticky;
    
    top: 155px;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}

.marker-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 4px solid white;
    box-shadow: 0 0 0 2px var(--primary-color);
    z-index: 1;
}

.marker-line {
    width: 2px;
    height: 100%;
    background: var(--primary-color);
    margin-top: -2px;
    margin-bottom: 10px;
}

.day-number {
    font-weight: bold;
    color: var(--primary-color);
    background: white;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.9em;
    border: 1px solid #e0e0e0;
}
.day-content {
    background: white;
    border-radius: 8px;
    overflow: hidden;   
    padding-left: 60px;
    margin-top: -55px;
}

.day-header {
    width: 100%;
    padding: 18px 30px;
    text-align: left;
    background: #E6F2F1;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease;
    border: none;
}

.day-header:hover {
    background: linear-gradient(135deg, #2a9d8f,#264653);
}
.day-header:hover .day-title{
    color: white;
}
.day-header[aria-expanded="true"] {
    background: linear-gradient(135deg, #2a9d8f,#264653);
    color: white;
}

.day-header[aria-expanded="true"] .day-title {
    color: white;
}

.day-header[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
}
.day-header:hover .accordion-icon {
    color: white;
}
.day-title {
    margin: 0;
    color: var(--primary-color);
    font-size: 1.2em;
    font-weight: 600;
}

.accordion-icon {
    transition: transform 0.3s ease;
    color: var(--primary-color);
}

.day-header[aria-expanded="true"] .accordion-icon {
    color: white;
}

.day-details {
    margin-top: 15px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.day-header[aria-expanded="true"] + .day-details {
    padding-top: 25px;
    max-height: 5000px;
}

.day-image {
    margin-top: 10px;
    margin-bottom: 20px;
}

.day-image img {
    width: 100%;
    border-radius: 6px;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.day-summary {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e0e0e0;
    line-height: 1.6;
}

.activities-container {
    margin: 25px 0;
}

.activity-item {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    gap: 5px;
    margin-left: 5px;
}
.activity-item> i::after{
 content: "";
 position: absolute;
 left: 5px;
 top: 20px;
 background-color: var(--line-color);
 height: 90%;
 width: 1px;
}


.activity-item.highlight::before {
    background:#E6F2F1;
    width: 14px;
    height: 14px;
    top: 4px;
}

.activity-item.transport::before {
    background: #00877C;
}

.activity-time {
    flex: 0 0 50px;
    font-weight: bold;
    color: var(--primary-color);
    font-size: 0.9em;
    padding-top: 2px;
}

.activity-content {
    flex: 1;
    background: white;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #f9f3f3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.activity-item.highlight .activity-content {
    border-left: 3px solid #E6F2F1;
}

.activity-item.transport .activity-content {
    border-left: 3px solid #00877C;
}

.activity-content h4 {
    margin: 0 0 8px 0;
    color: var(--primary-color);
    font-size: 1.1em;
}

.activity-content p {
    margin: 0 0 10px 0;
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.5;
}

.activity-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.85em;
    color: #6c757d;
}

.activity-meta span {
    display: inline-flex;
    align-items: center;
}

.activity-meta i {
    margin-right: 5px;
    font-size: 0.9em;
}

.activity-highlight {
    margin-top: 10px;
    padding: 8px 12px;
    background:var(--lavanda);
    border-radius: 4px;
    font-size: 0.85em;
    color: #00877C;
    display: flex;
    align-items: center;
}

.activity-highlight i {
    margin-right: 8px;
    color: #00877C;
}
.day-notes {
    margin-top: 30px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #fcc419;
}

.day-notes h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #e67700;
    display: flex;
    align-items: center;
}

.day-notes h5 i {
    margin-right: 8px;
}

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

.day-notes li {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
}
#comentar{
    padding: 10px 18px;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}

 .modern-tour-review-form {
    display: none;
        margin: 40px 0;
        border-radius: 8px;
        background: #fff;
        
    }
    .form-data{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .modern-form-group {
        margin-bottom: 20px;
    }
    
    .modern-form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: var(--text-color);
        font-family: var(--font-family);
        font-family: 14px;
    }
    
    .modern-form-group input[type="text"],
    .modern-form-group input[type="email"],
    .modern-form-group textarea {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        background-color: #e9ecef;
    }
    .modern-form-group input[type="text"]:focus,
    .modern-form-group input[type="email"]:focus,
    .modern-form-group textarea:focus {
        outline: none;
        border: none;
        box-shadow: none;  
    }
    
    .modern-form-group textarea {
        min-height: 120px;
        resize: vertical;
    }
    
    .modern-rating-stars {
        display: flex;
        direction: ltr;
    }
    
    .modern-rating-stars span.star {
        font-size: 28px;
        cursor: pointer;
        color: #e0e0e0;
        margin-right: 5px;
        transition: all 0.2s ease;
    }
    
    .modern-rating-stars span.star.active, 
    .modern-rating-stars span.star:hover {
        color: #FFC107;
        transform: scale(1.1);
    }
    
    .modern-review-button {
        background-color: #00877C;
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .modern-review-button:hover {
        background-color: #006B63;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 135, 124, 0.2);
    }
    
    .modern-review-button:active {
        transform: translateY(0);
    }
    
    .modern-review-notice {
        font-size: 0.85em;
        color: var(--text-color);
        margin-top: 15px;
        font-style: italic;
    }
#review_message {
        margin-top: 15px;
        padding: 12px;
        border-radius: 4px;
        display: none;
        font-size: 15px;
    }
.tour-reviews{
 padding-top: 30px;
 margin-top: 30px;
 border-top: 1px dashed var(--line-color);
}
.tour-reviews h3{
    color: var(--primary-color);
}
   .tour-rating-summary {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
    }
    .average-rating {
        flex:1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 150px;
    }
    .average-number-single {
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
        color: var(--primary-color);
    }
   
    .rating-distribution {
        flex: 1;
        min-width: 250px;
    }
    .rating-bar {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    .rating-bar .stars {
        white-space: nowrap;
        font-size: 16px;
        width: 80px;
        color: #ffb700;
    }
    .bar-container {
        flex: 1;
        height: 10px;
        background: #eee;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 10px;
    }
    .bar-container .bar {
        height: 100%;
        background: #ffb700;
    }
    .rating-bar .count {
        width: 30px;
        text-align: right;
        font-size: 0.9em;
        color: var(--text-color);
    }
    .tour-reviews-list {
        margin-top: 20px;
    }
    .tour-review {
        border-bottom: 1px dashed #eee;
        padding: 20px 0;
    }
    .review-header {
        display: flex;
        gap: 15px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        align-items: center;
    }
    .review-author {
        font-weight: bold;
        color: var(--primary-color);
    }
    .review-date {
        color: var(--text-color);
        font-size: 0.9em;
    }
    .review-rating {
        color: #ffb700;
    }
    .review-content {
        line-height: 1.6;
    }

.tour-mapa-image img{
    margin-top: 20px;
width: 100%;
border-radius: 10px;
}
#details ul{
    padding-left: 20px;
}

.tour-recomendaciones {
    margin: 20px 0 0;
    border-radius: 8px;
}

.recomendaciones-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.recomendacion-item {
    padding: 15px;
    border-radius: 15px;
    background-color: var(--lavanda);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.recomendacion-imagen img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}
/* gallery */
.tika-gallery-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 8px;
        height: 400px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }
    .tika-gallery-item {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: transform 0.3s ease, opacity 0.3s ease;
        background-color: #f5f5f5;
    }
    .tika-gallery-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: opacity 0.3s ease;
    }

    .tika-gallery-item:hover .tika-gallery-img {
        opacity: 0.9;
    }
    .tika-gallery-item:first-child {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
    }

    .tika-gallery-item:nth-child(2) {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    .tika-gallery-item:nth-child(3) {
        grid-row: 1 / 2;
        grid-column: 3 / 4;
    }

    .tika-gallery-item:nth-child(4) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }

    .tika-gallery-item:nth-child(5) {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
        position: relative;
    }
    .tika-gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 17%);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-family: var(--font-family);
    }

    .tika-gallery-item:hover .tika-gallery-overlay {
        background: rgba(0, 0, 0, 0.275);
    }
    .count-gallery{
        background: #fff;
        color: var(--primary-color);
        border-radius: 8px;
        padding: 5px 10px 2px;
                font-size: 1rem;
        font-weight: 600;
        position: absolute;
        bottom: 15px;
        right: 15px;
        display: flex;
        align-items: center;
    }

    .tika-gallery-overlay i {
        margin-right: 8px;
        font-size: 1.25rem;
    }

/* end gallery */

    @media (max-width: 1024px) {
    
    .tour-container-header{
        display: flex;
        flex-direction: column;
    }
     .tika-gallery-grid {
            height: 350px;
        }
    }

    @media (max-width: 768px) {
        .tika-gallery-img,.tika-gallery-overlay{
            border-radius: 8px;
        }
          .tika-gallery-grid {
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: 300px 100px;
            height: auto;
            gap: 6px;
        }

        .tika-gallery-item:first-child {
            grid-column: 1 / 5;
            grid-row: 1 / 2;
        }

        .tika-gallery-item:nth-child(2) {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
        }

        .tika-gallery-item:nth-child(3) {
            grid-column: 2 / 3;
            grid-row: 2 / 3;
        }

        .tika-gallery-item:nth-child(4) {
            grid-column: 3 / 4;
            grid-row: 2 / 3;
        }

        .tika-gallery-item:nth-child(5) {
            grid-column: 4 / 5;
            grid-row: 2 / 3;
        }

        .tika-gallery-overlay {
            font-size: 1.25rem;
        }
        .tour-rating-summary{
            margin-top: 20px;
        }
        #inclusion{
   flex-direction: column;
}
        .site-main.single-tour{
            padding-top: 0;
        }
        .tour-header-container {
            padding: 0 20px;
        }
        .reserva-tour-sidebar {
            padding: 0px;
            margin: 0 0 20px;
            width: 100%;

        }
        .tour-info-header h1.entry-title{
font-size: 3rem;
        }
        .count-gallery{
            font-size: 12px;
            white-space: nowrap;
            right: 3px;
        }
 
   
    .tour-container-header{
        padding: 50px 20px 0 20px;
    }
    .tour-image-header{
        margin-top: 20px;
    }
    .tour-info-header{
        padding: 0;
    }
    .tour-info-header h1 {
        border: none;
       
    }
    .tour-details-header{
        border: none;
    }
    .tour-info-title p{
        border: none;
    }
    .tour-details-grid{
        padding: 20px 0;
    }
    .main-tour{
        padding: 0 20px;
    }
    .nav-menu-tours{
        overflow-x: scroll;
    }
    .content-tour-dates{
        flex-direction: column;
    }
    .entry-content-tab{
        width: 100%;
        padding-right: 0;
    }
    .reserva-tour{
        width: 100%;
    }
    .row {
        flex-direction: column;
      }
      
      .left-column, .right-column {
        width: 100%;
      }
      
      .form-row .form-group {
        min-width: 100%;
      }
    .payment-container {
        display: flex;
        flex-direction: column;
    }
    .tour-detail-item{
        flex: 1;
    }
    .detail-payment {
        order: 2;
        margin-top: 1.5rem;
    }
    
    .detail-item {
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .detail-value {
        max-width: 100%;
        text-align: left;
        white-space: nowrap;
    }
    #reservaForm{
        padding: 0;
        margin: 60px 0;
        box-shadow: none;
    }
    
    .day-content{
        padding-left: 5px;
    }
    .timeline-days-container::before {
        left: -8px;
    }
    
    .day-marker {
        left: -60px;
        width: 60px;
        margin-left: -20px;
    }
    
    .activity-item {
        flex-direction: column;
        padding-left: 0;
    }
    
    .activity-item::before {
        display: none;
    }
    
    .activity-time {
        margin-bottom: 5px;
        font-size: 0.85em;
    }
    .nav-menu-tours .scroll-arrow{
        display: flex;
    }
    .tour-booking-widget {
            max-width: 100%;
        }

        .modal-content {
            width: 95%;
        }
        .modern-rating-stars span.star {
            font-size: 24px;
        }
        .recomendaciones-grid{
            grid-template-columns: repeat(2,1fr);
        }
        .tour-recomendaciones{
            padding: 0;
        }

}



    .mtp-hidden {
        display: none !important;
    }
    .tika-gallery-item:focus {
        outline: 2px solid #FF385C;
        outline-offset: 2px;
    }
    .lg-backdrop {
        background: #000000a1 !important;
    }
