@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body, .privacy-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
  }
  
  .privacy-page {
    font-family: Inter, sans-serif;
  }
  
  .privacy-page .mb-0 {
    margin-bottom: 0px;
  }
  
  .privacy-page .title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
  }
  
  .privacy-page .main {
    max-width: 850px;
    margin: auto;
    padding: 20px;
    line-height: 1.6;
  }
  
  .privacy-page .logo {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  
  .privacy-page .logo img {
    width: 200px;
    max-width: 100%;
  }
  
  .privacy-page .border-bottom {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
  }
  
  .privacy-page p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    color: #2d2d2b;
  }
  
  .privacy-page h4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: normal;
    color: #2d2d2b;
  }
  .privacy-page .linkhref, .privacy-page .linkhref:hover {
    color: #2b2b2d;
    text-decoration: none;
  }
  
  .privacy-page .footer {
    background-image: url('../images/footerbg.png');
    background-size: cover;
    background-position: top;
    padding: 40px 0 20px;
    color: white;
    margin-top: 10px;
    background-color: #262625;
  }
  
  .privacy-page .footer .linkhref,
  .privacy-page .footer .linkhref:hover {
    color: #fff;
  }
  .privacy-page .effective-date {
    font-size: 13px;
    font-style: italic;
    color: #a3a3a3;
    text-align: right;
  }
  
  .privacy-page .footer-container {
    max-width: 1140px;
    margin: auto;
    padding: 0 30px;
  }
  
  .privacy-page .logo-footer {
    width: 220px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: -20px;
    display: block;
    margin-right: auto;
  }
  
  .privacy-page .footer-address {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .privacy-page .footer-address p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px !important;
  }
  
  .privacy-page .footer-address span {
    font-weight: 700;
  }
  
  .privacy-page .footer-cards img {
    width: 220px;
    max-width: 100%;
  }
  
  .privacy-page .footer-cards p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
  }
  
  .privacy-page .contact {
    margin-top: 20px;
  }
  
  .privacy-page .contact p {
    font-size: 16px;
  }
  
  .privacy-page .contact span {
    font-weight: 700;
    font-size: 16px;
  }
  
  .privacy-page .copyright-text {
    margin-top: 15px;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background-color: #879b5333;
    padding: 5px 30px;
  }
  
  .privacy-page .hours {
    font-weight: 700;
  }
  
  .privacy-page .time {
    font-weight: 400;
  }
  
  .privacy-page .copyright {
    margin: 14px;
    font-size: 14px;
    color: #fff;
  }
  
  .privacy-page .flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  
  .privacy-page .logo-link {
    display: inline-block;
  }
  
  .privacy-page .copyright-inner {
    margin: auto;
    max-width: 1148px;
    display: flex;
    justify-content: space-between;
  }


footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active, footer a:visited {
    color: #fff;
}
  
  @media (max-width: 768px) {
    .privacy-page .main {
      padding: 15px;
    }
  
    .privacy-page .footer {
      text-align: center;
      padding: 25px 0 15px;
    }
  
    .privacy-page .logo-footer {
      margin: auto;
      margin-bottom: 8px;
    }
  
    .privacy-page .footer-address {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .privacy-page .contact {
      text-align: center;
      margin-top: 2px;
    }
  
    .privacy-page .hours,
    .privacy-page .time {
      font-size: 12px;
      font-weight: 400;
    }
  
    .privacy-page .footer-cards {
      text-align: center;
    }
  
    .privacy-page .footer-cards img {
      margin: auto;
    }
  
    .privacy-page .copyright-text > div {
      flex-direction: column !important;
      text-align: center;
      gap: 6px;
    }
  
    .privacy-page p {
      margin-bottom: 6px;
    }
  
    .privacy-page .order-changes {
      order: 2;
    }
  
    .privacy-page .flex-box {
      order: 1;
    }
  
    .privacy-page p {
      font-size: 14px;
      margin-bottom: 10px;
    }
  
    .privacy-page h4 {
      margin-top: 10px;
      font-size: 16px;
    }
  }
  
  @media (max-width: 480px) {
    .privacy-page .main {
      padding: 10px;
    }
    .privacy-page p,
    .privacy-page .footer-address p,
    .privacy-page .contact span {
      font-size: 14px;
      margin-bottom: 5px;
    }
  
    .privacy-page h4 {
      font-size: 16px;
    }
  
    .privacy-page .logo img {
      width: 160px;
    }
  
    .privacy-page .logo-footer {
      width: 180px;
    }
  
    .privacy-page .footer-cards img {
      width: 180px;
    }
  
    .privacy-page .footer-address {
      gap: 8px;
    }
  
    .privacy-page .copyright {
      margin: 4px;
      font-size: 12px;
    }
  
    .privacy-page .title {
      font-size: 24px;
    }
  }
  
  @media (max-width: 360px) {
    .privacy-page .flex-box {
      display: flex;
      justify-content: center;
      align-items: start;
      gap: 4px;
    }
  }
  