corrections updated

This commit is contained in:
Selvi 2025-09-16 17:03:53 +05:30
parent 1696ce23df
commit 2461a833fb
13 changed files with 288 additions and 284 deletions

View File

@ -116,8 +116,8 @@ export default function Home() {
<section className="process-section sec-pad pt-0">
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-19.png)' }}></div>
<div className="shape">
<div className="shape-1 float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-20.png)' }}></div>
<div className="shape-2 float-bob-y" style={{ backgroundImage: 'url(/assets/images/shape/shape-15.png)' }}></div>
{/* <div className="shape-1 float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-20.png)' }}></div>
<div className="shape-2 float-bob-y" style={{ backgroundImage: 'url(/assets/images/shape/shape-15.png)' }}></div> */}
<div className="shape-3"></div>
</div>
<div className="auto-container">
@ -195,17 +195,17 @@ export default function Home() {
{/* team-section-style-two */}
<section className="team-section sec-pad centred">
<div className="shape">
<div
{/* <div className="shape"> */}
{/* <div
className="shape-1 float-bob-y"
style={{ backgroundImage: "url(/assets/images/shape/shape-15.png)" }}
></div>
<div className="shape-2"></div>
<div
></div> */}
{/* <div className="shape-2"></div> */}
{/* <div
className="shape-3 float-bob-x"
style={{ backgroundImage: "url(/assets/images/shape/shape-16.png)" }}
></div>
</div>
></div> */}
{/* </div> */}
<div className="auto-container">
<div className="sec-title mb_50">
@ -270,7 +270,7 @@ export default function Home() {
<p className='sub-title-2'>Physiotherapy Etobicoke We are a team of health care professionals provide physiotherapy, massage therapy services in etobicoke assist you in improving your health.</p>
</div>
<div className="row clearfix">
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
<div className="col-lg-6 col-md-6 chooseus-block">
<div className="chooseus-block-one">
<div className="inner-box">
<div className="icon-box"><img src="/assets/images/about-us/section4/expert-team.webp" alt="Expert team" /></div>
@ -279,7 +279,7 @@ export default function Home() {
</div>
</div>
</div>
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
<div className="col-lg-6 col-md-6 chooseus-block">
<div className="chooseus-block-one">
<div className="inner-box">
<div className="icon-box"><img src="/assets/images/about-us/section4/understand.webp" alt="Understand your pain" /></div>
@ -288,7 +288,7 @@ export default function Home() {
</div>
</div>
</div>
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
<div className="col-lg-6 col-md-6 chooseus-block">
<div className="chooseus-block-one">
<div className="inner-box">
<div className="icon-box"><img src="/assets/images/home/why-choose/ready.webp" alt="Ready to go" /></div>

View File

@ -298,11 +298,11 @@ export default function Home() {
<section className="process-section pt_90 pb_90">
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-19.png)' }}></div>
<div className="shape">
{/* <div className="shape">
<div className="shape-1 float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-20.png)' }}></div>
<div className="shape-2 float-bob-y" style={{ backgroundImage: 'url(/assets/images/shape/shape-15.png)' }}></div>
<div className="shape-3"></div>
</div>
</div> */}
<div className="auto-container">
<div className="inner-container">
<div className="arrow-shape" style={{ backgroundImage: 'url(/assets/images/shape/shape-18.webp)' }}></div>

View File

@ -24,11 +24,11 @@ export default function Team() {
<div className="pattern-1" style={{ backgroundImage: 'url(/assets/images/shape/shape-13.webp)' }}></div>
<div className="pattern-2" style={{ backgroundImage: 'url(/assets/images/shape/shape-14.webp)' }}></div>
</div>
<div className="shape">
{/* <div className="shape">
<div className="shape-1 float-bob-y" style={{ backgroundImage: 'url(/assets/images/shape/shape-15.png)' }}></div>
<div className="shape-2"></div>
<div className="shape-3 float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-16.png)' }}></div>
</div>
</div> */}
<div className="auto-container">
<div className="sec-title mb_50">
<span className="sub-title">Why Choose Us</span>

View File

@ -27,9 +27,9 @@ export default function AreaOfInjury() {
<div className="auto-container">
<div className="sec-title-1 mb_50">
<span className="sub-title-1">Start Your Treatment Today! <br /> Visit our healthcare team in Etobicoke.</span>
<h3 className='h3-white' style={{ fontWeight: "bold" }}>
<h2 className='h3-white' style={{ fontWeight: "bold" }}>
Area Of Injury
</h3>
</h2>
</div>
<div className="row clearfix">
{areaOfInjuryData.slice(0, 8).map((area, index) => (

View File

@ -5,14 +5,11 @@ import Link from "next/link"
export default function MobileServices() {
return (
<>
<section className="feature-section sec-pad bg-color-1" style={{
backgroundImage: "url(/assets/images/home/our-services/our-services-bg.webp)",
backgroundSize: "cover",
backgroundPosition: "left",
backgroundRepeat: "no-repeat",
backgroundAttachment: "scroll",
}}
>
<section className="team-section sec-pad centred bg-color-1">
<div className="pattern-layer">
<div className="pattern-1" style={{ backgroundImage: 'url(/assets/images/home/our-services/top-right.webp)' }}></div>
<div className="pattern-2" style={{ backgroundImage: 'url(/assets/images/home/our-services/bottom-left.webp)' }}></div>
</div>
<div className="auto-container">
<div className="sec-title mb_50 centred">
<span className="sub-title-1 new-color2">Our Services</span>

View File

@ -4,11 +4,11 @@ export default function ProcessSection() {
return (
<section className="process-section sec-pad bg-color-1">
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-19.png)' }}></div>
<div className="shape">
{/* <div className="shape">
<div className="shape-1 float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-20.png)' }}></div>
<div className="shape-2 float-bob-y" style={{ backgroundImage: 'url(/assets/images/shape/shape-15.png)' }}></div>
<div className="shape-3"></div>
</div>
</div> */}
<div className="auto-container">
<div className="sec-title mb_50 centred">
<span className="sub-title">Our Process</span>

View File

@ -4,10 +4,10 @@ import React from 'react';
export default function ServicesSection() {
return (
<section className="service-section team-section bg-layer sec-pad bg-color-1">
<section className="team-section sec-pad centred bg-color-1">
<div className="pattern-layer">
<div className="pattern-1" style={{ backgroundImage: 'url(/assets/images/shape/shape-13.webp)' }}></div>
<div className="pattern-2" style={{ backgroundImage: 'url(/assets/images/shape/shape-14.webp)' }}></div>
<div className="pattern-1" style={{ backgroundImage: 'url(/assets/images/home/our-services/top-right.webp)' }}></div>
<div className="pattern-2" style={{ backgroundImage: 'url(/assets/images/home/our-services/bottom-left.webp)' }}></div>
</div>
<div className="auto-container">
<div className="sec-title-1 mb_50 centred">

View File

@ -16,7 +16,7 @@ export default function WhyChooseUsSection() {
<p className='sub-title-2'>Physiotherapy Etobicoke We are a team of health care professionals provide physiotherapy, massage therapy services in etobicoke assist you in improving your health.</p>
</div>
<div className="row clearfix">
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
<div className="col-lg-6 col-md-6 chooseus-block">
<div className="chooseus-block-one">
<div className="inner-box">
<div className="icon-box"><img src="/assets/images/home/why-choose/expert-team.webp" alt="Expert Team" /></div>
@ -25,7 +25,7 @@ export default function WhyChooseUsSection() {
</div>
</div>
</div>
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
<div className="col-lg-6 col-md-6 chooseus-block">
<div className="chooseus-block-one">
<div className="inner-box">
<div className="icon-box"><img src="/assets/images/home/why-choose/understand.webp" alt="Understand your Pain" /></div>
@ -34,7 +34,7 @@ export default function WhyChooseUsSection() {
</div>
</div>
</div>
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
<div className="col-lg-6 col-md-6 chooseus-block">
<div className="chooseus-block-one">
<div className="inner-box">
<div className="icon-box"><img src="/assets/images/home/why-choose/ready.webp" alt="Ready To Go" /></div>

View File

@ -1,11 +1,16 @@
/** sidebar **/
.default-sidebar{
.default-sidebar {
position: relative;
}
.default-sidebar .sidebar-widget{
@media (max-width: 991px) {
.default-sidebar {
display: none;
}
}
.default-sidebar .sidebar-widget {
position: relative;
background: #FFFFFF;
box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
@ -13,40 +18,40 @@
margin-bottom: 40px;
}
.default-sidebar .sidebar-widget:last-child{
.default-sidebar .sidebar-widget:last-child {
margin-bottom: 0px;
}
.default-sidebar .widget-title{
.default-sidebar .widget-title {
position: relative;
display: block;
padding: 40px 40px 19px 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.default-sidebar .widget-title h3{
.default-sidebar .widget-title h3 {
display: block;
font-size: 36px;
line-height: 46px;
font-weight: 600;
}
.default-sidebar .widget-content{
.default-sidebar .widget-content {
position: relative;
padding: 30px 30px 40px 45px;
}
.default-sidebar .category-widget .category-list li{
.default-sidebar .category-widget .category-list li {
position: relative;
display: block;
margin-bottom: 15px;
}
.default-sidebar .category-widget .category-list li:last-child{
.default-sidebar .category-widget .category-list li:last-child {
margin-bottom: 0px;
}
.default-sidebar .category-widget .category-list li a{
.default-sidebar .category-widget .category-list li a {
position: relative;
display: inline-block;
font-size: 18px;
@ -57,11 +62,11 @@
}
.default-sidebar .category-widget .category-list li a:hover,
.default-sidebar .category-widget .category-list li a.current{
.default-sidebar .category-widget .category-list li a.current {
color: #bc0000;
}
.default-sidebar .category-widget .category-list li a:before{
.default-sidebar .category-widget .category-list li a:before {
position: absolute;
content: '\e924';
font-family: 'icomoon';
@ -73,16 +78,16 @@
}
.default-sidebar .category-widget .category-list li a:hover:before,
.default-sidebar .category-widget .category-list li a.current:before{
.default-sidebar .category-widget .category-list li a.current:before {
color: var(--secondary-color) !important;
}
.blog-sidebar .search-widget .search-form .form-group{
.blog-sidebar .search-widget .search-form .form-group {
position: relative;
margin-bottom: 0px;
}
.blog-sidebar .search-widget .search-form .form-group input[type='search']{
.blog-sidebar .search-widget .search-form .form-group input[type='search'] {
position: relative;
display: block;
width: 100%;
@ -96,7 +101,7 @@
padding: 10px 60px 10px 40px;
}
.blog-sidebar .search-widget .search-form .form-group button[type='submit']{
.blog-sidebar .search-widget .search-form .form-group button[type='submit'] {
position: absolute;
top: 28px;
right: 25px;
@ -106,24 +111,24 @@
transition: all 500ms ease;
}
.blog-sidebar .search-widget .search-form .form-group input:focus + button,
.blog-sidebar .search-widget .search-form .form-group button:hover{
.blog-sidebar .search-widget .search-form .form-group input:focus+button,
.blog-sidebar .search-widget .search-form .form-group button:hover {
color: var(--secondary-color);
}
.blog-sidebar .tags-widget .tags-list{
.blog-sidebar .tags-widget .tags-list {
position: relative;
margin: 0px -7.5px;
}
.blog-sidebar .tags-widget .tags-list li{
.blog-sidebar .tags-widget .tags-list li {
position: relative;
display: inline-block;
float: left;
margin: 0px 7.5px 15px 7.5px;
}
.blog-sidebar .tags-widget .tags-list li a{
.blog-sidebar .tags-widget .tags-list li a {
position: relative;
display: inline-block;
font-size: 16px;
@ -135,16 +140,16 @@
text-align: center;
}
.blog-sidebar .tags-widget .tags-list li a:hover{
.blog-sidebar .tags-widget .tags-list li a:hover {
color: #fff;
background: var(--theme-color);
}
.blog-sidebar .tags-widget .widget-content{
.blog-sidebar .tags-widget .widget-content {
padding-bottom: 25px;
}
.blog-sidebar .post-widget .post{
.blog-sidebar .post-widget .post {
position: relative;
display: block;
padding: 1px 0px 1px 95px;
@ -152,7 +157,7 @@
min-height: 80px;
}
.blog-sidebar .post-widget .post .post-thumb{
.blog-sidebar .post-widget .post .post-thumb {
position: absolute;
left: 0px;
top: 0px;
@ -161,12 +166,12 @@
border-radius: 50%;
}
.blog-sidebar .post-widget .post .post-thumb img{
.blog-sidebar .post-widget .post .post-thumb img {
width: 100%;
border-radius: 50%;
}
.blog-sidebar .post-widget .post h6{
.blog-sidebar .post-widget .post h6 {
display: block;
font-size: 14px;
line-height: 20px;
@ -174,20 +179,20 @@
margin-bottom: 12px;
}
.blog-sidebar .post-widget .post h6 a{
.blog-sidebar .post-widget .post h6 a {
display: inline-block;
color: var(--title-color);
}
.blog-sidebar .post-widget .post h6 a:hover{
.blog-sidebar .post-widget .post h6 a:hover {
color: var(--theme-color);
}
.blog-sidebar .post-widget .post:last-child{
.blog-sidebar .post-widget .post:last-child {
margin-bottom: 0px;
}
.blog-sidebar .post-widget .post .post-info li{
.blog-sidebar .post-widget .post .post-info li {
position: relative;
display: inline-block;
float: left;
@ -197,20 +202,20 @@
margin-right: 40px;
}
.blog-sidebar .post-widget .post .post-info li:last-child{
.blog-sidebar .post-widget .post .post-info li:last-child {
margin: 0px !important;
}
.blog-sidebar .post-widget .post .post-info li a{
.blog-sidebar .post-widget .post .post-info li a {
display: inline-block;
color: #676767;
}
.blog-sidebar .post-widget .post .post-info li a:hover{
.blog-sidebar .post-widget .post .post-info li a:hover {
color: var(--secondary-color);
}
.blog-sidebar .post-widget .post .post-info li:before{
.blog-sidebar .post-widget .post .post-info li:before {
position: absolute;
content: '';
background: rgba(103, 103, 103, 1);
@ -220,27 +225,27 @@
right: -20px;
}
.blog-sidebar .post-widget .post .post-info li:last-child:before{
.blog-sidebar .post-widget .post .post-info li:last-child:before {
display: none;
}
.blog-sidebar .gallery-widget .image-list{
.blog-sidebar .gallery-widget .image-list {
position: relative;
margin: 0px -5px;
}
.blog-sidebar .gallery-widget .image-list li{
.blog-sidebar .gallery-widget .image-list li {
position: relative;
display: inline-block;
float: left;
margin: 0px 5px 10px 5px;
}
.blog-sidebar .gallery-widget .widget-content{
.blog-sidebar .gallery-widget .widget-content {
padding-bottom: 30px;
}
.blog-sidebar .gallery-widget .image-list li .image{
.blog-sidebar .gallery-widget .image-list li .image {
position: relative;
display: inline-block;
width: 100px;
@ -248,7 +253,7 @@
border-radius: 5px;
}
.blog-sidebar .gallery-widget .image-list li .image img{
.blog-sidebar .gallery-widget .image-list li .image img {
width: 100%;
border-radius: 5px;
}
@ -259,32 +264,32 @@
/** RTL-CSS **/
.rtl .default-sidebar{
.rtl .default-sidebar {
margin-right: 0px;
margin-left: 15px;
}
.rtl .blog-sidebar .tags-widget .tags-list li{
.rtl .blog-sidebar .tags-widget .tags-list li {
float: right;
}
.rtl .blog-sidebar .post-widget .post{
.rtl .blog-sidebar .post-widget .post {
padding-left: 0px;
padding-right: 95px;
}
.rtl .blog-sidebar .post-widget .post .post-thumb{
.rtl .blog-sidebar .post-widget .post .post-thumb {
left: inherit;
right: 0px;
}
.rtl .blog-sidebar .post-widget .post .post-info li{
.rtl .blog-sidebar .post-widget .post .post-info li {
float: right;
margin-right: 0px;
margin-left: 40px;
}
.rtl .blog-sidebar .post-widget .post .post-info li:before{
.rtl .blog-sidebar .post-widget .post .post-info li:before {
right: inherit;
left: -20px;
}
@ -293,97 +298,43 @@
/** RESPONSIVE-CSS **/
@media only screen and (max-width: 1599px){
}
@media only screen and (max-width: 1599px) {}
@media only screen and (max-width: 1200px){
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 991px){
.blog-sidebar{
.blog-sidebar {
margin-bottom: 40px;
margin-right: 0px;
}
}
@media only screen and (max-width: 767px){
@media only screen and (max-width: 767px) {
.service-details{
.service-details {
padding: 70px 0px 70px 0px;
}
}
@media only screen and (max-width: 599px){
@media only screen and (max-width: 599px) {}
@media only screen and (max-width: 499px) {
}
@media only screen and (max-width: 499px){
.blog-sidebar .post-widget .post{
.blog-sidebar .post-widget .post {
padding: 0px;
}
.blog-sidebar .post-widget .post .post-thumb{
.blog-sidebar .post-widget .post .post-thumb {
position: relative;
margin-bottom: 15px;
}
.rtl .blog-sidebar .post-widget .post{
.rtl .blog-sidebar .post-widget .post {
padding-right: 0px;
}
}

View File

@ -1,13 +1,12 @@
/** video-section **/
.video-section{
.video-section {
position: relative;
overflow: hidden;
padding: 145px 0px;
}
.video-section .bg-layer:before{
.video-section .bg-layer:before {
position: absolute;
content: '';
/* background: #bc0000; */
@ -18,20 +17,20 @@
opacity: 0.6;
}
.video-section .inner-box{
.video-section .inner-box {
position: relative;
display: block;
max-width: 1090px;
}
.video-section .inner-box .video-btn{
.video-section .inner-box .video-btn {
position: absolute;
top: 85px;
right: 0px;
cursor:pointer
cursor: pointer
}
.video-section .inner-box .video-btn a{
.video-section .inner-box .video-btn a {
position: relative;
display: inline-block;
width: 100px;
@ -45,7 +44,7 @@
z-index: 1;
}
.video-section .inner-box h2{
.video-section .inner-box h2 {
display: block;
font-size: 64px;
line-height: 75px;
@ -54,7 +53,7 @@
margin-bottom: 50px;
}
.video-section .inner-box .shape{
.video-section .inner-box .shape {
position: absolute;
right: 573px;
top: 242px;
@ -64,27 +63,27 @@
background-repeat: no-repeat;
}
.inner-box-new-color{
.inner-box-new-color {
color: #fff;
font-size: 18px;
font-size: 18px;
line-height: 36px;
/* font-weight: 600; */
margin-bottom: 5px;
}
.video-section .image-layer{
.video-section .image-layer {
position: absolute;
right: 60px;
bottom: 0px;
}
.video-section.alternat-2{
.video-section.alternat-2 {
overflow: visible;
}
.video-section.alternat-2 .bg-layer{
.video-section.alternat-2 .bg-layer {
position: absolute;
left: 0px;
top: 0px;
@ -101,7 +100,7 @@ font-size: 18px;
/** RTL-CSS **/
.rtl .video-section .inner-box .video-btn{
.rtl .video-section .inner-box .video-btn {
right: inherit;
left: 0px;
}
@ -111,24 +110,24 @@ font-size: 18px;
/** RESPONSIVE-CSS **/
@media only screen and (max-width: 1200px){
@media only screen and (max-width: 1200px) {
.video-section .image-layer{
.video-section .image-layer {
display: none;
}
}
@media only screen and (max-width: 1440px){
@media only screen and (max-width: 1440px) {
.video-section .image-layer{
.video-section .image-layer {
display: none;
}
}
.video-section .inner-box .shape{
.video-section .inner-box .shape {
position: absolute;
right: 566px;
top: 174px;
@ -139,9 +138,9 @@ font-size: 18px;
}
@media only screen and (max-width: 1440px){
@media only screen and (max-width: 1440px) {
.video-section .inner-box .shape{
.video-section .inner-box .shape {
position: absolute;
right: 587px;
@ -155,9 +154,9 @@ font-size: 18px;
}
@media only screen and (max-width: 1024px){
@media only screen and (max-width: 1024px) {
.video-section .inner-box .shape{
.video-section .inner-box .shape {
position: absolute;
right: 470px;
@ -171,9 +170,9 @@ font-size: 18px;
}
@media only screen and (max-width: 768px){
@media only screen and (max-width: 768px) {
.video-section .inner-box .shape{
.video-section .inner-box .shape {
position: absolute;
right: 226px;
@ -187,87 +186,50 @@ font-size: 18px;
}
@media only screen and (max-width: 991px){
@media only screen and (max-width: 991px) {
.video-section .inner-box .video-btn{
.video-section .inner-box .video-btn {
position: relative;
top: 0px;
margin-bottom: 40px;
text-align: center;
}
.video-section .inner-box h2 br{
.video-section .inner-box h2 br {
display: none;
}
}
@media only screen and (max-width: 767px){
@media only screen and (max-width: 767px) {
.video-section .inner-box h2{
.video-section .inner-box h2 {
font-size: 26px;
line-height: 46px;
}
.video-section .inner-box .shape{
.video-section .inner-box .shape {
display: none;
}
.video-section{
.video-section {
padding: 90px 0px 70px 0px;
}
}
@media only screen and (max-width: 599px){
@media only screen and (max-width: 599px) {}
@media only screen and (max-width: 499px) {}
@media (max-width: 768px) {
.video-section h2 {
text-align: center;
}
.video-section .btn-box {
display: flex;
justify-content: center;
margin-top: 15px;
}
}
@media only screen and (max-width: 499px){
}

View File

@ -890,6 +890,20 @@
color: var(--secondary-color) !important;
}
@media only screen and (max-width: 1024px) {
.sec-title-1 h2 {
position: relative;
display: block;
font-size: 38px;
line-height: 65px;
font-weight: 700;
margin: 0px;
text-transform: capitalize;
}
}
@ -1113,9 +1127,9 @@
gap: 15px;
}
.header-top .top-inner .social-links li {
/* .header-top .top-inner .social-links li {
display: none !important;
}
} */
.header-top .top-inner {
@ -2856,6 +2870,26 @@
@media only screen and (max-width: 1200px) {
/* .main-menu,
.sticky-header,
.main-header.style-one .outer-container:before {
display: none !important;
} */
/* .menu-area .mobile-nav-toggler {
display: block;
padding: 10px;
} */
.megamenu ul li:first-child {
display: none;
}
}
@media (max-width: 768px) {
.main-menu,
.sticky-header,
.main-header.style-one .outer-container:before {
@ -2867,13 +2901,31 @@
padding: 10px;
}
.megamenu ul li:first-child {
display: none;
.header-top .social-links {
display: none !important;
}
}
@media (max-width: 1200px) and (min-width: 1025px) {
.header-style-two .header-lower .outer-container {
padding: 0px 50px !important;
}
}
@media (max-width: 1024px) and (min-width: 769px) {
.header-style-two .header-lower .outer-container {
padding: 0px 20px;
}
}
@media (max-width: 1024px) {
.main-menu .navigation > li {
margin: 0 15px !important;
}
}
@ -2962,6 +3014,15 @@
}
@media only screen and (max-width: 499px) {
.sec-title-1 h2 {
font-size: 26px;
line-height: 34px;
}
}
@media only screen and (max-width : 426px) {
.default-form .form-group input[type='text'],
@ -3177,19 +3238,19 @@
}
}
.contact-icon-container {
.contact-icon-container {
position: fixed;
bottom: 60px;
left: 20px;
z-index: 9999;
}
}
/* Common style for all icons */
.contact-icon-outer {
/* Common style for all icons */
.contact-icon-outer {
background-color: #102548;
padding: 16px;
border-radius: 50%;
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
justify-content: center;
@ -3197,30 +3258,63 @@
width: 56px;
height: 56px;
position: absolute;
left: 0; /* so all align vertically */
left: 0;
/* so all align vertically */
transition: transform 0.3s ease, opacity 0.3s ease;
}
}
.contact-icon {
.contact-icon {
width: 28px;
height: 28px;
}
}
/* Extra icons start hidden */
.extra-icon {
/* Extra icons start hidden */
.extra-icon {
opacity: 0;
transform: translateY(20px); /* slight downward offset */
transform: translateY(20px);
/* slight downward offset */
pointer-events: none;
}
}
/* When menu is open */
.extra-icon.show {
/* When menu is open */
.extra-icon.show {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
}
/* Delay each icon for “one-by-one” effect */
.extra-icon.show:nth-child(1) { transition-delay: 0.05s; }
.extra-icon.show:nth-child(2) { transition-delay: 0.1s; }
.extra-icon.show:nth-child(3) { transition-delay: 0.15s; }
/* Delay each icon for “one-by-one” effect */
.extra-icon.show:nth-child(1) {
transition-delay: 0.05s;
}
.extra-icon.show:nth-child(2) {
transition-delay: 0.1s;
}
.extra-icon.show:nth-child(3) {
transition-delay: 0.15s;
}
@media (max-width: 425px) {
.sec-title-1 {
display: flex;
flex-direction: column;
}
.sec-title-1 h2 {
order: -1;
font-weight: normal;
font-size: 24px;
color: inherit;
}
.sec-title-1 span {
order: 1;
font-weight: bold;
font-size: 26px !important;
color: #fff;
display: block;
margin-top: 8px;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB