footer#colophon {
	max-width: 100%;
	background-color: #000;
	display: none;
}

.site-branding {
	padding: 6px !important;
}

img.custom-logo {
	width: 150px !important;
}

.site-footer strong {
	color: #fff;
}

body {
	background: #303030;
}

#pricing-table {
	margin: 100px auto;
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	justify-content: center;
/* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 180px;
	min-width: 180px;
/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
	position: relative;
	margin-left: 10px;
}

#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0,0,0,.15), -20px 0 10px -10px rgba(0,0,0,.15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0,0,0,.15), -20px 0 10px -10px rgba(0,0,0,.15);
	box-shadow: 20px 0 10px -10px rgba(0,0,0,.15), -20px 0 10px -10px rgba(0,0,0,.15);
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

/* --------------- */
#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
	background-image: -webkit-linear-gradient(#fff,#eee);
	background-image: -o-linear-gradient(#fff,#eee);
	background-image: -ms-linear-gradient(#fff,#eee);
	background-image: linear-gradient(#fff,#eee);
}

#pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));
	background-image: -webkit-linear-gradient(#eee,#ddd);
	background-image: -o-linear-gradient(#eee,#ddd);
	background-image: -ms-linear-gradient(#eee,#ddd);
	background-image: linear-gradient(#eee,#ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */
#pricing-table ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0;
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #ff8913;
}

#pricing-table .signup:hover {
	background-color: #62bc30;
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.7) inset;
	box-shadow: 0 0 3px rgba(0,0,0,.7) inset;
}

/* --------------- */
.clear:before, .clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	zoom: 1;
}

.my-img {
	margin-top: -16px;
}

.wp-image-628 {
	margin-top: -27px !important;
}

.discount {
	color: #f66e11;
	font-weight: bold;
	font-size: 15px;
}

p {
	font-size: 1em;
	line-height: 1.78;
	color: #222;
}

@keyframes flash {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: .4;
	}
	
	100% {
		opacity: 1;
	}
}

.flash-button {
	animation: flash 1.5s infinite;
}

.service-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 20px 0;
}

.service-card {
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: #fff;
	padding: 25px;
	border-radius: 15px;
	width: 300px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	transition: transform .3s ease, box-shadow .3s ease;
}

.service-card {
	transition: transform .4s ease, box-shadow .4s ease;
}

.service-card:hover {
	transform: scale(1.05) translateY(-10px);
	z-index: 1;
}

@keyframes scrollText {
	0% {
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(-100%);
	}
}

.scrolling-banner {
	background: linear-gradient(to right, #3b82f6, #10b981);
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
}

.scrolling-banner::before {
	content: attr(data-text);
	position: absolute;
	white-space: nowrap;
	animation: scrollText 15s linear infinite;
}

.promo-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #f0f9ff;
	border-radius: 10px;
	font-family: 'Segoe UI', sans-serif;
	animation: float 3s ease-in-out infinite;
}

.promo-banner p {
	margin: 0;
	font-size: 1.1em;
	color: #1f2937;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	animation: flash 1.2s infinite;
}

.promo-banner strong {
	color: #3b82f6;
}

.promo-banner a {
	color: #2563eb;
	text-decoration: underline;
	font-weight: bold;
}

@keyframes flash {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .6;
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-10px);
	}
}

.hero-section {
	position: relative;
	background-image: url('https://sharivzdriving.ca/wp-content/uploads/2026/04/screen.png');
	background-size: cover;
	background-position: center;
	height: 520px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Arial, sans-serif;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.75) 35%, rgba(0,0,0,0.25) 100%);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 650px;
	padding: 40px;
}

.hero-location {
	font-size: 14px;
	margin-bottom: 10px;
	opacity: .9;
}

.hero-badges span {
	display: inline-block;
	padding: 6px 12px;
	margin-right: 8px;
	font-size: 12px;
	border-radius: 20px;
}

.hero-badges .green {
	background: rgba(0, 200, 150, 0.9);
}

.hero-badges .orange {
	background: rgba(255, 150, 0, 0.9);
}

.hero-title {
	font-size: 38px;
	font-weight: bold;
	margin: 15px 0;
	line-height: 1.2;
}

.hero-title .highlight {
	color: #f59e0b;
}

.hero-sub {
	font-size: 16px;
	margin-bottom: 10px;
	opacity: .95;
}

.hero-extra {
	font-size: 15px;
	margin-bottom: 20px;
	opacity: .9;
}

.hero-buttons a {
	display: inline-block;
	padding: 12px 22px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	background: #f59e0b;
	color: #fff;
	transition: .3s ease;
}

.hero-buttons a:hover {
	background: #d97706;
}

.hero-section {
	position: relative;
	background-image: url('https://sharivzdriving.ca/wp-content/uploads/2026/04/screen.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Arial, sans-serif;
}

.hero-section {
	position: relative;
	background-image: url('https://sharivzdriving.ca/wp-content/uploads/2026/04/screen.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 520px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Arial, sans-serif;
/* FULL WIDTH FIX */
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.75) 35%, rgba(0,0,0,0.25) 100%);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 650px;
	padding: 40px;
}

.hero-location {
	font-size: 14px;
	margin-bottom: 10px;
	opacity: .9;
}

.hero-badges span {
	display: inline-block;
	padding: 6px 12px;
	margin-right: 8px;
	font-size: 12px;
	border-radius: 20px;
}

.hero-badges .green {
	background: rgba(0, 200, 150, 0.9);
}

.hero-badges .orange {
	background: rgba(255, 150, 0, 0.9);
}

.hero-title {
	font-size: 38px;
	font-weight: bold;
	margin: 15px 0;
	line-height: 1.2;
}

.hero-title .highlight {
	color: #f59e0b;
}

.hero-sub {
	font-size: 16px;
	margin-bottom: 10px;
	opacity: .95;
}

.hero-extra {
	font-size: 15px;
	margin-bottom: 20px;
	opacity: .9;
}

.hero-buttons a {
	display: inline-block;
	padding: 12px 22px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	background: #f59e0b;
	color: #fff;
	transition: .3s ease;
}

.hero-buttons a:hover {
	background: #d97706;
}

.hero-section {
	position: relative;
	background-image: url('https://sharivzdriving.ca/wp-content/uploads/2026/04/screen.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 520px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Arial, sans-serif;
	width: 100%;
	margin: 0;
}

.hero-overlay {
	position: absolute;
	background: linear-gradient(90deg, rgba(0,0,0,0.75) 35%, rgba(0,0,0,0.25) 100%);
}

.hero-section {
	width: 100% !important;
	max-width: 100% !important;
}

.hero-section {
	margin-left: -20px;
	margin-right: -20px;
}

.wp-block-group,
.wp-block-columns,
.wp-block-cover {
	background: transparent !important;
	box-shadow: none !important;
}

.entry-content,
.wp-block-group,
.wp-block-columns,
.wp-block-cover,
.site-content,
.content-area {
	background: transparent !important;
	box-shadow: none !important;
}

html, body {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
}

.hero-section {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

Driving School in Burnaby, Vancouver & Richmond
    Pass Your ICBC Road Test with Confidence
    Class 7 • Class 5 • Class 4
    Free Pick-Up & Drop-Off
    View Pricing
  

.hero {
	position: relative;
	background-image: url('https://sharivzdriving.ca/wp-content/uploads/2026/04/screen-1.png');
	background-size: cover;
	background-position: center;
	height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 20px;
}

.hero-title {
	font-size: 42px;
	color: orange;
	font-weight: bold;
}

.hero-sub {
	font-size: 20px;
}

.hero-extra {
	font-size: 18px;
}

.btn {
	background: orange;
	color: #fff;
	padding: 12px 25px;
	border-radius: 6px;
	text-decoration: none;
}

.hero {
	position: relative;
	width: 100%;
	height: 90vh;
	background-image: url('https://sharivzdriving.ca/wp-content/uploads/2026/04/screen-1.png');
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 80px;
	color: #fff;
}

/* overlay */
.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

/* content */
.hero-content {
	position: relative;
	z-index: 2;
	max-width: 500px;
}

.hero-offer {
	font-size: 14px;
	margin-bottom: 10px;
}

.hero-title {
	font-size: 40px;
	color: orange;
	font-weight: bold;
	margin-bottom: 10px;
}

.btn {
	background: orange;
	color: #fff;
	padding: 12px 25px;
	border-radius: 6px;
	text-decoration: none;
}

.hero {
	position: relative;
	width: 100%;
	height: 90vh;
	background-image: url('https://sharivzdriving.ca/wp-content/uploads/2026/04/screen-1.png');
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 80px;
	color: #fff;
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 500px;
}

.hero-title {
	font-size: 40px;
	color: orange;
	font-weight: bold;
	margin: 10px 0;
}

.hero-sub {
	font-size: 20px;
	margin-bottom: 10px;
}

.hero-extra {
	font-size: 18px;
	margin-bottom: 20px;
}

.btn {
	background: #ff9800;
	color: #fff;
	padding: 14px 30px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	transition: .3s;
	box-shadow: 0 4px 15px rgba(255, 152, 0, 0.6);
}

.btn:hover {
	background: #e68900;
	transform: scale(1.05);
}

.hero {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	height: 100vh;
}

.hero {
	position: relative;
/* FULL WIDTH FIX (safe version) */
	width: 100vw;
	margin-left: calc(50% - 50vw);
	height: 100vh;
	background-image: url('https://sharivzdriving.ca/wp-content/uploads/2026/04/screen-1.png');
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 60px;
	color: #fff;
}

/* overlay */
.hero::before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
}

/* content */
.hero-content {
	position: relative;
	z-index: 2;
	max-width: 500px;
}

.hero-title {
	font-size: 40px;
	color: orange;
	font-weight: bold;
	margin: 10px 0;
}

.hero-sub {
	font-size: 20px;
	margin-bottom: 10px;
}

.hero-extra {
	font-size: 18px;
	margin-bottom: 20px;
}

/* button */
.btn {
	background: #ff9800;
	color: #fff;
	padding: 14px 30px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	transition: .3s;
	box-shadow: 0 4px 15px rgba(255,152,0,0.6);
}

.btn:hover {
	background: #e68900;
	transform: scale(1.05);
}

.wp-site-blocks,
.wp-block-group,
.wp-block {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* FULL WIDTH WRAPPER */
.hero-wrapper {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
}

/* IMAGE FULL WIDTH */
.hero-img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}

/* DARK OVERLAY */
.hero-wrapper::after {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
}

/* TEXT ON IMAGE */
.hero-content {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
	max-width: 500px;
}

.hero-title {
	font-size: 40px;
	color: orange;
	font-weight: bold;
	margin: 10px 0;
}

.hero-sub {
	font-size: 20px;
}

.hero-extra {
	font-size: 18px;
	margin-bottom: 20px;
}

/* BUTTON */
.btn {
	background: #ff9800;
	color: #fff;
	padding: 14px 30px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	box-shadow: 0 4px 15px rgba(255,152,0,0.6);
}

.hero-wrapper {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

/* image */
.hero-img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}

/* overlay */
.hero-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

/* TEXT ON TOP */
.hero-content {
	position: absolute;
/* THIS IS KEY */
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	z-index: 2;
	color: #fff;
	max-width: 500px;
}

.hero-title {
	font-size: 40px;
	color: orange;
	font-weight: bold;
	margin: 10px 0;
}

.hero-sub {
	font-size: 20px;
}

.hero-extra {
	font-size: 18px;
	margin-bottom: 20px;
}

.btn {
	background: #ff9800;
	color: #fff;
	padding: 14px 30px;
	border-radius: 8px;
	text-decoration: none;
}

.sharivz {
	font-family: 'DM Sans', sans-serif;
}

/* HERO SECTION */
.sharivz .hero {
	background: #0f1f3d;
	color: #fff;
	text-align: center;
	padding: 80px 20px;
}

.sharivz .hero small {
	color: #c9963a;
	letter-spacing: 2px;
	font-size: 12px;
}

.sharivz .hero h1 {
	font-family: 'DM Serif Display', serif;
	font-size: 46px;
	margin: 15px 0;
}

.sharivz .hero h1 span {
	color: #e8b96a;
	font-style: italic;
}

.sharivz .hero p {
	color: #cfd6e4;
	max-width: 600px;
	margin: auto;
}

/* RATING BOX */
.sharivz .rating-box {
	margin-top: 40px;
	background: rgba(255,255,255,0.08);
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	gap: 25px;
	padding: 15px 30px;
}

.sharivz .rating-box .big {
	font-size: 40px;
	font-family: 'DM Serif Display', serif;
}

.sharivz .stars {
	color: #f0b429;
}

/* STATS */
.sharivz .stats {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}

.sharivz .stats div {
	padding: 25px 10px;
	border-right: 1px solid #eee;
}

.sharivz .stats div:last-child {
	border-right: none;
}

/* REVIEWS */
.sharivz .reviews {
	padding: 50px 20px;
	max-width: 1000px;
	margin: auto;
}

.sharivz .reviews h2 {
	text-align: center;
	font-family: 'DM Serif Display', serif;
}

.sharivz .grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 20px;
	margin-top: 30px;
}

.sharivz .card {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #eee;
}

.reviews {
	background: radial-gradient(circle at top, #111827, #020617);
	color: white;
	padding: 100px 20px;
	font-family: 'Inter', sans-serif;
}

.container {
	max-width: 1100px;
	margin: auto;
}

/* HEADER */
.header {
	text-align: center;
	margin-bottom: 60px;
}

.tag {
	color: #8b5cf6;
	font-size: 12px;
	letter-spacing: 2px;
}

.header h2 {
	font-size: 40px;
	margin: 10px 0;
}

.header p {
	color: #9ca3af;
}

/* GRID LAYOUT */
.grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}

/* CARDS BASE */
.card {
	position: relative;
	padding: 30px;
	border-radius: 18px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.08);
	overflow: hidden;
}

/* GRADIENT BORDER EFFECT */
.card::before {
	content: "";
	position: absolute;
	padding: 1px;
	border-radius: 18px;
	background: linear-gradient(120deg, #6366f1, #06b6d4, #22c55e);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

/* MAIN CARD */
.main {
	grid-row: span 2;
	text-align: center;
}

.main h1 {
	font-size: 70px;
	background: linear-gradient(90deg, #6366f1, #06b6d4);
	-webkit-background-clip: text;
}

.stars {
	letter-spacing: 4px;
	margin: 10px 0;
}

.main span {
	color: #9ca3af;
}

/* SMALL CARDS */
.card h3 {
	font-size: 26px;
}

.card span {
	color: #9ca3af;
	font-size: 14px;
}

/* WIDE CARD */
.wide {
	grid-column: span 2;
}

/* GOOGLE BAR */
.google {
	margin-top: 40px;
	padding: 20px 25px;
	border-radius: 14px;
	background: linear-gradient(90deg, #1e293b, #0f172a);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.google span {
	color: #94a3b8;
}

.google strong {
	font-size: 18px;
}

.google a {
	color: #22c55e;
	text-decoration: none;
}