
/*
Theme Name: Xe Hai Hau Complete
Version: 8.0
*/

*{margin:0;padding:0;box-sizing:border-box}

body{
font-family:Arial,sans-serif;
background:#f5f7fb;
color:#111;
line-height:1.7;
overflow-x:hidden;
}

.container{
width:92%;
max-width:1200px;
margin:auto;
}

img{
max-width:100%;
display:block;
height:auto;
}

a{text-decoration:none}

.vip-header{
position:fixed;
top:0;
left:0;
width:100%;
height:78px;
background:#fff;
z-index:9999;
box-shadow:0 2px 15px rgba(0,0,0,.06);
}

.header-inner{
height:78px;
display:flex;
align-items:center;
justify-content:space-between;
}

.logo img,.custom-logo{
max-height:46px;
width:auto;
}

.desktop-menu ul{
display:flex;
gap:28px;
list-style:none;
}

.desktop-menu a{
font-size:14px;
font-weight:700;
color:#111;
}

.desktop-menu a:hover{
color:#1565ff;
}

.header-btn{
background:#1565ff;
padding:12px 22px;
border-radius:10px;
color:#fff;
font-weight:700;
}

.mobile-toggle{
display:none;
font-size:30px;
cursor:pointer;
}

.mobile-menu{
display:none;
position:fixed;
top:78px;
left:0;
width:100%;
background:#fff;
padding:20px;
z-index:9998;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.mobile-menu.active{
display:block;
}

.mobile-menu ul{
list-style:none;
}

.mobile-menu li{
padding:14px 0;
border-bottom:1px solid #eee;
}

.mobile-menu a{
color:#111;
font-weight:700;
}

.hero{
padding-top:78px;
height:760px;
display:flex;
align-items:center;
background:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?q=80&w=1800&auto=format&fit=crop') center/cover;
color:#fff;
}

.hero-content{
max-width:650px;
}

.hero h1{
font-size:70px;
line-height:1.05;
margin-bottom:20px;
font-weight:900;
}

.hero p{
font-size:24px;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn-main,.btn-outline{
padding:16px 32px;
border-radius:12px;
font-weight:700;
}

.btn-main{
background:#1565ff;
color:#fff;
}

.btn-outline{
border:2px solid #fff;
color:#fff;
}

.booking-box{
background:#fff;
margin-top:-70px;
position:relative;
z-index:5;
padding:25px;
border-radius:22px;
box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.booking-form{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:15px;
}

.booking-form input,
.booking-form select{
padding:15px;
border:1px solid #ddd;
border-radius:10px;
width:100%;
}

.booking-form button{
background:#1565ff;
color:#fff;
border:none;
border-radius:10px;
font-weight:700;
}

.section{
padding:80px 0;
}

.section-title{
text-align:center;
font-size:42px;
margin-bottom:50px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.service-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.3s;
}

.service-card:hover{
transform:translateY(-5px);
}

.service-card img{
width:100%;
height:180px;
object-fit:cover;
}

.service-content{
padding:22px;
}

.service-content h3{
margin-bottom:10px;
font-size:22px;
}

.feature-box{
background:#031b4a;
color:#fff;
padding:45px;
border-radius:22px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
text-align:center;
}

.feature-box h3{
margin-bottom:10px;
}

.article-box{
background:#fff;
padding:40px;
border-radius:24px;
box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.article-box h2{
font-size:42px;
margin-bottom:25px;
}

.article-box p{
margin-bottom:18px;
font-size:18px;
}

.article-box strong{
color:#1565ff;
}

.post-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.post-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.post-thumb img{
width:100%;
height:220px;
object-fit:cover;
}

.post-content{
padding:24px;
}

.post-content h2{
font-size:26px;
margin-bottom:14px;
line-height:1.4;
}

.post-content a{
color:#111;
}

.single-wrapper{
background:#fff;
padding:40px;
border-radius:24px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.single-wrapper img{
margin:20px 0;
border-radius:20px;
}

footer{
background:#03122f;
color:#fff;
padding:60px 0;
margin-top:60px;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:30px;
}

.footer-grid ul{
list-style:none;
}

.footer-grid li{
margin-bottom:10px;
}

.footer-grid a{
color:#fff;
}

@media(max-width:991px){

.desktop-menu,
.header-btn{
display:none;
}

.mobile-toggle{
display:block;
}

.hero{
height:auto;
padding:140px 0 100px;
}

.hero h1{
font-size:46px;
}

.hero p{
font-size:18px;
}

.booking-form{
grid-template-columns:1fr 1fr;
}

.services-grid{
grid-template-columns:1fr 1fr;
}

.feature-box{
grid-template-columns:1fr 1fr;
}

.post-grid{
grid-template-columns:1fr 1fr;
}
}

@media(max-width:768px){

.hero h1{
font-size:34px;
}

.hero-buttons{
flex-direction:column;
}

.booking-box{
margin-top:-30px;
padding:18px;
}

.booking-form{
grid-template-columns:1fr;
}

.services-grid{
grid-template-columns:1fr;
}

.feature-box{
grid-template-columns:1fr;
padding:30px;
}

.post-grid{
grid-template-columns:1fr;
}

.article-box{
padding:24px;
}

.article-box h2{
font-size:30px;
}

.single-wrapper{
padding:24px;
}

.footer-grid{
grid-template-columns:1fr;
}

.logo img,.custom-logo{
max-height:40px;
}
}


.homepage-article{
display:grid;
grid-template-columns:1.1fr 1fr;
gap:45px;
align-items:center;
background:#fff;
padding:45px;
border-radius:28px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
overflow:hidden;
}

.article-tag{
display:inline-block;
background:#1565ff;
color:#fff;
padding:8px 18px;
border-radius:30px;
font-size:13px;
font-weight:700;
margin-bottom:18px;
}

.article-left h2{
font-size:46px;
line-height:1.3;
margin-bottom:22px;
}

.article-desc{
font-size:18px;
color:#555;
margin-bottom:28px;
}

.article-feature{
padding:18px 0;
border-bottom:1px solid #eee;
}

.article-feature h3{
font-size:24px;
margin-bottom:10px;
color:#1565ff;
}

.article-feature p{
color:#555;
font-size:17px;
}

.article-btn{
display:inline-block;
margin-top:30px;
background:#1565ff;
color:#fff;
padding:16px 30px;
border-radius:14px;
font-weight:700;
}

.article-right{
position:relative;
}

.article-right img{
width:100%;
height:620px;
object-fit:cover;
border-radius:24px;
}

.article-card{
position:absolute;
bottom:20px;
left:20px;
right:20px;
background:rgba(255,255,255,.96);
backdrop-filter:blur(8px);
padding:24px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.article-card h4{
font-size:24px;
margin-bottom:14px;
}

.article-card ul{
list-style:none;
}

.article-card li{
margin-bottom:10px;
font-size:16px;
font-weight:600;
}

@media(max-width:991px){

.homepage-article{
grid-template-columns:1fr;
padding:28px;
}

.article-left h2{
font-size:34px;
}

.article-right img{
height:420px;
}

}

@media(max-width:768px){

.homepage-article{
padding:22px;
gap:25px;
}

.article-left h2{
font-size:28px;
}

.article-feature h3{
font-size:20px;
}

.article-feature p,
.article-desc{
font-size:16px;
}

.article-btn{
width:100%;
text-align:center;
}

.article-right img{
height:300px;
}

.article-card{
position:relative;
left:auto;
right:auto;
bottom:auto;
margin-top:-50px;
}

}


/* AUTHOR */
.theme-author{
text-align:center;
padding:18px;
background:#03122f;
color:#fff;
font-size:14px;
letter-spacing:1px;
}

/* Elementor editable section */
.elementor-home-content{
padding:40px 0;
}

/* Professional background sections */
.hero{
background:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=1800&auto=format&fit=crop') center/cover !important;
}

.service-card img,
.article-right img{
filter:contrast(1.05) saturate(1.1);
}

/* smooth */
.service-card,
.post-card,
.booking-box,
.homepage-article{
transition:all .35s ease;
}

.service-card:hover,
.post-card:hover,
.homepage-article:hover{
transform:translateY(-6px);
}

/* premium shadows */
.booking-box,
.homepage-article,
.post-card,
.service-card{
box-shadow:0 15px 45px rgba(0,0,0,.08) !important;
}

/* mobile improvements */
@media(max-width:768px){

.hero{
padding-top:120px !important;
}

.hero h1{
font-size:30px !important;
line-height:1.2;
}

.section-title{
font-size:28px !important;
}

.booking-box{
border-radius:20px;
}

}


/* Editable Professional Article */

.editable-home-article{
background:#fff;
border-radius:28px;
overflow:hidden;
box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.editable-hero{
position:relative;
height:520px;
background:url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=1800&auto=format&fit=crop') center/cover;
display:flex;
align-items:center;
}

.editable-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.55);
}

.editable-hero-content{
position:relative;
z-index:2;
max-width:650px;
padding:60px;
color:#fff;
}

.editable-badge{
display:inline-block;
padding:8px 18px;
border-radius:30px;
background:#1565ff;
font-size:13px;
font-weight:700;
margin-bottom:18px;
}

.editable-hero-content h2{
font-size:58px;
line-height:1.15;
margin-bottom:22px;
}

.editable-hero-content p{
font-size:20px;
line-height:1.8;
opacity:.95;
}

.editable-content{
padding:55px;
}

.editable-content h3{
font-size:38px;
margin-bottom:22px;
color:#111;
}

.editable-content p{
font-size:18px;
color:#555;
line-height:1.9;
}

.editable-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
margin-top:40px;
}

.editable-card{
background:#f7f9fc;
padding:28px;
border-radius:22px;
border:1px solid #edf1f5;
transition:.3s;
}

.editable-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.editable-card h4{
font-size:24px;
margin-bottom:12px;
color:#1565ff;
}

.editable-highlight{
margin-top:45px;
padding:35px;
background:#031b4a;
border-radius:24px;
color:#fff;
}

.editable-highlight h3{
color:#fff;
margin-bottom:20px;
}

.editable-highlight ul{
padding-left:20px;
}

.editable-highlight li{
margin-bottom:14px;
font-size:18px;
}

.editable-cta{
margin-top:40px;
text-align:center;
padding:40px;
background:#f7f9fc;
border-radius:24px;
}

.editable-cta h3{
margin-bottom:18px;
}

.editable-cta p{
margin-bottom:25px;
font-weight:600;
}

.editable-cta a{
display:inline-block;
background:#1565ff;
color:#fff;
padding:16px 32px;
border-radius:14px;
font-weight:700;
}

@media(max-width:991px){

.editable-hero{
height:420px;
}

.editable-hero-content{
padding:35px;
}

.editable-hero-content h2{
font-size:40px;
}

.editable-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.editable-content{
padding:24px;
}

.editable-hero{
height:340px;
}

.editable-hero-content{
padding:24px;
}

.editable-hero-content h2{
font-size:30px;
}

.editable-hero-content p,
.editable-content p{
font-size:16px;
}

.editable-content h3{
font-size:28px;
}

.editable-card h4{
font-size:20px;
}

.editable-highlight,
.editable-cta{
padding:24px;
}

.editable-cta a{
width:100%;
text-align:center;
}

}
