.ab-container{
    max-width: 1500px;
    margin: 40px auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    box-sizing: border-box;
}

.ab-card{
       background: #FFFFFF21;
    border: 1px solid #B04B13;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.ab-service{
    margin: 0 0 10px 0;
    font-size: 22px;
        color: #fad108;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.ab-container strong {
    color: #fad108;
}
.ab-meta p{
    margin: 15px 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.ab-desc{
    margin-top: 12px;
    color: #ffffff;
    line-height: 2;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

.ab-subtitle {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fad108;
    text-transform: uppercase;
}

.ab-provide{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ab-provide li{
     display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 7px 0;
    color: #fff;
    font-weight: 500;
}

.ab-icon{
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: #fad108;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-top: 1px;
}

.ab-pricebox {
    margin-top: 18px;
    border-top: 1px solid #fad108;
    padding-top: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
}
.ab-price-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
}

.ab-final-row strong{
    font-size: 18px;
}

.ab-right h2{
margin-top: 0;
    margin-bottom: 12px;
    color: #b04c13;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #b14c13;
    font-style: italic;
}

strong#ab_price_base {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.8px !important;
}
.ab-meta p {
    color: #fff !important;
}

.ab-price-row.ab-final-row {
    background: #fad108;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    margin-top: 10px;
}

strong#ab_price_final {
    color: #000;
    font-weight: 600;
}

strong#ab_discount_amount {
    color: red !important;
    font-weight: 500;
}
.ab-card.ab-right {
    background: #ece8d9;
}
#abBookingForm label{
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin: 10px 0 6px;
}

#abBookingForm input[type="text"],
#abBookingForm input[type="email"],
#abBookingForm input[type="date"],
#abBookingForm input[type="time"]{
width: 100%;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    box-sizing: border-box;
    background: #b14d123d;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#abBookingForm input:focus{
    border-color: #bfbfbf;
}

.ab-coupon{
    margin-top: 12px;
}

.ab-coupon-row{
    display: flex;
    gap: 10px;
}

#ab_coupon{
    flex: 1;
}

#abApplyCouponBtn{
    border: 1px solid #ddd;
    background: #b04c13e0;
    padding: 5px 45px !important;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    line-height: 20px !important;
    height: 47px;
    margin-top: -1px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
}

button#abPayBtn {
    background: #000000;
}


#ab_coupon_msg{
    display: block;
    margin-top: -7px;
    margin-bottom: 10px;
    font-weight: 600;
}

.ab-paybtn{
    width: 100%;
    margin-top: 16px;
    padding: 13px 14px;
    border: none;
    border-radius: 14px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.ab-paybtn:disabled{
    opacity: 0.7;
    cursor: not-allowed;
}

.ab-note{
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

small#ab_coupon_msg strong {
    color: #b04c13;
}

@media (max-width: 880px){
    .ab-container{
        grid-template-columns: 1fr;
    }
}
