@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");

:root {
  --ojas-black: #050505;
  --ojas-dark: #0b0b0b;
  --ojas-card: #121212;
  --ojas-lime: #b6ff2e;
  --ojas-lime-2: #8ed300;
  --ojas-green: #4f8f16;
  --ojas-text: #f4f7f1;
  --ojas-muted: #9aa39a;
  --ojas-line: rgba(182, 255, 46, 0.18);
}

body.ojas-home {
  background: var(--ojas-black) !important;
  color: var(--ojas-text);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

body.ojas-home .preloader {
  background: #050505;
}

body.ojas-home main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ojas-header.header {
  background: #050505 !important;
  border-bottom: 1px solid rgba(182, 255, 46, 0.12);
  padding: 8px 0;
  position: relative;
  z-index: 50;
}

body.ojas-home .ojas-header.header {
  background: rgba(5, 5, 5, 0.72) !important;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.ojas-home .ojas-header.header.fixed-header {
  position: fixed !important;
  background: rgba(5, 5, 5, 0.94) !important;
  box-shadow: none !important;
}

.ojas-header .navbar {
  gap: 8px;
  flex-wrap: nowrap;
}

.ojas-header .logo img,
.ojas-header .navbar-brand img {
  height: 52px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
}

.ojas-header .offcanvas {
  background: #050505 !important;
}

@media (min-width: 992px) {
  .ojas-header .offcanvas {
    position: static !important;
    visibility: visible !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    flex: 1 1 auto;
    max-width: none;
  }

  .ojas-header .offcanvas-body {
    display: flex !important;
    background: transparent !important;
    padding: 0 !important;
    overflow: visible;
  }
}

.ojas-header .nav-menu.navbar-nav {
  width: auto !important;
  flex: 1 1 auto;
  flex-wrap: nowrap !important;
  justify-content: center;
  gap: 0;
}

.ojas-header .nav-menu .nav-item {
  width: auto !important;
  flex: 0 0 auto !important;
  white-space: nowrap;
}

.ojas-header .nav-menu .nav-item .nav-link,
.ojas-header .nav-menu .nav-item.active .nav-link,
.ojas-header .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 1.2 !important;
  padding: 8px 9px !important;
  text-transform: none !important;
  white-space: nowrap !important;
  width: auto !important;
  display: inline-block !important;
  background: transparent !important;
  margin: 0 !important;
}

.ojas-header .nav-menu .nav-item.active .nav-link,
.ojas-header .nav-menu .nav-item:hover .nav-link,
.ojas-header .navbar-nav .nav-item.active .nav-link,
.ojas-header .navbar-nav .nav-item:hover .nav-link {
  color: #b6ff2e !important;
}

.ojas-header .navbar-nav__bar,
.ojas-header .language {
  display: none !important;
}

.ojas-header .navbar-toggler,
.ojas-header .header-button,
.ojas-header .navbar-toggler i {
  color: #b6ff2e !important;
}

.ojas-phone {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 12px;
}

.ojas-phone i {
  color: #b6ff2e;
  margin-right: 6px;
}

.ojas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none !important;
  border: 0;
  background: linear-gradient(135deg, #b6ff2e, #8ed300);
  color: #111 !important;
  box-shadow: 0 8px 24px rgba(182, 255, 46, 0.25);
  transition: 0.25s ease;
}

.ojas-btn:hover {
  transform: translateY(-1px);
  color: #000 !important;
  box-shadow: 0 12px 28px rgba(182, 255, 46, 0.4);
}

.ojas-btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.ojas-btn--ghost:hover {
  border-color: var(--ojas-lime);
  color: var(--ojas-lime) !important;
}

.ojas-btn--sm {
  min-height: 42px;
  padding: 0 16px;
}

.ojas-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  background-color: #050505;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 78% 42%;
  overflow: hidden;
  margin-top: 0 !important;
}

.ojas-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(5, 5, 5, 0.88) 0%,
      rgba(5, 5, 5, 0.62) 28%,
      rgba(5, 5, 5, 0.18) 46%,
      rgba(5, 5, 5, 0) 62%
    );
}

.ojas-hero__inner {
  position: relative;
  z-index: 2;
  padding: 110px 0 48px;
  max-width: min(480px, 42%);
}

.ojas-hero h1 {
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 14px;
  color: #fff;
}

.ojas-hero h1 em {
  color: var(--ojas-lime);
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
}

.ojas-hero p {
  color: #d7ddd3;
  font-size: 18px;
  margin-bottom: 28px;
}

.ojas-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.ojas-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.ojas-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #e8eee4;
  font-size: 12px;
  font-weight: 600;
  width: 92px;
  text-align: center;
}

.ojas-trust__icon {
  width: 54px;
  height: 54px;
  border: 1.5px solid var(--ojas-lime);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ojas-lime);
  font-size: 22px;
  background: rgba(0, 0, 0, 0.35);
}

.ojas-section {
  padding: 80px 0;
}

.ojas-title {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #fff;
}

.ojas-title span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.ojas-title span::before,
.ojas-title span::after {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--ojas-lime);
}

.ojas-bikes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ojas-bike {
  background: #f4f7f1;
  color: #121a14;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.ojas-bike img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  background: #0b0b0b;
}

.ojas-bike__body {
  padding: 24px;
}

.ojas-bike h3 {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  margin: 0 0 4px;
}

.ojas-bike .tag {
  color: #4f8f16;
  font-weight: 700;
  margin-bottom: 14px;
}

.ojas-bike li {
  list-style: none;
  margin: 8px 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.ojas-bike li i {
  color: #4f8f16;
  margin-top: 3px;
}

.ojas-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ojas-service {
  border-radius: 22px;
  padding: 28px 24px;
  min-height: 280px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.ojas-service h3 {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  margin-bottom: 8px;
}

.ojas-service p {
  opacity: 0.9;
  margin-bottom: 18px;
}

.ojas-service--buy { background: linear-gradient(160deg, #12351a, #07140b); }
.ojas-service--rent { background: linear-gradient(160deg, #12324a, #071018); }
.ojas-service--franchise { background: linear-gradient(160deg, #3a1450, #140818); }

.ojas-service .ojas-btn {
  align-self: flex-start;
}

.ojas-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ojas-step {
  text-align: center;
  color: #e8eee4;
}

.ojas-step__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 1px solid var(--ojas-lime);
  display: grid;
  place-items: center;
  color: var(--ojas-lime);
  font-size: 28px;
  background: rgba(182, 255, 46, 0.06);
}

.ojas-why {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  border: 1px solid var(--ojas-lime);
  border-radius: 16px;
  padding: 22px 10px;
}

.ojas-why__item {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #e8eee4;
}

.ojas-why__item i {
  display: block;
  color: var(--ojas-lime);
  font-size: 26px;
  margin-bottom: 8px;
}

.ojas-showrooms {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.ojas-city {
  display: block;
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #1a1a1a;
  text-decoration: none !important;
}

.ojas-city img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.ojas-city:hover img {
  transform: scale(1.08);
}

.ojas-city span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.ojas-help {
  background: #101410;
  border-top: 1px solid var(--ojas-line);
  border-bottom: 1px solid var(--ojas-line);
  padding: 28px 0;
}

.ojas-help__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ojas-help h3,
body.ojas-home .ojas-help h3,
body.ojas-home h1,
body.ojas-home h2,
body.ojas-home h3,
body.ojas-home h4,
body.ojas-home h5,
body.ojas-home p,
body.ojas-home .ojas-title,
body.ojas-home .ojas-step h5,
body.ojas-home .ojas-step p,
body.ojas-home .ojas-why__item,
body.ojas-home .ojas-service h3,
body.ojas-home .ojas-service p,
body.ojas-home .footer-item__desc,
body.ojas-home .bottom-footer-text {
  color: #ffffff !important;
}

.ojas-help h3 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  color: #ffffff !important;
}

.ojas-bike,
.ojas-bike h3,
.ojas-bike p,
.ojas-bike li,
body.ojas-home .ojas-bike,
body.ojas-home .ojas-bike h3,
body.ojas-home .ojas-bike p,
body.ojas-home .ojas-bike li {
  color: #121a14 !important;
}

.ojas-bike .tag,
body.ojas-home .ojas-bike .tag {
  color: #4f8f16 !important;
}

@media (max-width: 1399px) {
  .ojas-header .ojas-phone {
    display: none !important;
  }
}

.ojas-socials {
  display: flex;
  gap: 10px;
}

.ojas-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff !important;
  font-size: 16px;
}

.ojas-socials .fb { background: #1877f2; }
.ojas-socials .ig { background: #e1306c; }
.ojas-socials .yt { background: #ff0000; }
.ojas-socials .wa { background: #25d366; }

.ojas-footer.footer-area {
  background: #050505 !important;
  color: #cfd6cb;
}

.ojas-footer .footer-wrapper {
  background: none !important;
  padding: 64px 0 28px;
}

.ojas-footer .footer-item__logo img {
  height: 64px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.ojas-footer .footer-item__title,
.ojas-footer h5 {
  color: #fff !important;
  font-size: 16px;
  margin-bottom: 16px;
}

.ojas-footer .footer-menu__link,
.ojas-footer a {
  color: #b7c0b3 !important;
}

.ojas-footer .footer-menu__link:hover,
.ojas-footer a:hover {
  color: var(--ojas-lime) !important;
}

.ojas-footer .bottom-footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.ojas-home .scroll-top {
  background: var(--ojas-lime) !important;
  color: #111 !important;
}

.ojas-mobile-cta {
  white-space: nowrap;
  margin-left: auto;
  margin-right: 8px;
}

@media (max-width: 1199px) {
  .ojas-showrooms,
  .ojas-why {
    grid-template-columns: repeat(3, 1fr);
  }

  .ojas-hero__inner {
    max-width: min(440px, 46%);
  }
}

@media (max-width: 991px) {
  .ojas-header .navbar {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .ojas-header .navbar-brand {
    order: 1;
  }

  .ojas-mobile-cta {
    order: 2;
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .ojas-header .navbar-toggler {
    display: flex !important;
    align-items: center;
    justify-content: center;
    order: 3;
    min-width: 44px;
    min-height: 44px;
    font-size: 26px !important;
    color: #b6ff2e !important;
    border: 1px solid rgba(182, 255, 46, 0.45) !important;
    border-radius: 8px !important;
    padding: 0 8px !important;
    background: rgba(182, 255, 46, 0.08) !important;
    z-index: 60;
  }

  .ojas-header .navbar-toggler i {
    color: #b6ff2e !important;
  }

  .ojas-header .logo img,
  .ojas-header .navbar-brand img {
    height: 42px;
    max-width: 132px;
  }

  .ojas-header .offcanvas {
    width: min(320px, 88vw) !important;
    background: #050505 !important;
  }

  .ojas-header .nav-menu .nav-item .nav-link {
    display: block !important;
    padding: 12px 4px !important;
    font-size: 16px !important;
  }

  .ojas-hero {
    min-height: auto;
    display: block;
    background-position: 72% 32%;
    background-size: cover;
  }

  .ojas-hero::before {
    background: linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.55) 0%,
      rgba(5, 5, 5, 0.12) 28%,
      rgba(5, 5, 5, 0.08) 48%,
      rgba(5, 5, 5, 0.82) 72%,
      #050505 100%
    );
  }

  .ojas-hero__inner {
    max-width: 100%;
    padding: min(52vh, 430px) 0 28px;
  }

  .ojas-hero h1 {
    font-size: 34px;
  }

  .ojas-hero p {
    font-size: 16px;
  }

  .ojas-hero__actions .ojas-btn {
    flex: 1 1 160px;
  }

  .ojas-trust {
    gap: 12px 8px;
    justify-content: space-between;
  }

  .ojas-trust__item {
    width: calc(25% - 8px);
    min-width: 70px;
    font-size: 11px;
  }

  .ojas-trust__icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .ojas-section {
    padding: 48px 0;
  }

  .ojas-title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .ojas-bikes,
  .ojas-services {
    grid-template-columns: 1fr;
  }

  .ojas-steps {
    grid-template-columns: 1fr 1fr;
  }

  .ojas-header .ojas-phone {
    display: none;
  }

  .ojas-help__row {
    flex-direction: column;
    text-align: center;
  }

  .ojas-help__title {
    font-size: 22px !important;
  }

  .ojas-footer .footer-wrapper {
    padding: 40px 0 24px !important;
  }

  .ojas-city {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .ojas-showrooms,
  .ojas-why {
    grid-template-columns: repeat(2, 1fr);
  }

  .ojas-hero {
    background-position: 74% 28%;
  }

  .ojas-hero__inner {
    padding-top: min(42vh, 340px);
  }

  .ojas-hero h1 {
    font-size: 28px;
  }

  .ojas-trust__item {
    width: calc(50% - 8px);
  }

  .ojas-bike img {
    height: 210px;
  }

  .ojas-why {
    padding: 16px 8px;
    gap: 16px 8px;
  }

  .ojas-city {
    height: 140px;
  }

  .ojas-title span::before,
  .ojas-title span::after {
    width: 22px;
  }
}

@media (max-width: 480px) {
  .ojas-steps {
    grid-template-columns: 1fr;
  }

  .ojas-hero__actions {
    flex-direction: column;
  }

  .ojas-hero__actions .ojas-btn {
    width: 100%;
  }
}

.ojas-service__title,
.ojas-step__title,
.ojas-help__title,
.ojas-foot-title,
.ojas-footer .ojas-foot-title.footer-item__title,
.ojas-footer h5.footer-item__title {
  color: #ffffff !important;
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

.ojas-service__title {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #ffffff !important;
}

.ojas-step__title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #ffffff !important;
}

.ojas-help__title {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff !important;
}

.ojas-footer,
.ojas-footer.footer-area,
.ojas-footer .footer-wrapper,
.ojas-footer .bottom-footer {
  background: #050505 !important;
  background-color: #050505 !important;
  background-image: none !important;
}

.ojas-footer .footer-wrapper::before,
.ojas-footer .footer-wrapper::after,
.ojas-footer.footer-area::before,
.ojas-footer.footer-area::after,
.ojas-footer .bottom-footer::before,
.ojas-footer .bottom-footer::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.ojas-footer .bottom-footer,
.ojas-footer .bottom-footer-text {
  background: #000 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.ojas-footer .footer-item__desc,
.ojas-footer .footer-menu__link,
.ojas-footer p,
.ojas-footer li,
.ojas-footer a {
  color: #e8eee4 !important;
  -webkit-text-fill-color: #e8eee4 !important;
}

.ojas-footer .ojas-foot-title,
.ojas-footer .footer-item__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.ojas-footer .footer-menu__link:hover,
.ojas-footer a:hover {
  color: #b6ff2e !important;
  -webkit-text-fill-color: #b6ff2e !important;
}

.ojas-footer .bottom-footer,
.ojas-footer .bottom-footer-text {
  background: #000 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.ojas-auth {
  background: #050505 !important;
  color: #f4f7f1;
  overflow-x: hidden;
}

body.ojas-auth .preloader {
  background: #050505;
}

.ojas-account {
  background: #050505;
}

.ojas-account .account-inner {
  min-height: 100vh;
}

.ojas-account__visual {
  position: relative;
  min-height: 100vh;
  background: #050505 url("../images/ojas/hero-banner.png") 72% center / cover no-repeat;
}

.ojas-account__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.55) 0%, rgba(5, 5, 5, 0.18) 100%);
}

.ojas-account__brand {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: 40px;
  color: #fff;
}

.ojas-account__brand img {
  height: 64px;
  width: auto;
  margin-bottom: 18px;
}

.ojas-account__brand p {
  color: #b6ff2e !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}

.ojas-account__brand h2 {
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff !important;
}

.ojas-account__brand h2 em {
  color: #b6ff2e;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
}

body.ojas-auth .account-tab {
  background: #0b0b0b !important;
  max-width: 640px;
  padding: 32px 28px 40px;
}

body.ojas-auth .account-tab__inner {
  max-width: 540px;
}

body.ojas-auth .account-logo img {
  height: 52px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
}

body.ojas-auth .custom--tab {
  background: transparent !important;
  border: 0 !important;
  margin-bottom: 18px;
}

body.ojas-auth .custom--tab .tab__bar {
  background: #b6ff2e !important;
}

body.ojas-auth .custom--tab .nav-item .nav-link,
body.ojas-auth .custom--tab .nav-item .nav-link.active {
  color: #9aa39a !important;
  font-weight: 700 !important;
}

body.ojas-auth .custom--tab .nav-item .nav-link.active {
  color: #b6ff2e !important;
}

body.ojas-auth .account-form__title {
  color: #ffffff !important;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 28px;
}

body.ojas-auth .account-form__desc,
body.ojas-auth .form--label,
body.ojas-auth .form-check-label,
body.ojas-auth label {
  color: #cfd6cb !important;
}

body.ojas-auth .form--control,
body.ojas-auth .form-control,
body.ojas-auth select.form--control {
  background: #121212 !important;
  border: 1px solid rgba(182, 255, 46, 0.22) !important;
  color: #ffffff !important;
  min-height: 48px;
  box-shadow: none !important;
}

body.ojas-auth .form--control:focus,
body.ojas-auth .form-control:focus {
  border-color: #b6ff2e !important;
}

body.ojas-auth .form--control::placeholder {
  color: #7d8678;
}

body.ojas-auth .ojas-link,
body.ojas-auth a.ojas-link {
  color: #b6ff2e !important;
  font-weight: 600;
}

.ojas-mobile-field {
  display: flex;
  align-items: stretch;
}

.ojas-mobile-prefix,
.ojas-country-fixed {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.22);
  color: #fff;
  font-weight: 700;
}

.ojas-mobile-prefix {
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 0 12px;
  white-space: nowrap;
}

.ojas-mobile-field .form--control {
  border-radius: 0 8px 8px 0 !important;
}

.ojas-country-fixed {
  width: 100%;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 14px;
}

.ojas-country-fixed span:last-child {
  margin-left: auto;
  color: #9aa39a;
  font-weight: 500;
  font-size: 12px;
}

.ojas-flag {
  width: 22px;
  height: 15px;
  display: inline-block;
  border-radius: 2px;
  background: linear-gradient(#ff9933 0 33%, #ffffff 33% 66%, #138808 66% 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  flex: 0 0 22px;
}

.ojas-optional {
  color: #9aa39a;
  font-weight: 500;
  font-size: 12px;
}

.ojas-hint {
  display: block;
  margin-top: 6px;
  color: #9aa39a !important;
  font-size: 12px;
}

.ojas-refer-status {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  min-height: 18px;
}

.ojas-refer-status.is-ok {
  color: #b6ff2e !important;
}

.ojas-refer-status.is-bad {
  color: #ff6b6b !important;
}

body.ojas-auth .ojas-btn.w-100 {
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
}

body.ojas-auth .auth-devide span {
  background: #0b0b0b;
  color: #9aa39a;
}

body.ojas-auth .auth--btn {
  background: #121212 !important;
  border-color: rgba(182, 255, 46, 0.22) !important;
  color: #fff !important;
}

.ojas-modal {
  background: #121212;
  color: #fff;
}

.ojas-modal .modal-header,
.ojas-modal .modal-footer {
  border-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
  .ojas-account .account-inner {
    flex-direction: column;
  }

  .ojas-account__visual {
    min-height: 220px;
  }

  .ojas-account__brand {
    padding: 24px 20px;
  }

  .ojas-account__brand h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .ojas-account__visual {
    display: none;
  }

  body.ojas-auth .account-tab {
    max-width: 100%;
    padding: 24px 16px 36px;
  }
}

body.ojas-dash {
  background: #050505 !important;
  color: #f4f7f1;
  overflow-x: hidden;
}

body.ojas-dash .preloader {
  background: #050505;
}

body.ojas-dash main {
  margin-top: 0 !important;
}

body.ojas-dash .ojas-header.header {
  position: sticky;
  top: 0;
  background: #050505 !important;
  z-index: 100;
}

body.ojas-dash .breadcrumb-wrapper,
body.ojas-dash .breadcrumb-wrapper.style-center {
  background: #0b0b0b !important;
  border-bottom: 1px solid rgba(182, 255, 46, 0.12);
  padding: 28px 0 !important;
}

body.ojas-dash .breadcrumb-wrapper__title,
body.ojas-dash .breadcrumb-wrapper__title span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800;
}

body.ojas-dash .dashboard {
  background: #050505;
  padding: 36px 0 72px !important;
}

body.ojas-dash .dashboard .sidebar-menu {
  background: #121212 !important;
  border: 1px solid rgba(182, 255, 46, 0.16) !important;
  color: #f4f7f1;
}

body.ojas-dash .dashboard .auth-user__name,
body.ojas-dash .dashboard .auth-user__email,
body.ojas-dash .dashboard-profile .name {
  color: #ffffff !important;
}

body.ojas-dash .dashboard .auth-user__email {
  color: #9aa39a !important;
}

body.ojas-dash .dashboard .auth-user__image {
  border-color: #b6ff2e !important;
}

body.ojas-dash .dashboard .sidebar-menu-list__link,
body.ojas-dash .sidebar-submenu-list__link {
  color: #e8eee4 !important;
}

body.ojas-dash .dashboard .sidebar-menu-list__link .icon {
  background: none !important;
  -webkit-text-fill-color: #b6ff2e !important;
  color: #b6ff2e !important;
}

body.ojas-dash .dashboard .sidebar-menu-list__item.active > a,
body.ojas-dash .dashboard .sidebar-menu-list__item.active > a .icon,
body.ojas-dash .sidebar-submenu-list__link.active {
  background: linear-gradient(135deg, #b6ff2e, #8ed300) !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

body.ojas-dash .dashboard .sidebar-menu-list__link:hover {
  background: rgba(182, 255, 46, 0.08);
}

body.ojas-dash .sidebar-submenu-list {
  background: rgba(0, 0, 0, 0.35) !important;
}

body.ojas-dash .sidebar-submenu-list__badge,
body.ojas-dash .menu-count {
  background: #b6ff2e !important;
  color: #111 !important;
}

body.ojas-dash .dashboard .sidebar-menu__close,
body.ojas-dash .dashboard .dashboard-body__bar-icon {
  color: #b6ff2e !important;
}

body.ojas-dash .dashboard-body__bar {
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 16px;
}

.ojas-dash-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #121212, #0b1608);
  border: 1px solid rgba(182, 255, 46, 0.18);
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 20px;
}

.ojas-dash-welcome__hello {
  color: #b6ff2e !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  margin-bottom: 4px;
}

.ojas-dash-welcome h3 {
  color: #fff !important;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  margin: 0 0 6px;
}

.ojas-dash-welcome p {
  color: #cfd6cb !important;
  margin: 0;
}

.ojas-dash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ojas-alert {
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ojas-alert h6 {
  margin: 0 0 6px;
  font-weight: 800;
  color: #fff !important;
}

.ojas-alert p,
.ojas-alert p a {
  margin: 0;
  color: #e8eee4 !important;
}

.ojas-alert a {
  color: #b6ff2e !important;
  font-weight: 700;
}

.ojas-alert--danger {
  background: rgba(220, 53, 69, 0.12);
  border-color: rgba(220, 53, 69, 0.35);
}

.ojas-alert--warning {
  background: rgba(255, 193, 7, 0.1);
  border-color: rgba(255, 193, 7, 0.35);
}

body.ojas-dash .dashboard .dashboard-widget {
  background: #121212 !important;
  border: 1px solid rgba(182, 255, 46, 0.16) !important;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.ojas-dash .dashboard .dashboard-widget__shape {
  display: none;
}

body.ojas-dash .dashboard .dashboard-widget__icon {
  background: none !important;
  -webkit-text-fill-color: #b6ff2e !important;
  color: #b6ff2e !important;
  font-size: 32px;
  margin-bottom: 10px;
}

body.ojas-dash .dashboard .dashboard-widget__number,
body.ojas-dash .dashboard .dashboard-widget__text,
body.ojas-dash .dashboard-body h1,
body.ojas-dash .dashboard-body h2,
body.ojas-dash .dashboard-body h3,
body.ojas-dash .dashboard-body h4,
body.ojas-dash .dashboard-body h5,
body.ojas-dash .dashboard-body h6,
body.ojas-dash .card-header h6,
body.ojas-dash .custom--card,
body.ojas-dash .custom--card h6,
body.ojas-dash p,
body.ojas-dash td,
body.ojas-dash th,
body.ojas-dash label,
body.ojas-dash .form--label {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.ojas-dash .dashboard .dashboard-widget__text {
  color: #9aa39a !important;
  -webkit-text-fill-color: #9aa39a !important;
}

body.ojas-dash .custom--card,
body.ojas-dash .custom--card .card-body,
body.ojas-dash .card {
  background: #121212 !important;
  border-color: rgba(182, 255, 46, 0.16) !important;
  color: #fff;
}

body.ojas-dash .table {
  color: #e8eee4;
}

body.ojas-dash .table thead th {
  background: #0b0b0b;
  color: #b6ff2e !important;
  border-color: rgba(182, 255, 46, 0.12);
}

body.ojas-dash .table td,
body.ojas-dash .table th {
  border-color: rgba(255, 255, 255, 0.06);
  color: #e8eee4 !important;
}

body.ojas-dash .form--control,
body.ojas-dash .form-control,
body.ojas-dash select.form--control,
body.ojas-dash .select2-container--default .select2-selection--single {
  background: #0b0b0b !important;
  border: 1px solid rgba(182, 255, 46, 0.22) !important;
  color: #fff !important;
}

body.ojas-dash .btn--base,
body.ojas-dash .btn--gradient,
body.ojas-dash .btn--base:hover {
  background: linear-gradient(135deg, #b6ff2e, #8ed300) !important;
  color: #111 !important;
  border: 0 !important;
}

body.ojas-dash .ojas-footer.footer-area {
  background: #050505 !important;
}

@media (max-width: 767px) {
  .ojas-dash-welcome {
    padding: 18px;
  }

  .ojas-dash-actions .ojas-btn {
    width: 100%;
  }

  body.ojas-dash .breadcrumb-wrapper {
    padding: 18px 0 !important;
  }
}

body.ojas-contact {
  background: #050505 !important;
  color: #f4f7f1;
  overflow-x: hidden;
}

body.ojas-contact .preloader {
  background: #050505;
}

body.ojas-contact main {
  margin-top: 0 !important;
}

body.ojas-contact .ojas-header.header {
  position: sticky;
  top: 0;
  background: #050505 !important;
  z-index: 100;
}

body.ojas-contact .breadcrumb-wrapper,
body.ojas-contact .breadcrumb-wrapper.style-center {
  background: #0b0b0b !important;
  border-bottom: 1px solid rgba(182, 255, 46, 0.12);
  padding: 28px 0 !important;
}

body.ojas-contact .breadcrumb-wrapper__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800;
}

.ojas-contact-page {
  background: #050505;
  padding: 48px 0 80px;
}

.ojas-contact-card {
  display: block;
  height: 100%;
  text-align: center;
  text-decoration: none !important;
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 18px;
  padding: 28px 18px;
  transition: 0.25s ease;
}

.ojas-contact-card:hover {
  border-color: #b6ff2e;
  transform: translateY(-3px);
}

.ojas-contact-card__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 1px solid #b6ff2e;
  display: grid;
  place-items: center;
  color: #b6ff2e;
  font-size: 24px;
  background: rgba(182, 255, 46, 0.08);
}

.ojas-contact-card h5 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 800;
  margin-bottom: 8px;
}

.ojas-contact-card p {
  color: #b6ff2e !important;
  margin: 0;
  font-weight: 600;
  word-break: break-word;
}

.ojas-contact-grid {
  margin-top: 40px;
}

.ojas-contact-map {
  height: 100%;
  min-height: 460px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(182, 255, 46, 0.16);
  background: #121212;
}

.ojas-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
  filter: grayscale(0.2) contrast(1.05);
}

.ojas-contact-form {
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 18px;
  padding: 32px 28px;
}

.ojas-contact-form h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 8px;
}

.ojas-contact-form > p {
  color: #cfd6cb !important;
  margin-bottom: 24px;
}

body.ojas-contact .form--label,
body.ojas-contact label {
  color: #cfd6cb !important;
}

body.ojas-contact .form--control,
body.ojas-contact .form-control,
body.ojas-contact textarea.form--control {
  background: #0b0b0b !important;
  border: 1px solid rgba(182, 255, 46, 0.22) !important;
  color: #ffffff !important;
  min-height: 48px;
  box-shadow: none !important;
}

body.ojas-contact textarea.form--control {
  min-height: 120px;
}

body.ojas-contact .form--control:focus {
  border-color: #b6ff2e !important;
}

body.ojas-contact .ojas-btn.w-100 {
  width: 100%;
  min-height: 50px;
}

@media (max-width: 991px) {
  .ojas-contact-map,
  .ojas-contact-map iframe {
    min-height: 240px;
  }

  .ojas-contact-form {
    padding: 20px 14px;
  }

  .ojas-contact-form h2 {
    font-size: 24px;
  }
}

html {
  overflow-x: hidden;
}

body.ojas-home,
body.ojas-auth,
body.ojas-contact {
  overflow-x: hidden;
  max-width: 100%;
}

img, video, iframe, table {
  max-width: 100%;
}

@media (max-width: 991px) {
  body.ojas-home .container,
  body.ojas-contact .container,
  body.ojas-auth .container {
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ojas-header.header {
    padding: 6px 0;
  }

  .ojas-mobile-cta {
    min-height: 38px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    margin-right: 6px;
  }

  .ojas-hero {
    min-height: 0 !important;
    align-items: stretch;
  }

  .ojas-hero__inner {
    max-width: 100% !important;
    padding: max(210px, 34vh) 0 24px !important;
  }

  .ojas-hero h1 {
    font-size: clamp(26px, 8vw, 34px) !important;
  }

  .ojas-hero p {
    font-size: 15px !important;
  }

  .ojas-trust {
    justify-content: flex-start;
  }

  .ojas-trust__item {
    width: calc(50% - 8px) !important;
    min-width: 0 !important;
  }

  .ojas-help {
    padding: 20px 0;
  }

  .ojas-help__title {
    font-size: 20px !important;
  }

  .ojas-socials {
    justify-content: center;
  }

  body.ojas-auth .account-tab,
  body.ojas-auth .account-tab__inner {
    max-width: 100% !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.ojas-auth .form--control,
  body.ojas-contact .form--control,
  body.ojas-auth .form-control,
  body.ojas-contact .form-control {
    font-size: 16px !important;
  }

  .ojas-contact-page {
    padding: 24px 0 48px;
  }

  .ojas-contact-grid {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .ojas-header .logo img,
  .ojas-header .navbar-brand img {
    height: 36px !important;
    max-width: 108px !important;
  }

  .ojas-hero__inner {
    padding: max(190px, 32vh) 0 20px !important;
  }

  .ojas-title {
    font-size: 22px !important;
  }

  .ojas-showrooms,
  .ojas-why,
  .ojas-steps {
    grid-template-columns: 1fr 1fr !important;
  }

  .ojas-city {
    height: 120px !important;
  }

  .ojas-account__visual {
    display: none !important;
  }
}

body.ojas-policy {
  background: #050505 !important;
  color: #f4f7f1;
  overflow-x: hidden;
}

body.ojas-policy .preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.ojas-policy .loader-p {
  border-color: #b6ff2e;
}

body.ojas-policy main {
  margin-top: 0 !important;
}

body.ojas-policy .ojas-header.header {
  position: sticky;
  top: 0;
  background: #050505 !important;
  z-index: 100;
}

body.ojas-policy .breadcrumb-wrapper,
body.ojas-policy .breadcrumb-wrapper.style-center {
  background: #0b0b0b !important;
  border-bottom: 1px solid rgba(182, 255, 46, 0.12);
  padding: 28px 0 !important;
}

body.ojas-policy .breadcrumb-wrapper__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800;
}

.ojas-legal-hero {
  background:
    radial-gradient(circle at 12% 20%, rgba(182, 255, 46, 0.14), transparent 36%),
    linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
  border-bottom: 1px solid rgba(182, 255, 46, 0.12);
  padding: 56px 0 48px;
}

.ojas-legal-kicker {
  margin: 0 0 10px;
  color: #b6ff2e !important;
  -webkit-text-fill-color: #b6ff2e !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ojas-legal-hero h1 {
  margin: 0 0 12px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.15;
}

.ojas-legal-hero p {
  margin: 0;
  max-width: 720px;
  color: #c7d0c3 !important;
  -webkit-text-fill-color: #c7d0c3 !important;
  font-size: 16px;
  line-height: 1.7;
}

.ojas-legal-meta {
  display: inline-block;
  margin-top: 18px;
  color: #9aa39a !important;
  font-size: 12px;
  font-weight: 700;
}

.ojas-legal-page {
  background: #050505;
  padding: 36px 0 80px;
}

.ojas-legal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
}

.ojas-legal-body {
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 22px;
  padding: 32px 34px 40px;
}

.ojas-legal-body h2,
.ojas-legal-body h3,
.ojas-legal-body h4,
.ojas-legal-body h5 {
  margin: 28px 0 10px;
  color: #b6ff2e !important;
  -webkit-text-fill-color: #b6ff2e !important;
  font-family: Manrope, Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.ojas-legal-body h2:first-child,
.ojas-legal-body h3:first-child,
.ojas-legal-body h5:first-child {
  margin-top: 0;
}

.ojas-legal-body p,
.ojas-legal-body li {
  color: #d7ddd4 !important;
  -webkit-text-fill-color: #d7ddd4 !important;
  font-size: 15px;
  line-height: 1.75;
}

.ojas-legal-body p {
  margin: 0 0 14px;
}

.ojas-legal-body ul {
  margin: 0 0 16px;
  padding-left: 18px;
}

.ojas-legal-body a {
  color: #b6ff2e !important;
  -webkit-text-fill-color: #b6ff2e !important;
}

.ojas-legal-aside {
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 22px;
  padding: 24px;
  position: sticky;
  top: 96px;
}

.ojas-legal-aside h3 {
  margin: 0 0 8px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 18px;
  font-weight: 800;
}

.ojas-legal-aside p {
  margin: 0 0 16px;
  color: #9aa39a !important;
  font-size: 13px;
  line-height: 1.6;
}

.ojas-legal-aside a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #b6ff2e !important;
  -webkit-text-fill-color: #b6ff2e !important;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 991px) {
  .ojas-legal-card {
    grid-template-columns: 1fr;
  }

  .ojas-legal-aside {
    position: static;
  }

  .ojas-legal-body {
    padding: 22px 18px 28px;
  }
}

.ojas-about-hero .ojas-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.ojas-about-page {
  background: #050505;
  padding: 40px 0 80px;
}

.ojas-about-page .ojas-title {
  margin: 48px 0 22px;
}

.ojas-about-story {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 20px;
}

.ojas-about-story h2 {
  margin: 0 0 14px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.2;
}

.ojas-about-story p {
  color: #c7d0c3 !important;
  -webkit-text-fill-color: #c7d0c3 !important;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.ojas-about-points {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.ojas-about-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4f7f1 !important;
  font-weight: 700;
  margin-bottom: 8px;
}

.ojas-about-points i {
  color: #b6ff2e;
  font-size: 18px;
}

.ojas-about-story figure {
  margin: 0;
  background: linear-gradient(180deg, #1a2a0c, #121212);
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 24px;
  padding: 28px;
  display: grid;
  place-items: center;
}

.ojas-about-story img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
}

.ojas-about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ojas-about-grid article {
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 20px;
  padding: 24px;
}

.ojas-about-grid span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(182, 255, 46, 0.1);
  color: #b6ff2e;
  font-size: 22px;
  margin-bottom: 12px;
}

.ojas-about-grid h3 {
  margin: 0 0 8px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 20px;
  font-weight: 800;
}

.ojas-about-grid p {
  color: #c7d0c3 !important;
  -webkit-text-fill-color: #c7d0c3 !important;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
}

.ojas-about-grid a {
  color: #b6ff2e !important;
  -webkit-text-fill-color: #b6ff2e !important;
  font-weight: 800;
  text-decoration: none;
}

.ojas-about-cities {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: center;
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 22px;
  padding: 28px;
  margin-top: 12px;
}

.ojas-about-cities h2 {
  margin: 0 0 8px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 28px;
  font-weight: 800;
}

.ojas-about-cities p {
  margin: 0;
  color: #c7d0c3 !important;
}

.ojas-about-cities ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ojas-about-cities li {
  background: #0b0b0b;
  border: 1px solid rgba(182, 255, 46, 0.2);
  color: #b6ff2e;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 800;
  font-size: 13px;
}

.ojas-about-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 36px;
  background: linear-gradient(135deg, #111 0%, #1a2a0c 100%);
  border: 1px solid rgba(182, 255, 46, 0.22);
  border-radius: 22px;
  padding: 28px;
}

.ojas-about-cta h2 {
  margin: 0 0 8px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 26px;
  font-weight: 800;
}

.ojas-about-cta p,
.ojas-about-cta a {
  color: #d7ddd4 !important;
}

.ojas-about-cta p a {
  color: #b6ff2e !important;
  -webkit-text-fill-color: #b6ff2e !important;
  font-weight: 800;
}

.ojas-about-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 991px) {
  .ojas-about-story,
  .ojas-about-grid,
  .ojas-about-cities {
    grid-template-columns: 1fr;
  }
}

.ojas-franchise-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
}

.ojas-franchise-form .form--label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #cfd6cb !important;
}

body.ojas-franchise .form--control,
body.ojas-franchise .form-control,
body.ojas-franchise select.form--control,
body.ojas-franchise textarea.form--control {
  background: #0b0b0b !important;
  border: 1px solid rgba(182, 255, 46, 0.22) !important;
  color: #ffffff !important;
  min-height: 48px;
  box-shadow: none !important;
  width: 100%;
}

body.ojas-franchise select.form--control option {
  color: #111;
}

body.ojas-franchise textarea.form--control {
  min-height: 120px;
}

body.ojas-franchise .form--control:focus {
  border-color: #b6ff2e !important;
}

.ojas-franchise-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #9aa39a !important;
}

@media (max-width: 991px) {
  .ojas-franchise-layout {
    grid-template-columns: 1fr;
  }
}

.ojas-bikes-page .ojas-bike-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 24px;
  padding: 28px;
  margin-bottom: 22px;
  scroll-margin-top: 110px;
}

.ojas-bikes-page .ojas-bike-feature:nth-of-type(even) {
  grid-template-columns: 1.1fr 0.9fr;
}

.ojas-bikes-page .ojas-bike-feature:nth-of-type(even) figure {
  order: 2;
}

.ojas-bikes-page .ojas-bike-feature figure {
  margin: 0;
  background: linear-gradient(180deg, #1a2a0c, #0b0b0b);
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 20px;
  padding: 24px;
  display: grid;
  place-items: center;
  min-height: 280px;
}

.ojas-bikes-page .ojas-bike-feature img {
  max-width: 100%;
  height: auto;
  max-height: 260px;
}

.ojas-bikes-page .ojas-bike-feature h2 {
  margin: 0 0 6px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.ojas-bike-feature__tag {
  color: #b6ff2e !important;
  font-weight: 800;
  margin: 0 0 16px;
}

.ojas-bike-feature__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  margin-bottom: 18px;
}

.ojas-bike-feature__price strong {
  color: #ffffff !important;
  font-size: 32px;
  font-weight: 800;
}

.ojas-bike-feature__price span {
  color: #c7d0c3 !important;
  font-weight: 700;
}

.ojas-bike-feature__specs {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
}

.ojas-bike-feature__specs li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #0b0b0b;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 12px;
  padding: 10px 12px;
  color: #f4f7f1 !important;
  font-weight: 700;
  font-size: 14px;
}

.ojas-bike-feature__specs i {
  color: #b6ff2e;
  font-size: 18px;
}

.ojas-bike-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ojas-bike-compare {
  background: #121212;
  border: 1px solid rgba(182, 255, 46, 0.16);
  border-radius: 22px;
  overflow: hidden;
}

.ojas-bike-compare > div {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(182, 255, 46, 0.1);
  align-items: center;
}

.ojas-bike-compare > div:last-child {
  border-bottom: 0;
}

.ojas-bike-compare__head {
  background: #0b0b0b;
}

.ojas-bike-compare span {
  color: #9aa39a !important;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ojas-bike-compare b {
  color: #ffffff !important;
  font-weight: 800;
}

.ojas-bike-disclaimer {
  margin: 16px 0 0;
  color: #8d9689 !important;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .ojas-bikes-page .ojas-bike-feature,
  .ojas-bikes-page .ojas-bike-feature:nth-of-type(even) {
    grid-template-columns: 1fr;
  }

  .ojas-bikes-page .ojas-bike-feature:nth-of-type(even) figure {
    order: 0;
  }
}

@media (max-width: 575px) {
  .ojas-bike-feature__specs,
  .ojas-bike-compare > div {
    grid-template-columns: 1fr;
  }
}





