.mrbus-site-footer,
		.mrbus-site-footer * {
			box-sizing: border-box;
		}

		.mrbus-site-footer {
			width: 100%;
			margin: 0;
			padding: 0;
			font-family: Arial, Helvetica, sans-serif;
			color: #17324a;
			background:
				radial-gradient(circle at 10% 12%, rgba(19,168,238,.18), transparent 34%),
				radial-gradient(circle at 88% 6%, rgba(138,21,56,.13), transparent 30%),
				linear-gradient(180deg, #f4fbff 0%, #eaf8ff 45%, #ffffff 100%);
			overflow: hidden;
			border-top: 1px solid rgba(7, 95, 159, .12);
		}

		.mrbus-footer-wrap {
			width: calc(100% - 2cm);
			max-width: 1920px;
			margin: 0 auto;
			padding: 46px 0 22px;
		}

		.mrbus-footer-intelligence {
			position: relative;
			overflow: hidden;
			display: grid;
			grid-template-columns: 1.05fr .95fr;
			gap: 26px;
			align-items: stretch;
			padding: 16px;
			border-radius: 36px;
			background: rgba(255,255,255,.56);
			border: 1px solid rgba(196,232,255,.9);
			box-shadow: 0 24px 70px rgba(4, 70, 130, .12);
		}

		.mrbus-footer-summary {
			position: relative;
			overflow: hidden;
			padding: 34px;
			border-radius: 28px;
			color: #ffffff;
			background:
				radial-gradient(circle at 85% 18%, rgba(255,255,255,.28), transparent 34%),
				linear-gradient(135deg, #063b70 0%, #075fb0 50%, #13a8ee 100%);
			box-shadow: 0 22px 64px rgba(4,70,130,.18);
		}

		.mrbus-footer-summary:after,
		.mrbus-footer-mini-strip {
			content: '';
			display: block;
			height: 5px;
			border-radius: 999px;
			background: linear-gradient(90deg, #8A1538 0%, #9B1B47 48%, #FFFFFF 100%);
		}

		.mrbus-footer-summary:after {
			position: absolute;
			left: 34px;
			right: 34px;
			bottom: 0;
		}

		.mrbus-footer-summary-kicker {
			display: inline-flex;
			align-items: center;
			gap: 8px;
			margin-bottom: 13px;
			padding: 8px 12px;
			border-radius: 999px;
			background: rgba(255,255,255,.16);
			border: 1px solid rgba(255,255,255,.28);
			color: #ffffff;
			font-size: 13px;
			font-weight: 900;
		}

		.mrbus-footer-summary h2 {
			position: relative;
			z-index: 2;
			margin: 0 0 12px;
			color: #ffffff;
			font-size: clamp(28px, 3vw, 46px);
			line-height: 1.08;
			letter-spacing: -.8px;
			text-transform: none !important;
		}

		.mrbus-footer-summary p {
			position: relative;
			z-index: 2;
			margin: 0;
			max-width: 980px;
			color: #eaf8ff;
			font-size: 17px;
			line-height: 1.78;
		}

		.mrbus-footer-quick-panel {
			display: grid;
			grid-template-columns: 1fr;
			gap: 14px;
		}

		.mrbus-footer-quick-card {
			background: rgba(255,255,255,.92);
			border: 1px solid rgba(196,232,255,.95);
			border-radius: 28px;
			padding: 24px;
			box-shadow: 0 18px 54px rgba(4, 74, 130, .08);
		}

		.mrbus-footer-quick-card h3,
		.mrbus-footer-card h3 {
			margin: 0 0 10px;
			color: #063b70;
			font-size: 22px;
			line-height: 1.18;
			text-transform: none !important;
		}

		.mrbus-footer-quick-card p {
			margin: 0;
			color: #38536d;
			font-size: 15.5px;
			line-height: 1.72;
		}

		.mrbus-footer-proof-list {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: 10px;
			margin-top: 14px;
		}

		.mrbus-footer-proof {
			padding: 12px 13px;
			border-radius: 16px;
			background: #f5fbff;
			border: 1px solid #d9efff;
			color: #24516f;
			font-size: 13.5px;
			font-weight: 850;
			line-height: 1.45;
		}

		.mrbus-footer-grid {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1.15fr;
			gap: 22px;
			margin-top: 28px;
		}

		.mrbus-footer-card {
			background: rgba(255,255,255,.88);
			border: 1px solid rgba(196, 232, 255, .9);
			border-radius: 28px;
			padding: 24px;
			box-shadow: 0 18px 54px rgba(4, 74, 130, .08);
		}

		.mrbus-footer-links {
			display: grid;
			gap: 10px;
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.mrbus-footer-links a,
		.mrbus-footer-contact a {
			color: #38536d;
			text-decoration: none !important;
			border-bottom: 0 !important;
			font-weight: 750;
			font-size: 14.5px;
			line-height: 1.45;
			transition: .2s ease;
		}

		.mrbus-footer-links a:hover,
		.mrbus-footer-contact a:hover {
			color: #075fb0;
		}

		.mrbus-footer-contact {
			display: grid;
			gap: 12px;
			color: #38536d;
			font-size: 14.5px;
			line-height: 1.65;
		}

		.mrbus-footer-contact strong {
			display: block;
			color: #063b70;
			font-size: 13px;
			margin-bottom: 3px;
		}

		.mrbus-footer-socials {
			display: flex;
			flex-wrap: wrap;
			gap: 9px;
			margin-top: 12px;
		}

		.mrbus-footer-socials a {
			width: 36px;
			height: 36px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			border-radius: 13px;
			background: #ffffff;
			border: 1px solid rgba(196,232,255,.96);
			color: #075fb0;
			text-decoration: none !important;
			box-shadow: 0 8px 18px rgba(5,103,180,.08);
			transition: .2s ease;
			font-size: 12px;
			font-weight: 950;
		}

		.mrbus-footer-socials a:hover {
			transform: translateY(-2px);
			color: #ffffff;
			background: linear-gradient(135deg,#075fb0,#13a8ee);
			border-color: transparent;
		}

		.mrbus-footer-mini-strip {
			width: 100%;
			margin: 24px 0 0;
		}

		.mrbus-footer-bottom {
			display: grid;
			place-items: center;
			text-align: center;
			gap: 12px;
			margin-top: 22px;
			padding: 20px 22px;
			border-radius: 22px;
			background: rgba(255,255,255,.76);
			border: 1px solid rgba(196, 232, 255, .88);
			color: #49647b;
			font-size: 13.5px;
			line-height: 1.55;
		}

		.mrbus-footer-bottom a {
			color: #075fb0;
			font-weight: 850;
			text-decoration: none !important;
			border-bottom: 0 !important;
		}

		.mrbus-footer-bottom-links {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 14px;
		}

		@media (max-width: 1200px) {
			.mrbus-footer-intelligence,
			.mrbus-footer-grid {
				grid-template-columns: 1fr;
			}
		}

		@media (max-width: 900px) {
			.mrbus-footer-wrap {
				width: calc(100% - 28px);
				padding-top: 32px;
			}

			.mrbus-footer-summary,
			.mrbus-footer-quick-card,
			.mrbus-footer-card {
				padding: 24px;
				border-radius: 24px;
			}

			.mrbus-footer-intelligence {
				border-radius: 28px;
			}
		}

		@media (max-width: 560px) {
			.mrbus-footer-wrap {
				width: calc(100% - 18px);
			}

			.mrbus-footer-summary h2 {
				font-size: 28px;
			}

			.mrbus-footer-proof-list {
				grid-template-columns: 1fr;
			}

			.mrbus-footer-bottom-links {
				gap: 10px;
			}
		}

/* MR BUS Qatar v1.1 footer accent */
.mrbus-footer-cta:before,
.mrbus-footer:before{
	background:linear-gradient(90deg,#8A1538 0%,#9B1B47 54%,#ffffff 100%) !important;
}
.mrbus-footer-kicker,
.mrbus-footer-links a:hover,
.mrbus-footer-bottom a:hover{color:#8A1538 !important;}
.mrbus-footer-actions a:first-child,
.mrbus-footer-mark{
	background:linear-gradient(135deg,#8A1538,#9B1B47) !important;
}
.mrbus-footer-brand em{color:#8A1538 !important;font-style:normal;}


/* MR BUS Qatar v1.2 complete footer class map */
.mrbus-footer,.mrbus-footer *{box-sizing:border-box;}
.mrbus-footer{position:relative;width:100%;font-family:Arial,Helvetica,sans-serif;color:#17324a;background:radial-gradient(circle at 10% 10%,rgba(19,168,238,.14),transparent 34%),radial-gradient(circle at 90% 0%,rgba(138,21,56,.13),transparent 30%),linear-gradient(180deg,#f4fbff 0%,#eaf8ff 50%,#ffffff 100%);border-top:1px solid rgba(7,95,159,.12);overflow:hidden;}
.mrbus-footer:before{content:'';display:block;height:5px;background:linear-gradient(90deg,#8A1538 0%,#9B1B47 58%,#ffffff 100%);}
.mrbus-footer-shell{width:calc(100% - 2cm);max-width:1920px;margin:0 auto;padding:44px 0 22px;}
.mrbus-footer-cta{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch;margin-bottom:26px;padding:16px;border-radius:36px;background:rgba(255,255,255,.62);border:1px solid rgba(196,232,255,.92);box-shadow:0 24px 70px rgba(4,70,130,.12);}
.mrbus-footer-cta-left{position:relative;overflow:hidden;padding:34px;border-radius:28px;color:#fff;background:radial-gradient(circle at 85% 18%,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,#073763 0%,#075fb0 55%,#13a8ee 100%);box-shadow:0 22px 64px rgba(4,70,130,.18);}
.mrbus-footer-cta-left:after{content:'';position:absolute;left:34px;right:34px;bottom:0;height:5px;border-radius:999px;background:linear-gradient(90deg,#8A1538 0%,#9B1B47 54%,#fff 100%);}
.mrbus-footer-kicker{display:inline-flex;margin-bottom:13px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:13px;font-weight:900;}
.mrbus-footer-cta h2,.mrbus-footer-cta h3{margin:0 0 12px;line-height:1.12;text-transform:none!important;}
.mrbus-footer-cta h2{font-size:clamp(28px,3vw,46px);color:#fff;letter-spacing:-.8px;}
.mrbus-footer-cta h3{font-size:24px;color:#073763;}
.mrbus-footer-cta p{margin:0;color:#eaf8ff;font-size:16.5px;line-height:1.78;}
.mrbus-footer-cta-right{padding:30px;border-radius:28px;background:rgba(255,255,255,.94);border:1px solid rgba(196,232,255,.95);box-shadow:0 18px 54px rgba(4,74,130,.08);}
.mrbus-footer-cta-right p{color:#38536d;}
.mrbus-footer-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0;}
.mrbus-footer-proof span{padding:11px 12px;border-radius:16px;background:#f5fbff;border:1px solid #d9efff;color:#24516f;font-size:13.5px;font-weight:850;line-height:1.4;}
.mrbus-footer-actions{display:flex;flex-wrap:wrap;gap:10px;}
.mrbus-footer-actions a{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;text-decoration:none!important;font-weight:900;border:1px solid rgba(196,232,255,.9);color:#073763;background:#fff;box-shadow:0 12px 24px rgba(4,74,130,.08);}
.mrbus-footer-actions a:first-child{color:#fff;background:linear-gradient(135deg,#8A1538,#9B1B47);border-color:transparent;}
.mrbus-footer-grid{display:grid;grid-template-columns:1.15fr .9fr .9fr 1.1fr;gap:22px;margin-top:24px;}
.mrbus-footer-brand-block,.mrbus-footer-links,.mrbus-footer-contact{padding:24px;border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(196,232,255,.9);box-shadow:0 18px 54px rgba(4,74,130,.08);}
.mrbus-footer-brand{display:flex;gap:12px;align-items:center;margin-bottom:12px;}
.mrbus-footer-mark{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:950;background:linear-gradient(135deg,#8A1538,#9B1B47);box-shadow:0 14px 30px rgba(138,21,56,.2);}
.mrbus-footer-brand strong{display:block;font-size:21px;color:#073763;line-height:1.05;}
.mrbus-footer-brand em{color:#8A1538;font-style:normal;}
.mrbus-footer-brand small{display:block;margin-top:5px;color:#49647b;font-size:12px;font-weight:850;}
.mrbus-footer-brand-block p,.mrbus-footer-contact p{margin:0;color:#38536d;font-size:14.5px;line-height:1.7;}
.mrbus-footer-links h3,.mrbus-footer-contact h3{margin:0 0 12px;color:#073763;font-size:20px;line-height:1.15;}
.mrbus-footer-links ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;}
.mrbus-footer-links a,.mrbus-footer-bottom a{color:#38536d;text-decoration:none!important;border:0!important;font-weight:850;font-size:14.5px;line-height:1.4;}
.mrbus-footer-links a:hover,.mrbus-footer-bottom a:hover{color:#8A1538!important;}
.mrbus-footer-contact{display:grid;gap:12px;align-content:start;}
.mrbus-footer-contact strong{color:#073763;}
.mrbus-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:22px;padding:18px 22px;border-radius:22px;background:rgba(255,255,255,.76);border:1px solid rgba(196,232,255,.88);color:#49647b;font-size:13.5px;line-height:1.55;}
.mrbus-footer-bottom p{margin:0;}
.mrbus-footer-bottom div{display:flex;flex-wrap:wrap;gap:14px;}
@media(max-width:1200px){.mrbus-footer-cta,.mrbus-footer-grid{grid-template-columns:1fr;}}
@media(max-width:900px){.mrbus-footer-shell{width:calc(100% - 28px);padding-top:32px}.mrbus-footer-cta-left,.mrbus-footer-cta-right,.mrbus-footer-brand-block,.mrbus-footer-links,.mrbus-footer-contact{padding:24px;border-radius:24px}.mrbus-footer-cta{border-radius:28px}.mrbus-footer-bottom{justify-content:center;text-align:center}.mrbus-footer-proof{grid-template-columns:1fr}}
@media(max-width:560px){.mrbus-footer-shell{width:calc(100% - 18px)}.mrbus-footer-cta h2{font-size:28px}.mrbus-footer-bottom div{justify-content:center}}


/* MR BUS Qatar v1.3 supplied footer logo and route visual */
.mrbus-footer-logo-shell{
	width:58px;
	height:58px;
	min-width:58px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:3px;
	border-radius:17px;
	background:#fff;
	border:1px solid rgba(138,21,56,.22);
	box-shadow:0 14px 30px rgba(138,21,56,.13);
	overflow:hidden;
}
.mrbus-footer-logo-shell img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}
.mrbus-footer-mark{display:none!important;}
.mrbus-footer-route-visual{
	margin:18px 0 0;
	padding:14px;
	border-radius:24px;
	background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.78));
	border:1px solid rgba(196,232,255,.95);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 14px 34px rgba(4,74,130,.07);
	text-align:center;
	overflow:hidden;
}
.mrbus-footer-route-visual img{
	display:block;
	width:100%;
	max-width:320px;
	height:auto;
	margin:0 auto;
	object-fit:contain;
	filter:drop-shadow(0 12px 18px rgba(6,35,60,.12));
}
@media(max-width:900px){
	.mrbus-footer-logo-shell{width:54px;height:54px;min-width:54px;}
	.mrbus-footer-route-visual img{max-width:280px;}
}


/* MR BUS Qatar v1.4 footer: header shield logo is used only in the header; footer keeps the road/bus visual only. */
.mrbus-footer-brand .mrbus-footer-logo-shell{display:none!important;}
.mrbus-footer-brand{align-items:flex-start;}
.mrbus-footer-route-visual{margin-top:16px;}


/* MR BUS Qatar v1.5 footer alignment + small professional logo */
.mrbus-footer-brand{
  align-items:center!important;
  gap:10px!important;
}
.mrbus-footer-brand .mrbus-footer-logo-shell{
  display:inline-flex!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  padding:2px!important;
  border-radius:12px!important;
  background:#fff!important;
  border:1px solid rgba(138,21,56,.18)!important;
  box-shadow:0 8px 20px rgba(138,21,56,.10)!important;
  overflow:hidden!important;
}
.mrbus-footer-brand .mrbus-footer-logo-shell img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
}
.mrbus-footer-bottom{
  justify-content:center!important;
  text-align:center!important;
  flex-direction:column!important;
}
.mrbus-footer-bottom div{
  justify-content:center!important;
}
@media(max-width:900px){
  .mrbus-footer-brand{justify-content:center!important;text-align:center!important;}
}


/* MR BUS Qatar v1.6 footer content improvement */
.mrbus-footer-brand{align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;}
.mrbus-footer-brand .mrbus-footer-logo-shell{display:inline-flex!important;width:44px!important;height:44px!important;min-width:44px!important;padding:2px!important;border-radius:12px!important;}
.mrbus-footer-value-stack{display:grid;gap:12px;margin-top:18px;}
.mrbus-footer-value-box,.mrbus-footer-col-note,.mrbus-footer-contact-note{padding:14px 15px;border-radius:18px;background:linear-gradient(135deg,#ffffff 0%,#f6fbff 100%);border:1px solid rgba(196,232,255,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(4,74,130,.06);}
.mrbus-footer-value-box h4,.mrbus-footer-contact-note h4{margin:0 0 6px;color:#073763;font-size:16px;line-height:1.25;}
.mrbus-footer-value-box p,.mrbus-footer-contact-note p,.mrbus-footer-col-intro,.mrbus-footer-col-note{margin:0;color:#38536d;font-size:14.25px;line-height:1.68;}
.mrbus-footer-col-intro{margin:0 0 14px;color:#49647b;}
.mrbus-footer-links,.mrbus-footer-contact{display:flex;flex-direction:column;justify-content:flex-start;gap:0;}
.mrbus-footer-links ul{margin-bottom:14px;}
.mrbus-footer-contact-note{margin-top:auto;}
.mrbus-footer-contact{gap:12px;}
.mrbus-footer-route-visual{display:none!important;}
@media(max-width:900px){
  .mrbus-footer-brand{justify-content:flex-start!important;text-align:left!important;}
}


/* MR BUS Qatar v1.7 floating mailer and AI assistant */
.mrbus-floating-tools{
	position:fixed;
	left:18px;
	right:18px;
	bottom:18px;
	z-index:9999;
	pointer-events:none;
	font-family:Arial,Helvetica,sans-serif;
}
.mrbus-mailer-float{
	position:absolute;
	left:0;
	bottom:0;
	display:flex;
	align-items:center;
	gap:10px;
	min-height:62px;
	padding:10px 15px 10px 10px;
	border-radius:24px;
	text-decoration:none!important;
	color:#073763!important;
	background:rgba(255,255,255,.96);
	border:1px solid rgba(196,232,255,.95);
	box-shadow:0 18px 45px rgba(4,74,130,.18);
	pointer-events:auto;
}
.mrbus-mailer-icon{
	width:48px;
	height:48px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:18px;
	background:linear-gradient(135deg,#075fb0,#13a8ee);
	box-shadow:0 12px 26px rgba(7,95,176,.24);
}
.mrbus-mailer-icon svg{
	width:28px;
	height:28px;
	fill:#fff;
}
.mrbus-mailer-count{
	min-width:28px;
	height:28px;
	padding:0 8px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	background:linear-gradient(135deg,#8A1538,#9B1B47);
	color:#fff;
	font-weight:950;
	font-size:14px;
	box-shadow:0 10px 22px rgba(138,21,56,.22);
}
.mrbus-mailer-label{
	font-size:13px;
	font-weight:900;
	color:#38536d;
}
.mrbus-ai-float{
	position:absolute;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	gap:10px;
	min-height:58px;
	padding:10px 18px 10px 12px;
	border:0;
	border-radius:999px;
	color:#fff;
	font-size:15px;
	font-weight:950;
	letter-spacing:.2px;
	background:linear-gradient(135deg,#087a3a,#0aa85a);
	box-shadow:0 18px 42px rgba(10,126,72,.28);
	cursor:pointer;
	pointer-events:auto;
}
.mrbus-ai-dot{
	width:36px;
	height:36px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	background:rgba(255,255,255,.16);
	font-weight:950;
}
.mrbus-ai-panel{
	position:absolute;
	right:0;
	bottom:76px;
	width:min(360px,calc(100vw - 36px));
	padding:18px;
	border-radius:24px;
	background:rgba(255,255,255,.98);
	border:1px solid rgba(196,232,255,.95);
	box-shadow:0 24px 70px rgba(4,74,130,.22);
	pointer-events:auto;
}
.mrbus-ai-panel-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:10px;
	color:#073763;
	font-size:17px;
}
.mrbus-ai-close{
	width:30px;
	height:30px;
	border:0;
	border-radius:999px;
	background:#f4fbff;
	color:#8A1538;
	font-size:20px;
	font-weight:900;
	cursor:pointer;
}
.mrbus-ai-panel p{
	margin:0 0 13px;
	color:#38536d;
	font-size:14px;
	line-height:1.6;
}
.mrbus-ai-options{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:8px;
	margin-bottom:12px;
}
.mrbus-ai-options a,
.mrbus-ai-primary{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	text-decoration:none!important;
	border-radius:14px;
	font-weight:900;
}
.mrbus-ai-options a{
	padding:10px 8px;
	color:#073763!important;
	background:#f5fbff;
	border:1px solid #d9efff;
	font-size:12.5px;
}
.mrbus-ai-primary{
	padding:12px 14px;
	color:#fff!important;
	background:linear-gradient(135deg,#8A1538,#9B1B47);
	box-shadow:0 12px 26px rgba(138,21,56,.2);
}
@media(max-width:700px){
	.mrbus-floating-tools{
		left:12px;
		right:12px;
		bottom:12px;
	}
	.mrbus-mailer-float{
		padding:8px;
		min-height:54px;
		border-radius:20px;
	}
	.mrbus-mailer-label{display:none;}
	.mrbus-mailer-icon{
		width:42px;
		height:42px;
		border-radius:15px;
	}
	.mrbus-ai-float{
		min-height:54px;
		padding:9px 14px 9px 10px;
	}
}


/* MR BUS Qatar v1.8 global widgets on every theme page */
.mrbus-global-overlay{
	position:fixed;
	inset:0;
	z-index:9997;
	background:rgba(8,26,42,.58);
	backdrop-filter:blur(6px);
}
.mrbus-whatsapp-panel,
.mrbus-enquiry-panel,
.mrbus-ai-panel{
	position:fixed;
	z-index:9999;
	font-family:Arial,Helvetica,sans-serif;
	background:rgba(255,255,255,.97);
	border:1px solid rgba(196,232,255,.95);
	box-shadow:0 26px 80px rgba(4,40,70,.26);
	pointer-events:auto;
}
.mrbus-whatsapp-panel{
	top:88px;
	left:50%;
	transform:translateX(-50%);
	width:min(980px,calc(100vw - 36px));
	padding:24px;
	border-radius:28px;
}
.mrbus-whatsapp-panel-head,
.mrbus-enquiry-head,
.mrbus-ai-panel-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	margin-bottom:14px;
	color:#073763;
}
.mrbus-whatsapp-panel-head strong,
.mrbus-enquiry-head strong,
.mrbus-ai-panel-head strong{
	font-size:20px;
	letter-spacing:.2px;
}
.mrbus-widget-close{
	width:34px;
	height:34px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:0;
	border-radius:999px;
	background:#f4fbff;
	color:#8A1538;
	font-size:22px;
	font-weight:950;
	cursor:pointer;
}
.mrbus-whatsapp-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:16px;
}
.mrbus-whatsapp-card{
	display:flex;
	flex-direction:column;
	min-height:230px;
	padding:18px;
	border-radius:22px;
	text-decoration:none!important;
	color:#17324a!important;
	background:linear-gradient(180deg,#ffffff 0%,#f7fcff 100%);
	border:1px solid rgba(196,232,255,.95);
	box-shadow:0 14px 35px rgba(4,74,130,.08);
}
.mrbus-whatsapp-icon{
	width:48px;
	height:48px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:16px;
	background:linear-gradient(135deg,#0ba75a,#2bd16f);
	color:#fff;
	font-size:20px;
	margin-bottom:12px;
}
.mrbus-whatsapp-kicker{
	color:#087a3a;
	font-size:12px;
	font-weight:950;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:4px;
}
.mrbus-whatsapp-card strong{
	color:#073763;
	font-size:21px;
	line-height:1.15;
	margin-bottom:14px;
}
.mrbus-whatsapp-card p{
	margin:0 0 16px;
	color:#51687d;
	font-size:14px;
	line-height:1.65;
}
.mrbus-whatsapp-card small{
	margin-top:auto;
	display:inline-flex;
	justify-content:center;
	padding:11px 12px;
	border-radius:999px;
	color:#fff;
	background:linear-gradient(135deg,#087a3a,#0aa85a);
	font-size:14px;
	font-weight:950;
}
.mrbus-floating-tools{
	position:fixed;
	left:18px;
	right:18px;
	bottom:18px;
	z-index:9998;
	pointer-events:none;
	font-family:Arial,Helvetica,sans-serif;
}
.mrbus-mailer-float{
	position:absolute;
	left:0;
	bottom:0;
	width:62px;
	height:62px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:0;
	border-radius:22px;
	background:linear-gradient(135deg,#075fb0,#13a8ee);
	box-shadow:0 18px 45px rgba(4,74,130,.24);
	cursor:pointer;
	pointer-events:auto;
}
.mrbus-mailer-icon svg{width:30px;height:30px;fill:#fff;}
.mrbus-mailer-count{
	position:absolute;
	top:-11px;
	right:-10px;
	min-width:28px;
	height:28px;
	padding:0 8px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	background:#e43d3d;
	color:#fff;
	font-size:13px;
	font-weight:950;
	border:2px solid #fff;
	box-shadow:0 10px 22px rgba(228,61,61,.24);
}
.mrbus-enquiry-panel{
	left:18px;
	bottom:92px;
	width:min(320px,calc(100vw - 36px));
	padding:18px;
	border-radius:22px;
}
.mrbus-enquiry-panel p{
	margin:0 0 14px;
	color:#38536d;
	font-size:14px;
	line-height:1.65;
}
.mrbus-enquiry-actions{
	display:grid;
	gap:9px;
}
.mrbus-enquiry-actions a,
.mrbus-enquiry-actions button{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:42px;
	padding:10px 12px;
	border-radius:13px;
	text-align:center;
	font-weight:900;
	font-size:13.5px;
	text-decoration:none!important;
	cursor:pointer;
}
.mrbus-enquiry-actions a:first-child{
	color:#fff!important;
	background:linear-gradient(135deg,#075fb0,#13a8ee);
	border:0;
}
.mrbus-enquiry-actions a:nth-child(2),
.mrbus-enquiry-actions button{
	color:#073763!important;
	background:#f7fcff;
	border:1px solid #d9efff;
}
.mrbus-ai-float{
	position:absolute;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	gap:10px;
	min-height:58px;
	padding:10px 18px 10px 12px;
	border:0;
	border-radius:999px;
	color:#fff;
	font-size:15px;
	font-weight:950;
	letter-spacing:.2px;
	background:linear-gradient(135deg,#087a3a,#0aa85a);
	box-shadow:0 18px 42px rgba(10,126,72,.28);
	cursor:pointer;
	pointer-events:auto;
}
.mrbus-ai-dot{
	width:36px;
	height:36px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	background:rgba(255,255,255,.16);
	font-weight:950;
}
.mrbus-ai-panel{
	right:18px;
	bottom:92px;
	width:min(370px,calc(100vw - 36px));
	padding:18px;
	border-radius:24px;
}
.mrbus-ai-panel p{
	margin:0 0 13px;
	color:#38536d;
	font-size:14px;
	line-height:1.6;
}
.mrbus-ai-options{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:8px;
	margin-bottom:12px;
}
.mrbus-ai-options a,
.mrbus-ai-primary{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	text-decoration:none!important;
	border-radius:14px;
	font-weight:900;
}
.mrbus-ai-options a{
	padding:10px 8px;
	color:#073763!important;
	background:#f5fbff;
	border:1px solid #d9efff;
	font-size:12.5px;
}
.mrbus-ai-primary{
	padding:12px 14px;
	color:#fff!important;
	background:linear-gradient(135deg,#8A1538,#9B1B47);
	box-shadow:0 12px 26px rgba(138,21,56,.2);
}
@media(max-width:900px){
	.mrbus-whatsapp-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
	.mrbus-whatsapp-panel{top:70px;}
}
@media(max-width:560px){
	.mrbus-whatsapp-grid{grid-template-columns:1fr;}
	.mrbus-whatsapp-card{min-height:auto;}
	.mrbus-floating-tools{left:12px;right:12px;bottom:12px;}
	.mrbus-mailer-float{width:56px;height:56px;border-radius:19px;}
	.mrbus-ai-float{min-height:54px;padding:9px 14px 9px 10px;}
}


/* MR BUS Qatar v1.9 WhatsApp numbers in 4-option preview */
.mrbus-whatsapp-card b{
	display:block;
	margin:0 0 13px;
	color:#073763;
	font-size:18px;
	line-height:1.25;
	letter-spacing:.5px;
	font-weight:950;
}
.mrbus-whatsapp-card small{
	margin-top:0!important;
}


/* MR BUS Qatar v2.0 confirmed global popup/widgets for installed theme */
.mrbus-global-overlay[hidden],
.mrbus-whatsapp-panel[hidden],
.mrbus-enquiry-panel[hidden],
.mrbus-ai-panel[hidden]{display:none!important;}
.mrbus-global-overlay{
	position:fixed!important;inset:0!important;z-index:999997!important;background:rgba(8,26,42,.58)!important;backdrop-filter:blur(6px)!important;
}
.mrbus-whatsapp-panel,.mrbus-enquiry-panel,.mrbus-ai-panel{
	position:fixed!important;z-index:999999!important;font-family:Arial,Helvetica,sans-serif!important;background:rgba(255,255,255,.98)!important;border:1px solid rgba(196,232,255,.95)!important;box-shadow:0 26px 80px rgba(4,40,70,.26)!important;box-sizing:border-box!important;
}
.mrbus-whatsapp-panel *,.mrbus-enquiry-panel *,.mrbus-ai-panel *,.mrbus-floating-tools *{box-sizing:border-box!important;}
.mrbus-whatsapp-panel{top:88px!important;left:50%!important;transform:translateX(-50%)!important;width:min(980px,calc(100vw - 36px))!important;padding:24px!important;border-radius:28px!important;}
.mrbus-whatsapp-panel-head,.mrbus-enquiry-head,.mrbus-ai-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:14px!important;color:#073763!important;}
.mrbus-whatsapp-panel-head strong,.mrbus-enquiry-head strong,.mrbus-ai-panel-head strong{font-size:20px!important;letter-spacing:.2px!important;}
.mrbus-widget-close{width:34px!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:999px!important;background:#f4fbff!important;color:#8A1538!important;font-size:22px!important;font-weight:950!important;cursor:pointer!important;}
.mrbus-whatsapp-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.mrbus-whatsapp-card{display:flex!important;flex-direction:column!important;min-height:238px!important;padding:18px!important;border-radius:22px!important;text-decoration:none!important;color:#17324a!important;background:linear-gradient(180deg,#ffffff 0%,#f7fcff 100%)!important;border:1px solid rgba(196,232,255,.95)!important;box-shadow:0 14px 35px rgba(4,74,130,.08)!important;}
.mrbus-whatsapp-icon{width:48px!important;height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:16px!important;background:linear-gradient(135deg,#0ba75a,#2bd16f)!important;color:#fff!important;font-size:20px!important;margin-bottom:12px!important;}
.mrbus-whatsapp-kicker{color:#087a3a!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:1px!important;margin-bottom:4px!important;}
.mrbus-whatsapp-card strong{color:#073763!important;font-size:21px!important;line-height:1.15!important;margin-bottom:14px!important;}
.mrbus-whatsapp-card p{margin:0 0 12px!important;color:#51687d!important;font-size:14px!important;line-height:1.65!important;}
.mrbus-whatsapp-card b{display:block!important;margin:0 0 13px!important;color:#073763!important;font-size:18px!important;line-height:1.25!important;letter-spacing:.5px!important;font-weight:950!important;}
.mrbus-whatsapp-card small{margin-top:auto!important;display:inline-flex!important;justify-content:center!important;padding:11px 12px!important;border-radius:999px!important;color:#fff!important;background:linear-gradient(135deg,#087a3a,#0aa85a)!important;font-size:14px!important;font-weight:950!important;}
.mrbus-floating-tools{position:fixed!important;left:18px!important;right:18px!important;bottom:18px!important;z-index:999998!important;pointer-events:none!important;font-family:Arial,Helvetica,sans-serif!important;}
.mrbus-mailer-float{position:absolute!important;left:0!important;bottom:0!important;width:62px!important;height:62px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:22px!important;background:linear-gradient(135deg,#075fb0,#13a8ee)!important;box-shadow:0 18px 45px rgba(4,74,130,.24)!important;cursor:pointer!important;pointer-events:auto!important;}
.mrbus-mailer-icon svg{width:30px!important;height:30px!important;fill:#fff!important;}
.mrbus-mailer-count{position:absolute!important;top:-11px!important;right:-10px!important;min-width:28px!important;height:28px!important;padding:0 8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#e43d3d!important;color:#fff!important;font-size:13px!important;font-weight:950!important;border:2px solid #fff!important;box-shadow:0 10px 22px rgba(228,61,61,.24)!important;}
.mrbus-enquiry-panel{left:18px!important;bottom:92px!important;width:min(330px,calc(100vw - 36px))!important;padding:18px!important;border-radius:22px!important;}
.mrbus-enquiry-panel p{margin:0 0 14px!important;color:#38536d!important;font-size:14px!important;line-height:1.65!important;}
.mrbus-enquiry-actions{display:grid!important;gap:9px!important;}
.mrbus-enquiry-actions a,.mrbus-enquiry-actions button{display:flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 12px!important;border-radius:13px!important;text-align:center!important;font-weight:900!important;font-size:13.5px!important;text-decoration:none!important;cursor:pointer!important;}
.mrbus-enquiry-actions a:first-child{color:#fff!important;background:linear-gradient(135deg,#075fb0,#13a8ee)!important;border:0!important;}
.mrbus-enquiry-actions a:nth-child(2),.mrbus-enquiry-actions a:nth-child(3),.mrbus-enquiry-actions button{color:#073763!important;background:#f7fcff!important;border:1px solid #d9efff!important;}
.mrbus-ai-float{position:absolute!important;right:0!important;bottom:0!important;display:flex!important;align-items:center!important;gap:10px!important;min-height:58px!important;padding:10px 18px 10px 12px!important;border:0!important;border-radius:999px!important;color:#fff!important;font-size:15px!important;font-weight:950!important;letter-spacing:.2px!important;background:linear-gradient(135deg,#087a3a,#0aa85a)!important;box-shadow:0 18px 42px rgba(10,126,72,.28)!important;cursor:pointer!important;pointer-events:auto!important;}
.mrbus-ai-dot{width:36px!important;height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;font-weight:950!important;}
.mrbus-ai-panel{right:18px!important;bottom:92px!important;width:min(370px,calc(100vw - 36px))!important;padding:18px!important;border-radius:24px!important;}
.mrbus-ai-panel p{margin:0 0 13px!important;color:#38536d!important;font-size:14px!important;line-height:1.6!important;}
.mrbus-ai-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:12px!important;}
.mrbus-ai-options a,.mrbus-ai-primary{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;text-decoration:none!important;border-radius:14px!important;font-weight:900!important;}
.mrbus-ai-options a{padding:10px 8px!important;color:#073763!important;background:#f5fbff!important;border:1px solid #d9efff!important;font-size:12.5px!important;}
.mrbus-ai-primary{padding:12px 14px!important;color:#fff!important;background:linear-gradient(135deg,#8A1538,#9B1B47)!important;box-shadow:0 12px 26px rgba(138,21,56,.2)!important;}
@media(max-width:900px){.mrbus-whatsapp-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mrbus-whatsapp-panel{top:70px!important}}
@media(max-width:560px){.mrbus-whatsapp-grid{grid-template-columns:1fr!important}.mrbus-whatsapp-card{min-height:auto!important}.mrbus-floating-tools{left:12px!important;right:12px!important;bottom:12px!important}.mrbus-mailer-float{width:56px!important;height:56px!important;border-radius:19px!important}.mrbus-ai-float{min-height:54px!important;padding:9px 14px 9px 10px!important}}


/* MR BUS Qatar v2.1 no-JS fallback and direct popup open fix */
.mrbus-widget-panel{display:none!important;}
.mrbus-widget-panel.is-open,
#mrbusWhatsappPanel:target,
#mrbusEnquiryPanel:target,
#mrbusAiPanel:target{display:block!important;}
.mrbus-global-overlay{display:none!important;}
.mrbus-global-overlay.is-open{display:block!important;}
.mrbus-widget-close{text-decoration:none!important;}
.mrbus-ai-float,.mrbus-mailer-float{text-decoration:none!important;}
