/*
Theme Name: HCT Bearings Child
Description: HCT Bearings global shell and design system for Astra.
Author: HCT Bearings
Version: 1.0.0
Template: astra
Text Domain: hct-child
*/

:root {
  --hct-primary: #155f8f;
  --hct-primary-hover: #104d75;
  --hct-background: #ffffff;
  --hct-surface: #f6f7f8;
  --hct-text: #15171a;
  --hct-muted: #5f6368;
  --hct-border: #e2e5e9;
  --hct-footer: #142431;
  --hct-footer-muted: #b8c5ce;
  --hct-container: 1280px;
  --hct-gutter: 32px;
  --ast-global-color-0: var(--hct-primary);
  --ast-global-color-1: var(--hct-muted);
  --ast-global-color-2: var(--hct-text);
  --ast-global-color-3: var(--hct-surface);
  --ast-global-color-4: var(--hct-background);
}

html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body, button, input, select, textarea, .elementor-widget-text-editor,
.elementor-heading-title, .woocommerce {
  font-family: Inter, Arial, sans-serif;
}
body { color: var(--hct-text); background: var(--hct-background); font-size: 16px; line-height: 1.65; }
p, li { color: inherit; }
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  font-family: Inter, Arial, sans-serif;
  color: var(--hct-text);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 54px; }
h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 40px; }
h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 29px; }
h4, .elementor-widget-heading h4.elementor-heading-title { font-size: 23px; }
body .has-cardo-font-family { font-family: Inter, Arial, sans-serif !important; }
small { font-size: 14px; }
a { color: var(--hct-primary); }
a:hover, a:focus { color: var(--hct-primary-hover); }
:focus-visible { outline: 2px solid var(--hct-primary); outline-offset: 3px; }
.ast-container, .hct-container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--hct-container);
  margin-inline: auto;
  padding-inline: var(--hct-gutter);
}
.ast-separate-container #primary, .ast-separate-container #secondary { margin-block: 48px; }

.hct-button, button, input[type="submit"], .ast-button, .elementor-button,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 5px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.hct-button, .ast-button, .elementor-button, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button, button[type="submit"], input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid var(--hct-primary);
  background: var(--hct-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}
.hct-button:hover, .ast-button:hover, .elementor-button:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, button[type="submit"]:hover, input[type="submit"]:hover {
  border-color: var(--hct-primary-hover);
  background: var(--hct-primary-hover);
  color: #fff;
}
.hct-button-secondary, .button.hct-button-secondary {
  border-color: var(--hct-border);
  background: #fff;
  color: var(--hct-text);
}
.hct-button-secondary:hover { border-color: var(--hct-primary); background: var(--hct-surface); color: var(--hct-primary); }
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea {
  border: 1px solid var(--hct-border);
  border-radius: 4px;
  color: var(--hct-text);
}

.hct-site-header { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid var(--hct-border); }
.hct-header-inner { display: flex; align-items: center; gap: 28px; min-height: 82px; }
.hct-brand { display: inline-flex; flex: 0 0 auto; align-items: center; line-height: 0; }
.hct-brand img { display: block; width: 178px; height: auto; }
.hct-primary-nav { margin-left: auto; }
.hct-nav-list { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 24px); list-style: none; margin: 0; padding: 0; }
.hct-nav-list li { margin: 0; }
.hct-nav-list a { display: block; color: var(--hct-text); font-size: 14px; font-weight: 500; line-height: 1.3; text-decoration: none; white-space: nowrap; }
.hct-nav-list a:hover, .hct-nav-list a:focus-visible { color: var(--hct-primary); }
.hct-header-actions { display: flex; align-items: center; flex: 0 0 auto; gap: 12px; }
.hct-icon-button { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; color: var(--hct-text); cursor: pointer; }
.hct-icon-button:hover { color: var(--hct-primary); background: var(--hct-surface); }
.hct-icon-button svg { width: 21px; height: 21px; }
.hct-menu-toggle { display: none; }
.hct-mobile-quote { display: none; }
.hct-search-panel { background: #fff; border-top: 1px solid var(--hct-border); box-shadow: 0 12px 22px rgba(20,36,49,.07); }
.hct-search-panel[hidden] { display: none; }
.hct-search-form { display: flex; gap: 10px; padding-block: 18px; }
.hct-search-form input[type="search"] { flex: 1; min-width: 0; min-height: 46px; padding: 10px 14px; }

.hct-site-footer { background: var(--hct-footer); color: #fff; }
.hct-footer-main { display: grid; grid-template-columns: 1.65fr repeat(5, minmax(0, 1fr)); gap: 30px; padding-block: 70px 64px; }
.hct-site-footer h2, .hct-site-footer h3 { color: #fff; }
.hct-footer-brand { display: block; width: 176px; height: auto; margin-bottom: 22px; }
.hct-footer-description { max-width: 280px; margin: 0; color: var(--hct-footer-muted); font-size: 14px; line-height: 1.7; }
.hct-footer-col h3 { margin: 0 0 20px; font-size: 15px; font-weight: 600; letter-spacing: .01em; }
.hct-footer-col ul { list-style: none; margin: 0; padding: 0; }
.hct-footer-col li { margin: 0 0 12px; color: var(--hct-footer-muted); font-size: 14px; line-height: 1.45; }
.hct-footer-col a { color: var(--hct-footer-muted); text-decoration: none; }
.hct-footer-col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hct-footer-label { display: block; margin-bottom: 4px; color: #fff; font-weight: 500; }
.hct-footer-bottom { border-top: 1px solid rgba(255,255,255,.14); }
.hct-footer-bottom .hct-container { padding-block: 20px; color: var(--hct-footer-muted); font-size: 13px; }

@media (max-width: 1180px) {
  :root { --hct-gutter: 24px; }
  .hct-header-inner { min-height: 74px; }
  .hct-menu-toggle { display: inline-flex; }
  .hct-primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; margin: 0; padding: 8px var(--hct-gutter) 24px; background: #fff; border-bottom: 1px solid var(--hct-border); box-shadow: 0 16px 24px rgba(20,36,49,.07); }
  .hct-primary-nav.is-open { display: block; }
  .hct-nav-list { display: block; }
  .hct-nav-list a { padding: 13px 0; border-bottom: 1px solid var(--hct-border); font-size: 15px; }
  .hct-footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 28px; }
}
@media (max-width: 767px) {
  :root { --hct-gutter: 16px; }
  h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 36px; }
  h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 30px; }
  h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 25px; }
  h4, .elementor-widget-heading h4.elementor-heading-title { font-size: 21px; }
  .hct-header-inner { min-height: 68px; gap: 12px; }
  .hct-brand img { width: 152px; }
  .hct-header-actions { margin-left: auto; gap: 2px; }
  .hct-desktop-quote { display: none; }
  .hct-mobile-quote { display: block; padding-top: 16px; }
  .hct-mobile-quote .hct-button { width: 100%; }
  .hct-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 20px; padding-block: 50px; }
  .hct-footer-about { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .hct-footer-main { grid-template-columns: 1fr; gap: 30px; }
  .hct-footer-about { grid-column: auto; }
  .hct-search-form { flex-wrap: wrap; }
  .hct-search-form input[type="search"], .hct-search-form button { width: 100%; }
}

/* Home catalogue layout, adapted to HCT content from the owner's Axiventra flow. */
.hct-home { overflow: clip; }
.hct-home a { text-decoration: none; }
.hct-home-hero { position: relative; min-height: 560px; display: flex; align-items: center; color: #fff; background: #081827 linear-gradient(90deg, rgba(6,18,31,.96) 0%, rgba(7,22,37,.86) 34%, rgba(7,22,37,.17) 68%) center / cover no-repeat; background-image: linear-gradient(90deg, rgba(6,18,31,.96) 0%, rgba(7,22,37,.86) 34%, rgba(7,22,37,.17) 68%), var(--hct-hero-image); }
.hct-home-hero::after { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(6,18,31,.91) 0%, rgba(7,22,37,.79) 31%, rgba(7,22,37,.08) 72%); }
.hct-hero-carousel { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.hct-hero-carousel .elementor, .hct-hero-carousel .e-con, .hct-hero-carousel .elementor-widget-image-carousel, .hct-hero-carousel .elementor-widget-container, .hct-hero-carousel .elementor-image-carousel-wrapper, .hct-hero-carousel .swiper, .hct-hero-carousel .swiper-wrapper, .hct-hero-carousel .swiper-slide { width: 100%; height: 100%; }
.hct-hero-carousel .swiper-slide-image { display: block; width: 100%; height: 560px; max-height: none; object-fit: cover; object-position: center; }
.hct-hero-carousel .elementor-swiper-button { z-index: 3; top: auto; bottom: 23px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(8,24,39,.48); color: #fff; font-size: 15px; }
.hct-hero-carousel .elementor-swiper-button-prev { left: auto; right: 76px; }
.hct-hero-carousel .elementor-swiper-button-next { right: 32px; }
.hct-hero-carousel .swiper-pagination { z-index: 3; bottom: 29px; }
.hct-hero-carousel .swiper-pagination-bullet { background: #fff; opacity: .45; }
.hct-hero-carousel .swiper-pagination-bullet-active { opacity: 1; }
.hct-home-hero-inner { position: relative; z-index: 2; padding-block: 86px; pointer-events: none; }
.hct-home-hero-inner a { pointer-events: auto; }
.hct-hero-copy { max-width: 600px; }
.hct-eyebrow { margin: 0 0 16px; color: var(--hct-primary); font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; }
.hct-eyebrow-light { color: #89c8ec; }
.hct-home-hero h1 { max-width: 610px; margin: 0 0 22px; color: #fff; font-size: clamp(42px, 4.6vw, 62px); line-height: 1.08; }
.hct-hero-lead { max-width: 530px; margin: 0; color: #e2eaf0; font-size: 17px; line-height: 1.65; }
.hct-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hct-home .hct-button { gap: 10px; }
.hct-button-on-dark { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.62); color: #fff; }
.hct-button-on-dark:hover { background: #fff; border-color: #fff; color: var(--hct-footer); }
.hct-trust-strip { border-bottom: 1px solid var(--hct-border); background: #fff; }
.hct-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hct-trust-grid > div { display: flex; flex-direction: column; gap: 3px; min-height: 108px; justify-content: center; padding: 16px 24px; border-right: 1px solid var(--hct-border); }
.hct-trust-grid > div:first-child { padding-left: 0; }
.hct-trust-grid > div:last-child { border-right: 0; padding-right: 0; }
.hct-trust-grid strong { color: var(--hct-text); font-size: 14px; font-weight: 650; }
.hct-trust-grid span { color: var(--hct-muted); font-size: 12px; line-height: 1.45; }
.hct-home-section { padding-block: 92px; scroll-margin-top: 90px; }
.hct-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.hct-section-heading h2, .hct-brands-intro h2, .hct-resources-layout h2, .hct-about-layout h2, .hct-contact-band h2 { margin: 0 0 14px; font-size: clamp(32px, 3.1vw, 42px); line-height: 1.16; }
.hct-section-heading p:not(.hct-eyebrow), .hct-brands-intro p:not(.hct-eyebrow), .hct-resources-layout p:not(.hct-eyebrow), .hct-about-layout > p { max-width: 640px; margin: 0; color: var(--hct-muted); }
.hct-text-link { display: inline-flex; gap: 12px; flex: 0 0 auto; align-items: center; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--hct-primary); font-size: 14px; font-weight: 650; white-space: nowrap; }
.hct-text-link:hover { color: var(--hct-primary-hover); }
.hct-catalogue-status { color: var(--hct-muted); font-size: 13px; font-weight: 500; white-space: nowrap; }
.hct-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hct-category-card { position: relative; display: flex; flex-direction: column; min-height: 315px; padding: 26px; border: 1px solid var(--hct-border); background: #fff; transition: border-color .18s ease, transform .18s ease; }
.hct-category-card:hover { border-color: #a7c0d0; transform: translateY(-2px); }
.hct-card-number, .hct-industry-index { color: #8a949c; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.hct-bearing-glyph { position: absolute; top: 26px; right: 28px; display: grid; place-items: center; width: 82px; height: 82px; border: 10px solid #cbd4da; border-radius: 50%; box-shadow: inset 0 0 0 2px #93a3ad, 0 0 0 2px #eef1f2; }
.hct-bearing-glyph::before { content: ''; width: 32px; height: 32px; border: 3px solid #9eafb9; border-radius: 50%; }
.hct-bearing-glyph span { position: absolute; inset: 17px; border: 3px dashed #748a98; border-radius: 50%; }
.hct-category-card h3 { margin: auto 0 10px; font-size: 22px; }
.hct-category-card p { min-height: 64px; margin: 0 0 17px; color: var(--hct-muted); font-size: 14px; line-height: 1.55; }
.hct-category-card a { align-self: flex-start; color: var(--hct-primary); font-size: 13px; font-weight: 650; }
.hct-category-card a:hover { color: var(--hct-primary-hover); }
.hct-section-note { margin: 18px 0 0; color: var(--hct-muted); font-size: 13px; }
.hct-section-brands, .hct-section-resources { background: var(--hct-surface); }
.hct-brands-layout { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.hct-brands-intro { grid-row: span 2; padding: 20px 36px 20px 0; }
.hct-brands-intro .hct-text-link { margin-top: 28px; }
.hct-brand-card { display: flex; flex-direction: column; min-height: 215px; padding: 28px; border: 1px solid var(--hct-border); background: #fff; }
.hct-brand-card-featured { grid-column: span 2; background: #dbeaf3; border-color: #dbeaf3; }
.hct-card-kicker { color: var(--hct-primary); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.hct-brand-card strong { display: block; margin: 15px 0 8px; font-size: 24px; font-weight: 650; }
.hct-brand-card p { max-width: 480px; margin: 0; color: var(--hct-muted); font-size: 14px; }
.hct-brand-tags { margin-top: auto; padding-top: 24px; color: var(--hct-primary); font-size: 12px; font-weight: 600; }
.hct-industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--hct-border); border-left: 1px solid var(--hct-border); }
.hct-industry-card { min-height: 196px; padding: 27px; border-right: 1px solid var(--hct-border); border-bottom: 1px solid var(--hct-border); }
.hct-industry-card h3 { margin: 24px 0 8px; font-size: 20px; }
.hct-industry-card p { margin: 0; color: var(--hct-muted); font-size: 14px; line-height: 1.55; }
.hct-resources-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; }
.hct-resource-list { border-top: 1px solid var(--hct-border); }
.hct-resource-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 3px 16px; padding: 17px 0; border-bottom: 1px solid var(--hct-border); }
.hct-resource-list span { grid-row: span 2; color: var(--hct-primary); font-size: 12px; font-weight: 700; }
.hct-resource-list strong { color: var(--hct-text); font-size: 15px; font-weight: 650; }
.hct-resource-list small { color: var(--hct-muted); font-size: 13px; }
.hct-about-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; }
.hct-about-layout > p { font-size: 17px; }
.hct-contact-band { padding-block: 72px; color: #fff; background: var(--hct-footer); scroll-margin-top: 90px; }
.hct-contact-layout { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.hct-contact-band h2 { color: #fff; }
.hct-contact-band p:not(.hct-eyebrow) { max-width: 680px; margin: 0; color: #c5d3dd; }
.hct-contact-layout .hct-button { flex: 0 0 auto; }
@media (max-width: 1000px) {
  .hct-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .hct-trust-grid > div:nth-child(2) { border-right: 0; }
  .hct-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--hct-border); }
  .hct-trust-grid > div:first-child { padding-left: 24px; }
  .hct-category-grid, .hct-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hct-brands-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hct-brands-intro { grid-column: span 2; grid-row: auto; padding: 0 0 18px; }
  .hct-brand-card-featured { grid-column: span 2; }
}
@media (max-width: 767px) {
  .hct-home-hero { min-height: 570px; background-position: center, 63% center; }
  .hct-home-hero-inner { padding-block: 72px; }
  .hct-hero-carousel .swiper-slide-image { height: 570px; object-position: 63% center; }
  .hct-hero-copy { max-width: 530px; }
  .hct-home-hero h1 { font-size: 42px; }
  .hct-home-section { padding-block: 64px; }
  .hct-section-heading { display: block; }
  .hct-section-heading .hct-text-link { margin-top: 20px; }
  .hct-resources-layout, .hct-about-layout { grid-template-columns: 1fr; gap: 30px; }
  .hct-contact-layout { display: block; }
  .hct-contact-layout .hct-button { margin-top: 28px; }
}
@media (max-width: 560px) {
  .hct-home-hero { min-height: 560px; background-image: linear-gradient(90deg, rgba(6,18,31,.97), rgba(7,22,37,.68)), var(--hct-hero-image); background-position: center, 65% center; }
  .hct-home-hero::after { background: linear-gradient(90deg, rgba(6,18,31,.95), rgba(7,22,37,.66)); }
  .hct-hero-carousel .swiper-slide-image { height: 560px; object-position: 65% center; }
  .hct-hero-carousel .elementor-swiper-button-prev { right: 62px; }
  .hct-hero-carousel .elementor-swiper-button-next { right: 16px; }
  .hct-home-hero h1 { font-size: 36px; }
  .hct-hero-lead { font-size: 15px; }
  .hct-trust-grid { grid-template-columns: 1fr; }
  .hct-trust-grid > div { min-height: 75px; padding: 12px 0 !important; border-right: 0; border-bottom: 1px solid var(--hct-border); }
  .hct-trust-grid > div:last-child { border-bottom: 0; }
  .hct-category-grid, .hct-industry-grid, .hct-brands-layout { grid-template-columns: 1fr; }
  .hct-brands-intro, .hct-brand-card-featured { grid-column: auto; }
  .hct-category-card { min-height: 280px; }
  .hct-industry-card { min-height: 165px; }
}

/* Elementor-editable homepage banner. The template owns imagery and copy. */
.hct-hero-elementor { width: 100%; }
.hct-hero-elementor .hct-elementor-hero { position: relative; display: flex; align-items: center; width: 100%; min-height: 560px; padding: 0; }
.hct-hero-elementor .hct-elementor-hero-images { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.hct-hero-elementor .hct-elementor-hero-images .elementor-widget-container,
.hct-hero-elementor .hct-elementor-hero-images .elementor-image-carousel-wrapper,
.hct-hero-elementor .hct-elementor-hero-images .swiper,
.hct-hero-elementor .hct-elementor-hero-images .swiper-wrapper,
.hct-hero-elementor .hct-elementor-hero-images .swiper-slide { width: 100%; height: 100%; }
.hct-hero-elementor .hct-elementor-hero-images .swiper-slide-image { display: block; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; }
.hct-hero-elementor .hct-elementor-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; max-width: var(--hct-container); min-height: 560px; margin-inline: auto; padding: 86px var(--hct-gutter); pointer-events: none; }
.hct-hero-elementor .hct-elementor-hero-copy > .elementor-element { max-width: 600px; }
.hct-hero-elementor .hct-elementor-hero-copy a { pointer-events: auto; }
.hct-hero-elementor .hct-hero-eyebrow-widget .elementor-heading-title { margin: 0 0 16px; color: #89c8ec; font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; }
.hct-hero-elementor .hct-hero-title-widget .elementor-heading-title { max-width: 610px; margin: 0 0 22px; color: #fff; font-size: clamp(42px, 4.6vw, 62px); line-height: 1.08; }
.hct-hero-elementor .hct-hero-lead-widget p { max-width: 530px; margin: 0; color: #e2eaf0; font-size: 17px; line-height: 1.65; }
.hct-hero-elementor .hct-elementor-hero-actions { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 12px; width: auto; margin-top: 34px; }
.hct-hero-elementor .hct-elementor-hero-actions .elementor-widget-button { width: auto; }
.hct-hero-elementor .hct-elementor-hero-actions .elementor-button { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 20px; border: 1px solid var(--hct-primary); border-radius: 5px; background: var(--hct-primary); color: #fff; font-family: Inter, Arial, sans-serif; font-size: 14px; font-weight: 600; }
.hct-hero-elementor .hct-hero-secondary-widget .elementor-button { border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.06); }
.hct-hero-elementor .hct-hero-secondary-widget .elementor-button:hover { border-color: #fff; background: #fff; color: var(--hct-footer); }
.hct-hero-elementor .hct-elementor-hero-images .elementor-swiper-button { z-index: 3; top: auto; bottom: 23px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(8,24,39,.48); color: #fff; font-size: 15px; }
.hct-hero-elementor .hct-elementor-hero-images .elementor-swiper-button-prev { left: auto; right: 76px; }
.hct-hero-elementor .hct-elementor-hero-images .elementor-swiper-button-next { right: 32px; }
.hct-hero-elementor .hct-elementor-hero-images .swiper-pagination { z-index: 3; bottom: 29px; }
.hct-hero-elementor .hct-elementor-hero-images .swiper-pagination-bullet { background: #fff; opacity: .45; }
.hct-hero-elementor .hct-elementor-hero-images .swiper-pagination-bullet-active { opacity: 1; }
.hct-hero-elementor .elementor-element-a19c0e1 { position: relative; display: flex; align-items: center; width: 100%; min-height: 560px; padding: 0; }
.hct-hero-elementor .elementor-element-c41e1a2 { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; max-width: var(--hct-container); min-height: 560px; margin-inline: auto; padding: 86px var(--hct-gutter); pointer-events: none; }
.hct-hero-elementor .elementor-element-c41e1a2 > .elementor-element { max-width: 600px; }
.hct-hero-elementor .elementor-element-c41e1a2 a { pointer-events: auto; }
.hct-hero-elementor .elementor-element-e10e001 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 12px; width: auto; margin-top: 34px; }
.hct-hero-elementor .hct-elementor-hero-images .swiper-wrapper,
.hct-hero-elementor .hct-elementor-hero-images .swiper-slide,
.hct-hero-elementor .hct-elementor-hero-images .swiper-slide-inner,
.hct-hero-elementor .hct-elementor-hero-images .swiper-slide-image { height: 100% !important; }
.hct-hero-elementor .hct-elementor-hero-images .swiper-pagination { position: absolute; bottom: 24px !important; width: 100%; }
.hct-hero-elementor .elementor-element-e10e001 .elementor-button { border-width: 1px !important; text-transform: none !important; letter-spacing: normal !important; }
.hct-hero-elementor .elementor-element-b37e51a .elementor-swiper-button { top: auto !important; bottom: 24px !important; left: auto !important; transform: none !important; }
.hct-hero-elementor .elementor-element-b37e51a .elementor-swiper-button-prev { right: 76px !important; }
.hct-hero-elementor .elementor-element-b37e51a .elementor-swiper-button-next { right: 32px !important; }
@media (max-width: 767px) {
  .hct-hero-elementor .hct-elementor-hero, .hct-hero-elementor .hct-elementor-hero-copy { min-height: 570px; }
  .hct-hero-elementor .hct-elementor-hero-copy { padding-block: 72px; }
  .hct-hero-elementor .hct-elementor-hero-images .swiper-slide-image { object-position: 63% center; }
  .hct-hero-elementor .hct-hero-title-widget .elementor-heading-title { font-size: 42px; }
  .hct-hero-elementor .elementor-element-a19c0e1, .hct-hero-elementor .elementor-element-c41e1a2 { min-height: 570px; }
  .hct-hero-elementor .elementor-element-c41e1a2 { padding-block: 72px; }
}
@media (max-width: 560px) {
  .hct-hero-elementor .hct-elementor-hero, .hct-hero-elementor .hct-elementor-hero-copy { min-height: 560px; }
  .hct-hero-elementor .hct-elementor-hero-images .swiper-slide-image { object-position: 65% center; }
  .hct-hero-elementor .hct-hero-title-widget .elementor-heading-title { font-size: 36px; }
  .hct-hero-elementor .hct-hero-lead-widget p { font-size: 15px; }
  .hct-hero-elementor .hct-elementor-hero-images .elementor-swiper-button-prev { right: 62px; }
  .hct-hero-elementor .hct-elementor-hero-images .elementor-swiper-button-next { right: 16px; }
  .hct-hero-elementor .elementor-element-b37e51a .elementor-swiper-button-prev { right: 60px !important; }
  .hct-hero-elementor .elementor-element-b37e51a .elementor-swiper-button-next { right: 16px !important; }
  .hct-hero-elementor .elementor-element-a19c0e1, .hct-hero-elementor .elementor-element-c41e1a2 { min-height: 560px; }
}

/* Elementor page 6: all homepage content remains editable in the page canvas. */
.hct-elementor-home .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.hct-elementor-home .hct-home-hero { width: 100%; padding: 0; }
.hct-elementor-home .hct-trust-grid,
.hct-elementor-home .hct-category-grid,
.hct-elementor-home .hct-brands-layout,
.hct-elementor-home .hct-industry-grid,
.hct-elementor-home .hct-resources-layout,
.hct-elementor-home .hct-about-layout { display: grid; }
.hct-elementor-home .hct-section-heading,
.hct-elementor-home .hct-contact-layout { display: flex; }
.hct-elementor-home .hct-category-card { position: relative; display: flex; flex-direction: column; }
.hct-elementor-home .hct-category-card::after { content: ''; position: absolute; top: 26px; right: 28px; width: 82px; height: 82px; border: 10px solid #cbd4da; border-radius: 50%; box-shadow: inset 0 0 0 2px #93a3ad, 0 0 0 2px #eef1f2; pointer-events: none; }
.hct-elementor-home .hct-category-card > .elementor-widget:nth-child(2) { margin-top: auto; }
.hct-elementor-home .hct-category-card h3 { margin: 0 0 10px; }
.hct-elementor-home .hct-category-card .hct-card-number .elementor-heading-title,
.hct-elementor-home .hct-industry-index .elementor-heading-title { color: #8a949c; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.hct-elementor-home .hct-category-card .elementor-widget-text-editor p,
.hct-elementor-home .hct-industry-card .elementor-widget-text-editor p { color: var(--hct-muted); font-size: 14px; line-height: 1.55; }
.hct-elementor-home .hct-trust-item h3 { margin: 0 0 3px; font-size: 14px; font-weight: 650; }
.hct-elementor-home .hct-trust-item p { margin: 0; color: var(--hct-muted); font-size: 12px; line-height: 1.45; }
.hct-elementor-home .hct-eyebrow .elementor-heading-title { color: var(--hct-primary); font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; }
.hct-elementor-home .hct-eyebrow-light .elementor-heading-title { color: #89c8ec; }
.hct-elementor-home .hct-catalogue-status .elementor-heading-title { color: var(--hct-muted); font-size: 13px; font-weight: 500; white-space: nowrap; }
.hct-elementor-home .hct-section-note p { color: var(--hct-muted); font-size: 13px; }
.hct-elementor-home .hct-brand-card h3 { margin: 15px 0 8px; font-size: 24px; font-weight: 650; }
.hct-elementor-home .hct-brand-card p { color: var(--hct-muted); font-size: 14px; }
.hct-elementor-home .hct-card-kicker .elementor-heading-title { color: var(--hct-primary); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.hct-elementor-home .hct-brand-tags .elementor-heading-title { color: var(--hct-primary); font-size: 12px; font-weight: 600; }
.hct-elementor-home .hct-brands-intro .hct-text-button .elementor-button { margin-top: 28px; padding: 0 0 3px; min-height: 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--hct-primary); font-size: 14px; font-weight: 650; text-transform: none; letter-spacing: normal; }
.hct-elementor-home .hct-industry-grid { margin-top: 32px; }
.hct-elementor-home .hct-industry-card h3 { margin: 24px 0 8px; font-size: 20px; }
.hct-elementor-home .hct-resource-row { display: grid; grid-template-columns: 42px 1fr; gap: 3px 16px; padding: 17px 0; border-bottom: 1px solid var(--hct-border); }
.hct-elementor-home .hct-resource-row > .elementor-widget:first-child { grid-row: span 2; }
.hct-elementor-home .hct-resource-number .elementor-heading-title { color: var(--hct-primary); font-size: 12px; font-weight: 700; }
.hct-elementor-home .hct-resource-row h3 { margin: 0; font-size: 15px; font-weight: 650; }
.hct-elementor-home .hct-resource-row p { margin: 0; color: var(--hct-muted); font-size: 13px; }
.hct-elementor-home .hct-about-layout > .elementor-widget-text-editor p { font-size: 17px; }
.hct-elementor-home .hct-contact-band h2 { color: #fff; }
.hct-elementor-home .hct-contact-band p { color: #c5d3dd; }
.hct-elementor-home .hct-contact-button .elementor-button { min-height: 46px; border: 1px solid rgba(255,255,255,.62); background: rgba(255,255,255,.06); color: #fff; font-family: Inter, Arial, sans-serif; font-size: 14px; font-weight: 600; text-transform: none; letter-spacing: normal; }
.hct-elementor-home .hct-contact-button .elementor-button:hover { background: #fff; color: var(--hct-footer); }
@media (max-width: 1000px) {
  .hct-elementor-home .hct-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hct-elementor-home .hct-category-grid,
  .hct-elementor-home .hct-industry-grid,
  .hct-elementor-home .hct-brands-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .hct-elementor-home .hct-resources-layout,
  .hct-elementor-home .hct-about-layout { grid-template-columns: 1fr; }
  .hct-elementor-home .hct-contact-layout { display: block; }
  .hct-elementor-home .hct-section-heading { display: block; }
}
@media (max-width: 560px) {
  .hct-elementor-home .hct-trust-grid,
  .hct-elementor-home .hct-category-grid,
  .hct-elementor-home .hct-industry-grid,
  .hct-elementor-home .hct-brands-layout { grid-template-columns: 1fr; }
}
