/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 17:42:06 */
.main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: 100%;
}
.plan-switcher-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    width: 35%;
    margin-bottom: 4rem;
}
.switcher-content {
    grid-column: 2;
    display: flex;
    align-items: center;
    color: #8b949e;
    font-size: 1rem;
}
.switcher-control {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
    margin: 0 1rem;
}
.switcher-control input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switcher-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #21262d;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #30363d;
}
.switcher-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .switcher-slider {
    background-color: #58a6ff;
}
input:checked + .switcher-slider:before {
    transform: translateX(22px);
}
.discount-tag {
    background-color: rgba(38, 166, 65, 0.15);
    color: #58F381;
    padding: 0.25rem 0.6rem;
    border-radius: 16px;
    font-size: 0.9rem;
    font-weight: 500;
  	margin-left: 10px;
}
.plans-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
}
.plans-layout {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}
.plan-item {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.plan-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.plan-item.featured {
    border: 2px solid #4facfe;
    box-shadow: 0 0 25px rgba(79, 172, 254, 0.2);
}
.plan-item.featured {
    transform: scale(1.05);
}
.plan-item.featured:hover {
    transform: scale(1.05) translateY(-5px);
}
.featured-tag {
    position: absolute;
    top: -19px;
    right: 20px;
    background-image: linear-gradient(to right, #4facfe, #00f2fe);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(79, 172, 254, 0.3);
}
.featured-tag .star-icon {
    margin-right: 5px;
    vertical-align: middle;
}
.plan-item .tier-title {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #8b949e;
    margin: 0;
    text-transform: uppercase;
}
.plan-item .tier-cost {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 1.5rem;
    color: #c9d1d9;
}
.plan-item .cost-interval {
    font-size: 1rem;
    color: #8b949e;
    font-weight: 500;
}
.plan-item .tier-billing-details {
    font-size: 0.875rem;
    color: #8b949e;
    margin: 0.1rem 0 1rem 0;
}
.tier-features {
    list-style: none;
    padding: 0 !important;
    flex-grow: 1;
    margin-bottom: 1.7rem;
}
.tier-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
    font-size: 1rem;
    color: #c9d1d9;
}
.tier-features .feature-checkmark {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    color: #3fb950;
}
.action-link {
    display: block;
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #30363d;
    box-sizing: border-box;
    text-decoration: none;
}
.action-link.standard {
    background-color: #161b22;
    color: #c9d1d9;
}
.action-link.standard:hover {
    background-color: #21262d;
    border-color: #8b949e;
}
.action-link.featured-action {
    background-color: #4facfe;
    color: #ffffff;
    border: none;
}
.action-link.featured-action:hover {
    background-color: #0e83eb;
    transform: translateY(-2px);
}
.plan-footer-note {
    font-size: 0.875rem;
    color: #8b949e;
    margin-top: 1.5rem;
    text-align: center;
    min-height: 40px;
}
.tier-billing-free {
  margin-top: 15px !important;
}
.tier-title-starter{
  color: #4de362 !important;
}
.tier-title-pro{
  color: #00f2fe !important;
}
.action-link-starter{
  border-color: #43dd67 !important;
  color: #43dd67 !important;
}
.action-link-starter:hover{
  background-color: #43dd67 !important;
  color: #ffffff !important;
}
.action-link-free{
  border-color: #ffffff !important;
}
.action-link-free:hover{
  background-color: #ffffff !important;
  color: #000000 !important;
}
.extra-services-wrapper {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
    width: 100%;
    max-width: 100%;
}
.business-promo, .nfc-promo {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    flex: 1;
    gap: 1rem;
  	margin-top: 40px;
}
.business-promo p, .nfc-promo p {
    margin: 0;
    color: #c9d1d9;
    font-size: 1.1rem;
    line-height: 1.5;
}
.business-promo .action-link, .nfc-promo .action-link {
    width: auto;
    padding: 0.8rem 1.5rem;
    background-color: #58a6ff;
    color: #ffffff;
    border: none;
}
.contact-sales-btn {
  background-color: #161b22 !important;
  border: 1px solid #9c11d4 !important;
  color: #9c11d4 !important;
}
.contact-sales-btn:hover {
  background-color: #9c11d4 !important;
}
.business-promo .action-link:hover, .nfc-promo .action-link:hover {
    background-color: #0e83eb;
  	color: #ffffff !important;
}