:root {
    --pc-primary: #ffffff;
    --pc-secondary: #12438e;
    --pc-tertiary: #ffffff;
    --pc-primary-font-family: 'Poppins', sans-serif;

  }

/* Navbar */


.nav-link {
  color: rgba(0, 0 ,0 , 1)!important;
}

.primary-font {
  font-family: var(--pc-primary-font-family);
}


.logo {
  max-width: 150px;
}
.logo:hover {
  filter:invert(1);
}
.navbar-cta {
  padding: 5px 10px 5px 10px;
  font-size: 1.0rem;
  color: var(--pc-primary);
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--pc-secondary);
  border-radius: 20px 20px;

}

a:hover {
  color: #fff!important;
  background-color: var(--pc-secondary)!important;  
}
/* Navbar */

/* Cover */

.cover {
  background-image: url('/images/geo-cube.webp');
  background-size: cover;
  
}

@media (max-width: 996px) {

  .mobile-mt {
    margin-top: 45px!important;
  }

  .est-badge {

    width: 40%!important;
    height: 25px!important;
    margin-bottom: 1rem;
  }
  
  .header-text {
    font-size: 3.0rem;
    font-weight: 900;
    line-height: 3.8rem;
  }

  
  }

@media (min-width: 997px) {

.cover-mt {
  margin-top: 125px!important;
}
.header-text {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 4.0rem;
}


}


.est-badge {

  background-color: rgb(116, 116, 116);
  color: #fff;
  border-radius: 5px 5px; 
  font-size: 0.95rem;
  font-weight: 400;
  text-align:center;
  width: 27%;
}

h2 {
  font-weight: 900!important;
  font-size: 3.5rem!important;
}

.highlight {
  color: var(--pc-secondary);
  text-decoration: underline;
}

.btn-brand  {
  background-color: var(--pc-secondary);
  border-radius: 5px 5px; 
  color: #fff;
  padding: 20px 20px;
  text-decoration: none;
}

.personal-silhouette-bg {
  position: relative;
}

.double-image-overlap {
  position: relative;
}

.img-overlay {

  border-radius: 10px 10px;

}

.chalkboard-pill {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 55px;
  background-color: #343356; 
  width: 70px;
  height: 70px;
  border-radius: 6px 6px;

}

.fa-chart-line {

  justify-content: center;
  align-content: center;
  font-size: 2.5rem;
  display: flex!important;
  margin-top: 1rem;

}

.stats-pill {
  position: absolute;
  border-radius: 6px 6px;
  background-color: #fff;
  width: 300px;
  height: 130px;
  top: 300px;
  bottom: 0;
  right: 0;
  padding: 20px 20px;
  left: 460px;
}

/* Cover */

/* Pitch */

.img-overlap {

  position:absolute;
  top: 240px;
  bottom: 0px;
  right: 250px;
  left: 55px;
}

@media (max-width: 996px) {

  .order-sm-j-2 {

    order: 2!important;

  }

}


.overlap-size-b1 {

  width: 75%;
}
.overlap-size-b2 {

  width: 55%;
}

/* Pitch */

/* Feedback */
.est-badge-12 {

  background-color: rgb(116, 116, 116);
  color: #fff;
  border-radius: 5px 5px; 
  font-size: 0.95rem;
  font-weight: 400;
  text-align:center;
  width: 12%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .est-badge-12 {
    width: 29%;
  }
}
/* Feedback */


/* FAQ */

.accordion-button::after {
  background-image: url("https://img.icons8.com/fluency-systems-filled/48/null/dots-loading.png")!important;
  color: var(--pc-secondary)!important;
  filter: brightness(0.9) invert(.7) sepia(.5) hue-rotate(359deg) saturate(200%);

}

/* FAQ */

/* Blog */

@media (max-width: 576px) {
  .card {
    width: 380px;
    margin-left:auto;
    margin-right:auto;
  }
}

.date-text {

  font-size: 0.6rem;
  color: rgba(90, 90, 90, 0.8);
}

.blog-header {
  font-weight: 900!important;
  font-size: 1.25rem;
}

/* Blog */

/* Footer */

@media (max-width: 576px) {

  .text-sm-center {
    
    text-align: center;
  }
}

  .text-small {
    font-size: 0.9rem;
  }
  
  a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  }
  
  a:hover, a:focus {
    text-decoration: none;
  }
  
  
  footer {
    background: #212529;
  }
  
  
    /* Footer */