
:root {
  --dlc-primary: #cf4a00;
  --dlc-primary-dark: #bc2800;
  --wd-link-color: #cf4a00;
  --wd-link-color-hover: #bc2800;
  --dlc-warning: #fbbc34;
  --dlc-light: #f3f4f7;
  --dlc-dark: #0a0a0a;
}

body {
  margin: 0;
  color: #111;
  background: #fff;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  line-height: 1.75;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

a {
  color: var(--wd-link-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--wd-link-color-hover);
}

.top-bar {
  background: #cf4a00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: sticky;
  top: 0;
  z-index: 1031;
}

.top-bar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.top-bar-left,
.top-bar-info,
.top-bar-actions {
  display: flex;
  align-items: center;
}

.top-bar-left {
  min-width: 0;
  flex: 1 1 auto;
  gap: 1rem;
}

.top-bar-info {
  gap: .55rem;
  color: #fff;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.top-bar-actions {
  gap: .3rem;
}

.top-bar > .container,
.header-main > .container,
.header-nav > .container {
  padding-left: 0;
  padding-right: 0;
}

.top-bar-info img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.top-bar a {
  color: #111;
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, .05);
  min-width: 140px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.top-bar-actions > a:first-child {
  min-width: 180px;
  margin-right: .75rem;
}

.top-bar .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 32px;
  min-width: 30px;
  min-height: 32px;
  padding: 0;
  border: 0;
  color: #f3f3f3;
  background: #ffffff4d;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.top-bar a.social-link {
  color: #f3f3f3;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.top-bar .social-link:hover,
.top-bar .social-link:focus,
.top-bar .social-link:active {
  color: #e9e9e9;
  background: #cf4a00;
}

.top-bar a:hover {
  background:#e9e9e9;
}

.site-header {
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

.site-header.sticky-top {
  top: 42px;
  z-index: 1030;
}

.top-bar,
.site-header,
.navbar .nav-link,
.navbar .dropdown-item,
.header-contact {
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}

.header-main {
  padding: 1.55rem 0 1.4rem;
}

.header-main-inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: center;
  gap: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.header-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 2.25rem;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.25;
  white-space: nowrap;
}

.header-contact img {
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.header-contact strong {
  display: block;
  color: #000;
  font-size: 1.08rem;
  font-weight: 700;
}
.header-contact:hover,
.header-contact:hover strong {
  color: #000;
}

.header-nav {
  padding: 0;
  background: #f3f4f7;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.header-nav .navbar-collapse {
  justify-content: flex-start;
}

.header-nav .navbar-nav {
  margin-left: 0;
}

.navbar-brand img {
  max-height: 70px;
  max-width: 360px;
  width: auto;
}

.navbar .nav-link {
  color: #111;
  padding: .95rem .72rem;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.2;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #cf4a00;
}

.navbar .dropdown-toggle::after {
  margin-left: .35rem;
  vertical-align: .12em;
  border-top-width: .25em;
}

.navbar .dropdown-menu {
  min-width: 230px;
  margin-top: 0;
  padding: .75rem 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.navbar .dropdown-item {
  padding: .5rem 1.25rem;
  color: #111;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.25;
  white-space: normal;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: #cf4a00;
  background: #f3f4f7;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}

.dropdown-submenu > .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-submenu > .dropdown-toggle::after {
  transform: rotate(-90deg);
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown:focus-within > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu,
  .dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
  }
}

.btn,
.wp-element-button {
  border-radius: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

.btn-primary,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --bs-btn-bg: #cf4a00;
  --bs-btn-border-color: #cf4a00;
  --bs-btn-hover-bg: #bc2800;
  --bs-btn-hover-border-color: #bc2800;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  min-height: 50px;
  padding: 1rem .85rem;
  border-radius: 0;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff !important;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.wp-element-button:hover,
.wp-element-button:focus {
  border-color: var(--wd-link-color) !important;
  background: #fff !important;
  color: var(--wd-link-color) !important;
}

.btn-outline-primary {
  --bs-btn-color: #cf4a00;
  --bs-btn-border-color: #cf4a00;
  --bs-btn-hover-bg: #cf4a00;
  --bs-btn-hover-border-color: #cf4a00;
}

.page-shell {
  padding-block: 2.65rem;
}

@media (min-width: 992px) {
  .page-shell > .container {
    transform: translateX(-10px);
  }
}

.content-area {
  font-size: 1.05rem;
}

.entry-content {
  max-width: 1200px;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4 {
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.55rem;
  margin-bottom: 1.15rem;
}

.content-area h1 {
  font-size: 1.72rem;
  margin-top: 0;
}

.content-area h2 {
  font-size: 1.55rem;
}

.content-area h3 {
  font-size: 1.35rem;
}

.content-area h4 {
  font-size: 1.08rem;
}

.content-area h1,
.content-area h2 {
  position: relative;
  padding-bottom: .68rem;
}

.content-area h1::after,
.content-area h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  max-width: 100%;
  height: 5px;
  background: linear-gradient(to right, #cf4a00 0 50%, #d3d0dc 50% 100%);
}

.content-area p {
  margin-bottom: 1.28rem;
  color: #000;
  font-size: 1.05rem;
  line-height: 1.58;
}

.content-area a {
  color: var(--wd-link-color);
  text-decoration: none;
}

.content-area a:hover {
  color: var(--wd-link-color-hover);
  text-decoration: none;
}

.content-area img {
  max-width: 100%;
  height: auto;
}

.content-area .row {
  margin-block: 1.75rem;
}

.content-area .has-background,
.highlight-panel {
  background: #f3f4f7;
  padding: 1.5rem;
}

.content-area ul,
.content-area ol {
  padding-left: 1.35rem;
}

.content-area li {
  margin-bottom: .45rem;
}

.immigration-advice-page .entry-content {
  max-width: 1310px;
}

.immigration-advice-meta {
  margin: 1.65rem 0 1.45rem;
}

.immigration-advice-meta p {
  margin: 0;
  color: #596173;
  font-size: .95rem;
  line-height: 1.55;
}

.immigration-advice-meta a {
  font-weight: 800;
}

.content-area .no-heading-rule {
  padding-bottom: 0;
}

.content-area .no-heading-rule::after {
  display: none;
}

.immigration-advice-page .immigration-advice-cta {
  margin-top: 1.35rem;
  margin-bottom: 0;
}

.immigration-advice-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: .85rem .75rem;
  border: 1px solid var(--wd-link-color);
  background: var(--wd-link-color);
  color: #fff !important;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.immigration-advice-button:hover,
.immigration-advice-button:focus {
  background: #fff;
  color: var(--wd-link-color) !important;
}

.immigration-advice-page .advice-comparison-table {
  margin: 1.15rem 0 2.15rem;
  border: 1px solid #111;
}

.immigration-advice-page .advice-comparison-table th,
.immigration-advice-page .advice-comparison-table td {
  padding: .48rem .55rem;
  border: 1px solid #111;
  color: #000;
  font-size: 1rem;
  line-height: 1.45;
}

.immigration-advice-page .advice-comparison-table th {
  background: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.immigration-advice-page .advice-comparison-table thead th {
  border-bottom-width: 3px;
}

.immigration-advice-page .written-advice-list {
  padding-left: 1.25rem;
}

.immigration-advice-page .written-advice-list li::marker {
  content: "\2022  ";
}

.immigration-advice-page .written-advice-list li::before {
  content: "\2713";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: .4rem;
  border: 1px solid #0b750b;
  background: #19c219;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1;
}

.immigration-advice-page .one-off-fee-table {
  margin: 1.15rem 0 1.4rem;
  border: 1px solid #111;
  table-layout: fixed;
  width: 100%;
}

.immigration-advice-page .one-off-fee-table th,
.immigration-advice-page .one-off-fee-table td {
  padding: .72rem .65rem;
  border: 1px solid #111;
  color: #000;
  font-size: 1rem;
  line-height: 1.55;
}

.immigration-advice-page .one-off-fee-table th,
.immigration-advice-page .one-off-fee-table td {
  width: 50%;
}

.immigration-advice-page .one-off-fee-table th {
  background: #fff;
  font-weight: 800;
}

.immigration-advice-page .one-off-fee-table thead th {
  border-bottom-width: 3px;
}

.immigration-advice-page .one-off-fee-table td:nth-child(2) {
  font-weight: 800;
  vertical-align: middle;
}

.immigration-advice-page .immigration-one-off-links {
  margin-top: .55rem;
  margin-bottom: 2.35rem;
}

.service-link-grid {
  row-gap: .65rem;
}

.content-area .service-link-list {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-area .service-link-list li {
  margin: 0;
}

.service-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  padding: .85rem 1.7rem .85rem 1.9rem;
  border: 2px solid var(--wd-link-color);
  color: #000;
  background: #f3f3f3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.service-link-list a::after {
  content: "\27A4";
  width: auto;
  height: auto;
  margin-left: 1rem;
  color: var(--wd-link-color);
  flex: 0 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
}

.service-link-list a:hover {
  color: var(--wd-link-color-hover);
  border-color: var(--wd-link-color-hover);
  background: #e9e9e9;
}

.service-link-list a:hover::after {
  color: var(--wd-link-color-hover);
}

.content-area .case-success-list {
  margin: 1.25rem 0 1.5rem;
  padding-left: 1.1rem;
}

.content-area .case-success-list li {
  margin-bottom: .65rem;
  font-style: italic;
  line-height: 1.35;
}

.case-success-cta {
  margin: 1.3rem 0 1.25rem;
}

.case-success-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  padding: .85rem 1.7rem .85rem 1.9rem;
  border: 2px solid var(--wd-link-color);
  color: #000;
  background: #f3f3f3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.case-success-cta a::after {
  content: "\27A4";
  margin-left: 1rem;
  color: var(--wd-link-color);
  flex: 0 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
}

.case-success-cta a:hover {
  color: var(--wd-link-color-hover);
  border-color: var(--wd-link-color-hover);
  background: #e9e9e9;
}

.case-success-cta a:hover::after {
  color: var(--wd-link-color-hover);
}

.case-process-figure {
  width: 100%;
  max-width: none;
  margin: 1.45rem 0 2.3rem;
  padding: .85rem;
  border: 1px solid rgba(207, 74, 0, .16);
  border-radius: 14px;
  background: #f7f7f7;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .08);
}

.case-process-figure img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.content-area .advice-form-section {
  margin-top: 0 !important;
  margin-bottom: 1.75rem !important;
  --bs-gutter-y: 0;
}

.content-area .advice-intro {
  margin-bottom: 1rem;
}

.content-area .advice-form-section > * {
  margin-top: 0 !important;
}

.advice-form-section .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-contact-form p {
  margin: 0 0 1.55rem;
}

.custom-contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin-bottom: 1.55rem;
}

.custom-contact-form .form-row p {
  margin: 0;
}

.custom-contact-form input:not([type="hidden"]):not([type="submit"]),
.custom-contact-form textarea {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: .95rem;
  line-height: 1.35;
  box-shadow: none;
  outline: none;
}

.custom-contact-form input:not([type="hidden"]):not([type="submit"]) {
  height: 42px;
  padding: .55rem .95rem;
}

.custom-contact-form textarea {
  min-height: 190px;
  padding: .75rem .95rem;
  resize: vertical;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #000;
  opacity: 1;
}

.custom-contact-form input:not([type="hidden"]):not([type="submit"]):focus,
.custom-contact-form textarea:focus {
  border-color: var(--wd-link-color);
}

.custom-contact-form .cf7sr-g-recaptcha {
  margin: 2.2rem 0 3.2rem;
}

.recaptcha-mock {
  display: flex;
  align-items: center;
  width: 302px;
  height: 76px;
  padding: 12px 12px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #fafafa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.recaptcha-checkbox {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border: 2px solid #555;
  background: #fff;
}

.recaptcha-label {
  font-size: .9rem;
  line-height: 1;
}

.recaptcha-brand {
  position: relative;
  margin-left: auto;
  padding-top: 34px;
  color: #666;
  font-size: .62rem;
  text-align: center;
}

.recaptcha-brand::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 28px;
  height: 28px;
  border: 5px solid #4f86ec;
  border-right-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) rotate(-35deg);
}

.recaptcha-brand::after {
  content: "";
  position: absolute;
  top: 7px;
  left: calc(50% + 6px);
  width: 0;
  height: 0;
  border-left: 8px solid #4f86ec;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(30deg);
}

.custom-contact-form br {
  display: none;
}

.custom-contact-form .custom-submit {
  width: 100%;
  min-height: 42px;
  border: 1px solid #111;
  border-radius: 0;
  background: var(--wd-link-color);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.custom-contact-form .custom-submit:hover {
  border-color: var(--wd-link-color);
  background: #fff;
  color: var(--wd-link-color);
}

.content-area table {
  width: 100%;
  margin-block: 1.5rem;
  border-collapse: collapse;
}

.content-area table th,
.content-area table td {
  padding: .8rem;
  border: 1px solid rgba(0, 0, 0, .12);
  vertical-align: top;
}

.content-area table th {
  background: #f3f4f7;
}

.content-area .fixed-fee-table {
  width: 100%;
  margin: 1.25rem 0 2.25rem;
  border: 1px solid #111;
  table-layout: fixed;
}

.content-area .fixed-fee-table th,
.content-area .fixed-fee-table td {
  width: 50%;
  padding: .5rem .55rem;
  border: 1px solid #111;
  color: #000;
  font-size: 1rem;
  line-height: 1.42;
}

.content-area .fixed-fee-table th {
  background: #fff;
  font-weight: 800;
}

.content-area .fixed-fee-table thead th {
  border-bottom-width: 3px;
}

.content-area .fixed-fee-table td:nth-child(2) {
  font-weight: 800;
  vertical-align: middle;
}

.fixed-fee-page .fixed-fee-table th:first-child,
.fixed-fee-page .fixed-fee-table td:first-child {
  width: 83%;
}

.fixed-fee-page .fixed-fee-table th:nth-child(2),
.fixed-fee-page .fixed-fee-table td:nth-child(2) {
  width: 17%;
  font-weight: 400;
}

.fixed-fee-toc {
  margin: 1.55rem 0 2rem;
  padding: 0 0 .25rem;
  background: #f3f3f3;
}

.fixed-fee-toc h2 {
  margin: 0 0 .9rem;
  padding-top: .35rem;
}

.content-area .fixed-fee-toc ul {
  margin: 0;
  padding: 0 0 0 .02rem;
  list-style: none;
}

.content-area .fixed-fee-toc li {
  margin: 0;
  line-height: 1.42;
}

.fixed-fee-quote-form {
  margin-top: 1.15rem;
}

.fixed-fee-quote-form textarea {
  min-height: 190px;
}

.article-meta {
  color: #4b5563;
  font-size: .96rem;
  line-height: 1.6;
}

.content-area .plain-linked-heading a {
  color: inherit;
  text-decoration: none;
}

.family-visas-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 48%);
  gap: 2rem;
  align-items: start;
  margin: 1.2rem 0 2rem;
}

.family-visas-intro-grid .fixed-fee-toc {
  margin: 0;
  background: transparent;
}

.family-visas-hero-image {
  margin: 0;
  padding-top: .4rem;
}

.family-visas-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.family-visa-link-list {
  display: grid;
  gap: .65rem;
  width: 100%;
  margin: 1.35rem 0 2rem;
}

.content-area .family-visa-link-list a {
  position: relative;
  display: block;
  min-height: 55px;
  padding: 1rem 3.25rem 1rem 1.85rem;
  border: 2px solid var(--wd-link-color);
  background: #f4f4f4;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  text-decoration: none;
  box-sizing: border-box;
}

.content-area .family-visa-link-list a::after {
  content: "\25BA";
  position: absolute;
  top: 50%;
  right: 1.65rem;
  color: var(--wd-link-color);
  font-size: 1.05rem;
  transform: translateY(-50%);
}

.content-area .family-visa-link-list a:hover {
  background: #fff;
  color: var(--wd-link-color);
}

.content-area .family-visa-cost-table th,
.content-area .family-visa-cost-table td {
  width: auto;
  padding: .55rem .65rem;
  border: 1px solid #111;
  color: #000;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1rem;
  line-height: 1.45;
}

.content-area .family-visa-cost-table {
  width: 100%;
  margin: 1.25rem 0 1.55rem;
  border: 1px solid #111;
  border-collapse: collapse;
  table-layout: fixed;
}

.content-area .family-visa-cost-table td,
.content-area .family-visa-cost-table td:nth-child(2),
.content-area .family-visa-cost-table td:nth-child(3) {
  font-weight: 400;
  vertical-align: top;
}

.content-area .family-visa-cost-table td:first-child {
  font-weight: 800;
}

.content-area .family-visa-cost-table th:first-child,
.content-area .family-visa-cost-table td:first-child {
  width: 56.6%;
}

.content-area .family-visa-cost-table th:nth-child(2),
.content-area .family-visa-cost-table td:nth-child(2) {
  width: 24.2%;
}

.content-area .family-visa-cost-table th:nth-child(3),
.content-area .family-visa-cost-table td:nth-child(3) {
  width: 19.2%;
}

.content-area .family-visa-cost-table thead th {
  border-bottom: 3px solid #111;
  background: #fff;
  font-weight: 800;
}

.content-area .family-visas-faq-list summary div {
  font-weight: 400;
}

.content-area .family-visas-faq-list details > .accordion-list p,
.content-area .family-visas-faq-list details > .accordion-list li {
  color: #000;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .family-visas-intro-grid {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }
}

.fixed-fee-note {
  margin-left: .05rem;
  padding-left: 1.65rem;
  border-left: 2px solid var(--wd-link-color);
}

.commissioners-oaths-page .fixed-fee-note {
  margin-top: 1.55rem;
  margin-bottom: 1.7rem;
}

.commissioners-oaths-page .fixed-fee-table th,
.commissioners-oaths-page .fixed-fee-table td:nth-child(2) {
  font-weight: 400;
}

.detention-advice-callout {
  box-sizing: border-box;
  overflow-wrap: break-word;
  margin: 20px 0;
  padding: 15px 20px;
  border-left: 6px solid #cf4a00;
  background: #f8f9fa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  color: #333;
  font-size: 1.05em;
  font-style: italic;
  position: relative;
}

.content-area .detention-advice-callout p {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.05em;
  font-style: italic;
}

.detention-advice-callout a {
  color: var(--wd-link-color);
  font-style: italic;
}

.content-area .detention-advice-callout p:last-child {
  margin-bottom: 0;
}

.remote-help-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.remote-help-section h2 {
  margin-top: 0;
}

.remote-help-section p {
  text-align: justify;
}

.remote-help-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(207, 74, 0, .18);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .1);
}

.remote-help-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
}

.quick-faq-section {
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  margin-top: 1.8rem;
}

.quick-faq-section h4 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.25;
}

.quick-faq-section p {
  margin-bottom: 1.55rem;
  color: #000;
  font-size: 1.03rem;
  line-height: 1.55;
  text-align: justify;
}

.content-area > h2 + p {
  text-align: justify;
}

.content-area .why-clients-list {
  margin: 1.1rem 0 1.35rem;
  padding-left: 1rem;
}

.content-area .why-clients-list li {
  margin-bottom: .72rem;
  padding-left: .25rem;
  color: #000;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 1.03rem;
  line-height: 1.55;
}

.client-logo-slider {
  position: relative;
  margin: 1.35rem 0 2.2rem;
  padding: 0 2.3rem;
}

.client-logo-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4.4rem) / 5);
  gap: 1.1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.client-logo-track::-webkit-scrollbar {
  display: none;
}

.client-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 212px;
  padding: 1rem;
  border: 1px solid #ddd;
  background: #fff;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.client-logo-card img {
  display: block;
  width: 100%;
  max-width: 190px;
  max-height: 150px;
  object-fit: contain;
  border-radius: 0;
}

.client-slider-arrow {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #b8b8b8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.client-slider-prev {
  left: 0;
}

.client-slider-next {
  right: 0;
}

.figure,
.wp-block-image {
  display: block;
  margin: 1.5rem 0;
}

.figure img,
.wp-block-image img {
  border-radius: .35rem;
}

.office-serve-section {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.office-serve-section h2 {
  margin-top: 0;
}

.office-serve-figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(207, 74, 0, .18);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .12);
}

.office-serve-figure::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 10px;
}

.office-serve-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}

.accordion-list {
  margin-top: 1.35rem;
}

.accordion-list details {
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: .85rem;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.accordion-list details[open] {
  border-color: rgba(207, 74, 0, .45);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.accordion-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 1rem 3.25rem 1rem 1.25rem;
  cursor: pointer;
  color: #000;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

.accordion-list summary::-webkit-details-marker {
  display: none;
}

.accordion-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.15rem;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(207, 74, 0, .45);
  color: var(--wd-link-color);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}

.accordion-list details[open] summary::after {
  content: "-";
  border-color: var(--wd-link-color);
  background: var(--wd-link-color);
  color: #fff;
  line-height: 23px;
}

.accordion-list summary:hover {
  color: var(--wd-link-color-hover);
}

.accordion-list details > .accordion-list {
  margin: 0;
  padding: 0 1.25rem 1rem;
  border-top: 1px solid #eee;
}

.accordion-list details > .accordion-list p {
  margin: .9rem 0 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.solicitor-profile-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  margin: 2.5rem 0 1rem;
  padding: 2rem;
  border: 1px solid rgba(207, 74, 0, .18);
  border-radius: 14px;
  background: linear-gradient(135deg, #f9f9f9 0%, #efefef 100%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.solicitor-profile-card:hover {
  border-color: rgba(207, 74, 0, .32);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .16);
}

.profile-photo-wrap {
  align-self: stretch;
  overflow: hidden;
  min-height: 420px;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .14);
}

.profile-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% top;
}

.solicitor-profile-card h2 {
  margin-top: 0;
  margin-bottom: .35rem;
}

.profile-role {
  margin-bottom: .2rem;
  color: var(--wd-link-color);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.profile-company {
  margin-bottom: 1rem;
  color: #666;
  font-size: .95rem;
  font-weight: 700;
}

.profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.25rem;
}

.profile-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: var(--wd-link-color);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.profile-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.35rem;
  margin: 1.15rem 0 1.45rem;
  color: #444;
  font-weight: 800;
}

.profile-expertise-item {
  display: inline-flex;
  align-items: center;
}

.profile-expertise-item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: .5rem;
  background: var(--wd-link-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 18px;
}

.immigration-icon::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5a2 2 0 0 1 2-2h9l5 5v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Ccircle cx='10' cy='12' r='2.5'/%3E%3Cpath d='M7 17c.7-2 5.3-2 6 0'/%3E%3C/svg%3E") center / contain no-repeat;
}

.business-icon::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 6V5a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v1'/%3E%3Cpath d='M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z'/%3E%3Cpath d='M3 13h18'/%3E%3Cpath d='M9 13v2h6v-2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.appeals-icon::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m14 5 5 5'/%3E%3Cpath d='m13 6-7 7 3 3 7-7'/%3E%3Cpath d='M5 20h8'/%3E%3Cpath d='m4 14 6 6'/%3E%3Cpath d='m16 3 5 5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.profile-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.profile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.25rem;
  border: 1px solid var(--wd-link-color);
  background: var(--wd-link-color);
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.profile-button:hover,
.profile-button:focus,
.profile-button:active,
.profile-button:visited {
  border-color: var(--wd-link-color);
  background: var(--wd-link-color);
  color: #fff !important;
  text-decoration: none;
  transform: none;
}

.profile-socials {
  display: flex;
  gap: .7rem;
}

.profile-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(207, 74, 0, .12);
  color: var(--wd-link-color);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.profile-socials a:hover {
  background: var(--wd-link-color);
  color: #fff;
}

.client-feedback-section {
  margin: 2.6rem 0 1.4rem;
}

.client-feedback-section h2 {
  margin-top: 0;
}

.client-feedback-section > p {
  max-width: 780px;
  margin-bottom: 1.35rem;
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feedback-card {
  position: relative;
  min-height: 230px;
  padding: 1.2rem 1.2rem 1.05rem;
  border: 0;
  border-radius: 10px;
  background: #f3f3f3;
  box-shadow: none;
}

.feedback-top {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #455a64;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  flex: 0 0 42px;
}

.purple-avatar {
  background: #7e57c2;
}

.brown-avatar {
  background: #8d6e63;
}

.blue-avatar {
  background: #1769aa;
}

.teal-avatar {
  background: #00897b;
}

.green-avatar {
  background: #00695c;
}

.image-avatar {
  overflow: hidden;
  background: #ddd;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feedback-top h3 {
  margin: 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.2;
}

.feedback-top p {
  margin: .1rem 0 0;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .83rem;
  line-height: 1;
}

.google-mark {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: auto;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23FFC107' d='M43.6 20.1H42V20H24v8h11.3C33.7 32.7 29.2 36 24 36c-6.6 0-12-5.4-12-12s5.4-12 12-12c3.1 0 5.9 1.2 8 3.1l5.7-5.7C34.1 6.1 29.3 4 24 4 12.9 4 4 12.9 4 24s8.9 20 20 20 20-8.9 20-20c0-1.3-.1-2.6-.4-3.9z'/%3E%3Cpath fill='%23FF3D00' d='M6.3 14.7l6.6 4.8C14.7 15.1 19 12 24 12c3.1 0 5.9 1.2 8 3.1l5.7-5.7C34.1 6.1 29.3 4 24 4 16.3 4 9.6 8.3 6.3 14.7z'/%3E%3Cpath fill='%234CAF50' d='M24 44c5.2 0 10-2 13.5-5.2l-6.2-5.2C29.3 35.1 26.8 36 24 36c-5.2 0-9.7-3.3-11.3-7.9l-6.5 5C9.5 39.6 16.2 44 24 44z'/%3E%3Cpath fill='%231976D2' d='M43.6 20.1H42V20H24v8h11.3c-.8 2.4-2.4 4.3-4.1 5.6l6.2 5.2C36.9 39.3 44 34 44 24c0-1.3-.1-2.6-.4-3.9z'/%3E%3C/svg%3E") center / contain no-repeat;
  cursor: pointer;
  flex: 0 0 22px;
}

.google-mark::after {
  content: "Posted on";
  position: absolute;
  top: 50%;
  right: calc(100% + 9px);
  z-index: 3;
  padding: .5rem .65rem;
  border-radius: 5px;
  background: #060606;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(4px);
  transition: opacity .16s ease, transform .16s ease;
}

.google-mark::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 3px);
  z-index: 4;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #060606;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(4px);
  transition: opacity .16s ease, transform .16s ease;
}

.google-mark:hover::after,
.google-mark:hover::before {
  opacity: 1;
  transform: translateY(-50%);
}

.review-stars {
  margin-bottom: .6rem;
  color: #f6b400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  letter-spacing: .04em;
}

.verified-review {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4285f4;
  color: #fff;
  font-size: .62rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 14px;
  vertical-align: .14rem;
  cursor: pointer;
}

.verified-review::after {
  content: "Trustindex verifies that the original source of the review is Google.";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  z-index: 4;
  width: 245px;
  padding: .55rem .65rem;
  border-radius: 5px;
  background: #050505;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateX(-50%) translateY(4px);
  transition: opacity .16s ease, transform .16s ease;
}

.verified-review::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 3px);
  z-index: 5;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #050505;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(4px);
  transition: opacity .16s ease, transform .16s ease;
}

.verified-review:hover::after,
.verified-review:hover::before {
  opacity: 1;
  transform: translateX(-50%);
}

.feedback-card > p {
  margin: 0;
  color: #202020;
  display: -webkit-box;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.42;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.feedback-card.is-expanded > p {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.read-review {
  display: inline-block;
  margin-top: .75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8f8f8f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
  text-decoration: none;
  cursor: pointer;
}

.read-review:hover {
  color: var(--wd-link-color);
}

.feedback-verified {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.feedback-verified::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 340px;
  max-width: calc(100vw - 2rem);
  height: 18px;
  transform: translateX(-50%);
}

.feedback-verified span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .45rem .85rem;
  border-radius: 4px;
  background: #198754;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .82rem;
  font-weight: 800;
}

.feedback-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 2;
  width: 320px;
  max-width: calc(100vw - 2rem);
  padding: .9rem 1rem;
  border: 1px solid #111;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity .16s ease, transform .16s ease;
}

.feedback-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 18px;
  height: 18px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.feedback-tooltip strong {
  font-weight: 800;
}

.feedback-tooltip a {
  color: #333;
  text-decoration: underline;
}

.feedback-verified:hover .feedback-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.immigration-updates-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 2.9rem;
  max-width: 1192px;
  margin: 2rem auto 3.6rem;
  padding: 2.5rem 1.25rem 3.55rem;
  border-radius: 10px;
  background: #f4d5c4;
}

.updates-copy {
  padding-left: .1rem;
}

.updates-copy h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.updates-copy p {
  max-width: 540px;
  margin: 0;
  color: #333;
}

.updates-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.updates-form input {
  width: 100%;
  height: 43px;
  padding: .55rem .75rem;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: .95rem;
}

.updates-form input::placeholder {
  color: #222;
  opacity: 1;
}

.updates-captcha {
  position: relative;
  display: grid;
  grid-template-columns: 28px auto 42px;
  grid-template-rows: 1fr auto;
  align-items: center;
  column-gap: .85rem;
  width: 302px;
  min-height: 76px;
  padding: .65rem .7rem;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #f7f7f7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .88rem;
}

.captcha-check {
  width: 28px;
  height: 28px;
  border: 2px solid #4b4b4b;
  background: #fff;
}

.captcha-logo {
  width: 32px;
  height: 32px;
  justify-self: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%234285f4' d='M51 8v14H37l5-5a18 18 0 0 0-27 5l-7-5A27 27 0 0 1 47 12z'/%3E%3Cpath fill='%235f7fd9' d='M56 34a24 24 0 0 1-7 17l-6-6a16 16 0 0 0 4-11z'/%3E%3Cpath fill='%239aa0a6' d='M13 56V42h14l-5 5a18 18 0 0 0 27-5l7 5a27 27 0 0 1-39 5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.updates-captcha small {
  grid-column: 3;
  justify-self: center;
  color: #666;
  font-size: .58rem;
  line-height: 1;
}

.updates-form button {
  height: 42px;
  border: 1px solid #111;
  border-radius: 0;
  background: #cf4a00;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.updates-form button:hover {
  background: #066b8e;
  color: #fff;
}

@media (max-width: 900px) {
  .immigration-updates-section {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 2rem 1.25rem;
  }

  .updates-captcha {
    width: min(302px, 100%);
  }
}

.prefooter {
  background: #cf4a00;
  color: #fff;
  padding: 2.5rem 0;
}

.site-footer {
  background: #f3f4f7;
  padding: 2.75rem 0 0;
  color: #111;
}

.copyright span {
  color: #ffff;
  font-weight: 400;
}

.site-footer > .container {
  max-width: 1220px;
  padding-left: 0;
  padding-right: 0;
  transform: translateX(10px);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2.05rem;
}

.footer-grid section {
  min-width: 0;
}

.footer-company {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.footer-grid > section:nth-of-type(2) {
  grid-column: 3;
  grid-row: 1;
}

.footer-grid > section:nth-of-type(3) {
  grid-column: 4;
  grid-row: 1;
}

.footer-grid > section:nth-of-type(4) {
  grid-column: 1;
  grid-row: 2;
}

.footer-grid > section:nth-of-type(5) {
  grid-column: 2;
  grid-row: 2;
}

.footer-grid > section:nth-of-type(6) {
  grid-column: 3;
  grid-row: 2;
}

.site-footer h3 {
  margin: 0 0 1.35rem;
  color: #111;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}

.site-footer p,
.footer-links,
.footer-hours {
  color: #222;
  font-size: 1.08rem;
  line-height: 1.42;
}

.footer-company p {
  max-width: 582px;
  margin-bottom: 1.9rem;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #d7d7d7;
}

.footer-links,
.footer-hours {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li,
.footer-hours li {
  margin-bottom: .92rem;
}

.footer-links a,
.footer-address a {
  color: #cf4a00;
  text-decoration: none;
}

.footer-links a {
  color: #222;
}

.footer-links a:hover,
.footer-address a:hover {
  color: inherit;
}

.footer-reg-logos {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.sra-logo,
.ilpa-logo {
  background: #fff;
  display: block;
  object-fit: contain;
}

.sra-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 273px;
  height: 160px;
  padding: 1.35rem 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.sra-mark {
  position: relative;
  flex: 0 0 74px;
  width: 74px;
  height: 92px;
}

.sra-mark::before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 56px;
  height: 86px;
  border-left: 18px solid #6f6f6f;
  border-bottom: 18px solid #6f6f6f;
  transform: skewY(28deg);
}

.sra-mark::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 52px;
  height: 52px;
  background: #dc1744;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 76% 100%, 76% 38%, 16% 98%, 0 82%, 60% 22%, 0 22%);
}

.sra-content {
  flex: 1;
  color: #707070;
  line-height: 1.08;
  text-transform: uppercase;
}

.sra-content span {
  display: block;
  margin-bottom: .18rem;
  font-size: .72rem;
  font-weight: 700;
}

.sra-content strong {
  display: block;
  padding-bottom: .32rem;
  border-bottom: 2px solid #bdbdbd;
  color: #d71945;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.03;
}

.sra-content em {
  display: block;
  margin-top: .3rem;
  color: #7a7a7a;
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
}

.sra-content em::before {
  content: "› ";
  color: #7a7a7a;
}

.sra-content small {
  display: block;
  margin-top: .42rem;
  color: #777;
  font-size: .74rem;
  text-transform: uppercase;
}

.ilpa-logo {
  width: 148px;
  height: 148px;
  object-fit: contain;
}

.footer-address {
  grid-column: 4;
  grid-row: 2;
  margin-top: 0;
}

.footer-address p {
  margin-bottom: 1rem;
}

.footer-map {
  display: block;
  width: 100%;
  height: 152px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.copyright {
  margin-top: 2.45rem;
  padding: 1.35rem 1rem;
  background: #cf4a00;
  color: #fff;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 991.98px) {
  .page-shell {
    padding-block: 2rem;
  }

  .header-main-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .top-bar-inner,
  .top-bar-left {
    flex-direction: column;
  }

  .top-bar-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-main {
    padding: 1rem 0;
  }

  .header-contacts {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .header-contact {
    font-size: .92rem;
  }

  .navbar-brand img {
    max-height: 58px;
  }

  .navbar .nav-link {
    padding: .7rem 0;
  }

  .office-serve-figure {
    max-width: 680px;
    margin-inline: auto;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid > section,
  .footer-company {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-company,
  .footer-address {
    grid-column: span 2;
  }

  .footer-map {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .content-area h1 {
    font-size: 1.55rem;
  }

  .content-area h2 {
    font-size: 1.35rem;
  }

  .content-area p {
    font-size: 1rem;
  }

  .office-serve-figure {
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
  }

  .office-serve-figure img {
    aspect-ratio: 16 / 10;
    border-radius: 10px;
  }

  .service-link-list a {
    min-height: 50px;
    padding: .75rem 1rem;
    font-size: .95rem;
  }

  .service-link-list a::after {
    font-size: 1rem;
  }

  .case-success-cta a {
    min-height: 50px;
    padding: .75rem 1rem;
    font-size: .95rem;
  }

  .case-success-cta a::after {
    font-size: 1rem;
  }

  .case-process-figure {
    margin-block: 1rem 1.75rem;
    padding: .45rem;
    border-radius: 10px;
  }

  .case-process-figure img {
    border-radius: 7px;
  }

  .remote-help-figure {
    max-width: 680px;
    margin-inline: auto;
    border-radius: 10px;
  }

  .remote-help-figure img {
    border-radius: 10px;
  }

  .client-logo-slider {
    padding: 0 1.7rem;
  }

  .client-logo-track {
    grid-auto-columns: minmax(170px, 220px);
    scroll-snap-type: x mandatory;
  }

  .client-logo-card {
    height: 170px;
  }

  .client-logo-card img {
    max-width: 155px;
    max-height: 120px;
  }

  .custom-contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 1.55rem;
  }

  .custom-contact-form textarea {
    min-height: 165px;
  }

  .solicitor-profile-card {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .profile-photo-wrap {
    max-width: 260px;
    min-height: 360px;
    margin-inline: auto;
  }

  .profile-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

  .footer-company,
  .footer-address {
    grid-column: auto;
  }

  .footer-reg-logos {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .top-bar-info {
    text-align: center;
  }

  .top-bar a {
    padding: .45rem .65rem;
  }

  .header-contacts {
    align-items: flex-start;
    flex-direction: column;
  }
}
