thankyou page added

This commit is contained in:
2025-08-19 17:52:44 +05:45
parent 216c59c54c
commit 5f7df19915
5 changed files with 221 additions and 29 deletions

View File

@@ -131,10 +131,10 @@
<section class="lqd-section pb-160">
<div class="container">
<div class="row" id="interactiveSection">
{{-- <div class="col col-lg-7">
<div class="row" id="interactiveSection">
{{-- <div class="col col-lg-7">
<div class="wizard-container">
<div class="nav" id="step-nav">
@@ -251,8 +251,8 @@
</div>
</div> --}}
<div class="col col-lg-7">
<form id="cost-calculator">
<div class="col col-lg-7">
<form id="cost-calculator">
<div class="cost-choosing">
<div class="step-content active" id="step1">
@@ -452,34 +452,34 @@
</div>
</div>
</form>
</form>
</div>
<div class="col col-lg-1"></div>
<div class="col col-lg-4">
<div class="total-cost">
<h4>Total <span class="text-black">Cost</span> </h4>
<table>
<thead>
<tr>
<th class="font-bold">S.N.</th>
<th class="font-bold">Select</th>
<th class="font-bold">Max Price</th>
</tr>
</thead>
<tbody id="totalCostBody">
<!-- Filled dynamically -->
</tbody>
</table>
</div>
</div>
</div>
<div class="col col-lg-1"></div>
<div class="col col-lg-4">
<div class="total-cost">
<h4>Total <span class="text-black">Cost</span> </h4>
<table>
<thead>
<tr>
<th class="font-bold">S.N.</th>
<th class="font-bold">Select</th>
<th class="font-bold">Max Price</th>
</tr>
</thead>
<tbody id="totalCostBody">
<!-- Filled dynamically -->
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>