/* ----------------------------------------------------------------------------------------
Website: Tuki Autohaus SH.P.K
Version: 1.0
Author: Rinor Haxhani
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. Font & Reset CSS
02. Reset
03. Global Styles
04. Banner Style
05. Fun Facts Style
06. Vehicle List Style
07. Location Style
08. Footer Style
09. Responsive

--------------------------------------------- */
/* 
---------------------------------------------
Font & Reset CSS
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  scroll-padding-top: 120px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Orbitron', sans-serif;
  font-weight: 400;
  background-color: #0a0a0a;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none!important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #0a0a0a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  background: #0a0a0a;
  font-family: 'Orbitron', sans-serif;
  overflow-x: hidden;
}

body::selection {
  background: #fff;
  color: #0a0a0a;
}

body::-moz-selection {
  background: #fff;
  color: #0a0a0a;
}

.footer .cta::selection {
  background: #0a0a0a;
  color: #fff;
}
.footer .cta::-moz-selection {
  background: #0a0a0a;
  color: #fff;
}

.footer .credits::selection {
  background: #0a0a0a;
  color: #fff;
}
.footer .credits::-moz-selection {
  background: #0a0a0a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 135px;
}

.main-banner .container-fluid {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.row.align-items-top {
  padding-top: 60px;
}

.main-caption {
  padding-bottom: 60px;
}

.main-banner {
  background:
    linear-gradient(
      to top,
      rgba(10,10,10,1) 0%,
      rgba(10,10,10,0) 100% 
    ),
    url('../../assets/images/banner.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding-bottom: 0px;
}

.main-banner .socials {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.main-banner .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #454545;
  background-color: transparent;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.04);
}

.main-banner .socials a:hover {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.main-banner .socials a img {
  max-width: 24px;
  max-height: 24px;
}

.main-banner .logo img {
  max-width: 192px;
  max-height: 46px;
}

.menu-button a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px 0 11px;
  width: auto;
  height: 46px;
  font-family: 'Orbitron', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E6E5E7;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  text-decoration: none;
  z-index: 1;
  border-radius: 0px;
  background-clip: padding-box;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.04);
  transition: all 0.4s ease-in-out;
}

.menu-button a:hover {
  color: #E6E5E7;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.menu-button a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 0px;
  padding: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 50%);
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  transition: background-position 0.8s ease-in-out;
  background-size: 200% 100%;
  background-position: left;
}

.menu-button a:hover::before {
  background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 100%);
  background-position: right;
}

.menu-button a img {
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
}

.menu-button a {
  color: #E6E5E7;
}

.main-banner .nav-row {
  margin-top: 40px;
}

.logo img {
  max-width: 192px;
}

.social-icons li i {
  display: inline-block;
  font-style: normal;
  color: #fff;
  transition: transform 0.3s ease;
}
.social-icons li i:hover {
  transform: scale(1.2);
}

.text-caption p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #E6E5E7;
}

.text-caption h2 {
  margin: 7px 0;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(230, 229, 231, 0.70) 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px 0 11px;
  width: auto;
  height: 46px;
  font-family: 'Orbitron', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E6E5E7;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  text-decoration: none;
  z-index: 1;
  border-radius: 0px;
  background-clip: padding-box;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.04);
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.04);
}

.glow-button:hover {
  color: #E6E5E7;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.glow-button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 0px;
  padding: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 50%);
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  transition: background-position 0.8s ease-in-out;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.4s ease-in-out;
}

.glow-button:hover::before {
  background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 100%);
  background-position: right;
}

.glow-button img {
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
}

/* 
---------------------------------------------
Fun facts Style
--------------------------------------------- 
*/

.fun-facts {
  padding-top: 100px;
  padding-bottom: 160px;
}

.fun-facts .item img{
  max-width: 90px;
  height: auto;
  margin-bottom: 30px;
}

.fun-facts .item {
  align-items: center;
  text-align: center;
}

.fun-facts .item h4 {
  background: linear-gradient(180deg, rgba(230, 229, 231, 0.70) 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.fun-facts .item p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto';
}

.fun-facts .divider {
  width: 1px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
}

.fun-facts .row {
  display: flex;
  align-items: stretch;
}

.fun-facts .col-lg-3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fun-facts .col-lg-3:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* 
---------------------------------------------
Vehicle List Style
--------------------------------------------- 
*/

.vehicles .heading {
  text-align: center;
  align-items: center;
}

.vehicles .heading p.sub-heading {
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
background: linear-gradient(180deg, rgba(230, 229, 231, 0.70) 0%, #FFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.vehicles .heading h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: linear-gradient(180deg, rgba(230, 229, 231, 0.70) 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 20px;
}

.vehicles .heading p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto';
}

.vehicles .vehicle {
  margin-bottom: 30px;
}

.vehicles .items {
  margin-top: 80px;
  margin-bottom: 130px;
  align-items: center;
  text-align: center;
}

.vehicles .vehicle .content {
  padding: 30px;
  border: 1px solid #454545;
}

.vehicles .vehicle .content img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.vehicles .vehicle .content .text .gradient-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%,#ffffff 50%,rgba(255, 255, 255, 0) 100%);
  margin: 20px 0;
}

.vehicles .vehicle .content .text p.info {
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.vehicles .vehicle .content .text h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(230, 229, 231, 0.70) 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vehicles .vehicle .content .text p.info span {
  font-family: 'Orbitron';
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
  margin-left: auto;
  font-size: 15px;
}

.vehicles .vehicle .content .text p.cmimi {
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.vehicles .vehicle .content .text p.cmimi span {
  font-size: 20px;
  font-family: 'Orbitron';
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  margin-left: auto;
}

.vehicles .vehicle .content .text .button-more a {
  position: relative;
  width: 100%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.04);
  transition: all 0.4s ease-in-out;
  padding: 0 11px;
  color: #E6E5E7;
}

#navbar {
  transition: all 0.3s ease;
  position: relative;
  z-index: 999;
}

#navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #0a0a0a; /* 👈 White background */
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.08);
  margin-top: 0;
  padding: 30px 135px 30px 135px /* optional: shrink padding on scroll */
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #E6E5E7;
  background-color: #0a0a0a;
  border: 1px solid #454545;
  text-decoration: none;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.04);
  flex-direction: column;
  text-align: center;
  padding: 12px 10px;
}

.back-to-top .text div {
  display: block;
  line-height: 1.2;
  font-size: 13px;
}

.back-to-top img {
  max-width: 24px;
  max-height: 24px;
}

.back-to-top:hover {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  color: #E6E5E7;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}


.vehicles .vehicle .content .text .button-more a:hover {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.vehicles .vehicle .content .text .button-more a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 0;
  padding: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 50%);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  transition: background-position 0.8s ease-in-out;
  background-size: 200% 100%;
  background-position: left;
}

.vehicles .vehicle .content .text .button-more a:hover::before {
  background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 100%);
  background-position: right;
}

/* .vehicles .vehicle .content .text .button-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Orbitron', sans-serif;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(230, 229, 231, 0.60) 8.85%, #E6E5E7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E6E5E7;
} */

.vehicles .vehicle .content .text .button-more a img {
  max-width: 24px;
  max-height: 24px;
  position: absolute;
  left: 1rem;      /* distance from left edge */
  top: 50%;        /* vertical center */
  transform: translateY(-50%);
}

.vehicles .vehicle .content .row {
  display: flex;
  align-items: center;
  height: 100%;
}

.vehicles .vehicle .content .row > .col-lg-6 {
  height: 100%;
}

.vehicles .vehicle .content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* 
---------------------------------------------
Location Style
--------------------------------------------- 
*/

.location .heading {
  text-align: center;
  align-items: center;
}

.location .heading p.sub-heading {
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
background: linear-gradient(180deg, rgba(230, 229, 231, 0.70) 0%, #FFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.location .heading h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: linear-gradient(180deg, rgba(230, 229, 231, 0.70) 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 20px;
}

.location .heading p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto';
}

.location {
  margin-bottom: 160px;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
  margin-top: 80px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%);
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer .cta {
  background-color: #fff;
}

.footer .cta .content {
  margin: 80px 0px;
}

.footer .cta .content .heading img {
  max-width: 252px;
  height: auto;
}

.footer .cta .content .heading h2 {
  color: #0A0A0A;
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  margin-top: 60px;
}

.footer .cta .content h2 span {
  font-weight: 800;
}

.social-medias {
  margin-top: 60px;
  gap: 30px;
}

.social-medias a{
  display: flex;
  align-items: center;
  padding: 11px;
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.social-medias a img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}

.social-medias a:hover {
  background-color: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #E6E5E7;
  transition: all .2s ease-in;
}

.social-medias a.instagram img {
  content: url('../images/instagram.svg');
}

.social-medias a.instagram:hover img {
  content: url('../images/instagram-white.svg');
}

.social-medias a.tiktok img {
  content: url('../images/tiktok.svg');
}

.social-medias a.tiktok:hover img {
  content: url('../images/tiktok-white.svg');
}

.social-medias a.facebook img {
  content: url('../images/facebook.svg');
}

.social-medias a.facebook:hover img {
  content: url('../images/facebook-white.svg');
}

.footer .help-center .content {
  margin: 80px 0px;
}

.footer .help-center .content .heading h2 {
  background: linear-gradient(180deg, rgba(230, 229, 231, 0.70) 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  margin-top: 60px;
}

.footer .help-center .content h2 span {
  font-weight: 800;
}

.footer .help-center .content .heading p {
  color: #E6E5E7;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.footer .help-center .content .heading .gradient-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%,#ffffff 50%,rgba(255, 255, 255, 0) 100%);
  margin: 50px 0;
}

.footer .help-center .content .info h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #fff;
}

.footer .help-center .content .info .phone-numbers {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footer .help-center .content .info a {
  color: #fff; /* optional styling */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #E6E5E7;
  text-align: center;
  font-weight: 300;
  font-family: 'Roboto';
  margin-top: 20px;
}

.footer .credits {
  background-color: #fff;
}

.footer .credits p {
  color: #0A0A0A;
  text-align: center;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin: 40px 0px;
}

.footer .credits p a {
  font-weight: 800;
  color: #0a0a0a;
}

#fullscreenMenu {
  display: flex;
  flex-direction: column;
  position: fixed !important;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0a0a0a;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  flex-direction: column;
  z-index: 99999;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

/* when “active”, switch on flex & show */
#fullscreenMenu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* ensure the container fills the viewport */
.fullscreen-menu .container-fluid {
  height: 100vh;
  padding: 0px 135px;           /* use your existing gutters on .container-fluid */
  display: flex;
  flex-direction: column;
}

/* 40px from top */
.fullscreen-menu .menu-header {
  margin-top: 40px;
}

/* logo size */
.fullscreen-menu .overlay-logo {
  height: 40px;
  width: auto;
}

/* center and space the nav links */
.fullscreen-menu .fullscreen-nav ul {
  margin: 0;
  padding: 0;
}
.fullscreen-menu .fullscreen-nav li {
  margin: 1.5rem 0;
}
.fullscreen-menu .fullscreen-nav a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}

/* 40px from bottom */
.fullscreen-menu .menu-footer {
  margin-bottom: 40px;
}
.fullscreen-menu .contact-details a,
.fullscreen-menu .contact-details span {
  color: #fff;
  margin-right: 30px;
}
.fullscreen-menu .socials {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.fullscreen-menu .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #454545;
  background-color: transparent;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.04);
}

.fullscreen-menu .socials a:hover {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.fullscreen-menu .socials a img {
  width: 24px!important;
  height: 24px!important;
}

#fullscreenMenu .fullscreen-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;               /* space between each link */
  padding: 0;
  margin: 0;
}
#fullscreenMenu .fullscreen-nav ul li {
  list-style: none;
  margin: 0;
  letter-spacing: none!important;
}

#fullscreenMenu .fullscreen-nav ul li a {
  display: inline-block;
  color: #E6E5E7;
  font-family: 'Orbitron', sans-serif;
  font-size: 90px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: none!important;
  transition: all .1s ease-in;
}

/* Hover state */
#fullscreenMenu .fullscreen-nav ul li a:hover {
  font-weight: 800;
  background: linear-gradient(
    180deg,
    rgba(230, 229, 231, 0.70) 0%,
    #FFF 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


html.menu-open,
body.menu-open {
  overflow: hidden;
  height: 100%;
}

body.menu-open #navbar,
body.menu-open .back-to-top {
  display: none !important;
}

/* close “×” button */
.close-menu {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 2rem;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* menu items */
.fullscreen-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.fullscreen-nav li {
  margin: 1.5rem 0;
}

.fullscreen-nav a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
@media (max-width: 767px) {
  .container-fluid {
    padding: 0px 40px!important;
  }
  #navbar.sticky {
    padding: 20px 40px!important;
  }
  body h2 {
    font-size: 30px!important;
  }
  body h4 {
    font-size: 20px!important;
  }
  body p {
    font-size: 14px!important;
  }

  .fullscreen-menu .container-fluid {
    padding: 0px 40px!important;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 35px!important;
  }
  p {
    font-size: 17px!important;
  }
  h4 {
    font-size: 25px!important;
  }

  .container-fluid {
    padding: 0px 60px;
  }

  #navbar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap;
  }

  #navbar.sticky {
    padding: 20px 60px;
  }

  #navbar > .col-lg-4 {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  #navbar > .col-lg-4.d-flex.gap-3 {
    display: none!important;
  }

  #navbar .col-lg-4.text-center,
  #navbar .col-lg-4.d-flex.justify-content-end {
    display: flex !important;
    align-items: center !important;
  }

  #navbar .socials,
  #navbar .col-lg-4.d-flex.gap-3 {
    display: none !important;
  }

  #navbar .menu-button {
    flex: 0 0 auto;
    width: 46px !important; height: 46px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #navbar .menu-button a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 46px !important; height: 46px !important;
    padding: 0 !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
    white-space: nowrap !important;
    border: 1px solid #454545;
  }
  #navbar .menu-button a img {
    margin: 0 !important;
    max-width: 24px;
    max-height: 24px;
    display: block !important;
  }
  #navbar .menu-button a span.menu-text {
    display: none !important;
  }
  .main-caption .row {
  justify-content: center !important;
}

 .main-caption .col-lg-2 {
  justify-content: center !important;
 }

 .fullscreen-menu .container-fluid {
    padding: 0px 60px!important;
  }

  #fullscreenMenu .fullscreen-nav ul li a {
    font-size: 30px!important;
  }

  .back-to-top {
    right: 60px;
    bottom: 60px;
    width: 46px;
    height: 46px;
  }

  .back-to-top .text {
    display: none;
  }

  .footer .help-center .content .info .row .phone-numbers {
    margin-bottom: 30px;
  }
  .footer .help-center .content .info .row .email {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .container-fluid {
   padding: 0px 90px; 
  }
  #navbar.sticky {
    padding: 20px 90px;
  }

  .fun-facts .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
  }
  .fun-facts .col-lg-3 {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 40px;
    margin-bottom: 40px !important;
  }
  .fun-facts .col-lg-3:not(:last-child)::after {
    position: absolute;
    bottom: 0;
    /* reset the old vertical line */
    top: auto !important;
    right: auto !important;
    width: 50% !important;
    height: 1px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0!important;
    margin: auto!important;

    /* horizontal gradient */
    background: linear-gradient(
      to right,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,1) 50%,
      rgba(255,255,255,0) 100%
    ) !important;
  }
  .vehicles .items .row > .col-lg-6 {
    flex:       0 0 100%   !important;
    max-width: 100%       !important;
  }
  .vehicles .items .text {
    margin-top: 30px;
    text-align: left;
  }
  /* center each link and shrink text */
  #fullscreenMenu .fullscreen-nav ul li a {
    font-size: 30px!important;
    text-align: left;
  }

  .fullscreen-menu .container-fluid {
    padding: 0px 90px;
  }

  #fullscreenMenu .contact-details {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;     /* spacing between lines */
  }

  /* Reset the right‐margin and let them flow naturally */
  #fullscreenMenu .contact-details a,
  #fullscreenMenu .contact-details span {
    margin-right: 0 !important;
  }
}

@media (max-width: 1270px) {
  #fullscreenMenu .menu-footer {
    flex-direction: column !important;
    align-items: flex-start !important;
    row-gap: 1rem;
  }
  #fullscreenMenu .menu-footer .contact-details,
  #fullscreenMenu .menu-footer .social-buttons {
    width: 100% !important;
  }
  /* push socials down */
  #fullscreenMenu .menu-footer .social-buttons {
    margin-top: 1rem !important;
    display: flex !important;
    justify-content: flex-start !important;
  }
}

.car-gallery-modal {
  position: fixed;
  top: 0; left: 0;
  width:100vw; height:100vh;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.car-gallery-modal.active {
  display: flex;
}
.gallery-slider {
  position: relative;
  width: 80vw; max-width: 800px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.gallery-slider img {
  position: absolute;
  top:50%; left:50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.gallery-slider img.active {
  display: block;
}
.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}
.gallery-prev { left: 2%; }
.gallery-next { right: 2%; }
.gallery-close {
  position: absolute;
  top: 2%;
  right: 2%;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
}


@media (max-width: 1544px) {
.main-caption .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
  }

  .button-more a img {
    display: none!important;
  }

  /* 2) Center the text and give it some breathing room */
  .main-caption .text-caption {
    width: 100% !important;          /* full width so text really centers */
    text-align: left !important;
    margin-bottom: 30px;
    text-align: center!important;
  }
  .main-caption .col-lg-2 {
    display: flex !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    max-width: 100% !important;
  }
  .main-caption .glow-button {
    flex-shrink: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
  }

  #fullscreenMenu .fullscreen-nav ul li a {
    font-size: 60px;
  }
}

/* Desktops (and your existing desktop layout) */


/* @media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
} */

/* @media (max-width: 992px) {
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
} */

/* @media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
} */