.ai-chat-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
    background: #f9f9f9;
}

.ai-chat-messages {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.user-msg {
    background: #0073aa;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    margin: 5px 0;
    display: inline-block;
    max-width: 80%;
}

.bot-msg {
    background: #e2e2e2;
    color: #000;
    padding: 8px 12px;
    border-radius: 20px;
    margin: 5px 0;
    display: inline-block;
    max-width: 80%;
}

.tour-card{width:30%; display:inline-block;}
.tour-card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 5px;
}

.tour-card h4 {
    margin: 5px 0;
    font-size: 16px;
}

.tour-card p {
    margin: 3px 0;
    font-size: 14px;
}

.tour-card .btn {
    text-align: center;
    cursor: pointer;
}