diff --git a/public/assets/images/home/right-img.webp b/public/assets/images/home/right-img.webp index f60cce5..e8fbd51 100644 Binary files a/public/assets/images/home/right-img.webp and b/public/assets/images/home/right-img.webp differ diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index 6773d4e..b3e6923 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -37,7 +37,7 @@ export default function Home2() { - + diff --git a/src/app/globals.css b/src/app/globals.css index 1cd5bf7..359267e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -813,6 +813,7 @@ body { border-right: 2px solid transparent; border-top: none; border-bottom: none; + align-items: center; } .fo-item:hover .fo-card-top, @@ -5416,7 +5417,7 @@ body { top: 62%; } -@media (max-width: 991px) { +@media (max-width: 767px) { .history-two__wrapper { border: none; padding-bottom: 0; @@ -5429,7 +5430,7 @@ body { .history-two__border, .history-two__border--left { - margin: 25px 0 40px 0 !important; + margin: 25px 0 30px 0 !important; } .history-two__content::before, @@ -7046,6 +7047,12 @@ body { /* padding: 80px 0 80px; */ } +@media (max-width: 1920px) and (min-width: 1440px) { + .counselling-solutions { + padding-bottom: 90px !important; + } +} + /* .counselling-solutions .sec-title { padding-bottom: 20px; } */ @@ -8267,25 +8274,26 @@ body { } .projects-one__filter__list button.list-unstyled-item { - cursor: pointer; - border: none !important; - position: relative; - display: block; background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important; - color: white !important; - transition: all 500ms ease; - text-transform: capitalize; - padding: 12.5px 25px; - font-size: 18px; - font-weight: 700; - line-height: 25px; + background-size: 200% auto !important; border-radius: 10px !important; - outline: none; + color: #fff !important; + padding: 15px 30px !important; + border: none !important; + transition: all 0.5s ease-6ms !important; + display: inline-flex !important; + align-items: center !important; + justify-content: center !important; + gap: 8px !important; + text-decoration: none !important; + background-position: left center !important; + font-weight: 700 !important; + cursor: pointer; } .projects-one__filter__list button.list-unstyled-item.active, .projects-one__filter__list button.list-unstyled-item:hover { - background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important; + /* background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important; */ color: var(--pelocis-white, #fff) !important; opacity: 0.85; } @@ -13216,11 +13224,11 @@ body { @media (max-width: 1200px) { - .brand-section{ + /* .brand-section{ padding-top: 90px !important; - } + } */ .home-contact-one .appointment__form__top .sec-title__title{ @@ -13258,13 +13266,6 @@ body { } -.section-space{ - - padding-top: 50px !important; - padding-bottom: 50px !important; - -} - .counselling-solutions__title{ padding-top: 30px; @@ -13336,4 +13337,17 @@ body { padding: 0px !important; } +} +@media (max-width:1400px) and (min-width:501px) { + .contact-area .contact-info-item .content h6 { + font-size: 16px !important; + } +} +@media (max-width: 991px) { + .history-two__content--left::before, + .history-two__content--left::after, + .history-two__content::before, + .history-two__content::after { + display: none; + } } \ No newline at end of file diff --git a/src/components/careers/FaqVideoSection.tsx b/src/components/careers/FaqVideoSection.tsx index 0e1a336..2a854eb 100644 --- a/src/components/careers/FaqVideoSection.tsx +++ b/src/components/careers/FaqVideoSection.tsx @@ -189,7 +189,7 @@ const FaqVideoSection = () => { -
+
{ +const TestimonialsSection = ({ className = "section-space" }: { className?: string }) => { const [reviews, setReviews] = useState([]); const [loading, setLoading] = useState(true); @@ -68,7 +68,7 @@ const TestimonialsSection = () => { } return ( -
+
@@ -146,24 +146,24 @@ const TestimonialsSection = () => {
)}
- {/* Centered Action Button at Bottom */} -
-
- - Review us on Google - -
-
+ {/* Centered Action Button at Bottom */} +
+
+ + Review us on Google + +
+
- +
diff --git a/src/components/layout/Footer1.tsx b/src/components/layout/Footer1.tsx index 3543661..23b8356 100644 --- a/src/components/layout/Footer1.tsx +++ b/src/components/layout/Footer1.tsx @@ -50,7 +50,7 @@ const Footer1 = () => { footer logo

Metatroncube Software Solutions: Where innovation meets execution to elevate your digital presence. Partner with us for bespoke web and app development that powers your business growth.

-
+
diff --git a/src/components/mobile-app-development-service/style-app.css b/src/components/mobile-app-development-service/style-app.css index 7169033..9f079d1 100644 --- a/src/components/mobile-app-development-service/style-app.css +++ b/src/components/mobile-app-development-service/style-app.css @@ -19357,7 +19357,7 @@ img { } .homepage1-body .row-bg3 { - padding: 20px 5px; + padding: 20px 5px !important; } .vl-header-action-item { diff --git a/src/components/web-development-service/style.css b/src/components/web-development-service/style.css index fd1f6bd..d9ad5f9 100644 --- a/src/components/web-development-service/style.css +++ b/src/components/web-development-service/style.css @@ -19567,7 +19567,7 @@ img { } .homepage1-body .row-bg3 { - padding: 20px 5px; + padding: 20px 5px !important; } .vl-header-action-item {