
        .swadeshi-page-scope {
            margin: 0;
            background: #edf2f7;
            font-family: 'Plus Jakarta Sans', sans-serif;
            color: #1f2937;
        }

        .swadeshi-page-scope * {
            box-sizing: border-box;
        }

        /* Modern Header with Solid #ffae5e Background */
        .swadeshi-page-scope .swadeshi-header {
            position: sticky;
            top: 0;
            z-index: 1030;
            background: #ffae5e;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .swadeshi-page-scope .navbar-brand {
            font-size: 30px;
            margin: 0;
            padding: 0;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 0.8px;
        }

        .swadeshi-page-scope .navbar-brand img {
            max-height: 78px;
        }

        .swadeshi-page-scope .nav-link {
            color: #ffffff !important;
            font-weight: 600;
            font-size: 0.95rem;
            padding: 8px 16px !important;
            border-radius: 8px;
            transition: all 0.25s ease;
        }

        .swadeshi-page-scope .nav-link:hover,
        .swadeshi-page-scope .nav-link.active {
            color: #ffffff !important;
            background: rgba(255, 255, 255, 0.2);
        }

        /* Modern CTA Button on Header */
        .swadeshi-page-scope .btn-header-cta {
            background: #ffffff;
            color: #ff9122 !important;
            font-weight: 700;
            border-radius: 30px;
            padding: 8px 20px;
            border: none;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .swadeshi-page-scope .btn-header-cta:hover {
            transform: translateY(-2px);
            background: #f8fafc;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        /* Modern Hero Carousel */
        .swadeshi-page-scope .swadeshi-slider {
            position: relative;
            margin-bottom: 2rem;
        }

        .swadeshi-page-scope .carousel-item {
            height: auto;
            background-color: #0f172a;
        }

        .swadeshi-page-scope .swadeshi-carousel-img {
            height: 100%;
            object-fit: fill;
        }

        .swadeshi-page-scope .carousel-indicators {
            bottom: 20px;
            justify-content: center;
            margin: 0;
        }

        .swadeshi-page-scope .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ffffff;
            opacity: 0.5;
            border: none;
            margin: 0 5px;
            transition: all 0.3s ease;
        }

        .swadeshi-page-scope .carousel-indicators .active {
            width: 28px;
            border-radius: 10px;
            opacity: 1;
            background: #ff9122;
        }

        .swadeshi-page-scope .carousel-control-prev,
        .swadeshi-page-scope .carousel-control-next {
            width: 48px;
            height: 48px;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(4px);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.8;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .swadeshi-page-scope .carousel-control-prev { left: 2%; }
        .swadeshi-page-scope .carousel-control-next { right: 2%; }

        .swadeshi-page-scope .carousel-control-prev:hover,
        .swadeshi-page-scope .carousel-control-next:hover {
            background: #ff9122;
            opacity: 1;
        }

        /* Form Layout */
        .swadeshi-page-scope .swadeshi-wrapper {
            max-width: 720px;
            margin: 0 auto 40px;
            padding: 0 16px;
        }

        .swadeshi-page-scope .swadeshi-card {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 32px;
            margin-bottom: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        }

        .swadeshi-page-scope .swadeshi-header-card {
            border-top: 6px solid #ff9122;
            padding: 32px;
        }

        .swadeshi-page-scope .swadeshi-title {
            font-size: 28px;
            font-weight: 800;
            margin: 0 0 10px;
            color: #0f172a;
            letter-spacing: -0.5px;
        }

        .swadeshi-page-scope .swadeshi-subtitle {
            font-weight: 500;
            color: #64748b;
            border-bottom: 1px solid #e2e8f0;
            padding-bottom: 18px;
        }

        .swadeshi-page-scope .swadeshi-form-group {
            margin-bottom: 22px;
        }

        .swadeshi-page-scope .swadeshi-label {
            display: block;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #334155;
        }

        .swadeshi-page-scope .swadeshi-required {
            color: #ef4444;
        }

        .swadeshi-page-scope .swadeshi-input,
        .swadeshi-page-scope .swadeshi-select,
        .swadeshi-page-scope .swadeshi-textarea {
            width: 100%;
            border: 1.5px solid #cbd5e1;
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 15px;
            background: #fff;
            transition: all 0.2s ease;
        }

        .swadeshi-page-scope .swadeshi-input:focus,
        .swadeshi-page-scope .swadeshi-select:focus,
        .swadeshi-page-scope .swadeshi-textarea:focus {
            outline: none;
            border-color: #ff9122;
            /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
        }

        .swadeshi-page-scope .swadeshi-pledge-item {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            margin: 14px 0;
            line-height: 1.5;
            font-size: 15px;
            color: #475569;
        }

        .swadeshi-page-scope .swadeshi-pledge-item input[type="checkbox"] {
            width: 18px !important;
            height: 18px !important;
            min-width: 18px !important;
            min-height: 18px !important;
            margin: 3px 10px 0 0 !important;
            padding: 0 !important;
            accent-color: #ff9122;
            cursor: pointer;
            flex-shrink: 0;
        }

        .swadeshi-page-scope .swadeshi-btn-submit {
            background: linear-gradient(135deg, #ff9122, #ff7000);
            color: #fff;
            border: 0;
            border-radius: 8px;
            padding: 14px 28px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            width: 100%;
            box-shadow: 0 4px 15px rgba(255, 145, 34, 0.35);
            transition: all 0.3s ease;
        }

        .swadeshi-page-scope .swadeshi-btn-submit:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(255, 145, 34, 0.45);
        }

        .swadeshi-page-scope .swadeshi-btn-submit:disabled {
            opacity: .6;
            cursor: not-allowed;
        }

        .swadeshi-page-scope .swadeshi-small-note {
            font-size: 12px;
            color: #64748b;
            margin-top: 6px;
        }
        .mobile-error-message {
            color: #dc3545;
            font-size: 14px;
            margin-top: 6px;
            font-weight: 600;
        }

        .swadeshi-page-scope .swadeshi-alert {
            position: fixed;
            top: 30px;
            left: 50%;
            transform: translateX(-50%);
            background: #10b981;
            color: #fff;
            padding: 16px 30px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            z-index: 9999;
            min-width: 320px;
            text-align: center;
        }

        .swadeshi-page-scope .swadeshi-alert-error {
            background: #ef4444;
        }
        /* Simple Minimal Footer (Matching Your Image) */
        .swadeshi-footer {
            background: #0b132b;
            color: #ffffff;
            padding: 15px 0;
            margin-top: 40px;
        }

        .swadeshi-footer .footer-logo-img {
            max-height: 70px;
            width: auto;
        }
        .swadeshi-footer .footer-logo-img1 {
            max-height: 40px;
            width: auto;
        }
        .swadeshi-footer .copyright-title {
            font-size: 15px;
            font-weight: 700;
            margin: 0;
            color: #ffffff;
        }

        .swadeshi-footer .copyright-title span {
            color: #ff9122;
        }

        .swadeshi-footer .copyright-sub {
            font-size: 13px;
            color: #94a3b8;
            margin: 0;
        }

        .swadeshi-footer .credit-card {
            background: #ffffff;
            border-radius: 10px;
            padding: 8px 16px;
            display: inline-block;
            text-align: right;
        }

        .swadeshi-footer .credit-text {
            font-size: 11px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 2px;
        }

        @media(max-width:768px) {
            .swadeshi-page-scope .carousel-item {
                height: 320px;
            }

            .swadeshi-page-scope .swadeshi-wrapper {
                margin: 0 auto 20px;
            }

            .swadeshi-page-scope .swadeshi-card {
                padding: 20px 16px;
            }

            .swadeshi-page-scope .swadeshi-title {
                font-size: 22px;
            }
        }