text edited

This commit is contained in:
2025-08-21 17:00:31 +05:45
parent d5de6658f0
commit 3ca3681513
5 changed files with 26 additions and 9 deletions

View File

@@ -37,6 +37,10 @@ body {
font-family: 'Outfit', sans-serif; font-family: 'Outfit', sans-serif;
/* font-weight: normal; */ /* font-weight: normal; */
} }
p{
font-size: 16px;
color: black;
}
.text-brand{ .text-brand{

View File

@@ -55,8 +55,8 @@
</div> </div>
<div class="sidebar-widget cta-widget"> <div class="sidebar-widget cta-widget">
<h3 class="cta-title">Need Personalized Guidance?</h3> <h3 class="cta-title">Need Personalized Guidance?</h3>
<p class="cta-text">Our education consultants are here to help you find the perfect {{-- <p class="cta-text">Our education consultants are here to help you find the perfect
university match.</p> university match.</p> --}}
<a href="/contact-us" class="cta-button">Book a Free Consultation</a> <a href="/contact-us" class="cta-button">Book a Free Consultation</a>
</div> </div>
</div> </div>

View File

@@ -55,7 +55,7 @@
<img class="w-full h-full rounded-10" <img class="w-full h-full rounded-10"
src="{{ asset($child->image) }}" alt=""> src="{{ asset($child->image) }}" alt="">
</div> </div>
<div class="lqd-particles-bg-wrap lqd-overlay flex pointer-events-none"> {{-- <div class="lqd-particles-bg-wrap lqd-overlay flex pointer-events-none">
<div <div
class="ld-particles-container relative w-full lqd-particles-as-bg lqd-overlay flex h-450"> class="ld-particles-container relative w-full lqd-particles-as-bg lqd-overlay flex h-450">
<div class="ld-particles-inner lqd-overlay flex pointer-events-none" <div class="ld-particles-inner lqd-overlay flex pointer-events-none"
@@ -63,7 +63,7 @@
data-particles-options='{"particles":{"number":{"value":4} , "color":{"value": "random"} , "shape":{"type":["circle"]} , "opacity":{"value":1} , "size":{"value":4} , "move":{"enable": true, "direction": "none", "out_mode": "out"}} , "interactivity":[], "retina_detect": true}'> data-particles-options='{"particles":{"number":{"value":4} , "color":{"value": "random"} , "shape":{"type":["circle"]} , "opacity":{"value":1} , "size":{"value":4} , "move":{"enable": true, "direction": "none", "out_mode": "out"}} , "interactivity":[], "retina_detect": true}'>
</div> </div>
</div> </div>
</div> </div> --}}
</div> </div>
</div> </div>

View File

@@ -7,10 +7,23 @@
</div> </div>
<section class="container py-30 free-resources"> <section class="container py-30 free-resources">
<div class="flex justify-center flex-col text-center items-center w-80percent mx-auto top-20percent "> <div class="row">
<h2 class="md:text-30 text-60 text-sec">{{ $page->title }}</h2> <div class="col col-md-3"></div>
<div class="title-line mx-auto"></div> <div class="col col-md-9">
<div class="flex justify-between items-center ">
<div>
<h2 class="md:text-30 text-60 text-sec"> {{ $page->title }}</h2>
<div class="title-line "></div>
</div>
<button class="review-button"><p>Review</p></button>
</div>
</div> </div>
</div>
@if ($page->children) @if ($page->children)
<section class="free-resources-content tab-container"> <section class="free-resources-content tab-container">

View File

@@ -54,8 +54,8 @@
<input class="w-full mb-20 rounded-6 py-10 text-14 px-10" type="text" <input class="w-full mb-20 rounded-6 py-10 text-14 px-10" type="text"
name="qualification" id="qualification" placeholder="Recent Education Qualification" name="qualification" id="qualification" placeholder="Recent Education Qualification"
required> required>
<input class="mb-20" type="checkbox"> <input class="mb-20" type="checkbox" id=terms>
<label class="text-14 mb-20" for="">I accept the terms & conditions</label> <label class="text-14 mb-20" for="terms">I accept the terms & conditions</label>
<button type="submit" id="counselor-submit-btn" <button type="submit" id="counselor-submit-btn"
class=" w-full py-10 bg-sec text-white rounded-10 text-16 border-0 button-hover"> class=" w-full py-10 bg-sec text-white rounded-10 text-16 border-0 button-hover">
<i class="fa-solid fa-paper-plane text-white text-16 pr-5"></i> <i class="fa-solid fa-paper-plane text-white text-16 pr-5"></i>