From 04f4300f2ba8e907001343c2ac67e1667c365f07 Mon Sep 17 00:00:00 2001 From: vidhubk Date: Wed, 10 Sep 2025 19:32:34 +0530 Subject: [PATCH] color-updated --- components/sections/Offer1.js | 2 +- pages/faqs.js | 2 +- public/assets/css/theme.css | 29 +++++++++++++++++------------ 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/components/sections/Offer1.js b/components/sections/Offer1.js index 1abf1f9..033df8e 100644 --- a/components/sections/Offer1.js +++ b/components/sections/Offer1.js @@ -55,7 +55,7 @@ const swiperOptions = { export default function Offer1() { return ( <> -
+
{/*-============spacing==========-*/}
{/*-============spacing==========-*/} diff --git a/pages/faqs.js b/pages/faqs.js index f8b67a4..8ff851d 100644 --- a/pages/faqs.js +++ b/pages/faqs.js @@ -121,7 +121,7 @@ export default function Faq() {
{/*-faqs section with images*/} -
+
{/*-============spacing==========-*/}
diff --git a/public/assets/css/theme.css b/public/assets/css/theme.css index d4958e1..9f60560 100644 --- a/public/assets/css/theme.css +++ b/public/assets/css/theme.css @@ -133,6 +133,10 @@ background: var(--color-set-one-bg-4) !important; } +.bg_light_4 { + background: #ff66005e !important; +} + @media (max-width: 1200px) { .d_none_1200px { display: none; @@ -6628,7 +6632,7 @@ body .service_post.style_one .owl-carousel .owl-dots { .block_faq .faq_header { position: relative; padding: 21px 25px; - background: var(--color-set-one-bg-1); + background: #ff660017; border: 1px solid var(--color-set-one-bor-3); border-radius: 12px; margin-bottom: 10px; @@ -6652,7 +6656,7 @@ body .service_post.style_one .owl-carousel .owl-dots { background: var(--color-white); text-align: center; font-size: 24px; - color: var(--color-set-one-1); + color: var(--color-set-four-1 ); display: block; transform: rotate(0deg); } @@ -6668,13 +6672,13 @@ body .service_post.style_one .owl-carousel .owl-dots { .block_faq .faq_header.active .icon_fq { transform: rotate(90deg); - background: var(--color-set-one-1); + background: var(--color-set-four-1); color: var(--color-white); } .block_faq .faq_header:hover .icon_fq { transform: rotate(90deg); - background: var(--color-set-one-1); + background: var(--color-set-four-1); color: var(--color-white); } @@ -6684,7 +6688,7 @@ body .service_post.style_one .owl-carousel .owl-dots { border-radius: 0px 0px 12px 12px; margin-top: -11px; padding: 0px 25px 20px; - background: var(--color-set-one-bg-1); + background: #ff660017; border: 1px solid var(--color-set-one-bor-3); border-top: 0px; margin-bottom: 10px; @@ -9239,7 +9243,7 @@ div.wpforms-container .wpforms-form .choices__inner:focus, div.wpforms-container .wpforms-form .choices__inner:focus-visible, div.wpforms-container .wpforms-form .choices__inner:active, div.wpforms-container .wpforms-form .choices__inner:hover { - border: 1px solid var(--color-set-one-1) !important; + border: 1px solid var(--color-set-four-1) !important; } body .adminbar-input { @@ -9832,7 +9836,7 @@ svg path { .select2-results__options::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); - background-color: var(--color-set-one-1); + background-color: var(--color-set-four-1); } .s_color_two::-webkit-scrollbar-thumb { @@ -14695,7 +14699,8 @@ body .wp-block-rss li a { .theme_alter-bg{ - background-color: #ffd1a3; + /* background-color: #ffd1a3; */ + background-color: #08254b; } @@ -15241,7 +15246,7 @@ body .wp-block-rss li a { } .social-icons ul li .m_icon:hover { - background: var(--color-set-one-1); + background: var(--color-set-one-2); color: var(--color-white); } @@ -16926,7 +16931,7 @@ input[type=range i]:focus::-webkit-slider-thumb { } */ .footer.style_two .newsteller_simple.button_style_one input[type=submit] { - background: var(--color-set-two-three-1); + background: #08254b; } .footer.style_two .contact_header_one .icon_s, @@ -17293,7 +17298,7 @@ input[type=range i]:focus::-webkit-slider-thumb { text-align: center; line-height: 46px; font-size: 18px; - color: var(--color-set-one-1); + color: var(--color-set-four-1); left: 0; top: 0; height: 46px; @@ -17340,7 +17345,7 @@ input[type=range i]:focus::-webkit-slider-thumb { } .prgoress_indicator svg.progress-circle path { - stroke: var(--color-set-one-1); + stroke:var(--color-set-four-1); stroke-width: 4; box-sizing: border-box; transition: all 200ms linear !important;