From 885196c11e5d887cb956f99f67454ce7371952f9 Mon Sep 17 00:00:00 2001 From: akash Date: Thu, 26 Feb 2026 16:06:50 +0530 Subject: [PATCH] responsive chages are updated --- src/app/globals.css | 74 ++++++++++--------- src/components/sections/Home1/CaseStudies.tsx | 2 +- src/components/sections/Home1/Pricing.tsx | 2 +- src/components/sections/Home1/Testimonial.tsx | 3 +- 4 files changed, 43 insertions(+), 38 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 13ef587..2fd12f5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -739,7 +739,13 @@ img { } .space100 { - height: 100px; + height: 80px; +} + +@media (max-width: 767px) { + .space100 { + height: 60px !important; + } } @keyframes animation-5 { @@ -1137,13 +1143,13 @@ img { @media (max-width: 767px) { .sp1 { - padding: 50px 0 50px; + padding: 60px 0 60px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .sp1 { - padding: 50px 0 50px; + padding: 60px 0 60px; } } @@ -1153,18 +1159,18 @@ img { @media (max-width: 767px) { .sp2 { - padding: 50px 0 20px; + padding: 60px 0 60px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .sp2 { - padding: 50px 0 20px; + padding: 60px 0 60px; } } .sp3 { - padding: 80px 0 50px; + padding: 80px 0 80px; } .sp4 { @@ -1173,34 +1179,34 @@ img { @media (max-width: 767px) { .sp4 { - padding: 40px 0 40px; + padding: 60px 0 60px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .sp4 { - padding: 40px 0 40px; + padding: 60px 0 60px; } } .sp5 { - padding: 60px 0 60px; + padding: 80px 0 80px; } @media (max-width: 767px) { .sp5 { - padding: 30px 0 30px; + padding: 60px 0 60px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .sp5 { - padding: 30px 0 30px; + padding: 60px 0 60px; } } .sp6 { - padding: 120px 0 120px; + padding: 80px 0 80px; } @media (max-width: 767px) { @@ -1216,18 +1222,18 @@ img { } .sp7 { - padding: 120px 0 90px; + padding: 80px 0 80px; } @media (max-width: 767px) { .sp7 { - padding: 60px 0 30px; + padding: 60px 0 60px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .sp7 { - padding: 60px 0 30px; + padding: 60px 0 60px; } } @@ -1237,18 +1243,18 @@ img { @media (max-width: 767px) { .sp8 { - padding: 50px 0 0; + padding: 60px 0 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .sp8 { - padding: 50px 0 0; + padding: 60px 0 0; } } .sp9 { - padding: 120px 0 0; + padding: 80px 0 0; } @media (max-width: 767px) { @@ -1269,13 +1275,13 @@ img { @media (max-width: 767px) { .sp10 { - padding: 0 0 50px; + padding: 0 0 60px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .sp10 { - padding: 0 0 50px; + padding: 0 0 60px; } } @@ -1337,7 +1343,7 @@ img { top: 6px; } -.heading1 h5 span img{ +.heading1 h5 span img { width: 25px; @@ -16760,7 +16766,7 @@ only screen and (min-width: 768px) and (max-width: 991px), padding: 0 1.5rem; } - .specialty-list li{ + .specialty-list li { font-size: 14px !important; @@ -16777,7 +16783,7 @@ only screen and (min-width: 768px) and (max-width: 991px), @media (max-width: 768px) { .kf-section { - padding: 50px 0; + padding: 60px 0; } .kf-container { @@ -17357,9 +17363,9 @@ only screen and (min-width: 768px) and (max-width: 991px), /* --- Section header text --- */ .faqv2-subtitle { font-size: 15px; - font-weight: 600; - color: #3779b9; - text-transform: uppercase; + color: #3779b9 !important; + font-weight: 600 !important; + text-transform: uppercase !important; letter-spacing: 2px; display: flex; align-items: center; @@ -18653,9 +18659,9 @@ img { gap: 20px !important; } - .card-boxarea { + /* .card-boxarea { padding: 18px !important; - } + } */ .card-boxarea h3 { font-size: 32px !important; @@ -18686,9 +18692,9 @@ img { margin: 40px auto; } - .card-boxarea { + /* .card-boxarea { margin-bottom: 20px !important; - } + } */ .space100 { height: 20px !important; @@ -19035,7 +19041,7 @@ img { padding-right: 20px !important; } - .specialty-list li{ + .specialty-list li { font-size: 13px !important; @@ -19292,12 +19298,12 @@ img { width: 200px; } - .specialty-row { + .specialty-row { flex-direction: column !important; gap: 20px; } - .about1-section-area .about-images-area .elements10{ + .about1-section-area .about-images-area .elements10 { display: none !important; @@ -19333,7 +19339,7 @@ img { } .homepage1-body .vl-main-menu ul { - padding-left: 0; + padding-left: 0; } /*============= PRICING CSS AREA STARTS ===============*/ diff --git a/src/components/sections/Home1/CaseStudies.tsx b/src/components/sections/Home1/CaseStudies.tsx index 11e6cc8..f548240 100644 --- a/src/components/sections/Home1/CaseStudies.tsx +++ b/src/components/sections/Home1/CaseStudies.tsx @@ -63,7 +63,7 @@ const CaseStudies = () => { }; return ( -
+
diff --git a/src/components/sections/Home1/Pricing.tsx b/src/components/sections/Home1/Pricing.tsx index b89733a..e968097 100644 --- a/src/components/sections/Home1/Pricing.tsx +++ b/src/components/sections/Home1/Pricing.tsx @@ -6,7 +6,7 @@ import { pricingPlans } from '@/assets/data'; const Pricing = () => { return ( -
+
diff --git a/src/components/sections/Home1/Testimonial.tsx b/src/components/sections/Home1/Testimonial.tsx index bd45e95..36ee9da 100644 --- a/src/components/sections/Home1/Testimonial.tsx +++ b/src/components/sections/Home1/Testimonial.tsx @@ -76,8 +76,7 @@ const Testimonial = () => { backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundAttachment: 'fixed', - position: 'relative', - paddingBottom: '80px' + position: 'relative' }}>