/*------------------------------------------------------------------
[Table of contents]

1. Minimum Width Media for 1600px
2. Minimum Width Media for 1400px
3. Maximum Width Media for 1600px
4. Maximum Width Media for 1490px
5. Maximum Width Media for 1299px
6. Maximum Width Media for 1199px
7. Maximum Width Media for 991px
8. Maximum Width Media for 767px

*/

/*------------------------------------------------------------------
1. Minimum Width Media for 1600px :: Starts
Handles Responsiveness above 1600px 
Devices Impact: Monitors and Laptops.
*/
@media screen and (min-width: 1600px) {
    .main-content {
        background-size: contain;
    }
}
/*------------------------------------------------------------------
Minimum Width Media for 1600px :: Ends
*/

/*------------------------------------------------------------------
2. Minimum Width Media for 1400px :: Starts
Handles Responsiveness above 1400px 
Devices Impact: Monitors and Laptops.
*/
@media screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px
    }

}
/*------------------------------------------------------------------
Minimum Width Media for 1400px :: Ends
*/

/*------------------------------------------------------------------
3. Maximum Width Media for 1600px :: Starts
Handles Responsiveness below 1600px 
Devices Impact: Monitors, Laptops, Tablets in Landscape Mode, Tablets in Portiat Mode, and Mobile
*/
@media screen and (max-width: 1600px) {
    .about-banner .bottom-img .col-xl-4 {
        width: 25%;
    }

    .about-banner .about-info {
        margin-right: -60px;
        margin-left: 30px;
    }

    .about-banner .about-info h3 br {
        display: none;
    }

    /*homepage-1*/
    .banner-vectors .banner-vector-1 {
        left: -16%
    }

    .testimonial .testimonial-vector img {
        left: 2%;
    }


    /*homepage-3*/
    .hp-3 .banner-section .banner-vectors img.vector-1 {
        right: -16%
    }

    .hp-3 .banner-section .banner-vectors img.vector-3 {
        right: -3%
    }

    .hp-3 .banner-section .banner-vectors img.vector-5 {
        left: -12%
    }

    .hp-3 .banner-section .banner-vectors img.vector-6 {
        left: -16%
    }

    .banner-vectors .banner-vector-5 {
        left: -12%
    }

    /* .about-banner .about-images {
        margin-top: 60px;
        margin-left: 180px;
    }

    .about-banner .about-images .bottom-img img.top-4 {
        margin-left: 60px;
    } */
}

/*------------------------------------------------------------------
4. Maximum Width Media for 1490px :: Starts
Handles Responsiveness below 1490px 
Devices Impact: Monitors, Laptops, Tablets in Landscape Mode, Tablets in Portiat Mode, and Mobile
*/
@media screen and (max-width: 1490px) {
    .about-banner .about-top .top-img img.top-1 {
        width: 40%;
        right: calc(70% + 45px);
    }

    .about-banner .about-top .top-img img.top-2 {
        width: 70%;
    }

    .about-banner .about-images {
        margin-top: 60px;
    }

    .about-banner .about-images .bottom-img img.top-3 {
        /* margin-left: 100px; */
        /* width: 55%; */
    }

    .about-banner .about-images .bottom-img img.top-4 {

        width: 90%;

        margin-left: -30px;

    }

    .how-it-works .work-card.in-touch,
    .how-it-works .work-card.review {
        padding: 0px 75px 70px 110px;
    }

    .features .feature-content .feature-info {
        padding: 0px 65px;
    }

    .try-onir .try-onir-img {
        position: absolute;
        top: -23%;
        right: 7%;
    }

    .about-para img {
        margin-left: 0px;
        width: 100%;
    }

    .about-para .para-content {
        left: 20px
    }



    /*blog-details section*/
    .blog-banner .middle-imgs {
        padding: 0;

    }

    .blog-banner .middle-imgs img {
        width: 520px;
    }

    /*homepage-1*/
    .banner-vectors .banner-vector-2 {
        right: -3%
    }

    .banner-vectors .banner-vector-5 {
        left: -8%;
    }

    .banner-vectors .banner-vector-4 {
        top: 65%
    }

    /*homepage-3*/
    .hp-3 .banner-section .banner-vectors img.vector-1 {
        right: -7%
    }

    .hp-3 .banner-section .banner-vectors img.vector-2 {
        top: 22%;
        right: -1%;
    }

    .hp-3 .banner-section .banner-vectors img.vector-5 {
        left: -9%;
    }

    .hp-3 .banner-section .banner-vectors img.vector-6 {
        left: -9%;
    }
}

/*------------------------------------------------------------------
5. Maximum Width Media for 1299px :: Starts
Handles Responsiveness below 1299px 
Devices Impact: Small Monitors, Small Laptops, Tablets in Landscape Mode, Tablets in Portiat Mode, and Mobile
*/
@media screen and (max-width: 1299px) {
    .testimonial .testimonial-circles {
        max-width: 1200px;
        height: 1200px;
    }

    .about-banner .about-images .bottom-img img.top-3 {
        /* margin-left: 75px;
        width: 57%; */
    }

    .about-banner .bottom-img .col-xl-4 {
        width: 33.33%;
    }

    .about-banner .about-images .bottom-img img.top-4 {
        width: 90%;
        margin-left: -40px;
    }

    .about-banner .about-images {
        margin-top: 50px;
    }

    .about-para .para-content {
        margin-top: 0;

    }



    /*homepage-3*/
    .hp-3 .banner-section .banner-vectors img.vector-1 {
        right: -5%;
    }

}

/*------------------------------------------------------------------
6. Maximum Width Media for 1199px :: Starts
Handles Responsiveness below 1199px 
Devices Impact: Small Monitors, Small Laptops, Tablets in Landscape Mode, Tablets in Portiat Mode, and Mobile
*/
@media screen and (max-width: 1199px) {
    .page-head {
        min-height: 550px;
    }

    /*header*/

    .nav .nav-menu,
    .nav>.nav-button {
        display: none;
    }

    .btn-sign-up {
        display: block;
    }

    .mobile-menu-open .nav-menu .nav-button {
        display: block;
    }

    .nav-mobile-menu {
        height: 24px;
        width: 30px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .nav-mobile-menu .line {
        display: block;
        height: 3px;
        width: 100%;
        background: #182022
    }

    .nav-mobile-menu .line1 {
        transform-origin: 0 0;
        transition: transform .4s ease-in-out
    }

    .nav-mobile-menu .line2 {
        transition: transform .2s ease-in-out
    }

    .nav-mobile-menu .line3 {
        transform-origin: 0 100%;
        transition: transform .4s ease-in-out
    }

    .mobile-menu-open .nav {
        /* justify-content: flex-end; */
    }

    .nav .nav-menu .nav-button button.btn {
        font-size: 1.1em;
    }

    .mobile-menu-open .nav-mobile-menu {
        background-color: #fdf2e5;

    }

    .mobile-menu-open .nav-mobile-menu .line1 {
        transform: rotate(45deg);
        transform-origin: 2px 7px;
    }

    .mobile-menu-open .nav-mobile-menu .line2 {
        transform: scaleY(0)
    }

    .mobile-menu-open .nav-mobile-menu .line3 {
        transform: rotate(-45deg);
        transform-origin: 2px -4px;
    }

    .mobile-menu-open {
        overflow: hidden;
    }

    /* .mobile-menu-open .logo {
        display: none;
    }

    .mobile-menu-open nav {
        justify-content: flex-end;
    } */

    .nav-menu .nav-links {
        flex-direction: column;
        text-align: center;
        align-items: center;
        font-size: 1.2em;
        font-weight: 700;
        margin-top: 50px;
    }

    .nav-menu .nav-links .nav-link {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .nav-menu .nav-links li+li {
        margin-left: 0;
    }

    .nav .nav-menu .nav-button {
        text-align: center;
        margin-top: 30px;
    }

    .mobile-menu-open nav .nav-menu {
        display: block;
        height: 100%;
        position: fixed;
        width: 100%;
        background-color: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 25% 11%;
        overflow-y: scroll;
    }

    .nav-menu .btn-sign-up a,
    .nav-menu .nav-link.login {
        border: 1px solid #1F1F39;
        border-radius: 40px;
        padding: 0 12px;
        line-height: 48px;
        min-width: 180px;
        width: 100%;
        margin: auto;
        text-decoration: none;
        display: block;
    }

    .nav-menu .nav-link.login {
        margin-top: 50px;
    }

    .nav-menu .btn-sign-up a {
        margin-top: 24px;
        background-color: #3c82f5;
        color: #fff;
        border: none;
    }

    .nav .nav-menu .nav-button {
        margin-top: 20px;
        margin-left: 0;
    }

    .nav .nav-menu .nav-button button.btn {
        padding: 15px 60px;
    }

    .brand-partner img {
        width: 80%;
    }

    /*how it works*/
    .how-it-works {
        margin-top: 76px;
    }

    .how-it-works .work-center {
        width: 300px;
        height: 300px;
        margin-left: 0;
    }

    .how-it-works .working-content {
        margin-top: 100px;
    }



    .how-it-works .work-card.setup,
    .how-it-works .work-card.demo {
        padding: 0;
        padding-bottom: 25px;

    }

    .how-it-works .work-card.in-touch,
    .how-it-works .work-card.review {
        padding: 0;
        padding-bottom: 25px;
    }


    .how-it-works .work-center-img {
        left: 55%;
    }

    .how-it-works .work-center-img img {
        width: 75%;
    }

    /*features*/
    .features {
        margin-top: 100px;
    }

    .features .feature-content {
        margin-top: 100px;
    }

    .features .feature-content .feature-info {
        padding: 0px 50px;
    }

    .features .feature-content .section-title br {
        display: none;
    }

    .features .feature-content .section-subtitle br {
        display: none;
    }



    /*why-onir*/
    .why-onir .why-onir-content {
        padding: 80px 100px;
    }

    .why-onir .why-cards p {
        padding: 0 20px;
    }



    .why-features-cards .why-feature {
        height: 180px;
        width: 220px;
        margin-left: 0;
    }

    /*testimonial*/
    .testimonial .testimonial-circles {
        max-width: 1000px;
        height: 1000px;
        margin: 125px auto;
    }

    .testimonial .testimonial-circles:before,
    .testimonial .testimonial-circles:after {
        width: calc(100% - 290px);
        height: calc(100% - 290px);
    }

    .testimonial .testimonial-circles:after {
        width: calc(100% - (270px * 2));
        height: calc(100% - (270px * 2));
    }

    /*onir plans*/
    .onir-plans .plan-cards {
        padding: 0;
        gap: 45px;
    }


    .onir-plans .plan-card {
        padding: 60px 30px;
        width: auto;
    }

    .onir-plans .plan-card span {
        margin-bottom: 30px;
    }



    .onir-plans .plan-card .plan-amount.l-digit {
        padding: 0px 60px;
    }

    .onir-plans .plan-card button {
        /* padding: 0 20px; */
        margin-bottom: 40px;
        line-height: 65px;
    }

    /*stories*/
    .onir-stories .stories-card {
        padding: 0;
    }

    .onir-stories .stories-card .story-card img {
        width: 285px;
    }

    .onir-stories .stories-card .story-card .story-content {
        width: 260px;
        padding: 20px 35px;
    }

    .onir-stories .stories-card .story-card .story-content h4 {
        font-size: 0.9em;
    }

    /*faq*/
    .faq {
        padding-top: 100px;
    }

    .faq-content-wrap {
        padding: 0;
    }


    /*try-onir*/
    .try-onir {
        padding-top: 220px;
    }

    .try-onir .try-content {
        padding: 60px 60px 80px 80px;
    }

    .app-download div {
        height: 80px
    }

    .app-download div a span {
        margin-left: 5px;
    }

    .try-onir .try-onir-img {
        top: -26%;
        right: 4%;
        width: 270px;
        max-width: 34vw;
    }

    .try-onir .try-onir-img img {
        width: 100%;
    }

    /*blog-section*/
    .onir-blogs .blog-cards .blog-card .blog-img img {
        width: 275px;
    }

    .blog-features .blog-feature-img img {
        width: 360px;
    }

    .blog-features .section-title {
        padding-left: 20px;
    }

    .blog-features .section-subtitle {
        padding-left: 20px;
        margin-bottom: 0;
        font-size: 0.85em;
    }

    .blog-features a {
        padding-left: 20px;
        margin-top: 0px;
    }

    .blog-features .blog-by {
        padding-left: 20px;
        padding-top: 10px;
    }

    .blog-details .onir-stories {
        padding-top: 100px;
    }

    .blog-banner {
        margin-bottom: 150px;
    }

    .leave-comment {
        margin-bottom: 150px;
    }

    /*homepage-1*/
    .banner-vectors .banner-vector-5 {
        left: 1%;
    }

    .banner-vectors .banner-vector-4 {
        top: 76%;
        left: 2%
    }


    /* homepage2*/
    .homepage-2 .banner-section h1 {
        font-size: 4em;
        line-height: 82px;
        padding: 0;
    }

    .homepage-2 .banner-section .banner-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .homepage-2 .banner-section .banner-buttons .watch-now {
        padding-left: 65px;
    }

    .homepage-2 .banner-section .banner-img img {
        width: 90%
    }

    /*contact section*/
    .form-box .input-container input,
    .form-box .input-container select {
        width: 410px;
        height: 80px;
    }

    .form-box .contant-info {
        padding: 30px 40px;
        width: 260px;
        height: 160px;
    }



    .map .map-address {
        padding-left: 30px;
    }

    .map .map-img img {
        width: 100%;
    }

    /*about-section*/
    .about-banner .about-info {
        margin-left: 15px;
        margin-top: -70px;
        margin-right: 0;
    }

    .about-banner .about-info .section-title {
        font-size: 2.0em;
        line-height: 42px;
    }

    .about-banner .about-info .section-subtitle {
        line-height: 25px;
    }

    .about-banner .about-top .top-img {
        margin-left: 0;
    }

    .about-banner .about-top .top-img img.top-1 {
        /* margin-right: 25px; */
        /* margin-top: 30px; */
        /* width: 35%; */
        right: calc(80% + 30px);
    }

    .about-banner .about-top .top-img img.top-2 {
        /* margin-top: -77px; */
        width: 80%;
    }

    .about-banner .about-images {
        margin-top: 35px;
    }

    .our-work .work-content {
        padding-left: 0;
        margin-right: -70px;
        margin-bottom: 40px;
    }

    .our-work .work-image {
        padding-left: 0;
    }

    .our-work .work-img-sec {
        margin-left: 70px;
    }

    .our-work .work-img-sec img {
        width: 110%
    }

    .our-work .work-image img {
        width: 120%;
    }

    .about-para .para-content {
        margin-top: -30px;
    }

    .our-team .team-row {
        gap: 40px;
    }

    .about-focus .focus-cards {
        gap: 45px
    }

    /*contact-section*/
    .office .office-content-sec {
        padding-left: 0;
    }

    .office .office-img img {
        margin-left: 0;
        width: 90%;
    }

    .office .office-images-sec img.office-2 {
        margin-left: 0;
        width: 100%;
    }

    /*blog-details-section*/
    .blog-banner .top-img img {
        width: 100%
    }

    .blog-banner .middle-imgs img {
        width: 430px;
    }

    .blog-comments .existing-comment {
        padding: 0 110px;
    }

    /*homepage-3*/
    header.homepage-3 .nav-menu .login {
        margin-top: 50px;
    }

    .hp-3 .banner-section {
        overflow-x: hidden;
    }

    .hp-3 .banner-section::before {
        width: 900px;
        height: 900px;
        top: 23%;
    }

    .hp-3 .mobile-ss::before {
        width: 900px;
        height: 900px;
    }

    .hp-3 .how-it-works .working-content .work-card {
        padding: 12px 25px;
    }
}

/*------------------------------------------------------------------
7. Maximum Width Media for 991px :: Starts
Handles Responsiveness below 991px 
Devices Impact: Tablets in Portiat Mode and Mobile
*/
@media screen and (max-width: 991px) {
    .page-head h2 {
        font-size: 70px;
    }

    /*how-it-works*/
    .how-it-works .section-subtitle {
        padding-bottom: 50px;
    }

    .how-it-works p {
        font-size: 15px;
    }

    .how-it-works .working-content {
        margin-top: 400px;
        padding-top: 100px;

    }

    .how-it-works .work-card.in-touch,
    .how-it-works .work-card.review {
        justify-content: center;
        align-items: center;
        text-align: center;

    }

    .how-it-works .work-card.setup,
    .how-it-works .work-card.demo {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .how-it-works .work-card .steps-para {
        width: 250px;
    }

    .how-it-works .work-center {
        display: none;
    }

    .how-it-works .work-center-img {
        top: -43%;
    }

    .how-it-works h6 {
        font-size: 20px;
    }


    /*features*/
    .features .title-top {
        text-align: center;
    }

    .features .feature-content .section-title {
        text-align: center;
    }

    .features .feature-content .section-subtitle {
        text-align: center;
    }

    .features .feature-content ul {
        text-align: center;
    }

    .features .feature-content ul li::before {
        display: none;
    }

    .features .app-download {
        align-items: center;
    }

    .feature-content.boost-productivity .row {
        flex-direction: column-reverse;
    }

    /*why-onir*/
    .why-onir {
        margin-top: 130px;
    }

    .why-features-cards {
        margin-top: -9px;
        margin-left: 0px;
    }

    .why-onir .why-cards .why-card {
        margin-bottom: 40px;
    }

    .why-onir .why-cards p {
        padding: 0 130px;
    }

    .why-features-cards .why-feature {
        position: relative;
        top: -40%;
        margin: auto;
        margin-bottom: 50px;
    }

    .why-onir .why-cards {
        margin-bottom: 0;
    }

    /*testimonial*/
    .testimonial {
        margin-top: 0;
    }

    .testimonial .testimonial-circles .testimonial-imgs img {
        width: 11%;
    }

    .testimonial .testimonial-circles {
        max-width: 750px;
        height: 750px;
    }

    .testimonial .testimonial-circles:before,
    .testimonial .testimonial-circles:after {
        width: calc(100% - 180px);
        height: calc(100% - 180px);
    }

    .testimonial .testimonial-circles:after {
        width: calc(100% - (170px * 2));
        height: calc(100% - (170px * 2));
    }

    .testimonial .testimonial-reviews .review img {
        width: 24%;
    }

    .testimonial .testimonial-reviews .review p br {
        display: none;
    }

    .testimonial .testimonial-reviews .review p {
        width: 250px;
        padding-top: 25px;
        padding-bottom: 20px;
        line-height: 20px;
    }

    .onir-plans .container,
    .onir-stories .container {
        padding: 0;
    }

    .onir-stories .stories-card .story-card .story-content {
        padding: 20px;
        width: 245px;
    }

    .onir-stories .stories-card .story-card .story-content p {
        font-size: 0.935em;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .owl-item .plan-card {
        transform: scale(0.9);
    }

    .owl-item.active.center .plan-card {
        transform: scale(1);
    }


    /*try-onir*/
    .try-onir .try-content {
        padding: 60px 60px 80px 55px;
    }

    .try-onir .try-content .section-subtitle {
        padding-right: 220px;
    }

    .try-onir .try-content .app-download {
        flex-direction: column;
    }

    .try-onir .try-onir-img {
        top: 6%;
        right: -1%;
        width: 260px;
        max-width: 38vw;
    }

    .try-onir .try-onir-img img {
        width: 100%;
    }

    /*subscriber-input*/
    .subscribe-input .input-container button {
        margin-left: 18px
    }

    /*footer*/
    .footer {
        text-align: center;
        padding-bottom: 26px;
        padding-top: 22px;
    }

    .footer h5 {
        display: none;
    }

    .footer .footer-start {
        margin-bottom: 0;
    }

    .footer .footer-socials {
        margin-top: 50px;
    }

    .footer .footer-socials .social-icon {
        justify-content: center;
    }

    .footer .footer-socials .app-download {
        align-items: center;
    }

    /*homepage-1*/
    .banner-vectors .banner-vector-3 {
        top: 101%
    }

    .features .feature-vectors img.feature-vector-1 {
        top: 12%;
        left: 64%;
    }

    .features .feature-vectors img.feature-vector-2 {
        top: 25%;
        left: 18%;
    }

    .features .feature-vectors img.feature-vector-3 {
        bottom: 24%;
        right: 19%;
    }

    .features .feature-vectors img.feature-vector-4 {
        right: 75%;
        bottom: 24%;
    }

    .testimonial .testimonial-vector img {
        left: 16%;
        z-index: 1;
        bottom: 8%;
    }

    .subscribe-input .bottom-vector img {
        top: 10%;
        left: 0%;
        width: 33px;
    }

    /*homepage2*/
    /*banner*/
    .homepage-2 .banner-section h1 {
        text-align: center;
    }

    .homepage-2 .banner-section h1 span {
        display: block;

    }

    .homepage-2 .banner-section .banner-buttons {
        align-items: center;
    }

    .homepage-2 .banner-section .banner-buttons .watch-now {
        padding-left: 0;

    }

    .homepage-2 .banner-section .banner-img {
        text-align: center;
        margin-top: 60px;
    }

    /*why-onir*/
    .homepage-2 .why-onir .why-onir-content {
        margin-top: -270px;
    }

    /*blog-section*/
    .blog-features .blog-feature-img {
        text-align: center;
        margin-bottom: 30px;
    }

    .blog-features .section-title,
    .blog-features .section-subtitle,
    .blog-features a,
    .blog-features .blog-by {
        padding-left: 0;
    }

    .blog-features .section-subtitle {
        margin-bottom: 20px;
    }

    .blog-features .blog-by {
        padding-top: 35px;
    }

    /*contact scetion*/
    .form-box .contant-info {
        padding: 35px 15px;
        width: 100%;
        justify-content: center;
    }

    .form-box .contant-info i {
        font-size: 20px;
    }

    .form-box .contant-info p {
        font-size: 20px;
        margin-top: 12px;
    }

    .form-box .input-container {
        margin-bottom: 35px;
    }

    .form-box .input-container input,
    .form-box .input-container select {
        width: 100%;
        height: 85px;
    }

    .form-box .form-box-bottom {
        margin-bottom: 30px;
    }

    .office .office-content-mobile {
        display: block;
    }

    .office .office-content-sec {
        display: none;
    }

    .office .office-img img {
        width: 100%;
    }

    .office .office-img img {
        margin-top: 200px;
    }

    .office .office-images-sec img.office-2 {
        margin-top: 20px;
    }

    .map .row {
        flex-direction: column-reverse;
    }

    .map .map-img {
        margin-left: 0px;
        border-radius: 20px;
        overflow: hidden;
    }

    .map .map-address {
        justify-content: center;
    }

    .map .map-address h6 {
        margin-top: 28px;
    }

    /*about-section*/
    .about-banner .about-info {
        display: none;
    }

    .about-banner .about-images {
        overflow-x: hidden;
    }

    .about-banner .container-fluid {
        padding-right: 0;
    }

    .about-banner .about-top .top-img {
        justify-content: center;
        gap: 30px;
    }

    .about-banner .about-images .bottom-img img.top-3 {
        margin-left: 0;
    }

    .about-banner .about-images .bottom-img img.top-4 {
        width: 85%;
        margin-left: 10px;
    }

    .about-banner .about-top .top-img img.top-1 {
        width: 36%;
        position: static;
    }

    .about-banner .about-top .top-img img.top-2 {
        width: 50%;
    }

    .about-banner .about-info-mobile {
        display: block;
        margin-top: 50px;
        padding: 0 25px;
    }

    .about-banner .about-info-mobile .section-subtitle {
        text-align: left;
    }

    .about-banner .about-info-mobile .section-title {
        text-align: left;
    }

    .about-mission .section-title br {
        display: none;
    }

    .our-work .work-content {
        display: none;
    }

    .our-work .work-content-mobile {
        display: block;
        padding-right: 15px;
    }

    .our-work .work-content-mobile .section-title {
        text-align: left;
    }

    .our-work .work-content-mobile .section-subtitle {
        text-align: left;
    }

    .our-work .work-image {
        margin-top: 150px;
    }

    .our-work .work-img-sec {
        margin-left: 40px;
        margin-top: 20px;
    }

    .about-para .para-content {
        margin-top: 25px;
    }

    .about-para .section-title {
        line-height: 50px;
        margin-bottom: 20px;
    }

    .about-para .section-subtitle {
        line-height: 25px;
    }

    .our-team .team-row {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .about-focus .focus-cards {
        gap: 30px;
    }

    .about-focus .focus {
        padding: 50px 30px;
        padding-bottom: 155px;
    }

    .about-focus .focus-cards.row-2 {
        padding: 0 30px;
    }

    .about-focus .focus-cards .focus-card {
        padding: 40px 30px 18px;
    }

    .our-team .team-row .team-card .social {
        font-size: 20px;
        gap: 20px
    }

    .about-para {
        margin-bottom: 100px;
    }

    /*blog-details section*/
    .blog-banner .middle-imgs img {
        width: 315px;
    }

    .blog-banner .blog-slogan::before {
        top: -5%
    }

    .blog-comments .existing-comment {
        padding: 0;
    }

    /*homepage-3*/
    .hp-3 .how-it-works .working-content {
        flex-wrap: wrap;
    }

    .hp-3 .banner-section::before {
        width: 695px;
        height: 695px;
        top: 16%;
    }

    .hp-3 .banner-section {
        padding-top: 120px;
    }

    .hp-3 .banner-section h1 {
        line-height: 90px;
    }

    .hp-3 .banner-section .banner-vectors img.vector-4 {
        top: 35%;
    }

    .hp-3 .brand-partner {
        margin-top: 150px;
    }

    .hp-3 .how-it-works .working-content {
        margin-top: 50px;
    }

    .hp-3 .features {
        margin-bottom: 100px;
    }

    .hp-3 .mobile-ss::before {
        width: 785px;
        height: 785px;
        top: -7%
    }

    .hp-3 .mobile-ss .screenshot img {
        margin-top: 0 !important;
    }

    .hp-3 .testimonial {
        padding-bottom: 100px;
    }

    .hp-3 .mobile-ss {
        height: 900px;
        overflow-x: hidden;
    }


    .hp-3 .mobile-ss::before {
        top: 1%
    }

    .hp-3 .mobile-ss .screenshot img {
        margin-top: 110px !important;
        width: 240px !important;
        height: 490px !important;
    }

    .hp-3 .how-it-works .working-content .work-card img {
        width: auto;
    }
}

/*------------------------------------------------------------------
8. Maximum Width Media for 767px :: Starts
Handles Responsiveness below 767px 
Devices Impact: Mobiles
*/
@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .page-head h2 {
        font-size: 50px;
        text-align: center;
    }

    .section-title {
        line-height: 41px;
        font-size: 35px;
    }

    .section-subtitle {
        line-height: 20px;
    }

    .app-download {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /*page-head*/

    /*banner*/
    .banner-section h1 {
        font-size: 3.3em;
        line-height: 55px;
    }

    .banner-section p {
        margin-bottom: 20px;
    }

    .brand-partner {
        margin-top: 100px;
    }

    .brand-partner>div>h3 {
        font-size: 40px;
    }

    /*how-it-works*/

    .how-it-works .section-subtitle {
        padding: 0 40px;
    }

    .how-it-works .section-subtitle br {
        display: none;
    }

    .how-it-works>div>h3 {
        font-size: 40px;
    }

    .how-it-works .work-center-img img {
        width: auto;
    }

    .how-it-works .work-center-img {
        top: -52%;
        left: 50%;
    }

    .how-it-works .working-content {
        margin-top: 575px;
        padding-top: 170px;
    }

    .how-it-works .work-card .steps-para {
        padding: 0 40px;
        font-size: 14px;
    }

    .how-it-works .how-footer p {
        padding: 0 50px;
    }

    /*features*/

    .features .feature-content {
        margin-top: 50px;
    }

    .features .feature-content .feature-info {
        padding: 0px;
    }

    .features .feature-content .feature-info .section-title,
    .features .feature-content .feature-info .section-subtitle {
        padding: 0 25px;
    }

    .features .feature-content ul li {
        margin-left: 0;
        font-size: 20px;
    }

    .features>div>h3 {
        font-size: 40px;
    }

    /*why-onir*/
    .why-onir {
        margin-top: 80px;
        margin-bottom: 70px;
    }

    .why-onir .why-onir-content {
        padding: 40px 25px;
    }

    .why-onir .section-subtitle br {
        display: none;
    }

    .why-onir .why-cards {
        margin: 45px 0;
    }

    .why-onir .why-cards h6 {
        font-size: 20px;
    }

    .why-onir .why-cards p {
        padding: 0 45px;
        font-size: 14px;
    }

    .why-features-cards .why-feature h3 {
        font-size: 35px;
    }

    .why-features-cards .why-feature div {
        font-size: 20px;
    }

    /*testimonial*/


    .testimonial .testimonial-circles {
        border: none;
        /* width: fit-content; */
        margin: 0;
        margin-top: 120px;
        /* max-width: 96vw; */
        height: 96vw;
    }

    .testimonial .testimonial-circles:before,
    .testimonial .testimonial-circles:after {
        width: calc(100% + 100px);
        height: calc(100% + 100px);
        /* left: 27%; */
    }

    .testimonial .testimonial-circles:after {
        width: calc(100% - 50px);
        height: calc(100% - 50px);
    }

    .testimonial-imgs {
        display: none;
    }

    .testimonial .testimonial-circles .owl-carousel .owl-dots {
        margin-top: 25px
    }

    /*onir-plans*/
    .onir-plans {
        margin-top: 150px;
    }

    .onir-plans .plan-card .plan-name {
        font-size: 20px;
    }

    .onir-plans .plan-card span {
        font-size: 15px;
    }

    .onir-plans .plan-card ul li {
        font-size: 15px;
    }

    /*onir-stories*/
    .onir-stories {
        padding-top: 100px;
    }

    .onir-stories .section-subtitle {
        padding: 0 15px;
    }

    /*faq-section*/
    .faq .section-title {
        margin-bottom: 35px;
    }

    .faq .qa-content {
        flex-direction: column;
        gap: 18px
    }

    .faq .qa-content .question {
        font-size: 20px;
    }

    .faq .qa-content .answer {
        font-size: 14px;
    }

    .faq .qa-content .answer::before {
        display: none;
    }

    .faq .qa-content {
        display: block;
        padding: 8px 0;
    }

    .faq .qa-content .question {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 1.4;
        padding: 12px 0;
    }

    .faq-question-copy {
        gap: 10px;
    }

    .faq-icon {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }

    .faq .qa-content .answer {
        max-width: none;
        padding-right: 30px;
        padding-left: 30px;
        font-size: 14px;
        line-height: 1.6;
    }

    /*subscriber-input*/
    .subscribe-input .input-container {
        border: none;
        padding-bottom: 0;
    }

    .subscribe-input .input-container input {
        max-width: 325px;
        width: 100%;
        min-height: 85px;
        font-size: 20px
    }

    .subscribe-input .input-container button {
        margin-top: 35px;
        margin-left: 0;
        max-width: 320px;
        width: 100%;
        font-size: 20px;
        padding: 0 75px;
        line-height: 85px;
    }

    .subscribe-input {
        padding: 95px 15px 0px;
    }

    /*try-onir*/
    .try-onir {
        padding-top: 150px;
    }

    .try-onir .try-content {
        padding: 380px 15px 40px 25px;
    }

    .try-onir .try-content .section-subtitle {
        padding-right: 75px;
        margin-bottom: 40px;
    }

    .try-onir .try-content .section-subtitle br {
        display: none;
    }

    .try-onir .try-onir-img {
        top: -11%;
        right: 0%;
        width: 220px;
        max-width: 64vw;
    }

    .try-onir .try-onir-img img {
        width: 100%;
    }

    /*footer*/
    .footer {
        font-size: 18px;
    }

    .footer .footer-socials h6 {
        font-size: 20px;
    }

    .footer .footer-socials .social-icon {
        font-size: 25px;
    }

    .footer .footer-socials {
        align-items: flex-start;
        margin-top: 35px;
    }

    /*blog section*/
    .page-head .input-container input {
        width: 350px;
        padding: 15px 44px;
        font-size: 20px;
    }

    .page-head .input-container button {
        display: none;
    }

    .page-head .fa-magnifying-glass:before,
    .fa-search:before {
        font-size: 20px;
    }

    .page-head .page-vectors img.page-vector-2 {
        left: -3%
    }

    .page-head .page-vectors img.page-vector-3 {
        top: 40%;
        left: 0%;
    }

    .page-head .page-vectors img.page-vector-1 {
        top: 69%;
        right: 1%;
    }

    .page-head .input-container input::placeholder {
        display: none;
    }

    .blog-features {
        margin-bottom: 100px;
    }

    .blog-features .blog-feature-img {
        padding-left: 0;
    }

    .blog-features .blog-feature-img img {
        width: 325px;
        height: 325px;
    }

    .onir-blogs .blog-cards {
        padding: 0;
    }

    .onir-blogs .blog-cards .blog-card .blog-img img {
        width: 325px;
    }

    /*homepage2*/
    /*banner-section*/
    .homepage-2 .banner-section h1 {
        line-height: 55px;
    }

    .homepage-2 .banner-section .banner-buttons {
        margin-top: 40px;
    }

    .homepage-2 .features {
        padding-bottom: 230px;
    }

    /*why-onir*/
    .homepage-2 .why-onir .why-onir-content {
        margin-top: -190px;
    }

    /*contact section*/
    .form-box {
        padding: 30px;
    }

    .form-box .contant-info {
        margin-bottom: 35px;
    }

    .form-box>p {
        margin-bottom: 35px;
    }

    .form-box button {
        width: 270px;
        padding: 20px 44px;
    }

    .office {
        overflow-x: hidden;
    }

    .office .office-content-mobile .section-title {
        text-align: left;
    }

    .office .office-content-mobile .section-subtitle {
        text-align: left;
    }

    .office .office-img img {
        margin-top: 144px;
        width: 163px;
        margin-left: -38px;
    }

    .office .office-images-sec img.office-2 {
        margin-top: 20px;
        margin-left: 25px;
        width: 325px;
    }

    .map {
        margin-bottom: 50px;
    }

    .map .map-address h6 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }


    /*about-section*/
    .about-banner {
        margin-bottom: 90px;
    }

    .about-banner .container {
        padding-right: 0;
    }

    .about-banner .about-images {
        overflow-x: hidden;
        margin-top: 30px;

    }

    .about-banner .about-top .top-img {
        margin-left: -70px;
    }

    .about-banner .about-top .top-img img.top-1 {
        width: 163px;
        height: 163px;
        margin-top: -60px;
    }

    .about-banner .about-top .top-img img.top-2 {
        width: 218px;
        height: 218px;
        margin-top: -115px;
    }

    .about-banner .about-info-mobile {
        padding-right: 40px;
        padding-left: 0;
    }

    .about-banner .about-images .bottom-img img.top-3 {
        margin-left: 0;
        width: 135px;
        height: 135px;
    }

    .about-banner .about-images .bottom-img img.top-4 {
        width: 270px;
        margin-left: 30px;
    }

    .about-mission {
        margin-bottom: 90px;
        padding-left: 0;
    }

    .about-mission .section-subtitle {
        padding-right: 15px;
    }

    .about-focus .focus .section-title {
        font-size: 35px;
        line-height: 41px;
    }

    .about-focus .focus-cards {
        margin-top: 30px;
    }



    .our-work {
        margin-bottom: 90px;
    }

    .our-work .container {
        padding-right: 0;
    }

    .our-work .work-image {
        margin-top: 100px;
        margin-left: -105px;
    }

    .our-work .work-content-mobile .section-subtitle {
        padding-right: 30px;
    }

    .our-work .work-image img {
        width: 220px;
    }

    .our-work .work-img-sec {
        margin-left: 12px;
        overflow-x: hidden;
    }

    .our-work .work-img-sec img {
        width: 330px;
    }

    .about-para .section-subtitle {
        line-height: 20px;
    }

    .about-para {
        margin-bottom: 75px;

    }

    .about-para .para-content {
        left: 0
    }

    .our-team {
        margin-bottom: 90px;
    }

    .our-team .team-row {
        gap: 35px;
        margin-top: 35px;
    }

    .ask-question {
        margin-bottom: 50px;
    }

    .about-focus {
        margin-bottom: 90px;
    }

    .about-focus .focus-cards {
        flex-direction: column;
    }

    /*blog-details section*/
    .blog-banner {
        margin-bottom: 100px;
    }

    .blog-banner .top-img-mobile {
        display: block;
        margin-top: -70px;
        margin-bottom: 30px;

    }

    .blog-banner .top-img-mobile img {
        width: 325px;
        height: 325px;
        border-radius: 20px;

    }


    .blog-banner .top-img {
        display: none;
    }

    .blog-banner p {
        padding: 0;
    }

    .blog-banner p:first-child {
        margin-bottom: 10px;
    }

    .blog-banner .middle-imgs img {
        width: 154px;
        height: 154px;
        margin-bottom: 30px;
    }

    .blog-banner .blog-slogan {
        margin-top: 100px;
    }

    .blog-banner .blog-slogan::before {
        left: 10%;
        top: 4%;
    }

    .blog-banner .blog-slogan h3 {
        font-size: 25px;
        line-height: 35px;
        padding: 60px 30px 40px;
    }

    .leave-comment .section-title {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .leave-comment p {
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .leave-comment {
        margin-bottom: 100px;
    }

    .leave-comment .form-box {
        padding: 0;
    }

    .leave-comment .form-box button {
        width: 325px;
    }

    .blog-comments .existing-comment {
        gap: 35px;
        margin-bottom: 25px;
    }

    .blog-comments .existing-comment img {
        width: 75px;
    }

    .blog-comments .existing-comment p span {
        display: none;
    }

    .blog-details .onir-stories {
        margin-bottom: 90px;
    }

    /*homepage-1*/
    .banner-vectors .banner-vector-2 {
        display: none;
    }

    .banner-vectors .banner-vector-3 {
        top: 74%;
        width: 43px;
        right: 1%;
    }

    .banner-vectors .banner-vector-4 {
        top: 102%;
        left: 14%;
        width: 88px;
    }

    .banner-vectors .banner-vector-5 {
        left: -1%;
        bottom: 9%;
    }

    .hp-1 .banner-section {
        overflow-x: hidden;
    }

    .hp-1 .banner-section .app-download {
        margin-bottom: 50px;
    }

    .brand-partner .logo-imgs img {
        width: 150px;
    }

    .how-it-works .work-vector img.vector-1 {
        top: -50%;
        width: 45px;
    }

    .how-it-works .work-vector img.vector-2 {
        top: -29%;
        left: -12%;
        width: 43px;
    }

    .features {
        overflow-x: hidden;
    }

    .features .feature-vectors img.feature-vector-1 {
        top: 9%;
        left: 79%;
    }

    .features .feature-vectors img.feature-vector-2 {
        top: 24%;
        left: -2%;
    }

    .features .feature-vectors img.feature-vector-3 {
        bottom: 27%;
        right: -11%;
    }

    .features .feature-vectors img.feature-vector-4 {
        right: 94%;
        bottom: 26%;
    }

    .testimonial .testimonial-vector img {
        bottom: 17%;
    }

    .onir-plans .plan-vectors img.vector-1 {
        top: 26%;
        left: -7%;
        width: 60px;
    }

    .onir-plans .plan-vectors img.vector-2 {
        display: none;
    }

    .onir-stories .story-vector img {
        top: 0
    }

    .try-onir .try-vectors img.vector-1 {
        top: -23%;
        right: -11%;
    }

    .try-onir .try-vectors img.vector-2 {
        top: -21%;
        left: -3%;
    }

    /*homepage-3*/
    .hp-3 .banner-section .container {
        padding: 0;
    }

    .brand-partner p {
        margin-bottom: 20px;
    }

    .hp-3 .banner-section h1 {
        line-height: 55px;
        padding: 0 20px;
        padding-top: 50px;
    }

    .hp-3 .banner-section h1 br {
        display: none;
    }

    .hp-3 .banner-section .banner-vectors img.vector-6 {
        display: none;
    }

    .hp-3 .banner-section .banner-vectors img.vector-3 {
        display: none;
    }

    .hp-3 .banner-section .banner-vectors img.vector-1 {
        display: none;
    }

    .hp-3 .banner-section .banner-image img {
        width: 325px;
    }

    .hp-3 .banner-section .banner-vectors img.vector-4 {
        top: 67%;
        width: 100px;
        left: -8%;
    }

    .hp-3 .features {
        overflow-x: hidden;
    }

    .hp-3 .banner-section .banner-vectors img.vector-7 {
        top: 32%;
        left: -11%;
        width: 110px;
    }

    .hp-3 .banner-section .banner-vectors img.vector-5 {
        top: 22%;
        left: 2%
    }

    .hp-3 .how-it-works .working-content .work-card .work-steps {
        font-size: 1.325em;
    }

    .hp-3 .how-it-works .working-content .work-card {
        margin-bottom: 50px;
    }

    .testimonial .testimonial-circles:after {
        background: none;
    }

    /*modal section*/

    .modal.show .modal-dialog {
        margin: 1em;


    }

    .modal-header .modal-title {
        font-size: 2.0em;
    }

    .modal-header {
        padding: 40px 40px 0;
    }

    .modal-body {
        padding: 40px 40px;
    }

    .modal .form-container .btn {
        margin: 12px auto;
        padding: 13px 44px;
        font-size: 20px;
    }

    .modal .input-container input {
        font-size: 15px;
    }

    .modal .input-container {
        margin-bottom: 15px;
    }

    .another-way {
        margin-top: 30px;
        margin-bottom: 24px;
    }

    .modal-header .btn-close {
        top: 40px;
    }


}
/*------------------------------------------------------------------
Maximum Width Media for 767px :: Ends
*/

/* High-density phone mockup display sizes */
.banner-carousel .screenshot img[src$="phone-1.png"],
.banner-carousel .screenshot img[src$="phone-7.png"] {
    width: 204px;
    height: auto;
}

.banner-carousel .screenshot img[src$="phone-2.png"],
.banner-carousel .screenshot img[src$="phone-6.png"] {
    width: 220px;
    height: auto;
}

.banner-carousel .screenshot img[src$="phone-3.png"],
.banner-carousel .screenshot img[src$="phone-5.png"] {
    width: 242px;
    height: auto;
}

.banner-carousel .screenshot img[src$="phone-4.png"],
.features .feature-content .feature-img img {
    width: 298px;
    max-width: 100%;
    height: auto;
}

.how-it-works .work-center-img img {
    width: 299px;
    max-width: 100%;
    height: auto;
}

.try-onir .try-onir-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 991px) {
    header .nav .logo img {
        width: 150px;
    }

    header.header-sm .nav .logo img {
        width: 136px;
    }

    header {
        height: 92px;
    }

    header.header-sm {
        height: 70px;
    }

    .data-grid-hero .hero-content {
        padding-top: 140px;
    }

    .data-grid-hero h1 {
        font-size: 3.6em;
    }

    .data-grid-hero .hero-waitlist {
        margin-bottom: 42px;
    }

    .data-grid-hero .banner-carousel.phone-frame-slider {
        margin-top: -10px;
    }

    .phone-slider-stage {
        min-height: 570px;
    }

    .phone-slider-track {
        gap: 32px;
        padding-left: 54px;
        padding-right: 54px;
    }

    .try-onir .try-content .waitlist-form {
        max-width: 360px;
    }
}

@media screen and (max-width: 767px) {
    header .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    header .nav .logo img {
        width: 130px;
    }

    header.header-sm .nav .logo img {
        width: 118px;
    }

    header {
        height: 86px;
    }

    header.header-sm {
        height: 66px;
    }

    .data-grid-hero .hero-content {
        padding-top: 122px;
    }

    .data-grid-hero h1 {
        font-size: 2.35em;
        line-height: 1.08;
        padding-right: 6px;
        padding-left: 6px;
    }

    .hero-eyebrow {
        margin-bottom: 16px;
        font-size: 0.58em;
    }

    .banner-section>.container>.section-subtitle {
        margin-bottom: 30px;
        padding: 0 18px;
    }

    .hero-waitlist {
        margin-bottom: 48px;
    }

    .data-grid-hero .hero-waitlist {
        margin-bottom: 34px;
    }

    .data-grid-hero .banner-carousel.phone-frame-slider {
        margin-top: -8px;
    }

    .phone-slider-stage {
        min-height: 500px;
    }

    .phone-slider-track {
        align-items: flex-start;
        gap: 20px;
        min-height: 0;
        padding: 12px 36px 16px;
    }

    .phone-frame-slider .screenshot img[src$="phone-1.png"],
    .phone-frame-slider .screenshot img[src$="phone-7.png"] {
        width: min(168px, 45vw);
    }

    .phone-frame-slider .screenshot img[src$="phone-2.png"],
    .phone-frame-slider .screenshot img[src$="phone-6.png"] {
        width: min(182px, 49vw);
    }

    .phone-frame-slider .screenshot img[src$="phone-3.png"],
    .phone-frame-slider .screenshot img[src$="phone-5.png"] {
        width: min(198px, 53vw);
    }

    .phone-frame-slider .screenshot img[src$="phone-4.png"] {
        width: min(238px, 64vw);
    }

    .phone-frame-slider .screenshot .phone-direct-screen {
        width: min(198px, 53vw);
        height: min(394px, 106vw);
    }

    .phone-frame-slider .phone-slide.is-active>img {
        width: min(238px, 64vw);
        height: min(491px, 132vw);
    }

    .phone-frame-composite {
        width: min(238px, 64vw);
    }

    .phone-slide {
        transform: translateY(42px) scale(0.8);
    }

    .phone-slide.is-near {
        transform: translateY(24px) scale(0.88);
    }

    .phone-slider-controls {
        gap: 10px;
        margin-top: -6px;
    }

    .phone-slider-arrow {
        width: 42px;
        height: 42px;
    }

    .phone-slider-dots {
        gap: 7px;
        min-height: 42px;
    }

    .phone-slider-dot {
        width: 8px;
        height: 8px;
    }

    .phone-slider-dot.is-active {
        width: 24px;
    }

    .waitlist-form {
        padding: 0 14px;
        gap: 12px;
    }

    .waitlist-form input[type="email"],
    .waitlist-form button {
        width: 100%;
        min-height: 58px;
    }

    .waitlist-form input[type="email"] {
        font-size: 16px;
    }

    .waitlist-form button {
        font-size: 13px;
    }

    .try-onir .try-content .waitlist-form {
        max-width: 100%;
        padding: 0;
    }

    .try-onir .try-content .waitlist-form .form-message {
        text-align: left;
    }

    .try-onir .try-content .section-subtitle {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .feature-card-showcase {
        margin-top: 70px;
        min-height: 500px;
    }

    .feature-card-stage {
        width: min(560px, 100%);
        height: 430px;
        margin-left: -28px;
    }

    .feature-shuffle-card {
        width: min(330px, 78vw);
        min-height: 420px;
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .how-it-works {
        margin-top: 64px;
    }

    .how-it-works .section-subtitle {
        padding: 0 18px;
    }

    .how-it-works .working-content {
        margin-top: 34px;
        padding: 28px 18px 16px;
        border-radius: 22px;
    }

    .how-it-works .work-center-img {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: flex;
        justify-content: center;
        margin: 0 auto 24px;
    }

    .how-it-works .work-center-img img {
        width: min(238px, 70vw);
    }

    .how-it-works .work-card.in-touch,
    .how-it-works .work-card.review,
    .how-it-works .work-card.setup,
    .how-it-works .work-card.demo {
        align-items: center;
        gap: 10px;
        padding: 0 0 24px;
        text-align: center;
    }

    .how-it-works .work-card .steps-para {
        width: auto;
        max-width: 300px;
        padding: 0;
    }

    .why-onir {
        margin-top: 66px;
        margin-bottom: 58px;
    }

    .why-onir .why-onir-content {
        padding: 34px 18px 18px;
        border-radius: 22px;
    }

    .why-onir .why-cards {
        margin: 32px 0 0;
    }

    .why-onir .why-cards .why-card {
        gap: 8px;
        margin-bottom: 28px;
    }

    .why-onir .why-cards .why-img {
        width: 64px;
        height: 64px;
    }

    .why-onir .why-cards p {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    .try-onir {
        padding-top: 114px;
    }

    .try-onir .try-content {
        margin-top: 92px;
        position: relative;
        padding: 348px 18px 36px;
        border-radius: 22px;
    }

    .try-onir .try-content .section-subtitle {
        margin-bottom: 28px;
        padding-right: 0;
    }

    .try-onir .try-onir-img {
        top: -106px;
        right: 6px;
        width: min(220px, 58vw);
        max-width: none;
        transform: none;
    }
}

@media screen and (max-width: 575px) {
    .feature-card-showcase {
        margin-top: 54px;
        min-height: 500px;
    }

    .feature-card-stage {
        width: 100%;
        height: 450px;
        margin-left: 0;
    }

    .feature-shuffle-card {
        width: min(320px, 84vw);
        min-height: 420px;
        padding: 26px;
    }

    .feature-shuffle-card[data-position="front"] {
        transform: translateX(0) rotate(-4deg);
    }

    .feature-shuffle-card[data-position="middle"] {
        transform: translateX(8%) translateY(18px) rotate(0deg);
    }

    .feature-shuffle-card[data-position="back"] {
        transform: translateX(16%) translateY(36px) rotate(4deg);
    }

    .feature-shuffle-card h4 {
        font-size: 1.08em;
    }

    .feature-shuffle-card li {
        font-size: 0.78em;
    }
}

@media screen and (max-width: 1199px) {
    .how-it-works .section-title,
    .how-it-works .section-subtitle {
        max-width: 760px;
    }

    .how-it-works .shared-activity-panel {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 0;
        padding: 44px;
        border: 1px solid var(--border);
        border-radius: 25px;
        background-color: var(--quicc-sky);
        box-shadow: 0 2px 0 var(--quicc-shadow);
    }

    .shared-feature-grid {
        max-width: 820px;
        gap: 42px 52px;
        margin-top: 48px;
        padding: 0;
    }

    .shared-visual {
        min-height: 0;
        max-width: 620px;
        margin: -12px auto 0;
    }

    .shared-visual img {
        min-height: 0;
        width: min(520px, 100%);
    }
}

@media screen and (max-width: 767px) {
    .how-it-works {
        margin-top: 36px;
        padding: 52px 0 38px;
    }

    .how-it-works .section-title {
        max-width: 100%;
        margin-bottom: 18px;
        color: var(--quicc-navy);
        font-size: 38px;
        line-height: 1.12;
        text-align: left;
    }

    .how-it-works .section-subtitle {
        max-width: 100%;
        padding: 0;
        color: var(--quicc-muted);
        text-align: left;
    }

    .how-it-works .shared-activity-panel {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 0;
        padding: 30px 22px;
        border: 1px solid var(--border);
        border-radius: 22px;
        background-color: var(--quicc-sky);
        box-shadow: 0 2px 0 var(--quicc-shadow);
    }

    .shared-copy {
        display: block;
    }

    .shared-feature-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: none;
        margin-top: 34px;
        padding: 0;
    }

    .shared-feature {
        max-width: none;
        text-align: left;
    }

    .shared-icon {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }

    .shared-icon svg {
        width: 28px;
        height: 28px;
    }

    .shared-feature h6 {
        margin-top: 18px;
        font-size: 19px;
    }

    .how-it-works .shared-feature p {
        max-width: 310px;
        padding: 0;
        font-size: 15px;
        line-height: 1.55;
    }

    .shared-visual {
        min-height: 0;
        border-radius: 0;
        margin-top: -6px;
    }

    .shared-visual img {
        width: min(416px, 100%);
        min-height: 0;
        object-position: center;
        transform: none;
    }

    .how-it-works .how-footer {
        margin-top: 22px;
        padding-bottom: 18px;
    }
}

@media screen and (max-width: 575px) {
    .how-it-works .section-title {
        font-size: 34px;
    }

    .shared-visual {
        min-height: 0;
    }

    .shared-visual img {
        min-height: 0;
        transform: none;
    }
}

@media screen and (max-width: 991px) {
    .faq {
        padding: 78px 0;
        background-color: var(--background);
    }

    .faq-content-wrap {
        display: block;
    }

    .faq .section-title {
        max-width: 620px;
        margin-bottom: 26px;
        color: var(--quicc-navy);
        font-size: 46px;
    }

    .faq-intro {
        max-width: 560px;
        margin-bottom: 30px;
    }

    .faq .qa-content {
        grid-column: auto;
        border-bottom-color: var(--quicc-line);
    }
}

@media screen and (max-width: 767px) {
    .features {
        margin-top: 42px;
    }

    .faq {
        padding: 64px 0;
    }

    .faq .section-title {
        font-size: 38px;
    }

    .faq-intro {
        font-size: 15px;
    }

    .faq .qa-content .question {
        padding: 22px 0;
        color: var(--foreground);
        font-size: 17px;
    }

    .faq-question-copy {
        gap: 0;
    }

    .faq .qa-content .answer {
        padding-right: 28px;
        padding-left: 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .hp-1 .data-grid-hero {
        padding-bottom: 34px;
    }

    .hp-1 .how-it-works {
        padding-top: 38px;
    }

    .hp-1 .how-it-works .shared-activity-panel {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 44px;
    }

    .hp-1 .shared-visual {
        width: 100%;
        max-width: 620px;
        margin: -18px auto 0;
    }

    .hp-1 .shared-visual img {
        width: min(520px, 100%);
    }

    .hp-1 .why-onir .why-onir-content {
        padding: 70px 54px 66px;
    }
}

@media screen and (max-width: 991px) {
    .hp-1 .features {
        margin-top: 52px;
    }

    .hp-1 .feature-card-showcase {
        margin-top: 58px;
    }

    .hp-1 .why-onir {
        margin-top: 78px;
        margin-bottom: 28px;
    }

    .hp-1 .faq {
        padding: 38px 0 78px;
        background-color: var(--background);
    }

    .hp-1 .faq-content-wrap {
        display: block;
    }

    .hp-1 .faq .section-title {
        max-width: 620px;
        margin-bottom: 6px;
        padding-top: 0;
        color: var(--quicc-navy);
        font-size: 46px;
    }

    .hp-1 .faq-intro {
        max-width: 560px;
        margin: -18px 0 28px;
        color: var(--muted-foreground);
    }

    .hp-1 .faq .qa-content {
        grid-column: auto;
        border-bottom-color: var(--quicc-line);
    }
}

@media screen and (max-width: 767px) {
    .hp-1 .data-grid-hero {
        padding-bottom: 28px;
    }

    .hp-1 .how-it-works {
        padding: 34px 0 34px;
    }

    .hp-1 .how-it-works .shared-activity-panel {
        gap: 32px;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .hp-1 .shared-icon,
    .hp-1 .why-onir .why-cards .why-img {
        width: 62px;
        height: 62px;
    }

    .hp-1 .why-onir .why-cards .why-img img {
        width: 28px;
        height: 28px;
    }

    .hp-1 .shared-visual {
        margin-top: -8px;
    }

    .hp-1 .shared-visual img {
        width: min(416px, 100%);
        transform: none;
    }

    .hp-1 .features {
        margin-top: 44px;
    }

    .hp-1 .why-onir {
        margin-top: 62px;
        margin-bottom: 24px;
    }

    .hp-1 .why-onir .why-onir-content {
        padding: 46px 22px 44px;
        border-radius: 22px;
    }

    .hp-1 .why-onir .why-cards {
        margin-top: 42px;
    }

    .hp-1 .faq {
        padding: 36px 0 64px;
    }

    .hp-1 .faq .section-title {
        font-size: 38px;
    }

    .hp-1 .faq-intro {
        font-size: 15px;
        margin-top: -14px;
    }

    .hp-1 .faq .qa-content .question {
        padding: 22px 0;
        color: var(--foreground);
        font-size: 17px;
    }

    .hp-1 .faq .qa-content .answer {
        padding-right: 28px;
        padding-left: 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .hp-1 .try-onir .try-content .row {
        grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
        gap: 48px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 470px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(330px, 74%);
    }
}

@media screen and (max-width: 991px) {
    .hp-1 .phone-slider-stage::before,
    .hp-1 .phone-slider-stage::after {
        width: min(20vw, 150px);
    }

    .hp-1 .shared-visual {
        margin-top: -30px;
    }

    .hp-1 .shared-visual img {
        transform: translateY(-18px);
    }

    .hp-1 .faq .qa-content:first-of-type .question {
        padding-top: 18px;
    }

    .hp-1 .try-onir {
        padding: 78px 0 88px;
    }

    .hp-1 .try-onir .try-content .row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "visual"
            "copy";
        gap: 38px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 450px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(330px, 68%);
        transform: translateY(66px);
    }

    .hp-1 .try-onir .try-content .section-title {
        max-width: 640px;
        font-size: 46px;
    }

    .hp-1 .try-onir .try-content .section-subtitle {
        max-width: 620px;
        margin-bottom: 34px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .hp-1 .phone-slider-stage::before,
    .hp-1 .phone-slider-stage::after {
        width: 72px;
    }

    .hp-1 .how-it-works .shared-activity-panel {
        gap: 22px;
    }

    .hp-1 .shared-visual {
        margin-top: -18px;
    }

    .hp-1 .shared-visual img {
        transform: translateY(-12px);
    }

    .hp-1 .feature-shuffle-card {
        box-shadow: none;
    }

    .hp-1 .try-onir {
        padding: 58px 0 72px;
    }

    .hp-1 .try-onir .try-content .row {
        gap: 30px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 390px;
        border-radius: 24px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(280px, 72%);
        transform: translateY(54px);
    }

    .hp-1 .try-onir .try-content .section-title {
        font-size: 38px;
    }

    .hp-1 .try-onir .try-content .section-subtitle {
        margin: 18px 0 28px;
        font-size: 16px;
    }

    .hp-1 .try-onir .try-content .waitlist-form {
        gap: 14px;
    }

    .hp-1 .try-onir .try-content .waitlist-form input[type="email"],
    .hp-1 .try-onir .try-content .waitlist-form button {
        height: 64px;
    }
}

@media screen and (max-width: 575px) {
    .hp-1 .try-onir .try-onir-img {
        min-height: 340px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(240px, 74%);
        transform: translateY(44px);
    }
}

@media screen and (max-width: 991px) {
    .hp-1 .shared-visual {
        margin-top: -46px;
    }

    .hp-1 .shared-visual img {
        transform: translateY(-30px);
    }

    .hp-1 .features {
        margin-top: 60px;
    }

    .hp-1 .feature-card-showcase {
        margin-top: 60px;
    }

    .hp-1 .why-onir {
        margin-top: 96px;
    }

    .hp-1 .faq {
        padding: 58px 0 76px;
    }

    .hp-1 .try-onir {
        padding: 68px 0 82px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 420px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(300px, 64%);
        transform: translateY(28px);
    }
}

@media screen and (max-width: 767px) {
    .hp-1 .how-it-works .shared-activity-panel {
        gap: 12px;
        padding-bottom: 20px;
    }

    .hp-1 .shared-feature-grid {
        gap: 24px;
    }

    .hp-1 .shared-visual {
        margin-top: -40px;
    }

    .hp-1 .shared-visual img {
        transform: translateY(-26px);
    }

    .hp-1 .features {
        margin-top: 52px;
    }

    .hp-1 .why-onir {
        margin-top: 82px;
        margin-bottom: 0;
    }

    .hp-1 .faq {
        padding: 48px 0 64px;
    }

    .hp-1 .try-onir {
        padding: 54px 0 70px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 330px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(230px, 62%);
        transform: translateY(20px);
    }
}

@media screen and (max-width: 575px) {
    .hp-1 .try-onir .try-onir-img {
        min-height: 300px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(210px, 64%);
        transform: translateY(16px);
    }
}

@media screen and (max-width: 991px) {
    .hp-1 .faq-list {
        grid-column: auto;
        grid-row: auto;
        padding-top: 0;
    }

    .hp-1 .try-onir .try-content .row > .col-lg-5 {
        display: block;
    }

    .hp-1 .try-onir .try-onir-img {
        height: auto;
        min-height: 400px;
    }

    .hp-1 .try-onir .try-onir-img img {
        position: absolute;
        top: 30px;
        left: 50%;
        width: min(300px, 64%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .hp-1 .try-onir .try-onir-img {
        min-height: 318px;
    }

    .hp-1 .try-onir .try-onir-img img {
        top: 24px;
        width: min(230px, 62%);
    }
}

@media screen and (max-width: 575px) {
    .hp-1 .try-onir .try-onir-img {
        min-height: 286px;
    }

    .hp-1 .try-onir .try-onir-img img {
        top: 20px;
        width: min(210px, 64%);
    }
}

@media screen and (max-width: 991px) {
    .hp-1 .faq {
        padding-bottom: 20px;
    }

    .hp-1 .try-onir {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .hp-1 .faq {
        padding-bottom: 6px;
    }

    .hp-1 .try-onir {
        padding-top: 14px;
    }
}

/*------------------------------------------------------------------
Final Quicc Production Responsive Audit :: Starts
*/
@media screen and (max-width: 1199px) {
    :root {
        --layout-gutter: 24px;
        --section-y: 72px;
        --card-padding: 24px;
    }

    .hp-1 .data-grid-hero {
        padding-top: 136px;
        padding-bottom: 72px;
    }

    .hp-1 .phone-slider-stage {
        min-height: 592px;
    }

    .hp-1 .phone-slider-track {
        gap: 32px;
    }

    .hp-1 .how-it-works .shared-activity-panel {
        gap: 40px;
        padding: 48px;
    }

    .hp-1 .shared-visual img {
        width: min(440px, 100%);
    }

    .hp-1 .why-onir .why-onir-content {
        padding: 56px 48px;
    }

    .hp-1 .try-onir .try-content .row {
        grid-template-columns: minmax(344px, 0.88fr) minmax(0, 1fr);
        gap: 48px;
    }
}

@media screen and (max-width: 991px) {
    :root {
        --layout-gutter: 24px;
        --section-y: 72px;
        --card-padding: 24px;
    }

    .hp-1 .data-grid-hero {
        padding-top: 128px;
        padding-bottom: 64px;
    }

    .hp-1 .hero-waitlist {
        margin-top: 40px;
        margin-bottom: 32px;
    }

    .hp-1 .phone-slider-stage {
        min-height: 560px;
    }

    .hp-1 .phone-slider-track {
        gap: 32px;
    }

    .hp-1 .how-it-works .shared-activity-panel {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px;
    }

    .hp-1 .shared-feature-grid {
        gap: 24px;
        margin-top: 40px;
    }

    .hp-1 .shared-visual {
        margin-top: 0;
    }

    .hp-1 .shared-visual img {
        width: min(416px, 100%);
        transform: none;
    }

    .hp-1 .feature-card-showcase,
    .hp-1 .why-onir .why-cards {
        margin-top: 40px;
    }

    .hp-1 .why-onir .why-onir-content {
        padding: 48px 40px;
    }

    .hp-1 .faq-content-wrap {
        padding: 0;
    }

    .hp-1 .faq .section-title {
        margin-bottom: 40px;
    }

    .hp-1 .faq-list .qa-content,
    .hp-1 .faq .qa-content {
        display: block;
        padding: 24px 0;
    }

    .hp-1 .faq .qa-content .answer,
    .hp-1 .faq .qa-content.is-open .answer {
        max-width: none;
        padding-top: 16px;
    }

    .hp-1 .try-onir .try-content .row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "visual"
            "copy";
        gap: 40px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 400px;
    }

    .hp-1 .try-onir .try-onir-img img {
        top: 24px;
        width: min(304px, 64%);
    }
}

@media screen and (max-width: 767px) {
    :root {
        --layout-gutter: 24px;
        --section-y: 56px;
        --card-padding: 24px;
    }

    .hp-1 .how-it-works,
    .hp-1 .features,
    .hp-1 .why-onir,
    .hp-1 .faq,
    .hp-1 .try-onir {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .hp-1 .data-grid-hero {
        padding-top: 120px;
        padding-bottom: 48px;
    }

    .hp-1 .data-grid-hero .section-subtitle,
    .hp-1 .features .section-subtitle,
    .hp-1 .why-onir .section-subtitle,
    .hp-1 .try-onir .section-subtitle,
    .hp-1 .how-it-works .section-subtitle {
        margin-top: 16px;
    }

    .hp-1 .hero-waitlist {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .hp-1 .waitlist-form {
        width: 100%;
        gap: 16px;
    }

    .hp-1 .waitlist-form input[type="email"],
    .hp-1 .waitlist-form button,
    .hp-1 .try-onir .try-content .waitlist-form input[type="email"],
    .hp-1 .try-onir .try-content .waitlist-form button {
        width: 100%;
        height: 64px;
        min-height: 64px;
    }

    .hp-1 .phone-slider-stage {
        min-height: 520px;
    }

    .hp-1 .phone-slider-track {
        gap: 24px;
        padding: 16px 24px;
    }

    .hp-1 .phone-slider-controls {
        margin-top: 16px;
    }

    .hp-1 .how-it-works .shared-activity-panel {
        gap: 32px;
        padding: 32px 24px;
        border-radius: 24px;
    }

    .hp-1 .shared-feature-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 40px;
    }

    .hp-1 .shared-icon,
    .hp-1 .why-onir .why-cards .why-img {
        width: 56px;
        height: 56px;
    }

    .hp-1 .how-it-works .how-footer {
        margin-top: 40px;
    }

    .hp-1 .feature-card-showcase,
    .hp-1 .why-onir .why-cards {
        margin-top: 40px;
    }

    .hp-1 .why-onir .why-onir-content {
        padding: 40px 24px;
        border-radius: 24px;
    }

    .hp-1 .why-onir .why-card {
        padding: 24px;
    }

    .hp-1 .faq {
        padding-top: 56px;
        padding-bottom: 16px;
    }

    .hp-1 .faq .section-title {
        margin-bottom: 40px;
    }

    .hp-1 .faq-list .qa-content,
    .hp-1 .faq .qa-content {
        padding: 24px 0;
    }

    .hp-1 .try-onir {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .hp-1 .try-onir .try-content .row {
        gap: 32px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 320px;
        border-radius: 24px;
    }

    .hp-1 .try-onir .try-onir-img img {
        top: 24px;
        width: min(232px, 62%);
    }

    .hp-1 .try-onir .try-content .waitlist-form {
        margin-top: 40px;
    }

    .hp-1 .footer {
        padding: 40px 0;
    }

    .modal-header {
        padding: 40px 24px 24px;
    }

    .modal-header .btn-close {
        top: 32px;
        right: 24px;
    }

    .modal-body {
        padding: 0 24px 40px;
    }
}

@media screen and (max-width: 390px) {
    :root {
        --layout-gutter: 16px;
    }

    .hp-1 .phone-slider-stage {
        min-height: 496px;
    }

    .hp-1 .how-it-works .shared-activity-panel,
    .hp-1 .why-onir .why-onir-content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 304px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(208px, 64%);
    }
}

@media screen and (max-width: 360px) {
    :root {
        --layout-gutter: 16px;
    }

    .hp-1 .phone-slider-stage {
        min-height: 480px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 288px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(200px, 64%);
    }
}
/*------------------------------------------------------------------
Final Quicc Production Responsive Audit :: Ends
*/

/*------------------------------------------------------------------
Quicc Mobile Spacing Repair :: Starts
*/
@media screen and (max-width: 991px) {
    .hp-1 .data-grid-hero {
        padding-top: 112px;
        padding-bottom: 48px;
    }

    .hp-1 .hero-waitlist {
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .hp-1 .phone-slider-stage {
        min-height: 500px;
    }

    .hp-1 .phone-slider-track {
        align-items: center;
        gap: 20px;
        min-height: 0;
        padding: 8px 24px 12px;
    }

    .hp-1 .how-it-works,
    .hp-1 .features,
    .hp-1 .why-onir,
    .hp-1 .faq,
    .hp-1 .try-onir {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .hp-1 .how-it-works .shared-activity-panel {
        gap: 24px;
        padding: 32px 24px;
    }

    .hp-1 .shared-feature-grid,
    .hp-1 .feature-card-showcase,
    .hp-1 .why-onir .why-cards {
        margin-top: 32px;
    }

    .hp-1 .shared-visual {
        min-height: 0;
    }

    .hp-1 .shared-visual img {
        width: min(360px, 100%);
    }

    .hp-1 .try-onir .try-content .row {
        gap: 28px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 340px;
    }

    .hp-1 .try-onir .try-onir-img img {
        top: 20px;
        width: min(272px, 62%);
    }
}

@media screen and (max-width: 767px) {
    html,
    body,
    .wrapper,
    .main-content.hp-1 {
        max-width: 100%;
        overflow-x: hidden;
    }

    :root {
        --layout-gutter: 20px;
        --section-y: 48px;
        --card-padding: 20px;
    }

    .hp-1 .container,
    .hp-1 .data-grid-hero > .container,
    .hp-1 .footer .container {
        width: min(var(--layout-container), calc(100% - 40px));
    }

    header {
        height: 86px;
    }

    header.header-sm {
        height: 68px;
    }

    header .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    header .nav .logo img {
        width: 112px;
    }

    header.header-sm .nav .logo img {
        width: 104px;
    }

    .hp-1 .data-grid-hero {
        padding-top: 96px;
        padding-bottom: 32px;
    }

    .hp-1 .data-grid-hero .hero-content {
        padding-top: 36px;
    }

    .hp-1 .hero-eyebrow {
        margin-bottom: 12px;
    }

    .hp-1 .data-grid-hero h1 {
        margin-bottom: 0;
    }

    .hp-1 .data-grid-hero .section-subtitle,
    .hp-1 .features .section-subtitle,
    .hp-1 .why-onir .section-subtitle,
    .hp-1 .try-onir .section-subtitle,
    .hp-1 .how-it-works .section-subtitle {
        margin-top: 12px;
    }

    .hp-1 .data-grid-hero .section-subtitle {
        margin-bottom: 0;
    }

    .hp-1 .hero-waitlist {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .hp-1 .waitlist-form {
        width: 100%;
        gap: 12px;
        padding: 0;
    }

    .hp-1 .waitlist-form input[type="email"],
    .hp-1 .waitlist-form button,
    .hp-1 .try-onir .try-content .waitlist-form input[type="email"],
    .hp-1 .try-onir .try-content .waitlist-form button {
        width: 100%;
        height: 56px;
        min-height: 56px;
    }

    .hp-1 .data-grid-hero .banner-vectors {
        position: absolute;
        inset: 0;
        display: block;
        height: 0;
        overflow: visible;
        pointer-events: none;
    }

    .hp-1 .data-grid-hero .banner-vector-imgs {
        position: absolute;
        inset: 0;
        height: 0;
    }

    .hp-1 .data-grid-hero .banner-vector-imgs img {
        position: absolute;
        max-width: 48px;
        opacity: 0.24;
        transform: none;
    }

    .hp-1 .data-grid-hero .banner-vector-2,
    .hp-1 .data-grid-hero .banner-vector-4,
    .hp-1 .data-grid-hero .banner-vector-5 {
        display: none;
    }

    .hp-1 .data-grid-hero .banner-vector-1 {
        top: 84px;
        left: 12px;
        width: 40px;
    }

    .hp-1 .data-grid-hero .banner-vector-3 {
        top: 148px;
        right: 14px;
        width: 44px;
    }

    .hp-1 .data-grid-hero .banner-carousel.phone-frame-slider {
        margin-top: 0;
        overflow: hidden;
    }

    .hp-1 .phone-slider-stage {
        min-height: clamp(384px, 108vw, 472px);
        overflow: hidden;
    }

    .hp-1 .phone-slider-track {
        align-items: center;
        gap: 16px;
        min-height: clamp(364px, 102vw, 452px);
        padding: 6px 18px 8px;
    }

    .hp-1 .phone-frame-slider .screenshot .phone-direct-screen,
    .hp-1 .phone-frame-slider .phone-slide.is-active > img {
        width: clamp(164px, 50vw, 216px);
        height: clamp(338px, 102vw, 445px);
        max-width: none;
        object-fit: fill;
    }

    .hp-1 .phone-slide {
        opacity: 0.46;
        transform: scale(0.78);
    }

    .hp-1 .phone-slide.is-near {
        opacity: 0.72;
        transform: scale(0.86);
    }

    .hp-1 .phone-slide.is-active {
        opacity: 1;
        transform: scale(0.98);
    }

    .hp-1 .phone-slider-controls {
        gap: 8px;
        margin-top: 6px;
    }

    .hp-1 .phone-slider-arrow {
        width: 40px;
        height: 40px;
    }

    .hp-1 .phone-slider-dots {
        gap: 6px;
        min-height: 40px;
        padding: 0 6px;
    }

    .hp-1 .phone-slider-dot {
        width: 7px;
        height: 7px;
    }

    .hp-1 .phone-slider-dot.is-active {
        width: 22px;
    }

    .hp-1 .how-it-works,
    .hp-1 .features,
    .hp-1 .why-onir,
    .hp-1 .faq,
    .hp-1 .try-onir {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hp-1 .how-it-works .shared-activity-panel {
        gap: 20px;
        margin-top: 0;
        padding: 24px 20px;
        border-radius: 20px;
    }

    .hp-1 .shared-feature-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
    }

    .hp-1 .shared-feature {
        --shared-icon-size: 48px;
        --shared-icon-gap: 12px;
        display: flex;
        min-height: 0;
        flex-direction: column;
        align-items: center;
        max-width: none;
        padding: 20px;
        border: 1px solid var(--border);
        border-radius: 20px;
        background: var(--popover);
        box-shadow: 0 2px 0 var(--quicc-shadow);
        text-align: center;
    }

    .hp-1 .shared-icon,
    .hp-1 .why-onir .why-cards .why-img {
        width: 48px;
        height: 48px;
    }

    .hp-1 .shared-icon {
        position: static;
        margin-bottom: 14px;
    }

    .hp-1 .shared-icon svg {
        width: 24px;
        height: 24px;
    }

    .hp-1 .shared-feature h6 {
        margin: 0 0 8px;
        font-size: 15px;
    }

    .hp-1 .how-it-works .shared-feature p {
        max-width: 280px;
        font-size: 14px;
        line-height: 1.45;
        text-align: center;
    }

    .hp-1 .shared-visual {
        min-height: 0;
        margin-top: 4px;
        max-height: 388px;
        align-items: flex-start;
        overflow: hidden;
    }

    .hp-1 .shared-visual img {
        width: min(300px, 100%);
        margin-bottom: -132px;
        transform: translateY(-132px);
    }

    .hp-1 .how-it-works .how-footer {
        margin-top: 24px;
    }

    .hp-1 .features {
        margin-top: 0;
    }

    .hp-1 .feature-vectors,
    .hp-1 .try-vectors {
        display: none;
    }

    .hp-1 .feature-card-showcase {
        min-height: 0;
        margin-top: 24px;
        padding: 20px 0 8px;
        overflow: hidden;
    }

    .hp-1 .feature-card-stage {
        width: min(100%, 300px);
        height: 424px;
        margin-right: auto;
        margin-left: auto;
        overflow: visible;
    }

    .hp-1 .feature-shuffle-card {
        width: 100%;
        min-height: 360px;
        padding: 20px;
    }

    .hp-1 .feature-shuffle-card[data-position="front"] {
        transform: translateX(0) translateY(0) rotate(-4deg);
    }

    .hp-1 .feature-shuffle-card[data-position="middle"] {
        transform: translateX(8px) translateY(12px) rotate(1deg);
    }

    .hp-1 .feature-shuffle-card[data-position="back"] {
        transform: translateX(16px) translateY(24px) rotate(4deg);
    }

    .hp-1 .feature-shuffle-card ul {
        margin-top: 16px;
    }

    .hp-1 .feature-shuffle-card li {
        margin-bottom: 8px;
        line-height: 1.45;
    }

    .hp-1 .why-onir {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hp-1 .why-onir .why-onir-content {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .hp-1 .why-onir .why-cards {
        margin-top: 24px;
    }

    .hp-1 .why-onir .why-cards .row {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 16px;
        margin-right: 0;
        margin-left: 0;
    }

    .hp-1 .why-onir .why-cards .row > [class*="col-"] {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .hp-1 .why-onir .why-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 0;
        height: auto;
        margin-bottom: 0;
        padding: 20px;
        border: 1px solid var(--border);
        border-radius: 20px;
        background: var(--popover);
        box-shadow: 0 2px 0 var(--quicc-shadow);
        text-align: center;
    }

    .hp-1 .why-onir .why-cards .why-img {
        margin-bottom: 14px;
    }

    .hp-1 .why-onir .why-title {
        margin: 0 0 8px;
        font-size: 15px;
        line-height: 1.2;
    }

    .hp-1 .why-onir .why-para {
        max-width: 280px;
        padding: 0;
        font-size: 14px;
        line-height: 1.45;
        text-align: center;
    }

    .hp-1 .faq {
        padding-top: 40px;
        padding-bottom: 24px;
    }

    .hp-1 .faq .section-title {
        margin-bottom: 12px;
    }

    .hp-1 .faq-intro {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.45;
    }

    .hp-1 .faq-list {
        margin-top: 0;
    }

    .hp-1 .faq-list .qa-content,
    .hp-1 .faq .qa-content {
        padding: 14px 0;
    }

    .hp-1 .faq .qa-content .question {
        min-height: 0;
        gap: 12px;
        padding: 0;
        font-size: 16px;
        line-height: 1.35;
    }

    .hp-1 .faq .qa-content .answer,
    .hp-1 .faq .qa-content.is-open .answer {
        padding-top: 8px;
        padding-right: 0;
        font-size: 14px;
        line-height: 1.55;
    }

    .hp-1 .faq-icon,
    .hp-1 .faq-plus {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .hp-1 .try-onir {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .hp-1 .try-onir .try-content .row {
        gap: 20px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 240px;
        border-radius: 20px;
    }

    .hp-1 .try-onir .try-onir-img img {
        top: 16px;
        width: min(182px, 58%);
    }

    .hp-1 .try-onir .try-content .waitlist-form {
        margin-top: 24px;
    }

    .hp-1 .footer {
        padding: 32px 0;
    }

    .hp-1 .footer-social-grid {
        margin: 16px 0 12px;
    }
}

@media screen and (max-width: 390px) {
    :root {
        --layout-gutter: 16px;
    }

    .hp-1 .container,
    .hp-1 .data-grid-hero > .container,
    .hp-1 .footer .container {
        width: min(var(--layout-container), calc(100% - 32px));
    }

    .hp-1 .phone-slider-stage {
        min-height: 372px;
    }

    .hp-1 .phone-slider-track {
        min-height: 352px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .hp-1 .phone-frame-slider .screenshot .phone-direct-screen,
    .hp-1 .phone-frame-slider .phone-slide.is-active > img {
        width: clamp(160px, 50vw, 195px);
        height: clamp(330px, 102vw, 398px);
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 220px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(168px, 58%);
    }
}

@media screen and (max-width: 360px) {
    .hp-1 .phone-slider-stage {
        min-height: 356px;
    }

    .hp-1 .phone-slider-track {
        min-height: 336px;
        gap: 14px;
    }

    .hp-1 .phone-frame-slider .screenshot .phone-direct-screen,
    .hp-1 .phone-frame-slider .phone-slide.is-active > img {
        width: clamp(154px, 49vw, 176px);
        height: clamp(318px, 101vw, 364px);
    }

    .hp-1 .shared-feature-grid,
    .hp-1 .why-onir .why-cards .row {
        gap: 16px;
    }

    .hp-1 .try-onir .try-onir-img {
        min-height: 208px;
    }

    .hp-1 .try-onir .try-onir-img img {
        width: min(160px, 58%);
    }
}
/*------------------------------------------------------------------
Quicc Mobile Spacing Repair :: Ends
*/

/*------------------------------------------------------------------
FAQ To Waitlist Gap Tightening :: Starts
*/
@media screen and (max-width: 767px) {
    .hp-1 .faq {
        padding-bottom: 16px;
    }

    .hp-1 .try-onir {
        padding-top: 16px;
    }
}
/*------------------------------------------------------------------
FAQ To Waitlist Gap Tightening :: Ends
*/

/*------------------------------------------------------------------
Mobile Hero Header Breathing Room :: Starts
*/
@media screen and (max-width: 575px) {
    .hp-1 .data-grid-hero {
        padding-top: calc(var(--space-12) + env(safe-area-inset-top, 0px));
    }

    .hp-1 .data-grid-hero .hero-content {
        padding-top: var(--space-6);
    }

    .hp-1 .hero-eyebrow {
        margin-top: calc(clamp(var(--space-8), 18vw, var(--space-12)) + env(safe-area-inset-top, 0px));
    }
}
/*------------------------------------------------------------------
Mobile Hero Header Breathing Room :: Ends
*/
