.list-group-item:hover{
    background-color: #f3fdff;
}

.form-check-input:checked{
    background-color: #186f98 !important;
    border-color: #186f98 !important;
}

.btn-outline-primary {
    --bs-btn-color: #186f98;
    --bs-btn-border-color: #186f98;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #186f98;
    --bs-btn-hover-border-color: #186f98;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #186f98;
    --bs-btn-active-border-color: #186f98;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #186f98;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #186f98;
    --bs-gradient: none;
}

.hero-title-text{
  font-size: 3rem;
} 

.accordion-button:not(.collapsed){
  background-color: #ebf9ff !important;
}

.modal#statusSuccessModal .modal-content{
	border-radius: 10px;
}
.modal#statusSuccessModal .modal-content svg {
	width: 70px; 
	display: block; 
	margin: 0 auto;
}
.modal#statusSuccessModal .modal-content .path{
	stroke-dasharray: 1000; 
	stroke-dashoffset: 0;
}
.modal#statusSuccessModal .modal-content .path.circle{
	-webkit-animation: dash 0.9s ease-in-out; 
	animation: dash 0.9s ease-in-out;
}
.modal#statusSuccessModal .modal-content .path.line{
	stroke-dashoffset: 1000; 
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards; 
	animation: dash 0.95s 0.35s ease-in-out forwards;
}
.modal#statusSuccessModal .modal-content .path.check{
	stroke-dashoffset: -100; 
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards; 
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100%{
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check { 
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.box00{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-circle-o-notch {
  animation: spin 2s linear infinite;
}


.header-section {
  background: url(../../assets/home/Banner.webp) 0 0 / cover no-repeat;
}

.poc-card{
  transition: 0.3s ease-in-out;
}

.poc-card:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: 0.3s ease-in-out;
}
.usecase-card{
  height: 100%;
  transition: 0.2s ease-in-out;
}

.usecase-card:hover{
  background-color: #186f98;
  transition: 0.2s ease-in-out;
  color: white;
}

.usecase-card img{
  transition: 0.2s ease-in-out;
}

.usecase-card:hover img{
  transition: 0.2s ease-in-out;
  filter: invert(1);
}


.wrapper { 
  width: 100%; 
  position: relative; 
} 

.wrapper-container i { 
  height: 40px; 
  width: 40px; 
  background: #d0ebf7; 
  text-align: center; 
  border-radius: 50%; 
  cursor: pointer; 
  position: absolute; 
  display: flex;
  align-items: center;
  justify-content: center;
  top: -35px; 
  font-size: 1.25 rem; 
  transform: translateY(-50%); 
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23); 

} 

.wrapper-container i:first-child { 
  right: 4rem;
} 

.wrapper-container i:last-child { 
  right: 1rem; 

} 

.wrapper .carousel { 
  display: grid; 
  grid-auto-flow: column; 
  grid-auto-columns: calc((100% / 3) - 12px); 
  gap: 16px; 
  overflow-x: auto; 
  scroll-snap-type: x mandatory; 
  scroll-behavior: smooth; 
  scrollbar-width: 0; 
} 

.carousel::-webkit-scrollbar { 
  display: none; 
} 

.carousel :where(.card, .img) { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
} 

.carousel.dragging { 
  scroll-snap-type:mandatory; 
  scroll-behavior: smooth; 
} 

.carousel.no-transition { 
  scroll-behavior: auto; 
} 

.carousel.dragging .card { 
  cursor: grab; 
  user-select: none; 
} 

.carousel .card { 
  scroll-snap-align: start; 
  list-style: none; 
  border-radius: 8px; 
  display: flex; 
  cursor: pointer; 
  padding-bottom: 15px; 
  align-items: center; 
  justify-content: center; 
  flex-direction: column; 
} 

@media screen and (max-width: 900px) { 
  .wrapper .carousel { 
      grid-auto-columns: calc((100% / 2) - 9px); 

  } 
} 

@media screen and (max-width: 600px) { 
  .wrapper .carousel { 
      grid-auto-columns: 100%; 

  } 

  .hero-title-text{
    font-size: 2rem;
    padding: 0 2rem;
  } 
}





