/*
 Theme Name: Classic Tour Booking Child
 Theme URI: https://example.com/
 Description: Child theme for Classic Tour Booking theme
 Author: Your Name
 Template: classic-tour-booking
 Version: 1.0.0
*/

@import url("../classic-tour-booking/style.css");

.success-container {
                max-width: 600px;
                margin: 0 auto;
                background: white;
                border-radius: 8px;
                box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                padding: 40px;
                text-align: center;
            }
            .success-icon {
                width: 80px;
                height: 80px;
                background: #27ae60;
                border-radius: 50%;
                margin: 0 auto 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                color: white;
            }
            .amount-box {
                background: #e8f5e9;
                border-left: 4px solid #27ae60;
                padding: 20px;
                margin: 20px 0;
                border-radius: 4px;
            }
            .amount-box .amount {
                font-size: 32px;
                font-weight: bold;
                color: #27ae60;
            }
			.payment-container {
                max-width: 600px;
                margin: 0 auto;
                background: white;
                border-radius: 8px;
                box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                padding: 40px;
            }
            .order-info {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 5px;
                margin: 20px 0;
            }
            .order-info p {
                margin: 10px 0;
            }
            .amount-box {
                background: #e8f5e9;
                border-left: 4px solid #27ae60;
                padding: 20px;
                margin: 20px 0;
                border-radius: 4px;
            }
            .amount-box .label {
                font-size: 14px;
                color: #666;
                margin-bottom: 5px;
            }
            .amount-box .amount {
                font-size: 32px;
                font-weight: bold;
                color: #27ae60;
            }
            .payment-form {
                margin-top: 30px;
            }
            .form-group {
                margin-bottom: 20px;
            }
            label {
                display: block;
                margin-bottom: 8px;
                font-weight: 600;
                color: #2c3e50;
            }
            input[type="text"],
            input[type="email"] {
                width: 100%;
                padding: 12px;
                border: 1px solid #ddd;
                border-radius: 4px;
                font-size: 16px;
                box-sizing: border-box;
            }
            .pay-button {
                background: #27ae60;
                color: white;
                padding: 15px 40px;
                border: none;
                border-radius: 5px;
                font-size: 18px;
                font-weight: bold;
                cursor: pointer;
                width: 100%;
                margin-top: 20px;
            }
            .pay-button:hover {
                background: #229954;
            }
            .pay-button:disabled {
                background: #ccc;
                cursor: not-allowed;
            }
.post-type-archive-ttbm_tour #sidebar{
	display: none !important;
}
.post-type-archive-ttbm_tour .col-lg-8.col-md-8{
	width: 100% !important;
}
.postsec-list{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}

.wow.zoomIn{
	width: 33% !important;
}
#order_data .order_data_column_container .order_data_column{
	width: 47% !important;
}
/* Make each cart item a single horizontal row */
.elementor-menu-cart__product {
    display: flex !important;
    align-items: center;
    gap: 15px;
}

/* Image column */
.elementor-menu-cart__product-image {
    flex: 0 0 70px;
}

/* Product name + booking details */
.elementor-menu-cart__product-name {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Keep booking details inline */
.elementor-menu-cart__product-name dl,
.elementor-menu-cart__product-name ul.cart_list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
}

/* Each item inline */
.elementor-menu-cart__product-name li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* Price column */
.elementor-menu-cart__product-price {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Remove button */
.elementor-menu-cart__product-remove {
    flex: 0 0 auto;
}
