
        * {
            font-family: "Poppins", sans-serif;
        }

        .prosarthi-hero-wrap {
            background: linear-gradient(180deg, #ffffff 0%, #E5D2FF 100%);
            min-height: 90vh;
            padding-bottom: 20px;
            overflow: hidden;
        }

        header .navbar {
            padding-top: 18px;
            padding-bottom: 18px;
            background: transparent !important;
        }


        header .navbar-nav .nav-link {
            color: #666;
            font-weight: 400;
            font-size: 16px;
            padding: 10px 16px;
            position: relative;
            transition: all 0.3s ease;
            display: inline-flex;
        }

        header .navbar-nav .nav-link.active {
            color: black;
            position: relative;
            font-weight: 500;
        }

        header .navbar-nav .nav-link::after {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #111;
            position: absolute;
            left: 50%;
            bottom: 3px;
            transform: translateX(-50%) scale(0);
            opacity: 0;
            transition: all 0.3s ease;
        }

        header .navbar-nav .nav-link.active::after,
        header .navbar-nav .nav-link:hover::after {
            transform: translateX(-50%) scale(1);
            opacity: 1;

        }

        header .navbar-nav .nav-link:hover,
        header .navbar-nav .nav-link.active {
            transform: translateY(-6px);
        }

        header .btn-getapp {
            background: #e5d2ff;
            color: #3b1974;
            padding: 12px 28px;
            border-radius: 14px;
            font-weight: 600;
            border: 1px solid rgba(59, 25, 116, 0.18);
            position: relative;
            overflow: hidden;
            transition: all 0.35s ease;
            z-index: 1;
            display: inline-flex;
            align-items: center;
            font-size: 16px;
            justify-content: center;
            width: fit-content;
        }

        header .btn-getapp::before {
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            background: #3b1974;
            top: 120%;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 50%;
            transition: 0.55s ease;
            z-index: -1;
        }

        header .btn-getapp:hover {
            color: #fff;
            transform: translateY(-4px);
            box-shadow: 0 18px 45px rgba(59, 25, 116, 0.35);
        }

        header .btn-getapp:hover::before {
            top: -70%;
        }

        .prosarthi-hero-wrap .hero-section {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .prosarthi-hero-wrap .hero-badge {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            color: #4C2A79;
            font-size: 24px;
            margin-bottom: 18px;
        }

        .prosarthi-hero-wrap .hero-badge .line {
            width: 22px;
            height: 3px;
            border-radius: 10px;
            background: #4C2A79;
        }

        .prosarthi-hero-wrap .hero-title {
            font-weight: 600;
            font-size: 54px;
            line-height: 1.05;
            color: #111;
            margin-bottom: 18px;
        }

        .prosarthi-hero-wrap .hero-desc {
            max-width: 507px;
            color: #808080;
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 28px;
        }

        .prosarthi-hero-wrap .trusted-box {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 24px;
        }

        .prosarthi-hero-wrap .avatar-group {
            display: flex;
            align-items: center;
        }

        .prosarthi-hero-wrap .avatar-group img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 3px solid #fff;
            object-fit: cover;
            margin-left: -10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }

        .prosarthi-hero-wrap .avatar-group img:first-child {
            margin-left: 0;
        }

        .prosarthi-hero-wrap .trusted-text h2 {
            margin: 0;
            font-weight: 500;
            font-size: 38px;
            color: black;
        }

        .prosarthi-hero-wrap .trusted-text p {
            margin: 0;
            font-size: 13px;
            color: #777;
        }

        .prosarthi-hero-wrap .phone-area {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 520px;
        }

        .prosarthi-hero-wrap .phone-img {
            width: 100%;
            max-width: 100%;
            border-radius: 32px;
            position: relative;
            z-index: 2;
        }

        .store-title {
            font-weight: 500;
            font-size: 24px;
            margin-bottom: 18px;
            color: black;
        }

        .prosarthi-hero-wrap .stats-row {
            margin-top: 35px;
            padding-top: 25px;
            padding-bottom: 25px;
            background: transparent;
        }

        .prosarthi-hero-wrap .stat-item {
            text-align: center;
            position: relative;
        }

        .prosarthi-hero-wrap .stat-item:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 10px;
            height: 100%;
            width: 1px;
            background: rgba(0, 0, 0, 0.12);
        }

        .prosarthi-hero-wrap .stat-item h3 {
            margin: 0;
            font-weight: 400;
            color: #4C2A79;
            font-size: 48px;
        }

        .prosarthi-hero-wrap .stat-item p {
            margin: 6px 0 0;
            font-size: 18px;
            color: #808080;
            letter-spacing: 0.2px;
        }

        .store-btn img {
            width: 150px;
        }

        .owl-stage-outer {
            padding: 16px 0;
        }

        .prosarthi-trust-wrap {
            padding: 80px 0 60px;
            background: #fff;
            font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        }

        .mini-title {
            font-size: 20px;
            font-weight: 500;
            color: #4C2A79;
            letter-spacing: 0.3px;
            margin-bottom: 10px;
            font-style: italic;
        }

        .main-title {
            font-size: 44px;
            font-weight: 500;
            color: black;
            margin-bottom: 45px;
        }

        .prosarthi-trust-wrap .feature-card {
            background: #fff;
            border: 1px solid #CCCCCC80;
            border-radius: 14px;
            padding: 18px 18px;
            display: flex;
            align-items: center;
            gap: 14px;
            height: 100%;
            transition: all 0.25s ease;
        }

        .prosarthi-trust-wrap .feature-card:hover {
            transform: translateY(-4px);
            box-shadow: 0px 16px 35px rgba(17, 24, 39, 0.08);
            border-color: #e8ddff;
            background: #3b1974;
        }

        .prosarthi-trust-wrap .feature-card:hover h3 {
            color: white;
        }

        .prosarthi-trust-wrap .feature-card:hover p {
            color: white;
        }

        .prosarthi-trust-wrap .feature-card:hover i {
            color: white;
        }

        .prosarthi-trust-wrap .feature-icon {
            width: 76px;
            height: 76px;
            border-radius: 12px;
            background: #E5D2FF80;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .prosarthi-trust-wrap .feature-icon i {
            font-size: 26px;
            color: #4C2A79;
        }

        .prosarthi-trust-wrap .feature-card h3 {
            font-size: 18px;
            font-weight: 500;
            color: #000;
            margin-bottom: 3px;
        }

        .prosarthi-trust-wrap .feature-card p {
            font-size: 15px;
            color: #616161;
            margin: 0;
            line-height: 1.4;
        }

        .prosarthi-work-wrap {
            padding: 20px 0 90px;
            background: #fff;

        }

        .prosarthi-work-wrap .steps-area {
            max-width: 1050px;
            margin: auto;
            align-items: center;
        }

        .prosarthi-work-wrap .step-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 24px;
        }

        .prosarthi-work-wrap .step-icon {
            max-width: 75px;
            height: 75px;
            border-radius: 14px;
            background: #f3edff;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .prosarthi-work-wrap .step-icon i {
            font-size: 18px;
            color: #7c3aed;
        }

        .prosarthi-work-wrap .step-text h3 {
            font-size: 22px;
            font-weight: 600;
            color: #000;
            margin-bottom: 5px;
        }

        .prosarthi-work-wrap .step-text p {
            font-size: 16px;
            color: #616161;
            margin: 0;
            font-weight: 400;
        }

        .prosarthi-team-section {
            padding: 50px 0;
            background: #ffffff;
            font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        }

        .prosarthi-team-section .prosarthi-tabs {
            background: #ffffff;
            border: 1px solid #eeeeee;
            padding: 6px;
            border-radius: 50px;
            display: inline-flex;
            gap: 6px;
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
        }

        .prosarthi-team-section .prosarthi-tabs .btn {
            border-radius: 50px;
            padding: 6px 22px;
            font-size: 16px;
            font-weight: 500;
            border: 0;
            color: #616161;
            background: transparent;
            transition: 0.25s ease;
        }

        .prosarthi-team-section .prosarthi-tabs .btn.active {
            background: #E5D2FF;
            color: #4C2A79;
            box-shadow: 0px 10px 20px rgba(157, 90, 255, 0.20);
        }

        .prosarthi-team-section .prosarthi-card {
            border: 1px solid #4C2A79;
            border-radius: 14px;
            padding: 14px;
            background: #fff;
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
            transition: 0.3s ease;
            height: 100%;
        }

        .prosarthi-team-section .prosarthi-card:hover {
            transform: translateY(-4px);
            box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.10);
        }

        .prosarthi-team-section .prosarthi-imgbox {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            height: 232px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .prosarthi-team-section .prosarthi-imgbox img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .prosarthi-team-section .prosarthi-rating {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #E5D2FF;
            color: #54337F;
            font-size: 12px;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 5px;
            box-shadow: 0px 10px 20px rgba(157, 90, 255, 0.20);
            z-index: 3333;
        }

        .prosarthi-team-section .prosarthi-imgbox {
            overflow: hidden;
            border-radius: 10px;
        }

        .prosarthi-team-section .prosarthi-imgbox img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            transition: 0.4s ease;
        }

        .prosarthi-team-section .prosarthi-card:hover .prosarthi-imgbox img {
            transform: scale(1.12);
        }

        .prosarthi-team-section .prosarthi-rating i {
            font-size: 12px;
        }

        .prosarthi-team-section .prosarthi-name {
            font-size: 14px;
            font-weight: 700;
            margin-top: 12px;
            margin-bottom: 2px;
            color: #222;
        }

        .prosarthi-team-section .prosarthi-role {
            font-size: 12px;
            color: #7a3fd0;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .prosarthi-team-section .prosarthi-exp {
            font-size: 12px;
            color: #888;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .prosarthi-team-section .prosarthi-exp span {
            font-weight: 600;
            color: #444;
        }

        .your-phone-inner {
            background-image: url(./images/phone-background.svg);
            background-repeat: no-repeat;
            background-size: cover;
            padding: 23px 0 0 60px;
            border-radius: 24px;
        }

        .your-phone h2.main-title {
            font-weight: 600;
            font-size: 56px;
            margin-bottom: 10px;
        }

        .prosarthi-testimonial {
            padding: 0 0 70px 0;
            background: #fff;
        }

        .prosarthi-testimonial .testimonial-card {
            background: #F9F9FB;
            border-radius: 14px;
            padding: 24px 22px;
            text-align: center;
            position: relative;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid #ccc;
        }

        .prosarthi-testimonial .quote-icon {
            width: 40px;
            height: 40px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
            border: 1px solid #D6D6D6;
        }

        .prosarthi-testimonial .quote-icon i {
            color: #4C2A79;
            font-size: 36px;
        }

        .prosarthi-testimonial .testimonial-text {
            font-size: 16px;
            color: #616161;
            margin: 0;
            padding-top: 8px;
        }

        .prosarthi-testimonial .user-box {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 18px;
        }

        .prosarthi-testimonial .user-box img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #fff;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.10);
        }

        .prosarthi-testimonial .user-box h3 {
            font-size: 16px;
            font-weight: 500;
            margin: 0;
            color: black;
            text-align: left;
        }

        .prosarthi-testimonial .user-box p {
            font-size: 12px;
            margin: 0;
            color: #808080;
            text-align: left;
        }

        .prosarthi-faq {
            padding: 70px 0;
            background: #fff;
            font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        }

        .prosarthi-faq .faq-wrap {
            max-width: 800px;
            margin: auto;
        }

        .prosarthi-faq .accordion-item {
            border: 1px solid #ccc;
            border-radius: 12px !important;
            margin-bottom: 18px;
            overflow: hidden;
            background: #fff;
        }

        .prosarthi-faq .accordion-button {
            font-size: 18px;
            font-weight: 500;
            color: black;
            padding: 18px 20px;
            background: #fff;
            box-shadow: none !important;
        }

        .prosarthi-faq .accordion-button::after {
            background-image: none !important;
            content: "+";
            font-size: 24px;
            font-weight: 500;
            transform: none !important;
            color: #000;
        }

        .prosarthi-faq .accordion-button:not(.collapsed)::after {
            content: "−";
        }

        .prosarthi-faq .accordion-body {
            font-size: 16px;
            color: #808080;
            padding: 0px 20px 18px 20px;
            line-height: 1.7;
            background-color: #F9F9FB;
        }

        .prosarthi-faq .accordion-button:not(.collapsed) {
            background: #F9F9FB;
        }

        .prosarthi-footer-wrap {
            background: #fbf8ff;
            padding: 30px 0 20px;
            font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        }

        .prosarthi-footer-wrap .ps-newsletter-title {
            font-size: 30px;
            font-weight: 500;
            color: #000;
            margin: 0;
        }

        .prosarthi-footer-wrap .ps-newsletter-form {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
        }

        .prosarthi-footer-wrap .ps-newsletter-form input {
            height: 38px;
            width: 300px;
            border-radius: 6px;
            border: 1px solid #ccc;
            padding: 0 14px;
            font-size: 13px;
            outline: none;
            background: #fff;
        }

        .prosarthi-footer-wrap .ps-newsletter-form input::placeholder {
            color: #bbb;
        }

        .prosarthi-footer-wrap .ps-newsletter-form button {
            height: 38px;
            border: 0;
            padding: 0 18px;
            border-radius: 6px;
            background: #E5D2FF;
            color: #4C2A79;
            font-size: 13px;
            font-weight: 600;
            transition: .25s ease;
        }

        .prosarthi-footer-wrap .ps-newsletter-form button:hover {
            background: #c7b1ff;
            transform: translateY(-1px);
        }

        .prosarthi-footer-wrap .ps-footer-title {
            font-size: 20px;
            font-weight: 600;
            color: black;
            margin-bottom: 14px;
        }

        .prosarthi-footer-wrap .ps-links {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .prosarthi-footer-wrap .ps-links li {
            margin-bottom: 14px;
        }

        .prosarthi-footer-wrap .ps-links a {
            font-size: 18px;
            color: #616161;
            text-decoration: none;
            transition: .25s ease;
            font-weight: 500;
        }

        .prosarthi-footer-wrap .ps-links a:hover {
            color: #6b2bd9;
        }

        .prosarthi-footer-wrap .ps-social {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .prosarthi-footer-wrap .ps-social a {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid #222;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #111;
            font-size: 13px;
            transition: .25s ease;
            text-decoration: none;
        }

        .prosarthi-footer-wrap .ps-social a:hover {
            background: #111;
            color: #fff;
            transform: translateY(-2px);
        }

        .prosarthi-footer-wrap .ps-copy {
            margin-top: 35px;
            text-align: center;
            font-size: 16px;
            color: black;
        }

        footer p.ps-brand-desc {
            color: #616161;
        }

        .prosarthi-testimonial {
            padding: 30px 0 0 0;
            background: #fff;
        }

        @media(max-width:1399px) {
            .prosarthi-hero-wrap .hero-title {
                font-size: 46px;
            }
        }

        @media (max-width: 1199px) {
            .prosarthi-hero-wrap .hero-title {
                font-size: 40px;
            }
        }

        @media (max-width: 991px) {
            .prosarthi-hero-wrap .hero-title {
                font-size: 40px;
            }

            .prosarthi-hero-wrap .hero-section {
                flex-direction: column-reverse;
            }

            .prosarthi-hero-wrap .stat-item p {
                font-size: 16px;
            }

            .prosarthi-hero-wrap .phone-img {
                margin-bottom: 20px;
            }

            .prosarthi-hero-wrap .stat-item h3 {
                font-size: 40px;
            }

            .prosarthi-hero-wrap .hero-badge {
                font-size: 20px;
            }

            .prosarthi-hero-wrap .phone-area {
                min-height: auto;
                margin-top: 40px;
            }

            .prosarthi-hero-wrap .shape-lines {
                display: none;
            }

            .prosarthi-trust-wrap {
                padding: 60px 0 50px;
            }

            .prosarthi-work-wrap {
                padding: 0px 0 70px;
            }

            .prosarthi-work-wrap .step-text p {
                max-width: 100%;
            }

            .prosarthi-team-section {
                padding: 35px 0;
            }

            .main-title {
                font-size: 36px;
                margin-bottom: 20px;
            }

            .your-phone-inner {
                padding: 40px 0 0 29px;
            }

            .your-phone h2.main-title {
                font-weight: 600;
                font-size: 40px;
                margin-bottom: 10px;
                text-align: center !important;
            }
        }

        @media(max-width:767px) {
            .your-phone-inner {
                padding: 40px 0 0 0px;
            }

            .your-phone h2.main-title {
                font-size: 30px;
            }
        }

        @media (max-width: 576px) {
            .prosarthi-hero-wrap .hero-title {
                font-size: 34px;
            }

            .prosarthi-hero-wrap .stat-item:not(:last-child)::after {
                display: none;
            }

            .prosarthi-hero-wrap .stats-row {
                margin-bottom: 20px;
            }

            .prosarthi-trust-wrap .feature-card {
                padding: 16px;
            }

            .prosarthi-team-section .prosarthi-tabs .btn {
                padding: 6px 16px;
                font-size: 12px;
            }

            .your-phone img.mobile-img {
                width: 100%;
                padding: 0 20px;
            }

            .prosarthi-testimonial,
            .prosarthi-faq {
                padding: 50px 0;
            }

            .your-phone h2.main-title {
                font-size: 24px;
            }

            .store-title {
                font-size: 18px;
                color: black;
            }

            .your-phone-inner {
                padding: 40px 10px 0;
            }

            .main-title {
                font-size: 28px;
            }
        }

        @media(max-width:480px) {
            .prosarthi-hero-wrap .hero-badge {
                font-size: 18px;
            }

            .prosarthi-hero-wrap .hero-title {
                font-size: 28px;
            }

            .prosarthi-hero-wrap .stats-row {
                margin-top: 0;
                padding-top: 25px;
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .prosarthi-hero-wrap .stat-item h3 {
                font-size: 36px;
            }

            .prosarthi-hero-wrap .stat-item p {
                font-size: 14px;
                margin-bottom: 16px;
            }

            .prosarthi-trust-wrap {
                padding: 40px 0 50px;
            }

            .main-title {
                font-size: 22px;
            }

            .mini-title {
                font-size: 16px;
            }

            .prosarthi-work-wrap .step-item {
                flex-wrap: wrap;
            }

            .prosarthi-faq .accordion-button {
                font-size: 16px;
                padding: 18px 10px;
            }

            .prosarthi-faq .accordion-body {
                font-size: 14px;
                padding: 0px 10px 18px 10px;
            }

            .prosarthi-footer-wrap .ps-newsletter-title {
                font-size: 28px;
                font-weight: 500;
                color: #000;
                margin: 0 0 11px 0;
            }

            .prosarthi-work-wrap .step-text h3 {
                font-size: 20px;
                font-weight: 600;
                color: #000;
                margin-bottom: 5px;
            }

            .prosarthi-testimonial,
            .prosarthi-faq {
                padding: 40px 0;
            }

        }
