/* ==========================================================
KING'S TOUR & TRAVELS HOMEPAGE
========================================================== */

#ktt-homepage{
width:100%;
overflow:hidden;
background:#ffffff;
}

#ktt-homepage *{
box-sizing:border-box;
}

/* ==========================================================
CONTAINER
========================================================== */

.ktt-container{
width:100%;
max-width:1400px;
margin:0 auto;
padding:0 25px;
}

section{
padding:90px 0;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title span{
display:inline-block;
background:#d4af37;
color:#000;
padding:10px 22px;
border-radius:50px;
font-size:14px;
font-weight:700;
letter-spacing:1px;
margin-bottom:15px;
}

.section-title h2{
font-size:52px;
font-weight:800;
margin:0;
color:#051428;
}

.section-title p{
font-size:18px;
color:#666;
margin-top:15px;
}

/* ==========================================================
HERO
========================================================== */

.ktt-hero{
background:
linear-gradient(135deg,#021024 0%,#072048 100%);
padding:70px 0;
position:relative;
overflow:hidden;
}

.ktt-hero .ktt-container{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.hero-content{
flex:1;
}

.hero-badge{
display:inline-block;
padding:12px 24px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
margin-bottom:25px;
}

.hero-content h1{
font-size:72px;
line-height:1;
margin:0;
color:#fff;
font-weight:900;
}

.hero-content h2{
font-size:54px;
line-height:1.15;
margin:25px 0;
color:#d4af37;
font-weight:800;
}

.hero-content p{
font-size:22px;
line-height:1.8;
color:#d8d8d8;
max-width:700px;
}

.hero-buttons{
display:flex;
gap:18px;
margin-top:35px;
flex-wrap:wrap;
}

.call-btn,
.wa-btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:18px 35px;
border-radius:70px;
font-size:18px;
font-weight:700;
text-decoration:none;
transition:.35s;
white-space:nowrap;
}

.call-btn{
background:#d4af37;
color:#000;
}

.call-btn:hover{
transform:translateY(-4px);
}

.wa-btn{
background:#25d366;
color:#fff;
}

.wa-btn:hover{
transform:translateY(-4px);
}

.hero-stats{
display:flex;
gap:20px;
margin-top:45px;
flex-wrap:wrap;
}

.stat-box{
background:rgba(255,255,255,.08);
backdrop-filter:blur(15px);
padding:25px;
border-radius:18px;
min-width:160px;
}

.stat-box h3{
margin:0;
font-size:36px;
color:#d4af37;
}

.stat-box p{
margin:8px 0 0;
font-size:15px;
color:#fff;
}

.hero-image{
flex:1;
text-align:center;
}

.hero-image img{
width:100%;
max-width:700px;
height:auto;
object-fit:contain;
animation:floatcar 5s ease-in-out infinite;
}

@keyframes floatcar{
0%{transform:translateY(0);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0);}
}

/* ==========================================================
SOCIAL
========================================================== */

.ktt-social{
background:#f7f8fc;
}

.social-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.social-card{
text-decoration:none;
padding:40px;
border-radius:25px;
background:#fff;
text-align:center;
transition:.35s;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.social-card:hover{
transform:translateY(-10px);
}

.social-card i{
font-size:55px;
margin-bottom:20px;
}

.fb-card i{
color:#1877f2;
}

.insta-card i{
color:#e1306c;
}

.gmb-card i{
color:#d4af37;
}

.social-card h3{
font-size:28px;
margin:0;
color:#051428;
}

.social-card p{
color:#666;
margin-top:12px;
}

/* ==========================================================
DESTINATION
========================================================== */

.destination-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.destination-card{
background:#fff;
padding:35px;
border-radius:24px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.destination-card h3{
margin-top:0;
font-size:30px;
color:#051428;
}

.destination-card ul{
padding-left:20px;
margin:0;
}

.destination-card li{
padding:7px 0;
font-size:18px;
}

/* ==========================================================
OFFICE
========================================================== */

.ktt-offices{
background:#f8f8f8;
}

.office-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.office-card{
background:#051428;
color:#fff;
padding:45px;
text-align:center;
border-radius:22px;
font-size:28px;
font-weight:700;
}




/* ==========================================================
FOUNDERS
========================================================== */

.ktt-founders{
	background:#ffffff;
}

.founders-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:35px;
}

.founder-card{
	background:#fff;
	border-radius:30px;
	overflow:hidden;
	box-shadow:0 15px 40px rgba(0,0,0,.08);
	transition:.35s;
}

.founder-card:hover{
	transform:translateY(-10px);
	box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.founder-image{
	height:500px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#f8f9fc;
	padding:20px;
}

.founder-image img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	object-fit:contain;
	display:block;
}

.founder-card:hover .founder-image img{
	transform:scale(1.05);
}

.founder-content{
	padding:30px;
	text-align:center;
}

.founder-content h3{
	font-size:30px;
	font-weight:800;
	color:#051428;
	margin:0 0 10px;
}

.founder-content span{
	display:inline-block;
	background:#d4af37;
	color:#000;
	padding:8px 18px;
	border-radius:40px;
	font-size:13px;
	font-weight:700;
	margin-bottom:18px;
}

.founder-content p{
	font-size:16px;
	line-height:1.8;
	color:#666;
	margin:0;
}










/* ==========================================================
FLEET
========================================================== */

.fleet-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.fleet-card{
background:#fff;
border-radius:25px;
overflow:hidden;
text-decoration:none;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;
}

.fleet-card:hover{
transform:translateY(-10px);
}

.fleet-card img{
width:100%;
height:320px;
object-fit:contain;
padding:25px;
background:#f7f7f7;
}

.fleet-card h3{
padding:25px;
margin:0;
text-align:center;
font-size:28px;
color:#051428;
}

/* ==========================================================
VIDEO
========================================================== */

.ktt-video{
background:#051428;
}

.ktt-video .section-title h2{
color:#fff;
}

.ktt-video video{
width:100%;
border-radius:25px;
display:block;
}

/* ==========================================================
BOOKING
========================================================== */

.ktt-booking{
background:#f8f9fc;
}

#ktt-booking-form{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

#ktt-booking-form input,
#ktt-booking-form select,
#ktt-booking-form textarea{
width:100%;
padding:18px;
border:1px solid #ddd;
border-radius:15px;
font-size:16px;
}

#ktt-booking-form textarea{
height:160px;
grid-column:1/-1;
}

#whatsapp-submit{
grid-column:1/-1;
background:#25d366;
border:none;
color:#fff;
padding:20px;
font-size:18px;
font-weight:700;
border-radius:15px;
cursor:pointer;
}

/* ==========================================================
CTA
========================================================== */

.ktt-cta{
background:
linear-gradient(135deg,#021024,#082c63);
text-align:center;
}

.ktt-cta h2{
font-size:60px;
color:#fff;
margin:0;
}

.ktt-cta p{
font-size:22px;
color:#d9d9d9;
margin:20px 0 40px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

/* ==========================================================
MOBILE
========================================================== */

@media(max-width:991px){

section{
padding:60px 0;
}

.ktt-container{
padding:0 15px;
}

.ktt-hero .ktt-container{
flex-direction:column;
}

.hero-content h1{
font-size:42px;
}

.hero-content h2{
font-size:34px;
}

.hero-content p{
font-size:17px;
}

.social-grid,
.destination-grid,
.office-grid,
.fleet-grid,
.founders-grid{
	grid-template-columns:1fr;
}

.fleet-card img{
height:220px;
object-fit:contain;
}

#ktt-booking-form{
grid-template-columns:1fr;
}

.hero-buttons{
flex-direction:column;
}

.call-btn,
.wa-btn{
width:100%;
}

.ktt-cta h2{
font-size:36px;
}

.section-title h2{
font-size:34px;
}

.hero-stats{
justify-content:center;
}

.stat-box{
width:100%;
text-align:center;
}

}