.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 34px !important;
  background: #fff !important;
}
/* Targeted fix for this specific section */
#home_contact,
#home_contact_whatsapp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* Ensure the parent paragraph allows them to sit side-by-side */
p:has(> #home_contact) {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .footer-bottom ul.icon-sty li h3 {
    font-size: calc(0.5rem + 0.3vw) !important;
  }
  .footer-bottom ul {
    max-width: 900px;
  }
  ul.icon-sty.up-sty {
    margin-top: calc(0.2vw) !important;
  }
  .footer-bottom h2:first-child {
    margin-top: -110px !important;
  }
}
