/*!
  Theme Name: SPEEDLINER
  Theme URI: https://speedlinereuro.com/
  Author: Ember Web
  Author URI: https://www.emberweb.co.uk/
  Description: Created for SPEEDLINER Euro by Ember Web.
  Version: 1.0.0
  Tested up to: 5.4
  Requires PHP: 5.6
  Text Domain: speedliner
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.button.primary {
  background-color: #20396B;
  color: #EBF5FA;
  border-color: #20396B;
}
.button.primary:hover {
  background-color: rgb(23.781294964, 42.3604316547, 79.518705036);
  border-color: rgb(23.781294964, 42.3604316547, 79.518705036);
}

.text-primary {
  color: #20396B !important;
}

.bg-primary {
  background-color: #20396B !important;
}

.button.gray {
  background-color: #828282;
  color: #EBF5FA;
  border-color: #828282;
}
.button.gray:hover {
  background-color: rgb(112.15, 112.15, 112.15);
  border-color: rgb(112.15, 112.15, 112.15);
}

.text-gray {
  color: #828282 !important;
}

.bg-gray {
  background-color: #828282 !important;
}

.button.white {
  background-color: #EBF5FA;
  color: #000000;
  border-color: #EBF5FA;
}
.button.white:hover {
  background-color: rgb(206.44, 230.72, 242.86);
  border-color: rgb(206.44, 230.72, 242.86);
}

.text-white {
  color: #EBF5FA !important;
}

.bg-white {
  background-color: #EBF5FA !important;
}

.button.black {
  background-color: #000000;
  color: #EBF5FA;
  border-color: #000000;
}
.button.black:hover {
  background-color: black;
  border-color: black;
}

.text-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
  Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}

body, button, input, select, optgroup, textarea {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #21759b;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
a:visited {
  color: #21759b;
}
a:hover, a:focus, a:active {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  color: #2B363A;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.button {
  font-family: "Oswald", sans-serif;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.button:hover {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.button.square {
  display: block;
  width: fit-content;
  height: auto;
}

/* Contact Form (matches existing typography rhythm) */
.contact-form .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}

.contact-form .block-summary p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #464646;
}

.contact-form form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.contact-form .form-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.contact-form .form-control {
  border-radius: 3px;
}

.wpcf7-form .wpcf7-spinner {
  display: none !important;
}

#site-footer {
  font-family: "Roboto", sans-serif;
}
#site-footer .footer-social a {
  font-size: 1.5rem;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#site-footer .footer-social a:hover {
  opacity: 1;
}
#site-footer .footer-main h6 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #20396B;
}
#site-footer .footer-main ul, #site-footer .footer-main address, #site-footer .footer-main p {
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #site-footer .footer-main ul, #site-footer .footer-main address, #site-footer .footer-main p {
    font-size: 0.85rem;
  }
}
#site-footer .footer-bottom span {
  color: #CCCCCC;
}

#site-header {
  font-family: "Oswald", sans-serif;
}
#site-header .top-bar {
  background-color: #1B1B1B;
  margin: 0;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  #site-header .top-bar {
    padding: 15px 0;
  }
}
#site-header .top-bar p, #site-header .top-bar a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  #site-header .top-bar p p, #site-header .top-bar p a, #site-header .top-bar a p, #site-header .top-bar a a {
    font-size: 15px;
  }
}
#site-header .header {
  background-color: #20396B;
  margin: 0;
  padding: 30px 0;
}
#site-header .header .slogan {
  display: block;
  width: 100%;
  max-width: 350px;
}
#site-header .menu-primary-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid rgba(27, 27, 27, 0.15);
}
#site-header .menu-primary-menu-container ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(27, 27, 27, 0.28);
}
#site-header .menu-primary-menu-container ul li:last-child {
  border-right: none;
}
#site-header .menu-primary-menu-container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #1B1B1B;
}
#site-header .menu-primary-menu-container ul li a:hover, #site-header .menu-primary-menu-container ul li a:focus {
  background-color: #20396B;
  color: #FFFFFF;
}
#site-header .menu-primary-menu-container ul li.current-menu-item a, #site-header .menu-primary-menu-container ul li.current_page_item a {
  background-color: #20396B;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #site-header .menu-primary-menu-container ul {
    flex-direction: column;
  }
  #site-header .menu-primary-menu-container ul li {
    border-right: none;
    border-bottom: 1px solid rgba(27, 27, 27, 0.15);
  }
  #site-header .menu-primary-menu-container ul li:last-child {
    border-bottom: none;
  }
}

.site-intro h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}
@media (max-width: 991.98px) {
  .site-intro h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  .site-intro h2 {
    font-size: 28px;
  }
}
.site-intro .tagline {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1B3C87;
  display: block;
}
.site-intro .body-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #464646;
}
@media (max-width: 767.98px) {
  .site-intro .body-text {
    font-size: 16px;
  }
}
.site-intro .arrow-link {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #1B3C87;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}
.site-intro .arrow-link:hover {
  color: rgb(18.5, 41.1111111111, 92.5);
  letter-spacing: 0.12em;
}
@media (min-width: 992px) {
  .site-intro .col-lg-6:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 3rem;
  }
  .site-intro .col-lg-6:last-child {
    padding-left: 3rem;
  }
}

.company-history {
  background-color: #F8F9FA;
  padding: 5rem 0;
}
.company-history h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}
@media (max-width: 991.98px) {
  .company-history h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  .company-history h2 {
    font-size: 28px;
  }
}
.company-history .tagline {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1B3C87;
  display: block;
}
.company-history .body-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #464646;
  margin-bottom: 1rem;
}
.company-history .body-text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .company-history .body-text {
    font-size: 16px;
  }
}
.company-history .anniversary-badge {
  max-width: 340px;
  width: 100%;
  transition: transform 0.4s ease;
}
.company-history .anniversary-badge:hover {
  transform: rotate(-3deg) scale(1.03);
}
@media (max-width: 991.98px) {
  .company-history .anniversary-badge {
    max-width: 260px;
  }
}
.company-history .button.square.dark {
  background-color: #1B1B1B;
  color: #FFFFFF;
  border: 2px solid #1B1B1B;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.company-history .button.square.dark:hover {
  background-color: transparent;
  color: #1B1B1B;
}

.dealer-map h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}
@media (max-width: 991.98px) {
  .dealer-map h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  .dealer-map h2 {
    font-size: 28px;
  }
}
.dealer-map .tagline {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1B3C87;
  display: block;
}
.dealer-map .body-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 191%;
  color: #464646;
}
@media (max-width: 767.98px) {
  .dealer-map .body-text {
    font-size: 16px;
  }
}
.dealer-map .map-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  padding: 1.5rem 2rem;
  background-color: #F8F9FA;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: box-shadow 0.3s ease;
}
.dealer-map .map-stats .stat-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.dealer-map .map-stats .stat-number {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #1B3C87;
  display: block;
  margin-bottom: 0.5rem;
}
.dealer-map .map-stats .stat-number .stat-plus {
  font-size: 30px;
  vertical-align: super;
  line-height: 0;
}
.dealer-map .map-stats .stat-label {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6C757D;
}
.dealer-map .button.square.primary {
  background-color: #1B3C87;
  color: #FFFFFF;
  border: 2px solid #1B3C87;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.dealer-map .button.square.primary:hover {
  background-color: transparent;
  color: #1B3C87;
}
.dealer-map .map-embed-wrapper {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.dealer-map .map-embed-wrapper iframe {
  display: block;
  width: 100%;
  height: 550px;
}
@media (max-width: 767.98px) {
  .dealer-map .map-embed-wrapper iframe {
    height: 380px;
  }
}
@media (max-width: 575.98px) {
  .dealer-map .map-embed-wrapper iframe {
    height: 300px;
  }
}

.theme-post-card {
  height: 100%;
}
.theme-post-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.theme-post-card__link:hover, .theme-post-card__link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.14);
  outline: none;
}
.theme-post-card__link:hover .post-card__btn, .theme-post-card__link:focus-visible .post-card__btn {
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.theme-post-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background: #f2f2f2;
  overflow: hidden;
}
.theme-post-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.theme-post-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(32, 57, 107, 0.92);
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 180ms ease, background 180ms ease;
}
.theme-post-card__cat:hover, .theme-post-card__cat:focus-visible {
  background: rgb(32, 57, 107);
  transform: translateY(-1px);
  outline: none;
}
.theme-post-card__badge-bar {
  padding: 18px 18px 0;
}
.theme-post-card__badge-bar .theme-post-card__cat {
  position: static;
}
.theme-post-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 20px;
  flex: 1;
}
.theme-post-card__title {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
}
.theme-post-card__excerpt {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.theme-topic-filter {
  display: flex;
  justify-content: center;
  width: 100%;
}
.theme-topic-filter__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  max-width: 1000px;
}
.theme-topic-filter__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.95rem;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #20396B;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.theme-topic-filter__item:hover, .theme-topic-filter__item:focus-visible {
  background: #20396B;
  border-color: #20396B;
  color: #EBF5FA;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  outline: none;
}
.theme-topic-filter__item.is-active {
  background: #20396B;
  border-color: #20396B;
  color: #EBF5FA;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

@media (max-width: 576px) {
  .theme-topic-filter__inner {
    gap: 0.45rem;
  }
  .theme-topic-filter__item {
    font-size: 0.9rem;
    padding: 0.5rem 0.85rem;
  }
}
.theme-pagination {
  gap: 0.5rem;
}
.theme-pagination .page-item {
  margin: 0;
}
.theme-pagination .page-item.disabled .page-link {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.theme-pagination .page-item.active .page-link {
  background-color: #20396B;
  border-color: #20396B;
  color: #EBF5FA;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.theme-pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #20396B;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.theme-pagination .page-link:hover, .theme-pagination .page-link:focus-visible {
  background-color: #20396B;
  border-color: #20396B;
  color: #EBF5FA;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  outline: none;
}
.theme-pagination .page-link:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  .pagination {
    gap: 0.35rem;
  }
  .pagination .page-link {
    min-width: 40px;
    height: 40px;
    font-size: 0.95rem;
    padding: 0 0.75rem;
  }
}
.hero-slider .slide {
  min-height: 80vh;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-slider .slide {
    background-position: center center;
    background-size: cover;
  }
}
.hero-slider .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .hero-slider .slide .overlay {
    display: none;
  }
}
.hero-slider .slide .container {
  position: relative;
  z-index: 2;
}
.hero-slider .slide .container .slide-content {
  font-family: "Oswald", sans-serif;
}
.hero-slider .slide .container .slide-content h2, .hero-slider .slide .container .slide-content p {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .hero-slider .slide .container .slide-content {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}
.hero-slider .slide .container .slide-content h2 {
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.75rem, 3vw + 1rem, 3.5rem);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero-slider .slide .container .slide-content p {
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1rem, 1.2vw + 0.8rem, 1.625rem);
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 56px;
    line-height: 1.45;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media (max-width: 1199.98px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 48px;
    line-height: 1.4;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media (max-width: 991.98px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 42px;
    line-height: 1.35;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 36px;
    line-height: 1.35;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 17px;
    line-height: 1.45;
  }
}
@media (max-width: 400px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 26px;
    line-height: 1.3;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.hero-slider .slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
@media (min-width: 992px) {
  .hero-slider .slide::before {
    display: none;
  }
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #FFFFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.hero-slider .slick-prev::before, .hero-slider .slick-prev::after,
.hero-slider .slick-next::before,
.hero-slider .slick-next::after {
  display: none;
}
.hero-slider .slick-prev .fa-solid,
.hero-slider .slick-next .fa-solid {
  font-size: 18px;
}
.hero-slider .slick-prev {
  left: 20px;
}
.hero-slider .slick-next {
  right: 20px;
}

.choose-site .block-summary-text p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #464646;
}
.choose-site .block-summary-text p:last-child {
  margin-bottom: 0;
}
.choose-site h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}
.choose-site .grid .item-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
  height: 100%;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.choose-site .grid .item-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.choose-site .grid .item-wrapper .text {
  position: relative;
  z-index: 2;
}
.choose-site .grid .item-wrapper .text h3 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.choose-site .grid .item-wrapper .text p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #FFFFFF;
}

.comparison-table .block-summary {
  text-align: center;
}
.comparison-table .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}
.comparison-table .block-summary p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #464646;
}
.comparison-table .block-summary p:last-child {
  margin-bottom: 0;
}
.comparison-table th, .comparison-table td {
  vertical-align: middle;
  font-size: 1rem;
  padding: 1rem;
}
.comparison-table thead th {
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}
.comparison-table tbody tr:nth-child(even) {
  background-color: #F8F9FA;
}
.comparison-table thead th:nth-child(2) {
  background-color: #20396B;
}
.comparison-table thead th:nth-child(3) {
  background-color: #FBED23;
  color: #000000;
}
.comparison-table thead th:nth-child(4) {
  background-color: #C4C505;
  color: #000000;
}
@media (max-width: 767.98px) {
  .comparison-table table {
    border: 0;
  }
  .comparison-table thead {
    display: none;
  }
  .comparison-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #DEE2E6;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .comparison-table tbody td,
  .comparison-table tbody th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #DEE2E6;
  }
  .comparison-table tbody td:last-child,
  .comparison-table tbody th:last-child {
    border-bottom: 0;
  }
  .comparison-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    text-transform: uppercase;
    color: #6C757D;
    text-align: left;
  }
}

.featured-brands .block-summary {
  text-align: center;
}
.featured-brands .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.featured-brands .brands .brand-box {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  width: 100%;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.featured-brands .brands .brand-box img {
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: all 0.5s ease;
}
.featured-brands .brands .brand-box:hover {
  background: rgba(255, 255, 255, 0.1);
}
.featured-brands .brands .brand-box:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.contact-options .block-summary {
  text-align: center;
}
.contact-options .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}
.contact-options .block-summary p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #464646;
}
.contact-options .block-summary p:last-child {
  margin-bottom: 0;
}
.contact-options .contact-item .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border: 1px solid #1B3C87;
  border-radius: 50%;
  margin: 0 auto;
}
.contact-options .contact-item .icon-wrap i {
  font-size: 30px;
  color: #1B3C87;
}
.contact-options .contact-item h5 {
  font-family: "Oswald", sans-serif;
  color: #1B1B1B;
  letter-spacing: 0.02em;
}
.contact-options .contact-item p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #555555;
}
@media (min-width: 768px) {
  .contact-options .border-md-end {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767.98px) {
  .contact-options .icon-wrap {
    width: 65px;
    height: 65px;
  }
  .contact-options .icon-wrap i {
    font-size: 26px;
  }
  .contact-options h5 {
    font-size: 18px;
  }
  .contact-options p {
    font-size: 15px;
  }
}

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.newsletter .block-summary {
  text-align: center;
}
.newsletter .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
}
.newsletter .block-summary p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
}
.newsletter .block-summary p:last-child {
  margin-bottom: 0;
}
.newsletter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 27, 84, 0.8), rgba(0, 27, 84, 0.8));
}
.newsletter .container {
  position: relative;
  z-index: 2;
}
.newsletter .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  font-size: 16px;
  text-align: center;
}
.newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .newsletter .form-control {
    font-size: 15px;
  }
  .newsletter .btn {
    width: 100%;
  }
}

/* ===========================================================================
   Gallery Section — Mosaic
   =========================================================================== */

.gallery-section {
  background: #0d1520;
  padding: 5rem 0 0;
}

.gallery-section__tagline {
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7da3c8;
}

.gallery-section h2 {
  color: #fff;
}

/* Mosaic grid */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 4px;
  margin-top: 3.5rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  background: #1a2535;
}

.gallery-item--wide {
  grid-column: span 2;
}

.gallery-item--tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover img {
  transform: scale(1.07);
}

/* Hover overlay */
.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(32, 57, 107, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
}

.gallery-item:hover .gallery-item__overlay {
  background: rgba(32, 57, 107, 0.5);
}

.gallery-item__icon {
  opacity: 0;
  color: #fff;
  font-size: 2rem;
  transform: scale(0.5);
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.gallery-item:hover .gallery-item__icon {
  opacity: 1;
  transform: scale(1);
}

/* Responsive breakpoints */
@media (max-width: 1024px) {
  .gallery-mosaic {
    grid-auto-rows: 210px;
  }
}

@media (max-width: 768px) {
  .gallery-section {
    padding-top: 3rem;
  }

  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
    gap: 3px;
    margin-top: 2rem;
  }

  /* Collapse all spans to uniform grid on tablet */
  .gallery-item--wide,
  .gallery-item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 480px) {
  .gallery-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }
}

/*# sourceMappingURL=style.css.map */
