html, body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  -webkit-text-size-adjust: none;
  line-height: 1.4em;
  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;
}

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

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

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 7.5px 0;
}

a {
  display: block;
}


.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;
}


.p5 {
  padding:5px;
}

.p5_0 {
  padding: 5px 0;
}

.p10 {
  padding:10px
}

.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
}

.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;
}

/* 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-close], button[data-fancybox-zoom], .fancybox-button svg{
  color:#fff !important
}

/* Gap */

.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;
}

.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 {
  aspect-ratio: 4 / 3;
}

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

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

/* Hero */

.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Absolute Hero */

.hero.h100 {
  height: 100%;
}

/* 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 .text {
    position: absolute;
    z-index: 2;
    line-height: 1.4em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

 .hero .links {
    display: grid;
    position: absolute;
    z-index: 2;
    line-height: 1.4em;
 }

  .hero .links ul.one_col {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero .links ul.two_col {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 15px;
  }


/* Center Center */


.hero .text.center.center {
    position: relative;
    top: 40%;
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 25px;
}

.hero .links.center.center {
    position: relative;
    top: 42.5%;
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero .text.center.center ul {
    justify-self: center;
}

.hero .links.center.center ul.two_col {
    justify-self: center;
}

/* Left Center */

.hero .text.left.center  {
    position: absolute;
    top: 50%;
    left: 25px; /* Adjust as needed */
    transform: translateY(-50%);
    text-align: left;
    padding: 25px;
}

.hero .links.left.center  {
    position: absolute;
    top: 50%;
    left: 25px; /* Adjust as needed */
    transform: translateY(-50%);
    text-align: left;
    padding: 25px;
}


/* Bottom Right */

.hero .text.bottom.right {
   position: absolute;
  bottom: 25px; /* Adjust as needed */
  right: 25px; /* Adjust as needed */
  transform: none;
  text-align: center;
 padding: 25px;
}

.hero .links.bottom.right{
  position: absolute;
  bottom: 25px; /* Adjust as needed */
  right: 25px; /* Adjust as needed */
  transform: none;
  text-align: center;
  padding: 25px;
}

/* Bottom Left */

.hero .text.bottom.left {
  position: absolute;
  bottom: 25px; /* Adjust as needed */
  left: 25px;
  transform: none;
  text-align: left;
  padding: 25px;
}

.hero .links.bottom.left {
  position: absolute;
  bottom: 25px; /* Adjust as needed */
  left: 25px; /* Adjust as needed */
  transform: none;
  text-align: center;
  padding: 25px;
}



.hero .text h1 {
    font-size: 2.6em;
    line-height: 1.4em;
    padding:0;
    margin:0;
    text-shadow: 2px 2px 10px #000000; 
}

.hero .text h2 {
    font-size: 1.6em;
    line-height: 1em;
    padding:0;
    margin:0;
    text-shadow: 2px 2px 10px #000000; 
}

.hero .links ul li {
    display: grid;
}

.hero .action {
  position: absolute;
  right: -5px;
  top: 42.5%;
  transform: rotate(90deg) translateY(-100%);
  white-space: nowrap;
  z-index: 2;
}

.hero .action:hover {
  opacity: 0.8;
  transition: 1s;
}

.hero .action a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.hero .action a:hover {
  text-decoration: none;
}

/* 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;
}

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 */
}

.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%;
}

#cookieConsent .container {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  padding: 15px 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: 5px 10px;
  border:1px solid currentColor;
  cursor: pointer;

}

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