.solution-slider .main-slider h1 {
    margin-top: 80px
}

#pricing-page {
    background: #fff;
}

.domain-license {
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 15px
}

.content-package {
    background-color: #ebebeb;
    color: #fff
}

.content-package .title-package {
    background-color: rgba(0, 0, 0, 0.08);
    line-height: 25px;
    padding: 0 10px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    height: 65px;
    display: table;
    width: 100%
}
.content-package .title-package.no-border {
    border: 0;
}
.content-package .title-package span.title {
    display: table-cell;
    vertical-align: middle
}

.content-package>div {
    position: relative;
    z-index: 10
}

.content-package .content {
    text-align: center;
    padding: 15px 10px;
}

.package-item.active .content-package:hover {
    background: #7f7f7f !important;
}

.content-package .content .price {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 15px;
    border-bottom: 1px dashed #DADBDD;
    padding-bottom: 30px;
    font-weight: 400;
    padding-top: 33px;
}

.content-package .content .recurring {
    margin-bottom: 6px;
    min-height: 50px;
}

.content-package .content .recurring p {
    margin-bottom: 0;
    font-size: 16px
}

.content-package .content .domain-license-label {
    margin-bottom: 10px
}

.content-package .content .domain-license {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 8px 5px;
    border-radius: 5px;
    color: #666;
    font-weight: 400;
    min-height: 50px;
}

.content-package .content .addtocart {
    background-color: #f19a34;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase
}

.package-item .content-package .content .btn-quote-req {
    padding: 10px 15px;
    border-radius: 5px;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .25);
    display: block;
}

.package-item .content-package .content.lmg .btn-quote-req {
    margin: 88px 0;
}

.price-table * {
    box-sizing: border-box
}

/* .price-table .price-table-inner .features-label tbody {display:none;} */
.ptpb-ft .table-content-tab .package-item:nth-child(3) .title-package,
.ptpb-ft-2 .table-content-tab .package-item:nth-child(2) .title-package {
    background: #052457;
}

.ptpb-ft .table-content-tab .package-item:nth-child(4) .title-package,
.ptpb-ft-2 .table-content-tab .package-item:nth-child(3) .title-package {
    background: #05698C;
}

.ptpb-ft .table-content-tab .package-item:nth-child(5) .title-package,
.ptpb-ft-2 .table-content-tab .package-item:nth-child(4) .title-package {
    background: #55770A;
}

.ptpb-ft .table-content-tab .package-item:nth-child(6) .title-package,
.ptpb-ft-2 .table-content-tab .package-item:nth-child(5) .title-package {
    background: #420434;
}

.ptpb-ft .table-content-tab .package-item:nth-child(3) .content-package {
    background: #244D91;
}

.ptpb-ft .table-content-tab .package-item:nth-child(4) .content-package {
    background: #00A4DE;
}

.ptpb-ft .table-content-tab .package-item:nth-child(5) .content-package {
    background: #80B705;
}

.ptpb-ft .table-content-tab .package-item:nth-child(6) .content-package {
    background: #85096A;
}

.ptpb-ft-2 .table-content-tab .package-item:nth-child(2) .tab-content {
    color: #052457;
}

.ptpb-ft-2 .table-content-tab .package-item:nth-child(3) .tab-content {
    color: #05698C;
}

.ptpb-ft-2 .table-content-tab .package-item:nth-child(4) .tab-content {
    color: #55770A;
}

.ptpb-ft-2 .table-content-tab .package-item:nth-child(5) .tab-content {
    color: #420434;
}

.ptpb-ft-2 .features-label .top-head .tab-pane,
.ptpb-ft-2 .content-package {
    height: auto;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

.ptpb-ft-2 .features-label .top-head .tab-pane {
    padding: 0;
}

.ptpb-ft-2 .features-label .top-head .tab-pane p {
    border-bottom: 1px dashed #DADBDD;
    width: 100%;
    padding: 10px 15px;
    color: #333333;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ptpb-ft-2 .features-label .top-head .tab-pane p:last-child {
    border-bottom: none;
}

.ptpb-ft-2 .features-label .top-head .tab-pane p span {
    font-size: 12px;
    display: block;
    white-space: pre-wrap;
    text-transform: none;
    font-weight: 100;
    height: 75px;
}

.full-pk-price .tab-pane p:last-child {
    height: 240px;
    padding-top: 25px !important;
}

/* .table-content-tab .package-col-4:nth-child(4)  .title-package{
    background:red;
} */

.price-table p {
    margin-bottom: 10px
}

.price-table p.pricing_label {
    margin-top: 20px;
    font-weight: normal;
    font-family: "Poppins";
}

.price-table .price-table-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.price-table .price-table-inner table.package-col-4 {
    border-spacing: 1px 0;
}

.ptpb-ft-2.price-table .price-table-inner table.package-col-4 {
    border-spacing: 4px 0;
    transition: all 0.25s;
}

.ptpb-ft-2.price-table .price-table-inner table.package-col-4:hover {
    box-shadow: 0px 0px 20px rgba(28, 28, 28, 0.2);
    transform: translate(0, -4px);
}

.price-table table {
    border-spacing: 4px 0;
    border-collapse: unset;
    border-bottom: 0;
    width: 100%;
}

.price-table td,
.price-table th,
.price-table tr {
    padding: 10px 15px;
    line-height: 20px;
    position: relative;
    background-color: #fff;
    min-height: 42px;
    border-bottom: 1px dashed #DADBDD;
}

.price-table th:last-child {
    border-bottom: none;
}

.feature-block .price-table tr {
    border-bottom: 2px dotted #e1e1e1;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.ptpb-ft tr.top-head,
.ptpb-ft tr.top-head th {
    border-bottom: 0px;
}

.price-table .lv-1 {
    background-color: #fff !important;
    height: 41px;
    font-family: Poppins;
    font-weight: 700;
    line-height: normal;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.feature-block {
    margin-top: 10px
}

.feature-block .price-table tr:last-child td {
    border-bottom: none
}

.price-table .top-head th {
    padding: 0
}

.price-table .ft-item i {
    color: #f7931d;
    font-size: 15px
}

.price-table .has_child .btn-details {
    float: right;
    color: #4385f5;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: none
}

.price-table .has_child .btn-details:before {
    content: "\f106";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    line-height: 20px;
    font-size: inherit;
    margin-right: 5px
}

.price-table .has_child.collapsed .btn-details:before {
    content: "\f107"
}

.features-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.features-label .top-head .nav-tabs {
    position: absolute;
    top: -50px;
    border: 0;
    white-space: nowrap;
    width: 1000px;
    margin-left: -1px
}

.price-table-inner .nav-tabs li {
    padding-left: 5px;
}

.price-table-inner .nav-tabs li:first-child {
    padding-left: 0px;
}

.features-label .top-head .nav-tabs>li>a {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding: 13px;
    color: #333;
    border: 0;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #F0F0F0;
}

.features-label .top-head .nav-tabs>li.active>a {
    background: #f7941e;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.features-label .top-head .tab-pane {
    padding: 20px;
    background: #F0F0F0;
    color: #fff;
    position: relative;
    margin-left: -1px
}

.features-label .top-head .tab-pane p {
    color: #fff
}

.features-label .lv-1,
.features-label .lv-2 {
    font-family: "Poppins", sans-serif
}

.features-label .lv-1 {
    background-color: #dbdbdb;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: normal
}

.features-label .lv-2 {
    text-transform: capitalize;
    font-size: 15px;
    padding-left: 40px
}

.features-label td.ft-item.lv-3.item-child {
    padding-left: 50px;
    color: #666
}

.package-item {
    margin-left: -1px;
    overflow: hidden
}

.package-item.active .title-package {
    color: #fff
}

.package-item.active .content-package {
    background-color: #7f7f7f;
    color: #fff
}

.package-item.active .content-package .content .price {
    color: #fff
}

.content-package .title-package span.title {
    font-weight: 700
}

.package-item.active .content-package p {
    color: #fff
}

.package-item th,
.package-item td {
    text-align: center
}

.features-label .top-head .tab-pane,
.content-package {
    height: 320px;
    position: relative;
    border-radius: 5px 5px 0px 0px;
}

.features-label .top-head .tab-pane:after {
    left: 0
}

.actions {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-top: 30px
}

.actions .btn-buynow {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #4385f5;
    padding: 10px 30px;
    min-width: 300px
}

.solution-feature-multivendor .block-icon-feature .box-cover {
    background: #f8f8f8
}

.title-block {
    background-color: #dbdbdb;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s;
    line-height: normal;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.general-tab .title-block:nth-child(1) {
    width: 381px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.general-tab .title-block:nth-child(1) .view-more {
    display: none;
}

.title-block .view-more {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-size: 14px;
    padding: 7px 21px;
    text-transform: none;
    font-weight: 300;
}

.title-block .view-more .uk-icon-chevron-down {
    padding-left: 10px;
}

.feature-block:nth-child(odd) .title-block {
    background: #A9A9A9;
}

.feature-block:nth-child(even) .title-block {
    background: #7F7F7F
}

.price-table .price-table-inner {
    padding-top: 0;
    padding-right: 0;
    border-radius: 0 0 10px 10px;
}

.price-table-inner span.x {
    font-size: 16px;
    color: #989898;
    font-weight: 400
}

.price-table-inner span.cr {
    font-size: 20px;
    color: #f7931d;
    font-weight: 700
}

.price-table-inner span.fee {
    font-family: Calibri;
    font-size: 20px
}

.toggle {
    padding-top: 0 !important
}

.title-block {
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    color: #fff
}

.lv-2 {
    font-family: "Poppins", sans-serif;
    width: 280px;
    height: 41px
}

.ft-item i {
    font-size: 15px
}

.glyphicon {
    margin-left: 71px
}

.feature-block table tr td {
    height: 41px
}

.price-table table tr td {
    font-size: 16px;
    background: #cccccc52;
}

.tb-resize-custom tr td:first-child {
    font-weight: bold;
}

form.solution-price,
.main-nav .pull-right a.uk-button {
    transition: 0.25s;
}

form.solution-price .addtocart:hover,
.main-nav .pull-right a.uk-button:hover {
    opacity: 0.8
}

.price-table table tr td:last-child {
    border-right: 1px solid #e1e1e1;
}

.general-tab {
    padding-top: 0;
    font-family: Roboto;
    clear: both;
    margin-top: -47px;
}

.payment_faq {
    margin-bottom: 100px
}

.payment_faq .uk-container .main .row {
    margin-top: 50px
}

td.ft-item.lv-1.item-child.active {
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.35);
    z-index: 1;
    position: relative;
}

#pricing-page .solution-benefit {
    padding: 0 !important
}

#pricing-page .solution-benefit .icon {
    text-align: center
}

#pricing-page .solution-benefit .text {
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    color: #ccc
}

#pricing-page .solution-benefit div.row>div {
    padding-bottom: 30px
}

.after_banner .after_widget_header {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 110px
}

.after_banner .after_widget_header .text {
    font-size: 18px;
    text-align: center;
    width: 800px !important;
    font-weight: 400 !important;
    display: inline-block
}

.removepackage {
    float: right
}

.price-table .ft-item p {
    margin-left: 71px
}

.price-table .ft-item i,
.price-table .ft-item span,
.price-table .ft-item img {
    text-align: center;
    display: block;
    margin: 0 auto
}

.table-content-tab .table-responsive {
    display: none
}

.row.after_banner_block {
    margin: 0
}

.btn_custom {
    padding: 6.5px 20px;
    transition: all ease-in-out .3s;
    text-transform: unset;
    font-size: 14px;
    border-radius: 30px;
    color: #7f7f7f;
    display: inline-block;
    border: 1px solid #7f7f7f;
}

.btn_custom:hover {
    background-color: #f93;
    color: #fff;
    border: none;
}

.btn_custom i {
    padding-left: 15px
}

.price-table-inner .controls.block-item {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    display: none;
}

.text-white {
    text-align: center
}

.price-table .ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 98;
    overflow: hidden;
    width: 76px;
    height: 76px;
    text-align: right
}

.price-table .ribbon span {
    font-size: 12px;
    color: #FFF;
    text-transform: capitalize;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 103px;
    display: block;
    background: #f19a34;
    background: linear-gradient(#f19a34 0%, #f6a546 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 20px;
    right: -20px
}

.price-table .ribbon span:before,
.price-table .ribbon span:after {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-top: 3px solid #f46a5c
}

.price-table .ribbon span:before {
    left: 0;
    border-left: 3px solid #f19a34;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent
}

.price-table .ribbon span:after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #f46a5c;
    border-bottom: 3px solid transparent
}

.minh-col-md-2 {
    width: 20%;
    float: left
}

#wrap-fixed-dl-pdf {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding: 5px;
    text-align: center;
    z-index: 10;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

#wrap-fixed-dl-pdf .desc {
    margin-right: 120px;
}

.tab-pane .content .list-check-icon li {
    padding-bottom: 10px;
}

.content-package .content i {
    display: none;
}

@media (min-width: 1025px) {
    .content-package .content .domain-license {
        padding-left: 10px;
        padding-right: 10px
    }

    .ptpb-ft-2 .features-label .top-head .nav-tabs {
        top: 0;
    }

    .ptpb-ft-2 .features-label .top-head .tab-content {
        position: absolute;
        top: 65px;
        border: 0;
        white-space: nowrap;
        width: 100%;
        margin-left: -1px;
    }
}

@media (max-width: 1025px) {
    .features-label .top-head .nav-tabs {
        top: -50px
    }

    .features-label {
        width: 100%;
        display: block
    }

    .title-block {
        margin-right: 0
    }

    .features-label .top-head .tab-pane,
    .content-package {
        height: auto;
        margin-bottom: 20px;
    }

    .ptpb-ft-2 .features-label tbody,
    .ptpb-ft-2 .features-label tbody .top-head {
        width: 100%;
        display: table;
        max-width: 100%;
    }

    .content-package .content .price,
    .content-package .content .recurring {
        position: relative;
    }

    .content-package .content i {
        display: block;
        font-size: 30px;
        position: absolute;
        right: 0px;
    }
}

@media (min-width: 1025px) {

    .table-content-tab>.features-label,
    .tb-resize-custom tr td:first-child {
        width: 380px
    }

    .price-table table.package-col-4,
    .price-table .lv-1.package-col-4 {
        width: calc((100% - 380px) / 4)
    }

    .price-table table.package-col-3,
    .price-table .lv-1.package-col-3 {
        width: calc((100% - 380px) / 3)
    }

    .price-table table.package-col-2,
    .price-table .lv-1.package-col-2 {
        width: calc((100% - 380px) / 2)
    }
}

@media screen and (max-width: 768px) {
    .bg-services .main-slider {
        position: absolute;
        max-width: 90%;
        left: 5%;
        top: 50px;
        margin-left: 0
    }

    .solution-package-price {
        overflow: hidden;
    }

    .price-table table {
        border-spacing: 0;
    }

    .title-block {
        font-size: 15px;
    }

    .price-table .price-table-inner {
        margin: 0;
    }

    .general-tab .title-block:nth-child(1) {
        width: auto;
    }

    .title-block .view-more {
        font-size: 10px;
        padding: 7px 10px;
    }

    .price-table table tr td {
        font-size: 14px;
    }

    .features-label .top-head .nav-tabs>li>a {
        font-size: 13px;
        padding: 10px;
    }

    .table-content-tab .package-item {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .after_banner .after_banner_icon {
        display: block
    }

    .after_banner .after_banner_icon .text {
        margin-bottom: 30px
    }

    .after_banner .after_widget_header .text {
        width: auto !important
    }

    .price-table-inner {
        position: inherit
    }

    .glyphicon {
        margin-left: 33px
    }

    .price-table .ft-item p {
        margin-left: 33px
    }

    .price-table td,
    .price-table th,
    .price-table tr {
        padding: 0 !important
    }

    .package-block {
        overflow-y: hidden;
        overflow-x: auto
    }

    .price-table .ft-item p {
        margin-left: 0
    }

    .content-package .free-content {
        width: 250px
    }

    .solution-slider {
        max-height: 650px;
    }

    #pricing-page .solution-benefit .text {
        height: auto;
    }

    .minh-col-md-2 {
        width: 50%;
        float: left;
    }

    #pricing-page .solution-benefit {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 991px) {
    .package-block {
        overflow-y: unset;
        overflow-x: unset
    }

    .price-table td,
    .price-table th,
    .price-table tr {
        padding: 0 !important
    }

    .title-block {
        margin-right: 0 !important;
        position: relative;
        height: auto;
    }

    .title-block i.uk-icon-chevron-down {
        display: none;
    }

    .price-table .ft-item p {
        margin-left: 0;
        text-align: center
    }

    .features-label .top-head .nav-tabs {
        min-width: 354px
    }

    .features-label .top-head .tab-pane {
        height: auto
    }

    .price-table {
        clear: both
    }

    .table-content-tab {
        display: block !important
    }

    .package-item {
        margin-left: 0;
    }

    .price-table table {
        border-spacing: 0px;
    }

    .table-content-tab .package-item {
        float: left;
        width: 100%
    }

    .features-label .top-head .tab-pane:before {
        display: none
    }

    .feature-block table tr td {
        padding: 0 5px !important
    }

    .table-content-tab .table-responsive {
        display: block
    }

}

@media (min-width: 992px) {
    #pricing-page .minh-col-md-5 {
        width: 20%;
        float: left
    }
}

span.tooltip-note.hasTooltip {
    display: inline-block;
    margin-left: 10px;
}

.package-container {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 450px;
    width: 100%;
    margin-bottom: 5px;
}

.package-header {
    background-color: #052457;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.price-section {
    margin-bottom: 20px;
}

.price-main {
    display: block;
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
}

.currency {
    font-size: 0.5em;
    vertical-align: top;
}

.amount {
    vertical-align: top;
}

.price-description {
    display: block;
    font-size: 0.9em;
    margin-top: 5px;
    opacity: 0.8;
}

.price-recurring {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 700;
}

.price-recurring .plus {
    font-size: 1.5em;
    margin-right: 10px;
}

.price-recurring .currency {
    font-size: 0.6em;
    vertical-align: top;
}

.price-recurring .amount {
    margin-right: 5px;
}

.price-recurring .frequency {
    font-size: 0.6em;
    margin-right: 10px;
}

.price-recurring .price-description {
    font-size: 0.6em;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
}

.package-body {
    padding: 20px 20px 0;
    color: #333;
    font-weight: 500;
    text-align: left;
}
.package-body p {
    color: #333 !important;
}
.package-intro {
    margin-bottom: 30px;
    line-height: 1.6;
    min-height: 72px;
}
.package-includes {
    min-height: 260px;
}
.package-ideal-for {
    min-height: 230px;
}
.package-includes h3,
.package-ideal-for h3,
.package-note h3 {
    color: #006989;
    margin-bottom: 15px;
    font-size: 1.4em;
    display: flex;
    align-items: center;
}

.package-includes h3 i,
.package-ideal-for h3 i,
.package-note h3 i {
    margin-right: 10px;
    font-size: 1.2em;
}

.package-includes ul {
    list-style: none;
    padding-left: 0;
}

.package-includes li {
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    text-align: left;
}

.package-includes li::before {
    content: "\f00c";
    /* Font Awesome checkmark */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4CAF50;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.8em;
}

.package-ideal-for p,
.package-note p {
    line-height: 1.6;
    margin-top: 10px;
}

.package-note {
    background-color: #f9f9f9;
    border-left: 3px solid #ffc107;
    padding: 15px;
    border-radius: 6px;
}

.package-note p {
    padding-left: 0;
    margin-top: 0;
    font-size: 0.95em;
}

.package-button {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #ff9800;
    /* Màu cam từ ảnh gốc */
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.package-button:hover {
    background-color: #e68a00;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .package-header {
        padding: 20px;
    }

    .price-main {
        font-size: 3em;
    }

    .price-recurring {
        font-size: 1.2em;
    }

    .price-recurring .price-description {
        font-size: 0.6em;
    }

    .package-body {
        padding: 20px;
    }

    .package-intro {
        margin-bottom: 20px;
    }

    .package-includes h3,
    .package-ideal-for h3,
    .package-note h3 {
        font-size: 1.2em;
    }

    .package-button {
        font-size: 1em;
    }
}