This commit is contained in:
vidhubk 2025-08-30 22:14:33 +05:30
commit 86a0e01cc4
2 changed files with 22 additions and 20 deletions

View File

@ -35,7 +35,7 @@ export default function MobileServices() {
<div className='col-12 text-center'> <div className='col-12 text-center'>
<div className="btn-box"> <div className="btn-box">
<Link href="index-2" className="theme-btn btn-one"><span>View All Services</span></Link> <Link href="/etobicoke-treatment-service" className="theme-btn btn-one"><span>View All Services</span></Link>
</div> </div>
</div> </div>
</div> </div>

View File

@ -524,7 +524,7 @@
.theme-btn:hover { .theme-btn:hover {
color: #bc0000 !important; color: #bc0000 !important;
} }
.theme-btn span { .theme-btn span {
position: relative; position: relative;
@ -1275,9 +1275,9 @@
transition: all 500ms ease; transition: all 500ms ease;
} }
.main-menu .navigation > li:last-child > a { .main-menu .navigation>li:last-child>a {
margin-right: 25px; margin-right: 25px;
} }
.main-menu .navigation>li.current>a, .main-menu .navigation>li.current>a,
@ -2829,6 +2829,7 @@
.theme-btn-2.btn-one { .theme-btn-2.btn-one {
background: var(--theme-color); background: var(--theme-color);
border: 1px solid #fff;
} }
.theme-btn-2.btn-two { .theme-btn-2.btn-two {
@ -2874,7 +2875,7 @@
.theme-btn-2:hover { .theme-btn-2:hover {
color: #bc0000 !important; color: #bc0000 !important;
} }
.theme-btn-2 span { .theme-btn-2 span {
position: relative; position: relative;
@ -2929,6 +2930,7 @@
--bs-gutter-x: 20px; --bs-gutter-x: 20px;
} }
} }
.read-more-btn { .read-more-btn {
background: none; background: none;
border: none; border: none;
@ -2937,9 +2939,9 @@
cursor: pointer; cursor: pointer;
padding: 5px 0; padding: 5px 0;
transition: color 0.3s ease; transition: color 0.3s ease;
} }
.read-more-btn:hover { .read-more-btn:hover {
color: #101A30; color: #101A30;
text-decoration: underline; text-decoration: underline;
} }