.uf-wrapper {
    text-align: center;
    padding: 70px 20px;
    /* height: 700px; */
    font-family: 'Segoe UI', sans-serif;
  }



  .uf-heading {
    font-weight: 700;
    font-size: 3.2rem;
    color: #212529;
    margin-bottom: 20px;
  }

  .uf-subheading {
    font-size: 3.4rem;
    font-weight: 700;
    color: #f47c20;
    margin-bottom: 30px;
  }

  .uf-postcode-input {
    height: 52px;
    max-width: 360px;
    margin: 0 auto 20px;
    border-radius: 8px;
  }

  .uf-button {
    width: 160px;
    height: 70px;
    font-weight: bold;
    border-radius: 6px;
    border: 2px solid #f47c20;
    margin: 10px;
  }

  .uf-electricity {
    background-color: #f47c20;
    color: white;
  }
    .uf-electricity:hover {
    border: 1px solid #f47c20;
  }

  .uf-gas {
    background-color: transparent;
    color: #f47c20;
  }
    .uf-gas:hover{
    border: 1px solid #ff6f00;
    color: #ff6f00;
  }

  .uf-quote-link {
    display: block;
    color: #f47c20;
    font-size: 14px;
    margin-top: 10px;
  }

  .uf-note {
    font-size: 14px;
    /* margin-top: 10px; */
  }

  .uf-note b {
    color: #212529;
  }

  .uf-contact-bar {
    background-color: #F5841E;
    padding: 16px;
    color: white;
    margin-top: 35px;
    width: 40%;
    border-radius: 8px;
  }

  .bbttnn{
    margin-top: -25px;
  }

  .uf-contact-number {
    font-weight: bold;
    background-color: white;
    color: #f47c20;
    padding: 6px 14px;
    border-radius: 6px;
    margin-left: 10px;
    display: inline-block;
  }

  .uf-footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 14px;
  }

  .uf-footer-note {
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
  }

  @media (max-width: 576px) {
    .uf-button {
      width: 100%;
      margin: 8px 0;
    }

    .uf-footer-links {
      flex-direction: column;
      gap: 10px;
    }
    .uf-contact-bar{
        width: 100%;
    }
  }

    @media (min-width: 576px) {

    .logonone{
      display: none;
    }
  }