/* ==========================================================
   Bareilly Taxi ERP V9
   Premium Booking Engine
   File: assets/css/booking.css
   Matched with: template-parts/booking-form.php
   ========================================================== */


/* ==========================================================
   MAIN SECTION
   ========================================================== */

#bt-booking.bt-booking-v9{
	position:relative;
	width:100%;
	padding:90px 20px;
	background:#f8fafc;
	overflow:hidden;
	box-sizing:border-box;
}

#bt-booking.bt-booking-v9 *,
#bt-booking.bt-booking-v9 *::before,
#bt-booking.bt-booking-v9 *::after{
	box-sizing:border-box;
}

#bt-booking.bt-booking-v9::before{
	content:"";
	position:absolute;
	inset:0 0 auto 0;
	height:360px;
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#f8fafc 100%
		);
	z-index:0;
	pointer-events:none;
}

#bt-booking .bt-container{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}


/* ==========================================================
   BOOKING HEADER
   ========================================================== */

#bt-booking .bt-booking-header{
	max-width:820px;
	margin:0 auto 45px;
	text-align:center;
}

#bt-booking .bt-section-badge{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:8px 18px;
	margin-bottom:18px;
	border:1px solid #bfdbfe;
	border-radius:999px;
	background:#eff6ff;
	color:#1d4ed8;
	font-size:13px;
	font-weight:800;
	letter-spacing:.02em;
}

#bt-booking .bt-booking-header h2{
	margin:0 0 16px;
	color:#0f172a;
	font-size:clamp(30px,4vw,46px);
	line-height:1.15;
	font-weight:800;
	letter-spacing:-.02em;
}

#bt-booking .bt-booking-header p{
	max-width:720px;
	margin:0 auto;
	color:#64748b;
	font-size:17px;
	line-height:1.75;
}


/* ==========================================================
   MAIN TWO COLUMN AREA
   ========================================================== */

#bt-booking .bt-booking-wrapper{
	display:grid;
	grid-template-columns:minmax(0,1fr) 320px;
	gap:28px;
	align-items:start;
}


/* ==========================================================
   BOOKING FORM
   ========================================================== */

#bt-booking .bt-booking-form{
	width:100%;
	padding:32px;
	border:1px solid #e2e8f0;
	border-radius:24px;
	background:#ffffff;
	box-shadow:
		0 20px 60px rgba(15,23,42,.08);
}


/* ==========================================================
   BOOKING TABS
   ========================================================== */

#bt-booking .bt-booking-tabs{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:8px;
	padding:6px;
	margin-bottom:28px;
	border-radius:15px;
	background:#f1f5f9;
}

#bt-booking .bt-tab{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:48px;
	padding:10px 12px;
	border:0;
	border-radius:11px;
	background:transparent;
	color:#475569;
	font-family:inherit;
	font-size:14px;
	font-weight:800;
	line-height:1.2;
	cursor:pointer;
	transition:
		background .2s ease,
		color .2s ease,
		box-shadow .2s ease,
		transform .2s ease;
}

#bt-booking .bt-tab:hover{
	color:#1d4ed8;
	background:#ffffff;
}

#bt-booking .bt-tab.active{
	background:#2563eb;
	color:#ffffff;
	box-shadow:
		0 8px 20px rgba(37,99,235,.20);
}

#bt-booking .bt-tab:focus-visible{
	outline:3px solid rgba(37,99,235,.20);
	outline-offset:2px;
}


/* ==========================================================
   FORM GRID
   ========================================================== */

#bt-booking .bt-form-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:20px;
}

#bt-booking .bt-form-group{
	min-width:0;
	display:flex;
	flex-direction:column;
}

#bt-booking .bt-form-group label{
	display:block;
	margin:0 0 8px;
	color:#334155;
	font-size:13px;
	font-weight:800;
	line-height:1.4;
}


/* ==========================================================
   INPUTS / SELECT
   ========================================================== */

#bt-booking .bt-form-group input,
#bt-booking .bt-form-group select,
#bt-booking .bt-form-group textarea{
	display:block;
	width:100%;
	min-width:0;
	height:54px;
	padding:0 15px;
	border:1px solid #cbd5e1;
	border-radius:13px;
	outline:none;
	background:#ffffff;
	color:#0f172a;
	font-family:inherit;
	font-size:14px;
	font-weight:500;
	box-shadow:none;
	transition:
		border-color .2s ease,
		box-shadow .2s ease,
		background .2s ease;
}

#bt-booking .bt-form-group textarea{
	height:120px;
	padding:15px;
	resize:vertical;
}

#bt-booking .bt-form-group input::placeholder,
#bt-booking .bt-form-group textarea::placeholder{
	color:#94a3b8;
}

#bt-booking .bt-form-group input:hover,
#bt-booking .bt-form-group select:hover,
#bt-booking .bt-form-group textarea:hover{
	border-color:#94a3b8;
}

#bt-booking .bt-form-group input:focus,
#bt-booking .bt-form-group select:focus,
#bt-booking .bt-form-group textarea:focus{
	border-color:#2563eb;
	box-shadow:
		0 0 0 4px rgba(37,99,235,.10);
	background:#ffffff;
}


/* ==========================================================
   BOOKING NOTE
   ========================================================== */

#bt-booking .bt-booking-note{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:8px 22px;
	margin-top:22px;
	padding:15px 17px;
	border:1px solid #e2e8f0;
	border-radius:13px;
	background:#f8fafc;
	color:#475569;
	font-size:12px;
	font-weight:700;
	line-height:1.6;
}


/* ==========================================================
   BOOKING BUTTONS
   ========================================================== */

#bt-booking .bt-booking-buttons{
	display:grid;
	grid-template-columns:1.3fr 1fr 1fr;
	gap:12px;
	margin-top:20px;
}

#bt-booking .bt-book-btn,
#bt-booking .bt-call-btn,
#bt-booking .bt-whatsapp-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:54px;
	width:100%;
	padding:12px 16px;
	border-radius:13px;
	font-family:inherit;
	font-size:14px;
	font-weight:800;
	line-height:1.2;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	transition:
		transform .2s ease,
		box-shadow .2s ease,
		background .2s ease;
}

#bt-booking .bt-book-btn{
	border:1px solid #f59e0b;
	background:#f59e0b;
	color:#ffffff;
	box-shadow:
		0 10px 22px rgba(245,158,11,.18);
}

#bt-booking .bt-call-btn{
	border:1px solid #0f172a;
	background:#0f172a;
	color:#ffffff;
}

#bt-booking .bt-whatsapp-btn{
	border:1px solid #16a34a;
	background:#16a34a;
	color:#ffffff;
}

#bt-booking .bt-book-btn:hover,
#bt-booking .bt-call-btn:hover,
#bt-booking .bt-whatsapp-btn:hover{
	transform:translateY(-2px);
	box-shadow:
		0 12px 25px rgba(15,23,42,.15);
}

#bt-booking .bt-book-btn:hover{
	background:#d97706;
	border-color:#d97706;
}

#bt-booking .bt-call-btn:hover{
	background:#1e293b;
}

#bt-booking .bt-whatsapp-btn:hover{
	background:#15803d;
}


/* ==========================================================
   BOOKING FEATURES
   ========================================================== */

#bt-booking .bt-booking-footer{
	margin-top:25px;
	padding-top:23px;
	border-top:1px solid #e2e8f0;
}

#bt-booking .bt-booking-features{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:18px;
}

#bt-booking .bt-feature{
	display:flex;
	align-items:flex-start;
	gap:11px;
	min-width:0;
}

#bt-booking .bt-feature-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 36px;
	width:36px;
	height:36px;
	border-radius:11px;
	background:#eff6ff;
	color:#2563eb;
	font-size:16px;
	line-height:1;
}

#bt-booking .bt-feature strong{
	display:block;
	margin:0 0 4px;
	color:#0f172a;
	font-size:13px;
	font-weight:800;
	line-height:1.4;
}

#bt-booking .bt-feature small{
	display:block;
	color:#64748b;
	font-size:11px;
	line-height:1.5;
}


/* ==========================================================
   RIGHT SIDE CARD
   ========================================================== */

#bt-booking .bt-booking-side{
	width:100%;
	min-width:0;
}

#bt-booking .bt-booking-card{
	padding:27px;
	border:1px solid #dbeafe;
	border-radius:22px;
	background:#ffffff;
	box-shadow:
		0 20px 55px rgba(15,23,42,.08);
}

#bt-booking .bt-card-badge{
	display:inline-flex;
	align-items:center;
	min-height:30px;
	padding:6px 11px;
	margin-bottom:14px;
	border-radius:999px;
	background:#eff6ff;
	color:#1d4ed8;
	font-size:11px;
	font-weight:800;
	letter-spacing:.03em;
	text-transform:uppercase;
}

#bt-booking .bt-booking-card h3{
	margin:0 0 20px;
	color:#0f172a;
	font-size:24px;
	line-height:1.25;
	font-weight:800;
}

#bt-booking .bt-booking-card ul{
	margin:0;
	padding:0;
	list-style:none;
}

#bt-booking .bt-booking-card li{
	padding:11px 0;
	border-bottom:1px solid #f1f5f9;
	color:#475569;
	font-size:13px;
	line-height:1.4;
}

#bt-booking .bt-booking-card li:last-child{
	border-bottom:0;
}

#bt-booking .bt-side-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:50px;
	margin-top:20px;
	padding:11px 15px;
	border:1px solid #2563eb;
	border-radius:12px;
	background:#2563eb;
	color:#ffffff;
	font-size:13px;
	font-weight:800;
	text-decoration:none;
	transition:
		transform .2s ease,
		box-shadow .2s ease,
		background .2s ease;
}

#bt-booking .bt-side-btn:hover{
	transform:translateY(-2px);
	background:#1d4ed8;
	box-shadow:
		0 10px 25px rgba(37,99,235,.20);
}


/* ==========================================================
   BOTTOM STAT BAR
   ========================================================== */

#bt-booking .bt-booking-bottom-bar{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	margin-top:28px;
	border:1px solid #e2e8f0;
	border-radius:18px;
	background:#ffffff;
	overflow:hidden;
	box-shadow:
		0 12px 35px rgba(15,23,42,.05);
}

#bt-booking .bt-bottom-item{
	min-width:0;
	padding:20px 15px;
	text-align:center;
	border-right:1px solid #e2e8f0;
}

#bt-booking .bt-bottom-item:last-child{
	border-right:0;
}

#bt-booking .bt-bottom-item strong{
	display:block;
	margin:0 0 5px;
	color:#0f172a;
	font-size:18px;
	font-weight:800;
	line-height:1.3;
}

#bt-booking .bt-bottom-item span{
	display:block;
	color:#64748b;
	font-size:11px;
	font-weight:600;
	line-height:1.4;
}


/* ==========================================================
   SUBTLE HOVER EFFECTS
   ========================================================== */

#bt-booking .bt-booking-form,
#bt-booking .bt-booking-card,
#bt-booking .bt-bottom-item,
#bt-booking .bt-feature{
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		border-color .25s ease;
}

#bt-booking .bt-booking-card:hover{
	border-color:#bfdbfe;
	box-shadow:
		0 25px 60px rgba(15,23,42,.10);
}

#bt-booking .bt-bottom-item:hover{
	background:#f8fafc;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width:1100px){

	#bt-booking .bt-booking-wrapper{
		grid-template-columns:minmax(0,1fr) 290px;
		gap:22px;
	}

	#bt-booking .bt-booking-form{
		padding:27px;
	}

	#bt-booking .bt-form-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	#bt-booking .bt-booking-features{
		grid-template-columns:1fr;
		gap:14px;
	}

}


/* ==========================================================
   TABLET / SMALL LAPTOP
   ========================================================== */

@media (max-width:900px){

	#bt-booking.bt-booking-v9{
		padding:70px 18px;
	}

	#bt-booking .bt-booking-wrapper{
		grid-template-columns:1fr;
	}

	#bt-booking .bt-booking-side{
		max-width:700px;
		margin:0 auto;
	}

	#bt-booking .bt-booking-card{
		width:100%;
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width:640px){

	#bt-booking.bt-booking-v9{
		padding:55px 14px;
	}

	#bt-booking .bt-booking-header{
		margin-bottom:30px;
	}

	#bt-booking .bt-section-badge{
		min-height:34px;
		padding:7px 14px;
		font-size:11px;
	}

	#bt-booking .bt-booking-header h2{
		font-size:30px;
		line-height:1.2;
	}

	#bt-booking .bt-booking-header p{
		font-size:14px;
		line-height:1.7;
	}

	#bt-booking .bt-booking-form{
		padding:20px 16px;
		border-radius:19px;
	}

	#bt-booking .bt-booking-tabs{
		grid-template-columns:repeat(2,1fr);
		gap:6px;
		padding:5px;
	}

	#bt-booking .bt-tab{
		min-height:44px;
		padding:9px 6px;
		font-size:12px;
	}

	#bt-booking .bt-form-grid{
		grid-template-columns:1fr;
		gap:16px;
	}

	#bt-booking .bt-form-group input,
	#bt-booking .bt-form-group select{
		height:51px;
		font-size:14px;
	}

	#bt-booking .bt-booking-note{
		display:grid;
		grid-template-columns:1fr;
		gap:6px;
		font-size:11px;
	}

	#bt-booking .bt-booking-buttons{
		grid-template-columns:1fr;
		gap:10px;
	}

	#bt-booking .bt-book-btn,
	#bt-booking .bt-call-btn,
	#bt-booking .bt-whatsapp-btn{
		min-height:52px;
	}

	#bt-booking .bt-booking-card{
		padding:21px 18px;
		border-radius:19px;
	}

	#bt-booking .bt-booking-card h3{
		font-size:22px;
	}

	#bt-booking .bt-booking-bottom-bar{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	#bt-booking .bt-bottom-item{
		padding:16px 10px;
		border-right:1px solid #e2e8f0;
		border-bottom:1px solid #e2e8f0;
	}

	#bt-booking .bt-bottom-item:nth-child(2n){
		border-right:0;
	}

	#bt-booking .bt-bottom-item:nth-last-child(-n+2){
		border-bottom:0;
	}

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width:380px){

	#bt-booking.bt-booking-v9{
		padding:45px 10px;
	}

	#bt-booking .bt-booking-header h2{
		font-size:27px;
	}

	#bt-booking .bt-booking-form{
		padding:17px 13px;
	}

	#bt-booking .bt-booking-tabs{
		grid-template-columns:1fr 1fr;
	}

	#bt-booking .bt-tab{
		font-size:11px;
	}

	#bt-booking .bt-form-group input,
	#bt-booking .bt-form-group select{
		height:49px;
	}

	#bt-booking .bt-booking-bottom-bar{
		grid-template-columns:1fr;
	}

	#bt-booking .bt-bottom-item,
	#bt-booking .bt-bottom-item:nth-child(2n){
		border-right:0;
		border-bottom:1px solid #e2e8f0;
	}

	#bt-booking .bt-bottom-item:last-child{
		border-bottom:0;
	}

}