:root {
  --bs-primary: #c08736;        /* Golden shade */
  --bs-primary-rgb: 192, 135, 54;
  --bs-secondary: #1f5227;      /* Dark green */
  --bs-secondary-rgb:31, 82, 39;      /* Dark green */
  --bs-light: #ffffff;          /* White */
  --bs-dark: #000000;
  /* --bs-dark-rgb: rgb(0, 0, 0); */
  --heading-font: 'Eurostile Extended', sans-serif;
  --paragraph-font: 'Gilory', sans-serif;
  --body-background: #e1e7e7;
  
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.heading-font{
  font-family:  'Eurostile Extended', sans-serif;
}
body {
  background: var(--body-background);
  font-size: 14px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: var(--bs-light);
  font-family: var(--paragraph-font);
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: var(--heading-font);
}

p {
  color: rgb(255 255 255 / 81%);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 0px;
}

.scrolled-logo{
 width: 70px;
 height: 80px;
}
/* ============ Button ============= */
.btn {
    font-weight: 500;
    font-size: 12px;
    padding: 10px 35px;
    border-radius: 0px;
    border: 1px solid;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.btn-primary {
  border-color: var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-light);
}

.btn-primary:hover {
    border-color: var(--bs-primary);
    background: transparent;
    color: var(--bs-primary);
}
.btn-secondary {
  border-color: var(--bs-secondary);
    background: var(--bs-secondary);
    color: var(--bs-light);
}
.btn-footer {
  border-color: var(--bs-primary);
    background: transparent;
    color: var(--bs-primary);
}
.btn-footer:hover{
  border-color: var(--bs-light);
    background: transparent;
    color: var(--bs-light);
}

.btn-secondary:hover {
    border-color: var(--bs-secondary);
    background: transparent;
    color: var(--bs-secondary) !important;
}

/* =============== Top Header =================== */
.is-sticky .bottom-header{
    animation: slideDown .35s ease-out;
  background-color: #0000007c;
  backdrop-filter: blur(10px);
  /*top: 0;*/
}
@keyframes slideDown{
    0%{
        transform:translateY(-100%)
    }
    to{
        transform:translateY(0)
    }
}

.top-header li:not(:last-child):after {
  content:"";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  width: 1px;
  height: 100%;
 background-color: white;
}

/* =============== Navbar ================== */

.header .navbar-nav li a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

/* =============== Banner ================== */

.banner-video::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.6); 
}

/* ============== About Us ================== */
.hm-about{
padding: 100px 0px ;
}
.hm-about li::before {
  content: "\f337"; 
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -25px; 
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: black;
}
.hm-about .hm-about-image{
  background-image: url(../images/about-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 450px;
  position: relative;

}
.hm-about .hm-about-image::before{
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: var(--body-background);
  opacity: .6;
  width: 100%;
  height: 100%;
}

.hm-about .hm-about-image img{
  transform: translate(-20%, 50%);
  width: 700px;
}
.hm-about .about-card{
  right: 0;
  transform: translate(20px , -30px);
  width: 170px;
  height: 100px;
}

/* ============== Services Section ================== */
.hm-services{
  padding: 100px 0px;
}
.hm-services .hm-services-con::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: var(--bs-primary);
  width: 2px;
  height: 100%;
  margin: 0 auto;
}
.hm-services .brake-img::after,
.hm-services .suspension-text::after,
.hm-services .engine-img::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 15px; 
  height: 15px;
  background-color: var(--bs-primary);
  border-radius: 50%;
   box-shadow: 0 0 0 4px #c0863671;
  transform: translate(50%, 143px);
}
.hm-services .brake-img::before,
.hm-services .engine-img::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 50px; 
  height: 1px;
  background-color: var(--bs-primary);
  transform: translateY(150px);
}
.hm-services .suspension-text::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 50px; 
  height: 1px;
  background-color: var(--bs-primary);
  transform: translate(100%, 150px);
}

/* ============== Services Section ================== */

.hm-products{
  padding: 100px 0px;
}
.hm-products .product-card img{
  height: 230px;
  object-fit: contain;
}

/* ============== gallery Section ================== */
.hm-gallery{
  padding: 100px 0px;
}

/* ============== Contact Section ================== */
.hm-contact{
  padding: 100px 0px;
}
.hm-contact .contact-details{
  background-color: #EDEDED;
}
/* .contact-details a {
color: #a7a7a7;
} */


  
    /* inputs style (flat light boxes) */
    .contact-form .form-control {
      background: #EDEDED;
      border: none;
      height: 48px;
      box-shadow: none;
    }
    .contact-form .form-control:focus{
      outline: 1px solid var(--bs-secondary);
    }

    /* placeholder color */
    .contact-form .form-control::placeholder{
      color: #7a7a7a;
      font-weight: 300;
    }

    /* large textarea */
    .contact-form .form-control.textarea-lg {
      height: 140px;
      padding-top: 18px;
      padding-bottom: 18px;
    }

    /* spacing between stacked inputs like image */
    .mb-field {
      margin-bottom: 32px;
      padding-right: 0;
    }

    /* =============Footer============== */
     
     footer h5,small,p,.btn{
      font-family: var(--paragraph-font);
     }

.hm-footer input.form-control{
  box-shadow: none;
}

footer input.form-control::placeholder {
  color: #ffffff;
  font-size: 12px;
}
.hm-footer .footer-logo p{
font-size: 12px;
}
.hm-footer li a:hover {
  color: var(--bs-primary) !important;
}





  .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .slider {
    display: flex;
    transition: transform 0.6s ease-in-out;
  }

  .slide {
    min-width: 25%; /* 4 images per view = 25% each */
    height: 250px;
    box-sizing: border-box;
    padding: 5px;
  }

  .slide img {
    width: 100%;
    height: 100%;
  }

   .buttons {
    margin-top: 15px;
  }

  button {
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    transition: background 0.3s;
    background-color: transparent;
  }


/* 1) Subtle float (everyday gentle up/down) */
 .float-subtle img{
  animation: float-subtle 3s ease-in-out infinite;
}
@keyframes float-subtle {
  0%   { top: 0; }
  50%  { top: -20px; } 
  100% { top: 0; }
} 

/*
[data-scroll] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

/* Active when in view 
.in-view {
  opacity: 1;
  transform: translateY(0);
}
*/

[data-scroll-container] {
  overflow: hidden;
}

.magnetic-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.magnetic-btn span {
  position: relative;
  z-index: 2;
}

.magnetic-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1;
  transition: transform 0.4s ease;
}

.portfolio-slider-area.style-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 420px;
    overflow: hidden;
}
.portfolio-slider-wrapper .slick-list {
    margin: 0 -12px;
}
.portfolio-slider-wrapper .slick-list .slick-slide-item {
    margin: 0 12px;
}
.te-portfolio-card {
    overflow: hidden;
    margin-bottom: 30px;
}
.portfolio-slider-wrapper .slick-list .slick-slide-item:nth-child(even) .te-portfolio-card {
    padding: 0px 0;
}
.portfolio-slider-wrapper .slick-list .slick-slide-item:nth-child(odd) .te-portfolio-card {
    padding: 50px 0;
}
.te-portfolio-card .image {
    overflow: hidden;
    position: relative;
}
.te-portfolio-card .image:before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.te-portfolio-card .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 100%;
}

.te-portfolio-card .te-content-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 99;
}
.te-portfolio-card .te-content-wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    gap: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.te-portfolio-card.style-2 .te-content-wrapper .content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 24, 26, 0)), to(rgba(27, 24, 26, 0.7)));
    background: linear-gradient(180deg, rgba(27, 24, 26, 0) 0%, rgba(27, 24, 26, 0.7) 100%);
    padding: 20px;
}
.te-portfolio-card .te-content-wrapper .content .content-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    padding: 18px 10px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}
.te-portfolio-card .te-content-wrapper .content .title {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 39px;
    font-weight: 900;
}
.te-portfolio-card .te-content-wrapper .content .sub-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}
.te-portfolio-card .te-content-wrapper .content .btn-wrapper {
    position: absolute;
    top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.te-portfolio-card.style-2 .te-content-wrapper .content .btn-wrapper {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.te-portfolio-card .te-content-wrapper .content .btn-wrapper a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: var(--bs-primary);
    color: #14203A;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 20px;
}
.te-portfolio-card:hover .image:before {
	height: 250%;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
	background-color: transparent;
}

.te-portfolio-card:hover .image .te-content-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.te-portfolio-card:hover .image .te-content-wrapper .content .content-inner {
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.te-portfolio-card:hover .image .te-content-wrapper .content .btn-wrapper {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.te-portfolio-card:hover .image .te-content-wrapper .content .content-inner {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.te-portfolio-card:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.video-slider-wrapper .slick-list {
    padding: 60px 0 !important;
    position: relative;
}
.video-slider-item {
    height: 800px;
}

.video-slider-item .video-slider-item-wrapper {
    height: 100%;
    padding: 62px 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
}
.video-slider-wrapper .slick-slide.slick-center .video-slider-item-wrapper {
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.video-slider-item .video-slider-item-wrapper:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    border: 1px solid var(--bs-primary);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 9;
}
.video-slider-wrapper .slick-slide.slick-center .video-slider-item-wrapper:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.video-slider-card {
    height: 100%;
    position: relative;
}
.video-slider-card .video-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-slider-card .video-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-slider-card .video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px 30px;
    text-align: center;
    z-index: 99;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 24, 26, 0)), to(rgba(27, 24, 26, 0.7)));
    background: linear-gradient(180deg, rgba(27, 24, 26, 0) 0%, rgba(27, 24, 26, 0.7) 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.video-slider-wrapper .slick-slide.slick-center .video-slider-item-wrapper .video-slider-card .video-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.video-slider-card .video-content .title {
    font-size: 30px;
    line-height: initial;
}
.video-slider-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}
.video-slider-card .play-btn a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
}
.video-slider-wrapper .slider-arrow-btn {
    color: #ff4d24;
    font-size: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}
.video-slider-wrapper .slider-arrow-btn.prev-btn {
    left: -150px;
}
.video-slider-wrapper .slider-arrow-btn.next-btn {
    right: -150px;
}
@media only screen and (max-width: 1599px){
.video-slider-wrapper .slider-arrow-btn.prev-btn {
    left: -70px;
}
.video-slider-wrapper .slider-arrow-btn.next-btn {
    right: -70px;
}
}