.pricing-container {
  padding: 70px 0 150px;
}
.pricing-container .save-up-text {
    text-align: center;
}
.pricing-container .save-up-text b{
color:rgba(0, 82, 204, 1);
}
.pricing-container .save-up-text span{
  color:rgba(0, 0, 0, 0.62);;
}
.pricing-container .full-area {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.most-popular-tag {
    position: absolute;
    top: 0;
    font-family: Lufga;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center;
    background: rgba(0, 82, 204, 0.15);
    padding: 1px 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    left: 50%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.pricing-container .full-area .title {
  max-width: 940px;
  margin: 0 auto 35px;
}
.pricing-container .full-area .title h1 {
  font-family: Lufga;
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0;
    max-width: 745px;
    margin: 0 auto 15px;
}
.pricing-container .full-area .title p {
  font-family: Lufga;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0;
  margin: 0;
}
.pricing-container .full-area .title p b {
  font-weight: 600;
  font-size: 18px;
}

.pricing-container .full-area .item {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0 13px;
}
.pricing-container .full-area .item .single-item {
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 40px 50px;
  text-align: center;
  background: #fff;
  height: 885px;
}

.pricing-container .full-area .item .single-item.three {
  border: 3px solid rgba(0, 82, 204, 1);
  height:915px;
  margin-top: -15px;
  margin-bottom: -15px;
  position:relative;

}
.pricing-container .full-area .item .single-item.one {
  background: transparent;
}
.pricing-container .full-area .item .single-item .top-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 32px;
  margin: 0 0 30px;
  min-height: 305px;
}
.pricing-container .full-area .item .single-item.three .top-item {
  min-height: 325px;
  padding: 10px 0 0;
}
.pricing-container .full-area .item .single-item .top-item .price-plan-title {
  margin: 0 0 15px;
}
.pricing-container .full-area .item .single-item .top-item .price-plan-title h2 {
  font-family: Lufga;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #000;
}
.pricing-container .full-area .item .single-item .top-item .price-plan-title p.price-plan-tag {
  margin: 0 0 0 14px;
  border: 1px solid rgba(0, 82, 204, 1);
  border-radius: 50px;
  background: rgba(0, 82, 204, 0.15);
  font-family: Lufga;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(0, 82, 204, 1);
  padding: 6px 12px;
}

.pricing-container .full-area .item .single-item .top-item p {
  font-family: Lufga;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.62);
}
.pricing-container .full-area .item .single-item .top-item h3 {
  margin: 30px 0 37px;
  padding: 0;
  color: #000;
  font-family: Lufga;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
}
.pricing-container .full-area .item .single-item.two .top-item h3,
.pricing-container .full-area .item .single-item.three .top-item h3 {
  
  font-weight: 300;
  font-size: 50px;
}

.pricing-container .full-area .item .single-item .top-item a {
  max-width: 100%;
  color: #000;
  background: transparent;
  border: 1px solid #000;
  height: 40px;
  padding: 11px 5px;
  border-radius: 50px;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  display: block;
  font-family: Lufga;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
}
.pricing-container .full-area .item .single-item .top-item a:hover{
  background: #000;
  border-color: #000;
  color: #fff;
}
.pricing-container .full-area .item .single-item.three .top-item a{  
  background: #0052CC;
  border-color: #0052cc;
  color: #fff;
}
.pricing-container .full-area .item .single-item.three .top-item a:hover {
  background: #0344A4;
  border-color: #0344A4;
  color: #fff;
}

.pricing-container .full-area .item .single-item .top-item p.sub-text {
  font-family: Lufga;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 20px 0 0;
  color: rgba(0, 0, 0, 0.6);
}
.pricing-container .full-area .item .single-item .top-item p.sub-text span.old-price {
  text-decoration: line-through;
}
.pricing-container .full-area .item .single-item .top-item p.sub-text b {
  color: rgba(0, 82, 204, 1);
  font-weight: 600;
}

.pricing-container .full-area .item .single-item .bottom-item {
  text-align: left;
}
.pricing-container .full-area .item .single-item .bottom-item ul {
  padding: 0;
  margin: 0;
}
.pricing-container .full-area .item .single-item .bottom-item ul li {
  padding: 0 0 10px 38px;
  font-family: Lufga;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
}
.pricing-container .full-area .item .single-item .bottom-item ul li::before {
  background: url('/template/71b0727d/images/pricing-tick-icon.svg') no-repeat;
  width: 16px;
  height: 12px;
  border-radius: unset;
  top: 6px;
  left: 0;
}
.pricing-container .full-area .item .single-item .bottom-item h4 {
  font-family: Lufga;
  font-weight: 500;
  font-size: 17px;
  line-height: 23.5px;
  letter-spacing: 0;
  padding: 0 0 0 24px;
  margin: 0 0 20px;
  color: #000;
  position: relative;
}
.pricing-container .full-area .item .single-item .bottom-item h4:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 21px;
  background: url('/template/71b0727d/images/pricing-plus-icon.svg') no-repeat;
  top: 3px;
  left: 0;
}


.switch-container{
	width:100%;
    text-align:center;
    margin-bottom: 82px;
} 
.toggle-container {
    display: inline-flex;
    border: 1px solid #DDDDDD;
    border-radius: 40px;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 4px 5px;
}

.toggle-button {
  padding: 3px 20px 11px 20px;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 15px !important;
  color: #555;
  position: relative;
  transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
  width: 109px;
  border-radius: 42px;
  font-weight: 500 !important;
  border: 1px solid transparent;
  height: 32px;
}
.toggle-button:hover:not(.active) {
  border: 1px solid #fff;
  border-radius: 40px;
  background: transparent;
  color: #008df2;
}
.toggle-button.active {
  background-color: rgba(0, 82, 204, 0.1);
  color: rgba(0, 82, 204, 1);
  border-radius: 40px; /* Rounded appearance for the active button */
  border: 1px solid rgba(232, 239, 249, 1);
}

.discount-tooltip {
  display: block;
  position: absolute;
  top: 100%; /* Places it below the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #008DF2;
  color: white;
  font-size: 14px;
  padding: 3px 14px;
  border-radius: 5px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  white-space: nowrap;
  margin-top: 8px; /* Adds some spacing between the button and tooltip */
}

.discount-tooltip::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #008DF2 transparent;
}

.toggle-button.active:hover .discount-tooltip {
  display: block;
}

.toggle-button:not(.active) {
  border-radius: 0; /* Flat appearance for inactive buttons */
}

/*toggle end*/


.see-all-feature-box {
    text-align: center;
    margin-top: 68px;
}

.see-all-feature-box .see-all-feature {
    color: #000;
    background: transparent;
    border: 0;
    padding: 0 0 0px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-family: Lufga;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    height: auto;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0 6px;
}

.see-all-feature-box .see-all-feature:hover {
    color: #0052cc;
    border-color: #0052cc;
}
.see-all-feature-box .see-all-feature:hover svg path {
   fill:#0052cc;
}