/* Package Page Specific Styles */
.package-header {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.package-header::before {
    content: '';
    position: absolute;
    top: 0;
.tab-content-panel,
.tab-content-panel h2,
.tab-content-panel h3,
.tab-content-panel h4,
.tab-content-panel h5,
.tab-content-panel h6,
.tab-content-panel p,
.tab-content-panel li {
    font-family: 'Poppins', sans-serif;
}
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.4) 0%, rgba(44, 44, 44, 0.6) 100%);
    z-index: 1;
}

.package-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.package-header-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 80px 0 40px;
}

.package-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.package-meta {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.95);
    font-weight: 500;
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.lead {
    color: rgba(255,255,255,0.95);
    font-size: 1.1rem;
    line-height: 1.6;
}

.package-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.price-box {
    background: var(--primary-orange);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    position: sticky;
    top: 100px;
}

.price-box h3 {
    color: white;
    margin-bottom: 1.5rem;
}

.price-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.btn-book {
    background: white;
    color: var(--primary-orange);
    font-weight: 700;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
}

.btn-book:hover {
    background: #f8f9fa;
}

.highlight-item {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

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

.content-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.timeline {
    position: relative;
    padding-left: 0;
}

.timeline-item {
    position: relative;
    padding-left: 80px;
    padding-bottom: 3rem;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 26px;
    top: 60px;
    bottom: -20px;
    width: 2px;
    border-left: 2px dashed #4ecdc4;
}

.timeline-item:last-child::before {
    display: none;
}

.day-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #4ecdc4 0%, #44b3aa 100%);
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(78, 205, 196, 0.4);
}

.timeline-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    font-weight: 700;
}

.activity-item {
    margin-bottom: 1.5rem;
}

.activity-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.activity-description {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.activity-extras {
    margin-top: 1rem;
}

.activity-extras .activity-item {
    margin-bottom: 0.75rem;
}

.activity-extras .activity-title {
    font-size: 1rem;
    font-weight: 500;
}

.tag-badge {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tab-navigation {
    background: white;
    border-radius: 15px;
    padding: 0.5rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
    display: flex;
    gap: 0.5rem;
}

.tab-button {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    color: var(--text-light);
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tab-button:hover {
    background: rgba(255, 140, 0, 0.1);
    color: var(--primary-orange);
}

.tab-button.active {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--dark-orange) 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.tab-content-panel {
    display: none;
}

.tab-content-panel.active {
    display: block;
    animation: fadeIn 0.3s;
}

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

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 1rem;
    font-size: 0.9rem;
}

.info-table {
    width: 100%;
}

.info-row {
    display: flex;
    padding: 1.25rem 0;
    border-bottom: 1px solid #eee;
}

.info-row:last-child {
    border-bottom: none;
}

.info-label {
    flex: 0 0 180px;
    font-weight: 600;
    color: var(--text-dark);
}

.info-value {
    flex: 1;
    color: var(--text-light);
}

.duration-badges {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.duration-badge {
    background: #4ecdc4;
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .package-title {
        font-size: 2rem;
    }
    .price-box {
        position: relative;
        top: 0;
        margin-top: 2rem;
    }
    .tab-navigation {
        flex-direction: column;
        padding: 0.5rem;
    }
    .tab-button {
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
    }
    .info-row {
        flex-direction: column;
        gap: 0.5rem;
    }
    .info-label {
        flex: none;
        font-weight: 700;
    }
    .duration-badges {
        flex-direction: column;
    }
}
