/* ================================================================
   cabHomeForm.css  —  BroomBoom Cabs
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&family=Nunito+Sans:wght@400;600;700;800&display=swap');

/* ── 1. MAIN BODY ── */
.main-body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
}

.bg-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% 20%;
	max-height: none;
	z-index: 0;
	filter: brightness(0.65);
}

.main-body::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.55) 100%);
	z-index: 1;
	pointer-events: none;
}

/* ── 2. LAYOUT ── */
.banner-section {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	min-height: 100vh;
	width: 100%;
	padding: 0;
	gap: 0;
}

.bb-hero-left {
	flex: 0 0 540px;
    width: 540px;
    max-width: 540px;
    padding: 15px 26px;
    min-height: 100vh;
}

.bb-hero-right {
	order: 2;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 60px 52px 80px;
	position: relative;
	z-index: 2;
}

.form-body {
	max-width: 560px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.20);
	border: 1px solid #e8e8e8;
	padding: 0;
	overflow: visible;
}

.form-inputs {
	display: flex;
	flex-direction: column;
}

/* ── 3. HERO TEXT ── */
.bb-hero-label {
	display: flex;
	align-items: center;
	color: #ffc107;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bb-hero-line {
	display: none;
}

.banner-heading {
	text-align: left;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.banner-heading h1 {
	font-family: 'Nunito', sans-serif;
	font-size: 44px;
	line-height: 54px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 10px;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.banner-heading h1 span {
	color: #ffc107;
}

.banner-heading div {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.65;
	font-weight: 400;
	margin: 0;
}

.bb-trust-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 20px;
	margin: 18px 0 0;
}

.bb-trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.90);
}

.bb-trust-divider {
	display: none;
}

/* ── 4. TAB BAR ── */
.radio-btn-divs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 0;
	gap: 0;
	border-bottom: 2px solid #efefef;
	background: #fff;
	border-radius: 16px 16px 0 0;
	/* overflow:hidden; */
}

.radio-btn-divs::-webkit-scrollbar {
	display: none;
}

.bb-tab-header-label {
	flex: 0 0 100%;
	width: 100%;
	order: -1;
	background: #FFC107;
	color: #1a1a1a;
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 11px 16px;
	text-align: center;
	margin: 0;
	border-radius: 16px 16px 0 0;
}

.radio-btns {
	flex: 1 1 0;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 8px;
	margin: 8px 0 8px 8px;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #444;
	cursor: pointer;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	background: #f7f7f7;
	white-space: normal;
	overflow: visible;
	text-align: center;
	transition: all 0.2s;
	line-height: 1.35;
	min-height: 60px;
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
	letter-spacing: 0px;
}

.radio-btn-divs .radio-btns:last-of-type {
	margin-right: 8px;
}

.radio-btns:hover {
	border-color: #FFC107;
	background: #FFF8E1;
	color: #1a1a1a;
}

.radio-btn-checked {
	background: #FFC107;
	border-color: #FFC107;
	color: #1a1a1a;
	font-weight: 900;
	box-shadow: 0 2px 8px rgba(255, 193, 7, 0.30);
}

.bb-tab-icon {
	display: none;
}

.tick-mark-div {
	display: none;
}

/* ── 5. INPUT FIELD ROWS ── */
.form-inputs>.d-flex.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 7px 7px 5px;
	gap: 2px;
	position: relative;
	overflow: visible;
	border-bottom: 1px solid #efefef;
}

/* ── 6. INPUT BOXES ── */
.inputs-boxs {
	flex: 1 1 160px;
	min-width: 0;
	padding: 0;
	height: auto;
	min-height: auto;
	border: 1.5px solid #e2e2e2;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
	overflow: visible;
	background: #f9f9f9;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.inputs-boxs:hover,
.inputs-boxs:focus-within {
	border-color: #FFC107;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.12);
	z-index: 10;
}

#pickuplocation,
#droplocation {
	flex: 1 1 calc(50% - 28px);
	min-width: 120px;
}

#pickupTime,
#pickuptimehrs {
	flex: 1 1 calc(50% - 5px);
	min-width: 120px;
}

#pickupTime_drop,
#pickuptimehrs_drop {
	flex: 1 1 calc(50% - 5px);
	min-width: 120px;
}

/* ── 7. SWAP BUTTON ── */
.bb-swap-btn {
	flex: 0 0 32px;
	width: 32px;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1.5px solid #e2e2e2;
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	align-self: center;
	transition: all 0.25s;
	padding: 0;
	z-index: 2;
	flex-shrink: 0;
}

.bb-swap-btn:hover {
	background: #fff8e1;
	border-color: #FFC107;
	color: #FFC107;
}

body.bb-tab-airports .bb-swap-btn,
body.bb-tab-rentals .bb-swap-btn {
	display: none;
}

/* ── 8. FIELD LABELS & INPUTS ── */
.bb-field-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #999;
	letter-spacing: 1px;
	padding: 8px 12px 2px;
	text-transform: uppercase;
	text-align: center;
}

.bb-location-input {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	border: none;
	outline: none;
	background: transparent;
	padding: 1px 12px 4px;
	width: 100%;
	height: auto;
	cursor: pointer;
	text-align: center;
}

.bb-location-input::placeholder {
	color: #c0c0c0;
	font-weight: 500;
	text-align: center;
}

.bb-field-hint {
	display: block;
	font-size: 10px;
	color: #bbb;
	padding: 0 12px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.inputs-boxs span>img[alt="arrow down"] {
	display: none;
}

.inputs-boxs>label>input[type="text"]:not(.bb-location-input):not([hidden]),
.inputs-boxs>lebel>input[type="text"]:not(.bb-location-input):not([hidden]) {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	border: none;
	outline: none;
	background: transparent;
	padding: 2px 12px 8px;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

.inputs-boxs>label>span:first-child,
.inputs-boxs>lebel>span:first-child {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 12px 2px;
	justify-content: center;
}

#airportType_label,
#airport_trip_type_div>lebel>span:first-child,
#way_type>lebel>span:first-child,
#city-name>lebel>span:first-child {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 12px 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#package_input,
#airport_trip_type_show,
#way_type_show {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #1a1a1a;
	border: none;
	outline: none;
	background: transparent;
	padding: 2px 12px 8px;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

.bb3-loc-input {
	font-size: 16px;
}

.bb3-loc-label {
	font-size: 11px;
}

.bb3-loc-row {
	padding: 12px 16px;
}

/* ── 9. SEARCH CAB BUTTON ── */
#form-btn {
	padding: 12px 14px 18px;
	display: flex;
	justify-content: center;
    margin-bottom: 15px;
}

.bb-search-btn,
#search_btn {
	background: #FFC107 !important;
	color: #1a1a1a !important;
	font-family: 'Nunito', sans-serif;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: 0;
	word-spacing: 0 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 14px 32px !important;
	margin: 0;
	cursor: pointer;
	transition: background 0.2s, transform 0.12s, box-shadow 0.2s;
	display: inline-flex;
	align-items: center;
	width: 100% !important;
	justify-content: center;
	box-shadow: 0 3px 12px rgba(255, 193, 7, 0.32);
	height: 54px;
}

.bb-search-btn:hover,
#search_btn:hover {
	background: #FFB300;
	transform: translateY(-1px);
	box-shadow: 0 5px 18px rgba(255, 193, 7, 0.42);
}

.bb-search-btn:disabled,
#search_btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* ── 10. ADDON STRIP ── */
.bb-addon-strip {
	border-top: 2px solid #f0f0f0;
	background: #fafafa;
	padding: 14px 16px 16px;
	margin-top: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	min-height: 56px;
	border-radius: 0 0 16px 16px;
}

.bb-addon-strip:empty {
	display: none;
}

.bb-addon-strip::-webkit-scrollbar {
	display: none;
}

.bb-addon-strip__label {
	display: none;
}

.bb-addon-strip__chips {
	display: contents;
}

.bb-addon-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 13px;
	border: 1.5px solid #e0e0e0;
	border-radius: 20px;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #555;
	cursor: pointer;
	background: #fff;
	white-space: nowrap;
	flex-shrink: 0;
	transition: border-color 0.18s, background 0.18s;
	user-select: none;
}

.bb-addon-chip:hover {
	border-color: #ffc107;
	background: #fffdf5;
}

.bb-addon-chip.bb-addon-chip--selected {
	border-color: #ffc107;
	background: #fff8e1;
	color: #1a1a1a;
	font-weight: 800;
}

.bb-addon-chip__check {
	width: 14px;
	height: 14px;
	border-radius: 3px;
	border: 1.5px solid #ccc;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	color: transparent;
	flex-shrink: 0;
}

.bb-addon-chip--selected .bb-addon-chip__check {
	background: #ffc107;
	border-color: #ffc107;
	color: #000;
}

.bb-addon-chip__icon {
	display: inline-flex;
	align-items: center;
	opacity: 0.65;
}

.bb-addon-chip--selected .bb-addon-chip__icon {
	opacity: 1;
}

/* ── 11. FEATURE BADGES ── */
.bb-feature-badges {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 14px 16px;
	border-top: 1px solid #f5f5f5;
	gap: 8px;
}

.bb-feature-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1 1 130px;
	min-width: 120px;
}

.bb-feature-icon {
	width: 34px;
	height: 34px;
	background: #fff8e1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.bb-feature-badge strong {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #1a1a1a;
	display: block;
}

.bb-feature-badge span {
	font-size: 11px;
	color: #888;
}

/* ── 12. DATE PICKERS ── */
.date-picker {
	display: block;
	position: static;
	overflow: visible;
}

.date-picker input {
	padding: 2px 12px 8px;
	border: none;
	background: transparent;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	width: 100%;
	text-align: center;
	display: block;
}

.date-picker .calendar,
.date-picker .calendar_drop {
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
	display: none;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
	border: 1px solid #e8e8e8;
	width: 300px;
	min-width: 280px;
	overflow: hidden;
}

.date-picker .calendar.active,
.date-picker .calendar_drop.active {
	display: block;
}

.date-picker .calendar table,
.date-picker .calendar_drop table {
	width: 100%;
	border-collapse: collapse;
}

.date-picker .calendar table th,
.date-picker .calendar table td,
.date-picker .calendar_drop table th,
.date-picker .calendar_drop table td {
	padding: 8px 4px;
	text-align: center;
	font-size: 13px;
}

.date-picker .calendar table th,
.date-picker .calendar_drop table th {
	background: #f8f8f8;
	font-weight: 700;
	color: #666;
	font-size: 12px;
}

.date-picker .calendar table td,
.date-picker .calendar_drop table td {
	cursor: pointer;
	color: #1a1a1a;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	line-height: 1;
}

.date-picker .calendar table td:hover,
.date-picker .calendar_drop table td:hover {
	background: #ffc107;
	color: #000;
	font-weight: 800;
}

.date-picker .calendar>span,
.date-picker .calendar_drop>span {
	display: flex;
	align-items: center;
	padding: 10px 14px;
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #1a1a1a;
	background: #FFF8E1;
	border-bottom: 1px solid #ffe082;
	gap: 6px;
}

/* ── 13. TOGGLE SWITCH ── */
.bb3-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.bb3-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
}

input:checked+.slider {
	background-color: #ffc107;
}

input:focus+.slider {
	box-shadow: 0 0 1px #ffc107;
}

input:checked+.slider:before {
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

#pickuplocation_div>img,
#droplocation_div>img {
	position: absolute;
	left: 14px;
	top: 18px;
	width: 16px;
	height: 16px;
	z-index: 2;
	opacity: 0.55;
}

#pickuplocation_div input[type="text"],
#droplocation_div input[type="text"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 0;
	padding: 14px 12px 14px 40px;
	font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	outline: none;
	background: #fff;
	color: #1a1a1a;
	margin-bottom: 0;
	height: auto;
	box-shadow: none;
	box-sizing: border-box;
}

#pickuplocation_div input[type="text"]:focus,
#droplocation_div input[type="text"]:focus {
	background: #fffdf5;
	border-bottom-color: #ffc107;
}

.recomendation-div,
.recomendation-div-drop {
	max-height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 6px 0;
	scrollbar-width: thin;
	scrollbar-color: #ffc107 #f5f5f5;
}

.recomendation-div::-webkit-scrollbar,
.recomendation-div-drop::-webkit-scrollbar {
	width: 4px;
}

.recomendation-div::-webkit-scrollbar-track,
.recomendation-div-drop::-webkit-scrollbar-track {
	background: #f5f5f5;
}

.recomendation-div::-webkit-scrollbar-thumb,
.recomendation-div-drop::-webkit-scrollbar-thumb {
	background: #ffc107;
	border-radius: 2px;
}

.popupdivs {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 240px;
	z-index: 999999;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
	border: 1px solid #e8e8e8;
}

#pickuppackage {
	position: relative;
}

.pickuplocations,
.droplocations {
	padding: 11px 16px;
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	color: #222;
	cursor: pointer;
	display: flex;
	align-items: center;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background 0.15s;
	line-height: 1.4;
}

.pickuplocations:hover,
.droplocations:hover {
	background: #fff8e1;
	color: #000;
}

.sug {
	font-size: 9px;
	font-weight: 900;
	color: #bbb;
	letter-spacing: 1.2px;
	padding: 8px 16px 4px;
	display: block;
	text-transform: uppercase;
}

/* ── 14. TIME PICKER POPUP ── */
.absolute-container,
.absolute-container_drop {
	z-index: 999999;
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
	border: 1px solid #e8e8e8;
	padding: 0;
	min-width: 220px;
	width: auto;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
}

.absolute-container>.d-flex:first-child,
.absolute-container_drop>.d-flex:first-child {
	padding: 12px 16px 10px;
	background: #FFF8E1;
	border-bottom: 1px solid #ffe082;
	gap: 8px;
	align-items: center;
	font-family: 'Nunito', sans-serif;
}

.absolute-container>.d-flex:first-child span,
.absolute-container_drop>.d-flex:first-child span {
	font-size: 13px;
	font-weight: 800;
	color: #1a1a1a;
}

#time_show,
#time_show_drop {
	color: #e65100;
	font-weight: 900;
	font-size: 14px;
}

.time_input_names {
	font-family: 'Nunito', sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #1a1a1a;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.absolute-container .d-flex.my-2,
.absolute-container_drop .d-flex.my-2 {
	background: #FFC107;
	border-radius: 0;
}

.hours,
.minites {
	height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 80px;
	scrollbar-width: thin;
	scrollbar-color: #ffc107 #f0f0f0;
	padding: 4px 0;
	display: block;
	flex-direction: unset;
	background: transparent;
}

.hours::-webkit-scrollbar,
.minites::-webkit-scrollbar {
	width: 4px;
}

.hours::-webkit-scrollbar-track,
.minites::-webkit-scrollbar-track {
	background: #f5f5f5;
}

.hours::-webkit-scrollbar-thumb,
.minites::-webkit-scrollbar-thumb {
	background: #ffc107;
	border-radius: 2px;
}

.hrs-spans,
.mins-span {
	display: block;
	text-align: center;
	padding: 6px 4px;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	border-radius: 6px;
	margin: 1px 4px;
	transition: background 0.12s, color 0.12s;
}

.hrs-spans:hover,
.mins-span:hover {
	background: #FFC107;
	color: #000;
	font-weight: 900;
}

.absolute-container>.d-flex.justify-content-around.mt-4,
.absolute-container_drop>.d-flex.justify-content-around.mt-4 {
	padding: 8px 16px 12px;
	margin-top: 0;
	gap: 12px;
}

/* ── 15. PACKAGE DROPDOWNS ── */
.package-div {
	z-index: 999999;
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
	border: 1px solid #FFD54F;
	background: #FFF8E1;
	padding: 6px 0;
	min-width: 200px;
	overflow: hidden;
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
}

.package_cont_items {
	padding: 11px 18px;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	display: block;
	width: 100%;
	box-sizing: border-box;
	transition: background 0.15s;
	white-space: nowrap;
}

.package_cont_items:hover {
	background: #FFE082;
	color: #1a1a1a;
}

.outerCircle {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.3);
}

.innerCircle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	display: none;
}

/* ── 16. OUTSTATION TAB ── */
body.bb-tab-outstations #airport_trip_type_show {
	display: none;
}

body.bb-tab-outstations #airport_trip_type_cont {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	padding: 4px 12px 8px;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	min-width: unset;
	width: 100%;
	z-index: 1;
}

body.bb-tab-outstations #airport_trip_type_cont .airportTypeoption {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	flex: 1 1 auto;
	width: auto;
	padding: 5px 10px;
	border-radius: 8px;
	border: 1.5px solid #e0e0e0;
	background: #f7f7f7;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #444;
	cursor: pointer;
	text-align: center;
	transition: border-color 0.18s, background 0.18s;
	white-space: nowrap;
}

body.bb-tab-outstations #airport_trip_type_cont .airportTypeoption:hover {
	border-color: #FFC107;
	background: #FFF8E1;
	color: #1a1a1a;
}

body.bb-tab-outstations #airport_trip_type_cont .airportTypeoption .outerCircle {
	display: none;
}

body.bb-tab-outstations #airport_trip_type_cont .airportTypeoption>span {
	padding: 0;
	display: inline;
	border-radius: 0;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	color: inherit;
	width: auto;
	line-height: 1.3;
	transition: none;
}

body.bb-tab-outstations #airport_trip_type_cont .airportTypeoption>span:hover {
	background: transparent;
}

body.bb-tab-outstations .airportTypeoption.oneway,
body.bb-tab-outstations .airportTypeoption.roundway {
	display: inline-flex;
}

body.bb-tab-outstations .airportTypeoption.from_airport,
body.bb-tab-outstations .airportTypeoption.to_airport {
	display: none;
}

body.bb-tab-airports .airportTypeoption.oneway,
body.bb-tab-airports .airportTypeoption.roundway {
	display: none;
}

body.bb-tab-outstations #airport_trip_type_div {
	display: none;
}

/* ── FIELD ORDER ── */
#airport_trip_type_div {
	order: 0;
	flex: 1 1 100%;
}

#pickuplocation {
	order: 1;
}

.bb3-swap-btn {
	order: 2;
}

#droplocation {
	order: 3;
}

#pickupTime {
	order: 4;
}

#pickuptimehrs {
	order: 5;
}

#pickupTime_drop {
	order: 6;
	flex: 1 1 calc(50% - 5px);
	min-width: 120px;
}

#pickuptimehrs_drop {
	order: 7;
	flex: 1 1 calc(50% - 5px);
	min-width: 120px;
}

#packages {
	order: 8;
	flex: 1 1 calc(50% - 5px);
	min-width: 120px;
}

#hour-input,
#hour-input_drop {
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	padding: 2px 12px 8px;
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	cursor: pointer;
	display: block;
}

/* ── 17. SPINNER ── */
.spinner {
	width: 18px;
	height: 18px;
	border: 2px solid #e0e0e0;
	border-top: 2px solid #ffc107;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin: 8px auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

/* ── 18. TESTIMONIALS ── */
.bb-testimonials {
	padding: 64px 40px;
	margin: 0 0 5rem;
	background: #f9f9f9;
	border-radius: 24px;
	overflow: hidden;
}

.bb-testimonials__head {
	text-align: center;
	margin-bottom: 40px;
}

.bb-testimonials__head h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.bb-testimonials__head h2 span {
	color: #ffc107;
}

.bb-testimonials__head p {
	font-size: 15px;
	color: #888;
	margin: 0;
}

.bb-carousel-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	overflow: hidden;
}

.bb-carousel {
	display: flex;
	gap: 24px;
	transition: transform 0.50s cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
	flex: 1;
	min-width: 0;
}

.bb-review-card {
	background: #fff;
	border-radius: 16px;
	padding: 24px 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
	flex: 0 0 calc(33.333% - 16px);
	min-width: 260px;
	max-width: calc(33.333% - 16px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid #f0f0f0;
	transition: box-shadow 0.25s, transform 0.25s;
	box-sizing: border-box;
	overflow: hidden;
}

.bb-review-card:hover {
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
	transform: translateY(-3px);
}

.bb-review-card__quote {
	font-size: 40px;
	line-height: 1;
	color: #ffc107;
	font-family: Georgia, serif;
	height: 32px;
}

.bb-review-card__text {
	font-size: 13px;
	line-height: 1.7;
	color: #555;
	margin: 0;
	flex: 1;
}

.bb-review-card__stars {
	color: #ffc107;
	font-size: 14px;
	letter-spacing: 2px;
	white-space: nowrap;
}

.bb-review-card__author {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 14px;
	border-top: 1px solid #f5f5f5;
	margin-top: auto;
}

.bb-review-card__author img {
	width: 44px;
	height: 44px;
	min-width: 44px;
	max-width: 44px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #ffc107;
	flex-shrink: 0;
	display: block;
}

.bb-review-card__author strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #1a1a1a;
}

.bb-review-card__author span {
	font-size: 11px;
	color: #999;
}

.bb-carousel-btn {
	background: #fff;
	border: 2px solid #e8e8e8;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	font-size: 22px;
	cursor: pointer;
	color: #333;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	z-index: 2;
}

.bb-carousel-btn:hover {
	background: #ffc107;
	border-color: #ffc107;
	color: #000;
}

.bb-carousel-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.bb-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: #ddd;
	cursor: pointer;
	padding: 0;
	transition: all 0.25s;
}

.bb-dot--active {
	background: #ffc107;
	width: 24px;
	border-radius: 4px;
}


/* ================================================================
   NEW DESIGN STYLES (bb3-*)
   ================================================================ */
body.bb-tab-rentals .bb3-loc-divider {
	display: none;
}

#packages .bb3-loc-row,
#airport_trip_type_div .bb3-loc-row {
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	overflow: visible;
}

#airport_trip_type_cont {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999999;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
	border: 1px solid #e8e8e8;
	padding: 4px 0;
	overflow: hidden;
	flex-direction: column;
	box-sizing: border-box;
}

#airport_trip_type_cont.d-n {
	display: none;
}

.bb3-select-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	transition: background 0.15s;
	border-bottom: 1px solid #f5f5f5;
}

.bb3-select-option:last-child {
	border-bottom: none;
}

.bb3-select-option:hover {
	background: #fff8e1;
	color: #1a1a1a;
}

.bb3-select-option.bb3-opt--active {
	background: #FFF3CC;
	border-left: 3px solid #FFC107;
	padding-left: 15px;
}

.bb3-row-chevron {
	flex-shrink: 0;
	margin-left: auto;
}

#pickupTime,
#pickuptimehrs,
#pickupTime_drop,
#pickuptimehrs_drop,
#packages,
#airport_trip_type_div {
	order: unset;
}

#pickuptimehrs.bb3-time-inline {
	flex: none;
	min-width: 0;
	width: auto;
	padding: 0;
}

#pickupTime .bb3-time-inline input[type="text"],
#pickupTime_drop .bb3-time-inline input[type="text"] {
	font-size: 13px;
	font-weight: 600;
	color: #666;
	text-align: left;
	padding: 0;
	width: auto;
	min-width: 60px;
	display: inline-block;
}

/* ── 3-TAB BAR ── */
.bb3-tabs {
	display: flex;
	align-items: stretch;
	background: #fff;
	border-radius: 16px 16px 0 0;
	/* overflow: hidden; */
	border-bottom: 2px solid #efefef;
}

.bb3-tab {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 12px 14px;
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #555;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	user-select: none;
	/* white-space: nowrap; */
}

.bb3-tab svg {
	transition: none;
	flex-shrink: 0;
}

.bb3-tab--sep {
	border-left: 1.5px solid #e0e0e0;
}

.bb3-tab--active {
	background: #FFC107;
	color: #1a1a1a !important;
	border-radius: 14px 14px 0 0;
}

.bb3-tab:hover:not(.bb3-tab--active) {
	background: #fff8e1;
	color: #1a1a1a;
}

/* ── ONE WAY / ROUND TRIP SUB-TABS ── */
.bb3-way-tabs {
	display: flex;
	gap: 10px;
	padding: 14px 14px 12px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.bb3-way-tab {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 12px;
	border: 1.5px solid #e0e0e0;
	border-radius: 12px;
	cursor: pointer;
	background: #f9f9f9;
	transition: border-color 0.18s, background 0.18s;
	user-select: none;
}

.bb3-way-tab strong {
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.2;
	letter-spacing: 0.3px;
}

.bb3-way-tab span {
	font-size: 12px;
	color: #888;
	display: block;
	margin-top: 2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

.bb3-way-tab svg {
	flex-shrink: 0;
	color: #555;
}

.bb3-way-tab--active {
	background: #FFC107;
	border-color: #FFC107;
	box-shadow: 0 2px 10px rgba(255, 193, 7, 0.35);
}

.bb3-way-tab--active strong {
	color: #1a1a1a;
}

.bb3-way-tab--active span {
	color: #444;
}

.bb3-way-tab--active svg {
	color: #1a1a1a;
}

.bb3-way-tab:hover:not(.bb3-way-tab--active) {
	border-color: #FFC107;
	background: #fff8e1;
}

/* ── LOCATION BLOCK ── */
.bb3-location-block {
	position: relative;
	background: #fff;
	border-radius: 12px;
	margin: 12px 14px;
	border: 1.5px solid #e8e8e8;
	overflow: visible;
}

.bb3-loc-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 18px;
	cursor: pointer;
	position: relative;
	overflow: visible;
	transition: background 0.15s;
}

.bb3-loc-row:hover {
	background: #fffdf5;
}

.bb3-loc-pin {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
}

.bb3-loc-content {
	flex: 1;
	min-width: 0;
	overflow: visible;
	position: static;
}

.bb3-loc-label {
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #FFC107;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.bb3-loc-input {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background: transparent;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #1a1a1a;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	line-height: 1.2;
}

.bb3-loc-input::placeholder {
	color: #bbb;
	font-weight: 500;
	font-size: 15px;
}

.bb3-loc-divider {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 18px;
}

.bb3-loc-line {
	flex: 1;
	height: 1px;
	background: #e8e8e8;
}

.bb3-swap-btn {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1.5px solid #ddd;
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFC107;
	transition: all 0.2s;
	z-index: 2;
	flex-shrink: 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.bb3-swap-btn:hover {
	background: #fff8e1;
	border-color: #FFC107;
	color: #e6a800;
}

#pickuplocation_div,
#droplocation_div {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	width: 100%;
	min-width: unset;
	max-width: 100%;
	transform: none;
	z-index: 999999;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
	border: 1px solid #e8e8e8;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

/* ── PET SECTION ── */
.bb3-pet-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	margin: 0 14px 12px;
	background: #fff;
	border: 1.5px solid #e8e8e8;
	border-radius: 12px;
	margin: 10px 12px 7px;
}

.bb3-pet-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.bb3-pet-text {
	flex: 1;
	min-width: 0;
}

.bb3-pet-text strong {
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #1a1a1a;
}

.bb3-pet-text span {
	font-size: 12px;
	color: #888;
	display: block;
	margin-top: 2px;
}

.bb3-pet-btns {
	display: flex;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}

.bb3-pet-btn {
	padding: 9px 20px;
	border: none;
	background: #fff;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	transition: background 0.15s, color 0.15s;
}

.bb3-pet-btn:first-child {
	border-right: 1px solid #e0e0e0;
}

.bb3-pet-btn--active {
	background: #FFC107;
	color: #1a1a1a;
	font-weight: 800;
}

/* ── DATE SECTION ── */
.bb3-date-row {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 0 12px 10px;
	overflow: visible;
}

.bb3-date-card {
	flex: 1 1 calc(50% - 6px);
	min-width: 140px;
	background: #fff;
	border: 1.5px solid #e8e8e8;
	border-radius: 14px;
	padding: 9px 8px;
	display: flex;
	align-items: flex-start;
	gap: 5px;
	cursor: pointer;
	transition: all .2s ease;
	position: relative;
}

.bb3-date-card:hover {
	border-color: #FFC107;
}

.bb3-date-icon {
	flex-shrink: 0;
	margin-top: 3px;
}

.bb3-date-inner {
	flex: 1;
	min-width: 0;
	overflow: visible;
}

.bb3-date-lbl {
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #FFC107;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.bb3-date-inner .date-picker input[type="text"] {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #1a1a1a;
	border: none;
	outline: none;
	background: transparent;
	padding: 0;
	width: 100%;
	cursor: pointer;
	text-align: left;
	line-height: 1.3;
}

.bb3-day-name {
	display: block;
	font-size: 13px;
	color: #777;
	font-weight: 600;
	font-family: 'Nunito Sans', sans-serif;
	margin-top: 2px;
}

#pickupTime .bb3-time-inline {
	display: block;
	height: 0;
	overflow: visible;
	position: relative;
	margin: 0;
	padding: 0;
}

#pickupTime .bb3-time-inline>svg,
#pickupTime .bb3-time-inline>input[type="text"] {
	display: none;
}

#pickuptimehrs_drop {
	height: 0;
	overflow: visible;
	position: relative;
}

#pickuptimehrs_drop>input[type="text"]:not([hidden]) {
	display: none;
}

.bb3-time-inline {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 4px;
	cursor: pointer;
	position: relative;
	overflow: visible;
}

.bb3-time-inline>svg {
	flex-shrink: 0;
}

.bb3-time-inline>input[type="text"] {
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	border: none;
	outline: none;
	background: transparent;
	padding: 0;
	width: auto;
	min-width: 80px;
	cursor: pointer;
}

.bb3-date-card--end {
	display: flex;
}

/* ── EXPLORE CABS BUTTON ── */
#form-btn {
	padding: 0 14px 16px;
	display: block;
}

.bb3-explore-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 16px 24px;
	background: #FFC107;
	color: #1a1a1a;
	border: none;
	border-radius: 10px;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(255, 193, 7, 0.4);
	transition: background 0.2s, transform 0.12s, box-shadow 0.2s;
	height: 54px;
}

.bb3-explore-btn:hover {
	background: #FFB300;
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(255, 193, 7, 0.5);
}

.bb3-date-display {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.3;
	cursor: pointer;
}

.bb3-time-display {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	margin-top: 3px;
	cursor: pointer;
}

/* ── TRUST STRIP ── */
.bb3-trust-badges {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 8px 8px 9px;
	border-top: 1px solid #f0f0f0;
	gap: 10px;
	flex-wrap: wrap;
}

.bb3-trust-item {
	display: flex;
	align-items: center;
	gap: 5px;
	flex: 1;
	min-width: 90px;
}

.bb3-trust-item strong {
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #333;
}

.bb3-trust-item span {
	font-size: 11px;
	color: #888;
	margin-top: 2px;
	display: block;
}

.bb3-trust-sep {
	width: 1px;
	height: 40px;
	background: #e8e8e8;
	flex-shrink: 0;
}

.bb3-trust-icon-wrap {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border: 2px solid #FFC107;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

/* ── LOWER RATINGS BANNER ── */
.bb3-rating-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 7px 10px 8px;
	background: #111;
	border-radius: 0 0 16px 16px;
}

.bb3-rating-row1 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.bb3-rating-row1 span {
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}

.bb3-laurel {
	flex-shrink: 0;
}

.bb3-laurel--flip {
	transform: scaleX(-1);
}

.bb3-stars {
	color: #FFD700;
	font-size: 12px;
	letter-spacing: 3px;
	white-space: nowrap;
	line-height: 1;
}

.bb3-stars strong {
	color: #fff;
	font-size: 12px;
	margin-left: 6px;
	letter-spacing: 0;
}


/* ── 19. MEDIA BREAKPOINTS ── */
/* @media screen and (max-width:1300px) {
    .bb-hero-left { flex:0 0 640px; width:640px; max-width:640px; }
    .form-sec-area { max-width:580px; }
}
@media screen and (max-width:1200px) {
    .bb-hero-left{
        width:540px;
        max-width:540px;
        flex:0 0 540px;
    }
    .form-sec-area,
    .bb-hero-left { flex:0 0 580px; width:580px; max-width:580px; }
    .form-sec-area { max-width:520px; }
    .banner-heading h1 { font-size:36px; line-height:46px; }
    .form-body{
        max-width:520px;
        width:100%;
    }
}
@media screen and (max-width:1000px) {
    .bb-hero-left { flex:0 0 500px; width:500px; max-width:500px; }
    .form-sec-area { max-width:460px; }
    .radio-btns { font-size:11px; padding:9px 6px; min-height:56px; }
}
@media screen and (max-width:900px) {
    .form-body { box-shadow: 0 4px 24px rgba(0,0,0,0.10); border: 1px solid #e8e8e8; width: 100%; max-width: 100%; }
    .main-body { background: #f5f5f5; }
    .banner-section { flex-direction:column; min-height:auto; }
    .bg-image { object-position:center center; }
    
    .bb-hero-left { 
        order:1; 
        flex: 1 1 100%; 
        width:100%;
        max-width:100%; 
        min-height:auto; 
        padding:24px 16px; 
        background:#f5f5f5; 
        box-shadow:none; 
        overflow:visible; 
    }
    .bb-hero-right { order:2 ; justify-content:center ; padding:56px 20px 32px ; align-items:center ; min-height:44vh ; }
    .banner-heading { text-align:center ; }
    .bb-hero-label { justify-content:center ; }
    .banner-heading h1 { font-size:26px ; line-height:34px ; }
    .bb-trust-badges { justify-content:center ; }
    .form-sec-area { max-width:100% ; width:100% ; }
    .bb-review-card { flex:0 0 calc(50% - 12px); max-width:calc(50% - 12px); }
    .bb-testimonials { padding:40px 20px; }
    #pickuplocation, #droplocation { flex:1 1 calc(50% - 28px) ; }
    #pickupTime, #pickuptimehrs, #pickupTime_drop, #pickuptimehrs_drop, #packages { flex:1 1 calc(50% - 5px) ; }
    #airport_trip_type_div { flex:1 1 100% ; }
    .bb3-way-tab strong { font-size: 12px; }
    .bb3-loc-input { font-size: 16px; }
    .bb3-date-inner .date-picker input[type="text"] { font-size: 14px ; }
    .date-picker .calendar,
    .date-picker .calendar_drop {
        width: calc(100vw - 40px) ;
        max-width: 340px ;
        left: 50% ;
        transform: translateX(-50%) ;
    }
} */

.htb-f h2, .htb-f p {
	text-align: right;
}
.htb-f p {
	padding-right: 20px;
	border-right: 5px solid gold;
}
.htb-l h2, .htb-l p {
	text-align: left;
}
.htb-l p {
	padding-left: 20px;
	border-left: 5px solid gold;
}
.test-bg {
	height: 30%;
	width: 100%;
	background: #f5f0bba6;
	top: 8rem;
	left: -9rem;
	z-index: -17;
	transform: rotate(-13deg);
	position: absolute;
    border-radius: 10rem;
}
.test-bg svg {
	top: 1353px;
	left: 7rem;
	height: 88%;
	background: 0 0;
	opacity: 50%;
}
.why-us{
	position: relative; 
	width: 100%; 
	padding: 2rem 0 2rem 0;
}
.service-cards-wrap img{
	height: 70%; 
	width: 70%;
}
.absolute-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	border-radius: 2.5rem;
}
.absolute-img-ovelay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	border-radius: 2.5rem;
	opacity: 61%;
	background: linear-gradient(to bottom, rgba(0,0,0,21.86) 0%, rgba(0,0,0,10.86) 142%);
}
.absolute-container{
	background: #FEFFDB;
	margin-top: 2rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
.mb-6{
	margin-bottom: 6rem;
}
.mb-8{
	margin-bottom: 8rem;
}
/* .desktop-view {
    min-width: 1200px;
} */
@media (min-width: 992px) and (max-width: 1200px) {
	.why-safe-img-cont{
		width: 80%;
	}
	.bb-hero-right {
		justify-content: flex-start;
	}
}
@media screen and (max-width:992px) {
	.page-links a {
		margin: 0 10px;
		font-size: 14px;
	}
	.right-nav-sec a {
		text-align: center;
		max-width: 116px;
	}
	.banner-section{
        flex-direction: column;
        padding: 0 !important;
    }
    .contact-nav {
        justify-content: flex-end;
    }
	.bg-image {
		object-position: 0% 0%;
	}
	.bb-hero-left{
		width: 100%;
		flex: 1;
		max-width: 100%;
		min-height: initial;
	}
	.bb-hero-right {
		padding: 15px;
        order: 2;
	}
	.banner-heading{
		text-align: center;
	}

	.package-div {
		left: 0;
		right: 0;
		max-height: 50vh;
		overflow-y: auto;
	}
	.bb-trust-badges{
		display: none;
	}
	.headings-three {
		margin-top: 1rem;
		padding: 0 15px;
	}
	.htb-text .htb-f{
		text-align: center;
	}
	.htb-text h2 {
        font-size: 28px;
        line-height: 38px;
		text-align: center;
    }
	.htb-f p, .htb-l p{
		border: none;
		text-align: center;
		padding: 0;
	}
	.services-heading h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.our-offer-headings h1, .our-offer-headings h3 {
		font-size: 40px;
        line-height: 48px;
		padding: 0 15px;
	}
	.service-cards {
		margin-top: 0px;
	}
	.service-cards .card{
		padding: 18px;
	}
	.download-r-app, .how-work, .why-safe {
		padding: 0 15px;
		margin-bottom: 2 rem;
	}
	.download-r-app, .how-work, .why-safe {
		margin-bottom: 0;
	}
	.why-safe .content-body{
		flex-direction: column;
		flex-wrap: wrap-reverse;
        justify-content: center;
		margin: 0rem 0;
	}
	.why-safe .content-body h1, .why-safe .content-body h3 {
		font-size: 40px;
        line-height: 48px;
		text-align: center;
	}
	.mb-6{
		margin-bottom: 2rem;
	}
	.clients-hea h1, .clients-hea h3 {
		font-size: 40px;
        line-height: 48px;
	}
	.why-chose-br {
		margin-bottom: 1rem;
	}
	.mb-8{
		margin-bottom: 2rem;
	}
	.download-r-app .content-body{
		    margin: 0rem 0;
	}
	.content-body h1, .content-body h3 {
		font-size: 50px;
        line-height: 60px;
		text-align: center;
	}
	.download-sec-right {
		margin-bottom: 2rem;
	}
	.first-footer{
		padding: 15px;
		padding-top: 2rem;
		height: auto !important;
	}
	.first-footer a {
		padding: 0 5px 0 5px;
		font-size: 14px;
	}
	.t-sections {
		gap: 15px;
	}
	.logo-f-conts img {
		height: 106px;
		width: 106px;
	}
	.footer-b {
		margin-top: 0;
		padding: 1rem;
	}
	.logo-f-conts-b {
		margin-top: 0;
	}
	.logo-f-conts, .logo-f-conts-b {
		margin-bottom: 0px !important;
	}
}
@media screen and (max-width:767px) {
    .header-section{
        height: auto;
    }
    .form-sec-area {
        margin-top: 0;
        padding: 0 10px;
    }
    .banner-section{
        flex-direction: column;
        padding: 0 !important;
    }
    .nav-bar{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
	.bb-hero-left {
		padding: 2px 0;
		width: 100%;
		max-width: 100%;
        order: 1;
        background: #fff;
        min-height: initial;
	}
    #form-btn {
        margin-bottom: 0;
    }

    .contact-nav {
        justify-content: flex-end;
    }
    .cd-in h5, .cd-in p {
        display: none;
    }
    .img-container, .page-links, .right-nav-sec {
        display: none;
    }
    .bars-i {
        display: inline-flex;
        margin-top: 10px;
    }
	.bb-hero-right {
		padding: 15px;
        order: 2;
	}
    .banner-heading{
        text-align: center;
    }
    .banner-heading h1{
        font-size: 26px;
        line-height: 34px;
    }

	.bb3-tab-subtitle {
		display: block;
		visibility: visible;
		opacity: 1;
		color: #555;
		background: #fff7e0;
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 1px;
		padding: 4px 12px;
		border-top: 1px solid #f0d98a;
		border-bottom: 1px solid #f0d98a;
	}

	.bb3-loc-label {
		display: none;
	}

	.bb3-switch {
		width: 54px;
		height: 33px;
		margin: 10px 10px;
	}

	.form-inputs>.d-flex.flex-wrap {
		flex-direction: column;
		gap: 10px;
		padding: 10px;
	}

	#airport_trip_type_div,
	#pickuplocation,
	#droplocation,
	#pickupTime,
	#pickuptimehrs,
	#pickupTime_drop,
	#pickuptimehrs_drop,
	#packages {
		flex: 1 1 100%;
		min-width: 100%;
		width: 100%;
		margin: 1px 0;
		position: relative;
	}

	.bb3-location-block {
		width: 100%;
		padding: 0;
		flex: 1 1 100%;
		min-width: 100%;
		width: 100%;
		margin: 6px 2px 0px;
		position: relative;
	}

	.inputs-boxs {
		margin: 6px 2px 0px;
	}

	.bb3-loc-row {
		padding: 14px 12px;
		min-height: 64px;
	}

	.bb3-pet-row {
		padding: 14px 12px;
	}

	.bb3-tabs {
		padding: 0;
		display: flex;
		align-items: stretch;
		background: #fff;
		border-radius: 16px 16px 0 0;
		border-bottom: 2px solid #efefef;
	}

	.bb3-tab {
		flex: 1;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 6px 8px;
		font-family: 'Nunito', sans-serif;
		font-size: 11px;
		font-weight: 800;
		color: #555;
		cursor: pointer;
		transition: ease-in-out 0.2s, color 0.2s;
		letter-spacing: 0.8px;
		text-transform: uppercase;
		user-select: none;
	}

	.bb3-way-tabs {
		padding: 5px 4px;
	}

	.bb3-way-tab {
		padding: 10px 6px;
		justify-content: center;
		gap: 6px;
	}

	.bb3-pet-row,
	.bb3-date-row {
		margin: 10px 12px 7px;
		flex-direction: row;
		gap: 8px;
		padding: 0;
	}

	.bb3-date-card {
		flex: 1 1 calc(50% - 4px);
		min-width: 0;
		min-height: 64px;
		padding: 8px;
	}

	body.bb-tab-airports #airport_trip_type_cont {
		display: none;
	}

	body.bb-tab-airports #airport_trip_type_div {
		display: block;
		flex: 1 1 100%;
		order: 0;
		margin: 6px 0;
	}

	#airport_trip_type_show,
	.bb3-loc-row,
	.inputs-boxs {
		cursor: pointer;
		pointer-events: all;
	}

	#pickuplocation_div,
	#droplocation_div,
	.package-div,
	.date-picker .calendar,
	.date-picker .calendar_drop,
	.absolute-container,
	.absolute-container_drop {
		position: absolute;
		top: calc(100% + 4px);
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		transform: none;
		z-index: 2147483647;
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
	}

	.package-div {
		left: 0;
		right: 0;
		max-height: 50vh;
		overflow-y: auto;
	}
	.bb-trust-badges{
		display: none;
	}
	.headings-three {
		margin-top: 1rem;
		padding: 0 15px;
	}
	.htb-text .htb-f{
		text-align: center;
	}
	.htb-text h2 {
        font-size: 28px;
        line-height: 38px;
		text-align: center;
    }
	.htb-f p, .htb-l p{
		border: none;
		text-align: center;
		padding: 0;
	}
	.services-heading h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.our-offer-headings h1, .our-offer-headings h3 {
		font-size: 40px;
        line-height: 48px;
		padding: 0 15px;
	}
	.service-cards {
		margin-top: 0px;
	}
	.service-cards .card{
		padding: 18px;
	}
	.download-r-app, .how-work, .why-safe {
		padding: 0 15px;
		margin-bottom: 2 rem;
	}
	.download-r-app, .how-work, .why-safe {
		margin-bottom: 0;
	}
	.why-safe .content-body{
		flex-direction: column;
		flex-wrap: wrap-reverse;
        justify-content: center;
		margin: 0rem 0;
	}
	.why-safe .content-body h1, .why-safe .content-body h3 {
		font-size: 40px;
        line-height: 48px;
		text-align: center;
	}
	.mb-6{
		margin-bottom: 2rem;
	}
	.clients-hea h1, .clients-hea h3 {
		font-size: 40px;
        line-height: 48px;
	}
	.why-chose-br {
		margin-bottom: 1rem;
	}
	.mb-8{
		margin-bottom: 2rem;
	}
	.download-r-app .content-body{
		    margin: 0rem 0;
	}
	.content-body h1, .content-body h3 {
		font-size: 50px;
        line-height: 60px;
		text-align: center;
	}
	.download-sec-right {
		margin-bottom: 2rem;
	}
	.first-footer{
		padding: 15px;
		padding-top: 2rem;
		height: auto !important;
	}
	.first-footer a {
		padding: 0 5px 0 5px;
		font-size: 14px;
	}
	.t-sections {
		gap: 15px;
	}
	.logo-f-conts img {
		height: 106px;
		width: 106px;
	}
	.footer-b {
		margin-top: 0;
		padding: 1rem;
	}
	.logo-f-conts-b {
		margin-top: 0;
	}
	.logo-f-conts, .logo-f-conts-b {
		margin-bottom: 0px !important;
	}
	.bb3-pet-text strong {
		font-size: 16px;
	}
	.bb3-date-inner .date-picker input[type="text"] {
		font-size: 16px;
	}

}


@media (max-width: 300px) {
	.bb3-date-row {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		padding: 0 12px 10px;
		overflow: visible;
		margin: 10px 12px 7px;
	}
}