.page-title {
    padding: 120px 0px 80px 0px;
}

.main-header .logo-box .logo {
    max-width: 150px;
}

.footer-top .logo-widget .footer-logo {
    margin-bottom: 10px;
    max-width: 150px;
}

.nav-logo {padding-bottom: 50px;}
.nav-logo a img {max-width: 150px;}

#social-share {
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 9999;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.5s;
}
#social-share.open {
    transform: translateY(0);
    opacity: 1;
}
#social-share a img {
    height: 50px;
    transition: all 0.3s;
}
#social-share a img:hover {
    transform: translateY(-7px);
}

.scroll-top {
    right:14px;
}

.service-block-one .inner-box .image-box img {
    height: 214px;
    object-fit: cover;
}

.list-check li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 24px;
    margin-bottom: 14px;
}
.list-check li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: 700;
    left: 0px;
    top: 0px;
   color: #d32e1b;
}

.service-details-content .content-one .text h4{
    margin-bottom: 12px;
}

/* Responsive call icon fixed to bottom left */
#call-icon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    right: auto;
    z-index: 9999;
    background: transparent;
    box-shadow: none;
}
#call-icon .call-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
}
#call-icon .call-button:hover {
    background: #128c7e;
}
#call-icon img {
    width: 32px;
    height: 32px;
}
@media (max-width: 767px) {
    #call-icon {
        left: 15px;
        bottom: 12px;
        right: auto;
    }
    #call-icon .call-button {
        width: 48px;
        height: 48px;
    }
    #call-icon img {
        width: 24px;
        height: 24px;
    }
}


