/* Ultra Light – 200 */
@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/gotham/Gotham-XLight.woff2') format('woff2'),
       url('assets/fonts/gotham/Gotham-XLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Light – 300 */
@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/gotham/Gotham-Light.woff2') format('woff2'),
       url('assets/fonts/gotham/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (Book) – 400 */
@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/gotham/Gotham-Book.woff2') format('woff2'),
       url('assets/fonts/gotham/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold – 700 */
@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/gotham/Gotham-Bold.woff2') format('woff2'),
       url('assets/fonts/gotham/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Black – 900 */
@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/gotham/Gotham-Black.woff2') format('woff2'),
       url('assets/fonts/gotham/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3 {
    margin: 0 0 20px!important;
    color: #13b619;
    font-family: Gotham;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
}

h1 {
	font-size: 250%;
}

h1 p {
	margin-bottom: 0!important;
}

h2 {
	font-size: 225%;
}

h3 {
	font-size: 150%;
}

h3.small-h3 {
    font-size: 115%;
    text-transform: uppercase;
    opacity: 0.75;
}

.text-blue {
	color: #192A83;
}

a {
	color: #13b619;
}

p {
    margin-bottom: 1em!important;
}

.hero-section p a {
	text-decoration: underline!important;
	color: #fff;
}

.hero-section p a:hover {
	text-decoration: none!important;
	color: #fff!important;
}

.br-10 {
	border-radius: 10px;
}

.fs-125 {
	font-size: 125%;
}

section {
	padding: 60px 0;
}

section.broker-text {
    padding: 40px 0;
}

section.broker-text h2 {
    font-size: 200%;
}

#cmplz-manage-consent .cmplz-manage-consent {
	left: 10px!important;
	right: unset!important;
}

section.gradient {
    background-image: linear-gradient(to right, #000000, #3533cd);
    padding: 60px 0;
	color: #fff;
}

section.gradient.top-section {
    padding: 50px 0;
}

section.gradient.top-section h1 {
	margin-bottom: 0!important;
}

section.gradient h1 {
    font-size: 335%;
    text-shadow: 0 2px 10px #000;
	color: #fff;
}

section.gradient h1 strong {
    color: #13b619;
	font-weight: 400;
}

section.gradient .small-h3 {
    color: #fff;
}

section.hero-section {
	background-image: url(assets/img/hgv-insurance-slide.jpg);
	background-size: 100%;
	padding-top: 150px;
	background-position: bottom;
}

section.hero-section {
	background-image: var(--desktop-bg);
	background-size: cover;
	background-position: bottom;
}

@media (max-width: 991px) {
	.hero-section {
		background-image: var(--mobile-bg);
		background-position: right;
	}
}

.call-us-on a {
    color: #666;
    font-weight: bold;
    font-size: 110%;
}

.page {
	margin: 0!important;
}

.text-right {
	text-align: right;
}

.top-banner {
    background: #002d45;
    padding: 8px 15px;
    color: #fff;
}

.top-banner a {
    color: #fff;
}

.blue-text {
	color: #005ecf;
}

.dark-blue-text {
	color: #152a83;
}

.br-20 {
	border-radius: 20px;
}

section.blog {
    background-image: linear-gradient(to right, #000000, #3533cd);
    padding: 150px 0 100px;
    color: #fff;
}

section.blog h1 {
	font-size: 300%;
	color: #fff;
}

section.blog img {
	border-radius: 20px;
}

section.blog img.logo {
    width: 250px;
    margin-bottom: 40px;
    border-radius: 0;
}

.blog-post ul {
	margin-left: 0;
    margin-top: 10px;
}

.blog-post li {
    margin-bottom: 10px;
}

.blog-post li:last-child {
    margin-bottom: 0;
}

.blog-post h2 {
	font-size: 175%;
	margin-top: 75px!important;
}

.blog-post h3 {
	color: #000;
}

.blog-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}

.blog-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blog-card h3 {
	font-size: 130%;
	margin-bottom: 20px;
}

.blog-date {
	font-size: 0.9rem;
	color: #777;
}

.blog-body {
	padding: 20px;
}

.sidebar {
    background: rgb(226 0 26 / 10%);
    padding: 0 25px;
}

.sidebar h2 {
	margin-top: 0!important;
}

.sidebar-list {
    list-style: none;
    padding-left: 0;
}

.sidebar-list li {
	margin-bottom: 15px;
}

.sidebar-list li a {
    color: #222;
    font-size: 90%;
}

.sticky-quote {
	position: sticky;
	top: 120px; /* adjust depending on header height */
}

/* NAVIGATION */

.navbar {
	z-index: 999;
	width: 100%;
    padding: 25px;
    position: fixed;
    position: absolute;
}

.navbar .logo {
    width: 275px;
    transition: all 0.3s;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 115%;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(226 0 27);
}

/* BUTTONS */

.btn-primary, 
.btn-secondary, 
.btn-light-blue {
	border-radius: 5px;
    padding: 10px 25px;
    border: none;
    font-family: "Chau Philomene One", sans-serif;
	color: #fff!important;
	letter-spacing: 1px;
	display: inline-block;
	transition: .3s;
}

.btn-primary {
    background: #13b619;
}

a.btn-primary:hover {
	background: #005ecf;
	opacity: 0.8;
	transition: .3s;
}

.btn-light-blue {
	background: #13b619;
}

a.btn-light-blue:hover {
	background: #13b619;
	opacity: 0.8;
	transition: .3s;
}

.btn-secondary {
	background: #3533cd;
}

a.btn-secondary:hover {
	background: #233565;
	opacity: 0.8;
	transition: .2s;
}

.btn i {
	font-size: 14px;
	transition: .3s;
}

.btn:hover i {
	transform: translateX(5px);
	transition: .3s;
	color: #fff;
}

/* MAIN */
div.img-div-content {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
div.img-div-content h2 {
	color: #fff;
}

.blue-tick ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.blue-tick ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 5px;
    display: inline-block;

}

.blue-tick ul li:before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 150%;
    color: #13b619;
    line-height: 1.5;
}

ul.tick {
	column-count: 2;
}

.glide * {
  margin: 0;
}

.glide img {
	width: 200px;
}

.accordion-header {
    margin-bottom: 0 !important;
    font-size: 120% !important;
}

.accordion-button:not(.collapsed) {
    color: #173383;
}

.accordion-body {
    color: #404040;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #152a83!important;
}

.sp-ea-single>.ea-header a .ea-expand-icon {
    color: #37b6ff!important;
}

h3.ea-header {
	margin-bottom: 0!important;
}

.ea-body ul {
    margin-left: 10px;
}

.ea-load-more {
  margin: 16px 0 0;
  padding: 10px 16px;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
}

.ea-load-more:focus {
	outline: 2px solid #2b6cb0; outline-offset: 2px;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 17px!important;
    padding: 10px!important;
}

.sp-easy-accordion>.sp-ea-single {
    border-radius: 0!important;
	background: #fff!important;
    border: unset !important;
    border-bottom: 1px solid #ddd !important;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
    height: 60px;
}

.hero-section h1 {
	font-size: 300%;
	color: #fff;
}

.hero-section h1 strong {
    font-weight: unset;
    color: #13b619;
}

table.do-i-need thead {
	background: #13b619;
	color: #fff;
}

table.do-i-need thead th {
    font-weight: unset;
    font-size: 115%;
    font-family: "Poppins", sans-serif;
}

table.do-i-need tr td:first-child {
  font-family: "Poppins", sans-serif;
  color: #13b619;
}

table.do-i-need thead th.main {
	width: 35%;
}

.table-container {
border-radius: 15px;
overflow: hidden;
border: 1px solid #ddd;
}

.table.do-i-need th, .table.do-i-need td {
    border-left: unset !important;
    border-right: unset !important;
    padding: 15px;
}

.table-bordered>:not(caption)>* {
    border-width: 0;
    border-bottom: 1px solid #ddd;
}

table.do-i-need tr:last-child {
    border-bottom: 0!important;
}

div.form-background {
    background: #fff;
	border-radius: 20px;
}

.jump-to-section {
    background: #13b619;
	color: #fff;
	padding: 40px 0;
}

.jump-to-section h2 {
	font-size: 200%;
	color: #fff;
}

.jump-to-section a {
    text-decoration: underline;
	color: #fff;
    transition: .3s;
}

.accordion-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.accordion-button {
    font-size: 100%;
	color: #13b619 !important;
}

div.vehicle-type {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
	color: #404040;
	margin-bottom: 20px;
}

div.vehicle-type h3 {
    font-size: 110%;
    margin-bottom: 0 !important;
	text-align: center;
}
/* FOOTER */

footer {
    background: #152a83;
	color: #fff;
    padding: 50px 0 30px;
    background-image: linear-gradient(to right, #000000, #3533cd);
}

footer h3 {
	color: #fff;
	font-size: 125%;
}

footer hr {
    height: 1px;
    background-color: #fff;
    opacity: 1;
}

.map-footer {
	width: 100%;
	min-height: 300px;
}

.page-template-motor-trade-insurance-go-compare .map-footer {
	display: none;
}

.page-template-contact-us .map-footer {
	display: none;
}

footer p {
	margin-bottom: 10px;
}

footer a {
	color: #fff!important;
	transition: .2s;
}

footer a:hover {
    color: #4fcaf3!important;
	text-decoration: none;
	transition: .2s;
}

div.copyright {
    border-top: 1px solid;
    margin-top: 20px;
    padding-top: 20px;
	padding: 20px;
}

div.copyright .text-right {
	text-align: center;
}

.grey-a {
	color: #404040;
}

footer .social-icon {
    width: 20px;
    margin-top: 10px;
}

.call-now {
	display: none;
}

.single .wp-block-table {
	margin-bottom: 0;
}

.single table {
    margin-bottom: 20px;
}

.single table p {
    margin-bottom: 0!important;
}

.single td {
    background: rgb(53 51 205 / 10%);
    border: 1px solid rgb(53 51 205 / 30%)!important;
	padding: 20px!important;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 768px) {
	.row>* {
		padding-right: 5%;
		padding-left: 5%;
	}

	h1 {
		font-size: 210%!important;

	}

	h2 {
		font-size: 155%;
	}

	h3 {
		font-size: 130%;
	}
	
	.fs-125 {
		font-size: 110%;
	}
	
	.logo-wrap {
		position: relative;
		width: 100%;
	}
	
	section p:last-child {
		margin-bottom: 1.5em;
	}
	
	div.img-div-content {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
	}

	table.do-i-need thead th.main {
		width: 35%;
	}
	
	.accordion-header {
		font-size: 110% !important;
	}
	
	table.do-i-need thead th {
		font-size: 105%;
	}
	
	footer {
		text-align: center;
	}
	
	footer img {
		width: 70%;
	}
	
	footer h3 {
		margin: 30px 0 10px!important;
	}
	
	.no-pt {
		padding-top: 0;
	}

	.btn-primary, 
	.btn-secondary {
		padding: 8px 20px;
	}

	.call-now {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 67px;
	}

	ul.tick {
		column-count: 1;
	}
	
	.blue-tick ul li {
		display: block;
	}
}

@media screen and (max-width: 992px){
	
	section {
		padding: 40px 0;
	}
	
	.logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 45%;
        top: 50%;
        transform: translate(0, -50%);
		transition: all .3s;
	}
	
	.navbar-collapse {
		margin-top: 30px;
	}
	
	#main-menu .navbar-nav {
		flex-direction: row;
		gap: 0.5rem;
		width: 100%;
	}

	#main-menu .navbar-nav .nav-item {
		flex: 1;
	}

	#main-menu .navbar-nav .nav-item .nav-link {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0.75rem 1.25rem;
		border-radius: 8px;
		background: #f8f9fa;
		color: #333;
		font-weight: 500;
		font-size: 0.9rem;
		text-align: center;
		transition: all 0.2s ease;
	}

	#main-menu .navbar-nav .nav-item .nav-link:hover,
	#main-menu .navbar-nav .nav-item .nav-link.active {
		background: #e2001b; 
		color: #fff;
	}

	.pages nav {
		padding: 15px 10px;
		transition: all .3s;
	}
	
	.pages .navbar-scrolled {
		padding: 5px 10px!important;
		transition: all .3s;
	}
	
	.navbar-scrolled .logo-mobile {
		width: 115px;
		transition: all .3s;
	}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}

	.navbar {
		background: #fff !important;
		padding: 15px 0!important;
		position: unset!important;
	}
	
	.nav-call-btn {
		display: flex;
		align-items: center;
		justify-content: center;
        color: #fff;
        background: #e2001b;
        font-size: 100%;
        padding: 10px;
        border-radius: 5px;
	}

	.nav-call-btn:hover {
		color: #fff;
		opacity: 0.8;
	}
	
	.navbar-toggler {
    	font-size: 125%!important;
    	padding: 0!important;
		border: none!important;
	}
	
	.navbar-light .navbar-toggler-icon {
    	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
		
	.text-center-m {
		text-align: center;
	}

	section.hero-section {
		padding-top: 30px;
        background-position: center!important;
        background-image: var(--mobile-bg);
	}
	
	section.jump-to-section p {
        margin-bottom: 1.5em!important;
	}
	
	.call-banner {
		background: #07072d;
		text-align: center;
		font-weight: bold;
		font-size: 125%;
		border-top: 2px solid #444444;
		border-bottom: 2px solid #444444;
	}
	
	.call-banner a {
		color: #fff;
	}

	section.broker-text h2 {
		font-size: 150%;
	}
	
	section.gradient {
		padding: 60px 0;
	}

	.call-us-on {
		display: none;
	}

	section.blog {
		padding: 50px 0;
	}
	
	.sticky-quote {
    	position: unset;
		top: unset;
	}
}