/* Home page hero / skew slider — responsive image handling.
   Desktop banners are ~2:1; mobile banners are portrait (~1134×1387)
   with product art at the bottom and open space at the top for text. */

.skew-slider-area {
  background: #e8f0f8;
}

.skew-slider-mobile-img {
  display: none;
}

/* Video slide — desktop */
.skew-slider-item.slide--video .slide__img {
  position: relative;
  overflow: hidden;
  background: #000;
}

.skew-slider-item.slide--video .skew-slider-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  pointer-events: none;
}

.skew-slider-item.slide--video .skew-slider-overlay {
  background: rgba(0, 0, 0, 0.18);
}

/* Desktop / tablet — full-bleed hero */
.skew-slider-area,
.skew-slider-wrap {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 520px;
}

.skew-slider-wrap .skew-slider-item.slide,
.skew-slider-wrap .slide__img {
  height: 100%;
  min-height: 100%;
}

.slide__img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Mobile & iPad (≤991px) — all mobile banner images fill full viewport */
@media only screen and (max-width: 991px) {
  .skew-slider-wrap .skew-slider-item.slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .skew-slider-mobile-img {
    display: none;
  }

  /* Image slides (2–4) — mobile banner PNGs fill viewport */
  .skew-slider-item:not(.slide--video) .skew-slider-mobile-img {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover !important;
    object-position: center center;
    pointer-events: none;
  }

  /* Hide desktop backgrounds on image slides */
  .skew-slider-item:not(.slide--video) .slide__img {
    opacity: 0 !important;
    visibility: hidden;
    background-image: none !important;
  }

  /* First slide — keep video on mobile & iPad */
  .skew-slider-item.slide--video .skew-slider-mobile-img {
    display: none !important;
  }

  .skew-slider-item.slide--video .slide__img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .skew-slider-item.slide--video .skew-slider-video {
    display: block !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center center;
  }

  .skew-slider-item.slide--video .skew-slider-overlay {
    display: block;
  }

  /* Full viewport height on mobile & iPad */
    .skew-slider-area,
    .skew-slider-wrap {
        width: 100%;
        height: 72vh !important;
        height: 72vh !important;
        min-height: 0 !important;
        max-height: none;
    }

  .skew-slider-wrap .skew-slider-item.slide,
  .skew-slider-wrap .slide__img {
    height: 100%;
    min-height: 100%;
  }

  /* Tagline + title centered in the upper open area of the mobile banner */
  .skew-slider-content.text-left,
  .skew-slider-content.text-right,
  .skew-slider-content.text-center {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-width: none;
    height: 42%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    z-index: 3;
    background: none;
    border-radius: 0;
  }

  .skew-slider-content.text-left > span,
  .skew-slider-content.text-right > span,
  .skew-slider-content.text-center > span,
  .skew-slider-content.text-left h4,
  .skew-slider-content.text-right h4,
  .skew-slider-content.text-center h4 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 360px;
  }

  .skew-slider-content > span {
    display: block;
    font-size: clamp(11px, 3.1vw, 14px);
    line-height: 1.45;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    color: var(--bls-navy, #242d62) !important;
  }

  .skew-slider-content h4 {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 0;
    line-height: 1.05;
    letter-spacing: 0.03em;
    color: var(--bls-navy, #242d62) !important;
  }
}

@media only screen and (max-width: 567px) {
  .skew-slider-content.text-left,
  .skew-slider-content.text-right,
  .skew-slider-content.text-center {
    height: 60%;
    padding: 0 16px;
  }

  .skew-slider-content h4 {
    font-size: clamp(22px, 6.5vw, 30px);
  }
}

/* -----------------------------------------
   Home header (pill bar)
   Desktop polished; mobile kept compact
   Breakpoints: 1366, 1200, 1199, 992, 767, 567
------------------------------------------ */
body.tp-magic-cursor > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  background: transparent !important;
  min-height: 0;
  height: auto;
  line-height: normal;
}

.tp-header-14-area.header-transparent {
  width: 100%;
  z-index: 99;
  padding-top: 16px !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.tp-header-14-area .container-1750 {
  width: 100%;
  max-width: 1750px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.tp-header-14-area .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
}

.tp-header-14-area .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0 !important;
}

.tp-header-14-left {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  line-height: 0;
}

.tp-header-14-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  line-height: 0;
}

.tp-header-14-area .tp-header-logo {
  padding: 0 !important;
  max-width: 100%;
  line-height: 0;
}

.tp-header-14-area .tp-header-logo a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  line-height: 0;
}

.tp-header-14-bar-wrap {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  line-height: 0;
}

.tp-header-14-wrapper {
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

/* ===== Desktop / large screens ===== */
@media only screen and (min-width: 992px) {
  .tp-header-14-area.header-transparent {
    padding-top: 18px !important;
    padding-bottom: 0 !important;
  }

  .tp-header-14-area .container-1750 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .tp-header-14-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-sizing: border-box;
    min-height: 0 !important;
    height: auto !important;
    padding: 8px 12px 8px 22px !important;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 50px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.55);
  }

  .tp-header-14-area .tp-header-logo img {
    width: auto !important;
    height: 48px !important;
    max-width: 220px;
    object-fit: contain;
    display: block;
    vertical-align: top;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px 22px;
    min-height: 44px;
    height: 44px;
    border-radius: 28px;
    background: #242d62;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tp-header-14-bar-wrap .tp-header-8-bar span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar span svg {
    width: 22px;
    height: 8px;
    margin-left: 0;
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .tp-header-14-area .container-1750 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tp-header-14-wrapper {
    padding: 7px 12px 7px 20px !important;
  }

  .tp-header-14-area .tp-header-logo img {
    height: 46px !important;
    max-width: 210px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tp-header-14-area.header-transparent {
    padding-top: 14px !important;
  }

  .tp-header-14-area .container-1750 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tp-header-14-wrapper {
    padding: 7px 10px 7px 18px !important;
    gap: 18px;
  }

  .tp-header-14-area .tp-header-logo img {
    height: 44px !important;
    max-width: 190px;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar {
    padding: 9px 18px;
    min-height: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-14-area .tp-header-logo img {
    height: 42px !important;
    max-width: 180px;
  }
}

/* ===== Tablet ===== */
@media only screen and (max-width: 991px) {
  .tp-header-14-area.header-transparent {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
  }

  .tp-header-14-area .container-1750 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tp-header-14-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-sizing: border-box;
    min-height: 0 !important;
    height: auto !important;
    padding: 6px 10px 6px 14px !important;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 40px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  }

  .tp-header-14-area .tp-header-logo img {
    width: auto !important;
    height: 40px !important;
    max-width: 170px;
    object-fit: contain;
    display: block;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    padding: 8px 14px;
    min-height: 38px;
    height: 38px;
    border-radius: 22px;
    background: #242d62;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar span {
    font-size: 12px;
    color: #fff;
    line-height: 1;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar span svg {
    width: 18px;
    height: 7px;
    margin-left: 0;
    display: block;
  }
}

/* ===== Mobile (keep current look) ===== */
@media only screen and (max-width: 767px) {
  .tp-header-14-area.header-transparent {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }

  .tp-header-14-area .container-1750 {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tp-header-14-wrapper {
    min-height: 0 !important;
    height: auto !important;
    padding: 6px 8px 6px 12px !important;
    gap: 10px;
    border-radius: 36px;
  }

  .tp-header-14-area .tp-header-logo img {
    height: 36px !important;
    max-width: min(200px, 58vw);
  }

  .tp-header-14-bar-wrap .tp-header-8-bar {
    padding: 8px 12px;
    border-radius: 20px;
    min-height: 40px;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar span {
    font-size: 11px;
    letter-spacing: 0;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar span svg {
    width: 18px;
    height: 6px;
  }
}

@media only screen and (max-width: 567px) {
  .tp-header-14-area.header-transparent {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
  }

  .tp-header-14-area .container-1750 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tp-header-14-wrapper {
    min-height: 0 !important;
    height: auto !important;
    padding: 5px 8px 5px 12px !important;
    gap: 8px;
    border-radius: 32px;
  }

  .tp-header-14-area .tp-header-logo img {
    height: 32px !important;
    max-width: min(170px, 52vw);
  }

  .tp-header-14-bar-wrap .tp-header-8-bar {
    padding: 7px 10px;
    min-height: 34px;
    height: 34px;
    border-radius: 18px;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar span {
    font-size: 10px;
  }

  .tp-header-14-bar-wrap .tp-header-8-bar span svg {
    width: 16px;
    height: 6px;
  }
}

/* -----------------------------------------
   Home page footer (matched to about-us)
------------------------------------------ */
.site-footer {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  position: relative;
  z-index: 2;
}

.site-footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 50px 10px;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px;
}

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

.site-footer .footer-logo {
  height: 64px;
  width: auto;
  margin-bottom: 0;
  display: block;
}

.site-footer .footer-desc {
  color: #475569;
  font-size: 16px;
  line-height: 32px;
  max-width: 28rem;
  margin: 16px 0 32px;
}

.site-footer .footer-social {
  display: flex;
  gap: 12px;
}

.site-footer .social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #fff;
}

.site-footer .social-btn:hover {
  background: #242d62;
  border-color: #242d62;
}

.site-footer .social-btn .iconify {
  font-size: 18px;
  color: #334155;
}

.site-footer .social-btn:hover .iconify {
  color: #fff;
}

.site-footer .footer-heading {
  font-size: 20px;
  font-weight: 600;
  color: #0A192F;
  margin-bottom: 24px;
}

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

.site-footer .footer-links li {
  margin-top: 16px;
}

.site-footer .footer-links li:first-child {
  margin-top: 0;
}

.site-footer .footer-links a {
  color: #475569;
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  color: #242d62;
}

.site-footer .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-contact-list li {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.site-footer .footer-contact-list li:first-child {
  margin-top: 0;
}

.site-footer .footer-contact-list i {
  color: #242d62;
  margin-top: 4px;
}

.site-footer .footer-contact-list span {
  color: #475569;
}

.site-footer .footer-bottom {
  margin-top: 30px;
  padding-top: 32px;
  border-top: 1px solid #e2e8f0;
}

.site-footer .footer-bottom-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.site-footer .footer-copyright {
  color: #64748b;
  font-size: 15px;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .site-footer .footer-bottom-inner {
    flex-direction: row;
  }
}

@media (max-width: 992px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

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

@media (max-width: 567px) {
  .site-footer-inner {
    padding: 40px 20px 24px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .site-footer .footer-bottom-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* -----------------------------------------
   Navy brand accents (content + menu button)
------------------------------------------ */
:root {
  --bls-navy: #242d62;
}

/* Product names + taglines */
.skew-slider-content h4,
.skew-slider-content > span,
.skew-slider-content .skew-slider-sub {
  color: var(--bls-navy) !important;
}

/* Video slide: keep light text on dark media */
.skew-slider-item.has-overlay .skew-slider-content h4,
.skew-slider-item.has-overlay .skew-slider-content > span,
.skew-slider-item.has-overlay .skew-slider-content .skew-slider-sub {
  color: #ffffff !important;
}

/* Menu button — navy background, white label */
.tp-header-14-bar-wrap .tp-header-8-bar {
  background: var(--bls-navy) !important;
  border-color: var(--bls-navy) !important;
}

.tp-header-14-bar-wrap .tp-header-8-bar span {
  color: #ffffff !important;
}

.tp-header-14-bar-wrap .tp-header-8-bar:hover {
  background: #1a224d !important;
  border-color: #1a224d !important;
}

.tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: #ffffff !important;
}

/* -----------------------------------------
   Home video section (below slider)
------------------------------------------ */
.home-video-section {
  padding: 70px 0;
  background: #fff;
}

.home-video-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  background: #000;
}

.home-video-player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .home-video-section {
    padding: 40px 0;
  }

  .home-video-wrap {
    border-radius: 14px;
  }

  .home-video-player,
  .home-video-section video {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover !important;
    vertical-align: middle;
  }
}
