.packet-name {
    font-size: 21px;
    margin: 0;
}

.packet-name i {
    color: #0464a4;
    margin-right: 6px;
    padding: 8px;
    background: #0464a430;
    border-radius: 10px;
}

.subtitle {
    font-size: 12px;
    color: #00000099;
}

.pricing-section {
    padding: 80px 0;
}

.row-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.row-subtitle {
    color: #64748b;
    margin-bottom: 50px;
}

.pricing-card {
    max-width: 400px;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 14px;
    padding: 26px 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .07);
    position: relative;
    transition: all .3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .15);
}

.pricing-card.popular {
    border: 2px dashed #0464a4;
}

.badge-popular {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #0464a4;
    color: #fff;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
}

.feature-item {
    width: 50%;
    padding: 14px 8px;
    text-align: center;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.feature-item i {
    font-size: 20px;
    color: #0464a4;
    display: block;
    margin-bottom: 6px;
}

.feature-item strong {
    font-size: 14px;
    font-weight: 700;
}

.feature-item span {
    font-size: 12px;
    color: #64748b;
}

.extra-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0px !important;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    border-bottom: none;
    border-top: none;
}

.extra-features li {
    font-size: 13px;
    padding: 0px;
    color: #000000;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
}

.extra-features i {
    color: #0464a4;
    width: 33px;
    padding: 10px;
    border-right: 1px solid #e5e7eb;
    margin-right: 10px;
}

.price-area {
    text-align: center;
    margin: 22px 0 18px;
}

.price {
    font-size: 34px;
    font-weight: 800;
}

.btn-dark {
    background: #0f172a;
    color: #fff;
}

@media (max-width: 767px) {
    .pricing-card {
        max-width: 100%;
    }
}

.btn-1 {
    background: #0464a41f;
    color: #0464a4;
    padding: 6px 15px;
    margin-right: 5px;
    border-radius: 100px;
    width: fit-content;
}

.page-info-sec {
    background: #fff;
    padding: 19px;
    border-radius: 10px;
    box-shadow: 0 1rem 2.7rem #0000001f;
}

.page-info-sec h2 {
    font-size: 20px;
    margin: 0 0px 14px 0;
    color: #000000;
    border-bottom: 1px solid #d0e2ee;
    padding-bottom: 13px;
}

.page-info-sec h2 i {
    color: #0464a4;
    margin-right: 6px;
    padding: 8px;
    background: #0464a430;
    border-radius: 10px;
}

.page-info-sec p {
    color: #565656e6;
}

.page-info-sec a,
.page-info-sec strong {
    color: #666666;
    font-weight: 600 !important;
}

.header-btn i {
    color: #ffffffd4;
    margin-left: 11px;
}

.btn-1 i {
    background: #0464a4;
    color: white;
    padding: 6px 15px;
    margin-right: 5px;
    border-radius: 100px;
}

.header-icon {
    display: flex;
    padding: 15px;
    background: white;
    box-shadow: 0px 0px 8px -1px #dadfe5;
    border-radius: 10px;
    font-size: 19px;
    color: #0464a4;
    margin-right: 15px;
    height: 50px;
    width: 50px;
}

.py-12 {
    padding: 6rem 0;
}

.mt-n-30 {
    margin-top: -30px;
}

.header-btn {
    background: #0464a4;
    color: white !important;
    padding: 6px 14px;
    border-radius: 90px;
    font-size: 13px;
}

.header-feature-title h5 {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 4px !important;
}

.header-feature-content p {
    color: #808080;
    font-size: 12px;
}

.info-card {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    gap: 22px;
}

.info-card.light-bg {
    background: #f0f2f6;
    transition: all 300ms linear;
}

.info-card-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-card.light-bg:hover {
    background: #0464a4;
    transition: all 300ms linear;
}

.info-card.light-bg h3 {
    transition: all 300ms linear;
}

.info-card.light-bg p {
    transition: all 300ms linear;
}

.info-card.light-bg:hover h3 {
    color: white;
    transition: all 300ms linear;
}

.info-card.light-bg:hover p {
    color: #ffffffb8;
    transition: all 300ms linear;
}

.info-card-icon svg {
    width: 35px;
    height: 35px;
}

.info-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
}

.info-card.light-bg h3 {
    color: #2d3436;
}

.info-card p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.info-card.light-bg p {
    color: #636e72;
}

.light-bg .info-card-icon svg {
    fill: #0984e3;
}

.feature-card {
    border: 2px solid;
    border-top: 4px solid;
    border-radius: 15px;
    padding: 25px 20px;
    margin-bottom: 20px;
    background: #fff;
    min-height: 220px;
    position: relative;
}

.feature-card.green-border {
    border-color: #00b894;
}

.feature-card.blue-border {
    border-color: #0464a4;
}

.feature-card.cyan-border {
    border-color: #00cec9;
}

.feature-card.pink-border {
    border-color: #fd79a8;
}

.feature-card.yellow-border {
    border-color: #fdcb6e;
}

.feature-card.purple-border {
    border-color: #6c5ce7;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 0px 38px 0px;
    border-bottom: 1px solid #0464a440;
}

.feature-card p {
    font-size: 14px;
    color: #636e72;
    line-height: 1.6;
    margin: 0;
}

.feature-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    background: #0464a426;
    border-radius: 10px;
}