@media screen and (max-width: 720px) {
    /*.header {
        padding: 0 30px;
    }

    .header img {
        height: 30px;
    }

    .sticky .header {
        height: 60px;
    }*/
    .header-inner {
        padding: 0 30px;
        height: 70px;
    }

    .header img {
        height: 30px;
    }

    .sticky .header-inner {
        height: 60px;
    }

    .header-nav {
        background-color: rgba(255, 255, 255, .6);
        backdrop-filter: blur(10px);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .5s ease-in;
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .nav-open .header-nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
    }

    .nav-open .icon-mobile-nav[name=close-outline] {
        display: block;
    }

    .nav-open .icon-mobile-nav[name=menu-outline] {
        display: none;
    }

    .header-nav-list {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .header-nav-list li {
        padding: 15px 0;
    }

    .header-nav-list li a:link, .header-nav-list li a:visited {
        font-size: 20px;
        font-weight: 600;
    }

    .header-nav-list li:not(:last-child) {
        margin-right: 0;
    }

    .btn-mobile-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .btn-mobile-nav:focus {
        outline: 0;
    }

    .section-banner__box {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 10px;
    }

    .section-banner__img-box img {
        height: 40px;
        margin-bottom: 15px;
    }

    .section-banner__left {
        width: 100%;
    }

    .section-banner__right {
        width: 100%;
    }

    .section-banner__right img {
        height: 250px;
        width: auto;
    }

    .heading-primary {
        font-size: 25px;
        color: #000;
        line-height: 35px;
    }

    .heading-secondary {
        font-size: 22px;
        line-height: 35px;
    }

    .heading-secondary--sub {
        font-size: 17px;
        line-height: 22px;
    }

    .section-features__box {
        margin: 25px 0;
    }

    .section-features__item {
        width: 100%;
        display: flex;
        padding: 20px;
    }

    .icon-box {
        flex-direction: column;
        align-items: center;
    }

    .icon-box__item {
        width: 85%;
        flex-direction: column;
        align-items: center;
    }

    .item-box {
        width: 90%;
    }

    .section-plans {
        overflow-x: scroll;
    }

    .section-plans h4 {
        font-size: 18px;
    }

    .paragraph {
        margin-bottom: 0;
        width: 90%;
    }

    .section-description-secondary {
        padding: 0 15px;
    }

    .accordion a {
        font-size: 1rem;
    }

    .accordion a::after {
        font-size: 14px;
        padding: 0;
        width: 25px;
        height: 25px;
    }

    .contact-items-box {
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
    }

    .contact-item {
        padding: 25px 20px;
    }

    .contact-item-text-box p {
        font-size: 15px;
        margin-bottom: 7px;
    }

    /* SECTION PRICE BOX */
    .section-price__box {
        justify-content: center;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
        margin-top: 30px;
    }

    .pricing-card {
        padding: 25px 20px;
        border-radius: 8px;
    }

    .plan-name {
        font-size: 22px;
    }

    .plan-price {
        padding: 14px 0;
    }

    .price-amount {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .price-period {
        font-size: 15px;
    }

    .card-btn-primary,
    .card-btn-outline {
        width: 100%;
        padding: 10px 16px;
        font-size: 15px;
        justify-content: center;
    }

    .card-btn-primary {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .card-actions {
        display: flex;
        flex-direction: column;
    }

    .feature-text {
        font-size: 15px;
    }

    .feature-icon img {
        height: 16px;
        margin-right: 6px;
    }

    /* SECTION CONTACT */
    #section-contact {
        padding: 60px 0 80px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 30px;
    }

    .contact-cta-box {
        padding: 26px 20px;
        gap: 16px;
    }

    .contact-cta-badge {
        font-size: 12px;
        padding: 5px 12px;
    }

    .contact-cta-heading {
        font-size: 20px;
    }

    .contact-cta-text {
        font-size: 14px;
    }

    .contact-cta-list li {
        font-size: 14px;
    }

    .cta-check {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }

    .contact-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-cta-outline {
        text-align: center;
        padding: 11px 20px;
    }

    .contact-info-item {
        padding: 18px 16px;
        gap: 14px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .contact-info-icon i {
        font-size: 16px;
    }

    .contact-info-text h4 {
        font-size: 15px !important;
        margin-bottom: 4px !important;
    }

    .contact-info-text p {
        font-size: 14px;
    }

    /* FOOTER */
    .footer {
        padding: 25px 0;
    }

    .footer-box {
        flex-direction: column;
        height: 16vh;
        justify-content: space-between;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-text p {
        font-size: 14px;
        text-align: center;
    }
}