 .page-footer {
     background-color: #302F2F;
     color: #ffffff;
     font-family: Roboto;
     margin-top: auto;
     padding: 0;
 }

 .footer.content {
     padding: 50px 20px 20px;
     max-width: 1280px;
     margin: 0 auto;
     border-top: none;
     display: flex;
     justify-content: center;
 }

 .page-footer a {
     color: #cccccc;
     text-decoration: none;
     transition: all 0.3s ease;
 }

 .page-footer a:hover {
     color: #ffffff;
     text-decoration: none;
 }

 .footer-layout-wrapper {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     width: 100%;
 }

 .footer-col {
     margin-bottom: 30px;
     box-sizing: border-box;
 }

 .col-links {
     width: 22%;
     min-width: 160px;
 }

 .col-info {
     width: 50%;
 }

 .footer-title {
     color: #ffffff;
     font-size: 16px;
     font-weight: 700;
     margin-bottom: 20px;
     text-transform: capitalize;
     display: block;
 }

 .footer-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .footer-list li {
     margin-bottom: 12px;
     padding: 0;
 }

 .footer-list li a {
     font-size: 14px;
     color: #cccccc;
 }

 .footer-logo {
     display: flex;
     align-items: center;
     width: 230px;
     height: auto;
     margin-bottom: 40px;
 }

 .footer-map iframe {
     margin-bottom: 20px;
     border-radius: 10px;
     visibility: visible !important;
 }

 .footer-map a {
     display: none;
 }

 .contact-social-flex {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }

 .contact-details {
     width: 55%;
     padding-right: 20px;
 }

 .social-details {
     width: 40%;
 }

 .contact-item {
     margin-bottom: 15px;
     font-size: 13px;
     line-height: 1.6;
     color: #cccccc;
 }

 .contact-item strong {
     color: #ffffff;
     display: block;
     font-size: 14px;
     margin-bottom: 4px;
 }

 .social-item {
     display: flex;
     align-items: flex-start;
     margin-bottom: 20px;
 }

 .page-footer .social-icon {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 40px;
     height: 40px;
     background-color: #9B6A00;
     color: #fff;
     border-radius: 6px;
     margin-right: 15px;
     font-size: 20px;
     font-weight: bold;
     flex-shrink: 0;
 }

 .social-text {
     font-size: 13px;
     line-height: 1.5;
 }

 .social-text strong {
     color: #ffffff;
     display: block;
 }

 .footer-bottom {
     border-top: 1px solid #585858;
     width: 100%;
 }

 .copyright {
     background-color: #302F2F;
     color: #B8B4B4;
 }


 @media screen and (max-width: 768px) {
     .footer-layout-wrapper {
         flex-direction: column;
     }

     .col-links,
     .col-info {
         width: 100%;
         padding: 0;
     }

     .contact-social-flex {
         flex-direction: column;
     }

     .contact-details,
     .social-details {
         width: 100%;
         margin-bottom: 20px;
     }

     .footer.content {
         padding-top: 30px;
     }
 }


 .loading_img .lazyload {
     background-position: center center;
     background-repeat: no-repeat;
 }

 .clearfix:after {
     clear: both;
     content: '';
     display: block;
     height: 0;
     visibility: hidden;
 }