color- changes updated

This commit is contained in:
vidhubk 2025-09-10 23:01:17 +05:30
parent 5af7a81cb3
commit dc516bc1f9
3 changed files with 27 additions and 8 deletions

View File

@ -37,7 +37,7 @@ export default function Funfacts2() {
<CounterUp count={36} time={1} />
<small>
+ </small></h4>
<h6 className="title_no_a_18">Years Of Experience</h6>
<h6 className="title_no_a_18">Years of Experience</h6>
</div>
</div>
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-6 w_50_after_max_768">

View File

@ -99,7 +99,7 @@ export default function Contact() {
<div className="pd_top_90" />
</section>
<section className="content-section bg_op_4 theme_alter-bg" style={{ backgroundImage: 'url(assets/images/wave-pat-1.png)' }}>
<section className="content-section bg_op_4 bg_light_4" style={{ backgroundImage: 'url(assets/images/wave-pat-1.png)' }}>
{/*-============spacing==========-*/}
<div className="pd_top_90" />
{/*-============spacing==========-*/}
@ -284,8 +284,8 @@ export default function Contact() {
{/*-============spacing==========-*/}
</section>
<section className="call-to-action-section position-relative bg_op_1" style={{ backgroundImage: 'url(assets/images/call-bg-h4-min.jpg)' }}>
<div className="background_overlay bg_11 z_0" />
<section className="call-to-action-section position-relative bg_blue " style={{ backgroundImage: 'url(assets/images/call-bg-h4-min.jpg)' }}>
{/* <div className="background_overlay bg_blue" /> */}
{/*-============spacing==========-*/}
<div className="pd_top_50" />
{/*-============spacing==========-*/}
@ -296,7 +296,7 @@ export default function Contact() {
<img src="/assets/images/BookNow/team-left.webp" className="img-fluid" alt="img" />
</div>
</div>
<div className="col-lg-6">
<div className="col-lg-5">
<div className="section_title color_white">
<div className="title_whole">
<h2 className="title">
@ -304,10 +304,10 @@ export default function Contact() {
</div>
</div>
</div>
<div className="col-lg-2">
<div className="col-lg-3">
<div className="theme_btn_all text-md-center">
<Link href="tel:+(647) 360-2075" className="theme_btn big color_white_two rotate">
Call us at (647) 360-2075 <span> <i className="fi-rr-arrow-small-up" /></span>
Call us at <br /> +1 (647) 360-2075 <span> <i className="fi-rr-arrow-small-up" /></span>
</Link>
</div>

View File

@ -139,6 +139,9 @@
.bg_blue{
background: #08254b !important;
}
/* .hover{
background: #ff6600;
} */
@media (max-width: 1200px) {
.d_none_1200px {
@ -3634,7 +3637,7 @@ body .slick-dots li {
}
.icon_box_only.type_eight:hover {
border-color: vaR(--color-set-one-1);
border-color: #ff6600;
}
.desc_content_box {
@ -8836,6 +8839,12 @@ body ul.portfolio_filter.color_two li:hover {
.call_to_action.style_one .contact_header_one .icon_s i {
font-size: 20px;
}
.theme_btn.big.color_white_two.rotate:hover {
background-color: #FF6600;
color: #FFFFFF;
border-color: #FF6600;
transition: all 0.3s ease;
}
.call_to_action.style_two {
padding: 50px 50px 50px;
@ -14699,6 +14708,16 @@ body .wp-block-rss li a {
color: var(--color-white) !important;
border: 1px solid #ff6600;
}
.theme_btn.color_two:hover {
background: #08254B;
color: var(--color-white) !important;
border: 1px solid #08254B;
}
.theme_btn:hover{
background: #08254B;
color: var(--color-white) !important;
border: 1px solid #08254B;
}
.theme_alter-bg{