@media (min-width: 375px) and (max-width: 575.98px) {
    
    .show-on-mobile {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }

    .show-on-tablet {
        display: none;
      }
      
      .hide-on-tablet {
          display: none;
      }
    
    .bulk-calculator-container {
        padding: 16px;
        border-radius: 8px;
       
    }
    .bulk-calculator-title {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700; 
        margin-bottom: 12px;
    }
    .quantity-section label {
        font-size: 10px;
    }
    .calculator-row .col-md-6,
    .calculator-row .col-12 {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .quantity-input {
        width: 34px;
        height: 42px;
        padding-left: 8px;
    }
    .price-display {
        flex: 0 0 auto;
        width: auto;
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        margin-left: -5px;
        gap: 5px;
    }
    .price-display .multiply {
        color: #000000;
        font-size: 16px;
    }
    .price-display .current-price {
        font-size: 16px;
    }
    .price-display .original-price {
        text-decoration: line-through;
        color: #333333;
        font-size: 12px;
    }
    .price-display .discount-badge {
        background: #E9F6FF;
        color: #0078C6;
        padding: 0px 3px;
        border-radius: 24px;
        font-size: 10px;
    }
    .subtotal-section label {
        display: block;
        font-size: 10px;
    }
    .subtotal-section .subtotal-value {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
    }
    .buy-now-btn {
        flex: 1 0 auto;
        font-size: 14px;
        border-radius: 5px;
        background: #FF5A3A;
    }
    .manage-team-info{
        margin-bottom: 10px;
    }
    .manage-team-section {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .manage-team-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .manage-team-desc {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
    }
    .manage-team-features li{
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
    }
    .corporate-form-wrapper{
        width: 100%;
    }
    .form-group label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }

    /* Pricing Tier Table - Mobile */
    .pricing-tier-section.show-on-mobile {
        margin-bottom: 24px;
    }

    .pricing-tier-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 16px;
        letter-spacing: -0.3px;
    }

    .pricing-tier-table-mobile {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 8px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .pricing-tier-table-mobile thead {
        background: #0078C6;
    }

    .pricing-tier-table-mobile th {
        background: #0078C6;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.3px;
        padding: 12px 16px;
        text-align: center;
        border: none;
        border-right: 2px solid rgba(255, 255, 255, 0.3);
        line-height: 16px;
    }

    .pricing-tier-table-mobile th:first-child {
        border-top-left-radius: 8px;
        border-right: 2px solid rgba(255, 255, 255, 0.3);
    }

    .pricing-tier-table-mobile th:nth-child(2) {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-right: 2px solid rgba(255, 255, 255, 0.3);
    }

    .pricing-tier-table-mobile th:last-child {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-right: none;
    }

    .pricing-tier-table-mobile tbody tr {
        transition: all 0.25s ease;
    }

    .pricing-tier-table-mobile tbody tr:nth-child(odd) {
        background: #ffffff;
    }

    .pricing-tier-table-mobile tbody tr:nth-child(even) {
        background: #E9F6FF;
    }

    .pricing-tier-table-mobile tbody tr.active {
        background: #E9F6FF;
        position: relative;
    }

    .pricing-tier-table-mobile tbody tr.active td {
        border-top: 2px solid #0078C6;
        border-bottom: 2px solid #0078C6;
        position: relative;
        z-index: 1;
    }

    .pricing-tier-table-mobile tbody tr.active td:first-child {
        border-left: 2px solid #0078C6;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .pricing-tier-table-mobile tbody tr.active td:last-child {
        border-right: 2px solid #0078C6;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .pricing-tier-table-mobile tbody tr.active td:not(:first-child):not(:last-child) {
        border-left: none;
        border-right: none;
    }

    .pricing-tier-table-mobile td {
        color: #000;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        padding: 12px 16px;
        border: 1px solid rgba(214, 237, 255, 0.3);
        font-weight: 400;
    }

    .pricing-tier-table-mobile td:first-child {
        font-weight: 500;
    }

    .pricing-tier-table-mobile tbody tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    .pricing-tier-table-mobile tbody tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .pricing-tier-table-mobile tbody tr:last-child.active td:first-child {
        border-bottom-left-radius: 4px;
    }

    .pricing-tier-table-mobile tbody tr:last-child.active td:last-child {
        border-bottom-right-radius: 4px;
    }
    
}