/* ============================================================
   Enjoy Da Nang Tour Booking - VIETNAMESE UI (EXACT MATCH)
   Colors: Orange (#f68a1e), Grey Text, White Box
   ============================================================ */

.edntb-exact-ui-vn {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    max-width: 400px;
    margin-top: 20px;
}

/* Info List */
.edntb-info-list {
    margin-bottom: 15px;
}
.edntb-info-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}
.edntb-info-item .icon {
    width: 25px;
    color: #f68a1e;
    margin-right: 10px;
}
.edntb-info-item .label {
    flex: 1;
    text-transform: capitalize;
}
.edntb-info-item .value {
    font-weight: 600;
}

/* Price Box */
.edntb-price-box {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.edntb-price-box .price-val {
    color: #d9534f;
    font-size: 22px;
    font-weight: 700;
}

/* Booking White Box */
.edntb-booking-white-box {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #eee;
}

.edntb-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.edntb-date-row {
    border-bottom: 2px solid #eee;
}

.row-label {
    font-weight: 700;
    font-size: 13px;
    text-transform: capitalize;
}

.edntb-date-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
}
.edntb-date-wrapper input {
    border: none;
    font-size: 13px;
    outline: none;
    background: transparent;
}

/* Pax Info */
.pax-info {
    display: flex;
    flex-direction: column;
}
.pax-name {
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}
.pax-name small {
    color: #888;
}
.pax-price {
    color: #337ab7;
    font-size: 12px;
    font-weight: 700;
}

/* Stepper */
.edntb-stepper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}
.edntb-stepper button {
    width: 30px;
    height: 30px;
    background: #fff;
    border: none;
    color: #f68a1e;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
.edntb-stepper button:hover {
    background: #f9f9f9;
}
.edntb-stepper input {
    width: 35px;
    border: none !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    height: 30px;
    padding: 0 !important;
    margin: 0 !important;
}

/* Group Toggle */
.edntb-group-row {
    background: #fffcf0;
}
.edntb-group-toggle input {
    display: none;
}
.edntb-group-toggle label {
    width: 40px;
    height: 20px;
    background: #ccc;
    display: block;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.edntb-group-toggle label::after {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    transition: 0.3s;
}
.edntb-group-toggle input:checked + label {
    background: #f68a1e;
}
.edntb-group-toggle input:checked + label::after {
    left: 22px;
}

/* Total Row */
.edntb-total-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 16px;
}
.total-label {
    font-weight: 500;
}
.total-value {
    color: #d9534f;
    font-weight: 700;
    font-size: 20px;
}

/* WhatsApp Below Button */
.edntb-whatsapp-below-btn {
    text-align: center;
    margin-top: 10px;
}
.edntb-whatsapp-below-btn a {
    color: #f68a1e !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
.edntb-whatsapp-below-btn a:hover {
    text-decoration: underline;
}

/* WooCommerce Button Override */
.single_add_to_cart_button {
    background-color: #f68a1e !important;
    border-radius: 3px !important;
    padding: 15px !important;
    font-size: 16px !important;
}
