body {
  font-family: 'Montserrat', sans-serif;
  color: #47575D;
}

.logo {
  max-width: 225px;
  height: auto;
}

.logogroup {
	max-width: 225px;
}
	
.tagline, a.tagline {
  font-size: 0.9rem;
  color: #47575D;
  text-decoration: none;
  padding-left: 0;
  margin-top: 0.25rem;
  display: block;
}

.logogroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 225px;
}

.navbar-collapse {
  flex-grow: 0;
}

.navbar {
  align-items: center;
  min-height: 60px;
}

@media (max-width: 991px) {
  .navbar .container-1920 {
    flex-wrap: nowrap;
    align-items: center;
  }
}


.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar-toggler {
   border: none;
 }
 
 /* .nav {background-color: #47575D; border-radius: 1em;} */
 /* .nav li:hover {background-color: #000; border-radius: 1em;} */

 .nav .nav-link, .nav a {color: #47575D; margin: 2px;}

 a.nav-signup {background-color: #117444; border-radius: 3px; margin: 2px; color: #fff;}
 .nav-item a.nav-signup {color: #fff;}
 a.nav-signup:hover {background-color: #064714; border-radius: 3px; color: #fff; border-bottom: 0; }

 a.nav-login {background-color: #59A1FA; border-radius: 3px; margin: 2px; color: #fff;}
 .nav-item a.nav-login {color: #fff;}
 a.nav-login:hover {background-color: #2f5f9a; border-radius: 3px; color: #fff; border-bottom: 0;}

 .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }

 .navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0.25rem 0.75rem;
  margin-top: 0 !important;
}

.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2347575D' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(71, 87, 93, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
  align-items: center;
}

.mainintro {
  margin: 80px 0;
}
 
.mainintro h1 {
  font-size: 3em;
  font-weight: 900;
  color: #fff;
}

.mainintro h1 {
  position: relative;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #cceeff 20%,
    #ffffff 40%
  );
  background-size: 300% 100%;
  background-position: -200% 0%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation:
    shimmer 2s linear 0.5s 1 alternate forwards,
    revealText 1s ease-in-out 3s forwards;
}

/* Shimmer animation */
@keyframes shimmer {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

@keyframes revealText {
  to {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #000; /* Set your final text color here */
  }
}

/* Smoothly reveal actual text */
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}


.mainintro {
  font-weight: 300;
}

.card {
  border-left: none;
  border-right: none;
}
 
.btn {
  border-radius: 8px;
  /* background-color: #59A1FA; */
  /* border: 0; */
  padding: 15px 40px;
  border: 0;
}

.btn-ent, .btn-wp {
  margin-bottom: -58px;
  margin-top: 0;
  z-index: 2;
}

.btn-ent {
  background-color: #294d7a;
}

.btn-ent:hover {
  background-color: #154e17;
}

.industries img {
  max-width: 66%;
  margin: auto;
  display: block;
}

.industry {align-content: center;}

.industry {
  border-left: 1px solid #CCC;
  border-right: 1px solid #ccc;
  border-radius: 20px;
  margin: 20px;
  text-align: center;
  max-width: 35%;
}

.industry a {
  color: #47575D;
  text-decoration: none;
}

.card-header-vs:first-child {border-radius: 2em 2em 0 0;}

.airobot {
	max-width: 1000px;
	margin-top: -205px;
	margin-left: -200px;
  margin-bottom: -45px;
}

.footer-robot {max-width: 300px; height: auto;}

.section {
  width: 100%;
  padding: 60px 20px;
}

.container-1920 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.overlay {
  position: relative;
  z-index: 1;
}

.colored-box {
  padding: 30px;
  color: white;
  /* width: 80%; */
  /* box-shadow: 0 0 30px #dcdcdc; */
}

	.colored-box h4 {padding-bottom: 20px;}

  .outer-box1 { background-color: #fff;  color: #47575D; border-radius: 2em; margin-bottom: 80px; min-height: 370px; }
  .outer-box1 .col-lg-4 { -bs-gutter-x: 0; padding-left: 0;}
  
  .outer-box2 { background-color: #fff;  color: #3C50A3; border-radius: 2em; margin-bottom: 80px; min-height: 370px; }
  .outer-box2 .col-lg-4 { -bs-gutter-x: 0; padding-left: 0;}
  
  .outer-box3 { background-color: #fff;  color: #A33C83; border-radius: 2em; margin-bottom: 80px; min-height: 370px; }
  .outer-box3 .col-lg-4 { -bs-gutter-x: 0; padding-left: 0;}
  
  .outer-box4 { background-color: #fff;  color: #D0DB51; border-radius: 2em; margin-bottom: 80px; min-height: 370px; }
  .outer-box4 .col-lg-4 { -bs-gutter-x: 0; padding-left: 0;}

  .box1 { background-color: #fff; color: #47575D; border-radius: 20px; border-top: 1px solid #3CA368; border-bottom: 1px solid #3CA368; }
  .box2 { background-color: #fff; color: #47575D; border-radius: 20px; border-top: 1px solid #3C50A3; border-bottom: 1px solid #3C50A3; }
  .box3 { background-color: #fff; color: #47575D; border-radius: 20px; border-top: 1px solid #A33C83; border-bottom: 1px solid #A33C83; }
  .box4 { background-color: #fff; color: #47575D; border-radius: 20px; border-top: 1px solid #D0DB51; border-bottom: 1px solid #D0DB51; }
  
	.result {font-size: 1.5em; line-height: 1.2em;}
	
	.box1 .result {color: #3CA368;}
	.box2 .result {color: #3C50A3;}
	.box3 .result {color: #A33C83;}
	.box4 .result {color: #D0DB51;}

  .case-img { max-width: 100%; max-height: 370px; border-radius: 2em; margin: 0 auto; } 

.card ul {
  padding-left: 20px;
}

footer {
  padding: 40px 20px;
}

.footer-right {
  text-align: right;
}

.footer-right img {    
	max-width: 235px;
	height: auto;
}

.form-control, .btn {
  border-radius: 8px;
}

.btn-form {float: right;}

.section-1 { position: relative; }
.section-1 video { margin-top: 80px; clear: both; padding-bottom: 25px; }

.section-2 {  margin-bottom: -100px; }

.custom-dashed-bottom {
  position: relative;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  background: white;
  z-index: 1;
}

/* .custom-dashed-bottom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-image: repeating-linear-gradient(
    to right,
    #cad1d3 0 40px,
    transparent 40px 50px
  );
} */


.section-3 { background-color: #fff; padding: 70px 20px 180px 20px; margin-top: 0; }
#vectorseek {
    padding: 30px;
    border-radius: 1em;
    background-color: white;
    /* box-shadow: 0 0 60px 20px rgba(103, 103, 104, 0.2); */
    /* animation: pulse-shadow 4s ease-in-out infinite; */
}

.flex-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Aligns items to the top */
  gap: 20px;
}


.left-column,
.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Ensures internal content aligns to top */
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}


.section-vs h2 {
  font-weight: 600;
}

.section-vs h3 {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 20px;
}

.section-vs {
  position: relative;
  z-index: 1;
      padding: 10px; 
    margin-top: 180px; 
    min-height: 100px; 
  padding: 100px 30px 100px 30px;
  box-shadow: inset 0 0 200px rgb(16, 34, 61);
}



.section-vs::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/static/images/space-bg.jpg');
  background-size: var(--zoom-factor, 100%) auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: -1;
  transition: background-size 0.2s ease-out;
}

a.demoq {
  text-decoration: none;
  border-bottom: 1px dashed currentColor; 
  color: #47575D;
}

.section-4 { background-color: #664ABB; color: #fff; position: relative; z-index: 1; padding-bottom: 0; }
.section-4 h5 { font-weight: 700; }
.section-4 .points-vs { border-left: 3px solid #fff; padding-left: 40px; }


.section-5 { background-color: #fff; }
.section-6 { background-color: #F3F5FF;  padding-bottom: 150px;}
.section-7 { background-color: #fff; }


.section-8 { background-color: #fefefe; display: none;}
.section-9 { background-color: #ECF5FE; margin-bottom: 0;  }
.section-10 { background-color: #fff; border-bottom: 20px solid #000; padding-bottom: 0; padding-top: 0; }

.footnote { font-size: .8em; margin-top: 20px; }

.overlay {
  position: relative; /* ensures positioning context */
  z-index: 1;
}

.bottom-right-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  text-align: right;
  color: #47575D;
}

.bottom-right-overlay h1 {font-size: 25px; font-weight: 600;}

.card {border-radius: 2em;}
.card-body {
	text-align: center;
}
.card-body ul li {
	list-style: none;
}
.card-img-top {
    width: 50%;
    margin: 0 auto;
}

.offset {
	    margin-top: -70px;
}


ul.customer_types li {
  list-style-type: none;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  
  
	.nav {
		width: 100%;
	flex-direction: column;
	align-items: center;
	border-radius: 0;
	}

  .mainintro h1 {
    font-size: 2em;
  }

  .btn-wp {
    margin-bottom: 30px;
  }

  .mainintro p {
    font-size: .9em;
  }

  .section-vs {
  padding: 100px 30px 100px 30px;
  box-shadow: inset 0 0 300px rgb(119, 160, 220);
  }

  .section-vs::before {
  background-image: none;
  }

  .flex-container {
    flex-direction: column-reverse;
  }

  .industries {
    margin-top: 30px;
  }
	
  .sample {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .sample img {
    margin: 0 auto;
  }
	.airobot {
		max-width: 100%;
	  margin-top: -125px;
		margin-left: 0;
    margin-bottom: 20px;
	}  
  .section-4 .points-trad { text-align: center; }
  .section-4 .points-vs { border-left: 0; border-top: 3px solid #fff; text-align: center; padding-top: 20px; }
  
  .colored-box {width: 100%; }
  
  .footer-right {width:100%; }
  
  .bottom-right-overlay {
      margin-top: 40vh;
  }
  
  .section-2 {
      height: initial;
      padding-bottom: 20px;
  }
  
}




#vectorseek_results {
  margin-bottom: 30px;
}

.vectorseek_rate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}

.vectorseek_ratetext {
    justify-content: flex-start;
}

.vectorseek_ratetext p {
    margin-bottom: 0;
}

.vectorseek_rate img {
  height: 24px;
  width: auto;
  display: inline;
  padding: 3px;
  border: 1px solid #ccc;
}

.vectorseek_thumbs_up {
    margin-left: 20px;
  border-radius: 6px 0 0 6px;
}

.vectorseek_thumbs_up:hover {
  background-color: #e4f9ee;
}

.vectorseek_thumbs_down {
  border-radius: 0 6px 6px 0;
}

.vectorseek_thumbs_down:hover {
  background-color: #f9e4e4;
}

.vectorseek_pb {
  float: right;
  font-size: 10px;
}

