/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.44.1781021154
Updated: 2026-06-09 16:05:54

*/

/* =========================
   BOOKING SUMMARY
========================= */

.booking-summary{
    max-width:800px;
    margin:40px auto;
    padding:30px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.booking-summary h2{
    text-align:center;
    margin-bottom:30px;
}

.booking-summary p{
    margin-bottom:12px;
    font-size:16px;
}

.booking-summary hr{
    margin:25px 0;
    border:none;
    border-top:1px solid #eee;
}


/* =========================
   PAYMENT PAGE
========================= */

.payment-page{
    max-width:700px;
    margin:50px auto;
    padding:30px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.payment-page h2{
    text-align:center;
    margin-bottom:30px;
}

.payment-page label{
    display:block;
    padding:15px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:12px;
    cursor:pointer;
    transition:.3s;
}

.payment-page label:hover{
    background:#fafafa;
}

.payment-page input[type="radio"]{
    margin-right:10px;
}


/* =========================
   BUTTONS
========================= */

.booking-summary button,
.payment-page button,
.booking-card a{
    background:#111;
    color:#fff;
    border:none;
    padding:14px 28px;
    border-radius:12px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.booking-summary button:hover,
.payment-page button:hover,
.booking-card a:hover{
    transform:translateY(-2px);
}


/* =========================
   BOOKING SUCCESS
========================= */

.booking-success{
    max-width:700px;
    margin:60px auto;
    text-align:center;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.booking-success h2{
    color:#27ae60;
    margin-bottom:20px;
}

.booking-success p{
    margin-bottom:15px;
}


/* =========================
   MY BOOKINGS
========================= */

.booking-card{
    background:#fff;
    padding:25px;
    border-radius:16px;
    margin-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.booking-card h3{
    margin-bottom:15px;
}

.booking-card p{
    margin-bottom:8px;
}

.booking-card strong{
    color:#27ae60;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .booking-summary,
    .payment-page,
    .booking-success{
        margin:20px;
        padding:20px;
    }

}

.booking-card{
    border-left:5px solid #ff69b4;
}

.booking-summary,
.payment-page,
.booking-success,
.booking-card{
    transition:.3s;
}

.booking-summary:hover,
.payment-page:hover,
.booking-success:hover,
.booking-card:hover{
    transform:translateY(-3px);
}