body {
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    background-image: repeating-linear-gradient(0deg, hsla(262, 0%, 82%, 0.38) 0px, hsla(262, 0%, 82%, 0.38) 1px, transparent 1px, transparent 3px), repeating-linear-gradient(90deg, hsla(262, 0%, 82%, 0.38) 0px, hsla(262, 0%, 82%, 0.38) 1px, transparent 1px, transparent 3px), linear-gradient(90deg, rgb(243, 244, 245), rgb(243, 244, 245));
}

.logo {
    height: 40px
}

.footer-logo {
    height: 60px
}
.bg-pattern{
    background-image: repeating-linear-gradient(342deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(112.5deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(22.5deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(67.5deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(342deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(157.5deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(112.5deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(387deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(387deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(432deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(67.5deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(432deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(387deg, hsla(253,0%,98%,0.03) 0px, hsla(253,0%,98%,0.03) 1px,transparent 1px, transparent 12px),linear-gradient(387deg, rgba(13,8,66, 0.85),rgb(225,83,16));
}
.bg-img1 {
    background: url('../imgs/bg_img1.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}
.bg-img2 {
    background: url('../imgs/bg_img.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}
.bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.bg-img .container {
    position: relative;
    z-index: 2;
}
.bg-gradient{
    background: linear-gradient(336deg, rgba(13,8,66, 0.85), rgb(225,83,16)) !important;
    /* background: linear-gradient(90deg, rgba(2,6,23,0.85), rgba(6,24,48,0.6)); */
}

/* .hero-section {
    padding: 80px 0;
}
.welcome-card {
    backdrop-filter: blur(16px) saturate(161%);
    -webkit-backdrop-filter: blur(16px) saturate(161%);
    background-color: rgba(0, 17, 52, 0.44);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}
.hero-image {
    max-height: 360px;
    transform: translateY(0);
    transition: transform .6s ease;
}

.hero-image-wrap:hover .hero-image {
    transform: translateY(-8px);
}

.transform-section {

    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.transform-section .btn {
    opacity: 0.95
}
 */
.brand-logo {
    height: 154px;
}
 .hero-section {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes video responsive */
  z-index: 0;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(336deg, rgb(8 8 8 / 60%), rgb(227 223 222 / 7%));
  /* background:linear-gradient(336deg, rgba(13,8,66,0.85), rgba(225,83,16,0.65)); */
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 1;
}

.welcome-card {
  backdrop-filter: blur(5px) saturate(161%);
  -webkit-backdrop-filter: blur(5px) saturate(161%);
  background-color: rgba(0, 17, 52, 0.34);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
}

.hero-image {
  max-height: 360px;
  transform: translateY(0);
  transition: transform .6s ease;
}

.hero-image-wrap:hover .hero-image {
  transform: translateY(-8px);
}

.wwd {
  position: relative;
  overflow: hidden; /* keep corners neat */
}


.wwd::after {
  content: "";
  position: absolute;
  width: 50px;   /* adjust size */
  height: 50px;  /* adjust size */
  background: linear-gradient(336deg, rgba(13,8,66,0.85), rgb(225,83,16));
}
.detailing-video {
    width: 100%;
    overflow: hidden;
}

.detailing-video video {
    width: 100%;
    height: auto;
    display: block;
}
/* .wwd::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
} */

.wwd::after {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.card-title {
    font-weight: 600
}

.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25)
}
.bg-dark{
    background-color: #001134 !important;
}

/* Responsive tweaks */
@media (max-width:768px) {
    .hero-image {
        max-height: 240px
    }
}


/* small animation */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp .9s forwards
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: none
    }
}
.active{
    color: #ff6a00 !important;
    border-bottom: solid 2px #ffffff !important ;
}
.nav-link:focus, .nav-link:hover{
    color: #ff6a00 !important;
    border-bottom: solid 2px #ffffff !important ;
}
/* footer */
footer p,
footer li {
    color: rgba(255, 255, 255, 0.85)
}


/* cosmetic */
.container .card {
    border: 0
}