Spaces:
Running
Running
undefined - Follow Up Deployment
Browse files- index.html +208 -98
index.html
CHANGED
@@ -128,6 +128,98 @@
|
|
128 |
.comparison-grid {
|
129 |
display: none;
|
130 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
|
132 |
</style>
|
133 |
|
@@ -167,6 +259,12 @@
|
|
167 |
|
168 |
document.addEventListener('DOMContentLoaded', () => {
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
let currentTestimonial = 0;
|
171 |
|
172 |
function updateTestimonial() {
|
@@ -258,7 +356,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
258 |
});
|
259 |
});
|
260 |
});
|
261 |
-
AOS.init({ duration: 800, once: true });
|
262 |
|
263 |
</script>
|
264 |
|
@@ -765,115 +862,128 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
765 |
</div>
|
766 |
</div>
|
767 |
</section>
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Getting Help Shouldn't Be Hard.</h2>
|
774 |
-
</div>
|
775 |
-
<div class="overflow-x-auto horizontal-scroll pb-4">
|
776 |
-
<div class="flex space-x-8 min-w-[1000px] px-4 items-center">
|
777 |
-
<!-- Repeat for each step -->
|
778 |
-
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-0" data-aos="fade-up">
|
779 |
-
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 1</div>
|
780 |
-
<i class="fas fa-file-alt text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
781 |
-
<h3 class="text-lg font-semibold text-center text-teal-800">Apply Online</h3>
|
782 |
-
<p class="text-sm text-center mt-2">Short application β no credit checks, ever.</p>
|
783 |
-
</div>
|
784 |
-
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-12" data-aos="fade-up">
|
785 |
-
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 2</div>
|
786 |
-
<i class="fas fa-search text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
787 |
-
<h3 class="text-lg font-semibold text-center text-teal-800">We Review Your Case</h3>
|
788 |
-
<p class="text-sm text-center mt-2">Fast, fair review of eligibility and case merit.</p>
|
789 |
-
</div>
|
790 |
-
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-0" data-aos="fade-up">
|
791 |
-
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 3</div>
|
792 |
-
<i class="fas fa-clock text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
793 |
-
<h3 class="text-lg font-semibold text-center text-teal-800">Approval in 24β48 Hours</h3>
|
794 |
-
<p class="text-sm text-center mt-2">Most approvals in 1β2 business days.</p>
|
795 |
-
</div>
|
796 |
-
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-12" data-aos="fade-up">
|
797 |
-
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 4</div>
|
798 |
-
<i class="fas fa-money-check-alt text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
799 |
-
<h3 class="text-lg font-semibold text-center text-teal-800">Funds Sent to You</h3>
|
800 |
-
<p class="text-sm text-center mt-2">Wired directly to your account, same day.</p>
|
801 |
-
</div>
|
802 |
-
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-0" data-aos="fade-up">
|
803 |
-
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 5</div>
|
804 |
-
<i class="fas fa-smile-beam text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
805 |
-
<h3 class="text-lg font-semibold text-center text-teal-800">Repay Only If You Win</h3>
|
806 |
-
<p class="text-sm text-center mt-2">No win, no repayment. We're aligned with you.</p>
|
807 |
-
</div>
|
808 |
</div>
|
809 |
-
</div>
|
810 |
-
</section>
|
811 |
|
812 |
-
<!--
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
<div class="
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
<
|
821 |
-
<i class="fas fa-file-alt text-teal-600 text-xl"></i>
|
822 |
</div>
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
<i class="fas fa-search text-teal-600 text-xl"></i>
|
830 |
-
<h3 class="text-xl font-semibold text-teal-800">We Review Your Case</h3>
|
831 |
</div>
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
<div class="relative flex items-center" data-aos="fade-up">
|
839 |
-
<div class="w-1/3 flex justify-end pr-4">
|
840 |
-
<div class="bg-teal-600 text-white font-bold text-3xl px-6 py-4 rounded-lg">3</div>
|
841 |
-
</div>
|
842 |
-
<div class="w-1/2 bg-gray-100 p-6 rounded-lg shadow-md relative text-right">
|
843 |
-
<div class="flex items-center justify-end gap-3">
|
844 |
-
<h3 class="text-xl font-semibold text-teal-800">Approval in 24β48 Hours</h3>
|
845 |
-
<i class="fas fa-clock text-teal-600 text-xl"></i>
|
846 |
</div>
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
|
|
|
|
|
|
|
|
|
|
855 |
</div>
|
856 |
-
<p class="mt-2 text-gray-700">Once approved, funds are wired directly to your account, same day.</p>
|
857 |
-
</div>
|
858 |
-
<div class="w-1/3 flex justify-start pl-4">
|
859 |
-
<div class="bg-teal-600 text-white font-bold text-3xl px-6 py-4 rounded-lg">4</div>
|
860 |
</div>
|
861 |
</div>
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
<div class="flex items-center
|
868 |
-
<
|
869 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
870 |
</div>
|
871 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
872 |
</div>
|
873 |
</div>
|
|
|
874 |
|
875 |
-
</div>
|
876 |
-
</section>
|
877 |
|
878 |
<!-- Interactive Tools Section -->
|
879 |
<section class="py-16 bg-white">
|
|
|
128 |
.comparison-grid {
|
129 |
display: none;
|
130 |
}
|
131 |
+
}
|
132 |
+
.timeline::before {
|
133 |
+
content: '';
|
134 |
+
position: absolute;
|
135 |
+
top: 0;
|
136 |
+
bottom: 0;
|
137 |
+
left: 50%;
|
138 |
+
width: 4px;
|
139 |
+
background-color: #e2e8f0;
|
140 |
+
transform: translateX(-50%);
|
141 |
+
}
|
142 |
+
|
143 |
+
@media (max-width: 768px) {
|
144 |
+
.timeline::before {
|
145 |
+
left: 8px;
|
146 |
+
transform: none;
|
147 |
+
}
|
148 |
+
}
|
149 |
+
|
150 |
+
.timeline-item {
|
151 |
+
position: relative;
|
152 |
+
width: 50%;
|
153 |
+
padding: 2rem 1rem;
|
154 |
+
}
|
155 |
+
|
156 |
+
.timeline-item.left {
|
157 |
+
left: 0;
|
158 |
+
}
|
159 |
+
|
160 |
+
.timeline-item.right {
|
161 |
+
left: 50%;
|
162 |
+
}
|
163 |
+
|
164 |
+
@media (max-width: 768px) {
|
165 |
+
.timeline-item {
|
166 |
+
width: 100%;
|
167 |
+
left: 0 !important;
|
168 |
+
padding-left: 2.5rem;
|
169 |
+
padding-right: 1rem;
|
170 |
+
}
|
171 |
+
}
|
172 |
+
|
173 |
+
.timeline-number {
|
174 |
+
font-size: 3rem;
|
175 |
+
font-weight: 700;
|
176 |
+
color: #0d9488;
|
177 |
+
}
|
178 |
+
|
179 |
+
.timeline-icon {
|
180 |
+
position: absolute;
|
181 |
+
top: 1.5rem;
|
182 |
+
left: 50%;
|
183 |
+
transform: translateX(-50%);
|
184 |
+
background-color: #0d9488;
|
185 |
+
color: white;
|
186 |
+
border-radius: 9999px;
|
187 |
+
padding: 0.5rem;
|
188 |
+
z-index: 10;
|
189 |
+
}
|
190 |
+
|
191 |
+
@media (max-width: 768px) {
|
192 |
+
.timeline-icon {
|
193 |
+
left: 0;
|
194 |
+
transform: none;
|
195 |
+
}
|
196 |
+
}
|
197 |
+
|
198 |
+
.horizontal-scroll::-webkit-scrollbar {
|
199 |
+
height: 8px;
|
200 |
+
}
|
201 |
+
.horizontal-scroll::-webkit-scrollbar-thumb {
|
202 |
+
background: #319795;
|
203 |
+
border-radius: 9999px;
|
204 |
+
}
|
205 |
+
.timeline-line {
|
206 |
+
position: absolute;
|
207 |
+
top: 50%;
|
208 |
+
left: 0;
|
209 |
+
width: 100%;
|
210 |
+
height: 2px;
|
211 |
+
background-color: #319795;
|
212 |
+
z-index: -1;
|
213 |
+
animation: growLine 1s ease-out;
|
214 |
+
}
|
215 |
+
@keyframes growLine {
|
216 |
+
from { width: 0; }
|
217 |
+
to { width: 100%; }
|
218 |
+
}
|
219 |
+
.horizontal-scroll {
|
220 |
+
-webkit-overflow-scrolling: touch;
|
221 |
+
overflow-x: auto;
|
222 |
+
}
|
223 |
|
224 |
</style>
|
225 |
|
|
|
259 |
|
260 |
document.addEventListener('DOMContentLoaded', () => {
|
261 |
|
262 |
+
AOS.init({
|
263 |
+
once: true,
|
264 |
+
duration: 700,
|
265 |
+
easing: 'ease-out-quart'
|
266 |
+
});
|
267 |
+
|
268 |
let currentTestimonial = 0;
|
269 |
|
270 |
function updateTestimonial() {
|
|
|
356 |
});
|
357 |
});
|
358 |
});
|
|
|
359 |
|
360 |
</script>
|
361 |
|
|
|
862 |
</div>
|
863 |
</div>
|
864 |
</section>
|
865 |
+
<!-- Process Section -->
|
866 |
+
<section class="py-16 bg-gray-800">
|
867 |
+
<div class="container mx-auto px-4">
|
868 |
+
<div class="text-center mb-12">
|
869 |
+
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Getting Help Shouldn't Be Hard.</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
870 |
</div>
|
|
|
|
|
871 |
|
872 |
+
<!-- Horizontal Scroll Steps (Desktop Only) -->
|
873 |
+
<div class="overflow-x-auto pb-4 hidden md:hidden">
|
874 |
+
<div class="flex space-x-8 min-w-[1000px] px-4 items-center">
|
875 |
+
<!-- Step 1 -->
|
876 |
+
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-0" data-aos="fade-up">
|
877 |
+
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 1</div>
|
878 |
+
<i class="fas fa-file-alt text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
879 |
+
<h3 class="text-lg font-semibold text-center text-teal-800">Apply Online</h3>
|
880 |
+
<p class="text-sm text-center mt-2">Short application β no credit checks, ever.</p>
|
|
|
881 |
</div>
|
882 |
+
<!-- Step 2 -->
|
883 |
+
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-12" data-aos="fade-up">
|
884 |
+
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 2</div>
|
885 |
+
<i class="fas fa-search text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
886 |
+
<h3 class="text-lg font-semibold text-center text-teal-800">We Review Your Case</h3>
|
887 |
+
<p class="text-sm text-center mt-2">Fast, fair review of eligibility and case merit.</p>
|
|
|
|
|
888 |
</div>
|
889 |
+
<!-- Step 3 -->
|
890 |
+
<div class="min-w-[300px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-0" data-aos="fade-up">
|
891 |
+
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 3</div>
|
892 |
+
<i class="fas fa-clock text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
893 |
+
<h3 class="text-lg font-semibold text-center text-teal-800">Approved in 24β48 Hours</h3>
|
894 |
+
<p class="text-sm text-center mt-2">Most approvals in 1β2 business days.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
895 |
</div>
|
896 |
+
<!-- Step 4 -->
|
897 |
+
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-12" data-aos="fade-up">
|
898 |
+
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 4</div>
|
899 |
+
<i class="fas fa-money-check-alt text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
900 |
+
<h3 class="text-lg font-semibold text-center text-teal-800">Funds Sent to You</h3>
|
901 |
+
<p class="text-sm text-center mt-2">Wired directly to your account, same day.</p>
|
902 |
+
</div>
|
903 |
+
<!-- Step 5 -->
|
904 |
+
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-0" data-aos="fade-up">
|
905 |
+
<div class="text-sm font-bold text-white bg-green-600 px-3 py-1 rounded-full mb-2">STEP 5</div>
|
906 |
+
<i class="fas fa-smile-beam text-2xl text-white bg-teal-600 p-3 rounded-full mb-3"></i>
|
907 |
+
<h3 class="text-lg font-semibold text-center text-teal-800">Repay Only If You Win</h3>
|
908 |
+
<p class="text-sm text-center mt-2">No win, no repayment. We're aligned with you.</p>
|
909 |
</div>
|
|
|
|
|
|
|
|
|
910 |
</div>
|
911 |
</div>
|
912 |
+
|
913 |
+
<!-- Vertical Timeline (Mobile Only) -->
|
914 |
+
<div class="block mt-12">
|
915 |
+
<div class="max-w-4xl mx-auto space-y-10 relative">
|
916 |
+
<!-- Step 1 -->
|
917 |
+
<div class="relative flex items-center" data-aos="fade-up">
|
918 |
+
<div class="w-1/3 flex justify-end pr-4">
|
919 |
+
<div class="bg-teal-600 text-white font-bold text-3xl px-6 py-4 rounded-lg">1</div>
|
920 |
+
</div>
|
921 |
+
<div class="w-1/2 bg-gray-100 p-6 rounded-lg shadow-md relative text-right">
|
922 |
+
<div class="flex items-center gap-3 justify-left">
|
923 |
+
<i class="fas fa-file-alt text-teal-600 text-xl"></i>
|
924 |
+
|
925 |
+
<h3 class="text-xl font-semibold text-teal-800">Apply Online</h3>
|
926 |
+
</div>
|
927 |
+
<p class="mt-2 text-gray-700 text-left">Fill out a short application β no credit checks, ever.</p>
|
928 |
+
</div>
|
929 |
</div>
|
930 |
+
<!-- Step 2 -->
|
931 |
+
<div class="relative flex items-center" data-aos="fade-up">
|
932 |
+
<div class="w-1/2 bg-gray-100 p-6 rounded-lg shadow-md relative text-left">
|
933 |
+
<div class="flex items-center gap-3">
|
934 |
+
<i class="fas fa-search text-teal-600 text-xl"></i>
|
935 |
+
<h3 class="text-xl font-semibold text-teal-800">We Review Your Case</h3>
|
936 |
+
</div>
|
937 |
+
<p class="mt-2 text-gray-700">Our team reviews your eligibility and case merit β fast and fair.</p>
|
938 |
+
</div>
|
939 |
+
<div class="w-1/3 flex justify-start pl-4">
|
940 |
+
<div class="bg-teal-600 text-white font-bold text-3xl px-6 py-4 rounded-lg">2</div>
|
941 |
+
</div>
|
942 |
+
</div>
|
943 |
+
<!-- Step 3 -->
|
944 |
+
<div class="relative flex items-center" data-aos="fade-up">
|
945 |
+
<div class="w-1/3 flex justify-end pr-4">
|
946 |
+
<div class="bg-teal-600 text-white font-bold text-3xl px-6 py-4 rounded-lg">3</div>
|
947 |
+
</div>
|
948 |
+
<div class="w-1/2 bg-gray-100 p-6 rounded-lg shadow-md relative text-right">
|
949 |
+
<div class="flex items-center justify-right gap-3">
|
950 |
+
<i class="fas fa-clock text-teal-600 text-xl"></i>
|
951 |
+
<h3 class="text-xl font-semibold text-teal-800">24β48 Hours Approvals</h3>
|
952 |
+
</div>
|
953 |
+
<p class="mt-2 text-gray-700 justify-left">Most approvals happen within 1β2 business days.</p>
|
954 |
+
</div>
|
955 |
+
</div>
|
956 |
+
<!-- Step 4 -->
|
957 |
+
<div class="relative flex items-center" data-aos="fade-up">
|
958 |
+
<div class="w-1/2 bg-gray-100 p-6 rounded-lg shadow-md relative text-left">
|
959 |
+
<div class="flex items-center gap-3">
|
960 |
+
<i class="fas fa-money-check-alt text-teal-600 text-xl"></i>
|
961 |
+
<h3 class="text-xl font-semibold text-teal-800">Funds Sent to You</h3>
|
962 |
+
</div>
|
963 |
+
<p class="mt-2 text-gray-700">Once approved, funds are wired directly to your account, same day.</p>
|
964 |
+
</div>
|
965 |
+
<div class="w-1/3 flex justify-start pl-4">
|
966 |
+
<div class="bg-teal-600 text-white font-bold text-3xl px-6 py-4 rounded-lg">4</div>
|
967 |
+
</div>
|
968 |
+
</div>
|
969 |
+
<!-- Step 5 -->
|
970 |
+
<div class="relative flex items-center" data-aos="fade-up">
|
971 |
+
<div class="w-1/3 flex justify-end pr-4">
|
972 |
+
<div class="bg-teal-600 text-white font-bold text-3xl px-6 py-4 rounded-lg">5</div>
|
973 |
+
</div>
|
974 |
+
<div class="w-1/2 bg-gray-100 p-6 rounded-lg shadow-md relative text-right">
|
975 |
+
<div class="flex items-center justify-right gap-3">
|
976 |
+
<i class="fas fa-smile-beam text-teal-600 text-xl"></i>
|
977 |
+
<h3 class="text-xl font-semibold text-teal-800">Repay Only If You Win</h3>
|
978 |
+
</div>
|
979 |
+
<p class="mt-2 text-gray-700 justify-left">No win, no repayment. We're aligned with your outcome β always.</p>
|
980 |
+
</div>
|
981 |
+
</div>
|
982 |
+
</div>
|
983 |
</div>
|
984 |
</div>
|
985 |
+
</section>
|
986 |
|
|
|
|
|
987 |
|
988 |
<!-- Interactive Tools Section -->
|
989 |
<section class="py-16 bg-white">
|