/*------------------------------------------------------------------
[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: -16%;
        right: 11%;
    }

    .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: 300px;
    }

    /*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: #0E7DFF;
        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: 100px;
    }

    .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: -14%;
        right: 6%;
    }

    .try-onir .try-onir-img img {
        width: 85%;
    }

    /*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 h1 {
        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: 22%;
        right: -3%;
    }

    .try-onir .try-onir-img img {
        width: 75%;
    }

    /*subscriber-input*/
    .subscribe-input .input-container button {
        margin-left: 18px
    }

    /*footer*/
    .footer {
        text-align: center;
        padding-bottom: 90px;
        padding-top: 100px;
    }

    .footer h5 {
        display: none;
    }

    .footer .footer-start {
        margin-bottom: 50px;
    }

    .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 h1 {
        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: 100px;
    }

    .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;
    }

    /*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-onir-img img {
        width: 85%;
    }

    .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: -12%;
        right: 0%;
    }

    /*footer*/
    .footer {
        font-size: 20px;
    }

    .footer .footer-socials h6 {
        font-size: 20px;
    }

    .footer .footer-socials .social-icon {
        font-size: 25px;
    }

    /*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
*/

/*------------------------------------------------------------------
Cobb Angle Pro landing overrides
------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

.cobb-home .section-title {
    letter-spacing: 0;
}

.cobb-home .banner-section h1 {
    max-width: 980px;
    margin: 0 auto;
    line-height: 1.08;
}

.cobb-home .banner-section .section-subtitle {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.app-store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
}

.app-store-badge img {
    display: block;
    width: 144px;
    height: auto;
}

.app-store-badge:hover,
.app-store-badge:focus-visible {
    opacity: 0.86;
}

.app-store-badge:focus-visible {
    outline: 3px solid #087DF1;
    outline-offset: 4px;
    border-radius: 8px;
}

.app-store-badge-header img,
.app-store-badge-footer img {
    width: 120px;
}

.app-store-badge-hero img,
.app-store-badge-subscribe img {
    width: 168px;
}

.cobb-home .banner-carousel.cobb-screens .screenshot {
    flex: 0 0 auto;
}

.cobb-home .banner-carousel.cobb-screens .screenshot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 32px 50px rgba(31, 31, 57, 0.14);
}

.cobb-home .watch-now {
    position: relative;
    z-index: 2;
}

.cobb-home .clinical-logos {
    gap: 58px;
    flex-wrap: wrap;
    color: rgba(31, 31, 57, 0.55);
    font-size: 0.9em;
    font-weight: 800;
}

.cobb-home .clinical-logos span {
    position: relative;
    white-space: nowrap;
}

.cobb-home .clinical-logos span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0E7DFF;
    margin-right: 10px;
}

.cobb-home .how-it-works .work-center-img img,
.cobb-home .feature-img img,
.cobb-home .try-onir-img img {
    width: min(260px, 100%);
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(31, 31, 57, 0.16);
}

.cobb-home .how-it-works .work-center-img img {
    width: 248px;
}

.cobb-home .features .feature-content .feature-img img {
    max-height: 600px;
    object-fit: contain;
}

.cobb-home .features .boost-productivity {
    margin-top: 120px;
}

.cobb-home .why-features-cards .why-feature h3 {
    min-height: 48px;
    display: flex;
    align-items: center;
}

.cobb-home .onir-stories .stories-card {
    align-items: stretch;
}

.cobb-home .onir-stories .stories-card .story-card {
    overflow: hidden;
}

.cobb-home .onir-stories .stories-card .story-card img {
    height: 180px;
    object-fit: cover;
}

.cobb-home .faq .qa-content .question,
.cobb-home .faq .qa-content .answer {
    min-height: 74px;
}

.cobb-home .try-onir {
    margin-top: 80px;
}

.cobb-home .try-onir .try-content {
    overflow: visible;
}

.cobb-home .try-onir .try-onir-img {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: -165px;
    margin-bottom: -30px;
}

.cobb-home .subscribe-input .input-container .app-store-badge {
    display: inline-flex;
}

.footer .footer-start img {
    width: 104px;
    height: auto;
}

.footer .footer-socials .app-download div {
    border: 0;
}

.footer .footer-socials .app-download div a {
    text-decoration: none;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #1F1F39;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0;
}

header .nav .logo .brand-lockup img,
.footer .footer-start .brand-lockup img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: block;
    margin: 0;
}

.footer .footer-start .footer-brand-lockup {
    color: #fff;
    margin-bottom: 24px;
}

.cobb-home .banner-carousel.cobb-screens {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1180px;
    min-width: 0;
    margin: 0 auto;
    padding: 0 24px;
    transform: none;
    gap: 26px;
}

.cobb-home .banner-carousel.cobb-screens .shot-xl {
    width: 226px;
    margin-top: 0;
}

.cobb-home .banner-carousel.cobb-screens .shot-md {
    width: 196px;
    margin-top: 82px;
}

.cobb-home .banner-carousel.cobb-screens .shot-sm {
    width: 184px;
    margin-top: 138px;
}

.cobb-home .banner-carousel.cobb-screens .screenshot:first-child,
.cobb-home .banner-carousel.cobb-screens .screenshot:last-child {
    opacity: 0.94;
}

.cobb-home .brand-partner {
    margin-top: 160px;
}

.cobb-home .features .feature-content .feature-img img {
    width: 260px;
}

.cobb-home .clinical-review-section {
    margin-top: 210px;
}

.cobb-home .clinical-review-section .section-subtitle {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.cobb-home .clinical-review-panel {
    margin-top: 95px;
    min-height: 520px;
    background-color: rgba(255, 240, 233, 0.78);
    border-radius: 25px;
    padding: 76px 90px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
    position: relative;
    overflow: hidden;
}

.cobb-home .clinical-review-panel::before,
.cobb-home .clinical-review-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(14, 125, 255, 0.14);
}

.cobb-home .clinical-review-panel::before {
    width: 380px;
    height: 380px;
    right: -110px;
    top: -120px;
}

.cobb-home .clinical-review-panel::after {
    width: 220px;
    height: 220px;
    left: -70px;
    bottom: -90px;
}

.cobb-home .clinical-review-copy {
    position: relative;
    z-index: 1;
}

.cobb-home .clinical-review-copy .title-top {
    margin: 0 0 18px;
}

.cobb-home .clinical-review-copy h4 {
    color: #1F1F39;
    font-size: 2.35em;
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 24px;
}

.cobb-home .clinical-review-copy p {
    color: rgba(31, 31, 57, 0.58);
    line-height: 30px;
    margin-bottom: 38px;
}

.cobb-home .review-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cobb-home .review-metrics span {
    background-color: #fff;
    border-radius: 18px;
    padding: 18px 16px;
    color: rgba(31, 31, 57, 0.58);
    font-size: 0.72em;
    line-height: 18px;
    box-shadow: 0 16px 30px rgba(31, 31, 57, 0.06);
}

.cobb-home .review-metrics strong {
    display: block;
    color: #0E7DFF;
    font-size: 1.8em;
    line-height: 1;
    margin-bottom: 8px;
}

.cobb-home .clinical-review-screens {
    position: relative;
    z-index: 1;
    min-height: 420px;
}

.cobb-home .clinical-review-screens img {
    position: absolute;
    display: block;
    border-radius: 28px;
    box-shadow: 0 32px 58px rgba(31, 31, 57, 0.18);
}

.cobb-home .clinical-review-screens .review-screen-main {
    width: 220px;
    right: 180px;
    top: 12px;
}

.cobb-home .clinical-review-screens .review-screen-side {
    width: 190px;
    right: 20px;
    top: 94px;
}

.cobb-home .cobb-workflow-paths {
    margin-top: 190px;
}

.cobb-home .workflow-path-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    max-width: 980px;
    margin: 95px auto 0;
}

.cobb-home .workflow-path-card {
    background-color: #FFF0E9;
    border: 2px solid transparent;
    border-radius: 20px;
    min-height: 300px;
    padding: 42px 34px;
    transition: 0.3s all;
}

.cobb-home .workflow-path-card.active,
.cobb-home .workflow-path-card:hover {
    background-color: #0E7DFF;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(14, 125, 255, 0.22);
}

.cobb-home .workflow-path-card span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background-color: #fff;
    color: #0E7DFF;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 34px;
}

.cobb-home .workflow-path-card h4 {
    font-size: 1.35em;
    font-weight: 900;
    line-height: 1.16;
    margin-bottom: 18px;
}

.cobb-home .workflow-path-card p {
    color: rgba(31, 31, 57, 0.56);
    font-size: 0.84em;
    line-height: 24px;
}

.cobb-home .workflow-path-card.active p,
.cobb-home .workflow-path-card:hover p {
    color: rgba(255, 255, 255, 0.82);
}

.cobb-home .onir-stories .stories-card {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    gap: 34px;
}

.cobb-home .onir-stories .stories-card .story-card {
    width: 300px;
}

.cobb-home .onir-stories .stories-card .story-card .story-content h4 {
    font-size: 1.05em;
    line-height: 1.2;
}

.cobb-home .faq-content-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.cobb-home .faq .qa-content {
    gap: 70px;
}

.cobb-home .faq .qa-content .question {
    font-size: 0.95em;
    line-height: 1.25;
}

.cobb-home .faq .qa-content .answer {
    font-size: 0.86em;
    line-height: 26px;
}

.cobb-home .onir-stories {
    padding-top: 220px;
    padding-bottom: 90px;
}

.cobb-home .onir-stories .stories-card {
    max-width: 1120px;
    align-items: stretch;
    gap: 36px;
    padding: 0;
}

.cobb-home .onir-stories .stories-card .story-card {
    width: 350px;
    min-height: 520px;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 26px 55px rgba(31, 31, 57, 0.08);
    overflow: hidden;
}

.cobb-home .onir-stories .stories-card .story-card img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center bottom;
    background: linear-gradient(180deg, #FFF0E9 0%, #fff 100%);
    padding: 28px 0 0;
}

.cobb-home .onir-stories .stories-card .story-card .story-time {
    position: static;
    display: block;
    padding: 28px 34px 0;
    font-size: 0.72em;
    font-weight: 800;
    color: rgba(31, 31, 57, 0.45);
}

.cobb-home .onir-stories .stories-card .story-card .story-content {
    position: static;
    transform: none;
    width: auto;
    padding: 16px 34px 34px;
    text-align: left;
}

.cobb-home .onir-stories .stories-card .story-card .story-content h4 {
    font-size: 1.22em;
    line-height: 1.18;
    margin: 0 0 14px;
}

.cobb-home .onir-stories .stories-card .story-card .story-content p {
    font-size: 0.82em;
    line-height: 24px;
    margin-bottom: 22px;
}

.cobb-home .onir-stories .stories-card .story-card .story-content a {
    font-size: 0.82em;
}

.cobb-home .faq {
    padding-top: 170px;
    padding-bottom: 120px;
}

.cobb-home .faq .section-title {
    margin-bottom: 80px;
}

.cobb-home .faq-content-wrap {
    max-width: 1080px;
    padding: 0 40px;
}

.cobb-home .faq .qa-content {
    gap: 80px;
    padding: 42px 0 40px;
}

.cobb-home .faq .qa-content .question {
    width: 420px;
    font-size: 1.12em;
    line-height: 1.28;
}

.cobb-home .faq .qa-content .answer {
    max-width: 510px;
    font-size: 0.9em;
    line-height: 30px;
    padding-right: 0;
}

.cobb-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
    padding: 0 0 140px;
    margin-top: -40px;
}

.cobb-blog-card {
    background-color: #fff;
    border: 1px solid rgba(31, 31, 57, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(31, 31, 57, 0.08);
}

.cobb-blog-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 330px;
    background: linear-gradient(180deg, #FFF0E9 0%, #fff 100%);
    overflow: hidden;
}

.cobb-blog-image img {
    max-height: 300px;
    max-width: 82%;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(31, 31, 57, 0.18));
}

.cobb-blog-content {
    padding: 34px;
}

.cobb-blog-meta,
.cobb-blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: rgba(31, 31, 57, 0.48);
    font-size: 0.78em;
    font-weight: 800;
    margin-bottom: 18px;
}

.cobb-blog-card h3 {
    font-size: 1.25em;
    line-height: 1.22;
    margin-bottom: 16px;
}

.cobb-blog-card h3 a,
.cobb-blog-link {
    color: #1F1F39;
    text-decoration: none;
}

.cobb-blog-card p {
    color: rgba(31, 31, 57, 0.58);
    font-size: 0.9em;
    line-height: 28px;
    margin-bottom: 24px;
}

.cobb-blog-link {
    color: #0E7DFF;
    font-size: 0.86em;
    font-weight: 900;
}

.cobb-blog-detail {
    padding: 90px 0 130px;
}

.blog-details .page-head h1 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
    font-size: 4.4em;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.cobb-blog-detail-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 520px;
    background: linear-gradient(180deg, #FFF0E9 0%, #fff 100%);
    border-radius: 24px;
    margin-bottom: 44px;
    overflow: hidden;
}

.cobb-blog-detail-image img {
    max-height: 480px;
    max-width: 78%;
    object-fit: contain;
    filter: drop-shadow(0 28px 44px rgba(31, 31, 57, 0.18));
}

.cobb-blog-detail-body p {
    color: rgba(31, 31, 57, 0.72);
    font-size: 1.05em;
    line-height: 34px;
    margin-bottom: 28px;
}

.cobb-blog-detail-actions {
    margin-top: 50px;
}

@media screen and (max-width: 1199px) {
    .cobb-home .banner-carousel.cobb-screens {
        gap: 20px;
    }

    .cobb-home .banner-carousel.cobb-screens .shot-xl {
        width: 210px;
    }

    .cobb-home .banner-carousel.cobb-screens .shot-md {
        width: 180px;
    }

    .cobb-home .banner-carousel.cobb-screens .shot-sm {
        width: 170px;
    }

    .cobb-home .how-it-works .work-center-img img {
        width: 220px;
    }
}

@media screen and (max-width: 991px) {
    .cobb-home .banner-section h1 {
        font-size: 4em;
    }

    .cobb-home .banner-carousel.cobb-screens {
        justify-content: flex-start;
        overflow-x: auto;
        width: 100%;
        min-width: 0;
        padding: 0 25px 30px;
        transform: none;
        scrollbar-width: none;
    }

    .cobb-home .banner-carousel.cobb-screens::-webkit-scrollbar {
        display: none;
    }

    .cobb-home .banner-carousel.cobb-screens .shot-xl,
    .cobb-home .banner-carousel.cobb-screens .shot-md,
    .cobb-home .banner-carousel.cobb-screens .shot-sm {
        width: 220px;
        margin-top: 0;
    }

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

    .cobb-home .features .feature-content,
    .cobb-home .features .boost-productivity {
        margin-top: 90px;
    }

    .cobb-home .features .feature-content .feature-info {
        padding: 40px 20px 0;
    }

    .cobb-home .try-onir .try-onir-img {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .cobb-home .clinical-review-panel {
        grid-template-columns: 1fr;
        padding: 60px 50px;
        gap: 40px;
    }

    .cobb-home .clinical-review-screens {
        min-height: 360px;
    }

    .cobb-home .clinical-review-screens .review-screen-main {
        left: calc(50% - 190px);
        right: auto;
        width: 200px;
    }

    .cobb-home .clinical-review-screens .review-screen-side {
        left: calc(50% + 10px);
        right: auto;
        width: 178px;
    }

    .cobb-home .workflow-path-cards {
        grid-template-columns: 1fr;
        max-width: 540px;
    }

    .cobb-blog-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .cobb-home .banner-section h1 {
        font-size: 2.6em;
        padding-top: 70px;
    }

    .cobb-home .banner-section p {
        margin-bottom: 55px;
    }

    .cobb-home .app-download {
        gap: 18px;
    }

    .cobb-home .app-download div {
        width: 210px;
        height: 72px;
        border-radius: 16px;
    }

    .cobb-home .banner-carousel.cobb-screens .shot-xl,
    .cobb-home .banner-carousel.cobb-screens .shot-md,
    .cobb-home .banner-carousel.cobb-screens .shot-sm {
        width: 178px;
        margin-top: 0;
    }

    .cobb-home .brand-partner,
    .cobb-home .how-it-works,
    .cobb-home .features,
    .cobb-home .why-onir,
    .cobb-home .testimonial,
    .cobb-home .onir-stories {
        margin-top: 120px;
    }

    .cobb-home .clinical-logos {
        gap: 22px;
        padding: 0 25px;
        font-size: 0.8em;
    }

    .cobb-home .how-it-works .work-center-img {
        margin-top: -160px;
    }

    .cobb-home .how-it-works .work-center-img img {
        width: 190px;
    }

    .cobb-home .features .feature-content .feature-img img,
    .cobb-home .try-onir-img img {
        width: 190px;
    }

    .cobb-home .why-features-cards {
        margin-left: 0;
    }

    .brand-lockup span {
        font-size: 15px;
    }

    header .nav .logo .brand-lockup img,
    .footer .footer-start .brand-lockup img {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .cobb-home .clinical-review-panel {
        margin-top: 60px;
        padding: 46px 24px 54px;
        min-height: 0;
    }

    .cobb-home .clinical-review-copy h4 {
        font-size: 1.8em;
    }

    .cobb-home .review-metrics {
        grid-template-columns: 1fr;
    }

    .cobb-home .clinical-review-screens {
        min-height: 310px;
    }

    .cobb-home .clinical-review-screens .review-screen-main {
        width: 168px;
        left: 12%;
        top: 0;
    }

    .cobb-home .clinical-review-screens .review-screen-side {
        width: 142px;
        left: auto;
        right: 8%;
        top: 74px;
    }

    .cobb-home .workflow-path-card {
        min-height: 0;
        padding: 32px 26px;
    }

    .cobb-home .faq .qa-content {
        gap: 20px;
    }

    .cobb-home .onir-stories .stories-card .story-card img {
        height: 230px;
    }

    .cobb-home .faq .qa-content .question,
    .cobb-home .faq .qa-content .answer {
        min-height: 0;
    }

    .app-store-badge-header img {
        width: 110px;
    }

    .app-store-badge-hero img,
    .app-store-badge-subscribe img {
        width: 150px;
    }

    .cobb-home .onir-stories {
        padding-top: 130px;
    }

    .cobb-home .onir-stories .stories-card {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 340px;
        gap: 28px;
    }

    .cobb-home .onir-stories .stories-card .story-card {
        width: 100%;
        min-height: auto;
    }

    .cobb-home .faq {
        padding-top: 120px;
    }

    .cobb-home .faq-content-wrap {
        padding: 0 8px;
    }

    .cobb-home .faq .qa-content {
        display: block;
        padding: 32px 0;
    }

    .cobb-home .faq .qa-content .question {
        width: auto;
        font-size: 1em;
        margin-bottom: 14px;
    }

    .cobb-home .faq .qa-content .answer {
        max-width: none;
        font-size: 0.86em;
        line-height: 27px;
        padding-left: 34px;
    }

    .cobb-home .faq .qa-content .answer::before {
        left: 0;
        top: 4px;
    }

    .cobb-blog-grid {
        padding-bottom: 90px;
    }

    .cobb-blog-image {
        height: 260px;
    }

    .cobb-blog-image img {
        max-height: 238px;
    }

    .cobb-blog-content {
        padding: 28px;
    }

    .cobb-blog-detail {
        padding: 70px 0 100px;
    }

    .blog-details .page-head h1 {
        font-size: 2.5em;
        padding: 0 22px;
    }

    .cobb-blog-detail-image {
        min-height: 360px;
    }

    .cobb-blog-detail-image img {
        max-height: 330px;
    }
}
