/* Lida — homepage modernization layer
   Brand: #283891 | Accent steel: #AF9067 | Ink: #0E1620 */

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Figtree:wght@400;500;600;700&display=swap");

:root {
  --lida-blue: #283891;
  --lida-blue-deep: #1a2468;
  --lida-steel: #AF9067;
  --lida-ink: #0E1620;
  --lida-muted: #5c6b7f;
  --lida-fog: #eef1f6;
  --lida-white: #ffffff;
  --lida-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Typography ---------- */
body {
  font-family: "Figtree", "Nunito", sans-serif;
  color: var(--lida-muted);
}

h1, h2, h3, h4, h5, h6,
.wpo-section-title h2,
.lida-hero .slide-title h2,
.lida-hero-brand {
  font-family: "Barlow Condensed", "Nunito", sans-serif;
  letter-spacing: 0.01em;
}

/* ---------- Header + hero: kill white gap ---------- */
html.lida-home body,
body.lida-home {
  /* marker only */
}

/* Keep dropdown above page-title on all pages (not only homepage) */
.header-style-1 {
  position: relative;
  z-index: 1000;
}

.header-style-1 .wpo-site-header,
.header-style-1 .wpo-site-header .navigation,
.header-style-1 .wpo-site-header .navigation > .container,
.header-style-1 .wpo-site-header .row {
  overflow: visible !important;
}

@media (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu {
    z-index: 10050 !important;
  }
}

html.lida-home .header-style-1,
body.lida-home .header-style-1 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.lida-home .header-style-1 .wpo-site-header,
html.lida-home .header-style-1 .wpo-site-header .navigation,
body.lida-home .header-style-1 .wpo-site-header,
body.lida-home .header-style-1 .wpo-site-header .navigation {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-bottom: 0 !important;
}

html.lida-home .header-style-1 .wpo-site-header,
body.lida-home .header-style-1 .wpo-site-header {
  box-shadow: 0 1px 0 rgba(14, 22, 32, 0.06);
}

/* Sticky clone must not reserve layout space */
html.lida-home .sticky-header,
body.lida-home .sticky-header {
  position: fixed !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Fallback: pull hero under in-flow header if absolute class missing */
.lida-hero.wpo-hero-slider-s2 {
  top: 0 !important;
  margin-top: -100px !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  height: 100vh;
  min-height: 640px;
  max-height: 920px;
  position: relative;
  z-index: 1;
}

/* When overlay header is active, hero starts at top — no negative margin */
html.lida-home .lida-hero.wpo-hero-slider-s2,
body.lida-home .lida-hero.wpo-hero-slider-s2 {
  margin-top: 0 !important;
}

.wpo-site-header #navbar > ul > li > a {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: color 0.25s var(--lida-ease);
}

.header-style-1 .wpo-site-header,
.header-style-1 .wpo-site-header .navigation {
  background: rgba(255, 255, 255, 0.94) !important;
}

.language-selector .dropbtn {
  background: transparent;
  border: 1px solid rgba(40, 56, 145, 0.18);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  width: auto;
  min-width: 128px;
  color: var(--lida-ink);
  transition: border-color 0.25s, background 0.25s;
}

.language-selector .dropbtn:hover {
  border-color: var(--lida-blue);
  background: rgba(40, 56, 145, 0.04);
}

.language-selector .dropdown-content {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(14, 22, 32, 0.08);
  box-shadow: 0 12px 32px rgba(14, 22, 32, 0.12);
  background: #fff;
  min-width: 168px;
}

.language-selector .dropdown-content a:hover {
  background: var(--lida-fog);
}

/* ---------- Buttons ---------- */
.theme-btn,
.view-cart-btn {
  border-radius: 4px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 16px 32px;
  background: var(--lida-blue);
  box-shadow: none;
  transition: transform 0.3s var(--lida-ease), background 0.3s, box-shadow 0.3s;
}

.theme-btn:hover,
.view-cart-btn:hover {
  background: var(--lida-blue-deep);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(40, 56, 145, 0.28);
}

.lida-btn-ghost {
  display: inline-block;
  margin-left: 12px;
  padding: 15px 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  color: #fff !important;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s var(--lida-ease), border-color 0.3s, transform 0.3s var(--lida-ease);
}

.lida-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  transform: translateY(-2px);
  color: #fff !important;
}

@media (max-width: 575px) {
  .lida-btn-ghost {
    display: block;
    margin: 12px 0 0;
    text-align: center;
  }
}

/* ---------- Hero ---------- */
@media (max-width: 991px) {
  .lida-hero.wpo-hero-slider-s2 {
    height: 78vh;
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .lida-hero.wpo-hero-slider-s2 {
    height: 72vh;
    min-height: 480px;
  }
}

.lida-hero .slide-inner:before,
.lida-hero .hero-inner:before {
  display: none;
}

.lida-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(14, 22, 32, 0.82) 0%, rgba(14, 22, 32, 0.55) 42%, rgba(14, 22, 32, 0.22) 100%),
    linear-gradient(0deg, rgba(14, 22, 32, 0.35) 0%, transparent 45%);
  pointer-events: none;
}

.lida-hero .slide-inner .slide-content,
.lida-hero .hero-inner .slide-content {
  position: relative;
  z-index: 2;
  padding-left: clamp(24px, 8vw, 120px);
  padding-right: 24px;
  padding-top: 0;
  padding-bottom: 48px;
  max-width: 720px;
}

/* Keep hero text below absolute header */
.lida-hero .slide-inner,
.lida-hero .hero-inner {
  align-items: center;
  padding-top: 110px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .lida-hero.wpo-hero-slider-s2 {
    height: 100svh;
    min-height: 560px;
    max-height: none;
  }

  .lida-hero .slide-inner,
  .lida-hero .hero-inner {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 40px;
  }

  .lida-hero .container-fluid {
    width: 100%;
    padding-top: 0;
  }

  /* Padding on content itself — clears white header on mobile */
  .lida-hero .slide-inner .slide-content,
  .lida-hero .hero-inner .slide-content,
  .wpo-hero-slider-s2.lida-hero .slide-inner .slide-content {
    padding-top: 168px !important;
    padding-bottom: 28px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .lida-hero-brand {
    font-size: clamp(1.45rem, 6vw, 1.95rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }

  .lida-hero .slide-title h2 {
    font-size: clamp(1.2rem, 4.5vw, 1.55rem) !important;
    margin-bottom: 10px !important;
  }

  .lida-hero .slide-text {
    margin-bottom: 18px;
  }

  .lida-hero .slide-text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
  .lida-hero .slide-inner .slide-content,
  .lida-hero .hero-inner .slide-content,
  .wpo-hero-slider-s2.lida-hero .slide-inner .slide-content {
    padding-top: 156px !important;
    padding-bottom: 56px !important;
  }

  .lida-hero-brand {
    font-size: 1.4rem !important;
  }
}

/* ---------- Mobile menu: solid drawer, hide sticky clone ---------- */
@media (max-width: 991px) {
  /* Sticky clone duplicates #navbar and bleeds over hero — kill it on mobile */
  .sticky-header,
  html.lida-home .sticky-header,
  body.lida-home .sticky-header,
  .navigation.sticky-header {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  .header-style-1 .wpo-site-header,
  .header-style-1 .wpo-site-header .navigation,
  html.lida-home .header-style-1 .wpo-site-header,
  html.lida-home .header-style-1 .wpo-site-header .navigation,
  body.lida-home .header-style-1 .wpo-site-header,
  body.lida-home .header-style-1 .wpo-site-header .navigation {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
    transform: none !important;
    filter: none !important;
  }

  html.lida-home .header-style-1,
  body.lida-home .header-style-1,
  .header-style-1 {
    z-index: 10050 !important;
    overflow: visible !important;
  }

  .wpo-site-header,
  .wpo-site-header .navigation.original,
  .wpo-site-header .navigation:not(.sticky-header) {
    overflow: visible !important;
  }

  /* Closed drawer: fully off-screen */
  .wpo-site-header .navigation:not(.sticky-header) #navbar.navigation-holder,
  .wpo-site-header .navigation.original #navbar,
  .wpo-site-header .navigation:not(.sticky-header) #navbar {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(86vw, 320px) !important;
    max-width: 320px !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #283891 !important;
    z-index: 10060 !important;
    transform: translateX(-105%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    box-shadow: none !important;
    transition: transform 0.3s var(--lida-ease);
  }

  /* Open drawer */
  .wpo-site-header .navigation:not(.sticky-header) #navbar.slideInn,
  .wpo-site-header .navigation.original #navbar.slideInn {
    transform: translateX(0) !important;
    left: 0 !important;
    pointer-events: auto !important;
    box-shadow: 8px 0 32px rgba(0, 0, 0, 0.35) !important;
  }

  .wpo-site-header .mobail-menu button {
    z-index: 10055 !important;
    position: relative;
  }

  .wpo-site-header .menu-close {
    display: block !important;
    z-index: 10061 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
  }

  .wpo-site-header #navbar .navbar-nav {
    display: block !important;
    width: 100% !important;
    padding: 0 8px 40px !important;
  }

  .wpo-site-header #navbar ul a {
    color: #fff !important;
    display: block !important;
  }

  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a,
  .wpo-site-header #navbar ul li a.active {
    color: #AF9067 !important;
  }

  .wpo-site-header #navbar .sub-menu {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0.18) !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none;
  }

  .wpo-site-header #navbar .sub-menu li a {
    color: rgba(255, 255, 255, 0.92) !important;
    padding: 12px 20px 12px 28px !important;
    font-size: 14px !important;
  }

  .wpo-site-header #navbar .menu-item-has-children > a {
    position: relative !important;
    padding-right: 48px !important;
  }

  .wpo-site-header #navbar .menu-item-has-children > a.rotate:before {
    transform: translateY(-50%) rotate(90deg) !important;
  }

  /* Dim page when menu open */
  body.lida-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 22, 32, 0.55);
    z-index: 10055;
  }
}

.lida-hero-brand {
  display: block;
  color: #fff;
  font-size: clamp(2.4rem, 5.5vw, 4.25rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lida-hero .slide-title {
  max-width: none;
}

.lida-hero .slide-title h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.75rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
  color: #fff !important;
}

.lida-hero .slide-title h2 span {
  color: inherit;
}

.lida-hero .slide-text {
  max-width: 460px;
  margin-bottom: 28px;
}

.lida-hero .slide-text p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
  line-height: 1.55;
  margin: 0;
  font-weight: 400;
}

.lida-hero .lida-hero-brand,
.lida-hero .slide-title,
.lida-hero .slide-text,
.lida-hero .slide-btns {
  opacity: 0;
  transform: translateY(28px);
}

.lida-hero .swiper-slide-active .lida-hero-brand {
  animation: lidaRise 0.9s var(--lida-ease) 0.12s forwards;
}

.lida-hero .swiper-slide-active .slide-title {
  animation: lidaRise 0.9s var(--lida-ease) 0.26s forwards;
}

.lida-hero .swiper-slide-active .slide-text {
  animation: lidaRise 0.9s var(--lida-ease) 0.38s forwards;
}

.lida-hero .swiper-slide-active .slide-btns {
  animation: lidaRise 0.9s var(--lida-ease) 0.5s forwards;
}

/* Ken Burns on active slide background */
.lida-hero .swiper-slide-active .slide-inner.slide-bg-image {
  animation: lidaKenBurns 9s ease-out forwards;
  transform-origin: center center;
}

.lida-hero .swiper-button-prev,
.lida-hero .swiper-button-next {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(14, 22, 32, 0.35);
  backdrop-filter: blur(6px);
  opacity: 1;
}

.lida-hero .swiper-button-prev:hover,
.lida-hero .swiper-button-next:hover {
  background: var(--lida-blue);
  border-color: var(--lida-blue);
}

.lida-hero .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  transition: width 0.35s var(--lida-ease), background 0.35s;
}

.lida-hero .swiper-pagination-bullet-active {
  width: 28px;
  background: #fff;
}

@keyframes lidaRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lidaKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

/* ---------- Section titles ---------- */
.wpo-section-title {
  margin-bottom: 48px;
}

.wpo-section-title span {
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-left: 14px;
  color: var(--lida-blue);
}

.wpo-section-title span::before {
  width: 6px;
  height: 6px;
  background: var(--lida-steel);
}

.wpo-section-title h2 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--lida-ink);
  margin-top: 12px;
  text-transform: none;
}

/* ---------- About ---------- */
.lida-about {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(40, 56, 145, 0.06), transparent 55%),
    linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
}

.lida-about .about-img {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.lida-about .about-img img {
  width: 100%;
  display: block;
  transition: transform 0.7s var(--lida-ease);
}

.lida-about .about-img:hover img {
  transform: scale(1.03);
}

.lida-about .about-img .images-text {
  background: var(--lida-blue);
  padding: 18px 28px;
}

.lida-about .about-img .images-text h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.lida-about .wpo-section-title {
  text-align: left;
  margin-bottom: 24px;
}

.lida-about .wpo-about-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--lida-muted);
  margin-bottom: 24px;
}

.lida-about .wpo-about-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.lida-about .wpo-about-text ul li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid rgba(14, 22, 32, 0.08);
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--lida-muted);
}

.lida-about .wpo-about-text ul li:last-child {
  border-bottom: none;
}

.lida-about .wpo-about-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35em;
  width: 10px;
  height: 2px;
  background: var(--lida-blue);
}

.lida-about .wpo-about-text ul li strong {
  color: var(--lida-ink);
  font-weight: 700;
}

/* ---------- Services / Certificates ---------- */
.lida-services {
  background: var(--lida-ink);
  padding-top: 90px;
  padding-bottom: 100px;
}

.lida-services .wpo-section-title span {
  color: var(--lida-steel);
}

.lida-services .wpo-section-title span::before {
  background: var(--lida-steel);
}

.lida-services .wpo-section-title h2 {
  color: #fff;
}

.lida-certs {
  background:
    linear-gradient(180deg, #f4f6f9 0%, #ffffff 100%);
}

.lida-services .wpo-project-item,
.lida-certs .wpo-project-item {
  overflow: hidden;
  border-radius: 2px;
  height: 420px !important;
  position: relative;
}

.lida-services .owl-carousel .owl-item .grid,
.lida-certs .owl-carousel .owl-item .grid {
  height: 420px;
}

.lida-services .wpo-project-item img,
.lida-certs .wpo-project-item img,
.lida-services .wpo-project-item img.img-responsive,
.lida-certs .wpo-project-item img.img-responsive {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

@media (max-width: 991px) {
  .lida-services .wpo-project-item,
  .lida-certs .wpo-project-item,
  .lida-services .owl-carousel .owl-item .grid,
  .lida-certs .owl-carousel .owl-item .grid {
    height: 360px !important;
  }
}

@media (max-width: 767px) {
  .lida-services .wpo-project-item,
  .lida-certs .wpo-project-item,
  .lida-services .owl-carousel .owl-item .grid,
  .lida-certs .owl-carousel .owl-item .grid {
    height: 300px !important;
  }
}

.lida-services .plummet-project-section .wpo-project-container .grid .wpo-project-item:before,
.lida-certs .plummet-project-section .wpo-project-container .grid .wpo-project-item:before {
  background: linear-gradient(180deg, transparent 20%, rgba(14, 22, 32, 0.85) 100%);
}

.lida-services .wpo-project-text span,
.lida-certs .wpo-project-text span {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lida-steel) !important;
}

.lida-services .wpo-project-text h3 a,
.lida-certs .wpo-project-text h3 a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lida-services .owl-nav button,
.lida-certs .owl-nav button {
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.lida-certs .owl-nav button {
  background: rgba(14, 22, 32, 0.06) !important;
  border: 1px solid rgba(14, 22, 32, 0.12) !important;
}

.lida-services .owl-nav button:hover {
  background: var(--lida-blue) !important;
  border-color: var(--lida-blue) !important;
}

/* ---------- Footer (light) ---------- */
.lida-footer.wpo-site-footer {
  background: #f4f6f9 !important;
  background-image: none !important;
  overflow: visible;
}

.lida-footer.wpo-site-footer::before {
  display: none;
}

.lida-footer .wpo-upper-footer {
  padding: 72px 0 48px !important;
}

.lida-footer .widget-title h3 {
  color: var(--lida-ink) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.lida-footer .about-widget .logo {
  max-width: 180px;
  margin-bottom: 16px;
}

.lida-footer .about-widget .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.wpo-site-header .navbar-header .navbar-brand img {
  max-width: 168px !important;
  width: auto;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 140px !important;
    max-height: 46px;
  }
}

.lida-footer .lida-footer-lead {
  color: var(--lida-muted) !important;
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}

.lida-footer .link-widget ul {
  padding: 0;
  margin: 0;
}

.lida-footer .link-widget ul li {
  margin-bottom: 10px;
  color: var(--lida-muted);
}

.lida-footer .link-widget ul li a {
  color: var(--lida-muted) !important;
  font-family: "Figtree", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s var(--lida-ease);
}

.lida-footer .link-widget ul li a:hover {
  color: var(--lida-blue) !important;
}

.lida-footer .lida-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  line-height: 1.5;
}

.lida-footer .lida-footer-contact li i {
  color: var(--lida-blue);
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}

.lida-footer .lida-footer-contact li span {
  color: var(--lida-muted);
  font-size: 0.95rem;
}

.lida-footer .wpo-lower-footer {
  border-top: 1px solid rgba(14, 22, 32, 0.08) !important;
  background: #eef1f5;
  padding: 18px 0;
}

.lida-footer .wpo-lower-footer .lower-wrap {
  padding: 0 !important;
}

.lida-footer .copyright {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: var(--lida-muted) !important;
  margin: 0;
  text-align: left;
}

.lida-footer .copyright a {
  color: var(--lida-ink) !important;
  font-weight: 600;
  text-decoration: none;
}

.lida-footer .lida-footer-mini {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
}

.lida-footer .lida-footer-mini a {
  color: var(--lida-muted) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.lida-footer .lida-footer-mini a:hover {
  color: var(--lida-blue) !important;
}

@media (max-width: 767px) {
  .lida-footer .wpo-upper-footer .col-12 {
    min-height: auto !important;
    margin-bottom: 36px !important;
  }

  .lida-footer .copyright,
  .lida-footer .lida-footer-mini {
    text-align: left;
    justify-content: flex-start;
  }

  .lida-footer .lida-footer-mini {
    margin-top: 12px;
  }
}

/* ---------- Float buttons ---------- */
.scroll-back-button2,
.scroll-back-button3 {
  transition: transform 0.3s var(--lida-ease), width 0.3s var(--lida-ease);
}

.scroll-back-button2:hover,
.scroll-back-button3:hover {
  transform: translateX(-4px);
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .lida-hero .lida-hero-brand,
  .lida-hero .slide-title,
  .lida-hero .slide-text,
  .lida-hero .slide-btns,
  .lida-hero .swiper-slide-active .slide-inner.slide-bg-image {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
