@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
  background: #0C0C16;
  color: #fff;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
}

.pt-80 {
  padding-top: 5rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fs-14 {
  font-size: 14px;
}

.body-text {
  font-weight: 300;
  color: #b0b0c3;
}

/* Navbar */
.navbar {
  z-index: 99;
  padding-top: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff0f !important;
  border-bottom: 1px solid #ffffff1a;
  padding: 15px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.navbar.scrolled .nav-link {
  color: #fff;
}

.navbar-brand {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #4C7DE7;
  font-weight: 500;
}

.nav-link {
  color: #b0b0c3;
  font-weight: 300;
}

.navbar-nav {
  gap: 20px;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.MainBtn {
  background: #4C7DE7;
  background: linear-gradient(174deg, rgba(76, 125, 231, 1) 0%, rgba(55, 67, 229, 1) 100%);
  border-radius: 100px;
  padding: 14px 28px;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  border: none;
}

.MainBtn:hover {
  background: linear-gradient(174deg, rgb(69, 114, 209) 0%, rgb(51, 62, 209) 100%);
}

.hero-section {
  position: relative;
  background: url('../images/hero_bg.png') no-repeat bottom center/cover;
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 150px;
}

.hero-content {
  max-width: 800px;
  z-index: 2;
}

.hero-subtitle {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.hero-subtitle::after {
  content: url("../images//text-element.svg");
  display: block;
  /* width: 60px;
  height: 4px; */
  border-radius: 2px;
  margin-top: 6px;
  position: absolute;
  top: 1.8rem;
}

.hero-title {
  font-size: 3.75rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-desc {
  color: #b0b0c3;
  font-size: 1rem;
  margin-bottom: 32px;
  font-weight: 300;
  max-width: 520px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
}

.hero-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 45%;
  display: flex;
  align-items: center;
  background: linear-gradient(360deg, rgba(11, 11, 21, 0) 0%, rgba(11, 11, 21, 1) 40%, rgba(11, 11, 21, 1) 53%, rgba(11, 11, 21, 1) 67%, rgba(11, 11, 21, 0) 100%);
}

.hero-image-elements {
  position: absolute;
  right: 14rem;
  top: 7rem;
  z-index: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.link {
  display: grid;
}

/* .link span {
  font-size: 12px;
} */




.service-box {
  padding: 0 1rem;
  position: relative;
}

.dotted-line::after {
  content: url('../images//dotted-line-1.svg');
  position: absolute;
  top: 11px;
  left: -14rem;
  width: 100%;
}

.dotted-line::before {
  content: url('../images//dotted-line-2.svg');
  position: absolute;
  top: 3rem;
  right: -14rem;
  width: 100%;
}

.service-box p {
  font-weight: 300;
  color: #b0b0c3;
}

.service-box {}

.service-box .service-icon {
  background: linear-gradient(177deg, #4C7DE7 0%, #3743E5 100%);
  border-radius: 1.25rem;
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
}

.car-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  mix-blend-mode: luminosity;
}

.nav-pills .nav-link {
  border-bottom: 2px solid #2E2E42;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  min-width: 230px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
}

.car-card {
  background: #151520;
  border: 1px solid #2E2E42;
  padding: 10px;
  border-radius: 16px;
}

.card-img {
  border-radius: 12px;
  height: 350px;
  width: 100%;
  overflow-y: hidden;
}

.card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.banner {
  background: url('../images/banner-img.png') no-repeat center center;
  background-size: cover;
  color: white;
  position: relative;
}

.banner-overlay {
  background-color: rgba(20, 20, 31, 0.82);
  padding-top: 4rem;
}

.banner h2 {
  font-weight: 700;
  font-size: 2rem;
}

.banner p {
  font-size: 1rem;
  max-width: 500px;
}

.store-btns img {
  height: 50px;
  margin-right: 10px;
}

.phone-img {
  max-width: 100%;
  height: auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
}

.spare-parts-section {
  background: #0C0C16;
  color: #fff;
}

.spare-parts-section h2 {
  font-weight: 600;
  font-size: 2.2rem;
}

.spare-parts-section .text-muted {
  color: #b0b0c3 !important;
}

.spare-card {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.spare-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.spare-card-info {
  background: #151520;
  border-radius: 20px;
  padding: 18px 18px 10px 18px;
  position: relative;
  border: 1px solid #2E2E42;
  top: -36px;
  margin: 0 20px;
}

.spare-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.spare-price {
  font-weight: 500;
  font-size: 1.1rem;
  color: #fff;
}

.spare-rating {
  font-size: 1rem;
  margin-top: 2px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #232334 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  font-size: 1.5rem !important;
  border: none;
  outline: none;
}

.owl-nav button span {
  font-size: 2rem;
  line-height: 36px;
}

.hero-section .list-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.list-group .list-group-item {
  width: 46%;
}

.how-it-works {
  background-color: #151520;
}

.how-it-works h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.how-it-works p.description {
  text-align: center;
  color: #bbb;
  margin-bottom: 40px;
}

.step {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 70px;
  position: relative;
}

.step-icon {
  background: linear-gradient(135deg, #3f82fc, #715bff);
  color: white;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0;
  position: relative;
}

.step-icon::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #2c2c3a;
  z-index: -1;
}

.step:last-child .step-icon::before {
  display: none;
}

.step:last-child {
  margin-bottom: 0;
}

.step h5 {
  margin-bottom: 5px;
  font-weight: 700;
}



.how-it-works .final-note {
  margin-top: 3.75rem;
  text-align: center;
}


.how-it-works .final-note p {
  color: #bbb;
  font-size: 14px;
}




.app-screenshots-section {
  background: #0C0C16;
  color: #fff;
}

.app-screenshots-section h2 {
  font-weight: 600;
  font-size: 2.2rem;
}

.app-screenshots-section .text-muted {
  color: #b0b0c3 !important;
}

.screenshot-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  transition: all 0.3s;
  filter: grayscale(1) brightness(0.7);
  opacity: 0.6;
  transform: scale(0.95);
}

.app-ss-img {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: transform 0.3s, box-shadow 0.3s;
}

.owl-item.center .screenshot-item {
  filter: none;
  opacity: 1;
  transform: scale(1.1);
  z-index: 2;
}




.owl-carousel .owl-dots.disabled {
  display: block !important;
}

/* Custom Owl Carousel Dots */
.owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-dot {
  display: inline-block;
  margin: 0 8px;
}

.owl-dot {
  margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #FFFFFF;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  background: linear-gradient(135deg, #4f6ef7 0%, #3b82f6 100%);
  box-shadow: 0 2px 12px 0 rgba(79, 110, 247, 0.18);
}

.app-screenshots-section .owl-carousel .owl-item {
  padding: 2rem 0;
}

.testimonials-section {
  background: #0C0C16;
  color: #fff;
}

.testimonials-section h2 {
  font-weight: 600;
  font-size: 2.2rem;
}

.testimonials-section .text-muted {
  color: #b0b0c3 !important;
}

.testimonial-card {
  background: #151520;
  border-radius: 16px;
  padding: 2.5rem 2rem 2rem 2rem;
  margin: 0 10px;
  min-height: 320px;
  box-shadow: 0 2px 16px 0 rgba(44, 44, 58, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: box-shadow 0.2s;
}

.testimonial-quote {
  font-size: 2.5rem;
  color: #4f6ef7;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}

.testimonial-text {
  font-size: 1.05rem;
  color: #ffffffd3;
  font-weight: 300;
  margin-bottom: 1.5rem;
  min-height: 80px;
}

.testimonial-rating {
  margin-bottom: 1rem;
}

.testimonial-user {
  margin-top: auto;
  align-items: center;
}

.testimonial-avatar {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #4f6ef7;
}

.testimonial-name {
  font-weight: 500;
  color: #fff;
  font-size: 1.08rem;
  margin-left: 10px;
}

.owl-carousel.testimonials-owl .owl-item {
  padding: 10px 0;
}


.main-footer {
  background: #181823;
  color: #fff;
  padding: 60px 0 0 0;
  font-family: 'Rubik';
  font-size: 15px;
}

.footer-top {
  margin-bottom: 30px;
}

.footer-brand h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.footer-tagline {
  font-size: 14px;
  color: #fff;
  margin-bottom: 1em;
}

.footer-desc {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.7em;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 94px;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='94' height='3' viewBox='0 0 94 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' width='88' height='3' fill='white'/%3E%3Crect width='57' height='3' fill='%234C7DE7'/%3E%3C/svg%3E%0A");
  margin-top: 5px;
  border-radius: 2px;
  background-repeat: no-repeat;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5em;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-form {
  margin-top: 10px;
}

.footer-form input[type="email"] {
  flex: 1;
  padding: 12px 12px;
  border-radius: 8px;
  border: 1px solid #4C7DE7;
  background: #232334;
  color: #fff;
  outline: none;
  width: 100%;
}

.footer-divider {
  border: none;
  border-top: 1px solid #515173;
  margin: 30px 0 20px 0;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 20px;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: #4C7DE7;
  border-radius: 6px;
  margin-right: 10px;
}

.footer-contact div {
  color: #b0b0c3;
  font-size: 1rem;
}

.footer-contact div:first-child {
  font-weight: 500;
  color: #fff;
}

.footer-copyright {
  border-top: 1px solid #232334;
  padding: 15px 0 10px 0;
  font-size: 0.98rem;
  color: #b0b0c3;
  align-items: center;
  background: #0C0C16;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-social-icon {
  width: 32px;
  height: 32px;
  background: #181823;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 1.1rem;
  transition: background 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
}

.footer-social-icon:hover {
  background: #4f6ef7;
  color: #fff;
}

.service-section {
  overflow-x: hidden;
}

.footer-contact div a {
  color: #b0b0c3;
}

.frm input , .frm textarea{
    background: #0c0c16;
    border: 1px solid transparent !important;
    padding: 13px 20px;
    border-radius: 15px;
    color: #fff;
}

.frm .form-group {
    margin-bottom: 20px;
}

.frm input:focus , .frm textarea:focus {
    background-color: #0c0c16;
    border: 1px solid #343434 !important;
    box-shadow: none;
    color: #fff;
}

.frm button {
    background: #4C7DE7;
    background: linear-gradient(174deg, rgba(76, 125, 231, 1) 0%, rgba(55, 67, 229, 1) 100%);
    border-radius: 100px;
    padding: 15px 45px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    border: none;
}
@media (max-width: 1367px) {
  .hero-container {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .hero-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-image {
    justify-content: center;
    margin-top: 40px;
    width: 100%;
  }

  .hero-image img {
    max-width: 90vw;
  }
}

@media (max-width: 991px) {

  .footer-top>div,
  .footer-bottom>div,
  .footer-copyright>div {
    margin-bottom: 20px;
    text-align: left !important;
  }

  .footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .text-end {
    text-align: center !important;
  }

  .hero-content {
    margin: 0;
    order: 2;
    width: 100%;
  }

  .hero-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
  }

  .hero-subtitle::after {
    display: none;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .spare-parts-section h2,
  .app-screenshots-section h2,
  .testimonials-section h2 {
    font-size: 1.5rem;
  }

  .banner h2,
  .footer-brand h2 {
    font-size: 1.3rem;
  }

  .footer-title {
    font-size: 1rem;
  }

  .spare-title,
  .spare-price {
    font-size: 1rem;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }

  .step {
    margin: 0;
    padding-bottom: 30px;
  }

  .hero-image img {
    opacity: 1;
    max-width: 100%;
    right: -30px;
  }

  .hero-container {
    padding: 0 30px;
  }

  .list-group .list-group-item {
    width: 100%;
  }

  .pb-80,
  .pt-80 {
    padding-bottom: 2rem;
  }

  .spare-img {
    height: 260px;
  }

  .spare-card-info {
    padding: 20px;
  }

  .main-footer {
    padding: 30px 20px;
  }

  .footer-copyright .container {
    margin: 0;
  }

  .footer-copyright .container .row {
    align-items: center;
  }

  .navbar-nav {
    gap: 5px;
  }
}

@media (max-width: 767px) {
  .app-ss-img {
    max-width: 180px;
    border-radius: 18px;
  }

  .screenshot-item {
    min-height: 260px;
  }

  .hero-image {
    order: 1;
    position: relative;
  }
}

@media (max-width: 767px) {
  .testimonial-card {
    padding: 1.5rem 1rem 1rem 1rem;
    min-height: 220px;
  }
}