/* Bareilly Taxi Core — Homepage Hero replacement */
.bt-hero{position:relative;isolation:isolate;min-height:760px;display:flex;align-items:center;overflow:hidden;background:#12345a;color:#fff;padding:130px 0 110px}
.bt-hero-backgrounds,.bt-hero-overlay{position:absolute;inset:0;pointer-events:none}
.bt-hero-backgrounds{z-index:-5;background:#12345a}
.bt-hero-bg-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.03);transition:opacity 1.2s ease,transform 10s ease}
.bt-hero-bg-slide.is-active{opacity:1;transform:scale(1)}
.bt-hero-overlay{z-index:-4;background:linear-gradient(90deg,rgba(4,20,43,.46) 0%,rgba(4,20,43,.28) 43%,rgba(4,20,43,.08) 100%),linear-gradient(180deg,rgba(3,17,35,.08),rgba(3,17,35,.16))}
.bt-hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.14;z-index:-3;animation:btFloat 8s ease-in-out infinite}
.bt-shape-1{width:320px;height:320px;top:-130px;left:-110px;background:#fdb813}.bt-shape-2{width:280px;height:280px;right:-90px;bottom:80px;background:#1976d2;animation-delay:2s}
@keyframes btFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-22px)}}
.bt-hero .bt-container{position:relative;z-index:3;width:min(1240px,calc(100% - 40px));margin:0 auto}
.bt-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:48px}
.bt-hero-left{min-width:0}.bt-hero-title{margin:0 0 20px;color:#fff;font-size:clamp(38px,5vw,64px);line-height:1.08;letter-spacing:-.035em;font-weight:850;max-width:760px;text-shadow:0 5px 25px rgba(0,0,0,.18)}
.bt-hero-description{max-width:690px;margin:0;color:rgba(255,255,255,.92);font-size:18px;line-height:1.75}
.bt-hero-badge{display:inline-flex;align-items:center;gap:9px;padding:10px 17px;margin:0 0 22px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.10);backdrop-filter:blur(12px);color:#fff;font-size:13px;font-weight:800}
.bt-hero-badge i{color:#fdb813}.bt-hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.bt-hero .bt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:12px 20px;border-radius:13px;text-decoration:none;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.bt-hero .bt-btn:hover{transform:translateY(-2px)}
.bt-hero .bt-btn-primary{background:#f59e0b;border:1px solid #f59e0b;color:#fff;box-shadow:0 12px 30px rgba(245,158,11,.28)}
.bt-hero .bt-btn-primary:hover{background:#d97706;border-color:#d97706}.bt-hero .bt-btn-outline{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.40);color:#fff;backdrop-filter:blur(10px)}
.bt-hero-features{display:flex;flex-wrap:wrap;gap:9px 12px;margin-top:28px}.bt-hero .bt-feature{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.07);color:#fff;font-size:12px;font-weight:700;backdrop-filter:blur(8px)}.bt-hero .bt-feature i{color:#fdb813}
.bt-hero-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.bt-stat-card{display:flex;align-items:center;gap:9px;min-width:145px;padding:10px 12px;border:1px solid rgba(255,255,255,.15);border-radius:13px;background:rgba(0,20,43,.30);backdrop-filter:blur(10px)}.bt-stat-icon{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:9px;background:rgba(253,184,19,.14);color:#fdb813}.bt-stat-info h3{margin:0;color:#fff;font-size:17px;line-height:1.1}.bt-stat-info span{display:block;margin-top:3px;color:rgba(255,255,255,.72);font-size:10px}
.bt-hero-right{position:relative;min-width:0;min-height:500px;display:flex;align-items:center;justify-content:center}.bt-hero-image-wrap{position:relative;width:min(700px,100%);display:flex;align-items:center;justify-content:center}.bt-hero-image{position:relative;z-index:2;width:100%;height:auto;max-width:700px;object-fit:contain;filter:drop-shadow(0 35px 55px rgba(0,0,0,.38));animation:btCarFloat 5s ease-in-out infinite}.bt-hero-image-wrap:after{content:"";position:absolute;z-index:1;left:12%;right:12%;bottom:9%;height:28px;border-radius:50%;background:rgba(0,0,0,.34);filter:blur(10px)}
@keyframes btCarFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.bt-floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;min-width:155px;padding:10px 12px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(7,29,55,.62);color:#fff;box-shadow:0 15px 35px rgba(0,0,0,.18);backdrop-filter:blur(13px);text-decoration:none;transition:transform .2s ease,background .2s ease}.bt-floating-card:hover{transform:translateY(-3px);background:rgba(7,29,55,.76)}.bt-card-rating{top:8%;right:0}.bt-card-review{bottom:16%;left:0}.bt-card-support{top:45%;right:-3%}.bt-card-whatsapp{bottom:2%;right:8%}.bt-card-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;background:rgba(253,184,19,.14);color:#fdb813}.bt-card-whatsapp .bt-card-icon{color:#4ade80}.bt-card-text strong{display:block;color:#fff;font-size:13px;line-height:1.2}.bt-card-text small{display:block;margin-top:3px;color:rgba(255,255,255,.68);font-size:9px;line-height:1.2}
.bt-hero-scene-label{position:absolute;left:50%;bottom:0;z-index:4;transform:translateX(-50%);display:flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(3,20,40,.48);backdrop-filter:blur(10px);font-size:10px;font-weight:800;color:rgba(255,255,255,.88);white-space:nowrap}.bt-scene-dot{width:7px;height:7px;border-radius:50%;background:#fdb813;box-shadow:0 0 0 4px rgba(253,184,19,.12)}
.bt-booking-cta{position:absolute;left:0;right:0;bottom:0;z-index:5}.bt-booking-cta-inner{display:flex;align-items:center;justify-content:center;gap:18px;padding:15px 20px;border:1px solid rgba(255,255,255,.18);border-bottom:0;border-radius:18px 18px 0 0;background:rgba(3,20,40,.55);backdrop-filter:blur(14px)}.bt-booking-cta h2{margin:0;color:#fff;font-size:18px}.bt-booking-cta p{margin:0;color:rgba(255,255,255,.76);font-size:12px}.bt-booking-cta .bt-btn{min-height:42px;padding:9px 15px;font-size:12px}
.bt-hero-dots{position:absolute;right:25px;bottom:105px;z-index:6;display:flex;gap:7px}.bt-hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.42);cursor:pointer;transition:width .2s ease,background .2s ease}.bt-hero-dots button.is-active{width:24px;border-radius:999px;background:#fdb813}
@media (max-width:1050px){.bt-hero{min-height:720px;padding:120px 0 105px}.bt-hero-grid{grid-template-columns:1fr;gap:28px}.bt-hero-left{text-align:center}.bt-hero-description{margin-left:auto;margin-right:auto}.bt-hero-buttons,.bt-hero-features,.bt-hero-stats{justify-content:center}.bt-hero-right{min-height:430px}.bt-floating-card{display:none}.bt-hero-scene-label{bottom:12px}.bt-hero-image{max-width:610px}}
@media (max-width:640px){.bt-hero{min-height:720px;padding:95px 0 85px}.bt-hero .bt-container{width:min(100% - 24px,1240px)}.bt-hero-overlay{background:linear-gradient(180deg,rgba(4,20,43,.74),rgba(4,20,43,.50) 55%,rgba(4,20,43,.62))}.bt-hero-title{font-size:clamp(32px,10vw,43px);line-height:1.08;margin-bottom:14px}.bt-hero-description{font-size:14px;line-height:1.62}.bt-hero-badge{font-size:11px;padding:8px 12px;margin-bottom:14px}.bt-hero-buttons{margin-top:19px;gap:8px}.bt-hero .bt-btn{min-height:46px;padding:10px 14px;font-size:13px}.bt-hero-features{gap:6px;margin-top:17px}.bt-hero .bt-feature{padding:7px 8px;font-size:10px}.bt-hero-stats{gap:6px;margin-top:15px}.bt-stat-card{min-width:0;flex:1;padding:8px}.bt-stat-icon{width:27px;height:27px;font-size:11px}.bt-stat-info h3{font-size:14px}.bt-stat-info span{font-size:8px}.bt-hero-right{min-height:285px;margin-top:-2px}.bt-hero-image{max-width:470px}.bt-hero-scene-label{bottom:-3px;font-size:9px}.bt-booking-cta-inner{flex-wrap:wrap;gap:7px;padding:10px 12px}.bt-booking-cta h2{font-size:14px}.bt-booking-cta p{width:100%;text-align:center;font-size:10px}.bt-booking-cta .bt-btn{min-height:36px;padding:7px 12px}.bt-hero-dots{right:50%;bottom:94px;transform:translateX(50%)}.bt-hero-bg-slide{background-position:center}.bt-shape-1{width:220px;height:220px}.bt-shape-2{width:180px;height:180px}}
@media (prefers-reduced-motion:reduce){.bt-hero-bg-slide,.bt-hero-image,.bt-hero-shape{transition:none;animation:none}.bt-hero-bg-slide{transform:none}}

/* Premium transparent vehicle slider */
.bt-hero-image-wrap{position:relative;min-height:520px;}
.bt-hero-image-wrap .bt-hero-image{
	position:absolute;
	inset:0;
	margin:auto;
	opacity:0;
	transform:translateY(10px) scale(.985);
	transition:opacity .55s ease,transform .55s ease;
	pointer-events:none;
}
.bt-hero-image-wrap .bt-hero-image.is-active{
	opacity:1;
	transform:translateY(0) scale(1);
}
@media(max-width:768px){
	.bt-hero-image-wrap{min-height:330px;}
}
