html, body {
  margin: 0;
  padding: 0;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  height: 100%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}


a:focus:not(:focus-visible) {
    outline: none;
}

/* Remove blue border on focused links */
a:focus {
    outline: none;
}

/* You may also want to remove it for other interactive elements */
button:focus, 
input:focus, 
textarea:focus {
    outline: none;
}

button:hover {
  opacity: 0.7;
}


a.btn:hover {
  text-decoration: underline;
}

a.btn.whatsapp {
     display: inline-block !important;
    background-color: #075e54;
    color:#25d366 !important
}

a.btn.whatsapp i {
    color: #25d366;
}

.actions a.btn {
  text-decoration: underline;
}


address {
  font-style: normal;
  line-height: 1.4em;
  padding: 25px 0;
}

address a {
  color: currentColor;
}

address a.telephone, address a.email {
  text-decoration: underline;
}

details > summary {
  list-style: none !important;
}

details > summary::-webkit-details-marker {
  display: none !important;
}

figure {
  margin: 0;
}


/* Lists */

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
    border:none;
    height: 1px;
    margin: 20px 0; /* Optional: Add space above and below the line */
}

h1 {
  font-size: 1.8em;
  padding: 10px 0 15px 0;
  margin: 0;
}

h2 {
  font-size: 1.2em;
  padding: 7.5px 0 5px 0;
  margin: 5px 0;
}

h3 {
  font-size: 1.2em;
  padding: 10px 0;
  margin: 0;
}

h4 {
  font-size: 1.1em;
  padding: 7.5px 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 2.5px 0 12.5px 0;
  word-wrap: break-word;    /* breaks long words instead of overflowing */
  overflow-wrap: break-word;
  line-height: 1.4;
}

a {
  display: block;
}

.text-overlay {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.box-overlay {
  box-shadow: initial;
}

.logo.filter a img {
  filter: brightness(10);
}
/* Font Size */

.font-xxs {
  font-size: 80%;
}

.font-xs {
  font-size: 90%;
}

.font-normal {
  font-size: 1em;
}

.font-s {
  font-size: 1.1em;
}

.font-m {
  font-size: 1.2em;
}

.font-l {
  font-size: 1.4em;
}

.font-xl {
  font-size: 1.6em;
}

.font-xxl {
  font-size: 2em;
}

.font-spaced {
  letter-spacing: 2px;
}

.font-capital {
  text-transform: uppercase;
}

/* Display Type */

.grid {
  display:grid;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

/* Visibility */

.hidden {
  display: none !important;
}

.visible {
  display: block;
}

/* Padding */

.p0_10 {
  padding: 0 10px;
}

.p0_15 {
  padding: 0 15px;
}


.p5 {
  padding:5px;
}

.p5_0 {
  padding: 5px 0;
}

.p5_10 {
  padding: 5px 10px;
}

.p5_15 {
  padding: 5px 15px;
}

.p10 {
  padding:10px
}

.p10_15 {
  padding: 10px 15px;
}

.p15 {
  padding:15px;
}

.p15_25 {
  padding: 15px 25px;
}

.p15_0 {
  padding: 15px 0;
}

.p25 {
  padding:25px;
}

.p25_50 {
  padding:25px 50px;
}

.p50 {
  padding: 50px;
}

.p50_0 {
  padding: 50px 0;
}

.p50_25 {
  padding: 50px 25px;
}

.p100 {
  padding: 100px;
}

.p50_25 {
  padding: 50px 25px;
}

.p100_25 {
  padding: 100px 25px;
}

.p150_25 {
  padding: 150px 25px;
}

.p200_25 {
  padding: 200px 25px;
}

.p250_25 {
  padding: 250px 25px;
}

.p350_25 {
  padding: 350px 25px;
}


.p0_25 {
  padding: 0 25px;
}

.p25_0 {
  padding: 25px 0;
}

.p5_25 {
  padding: 5px 25px;
}


/* Margins */

.m5 {
  margin:5px;
}

.m10 {
  margin:10px
}

.m10_0 {
  margin: 10px 0;
}

.m15 {
  margin:15px;
}

.m25 {
  margin:25px;
}

.m25_0 {
  margin: 25px 0;
}

.m50_0 {
  margin: 50px 0;
}


/* Width */

.w10 {
  width: 10%;
}

.w25 {
  width: 25%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

.w100 {
  width: 100%;
}


.w_75 {
  width: 75px;
}

.w_100 {
  width: 100px;
}

.w_125 {
  width: 125px;
}

.w_150 {
  width: 150px;
}

.w_175 {
  width: 175px;
}

.w_200 {
  width: 200px;
}

.w_225 {
  width: 225px;
}

.w_250 {
  width: 250px;
}

/* Height */

.h10pc {
  height: 10%;
}

.h25pc {
  height: 25%;
}

.h50pc {
  height: 50%;
}

.h75pc {
  height: 75%;
}

.h100pc {
  height: 100%;
}


/* Fancybox */

button[data-fancybox-play], button[data-fancybox-thumbs], button[data-fancybox-zoom]{
  color:#fff !important
}

.fancybox-thumbs__list a:before {
  border:none !important;
}

/* Gap */

.g0 {
  grid-gap: 0px !important;
}

.g5 {
  grid-gap: 5px;
}

.g10 {
  grid-gap: 10px;
}

.g15 {
  grid-gap: 15px;
}

.g25 {
  grid-gap: 25px;
}

.g50 {
  grid-gap: 50px;
}

.gr25 {
  grid-row-gap: 25px;
}

.gc25 {
  grid-column-gap: 25px;
}

.gc50 {
  grid-column-gap: 50px;
}


/* Grid Alignments */

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.aie {
  align-items: end;
}

.asc {
  align-self: center;
}

.alc {
  align-content:end;
}

.als {
  align-content: start;
}

.ace {
  align-content: end;
}

.acc {
  align-content: center;
}

.jcc {
  justify-content: center;
}

.jce {
  justify-content: end;
}

.jsc {
  justify-self: center;
}

/* Text */

.tl {
  text-align: left;
}

.tr{
  text-align: right;
}

.tc {
  text-align: center;
}

/* Radius */

.r0 {
  border-radius: 0px;
}

.r2 {
  border-radius: 2px;
}

.r5 {
  border-radius: 5px;
}

.r5t {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.r10 {
  border-radius: 10px;
}

.r10t {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.r15 {
  border-radius: 15px;
}

.r15t {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


.r25 {
  border-radius: 25px;
}






/* Button */

.btn {
  cursor: pointer;
  display: inline-block;
  text-shadow: none;
}

.btn-xs {
  padding: 2.5px 7.5px;
}

.btn-s {
  padding: 5px 15px;
}

.btn-m {
  padding: 10px 20px;
}

.btn-l {
  padding: 12.5px 20px;
}

.btn-xl {
  padding: 15px 20px;
}

/* Error */

.error {
  color:red;
}

/* Columns */


.col-1 {
  grid-template-columns: 1fr;
}

.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.col-2-1 {
  grid-template-columns: 2fr 1fr;
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
/* Gradients */

.no-gradient {
  background: none;
}

.invert-100 {
  filter: invert(100%);
}

.greyscale {
  filter: grayscale(100%);
}

.filter-opacity {
  filter: opacity(95%);
}

/* Right Gradient */

.gradient-right-10 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.gradient-right-25 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.gradient-right-50 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.gradient-right-75 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Left Gradient */


.gradient-left-10 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.gradient-left-25 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.gradient-left-50 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.gradient-left-75 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Top Gradient */

.gradient-top-10 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.gradient-top-25 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.gradient-top-50 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.gradient-top-75 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Bottom Gradient */

.gradient-bottom-10 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.gradient-bottom-25 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.gradient-bottom-50 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.gradient-bottom-75 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/* Opacity */

.no-opacity {
  background: none;
}

.opacity-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.opacity-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.opacity-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.opacity-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.opacity-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.opacity-70 {
  background-color: rgba(0, 0, 0, 0.7);
}



/* Aspect Ratio */

.ar-standard, .ar-custom {
  aspect-ratio: 4 / 3;
}

.ar-video {
  aspect-ratio: 16 / 9;
}

.ar-default {
  aspect-ratio: inherit;
}

/* Hero */

.hero {
    position: relative;
    overflow: hidden;
}

.owl-carousel {
  width: auto !important;
}
/* Absolute Hero */

.hero.h100 {
  height: 100%;
}

.hero[data-hero-layout*="fixed"] {
  margin: 25px 25px 0 25px;
}




/* Hero PX Height */

.hero.h50.image, .hero.h50.slider, .hero.h50.video, .hero.h50.slider .owl-stage-outer .owl-stage .owl-item .hero.h50{
  height: 500px;
}

.hero.h60.image, .hero.h60.slider, .hero.h60.video,.hero.h60.slider .owl-stage-outer .owl-stage .owl-item .hero.h60{
  height: 600px;
}

.hero.h70.image, .hero.h70.slider, .hero.h70.video, .hero.h70.slider .owl-stage-outer .owl-stage .owl-item .hero.h70{
  height: 700px;
}


.hero .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero .container {
    display: grid;
    align-items: center;
    position: relative;
    top: 45%;
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.hero .container .text {
    color:#fff;
    padding: 0 25px;
}

.hero .container .text h1 {
  font-size: 3.2em;
  margin: 0;
  padding: 0;
}

.hero .container .text h2 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}

.hero .container .links {
   padding: 0 25px;
   font-weight: bold;
}

.hero .container .links ul {
  margin: 35px 0 0 0;
  padding: 0;
}

.hero .container .links ul li {
  display: inline-block;
  margin: 0 10px;
}

.hero .container .links ul li.link {
  filter: invert(1);
}

.hero .container .links ul li a {
  min-width: 80px;
}

.hero .container .text.center.center {
  text-align: center;
}

.hero .container .text.center.left {
  text-align: left;
}

.hero .container .text.bottom.left {
  position: absolute;
  left: 25px;
  bottom: 25px;
  text-align: left;
}


/* Overide Positions */


.hero .container .links.bottom.right {
  position: absolute;
  right: 25px;
  bottom: 25px;
}


/* Hero Filter */

section.hero section[data-template-block="page"] {
  display: none;
}

section.hero section[data-template-block="filter"] {
    position: relative;
    top: 43.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index:2;
    padding: 50px 15% 0 15%;
}


section.hero section[data-template-block="filter"] form .options {
  grid-template-columns: repeat(4, 1fr);
  background: rgba(0, 0, 0, 0.25);
}

section[data-template-block="filter"] form .options a {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 5px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

section.hero section[data-template-block="filter"] form .options select {
  min-height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color:#fff !important;
}

section.hero section[data-template-block="filter"] form .options #fuelType, section.hero section[data-template-block="filter"] form .options #transmissionType{
  display: none;
} 

section.hero section[data-template-block="filter"] form .sort {
  display: none;
}

/* Fancybox */

.fancybox-content {
    border-radius: 5px !important;
    overflow: hidden; /* Ensures the rounded corners apply properly */
    padding: 25px !important;
}

.fancybox-content a {
  display: inline-block;
  color: currentColor;
  text-decoration: underline; 
}


/* Google reCaptcha Logo */

.grecaptcha-badge { visibility: hidden; }


/* Cookie Consent  */

#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9999;
  width: 100%;
  font-size: 90%;
  display: none; 
}

#cookieConsent .container {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  padding: 25px;
  grid-gap: 15px;
  align-items: center;
}

#cookieConsent .container p {
  margin: 0;
  padding: 0;
}

#cookieConsent .container p a {
  color:currentColor;
  display: inline-block;
  text-decoration: underline;
}

#cookieConsent .container button {
  background: none;
  box-shadow: none;
  padding: 10px 15px;
  border:1px solid currentColor;
  cursor: pointer;

}

#cookieConsent .container button:hover {
  text-decoration: underline;
}

/* Checkbox */

/* Base styling */
.checkbox-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  cursor: pointer;
}

/* Hide native checkbox */
.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox box */
.checkbox-label .checkmark {
  position: relative;
  height: 14px;
  width: 14px;
  min-width: 14px;
  border: 1.5px solid currentColor; /* black border in light mode */
  border-radius: 3px;
  margin-right: 8px;
  display: inline-block;
  transition: all 0.2s ease;
}

/* Checkmark tick */
.checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;  /* move slightly right */
  top: 1px;   /* move slightly down */
  width: 4px;
  height: 8px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

/* Checked state */
.checkbox-label input:checked ~ .checkmark {
  
}

.checkbox-label input:checked ~ .checkmark::after {
  display: block;
}

/* Modal Announcement */

#modal-announcement {
  max-width: 450px;
}
