diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 75400c2..8fd4c6d 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -964,7 +964,8 @@ Responsive Codes } .chef-banner-content h2, .about-banner-content h2, -.contact-banner-content h2{ +.contact-banner-content h2, +.services-banner-content h2{ font-weight: 700; font-size: 60px; line-height: 3rem; @@ -1049,4 +1050,63 @@ Responsive Codes .captch-field p{ font-weight: 400; font-size: 13px; +} +/* service page css */ +.services-banner-section{ + background: url('../images/services-banner.png'); + padding: 6rem; + height: 40vh; + background-repeat: no-repeat; + background-size: cover!important; + position: relative; +} +.our-services-section{ + padding: 3rem 6rem; + background: #FAFAFE; +} +.our-service-card{ + padding: 20px; + background: #FFFFFF; + box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1); + border-radius: 8px; + min-height: 28pc; +} +.our-service-img img{ + border-radius: 8px; + margin-bottom: 20px; +} +.our-service-desc h3{ + font-weight: 700; + font-size: 26px; + line-height: 33px; + color: #0A2849; +} +.our-service-desc p{ + font-weight: 500; + font-size: 16px; + line-height: 1.6rem; + color: #0A2849; +} +.our-service-head h2{ + font-weight: 700; + font-size: 38px; + line-height: 57px; + text-align: center; + color: #082548; +} +.our-service-head p{ + font-weight: 500; + font-size: 16px; + line-height: 1.8rem; + text-align: center; + color: #4E5F72; + margin-bottom: 40px; +} + + +/* large screen */ +@media screen and (min-width: 1600px){ + .our-service-card{ + min-height: 33pc; + } } \ No newline at end of file diff --git a/public/frontend/images/insurance-img.png b/public/frontend/images/insurance-img.png new file mode 100644 index 0000000..08767b5 Binary files /dev/null and b/public/frontend/images/insurance-img.png differ diff --git a/public/frontend/images/recruiment-img.png b/public/frontend/images/recruiment-img.png new file mode 100644 index 0000000..2b432ed Binary files /dev/null and b/public/frontend/images/recruiment-img.png differ diff --git a/public/frontend/images/rpl-mg.png b/public/frontend/images/rpl-mg.png new file mode 100644 index 0000000..04665c9 Binary files /dev/null and b/public/frontend/images/rpl-mg.png differ diff --git a/public/frontend/images/services-banner.png b/public/frontend/images/services-banner.png new file mode 100644 index 0000000..37dfab6 Binary files /dev/null and b/public/frontend/images/services-banner.png differ diff --git a/public/frontend/images/skill-assessment.png b/public/frontend/images/skill-assessment.png new file mode 100644 index 0000000..5f9c8b1 Binary files /dev/null and b/public/frontend/images/skill-assessment.png differ diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index efb126a..cda48f7 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -39,11 +39,11 @@ About