.backdrop-wrapper {
	position: relative;
}
.backdrop {
	background: #E53935;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 300px;
}

section {
  padding: 0;
}
.page-section {
  position: relative;
  padding: 50px 0;
}
.page-section .page-bg {
  height: 50%;
}
section .section-header {
  margin-bottom: 30px;
}
.section-title {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: bolder;
  margin-bottom: 5px;
}
.section-subtitle {
  margin: 0;
}
.section-header strong {
  text-transform: uppercase;
  text-decoration: underline;
}


.country-link {
	display: block;
	color: #333;
  text-align: center;
	text-decoration: none;
	position: relative;
	width: 100%;
	max-width: 250px;
	margin: 25px auto;
}
.country-link:hover,
.country-link:active,
.country-link:focus {
	color: #333;
	text-decoration: none;
}
.country-link img {
  margin: 0 auto;
  max-width: 150px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.country-link .country-content {
	margin: 20px 0;
	text-align: center;
}
.country-link strong {
	display: block;

	font-size: 24px;
	color: #333;
}
.country-link span {
	display: block;
	color: #777;
	font-size: 14px;
	font-weight: medium;
	text-transform: uppercase;
}

.custom-card {
	border: 1px solid #DADCE0;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 25px;
}
.custom-card > div {
	display: inline-block;
	vertical-align: top;
}
.custom-card .card-number {
	color: #E53935;
	font-size: 24px;
	font-weight: bolder;
	font-family: 'Montserrat';
	min-width: 32px;

	text-align: center;
	padding-top: 20px;
	padding-left: 15px;
}
.custom-card .card-content {
	width: 100%;
	max-width: calc(100% - 50px);
	padding: 20px 15px;
}
.custom-card .card-content > * {
	display: block;
	margin: 0;
	line-height: 1.2;
}
.custom-card .card-content .content-title {
	font-size: 20px;
	color: #333;
}
.custom-card .card-content .content-description {
	color: #777;
}


.card-content .buttons-container .btn {
	margin-right: 5px;
	padding: 8px 15px;
	font-size: 14px;
}
.card-content .buttons-container .btn.btn-secondary {
	background: #333;
	color: #FFF;
}

.buttons-container .btn {
	padding: 15px 30px;
	margin-right: 15px;

	background: #E53935;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: none;
	border-radius: 1000px;

	color: #FFF;
}
.buttons-container .btn:active,
.buttons-container .btn:focus {
	background: #E53935;
}
.buttons-container .btn.btn-carsales {
	padding: 8px 15px;
	background: #0373BA!important;
}
.buttons-container .btn.btn-carsales img {
	max-height: 38px;
}

.buttons-container .btn.btn-autotrader {
	background: #FFF!important;
}
.buttons-container .btn.btn-autotrader img {
	display: block;
	width: 100%;
	max-width: 150px;
}

@media(max-width: 768px) {
	.page-title {
		margin: 0!important;
	}
	.page-bg {
		height: 300px;
	}
}

/* Iframe styling */
.iframe-container {
    display: block!important;
    width: 100%;

    position: relative;
    padding-top: 50%;
}
.iframe-container iframe {
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
    border-radius: 8px;
}

/* Search Card */
.page-section.search {
  position: relative;

  background: url('../../img/car-engine.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-section.search::before,
.page-section.search::after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
.page-section.search::before {
  background: #E53935;
  opacity: .8;
}
.page-section.search::after {
  background: #000;
  opacity: .4;
}
.page-section.search .section-header {
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.page-section.search .section-header h4 {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.page-section.search .section-header p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.search-card {
  z-index: 1;

  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;

  background: #E53935;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}
.search-card .card-header {
  padding: 30px;
  text-align: center;
  border: none;
  background: none;
}
.search-card .card-header .card-icon {
  display: inline-block;
  width: 100px;
  height: 100px;

  padding: 0;
  margin-bottom: 30px;

  object-fit: contain;
}
.search-card .card-header .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-card .card-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.1);
}
.search-card .card-tabs .tabs-label {
  color: #FFF;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.search-card .card-tabs .tabs {
  display: inline-flex;
  justify-content: stretch;
  align-items: stretch;
}
.search-card .card-tabs .tabs .tab {
  width: 60px;
  height: 60px;
  opacity: .5;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
  overflow: hidden;

  cursor: pointer;
}

.search-card .card-tabs .tabs .tab + .tab {
  margin-left: 5px;
}
.search-card .card-tabs .tabs .tab.active {
  opacity: 1;
}
.search-card .card-tabs .tabs .tab img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-card .card-body {
  padding: 30px;
  background: rgba(0,0,0,0.2);
}
.search-card .card-body .search-input-container {
  position: relative;
  margin-bottom: 5px;
  border-radius: 4px;
  overflow: hidden;
}
.search-card .card-body .search-input-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
}
.search-card .card-body .form-control {
  display: block;
  height: auto;

  padding: 20px;
  padding-left: 83px;
  margin: 0;

  background: #FFF;
  border: 1px solid #DADCE0;
  border-radius: 4px;

  font-size: 14px;
}
.search-card .card-body .form-label {
  display: block;
  margin-top: 15px;

  color: #FFF;
  font-size: 12px;
  text-align: left;
}
.search-card .card-body .btn {
  padding: 15px 20px;

  background: #EEE;
  border: none;
  border-radius: 4px;

  color: #E53935;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.search-card .card-footer {
  padding: 15px;
  background: none;
}
.search-card .card-footer a {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}