body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  text-decoration: none;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

.text-grey {
  color: #ffffff66;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
}


/* NAVBAR */
.custom-navbar {
  background: #141414;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  border-bottom: 1px solid #ffffff0d;
}

.navbar .nav-link {
  color: #ffffff99 !important;
  font-size: 14px;
}

.navbar .nav-link:hover {
  color: #fff !important;
}

.custom-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: -0.5px;
}

.brand-icon-box {
  width: 250px;
}

.brand-icon-box svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.custom-brand span {
  line-height: 1;
}

/* MOBILE */
@media(max-width:767px) {
  .custom-brand {
    font-size: 28px;
    gap: 10px;
  }

  .brand-icon-box {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
  }

  .brand-icon-box svg {
    width: 22px;
    height: 22px;
  }
}

.btn-light {
  font-size: 14px;
}

/* HERO */
.hero-section {
  padding: 140px 0 180px;
  background: linear-gradient(160deg, hsl(0 0% 6%), hsl(0 0% 10%), hsl(0 0% 8%));
  position: relative;
  height: 92vh;
  overflow: hidden;
}

.badge-pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.hero-title {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.1;
  max-width: 950px;
  margin: auto;
  font-family: "Outfit", sans-serif;
}

.hero-title .text-muted {
  color: #8b8b8b !important;
}

.hero-subtitle {
  color: #a1a1a1;
  font-size: 20px;
  margin: 25px auto;
  max-width: 700px;
}

.hero-btn {
  background: white;
  color: black;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 500;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
}

/* STATS */
.stats-wrapper {
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}

.stat-box {
  background: #fff;
  border-radius: 22px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  gap: 22px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #eeeeee;
  min-height: 145px;
  transition: .3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.icon-box {
  width: 72px;
  height: 72px;
  min-width: 72px;
  background: linear-gradient(135deg, hsl(0 0% 15%), hsl(0 0% 28%));
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.icon-box i {
  color: white;
  font-size: 26px;
  transform: rotate(-45deg);
}

.stat-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #111;
}

.stat-content p {
  margin: 0;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 500;
}

@media(max-width:991px) {
  .stats-wrapper {
    margin-top: -70px;
  }

  .stat-content h3 {
    font-size: 30px;
  }
}

@media(max-width:767px) {
  .stat-box {
    padding: 22px;
    gap: 16px;
    min-height: auto;
  }

  .icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .stat-content h3 {
    font-size: 26px;
  }

  .stat-content p {
    font-size: 15px;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 34px;
  }

  .hero-section {
    padding: 80px 0 100px;
  }

  .stats-section {
    margin-top: -40px;
  }
}

.hero-btn {
  display: inline-block;
  padding: 16px 42px;
  background: white;
  color: #111;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 35px rgba(255, 255, 255, 0.25);
  transition: .3s;
}

.hero-btn:hover {
  transform: translateY(-3px);
}

/* BADGE */
.badge-pill {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  margin-bottom: 25px;
}

/* FLOATING SHAPES */
.floating-shape {
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
  backdrop-filter: blur(10px);
  animation: float 7s ease-in-out infinite;
}

.shape-1 {
  left: 10%;
  bottom: 25%;
}

.shape-2 {
  right: 12%;
  top: 22%;
  animation-delay: 2s;
}

.shape-3 {
  left: 4%;
  top: 38%;
  width: 45px;
  height: 45px;
  opacity: .35;
  animation-delay: 1s;
}

.shape-4 {
  right: 6%;
  bottom: 28%;
  width: 55px;
  height: 55px;
  opacity: .25;
  animation-delay: 3s;
}

/* FLOAT ANIMATION */
@keyframes float {

  0%,
  100% {
    transform: rotate(45deg) translateY(0px);
  }

  50% {
    transform: rotate(45deg) translateY(-20px);
  }
}

/* WAVE BOTTOM */
.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}

.hero-wave svg {
  width: 100%;
  height: 140px;
  display: block;
}

/* RESPONSIVE */
@media(max-width:991px) {
  .hero-title {
    font-size: 48px;
  }
}

@media(max-width:767px) {
  .hero-title {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-section {
    padding: 100px 0 140px;
  }

  .floating-shape {
    width: 55px;
    height: 55px;
  }
}





/* ================= FEATURE GRID ================= */
.feature-grid-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.feature-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 35px 25px;
  text-align: center;
  height: 230px;
  transition: .3s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.feature-icon i {
  transform: rotate(-45deg);
  font-size: 24px;
  color: #111;
}

.feature-box span {
  display: block;
  color: #a0a0a0;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

.feature-box p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}

/* ================= CTA BANNER ================= */
.cta-banner-section {
  padding: 30px 0 80px;
  background: #f8f8f8;
}

.cta-banner {
  position: relative;
  background: #0d0d0f;
  border-radius: 34px;
  padding: 64px;
  text-align: center;
  overflow: hidden;
  max-width: 850px;
  justify-self: center;
}

.sparkle-icon {
  font-size: 26px;
  color: #fff;
  margin-bottom: 22px;
}

.cta-banner h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  max-width: 900px;
  margin: auto;
}

.cta-banner strong {
  font-weight: 700;
}

.cta-banner p {
  color: #8d8d8d;
  margin: 22px 0 30px;
  font-size: 18px;
}

.cta-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}

/* CORNER CIRCLES */
.cta-shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.shape-1 {
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: -90px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  right: -90px;
  top: -90px;
}

/* RESPONSIVE */
@media(max-width:991px) {
  .feature-box h4 {
    font-size: 20px;
  }

  .cta-banner {
    padding: 60px 30px;
  }

  .cta-banner h2 {
    font-size: 30px;
  }
}

@media(max-width:767px) {
  .cta-banner h2 {
    font-size: 24px;
  }

  .feature-box {
    min-height: auto;
  }
}




/* ================= SERVICES ================= */
.services-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.section-heading span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #666;
}

.section-heading h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: "Outfit", sans-serif;
}

.section-heading h2 span {
  color: #a3a3a3;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 60px;
}

.section-heading p {
  color: hsl(0 0% 45%);
  max-width: 28rem;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  position: relative;
  min-height: 340px;
  border: 1px solid #ececec;
  transition: .35s ease;
}

.service-card.active {
  background: #0d0d0f;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.service-card.active p,
.service-card.active .read-more,
.service-card.active .arrow-icon {
  color: #cfcfcf;
}

.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  margin-bottom: 30px;
}

.service-icon.dark {
  background-color: #ffffff1a;
}

.service-icon i {
  transform: rotate(-45deg);
  font-size: 22px;
}

.service-icon.light {
  background: #f2f2f2;
}

.service-card:hover .service-icon,
.feature-box:hover .feature-icon {
  background: #111;
  color: #fff;
}

.service-card.active:hover .service-icon.dark {
  background: #ffffff1a;
}

.feature-box:hover .feature-icon i {
  color: #fff;
}

.arrow-icon {
  position: absolute;
  right: 28px;
  top: 28px;
  color: #111;
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.service-card:hover {
  box-shadow: 0 8px 40px -8px hsl(0 0% 0% / .15);
}

.service-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 24px;
  font-size: .875rem;
}

.read-more {
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

/* ================= FOOTER ================= */
.main-footer {
  background: hsl(0 0% 8%);
  color: #fff;
  padding: 80px 0 30px;
}

.footer-logo {
  width: 270px;
}

.footer-logo svg {
  background-color: linear-gradient(135deg, hsl(0 0% 15%), hsl(0 0% 28%));
}

.footer-desc {
  color: #888;
  line-height: 1.9;
  max-width: 520px;
  font-size: .875rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.contact-item i {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item span {
  color: #888;
  font-size: 14px;
}

.contact-item h6 {
  margin: 0;
}

.contact-item h6 a {
  color: #fff;
}

.newsletter-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.newsletter-box input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 40px;
  background: #ffffff0d;
  border: 1ps solid #ffffff1a;
  padding: 0 24px;
  color: #fff;
}

.newsletter-box button {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  margin-left: 10px;
  background: #2a2a2d;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 60px;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom a {
  color: #666;
  text-decoration: none;
  font-size: 0.75rem;
}

.footer-bottom p {
  color: #666;
  margin: 0;
  font-size: 0.75rem;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px) {
  .section-heading h2 {
    font-size: 42px;
  }

  .service-card h3 {
    font-size: 28px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media(max-width:767px) {
  .services-section {
    padding: 80px 0;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .service-card {
    min-height: auto;
  }
}

/* Social */
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff0d;
  color: #fff;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 600;
  border: 1px solid transparent;
  transition: .3s;
}

/* Responsive */
@media(max-width:1200px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom ul {
    justify-content: center;
  }
}




/* =============================================== dash cameras ================================ */

.dashcam-hero {
  padding: 90px 0;
  background: #fff;
}

.dashcam-hero h1 {
  font-size: 58px;
  font-weight: 800;
  margin: 20px 0;
}

.dashcam-hero p {
  color: #666;
  line-height: 1.9;
  font-size: 18px;
  margin-bottom: 30px;
}

/* CAMERA PREVIEW */
.camera-preview-box {
  background: #111;
  color: #fff;
  border-radius: 30px;
  text-align: center;
}

.camera-preview-box i {
  font-size: 70px;
  margin-bottom: 20px;
}

/* FEATURES */
.dashcam-features {
  padding: 100px 0;
  background: #f8f8f8;
}

.feature-card {
  background: #fff;
  padding: 25px;
  border-radius: 24px;
  height: 100%;
  transition: all 0.3s ease;
}

.feature-card:hover {
  background: #111;
  color: #fff;
  transform: translateY(-10px);
}

.feature-card.dark {
  background: #111;
  color: #fff;
}

.feature-card.dark p {
  color: #bdbdbd;
}

.feature-card i {
  font-size: 32px;
  margin-bottom: 18px;
}

.feature-card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* SPECS */
.dashcam-specs {
  padding: 100px 0;
  background: #fff;
}

.specs-box {
  border: 1px solid #ececec;
  border-radius: 28px;
  overflow: hidden;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  border-bottom: 1px solid #ececec;
}

.spec-row:last-child {
  border-bottom: none;
}

/* BENEFITS */
.dashcam-benefits {
  padding: 100px 0;
  background: #111;
  color: #fff;
}

.dashcam-benefits h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 20px;
}

.dashcam-benefits p {
  max-width: 700px;
  margin: auto;
  color: #bdbdbd;
}

/* MOBILE */
@media(max-width:991px) {
  .dashcam-hero h1 {
    font-size: 40px;
  }

  .spec-row {
    flex-direction: column;
    gap: 8px;
  }
}

.breadcrumb-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.breadcrumb-wrap a,
.breadcrumb-wrap span {
  font-size: 14px;
  color: #8d8d8d;
  text-decoration: none;
}

.breadcrumb-wrap .active {
  color: #fff;
}


.faq-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.faq-section .accordion {
  max-width: 900px;
  margin: auto;
}

.accordion-item {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  background: #fff;
  padding: 24px 28px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #111;
}

.accordion-button::after {
  filter: brightness(0);
}

.accordion-body {
  padding: 0 28px 24px;
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

.feature-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 32px 24px;
  text-align: center;
  transition: .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.feature-box p {
  margin-top: 12px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}


/* ====================================== Solutions ======================================= */

.wl-hero {
  padding: 90px 0;
  background: #fff;
}

.wl-hero h1 {
  font-size: 58px;
  font-weight: 800;
  margin: 20px 0;
}

.wl-hero p {
  color: #666;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 30px;
}

/* BRAND PREVIEW */
.brand-preview-box {
  background: #111;
  color: #fff;
  padding: 35px;
  border-radius: 28px;
}

.brand-preview-header {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.brand-preview-content {
  display: grid;
  gap: 15px;
}

.brand-preview-content span {
  background: #1e1e1e;
  padding: 14px 18px;
  border-radius: 14px;
}

/* PROCESS */
.wl-process {
  padding: 100px 0;
  background: #f8f8f8;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.process-step {
  background: #fff;
  padding: 35px;
  border-radius: 24px;
	transition: all 0.3s ease;
}

.process-step:hover {
  background: #111;
  color: #fff;
  transform: translateY(-10px);
}

.process-step span {
  font-size: 14px;
  color: #999;
  font-weight: 700;
}

.process-step h4 {
  font-size: 26px;
  margin: 15px 0;
}

/* BENEFITS */
.wl-benefits {
  padding: 100px 0;
  background: #fff;
}

.benefits-box {
  border: 1px solid #ececec;
  border-radius: 28px;
  padding: 40px;
}

.benefit-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.benefit-item i {
  font-size: 22px;
  margin-top: 4px;
}

/* MOBILE */
@media(max-width:991px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .wl-hero h1 {
    font-size: 40px;
  }
}


/* ======================================= Pricing ========================================== */

/* PRICING SECTION */
.pricing-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.pricing-card {
  background: #fff;
  border-radius: 28px;
  padding: 40px 35px;
  border: 1px solid #ececec;
  position: relative;
  height: 100%;
}

.pricing-card.featured {
  background: #111;
  color: #fff;
  transform: scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.popular-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #111;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.plan-label {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pricing-card h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

.pricing-card h2 span {
  font-size: 18px;
  font-weight: 500;
}

.pricing-card p {
  color: #666;
  margin-bottom: 25px;
}

.pricing-card.featured p,
.pricing-card.featured .plan-label {
  color: #bdbdbd;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.pricing-card ul li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pricing-card.featured ul li {
  border-color: rgba(255, 255, 255, 0.08);
}

.pricing-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.pricing-card.featured .pricing-btn {
  background: #fff;
  color: #111;
}

/* COMPARE */
.pricing-compare {
  padding: 100px 0;
  background: #fff;
}

.pricing-compare .comparison-row {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

/* RESPONSIVE */
@media(max-width:991px) {
  .pricing-card.featured {
    transform: none;
  }
}

/* COMPARISON */
.comparison-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.comparison-table {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}

.comparison-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 24px 30px;
  border-bottom: 1px solid #eee;
}

.comparison-row.heading {
  background: #111;
  color: #fff;
  font-weight: 600;
}

/* RESPONSIVE */
@media(max-width:991px) {

  .benefit-row,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .benefit-content h2 {
    font-size: 36px;
  }
}


/* ========================================= industries ======================================= */

.industries-table-section {
  padding: 100px 0;
  background: #fff;
}

.industry-table {
  border: 1px solid #ececec;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}

.industry-row {
  display: grid;
  grid-template-columns: 320px 1fr;
  border-bottom: 1px solid #ececec;
}

.industry-row:last-child {
  border-bottom: none;
}

.industry-left {
    padding: 25px;
    background: #f8f8f8;
    border-right: 1px solid #ececec;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.industry-left h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.industry-icon {
  width: 55px;
  height: 55px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.industry-right {
  padding: 35px;
  
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.industry-feature {
  background: #f8f8f8;
  padding: 18px 20px;
  border-radius: 14px;
  font-weight: 500;
}

/* MOBILE */
@media(max-width:991px) {
  .industry-row {
    grid-template-columns: 1fr;
  }

  .industry-left {
    border-right: none;
    border-bottom: 1px solid #ececec;
  }

  .industry-right {
    grid-template-columns: 1fr;
  }
}

/* ====================================== product ========================================= */

.products-overview {
  padding: 90px 0 70px;
  background: #fff;
}

.products-overview h1 {
  font-size: 58px;
  font-weight: 800;
  margin: 20px 0;
}

.products-overview p {
  max-width: 700px;
  margin: auto;
  color: #666;
  font-size: 18px;
  line-height: 1.8;
}

/* MODULES */
.product-modules {
  padding: 20px 0 100px;
  background: #fff;
}

.module-card {
  background: #f8f8f8;
  padding: 35px;
  border-radius: 28px;
  height: 100%;
}

.module-card.dark {
  background: #111;
  color: #fff;
}

.module-card.dark p,
.module-card.dark li,
.module-card.dark .module-top span {
  color: #bdbdbd;
}

.module-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.module-top span {
  font-size: 14px;
  color: #888;
  font-weight: 600;
}

.module-top i {
  font-size: 28px;
}

.module-card h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.module-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.module-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.module-card li {
  margin-bottom: 12px;
  color: #444;
}

.module-card li i {
  margin-right: 10px;
}

/* ECOSYSTEM */
.ecosystem-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.ecosystem-box {
  background: #111;
  color: #fff;
  padding: 70px;
  border-radius: 32px;
}

.ecosystem-box h2 {
  font-size: 44px;
  font-weight: 800;
  margin: 20px 0;
}

.ecosystem-box p {
  max-width: 700px;
  margin: auto auto 30px;
  color: #bdbdbd;
}


/* ================================== Book Demo ============================================ */

/* AUTH PAGE */
.auth-page {
  padding: 100px 0;
  background: #f8f8f8;
}

/* .auth-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
} */

.auth-left span {
  color: #8d8d8d;
  font-size: 14px;
  letter-spacing: 2px;
}

.auth-left h1 {
  font-size: 48px;
  font-weight: 800;
  margin: 20px 0;
}

.auth-left p {
  color: #bdbdbd;
  line-height: 1.8;
}

.auth-left ul {
  margin-top: 30px;
  padding-left: 20px;
}

.auth-left li {
  margin-bottom: 12px;
}

.auth-right {
  padding: 60px;
}

.auth-form h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.form-group input,
.demo-form input,
.demo-form textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  outline: none;
  margin-bottom: 20px;
}

.auth-options {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 25px;
  font-size: 14px;
}

.auth-form button,
.demo-form button {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 50px;
  background: #111;
  color: #fff;
  font-weight: 600;
}

/* DEMO PAGE */
.demo-page {
  padding: 100px 0;
  background: #fff;
}

.video-preview-box{
    border-radius:30px;
    overflow:hidden;
    background:#111;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.video-preview-box video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.demo-content span {
  font-size: 14px;
  color: #888;
  letter-spacing: 2px;
}

.demo-content h1 {
  font-size: 54px;
  font-weight: 800;
  margin: 20px 0;
}

.demo-content p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 30px;
}

.demo-benefits {
  display: grid;
  gap: 15px;
  font-weight: 500;
}

.demo-form {
  background: #f8f8f8;
  padding: 40px;
  border-radius: 28px;
}

.demo-form h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* RESPONSIVE */
@media(max-width:991px) {
  .auth-wrapper {
    grid-template-columns: 1fr;
  }

  .auth-left,
  .auth-right {
    padding: 40px;
  }

  .demo-content h1,
  .auth-left h1 {
    font-size: 38px;
  }
}


/* ===================================== Company ========================================== */


.company-intro {
  padding: 90px 0 70px;
  background: #fff;
}

.company-intro h1 {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.15;
}

.company-intro p {
  color: #666;
  line-height: 1.9;
  font-size: 18px;
}

/* TIMELINE */
.company-timeline {
  padding: 30px 0 100px;
  background: #fff;
}

.timeline-item {
 /* display: grid; */
  grid-template-columns: 140px 1fr;
  gap: 40px;
  padding: 35px 0;
  border-top: 1px solid #ececec;
}

.timeline-item span {
  font-size: 32px;
  font-weight: 800;
  color: #111;
}

.timeline-item h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.timeline-item p {
  color: #666;
  line-height: 1.8;
}

/* IMPACT */
.company-impact {
  padding: 80px 0;
  background: #111;
  color: #fff;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.impact-grid h3 {
  font-size: 46px;
  font-weight: 800;
}

.impact-grid p {
  color: #bdbdbd;
}

/* PRINCIPLES */
.company-principles {
  padding: 100px 0;
  background: #f8f8f8;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.principle-box {
  background: #fff;
  padding: 35px;
  border-radius: 24px;
	transition: all 0.3s ease;
}

.principle-box:hover{
	background: #111;
	color: #fff;
	transform: translateY(-10px);
}

/* .principle-box.dark {
  background: #111;
  color: #fff;
} */

.principle-box.dark p {
  color: #bdbdbd;
}

/* MOBILE */
@media(max-width:991px) {

  .impact-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .company-intro h1 {
    font-size: 40px;
  }
}


/* BREADCRUMB STRIP */
.breadcrumb-strip {
  background: #0b0b0d;
  padding: 120px 0 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* HERO ALT */
.industries-hero-alt {
  padding: 90px 0 110px;
  background: #0b0b0d;
  color: #fff;
}

.hero-mini-title {
  font-size: 14px;
  letter-spacing: 2px;
  color: #8d8d8d;
  display: block;
  margin-bottom: 20px;
}



.legal-page-section{
    padding:100px 0;
    background:#fff;
}

.legal-content{
    max-width:900px;
    margin:auto;
}

.legal-content h1{
    font-size:52px;
    font-weight:800;
    margin-bottom:20px;
}

.legal-content h3{
    font-size:28px;
    font-weight:700;
    margin-top:40px;
    margin-bottom:15px;
}

.legal-content h4{
    font-size:22px;
    font-weight:600;
    margin-top:25px;
    margin-bottom:12px;
}

.legal-content p,
.legal-content li{
    color:#666;
    line-height:1.9;
    font-size:16px;
}

.legal-content p b,
.legal-content p strong{
 color: #000;
margin-bottom: 0;
}

.legal-content ul{
    padding-left:20px;
    margin-bottom:20px;
}




.trust-section{
    padding: 80px 0;
    background: #f8f8f8;
}

.trust-wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 40px 20px;
}

.trust-item{
    text-align: center;
}

.trust-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(17,17,17,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.trust-icon i{
    font-size: 30px;
    color: #111;
}

.trust-item h4{
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.trust-item p{
    font-size: 16px;
    color: #666;
    margin: 0;
}

@media(max-width:991px){

    .trust-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:575px){

    .trust-wrapper{
        grid-template-columns: 1fr;
    }

}



    .auth-page{
    min-height: 100vh;
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.auth-wrapper{
    max-width: 600px;
    margin: auto;
    background: #f8f8f8;
    border-radius: 20px;
    padding: 70px 55px;
    box-shadow: 0 15px 40px rgba(17,17,17,0.10);
}

.auth-logo{
    text-align: center;
    margin-bottom: 80px;
}

.auth-logo img{
    max-width: 180px;
}

.auth-logo h4{
    font-size: 22px;
    color: #111;
    font-style: italic;
    font-weight: 500;
    margin: 0;
}

.auth-form h1{
    line-height: 1;
    color: #111;
    font-weight: 800;
    margin-bottom: 15px;
}

.auth-form p{
    font-size: 20px;
    color: #333;
    margin-bottom: 45px;
}

.form-group{
    margin-bottom: 28px;
}

.form-group label span{
    color: red;
}

.input-group{
    position: relative;
}

.input-group input:focus{
    outline: none;
    box-shadow: none;
}

.input-group i{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 20px;
}

.auth-options{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 40px;
    flex-wrap: wrap;
    gap: 15px;
}

@media(max-width:767px){

    .auth-wrapper{
        padding: 40px 25px;
    }

    .auth-logo{
        margin-bottom: 50px;
    }

    .auth-form p{
        font-size: 18px;
    }

}





.camera-video-box{
    width:100%;
    height:100%;
    border-radius:30px;
    overflow:hidden;
    position:relative;
    background:#111;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.camera-video-box video{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    border-radius:30px;
}

/* Optional: Same height as hero section card */
@media(min-width:992px){
    .camera-video-box{
        min-height:500px;
    }
}

@media(max-width:991px){
    .camera-video-box{
        min-height:350px;
    }
}



.custom-img{
    width:100%;
    height:450px;
    object-fit:contain;
    border-radius:20px;
}