@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap");

.navbar {
  --bs-navbar-brand-margin-end: 2rem;
}

.bg-blue {
  background-color: #000;
}

body h3,
body .h3 {
  color: #000;
}

:root {
  --bs-blue: #0087af;
  --bs-light-blue: #d9edf3;
  --bs-dark-blue: #021d49;
  --bs-green: green;
  --bs-flashy-green: #74e000;
  --bs-orange: #e7792b;
  --bs-light-green: #e7792b;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #000;
  --bs-secondary: #021d49;
  --bs-success: green;
  --bs-info: #0dcaf0;
  --bs-warning: #fbba00;
  --bs-danger: #e1251b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 135, 175;
  --bs-secondary-rgb: 2, 29, 73;
  --bs-success-rgb: 0, 128, 0;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 251, 186, 0;
  --bs-danger-rgb: 225, 37, 27;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 59, 54, 50;
  --bs-body-color-rgb: 2, 29, 73;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Ubuntu Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-root-font-size: 16;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-body-color: #021d49;
  --bs-body-bg: white;
  --bs-border-width: 2px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(59, 54, 50, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #021d49;
  --bs-link-hover-color: black;
  --bs-code-color: #da1b60;
  --bs-highlight-bg: #fef1cc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: var(--bs-root-font-size);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(59, 54, 50, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 2px solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.3625rem + 1.35vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.375rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.2625rem + 0.15vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}
h4,
.h4 {
  font-size: calc(1.29375rem + 0.525vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.6875rem;
  }
}
h5,
.h5 {
  font-size: calc(1.265625rem + 0.1875vw);
}

@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.40625rem;
  }
}
h6,
.h6 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875rem;
}

mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875rem;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875rem;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container {
  width: 90%;
  max-width: 1340px;
}

.blur section {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  filter: blur(8px);
  -webkit-filter: blur(2px);
}
.blur footer {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  filter: blur(8px);
  -webkit-filter: blur(2px);
}

.site-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  background: #000;
}
.site-footer .main-footer {
  padding: 60px 0 16px 0;
  color: #fff;
  width: 100%;
}
.site-footer .main-footer .container {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.site-footer .main-footer .row {
  justify-content: space-between;
}
.site-footer .main-footer .custom-logo-link {
  margin-bottom: 30px;
}
.site-footer .main-footer .custom-logo-link .custom-logo {
  width: 230px;
  height: auto;
}
.site-footer .main-footer .tagline p {
  font-size: 20px;
  line-height: 20px;
}
.site-footer .main-footer .tagline a {
  color: #fff;
}
.site-footer .main-footer .tagline .social-media {
  list-style: none;
  gap: 13px;
  padding-left: 0;
  margin-bottom: 0;
}
.site-footer .main-footer .tagline .social-media a {
  text-decoration: none;
  color: #fff;
}
.site-footer .main-footer .tagline .social-media a i {
  font-size: 22px;
}
.site-footer .main-footer .menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.site-footer .main-footer .menu .menu-item {
  margin-bottom: 2.25rem;
}
.site-footer .main-footer .menu .menu-item a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 400ms linear;
  transition: color 400ms linear;
  text-decoration: none;
}
.site-footer .main-footer .menu .menu-item a:hover {
  color: #5dbddd;
}
.site-footer .main-footer .cta p {
  margin: 0 0 2.5rem 0;
}
.site-footer .main-footer .cta .solid-white {
  display: block;
  text-align: center;
  border: solid 1px #fff;
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 16px;
}
.site-footer .main-footer .cta .solid-white:hover {
  background: transparent;
  color: #fff;
}
.site-footer .main-footer .cta .reverse-white {
  border: solid 1px #fff;
  color: #fff;
  background: none;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 16px;
}
.site-footer .main-footer .cta .reverse-white:hover {
  background: #fff;
  color: #000;
}
.site-footer .site-info {
  width: 100%;
  padding: 12px 0 30px 0;
}
.site-footer .site-info p {
  font-size: 14px;
  font-weight: 400;
  color: #006c83;
  margin-bottom: 0;
}
.site-footer .site-info p a {
  color: #04aacd;
}
.site-footer .site-info p a:hover {
  color: #5dbddd;
  text-decoration: none;
}
.site-footer .site-info .middle-paragraph {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.site-footer .site-info .menu {
  margin: 0 0 0.875em 0.875em;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.site-footer .site-info .menu a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: color 400ms linear;
  transition: color 400ms linear;
}
.site-footer .site-info .menu a:hover {
  text-decoration: none;
  color: #5dbddd;
}
@media (max-width: 991px) {
  .site-footer .main-footer .menu .menu-item {
    margin-bottom: 5px;
  }
  .site-footer .main-footer .cta {
    margin-top: 15px;
    max-width: 250px;
  }
  .site-footer .site-info .menu {
    justify-content: flex-start;
    margin-left: 0;
  }
}

.originate-button {
  padding: 1.0001rem 2rem;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  line-height: 1;
}

.btn {
  transition: all 400ms linear;
}

.btn-outline-light {
  border: solid 1px #fff;
  background: #fff;
  color: #000;
  border-radius: 0;
}
.btn-outline-light:hover {
  text-decoration: none;
  background-color: #d4edf7;
  color: black;
}

.btn-outline-light-transparent {
  border: solid 1px #fff;
  color: #fff;
  background: none;
  border: solid 1px #fff;
  border-radius: 0;
}
.btn-outline-light-transparent:hover {
  text-decoration: none;
  background-color: #d4edf7;
  color: black;
}

.book-button {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  text-align: center;
  border: solid 1px #006c83;
  background: #006c83;
  color: #fff;
  padding: 1.0001rem 2rem;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  line-height: 1;
  text-decoration: none;
}
.book-button:hover {
  background: #fff;
  color: #006c83;
  text-decoration: none;
}
.book-button.reverse {
  background: #fff;
  color: #006c83;
}
.book-button.reverse:hover {
  border: solid 1px #006c83;
  background: #006c83;
  color: white;
}

.btn-outline-dark {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 9px 30px;
  border-radius: 24px;
  border: 1px solid #000;
}
.btn-outline-dark:hover {
  background-color: #021d49;
  border-color: #021d49;
  color: white;
  text-decoration: none;
}

.link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-banner {
  margin-top: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-banner .hero-content {
  padding: 200px 0 200px 0;
}
.hero-banner .hero-logo {
  max-width: 200px;
  padding-bottom: 64px;
}
.hero-banner h1 {
  font-size: 72px;
  line-height: 75px;
  font-weight: 400;
  color: #fff;
  max-width: 750px;
  margin-bottom: 24px;
}
.hero-banner .offer-description p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 16px;
}
.hero-banner .ctas {
  gap: 40px;
}
@media (max-width: 576px) {
  .hero-banner {
    margin-top: 61px;
  }
  .hero-banner .hero-content {
    padding: 100px 0;
  }
  .hero-banner .hero-logo {
    padding-bottom: 35px;
  }
  .hero-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-banner .ctas {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.action-buttons {
  padding: 60px 0;
}
.action-buttons .single-action-btn {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.action-buttons .single-action-btn svg {
  transition: transform 0.2s;
}
.action-buttons .single-action-btn:hover svg {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .action-buttons .single-action-btn {
    margin-bottom: 20px;
  }
}

.simple-text .wrapper-simple-text {
  padding: 40px 0;
  border-top: 1px solid #c2c2c2;
}
.simple-text h2 {
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 24px;
  font-weight: 700;
}
.simple-text p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 16px;
}

.three-columns {
  padding-top: 30px;
}
.three-columns .wrapper-single-column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px 0;
}
.three-columns .wrapper-single-column .top {
  padding: 27px 27px 0 27px;
  height: 400px;
}
.three-columns .wrapper-single-column .top.car-1 {
  background: linear-gradient(#000 264px, rgba(255, 255, 255, 0) 264px);
}
.three-columns .wrapper-single-column .top.car-2 {
  background: linear-gradient(#3b7181 264px, rgba(255, 255, 255, 0) 264px);
}
.three-columns .wrapper-single-column .top.car-3 {
  background: linear-gradient(#021d49 264px, rgba(255, 255, 255, 0) 264px);
}
.three-columns .wrapper-single-column .top.car-4 {
  background: linear-gradient(#000 264px, rgba(255, 255, 255, 0) 264px);
}
.three-columns .wrapper-single-column .top.car-5 {
  background: linear-gradient(#444444 264px, rgba(255, 255, 255, 0) 264px);
}
.three-columns .wrapper-single-column .top.car-6 {
  background: linear-gradient(#021d49 264px, rgba(255, 255, 255, 0) 264px);
}
.three-columns .wrapper-single-column .title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.three-columns .wrapper-single-column .subtitle {
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  color: #fff;
}
.three-columns .wrapper-single-column .wrapper-image {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.three-columns .wrapper-single-column .wrapper-image img {
  max-width: 360px;
}
.three-columns .wrapper-single-column .middle {
  min-height: 215px;
}
.three-columns .wrapper-single-column .middle ul {
  padding-left: 18px;
  margin-bottom: 24px;
}
.three-columns .wrapper-single-column .middle ul li {
  font-weight: 400;
}
.three-columns .wrapper-single-column .middle ul li::marker {
  color: #000;
}
.three-columns .wrapper-single-column .bottom {
  position: relative;
  z-index: 4;
}

.general-spects {
  z-index: 2;
  position: relative;
}
.general-spects .row {
  padding: 0 12px;
  justify-content: space-evenly;
}
.general-spects .row .col-lg-3 {
  width: auto;
}
.general-spects .wrapper-spects {
  padding: 48px 0 16px 0;
  background-color: #061821;
}
.general-spects .single-spect {
  max-width: 200px;
  display: flex;
  flex-direction: column;
}
.general-spects .title {
  color: #d4edf7;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 16px;
}
.general-spects .title span {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
.general-spects .title:before {
  content: "";
  display: block;
  width: 66px;
  height: 1px;
  margin-bottom: 1rem;
  background: #fff;
}
.general-spects .subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .general-spects .single-spect {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .general-spects .title {
    font-size: 46px;
    line-height: 46px;
  }
  .general-spects .row .col-lg-3 {
    width: 100%;
  }
}

.image-text {
  background-color: #eeefef;
  padding: 164px 0 32px 0;
  margin-top: -150px;
}
.image-text .text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 700px;
  padding: 32px 60px;
}
.image-text .text h2 {
  font-size: 54px;
  line-height: 61px;
  font-weight: 400;
  margin-bottom: 16px;
}
.image-text .text p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .image-text .text {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .image-text .text {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.brochure {
  padding: 96px 0;
}
.brochure .row {
  align-items: center;
}
.brochure h3 {
  font-size: 54px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #000;
}
.brochure p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .brochure .text-end {
    text-align: left !important;
  }
}
@media (max-width: 576px) {
  .brochure {
    padding: 60px 0;
  }
}

.image-text-cta {
  background-color: #eeefef;
  padding: 32px 0 32px 0;
}
.image-text-cta .wrapper-image {
  position: relative;
}
.image-text-cta .wrapper-image img {
  position: absolute;
  top: -120px;
  width: 570px;
}
.image-text-cta .text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 650px;
  padding: 32px 60px;
  gap: 20px;
}
.image-text-cta .text h2 {
  font-size: 54px;
  line-height: 61px;
  font-weight: 400;
  margin-bottom: 16px;
}
.image-text-cta .text p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .image-text-cta .wrapper-image img {
    position: relative;
    top: 0;
  }
  .image-text-cta .text {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .image-text-cta .text {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .image-text-cta .text h2 {
    font-size: 50px;
    line-height: 55px;
  }
}

.banner-general .program-banner {
  background-image: url("https://saicmaxus.co.uk/wp-content/uploads/2023/03/book-your-test-drive-today-1.jpg");
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
  position: relative;
}
.banner-general .program-banner .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 33%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.banner-general .program-banner .book-button {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  text-align: center;
  border: solid 1px #fff;
  background: #fff;
  color: #000;
  padding: 1.0001rem 2rem;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.banner-general .program-banner .book-button:hover {
  background: none;
  color: #fff;
}
.banner-general .program-banner h3 {
  color: white;
}
.banner-general .program-banner p {
  color: white;
}

.section-2 {
  padding: 7rem 0 6rem 0;
}

.section-2 .container {
  background-color: #fff;
  margin-top: -190px;
  padding: 50px;
}

.section-2 .heading h2 {
  font-size: 3.375rem;
}

.section-2 p,
label {
  margin: 0 0 1rem 0;
}

.section-2 .left-side {
  width: 40%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
}

.section-2 .left-side .text {
  width: 75%;
}

.section-2 .right-side {
  width: 60%;
}

.section-2 .right-side span {
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.form-control {
  font-size: 16px;
  padding: 0.7em 0 0.7em 0.5em;
  line-height: 1.15;
  border: 1px solid #898989;
  background-color: #fafafa;
  border-radius: 0;
}

.form-control:focus {
  background-color: #fff;
  box-shadow: none;
}

.section-2 .required {
  font-size: 13px;
  padding: 0 0 0.5em 0;
  color: #0097c0;
  font-weight: 800;
}

.section-2 .right-side .submit-btn button {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: solid 1px #006c83;
  background: #006c83;
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  line-height: 1;
  text-decoration: none;
}

.section-2 .right-side .submit-btn button:hover {
  background: #fff;
  color: #006c83;
}

@media screen and (max-width: 900px) {
  .section-2 .left-side {
    width: 100%;
  }
  .section-2 .left-side .text {
    width: 100%;
  }
  .section-2 .row .right-side {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section-2 .row {
    flex-direction: column;
  }
  .section-2 .container {
    padding: 50px 10px;
  }
  .section-2 .right-side .col-6 {
    width: 100%;
  }
  .section-2 .heading h2 {
    font-size: 2rem;
    font-weight: 500;
  }
}
.car-interior {
  padding: 30px 0;
}
.car-interior #panorama {
  height: 75vh;
  width: 100%;
}
@media (max-width: 992px) {
  .car-interior #panorama {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .car-interior #panorama {
    height: 50vh;
  }
}
@media (max-width: 576px) {
  .car-interior #panorama {
    height: 40vh;
  }
}

.banner-stock-list {
  margin-top: 70px;
  padding: 70px 0;
}
.banner-stock-list .section-title {
  font-size: 54px;
  line-height: 60px;
  font-family: 700;
  color: #021d49;
}
.banner-stock-list p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #021d49;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner-stock-list .section-title {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  .banner-stock-list .section-title {
    font-size: 35px;
    line-height: 35px;
  }
}

.top-bar-filter {
  padding: 10px 0;
}
.top-bar-filter .container {
  padding-bottom: 0;
}
.top-bar-filter .filters-bar .btn-filter {
  border: solid 1px #006c83;
  border-radius: 0;
  background: #fff;
  color: #006c83;
  transition: 0.4s ease-in-out;
}
.top-bar-filter .filters-bar .btn-filter.show {
  color: #fff;
  background-position: 0 100%;
  background-color: #006c83;
}
.top-bar-filter .filters-bar .btn-filter.show .nav-arrow-down {
  border-color: #fff;
}
.top-bar-filter .filters-bar .btn-filter.show:hover .nav-arrow-down {
  border-color: #fff;
}
.top-bar-filter .filters-bar .btn-filter .nav-arrow-down {
  border: 40px solid #006c83;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 10px;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}
.top-bar-filter .filters-bar .btn-filter:hover {
  background-color: #006c83;
  color: #fff;
}
.top-bar-filter .filters-bar .btn-filter:hover .nav-arrow-down {
  border-color: #fff;
}
.top-bar-filter .filters-bar .navbar-nav {
  gap: 15px;
}
.top-bar-filter .filters-bar .dropdown-filter {
  background-color: #fff;
  max-width: 340px;
  width: 280px;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 3;
  inset: 0 auto auto auto !important;
}
.top-bar-filter .filters-bar .dropdown-filter::before,
.top-bar-filter .filters-bar .dropdown-filter::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  left: 10px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
}
.top-bar-filter .filters-bar .dropdown-filter::after {
  top: -7px;
  border-color: transparent transparent #fff transparent;
}
.top-bar-filter .filters-bar .dropdown-filter.show {
  background-position: 0 100%;
  transform: translate(0px, 40px) !important;
}
.top-bar-filter .filters-bar .dropdown-filter .title {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 7px;
}
.top-bar-filter .filters-bar .dropdown-filter input[type="search"] {
  border: none;
  padding: 8px 15px;
  border-bottom: 1px solid rgb(222, 226, 230);
  background-image: url("../images/badges/search.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px 15px;
}
.top-bar-filter
  .filters-bar
  .dropdown-filter
  input[type="search"]::placeholder {
  font-size: 16px;
  line-height: 18px;
  opacity: 0.5;
}
.top-bar-filter
  .filters-bar
  .dropdown-filter
  input[type="search"]:focus-visible {
  outline: none;
  border-bottom: 1px solid #000;
}
.top-bar-filter .filters-bar .dropdown-filter .options-list {
  list-style: none;
  padding: 20px 0;
  overflow: auto;
  gap: 10px;
}
.top-bar-filter .filters-bar .dropdown-filter .options-list .wrapper-input {
  gap: 10px;
}
.top-bar-filter
  .filters-bar
  .dropdown-filter
  .options-list
  .wrapper-input
  input[type="checkbox"] {
  width: 22px;
  height: 22px;
  cursor: pointer;
  cursor: hand;
}
.top-bar-filter
  .filters-bar
  .dropdown-filter
  .options-list
  .wrapper-input
  label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  cursor: hand;
  margin: 0;
}
.top-bar-filter .filters-bar .reset-filter {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.top-bar-filter .filters-bar .button-v2 {
  padding: 4px 22px;
  font-weight: 400;
  border: solid 1px #006c83;
  border-radius: 0;
  background: #fff;
  color: #006c83;
  transition: 0.4s ease-in-out;
}
.top-bar-filter .filters-bar .button-v2:hover {
  background-color: #006c83;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .top-bar-filter {
    padding: 0;
  }
  .top-bar-filter .filters-bar .navbar-nav {
    gap: 0;
  }
  .top-bar-filter .filters-bar .dropdown-filter {
    inset: -12px auto auto auto !important;
  }
  .top-bar-filter .filters-bar .dropdown-filter.show {
    transform: translate(0px, 51px) !important;
  }
  .top-bar-filter .nav-item {
    width: 100%;
  }
  .top-bar-filter .nav-item .btn-filter {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.open-filter {
  overflow: hidden;
}
.open-filter .filters-bar {
  display: block !important;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}
.open-filter .top-bar-filter .filters-bar .button-v2 {
  padding: 13px 13px;
}
.open-filter .top-bar-filter .filters-bar .dropdown-filter .button-v2 {
  padding: 2px 13px;
}
.open-filter .navbar-nav {
  padding: 0 16px;
}
.open-filter .navbar-nav .nav-item {
  border-bottom: 1px solid #000;
}
.open-filter .filter-title-tablet {
  margin-top: 70px;
  padding: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.open-filter .filter-title-tablet h5 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
}
.open-filter .filter-title-tablet .btn-close-filter {
  width: 39px;
  height: 39px;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
}
.open-filter .filter-bottom-buttons {
  padding: 16px 16px;
}
.open-filter .filter-bottom-buttons .button-v2 {
  padding: 13px 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 16px;
}
.open-filter .filter-bottom-buttons .button-v2 i {
  margin: 0 5px;
}
.open-filter .top-bar-filter .filters-bar .dropdown-filter {
  inset: -2px auto auto auto !important;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .open-filter .nav-item .btn-filter {
    width: 100%;
    margin-bottom: 5px;
  }
  .open-filter .navbar-nav .nav-item {
    border-bottom: none;
  }
}

.stock .top-stock-results {
  padding: 20px 0;
  align-items: center;
}
.stock .numar-rezultate {
  font-size: 16px;
  line-height: 18px;
  color: #021d49;
  margin: 0;
}
.stock .dropdown .dropdown-menu.show {
  width: 100%;
  border: 1px solid #006c83;
  transform: translate(0px, 48px) !important;
  border-radius: 0;
}
.stock .dropdown .dropdown-menu.show .dropdown-item {
  color: #006c83;
}
.stock .dropdown .dropdown-menu.show .dropdown-item:hover {
  background-color: #006c83;
  color: #fff;
  text-decoration: none;
}
.stock .sort-btn span {
  margin-right: 10px;
  font-weight: 400;
}
.stock .sort-btn .btn {
  border-radius: 50px;
  border: 2px solid #c2c2c2;
}
.stock .sort-btn .btn-filter {
  width: 175px;
  border-radius: 0;
  border: 1px solid #006c83;
  color: #006c83;
  font-weight: 400;
  padding: 10px 20px;
}
.stock .sort-btn .btn-filter span {
  margin-right: 0;
}
.stock .valuta {
  position: relative;
}
.stock .valuta .btn-light {
  border-radius: 0;
  border: 1px solid #006c83;
  color: #006c83;
  font-weight: 400;
  padding: 10px 20px;
}
.stock .valuta .btn-light:hover {
  background-color: transparent;
}
.stock .valuta img {
  width: 25px;
}
.stock .valuta .dropdown-menu {
  min-width: fill-available;
}
.stock .valuta .dropdown-item {
  padding: 1px 20px;
}
@media (max-width: 991px) {
  .stock .btn-open-filter {
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid #006c83;
  }
  .stock .btn {
    padding: 6px 12px;
  }
  .stock .sort-btn .dropdown {
    width: 100%;
  }
  .stock .sort-btn .dropdown .dropdown-menu {
    width: 100%;
  }
  .stock .sort-btn .btn-filter {
    width: 100%;
  }
  .stock .valuta .btn-light {
    min-width: 120px;
  }
}
@media (max-width: 576px) {
  .stock .top-stock-results {
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
  }
  .stock .top-stock-results .numar-rezultate {
    font-size: 14px;
    line-height: 20px;
  }
  .stock .btn {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 14px;
  }
  .stock .btn-open-filter {
    width: 30%;
  }
  .stock .sort-btn {
    width: 70%;
  }
  .stock .sort-btn .btn-filter {
    padding: 5px 10px;
  }
  .stock .dropdown-toggle::after {
    display: none;
  }
  .stock .valuta {
    margin-left: 4px !important;
  }
  .stock .valuta .btn-light {
    padding: 4px 20px;
  }
}

.stock-results {
  background-color: #eeefef;
  padding-top: 30px;
}

.product {
  position: relative;
  background: linear-gradient(#000 175px, rgba(255, 255, 255, 0) 75px);
  border-radius: 0;
  margin-bottom: 30px;
  padding: 20px 15px;
}
.product .product-name {
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-decoration: none;
}
.product .facilities {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
}
.product .wrapper-image {
  min-height: 210px;
}
.product .price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
.product .small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.product .book-button {
  margin-top: 15px;
  padding: 8px 22px;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .product .wrapper-image {
    min-height: 150px;
  }
}
@media (max-width: 992px) {
  .product .wrapper-image {
    min-height: 220px;
  }
}
@media (max-width: 576px) {
  .product .wrapper-image {
    min-height: 160px;
  }
}

.pagination {
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.pagination .page-item {
  width: 40px;
  height: 40px;
  border: 1px solid #006c83;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination .page-item .page-link {
  background: transparent;
  border: none;
  text-decoration: none;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  color: #fff;
}
.pagination .page-item.arrows {
  border: none;
}
.pagination .page-item.arrows .page-link {
  color: #021d49;
  border: none;
}
.pagination .page-item.arrows .page-link:hover {
  border-color: transparent;
  color: #fff;
}
.pagination .page-item.active,
.pagination .page-item:hover {
  background-color: #006c83;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  color: #fff;
}
.pagination .dots {
  background-color: transparent;
  border: none;
}
.pagination .dots .page-link {
  pointer-events: none;
}
.pagination .dots .page-link:hover {
  color: #000;
  background-color: transparent;
}
.pagination .dots:hover {
  color: #000;
  background-color: transparent;
}
.pagination .dots:hover .page-link {
  color: #000;
}

.wrapper-single-product {
  margin-top: 71px;
  padding-bottom: 32px;
  gap: 24px;
}
.wrapper-single-product .left-side {
  width: 60%;
}
.wrapper-single-product .left-side .image-box {
  margin-bottom: 25px;
}
.wrapper-single-product .left-side .image-box .product-top-slider {
  margin-bottom: 20px;
}
.wrapper-single-product .left-side .image-box .slick-slide {
  padding: 0 5px;
}
.wrapper-single-product .left-side .image-box .more-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0.6) 73%
  );
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-single-product .left-side .share-listing {
  padding: 24px 0;
}
.wrapper-single-product .left-side .share-listing a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0);
  font-weight: 400;
}
.wrapper-single-product .left-side .share-listing a i {
  font-size: 20px;
}
.wrapper-single-product .left-side .share-listing .share-options {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  gap: 15px;
}
.wrapper-single-product .left-side .share-listing .share-options i {
  font-size: 20px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.wrapper-single-product .left-side .share-listing .share-options i:hover {
  opacity: 1;
}
.wrapper-single-product .left-side .inventory-details-wrapper {
  border: 1px solid #006c83;
  border-radius: 0;
  padding-right: 0;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-item:not(:first-child) {
  border: none;
  border-top: 1px solid #006c83;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-item {
  border: none;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-button {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: transparent;
  color: #021d49;
  box-shadow: none;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-button:focus {
  box-shadow: none;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-button::after {
  display: none;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-button
  svg {
  flex-basis: 20px;
  min-width: 20px;
  border: 1px solid #021d49;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
  color: #002c5e;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-button[aria-expanded="true"]
  svg {
  transform: rotate(0deg);
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-body {
  gap: 16px;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-body
  span {
  display: flex;
  width: 50%;
  line-height: 20px;
  align-items: center;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-body
  span
  i {
  margin-right: 5px;
}
.wrapper-single-product
  .left-side
  .inventory-details-wrapper
  .accordion-body
  p {
  font-size: 14px;
  line-height: 20px;
}
.wrapper-single-product .left-side .inventory-details-wrapper .car-detail {
  font-size: 14px;
  line-height: 18px;
}
.wrapper-single-product .right-side {
  width: 40%;
}
.wrapper-single-product .right-side .car-price {
  padding: 30px 30px 15px 30px;
  background-color: #fff;
  border: solid 1px #006c83;
  border-radius: 0;
}
.wrapper-single-product .right-side .car-price .top {
  padding-bottom: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wrapper-single-product .right-side .car-price .top .title,
.wrapper-single-product .right-side .car-price .top .price {
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 400;
}
.wrapper-single-product .right-side .car-price .top .price-details {
  font-weight: 400;
}
.wrapper-single-product .right-side .car-price .bottom {
  margin-top: 15px;
  padding: 10px 0 0 0;
}
.wrapper-single-product .right-side .car-price .bottom a {
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: #021d49;
}
.wrapper-single-product .right-side .car-price .bottom a i {
  margin-right: 5px;
}
.wrapper-single-product .right-side .car-price .bottom a:hover {
  text-decoration: underline;
}
.wrapper-single-product .right-side .consultant {
  margin-top: 24px;
  padding: 24px 32px;
  background-color: #fff;
  border: 1px solid #006c83;
  border-radius: 0;
  gap: 16px;
}
.wrapper-single-product .right-side .consultant .consultant-data-wrapper {
  gap: 16px;
  align-items: center;
}
.wrapper-single-product .right-side .consultant .consultant-image {
  min-width: fit-content;
  width: 70px;
  height: 75px;
  display: block;
  border: 1px solid #006c83;
}
.wrapper-single-product .right-side .consultant .consultant-image img {
  width: 70px;
  height: 72px;
  object-fit: contain;
}
.wrapper-single-product .right-side .consultant .consultant-data .name {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  word-wrap: break-word;
  margin-bottom: 0;
}
.wrapper-single-product .right-side .consultant .consultant-data .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
  margin-bottom: 0;
}
.wrapper-single-product .right-side .consultant .consultant-data .address {
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
}
.wrapper-single-product .right-side .book-button {
  margin-top: 5px;
  max-width: 100%;
}
.wrapper-single-product .right-side .book-button i {
  margin-right: 5px;
}
.wrapper-single-product .right-side .contact-form-wrapper {
  padding-top: 30px;
}
.wrapper-single-product .right-side .contact-form-wrapper .title {
  margin-bottom: 10px;
}
.wrapper-single-product .right-side .contact-form-wrapper .acceptance-text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .wrapper-single-product {
    flex-direction: column;
  }
  .wrapper-single-product .left-side {
    max-width: fit-content;
    width: 100%;
  }
  .wrapper-single-product .right-side {
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper-single-product .right-side .contact-form-wrapper .name-form {
    justify-content: start;
  }
  .wrapper-single-product
    .right-side
    .contact-form-wrapper
    .name-form
    .form-floating {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .wrapper-single-product .left-side .inventory-details-wrapper {
    padding-right: 0;
  }
  .wrapper-single-product .left-side .image-box .more-images {
    display: none;
  }
  .wrapper-single-product .right-side .car-price {
    padding: 20px 20px 10px 20px;
  }
  .wrapper-single-product .right-side .consultant {
    padding: 20px 20px 10px 20px;
  }
  .wrapper-single-product .right-side .contact-form-wrapper {
    padding: 20px 20px 10px 20px;
  }
}

.share-social-media {
  margin-top: 24px;
  padding: 24px 32px;
  background-color: #fff;
  border: 1px solid #006c83;
  border-radius: 0;
}
.share-social-media .share-options {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
  gap: 25px;
  justify-content: center;
}
.share-social-media .share-options a {
  text-decoration: none;
  color: #021d49;
}
.share-social-media .share-options a i {
  font-size: 20px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.share-social-media .share-options a i:hover {
  opacity: 1;
}

/* section-1 */
.section-1 {
  padding: 3rem 0;
}
.section-1 .contact-title {
  width: 40%;
  font-weight: 500;
}
.section-1 .contact-description {
  width: 60%;
  font-size: 1.25rem;
}

@media screen and (max-width: 900px) {
  .section-1 {
    padding: 4rem 0;
  }
  .section-1 .d-flex {
    flex-direction: column;
  }
  .section-1 .contact-title,
  .section-1 .contact-description {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section-1 {
    padding: 3rem 0;
  }
}
/* form-section */
.form-section {
  padding: 0 0 6rem;
}
.form-section .heading h2 {
  font-size: 3.375rem;
  font-weight: 500;
}
.form-section p {
  margin: 0 0 1rem 0;
}

label {
  margin: 0 0 1rem 0;
}

.form-section .left-side {
  width: 40%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
}
.form-section .left-side .text {
  width: 75%;
}
.form-section .right-side {
  width: 60%;
}
.form-section .right-side span {
  font-size: 14px;
  margin-bottom: 0.3rem;
}
.form-section .form-control {
  font-size: 16px;
  padding: 0.7em 0 0.7em 0.5em;
  line-height: 1.15;
  border: 1px solid #898989;
  background-color: #fafafa;
  border-radius: 0;
}
.form-section .form-control:focus {
  background-color: #fff;
  box-shadow: none;
}
.form-section .required {
  font-size: 13px;
  padding: 0 0 0.5em 0;
  color: #0097c0;
  font-weight: 800;
}
.form-section .right-side .submit-btn button {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: solid 1px #006c83;
  background: #006c83;
  color: #fff;
  padding: 0.8rem 2rem;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  line-height: 1;
  text-decoration: none;
}
.form-section .right-side .submit-btn button:hover {
  background: #fff;
  color: #006c83;
}

@media screen and (max-width: 900px) {
  .form-section .left-side {
    width: 100%;
  }
  .form-section .left-side .text {
    width: 100%;
  }
  .form-section .row .right-side {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-section .row {
    flex-direction: column;
  }
  .form-section .right-side .col-6 {
    width: 100%;
  }
  .form-section .heading h2 {
    font-size: 2rem;
    font-weight: 500;
  }
}
/* section-3 */
.section-3 {
  background-color: #061821;
  padding: 6rem 0;
}
.section-3 .heading p {
  font-size: 3.375rem;
  line-height: 1.13;
  color: #fff;
  font-weight: 400;
}
.section-3 .emergency-number a {
  color: #fff;
  font-family: "halcom", sans-serif;
  font-size: 44px;
  font-weight: 100;
  text-decoration: none;
}

@media screen and (max-width: 1150px) {
  .section-3 .emergency-number a {
    font-size: 35px;
  }
  .section-3 .heading p {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 900px) {
  .section-3 {
    padding: 4rem 0;
  }
  .section-3 .row {
    flex-direction: column;
  }
  .section-3 .emergency-number {
    font-size: 35px;
    width: 100%;
  }
  .section-3 .heading {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .section-3 .heading p {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 600px) {
  .section-3 {
    padding: 3rem 0;
  }
  .section-3 .heading p {
    font-size: 2.25rem;
  }
  .section-3 .emergency-number {
    font-size: 30px;
    width: 100%;
  }
}
/* section-4 */
.section-4 .program-banner {
  background-image: url("https://saicmaxus.co.uk/wp-content/uploads/2023/03/book-your-test-drive-today-1.jpg");
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
  position: relative;
}
.section-4 .program-banner .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 33%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.section-4 .program-banner .book-button {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  text-align: center;
  border: solid 1px #fff;
  background: #fff;
  color: #000;
  padding: 1.0001rem 2rem;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.section-4 .program-banner .book-button:hover {
  background: none;
  color: #fff;
}
.section-4 .program-banner h3 {
  color: white;
  font-size: 3rem;
  margin: 0 0 1rem 0;
  line-height: 1.04;
}
.section-4 .program-banner p {
  color: white;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (max-width: 900px) {
  .section-4 .program-banner h3 {
    font-size: 2.625rem;
  }
  .section-4 .program-banner p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .section-4 .program-banner h3 {
    font-size: 2rem;
  }
}
.btn-primary {
  background-color: #000;
  padding: 9px 50px;
  border-radius: 0;
  border: solid 1px #000;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.btn-primary:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
  border: solid 1px #000;
}

main {
  padding-top: 70px;
}

.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f3f3;
  border-radius: 0;
}

.card.card-car {
  text-decoration: none;
}

.card.card-car:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
}
