/* Tour Info Slider Widget Styles - Exact Match to Reference Design */

.tour-info-slider-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 0;
    overflow: hidden;
}

.tour-info-slider {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

/* Show all slides inline */
.tour-info-slide {
    flex: 0 0 calc(33.333% - 1.35rem);
    min-width: calc(33.333% - 1.35rem);
    opacity: 1;
}

/* Header Section */
.tour-info-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.tour-slider-icon {
    background: #84cc16;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 2.5rem;
}

.tour-slider-icon svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
}

.tour-slider-icon i {
    font-size: 2.5rem;
    color: #ffffff;
}

.tour-info-header-text h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.25rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tour-info-header-text p {
    font-size: 0.8125rem;
    color: #718096;
    margin: 0;
    font-weight: 400;
}

/* Content Section - Exact Match */
.tour-info-content {
    background: #ffffff;
    border: 1px dashed #cbd5e0;
    padding: 2rem 1.75rem;
    border-radius: 0;
    height: 450px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.tour-slider-date {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.25rem;
    letter-spacing: 0.3px;
}

.tour-slider-date span {
    color: #84cc16;
    font-weight: 700;
}

.arrival-date {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dashed #cbd5e0;
}

/* Train Layout - Exact Match */
.train-info-section {
    display: flex;
    flex-direction: column;
}

.train-route {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 0;
}

.train-station {
    flex: 1;
}

.train-station h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.train-station p {
    font-size: 0.8125rem;
    color: #718096;
    margin: 0.25rem 0;
    line-height: 1.5;
    font-weight: 400;
}

.train-station .time {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #2d3748;
    margin-top: 0.5rem;
}

.tour-slider-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-top: 1rem;
    transition: all 0.3s ease;
}

.tour-slider-arrow:hover {
    transform: scale(1.1);
}

.tour-slider-arrow svg {
    width: 32px;
    height: 32px;
}

.tour-slider-arrow i {
    transition: all 0.3s ease;
}

/* Hotel Layout */
.hotel-info {
    text-align: left;
}

.hotel-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}

.hotel-description {
    font-size: 0.875rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.hotel-website {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #2d3748;
    font-size: 0.875rem;
    font-weight: 500;
}

.hotel-website svg {
    color: #718096;
}

.hotel-website a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hotel-website a:hover {
    color: #84cc16;
}

/* Cruise Layout */
.cruise-info-section {
    display: flex;
    flex-direction: column;
}

.cruise-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}

.cruise-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.cruise-port {
    flex: 1;
    text-align: center;
}

.cruise-time {
    font-size: 2.5rem;
    font-weight: 300;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.cruise-location {
    font-size: 0.875rem;
    color: #718096;
    font-weight: 400;
}

.cruise-arrow {
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.cruise-arrow:hover {
    transform: scale(1.1);
}

.cruise-arrow svg {
    width: 32px;
    height: 32px;
}

.cruise-arrow i {
    transition: all 0.3s ease;
}

/* Flight Layout */
.flight-info-section {
    display: flex;
    flex-direction: column;
}

.flight-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.flight-airport {
    flex: 1;
    text-align: center;
}

.airport-code {
    font-size: 2.5rem;
    font-weight: 300;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.airport-city {
    font-size: 0.875rem;
    color: #718096;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.flight-time {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #2d3748;
}

/* Navigation Buttons */
.slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
}

.slider-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #84cc16;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slider-nav button:hover:not(:disabled) {
    background: #65a30d;
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.slider-nav button:disabled {
    background: #cbd5e0;
    cursor: not-allowed;
    opacity: 0.5;
}

.slider-nav button svg {
    width: 24px;
    height: 24px;
    fill: white;
}

/* Slider Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e0;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.slider-dot:hover {
    background: #a0aec0;
    transform: scale(1.2);
}

.slider-dot.active {
    background: #84cc16;
    width: 16px;
    height: 16px;
}

/* Responsive - 2 cards on tablet */
@media (max-width: 1024px) {
    .tour-info-slide {
        flex: 0 0 calc(50% - 1rem);
        min-width: calc(50% - 1rem);
    }
    
    .tour-info-content {
        padding: 1.75rem 1.5rem;
        height: 420px;
        min-height: 420px;
    }

    .tour-slider-icon {
        width: 75px;
        height: 75px;
    }

    .tour-slider-icon svg {
        width: 38px;
        height: 38px;
    }

    .tour-slider-icon i {
        font-size: 2.25rem;
    }
}

/* Responsive - 1 card on mobile */
@media (max-width: 768px) {
    .tour-info-slider-wrapper {
        padding: 1rem 0;
    }

    .tour-info-slide {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .tour-info-slider {
        gap: 0;
    }

    .tour-info-header {
        flex-direction: row;
        gap: 1rem;
    }

    .tour-slider-icon {
        width: 70px;
        height: 70px;
    }

    .tour-slider-icon svg {
        width: 35px;
        height: 35px;
    }

    .tour-slider-icon i {
        font-size: 2rem;
    }

    .tour-info-header-text h3 {
        font-size: 1rem;
    }

    .tour-info-content {
        padding: 1.5rem 1.25rem;
        height: auto;
        min-height: 350px;
    }

    .train-route {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .tour-slider-arrow {
        transform: rotate(90deg);
        padding-top: 0;
    }

    .tour-slider-arrow-left {
        transform: rotate(-90deg);
        padding-top: 0;
    }

    .cruise-route {
        flex-direction: column;
        gap: 1rem;
    }

    .cruise-arrow {
        transform: rotate(90deg);
    }

    .cruise-arrow-left {
        transform: rotate(-90deg);
    }

    .cruise-time {
        font-size: 2rem;
    }

    .flight-route {
        flex-direction: column;
        gap: 1rem;
    }

    .airport-code {
        font-size: 2rem;
    }

    .slider-nav {
        gap: 1rem;
        margin-top: 2rem;
    }

    .slider-nav button {
        width: 50px;
        height: 50px;
    }

    .slider-nav button svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .tour-info-header-text h3 {
        font-size: 0.9375rem;
    }

    .hotel-name,
    .cruise-name {
        font-size: 1.125rem;
    }

    .train-station h4 {
        font-size: 0.875rem;
    }

    .airport-code {
        font-size: 1.75rem;
    }

    .cruise-time {
        font-size: 1.75rem;
    }

    .slider-nav button {
        width: 45px;
        height: 45px;
    }

    .slider-dot {
        width: 10px;
        height: 10px;
    }

    .slider-dot.active {
        width: 14px;
        height: 14px;
    }
}
