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

body{
font-family:'Inter',sans-serif;
background:#050913;
color:white;
overflow-x:hidden;
}

header{
position:fixed;
top:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:22px 70px;
background:rgba(5,10,20,0.85);
backdrop-filter:blur(20px);
border-bottom:1px solid rgba(255,255,255,0.06);
z-index:999;
}

.logo{
display:flex;
align-items:center;
gap:15px;
}

.logo img{
width:55px;
}

.logo h2{
font-size:24px;
}

.logo span{
font-size:12px;
opacity:0.7;
}

nav a{
color:white;
text-decoration:none;
margin:0 14px;
opacity:0.85;
}

.header-actions{
display:flex;
gap:15px;
}

.btn-primary{
background:linear-gradient(135deg,#2563eb,#60a5fa);
padding:16px 26px;
border-radius:14px;
color:white;
text-decoration:none;
font-weight:700;
}

.btn-outline{
border:1px solid rgba(255,255,255,0.2);
padding:16px 26px;
border-radius:14px;
color:white;
text-decoration:none;
}

.hero{
min-height:100vh;
display:flex;
justify-content:space-between;
align-items:center;
padding:150px 80px 100px;
background:
radial-gradient(circle at top right, rgba(37,99,235,0.25), transparent 30%),
radial-gradient(circle at bottom left, rgba(249,115,22,0.15), transparent 30%),
#050913;
}

.hero-left{
max-width:760px;
}

.badge{
display:inline-block;
padding:12px 18px;
background:rgba(37,99,235,0.15);
border:1px solid rgba(96,165,250,0.3);
border-radius:40px;
color:#93c5fd;
margin-bottom:25px;
}

.hero h1{
font-size:78px;
line-height:1;
margin-bottom:30px;
font-weight:800;
}

.hero p{
font-size:22px;
line-height:1.8;
opacity:0.82;
}

.hero-buttons{
display:flex;
gap:20px;
margin-top:40px;
}

.btn-secondary{
padding:16px 26px;
border-radius:14px;
border:1px solid rgba(255,255,255,0.12);
color:white;
text-decoration:none;
}

.hero-stats{
display:flex;
gap:40px;
margin-top:60px;
}

.hero-stats h3{
font-size:38px;
color:#60a5fa;
}

.hero-right img{
width:430px;
border-radius:30px;
box-shadow:0 30px 80px rgba(0,0,0,0.45);
}

.section-title{
margin-bottom:60px;
}

.section-title span{
color:#60a5fa;
font-weight:700;
letter-spacing:2px;
}

.section-title h2{
font-size:56px;
margin-top:18px;
max-width:800px;
}

.experience,
.services,
.technology,
.director,
.cta{
padding:120px 80px;
}

.hotel-grid,
.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.hotel-card,
.service-card{
background:linear-gradient(180deg,#0d1524,#09101c);
padding:40px;
border-radius:26px;
border:1px solid rgba(255,255,255,0.06);
transition:0.3s;
}

.hotel-card:hover,
.service-card:hover{
transform:translateY(-8px);
border-color:#2563eb;
}

.hotel-card h3,
.service-card h3{
font-size:28px;
margin-bottom:15px;
}

.hotel-card p,
.service-card p{
line-height:1.8;
opacity:0.78;
}

.icon{
font-size:42px;
margin-bottom:20px;
}

.technology{
display:flex;
justify-content:space-between;
gap:60px;
align-items:center;
}

.tech-left{
max-width:620px;
}

.tech-left span{
color:#60a5fa;
font-weight:700;
}

.tech-left h2{
font-size:56px;
margin:20px 0;
}

.tech-left p{
font-size:20px;
line-height:1.8;
opacity:0.8;
margin-bottom:30px;
}

.tech-left ul li{
margin-bottom:16px;
font-size:18px;
}

.dashboard{
background:linear-gradient(180deg,#0d1524,#09101c);
padding:40px;
border-radius:30px;
width:520px;
border:1px solid rgba(255,255,255,0.06);
}

.bars{
display:flex;
align-items:flex-end;
gap:18px;
height:250px;
margin-top:40px;
}

.bar{
width:60px;
border-radius:14px 14px 0 0;
background:linear-gradient(180deg,#60a5fa,#2563eb);
}

.b1{height:80px;}
.b2{height:130px;}
.b3{height:210px;}
.b4{height:180px;}
.b5{height:240px;}

.dashboard-bottom{
display:flex;
gap:20px;
margin-top:40px;
}

.mini-card{
background:#111b2d;
padding:24px;
border-radius:18px;
flex:1;
}

.mini-card h4{
font-size:32px;
color:#60a5fa;
}

.director-card{
display:flex;
align-items:center;
gap:50px;
background:linear-gradient(180deg,#0d1524,#09101c);
padding:60px;
border-radius:32px;
}

.director-card img{
width:320px;
border-radius:24px;
}

.director-card span{
color:#60a5fa;
font-weight:700;
}

.director-card h2{
font-size:50px;
margin:20px 0;
}

.director-card p{
font-size:22px;
line-height:1.8;
opacity:0.8;
margin-bottom:30px;
}

.cta{
text-align:center;
}

.cta h2{
font-size:64px;
max-width:900px;
margin:auto;
}

.cta p{
font-size:22px;
margin:30px 0 50px;
opacity:0.8;
}

footer{
padding:80px;
border-top:1px solid rgba(255,255,255,0.06);
}

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

footer p{
opacity:0.7;
margin-top:10px;
}

.whatsapp-float{
position:fixed;
bottom:30px;
right:30px;
background:#25D366;
width:70px;
height:70px;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
font-size:32px;
text-decoration:none;
color:white;
box-shadow:0 15px 40px rgba(0,0,0,0.3);
z-index:999;
}

@media(max-width:1100px){

.hero,
.technology,
.director-card{
flex-direction:column;
}

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

.hero-right img{
width:320px;
}

header{
padding:20px;
flex-direction:column;
gap:20px;
}

nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

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

}


.blog{
padding:120px 80px;
}

.blog-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.blog-card{
background:linear-gradient(180deg,#0d1524,#09101c);
padding:40px;
border-radius:26px;
border:1px solid rgba(255,255,255,0.06);
transition:0.3s;
}

.blog-card:hover{
transform:translateY(-8px);
border-color:#2563eb;
}

.blog-card h3{
font-size:28px;
margin-bottom:18px;
}

.blog-card p{
line-height:1.8;
opacity:0.8;
margin-bottom:20px;
}

.blog-card a{
color:#60a5fa;
text-decoration:none;
font-weight:700;
}


.contact-section{
padding:100px 80px;
background:#07101d;
}

.contact-form{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
gap:20px;
}

.contact-form input,
.contact-form textarea{
background:#111b2d;
border:1px solid rgba(255,255,255,.08);
padding:18px;
border-radius:14px;
color:white;
}

.light-mode{
background:#f4f7fb;
color:#111827;
}

.light-mode header,
.light-mode .hotel-card,
.light-mode .service-card,
.light-mode .director-card,
.light-mode .contact-section{
background:white;
color:#111827;
}

.hero h1{
font-size:clamp(42px,6vw,72px);
line-height:1.05;
max-width:700px;
}
.hero-right img{
width:min(380px,100%);
height:auto;
}
.service-card{padding:28px;}

@media(max-width:768px){
header{
padding:15px!important;
flex-direction:column!important;
gap:15px!important;
}
nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}
.hero{
flex-direction:column;
text-align:center;
padding:120px 20px 60px;
}
.hero h1{font-size:42px;}
.hero p{font-size:18px;}
.hero-right img{width:240px!important;}
.hero-buttons{
flex-direction:column;
align-items:center;
}
.hero-buttons a{
width:100%;
max-width:300px;
}
.hero-stats{
display:grid;
grid-template-columns:1fr;
gap:20px;
}
.section-title h2{font-size:34px;}
.director-card{
flex-direction:column;
text-align:center;
padding:30px;
}
.director-card img{width:220px;}
.contact-section{padding:60px 20px;}
.footer-grid{
grid-template-columns:1fr;
text-align:center;
}
}
