/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 17:31:51 */
.container-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.billing-toggle-container-mobile {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    font-size: 1rem;
    color: #8b949e;
}
.toggle-switch-mobile {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
    margin: 0 1rem;
}
.toggle-switch-mobile input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider-mobile {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #21262d;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #30363d;
}
.slider-mobile:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider-mobile {
    background-color: #58a6ff;
}
input:checked + .slider-mobile:before {
    transform: translateX(22px);
}
.save-badge-mobile {
    background-color: rgba(38, 166, 65, 0.15);
    color: #58F381;
    padding: 0.25rem 0.6rem;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 500;
  	margin-left: 10px;
}
.pricing-grid-mobile {
  	margin-top: -25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
}

.pricing-card-mobile {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 1.7rem;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card-mobile.popular-mobile {
    border: 2px solid #4facfe;
}

.popular-badge-mobile {
    position: absolute;
    top: -15px;
    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);
}
.popular-badge-mobile .star-mobile {
    margin-right: 5px;
    vertical-align: middle;
}
.pricing-card-mobile .plan-name-mobile {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #8b949e;
    margin: 0;
    text-transform: uppercase;
}
.pricing-card-mobile .price-mobile {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1.5rem;
    color: #c9d1d9;
}
.pricing-card-mobile .price-period-mobile {
    font-size: 1rem;
    color: #8b949e;
    font-weight: 500;
}
.pricing-card-mobile .billing-info-mobile {
    font-size: 0.875rem;
    color: #8b949e;
    margin: 0.1rem 0 1rem 0;
}
.feature-list-mobile {
    list-style: none;
    padding: 0 !important;
    flex-grow: 1;
    margin-bottom: 1.7rem;
}
.feature-list-mobile li {
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
    font-size: 1rem;
    color: #c9d1d9;
}
.feature-list-mobile .icon-check-mobile {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    color: #3fb950;
}
.cta-button-mobile {
    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;
}
.cta-button-mobile.primary-mobile {
    background-color: #161b22;
    color: #c9d1d9;
}
.cta-button-mobile.primary-mobile:hover {
    background-color: #21262d;
    border-color: #8b949e;
}
.cta-button-mobile.popular-cta-mobile {
    background-color: #4facfe;
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(79, 172, 254, 0.25);
}
.cta-button-mobile.popular-cta-mobile:hover {
    background-color: #0e83eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 172, 254, 0.35);
}
.card-footer-text-mobile {
    font-size: 0.875rem;
    color: #8b949e;
    margin-top: 1.5rem;
    text-align: center;
    min-height: 40px;
}

.billing-info-free-mobile{
    margin-top: 15px !important;
}

.plan-name-starter-mobile{
    color: #4de362 !important;
}
.plan-name-pro-mobile{
    color: #00f2fe !important;
}
.price-mobile-free{
  margin-top: 0 !important;
}
.cta-button-mobile-starter{
  background-color: #41bf53 !important;
  color: #ffffff !important;
}

.cta-button-mobile-starter:hover{
  background-color: #37a347 !important;
}
.cta-button-mobile-free{
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cta-button-mobile-free:hover{
  background-color: #e6e1e1 !important;
}

.additional-options-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
    width: 100%;
}

.enterprise-section-mobile, .nfc-section-mobile {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.enterprise-section-mobile p, .nfc-section-mobile p {
    margin: 0;
    color: #c9d1d9;
    font-size: 1rem;
    line-height: 1.5;
}

.enterprise-section-mobile .cta-button-mobile,
.nfc-section-mobile .cta-button-mobile {
    width: auto;
    padding: 0.8rem 1.5rem;
}

.nfc-btn-mobile {
    background-color: #9c11d4 !important;
    color: #ffffff !important;
}

.nfc-btn-mobile:hover {
    background-color: #7e0fab !important;
}

.nfc-section-mobile .cta-button-mobile {
    background-color: #58a6ff;
    color: #ffffff;
    border: none;
}

.nfc-section-mobile .cta-button-mobile:hover {
    background-color: #0e83eb;
}