  .pricing-plans {
    gap: 32px;
    display: grid;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    /* width: 100%; */
    padding: 64px;
  }
  
  
  .pricing-card {
	      border-radius:30px !important;
    font-family: "Inter", Sans-serif;
	    background:white;
    --col: #e4e4e7;
    position: relative;
    min-width: 360px;
    padding: 21px 6px;
    padding-bottom: 96px;
    border-radius: 4px;
    border-style: none;
    outline: 1px solid rgba(144, 187, 255, .53);
    box-shadow: 0 0 32px transparent;
    text-align: center;
  }
  
  .pricing-card.basic {
    --col: #222222;
  }
  
  .pricing-card.standard {
    --col: #222222;
  }
  
  .pricing-card.premium {
    --col: #222222;
  }
  
@media(min-width:1025px){
	  .pricing-card:hover {
    transform: translateY(-16px) scale(1.02);
    transition: all 0.5s ease;
  }
}
  
  .pricing-card > *:not(:last-child) {
    margin-bottom: 32px;
  }
  
  .pricing-card .heading h4 {
    padding-bottom: 12px;
    color: #4285F4;
    font-size: 34px;
    font-weight: 600;
  }
  
  .pricing-card .heading p {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: lighter;
  }
  
  .pricing-card .price {
	    font-family: "Roboto", sans-serif;
    position: relative;
color: #222222;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 0;
  }

  
  .pricing-card .features li {
	     font-family: "Roboto", sans-serif;
    padding-bottom: 10px;
color: #222222;
	  font-weight:500;
    font-size: 15px;
    display: grid;
    text-align: left;
    grid-template-columns: 9% 91%;
  }
  
  
  .pricing-card .features li strong {
    padding-left: 24px;
  }
  
  .pricing-card .cta-btn{
	  	    font-family: "Roboto", sans-serif;
    position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
font-size: 16px;
font-weight: 500;
line-height: 26px;
color: #FFFFFF;
background: linear-gradient(360deg, #3A78F2 57.35%, rgba(58, 120, 242, 0) 189.58%), url(https://mapzz.ai/wp-content/uploads/2024/03/Vector-19.png);
    background-size: cover; /* or contain based on your preference */
    background-position: right;
    background-repeat: no-repeat;
border-radius: 30px;
padding: 8px 30px 8px 30px;
border:none;
max-width: 306px;
	  box-shadow: 4px 4px 15px 0px #00000040;
    width: 65%;
}
.cta-btn:hover {
background: linear-gradient(358.7deg, #417EF7 1.1%, #FFFFFF 133.26%);
box-shadow: 4px 4px 15px 0px #00000040;
	color:white !important;
}
ul.features{
	padding: 15px;
	  list-style-type: none;
}

   .toggle-button {
    width: 50%;
    height: 100%;
background: linear-gradient(360deg, #3A78F2 57.35%, rgba(58, 120, 242, 0) 189.58%);
    border-radius: 32px;
    position: absolute;
    right:0;
    transition: right 0.3s ease;
}

.wrapperToggle {
  margin-left: auto;
    margin-right: auto;
  display:flex;
    width: 200px;
    height: 50px;
    align-items: center;
    position: relative;
    backdrop-filter: blur(32px);
    background: white;
    border-radius: 32px;
}

.toggle1, .toggle5 {
	font-family: "Roboto", sans-serif;
    z-index: 2;
    width: 50%;
    height: 100%;
    color: black;
    text-align: center;
    letter-spacing: .02em;
    cursor: pointer;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    position: relative;
}
.conPrice{
  text-align:center;

}
.conPrice div{
	color:#222222;
}
.active {
    color: white;
    pointer-events: none;
}

@media(max-width:600px){
  .pricing-plans{
grid-template-columns: 1fr !important;
  }
}

.customV {
  width: 19px;
    height: 14px;
    margin-top: 5px;
}