  html,body {
    overflow-x: hidden!important;
  }  
  .grey-bg {
      background-color: #F0F4F5;
  }
  
  .content-block {
      padding: 30px 0;
  }
  
  .trusted h5 {
      font-weight: 600;
      color: #333;
  }

  /* Hero-Section */

  .landing-page-banner {
    background-color: rgb(247, 255, 243);
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom :70px; 
    overflow: hidden;
  }
  
  .btn-call {
      background: #76c3d5 ;
      font-weight: bold;
      padding: 10px 18px;
      border: none;
      border-radius: 30px;
      transition: transform 0.2s;
      color:#fff
    }
    .btn-call:hover {
      transform: scale(1.05);
    }
    .btn-whatsapp {
      background: #50802d;
      color: #fff;
      font-weight: bold;
      padding: 10px 18px;
      border: none;
      border-radius: 30px;
      transition: transform 0.2s;
    }
    .btn-whatsapp:hover {
      transform: scale(1.05);
    }

     .icon-box {
    background: #e6f2e3;
    color: #50802d;
    text-align: center;
    height: 120px;
    padding: 10px 7px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 76px;
    }
    .icon-box:hover {
      background: #bee6b4;
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 230, 118, 0.2);
    }
    .icon-box i {
      font-size: 25px;
      margin-bottom: 10px;
      display: block;
    }
    .icon-box span {
      display: block;
        color: #06526f;
        font-size: 12px;
        font-weight: bold;
    }

    .banner-icon-wrap {
      margin-top: 40px;
    }

    .banner-icon-wrap .col-md-2 {
      flex-grow: 1;
    }

    .modal-header {
      background: #e2e2e2;
    }

     .form-control {
      border-radius: 8px;
      padding: 12px 14px;
      border: 1px solid #ddd;
      transition: all 0.3s ease;
    }
    .form-control:focus {
      border-color: #bee6b4;
      box-shadow: 0 0 8px rgba(0, 230, 118, 0.4);
    }
    .btn-submit {
      background: #50802D;
      border: none;
      border-radius: 8px;
      padding: 12px;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.3s ease;
      color: #fff ;
    }
    .btn-submit:hover {
      background: #bee6b4;
      transform: translateY(-2px);
     
    }

  /* Hero-Section End */
  
  .object-fit-contain:hover {
      filter: grayscale(0%);
  }
  
  /* JavaScript-controlled seamless slider */
  .slider-container.hero-logo-slider {
      overflow: hidden;
      position: relative;
      width: 100%;
  }
  
  .hero-logo-slider .slider-track {
      display: flex;
      width: max-content;
      will-change: transform;
      transition: none;
  }
  
  .hero-logo-slider .slider-track:hover {
      animation-play-state: paused;
  }
  
  .object-fit-contain {
  object-fit: contain;
  width: 100%;
  height: 35px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.hero-logo-slider .logo-item {
  flex: 0 0 auto;
  margin-right: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

        /* Remove CSS animation - using JavaScript instead */
        
@media (max-width: 768px) {
  .logo-item {
    min-width: 70px;
    margin-right: 10px;
    padding: 8px;
  }

  .object-fit-contain {
    height: 30px;
  }

  .contact-item-block {
    margin-bottom: 30px;
  }

  .contact-item-block::after {
    left: 125px;
    width: 60%!important;
    height: 5px!important;
  }
}

.developers .feature {
  background-color: #fafafa;
  margin: 0.5rem 0;
}
.developers .row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.developers .row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.developers .row.display-flex > [class*='col-'] .btn {
  width: -moz-max-content;
  width: max-content;
}


.contact-information {
    padding: 50px 12px;
    background: #e9e9e9;
    width: 100%;
}

.contact-item-block {
  position: relative;
}

.contact-item-block::after {
      content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 5px;
    height: 100%;
    background: #7dc96bba;
    border-radius: 10px 0 15px 0;
}

.contact-item-desc a {
  text-decoration: none;
    color:#06526f;
}

.contact-item-desc a:hover {
  color:#54b5d4;
}



.business .feature {
	 background-color: #fff;
	 margin: 0.5rem 0;
}
 .business .feature h6 {
	 color: #06526f;
	 font-weight: 400;
	 font-size: 1.2rem;
	 margin: 1.5rem 0;
}
 .business .row.display-flex {
	 display: flex;
	 flex-wrap: wrap;
}
 .business .row.display-flex > [class*="col-"] {
	 display: flex;
	 flex-direction: column;
}
 .business .row.display-flex > [class*="col-"] .btn {
	 width: max-content;
}
 .business h2 {
	 text-align: center;
}

.business .feature-icon img {
  width: 60px;
}


.quick-capture-fix .container.overflow-hidden {
  overflow-y: visible !important;
}

/* CAMPARISONTABLE */

.challenge-col-header {
     background: #f1f3f5;
     font-weight: 600;
    width: 25%;
}

.comparison-row {
    border-bottom: 1px solid #fff;
    display: flex;
    text-align: center;
  }
  .comparison-row > div {
    padding: 16px;
    flex: 1;
    
  }
  .comparison-header {
    font-weight: bold;
    gap: 3px;
    border-radius: 6px;
  }

  .comparison-header  div {
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 2px;
    border-radius: 6px;
  }

  .challenge-col {
    font-weight: 600;
    width: 25%;
    background: #fafafa;
  }
  .negative {
    background: #f5f5f5;
    font-weight: 500;
  }
  .highlight {
    background: #e8f7e8;
    font-weight: 600;
    color: #0a7d13;
  }

  .comparison-header-col {
     background-color: #f0f4f5!important;
    color: #06526f!important;
    border-right: 1px solid #fff!important;
  }

  .green-header {
    background-color: #d3e7c4 !important;
  }

  .pricing {
    background: #fffce1;
    border-right: 1px solid #f1e89682;
  }

  /* ---QUICK CAPTURE ----*/
/* Remove bootstrap's default row margins */
.quick-capture-fix .row {
  margin: 0;
}

.quick-capture-fix .col-md-6 {
  padding: 15px; /* uniform spacing between blocks */
}

/* Info card styling */
.info-card {
  border-radius: 30px 0px 50px 0px;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* align text from top */
  align-items: flex-start;
  height: auto !important;
}

/* Image card alignment */
.image-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image-card img {
  width: 100%; /* use full column width */
  max-width: 350px; /* prevent oversized images */
  height: auto;
  display: block;
}

.quick-capture-fix .info-card h2, .lightweight-sdk .info-card h2 {
  font-size: 25px;
}

.lightweight-sdk .info-card {
  align-items: center;
}

.lightweight-sdk .info-card p {
  text-align: center;
}

.quick-capture-fix .row:not(:last-child) {
  border-bottom: 2px dashed #ddd;
  position: relative;
}

/* .quick-capture-fix .row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #007bff;
  animation: moveLine 5s infinite linear;
}

@keyframes moveLine {
  from { left: 0; }
  to { left: 100%; }
} */

.quick-capture-fix .row:nth-child(odd) {
  background: #f9f9f9; /* light gray */
  border-radius: 0px;
  padding: 20px;
}


  /*--- WHY MATTERS LIST--- */

  .feature-box {
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 30px;
  /*box-shadow: 0 4px 20px rgba(0,0,0,0.05);*/
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.feature-box:hover {
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

/* List hover effect */
.feature-item {
  padding: 8px 10px;
  border-radius: 8px;
  transition: background 0.3s ease;
  
}
.feature-item:hover {
  background: rgba(25, 135, 84, 0.08); /* soft green */
}

/* Icon animation */
.icon-animate {
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.feature-item:hover .icon-animate {
  transform: scale(1.2) rotate(5deg);
  color: #198754; /* Bootstrap green */
}

/* Image hover effect */
.image-wrapper {
  overflow: hidden;
  /* border-radius: 12px; */
  width: 75%;
  display: inline-block;
}
.image-wrapper img {
  transition: transform 0.5s ease;
  
}
/* .image-wrapper:hover img {
  transform: scale(1.05);
} */

.extrieve {
	 color: #032b38;
	 text-align: center;
}
 .extrieve .feature-icon img {
	 width: 60px;
}
 .extrieve .feature {
	 margin: 0.5rem 0;
	 background-color: white;
}
 .extrieve .row.display-flex {
	 display: flex;
	 flex-wrap: wrap;
}
 .extrieve .row.display-flex > [class*="col-"] {
	 display: flex;
	 flex-direction: column;
}
 .extrieve .row.display-flex > [class*="col-"] .btn {
	 width: max-content;
}
 .extrieve h2 {
	 text-align: center;
}
 .extrieve .btn {
	 margin: 0 auto;
}
 .extrieve h4 {
	 font-size: 1.5rem;
	 color: #06526f;
	 font-weight: 400;
}
 .extrieve h5 {
	 font-size: 1.5rem;
	 color:#06526f;
	 font-weight: 400;
}
 @media (min-width: 768px) {
	 .extrieve {
		 text-align: left;
	}
	 .extrieve .btn {
		 margin: 0;
	}
	 .extrieve h2 {
		 text-align: left;
	}
}
 

.extrieve .feature {
  margin: 0.5rem 0;
  background-color: white;
}
.extrieve .row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.extrieve .row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.extrieve .row.display-flex > [class*='col-'] .btn {
  width: -moz-max-content;
  width: max-content;
} 

  /* ------REVIEW---- */

  .reviews .feature {
  background-color: #fafafa;
  }
  .reviews img {
    max-width: 130px;
    margin-bottom: 20px;
  }

  ul.small-ratings {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
  }
  ul.small-ratings li {
    color: #b1b1b1;
    padding-right: 0.2rem !important;
  }
  ul.small-ratings li.active {
    color: #539633;
  } 


  /* ------------FAQ-------- */

  .faq .accordion {
	 --bs-accordion-bg: #f0f4f5;
  }

 .faq .nav-tabs {
	 border: 0;
}
 .faq .nav-tabs .nav-link {
	 font-size: 1.1rem;
	 color: #5e6f74;
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
	 border: 0;
	 position: relative;
	 background-color: #f8fafa;
	 cursor: pointer;
}
 .faq .nav-tabs .nav-link.active {
	 background-color: #ddd;
}
 .faq .nav-tabs .nav-link.active:after {
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 100%;
	 width: 0;
	 height: 0;
	 border-right: 15px solid transparent;
	 border-top: 15px solid #ccc;
	 clear: both;
}
 

.accordion-body {
  background-color: #fafafafa;
}

.buy-app .icon-box i {
  font-size: 35px;
}

.buy-app .icon-box span {
  font-size: 16px;
}

.buy-app .icon-box {
  height: 130px;
}

.shadow{
    background-color: #f6f6f6;
    box-shadow: unset !important;
}

.banner-icon-wrap .icon-box span {
  height: 45px;
  min-height: 45px;
}
.buy-app .icon-box.svg-icon span {
  margin-top: 10px;
}

.get-custom-quote {
  background: #e6f2e3;
}

.get-custom-quote-btn {
    height: 44px;
    font-size: 17px;
    padding: 0 15px;
    max-width: 200px;
    width: 100%;
}


@media screen and (max-width:768px) {  

  .banner-icon-wrap .icon-box span {
    height: 0;
    min-height: 0;
  }
  
  .banner-icon-wrap .icon-box {
    height: 95px;
  }

  .buy-app .icon-box {
    height: 115px!important;
  }

  .meet-kimora .feature {
    align-items: center;
  }

  .meet-kimora .feature h3, .meet-kimora .feature p {
    text-align: center;
  }


  .meet-kimora .feature h3 {
      height: 45px;
      display: flex;
      align-items: center;
  }

  .info-card {
    align-items: center!important;
  }

  .info-card p {
    text-align: center;
  }

  .DPI-counts p {
    width: 75%!important;
  }

  .SDK-knows p {
    width: 75%!important;
  }

  .landing-banner-left {
    text-align: center;
  }

  .landing-banner-left h4 {
    width: 100%!important;
  }

  .landing-banner-right {
    text-align: center;
  }

  .scanning-sdk .feature h3 {
    text-align: center;
  }

  .get-custom-quote .row {
    text-align: center!important;
  }
}

.icon-box-thank-you i{
    font-size: 100px;
}