diff --git a/assets/css/style-new.css b/assets/css/style-new.css index 12fd838..5b0b212 100644 --- a/assets/css/style-new.css +++ b/assets/css/style-new.css @@ -164,6 +164,33 @@ p { height: 100%; } +.tooltip-container { + position: relative; + display: inline-block; +} + +.tooltip { + visibility: hidden; + opacity: 0; + background-color: #333; + color: #fff; + text-align: center; + border-radius: 4px; + padding: 5px 10px; + position: absolute; + bottom: 100%; + left: 50%; + transform: translateX(-50%); + white-space: nowrap; + z-index: 10; + transition: opacity 0.3s; +} + +.tooltip-container:hover .tooltip { + visibility: visible; + opacity: 1; +} + .cloud-box { background: linear-gradient(to bottom, #1E1E1EE5, #000000E5); padding: 25px 15px; @@ -299,15 +326,15 @@ p { } -#card_slide .slick-slide { +/* #card_slide .slick-slide { display: flex !important; align-items: center; justify-content: center; -} +} */ #card_slide .slick-slide img { transform: scale(0.9); - width: 80%; + width: 90%; height: auto; border-radius: 8px; filter: grayscale(100%); @@ -723,6 +750,10 @@ button.next_arrow { justify-content: center; } +.mobile-banner-content .transform-box-main .transform-box:first-child { + grid-column: span 2; +} + .mobile-banner { width: auto; height: 400px; @@ -801,22 +832,26 @@ button.next_arrow { } .four-grid .transform-box-main .transform-box .transform-inn-content .mid-para { - min-height: 68px; + min-height: 58px; } .transform-box img, .innovating-box img { width: 25px; height: 25px; - margin-top: 6px; + margin-top: 1px; } .innovating-box-main { display: grid; grid-template-columns: repeat(3, 1fr); - grid-gap: 40px; - margin: 40px 0; + grid-gap: 30px; + margin: 40px 0 0; +} + +.web-innovating .lets_talk { + margin-top: 40px; } .innovating-box { @@ -933,11 +968,17 @@ button.next_arrow { color: #fff; } -input:-webkit-autofill { - -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; - box-shadow: 0 0 0px 1000px transparent inset !important; +.cmm-inputs-main input:-webkit-autofill { + -webkit-box-shadow: 0 0 0 1000px transparent inset !important; + box-shadow: 0 0 0 1000px transparent inset !important; background-color: transparent !important; - color: inherit !important; + -webkit-text-fill-color: #fff !important; + /* White text */ + color: #fff !important; + /* Fallback for non-WebKit browsers */ + caret-color: #fff !important; + /* White cursor */ + transition: background-color 5000s ease-in-out 0s; } .cmm-inputs-main .row { @@ -1496,9 +1537,9 @@ input:-webkit-autofill { word-spacing: 2px; } -.why-hire-sec { +/* .why-hire-sec { background-color: #121212; -} +} */ .why-hire-sec .transform-box-main { grid-template-columns: repeat(3, 1fr); @@ -1949,12 +1990,12 @@ p.btn-sym { .flutter-exp img { width: 20px; height: 20px; + margin-top: 3px; } .flutter-exp-inn-content { display: flex; gap: 10px; - align-items: center; } .flutter-exp .grey-para { @@ -3175,6 +3216,13 @@ p.btn-sym { display: none; } +.ios-banner-sec { + background-image: url(../images/new-img/ios-banner.webp); + background-size: cover; + background-repeat: no-repeat; + background-position: bottom; +} + .ios-sec .col-md-7 { display: flex; @@ -3236,6 +3284,10 @@ p.btn-sym { list-style-type: disc; } +.mobile_view_img{ + display: none; +} + /* ***** Media screen ***** */ @@ -3315,6 +3367,10 @@ p.btn-sym { @media (max-width:1199px) { + .web-innovating .innovating-box-main { + grid-template-columns: repeat(2, 1fr); + } + .mobile-banner { height: 380px; } @@ -3382,6 +3438,13 @@ p.btn-sym { @media (max-width:991px) { + .mobile_view_img{ + display: block; + } + + .innovating-box-main { + grid-template-columns: repeat(2, 1fr); + } .mobile-download-main { gap: 85px; @@ -3436,6 +3499,10 @@ p.btn-sym { width: 100%; } + .strategic-sec .strategic-side { + display: none; + } + .develope-ai-sec .col-md-5 img { scale: 1; display: none; @@ -3535,6 +3602,25 @@ p.btn-sym { padding: 40px 0; } + + .flutter-exp-main { + grid-template-columns: repeat(1, 1fr); + grid-gap: 36px 40px; + } + + .mobile-banner-content .transform-box-main .transform-box:first-child { + grid-column: span 1; + } + + .web-innovating .innovating-box-main { + grid-template-columns: repeat(1, 1fr); + margin: 0; + } + + .innovating-box { + padding: 12px; + } + .mob-wrapper { display: none; } @@ -3564,7 +3650,7 @@ p.btn-sym { display: none; } - .dot { + .details-img .dot { display: none; } @@ -3754,7 +3840,7 @@ p.btn-sym { } .cloud-logo-main { - gap: 20px; + gap: 30px; } .lets-collaborate-sec .lets_talk a { @@ -3798,7 +3884,8 @@ p.btn-sym { } .innovating-box-main { - grid-template-columns: repeat(2, 1fr); + grid-template-columns: repeat(1, 1fr); + margin: 0; } .mobile-download-main { @@ -3829,6 +3916,7 @@ p.btn-sym { .block-main { grid-template-columns: repeat(1, 1fr); + grid-gap: 40px; } @@ -3876,11 +3964,6 @@ p.btn-sym { scale: 1; } - .flutter-exp-main { - grid-template-columns: repeat(1, 1fr); - grid-gap: 36px 40px; - } - .four-grid .transform-box-main { grid-template-columns: repeat(1, 1fr); } @@ -3982,6 +4065,14 @@ p.btn-sym { @media (max-width:420px) { + .steps-main { + grid-template-columns: repeat(1, 1fr); + } + + .steps-main .step .step-number:not(:last-child)::after { + content: none; + } + .innovating-box-main { grid-template-columns: repeat(1, 1fr); } diff --git a/assets/images/new-img/android-logo.svg b/assets/images/new-img/android-logo.svg new file mode 100644 index 0000000..09d64a3 --- /dev/null +++ b/assets/images/new-img/android-logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/images/new-img/api-first.webp b/assets/images/new-img/api-first.webp new file mode 100644 index 0000000..b2dd158 Binary files /dev/null and b/assets/images/new-img/api-first.webp differ diff --git a/assets/images/new-img/apple-logo.svg b/assets/images/new-img/apple-logo.svg new file mode 100644 index 0000000..5b3a166 --- /dev/null +++ b/assets/images/new-img/apple-logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/images/new-img/hybrid-app.svg b/assets/images/new-img/hybrid-app.svg new file mode 100644 index 0000000..88d0700 --- /dev/null +++ b/assets/images/new-img/hybrid-app.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/images/new-img/ios-banner.webp b/assets/images/new-img/ios-banner.webp new file mode 100644 index 0000000..d776196 Binary files /dev/null and b/assets/images/new-img/ios-banner.webp differ diff --git a/assets/images/new-img/iot-logo.svg b/assets/images/new-img/iot-logo.svg new file mode 100644 index 0000000..2109585 --- /dev/null +++ b/assets/images/new-img/iot-logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/assets/images/new-img/native-app.svg b/assets/images/new-img/native-app.svg new file mode 100644 index 0000000..db6e6c7 --- /dev/null +++ b/assets/images/new-img/native-app.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/images/new-img/pwa-app.svg b/assets/images/new-img/pwa-app.svg new file mode 100644 index 0000000..352af5f --- /dev/null +++ b/assets/images/new-img/pwa-app.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/assets/images/new-img/tablet-logo.svg b/assets/images/new-img/tablet-logo.svg new file mode 100644 index 0000000..8be7b13 --- /dev/null +++ b/assets/images/new-img/tablet-logo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/images/new-img/tv-logo.svg b/assets/images/new-img/tv-logo.svg new file mode 100644 index 0000000..c27ba3d --- /dev/null +++ b/assets/images/new-img/tv-logo.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/images/new-img/watch-logo.svg b/assets/images/new-img/watch-logo.svg new file mode 100644 index 0000000..52d4fd3 --- /dev/null +++ b/assets/images/new-img/watch-logo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/pages/ai-app.php b/pages/ai-app.php index ee39b3a..2618e9d 100644 --- a/pages/ai-app.php +++ b/pages/ai-app.php @@ -667,10 +667,22 @@ Scalable and High-Performance Solutions.

- - - - +
+ + Amazon Web Services +
+
+ + Cloud Service +
+
+ + Microsoft Azure +
+
+ + IBM Cloud +
@@ -915,7 +927,7 @@
-

Leading Performer in SEO Excellence - techbehemoths

+

Top Mobile App Development Company - techbehemoths

2024

diff --git a/pages/android.php b/pages/android.php index b980306..f17b10d 100644 --- a/pages/android.php +++ b/pages/android.php @@ -98,7 +98,7 @@ -
+

Our Project Management Services

@@ -187,7 +187,7 @@ -
+

iOS Development Process Section

@@ -522,7 +522,7 @@
-

Leading Performer in SEO Excellence - techbehemoths

+

Top Mobile App Development Company - techbehemoths

2024

diff --git a/pages/app-modernization.php b/pages/app-modernization.php index 66b6e3f..9a626dd 100644 --- a/pages/app-modernization.php +++ b/pages/app-modernization.php @@ -521,7 +521,7 @@
-

Leading Performer in SEO Excellence - techbehemoths

+

Top Mobile App Development Company - techbehemoths

2024

diff --git a/pages/company-about-us.php b/pages/company-about-us.php index 1184753..2f1e139 100644 --- a/pages/company-about-us.php +++ b/pages/company-about-us.php @@ -119,7 +119,7 @@ -
+

What Sets Us Apart

@@ -186,7 +186,7 @@
-

Leading Performer in SEO Excellence - techbehemoths

+

Top Mobile App Development Company - techbehemoths

2024

diff --git a/pages/complete-digital-transformation.php b/pages/complete-digital-transformation.php index 3626915..971ea3b 100644 --- a/pages/complete-digital-transformation.php +++ b/pages/complete-digital-transformation.php @@ -867,7 +867,7 @@
-

Leading Performer in SEO Excellence - techbehemoths

+

Top Mobile App Development Company - techbehemoths

2024

diff --git a/pages/consulting.php b/pages/consulting.php index f74e224..04166d4 100644 --- a/pages/consulting.php +++ b/pages/consulting.php @@ -355,7 +355,7 @@ -
+

Why Hire Startup Consulting from Us

@@ -468,7 +468,7 @@
04.
-
4. Engage Your Team +
Engage Your Team
Get working with your dedicated development team and start your development process. @@ -674,7 +674,7 @@
-

Leading Performer in SEO Excellence - techbehemoths

+

Top Mobile App Development Company - techbehemoths

2024

diff --git a/pages/contact-us.php b/pages/contact-us.php index ced8750..3ba2911 100644 --- a/pages/contact-us.php +++ b/pages/contact-us.php @@ -16,13 +16,16 @@
@@ -258,8 +261,8 @@

Enter Details

- Fill in all the details required to start. Be accurate to enable smooth processing. -

+ Fill in the required information correctly to initiate the process. This will ensure + that your request is handled efficiently and smoothly.

@@ -279,8 +282,8 @@

Book Appointment

- Select an appropriate time slot according to your schedule. Make it easy to plan and - remain ahead. + Select your convenient time slot, so that planning is made easier and on-time support + can be received from our consultancy expertise.

diff --git a/pages/hire-mobile-app-developer.php b/pages/hire-mobile-app-developer.php index bb83c12..2c4a694 100644 --- a/pages/hire-mobile-app-developer.php +++ b/pages/hire-mobile-app-developer.php @@ -41,7 +41,7 @@ -
+

Why Hire Mobile App Developers from Us

@@ -938,7 +938,7 @@
-

Leading Performer in SEO Excellence - techbehemoths

+

Top Mobile App Development Company - techbehemoths

2024

diff --git a/pages/homepage.php b/pages/homepage.php index 0d2327a..bad68d4 100644 --- a/pages/homepage.php +++ b/pages/homepage.php @@ -14,6 +14,7 @@