/* ==========================================================
KING'S TOUR & TRAVELS
ABOUT PAGE V4 - UNIQUE & ATTRACTIVE
FILE: assets/css/about.css
========================================================== */

:root{
--about-primary:#ffcb45;
--about-secondary:#ff9f1a;
--about-dark:#071423;
--about-dark2:#102844;
--about-white:#ffffff;
--about-text:#5c6773;
--about-shadow:0 20px 60px rgba(0,0,0,.08);
}

*{
box-sizing:border-box;
margin:0;
padding:0;
}

.ktt-container{
width:100%;
max-width:1500px;
margin:0 auto;
padding-left:25px;
padding-right:25px;
}

/* ==========================================================
COMMON
========================================================== */

.ktt-section-heading{
text-align:center;
margin-bottom:50px;
}

.ktt-section-subtitle{
display:inline-block;
font-size:12px;
font-weight:700;
text-transform:uppercase;
letter-spacing:3px;
color:#ffcb45;
background:rgba(255,203,69,.10);
padding:6px 20px;
border-radius:30px;
margin-bottom:12px;
font-family:'Poppins',sans-serif;
}

.ktt-section-heading h2{
font-size:44px;
font-weight:900;
color:#071423;
margin:0 0 12px;
line-height:1.2;
font-family:'Poppins',sans-serif;
letter-spacing:-0.5px;
}

.ktt-section-heading h2 .ktt-highlight{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
}

.ktt-section-heading p{
font-size:17px;
color:#5c6773;
margin:0;
line-height:1.8;
font-family:'Arial',sans-serif;
max-width:650px;
margin-left:auto;
margin-right:auto;
}

.ktt-highlight{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
}

/* ==========================================================
ABOUT HERO
========================================================== */

.ktt-about-hero{
position:relative;
padding:120px 0 90px;
overflow:hidden;
background:linear-gradient(135deg,#0a1628 0%,#1a2a4a 40%,#0f1f3a 70%,#0a1628 100%);
}

.ktt-about-overlay{
position:absolute;
inset:0;
background:
radial-gradient(circle at 20% 30%,rgba(255,203,69,.06),transparent 45%),
radial-gradient(circle at 80% 70%,rgba(37,99,235,.05),transparent 45%),
radial-gradient(circle at 50% 50%,rgba(124,58,237,.03),transparent 50%);
pointer-events:none;
}

.ktt-about-glow{
position:absolute;
border-radius:50%;
filter:blur(100px);
pointer-events:none;
animation:kttGlowFloat 25s ease-in-out infinite alternate;
}

.ktt-about-glow.glow-1{
width:350px;
height:350px;
background:rgba(255,203,69,.07);
top:-100px;
right:-80px;
animation-delay:0s;
}

.ktt-about-glow.glow-2{
width:280px;
height:280px;
background:rgba(37,99,235,.05);
bottom:-100px;
left:-60px;
animation-delay:-12s;
}

@keyframes kttGlowFloat{
0%{transform:translate(0,0) scale(1);}
33%{transform:translate(25px,-25px) scale(1.1);}
66%{transform:translate(-15px,20px) scale(0.9);}
100%{transform:translate(20px,10px) scale(1.05);}
}

.ktt-about-hero-content{
position:relative;
z-index:2;
max-width:920px;
margin:0 auto;
text-align:center;
}

.ktt-about-badge-wrap{
margin-bottom:22px;
}

.ktt-about-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:8px 26px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
border-radius:60px;
color:#ffcb45;
font-weight:600;
font-size:13px;
font-family:'Poppins',sans-serif;
letter-spacing:0.5px;
}

.ktt-about-badge i{
font-size:11px;
}

.ktt-about-hero h1{
font-size:68px;
font-weight:900;
line-height:1.05;
color:#fff;
margin:0 0 18px;
font-family:'Poppins',sans-serif;
letter-spacing:-1px;
}

.ktt-about-hero h1 .ktt-highlight{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
}

.ktt-about-hero p{
font-size:19px;
line-height:1.9;
color:rgba(255,255,255,.82);
max-width:750px;
margin:0 auto 30px;
font-family:'Arial',sans-serif;
}

.ktt-about-hero p strong{
color:#ffcb45;
font-weight:700;
}

.ktt-about-hero-stats{
display:flex;
justify-content:center;
align-items:center;
gap:45px;
margin-bottom:32px;
}

.ktt-hero-stat{
text-align:center;
}

.ktt-stat-number{
font-size:30px;
font-weight:900;
color:#ffcb45;
font-family:'Poppins',sans-serif;
display:block;
letter-spacing:-0.5px;
}

.ktt-stat-label{
font-size:12px;
font-weight:600;
color:rgba(255,255,255,.55);
font-family:'Arial',sans-serif;
margin-top:4px;
text-transform:uppercase;
letter-spacing:0.5px;
}

.ktt-hero-stat-divider{
width:1px;
height:35px;
background:rgba(255,255,255,.06);
}

.ktt-about-hero-buttons{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
}

.ktt-about-hero-buttons a{
padding:15px 32px;
border-radius:60px;
font-weight:700;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:10px;
transition:all .35s ease;
font-family:'Poppins',sans-serif;
font-size:14px;
letter-spacing:0.3px;
}

.ktt-hero-btn-call{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
color:#071423;
box-shadow:0 8px 30px rgba(255,203,69,.25);
}

.ktt-hero-btn-call:hover{
transform:translateY(-4px) scale(1.02);
box-shadow:0 12px 40px rgba(255,203,69,.35);
}

.ktt-hero-btn-wa{
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
box-shadow:0 8px 30px rgba(37,211,102,.25);
}

.ktt-hero-btn-wa:hover{
transform:translateY(-4px) scale(1.02);
box-shadow:0 12px 40px rgba(37,211,102,.35);
}

.ktt-hero-btn-book{
background:rgba(255,255,255,.07);
backdrop-filter:blur(10px);
color:#fff;
border:1px solid rgba(255,255,255,.1);
}

.ktt-hero-btn-book:hover{
transform:translateY(-4px) scale(1.02);
background:rgba(255,255,255,.14);
}

.ktt-hero-trust-badges{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
margin-top:28px;
}

.ktt-hero-trust-badges span{
display:flex;
align-items:center;
gap:7px;
color:rgba(255,255,255,.55);
font-size:12px;
font-weight:500;
font-family:'Arial',sans-serif;
letter-spacing:0.3px;
}

.ktt-hero-trust-badges span i{
color:#ffcb45;
font-size:12px;
}

/* ==========================================================
WHY CHOOSE US - GRID CARDS
========================================================== */

.ktt-why-choose{
padding:100px 0 80px;
background:linear-gradient(180deg,#ffffff,#f8fafc);
}

.ktt-why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.ktt-why-card{
background:#ffffff;
padding:40px 30px 35px;
border-radius:24px;
text-align:center;
box-shadow:0 10px 50px rgba(0,0,0,.04);
border:1px solid rgba(0,0,0,.04);
transition:all .4s ease;
position:relative;
overflow:hidden;
}

.ktt-why-card::before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
height:3px;
background:linear-gradient(90deg,#ffcb45,#ff9f1a);
opacity:0;
transition:opacity .4s ease;
}

.ktt-why-card:hover::before{
opacity:1;
}

.ktt-why-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 70px rgba(0,0,0,.08);
border-color:rgba(255,203,69,.12);
}

.ktt-why-icon{
width:68px;
height:68px;
border-radius:50%;
background:linear-gradient(135deg,rgba(255,203,69,.12),rgba(255,159,26,.06));
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 18px;
font-size:28px;
color:#ffcb45;
transition:all .4s ease;
}

.ktt-why-card:hover .ktt-why-icon{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
color:#071423;
transform:scale(1.08) rotate(-3deg);
box-shadow:0 10px 30px rgba(255,203,69,.2);
}

.ktt-why-card h3{
font-size:21px;
font-weight:800;
margin:0 0 12px;
color:#071423;
font-family:'Poppins',sans-serif;
}

.ktt-why-card p{
font-size:15px;
line-height:1.8;
margin:0;
color:#5c6773;
font-family:'Arial',sans-serif;
}

/* ==========================================================
TRUST / STATISTICS - UNIQUE
========================================================== */

.ktt-about-trust{
padding:80px 0;
background:linear-gradient(135deg,#0a1628,#1a2a4a,#0a1628);
position:relative;
overflow:hidden;
}

.ktt-about-trust::before{
content:'';
position:absolute;
width:400px;
height:400px;
background:rgba(255,203,69,.02);
border-radius:50%;
top:-200px;
right:-150px;
pointer-events:none;
}

.ktt-about-trust .ktt-section-heading h2{
color:#fff;
}

.ktt-about-trust .ktt-section-subtitle{
background:rgba(255,255,255,.06);
color:#ffcb45;
}

.ktt-trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
position:relative;
z-index:2;
}

.ktt-trust-card{
background:rgba(255,255,255,.04);
backdrop-filter:blur(10px);
padding:35px 20px;
border-radius:20px;
text-align:center;
border:1px solid rgba(255,255,255,.06);
transition:all .4s ease;
}

.ktt-trust-card:hover{
background:rgba(255,255,255,.07);
transform:translateY(-6px);
border-color:rgba(255,203,69,.15);
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.ktt-trust-icon{
width:56px;
height:56px;
border-radius:50%;
background:rgba(255,203,69,.10);
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 14px;
font-size:22px;
color:#ffcb45;
transition:all .4s ease;
}

.ktt-trust-card:hover .ktt-trust-icon{
background:rgba(255,203,69,.18);
transform:scale(1.05);
}

.ktt-trust-card h3{
font-size:42px;
font-weight:900;
margin:0;
color:#ffcb45;
font-family:'Poppins',sans-serif;
letter-spacing:-0.5px;
}

.ktt-trust-card p{
margin:8px 0 0;
font-weight:600;
color:rgba(255,255,255,.6);
font-family:'Arial',sans-serif;
font-size:14px;
text-transform:uppercase;
letter-spacing:0.5px;
}

/* ==========================================================
COVERAGE AREA - MAP STYLE
========================================================== */

.ktt-coverage{
padding:90px 0;
background:#ffffff;
}

.ktt-coverage-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
}

.ktt-coverage-grid span{
background:linear-gradient(135deg,#f8fafc,#f0f2f5);
padding:16px 18px;
border-radius:16px;
text-align:center;
color:#071423;
font-weight:700;
font-size:14px;
border:1px solid rgba(0,0,0,.04);
transition:all .35s ease;
font-family:'Poppins',sans-serif;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
}

.ktt-coverage-grid span i{
color:#ffcb45;
font-size:12px;
}

.ktt-coverage-grid span:hover{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
color:#071423;
transform:translateY(-4px);
box-shadow:0 12px 35px rgba(255,203,69,.2);
border-color:transparent;
}

.ktt-coverage-grid span:hover i{
color:#071423;
}

/* ==========================================================
FOUNDER SECTION
========================================================== */

.ktt-founder{
padding:90px 0;
background:linear-gradient(180deg,#f8fafc,#ffffff);
}

.ktt-founder-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:55px;
align-items:center;
}

.ktt-founder-image-wrap{
border-radius:24px;
overflow:hidden;
box-shadow:0 25px 70px rgba(0,0,0,.08);
background:#f8fafc;
}

.ktt-founder-image-wrap img{
width:100%;
height:520px;
object-fit:contain;
object-position:center;
display:block;
background:#f8fafc;
padding:20px;
}

.ktt-founder-label{
display:inline-flex;
align-items:center;
gap:8px;
color:#ffcb45;
font-weight:700;
font-size:12px;
text-transform:uppercase;
letter-spacing:2px;
font-family:'Poppins',sans-serif;
background:rgba(255,203,69,.10);
padding:6px 18px;
border-radius:30px;
margin-bottom:16px;
}

.ktt-founder-content h2{
font-size:42px;
font-weight:900;
line-height:1.15;
margin:0 0 20px;
color:#071423;
font-family:'Poppins',sans-serif;
letter-spacing:-0.5px;
}

.ktt-founder-content p{
font-size:17px;
line-height:2;
color:#5c6773;
font-family:'Arial',sans-serif;
margin-bottom:16px;
}

.ktt-founder-content p:last-child{
margin-bottom:0;
}

.ktt-founder-content p strong{
color:#071423;
font-weight:700;
}

/* ==========================================================
MISSION SECTION - UNIQUE
========================================================== */

.ktt-mission{
padding:90px 0;
background:linear-gradient(135deg,#0a1628,#1a2a4a,#0a1628);
position:relative;
overflow:hidden;
}

.ktt-mission .ktt-section-heading h2{
color:#fff;
}

.ktt-mission .ktt-section-subtitle{
background:rgba(255,255,255,.06);
color:#ffcb45;
}

.ktt-mission .ktt-section-heading p{
color:rgba(255,255,255,.6);
}

.ktt-mission-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
position:relative;
z-index:2;
}

.ktt-mission-card{
background:rgba(255,255,255,.04);
backdrop-filter:blur(10px);
padding:40px 25px 35px;
border-radius:24px;
text-align:center;
border:1px solid rgba(255,255,255,.06);
transition:all .4s ease;
}

.ktt-mission-card:hover{
background:rgba(255,255,255,.07);
transform:translateY(-8px);
border-color:rgba(255,203,69,.12);
box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.ktt-mission-icon{
width:64px;
height:64px;
border-radius:50%;
background:rgba(255,203,69,.08);
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 16px;
font-size:26px;
color:#ffcb45;
transition:all .4s ease;
}

.ktt-mission-card:hover .ktt-mission-icon{
background:rgba(255,203,69,.15);
transform:scale(1.08) rotate(-3deg);
}

.ktt-mission-card h3{
font-size:22px;
font-weight:800;
margin:0 0 10px;
color:#fff;
font-family:'Poppins',sans-serif;
}

.ktt-mission-card p{
font-size:15px;
line-height:1.8;
margin:0;
color:rgba(255,255,255,.6);
font-family:'Arial',sans-serif;
}

/* ==========================================================
FLEET SNAPSHOT
========================================================== */

.ktt-about-fleet{
padding:90px 0;
background:#ffffff;
}

.ktt-about-fleet-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}

.ktt-about-fleet-card{
display:block;
background:#f8fafc;
border-radius:20px;
overflow:hidden;
transition:all .4s ease;
text-decoration:none;
border:1px solid rgba(0,0,0,.04);
}

.ktt-about-fleet-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 70px rgba(0,0,0,.08);
border-color:rgba(255,203,69,.12);
}

.ktt-fleet-image-wrap{
position:relative;
overflow:hidden;
background:#f8fafc;
padding:15px;
}

.ktt-fleet-image-wrap img{
width:100%;
height:220px;
object-fit:contain;
object-position:center;
display:block;
background:#f8fafc;
transition:transform .5s ease;
}

.ktt-about-fleet-card:hover .ktt-fleet-image-wrap img{
transform:scale(1.04);
}

.ktt-fleet-overlay{
position:absolute;
inset:0;
background:rgba(7,20,35,.45);
backdrop-filter:blur(4px);
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:6px;
opacity:0;
transition:all .4s ease;
}

.ktt-about-fleet-card:hover .ktt-fleet-overlay{
opacity:1;
}

.ktt-fleet-overlay i{
font-size:24px;
color:#ffcb45;
}

.ktt-fleet-overlay span{
color:#fff;
font-weight:600;
font-size:13px;
font-family:'Poppins',sans-serif;
}

.ktt-about-fleet-card h3{
padding:18px 16px 16px;
margin:0;
font-size:19px;
font-weight:700;
color:#071423;
text-align:center;
font-family:'Poppins',sans-serif;
}

.ktt-fleet-cta{
text-align:center;
margin-top:38px;
}

.ktt-fleet-view-all{
display:inline-flex;
align-items:center;
gap:12px;
padding:15px 34px;
border-radius:60px;
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
color:#071423;
font-weight:700;
text-decoration:none;
font-size:14px;
font-family:'Poppins',sans-serif;
transition:all .35s ease;
box-shadow:0 8px 30px rgba(255,203,69,.25);
}

.ktt-fleet-view-all:hover{
transform:translateY(-4px);
box-shadow:0 12px 40px rgba(255,203,69,.35);
}

.ktt-fleet-view-all i{
transition:transform .35s ease;
}

.ktt-fleet-view-all:hover i{
transform:translateX(6px);
}

/* ==========================================================
PROMISE SECTION - UNIQUE
========================================================== */

.ktt-promise{
padding:80px 0;
background:linear-gradient(180deg,#f8fafc,#ffffff);
}

.ktt-promise-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.ktt-promise-grid div{
background:#ffffff;
padding:20px 22px;
border-radius:16px;
text-align:center;
color:#071423;
font-weight:700;
font-size:14px;
border:1px solid rgba(0,0,0,.04);
transition:all .35s ease;
font-family:'Poppins',sans-serif;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
box-shadow:0 5px 20px rgba(0,0,0,.02);
}

.ktt-promise-grid div i{
color:#ffcb45;
font-size:16px;
}

.ktt-promise-grid div:hover{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
color:#071423;
transform:translateY(-4px);
box-shadow:0 12px 35px rgba(255,203,69,.15);
border-color:transparent;
}

.ktt-promise-grid div:hover i{
color:#071423;
}

/* ==========================================================
TESTIMONIALS
========================================================== */

.ktt-about-testimonials{
padding:90px 0;
background:linear-gradient(180deg,#ffffff,#f8fafc);
}

.ktt-testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.ktt-testimonial-card{
background:#ffffff;
padding:32px 28px;
border-radius:20px;
box-shadow:0 10px 50px rgba(0,0,0,.04);
border:1px solid rgba(0,0,0,.04);
transition:all .4s ease;
}

.ktt-testimonial-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 70px rgba(0,0,0,.08);
border-color:rgba(255,203,69,.12);
}

.ktt-testimonial-stars{
display:flex;
gap:4px;
color:#ffcb45;
font-size:14px;
margin-bottom:14px;
}

.ktt-testimonial-card blockquote{
font-size:16px;
line-height:1.9;
color:#5c6773;
font-family:'Arial',sans-serif;
margin:0 0 18px;
padding:0;
border:none;
font-style:italic;
}

.ktt-testimonial-author{
border-top:1px solid rgba(0,0,0,.04);
padding-top:16px;
}

.ktt-testimonial-author strong{
font-size:16px;
color:#071423;
font-weight:700;
font-family:'Poppins',sans-serif;
display:block;
}

.ktt-testimonial-author span{
font-size:12px;
color:#5c6773;
font-family:'Arial',sans-serif;
}

/* ==========================================================
FAQ SECTION
========================================================== */

.ktt-about-faq{
padding:90px 0;
background:#ffffff;
}

.ktt-faq-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:22px;
max-width:1000px;
margin:0 auto;
}

.ktt-faq-item{
background:#f8fafc;
padding:28px 26px;
border-radius:18px;
border:1px solid rgba(0,0,0,.04);
transition:all .35s ease;
}

.ktt-faq-item:hover{
background:#ffffff;
box-shadow:0 15px 50px rgba(0,0,0,.06);
border-color:rgba(255,203,69,.12);
transform:translateY(-4px);
}

.ktt-faq-item h3{
font-size:17px;
font-weight:700;
margin:0 0 10px;
color:#071423;
font-family:'Poppins',sans-serif;
}

.ktt-faq-item p{
font-size:15px;
line-height:1.8;
margin:0;
color:#5c6773;
font-family:'Arial',sans-serif;
}

.ktt-faq-item p strong{
color:#071423;
font-weight:700;
}

/* ==========================================================
FINAL CTA
========================================================== */

.ktt-about-cta{
padding:80px 0;
background:linear-gradient(180deg,#f8fafc,#ffffff);
}

.ktt-about-cta-box{
background:linear-gradient(135deg,#0a1628,#1a2a4a,#0f1f3a);
padding:65px 55px;
border-radius:28px;
text-align:center;
position:relative;
overflow:hidden;
}

.ktt-about-cta-box::before{
content:'';
position:absolute;
width:300px;
height:300px;
background:rgba(255,203,69,.03);
border-radius:50%;
top:-150px;
right:-100px;
pointer-events:none;
}

.ktt-about-cta-box::after{
content:'';
position:absolute;
width:250px;
height:250px;
background:rgba(37,99,235,.03);
border-radius:50%;
bottom:-120px;
left:-80px;
pointer-events:none;
}

.ktt-cta-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:6px 20px;
background:rgba(255,255,255,.05);
border-radius:30px;
color:#ffcb45;
font-weight:700;
font-size:12px;
font-family:'Poppins',sans-serif;
margin-bottom:18px;
position:relative;
z-index:2;
}

.ktt-cta-badge i{
font-size:12px;
}

.ktt-about-cta-box h2{
font-size:44px;
font-weight:900;
color:#fff;
margin:0 0 15px;
line-height:1.2;
font-family:'Poppins',sans-serif;
letter-spacing:-0.5px;
position:relative;
z-index:2;
}

.ktt-about-cta-box h2 .ktt-highlight{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
}

.ktt-about-cta-box p{
font-size:18px;
line-height:1.8;
color:rgba(255,255,255,.7);
margin:0 auto 32px;
max-width:600px;
font-family:'Arial',sans-serif;
position:relative;
z-index:2;
}

.ktt-about-cta-buttons{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
position:relative;
z-index:2;
}

.ktt-about-cta-buttons a{
padding:15px 32px;
border-radius:60px;
text-decoration:none;
font-weight:700;
font-size:14px;
display:inline-flex;
align-items:center;
gap:10px;
transition:all .35s ease;
font-family:'Poppins',sans-serif;
letter-spacing:0.3px;
}

.ktt-cta-btn-call{
background:linear-gradient(135deg,#ffcb45,#ff9f1a);
color:#071423;
box-shadow:0 8px 30px rgba(255,203,69,.25);
}

.ktt-cta-btn-call:hover{
transform:translateY(-4px) scale(1.02);
box-shadow:0 12px 40px rgba(255,203,69,.35);
}

.ktt-cta-btn-wa{
background:linear-gradient(135deg,#25D366,#128C7E);
color:#fff;
box-shadow:0 8px 30px rgba(37,211,102,.25);
}

.ktt-cta-btn-wa:hover{
transform:translateY(-4px) scale(1.02);
box-shadow:0 12px 40px rgba(37,211,102,.35);
}

.ktt-cta-btn-fleet{
background:rgba(255,255,255,.07);
backdrop-filter:blur(10px);
color:#fff;
border:1px solid rgba(255,255,255,.08);
}

.ktt-cta-btn-fleet:hover{
transform:translateY(-4px) scale(1.02);
background:rgba(255,255,255,.14);
}

.ktt-cta-trust{
display:flex;
justify-content:center;
gap:28px;
flex-wrap:wrap;
margin-top:28px;
position:relative;
z-index:2;
}

.ktt-cta-trust span{
display:flex;
align-items:center;
gap:7px;
color:rgba(255,255,255,.45);
font-size:12px;
font-weight:500;
font-family:'Arial',sans-serif;
}

.ktt-cta-trust span i{
color:#ffcb45;
font-size:12px;
}

/* ==========================================================
TABLET
========================================================== */

@media(max-width:1024px){

.ktt-about-hero h1{
font-size:48px;
}

.ktt-founder-grid{
grid-template-columns:1fr;
gap:40px;
}

.ktt-founder-image-wrap img{
height:400px;
}

.ktt-founder-content{
text-align:center;
}

.ktt-about-fleet-grid{
grid-template-columns:1fr 1fr;
}

.ktt-trust-grid{
grid-template-columns:1fr 1fr;
}

.ktt-coverage-grid{
grid-template-columns:1fr 1fr;
}

.ktt-why-grid{
grid-template-columns:1fr 1fr;
}

.ktt-testimonial-grid{
grid-template-columns:1fr 1fr;
}

.ktt-faq-grid{
grid-template-columns:1fr;
}

.ktt-promise-grid{
grid-template-columns:1fr 1fr;
}

.ktt-mission-grid{
grid-template-columns:1fr 1fr;
}

.ktt-about-cta-box{
padding:45px 30px;
}

.ktt-about-cta-box h2{
font-size:36px;
}

.ktt-about-hero-stats{
gap:30px;
}

}

/* ==========================================================
MOBILE
========================================================== */

@media(max-width:768px){

.ktt-container{
padding-left:18px;
padding-right:18px;
}

.ktt-about-hero{
padding:80px 0 60px;
}

.ktt-about-hero h1{
font-size:34px;
}

.ktt-about-hero p{
font-size:16px;
}

.ktt-about-hero-stats{
gap:18px;
flex-wrap:wrap;
}

.ktt-hero-stat-divider{
display:none;
}

.ktt-about-hero-buttons{
flex-direction:column;
width:100%;
}

.ktt-about-hero-buttons a{
width:100%;
justify-content:center;
padding:14px 20px;
font-size:13px;
}

.ktt-hero-trust-badges{
flex-direction:column;
align-items:center;
gap:6px;
}

.ktt-section-heading h2{
font-size:30px;
}

.ktt-section-heading p{
font-size:15px;
}

.ktt-why-choose{
padding:70px 0 50px;
}

.ktt-why-grid{
grid-template-columns:1fr 1fr;
gap:18px;
}

.ktt-why-card{
padding:28px 20px 25px;
}

.ktt-why-card h3{
font-size:18px;
}

.ktt-about-trust{
padding:60px 0;
}

.ktt-trust-grid{
grid-template-columns:1fr 1fr;
gap:16px;
}

.ktt-trust-card{
padding:28px 15px;
}

.ktt-trust-card h3{
font-size:32px;
}

.ktt-coverage{
padding:60px 0;
}

.ktt-coverage-grid{
grid-template-columns:1fr 1fr;
gap:12px;
}

.ktt-coverage-grid span{
padding:14px 16px;
font-size:13px;
}

.ktt-founder{
padding:60px 0;
}

.ktt-founder-image-wrap img{
height:300px;
padding:15px;
}

.ktt-founder-content h2{
font-size:30px;
}

.ktt-founder-content p{
font-size:15px;
}

.ktt-mission{
padding:60px 0;
}

.ktt-mission-grid{
grid-template-columns:1fr 1fr;
gap:18px;
}

.ktt-mission-card{
padding:30px 20px;
}

.ktt-about-fleet{
padding:60px 0;
}

.ktt-about-fleet-grid{
grid-template-columns:1fr 1fr;
gap:16px;
}

.ktt-fleet-image-wrap img{
height:180px;
padding:12px;
}

.ktt-about-fleet-card h3{
font-size:16px;
padding:14px 12px;
}

.ktt-fleet-cta{
margin-top:28px;
}

.ktt-promise{
padding:60px 0;
}

.ktt-promise-grid{
grid-template-columns:1fr;
gap:14px;
}

.ktt-promise-grid div{
padding:16px 18px;
font-size:13px;
}

.ktt-about-testimonials{
padding:60px 0;
}

.ktt-testimonial-grid{
grid-template-columns:1fr;
gap:20px;
}

.ktt-testimonial-card{
padding:25px 20px;
}

.ktt-about-faq{
padding:60px 0;
}

.ktt-faq-item{
padding:22px 18px;
}

.ktt-faq-item h3{
font-size:16px;
}

.ktt-faq-item p{
font-size:14px;
}

.ktt-about-cta{
padding:60px 0;
}

.ktt-about-cta-box{
padding:30px 20px;
border-radius:20px;
}

.ktt-about-cta-box h2{
font-size:28px;
}

.ktt-about-cta-box p{
font-size:15px;
}

.ktt-about-cta-buttons{
flex-direction:column;
width:100%;
}

.ktt-about-cta-buttons a{
width:100%;
justify-content:center;
padding:14px 20px;
font-size:13px;
}

.ktt-cta-trust{
flex-direction:column;
align-items:center;
gap:6px;
}

}

/* ==========================================================
SMALL MOBILE
========================================================== */

@media(max-width:480px){

.ktt-about-hero h1{
font-size:28px;
}

.ktt-section-heading h2{
font-size:26px;
}

.ktt-trust-grid{
grid-template-columns:1fr;
}

.ktt-why-grid{
grid-template-columns:1fr;
}

.ktt-mission-grid{
grid-template-columns:1fr;
}

.ktt-about-fleet-grid{
grid-template-columns:1fr;
}

.ktt-fleet-image-wrap img{
height:200px;
}

.ktt-coverage-grid{
grid-template-columns:1fr 1fr;
}

.ktt-testimonial-grid{
grid-template-columns:1fr;
}

.ktt-about-cta-box h2{
font-size:24px;
}

.ktt-founder-content h2{
font-size:26px;
}

}

/* ==========================================================
ANIMATIONS
========================================================== */

@keyframes kttFadeUp{
from{opacity:0;transform:translateY(30px);}
to{opacity:1;transform:translateY(0);}
}

.ktt-why-card{
animation:kttFadeUp .7s ease-out both;
}
.ktt-why-card:nth-child(1){animation-delay:.05s;}
.ktt-why-card:nth-child(2){animation-delay:.1s;}
.ktt-why-card:nth-child(3){animation-delay:.15s;}
.ktt-why-card:nth-child(4){animation-delay:.2s;}
.ktt-why-card:nth-child(5){animation-delay:.25s;}
.ktt-why-card:nth-child(6){animation-delay:.3s;}

.ktt-trust-card{
animation:kttFadeUp .7s ease-out both;
}
.ktt-trust-card:nth-child(1){animation-delay:.05s;}
.ktt-trust-card:nth-child(2){animation-delay:.1s;}
.ktt-trust-card:nth-child(3){animation-delay:.15s;}
.ktt-trust-card:nth-child(4){animation-delay:.2s;}

.ktt-mission-card{
animation:kttFadeUp .7s ease-out both;
}
.ktt-mission-card:nth-child(1){animation-delay:.1s;}
.ktt-mission-card:nth-child(2){animation-delay:.2s;}
.ktt-mission-card:nth-child(3){animation-delay:.3s;}

.ktt-about-fleet-card{
animation:kttFadeUp .7s ease-out both;
}
.ktt-about-fleet-card:nth-child(1){animation-delay:.05s;}
.ktt-about-fleet-card:nth-child(2){animation-delay:.1s;}
.ktt-about-fleet-card:nth-child(3){animation-delay:.15s;}
.ktt-about-fleet-card:nth-child(4){animation-delay:.2s;}

.ktt-testimonial-card{
animation:kttFadeUp .7s ease-out both;
}
.ktt-testimonial-card:nth-child(1){animation-delay:.1s;}
.ktt-testimonial-card:nth-child(2){animation-delay:.2s;}
.ktt-testimonial-card:nth-child(3){animation-delay:.3s;}

.ktt-faq-item{
animation:kttFadeUp .7s ease-out both;
}
.ktt-faq-item:nth-child(1){animation-delay:.05s;}
.ktt-faq-item:nth-child(2){animation-delay:.1s;}
.ktt-faq-item:nth-child(3){animation-delay:.15s;}
.ktt-faq-item:nth-child(4){animation-delay:.2s;}

/* ==========================================================
COUNTER STYLING
========================================================== */

.ktt-counter{
display:inline-block;
}

.ktt-trust-card .ktt-counter{
font-size:42px;
font-weight:900;
color:#ffcb45;
font-family:'Poppins',sans-serif;
}

@media(max-width:768px){
.ktt-trust-card .ktt-counter{
font-size:32px;
}
}

@media(max-width:480px){
.ktt-trust-card .ktt-counter{
font-size:28px;
}
}