﻿@media(max-width: 1400px) and (min-width: 750px){
    .first-packages {
        justify-content: right !important;
    }

    .second-packages {
        justify-content: left !important;
    }
}

@media(min-width: 750px) {
    .pricing-option-toggl-container, .toggle-checklist {
        display: none;
    }

    .all-packages {
        display: flex;
    }

    .package {
        justify-content: center;
    }

.checklist {
    display: block !important;
}

.package {
    min-height: 365px;
}

}

@media (max-width: 1000px) {
    .all-packages {
        display: block;
    }
}

/* Responsive Design */
@media (max-width: 750px) {
    .package {
        min-height: 350px;
    }

    .pricing-option-toggl-container, .toggle-checklist {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .packages {
        flex-direction: column;
    }

    .package {
        padding: 15px;
        align-items: center;
        justify-content: center;
    }

    .heading h3 {
        font-size: 1.6rem;
    }

    .price b {
        font-size: 1.8rem;
    }

    .btn-primary, .btn-link {
        font-size: 0.9rem;
    }
}
