/* Article */
.tour_article {
    background: linear-gradient(135deg, #d4fc79, #96e6a1);
}

.tour_article_title {
    font-size: 2rem;
}

.tour_article_days {
    background: linear-gradient(45deg, #11998e, #38ef7d);
}

.tour_article_price {
    background: linear-gradient(45deg, #56ab2f, #a8e063);
}

.tour_article_image {
    transition: transform 0.3s ease;
}
.tour_article_image:hover {
    transform: scale(1.03);
}

/* Side widgets */
.widget_card {
    border-radius: 15px;
    background: linear-gradient(135deg, #11998e, #38ef7d);
    color: white;
}

.widget_card_header {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px 15px 0 0;
}

/* Inputs */
.widget_input {
    border-radius: 10px;
}

.widget_input_left {
    border-radius: 10px 0 0 10px;
}

.widget_input_right {
    border-radius: 0 10px 10px 0;
}

/* Buttons */
.widget_button {
    border-radius: 10px;
}

/* Contact form container */
.widget_form_container {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}
