html.fancybox-enabled body {
  margin-right: 0 !important;
}

#m-footer[id="m-footer"] {
  background: #000;
  color: #fff;
  padding: 40px 0;
}

/* Footer Links and Typography */
#m-footer[id="m-footer"] {
  background: #000;
  color: #fff;
  padding: 40px 0;
}

/* Footer Links and Typography */
#m-footer[id="m-footer"] a {
  color: #fff;
}

#m-footer[id="m-footer"] a:hover {
  text-decoration: underline;
}

#m-footer[id="m-footer"] ul li:hover a {
  color: #fff;
  text-decoration: none;
}

#m-footer[id="m-footer"] h5 {
  min-height: 30px;
  margin: 5px 0;
}

/* Footer List Items */
#m-footer[id="m-footer"] ul li i {
  color: #fff;
  padding-right: 8px;
}

#m-footer[id="m-footer"] ul li i:hover {
  color: #e6af4c;
}

#m-footer[id="m-footer"] ul li:hover .fa-caret-right {
  color: #fff;
}

/* Custom Footer Classes */
#m-footer [class*="txt-div"] ul {
  padding: 0;
  list-style: none;
}

#m-footer [class*="txt-div"] .fa-caret-right {
  color: #fff;
}

#m-footer [class*="abt-txt"] {
  position: relative;
}

#m-footer [class*="r-text-center"] {
  text-align: center;
}

#m-footer [class*="ad-f"] {
  clear: both;
  /* margin-top: 1rem; */
  margin-bottom: 2.5rem;
}

#m-footer [class*="ad-footer-pl-40"] {
  padding-left: 40px;
}

/* #m-footer [class*="abt-txt"]:after {
  content: '';
  background: url(../images/c-bk.png);
  width: 38px;
  height: 36px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 70px;
  top: 190px;
} */

/* Footer Utility Lists */
#m-footer [class*="ftr-ul"] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
}

#m-footer ul[class*="ftr-ul"] .li-1 {
  border-right: 1px solid #888;
}

#m-footer ul[class*="ftr-ul"] li {
  padding: 0 10px;
  color: #888;
}

#m-footer ul[class*="ftr-ul"] .li-one {
  padding: 0 10px 0 0;
}

#m-footer [class*="copy-txt"] {
  color: #888;
}

/* Secondary Footer */
#m-footer [id*="scnd-ftr"] {
  padding: 3px 0;
}

/* Footer Image Lists */
#m-footer [class*="foot-ul"] {
  list-style: none;
  display: inline-flex;
  text-align: left;
  gap: 20px;
  padding-left: 0px;
  margin-top: 11px;
}

#m-footer [class*="foot-ul"] img {
  border-radius: 7px;
}

/* Icon Colors */
#m-footer .fa-caret-right:before {
  color: #fcae20;
}

#m-footer .fa-location-pin:before, 
#m-footer .fa-map-marker:before {
  color: #fcae20;
}

/* Layout Utilities */
#m-footer [class*="sub-m-div"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

#m-footer [class*="img-1-p"] {
  padding: 0 40px 0 0;
}

#m-footer [class*="serv-div"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive Footer Adjustments */
@media (max-width: 1200px) {
  #m-footer[id="m-footer"] {
    padding: 40px 10px;
  }
  
  #m-footer [class*="ad-footer-pl-40"] {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  
  #m-footer .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    /* margin-bottom: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #m-footer [class*="soc-txt"] {
    /* margin-bottom: 30px; */
    text-align: center;
  }

  .added-payments-section > h4{
    text-align: center;
  }
   .added-payments-section > img{
    margin: auto;
  }
}

@media (max-width: 991px) {
  #m-footer[id="m-footer"] {
    padding: 40px 10px;
  }
  
  #m-footer ul[class*="ftr-ul"] li {
    padding: 0;
  }
  
  #m-footer [class*="ftr-ul"] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  
  #m-footer ul[class*="ftr-ul"] .li-1 {
    border: 0;
  }
  
  #m-footer [class*="img-1-p"] {
    padding: 0;
    margin-bottom: 10px;
  }
  
  /* Mobile adjustments for custom footer classes */
  #m-footer [class*="ad-footer-pl-40"] {
    padding-left: 0;
  }
  
  #m-footer [class*="r-text-center"] {
    text-align: center;
  }
  
  /* Mobile spacing fixes */
  #m-footer [class*="soc-txt"].p0 {
    padding: 0 10px;
  }
  
  #m-footer [class*="ad-f"] {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
  }
}

/* Hide decorative elements on mobile */
@media (max-width: 991px) {
  #m-footer[id="m-footer"] .abt-txt.abt-txt:after {
    display: none;
  }
}

