﻿.pricing-main-section {
    background: linear-gradient(to right, #000000, #2c3545);
    color: white;
    height: 400px;
    text-align: center;
}
.subtext {
    white-space: pre-line;
    line-height: 1;
}

.amzstripelogo {
    /*max-width: 75%;*/
    width: 215px;
}

.walmart-logo {
    width: 160px;
}

.ebaymotor-logo {
    /*width:70%;*/
    width: 180px;
}

.no-wrap {
    white-space: nowrap;
}

.Heading-30px {
    font-size: 30px !important;
}

.Heading-15px {
    font-size: 15px !important;
}

.Heading-25px {
    font-size: 25px !important;
}

.button-group {
    border: 2px solid #dc3545;
    border-radius: 8px;
    display: inline-flex;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    margin: 30px;
    padding: 16px 16px;
}
.main-pb{
    padding-top:100px;
}
/*.container-fluid {
        padding-top: 3rem;
    }*/
.fa {
    margin: 1px 8px;
}

.fitment-button {
    padding: 11px 30px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    min-width: 250px;
    border-radius: 12px;
    margin-right: 20px;
}

    .fitment-button.active {
        background-color: #e81d25;
        color: white;
    }

    .fitment-button.inactive {
        background-color: #f2f2f2;
        color: #000;
        border-left: 1px solid #e1e5e9;
    }

    .fitment-button:hover {
        transform: translateY(-1px);
    }

    .fitment-button:active {
        transform: translateY(0);
    }
.free-trial-btn {
    background-color: #D32F2F;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

@media (max-width: 480px) {
    .pricing-title {
        font-size: 2rem;
    }

    .button-group {
        flex-direction: column;
    }
    .main-pb{
        padding-top:50px !important;
    }
    .fitment-button {
        min-width: 250px;
        margin-top: 7px;
        margin-right: 0px !important;
    }

        .fitment-button.inactive {
            border-left: none;
            border-top: 1px solid #e1e5e9;
        }

    .button-group {
        padding-top: 10px !important;
        margin: 20px 0px !important;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
}


.service-card {
    background: #F2F2F2;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
}

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #e53e3e, #dd6b20);
        border-radius: 16px 16px 0 0;
    }

.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.icon-container {
    width: 60px;
    height: 60px;
    background: #2d3748;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon {
    width: 28px;
    height: 28px;
    fill: white;
}

.service-title {
    font-size: 24px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.service-description {
    color: #323232;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 15px;
}

.contact-btn {
    background: #e53e3e;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .contact-btn:hover {
        background: #c53030;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
        color: white;
    }

    .contact-btn:active {
        transform: translateY(0);
    }

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        padding: 25px;
    }

    .service-title {
        font-size: 20px;
    }

    body {
        padding: 20px 15px;
    }

    .responsive {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .service-card {
        padding: 20px;
    }

    .service-header {
        gap: 12px;
    }

    .icon-container {
        width: 50px;
        height: 50px;
    }

    .icon {
        width: 24px;
        height: 24px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-description {
        font-size: 14px;
    }
}

@media (min-width: 480px) and (max-width:1000px) {
    .responsive {
        text-align: center;
    }

    .button-group {
        flex-direction: column;
    }

    .fitment-button {
        min-width: 250px;
        margin-top: 7px;
    }

        .fitment-button.inactive {
            border-left: none;
            border-top: 1px solid #e1e5e9;
        }

    .button-group {
        padding-top: 10px !important;
    }
}

.color-danger {
    color: #E81D25;
}
