diff --git a/app/about-us/page.js b/app/about-us/page.js index 4ddbd26..9ad463f 100644 --- a/app/about-us/page.js +++ b/app/about-us/page.js @@ -219,7 +219,7 @@ export default function Home() { {teamMembers.map((member, index) => (
-
+
@@ -327,7 +327,7 @@ export default function Home() {
-
+
@@ -338,7 +338,7 @@ export default function Home() {
-
+
@@ -349,7 +349,7 @@ export default function Home() {
-
+
diff --git a/components/layout/MobileMenu.js b/components/layout/MobileMenu.js index bb28771..63d0aba 100644 --- a/components/layout/MobileMenu.js +++ b/components/layout/MobileMenu.js @@ -2,10 +2,9 @@ import Link from "next/link"; import { useState } from "react"; import { servicesList } from "@/utils/Services.utils"; -import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils" -import Rehabilitation from "@/utils/Rehabilitation.utils" -import Accident from "@/utils/Accident.utils" - +import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils"; +import Rehabilitation from "@/utils/Rehabilitation.utils"; +import Accident from "@/utils/Accident.utils"; export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar }) { const [isActive, setIsActive] = useState({ @@ -33,172 +32,166 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar return ( <>
+ {/* Backdrop for closing */}
-
+ {/* Close button */} +
+ +
+ + {/* Mobile Navigation */} -
{/* End Mobile Menu */} -
+
+ + {/* Sidebar Overlay */} +
); -}; - +} diff --git a/components/layout/footer/Footer2.js b/components/layout/footer/Footer2.js index 78f9ea6..09c3027 100644 --- a/components/layout/footer/Footer2.js +++ b/components/layout/footer/Footer2.js @@ -51,12 +51,12 @@ export default function Footer2() { -
  • + {/*
  • -
  • + */}
  • diff --git a/components/sections/home/MobileServicesSection.js b/components/sections/home/MobileServicesSection.js index 1d0936f..7b53b98 100644 --- a/components/sections/home/MobileServicesSection.js +++ b/components/sections/home/MobileServicesSection.js @@ -8,7 +8,7 @@ export default function MobileServices() {
    - Our Services + Our Services

    We Offer For You Medical &
    Saving Lives

    @@ -23,9 +23,7 @@ export default function MobileServices() { src={service.icon2} alt={`${service.title} icon2`} /> -

    {service?.title?.length > 20 - ? service.title.slice(0, 20) + "..." - : service.title}

    +

    {service?.title}

    - View All Services + View All Services
  • diff --git a/components/sections/home/ServicesSection.js b/components/sections/home/ServicesSection.js index 4d4530e..fdbeb24 100644 --- a/components/sections/home/ServicesSection.js +++ b/components/sections/home/ServicesSection.js @@ -6,7 +6,7 @@ export default function ServicesSection() { return ( //
    -
    +
    @@ -28,9 +28,10 @@ export default function ServicesSection() {

    - {service?.title?.length > 25 + {service?.title} + {/* {service?.title?.length > 25 ? service.title.slice(0, 25) + "..." - : service.title} + : service.title} */}

    {service?.shortDescription}

    diff --git a/public/assets/css/module-css/chooseus.css b/public/assets/css/module-css/chooseus.css index f01d704..19db6df 100644 --- a/public/assets/css/module-css/chooseus.css +++ b/public/assets/css/module-css/chooseus.css @@ -54,6 +54,25 @@ margin-bottom: 10px; } +/* lets cmnt */ + +@media only screen and (max-width: 426px) { +.chooseus-block-one .inner-box h3{ + display: block; + font-size: 18px; + line-height: 20px; + font-weight: 600; + color: #fff; + margin-bottom: 8px; +} + +.chooseus-block-one .inner-box p{ + font-size: 15px !important; +} +} + +/* lets cmnt */ + .chooseus-block-one .inner-box p{ color: #fff; } diff --git a/public/assets/css/module-css/process.css b/public/assets/css/module-css/process.css index 3627bb9..b452aa2 100644 --- a/public/assets/css/module-css/process.css +++ b/public/assets/css/module-css/process.css @@ -56,9 +56,9 @@ color: rgba(0, 0, 0, 0.1); } -.processing-block-one:nth-child(2) .inner-box .count-text{ +/* .processing-block-one:nth-child(2) .inner-box .count-text{ left: -110px; -} +} */ .process-section .arrow-shape{ position: absolute; diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 472b690..9371cf9 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -818,6 +818,11 @@ margin-bottom: 15px; } + .new-color{ + + color: #fff !important; + + } .sec-title h2 { position: relative; display: block; @@ -1036,12 +1041,19 @@ } } - @media screen and (max-width: 1024px) { + @media screen and (max-width: 426px) { .header-top .social-links { display: none !important; } } + @media (max-width: 426px) { + .top-inner .info-list li:nth-child(2) { + display: none !important; + } +} + + /* .header-top .top-inner .social-links li a:hover { color: #fff; @@ -1059,6 +1071,17 @@ .header-top .top-inner .social-links { gap: 15px; } + .header-top .top-inner .social-links li{ + display: none !important; + } + + .header-top .top-inner{ + + justify-content: center; + + } + + } @media only screen and (max-width: 1024px) { @@ -2213,6 +2236,14 @@ margin-bottom: 30px; } + @media only screen and (max-width: 426px) { +.main-footer .widget-title h3 { + + text-align: start; + + } +} + .main-footer .widget-title h3 { font-size: 26px; line-height: 36px; @@ -2287,6 +2318,18 @@ opacity: 0.5; } + .pattern-1{ + + opacity: 0.3; + + } + + .pattern-2{ + + opacity: 0.3; + + } + .main-footer .pattern-layer .pattern-2 { position: absolute; left: 70px; diff --git a/public/assets/images/home/our-services/our-services-bg.webp b/public/assets/images/home/our-services/our-services-bg.webp index be58172..1002516 100644 Binary files a/public/assets/images/home/our-services/our-services-bg.webp and b/public/assets/images/home/our-services/our-services-bg.webp differ