.glide__slide .card {
    min-height: 550px; /* ปรับตามความเหมาะสม */
    display: flex;
    flex-direction: column;
    border: 2px solid rgb(10, 102, 193) !important;
}

.glide__slide .card img {
    width: 100%;
    height: 260px; /* ปรับความสูงตามต้องการ */
    object-fit: cover; /* ครอบตัดรูปให้เต็มกรอบ ไม่บิด */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tour-highlight {
    color: #e67e22;
    font-size: 1.05em;
    margin: 8px 0;
}
