* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f6f7;
  color: #151515;
  font-size: 16px;
  line-height: 1.45;
}
a {
  text-decoration: none;
  color: inherit;
}
.site {
  width: 100%;
  
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
}
.banner {
  width: 100%;
  background: #ddd;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.business {
  padding: 12px 16px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.verified {
  font-size: 14px;
  color: #16729a;
  margin-bottom: 3px;
}
.business h1 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 2px;
}
.subtitle {
  font-size: 14px;
  color: #777;
}
.subtitle b {
  color: #008a43;
}
.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-top: 4px;
}
.rating .stars {
  color: #f5b400;
  letter-spacing: 1px;
  font-size: 14px;
}
.top-actions {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.btn {
  height: 30px;
  padding: 0 22px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.btn.call {
  background: #ed1c24;
}
.btn.whatsapp {
  background: #119889;
}
.tabs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs a {
  padding: 11px 12px;
  font-size: 15px;
  color: #222;
}
.tabs a:first-child {
  color: #086e98;
  font-weight: 700;
}
.tabs a:hover {
  background: #f5f5f5;
}
.section {
  padding: 13px 16px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.section-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 11px;
  position: relative;
}
.section-title i {
  position: absolute;
  right: 0;
  color: #777;
  font-size: 12px;
}
.section-desc {
  font-size: 14px;
  color: #777;
  margin: -4px 0 10px;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 7px;
}
.step > span {
  width: 22px;
  height: 22px;
  background: #ed1c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.step h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
.step p {
  font-size: 15px;
  color: #555;
}
.review-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #f0f0f0;
  padding: 10px;
  background: #fafafa;
}
.big-rating {
  font-size: 31px;
  font-weight: 400;
}
.rating-bars {
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.rating-bars div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating-bars small {
  font-size: 7px;
  width: 7px;
}
.rating-bars b {
  display: block;
  height: 4px;
  background: #e8eaec;
  border-radius: 3px;
  flex: 1;
  overflow: hidden;
}
.rating-bars i {
  display: block;
  height: 100%;
  background: #f5b400;
}
.write-review {
  display: block;
  margin: 8px 0 10px auto;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 15px;
  color: #ed1c24;
}
.review {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.review-head {
  display: flex;
  gap: 8px;
  align-items: center;
}
.avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 7px;
  font-weight: bold;
}
.avatar.blue {
  background: #167ee8;
}
.avatar.green {
  background: #18a66e;
}
.review-head strong {
  font-size: 15px;
  display: block;
}
.review-head small {
  display: block;
  font-size: 7px;
  color: #777;
}
.review p,
.review-note {
  font-size: 15px;
  color: #333;
  margin-top: 7px;
}
.review-note {
  padding-top: 10px;
}
.areas-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}
.areas-grid span {
  background: #f7f8f9;
  border: 1px solid #e4e7e9;
  border-radius: 5px;
  padding: 7px 5px;
  font-size: 12px;
  color: #333;
}
.checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.checks li {
  font-size: 15px;
}
.checks li:before {
  content: "●";
  color: #15934e;
  margin-right: 8px;
}
.checks li.no:before {
  color: #d52d2d;
}
.open {
  color: #078c47;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
.hours {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hours div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 15px;
}
.hours b {
  font-weight: 500;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact-list a,
.contact-list span {
  font-size: 15px;
  color: #086e98;
}
.contact-list i {
  width: 17px;
}
.contact-list p {
  font-size: 15px;
  color: #555;
  margin-left: 17px;
}
.business-info {
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.business-info h3,
.subheading {
  font-size: 16px;
  margin-bottom: 6px;
}
.business-info p {
  font-size: 15px;
  margin-bottom: 3px;
}
.section > p {
  font-size: 15px;
  color: #444;
}
.subheading {
  margin-top: 13px;
}
.faq p {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
}
.disclaimer {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  color: #666 !important;
}
footer {
  text-align: center;
  background: #f1f3f4;
  color: #777;
  padding: 13px 10px 80px;
  font-size: 12px;
}
.bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  padding: 8px;
  display: flex;
  gap: 8px;
}
.bottom-bar a {
  height: 31px;
  flex: 1;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.bottom-bar a:first-child {
  background: #ed1c24;
}
.bottom-bar a:last-child {
  background: #119889;
}
@media (min-width: 700px) {
  body {
    font-size: 15px;
  }
  .site {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  }
  .business {
    padding: 18px 24px 14px;
  }
  .section {
    padding: 18px 24px;
  }
  .tabs a {
    padding: 12px 18px;
  }
  .bottom-bar {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1080px;
  }
}
@media (max-width: 600px) {
  .banner img {
    width: 100%;
    min-height: 145px;
    object-fit: cover;
  }
  .areas-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 380px) {
  .business h1 {
    font-size: 17px;
  }
  .areas-grid span {
    font-size: 7px;
  }
  .btn {
    padding: 0 15px;
  }
}


.brand-logo {
    margin: 6px 0;
}

.brand-logo img {
    width: 150px;
    height: auto;
    max-height: 55px;
    object-fit: contain;
    display: block;
}
/* Policies & FAQ */
#policies {
    background: #fff;
}

#policies .subheading {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin: 15px 0 6px;
}

#policies > p {
    font-size: 11px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.faq {
    margin-top: 3px;
}

.faq p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 11px;
    padding-bottom: 9px;
    border-bottom: 1px solid #f0f0f0;
}

.faq p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq b {
    color: #222;
    font-weight: 700;
}

.faq a {
    color: #14779b;
    font-weight: 600;
}

.disclaimer {
    margin-top: 15px !important;
    padding: 11px 0 0;
    border-top: 1px solid #e5e5e5;
    color: #666 !important;
}

.disclaimer strong {
    color: #333;
}

@media (min-width: 700px) {

    #policies .subheading {
        font-size: 16px;
    }

    #policies > p,
    .faq p {
        font-size: 14px;
    }

}

/* =========================
   BOOKING SECTION
========================= */

#booking {
    background: #fff;
}

.booking-intro {
    font-size: 9px;
    line-height: 1.6;
    color: #666;
    margin: -3px 0 14px;
}

.booking-intro a,
.step a {
    color: #147b9d;
    font-weight: 600;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.step {
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 9px;
    padding: 9px 8px;
    background: #fafbfc;
    border: 1px solid #edf0f2;
    border-radius: 7px;
}

.step > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #237da1;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 10px;
    font-weight: 700;

    box-shadow: 0 2px 5px rgba(35, 125, 161, 0.15);
}

.step h3 {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 1px 0 3px;
}

.step p {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin: 0;
}

.booking-call {
    margin-top: 12px;
    padding: 9px 11px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    border-radius: 7px;
    background: #f5f8f9;
    border: 1px solid #e5eaec;
}

.booking-call span {
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

.booking-call i {
    color: #237da1;
    margin-right: 5px;
}

.booking-call a {
    color: #237da1;
    font-size: 12px;
    font-weight: 700;
}


/* Desktop */

@media (min-width: 700px) {

    .booking-intro {
        font-size: 12px;
    }

    .step {
        grid-template-columns: 30px 1fr;
        padding: 12px;
    }

    .step > span {
        width: 27px;
        height: 27px;
    }

    .step h3 {
        font-size: 14px;
    }

    .step p {
        font-size: 14px;
    }

    .booking-call span,
    .booking-call a {
        font-size: 14px;
    }

}

/* =========================
   REVIEWS
========================= */

#reviews {
    background: #fff;
}

.review-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    margin-bottom: 8px;
    background: #fafbfc;
    border: 1px solid #edf0f2;
    border-radius: 7px;
}

.big-rating {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}

.rating-info {
    min-width: 115px;
}

.rating-info .stars {
    color: #f5b400;
    font-size: 12px;
    letter-spacing: 1px;
}

.rating-info small {
    display: block;
    color: #777;
    font-size: 10px;
    margin-top: 2px;
}

.rating-bars {
    width: 180px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rating-bars div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-bars small {
    width: 7px;
    font-size: 7px;
    color: #555;
}

.rating-bars b {
    display: block;
    height: 4px;
    flex: 1;
    background: #e7eaec;
    border-radius: 5px;
    overflow: hidden;
}

.rating-bars i {
    display: block;
    height: 100%;
    background: #f5b400;
    border-radius: 5px;
}


/* Individual review */

.review {
    padding: 11px 0;
    border-bottom: 1px solid #eeeeee;
}

.review-head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-head strong {
    display: block;
    font-size: 14px;
    color: #222;
}

.review-head small {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 1px;
}

.review p {
    margin: 7px 0 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.review-location {
    font-size: 10px;
    color: #777;
}

.review-location i {
    color: #237da1;
    margin-right: 3px;
}


/* Review avatars */

.avatar {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 7px;
    font-weight: 700;
}

.avatar.blue {
    background: #237da1;
}

.avatar.green {
    background: #15966d;
}

.avatar.orange {
    background: #d98428;
}

.avatar.purple {
    background: #7359a8;
}

.avatar.red {
    background: #c74d4d;
}

.avatar.teal {
    background: #168f91;
}


/* Bottom note */

.review-note {
    margin-top: 14px;
    padding: 9px 10px;
    background: #f7f8f9;
    border: 1px solid #e8ebed;
    border-radius: 6px;

    color: #777;
    font-size: 12px;
    line-height: 1.5;
}

.review-note i {
    color: #237da1;
    margin-right: 4px;
}


/* Desktop */

@media (min-width: 700px) {

    .review-summary {
        max-width: 650px;
    }

    .review p {
        font-size: 14px;
    }

    .review-head strong {
        font-size: 14px;
    }

}

/* =========================
   ENQUIRY FORM
========================= */
#enquiry {
    background: #f5f9ff;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #e3edff;
      
}
.enquiry-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #eee;
}
#enquiry .high {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.high{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  margin:20px;
  width:90%;
}
.enquiry-intro {
    font-size: 9px;
    line-height: 1.6;
    color: #666;
    margin: -3px 0 14px;
}

.enquiry-form {
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid #dfe4e7;
    background: #fafbfc;
    border-radius: 6px;
    padding: 9px 10px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;

    outline: none;
    transition: .2s ease;
}

.form-group input,
.form-group select {
    height: 34px;
}

.form-group textarea {
    min-height: 80px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #237da1;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(35, 125, 161, .08);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}


/* Checkbox */

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 3px 0 12px;
}

.form-check input {
    margin-top: 2px;
    accent-color: #237da1;
}

.form-check label {
    font-size: 8px;
    line-height: 1.4;
    color: #666;
}


/* Submit button */

.enquiry-btn {
    width: 100%;
    height: 36px;

    border: 0;
    border-radius: 6px;

    background: #237da1;
    color: #fff;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    transition: .2s ease;
}

.enquiry-btn:hover {
    background: #1b6685;
}


/* Call box */

.enquiry-call {
    margin-top: 12px;
    padding: 10px 11px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    background: #f5f8f9;
    border: 1px solid #e5eaec;
    border-radius: 7px;
}

.enquiry-call div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.enquiry-call strong {
    font-size: 12px;
    color: #333;
}

.enquiry-call span {
    font-size: 8px;
    color: #777;
}

.enquiry-call a {
    white-space: nowrap;
    color: #237da1;
    font-size: 12px;
    font-weight: 700;
}


/* Mobile */

@media (max-width: 550px) {

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-group input,
    .form-group select {
        height: 36px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 13px;
    }

    .form-group label {
        font-size: 12px;
    }

    .enquiry-call {
        align-items: flex-start;
        flex-direction: column;
    }

    .enquiry-call a {
        width: 100%;
        text-align: center;
        padding: 8px;
        border-radius: 5px;
        background: #237da1;
        color: #fff;
    }
}