  /* If the body is adding extra space around the page */
  body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    background: #ededdc !important; /* Body background */
  }

.footer-wbc {
    color: #fff;
    padding: 20px 50px !important;
  }
  
  .footer-wbc .footer-section1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }

  .footer-wbc .footer-section1 .footer-wbc-d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .footer-wbc .footer-section1 .footer-wbc-d-flex .help a{
    /* color: #fff; */
    color: #A48F60;
    /* border-bottom: 1px solid #fff; */
    border-bottom: 1px solid #A48F60;
    /* text-decoration: underline; */
  }
  .footer-wbc .footer-section1 .footer-wbc-d-flex .help a:hover{
    color: #ccc;
    border-bottom: 1px solid #ccc;

  }
  /* .footer-wbc .footer-section1 .help{
    margin-left: calc(90% - 10vw);
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    position: relative;
    top: 10px;
  } */

  /* .footer-wbc .footer-section1 .ft-logo{
    margin-top: 20px;
  } */

  /* .footer-wbc .footer-section1 .help:hover {
    color: #ccc;
  } */
  .footer-wbc .footer-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }


  /* .footer-wbc .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  } */
  
  .footer-wbc .footer-section .help a {
    border-bottom: 1px solid #fff;
    /* color: #fff; */
    color: #A48F60;
    text-decoration: none;
  }
  
  .footer-wbc .footer-section .help a:hover {
    color: #ccc;
  }
  
  .footer-wbc .app-links a {
    text-decoration: none;
  }
  
  .footer-wbc .app-links a img {
    margin-right: 15px;
    height: 40px;
  }
  
  .footer-wbc .footer-links {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    text-align: start;
  }
  
  .footer-wbc .footer-column {
    /* flex-basis: 18%;  */
    flex-basis: 25%; 
  }
  
  .footer-wbc .footer-column h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  
  .footer-wbc .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-wbc .footer-column ul li {
    margin-bottom: 8px;
  }
  
  .footer-wbc .footer-column ul li a {
    /* color: #fff; */
    color: #A48F60;
    text-decoration: none;
  }
  
  .footer-wbc .footer-column ul li a:hover {
    color: #ccc;
  }
  
  .footer-wbc .new-tag {
    background-color: #e3e5ea;
    color: #000;
    padding: 3px 7px;
    font-size: 0.8em;
    margin-left: 5px;
    border-radius: 3px;
  }
  
  .footer-wbc .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    text-align: start;
  }
  
  .footer-wbc .footer-bottom .copyright {
    font-size: 0.9em;
  }
  
  .footer-wbc .footer-bottom .legal-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
  }
  
  .footer-wbc .footer-bottom .legal-links a:hover {
    color: #ccc;
  }
  
  /* .footer-wbc .footer-bottom .social-icons a img {
    margin-left: 10px;
    height: 25px;
  } */

  .footer-wbc .footer-bottom .social-icons a{
    margin: 0 10px;
    color: #fff;
    font-size: 24px; /* Adjust icon size */
    text-decoration: none;
  }
  .footer-wbc .footer-bottom .social-icons a:hover{
    color: #ccc; /* Change color on hover */
  }
  
  .footer-wbc hr {
    border: 1px solid #333;
  }
.wbc-ft-ul li:before {
    color: transparent !important;
}
  /* Media query for screen widths 991px or less */
  @media (max-width: 991px) {
    .footer-wbc .footer-section{
     justify-content: start;
     /* justify-content: center; */

    }
    .footer-wbc .footer-links {
      flex-wrap: wrap;
      justify-content: flex-start;
      text-align: start;
    }
  
    .footer-wbc .footer-column {
      flex-basis: 48%; /* Two columns per row */
      margin-bottom: 20px;
    }
  
    .footer-wbc .footer-column:nth-child(5) {
      flex-basis: 100%; /* The last column takes the full row width */
    }
    .footer-wbc .footer-bottom {
        align-items: start;
        /* align-items: start; */
        /* padding-top: 20px; */
        flex-direction: column-reverse;
        gap: 12px;
    }
    .footer-wbc {
      padding: 20px 33px !important;
  }
  }
  
  /* Optional media query for even smaller devices like phones */
  @media (max-width: 768px) {
    .footer-wbc .footer-column {
      flex-basis: 100%; /* One column per row */
    }
  }

  @media (max-width: 576px) {
    .footer-wbc .footer-bottom .legal-links {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
      }
      .footer-wbc .footer-bottom .legal-links a {
        margin: 0px;
      }

    .footer-wbc .footer-bottom .legal-links .separator{
    display: none;
      }
      .footer-wbc {
        padding: 20px 25px !important;
    }
  }
  

  /* 
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-wbc .footer-section1 .help {
    margin-left: calc(83% - 10vw);
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-wbc .footer-section1 .help {
    margin-left: calc(76% - 10vw);
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-wbc .footer-section1 .help {
    margin-left: calc(65% - 10vw);
  }
}


@media (max-width: 575.98px) {
  .footer-wbc .footer-section1 .help {
    margin-left: calc(40% - 12vw);
  }
} */


 
