.elementor-358 .elementor-element.elementor-element-d4a3131{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5ede1dc *//* =========================================================
   AJW ROOFING - LOCATION SERVICE HUB CARDS
   Global CSS
   ========================================================= */

.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin: 8px 0 32px;
}

.hub-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  border-radius: var(--radius);
  padding: clamp(18px, 1.8vw, 26px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  color: inherit;
}

.hub-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.hub-card__icon {
  font-size: 28px;
  line-height: 1;
  min-width: 32px;
  margin-top: 2px;
}

.hub-card__content {
  flex: 1;
}

.hub-card__title {
  font-family: var(--font-heading);
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 700;
  color: var(--heading-col);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hub-card p {
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.6;
  color: var(--gray-mid);
  margin: 0 0 10px;
}

.hub-card__link {
  font-family: var(--font-heading);
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 700;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.hub-card:hover .hub-card__link {
  color: var(--red-dark);
}


/* =========================================================
   AJW ROOFING - COMPACT FAQ ACCORDION
   Global CSS
   ========================================================= */

.faq-section {
  margin-top: 36px;
  margin-bottom: 32px;
}

.faq-section > h2 {
  margin-bottom: 20px;
}

.faq-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--border);
}

.faq-item {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  padding: 17px 54px 17px 20px;
  font-family: var(--font-heading);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--heading-col);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  display: none;
  content: "";
}

.faq-item summary:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--red);
}

.faq-item[open] summary {
  border-bottom: 1px solid var(--border);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item__answer {
  box-sizing: border-box;
  padding: 15px 20px 18px;
}

.faq-item__answer p {
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.65;
  color: var(--gray-mid);
}

.faq-item__answer p + p {
  margin-top: 12px;
}


/* =========================================================
   AJW ROOFING - PULBOROUGH SIDEBAR
   Exact approved layout direction
   No background image
   ========================================================= */

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ---------- FREE ESTIMATE CARD ---------- */

.sidebar .sidebar-box {
  position: relative;
  padding: 56px 52px 46px;
  border: 0;
  border-radius: 16px;
  background: #1b1b1b;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  color: #fff;
}

.sidebar .sidebar-box::before {
  content: "";
  display: block;
  width: 76px;
  height: 6px;
  margin: 0 0 26px;
  border-radius: 999px;
  background: var(--red, #e5231b);
}

.sidebar .sidebar-box__heading {
  max-width: 520px;
  margin: 0 0 24px;
  font-family: var(--font-heading);
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}

.sidebar .sidebar-box p {
  max-width: 600px;
  margin: 0 0 30px;
  font-size: clamp(17px, 1.3vw, 22px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.sidebar .sidebar-box .phone,
.sidebar .sidebar-box .phone-mobile {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  margin: 0 0 12px;
  padding-left: 102px;
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
}

.sidebar .sidebar-box .phone {
  font-size: clamp(31px, 2.8vw, 46px);
}

.sidebar .sidebar-box .phone-mobile {
  margin-bottom: 30px;
  font-size: clamp(25px, 2.2vw, 36px);
  color: rgba(255, 255, 255, 0.9);
}

.sidebar .sidebar-box .phone::before,
.sidebar .sidebar-box .phone-mobile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 72px;
  height: 72px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--red, #e5231b);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
}

.sidebar .sidebar-box .phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.sidebar .sidebar-box .phone-mobile::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cpath d='M10 5h4M11 19h2'/%3E%3C/svg%3E");
}

.sidebar .sidebar-box .phone:hover,
.sidebar .sidebar-box .phone-mobile:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar .sidebar-box .btn.btn--outline {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 82px;
  margin-top: 6px;
  padding: 22px 30px !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 10px !important;
  background: var(--red, #e5231b) !important;
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.sidebar .sidebar-box .btn.btn--outline::after {
  content: "→";
  font-size: 1.45em;
  line-height: 1;
  font-weight: 400;
}

.sidebar .sidebar-box .btn.btn--outline:hover {
  transform: translateY(-2px);
  background: var(--red-dark, #c81c16) !important;
}


/* ---------- ROOFING SERVICES CARD ---------- */

.sidebar .sidebar-services {
  position: relative;
  padding: 42px 38px 34px;
  border: 1px solid #dde1e6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.sidebar .sidebar-services::before {
  content: "";
  display: block;
  width: 76px;
  height: 6px;
  margin: 0 0 26px;
  border-radius: 999px;
  background: var(--red, #e5231b);
}

.sidebar .sidebar-services__heading {
  margin: 0 0 26px;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0f213d;
}

.sidebar .sidebar-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-services li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e3e6ea;
}

.sidebar .sidebar-services li:last-child {
  border-bottom: 0;
}

.sidebar .sidebar-services li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 18px 54px 18px 98px;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 500;
  line-height: 1.35;
  color: #1f2228;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.sidebar .sidebar-services li a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  background-color: var(--red, #e5231b);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.sidebar .sidebar-services li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #a6adb4;
  border-right: 2px solid #a6adb4;
  transform: translateY(-50%) rotate(45deg);
}

.sidebar .sidebar-services li a[aria-current="page"] {
  margin: 0 -12px;
  padding-left: 110px;
  padding-right: 66px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(229, 35, 27, 0.10), rgba(229, 35, 27, 0.05));
  font-weight: 700;
  color: #d91f18;
}

.sidebar .sidebar-services li a[aria-current="page"]::before {
  left: 30px;
}

.sidebar .sidebar-services li a[aria-current="page"]::after {
  right: 30px;
  border-color: #ef4b43;
}

.sidebar .sidebar-services li a:hover {
  color: var(--red, #e5231b);
  text-decoration: none;
}

.sidebar .sidebar-services li a:hover::after {
  border-color: var(--red, #e5231b);
}

/* Icons */
.sidebar .sidebar-services li:nth-child(1) a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.5 12 3l9 7.5V21h-6v-6H9v6H3V10.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.5 12 3l9 7.5V21h-6v-6H9v6H3V10.5Z'/%3E%3C/svg%3E");
}

.sidebar .sidebar-services li:nth-child(2) a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 14 10 5l3 3 3-3 6 7v8h-2v-7.2l-4-4.7-3 3.3-3-3.3L4.5 15H9v2H2v-3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 14 10 5l3 3 3-3 6 7v8h-2v-7.2l-4-4.7-3 3.3-3-3.3L4.5 15H9v2H2v-3Z'/%3E%3C/svg%3E");
}

.sidebar .sidebar-services li:nth-child(3) a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 8h12l5-4v4h1v12h-2V10H5v10H3V8Zm2-2h10l3-2H8L5 6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 8h12l5-4v4h1v12h-2V10H5v10H3V8Zm2-2h10l3-2H8L5 6Z'/%3E%3C/svg%3E");
}

.sidebar .sidebar-services li:nth-child(4) a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18v4h-2v-2H5v2H3V4Zm4 4h3v5.5c0 .8-.3 1.5-.9 2.1L8 16.7V21H5v-5.5c0-.8.3-1.5.9-2.1L7 12.3V8Zm5 0h5v6.2c0 1.1-.4 2.1-1.2 2.9L14 18.9V21h-3v-3.4c0-.8.3-1.6.9-2.2l1.7-1.7c.3-.3.4-.6.4-1V10h-2V8Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18v4h-2v-2H5v2H3V4Zm4 4h3v5.5c0 .8-.3 1.5-.9 2.1L8 16.7V21H5v-5.5c0-.8.3-1.5.9-2.1L7 12.3V8Zm5 0h5v6.2c0 1.1-.4 2.1-1.2 2.9L14 18.9V21h-3v-3.4c0-.8.3-1.6.9-2.2l1.7-1.7c.3-.3.4-.6.4-1V10h-2V8Z'/%3E%3C/svg%3E");
}

.sidebar .sidebar-services li:nth-child(5) a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14v4h-2v14H7V7H5V3Zm2 2v2h10V5H7Zm2 4v2h3V9H9Zm5 0v2h3V9h-3Zm-5 4v2h3v-2H9Zm5 0v2h3v-2h-3Zm-5 4v2h3v-2H9Zm5 0v2h3v-2h-3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14v4h-2v14H7V7H5V3Zm2 2v2h10V5H7Zm2 4v2h3V9H9Zm5 0v2h3V9h-3Zm-5 4v2h3v-2H9Zm5 0v2h3v-2h-3Zm-5 4v2h3v-2H9Zm5 0v2h3v-2h-3Z'/%3E%3C/svg%3E");
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
  .sidebar .sidebar-box {
    padding: 46px 40px 38px;
  }

  .sidebar .sidebar-services {
    padding: 36px 32px 30px;
  }
}

@media (max-width: 640px) {

  .hub-grid {
    grid-template-columns: 1fr;
  }

  .faq-section {
    margin-top: 28px;
    margin-bottom: 26px;
  }

  .faq-section > h2 {
    margin-bottom: 16px;
  }

  .faq-item {
    margin-bottom: 8px;
  }

  .faq-item summary {
    padding: 15px 46px 15px 16px;
    font-size: 15px;
    line-height: 1.4;
  }

  .faq-item summary::after {
    right: 16px;
    font-size: 21px;
  }

  .faq-item__answer {
    padding: 14px 16px 16px;
  }

  .faq-item__answer p {
    font-size: 14px;
    line-height: 1.6;
  }

  .sidebar {
    gap: 22px;
  }

  .sidebar .sidebar-box {
    padding: 34px 24px 28px;
    border-radius: 12px;
  }

  .sidebar .sidebar-box::before,
  .sidebar .sidebar-services::before {
    width: 58px;
    height: 5px;
    margin-bottom: 20px;
  }

  .sidebar .sidebar-box__heading {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 18px;
  }

  .sidebar .sidebar-box p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .sidebar .sidebar-box .phone,
  .sidebar .sidebar-box .phone-mobile {
    min-height: 56px;
    padding-left: 72px;
  }

  .sidebar .sidebar-box .phone {
    font-size: 28px;
  }

  .sidebar .sidebar-box .phone-mobile {
    font-size: 23px;
    margin-bottom: 24px;
  }

  .sidebar .sidebar-box .phone::before,
  .sidebar .sidebar-box .phone-mobile::before {
    width: 56px;
    height: 56px;
    background-size: 25px 25px;
  }

  .sidebar .sidebar-box .btn.btn--outline {
    min-height: 66px;
    padding: 17px 20px !important;
    font-size: 16px;
    border-radius: 9px !important;
  }

  .sidebar .sidebar-services {
    padding: 30px 20px 24px;
    border-radius: 12px;
  }

  .sidebar .sidebar-services__heading {
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 0.14em;
  }

  .sidebar .sidebar-services li a {
    min-height: 68px;
    padding: 14px 40px 14px 66px;
    font-size: 15px;
  }

  .sidebar .sidebar-services li a::before {
    left: 10px;
    width: 36px;
    height: 36px;
  }

  .sidebar .sidebar-services li a::after {
    right: 10px;
    width: 10px;
    height: 10px;
  }

  .sidebar .sidebar-services li a[aria-current="page"] {
    margin: 0 -8px;
    padding-left: 74px;
    padding-right: 46px;
  }

  .sidebar .sidebar-services li a[aria-current="page"]::before {
    left: 18px;
  }

  .sidebar .sidebar-services li a[aria-current="page"]::after {
    right: 18px;
  }
}

/* =========================================================
   COMPACT SIDEBAR OVERRIDES
   Keeps the approved visual style while reducing overall scale
   ========================================================= */

.sidebar {
  gap: 18px;
}

.sidebar .sidebar-box {
  padding: 30px 26px 24px;
  border-radius: 12px;
}

.sidebar .sidebar-box::before {
  width: 54px;
  height: 4px;
  margin-bottom: 18px;
}

.sidebar .sidebar-box__heading {
  max-width: 320px;
  margin-bottom: 18px;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.sidebar .sidebar-box p {
  max-width: 330px;
  margin-bottom: 20px;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.5;
}

.sidebar .sidebar-box .phone,
.sidebar .sidebar-box .phone-mobile {
  min-height: 48px;
  margin-bottom: 8px;
  padding-left: 64px;
}

.sidebar .sidebar-box .phone {
  font-size: clamp(24px, 2vw, 32px);
}

.sidebar .sidebar-box .phone-mobile {
  margin-bottom: 20px;
  font-size: clamp(20px, 1.7vw, 26px);
}

.sidebar .sidebar-box .phone::before,
.sidebar .sidebar-box .phone-mobile::before {
  width: 48px;
  height: 48px;
  background-size: 22px 22px;
}

.sidebar .sidebar-box .btn.btn--outline {
  min-height: 58px;
  padding: 15px 18px !important;
  border-radius: 8px !important;
  gap: 12px;
  font-size: clamp(15px, 1.05vw, 18px);
}

.sidebar .sidebar-services {
  padding: 28px 24px 20px;
  border-radius: 12px;
}

.sidebar .sidebar-services::before {
  width: 54px;
  height: 4px;
  margin-bottom: 18px;
}

.sidebar .sidebar-services__heading {
  margin-bottom: 16px;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.12;
  letter-spacing: 0.14em;
}

.sidebar .sidebar-services li a {
  min-height: 60px;
  padding: 12px 34px 12px 58px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.3;
}

.sidebar .sidebar-services li a::before {
  left: 8px;
  width: 30px;
  height: 30px;
}

.sidebar .sidebar-services li a::after {
  right: 8px;
  width: 9px;
  height: 9px;
}

.sidebar .sidebar-services li a[aria-current="page"] {
  margin: 0 -6px;
  padding-left: 64px;
  padding-right: 40px;
  border-radius: 8px;
}

.sidebar .sidebar-services li a[aria-current="page"]::before {
  left: 14px;
}

.sidebar .sidebar-services li a[aria-current="page"]::after {
  right: 14px;
}

@media (max-width: 640px) {
  .sidebar .sidebar-box {
    padding: 26px 20px 22px;
  }

  .sidebar .sidebar-box__heading {
    font-size: 28px;
    max-width: 260px;
  }

  .sidebar .sidebar-box p {
    font-size: 15px;
    max-width: 280px;
  }

  .sidebar .sidebar-box .phone {
    font-size: 24px;
  }

  .sidebar .sidebar-box .phone-mobile {
    font-size: 21px;
  }

  .sidebar .sidebar-services {
    padding: 24px 18px 18px;
  }

  .sidebar .sidebar-services__heading {
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  .sidebar .sidebar-services li a {
    min-height: 56px;
    padding: 10px 32px 10px 52px;
    font-size: 14px;
  }

  .sidebar .sidebar-services li a::before {
    width: 28px;
    height: 28px;
  }
}

/* =========================================================
   ONE-SCREEN SIDEBAR OVERRIDES
   More compact desktop/sidebar presentation
   ========================================================= */

.sidebar {
  gap: 14px;
}

.sidebar .sidebar-box {
  padding: 22px 20px 18px;
  border-radius: 10px;
}

.sidebar .sidebar-box::before {
  width: 46px;
  height: 4px;
  margin-bottom: 13px;
}

.sidebar .sidebar-box__heading {
  max-width: 260px;
  margin-bottom: 13px;
  font-size: clamp(23px, 1.9vw, 30px);
  line-height: 1;
}

.sidebar .sidebar-box p {
  max-width: 290px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.42;
}

.sidebar .sidebar-box .phone,
.sidebar .sidebar-box .phone-mobile {
  min-height: 40px;
  margin-bottom: 5px;
  padding-left: 52px;
}

.sidebar .sidebar-box .phone {
  font-size: clamp(20px, 1.6vw, 25px);
}

.sidebar .sidebar-box .phone-mobile {
  margin-bottom: 14px;
  font-size: clamp(18px, 1.4vw, 22px);
}

.sidebar .sidebar-box .phone::before,
.sidebar .sidebar-box .phone-mobile::before {
  width: 40px;
  height: 40px;
  background-size: 18px 18px;
}

.sidebar .sidebar-box .btn.btn--outline {
  min-height: 48px;
  margin-top: 2px;
  padding: 11px 14px !important;
  gap: 9px;
  border-radius: 7px !important;
  font-size: 14px;
}

/* Services */
.sidebar .sidebar-services {
  padding: 20px 18px 14px;
  border-radius: 10px;
}

.sidebar .sidebar-services::before {
  width: 46px;
  height: 4px;
  margin-bottom: 13px;
}

.sidebar .sidebar-services__heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.08;
  letter-spacing: 0.12em;
}

.sidebar .sidebar-services li a {
  min-height: 46px;
  padding: 8px 28px 8px 46px;
  font-size: 13px;
  line-height: 1.22;
}

.sidebar .sidebar-services li a::before {
  left: 7px;
  width: 24px;
  height: 24px;
}

.sidebar .sidebar-services li a::after {
  right: 7px;
  width: 8px;
  height: 8px;
}

.sidebar .sidebar-services li a[aria-current="page"] {
  margin: 0 -5px;
  padding-left: 51px;
  padding-right: 34px;
  border-radius: 7px;
}

.sidebar .sidebar-services li a[aria-current="page"]::before {
  left: 12px;
}

.sidebar .sidebar-services li a[aria-current="page"]::after {
  right: 12px;
}

/* Keep the compact treatment on narrow screens too */
@media (max-width: 640px) {
  .sidebar {
    gap: 12px;
  }

  .sidebar .sidebar-box {
    padding: 20px 18px 17px;
  }

  .sidebar .sidebar-box__heading {
    max-width: 240px;
    font-size: 25px;
    margin-bottom: 12px;
  }

  .sidebar .sidebar-box p {
    max-width: 270px;
    font-size: 13px;
    margin-bottom: 13px;
  }

  .sidebar .sidebar-box .phone {
    font-size: 22px;
  }

  .sidebar .sidebar-box .phone-mobile {
    font-size: 19px;
    margin-bottom: 13px;
  }

  .sidebar .sidebar-services {
    padding: 18px 16px 13px;
  }

  .sidebar .sidebar-services__heading {
    font-size: 15px;
    letter-spacing: 0.11em;
  }

  .sidebar .sidebar-services li a {
    min-height: 44px;
    padding: 7px 26px 7px 43px;
    font-size: 13px;
  }

  .sidebar .sidebar-services li a::before {
    width: 23px;
    height: 23px;
  }
}

/* CTA: no arrow */
.sidebar .sidebar-box .btn.btn--outline::after {
  content: none !important;
  display: none !important;
}

/* Phone numbers: identical font size */
.sidebar .sidebar-box .phone,
.sidebar .sidebar-box .phone-mobile {
  font-size: 22px !important;
}/* End custom CSS */