.site-footer {
  background-color: #fff;
  color: #000;
}
.page-template-template-shopify-custom .site-footer,
.page-template-template-ecommerce-audits .site-footer,
.page-template-template-cro .site-footer,
.page-template-template-contact .site-footer,
.page-template-template-shopify-site-speed .site-footer

{
    margin-top:50px;
}
.footer-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width:100%;
  max-width:1200px;
  padding:50px;
  margin:0 auto;
  border-top:1px solid #c1c1c1;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
}

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


.footer-menu a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}


.footer-contact p {
  margin: 0;
  line-height: 1.6;
}
.footer-content {
  display: flex
;
  gap: 20px;
  justify-content: space-between;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: black;
  width:30%


}
.footer-contact a{
  color: black;
}
.footer-contact p , .footer-contact a{
  display: flex;
  text-decoration:none;
  align-items: center;
  gap: 10px;
}
.footer-contact p i , .footer-contact a i{
  color:#81d742;
  font-size: 16px;
  
}
.footer-legal-menu {
  display: flex
;
  flex-direction: column;
  gap: 20px;
  width: 20%;
}
footer a , footer p{
    font-size: 14px;
    font-weight: 400;
}
.service-menu {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    width:40%
}
.service-inner-menu{
    display:flex;
}
.service-inner-menu .footer-menu {
  width: 45%;
  display: flex
;
  flex-direction: column;
  gap: 20px;
}
.footer-content h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.footer-links a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px; 
  color: #81d742;
}




/* Fixed Contact Button */

#contact-button button {
  position: fixed;
  right: -42px;
  bottom: 135px;
  transform: rotate(270deg);
  background: #81d742;
  border: 0px;
  padding: 10px 15px 10px 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.24);
  z-index: 999;
}

/* Contact Popup */
#contact-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.contact-popup-content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18px;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
    background-color: rgba(0, 0, 0, 1.00);
}

#close-contact-form {
  float: right;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

/* Contact Form 7 Styles */
.contact-popup-content h2 {
  color: #81d742;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
}

#contact-popup .wpcf7-form label {
  display: block;
  margin-block: 20px 6px;
  color: #fff;
}

#contact-popup .wpcf7-form input, #contact-popup .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  border: none;
}

#contact-popup .wpcf7-form textarea {
  height: 100px;
}

#contact-popup .wpcf7-form .wpcf7-submit {
  background: #81d742;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  width: auto;
  transition: 0.3s;
  border-radius: 0;
}

#contact-popup .wpcf7-form .wpcf7-submit:hover {
  background: #5ea82a;
}
@media (max-width:1024px){
  .service-inner-menu .footer-menu{

  }
  .service-inner-menu .footer-menu:first-child {
    width: 41%;
}
.service-inner-menu .footer-menu {
  width: 62%;
}
}

@media (max-width:857px){
    .footer-container{
        padding-left:40px;
        padding-right:40px;
    }
}
@media (max-width:767px){
  .footer-contact {
    gap: 0;
    width: 100%;
}
  .footer-content {
    gap: 12px;
    flex-wrap: wrap;
}

  .footer-legal-menu {
    gap: 0;
    width: 25%;
}
.footer-container {
  gap: 15px;
}
.service-menu {
  gap: 0;
  width: 65%;
}
.service-menu {
  gap: 0;
  width: 72%;
}
.service-inner-menu .footer-menu {
  width: 58%;
  gap: 10px;
}
.service-inner-menu .footer-menu:first-child {
  width: 38%;
}
}

@media (max-width:540px){
    .footer-container{
        padding-left:20px;
        padding-right:20px;
    }
    
}
@media (max-width:480px){
  .service-menu {
    width: 100%;
}
.service-inner-menu .footer-menu {
  width: 70%;
}
.service-inner-menu .footer-menu:first-child {
  width: 40%;
}
.footer-legal-menu {
  gap: 0;
  width: 100%;
}
}