:root {
    --color-background: #EFE3C2;
    --color-text: #d8f5d8;
    --color-primary: #efd10e;
    --color-secondary: #436850;
    --color-accent: #114232;
    --color-green: #04b53c;
}

.itinerary-timeline {
    position: relative;
    padding-left: 50px;
}

.itinerary-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}

.day-item {
    position: relative;
    padding-bottom: 2.5rem;
}

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

.day-marker {
    position: absolute;
    left: -50px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.day-marker i {
    color: var(--color-primary);
    font-size: 14px;
}

.day-label {
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.activity-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.activity-card:hover {
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.activity-time {
    display: inline-block;
    background: #f3f4f6;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    color: #4b5563;
    margin-left: 0.75rem;
}

.activity-location {
    display: flex;
    align-items: center;
    color: #6b7280;
    font-size: 0.875rem;
    margin-top: 0.75rem;
}

.activity-location i {
    margin-right: 0.5rem;
    font-size: 1rem;
    color: #9ca3af;
}

.package-detail-include {
    background: #f8fafc;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.package-detail-include h3 {
    color: #1e293b;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
}

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

.feature-list {
    margin: 0;
    padding: 0;
}

.feature-list h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    color: #475569;
}

.feature-list h4 i {
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.875rem;
}

.includes h4 i {
    background: #dcfce7;
    color: #16a34a;
}

.excludes h4 i {
    background: #fee2e2;
    color: #dc2626;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background: white;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.feature-item:hover {
    transform: translateX(5px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.feature-item i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.75rem;
    font-size: 0.75rem;
}

.includes .feature-item i {
    background: #dcfce7;
    color: #16a34a;
}

.excludes .feature-item i {
    background: #fee2e2;
    color: #dc2626;
}

.feature-item span {
    color: #475569;
    font-size: 0.95rem;
}

.package-detail-header {
    background: white;
    border-radius: 16px;
    overflow: hidden;
}

.header-content {
    padding: 0rem;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.package-detail-title h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.rating-stars {
    display: flex;
    gap: 0.25rem;
}

.star {
    color: #fbbf24;
    font-size: 1.25rem;
}

.package-detail-price {
    background: var(--color-primary);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    min-width: 160px;
}

.price-amount {
    font-size: 1.875rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.price-period {
    color: #e5e7eb;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.package-detail-meta {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.meta-item {
    display: flex;
    align-items: center;
    color: #475569;
    font-size: 0.95rem;
}

.meta-item i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 8px;
    margin-right: 0.75rem;
    color: #3b82f6;
    font-size: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.package-detail-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 1rem;
}

.package-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.package-detail-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        gap: 1rem;
    }

    .package-detail-price {
        width: 100%;
    }

    .meta-list {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Background Colors */
.bg-color_primary {
    background-color: var(--color-primary) !important;
}

.bg-color_secondary {
    background-color: var(--color-secondary) !important;
}

.bg-color_accent {
    background-color: var(--color-accent) !important;
}

.bg-color_background {
    background-color: var(--color-background) !important;
}

/* Text Colors */
.text-color_primary {
    color: var(--color-primary) !important;
}

.text-color_secondary {
    color: var(--color-secondary) !important;
}

.text-color_accent {
    color: var(--color-accent) !important;
}

.text-color_text {
    color: var(--color-text) !important;
}

/* Border Colors */
.border-color_primary {
    border-color: var(--color-primary) !important;
}

.border-color_secondary {
    border-color: var(--color-secondary) !important;
}

.border-color_accent {
    border-color: var(--color-accent) !important;
}

/* Hover States */
.hover\:bg-color_primary:hover {
    background-color: var(--color-primary) !important;
}

.hover\:bg-color_secondary:hover {
    background-color: var(--color-secondary) !important;
}

.hover\:bg-color_accent:hover {
    background-color: var(--color-accent) !important;
}

.hover\:text-color_primary:hover {
    color: var(--color-primary) !important;
}

.hover\:text-color_secondary:hover {
    color: var(--color-secondary) !important;
}

.hover\:text-color_accent:hover {
    color: var(--color-accent) !important;
}

.hover\:border-color_primary:hover {
    border-color: var(--color-primary) !important;
}

.hover\:border-color_secondary:hover {
    border-color: var(--color-secondary) !important;
}

.hover\:border-color_background:hover {
    border-color: var(--color-background) !important;
}

input[type="date"]::-webkit-datetime-edit {
    color: #999;
    opacity: 1;
}

input[type="date"]:focus::-webkit-datetime-edit {
    color: #333; /* Change color when focused */
}


/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.form-container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.form-header {
    background: var(--color-accent);
    color: white;
    padding: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
}

.form-header h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: white;
}

.form-content {
    padding: 30px;
}

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

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group textarea {
    height: 120px;
}

.radio-group {
    display: flex;
    gap: 20px;
}

.radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    margin-right: 5px;
}

.star-rating {
    display: flex;
    gap: 5px;
    font-size: 1.5rem;
}

.star-rating button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    transition: transform 0.2s;
}

.star-rating button:hover {
    transform: scale(1.2);
}

.submit-btn {
    background: var(--color-accent);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;

}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.error-message {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .banner h1 {
        font-size: 2rem;
    }

    .form-header h2 {
        font-size: 1.5rem;
    }

    .form-content {
        padding: 20px;
    }
}
