body {
    direction: ltr;
    text-align: left;
}

.hero-area .left-content .content {
    text-align: left;
}

.hero-area .left-content .content .links {
    padding-left: 0;
    margin-top: 18px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-area .left-content .content .links a {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
    vertical-align: middle;
}

.hero-area .left-content .content .links a i {
    margin-left: 6px;
}

.hero-area .left-content .content .links a.left-link {
    margin-left: 0 !important;
}

.download-app .download-option li {
    margin-right: 7px;
}

.footer .copy-bg p {
    text-align: center;
}

.howitwork .right-area {
    padding-right: 0;
    padding-left: 80px;
}

.howitwork .right-area .item .content {
    padding: 23px 25px 25px 36px;
}

.howitwork .right-area .item .content .left-content {
    margin-right: 20px;
}

.why-use-this-app .section-title,
.why-use-this-app .section-title .title,
.why-use-this-app .section-title p,
.why-use-this-app .content {
    text-align: left !important;
}

.why-use-this-app .content .feature-list {
    padding-left: 0;
}

.why-use-this-app .content .feature-list li p {
    position: relative;
    padding-left: 68px !important;
    padding-right: 0 !important;
    line-height: 1.8;
}

.why-use-this-app .content .feature-list li p i {
    position: absolute;
    left: 0 !important;
    top: 3px;
    font-size: 20px;
}

.why-use-this-app .row {
    margin-bottom: 40px !important;
}

.why-use-this-app .row:last-of-type {
    margin-bottom: 0 !important;
}

.why-use-this-app br {
    display: none !important;
}

.counter-area .fun-box .icon {
    border-radius: 8px !important;
    transition: border-radius .3s ease;
}

.counter-area .fun-box:hover .icon {
    border-radius: 50% !important;
}

.mfp-iframe-scaler {
    padding-top: 0 !important;
    width: min(90vmin, 520px);
    height: min(90vmin, 520px);
    margin: 0 auto;
    overflow: hidden;
}

.mfp-iframe-scaler iframe {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
}

#aivonair-video {
    max-width: 480px;
    margin: 0 auto;
}

.aivonair-video-player {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    background: #000;
}

.mfp-content {
    max-width: 480px;
    margin: 0 auto;
}

.faq .panel .panel-heading .panel-title {
    position: relative;
    padding: 14px 0 14px 60px;
    line-height: 1.6;
}

.faq .panel .panel-heading .panel-title::before,
.faq .panel .panel-heading .panel-title::after {
    left: 20px !important;
    right: auto !important;
}

@media (max-width: 991px) {
    .why-use-this-app .row-one .right-area,
    .why-use-this-app .row-two .right-area,
    .why-use-this-app .row-three .right-area,
    .why-use-this-app .row-four .right-area,
    .why-use-this-app .row-five .right-area {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767.98px) {
    #why-use-this-app {
        padding-top: 40px !important;
        padding-bottom: 24px !important;
    }

    #why-use-this-app .row-one,
    #why-use-this-app .row-two,
    #why-use-this-app .row-three,
    #why-use-this-app .row {
        margin-top: 0 !important;
        margin-bottom: 18px !important;
        padding: 0 !important;
    }

    #why-use-this-app .left-area .img,
    #why-use-this-app .right-area .img {
        position: static !important;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: 14px !important;
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
    }

    #why-use-this-app .left-area .img img,
    #why-use-this-app .right-area .img img {
        position: static !important;
        margin: 0 !important;
        width: 42% !important;
        max-width: 42% !important;
        height: auto !important;
    }

    #why-use-this-app .section-title {
        margin-top: 20px !important;
    }

    .howitwork .right-area .step7-text,
    .howitwork .right-area .step8-text {
        line-height: 1.25 !important;
    }

    .footer {
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .footer .row {
        text-align: center;
    }

    .footer .footer-info-area,
    .footer .footer-widget {
        margin-bottom: 20px;
    }

    .footer .footer-logo img {
        display: block;
        margin: 0 auto 12px;
        max-width: 160px;
        height: auto;
    }

    .footer .footer-info-area .text,
    .footer .footer-info-area p {
        margin-bottom: 0;
        line-height: 1.6;
    }

    .footer .footer-widget .title {
        margin-bottom: 10px;
    }

    .footer .link-list {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

    .footer .link-list li {
        margin-bottom: 6px;
    }

    .footer .link-list a {
        display: inline-block;
        font-size: 14px;
    }

    .footer .link-list a i {
        margin-right: 4px;
    }

    .footer .copy-bg p {
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }

    #footer .footer-copy {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #footer .copy-bg {
        margin-top: 0 !important;
        padding-top: 6px !important;
    }
}

.vision-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.vision-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    max-width: 1400px;
    width: 95%;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.vision-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    transition: 0.3s;
}
.vision-close:hover {
    color: #000;
}

.vision-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .vision-modal {
        padding: 10px;
    }
    .vision-modal-content {
        background: transparent !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .vision-img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block;
        border-radius: 0 !important;
    }
}

@media (max-width: 767px) {
    .hero-area .left-content .content .links {
        justify-content: flex-start;
    }
    .hero-area .left-content .content .links a {
        padding: 10px 14px;
        font-size: 14px;
        white-space: nowrap;
        flex: 0 0 auto;
    }
}