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) => (
{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