OUR PRACTICE

ADVANCED DENTAL CLINICS

Are you looking for a convenient dentist in the heart of Perth who can handle all your dental needs? At Accent Dental, we offer a wide range of dental services. Our dental clinic in Perth practises all aspects of general dentistry, cosmetic dentistry, orthodontics, implant dentistry, wisdom teeth removal, last-minute emergency services, and other advanced dental procedures. Your comfort is our first concern and our team of friendly dental professionals are trained in the latest techniques in virtually “pain-free” care.

We are always ready to take on new patients. Located right in the heart of Perth, Accent Dental is the place to go for timely, cost-effective, and efficient dental treatment. Our dentists are highly skilled and receive regular trainings on all the latest dental techniques. We have fantastic relationships with our patients and aim to suit all your dental needs.

CONVENIENT DENTAL CLINIC

We know that our patients are busy. The best dental care is efficient and convenient. Our dentists spend a lot of time with each individual patient planning for future dental needs, so you will only have to come into the clinic as needed.

Our sophisticated and advanced dental technologies also make treatment more efficient. We offer highly technical dental options like Zoom laser teeth whitening and Invisalign braces. These technologies were not available in the past, so our dentists have all received the latest trainings. This not only helps our dentists work more brilliantly, it also helps you maintain a solid smile during all treatments.

We have highly trained staff with experience in treating even the most difficult dental conditions. We always aim to treat our patients with preventative care and discuss any future treatments early on so you have ample time to prepare.

WHY CHOOSE US

<div class="service-list">
  <div class="service-item">
    <a href="https://example.com/service1" class="service-text">Service 1</a>
    <a href="https://example.com/arrow1" class="circle-arrow" aria-label="Learn more about Service 1">
      <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path d="M7 17L17 7M7 7h10v10"/></svg>
    </a>
  </div>

  <div class="service-item">
    <a href="https://example.com/service2" class="service-text">Service 2</a>
    <a href="https://example.com/arrow2" class="circle-arrow" aria-label="Learn more about Service 2">
      <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path d="M7 17L17 7M7 7h10v10"/></svg>
    </a>
  </div>

  <div class="service-item">
    <a href="https://example.com/service3" class="service-text">Service 3</a>
    <a href="https://example.com/arrow3" class="circle-arrow" aria-label="Learn more about Service 3">
      <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path d="M7 17L17 7M7 7h10v10"/></svg>
    </a>
  </div>

  <div class="service-item">
    <a href="https://example.com/service4" class="service-text">Service 4</a>
    <a href="https://example.com/arrow4" class="circle-arrow" aria-label="Learn more about Service 4">
      <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path d="M7 17L17 7M7 7h10v10"/></svg>
    </a>
  </div>

  <div class="service-item">
    <a href="https://example.com/service5" class="service-text">Service 5</a>
    <a href="https://example.com/arrow5" class="circle-arrow" aria-label="Learn more about Service 5">
      <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path d="M7 17L17 7M7 7h10v10"/></svg>
    </a>
  </div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

.service-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #C0321B;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

.service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #C0321B;
}

.service-text {
  text-decoration: none;
  color: #000000;
  font-size: 17px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.service-text:hover {
  color: #C0321B;
  transform: translateX(3px);
}

.circle-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C0321B;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  transition: all 0.25s ease;
  text-decoration: none;
  color: #C0321B;
}

.circle-arrow svg {
  stroke: #C0321B;
  transition: stroke 0.25s ease, transform 0.25s ease;
}

.circle-arrow:hover {
  transform: rotate(45deg);
}
</style>