diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 967907b..76795eb 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -304,7 +304,8 @@ Responsive Codes } .slider-content a::after, .services-content a::after, -.why-us-desc a::after{ +.why-us-desc a::after, +.sydney-desc a::after{ content: '\f101'; font-weight: 900; font-family: "Font Awesome 5 Free"; @@ -315,7 +316,8 @@ Responsive Codes transition: 0.5s; } .slider-content a:hover, -.services-content a:hover{ +.services-content a:hover, +.sydney-desc a:hover{ background: #326CBF; padding-right: 2rem; padding-left: 1rem; @@ -327,7 +329,8 @@ Responsive Codes } .slider-content a:hover::after, .services-content a:hover::after, -.why-us-desc a:hover::after{ +.why-us-desc a:hover::after, +.sydney-desc a:hover::after{ opacity: 1; right: 10px; } @@ -667,6 +670,9 @@ Responsive Codes border-radius: 12px; transition: .4s; } +.service-page-card{ + min-height: 28pc; +} .blog-card:hover, .service-page-card:hover{ transform: scale(1.03); @@ -761,6 +767,10 @@ Responsive Codes text-decoration: none; color: #FFFFFF; padding: 10px 20px; + display: inline-block; + align-items: center; + position: relative; + transition: 0.5s; } /* study abroad css ends */ @@ -1388,6 +1398,7 @@ Responsive Codes .blog-socials{ display: flex; align-items: center; + margin: 1rem 0; justify-content: space-between; } .faq-section .accordion-button:focus{ @@ -1403,6 +1414,21 @@ Responsive Codes background-color: unset; border-bottom: 1.5px solid #E0DEDE; } +/* service page css */ +.service-page-header h2{ + font-weight: 700; + font-size: 30px; + text-align: center; + color: #326CBF; +} +.service-page-header h1{ + font-weight: 700; + font-size: 34px; + line-height: 37px; + text-align: center; + color: #111111; +} + /* Footer Css */ .footer{ background: #296AC7; @@ -1660,7 +1686,9 @@ Responsive Codes .slider-content h2, .slider-content h1, .blog-banner-content h2, - .contact-offices h2{ + .contact-offices h2, + .service-page-header h2, + .service-page-header h1{ font-size: 22px; line-height: 2rem; } @@ -1727,7 +1755,8 @@ Responsive Codes .our-values-section, .lets-chat-section, .blog-banner, - .overseas-section{ + .overseas-section, + .services-page-section{ padding: 2rem; } .contact-form-section, @@ -1820,6 +1849,13 @@ Responsive Codes gap: 10px; margin: 10px 0; } + .services-page-section .row{ + --bs-gutter-y: 1rem; + --bs-gutter-x: 1rem; + } + .service-page-card{ + min-height: 20pc; + } } /* mobile view css end */ /* ipad, tablets screen css */ @@ -1891,7 +1927,8 @@ Responsive Codes .lets-chat-section, .our-values-section, .blog-banner, - .overseas-section{ + .overseas-section, + .services-page-section{ padding: 3rem; } .services-content h1, @@ -1982,7 +2019,8 @@ Responsive Codes .footer-top, .lets-chat-section, .our-values-section, - .overseas-section{ + .overseas-section, + .services-page-section{ padding: 3rem; } .why-us-section::before, diff --git a/public/frontend/icons/coin.svg b/public/frontend/icons/coin.svg index d659363..dcccfbf 100644 --- a/public/frontend/icons/coin.svg +++ b/public/frontend/icons/coin.svg @@ -1,17 +1,17 @@ - - - - - - - - - - - + + + + + + + + + + + - + diff --git a/public/frontend/images/close-up-students-indoors.png b/public/frontend/images/close-up-students-indoors.png new file mode 100644 index 0000000..9a19b56 Binary files /dev/null and b/public/frontend/images/close-up-students-indoors.png differ diff --git a/resources/views/services.blade.php b/resources/views/services.blade.php index bd487a7..b28376b 100644 --- a/resources/views/services.blade.php +++ b/resources/views/services.blade.php @@ -11,76 +11,82 @@ @section('content')
-