diff --git a/app/about-us/page.js b/app/about-us/page.js index c43a4d2..c48c683 100644 --- a/app/about-us/page.js +++ b/app/about-us/page.js @@ -116,8 +116,8 @@ export default function Home() {
-
-
+ {/*
+
*/}
@@ -195,17 +195,17 @@ export default function Home() { {/* team-section-style-two */}
-
-
*/} + {/*
-
-
*/} + {/*
*/} + {/*
-
+ >
*/} + {/*
*/}
@@ -270,7 +270,7 @@ export default function Home() {

Physiotherapy Etobicoke – We are a team of health care professionals provide physiotherapy, massage therapy services in etobicoke assist you in improving your health.

-
+
Expert team
@@ -279,7 +279,7 @@ export default function Home() {
-
+
Understand your pain
@@ -288,7 +288,7 @@ export default function Home() {
-
+
Ready to go
diff --git a/app/shortcodes/page.js b/app/shortcodes/page.js index 63275d1..751e705 100644 --- a/app/shortcodes/page.js +++ b/app/shortcodes/page.js @@ -298,11 +298,11 @@ export default function Home() {
-
+ {/*
-
+
*/}
diff --git a/app/why-rapha-physiotherapy-etobicoke/page.js b/app/why-rapha-physiotherapy-etobicoke/page.js index a90b82d..37d37c4 100644 --- a/app/why-rapha-physiotherapy-etobicoke/page.js +++ b/app/why-rapha-physiotherapy-etobicoke/page.js @@ -24,11 +24,11 @@ export default function Team() {
-
+ {/*
-
+
*/}
Why Choose Us diff --git a/components/sections/home/AreaOfInjury.js b/components/sections/home/AreaOfInjury.js index 4fbae34..a573822 100644 --- a/components/sections/home/AreaOfInjury.js +++ b/components/sections/home/AreaOfInjury.js @@ -27,9 +27,9 @@ export default function AreaOfInjury() {
Start Your Treatment Today!
Visit our healthcare team in Etobicoke.
-

+

Area Of Injury -

+
{areaOfInjuryData.slice(0, 8).map((area, index) => ( diff --git a/components/sections/home/MobileServicesSection.js b/components/sections/home/MobileServicesSection.js index 220053b..2603d80 100644 --- a/components/sections/home/MobileServicesSection.js +++ b/components/sections/home/MobileServicesSection.js @@ -5,14 +5,11 @@ import Link from "next/link" export default function MobileServices() { return ( <> -
+
+
+
+
+
Our Services @@ -32,8 +29,8 @@ export default function MobileServices() { />

{service?.title}

- View Service diff --git a/components/sections/home/ProcessSection.js b/components/sections/home/ProcessSection.js index 2df59d7..81a547f 100644 --- a/components/sections/home/ProcessSection.js +++ b/components/sections/home/ProcessSection.js @@ -4,11 +4,11 @@ export default function ProcessSection() { return (
-
+ {/*
-
+
*/}
Our Process diff --git a/components/sections/home/ServicesSection.js b/components/sections/home/ServicesSection.js index 6cb35c0..0aeefd2 100644 --- a/components/sections/home/ServicesSection.js +++ b/components/sections/home/ServicesSection.js @@ -4,10 +4,10 @@ import React from 'react'; export default function ServicesSection() { return ( -
+
-
-
+
+
diff --git a/components/sections/home/WhyChooseusSection.js b/components/sections/home/WhyChooseusSection.js index 521f740..62cb1e6 100644 --- a/components/sections/home/WhyChooseusSection.js +++ b/components/sections/home/WhyChooseusSection.js @@ -16,7 +16,7 @@ export default function WhyChooseUsSection() {

Physiotherapy Etobicoke – We are a team of health care professionals provide physiotherapy, massage therapy services in etobicoke assist you in improving your health.

-
+
Expert Team
@@ -25,7 +25,7 @@ export default function WhyChooseUsSection() {
-
+
Understand your Pain
@@ -34,7 +34,7 @@ export default function WhyChooseUsSection() {
-
+
Ready To Go
diff --git a/public/assets/css/module-css/sidebar.css b/public/assets/css/module-css/sidebar.css index ece66e7..1b3deda 100644 --- a/public/assets/css/module-css/sidebar.css +++ b/public/assets/css/module-css/sidebar.css @@ -1,11 +1,16 @@ - /** sidebar **/ -.default-sidebar{ +.default-sidebar { position: relative; } -.default-sidebar .sidebar-widget{ +@media (max-width: 991px) { + .default-sidebar { + display: none; + } +} + +.default-sidebar .sidebar-widget { position: relative; background: #FFFFFF; box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1); @@ -13,40 +18,40 @@ margin-bottom: 40px; } -.default-sidebar .sidebar-widget:last-child{ +.default-sidebar .sidebar-widget:last-child { margin-bottom: 0px; } -.default-sidebar .widget-title{ +.default-sidebar .widget-title { position: relative; display: block; padding: 40px 40px 19px 40px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } -.default-sidebar .widget-title h3{ +.default-sidebar .widget-title h3 { display: block; font-size: 36px; line-height: 46px; font-weight: 600; } -.default-sidebar .widget-content{ +.default-sidebar .widget-content { position: relative; padding: 30px 30px 40px 45px; } -.default-sidebar .category-widget .category-list li{ +.default-sidebar .category-widget .category-list li { position: relative; display: block; margin-bottom: 15px; } -.default-sidebar .category-widget .category-list li:last-child{ +.default-sidebar .category-widget .category-list li:last-child { margin-bottom: 0px; } -.default-sidebar .category-widget .category-list li a{ +.default-sidebar .category-widget .category-list li a { position: relative; display: inline-block; font-size: 18px; @@ -57,11 +62,11 @@ } .default-sidebar .category-widget .category-list li a:hover, -.default-sidebar .category-widget .category-list li a.current{ +.default-sidebar .category-widget .category-list li a.current { color: #bc0000; } -.default-sidebar .category-widget .category-list li a:before{ +.default-sidebar .category-widget .category-list li a:before { position: absolute; content: '\e924'; font-family: 'icomoon'; @@ -73,16 +78,16 @@ } .default-sidebar .category-widget .category-list li a:hover:before, -.default-sidebar .category-widget .category-list li a.current:before{ +.default-sidebar .category-widget .category-list li a.current:before { color: var(--secondary-color) !important; } -.blog-sidebar .search-widget .search-form .form-group{ +.blog-sidebar .search-widget .search-form .form-group { position: relative; margin-bottom: 0px; } -.blog-sidebar .search-widget .search-form .form-group input[type='search']{ +.blog-sidebar .search-widget .search-form .form-group input[type='search'] { position: relative; display: block; width: 100%; @@ -96,7 +101,7 @@ padding: 10px 60px 10px 40px; } -.blog-sidebar .search-widget .search-form .form-group button[type='submit']{ +.blog-sidebar .search-widget .search-form .form-group button[type='submit'] { position: absolute; top: 28px; right: 25px; @@ -106,24 +111,24 @@ transition: all 500ms ease; } -.blog-sidebar .search-widget .search-form .form-group input:focus + button, -.blog-sidebar .search-widget .search-form .form-group button:hover{ +.blog-sidebar .search-widget .search-form .form-group input:focus+button, +.blog-sidebar .search-widget .search-form .form-group button:hover { color: var(--secondary-color); } -.blog-sidebar .tags-widget .tags-list{ +.blog-sidebar .tags-widget .tags-list { position: relative; margin: 0px -7.5px; } -.blog-sidebar .tags-widget .tags-list li{ +.blog-sidebar .tags-widget .tags-list li { position: relative; display: inline-block; float: left; margin: 0px 7.5px 15px 7.5px; } -.blog-sidebar .tags-widget .tags-list li a{ +.blog-sidebar .tags-widget .tags-list li a { position: relative; display: inline-block; font-size: 16px; @@ -135,16 +140,16 @@ text-align: center; } -.blog-sidebar .tags-widget .tags-list li a:hover{ +.blog-sidebar .tags-widget .tags-list li a:hover { color: #fff; background: var(--theme-color); } -.blog-sidebar .tags-widget .widget-content{ +.blog-sidebar .tags-widget .widget-content { padding-bottom: 25px; } -.blog-sidebar .post-widget .post{ +.blog-sidebar .post-widget .post { position: relative; display: block; padding: 1px 0px 1px 95px; @@ -152,7 +157,7 @@ min-height: 80px; } -.blog-sidebar .post-widget .post .post-thumb{ +.blog-sidebar .post-widget .post .post-thumb { position: absolute; left: 0px; top: 0px; @@ -161,12 +166,12 @@ border-radius: 50%; } -.blog-sidebar .post-widget .post .post-thumb img{ +.blog-sidebar .post-widget .post .post-thumb img { width: 100%; border-radius: 50%; } -.blog-sidebar .post-widget .post h6{ +.blog-sidebar .post-widget .post h6 { display: block; font-size: 14px; line-height: 20px; @@ -174,20 +179,20 @@ margin-bottom: 12px; } -.blog-sidebar .post-widget .post h6 a{ +.blog-sidebar .post-widget .post h6 a { display: inline-block; color: var(--title-color); } -.blog-sidebar .post-widget .post h6 a:hover{ +.blog-sidebar .post-widget .post h6 a:hover { color: var(--theme-color); } -.blog-sidebar .post-widget .post:last-child{ +.blog-sidebar .post-widget .post:last-child { margin-bottom: 0px; } -.blog-sidebar .post-widget .post .post-info li{ +.blog-sidebar .post-widget .post .post-info li { position: relative; display: inline-block; float: left; @@ -197,20 +202,20 @@ margin-right: 40px; } -.blog-sidebar .post-widget .post .post-info li:last-child{ +.blog-sidebar .post-widget .post .post-info li:last-child { margin: 0px !important; } -.blog-sidebar .post-widget .post .post-info li a{ +.blog-sidebar .post-widget .post .post-info li a { display: inline-block; color: #676767; } -.blog-sidebar .post-widget .post .post-info li a:hover{ +.blog-sidebar .post-widget .post .post-info li a:hover { color: var(--secondary-color); } -.blog-sidebar .post-widget .post .post-info li:before{ +.blog-sidebar .post-widget .post .post-info li:before { position: absolute; content: ''; background: rgba(103, 103, 103, 1); @@ -220,27 +225,27 @@ right: -20px; } -.blog-sidebar .post-widget .post .post-info li:last-child:before{ +.blog-sidebar .post-widget .post .post-info li:last-child:before { display: none; } -.blog-sidebar .gallery-widget .image-list{ +.blog-sidebar .gallery-widget .image-list { position: relative; margin: 0px -5px; } -.blog-sidebar .gallery-widget .image-list li{ +.blog-sidebar .gallery-widget .image-list li { position: relative; display: inline-block; float: left; margin: 0px 5px 10px 5px; } -.blog-sidebar .gallery-widget .widget-content{ +.blog-sidebar .gallery-widget .widget-content { padding-bottom: 30px; } -.blog-sidebar .gallery-widget .image-list li .image{ +.blog-sidebar .gallery-widget .image-list li .image { position: relative; display: inline-block; width: 100px; @@ -248,7 +253,7 @@ border-radius: 5px; } -.blog-sidebar .gallery-widget .image-list li .image img{ +.blog-sidebar .gallery-widget .image-list li .image img { width: 100%; border-radius: 5px; } @@ -259,32 +264,32 @@ /** RTL-CSS **/ -.rtl .default-sidebar{ +.rtl .default-sidebar { margin-right: 0px; margin-left: 15px; } -.rtl .blog-sidebar .tags-widget .tags-list li{ +.rtl .blog-sidebar .tags-widget .tags-list li { float: right; } -.rtl .blog-sidebar .post-widget .post{ +.rtl .blog-sidebar .post-widget .post { padding-left: 0px; padding-right: 95px; } -.rtl .blog-sidebar .post-widget .post .post-thumb{ +.rtl .blog-sidebar .post-widget .post .post-thumb { left: inherit; right: 0px; } -.rtl .blog-sidebar .post-widget .post .post-info li{ +.rtl .blog-sidebar .post-widget .post .post-info li { float: right; margin-right: 0px; margin-left: 40px; } -.rtl .blog-sidebar .post-widget .post .post-info li:before{ +.rtl .blog-sidebar .post-widget .post .post-info li:before { right: inherit; left: -20px; } @@ -293,97 +298,43 @@ /** RESPONSIVE-CSS **/ -@media only screen and (max-width: 1599px){ - -} +@media only screen and (max-width: 1599px) {} -@media only screen and (max-width: 1200px){ +@media only screen and (max-width: 1200px) {} - +@media only screen and (max-width: 991px) { -} - -@media only screen and (max-width: 991px){ - - .blog-sidebar{ + .blog-sidebar { margin-bottom: 40px; margin-right: 0px; } } -@media only screen and (max-width: 767px){ +@media only screen and (max-width: 767px) { - .service-details{ + .service-details { padding: 70px 0px 70px 0px; } } -@media only screen and (max-width: 599px){ +@media only screen and (max-width: 599px) {} +@media only screen and (max-width: 499px) { - -} - -@media only screen and (max-width: 499px){ - - .blog-sidebar .post-widget .post{ + .blog-sidebar .post-widget .post { padding: 0px; } - .blog-sidebar .post-widget .post .post-thumb{ + .blog-sidebar .post-widget .post .post-thumb { position: relative; margin-bottom: 15px; } - .rtl .blog-sidebar .post-widget .post{ + .rtl .blog-sidebar .post-widget .post { padding-right: 0px; } -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +} \ No newline at end of file diff --git a/public/assets/css/module-css/video.css b/public/assets/css/module-css/video.css index df2a739..cd8955a 100644 --- a/public/assets/css/module-css/video.css +++ b/public/assets/css/module-css/video.css @@ -1,13 +1,12 @@ - /** video-section **/ -.video-section{ +.video-section { position: relative; overflow: hidden; padding: 145px 0px; } -.video-section .bg-layer:before{ +.video-section .bg-layer:before { position: absolute; content: ''; /* background: #bc0000; */ @@ -18,20 +17,20 @@ opacity: 0.6; } -.video-section .inner-box{ +.video-section .inner-box { position: relative; display: block; max-width: 1090px; } -.video-section .inner-box .video-btn{ +.video-section .inner-box .video-btn { position: absolute; top: 85px; right: 0px; - cursor:pointer + cursor: pointer } -.video-section .inner-box .video-btn a{ +.video-section .inner-box .video-btn a { position: relative; display: inline-block; width: 100px; @@ -45,7 +44,7 @@ z-index: 1; } -.video-section .inner-box h2{ +.video-section .inner-box h2 { display: block; font-size: 64px; line-height: 75px; @@ -54,7 +53,7 @@ margin-bottom: 50px; } -.video-section .inner-box .shape{ +.video-section .inner-box .shape { position: absolute; right: 573px; top: 242px; @@ -64,27 +63,27 @@ background-repeat: no-repeat; } -.inner-box-new-color{ +.inner-box-new-color { color: #fff; -font-size: 18px; - line-height: 36px; - /* font-weight: 600; */ - margin-bottom: 5px; + font-size: 18px; + line-height: 36px; + /* font-weight: 600; */ + margin-bottom: 5px; } -.video-section .image-layer{ +.video-section .image-layer { position: absolute; right: 60px; bottom: 0px; } -.video-section.alternat-2{ +.video-section.alternat-2 { overflow: visible; } -.video-section.alternat-2 .bg-layer{ +.video-section.alternat-2 .bg-layer { position: absolute; left: 0px; top: 0px; @@ -101,7 +100,7 @@ font-size: 18px; /** RTL-CSS **/ -.rtl .video-section .inner-box .video-btn{ +.rtl .video-section .inner-box .video-btn { right: inherit; left: 0px; } @@ -111,24 +110,24 @@ font-size: 18px; /** RESPONSIVE-CSS **/ -@media only screen and (max-width: 1200px){ +@media only screen and (max-width: 1200px) { - .video-section .image-layer{ + .video-section .image-layer { display: none; } } -@media only screen and (max-width: 1440px){ +@media only screen and (max-width: 1440px) { - .video-section .image-layer{ + .video-section .image-layer { display: none; } } -.video-section .inner-box .shape{ +.video-section .inner-box .shape { position: absolute; right: 566px; top: 174px; @@ -139,9 +138,9 @@ font-size: 18px; } -@media only screen and (max-width: 1440px){ +@media only screen and (max-width: 1440px) { - .video-section .inner-box .shape{ + .video-section .inner-box .shape { position: absolute; right: 587px; @@ -155,9 +154,9 @@ font-size: 18px; } -@media only screen and (max-width: 1024px){ +@media only screen and (max-width: 1024px) { - .video-section .inner-box .shape{ + .video-section .inner-box .shape { position: absolute; right: 470px; @@ -171,9 +170,9 @@ font-size: 18px; } -@media only screen and (max-width: 768px){ +@media only screen and (max-width: 768px) { - .video-section .inner-box .shape{ + .video-section .inner-box .shape { position: absolute; right: 226px; @@ -187,87 +186,50 @@ font-size: 18px; } -@media only screen and (max-width: 991px){ +@media only screen and (max-width: 991px) { - .video-section .inner-box .video-btn{ + .video-section .inner-box .video-btn { position: relative; top: 0px; margin-bottom: 40px; text-align: center; } - .video-section .inner-box h2 br{ + .video-section .inner-box h2 br { display: none; } } -@media only screen and (max-width: 767px){ +@media only screen and (max-width: 767px) { - .video-section .inner-box h2{ + .video-section .inner-box h2 { font-size: 26px; line-height: 46px; } - .video-section .inner-box .shape{ + .video-section .inner-box .shape { display: none; } - .video-section{ + .video-section { padding: 90px 0px 70px 0px; } } -@media only screen and (max-width: 599px){ +@media only screen and (max-width: 599px) {} +@media only screen and (max-width: 499px) {} + +@media (max-width: 768px) { + .video-section h2 { + text-align: center; + } + + .video-section .btn-box { + display: flex; + justify-content: center; + margin-top: 15px; + } } - -@media only screen and (max-width: 499px){ - - -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 1c7ee56..4cf537e 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -890,6 +890,20 @@ color: var(--secondary-color) !important; } + @media only screen and (max-width: 1024px) { + + .sec-title-1 h2 { + position: relative; + display: block; + font-size: 38px; + line-height: 65px; + font-weight: 700; + margin: 0px; + text-transform: capitalize; + } + + } + @@ -1113,9 +1127,9 @@ gap: 15px; } - .header-top .top-inner .social-links li { + /* .header-top .top-inner .social-links li { display: none !important; - } + } */ .header-top .top-inner { @@ -2856,16 +2870,16 @@ @media only screen and (max-width: 1200px) { - .main-menu, + /* .main-menu, .sticky-header, .main-header.style-one .outer-container:before { display: none !important; - } + } */ - .menu-area .mobile-nav-toggler { + /* .menu-area .mobile-nav-toggler { display: block; padding: 10px; - } + } */ .megamenu ul li:first-child { display: none; @@ -2875,6 +2889,44 @@ } + @media (max-width: 768px) { + .main-menu, + .sticky-header, + .main-header.style-one .outer-container:before { + display: none !important; + } + + .menu-area .mobile-nav-toggler { + display: block; + padding: 10px; + } + + .header-top .social-links { + display: none !important; + } + +} + +@media (max-width: 1200px) and (min-width: 1025px) { + .header-style-two .header-lower .outer-container { + padding: 0px 50px !important; + } +} + + +@media (max-width: 1024px) and (min-width: 769px) { + .header-style-two .header-lower .outer-container { + padding: 0px 20px; + } +} + + +@media (max-width: 1024px) { + .main-menu .navigation > li { + margin: 0 15px !important; + } +} + @media only screen and (min-width: 768px) { @@ -2962,6 +3014,15 @@ } + + @media only screen and (max-width: 499px) { + + .sec-title-1 h2 { + font-size: 26px; + line-height: 34px; + } + } + @media only screen and (max-width : 426px) { .default-form .form-group input[type='text'], @@ -3176,51 +3237,84 @@ opacity: 0.8; } } - -.contact-icon-container { - position: fixed; - bottom: 60px; - left: 20px; - z-index: 9999; -} -/* Common style for all icons */ -.contact-icon-outer { - background-color: #102548; - padding: 16px; - border-radius: 50%; - box-shadow: 0 4px 6px rgba(0,0,0,0.2); - display: flex; - align-items: center; - justify-content: center; - text-decoration: none; - width: 56px; - height: 56px; - position: absolute; - left: 0; /* so all align vertically */ - transition: transform 0.3s ease, opacity 0.3s ease; -} + .contact-icon-container { + position: fixed; + bottom: 60px; + left: 20px; + z-index: 9999; + } -.contact-icon { - width: 28px; - height: 28px; -} + /* Common style for all icons */ + .contact-icon-outer { + background-color: #102548; + padding: 16px; + border-radius: 50%; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); + display: flex; + align-items: center; + justify-content: center; + text-decoration: none; + width: 56px; + height: 56px; + position: absolute; + left: 0; + /* so all align vertically */ + transition: transform 0.3s ease, opacity 0.3s ease; + } -/* Extra icons start hidden */ -.extra-icon { - opacity: 0; - transform: translateY(20px); /* slight downward offset */ - pointer-events: none; -} + .contact-icon { + width: 28px; + height: 28px; + } -/* When menu is open */ -.extra-icon.show { - opacity: 1; - transform: translateY(0); - pointer-events: auto; -} + /* Extra icons start hidden */ + .extra-icon { + opacity: 0; + transform: translateY(20px); + /* slight downward offset */ + pointer-events: none; + } -/* Delay each icon for “one-by-one” effect */ -.extra-icon.show:nth-child(1) { transition-delay: 0.05s; } -.extra-icon.show:nth-child(2) { transition-delay: 0.1s; } -.extra-icon.show:nth-child(3) { transition-delay: 0.15s; } + /* When menu is open */ + .extra-icon.show { + opacity: 1; + transform: translateY(0); + pointer-events: auto; + } + + /* Delay each icon for “one-by-one” effect */ + .extra-icon.show:nth-child(1) { + transition-delay: 0.05s; + } + + .extra-icon.show:nth-child(2) { + transition-delay: 0.1s; + } + + .extra-icon.show:nth-child(3) { + transition-delay: 0.15s; + } + + @media (max-width: 425px) { + .sec-title-1 { + display: flex; + flex-direction: column; + } + + .sec-title-1 h2 { + order: -1; + font-weight: normal; + font-size: 24px; + color: inherit; + } + + .sec-title-1 span { + order: 1; + font-weight: bold; + font-size: 26px !important; + color: #fff; + display: block; + margin-top: 8px; + } +} diff --git a/public/assets/images/home/our-services/bottom-left.webp b/public/assets/images/home/our-services/bottom-left.webp new file mode 100644 index 0000000..b8b7d67 Binary files /dev/null and b/public/assets/images/home/our-services/bottom-left.webp differ diff --git a/public/assets/images/home/our-services/top-right.webp b/public/assets/images/home/our-services/top-right.webp new file mode 100644 index 0000000..54178c7 Binary files /dev/null and b/public/assets/images/home/our-services/top-right.webp differ