/* Write your css codes here */

/* Tour Details Clean Styles */
.tour-description {
    line-height: 1.6;
    color: #333;
}

.tour-description h6 {
    color: #007bff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tour-description p {
    margin-bottom: 1rem;
    color: #555;
}

.tour-description ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.tour-description li {
    margin-bottom: 0.5rem;
    color: #555;
}

/* API Import Notice */
.api-import-notice {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.api-import-notice p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.api-import-notice i {
    color: #007bff;
    margin-right: 0.5rem;
}

/* Tour Details Summary */
.tour-details-summary {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-top: 1rem;
}

.details-list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

.details-list-unstyled li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
}

.details-list-unstyled li:last-child {
    border-bottom: none;
}

/* Program Items */
.program-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

.program-item-title {
    color: #007bff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.program-item-content {
    color: #495057;
    line-height: 1.6;
}

.program-item-content p {
    margin-bottom: 1rem;
}

.program-item-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.program-item-content li {
    margin-bottom: 0.5rem;
}

/* Tour Programs Clean */
.tour-programs-clean {
    margin-top: 1rem;
}

.program-clean {
    margin-bottom: 2rem;
}

.program-title-clean {
    color: #007bff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.5rem;
}

.program-items-clean {
    margin-top: 1rem;
}

.day-clean {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.day-clean:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.day-title-clean {
    color: #007bff;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.day-description-clean {
    color: #495057;
    line-height: 1.7;
    font-size: 0.95rem;
}

.day-description-clean p {
    margin-bottom: 1rem;
    text-align: justify;
}

.day-description-clean ul {
    padding-left: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.day-description-clean li {
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.day-description-clean li:last-child {
    border-bottom: none;
}

.day-description-clean li i {
    color: #007bff;
    margin-right: 0.5rem;
    font-size: 0.8rem;
}

/* Gün başlıkları için özel stil */
.day-clean:first-child .day-title-clean {
    color: #28a745;
}

.day-clean:nth-child(2) .day-title-clean {
    color: #fd7e14;
}

.day-clean:nth-child(3) .day-title-clean {
    color: #dc3545;
}

.day-clean:nth-child(4) .day-title-clean {
    color: #6f42c1;
}

.day-clean:nth-child(5) .day-title-clean {
    color: #20c997;
}

/* Services Clean */
.included-services-clean,
.excluded-services-clean {
    line-height: 1.6;
    color: #495057;
}

.included-services-clean ul,
.excluded-services-clean ul {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.included-services-clean li,
.excluded-services-clean li {
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
}

.included-services-clean li:before {
    content: "✓ ";
    color: #28a745;
    font-weight: bold;
    margin-right: 0.5rem;
}

.excluded-services-clean li:before {
    content: "✗ ";
    color: #dc3545;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Card Title with Icon */
.card-title-with-icon {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.card-title-with-icon i {
    font-size: 1.25rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .program-item,
    .day-clean {
        padding: 1rem;
    }
    
    .program-title-clean,
    .day-title-clean {
        font-size: 1rem;
    }
    
    .card-title-with-icon {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
