@media screen and (max-width: 1199px) {
    .py-160 {
        padding-block: 120px;
    }

    .py-60 {
        padding-block: 54px;
    }
    .theme-btn {
        font-size: 16px;
        padding: 10px 22px;
    }
    .demo-btn {
        font-size: 16px;
    }

    /*  HEADER STYLE START  */
    header .navbar-brand img {
        max-width: 130px;
    }

    header .navbar-nav .nav-link {
        padding: 10px 10px !important;
    }
    /*  HEADER STYLE END  */

    /*  HERO SECTION STYLE START  */
    .hero-section h1 {
        font-size: 42px;
    }
    .hero-section .lg-text {
        font-size: 18px;
    }

    .mobile-container {
        width: 260px;
        height: 530px;
    }
    .mobile-container::before {
        width: 400px;
        height: 400px;
    }

    .mobile-container .calendar-badge {
        width: 130px;
        left: -35%;
    }
    .mobile-container .shield-badge {
        width: 130px;
        right: -35%;
    }
    /*  HERO SECTION STYLE END  */

    /*  FEATURE SECTION STYLE START  */
    .feature-section .feature-img {
        padding: 0px 20px;
    }
    /*  FEATURE SECTION STYLE END  */

    /*  STATICS SECTION STYLE START  */
    .statics-wrapper .static-wrap span {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }
    /*  STATICS SECTION STYLE END  */

    /*  STEPS SECTION STYLE START  */
    .steps-section .card {
        max-width: 300px;
    }
    .steps-section .img-wrapper {
        max-width: 300px;
        height: 200px;
    }
    .steps-section .card-1::before,
    .steps-section .card-2::before,
    .steps-section .card-3::before {
        font-size: 24px;
        width: 70px;
        height: 70px;
    }
    .steps-section .card-1::before {
        right: -35px;
    }
    .steps-section .card-2::before {
        left: -35px;
    }
    .steps-section .card-3::before {
        right: -35px;
    }

    .steps-section .card-1::after,
    .steps-section .card-2::after,
    .steps-section .card-3::after {
        width: 86px;
        height: 86px;
    }
    .steps-section .card-1::after {
        right: -43px;
    }
    .steps-section .card-2::after {
        left: -43px;
    }
    .steps-section .card-3::after {
        right: -43px;
    }
    /*  STEPS SECTION STYLE END  */


    /*  APP PREVIEW SECTION STYLE START  */
    .swiper-slide {
        width: 270px;
    }
    /*  APP PREVIEW SECTION STYLE END  */

    /*  TESTIMONIAL SECTION STYLE START  */
    .testimonial-section .other-clients .img-1 {
        left: 12%;
    }
    .testimonial-section .other-clients .img-3 {
        left: 16%;
    }
    .testimonial-section .other-clients .img-4 {
        right: 11%;
    }

    .testimonial-section .other-clients .img-6 {
        right: 20%;
    }
    /*  TESTIMONIAL SECTION STYLE END  */

}

@media screen and (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }

    .py-160 {
        padding-block: 100px;
    }

    .py-120 {
        padding-block: 100px;
    }

    .py-100 {
        padding-block: 80px;
    }

    .py-80 {
        padding-block: 70px;
    }

    .py-60 {
        padding-block: 48px;
    }

    .py-40 {
        padding-block: 36px;
    }
    .subtitle {
        font-size: 17px;
    }

    /*  HEADER STYLE START   */
    header .navbar-nav .nav-link {
       padding-left: 0 !important;
    }
    header .navbar-nav .nav-item:first-child .nav-link {
        padding-top: 0 !important;
    }

    /*  HEADER STYLE END   */

    /*  HERO SECTION STYLE START  */
    .hero-section h1 {
        font-size: 38px;
    }
    /*  HERO SECTION STYLE END  */

    /*  FEATURE SECTION STYLE START  */
    .feature-section .card .icon-wrapper {
        font-size: 24px;
        width: 70px;
        height: 70px;
    }
    .feature-section .feature-img {
        max-height: 450px;
        padding: unset;
    }
    /*  FEATURE SECTION STYLE END  */

    /*  APP PREVIEW SECTION STYLE START  */
    .swiper-slide {
        width: 230px;
    }
    /*  APP PREVIEW SECTION STYLE END  */

    /*  STEPS SECTION STYLE START  */
    .steps-section .wrap.light {
        padding: 40px 20px;
        border-radius: 30px;
    }
    .steps-section .wrap.light .row:not(:last-child) {
        margin-bottom: 40px;
    }
    .steps-section .col-lg-6 {
        height: unset;
    }
    .steps-section .card-1,
    .steps-section .card-2,
    .steps-section .card-3 {
        display: block;
    }
    .steps-section .card.right {
        align-items: center;
        text-align: center;
    }
    .steps-section .card.left {
        align-items: center;
        text-align: center;
    }
    .steps-section .img-wrapper {
        max-width: 360px;
        height: 240px;
        border-radius: 16px;
        margin-bottom: 24px;
    }
    .steps-section .card {
        max-width: 330px;
        gap: 10px;
    }
    .steps-section .card-1::before,
    .steps-section .card-2::before,
    .steps-section .card-3::before {
        content: unset;
    }
    .steps-section .card-1::after,
    .steps-section .card-2::after,
    .steps-section .card-3::after {
        content: unset;
    }
    .steps-section .col-lg-6:has(.card.right)::before,
    .steps-section .col-lg-6:has(.card.left)::before {
        content: unset;
    }
    .steps-section .col-lg-6:has(.card-1)::after {
        content: unset;
    }
    /*  STEPS SECTION STYLE END  */

    /*  TESTIMONIAL SECTION STYLE START  */
    .testimonial-section .other-clients .img-1 {
        width: 60px;
        height: 60px;
        top: -20px;
        left: 7%;
    }
    .testimonial-section .other-clients .img-2 {
        width: 80px;
        height: 80px;
    }
    .testimonial-section .other-clients .img-3 {
        width: 70px;
        height: 70px;
        left: 12%;
    }
    .testimonial-section .other-clients .img-4 {
        width: 70px;
        height: 70px;
        top: -20px;
        right: 5%;
    }
    .testimonial-section .other-clients .img-5 {
        width: 80px;
        height: 80px;
    }
    .testimonial-section .other-clients .img-6 {
        width: 60px;
        height: 60px;
    }
    /*  TESTIMONIAL SECTION STYLE END  */

}

@media screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 60px;
    }

    .py-160 {
        padding-block: 70px;
    }

    .py-120 {
        padding-block: 80px;
    }

    .py-100 {
        padding-block: 60px;
    }

    .py-80 {
        padding-block: 60px;
    }

    .py-60 {
        padding-block: 42px;
    }

    .py-40 {
        padding-block: 32px;
    }

    .p-48 {
        padding: 24px;
    }
    .subtitle {
        font-size: 16px;
    }

    /*  HERO SECTION STYLE START  */
    .hero-section h1 {
        font-size: 30px;
    }
    .hero-section .lg-text {
        font-size: 17px;
    }
    .mobile-container {
        width: 230px;
        height: 470px;
    }
    .mobile-container::before {
        width: 330px;
        height: 330px;
    }
    .mobile-container .calendar-badge {
        width: 110px;
        left: -33%;
    }
    .mobile-container .shield-badge {
        width: 110px;
        right: -33%;
    }
    /*  HERO SECTION STYLE END  */

    /*  FEATURE SECTION STYLE START  */
    .feature-section .wrap.light {
        padding-block: 40px;
        margin-top: 40px;
    }
    .feature-section .card {
        margin: auto;
    }
    .feature-section .card:not(:last-child) {
        margin-bottom: 40px;
    }
    .feature-section .card.right {
        float: unset;
        align-items: center;
        text-align: center;
    }
    .feature-section .card.left {
        float: unset;
        align-items: center;
        text-align: center;
    }
    .feature-section .feature-img {
        margin-top: unset;
    }
    /*  FEATURE SECTION STYLE END  */

    /*  STATICS SECTION STYLE START  */
    .statics-section .read-more-btn {
        font-size: 16px;
    }
    /*  STATICS SECTION STYLE END  */

    /*  STEPS SECTION STYLE START  */
    .steps-section .img-wrapper {
        height: 220px;
    }
    .steps-section .card p {
        font-size: 16px;
    }
    /*  STEPS SECTION STYLE END  */

    /*  APP PREVIEW SECTION STYLE START  */
    .swiper-slide {
        width: 170px;
    }
    .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        margin: 0 3px !important;
    }
    /*  APP PREVIEW SECTION STYLE END  */


    /*  TESTIMONIAL SECTION STYLE START  */
    .testimonial-section .card .main-text {
        font-size: 17px;
    }
    .testimonial-section .card .img-wrapper {
        width: 100px;
        height: 100px;
    }
    .testimonial-section .owl-dots .owl-dot span {
        width: 13px !important;
        height: 13px !important;
        margin: 4px 4px;
    }
    /*  TESTIMONIAL SECTION STYLE END  */


}

@media screen and (max-width: 575px) {

    .mb-100 {
        margin-bottom: 40px;
    }

    .py-160 {
        padding-block: 50px;
    }

    .py-120 {
        padding-block: 60px;
    }

    .py-100 {
        padding-block: 50px;
    }

    .py-80 {
        padding-block: 48px;
    }

    .py-60 {
        padding-block: 36px;
    }

    .py-40 {
        padding-block: 24px;
    }

    .p-48 {
        padding: 16px;
    }

    h1.lg-heading {
        font-size: 26px;
    }
    .subtitle {
        font-size: 15px;
    }

    .theme-btn {
        font-size: 14px;
        padding: 8px 18px;
    }
    .play-btn {
        gap: 12px;
    }
    .play-btn span {
        width: 40px;
        height: 40px;
    }
    .play-btn span::before {
        width: 60px;
        height: 60px;
    }
    .play-btn p {
        font-size: 15px;
    }


    /*  HEADER STYLE START  */
    header .theme-btn {
        font-size: 14px;
        padding: 8px 18px;
    }
    header .navbar-brand img {
        max-width: 120px;
    }
    header .navbar-toggler {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    header .offcanvas-header,
    header .offcanvas-body {
        padding: 20px;
    }
    /*  HEADER STYLE END  */

    /*  HERO SECTION STYLE START  */
    .hero-section h1 {
        font-size: 25px;
    }
    .hero-section .lg-text {
        font-size: 16px;
    }
    .multi-users p {
        font-size: 14px;
    }
    .multi-users ul li:not(:first-child) {
        margin-left: -13px;
    }
    .multi-users ul li img {
        width: 40px;
        height: 40px;
    }

    .mobile-container {
        width: 200px;
        height: 410px;
    }
    .mobile-container::before {
        width: 290px;
        height: 290px;
    }
    .mobile-container .calendar-badge {
        width: 95px;
    }
    .mobile-container .shield-badge {
        width: 95px;
    }
    /*  HERO SECTION STYLE END  */

    /*  TRADEMARK SECTION STYLE START  */
    .trademark-section .logo-wrapper {
        border-radius: 16px;
    }
    .trademark-section .logo-wrapper img {
        height: 100px;
    }
    /*  TRADEMARK SECTION STYLE END  */

    /*  FEATURE SECTION STYLE START  */
    .feature-section .card:not(:last-child) {
        margin-bottom: 30px;
    }
    .feature-section .card .icon-wrapper {
        font-size: 22px;
        width: 60px;
        height: 60px;
    }
    .feature-section .card p {
        font-size: 15px;
    }
    .feature-section .feature-img {
        max-height: 350px;
    }
    /*  FEATURE SECTION STYLE END  */

    /*  STATICS SECTION STYLE START  */
    .statics-wrapper {
        gap: 16px;
    }
    .statics-wrapper .static-wrap {
        gap: 8px;
        padding: 16px;
    }
    .statics-wrapper .static-wrap span {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .statics-wrapper .static-wrap h1 {
        font-size: 24px;
    }
    .statics-wrapper .static-wrap p {
        font-size: 14px;
    }
    .statics-wrapper .read-more-btn {
        font-size: 15px;
    }
    /*  STATICS SECTION STYLE END  */

    /*  STEPS SECTION STYLE START  */
    .steps-section .wrap.light {
        padding: 30px 14px;
        border-radius: 16px;
    }
    .steps-section .img-wrapper {
        height: 200px;
    }
    .steps-section .card p {
        font-size: 15px;
    }
    /*  STEPS SECTION STYLE END  */

    /*  APP PREVIEW SECTION STYLE START  */
    .swiper-slide {
        width: 130px;
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    /*  APP PREVIEW SECTION STYLE END  */

    /*  TESTIMONIAL SECTION STYLE START  */
    .testimonial-section .card .star-icon {
        margin-bottom: 10px;
    }
    .testimonial-section .card .star-icon i {
        font-size: 18px;
    }
    .testimonial-section .card .main-text {
        font-size: 15px;
    }
    .testimonial-section .card .img-wrapper {
        width: 80px;
        height: 80px;
        margin-top: 18px;
    }
    .testimonial-section .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }
    .testimonial-section .owl-dots .owl-dot span {
        width: 11px !important;
        height: 11px !important;
        background-color: rgba(255, 231, 226, 1) !important;
    }
    .testimonial-section .owl-dots .owl-dot.active span {
        background-color: var(--primary-color) !important;
    }
    /*  TESTIMONIAL SECTION STYLE END  */


    /*  FAQ SECTION STYLE START  */
    .faq-section .accordion-button,
    .faq-section .accordion-button:not(.collapsed) {
        font-size: 16px;
        padding: 20px 24px;
        gap: 14px;
    }
    .faq-section .accordion-item .accordion-body {
        padding: 20px 24px;
        padding-top: 0;
    }
    .faq-section .accordion-body p {
        font-size: 15px;
    }
    .faq-section .accordion-button::after,
    .faq-section .accordion-button:not(.collapsed)::after {
        font-size: 18px;
    }
    /*  FAQ SECTION STYLE END  */

}