@charset "utf-8";
/* Warranty Extender 2026v01 */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	background-color: #fff;
	overflow-x: hidden;
}

html {
	background-image: url(../img/warrantyextender.co.za_bg_01.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

body {
	background-image: url(../img/warrantyextender.co.za_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

img {
	max-width: 100%;
	height: auto;
}

.clear { clear: both; }

/* ══════════════════════════════════════
   PAGE WRAPPER — 980px centred
══════════════════════════════════════ */
#page-wrap {
	width: 980px;
	margin: 0 auto;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #fff;
}

/* ══════════════════════════════════════
   HEADER BAR
══════════════════════════════════════ */
.nav_bar {
	width: 980px;
	height: 270px;
	background-color: #4c7296;
	display: flex;
	flex-direction: row;
}

.logo {
	width: 300px;
	height: 270px;
	background-color: #fff;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.logo img {
	width: 240px;
	height: auto;
}

.nav_bar_center {
	width: 236px;
	height: 270px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.nav_bar_center p {
	font-size: 28px;
	color: #fff;
	font-weight: 300;
	padding: 20px 20px 20px 30px;
	line-height: 1.3;
}

.nav_bar_right {
	flex: 1 1 auto;
	height: 270px;
	background-image: url(../img/female-car-warranty.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

/* ══════════════════════════════════════
   MENU BAR — full width grey band
══════════════════════════════════════ */
.menu_bar {
	width: 100%;
	background-color: #c9d4df;
	border-bottom: 1px solid #fff;
	position: relative;
	padding: 0px 0px 0px 227px;
}

.menu-toggle {
	display: none;
	width: 100%;
	background-color: #4c7296;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 14px 20px;
	text-align: left;
	cursor: pointer;
}

.stripe {
	display: block;
	width: 980px;
	height: 16px;
}

.menu {
	display: block;
	width: 100%;
}

.menu ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	position: relative;
}

.menu ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #2e3136;
	padding: 10px 16px;
	border-right: 1px solid #4c7296;
	white-space: nowrap;
}

.menu ul li a:hover {
	color: #597fa5;
	background-color: #bfcbd6;
}

/* Dropdowns */
.menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	min-width: 230px;
	background-color: #cad4de;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.menu ul li:hover > ul {
	display: block;
}

.menu ul ul li { width: 100%; }

.menu ul ul li a {
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-size: 14px;
	padding: 10px 14px;
	white-space: normal;
}

.menu ul ul li a:hover {
	background-color: #4c7296;
	color: #fff;
}

/* Third level */
.menu ul ul ul {
	top: 0;
	left: 100%;
}

/* ══════════════════════════════════════
   MAIN CONTENT
══════════════════════════════════════ */
.main {
	width: 980px;
	background-color: #fff;
	overflow: hidden;
}

.main_left {
	width: 343px;
	float: left;
	padding-bottom: 50px;
}

.main_left_info {
	width: 100%;
	background-color: #ebf0f3;
	padding: 30px 15px 20px 15px;
	border-bottom: 20px solid #ccc;
}

.main_left_info p {
	color: #000104;
	font-size: 16px;
	line-height: 22px;
	margin-top: 16px;
}

.info {
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}

.icon {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.icon img {
	display: block;
	width: 100px;
	height: auto;
}

.left_info_text {
	width: calc(100% - 115px);
	float: left;
	border-bottom: 1px dashed #b8e0e2;
	padding-bottom: 10px;
}

.left_info_text p,
.left_info_text_end p {
	font-size: 16px;
	line-height: 22px;
}

.left_info_text_end {
	width: calc(100% - 115px);
	float: left;
}

.post_1 {
	display: block;
	color: #5f5f5f;
	font-size: 17px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
}

.post_1:hover { color: #1290c3; }

.main_right {
	width: 637px;
	float: left;
}

.main_right h1 {
	color: #990000;
	padding: 40px 10px 30px 10px;
	font-weight: 500;
	font-size: 30px;
}

.main_right p {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 0 20px 0 20px;
}

.information {
	width: 100%;
	padding-left: 20px;
	margin-top: 20px;
	overflow: hidden;
}

.main_1, .main_2, .main_3 {
	width: 30%;
	float: left;
	margin-top: 6px;
	margin-left: 2%;
}

.main_1_ro { width: 50px; float: left; }

.form_1, .form_2, .form_3 {
	width: 50px; height: 50px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 50px;
}

.form_1 { background-color: #990000; }
.form_2 { background-color: #b3dff0; }
.form_3 { background-color: #0295cc; }

.below  { width:40px; height:31px; background-image:url(../img/below.png);   margin:10px 0 0 6px; position:relative; z-index:1; }
.detail { width:40px; height:33px; background-image:url(../img/details.png); margin:10px 0 0 6px; position:relative; z-index:2; }
.best   { width:40px; height:36px; background-image:url(../img/best.png);    margin:10px 0 0 6px; position:relative; z-index:3; }

.main_text {
	float: left;
	padding: 10px;
	font-size: 14px;
	width: calc(100% - 55px);
}

.form {
	width: calc(100% - 40px);
	border-radius: 7px;
	border: 1px solid #ccc;
	margin: 20px 20px 50px 20px;
}

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.fotter {
	width: 980px;
	background-color: #c3c5d4;
	border-top: 1px solid #fff;
	box-shadow: 0 -8px 10px #d5d5d5;
	text-align: right;
	line-height: 50px;
	padding: 0 20px;
	overflow: hidden;
}

.fotter a { text-decoration: none; color: #000; }
.fotter a:hover { color: #4c7296; }

/* ══════════════════════════════════════
   FORMS
══════════════════════════════════════ */
#form-wrapper {
	border: 1px solid #ECF2F4;
	padding: 20px 0 20px 5px;
	margin: 10px;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#form-wrapper h3 { padding: 0 20px 20px; }
#form-wrapper p { float: left; min-width: 220px; padding: 0 20px; }

#form-wrapper .text-box,
#form-wrapper textarea {
	width: 100%; max-width: 250px;
	background-color: #E7E7E7;
	border: 1px solid #D0D0D0;
	padding: 6px 5px; border-radius: 5px;
}

#form-wrapper select {
	width: 100%; max-width: 262px;
	background-color: #E7E7E7;
	border: 1px solid #D0D0D0;
	padding: 5px; border-radius: 5px;
}

#form-wrapper textarea { height: 200px; }

#form-wrapper #submit {
	display: block; width: 150px;
	font-size: 18px; color: #fff;
	text-align: center; padding: 8px 0;
	margin: 20px 0 0;
	background-color: #B93207;
	border-radius: 4px; border: none;
	border-bottom: 3px #990000 solid;
	cursor: pointer;
}

#form-wrapper #submit:hover { background-color: #DE561D; }
#form-wrapper #lc, #form-wrapper #rc { float: left; width: 302px; }
#clear-both { clear: both; }

/* ══════════════════════════════════════
   RESPONSIVE — tablet ≤768px
══════════════════════════════════════ */
@media (max-width: 980px) {

	#page-wrap,
	.nav_bar,
	.menu_bar,
	.main,
	.fotter {
		width: 100%;
	}

	.stripe { width: 100%; }
}

@media (max-width: 768px) {

	.nav_bar {
		flex-direction: column;
		height: auto;
	}

	.logo {
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.logo img { width: 300px; }

	.nav_bar_center,
	.nav_bar_right { display: none; }

	.menu-toggle { display: block; }
	.stripe { display: none; }

	.menu ul {
		display: none;
		flex-direction: column;
	}

	.menu ul.open { display: flex; }

	.menu ul li { width: 100%; border-bottom: 1px solid #b0bec9; }

	.menu ul li a {
		text-align: left;
		border-right: none;
		padding: 12px 16px;
	}

	.menu ul ul {
		position: static;
		box-shadow: none;
		background-color: #dde5ed;
		padding-left: 16px;
	}

	.menu ul li.open > ul { display: block; }

	.main_left,
	.main_right { width: 100%; float: none; }

	.main_right { width: 100%; }

	.main_right h1 { font-size: 22px; }

	.main_1, .main_2, .main_3 {
		width: 100%; float: none;
		margin-left: 0; margin-bottom: 16px;
	}

	.fotter { text-align: center; line-height: 1.8; padding: 12px; }
}

@media (max-width: 480px) {
	.logo img { width: 240px; }
	.main_right h1 { font-size: 20px; }
	.main_right p { font-size: 14px; padding: 0 12px; }
	.icon { width: 70px; }
	.icon img { width: 70px; }
	.left_info_text,
	.left_info_text_end { width: calc(100% - 85px); }
}

/* ══════════════════════════════════════
   POPUP FORM STYLES
══════════════════════════════════════ */

/* Form popup overlay */
.nf-form-cont,
.ninja-forms-form-wrap,
[class*="nf-form"],
.frm_forms,
.wpcf7-form {
	font-family: Arial, Helvetica, sans-serif;
}

/* All form field labels */
.nf-field-label label,
.nf-form-cont label,
form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 4px;
	margin-top: 12px;
}

/* All text inputs and textareas in popup forms */
.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"],
.nf-form-cont input[type="tel"],
.nf-form-cont input[type="number"],
.nf-form-cont select,
.nf-form-cont textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select,
form textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: #f9f9f9;
	box-sizing: border-box;
	transition: border-color 0.2s;
}

.nf-form-cont input:focus,
form input:focus,
form select:focus,
form textarea:focus {
	border-color: #4c7296;
	outline: none;
	background-color: #fff;
}

/* ── GET QUOTES BUTTON ── */
.nf-form-cont input[type="submit"],
.nf-form-cont button[type="submit"],
form input[type="submit"],
form button[type="submit"],
input[value="Get Quotes"],
button.submit-wrap,
.submit-container input,
.nf-form-cont .submit-wrap input {
	display: inline-block;
	margin-top: 16px;
	padding: 12px 32px;
	background-color: #990000;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	border-bottom: 3px solid #6b0000;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	transition: background-color 0.2s, transform 0.1s;
	width: auto;
}

.nf-form-cont input[type="submit"]:hover,
.nf-form-cont button[type="submit"]:hover,
form input[type="submit"]:hover,
form button[type="submit"]:hover,
input[value="Get Quotes"]:hover {
	background-color: #b93207;
	transform: translateY(-1px);
}

.nf-form-cont input[type="submit"]:active,
form input[type="submit"]:active {
	transform: translateY(1px);
	border-bottom-width: 1px;
}
