:root {
    /* 60% DOMINANT COLOR - Off-white for a clean and spacious feel */
    --light-purple: #FAF9F6;
    --bg-white: #FAF9F6;
    --light-bg: #FAF9F6;

    /* 30% SECONDARY COLOR - Green for brand identity (logo, buttons, links) */
    --purple: #437A3B;
    --bg-purple: #437A3B;
    
    /* 10% ACCENT COLOR - Yellow for highlights and calls-to-action */
    --accent-yellow: #ECBE20;
    --slider-dots-color: #ECBE20;

    /* NEUTRAL TEXT COLORS - For optimal readability */
    --dark-purple: #1b1920; /* For headings */
    --body-text-purple: #3E3F66; /* For body text */
    --text-white: #ffffff; /* For text on dark backgrounds */
}

/* Fix for double vertical scrolling */
html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    overflow-y: visible;
}

/* ------Media-Query-Start--------- */
@media screen and (max-width:1600px) {
    
    footer .top_footer.has_bg {background-repeat: repeat-y; background-position: 0 50px;}

    .why_we_section .why_inner {margin: 0 15px;}
    .youtube-video .modal-dialog  {max-width: 1040px !important;}
}


@media screen and (max-width:1300px) {
    
    /* Desktop styles */
    
    /* Desktop features adjustments */
    .features_section .feature_detail .feature_box {width: 300px;}
    .features_section .feature_detail .left_data {padding-left: 40px;}
    .features_section .feature_detail .right_data {padding-right: 40px;}
    .features_section .feature_detail .feature_img {
        width: 250px;
        top: -50px;
    }
    
    /* Mobile features section styles */
    .mobile-features {
        background-color: var(--bg-white);
        border-radius: 30px;
        padding: 60px 0;
        margin-top: 40px;
    }
    
    .mobile-features .features-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 0 20px;
        margin-top: 40px;
    }
    
    .mobile-features .feature-card {
        background: white;
        border-radius: 15px;
        padding: 30px 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .mobile-features .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-features .feature-icon-wrapper {
        width: 70px;
        height: 70px;
        background: #f8f9fa;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }
    
    .mobile-features .feature-icon {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }
    
    .mobile-features .feature-card h3 {
        font-family: 'Ubuntu', sans-serif;
        font-weight: 600;
        color: var(--dark-purple);
        font-size: 18px;
        margin-bottom: 12px;
        text-align: center;
    }
    
    .mobile-features .feature-card p {
        font-family: 'Ubuntu Sans', sans-serif;
        color: var(--body-text-purple);
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 0;
        text-align: center;
    }
    
    .mobile-features .feature-image-mobile {
        margin-top: 50px;
        text-align: center;
    }
    
    .mobile-features .feature-image-mobile img {
        max-width: 80%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    /* Banner section - adjust layout for rewards text and app buttons */
    .banner_section .banner_text {
        margin-top: -30px;
    }
}


@media screen and (max-width:1200px) {

    .row_am {padding: 50px 0;}

    /* navigation bar section */
    .navbar-expand-lg .navbar-nav .nav-link {padding: 5px 8px;}
    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {padding: 9px 30px;}
    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {right: 5px;}
    .banner_section .banner_slider .right_icon {right: -30px;}

    /* Tablet styles */
    
    /* Adjust mobile features for tablet */
    .mobile-features .features-container {
        grid-template-columns: 1fr 1fr;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .mobile-features .feature-card {
        padding: 25px 20px;
    }
    
    .mobile-features .feature-icon-wrapper {
        width: 65px;
        height: 65px;
    }
    
    .mobile-features .feature-icon {
        width: 32px;
        height: 32px;
    }
    
    .mobile-features .feature-card h3 {
        font-size: 16px;
    }
    
    .mobile-features .feature-card p {
        font-size: 13px;
    }
    .features_section .feature_detail .feature_box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .features_section .feature_detail .left_data,
    .features_section .feature_detail .right_data {
        padding: 0 30px;
        text-align: center;
    }
    .features_section .feature_detail .feature_img {
        position: relative;
        top: -80px;
        margin-bottom: -60px;
        width: 200px;
    }
    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 30px;
        align-items: center;
    }

    /* about app section */
    .about_app_section .about_text .app_statstic li {width: 210px; padding-left: 20px;}
    .about_app_section .about_text .app_statstic li p:first-child {font-size: 30px;}

    /* modern ui section */
    .modern_ui_section .ui_images::before {width: 475px; height: 475px;}
    .modern_ui_section .ui_images .right_img img:nth-child(1) {margin-left: -60px;}
    .modern_ui_section .ui_images .right_img img:nth-child(2) {margin-left: -140px;}

    /* download app section */
    .free_app_section .container .free_app_inner .free_img img {transform: scale(.8);}
    .free_app_section .container .free_app_inner .free_img img:last-child {margin-left: -120px;}
    .free_app_section .container .free_app_inner .free_img {margin-top: -180px;}

    /* newsletter section */
    .newsletter_box .section_title {width: 60%;}
    .newsletter_box .section_title h2 {font-size: 24px; letter-spacing: 1px;}
    .newsletter_box form .form-group .form-control {width: 250px;}

    .youtube-video .modal-dialog  {max-width: 940px !important;}

    .app_solution_section .app_images ul li:nth-child(2) {width: 45%; left: 0;}
    .app_solution_section .app_images ul li:nth-child(3) {width: 50%; right: 0;}

    .experts_team_section .experts_box .text span {min-height: 50px; display: block; margin-bottom: 10px;}

    .review_list_section .review_box h3 {font-size: 16px;}
    .review_list_section .review_box p {font-size: 14px;}
    .review_list_section .review_box .reviewer .text span {font-size: 14px;}

    .contact_page_section .contact_inner {margin-top: -120px;}
    .contact_page_section .contact_inner .contact_form {width: 520px; padding: 50px 30px;}
    .contact_page_section .contact_inner .contact_info {width: 350px;}
    .contact_page_section .contact_inner .section_title h2 {font-size: 34px;}

    .bred_crumb {min-height: 400px;}
    .bred_crumb::after {background-size: 100%; height: 110px;} 

    .blog_detail_section .blog_inner_pannel {margin-top: -100px; padding: 30px;}


}

@media screen and (max-width:992px) {

    /* navigation section */
    .navbar-toggler-icon {display: flex; align-items: center; color: var(--body-text-purple); justify-content: flex-end;}
    .white_header .toggle-bar {color: var(--text-white);}
    .free_app_section .container .free_app_inner .free_text .section_title h2 , .section_title h2 {font-size: 30px;}
    
    /* How it works images - tablet */
    .how_it_works .step_block ul li .step_img {
        width: 300px;
    }
    .how_it_works .step_block ul li .step_img img {
        border-radius: 12px;
    }
    
    /* Banner section - stack elements on medium screens */
    .banner_section .banner_text {
        margin-top: 0;
    }
    .banner_section .used_app {
        justify-content: center;
    }
    
    /* The Problem section - adjust padding for medium screens */
    .about_app_section .about_text .section_title p {
        padding: 0 10vw;
    }
    header.fix_style {padding: 5px 0;}

    .white_header .navbar-collapse {position: absolute; top: 110%; width: 100%;}

    .white_header .navbar-expand-lg .navbar-nav .nav-link, .white_header .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {color: var(--body-text-purple);}
    .white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn {background-color: var(--bg-purple); color: var(--text-white);}

    .banner_section {text-align: center;}
    .banner_section .app_btn , .banner_section .used_app {justify-content: center;}

     /* navigation section */
    .navbar-expand-lg .navbar-nav {align-items: flex-start;}
    .navbar-toggler {padding-right: 0; line-height: 1.7;}
    .navbar-expand-lg .navbar-nav {padding: 20px 15px; background-color: var(--bg-white); border-radius: 15px; box-shadow: 0 4px 10px #EDE9FE;}
    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {margin-left: 0; margin-top: 15px;}
    .navbar-expand-lg .navbar-nav .has_dropdown {flex-direction: column; align-items: flex-start; width: 100%; box-shadow: none;}
    .navbar-expand-lg .navbar-nav .has_dropdown:hover {box-shadow: none;}
    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {position: absolute; right: 0; padding: 0 10px;}
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {position: relative; opacity: 1; pointer-events: all; top: auto; background-color: transparent; width: 100%; border-bottom: 1px solid #6b49f268; border-radius: 0; width: 100%; min-width: 100%; max-width: 100%; margin-left: 10px; display: none; box-shadow: none; margin-top: 0;}
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {padding: 0; margin-top: 0;}
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {padding: 5px 10px; display: block; padding-left: 0;}
    .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {margin-top: 0;}

    /* banner section */
    .banner_section .banner_text h1 {font-size: 40px;}
    .banner_section .banner_slider {margin-top: 50px;}
    .banner_section .banner_slider .left_icon {left: 0;}
    .banner_section .banner_slider .right_icon {right: 0;}

    /* features section */
    /* Mobile Features Section */
    #mobile-features {
        padding: 70px 0;
        background: #f8f9fe;
        position: relative;
        overflow: hidden;
    }
    
    #mobile-features .section_title h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }
    
    #mobile-features .lead {
        color: #6c757d;
        font-size: 1.1rem;
        max-width: 700px;
        margin: 0 auto 2rem;
    }
    
    /* Mobile Features Section */
    #mobile-features {
        padding: 60px 0;
        position: relative;
        background-color: #faf9f6;
    }
    
    #mobile-features .section_title h2 {
        margin-bottom: 1rem;
        font-size: 1.75rem;
        line-height: 1.3;
        font-family: 'Ubuntu', sans-serif;
    }
    
    #mobile-features .section_title p {
        font-family: 'Ubuntu Sans', sans-serif;
        color: #3E3F66;
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto 3rem;
    }
    
    #mobile-features .bg-white {
        border-radius: 12px;
        transition: all 0.3s ease;
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
        height: 100%;
        padding: 2.5rem !important;
    }
    
    #mobile-features .bg-white:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05) !important;
    }
    
    #mobile-features img {
        width: 56px;
        height: 56px;
        margin: 0 auto 1.5rem;
        display: block;
    }
    
    #mobile-features h3 {
        margin-bottom: 1rem;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 600;
        color: #1b1920;
        font-size: 1.25rem;
    }
    
    #mobile-features p {
        font-family: 'Ubuntu Sans', sans-serif;
        color: #3E3F66;
        line-height: 1.7;
        margin-bottom: 0;
        font-size: 1.05rem;
    }
    
    /* Responsive adjustments */
    @media (max-width: 991.98px) {
        #mobile-features {
            padding: 50px 0;
        }
        
        #mobile-features .section_title h2 {
            font-size: 1.75rem !important;
            padding: 0 1rem;
        }
        
        #mobile-features .section_title p {
            font-size: 1.1rem !important;
            padding: 0 1rem;
        }
    }
    
    @media (max-width: 767.98px) {
        #mobile-features {
            padding: 40px 0;
        }
        
        #mobile-features .section_title h2 {
            font-size: 1.5rem !important;
            line-height: 1.3;
            margin-bottom: 0.75rem;
        }
        
        #mobile-features .section_title p {
            font-size: 1rem !important;
            margin-bottom: 2rem;
        }
        
        #mobile-features .col-12 {
            padding: 0 15px;
            margin-bottom: 1.25rem;
        }
        
        #mobile-features .bg-white {
            padding: 2rem 1.5rem !important;
        }
        
        #mobile-features img {
            width: 48px;
            height: 48px;
            margin-bottom: 1.25rem;
        }
        
        #mobile-features h3 {
            font-size: 1.15rem;
            margin-bottom: 0.75rem;
        }
        
        #mobile-features p {
            font-size: 0.95rem;
            line-height: 1.6;
        }
    }
    
    .mobile-features .features-container {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .mobile-features .feature-card {
        margin-bottom: 20px;
    }
    
    .mobile-features .feature-icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .mobile-features .feature-icon {
        width: 28px;
        height: 28px;
    }
    
    .mobile-features .feature-card h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .mobile-features .feature-card p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .mobile-features .feature-image-mobile {
        margin-top: 30px;
    }
    
    .mobile-features .feature-image-mobile img {
        max-width: 70%;
    }
    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 25px;
    }
    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
    }

    /* about app section */
    .about_app_section .row {flex-direction: column-reverse;}
    .about_app_section .about_img {justify-content: flex-start; margin-top: 75px; margin-left: 0;}
    .about_app_section .about_img::before {left: 50%;}
    .about_app_section .about_img .screen_img {margin-left: -170px;}
    .about_app_section .about_text .app_statstic {justify-content: flex-start;}
    .about_app_section .about_text .app_statstic li {width: 35%; margin-right: 30px;}
    .about_app_section .about_img::before {left: 35%;}
    
    /* modern ui section */
    .modern_ui_section .ui_images {margin-top: 30px;}
    .modern_ui_section .ui_text {padding-right: 0;}
    .modern_ui_section .ui_images .right_img {display: flex; flex-direction: column; align-items: center;}
    
    /* Remove background curve for mobile solution section */
    .modern_ui_section.mobile-only .ui_images::before {
        display: none;
    }

    /* how it work section */
    .how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img {width: 280px;}
    .how_it_works .yt_video .thumbnil a {top: 57%;}
    .how_it_works .yt_video .thumbnil a span {font-size: 20px;}
    
    /* testimonial section */
    #testimonial_slider {max-width: 500px;}

    /* pricing section */
    .pricing_section .pricing_pannel .pricing_block {padding-left: 15px; padding-right: 15px; min-height: 600px; padding-top: 30px;}
    .pricing_section .pricing_pannel .pricing_block .price {font-size: 36px;}
    .pricing_section .pricing_pannel .pricing_block .benifits li p {font-size: 14px;}

    /* interface section */
    .interface_section .screen_slider {min-height: 550px;}

    /* download app section */
    .free_app_section .container .free_app_inner {padding: 20px 15px;}
    .free_app_section .container .free_app_inner .free_img img {transform: scale(.7);}
    .free_app_section .container .free_app_inner .free_img img:last-child {margin-left: -180px;}
    .free_app_section .container .free_app_inner .free_text .app_btn li a {padding: 10px 20px;}

    /* latest story section */
    .latest_story {margin-bottom: 40px;}
    .latest_story .story_box .story_text {padding: 15px;}

    /* newsletter section */
    .newsletter_box {flex-direction: column; padding: 30px 20px;}
    .newsletter_box .section_title , .newsletter_box form {width: 100%; margin: 10px 0; justify-content: center;}
    .newsletter_box form .form-group .form-control {width: 350px;}
    .newsletter_box .section_title h2, .newsletter_box .section_title p {text-align: center;}

    /* footer section */
    footer .top_footer .logo , footer h3 {margin-bottom: 20px;}
    footer .abt_side {margin-bottom: 50px;}
    footer .top_footer .try_out {margin-left: 0;}
    footer .top_footer .col-md-6 {margin-bottom: 15px;}
    footer .top_footer.has_bg {background-position: center;}

    /* Bred Crumb */
    .bred_crumb {min-height: 350px;}
    .bred_crumb .bred_text h1 {font-size: 30px;}
    .bred_crumb::after {background-size: 100%; height: 90px; bottom: -5px;}
    .bred_crumb .bred_text .search_bar form .form-group {height: 50px;}
    .bred_crumb .bred_text .search_bar form .form-group .btn {width: 46px; height: 46px; line-height: 46px;}

    .bred_crumb .banner_shape3 { top: 240px;   animation: mymove 3s infinite; }
    

    .app_solution_section .app_images {margin-top: 30px;}
    .app_solution_section .app_images ul li:nth-child(2) {text-align: right;}
    .app_solution_section .app_text p {padding-right: 0;}
    .app_solution_section .app_text .section_title {text-align: center;}
    .app_solution_section .app_images {margin-top: 70px;}
    .app_solution_section .app_images::before {width: 350px; height: 350px;}

    .why_we_section .why_inner {padding: 35px 0; padding-bottom: 0px;}
    .why_we_section .why_inner .why_box {margin-bottom: 50px; text-align: center;} 
    .why_we_section .why_inner .why_box .icon {margin-bottom: 30px;}
    

    .experts_team_section .experts_box .text span {min-height: auto;}
    .query_inner .white_btn {font-size: 14px;}

    
    .blog_list_main .blog_text {margin-top: 30px;}
    .blog_detail_section .blog_inner_pannel {margin-top: -100px; padding: 30px;}
    .blog_detail_section .blog_inner_pannel .info ul {padding-left: 30px;}
    .comment_section ul li .comment { width: calc(100% - 280px); margin-left: 20px;}
    .blog_detail_section .blog_inner_pannel .quote_block {padding: 55px 30px 35px 30px;}

    .contact_page_section .contact_inner {flex-direction: column; margin-top: 60px;}
    .contact_page_section .contact_inner .contact_form {width: 100%;}
    .contact_page_section .contact_inner .contact_info {width: 100%; margin-top: 50px;}
    

}

@media screen and (max-width:767px) {

    body {font-size: 14px; text-align: center;}
    .row_am {padding: 30px 0;}
    .section_title p br {display: none;}
    .free_app_section .container .free_app_inner .free_text .section_title h2, .section_title h2 {font-size: 24px;}
    
    /* How it works images - mobile */
    .how_it_works .step_block ul li .step_img img {
        border-radius: 10px;
        max-width: 90%;
        margin: 0 auto;
        display: block;
    }
    
    /* Banner section - improve mobile layout */
    .banner_section .used_app {
        justify-content: center;
        margin: 15px auto;
    }
    
    /* The Problem section - improve padding on mobile */
    .about_app_section .about_text .section_title h2 {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .about_app_section .about_text .section_title p {
        padding: 0 5vw !important;
    }

    /* navbar section */
    .navbar {padding-top: 15px;}
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {text-align: left; line-height: 1.5; font-size: 14px;}

    /* banner section */
    .banner_section {margin-top: -60px; padding: 50px 0 40px;}
    .banner_section .banner_text {text-align: center; margin-bottom: 30px; margin-top: 20px;}
    .banner_section .banner_text h1 {
        font-size: 32px !important; 
        line-height: 1.3;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .banner_section .banner_text p {
        font-size: 16px !important;
        line-height: 1.5;
        margin-bottom: 25px;
        padding: 0 15px;
    }
    
    /* Download buttons mobile optimization */
    .banner_section .download-buttons {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        margin: 25px 0 !important;
        flex-wrap: nowrap !important;
    }
    
    .banner_section .download-btn {
        width: 140px !important;
        height: 42px !important;
        flex-shrink: 0;
    }
    
    .banner_section .download-btn img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
    
    /* Used app section */
    .banner_section .used_app {
        justify-content: center !important;
        margin: 30px auto 0 !important;
        text-align: center;
    }
    
    .banner_section .used_app .small_images {
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .banner_section .used_app p {
        font-size: 14px !important;
        margin: 0;
    }
    
    /* Mobile mockup */
    .banner_section .mobile_mockup_wrap {
        text-align: center;
        margin-top: 40px;
    }
    
    .banner_section .mobile_mockup_wrap img {
        max-width: 380px !important;
        width: 100%;
        margin-top: 8px !important;
        height: auto;
    }

    /* trusted logo section */
    .trusted_section .company_logos {padding-top: 0;}
    .trusted_section .company_logos img {max-width: 70%;}

    /* features section */
    .features_section .feature_detail {
        flex-direction: column;
        padding: 60px 15px 30px;
        margin-top: 30px;
        text-align: center;
    }
    .features_section .feature_detail .feature_img {
        width: 60%;
        max-width: 220px;
        margin: -100px auto 20px;
        position: relative;
        top: 0;
        transform: none;
        left: auto;
    }
    .features_section .feature_detail .feature_box {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .features_section .feature_detail .left_data,
    .features_section .feature_detail .right_data {
        padding: 0;
        width: 100%;
    }
    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0; 
        margin-top: 25px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* Mobile feature icons - simplified targeting */
    .feature-icon,
    .features_section .icon img {
        width: 55px !important;
        height: 55px !important;
        object-fit: contain !important;
        object-position: center !important;
    }
    
    .features_section .icon {
        width: 55px !important;
        height: 55px !important;
        margin: 0 auto 10px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .features_section .feature_detail .feature_box .data_block .text {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }
    .features_section .feature_detail .feature_box .data_block .text h4 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .features_section .feature_detail .feature_box .data_block .text p {
        font-size: 14px;
        line-height: 1.4;
    }

    /* about app section */
    .about_app_section .about_text , .about_app_section .about_text .section_title {text-align: center;}
    .about_app_section .about_text .app_statstic {margin-top: 0; justify-content: space-between;}
    .about_app_section .about_text .app_statstic li {width: 48%; margin-right: 0;}
    .about_app_section .about_text .app_statstic li p:first-child {font-size: 18px;}
    .about_app_section .about_img {margin: 0; margin-top: 50px; justify-content: center;}
    .about_app_section .about_img::before {width: 350px; height: 350px;}

    /* modern ui section */
    .modern_ui_section .ui_images {margin-top: 10px;}
    .modern_ui_section .section_title {text-align: center;}
    .modern_ui_section .design_block li {padding-left: 0; margin-bottom: 30px;}
    .modern_ui_section .design_block li::before {position: relative; left: auto; top: auto; display: inline-block;}

    .modern_ui_section .ui_images img {max-width: 100%;}
    .modern_ui_section .ui_images::before {width: 350px; height: 350px;}
    
    /* Remove the background curve for mobile solution section */
    .modern_ui_section.mobile-only .ui_images::before {
        display: none;
    }
    
    /* Ensure mobile solution image has clean positioning */
    .mobile-solution-image {
        position: relative;
        z-index: 1;
    }
    
    .mobile-solution-image::before {
        display: none !important;
    }
    .modern_ui_section .ui_images .left_img {width: 70%;}
    .modern_ui_section .ui_images .right_img {justify-content: center;}
    .modern_ui_section .ui_images .right_img img:nth-child(1) {top: 0; width: 100px;}
    .modern_ui_section .ui_images .right_img img:nth-child(3) {margin-top: 0;}

    /* how it work section */
    .how_it_works .how_it_inner {padding: 50px 15px;}
    .how_it_works .step_block ul {padding-top: 30px;}
    .how_it_works .step_block ul li , .how_it_works .step_block ul li:nth-child(2) {flex-direction: column; padding-left: 30px;}
    .how_it_works .step_block ul li .step_text h4 {font-size: 18px;}
    .how_it_works .step_block ul li::before {left: 0; transform: none; height: calc(100% + 10px); top: 40px;}
    .how_it_works .step_block ul li:first-child::before {height: calc(100% + 50px);}
    .how_it_works .step_block ul li:first-child::after {left: -5px; transform: none; display: none;}
    .how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img ,
    .how_it_works .step_block ul li:nth-child(2) .step_text, .how_it_works .step_block ul li:nth-child(2) .step_img {text-align: center;}
    .how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img {width: 100%;}
    .how_it_works .step_block ul li .step_number {position: absolute; top: -5px; left: -23px; width: 50px; height: 50px;}
    .how_it_works .step_block ul li:last-child::before {opacity: 0;}
    .how_it_works .step_block ul li .step_number h3 {font-size: 15px; margin-bottom: 0; margin-top: -2px;}
    .how_it_works .yt_video {margin-top: -50px;}
    .how_it_works .yt_video .thumbnil {height: 300px; border-radius: 15px;}
    .how_it_works .yt_video .thumbnil img {height: 100%; object-fit: cover; object-position: center; border-radius: 15px;}
    .how_it_works .yt_video .thumbnil a {width: 100%;}
    .how_it_works .yt_video .thumbnil a .play_btn::after {width: 140px; height: 140px;}
    .how_it_works .yt_video .thumbnil a .play_btn::before {width: 120px; height: 120px;}
    .how_it_works .yt_video .thumbnil a .play_btn img {height: auto;}

    /* testimonial section */
    .testimonial_section .testimonial_block {margin: 0;}
    .testimonial_section .testimonial_block .avtar_faces {display: none;}
    .testimonial_section .testimonial_block .testimonial_slide_box {width: 100%;}

    /* pricing section */
    .pricing_section .pricing_pannel .pricing_block {min-height: auto; padding: 30px 15px;}
    .pricing_section .pricing_pannel .pricing_block .icon {margin-bottom: 15px;}
    .pricing_section .contact_text {margin-top: -20px;}

    /* faq section */
    .faq_section .faq_panel .card-header h2 {text-align: left;}
    .faq_section .faq_panel .card-header .btn {font-size: 16px; padding-right: 30px; text-align: left;}
    .faq_section .faq_panel .card-body p {text-align: left;}

    .faq_section .faq_panel .card-header h2 {text-align: left;}
    .faq_section .faq_panel .card-header .btn {font-size: 16px; padding-right: 30px; text-align: left;}
    .faq_section .faq_panel .card-body p {text-align: left;}

    .interface_section .owl-item .screen_frame_img img {transform: scale(1);}

    /* download section */
    .free_app_section .container .free_app_inner {padding: 50px 15px; padding-bottom: 0; z-index: 99;}
    .free_app_section .container .free_app_inner .free_img {margin-top: 0; justify-content: center;}
    .free_app_section .container .free_app_inner .free_img img {max-width: 100%;}
    .free_app_section .container .free_app_inner .free_text .section_title {text-align: center;}
    .free_app_section .container .free_app_inner .free_text .app_btn {flex-direction: column;}
    .free_app_section .container .free_app_inner .free_text .app_btn li a {width: 200px; text-align: center;}
    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {margin-left: 0; margin-top: 15px;}

    /* latest story section */
    .latest_story .story_box {margin-bottom: 30px;}

    /* newsletter section */
    .newsletter_box form {flex-direction: column; align-items: center;}
    .newsletter_box form .form-group {width: 100%;}
    .newsletter_box form .form-group .form-control {width: 100%; margin-bottom: 15px;}
    .newsletter_box .section_title p {font-size: 13px;}

    /* footer section */
    footer .links , footer .abt_side {margin-bottom: 30px;}
    footer .top_footer .social_media {justify-content: center;}
    footer .top_footer .social_media li a {margin: 0 5px;}
    footer .top_footer .try_out {margin-left: 0;}
    footer .app_btn li a {margin: 0 auto;}
    footer .bottom_footer .developer_text {text-align: center; margin-top: 10px;}
    footer .go_top {right: 10px;}
    footer .top_footer .col-md-6 {margin-bottom: 0px;}

    /* animation line section */
    .anim_line , .anim_line.dark_bg {width: 140%;}

    /* latest story section */
    .latest_story .story_box .story_img img {width: 100%;}    

    /* go top button section */
    .go_top {bottom: 30px; z-index: 999;}

    .purple_backdrop {display: none;}


    /* Bread-Crumb */
    .bred_crumb {min-height: 330px;}
    .bred_crumb .bred_text h1 {font-size: 24px;}
    .bred_crumb .bred_text .search_bar form .form-group {height: 50px;}
    .bred_crumb .bred_text .search_bar form .form-group .btn {width: 46px; height: 46px; line-height: 46px;}
    .bred_crumb .bred_text {padding: 0 15px; margin-top: 15px;}
    .bred_crumb::after {background-size: cover; height: 100px;} 



    .blog_list_main .blog_text .section_title , .blog_list_story .story_box {text-align: center;}

    .why_we_section .why_inner {padding-bottom: 10px;}

    .experts_team_section .experts_box {padding: 20px; margin-bottom: 15px;}
    .pagination_block ul li:not(:first-child , :last-child) a {width: 24px; height: 24px; line-height: 24px; margin: 0 3px; font-size: 12px;}

    .blog_detail_bredcrumb.bred_crumb .bred_text {margin-top: -10px;}
    .blog_detail_section .blog_inner_pannel {margin-top: -70px; padding: 25px 20px;}
    .blog_detail_section .blog_inner_pannel .section_title {margin-bottom: 20px;}
    .blog_detail_section .blog_inner_pannel .section_title h2 {font-size: 22px;}
    .blog_detail_section .blog_inner_pannel .info h3 {font-size: 18px;}
    .blog_detail_section .blog_inner_pannel .info ul {text-align: left; padding-left: 0;}
    .blog_detail_section .blog_inner_pannel .two_img {margin-bottom: 0;}
    .blog_detail_section .blog_inner_pannel .two_img img {margin: 10px 0;}
    .blog_detail_section .blog_inner_pannel .quote_block .q_icon {left: 50%; transform: translateX(-50%);}
    .blog_detail_section .blog_inner_pannel .quote_block {padding: 55px 20px 35px 20px;}
    .blog_detail_section .blog_inner_pannel .quote_block h2 {font-size: 18px; line-height: 1.4;}
    .blog_detail_section .blog_inner_pannel .blog_authore {flex-direction: column;}
    .blog_detail_section .blog_inner_pannel .blog_authore .authore_info {margin-bottom: 30px;}
    .blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text h3 {font-size: 18px;}

    .comment_section ul li {flex-direction: column; padding: 20px 0; text-align: left;}
    .comment_section ul li .comment {width: 100%; margin-left: 0;}
    .comment_section ul li .authore_info {width: 100%; margin-bottom: 15px;}
    .comment_section ul li.replay_comment {margin-left: 30px;}
    .comment_section ul li .authore_info .text {width: auto;}

    .comment_form_section form .form-group .form-control {height: 45px; font-size: 14px; margin-bottom: 15px;}


    .signup_form {width: calc(100% - 30px); margin: 0 15px;} 
    .signup_form form {padding: 0 20px;}
    .signup_form form .form-group .form-control {font-size: 14px; height: 50px;}
    .signup_form .or_option .google_btn {min-width: 275px; padding: 12px 10px;}
    .signup_section .back_btn {top: 15px;}
    .signup_section .top_part {padding-top: 35px; padding-bottom: 35px;}

    .review_freeapp {margin: 0 0 40px 0;}
    .review_list_section .review_box .rating ul , 
    .review_list_section .review_box .reviewer {justify-content: flex-start; text-align: center;}
    .review_list_section .review_box .reviewer .text {width: auto; text-align: left;}
    .review_list_section .review_box {text-align: left;}

    .contact_page_section .contact_inner {margin-top: 40px;}
    .contact_page_section .contact_inner .contact_form {padding: 30px 20px;}
    .contact_page_section .contact_inner .section_title h2 {font-size: 24px;}
    .contact_page_section .contact_inner .contact_form form .form-group .form-control {height: 50px; font-size: 14px;}
    .contact_page_section .contact_inner .contact_form form .term_check label {text-align: left; line-height: 1.3;}
    .contact_page_section .contact_inner .contact_form form .term_check {align-items: flex-start;}
    .contact_page_section .contact_inner .contact_info .section_title {text-align: center;}
    .contact_page_section .contact_inner .contact_info .btn {margin-bottom: 30px;}
    .contact_page_section .contact_inner .contact_info .contact_info_list li {flex-direction: column;}
    .contact_page_section .contact_inner .contact_info .contact_info_list li .img {width: 100%; margin: 0;}
    .contact_page_section .contact_inner .contact_info .contact_info_list li .text {width: 100%; margin-top: 10px;}
    
    .map_section {margin: 15px 0;}

}

@media screen and (max-width:640px) {
    .features_section .feature_detail .feature_box {
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }
    .features_section .section_title h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .features_section .section_title p {
        font-size: 16px;
        padding: 0 15px;
    }
    /* Mobile styles */
    .bred_crumb .banner_shape1, .banner_shape2, .banner_shape3 {  display: none;}
    
    /* Go to top button - mobile */
    .go_top {
        right: 15px;
        bottom: 15px;
        width: 45px;
        height: 45px;
    }
    
    .go_top:hover {
        transform: translateY(-3px);
    }
    
    .go_top svg {
        width: 18px;
        height: 18px;
    }
    .query_section .banner_shape1, .banner_shape2, .banner_shape3 {  display: none;}

}

/* Extra small devices - ensure buttons stay in line */
@media screen and (max-width: 480px) {
    .banner_section .banner_text h1 {
        font-size: 28px !important;
        line-height: 1.2;
    }
    
    .banner_section .banner_text p {
        font-size: 15px !important;
        padding: 0 10px;
    }
    
    .banner_section .download-buttons {
        gap: 12px !important;
        margin: 20px 0 !important;
    }
    
    .banner_section .download-btn {
        width: 135px !important;
        height: 40px !important;
    }
    
    .banner_section .mobile_mockup_wrap img {
        max-width: 250px;
    }
}

/* Very small devices */
@media screen and (max-width: 375px) {
    .banner_section .download-buttons {
        gap: 8px !important;
    }
    
    .banner_section .download-btn {
        width: 125px !important;
        height: 37px !important;
    }
}

/* Purpose: Remove excess top padding in the footer */
/* Shrinks the top spacing above the footer columns by ~90px */
.top_footer {
  padding-top: 10px !important;
}


.top_footer .links h3 {
  margin-top: 0 !important;
  padding-top: 10px !important;
}

/* Purpose: Adjust vertical alignment in footer */
/* Move the top-left section (email, phone number, social icons) down by 100px */
/* so it visually aligns with the other footer columns like "Useful Links" and "Help & Support" */

.top_footer .abt_side {
  padding-top: 100px !important;
}

/* Shift the middle columns ("Useful Links" and "Help & Support") down by 62px */
.top_footer .links {
  padding-top: 62px !important;
}

.top_footer .try_out {
  padding-top: 62px !important;
}

footer .links {
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
    /* Features section heading */
    .features_section .section_title {
        text-align: center;
        margin-bottom: 24px;
        padding: 0 10px;
    }
    /* Features section image */
    .features_section .feature_img {
        width: 90% !important;
        max-width: 340px;
        margin: 0 auto 28px auto !important;
        display: block;
        text-align: center;
    }
    .features_section .feature_img img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    /* Stack feature boxes vertically */
    .features_section .feature_detail {
        flex-direction: column !important;
        align-items: center !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .features_section .feature_box {
        width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .features_section .data_block {
        margin: 0 0 36px 0 !important;
        padding: 22px 12px !important;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .features_section .data_block:last-child {
        margin-bottom: 0 !important;
    }
    .features_section .icon {
        margin: 0 auto 10px auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 55px !important;
        height: 55px !important;
    }
    .features_section .icon img,
    .features_section .icon .feature-icon {
        width: 55px !important;
        height: 55px !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
    }
    .features_section .data_block .text h4 {
        font-size: 18px !important;
        margin-bottom: 6px !important;
    }
    .features_section .data_block .text p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 0 !important;
    }
}