@charset "UTF-8";

/* General */
.btn-primary-lemon {
  --bs-btn-color: #000;
  --bs-btn-bg: #bdff00;
  --bs-btn-border-color: #bdff00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #9eff00;
  --bs-btn-hover-border-color: #9eff00;
  --bs-btn-focus-shadow-rgb: 85,145,255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9eff00;
  --bs-btn-active-border-color: #9eff00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #bdff00;
  --bs-btn-disabled-border-color: #bdff00;
}


.swiper-slide{
  /* width: fit-content !important; */
}

.swiper-equal-height .swiper-slide {
  display: block;
}


.align-auto-y { 
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.navbar-sticky-top {
    position: relative;
}

.divider.divider--false {
  border: 0;
}

.h1, h1 {
  font-size: 3.2rem;
  letter-spacing: .125rem;
}

.bg-violet {
  background-color: #3f51b5 !important;
} 

.bg-primary--blue {
  background-color: #0067ff !important;
} 

.bg-primary--semi-blue {
  background-color: #2B48A9 !important;
}

.text-primary {
  color: #0067ff !important;
}

.border-radius-32 {
  border-radius: 32px;
  border-radius: 1.8rem;
} 

/* NavBar */
.navbar .btn-primary,
.navbar .btn-outline-secondary { 
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 22px;
} 

.navbar .btn-primary {
  background-color: #3f51b5;
  border-color: #3f51b5;
  color: #ffffff;
}

.navbar .btn-outline-secondary {
  background-color: transparent;
  border-color: #3f51b5;
  color: #3f51b5;
} 

.navbar .btn-primary:hover {
  box-shadow: 0 4px 11px #377dff59;
} 

.navbar .btn-outline-secondary:hover { 
  background-color: #3f51b5;
  border-color: #3f51b5;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #404f68;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #3f51b5;
  text-decoration: underline;
} 







/* HEADER section */ 
.navbar-brand-logo {
  width: 100%;
  max-width: 100%; 
  min-width: 14rem;
  max-width: 14rem; 
} 


/* HERO section */
.hero__section .text-primary-heading {
  min-height: 23vh !important;
}


/* PRICE PLANS */ 
/* Price Grid Section - carousel */
.price-grid-section .swiper-slide .card-header {
  padding-bottom: 0.25rem;
}

.price-grid-section .swiper-slide .card-body {
  padding-top: 0.25rem;
  padding-bottom: 1rem;
}


/* LOGO - Brands section */
.avatar-lg.avatar-4x3 {
  /* width: 5.6666666667rem; */
  height: auto;
  border-radius: 0;
  width: 100%;
  max-width: 7rem;
}


/* Avatars */
.avatar.avatar-16x9 {
  /* width: 6.1666666667rem; */
  height: 3.125rem;
}  

.list-checked-item::before {
  width: 1.65rem;
  background-size: 1.65rem 1.65rem;
}


.form-check-label {
  font-size: .975rem;
}


.text-blue {
  color: #3f51b5;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0067ff; /* #4c9f54 */
  --bs-btn-border-color: #0067ff; /* #4c9f54 */
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #377dff;
  --bs-btn-hover-border-color: #377dff;
  --bs-btn-focus-shadow-rgb: 85,145,255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #377dff;
  --bs-btn-active-border-color: #377dff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0067ff;
  --bs-btn-disabled-border-color: #0067ff;
} 


.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover {
  box-shadow: 0 4px 11px rgba(55,125,255,.35);
  /* box-shadow: 0 4px 11px #34850959; */
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover {
  box-shadow: 0 4px 11px rgba(113,134,157,.35);
  box-shadow: 0 4px 11px #34850959;
}



.list-checked-primary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z' fill='%233f51b5'/%3e%3c/svg%3e");
}

.list-checked-primary .list-checked-item.text-muted::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' fill='%23677788'/%3e%3c/svg%3e");
}



/* Plans Information/informative section */ 
.informative__section .small {
  font-size: 0.55rem;
}



/* FAQ */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2367ad6e'%3e%3cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} 

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2367ad6e'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e");
}


.accordion--panel-image {
  height: 0;
  opacity: 0;
  transition: opacity .5s
}

/*
.accordion--panel-image .accordion--image {
  opacity: 0;
  visibility: hidden
} */

.accordion--panel-image.active .accordion--image {
  opacity: 1;
  visibility: visible
}





/* FOOTER */ 
footer .text-dark[href]:hover { 
  color: #3f51b5 !important;
  text-decoration: underline;
}

footer .navbar-brand-logo { 
  min-width: 13rem;
  width: 100%;
  max-width: 13rem;
}


/* FRONT styles */
@media (min-width: 1200px) { 
  /* Container */
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 1320px;
  } 

  .navbar > .container {
    max-width: 1320px;
  } 

  .shopify-section--steps .container {
    max-width: 1320px;
  } 

  .shopify-section--cards-front .container {
    max-width: 1320px;
  } 

  footer .container { 
    max-width: 1320px;
  }

  /* Header */ 
  .h1, h1 {
    font-size: 3.2rem;
    letter-spacing: .125rem;
  }


  .h2,h2 {
      font-size:1.95rem;
  } 


  /* FAQ */ 
  .accordion-lg .accordion-button { 
    font-size: 1.4rem;
  }
  
  .accordion-flush .accordion-body { 
    font-size: 1.125rem;
  } 

  
  
}

@media (min-width: 992px) {

}


@media (min-width: 768px) { 
  /* Boostrap structure (expanding) */
  .flex-basis-50 {
    flex-basis: 50%;
  }

} 

@media (min-width: 992px) and (max-width: 1199px) { 

} 

@media (min-width: 768px) and (max-width: 992px) { 
 

}

@media (max-width: 992px) {
  .navbar-light .navbar-toggler { 
    font-size: 1.8rem;
    color: #3f51b5;
    border: 0;
  } 

  .navbar-toggler .bi:before, .navbar-toggler [class^=bi-]:before, .navbar-toggler [class*=" bi-"]:before {
    font-weight: 800 !important;
  } 

  .navbar .btn-outline-secondary {
      margin-bottom: .8rem;
  } 

  .nav_btn_wrap { 
    margin-top: 0.8rem;
  }
  
  .navbar-expand-lg .nav_btn_wrap .nav-item:not(:last-child) {
    margin-right: 0.8rem;
  } 


  /* FAQ section */ 
  .accordion-flush .accordion-item .accordion-button.collapsed { 
    padding: 1.2rem;
    padding-right: 0.8rem; 
  }

  
}

@media (max-width: 768px) { 
  /* TOOLTIPS */
  .card_block .bi-info-circle-fill:before {
    font-size: 0.75rem;
  }
  
  /* HEADER */ 
  .navbar .btn-outline-secondary {
    margin-bottom: 0.8rem;
  } 

  .navbar-light .navbar-toggler { 
    font-size: 1.8rem;
    color: #3f51b5;
    border: 0;
  } 

  .navbar-toggler .bi:before, 
  .navbar-toggler [class^=bi-]:before,
  .navbar-toggler [class*=" bi-"]:before { 
    font-weight: 800 !important;
  }
  

  /* FOOTER */
  .footer > .container {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }

} 

@media (max-width: 576px) {  

  /* HEADER */ 
  .navbar .btn-outline-secondary {
    margin-bottom: 0.8rem;
  } 

  /* HERO section */ 
  .hero__section .list-checked-item { 
    font-size: 0.85rem;
  } 

  .hero__section .text-primary-heading { 
    min-height: 17vh !important;
  }

  /* CTA + List section */
  .card_grid__section .lead {
    font-size: 1rem;
    margin: 0 0.8rem 0 0.8rem;
  }

  /* Plans Information/informative section */ 
  .informative__section .small {
    font-size: 0.75rem;
    font-size: 0.475rem;
  }
  
  /* FAQ */ 
  .accordion-lg .accordion-button { 
    /* font-size: 1.5rem; */
  } 

  .shopify-section--faq-front .accordion {
    --bs-accordion-btn-icon-width: 2.5rem;
  } 

  .accordion-button {
    justify-content: center;
  } 


  /* FOOTER */ 
  .footer__links .list-inline-item {
    display: block; 
    margin-bottom: 0.5rem;
  }
  
} 

@media (max-width: 575.98px) {
  .card-group-sm-break>.card:first-child { 
    border-top-left-radius: 1.8rem;
    border-top-right-radius: 1.8rem;
  }
} 

@media (max-width: 400px) { 

}

@media (max-width: 399px) { 

  
}












