.trip-card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    transition: all 0.3s;
    height: 100%;
}
.trip-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.trip-card-image {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.testimonial-section {
    padding: 4rem 0;
    margin-top: 4rem;
}
.testimonial-image {
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(132, 28, 148, 0.2);
}

.aboutUs .holiday-section ul li i {
    color: #3a8182;
}
