:root {

  --theme: #f19920;
 
}

.contact-page-wrapper.style1 .contact-info .single-item {
    height: 275px;
}

.quick-contact {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 60px;
  z-index: 9999;
}

.quick-contact img {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  z-index: 9;
}

.intro-section .intro-wrapper.style1 {
    padding-top: 150px;
    position: relative;
}

.responsive-logo {
    width: 400px;
    height: auto;
}

.service-card.style1 .thumb-box img{
    height: 225px;
    object-fit: cover;
}

.breadcumb .breadcumb-wrapper .page-heading {
    padding: 131px 0 60px 0;
}



.footer-section .footer-wrapper.style2 .footer-widget.style1 .footer-single-wid .content ul li{
    font-size: 16px;
}

@media (max-width: 768px) {
    .responsive-logo {
        width: 200px;
    }
}

.footer-section {
    padding: 60px 0 20px;
    background-color: black;
    position: relative;
}
.footer-wrapper {
    margin-bottom: 30px;
}
.footer-single-wid .title h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.footer-single-wid .content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.footer-single-wid .content .read-more {
    color: #FC5A11;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-single-wid .content .read-more:hover {
    color: #d9480f;
}
.services-list li, .quick-links-list li {
    margin-bottom: 10px;
}
.services-list li a, .quick-links-list li a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}
.services-list li a:hover, .quick-links-list li a:hover {
    color: #FC5A11;
}
.footer-single-wid .content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
}

.footer-section .footer-wrapper.style2 .footer-widget.style1 .footer-single-wid .content ul li span {
    background: none;
    width: 10px;
}
.footer-bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}
.footer-bottom p {
    font-size: 14px;
    color: #666;
}
.footer-bottom p a {
    color: #FC5A11;
    text-decoration: none;
}
.footer-bottom p a:hover {
    text-decoration: underline;
}
.footer-logo img {
    max-width: 150px;
}
.quick-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.quick-contact img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s;
}
.quick-contact img:hover {
    transform: scale(1.1);
}
@media (max-width: 991px) {
    .footer-logo {
        text-align: center;
        margin-top: 20px;
    }
    .footer-bottom-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom-wrapper .footer-logo {
        margin-top: 15px;
    }
}