.brand-color{
  color: #4A26AA;
}

.tab-pane{
  flex-direction: column;
}

.button-wrapper {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.button-wrapper .button-linked{
  border: 2px solid #4A26AA;
  padding: 16px 24px;
  border-radius:100px;
  color: #4A26AA;
  font-weight: 600;
  text-decoration: none !important;
}
.button-wrapper .button-linked:hover {
  background-color: rgba(74,37,170,.2);
  border: 2px solid #4A26AA !important;
}
.button-wrapper a{
  text-decoration: none !important;
}

.material-symbols-outlined.info{
  cursor: default;
}

.pricing-module .expand-button{
  display:none;
}

.pricing-module .tab-content{
  width: 100%;
}

.pricing-module{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 600;
}
.pricing-module a{
  font-weight: 600;
}

.tab-pane.fade{
  display: none;
}

.tab-pane.show{
  display: flex;
}
.pricing-module .plan-collection{
  padding: 4rem 0 0 0;
  display: grid;
  gap: 1rem;
  width: 100%;
}
.pricing-module .plan-item{
  border:2px solid #CBD3EA;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items:center;
  flex-direction: column;
  gap: 1rem;
}

.pricing-module .top-level-pricing .top-info, .pricing-module .bottom-level {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.pricing-module .plan-item.hightlighted{
  border: 3px solid #4A26AA !important;
  margin: -1.5rem 0;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.pricing-module .plan-item.hightlighted h5{
  padding-top: 20px;
}

.pricing-module .highlighted-mark{
  position: absolute;
  top: -22px;
  background-color: #4A26AA;
  padding: 8px 16px;
  color: white;
  border-radius: 100px;
}

.pricing-module .nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.pricing-module .plan-features{
  display: flex;
  flex-direction:column;
  gap: 1rem;
  align-items:center;
  padding-top:1rem;
}
.pricing-module .plan-features a{
  text-decoration: underline #4A26AA;
}

.pricing-module .feature{
  display: flex;
  gap: 10px;
}

.pricing-module .i-symbol{
  height: 20px;
}
.pricing-module .description{
  position: relative;
  display: flex;
}

.pricing-module .i-description {
  display: none;
  opacity: 0;
  padding: 1rem;
  font-size: 12px;
  min-width:300px;
  background-color: #4A26AA;
  color: white;
  font-size: 16px;
  z-index: 999;
}

.pricing-module .i-symbol:hover + .i-description {
  display: block;
  opacity: 1;
  position: absolute;
  top: 25px;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  border-radius: 12px;
}

.pricing-module .i-symbol img{
  width: 20px;

}

.pricing-module h5{
  color: #141414;
  text-align: center;
  margin: 0;
}

.pricing-module h3, .pricing-module h2{
  margin: 0;
}

.pricing-module p{
  text-align: center;
  display: flex;
  color: #141414;
  margin: 0;
  font-weight: 400;
}

.pricing-module .price-collection{
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 20px;
  color: #4A26AA; 
}

.pricing-module .plan-price{
  font-weight: 800;
}
.pricing-module .price-collection small{
  font-size: 18px; 
}
.pricing-module .billing-cycle {
  gap: 1rem;

}
.pricing-module .billing-cycle button {
  all: unset;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}


.pricing-module .billing-cycle button .circle {
  width: 10px;
  height: 10px;
  background-color: #CCCCCC;
  display: flex;
  border-radius: 8px;
}

.pricing-module .billing-cycle button:hover .circle, .pricing-module .billing-cycle button.active .circle {
  background-color: #4A26AA;
}

.pricing-module .nav-link, .pricing-module .product-button{
  border: 2px solid #4A26AA;
  padding: 16px 24px;
  border-radius:100px;
  color: #4A26AA;
  font-weight: 600;
  text-decoration: none;
}

.pricing-module .nav-link.active, .pricing-module .product-button {
  background-color: #4A26AA;
  color: white;
  border: 2px solid #4A26AA !important;
  font-size: 18px;
}
.pricing-module .nav-link.active:hover {
  background-color: #4A26AA;
  color: white;
  border: 2px solid #4A26AA !important;
}
.pricing-module .nav-link:hover {
  background-color: rgba(74,37,170,.2);
  border: 2px solid #4A26AA !important;
}

.pricing-module .product-button:hover {
  background-color: #4a25aacc !important;
  border: 2px solid #4A26AA !important;
}

/*Media queries*/
@media (max-width: 991px) {
  .pricing-module .plan-collection{
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .pricing-module .plan-item.hightlighted{
    margin: 0;
  }
}

@media (max-width: 768px) {

  .pricing-module{
    align-items: start;
  }
  .pricing-module .plan-collection{
    grid-template-columns: repeat(1, 1fr) !important;
    padding-top: 2rem;
  }
  .pricing-module .plan-item{
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #cbd3ea;
    border-radius: 0;
    gap: 0;
  }
  .pricing-module .plan-item.hightlighted{
    margin: 0;
    box-shadow: none;
    border-radius: 16px;
  }
  .pricing-module .highlighted-mark{
    position: initial;
    background-color: white;
    color: #4A26AA;
  }

  .pricing-module .plan-item .top-level-pricing .top-info{
    align-items: start;
    border-radius: 10px 10px 0 0;
    gap: 0;
  }
  .pricing-module .plan-item .top-level-pricing {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    align-items:center;
  }
  .pricing-module .plan-item.hightlighted .top-level-pricing {
    background-color: #4A26AA;


  }
  .pricing-module .plan-item.hightlighted h5, .pricing-module .plan-item.hightlighted .price-collection, .pricing-module .plan-item.hightlighted p, .pricing-module .plan-item.hightlighted .plan-price{
    color: white;
  }
  .pricing-module .plan-item .bottom-level{
    width: 100%;
    padding: 1rem;
  }

  .pricing-module .bottom-level{
    flex-direction: column-reverse;
    display: none;
  }

  .pricing-module .hightlighted .expand-button{
    display: flex;
    color: white;
    font-size: 40px !important;
  }
  .pricing-module .expand-button{
    display: flex;
    color: #4A26AA;
    font-size: 40px !important;
  }

  .pricing-module .expand-button.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    height:fit-content;
  }
  .pricing-module .nav-tabs{
    gap: 0.5rem;
  }

  .pricing-module .i-symbol:hover + .i-description {
    left: inherit;
    right: -90px;
    z-index. 999;
  }

  .pricing-module .top-level-pricing.rotate{
    border-radius: 10px 10px 0 0;
  }

  .pricing-module p{
    text-align: start;
  }
  .pricing-module h5{
    padding-bottom: 10px;
  }

  .pricing-module {
    align-items: start !important;

  }
}


