/* Itinerary Detail Styles */
.day-section {
    border-color: #e9ecef !important;
}

.timeline {
    border-left: 2px dashed #dee2e6;
}

.timeline .position-absolute.rounded-circle {
    box-shadow: 0 0 0 4px var(--white);
    background: var(--white);
    z-index: 1;
}

/* Card Improvements */
.hover-shadow:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg) !important;
}

.transition-all {
    transition: all 0.3s ease;
}

/* Sidebar Sticky Adjustment */
.sticky-top {
    z-index: 10;
}

/* Image improvements */
.img-fluid.rounded-4 {
    border-radius: var(--radius-lg) !important;
}

/* Badge styling */
.badge.bg-light {
    color: var(--primary) !important;
    background-color: rgba(255, 50, 77, 0.05) !important;
    border-color: rgba(255, 50, 77, 0.1) !important;
}

/* Day Header Pin */
.day-section > .position-absolute {
   left: 0;
   background: var(--primary);
}
