/*
 * Lancing UK — professional visual refresh
 * Loaded after the legacy theme so the existing pages, forms and navigation
 * keep working while typography, spacing, cards and imagery are standardised.
 */

:root {
  --lu-navy-950: #061424;
  --lu-navy-900: #0a1e33;
  --lu-navy-800: #12314d;
  --lu-blue-700: #005b9f;
  --lu-blue-600: #0876bd;
  --lu-blue-500: #1396d3;
  --lu-sky-100: #eaf6fc;
  --lu-surface: #ffffff;
  --lu-surface-soft: #f5f8fb;
  --lu-surface-blue: #edf6fb;
  --lu-text: #203248;
  --lu-muted: #607188;
  --lu-border: #dfe7ef;
  --lu-border-strong: #cbd8e4;
  --lu-radius-sm: 10px;
  --lu-radius: 16px;
  --lu-radius-lg: 24px;
  --lu-shadow-sm: 0 4px 16px rgba(8, 30, 51, 0.07);
  --lu-shadow: 0 14px 40px rgba(8, 30, 51, 0.11);
  --lu-shadow-lg: 0 24px 70px rgba(6, 20, 36, 0.18);
  --lu-max-width: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--lu-surface) !important;
  color: var(--lu-text) !important;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body p,
body li,
body td,
body th,
body label,
body input,
body select,
body textarea,
body button {
  font-family: inherit;
}

body p {
  color: var(--lu-text);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--lu-navy-900);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

body a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease,
    box-shadow 180ms ease, transform 180ms ease;
}

body img {
  max-width: 100%;
}

::selection {
  background: rgba(19, 150, 211, 0.22);
  color: var(--lu-navy-950);
}

.container,
.container1,
.container2,
.container3,
.container5,
.container7,
.container8 {
  max-width: var(--lu-max-width) !important;
}

/* Header and navigation */
.header {
  position: relative;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 0 !important;
  box-shadow: 0 8px 28px rgba(6, 20, 36, 0.09);
}

.header .top-bar {
  min-height: 36px;
  padding: 7px 0 !important;
  background: linear-gradient(90deg, var(--lu-navy-950), var(--lu-navy-800)) !important;
  border: 0 !important;
}

.header .top-bar ul,
.header .top-bar li {
  margin: 0 !important;
  padding: 0 !important;
}

.header .top-bar a,
.header .top-bar i {
  color: #f4f8fb !important;
  font-size: 13px !important;
  line-height: 22px;
}

.header .top-bar a:hover,
.header .top-bar a:focus-visible {
  color: #7ed8f5 !important;
  text-decoration: none;
}

.main_menu_wrapper {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 0 !important;
}

.main_menu_wrapper .navbar,
.main_menu_wrapper .navbar-default {
  min-height: 76px;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.main_menu_wrapper .navbar-brand {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 9px 15px !important;
}

.main_menu_wrapper .navbar-brand img {
  width: auto !important;
  max-width: 230px !important;
  max-height: 58px !important;
  object-fit: contain;
}

.main_menu_wrapper .navbar-nav > li > a {
  padding: 28px 15px !important;
  color: var(--lu-navy-900) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}

.main_menu_wrapper .navbar-nav > li > a:hover,
.main_menu_wrapper .navbar-nav > li > a:focus,
.main_menu_wrapper .navbar-nav > li.active > a {
  background: transparent !important;
  color: var(--lu-blue-600) !important;
}

.main_menu_wrapper .navbar-nav > li > a::after {
  position: absolute;
  right: 15px;
  bottom: 17px;
  left: 15px;
  height: 2px;
  border-radius: 999px;
  background: var(--lu-blue-500);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.main_menu_wrapper .navbar-nav > li > a:hover::after,
.main_menu_wrapper .navbar-nav > li.active > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.main_menu_wrapper .dropdown-menu {
  padding: 18px !important;
  background: #ffffff !important;
  border: 1px solid var(--lu-border) !important;
  border-radius: 0 0 var(--lu-radius) var(--lu-radius) !important;
  box-shadow: var(--lu-shadow-lg) !important;
}

.main_menu_wrapper .dropdown-menu a {
  color: var(--lu-text) !important;
  font-size: 14px !important;
}

.main_menu_wrapper .dropdown-menu a:hover,
.main_menu_wrapper .dropdown-menu a:focus {
  color: var(--lu-blue-700) !important;
  text-decoration: none;
}

.main_menu_wrapper .dropdown-menu .dropdown-header h3,
.main_menu_wrapper .dropdown-menu .dropdown-header h3 a {
  color: var(--lu-navy-900) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.mobail_menu_main {
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(6, 20, 36, 0.09);
}

.mobail_menu_main .navbar-header {
  min-height: 70px;
  padding: 6px 0;
}

.mobail_menu_main .navbar-brand {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 4px 15px !important;
}

.mobail_menu_main .navbar-brand img {
  width: auto !important;
  max-width: 190px !important;
  max-height: 52px !important;
  object-fit: contain;
}

.mobail_menu_main .navbar-toggle {
  margin-top: 12px !important;
  padding: 10px;
  background: var(--lu-surface-soft) !important;
  border: 1px solid var(--lu-border) !important;
  border-radius: var(--lu-radius-sm) !important;
}

.mobail_menu_main .navbar-toggle .icon-bar {
  background: var(--lu-navy-900) !important;
}

#sidebar {
  background: var(--lu-navy-950) !important;
}

#sidebar .sidebar_logo {
  display: block;
  margin: 18px;
  padding: 9px 11px;
  background: #ffffff;
  border-radius: 12px;
}

#sidebar .sidebar_logo img {
  display: block;
  width: min(230px, 100%) !important;
  height: auto !important;
}

#cssmenu a,
#toggle_close {
  color: #ffffff !important;
}

#cssmenu li {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Shared page polish */
.section,
.aboutus_section,
.about_section,
.blog_section,
.contact_info_section,
.comments_form_section,
.portfolio_grid,
.product-grid {
  position: relative;
}

.section-title h2,
h2.section-title,
.comments_form h4 {
  color: var(--lu-navy-900) !important;
  font-weight: 800 !important;
}

.section-title h2::after,
h2.section-title::after,
.comments_form h4::after {
  display: block;
  width: 54px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lu-blue-600), var(--lu-blue-500));
  content: "";
}

.comments_form h4::after {
  margin-right: 0;
  margin-left: 0;
}

.section-divider {
  width: min(1120px, calc(100% - 32px));
  height: 1px !important;
  margin: 20px auto !important;
  background: linear-gradient(90deg, transparent, var(--lu-border-strong), transparent) !important;
}

.btn,
button,
input[type="submit"] {
  border-radius: 999px !important;
  font-weight: 750 !important;
}

.btn-primary,
input[type="submit"],
.comments_form button[type="submit"] {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--lu-blue-700), var(--lu-blue-500)) !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(0, 91, 159, 0.22);
}

.btn-primary:hover,
.btn-primary:focus,
input[type="submit"]:hover,
.comments_form button[type="submit"]:hover {
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(0, 91, 159, 0.3);
  transform: translateY(-2px);
}

.product-card,
.video-item,
.video-item1,
.main-feature,
.img-box,
.blog_box_wrapper {
  overflow: hidden;
  background: var(--lu-surface) !important;
  border: 1px solid var(--lu-border) !important;
  border-radius: var(--lu-radius) !important;
  box-shadow: var(--lu-shadow-sm) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover,
.video-item:hover,
.video-item1:hover,
.main-feature:hover,
.img-box:hover,
.blog_box_wrapper:hover {
  border-color: rgba(19, 150, 211, 0.55) !important;
  box-shadow: var(--lu-shadow) !important;
  transform: translateY(-4px);
}

.product-card .product-image,
.product-image.ratio,
.product-image.ratio-4x3 {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px !important;
  min-height: 220px !important;
  padding: 14px;
  background: #ffffff !important;
  border-bottom: 1px solid var(--lu-border);
}

.product-card .product-image img,
.product-image.ratio img,
.product-image.ratio-4x3 img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.product-card .product-body {
  padding: 19px 20px 21px !important;
}

.product-card .product-body h3,
.product-card .product-body h4 {
  margin-bottom: 8px;
  color: var(--lu-navy-900) !important;
  font-size: 18px !important;
}

.product-card .product-body p,
.product-card .product-body .text-muted {
  color: var(--lu-muted) !important;
}

/* Product and category page banners */
.hero[role="banner"] {
  position: relative;
  isolation: isolate;
  min-height: 340px;
  overflow: hidden;
  background: var(--lu-navy-900);
}

.hero[role="banner"]::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 20, 36, 0.86), rgba(6, 20, 36, 0.36));
  content: "";
}

.hero[role="banner"] .hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 72px 20px;
}

.hero[role="banner"] .hero-content,
.hero[role="banner"] .hero-content h1,
.hero[role="banner"] .hero-content h2,
.hero[role="banner"] .hero-content h3,
.hero[role="banner"] .hero-content p {
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

/* Contact and enquiry forms */
.comments_form,
.contact_info_section .contact_info_wrapper,
.comments_form_section .comments_form {
  background: #ffffff;
  border: 1px solid var(--lu-border);
  border-radius: var(--lu-radius-lg);
  box-shadow: var(--lu-shadow-sm);
}

.comments_form {
  padding: clamp(22px, 4vw, 42px) !important;
}

.comments_form input[type="text"],
.comments_form input[type="email"],
.comments_form input[type="tel"],
.comments_form input[type="number"],
.comments_form select,
.comments_form textarea,
.contact_info_section input,
.contact_info_section select,
.contact_info_section textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px !important;
  color: var(--lu-text) !important;
  background: #fbfdff !important;
  border: 1px solid var(--lu-border-strong) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  outline: none;
}

.comments_form textarea,
.contact_info_section textarea {
  min-height: 130px;
  resize: vertical;
}

.comments_form input:focus,
.comments_form select:focus,
.comments_form textarea:focus,
.contact_info_section input:focus,
.contact_info_section select:focus,
.contact_info_section textarea:focus {
  background: #ffffff !important;
  border-color: var(--lu-blue-500) !important;
  box-shadow: 0 0 0 4px rgba(19, 150, 211, 0.14) !important;
}

/* Homepage hero */
body.lancing-home .lancing-hero {
  position: relative !important;
  isolation: isolate;
  display: flex !important;
  align-items: center;
  width: 100% !important;
  height: clamp(560px, 68vh, 720px) !important;
  min-height: 560px;
  margin: 0 !important;
  overflow: hidden;
  background: var(--lu-navy-950);
}

body.lancing-home .lancing-hero-media,
body.lancing-home .lancing-hero-media img {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body.lancing-home .lancing-hero-media img {
  object-fit: cover;
  object-position: 54% center;
}

body.lancing-home .lancing-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 15, 27, 0.95) 0%, rgba(4, 15, 27, 0.83) 34%, rgba(4, 15, 27, 0.3) 64%, rgba(4, 15, 27, 0.12) 100%),
    linear-gradient(0deg, rgba(4, 15, 27, 0.35), transparent 42%);
  content: "";
}

body.lancing-home .lancing-hero-overlay {
  width: 100%;
}

body.lancing-home .lancing-hero-content {
  width: min(100%, var(--lu-max-width));
  margin: 0 auto;
  padding: 42px 24px 48px;
}

body.lancing-home .lancing-hero-copy {
  max-width: 680px;
}

body.lancing-home .lancing-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 13px;
  color: #dff6ff;
  background: rgba(19, 150, 211, 0.17);
  border: 1px solid rgba(126, 216, 245, 0.35);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.lancing-home .lancing-hero h1 {
  max-width: 660px;
  margin: 0 0 20px;
  color: #ffffff !important;
  font-size: clamp(38px, 5vw, 66px) !important;
  font-weight: 820 !important;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.32);
}

body.lancing-home .lancing-hero p {
  max-width: 610px;
  margin: 0 0 28px;
  color: #e6eef5 !important;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

body.lancing-home .lancing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 27px;
}

body.lancing-home .lancing-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
}

body.lancing-home .lancing-hero-button--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--lu-blue-600), #12a5de);
  box-shadow: 0 12px 30px rgba(0, 102, 167, 0.36);
}

body.lancing-home .lancing-hero-button--secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(8px);
}

body.lancing-home .lancing-hero-button:hover,
body.lancing-home .lancing-hero-button:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(0, 91, 159, 0.38);
  transform: translateY(-2px);
}

body.lancing-home .lancing-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  color: #e8f2f8;
  list-style: none;
}

body.lancing-home .lancing-hero-proof li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: #e8f2f8;
  font-size: 14px;
  font-weight: 650;
}

body.lancing-home .lancing-hero-proof li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #66d0f2;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  content: "";
}

/* Homepage category cards */
body.lancing-home .main_icon_wrapper {
  position: relative;
  z-index: 3;
  margin: 0 !important;
  padding: 38px 0 28px;
  background: var(--lu-surface-soft);
  border-bottom: 1px solid var(--lu-border);
}

body.lancing-home .main_icon_wrapper .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body.lancing-home .main_icon_wrapper [class*="col-"] {
  display: flex;
  margin-bottom: 20px;
}

body.lancing-home .main_icon_wrapper .main-feature {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 10px 10px 14px;
}

body.lancing-home .main_icon_wrapper .main-feature a {
  display: block;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 11px;
}

body.lancing-home .main_icon_wrapper .main-feature img {
  display: block !important;
  width: 100% !important;
  height: 118px !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center;
  transition: transform 240ms ease;
}

body.lancing-home .main_icon_wrapper .main-feature:hover img {
  transform: scale(1.035);
}

body.lancing-home .main_icon_wrapper .main-feature span {
  display: block;
  margin: 12px 0 0;
  color: var(--lu-navy-900) !important;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.25;
}

/* All grid imagery is intentionally kept at the smaller card size. */
body.lancing-home .video-gallery1,
body.lancing-home .video-gallery {
  padding: 52px 0 !important;
  background: #ffffff;
}

body.lancing-home .video-gallery {
  background: var(--lu-surface-soft);
}

body.lancing-home .video-gallery1 .video-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.lancing-home .video-gallery .video-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.lancing-home .video-gallery1 .video-item1,
body.lancing-home .video-gallery .video-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 10px 10px 0;
}

body.lancing-home .video-gallery1 .video-item1 > div[align="center"],
body.lancing-home .video-gallery .video-item > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 11px;
}

body.lancing-home .video-gallery1 .video-item1 img {
  display: block !important;
  width: 100% !important;
  max-width: 400px !important;
  height: 170px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center;
}

body.lancing-home .video-gallery .video-item img {
  display: block !important;
  width: 100% !important;
  height: 145px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center;
  transition: transform 240ms ease;
}

body.lancing-home .video-gallery .video-item:hover img {
  transform: scale(1.025);
}

body.lancing-home .video-gallery .play-icon,
body.lancing-home .video-gallery1 .play-icon {
  display: none !important;
}

body.lancing-home .video-caption,
body.lancing-home .video-caption1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 9px;
  padding: 10px 8px 12px;
  color: var(--lu-navy-900) !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

/* Footer */
.footer_wrapper {
  background: var(--lu-navy-950) !important;
}

.footer_wrapper,
.footer_wrapper p,
.footer_wrapper li,
.footer_wrapper a,
.footer_wrapper h3,
.footer_wrapper h4,
.footer_wrapper h5 {
  color: #d8e5ef !important;
}

.footer_wrapper a:hover,
.footer_wrapper a:focus-visible {
  color: #67d3f4 !important;
}

.footer_wrapper_first,
.footer_wrapper_second {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.copyright_wrapper {
  background: #04101d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright_wrapper,
.copyright_wrapper p,
.copyright_wrapper a {
  color: #b9cad8 !important;
}

#return-to-top {
  width: 46px !important;
  height: 46px !important;
  color: #ffffff !important;
  background: var(--lu-blue-600) !important;
  border-radius: 50% !important;
  box-shadow: var(--lu-shadow) !important;
}

/* Responsive refinements */
@media (max-width: 1199px) {
  .main_menu_wrapper .navbar-nav > li > a {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 13px !important;
  }

  body.lancing-home .video-gallery .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .header .top-bar {
    display: none !important;
  }

  body.lancing-home .lancing-hero {
    height: 610px !important;
    min-height: 610px;
  }

  body.lancing-home .lancing-hero::before {
    background: linear-gradient(90deg, rgba(4, 15, 27, 0.92), rgba(4, 15, 27, 0.5));
  }

  body.lancing-home .video-gallery .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-card .product-image,
  .product-image.ratio,
  .product-image.ratio-4x3 {
    height: 200px !important;
    min-height: 200px !important;
  }
}

@media (max-width: 767px) {
  body.lancing-home .lancing-hero {
    height: 590px !important;
    min-height: 590px;
  }

  body.lancing-home .lancing-hero-media img {
    object-position: 62% center;
  }

  body.lancing-home .lancing-hero::before {
    background:
      linear-gradient(90deg, rgba(4, 15, 27, 0.92), rgba(4, 15, 27, 0.63)),
      linear-gradient(0deg, rgba(4, 15, 27, 0.5), transparent);
  }

  body.lancing-home .lancing-hero-content {
    padding: 44px 20px;
  }

  body.lancing-home .lancing-hero h1 {
    font-size: clamp(35px, 11vw, 48px) !important;
  }

  body.lancing-home .lancing-hero p {
    font-size: 17px;
  }

  body.lancing-home .lancing-hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 340px);
  }

  body.lancing-home .lancing-hero-button {
    width: 100%;
  }

  body.lancing-home .main_icon_wrapper {
    padding: 28px 0 20px;
  }

  body.lancing-home .main_icon_wrapper .col-xs-12 {
    position: static !important;
    top: auto !important;
    width: 50% !important;
    float: none !important;
  }

  body.lancing-home .main_icon_wrapper .main-feature img {
    height: 104px !important;
  }

  body.lancing-home .video-gallery1 .video-grid,
  body.lancing-home .video-gallery .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 13px !important;
  }

  body.lancing-home .video-gallery1 .video-item1 img {
    height: 120px !important;
  }

  body.lancing-home .video-gallery .video-item img {
    height: 108px !important;
  }

  body.lancing-home .video-caption,
  body.lancing-home .video-caption1 {
    min-height: 52px;
    font-size: 13px !important;
  }

  .section,
  .blog_section,
  .aboutus_section,
  .comments_form_section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}

/* Contact page contrast and layout repair. */
body.lancing-contact {
  overflow-x: hidden;
  color: var(--lu-text);
  background: #f3f6f8;
}

body.lancing-contact .map-container,
body.lancing-contact .map-container iframe {
  display: block !important;
  width: 100% !important;
  height: 350px !important;
  min-height: 350px !important;
  margin: 0 !important;
  border: 0 !important;
}

body.lancing-contact .contact_info_section {
  padding: 54px 0 !important;
  background: #eef3f6 !important;
}

body.lancing-contact .contact_info_section .icon_text {
  position: relative;
  display: flex;
  min-height: 270px;
  padding: 78px 24px 28px !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff !important;
  border: 1px solid var(--lu-border) !important;
  border-radius: 5px !important;
  box-shadow: 0 5px 18px rgba(7, 21, 33, 0.07) !important;
}

body.lancing-contact .contact_info_section .icon_text > i {
  position: absolute !important;
  top: 24px !important;
  left: 50% !important;
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  place-items: center;
  color: #ffffff !important;
  background: var(--lu-blue-700) !important;
  border: 0 !important;
  border-radius: 50% !important;
  font-size: 21px !important;
  transform: translateX(-50%) !important;
}

body.lancing-contact .contact_info_section .icon_text h4,
body.lancing-contact .contact_info_section .icon_text h4 a {
  margin: 0 0 12px !important;
  color: var(--lu-navy-900) !important;
  font-size: 20px !important;
  line-height: 1.25;
  text-decoration: none !important;
}

body.lancing-contact .contact_info_section .icon_text p,
body.lancing-contact .contact_info_section .icon_text p a {
  margin: 0 !important;
  color: #506372 !important;
  font-size: 15px !important;
  line-height: 1.6;
}

body.lancing-contact .comments_form_section {
  padding: 58px 0 70px !important;
  color: var(--lu-text) !important;
  background: #ffffff !important;
}

body.lancing-contact .comments_form_section .section_heading h1,
body.lancing-contact .comments_form_section .section_content p {
  color: var(--lu-navy-900) !important;
}

body.lancing-contact .comments_form_section .section_content p {
  font-size: 17px;
}

body.lancing-contact .section-divider {
  height: 1px !important;
  margin: 0 !important;
  background: var(--lu-border) !important;
}

@media (max-width: 991px) {
  body.lancing-contact .contact_info_section .icon_text {
    margin-bottom: 22px;
  }
}

/* ==========================================================
   Launch rendering and catalogue fixes — August 2026
   Keep first paint deterministic and prevent legacy template
   overlays, ratios and scroll containers from hiding content.
   ========================================================== */

.preloader,
#preloader,
#status {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#sidebar {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.lancing-home .header,
body.lancing-home .main_menu_wrapper,
body.lancing-home .lu-home-hero {
  clear: both !important;
  float: none !important;
}

body.lancing-catalogue {
  overflow-x: hidden;
  background: #f5f8fa;
}

.lu-catalogue-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  clear: both !important;
  float: none !important;
  width: 100% !important;
  min-height: 390px;
  overflow: hidden;
  place-items: center start;
  color: #ffffff;
  background: var(--lu-navy-950);
}

.lu-catalogue-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(4, 17, 29, 0.95) 0%, rgba(4, 17, 29, 0.78) 48%, rgba(4, 17, 29, 0.3) 100%);
  pointer-events: none;
}

.lu-catalogue-hero__poster,
.lu-catalogue-hero__video {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
}

.lu-catalogue-hero__video {
  z-index: 1;
  opacity: 0;
  transition: opacity 240ms ease;
}

.lu-catalogue-hero__video.is-ready {
  opacity: 1;
}

.lu-catalogue-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: 62px;
}

.lu-catalogue-hero__content > span {
  display: block;
  margin-bottom: 12px;
  color: #9edff2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lu-catalogue-hero__content h1 {
  max-width: 780px;
  margin: 0 0 17px;
  color: #ffffff !important;
  font-size: clamp(39px, 4.6vw, 60px) !important;
  line-height: 1.05;
}

.lu-catalogue-hero__content p {
  max-width: 710px;
  margin: 0;
  color: #e4eef3 !important;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

body.lancing-catalogue #filters-bar {
  position: sticky;
  top: 72px;
  z-index: 90;
  margin: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--lu-border);
  box-shadow: 0 4px 14px rgba(7, 21, 33, 0.06);
}

body.lancing-catalogue .filters-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.lancing-catalogue .filters-scroll::-webkit-scrollbar {
  display: none;
}

body.lancing-catalogue #range {
  padding: 40px 0 60px !important;
  background: #f5f8fa;
}

body.lancing-catalogue #product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  margin: 0 !important;
}

body.lancing-catalogue #product-grid::before,
body.lancing-catalogue #product-grid::after {
  display: none !important;
  content: none !important;
}

body.lancing-catalogue #product-grid > [class*="col-"] {
  display: flex !important;
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}

body.lancing-catalogue .product-card {
  display: flex !important;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #ffffff !important;
  border: 1px solid var(--lu-border) !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 16px rgba(7, 21, 33, 0.07) !important;
  transform: none !important;
}

body.lancing-catalogue .product-card .product-image,
body.lancing-catalogue .product-image.ratio,
body.lancing-catalogue .product-image.ratio-4x3 {
  display: grid !important;
  width: 100%;
  height: 220px !important;
  min-height: 220px !important;
  padding: 10px !important;
  overflow: hidden;
  place-items: center;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--lu-border) !important;
  border-radius: 0 !important;
}

body.lancing-catalogue .product-image.ratio::before,
body.lancing-catalogue .product-image::before,
body.lancing-catalogue .product-image::after,
body.lancing-catalogue .product-card::before,
body.lancing-catalogue .product-card::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

body.lancing-catalogue .product-card .product-image img,
body.lancing-catalogue .product-image.ratio img,
body.lancing-catalogue .product-image.ratio-4x3 img {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body.lancing-catalogue .product-card .product-body {
  display: flex;
  min-height: 98px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px 18px !important;
}

body.lancing-catalogue .product-card .product-body h3 {
  margin: 0 0 7px;
  color: var(--lu-navy-900) !important;
  font-size: 17px !important;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  body.lancing-catalogue #product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lu-catalogue-hero {
    min-height: 440px;
  }

  .lu-catalogue-hero__content {
    padding: 52px 20px;
  }

  body.lancing-catalogue #filters-bar {
    top: 0;
  }

  body.lancing-catalogue #filters-bar .d-flex {
    display: block !important;
    padding: 10px 15px !important;
  }

  body.lancing-catalogue #filters-bar .filters-scroll {
    width: 100%;
    margin-top: 7px;
  }

  body.lancing-catalogue #product-filters {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content;
    margin: 0 !important;
    padding-bottom: 2px;
  }

  body.lancing-catalogue #product-filters .btn {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }

  body.lancing-catalogue #product-grid {
    grid-template-columns: 1fr;
  }

  body.lancing-catalogue .product-card .product-image,
  body.lancing-catalogue .product-image.ratio,
  body.lancing-catalogue .product-image.ratio-4x3 {
    height: 270px !important;
    min-height: 270px !important;
  }
}

@media (max-width: 440px) {
  body.lancing-home .lancing-hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  body.lancing-home .lancing-hero-proof {
    gap: 8px 16px;
  }

  body.lancing-home .main_icon_wrapper .main-feature {
    padding: 8px 8px 12px;
  }

  body.lancing-home .main_icon_wrapper .main-feature img {
    height: 92px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ==========================================================
   Corporate refinement — August 2026
   A flatter, engineering-led visual system replaces the rounded,
   gradient-heavy treatment while retaining the legacy page structure.
   ========================================================== */

:root {
  --lu-navy-950: #071521;
  --lu-navy-900: #0b2235;
  --lu-navy-800: #17384f;
  --lu-blue-700: #00679d;
  --lu-blue-600: #0878ad;
  --lu-blue-500: #1598bd;
  --lu-sky-100: #eaf4f7;
  --lu-surface-soft: #f3f6f8;
  --lu-surface-blue: #eaf4f7;
  --lu-text: #263b4a;
  --lu-muted: #5c6d78;
  --lu-border: #d7e0e5;
  --lu-border-strong: #bdcbd3;
  --lu-radius-sm: 3px;
  --lu-radius: 5px;
  --lu-radius-lg: 7px;
  --lu-shadow-sm: 0 2px 8px rgba(7, 21, 33, 0.08);
  --lu-shadow: 0 5px 16px rgba(7, 21, 33, 0.12);
  --lu-shadow-lg: 0 12px 30px rgba(7, 21, 33, 0.18);
}

body,
body p,
body li,
body td,
body th,
body label,
body input,
body select,
body textarea,
body button,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
  letter-spacing: -0.015em;
}

/* Dark engineering header, designed for the supplied LANCING wordmark. */
.header,
.main_menu_wrapper,
.mobail_menu_main {
  background: var(--lu-navy-900) !important;
  box-shadow: none !important;
}

.header {
  border-bottom: 3px solid var(--lu-blue-500) !important;
}

.header .top-bar {
  min-height: 34px;
  padding: 6px 0 !important;
  background: var(--lu-navy-950) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  overflow: hidden;
}

/* The legacy 50px contact separators extend below the 34px top bar and into
   the supplied LANCING wordmark. Keep the contact bar clean on every page. */
.header .contact_info_wrapper::before,
.header .contact_number_wrapper::before {
  display: none !important;
  border: 0 !important;
  content: none !important;
}

.main_menu_wrapper .navbar,
.main_menu_wrapper .navbar-default {
  min-height: 72px;
}

.main_menu_wrapper .navbar-brand {
  height: 72px;
  padding: 9px 15px !important;
}

.main_menu_wrapper .navbar-brand img {
  width: 173px !important;
  max-width: 173px !important;
  height: auto !important;
  max-height: 40px !important;
  object-fit: contain;
  object-position: left center;
}

.main_menu_wrapper .navbar-nav > li > a {
  padding: 26px 15px !important;
  color: #f3f7f9 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.main_menu_wrapper .navbar-nav > li > a:hover,
.main_menu_wrapper .navbar-nav > li > a:focus,
.main_menu_wrapper .navbar-nav > li.active > a {
  color: #7ed0df !important;
}

.main_menu_wrapper .navbar-nav > li > a::after {
  right: 15px;
  bottom: 15px;
  left: 15px;
  height: 2px;
  background: var(--lu-blue-500);
  border-radius: 0;
}

.main_menu_wrapper .dropdown-menu {
  padding: 15px !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: var(--lu-shadow-lg) !important;
}

.mobail_menu_main {
  border-bottom: 3px solid var(--lu-blue-500);
}

.mobail_menu_main .navbar-brand img {
  width: 173px !important;
  max-width: 173px !important;
  height: auto !important;
  max-height: 32px !important;
}

.mobail_menu_main .navbar-toggle {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 3px !important;
}

.mobail_menu_main .navbar-toggle .icon-bar {
  background: #ffffff !important;
}

#sidebar .sidebar_logo {
  margin: 18px;
  padding: 8px 0 12px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
}

#sidebar .sidebar_logo img {
  width: 173px !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Flat, purposeful controls. */
.btn,
button,
input[type="submit"],
body.lancing-home .lancing-hero-button {
  border-radius: 4px !important;
  font-weight: 700 !important;
}

.btn-primary,
input[type="submit"],
.comments_form button[type="submit"],
body.lancing-home .lancing-hero-button--primary {
  background: var(--lu-blue-700) !important;
  border: 1px solid var(--lu-blue-700) !important;
  box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
input[type="submit"]:hover,
.comments_form button[type="submit"]:hover,
body.lancing-home .lancing-hero-button:hover,
body.lancing-home .lancing-hero-button:focus-visible {
  background: #00537f !important;
  border-color: #00537f !important;
  box-shadow: none !important;
  transform: none;
}

.section-title h2::after,
h2.section-title::after,
.comments_form h4::after {
  width: 46px;
  height: 3px;
  margin-top: 11px;
  background: var(--lu-blue-600);
  border-radius: 0;
}

.product-card,
.video-item,
.video-item1,
.main-feature,
.img-box,
.blog_box_wrapper,
.comments_form,
.contact_info_section .contact_info_wrapper,
.comments_form_section .comments_form {
  border-radius: var(--lu-radius) !important;
  box-shadow: var(--lu-shadow-sm) !important;
}

.product-card:hover,
.video-item:hover,
.video-item1:hover,
.main-feature:hover,
.img-box:hover,
.blog_box_wrapper:hover {
  border-color: var(--lu-blue-600) !important;
  box-shadow: var(--lu-shadow-sm) !important;
  transform: none;
}

.comments_form input[type="text"],
.comments_form input[type="email"],
.comments_form input[type="tel"],
.comments_form input[type="number"],
.comments_form select,
.comments_form textarea,
.contact_info_section input,
.contact_info_section select,
.contact_info_section textarea {
  border-radius: 4px !important;
}

/* Homepage: compact section rhythm and a restrained industrial hero. */
body.lancing-home .lancing-hero {
  height: clamp(510px, 61vh, 630px) !important;
  min-height: 510px;
}

body.lancing-home .lancing-hero::before {
  background: linear-gradient(90deg, rgba(4, 17, 28, 0.94) 0%, rgba(4, 17, 28, 0.79) 38%, rgba(4, 17, 28, 0.2) 73%, rgba(4, 17, 28, 0.08) 100%);
}

body.lancing-home .lancing-hero-content {
  padding: 36px 24px 40px;
}

body.lancing-home .lancing-hero-eyebrow {
  display: block;
  margin-bottom: 15px;
  padding: 0 0 0 12px;
  color: #9edce7;
  background: transparent;
  border: 0;
  border-left: 3px solid var(--lu-blue-500);
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
}

body.lancing-home .lancing-hero h1 {
  max-width: 650px;
  margin-bottom: 17px;
  font-size: clamp(38px, 4.5vw, 60px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body.lancing-home .lancing-hero p {
  margin-bottom: 24px;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.5;
}

body.lancing-home .lancing-hero-actions {
  margin-bottom: 22px;
}

body.lancing-home .lancing-hero-button--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.68);
  backdrop-filter: none;
}

body.lancing-home .lancing-hero-proof li::before {
  width: 7px;
  height: 7px;
  background: #70c8d8;
  border: 0;
  border-radius: 0;
}

body.lancing-home .main_icon_wrapper {
  padding: 26px 0 16px;
  background: #f1f4f6;
}

body.lancing-home .main_icon_wrapper [class*="col-"] {
  margin-bottom: 14px;
}

body.lancing-home .main_icon_wrapper .main-feature {
  padding: 7px 7px 11px;
}

body.lancing-home .main_icon_wrapper .main-feature a,
body.lancing-home .video-gallery1 .video-item1 > div[align="center"],
body.lancing-home .video-gallery .video-item > a {
  border-radius: 2px;
}

body.lancing-home .main_icon_wrapper .main-feature img,
body.lancing-home .main_icon_wrapper .main-feature:hover img,
body.lancing-home .video-gallery .video-item img,
body.lancing-home .video-gallery .video-item:hover img {
  transform: none;
}

body.lancing-home .section_4 {
  margin: 0 !important;
  padding: 38px 0 34px !important;
  background: #ffffff;
}

body.lancing-home .section_4 .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

body.lancing-home .iphone_text_wrapper,
body.lancing-home .iphone_image_wrapper {
  margin: 0 !important;
  padding: 0 18px !important;
}

body.lancing-home .iphone_text_wrapper br + br {
  display: none;
}

body.lancing-home .iphone_text_wrapper h3 {
  margin: 13px 0 14px !important;
  font-size: 23px !important;
  line-height: 1.35;
}

body.lancing-home .iphone_text_wrapper p {
  margin: 0 !important;
}

body.lancing-home .iphone_image_wrapper img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 3px;
}

body.lancing-home .section-divider {
  display: none !important;
}

body.lancing-home .video-gallery1,
body.lancing-home .video-gallery {
  margin: 0 !important;
  padding: 34px 0 !important;
}

body.lancing-home .video-gallery1 .video-grid {
  gap: 16px !important;
}

body.lancing-home .video-gallery .video-grid {
  gap: 16px !important;
}

body.lancing-home .video-gallery1 .video-item1,
body.lancing-home .video-gallery .video-item {
  padding: 8px 8px 0;
}

body.lancing-home .video-caption,
body.lancing-home .video-caption1 {
  min-height: 48px;
  margin-top: 5px;
  padding: 8px 6px 10px;
  font-weight: 700;
}

body.lancing-home #contactForm .blog_section {
  margin: 0 !important;
  padding: 36px 0 40px !important;
  background: #f1f4f6;
}

body.lancing-home #contactForm .comments_form {
  padding: clamp(22px, 3vw, 34px) !important;
}

.lu-page-heading {
  margin: 0;
  padding: 22px 0 20px;
  background: #eef3f5;
  border-bottom: 1px solid var(--lu-border);
}

.lu-page-heading h1 {
  margin: 0 !important;
  color: var(--lu-navy-900) !important;
  font-size: clamp(25px, 3vw, 34px) !important;
  line-height: 1.15;
}

.lu-title-continuation {
  font: inherit;
}

.footer_wrapper_first,
.footer_wrapper_second {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.footer_wrapper_second p,
.footer_wrapper_second ul {
  margin-bottom: 10px !important;
}

.footer_wrapper_second .blog_wrapper1 > p {
  display: none !important;
}

/* PPMA exhibition announcement, inserted immediately above copyright. */
.lu-ppma-notice {
  padding: 16px 0;
  color: #ffffff;
  background: #0d3148;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lu-ppma-notice__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lu-ppma-notice strong,
.lu-ppma-notice span,
.lu-ppma-notice a {
  color: #ffffff !important;
}

.lu-ppma-notice strong {
  display: block;
  margin-bottom: 2px;
  font-size: 17px;
}

.lu-ppma-notice span {
  color: #d6e7ee !important;
  font-size: 14px;
}

.lu-ppma-notice a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.lu-ppma-notice a:hover,
.lu-ppma-notice a:focus-visible {
  color: var(--lu-navy-950) !important;
  background: #ffffff;
}

@media (max-width: 991px) {
  body.lancing-home .lancing-hero {
    height: 560px !important;
    min-height: 560px;
  }

  body.lancing-home .section_4 {
    padding: 32px 0 !important;
  }

  body.lancing-home .iphone_text_wrapper,
  body.lancing-home .iphone_image_wrapper {
    padding: 0 !important;
  }

  body.lancing-home .iphone_image_wrapper {
    margin-top: 24px !important;
  }
}

@media (max-width: 767px) {
  body.lancing-home .lancing-hero {
    height: 550px !important;
    min-height: 550px;
  }

  body.lancing-home .main_icon_wrapper {
    padding: 20px 0 12px;
  }

  body.lancing-home .video-gallery1,
  body.lancing-home .video-gallery,
  body.lancing-home #contactForm .blog_section,
  .section,
  .blog_section,
  .aboutus_section,
  .comments_form_section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .lu-ppma-notice__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }
}

/* ==========================================================
   Final visual-system pass — consistent hierarchy and imagery
   ========================================================== */

.top-bar {
  display: none !important;
}

.header {
  border-bottom-width: 2px !important;
  box-shadow: 0 8px 28px rgba(4, 19, 31, 0.13) !important;
}

.main_menu_wrapper .navbar,
.main_menu_wrapper .navbar-default,
.main_menu_wrapper .navbar-brand {
  min-height: 76px;
  height: 76px;
}

.main_menu_wrapper .navbar-nav > li > a {
  padding: 28px 12px !important;
  font-size: 13px !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.main_menu_wrapper .navbar-nav > li > a::after {
  right: 12px;
  bottom: 17px;
  left: 12px;
}

body.lancing-catalogue #range {
  padding: 48px 0 72px !important;
  background: #f4f7f9;
}

body.lancing-catalogue #product-grid {
  gap: 24px;
}

body.lancing-catalogue .product-card {
  border-color: #dbe4e9 !important;
  border-radius: 7px !important;
  box-shadow: 0 5px 18px rgba(7, 31, 48, 0.055) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

body.lancing-catalogue .product-card:hover,
body.lancing-catalogue .product-card:focus-visible {
  border-color: rgba(8, 120, 173, 0.62) !important;
  box-shadow: 0 12px 30px rgba(7, 31, 48, 0.11) !important;
  transform: translateY(-3px) !important;
}

body.lancing-catalogue .product-card .product-image,
body.lancing-catalogue .product-image.ratio,
body.lancing-catalogue .product-image.ratio-4x3 {
  aspect-ratio: 4 / 3;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
}

body.lancing-catalogue .product-card .product-image img,
body.lancing-catalogue .product-image.ratio img,
body.lancing-catalogue .product-image.ratio-4x3 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.lancing-catalogue .product-card .product-body {
  min-height: 94px;
  padding: 17px 18px 19px !important;
}

body.lancing-catalogue .product-card .product-body h3 {
  font-size: 16px !important;
  letter-spacing: -0.012em;
}

.portfolio_grid .portfolio-thumb figure,
.portfolio_grid .gc_filter_cont_overlay_wrapper > figure,
.portfolio-wrapper .portfolio-thumb figure {
  display: grid !important;
  width: 100% !important;
  aspect-ratio: 4 / 3;
  height: auto !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden;
  place-items: center;
  background: #ffffff !important;
}

.portfolio_grid .portfolio-thumb figure img,
.portfolio_grid .gc_filter_cont_overlay_wrapper > figure img,
.portfolio-wrapper .portfolio-thumb figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

#sidebar #cssmenu > ul > li > a {
  color: #132b3d !important;
  background: #ffffff !important;
  border-color: #e3e9ed !important;
  font-size: 14px;
  font-weight: 700;
}

#sidebar #cssmenu > ul > li > a:hover,
#sidebar #cssmenu > ul > li.open > a,
#sidebar #cssmenu > ul > li.active > a {
  color: #075f8b !important;
  background: #eef6f8 !important;
}

#sidebar #cssmenu ul ul li a {
  color: #354d5e !important;
  background: #f7f9fa !important;
  border-color: #e6ecef !important;
}

#sidebar #cssmenu ul ul li a:hover,
#sidebar #cssmenu ul ul li a:focus-visible {
  color: #075f8b !important;
  background: #edf5f7 !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .main_menu_wrapper .navbar-nav > li > a {
    padding-inline: 8px !important;
    font-size: 12px !important;
  }

  .main_menu_wrapper .navbar-nav > li > a::after {
    right: 8px;
    left: 8px;
  }
}

@media (max-width: 767px) {
  body.lancing-catalogue #range {
    padding: 30px 0 54px !important;
  }

  body.lancing-catalogue #product-grid {
    gap: 16px;
  }
}
