/* Material Icons */

.material-symbols {
  font-family: 'Material Symbols Outlined';
  font-size: 24px; /* Adjust size as needed */
  display: inline-block;
  line-height: 1;
  padding: 0 !important;
}

.packaging-module .button-linked{
  border: 2px solid #4A26AA;
  padding: 16px 24px;
  border-radius:100px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  background-color: #4A26AA;
}
.packaging-module .button-linked:hover {
  background-color: #4a25aacc !important;
  border: 2px solid #4A26AA !important;
}


.material-filled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.material-outlined, .material-filled.info {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.packaging-module .material-filled.check_circle{
  color: #6AA84F;
}.packaging-module .material-filled.info{
  color: #4A26AA;
}
.packaging-module .material-filled.add_circle{
  color: #FFB07B;
}

.packaging-module.button-collection {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}

.packaging-module .top-section{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2rem;
}
.packaging-module .plan-collection, .packaging-module .feature-row {
  display: grid;
  font-weight: 600;
}

.packaging-module .plan .button-link {
  display: inline-block;
}
.packaging-module .accordion-symbol.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.packaging-module .symbol-help-text{
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 2rem;
  gap: 1rem;
}
.packaging-module .include, .packaging-module .add-on{
  display: flex;
  gap: 10px;
}

.packaging-module .top-level .info{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.packaging-module .accordion-symbol {
  display: none !important;
}

.packaging-module .symbol{
  position: relative;
  display: flex;
  gap: 10px;
  cursor: default;
}

.packaging-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;
}

.packaging-module .info:hover + .i-description {
  display: block;
  opacity: 1;
  position: absolute;
  top: 25px;
  left: -138px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.packaging-module .feature-name .info:hover + .i-description {
  display: block;
  opacity: 1;
  position: absolute;
  top: 25px;
  left: 95px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.packaging-module .button-link.mobile {
  display:none;
}

.packaging-module .plan p{
  font-weight: 400 !Important;
}

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

.packaging-module .plan a {
  text-decoration: none;
}

.packaging-module .button-link:hover {
  background-color: rgba(74,37,170,.2);
  border: 2px solid #4A26AA !important;
}

.packaging-module .plan-collection {
  position: sticky;
  top: 95px;
  background-color: white;
  z-index: 1001;
}

.packaging-module .plan-2{
  border-left: 0 !important;
  border-right: 0 !important;
}

.packaging-module .feature-name, .packaging-module .feature-item{
  border: 1px solid #CBD3EA;
  border-top: 0 !important;
  border-right: 0;
}

.packaging-module .feature-item-2{
  border-left: 0 !important;
  border-right: 0 !important;
}
.packaging-module .feature-row > *:last-child, .packaging-module .feature-row > *:nth-child(2){
  border-right: 1px solid #CBD3EA !important;
}
.features-collection .features-group:last-of-type .features-item:last-of-type .feature-row .feature-name {
  border-bottom-left-radius: 16px;
}
.features-collection .features-group:last-of-type 
  .features-item:last-of-type 
  .feature-row:last-of-type 
  .feature-item:last-child {
    border-bottom-right-radius: 16px; /* Rounded bottom-right corner */
}

.packaging-module.set-5 .plan.plan-3{
border-right: 0;
}


.packaging-module .feature-row span {
  padding: 1rem;
}

.packaging-module .price.details{
  color: #4A26AA;
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.packaging-module .price.details h3{
  margin:0;
}

.packaging-module .price.details .details-from, .packaging-module .price.details .billing-cycle{
  font-size: 18px;
}

.packaging-module .plan{
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 0 !important;
  border: 1px solid #CBD3EA;
}
.packaging-module .plan .top-level{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width:100%;
}

.packaging-module .plan p, .packaging-module .plan h5{
  text-align: center;
  margin: 0;
  color:#141414;
}

.packaging-module .plan-collection > *:nth-child(2){
  border-radius: 16px 0 0 0;

}
.packaging-module .plan-collection > *:last-child{
  border-radius: 0 16px 0 0;
  border-right: 1px solid #CBD3EA !important;
}

.packaging-module .features-headline {
  padding: 1rem 1rem;
  background-color: #CBD3EA;
  width: 100%;
  font-weight: 600;
}

.packaging-module .features-group {
  display: flex;
  flex-direction: column;
}

.packaging-module .features-headline.h-1 {
  border-radius: 16px 0 0 0;
}
.packaging-module .feature-item{
  display: flex;
  justify-content: center;
}
.packaging-module .feature-name{
  display: flex;
}




@media (max-width: 768px) {
  
  .packaging-module .plan-collection > *:last-child {
border-right: none !important;
}

  .packaging-module .plan-collection, .packaging-module .feature-row {
    grid-template-columns: repeat(1, 1fr) !important;

  }
  .packaging-module .feature-row span {
    border: 0;

  }

  .packaging-module .mobile-features {
    width: 100%;
  }
  .packaging-module .feature-row{
    border-bottom: 2px solid #cbd3ea3b;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: start;
    align-items:center;
  }

  .packaging-module .features-headline{
    background-color: transparent;
    padding: 1rem 0;
  }

  .packaging-module .plan p{
    display:none;
  }
  .packaging-module .plan {
    border: 0;
    border-top: 2px solid #CBD3EA;
    border-bottom: 0;
    align-items: start;
  }
  .packaging-module .plan.background {
    background-color: #4a25aa;
    color: white;
  }
  .packaging-module .plan-collection>:last-child {
    border-left: 
      none;
    border-radius: 0;
    border-right: none;
  }
  .packaging-module .plan-collection > *:nth-child(2) {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .packaging-module .feature-item{
    padding: 0 !important;
  }
  .packaging-module .plan .top-level{
    align-items: start;
  }
  .packaging-module .feature-item {
    border: 0 !important;
  }

  .packaging-module .top-level.background {
    background-color: #4a25aa;
    color: white;
    padding: 1rem;
  }
  .packaging-module .plan-background {
    border: 2px solid #4a25aa !important;
    padding:0;
  }
  .packaging-module .plan-background .mobile-features{
    padding: 1rem;
  }
  .packaging-module .top-level.background h5, .packaging-module .top-level.background .price.details, .packaging-module .top-level.background h5, .packaging-module .top-level.background h3  {
    color: white !important;
  }
  .packaging-module .button-link.desktop {
    display:none;
  }
  .packaging-module .button-link.mobile {
    display:flex;
  }
  .packaging-module .plan{
    padding: 1rem;
    gap: 0;
  }
  .packaging-module .plan.plan-background{
    padding: 0 !important;
    gap: 0 !important;
  }
  .packaging-module .accordion-symbol {
    display: flex !important;
  }
  .packaging-module .top-level .info{
    align-items: start;
    gap: 0.5rem;
  }
  .packaging-module .top-level {
    flex-direction: row !important;
    justify-content: space-between;
    align-items:center !important;

  }
  .packaging-module .top-level .accordion-symbol span{
    font-size: 40px !important;
    color:#4a25aa;
  }
  .packaging-module .top-level.background .accordion-symbol span{
    font-size: 40px !important;
    color:white;
  }

  .packaging-module .accordion-symbol.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    height:fit-content;
  }


  .packaging-module .plan .button-link {
    display: block;
    text-align: center;
    margin: 1rem;
  }

  .packaging-module .mobile-features + .button-link {
    margin-top: 0;
  }

  .packaging-module .plan-background a{
    width: 100%;
    justify-content: center;
  }
  .packaging-module .ex-spacing.symbol-help-text {
    display: none; /* Hide in desktop view */
  }
  .packaging-module .mobile-features .ex-spacing.symbol-help-text {
    display: flex; /* Show inside mobile features */
    padding: 1rem 0;
    gap: 10px;
    flex-direction: row;
    justify-content: start;
    font-weight: 400;

  }
  .packaging-module .symbol .i-description {
    left: -2px !important;
    min-width: 200px !important;
  }
  .packaging-module .top-section{
    align-items: start !important;
    text-align: start !important;
  }

  .packaging-module.button-collection{
    flex-wrap: wrap;
    justify-content: flex-start;

  }
