.pricing-section {
  margin: 80px 0 40px 0;
}
.span41 {
  position: relative;
  background: #FBFAF9;
  z-index: 10;
}

.pricing-hidden span:last-child {
  display: none;
} 
.pricing-item {
  overflow: hidden; 
}

@media (min-width: 1000px) {
  .span41 {
    min-height: 809px!important;
    position: relative;
    left: -1px;
  }
  .pricing-item {
    max-width: 380px!important; 
  }
}
.pricing-section h1 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #414042;
}
.pricing-section p {
  /*width: 318px;*/
  max-width: 100%;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
.pricing-two {
  margin-top: 50px; 
}
.pricing-toggle-wrap {
  display: flex;
  align-items: center;
  margin: 20px 0px 20px 0px;
}
.toggler {
  color: #662d91;
  font-weight: 500;
  transition: color .2s, font-weight .2s;
  cursor: pointer;
  display: flex;
  /* display: none; */
  font-size: 22px;
  position: relative;
  top: 1px;
}
.toggle {
    background-color: #662d91;
    border-radius: 100px;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
    height: 34.02px;
    overflow: hidden;
    position: relative;
    width: 65px;
    margin: 0 10px;
}
.check {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.switch {
    background-color: #fff;
    border-radius: 36px;
    bottom: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    left: 4px;
    position: absolute;
    top: 2px;
    top: 4.4px;
    width: 24.88px; 
    height: 24.88px;
    transition: left .25s cubic-bezier(.785,.135,.15,.86), right .25s cubic-bezier(.785,.135,.15,.86);
    z-index: 1;
} /*
.toggle:hover {
  background-color: #FFF;
  border: 2px solid #662D91;
}
.toggle:hover .switch{
  background-color: #CAB6DA; 
  top: 2.4px;
}
.pricing-toggle-wrap:hover .toggle {
  background-color: #FFF;
  border: 2px solid #662D91;
}
.pricing-toggle-wrap:hover .switch {
  background-color: #CAB6DA; 
  top: 2.4px;
}*/

.toggler--is-active {
  color: #662d91;
  font-weight: 600;
  display: flex;
  font-weight: 500;
  line-height: 130%;
}
.pricing-toggle-wrap .tag {
  background: #FAF4FF;
  border: 1px solid #AE6BE0;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #AE6BE0;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  line-height: 25px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 12px;
}
/* Seats */
.seat-selector {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 340px;
  max-width: 100%;
  border-radius: 2px;
  border: 1px solid #AE6BE0;
  border-left: 0;
  position: relative;
}
.seat-selector .button {
  font-size: 22px;
  padding: 12px 8px;
  cursor: pointer;
  color: #414042;
  background: #FBFAF9;
  border: 0;
  border-right: 1px solid #AE6BE0;
  border-left: 1px solid #AE6BE0;
  height: 51px;
  width: 51px
}
.seat-selector .button:hover {
  background: #E0E0DF;
}
.number-field {
  width: 30px;
  text-align: center;
  font-size: 20px;
  border: 0;
  height: 51px;
  position: static!important;
}
.seat-selector .seats-text {
  display: inline-block;
  width: 160px;
  max-width: 100%;
  color: #414042;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  background: #FAF4FF;
  position: relative;
  height: 51px;
  line-height: 51px;
  top: 0px;
}
.seat-selector input {
  width: 83px!important;
  max-width: 100%;
  background: #FFF;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  position: relative;
  top: 1px;
  cursor: default;
}
.seat-selector .button-minus {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.seat-selector .seats-text {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.monthly-active .yearly-box {
  display: none!important; 
} 
.yearly-active .monthly-box {
  display: none!important; 
}

.tooltip {
  display: none;
  position: absolute;
  background: #00D592;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 10px;
  padding: 6px 12px;
  top: -44px;
  left: 27%;
  transform: translateX(-50%);
  z-index: 10;
}
.tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px; 
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #00D592;
  z-index: 11;
}
.seat-selector .tooltip {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.seat-selector .tooltip.show {
  display: block;  
  opacity: 1;     
}

/* Pricing Boxes */
.pricing-item {
  background: #FFFFFF;
  border: 1px solid #DECBEC;
  border-radius: 12px; 
  padding: 20px 30px;
  position: relative;
}
.pricing-item h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  margin-top: 60px;
  color: #414042;
}
.pricing-item .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #676668;
  margin-top: 10px;
}
.pricing-item h3 {
  font-weight: 400;
  color: #414042;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
} 
.pricing-item h3 .price {
  font-size: 50px;
  color: #414042;
  font-weight: 400;
}

.pricing-item h3 .currency {
  font-size: 20px;
  color: #414042;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 1;
}
.pricing-item h3 .price-after {
  font-size: 20px;
  color: #414042;
  font-weight: 400;
  display: inline-block;
}
.pricing-item p.seat-text {
  margin: -10px 0 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #414042;
} 
.pricing-item .price1-cta1 {
  margin-top: 35px;
}
.pricing-item .price1-cta1 a {
  float: none; 
  box-sizing: border-box!important;
  width: 100%!important;
  display: block;
  padding: 20px 30px 17px 30px;
  background-position: 78% 22px;
}
.pricing-item .price1-cta1 a {
  background: #2069F8!important;
}
.pricing-item .price1-cta1 a:hover {
  background: #FFF!important; 
}
.price1-cta1 a svg {
  display: inline-block;
  margin-left: 13px;
}
.price1-cta1 a svg:last-child {
  display: none; 
}
.price1-cta1 a:hover svg:last-child {
  display: inline-block; 
}
.price1-cta1 a:hover svg:first-child {
  display: none; 
}

.pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  margin-top: 30px;
} 
.pricing-list li {
  background: url('https://7832858.fs1.hubspotusercontent-na1.net/hubfs/7832858/tick-gray.svg') left center no-repeat;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 400;
  margin-top: 12px;
}
.pricing-list li b {
  font-weight: 500;
}
a.cta2 {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #2069F8;
  position: relative;
  margin-top: 32px;
  margin-bottom: 10px;
  transition: 0.3s all;
}
a.cta2::after {
  content: "";
  height: 3px;
  width: 100%;
  background: #2069F8;
  position: absolute;
  left: 0;
  bottom: -7px;
  transition: 0.3s all;
}
a.cta2:hover {
  color: #662d91;
}
a.cta2 svg {
  margin-left: 8px;
  position: relative;
  top: 2px;
  transition: 0.3s all;
}
a.cta2:hover:after {
  background-color: #662d91;
}
a.cta2:hover svg path {
  stroke: #662d91 !important;
}

.pricing-contact .cta2 {
  opacity: 0;
  z-index: -999;
  visibility: hidden;
}

.recommended::before {
 content: "Recommended";
 width: 100%;
 background: linear-gradient(90deg, #662D91 0%, #9B23F6 46.5%, #EE2E4F 95%);
 border-radius: 12px 12px 0px 0px;
 min-height: 51px;
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1;
 color: #FFF;
 font-weight: 500;
 font-size: 18px;
 padding-top: 13px;
 box-sizing: border-box!important;
}


.pricing-item h3.text-contact {
  font-size: 50px; 
  line-height: 1.5;
  margin-top: 80px;
  font-weight: 400 !important;
  display: none;
}
.pricing-item .price-cta-contact {
  display: none; 
}
.pricing-item .seat-text-contact {
  display: none; 
}

}
.pricing-item .price-cta-contact a:hover {
  background-image: url('https://7832858.fs1.hubspotusercontent-na1.net/hubfs/7832858/arrow-purple.svg');
  background-repeat: no-repeat;
  background: #FFF!important;
  color: #a46eda;
}
.pricing-contact .pricing-item h3 {
  display: none;
}
.pricing-contact .pricing-item h3.text-contact {
  display: block;
}
.pricing-contact .price1-cta1 {
  display: none;
}
.pricing-contact .price-cta-contact {
  display: block;
}
.pricing-contact .seat-text {
  display: none; 
}
.pricing-contact .seat-text-contact {
  display: block;
} 
.pricing-list .cs-list {
  display: none;
}
.pricing-contact .pricing-list li:nth-child(2) {
  display: none; 
}
.pricing-contact .cs-list {
  display: block;
}

/* Pricing Table Styles */
.pt-toggle {
  margin-top: 30px;
  text-align: center;
} 
.pt-toggle a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%; 
  padding: 12.5px 40px 14.5px 40px;
  width: 230px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  cursor: pointer;
  color: #00A0FF;
  margin-left: auto;
  margin-right: auto;
}
.pt-toggle a:hover {
  color: #00A0FF;
}
.pt-toggle a i{
  position: relative;
  left: 14px;
  top: 2px;
  font-size: 23px;
}
.pt-toggle .open-feature {
  color: #00A0FF;
}
.pt-toggle .open-feature:hover {
  color: #00A0FF; 
}
.pt-toggle .close-feature {
  display: none;
}

.pricing-tables {
  display: none; 
}

/* Pricing Table Inner Styles */
.pricing-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pricing-heading, .pricing-row {
  display: flex;
  width: 100%;
}
.pricing-column {
  padding: 10px;
  padding: 5px 5px;
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #C4C4C4;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item-description .item-text {
  position: relative;
  display: inline-block;
} 
.pricing-column svg {
  width: 32px;
  height: 32px;
}
.pricing-column:first-child {
  font-size: 20px;
  font-weight: 400;
  align-items: flex-start;
}
.pricing-heading .pricing-column {
  font-weight: 500;
  border-bottom: 2px solid #414042;
  font-size: 20px;
}
.pricing-heading .pricing-column:first-child{
  text-align: left; 
  font-weight: 500;
}
.pricing-row:last-child .pricing-column {
  border-bottom: none;
}
.pricing-row:hover .pricing-column {
  background: rgba(102, 45, 145, 0.05);
  background: rgba(102, 45, 145, 0.05);
}
.item-description {
  position: relative;
  text-align: left;
}
.item-description:hover .popup {
  display: block;
}
.popup {
  display: none; /* Initially hidden */
  position: absolute;
  right: 0px;
  right: -150px; /**/
  right: auto;
  left: 110%;
  top: -20px;
  background: #662D91;
  border-radius: 5px;
  color: #FFF;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 20px;
  width: 240px;
  text-align: center;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.12);
  z-index: 10; /* Ensures the popup is above other elements */
  transition: opacity 0.3s ease-in-out; /* Smooth transition */
  opacity: 0; /* Initially transparent */
}
/*
.popup .arrow {
  width: 0;
  height: 0;
  border-right: 12px solid #662D91;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -11.5px;
  top: 22px;
  top: 28px;
  z-index: 11;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}*/
.popup .arrow {
  width: 18px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3Csvg width%3D%2218%22 height%3D%2220%22 viewBox%3D%220 0 18 20%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M1 11.7321C-0.333333 10.9623 -0.333333 9.03775 1 8.26795L14.5 0.47372C15.8333 -0.296081 17.5 0.666169 17.5 2.20577V17.7942C17.5 19.3338 15.8333 20.2961 14.5 19.5263L1 11.7321Z%22 fill%3D%22%23662D91%22/%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -11.5px;
  top: 28px;
  z-index: 11;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* Remove hover effects from the toggle */

.seats-text:hover .seatspopup {
  display: block;
}
.seatspopup {
  display: none; /* Initially hidden */
  position: absolute;
  right: 0px;
  right: -150px; /**/
  right: auto;
  left: 110%;
  top: -20px;
  background: #662D91;
  border-radius: 5px;
  color: #FFF;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 20px;
  width: 240px;
  text-align: center;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.12);
  z-index: 10; /* Ensures the popup is above other elements */
  transition: opacity 0.3s ease-in-out; /* Smooth transition */
  opacity: 0; /* Initially transparent */
}

.seatspopup .arrow {
  width: 18px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3Csvg width%3D%2218%22 height%3D%2220%22 viewBox%3D%220 0 18 20%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M1 11.7321C-0.333333 10.9623 -0.333333 9.03775 1 8.26795L14.5 0.47372C15.8333 -0.296081 17.5 0.666169 17.5 2.20577V17.7942C17.5 19.3338 15.8333 20.2961 14.5 19.5263L1 11.7321Z%22 fill%3D%22%23662D91%22/%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -11.5px;
  top: 28px;
  z-index: 11;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}


/* Style for active toggler labels */
.toggler--is-active {
  color: #662d91;
  font-weight: 600;
}

.toggler {
  /*color: #737373;*/
  font-weight: 500;
  cursor: pointer;
  font-size: 22px;
  position: relative;
  top: 1px;
  transition: color .2s, font-weight .2s;
}

/* Toggle background update for active state */
.monthly-active .toggle{
  background-color: #FFF;
  border: 2px solid #662D91;
}

.monthly-active .switch{
  background-color: #CAB6DA; 
  top: 2.4px;
}
.monthly-active .toggle {
  background-color: #FFF;
  border: 2px solid #662D91;
}
.monthly-active .switch {
  background-color: #CAB6DA; 
  top: 2.4px;
}

.monthly-active .toggle {
  background-color: #FFF;
  border: 2px solid #662D91;
}

.monthly-active .switch{
  background-color: #CAB6DA; 
  top: 2.4px;
}
.monthly-active .toggle {
  background-color: #FFF;
  border: 2px solid #662D91;
}
.monthly-active .switch {
  background-color: #CAB6DA; 
  top: 2.4px;
}

/* Toggle background update for active state */
.monthly-active .pricing-item.enterprise {
  opacity: 0.5;
}
  


.item-description {
  cursor: pointer; 
}

.pricing-hidden {
  display: none; 
}
.enterprise .pricing-hidden {
  display: block;
  position: absolute;
}
.pricing-hidden span {
  display: inline-block;
  background: #F9F5FE;
  text-transform: uppercase;
  padding: 7px 10px 4px 10px;
  border-radius: 4px;
  border: 2px solid #BD95E4;
  background: #F9F5FE;
  font-weight: 500;
  color: #B282DF;
  text-align: center;
  font-size: 12px;
}
.pricing-hidden span:last-child {
  margin-left: 6px;
  border-color: #3D98F8;
  color: #3D98F8;
}
.pricing-item.enterprise .price1-cta1 a {
  background: #414042!important; 
  border: 1px solid #414042;
}
.pricing-item.enterprise .price1-cta1 a:hover {
  color: #414042!important;
  background: #FFF!important;
  border-color: #414042!important;
}

/* Custom Navigation Buttons */
.swiper-button-prev1,
.swiper-button-next1 {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.swiper-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.swiper-button-next1 {
  right: 0; /* Adjust as needed */
}


/**/
.swiper-button-prev1 {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #662d91;
}
.swiper-button-prev1 img{
  display: none;
}
.swiper-button-next1 {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #662d91;
  margin-left: -10px;
}
.swiper-button-next1 img{
  display: none;
}
.swiper-button-prev1:hover,
.swiper-button-next1:hover
{
  opacity: 0.85; 
}

/* Responsive */
@media (max-width: 1124px) {
  .pricing-item .price1-cta1 a {
    background-position: 90% 22px; 
  }
}
@media (max-width: 960px) and (min-width: 768px){
 .pricing-section .row-fluid {
   display: block;
  } 
  .pricing-section .row-fluid .span4:first-child{
   display: block;
   width: 100%;
   float: none;
   margin: auto;
  } 
  .pricing-section .row-fluid .span4:not(:first-child){
    width: 47%!important;
    margin-left: 0!important;
    margin-right: 6%!important;
  }
  .pricing-section .row-fluid .span4:nth-child(3),
  .pricing-section .row-fluid .span4:nth-child(5)
  {
    margin-right: 0%!important;
  }
  .pricing-section p {
    width: 100%; 
  }
  .pricing-item {
    margin-top: 40px;
  }
  .pricing-item .price1-cta1 a {
    background-position: 80% 22px; 
  }
}
@media (max-width: 950px) {
  /* Custom navigation styles for small screens */
  .swiper-container {
    position: relative;
  } 
  .swiper-prev-custom,
  .swiper-next-custom {
    position: absolute;
    top: 30%!important;
    z-index: 10;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .swiper-prev-custom {
    left: 40px; /* Adjust as needed */
  }

  .swiper-next-custom {
    right: 40px; /* Adjust as needed */
  }

  /* Pagination styles */
  .swiper-pagination {
    position: absolute;
    bottom: -44px!important;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .swiper-pagination-bullet {
    width: 13px!important;
    height: 13px!important;
    background: #E2E3EA!important;
    opacity: 1!important;
    border-radius: 50%;
    transition: opacity 0.3s;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #26314D!important; 
  }
  .pt-toggle {
    margin-top: 90px;
  } 
  .swiper-button-disabled {
    opacity: 0!important; 
  }
}
@media (max-width: 768px) {
  .seat-selector {
    margin: 30px 0;
  } 
  .pricing-two {
    margin-top: 0; 
  }
  .pricing-item {
    width: 400px;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  .pricing-section p {
    width: 100%; 
  }
  .pricing-item .price1-cta1 a {
    background-position: 82% 22px; 
  }
  .pricing-table .pricing-column {
    font-size: 16px; 
  }
  .pricing-table .pricing-column:first-child {
    font-size: 16px; 
  }
  .pricing-heading .pricing-column {
    font-size: 18px;
  } 
  .pricing-column svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 600px) {
  .popup {
    right: -80px; 
  }
  .swiper-next-custom {
    display: none!important; 
  }
}
@media screen and (max-width: 360px) {
  .pricing-column {
    flex: 100%;
    text-align: left;
    border-bottom: 1px solid #C4C4C4;
  }
  .pricing-heading .pricing-column {
    display: none; 
  }
  .pricing-row {
    flex-direction: column;
    border-bottom: 2px solid #414042;
  }
  .item-description {
    border-bottom: none;
  }
}
@media (max-width: 380px) {
  .pricing-item .price1-cta1 a {
    background-position: 90% 22px; 
  } 
}

@media (min-width: 768px) {
  .row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
  }
}