/* CEMIS: accessibility, responsive and conversion fixes (2026) */

:root {
  --cemis-red: #d71920;
  --cemis-dark: #1f2328;
  --cemis-focus: #ffbf47;
}

/* Keep the wider envelope icon clear of the e-mail label in the header. */
.main-header .header-upper .upper-right .info-box:last-child {
  padding-left: 50px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100000;
  padding: 12px 18px;
  color: #111;
  background: #fff;
  border: 3px solid var(--cemis-focus);
  transform: translateY(-150%);
  transition: transform .15s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 3px solid var(--cemis-focus) !important;
  outline-offset: 3px !important;
}

@supports selector(:focus-visible) {
  a:not(:focus-visible),
  button:not(:focus-visible),
  input:not(:focus-visible),
  select:not(:focus-visible),
  textarea:not(:focus-visible),
  [tabindex]:not(:focus-visible) {
    outline: none !important;
  }
}

.sr-only-focusable:not(:focus):not(:active),
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-form-panel {
  margin-top: 35px;
  padding: 35px;
  background: #f7f7f7;
  border-top: 4px solid var(--cemis-red);
}

.contact-section {
  padding-top: 70px;
}

.contact-section .info-column {
  margin-top: 0;
}

.contact-form-panel h2 {
  margin-bottom: 10px;
  color: var(--cemis-dark);
}

.contact-form-panel .form-intro {
  margin-bottom: 25px;
}

.contact-form label {
  display: block;
  margin-bottom: 7px;
  color: #222;
  font-weight: 700;
}

.contact-form .required {
  color: #b00020;
}

.form-status {
  display: none;
  margin-bottom: 20px;
  padding: 14px 18px;
  border-left: 4px solid #b00020;
  background: #fff0f0;
  color: #6f0012;
}

.form-status.is-visible {
  display: block;
}

.form-delivery-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 18px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.55;
}

.form-delivery-note .fa {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--cemis-red);
}

.turnstile-widget {
  min-height: 65px;
  margin: 4px 0 20px;
}

.turnstile-widget[hidden] {
  display: none;
  min-height: 0;
  margin: 0;
}

.turnstile-widget iframe {
  max-width: 100%;
}

.service-inquiry {
  padding: 78px 0;
  background: #f3f4f5;
}

.service-inquiry__layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr);
  gap: 48px;
  align-items: start;
}

.service-inquiry__intro {
  padding: 12px 0;
}

.service-inquiry__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--cemis-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-inquiry__intro h2 {
  margin-bottom: 18px;
  color: var(--cemis-dark);
  font-size: 34px;
  line-height: 1.2;
}

.service-inquiry__intro > p {
  margin-bottom: 26px;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}

.service-inquiry__benefits {
  margin: 0;
}

.service-inquiry__benefits li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: #303030;
  line-height: 1.5;
}

.service-inquiry__benefits .fa {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--cemis-red);
}

.service-inquiry__form {
  padding: 34px 34px 28px;
  border-top: 4px solid var(--cemis-red);
  background: #fff;
  box-shadow: 0 12px 35px rgba(19, 24, 29, .1);
}

.service-inquiry .contact-form .form-group {
  margin-bottom: 19px;
}

.service-inquiry .contact-form input,
.service-inquiry .contact-form textarea {
  background: #fff;
}

.service-inquiry .contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.service-inquiry .contact-form button[type="submit"] {
  min-width: 205px;
}

.map-embed {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.map-fallback {
  padding: 14px 15px;
  text-align: center;
  background: #f5f5f5;
}

.service-copy p,
.service-copy li {
  font-size: 16px;
  line-height: 1.75;
}

.service-copy ul {
  margin: 18px 0 25px;
  list-style: none;
}

.service-copy ul li,
.trust-list li {
  position: relative;
  padding-left: 31px;
}

.service-copy ul li::before,
.trust-list li::before {
  position: absolute;
  top: .15em;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--cemis-red);
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
}

.service-copy h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.seo-intro {
  max-width: 850px;
  margin: 0 auto 35px;
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.about-section .image-column .image img {
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 992px) {
  .about-section--matched .row {
    display: flex;
    align-items: stretch;
  }

  .about-section--matched .content-column,
  .about-section--matched .image-column {
    float: none;
  }

  .about-section--matched .content-column {
    margin-bottom: 0;
  }

  .about-section--matched .image-column {
    display: flex;
  }

  .about-section--matched .image-column .image {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }

  .about-section--matched .image-column .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    object-fit: cover;
    object-position: 68% center;
  }
}

@media only screen and (max-width: 991px) {
  .about-section--matched .image-column .image img {
    width: 100%;
    height: clamp(280px, 50vw, 460px) !important;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    object-position: 68% center;
  }
}

.service-copy .related-services {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

.service-copy .related-services a {
  color: #b51219;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.services-section-two.style-two .services-block-two .inner-box:hover,
.services-section-two.style-two .services-block-two .inner-box:focus-within {
  background: #d71920;
}

.services-section-two.style-two .services-block-two .inner-box:hover h3 a,
.services-section-two.style-two .services-block-two .inner-box:hover .text,
.services-section-two.style-two .services-block-two .inner-box:hover .read-more,
.services-section-two.style-two .services-block-two .inner-box:hover .read-more .fa,
.services-section-two.style-two .services-block-two .inner-box:focus-within h3 a,
.services-section-two.style-two .services-block-two .inner-box:focus-within .text,
.services-section-two.style-two .services-block-two .inner-box:focus-within .read-more,
.services-section-two.style-two .services-block-two .inner-box:focus-within .read-more .fa {
  color: #fff !important;
}

.services-section-two.style-two .services-block-two .inner-box:focus-within {
  outline: 3px solid #8e0f15;
  outline-offset: 3px;
}

.service-booking {
  margin-top: 32px !important;
  padding: 20px 22px;
  border-left: 4px solid #d71920;
  background: #f6f6f6;
  font-size: 20px;
  line-height: 1.55;
}

.seo-faq,
.trust-section,
.seo-process {
  padding: 70px 0;
}

.seo-faq,
.seo-process {
  background: #f6f6f6;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #d8d8d8;
}

.faq-item {
  border-bottom: 1px solid #d8d8d8;
}

.faq-item summary {
  position: relative;
  min-height: 56px;
  padding: 18px 52px 18px 0;
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

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

.faq-item summary::after {
  position: absolute;
  top: 16px;
  right: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid #d71920;
  border-radius: 50%;
  color: #b51219;
  content: "+";
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

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

.faq-item summary:focus-visible {
  outline: 3px solid #d71920;
  outline-offset: 4px;
}

.faq-answer {
  max-width: 800px;
  padding: 0 45px 20px 0;
}

.faq-answer p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.75;
}

.trust-grid,
.process-grid {
  display: flex;
  flex-wrap: wrap;
}

.trust-grid > div,
.process-grid > div {
  display: flex;
}

.trust-item,
.process-item {
  width: 100%;
  padding: 25px 22px;
  border-top: 4px solid #d71920;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .07);
}

.trust-item strong {
  display: block;
  margin-bottom: 10px;
  color: #202020;
  font-size: 20px;
}

.trust-item p,
.process-item p {
  margin: 0;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.65;
}

.process-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #d71920;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.process-item h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.trust-list {
  margin: 25px 0 0;
  list-style: none;
}

.trust-list li {
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (max-width: 991px) {
  .sidebar-page-container .auto-container > .row {
    display: flex;
    flex-direction: column;
  }

  .sidebar-page-container .content-side {
    order: 1;
    float: none;
  }

  .sidebar-page-container .sidebar-side {
    order: 2;
    float: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-header .header-lower {
    z-index: 30;
    margin-bottom: 0;
    background: var(--cemis-red);
  }

  .main-header .header-lower .nav-outer {
    min-height: 70px;
  }

  .main-header .header-lower .main-menu {
    float: none;
    width: 100%;
  }
}

.navbar-toggle {
  min-width: 44px;
  min-height: 44px;
}

.mobile-nav-details > summary {
  display: none;
  list-style: none;
}

.mobile-nav-details > summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-details > .navbar-collapse {
  display: block !important;
}

.home-static-hero {
  position: relative;
  clear: both;
  width: 100%;
  min-height: clamp(540px, 42vw, 680px);
  overflow: hidden;
  background: #1c2024;
}

.home-static-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-static-hero__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  background: linear-gradient(90deg, rgba(12, 15, 18, .83) 0%, rgba(12, 15, 18, .58) 48%, rgba(12, 15, 18, .1) 78%);
}

.home-static-hero__overlay .auto-container {
  width: 100%;
}

.home-hero-content {
  max-width: 780px;
  color: #fff;
}

.home-hero-kicker {
  margin-bottom: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-hero-content h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.14;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .45);
}

.home-hero-content p {
  max-width: 690px;
  margin: 0 0 28px;
  color: #fff;
  font-size: 19px;
  line-height: 1.65;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero-actions .theme-btn {
  min-height: 48px;
}

.home-hero-actions .btn-style-two {
  border-color: #fff !important;
  background: transparent !important;
  color: #fff !important;
}

.home-hero-actions .btn-style-two:hover,
.home-hero-actions .btn-style-two:focus-visible {
  background: #fff !important;
  color: #202020 !important;
}

.services-section-two.home-services {
  padding: 88px 0 64px;
  background: #f1f3f5;
  background-image: none !important;
  background-attachment: scroll;
}

.services-section-two.home-services .section-inner {
  bottom: auto;
  margin-top: 0;
}

.services-section-two.home-services .sec-title h2 {
  color: #202020;
}

.services-section-two.home-services .sec-title .sub-title {
  color: #555;
}

.home-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media only screen and (min-width: 768px) {
  .main-header .header-lower .navigation > li[data-route="/"] {
    margin-left: 22px;
  }

  .main-header .header-lower .navigation > li[data-route="/"] > a {
    min-width: 42px;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .sticky-header .main-menu .navigation > li.dropdown > .dropdown-btn {
    display: none !important;
  }

  .sticky-header .main-menu .navigation > li.dropdown > a {
    padding-right: 32px !important;
  }

  .sticky-header .main-menu .navigation > li.dropdown > a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 1;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .seo-faq,
  .trust-section,
  .seo-process {
    padding: 50px 0;
  }

  .trust-grid > div,
  .process-grid > div {
    margin-bottom: 20px;
  }

  .faq-item summary {
    padding-right: 45px;
    font-size: 17px;
  }

  .faq-answer {
    padding-right: 0;
  }

  .service-booking {
    padding: 17px 18px;
    font-size: 18px;
  }

  .main-header .header-lower .outer-box {
    display: none !important;
  }

  .main-header .header-upper .auto-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .main-header .header-upper .logo-outer {
    float: none !important;
    width: auto !important;
    padding: 10px 0;
    text-align: left;
  }

  .main-header .header-upper .logo img {
    max-height: 58px;
    width: auto;
  }

  .main-header .header-upper .upper-right {
    float: none !important;
    width: auto !important;
    padding-top: 0;
  }

  .main-header .header-upper .upper-column.info-box {
    display: none !important;
  }

  .main-header .header-upper .upper-column.info-box:nth-child(2) {
    display: block !important;
    width: auto;
    min-height: 44px;
    margin: 0;
    padding: 0 0 0 38px;
    text-align: left;
  }

  .main-header .header-upper .upper-column.info-box:nth-child(2) .icon-box {
    position: absolute;
    display: block;
    left: 0;
    top: 4px;
    margin: 0;
    font-size: 29px;
    text-align: left;
  }

  .main-header .header-upper .upper-column.info-box:nth-child(2) li,
  .main-header .header-upper .upper-column.info-box:nth-child(2) strong {
    font-size: 14px;
    line-height: 20px;
  }

  .main-header .header-upper .upper-column.info-box:nth-child(2) strong {
    margin-bottom: 0;
  }

  .main-header .header-lower .auto-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-header .header-lower .navbar-toggle {
    display: inline-flex;
    float: right;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 6px 0;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 0;
    background: #1f2328;
    cursor: pointer;
  }

  .main-header .header-lower .navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    margin: 0;
    border-radius: 1px;
    background: #fff;
  }

  .main-header .header-lower .mobile-nav-details {
    width: 100%;
  }

  .main-header .header-lower .navbar-collapse {
    position: relative;
    clear: both;
    z-index: 1000;
    width: 100%;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    background: #1f2328;
  }

  .mobile-nav-details > .navbar-collapse {
    display: none !important;
  }

  .mobile-nav-details[open] > .navbar-collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }

  .main-header .header-lower .navbar-collapse.in,
  .main-header .header-lower .navbar-collapse.is-open {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }

  .main-header .navigation > li > a {
    min-height: 44px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .main-header .navbar-collapse .navigation li.dropdown > .dropdown-btn {
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    border: 0;
    line-height: 1;
  }

  .main-header .navbar-collapse .navigation li.dropdown > .dropdown-btn .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .55);
    line-height: 1;
  }

  .main-header .navbar-collapse .navigation > li.dropdown > a {
    padding-right: 54px !important;
  }

  .home-static-hero {
    min-height: 520px;
  }

  .home-static-hero__image {
    object-position: 60% center;
  }

  .home-static-hero__overlay {
    padding: 28px 0;
    background: rgba(12, 15, 18, .68);
  }

  .home-hero-content {
    max-width: 345px;
  }

  .home-hero-kicker {
    margin-bottom: 9px;
    font-size: 13px;
    letter-spacing: .03em;
  }

  .home-hero-content h1 {
    margin-bottom: 11px;
    font-size: 29px;
    line-height: 1.12;
  }

  .home-hero-content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.45;
  }

  .home-hero-actions {
    gap: 8px;
  }

  .home-hero-actions .theme-btn {
    min-height: 44px;
    padding: 11px 14px !important;
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .services-section-two.home-services {
    padding: 58px 0 34px;
  }

  .page-title {
    padding: 65px 0;
  }

  .contact-form-panel {
    padding: 25px 18px;
  }

  .service-inquiry {
    padding: 52px 0;
  }

  .service-inquiry__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-inquiry__intro {
    padding: 0;
  }

  .service-inquiry__intro h2 {
    font-size: 27px;
  }

  .service-inquiry__form {
    padding: 25px 18px 20px;
  }

  .service-inquiry .contact-form button[type="submit"] {
    width: 100%;
    min-width: 0;
  }

  .about-section .image-column .image img {
    min-height: 0;
    max-height: 520px;
  }

  .map-embed {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Custom cookie consent: analytics stays disabled until the visitor opts in. */
.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  padding: 18px;
  color: #fff;
  background: rgba(20, 23, 27, .98);
  border-top: 4px solid var(--cemis-red);
  box-shadow: 0 -8px 28px rgba(0, 0, 0, .2);
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.cookie-banner__copy {
  max-width: 740px;
}

.cookie-banner__copy h2 {
  margin: 0 0 5px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.cookie-banner__copy p {
  margin: 0;
  color: #e6e8ea;
  font-size: 14px;
  line-height: 1.55;
}

.cookie-banner__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.cookie-button {
  min-height: 46px;
  padding: 11px 18px;
  border: 2px solid transparent;
  border-radius: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.cookie-button--primary {
  color: #fff;
  background: var(--cemis-red);
  border-color: var(--cemis-red);
}

.cookie-button--primary:hover {
  color: var(--cemis-dark);
  background: #fff;
  border-color: #fff;
}

.cookie-button--secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .72);
}

.cookie-button--secondary:hover {
  color: var(--cemis-dark);
  background: #fff;
  border-color: #fff;
}

.cookie-settings-link {
  padding: 0;
  color: #b7b7b7;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.cookie-settings-link:hover,
.cookie-settings-link:focus {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .cookie-banner {
    padding: 15px;
  }

  .cookie-banner__inner,
  .cookie-banner__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-banner__inner {
    gap: 14px;
  }

  .cookie-banner__actions {
    gap: 8px;
  }

  .cookie-button {
    width: 100%;
  }
}
