.elementor-425 .elementor-element.elementor-element-f05bc7f{--display:flex;}.elementor-425 .elementor-element.elementor-element-73ac8b5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-becb7d1 */.booking-section{

max-width:1100px;

margin:auto;

padding:60px 20px;

font-family:'Segoe UI',sans-serif;

}

.booking-header{

text-align:center;

margin-bottom:45px;

}

.booking-header h1{

font-size:38px;

color:#0a4f87;

margin-bottom:10px;

}

.booking-header p{

color:#6d7b87;

}

.booking-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.booking-card{

background:#fff;

border-radius:22px;

padding:28px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

border:1px solid rgba(20,145,220,.12);

transition:.3s;

}

.booking-card:hover{

transform:translateY(-6px);

}

.booking-card h2{

font-size:22px;

margin-bottom:20px;

color:#0a4f87;

}

.booking-card ul{

padding-left:18px;

margin:0;

}

.booking-card li{

margin-bottom:14px;

line-height:1.7;

}

.check-list{

list-style:none;

padding:0;

}

.check-list li{

position:relative;

padding-left:28px;

}

.check-list li:before{

content:"✔";

position:absolute;

left:0;

color:#10b981;

font-weight:bold;

}

.booking-contact{

text-align:center;

display:flex;

flex-direction:column;

justify-content:center;

}

.booking-btn{

display:inline-block;

margin-top:20px;

padding:16px 30px;

background:linear-gradient(90deg,#0d5d9f,#2cc9d9);

color:#fff;

font-weight:700;

border-radius:50px;

text-decoration:none;

transition:.3s;

}

.booking-btn:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(0,0,0,.2);

}

@media(max-width:768px){

.booking-grid{

grid-template-columns:1fr;

}

.booking-header h1{

font-size:30px;

}

.booking-card{

padding:22px;

}

}/* End custom CSS */