.elementor-kit-6{--e-global-color-primary:#00454E;--e-global-color-secondary:#00C3CA;--e-global-color-text:#006672;--e-global-color-accent:#050F11;--e-global-color-9a93afd:#091619;--e-global-color-444a35c:#F5FAFA;--e-global-color-59bc9c9:#FFFFFF;--e-global-color-578b449:#071417;--e-global-color-f56b986:#5C8488;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Urbanist";--e-global-typography-accent-font-weight:800;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   PowerTech365 — Elementor Site Settings → Custom CSS
   ============================================================ */

/* ── HEADER ─────────────────────────────────────────────────── */
.elementor-location-header .pt-header {
  background: rgba(5,15,17,1) !important;
  backdrop-filter: blur(24px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.4) !important;
  border-bottom: 1px solid rgba(0,195,202,0.12) !important;
}

.pt-hero-subtext .elementor-shortcode,
.pt-hero-subtext .elementor-widget-container {
  font-family: 'Mulish', sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1.78 !important;
  color: rgba(255,255,255,0.58) !important;
  max-width: 50ch !important;
  display: block !important;
  margin-bottom: 2.5rem !important;
}

.pt-scanline-wrap::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(0,195,202,0.55) 50%, transparent) !important;
  animation: pt365ScanDown 8s linear infinite !important;
  pointer-events: none !important;
  z-index: 99 !important;
}
@keyframes pt365ScanDown {
  from { transform: translateY(0); }
  to   { transform: translateY(100vh); }
}

/* ── BUTTONS ─────────────────────────────────────────────────── */
.pt-button .elementor-button {
  border-radius: 15px !important;
  padding: 18px 40px !important;
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  transition: all 0.25s ease !important;
}
.pt-button.pt-button-primary .elementor-button {
  background-color: #00C3CA !important;
  color: #000000 !important;
  box-shadow: 0 8px 28px rgba(0,195,202,0.35) !important;
  border: none !important;
}
.pt-button.pt-button-primary .elementor-button:hover,
.pt-button.pt-button-primary .elementor-button:focus {
  background-color: #A6EAEC !important;
  color: #000000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 36px rgba(0,195,202,0.45) !important;
}
.pt-button.pt-button-primary .elementor-button.elementor-size-sm:hover,
.pt-button.pt-button-primary .elementor-button.elementor-size-sm:focus {
  background-color: #A6EAEC !important;
  color: #000000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 36px rgba(0,195,202,0.45) !important;
}
.pt-button.pt-button-secondary .elementor-button {
  background-color: rgba(0,0,0,0.35) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
}
.pt-button.pt-button-secondary .elementor-button:hover,
.pt-button.pt-button-secondary .elementor-button:focus {
  background-color: rgba(255,255,255,0.08) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,0.30) !important;
  box-shadow: 0 0 10px rgba(255,255,255,0.12) !important;
  transform: translateY(-2px) !important;
}
.pt-button.pt-button-secondary .elementor-button.elementor-size-sm:hover,
.pt-button.pt-button-secondary .elementor-button.elementor-size-sm:focus {
  background-color: rgba(255,255,255,0.08) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,0.30) !important;
  box-shadow: 0 0 10px rgba(255,255,255,0.12) !important;
  transform: translateY(-2px) !important;
}
.pt-button.pt-button-header .elementor-button {
  border-radius: 10px !important;
  padding: 10px 18px !important;
  background-color: #00C3CA !important;
  color: #000000 !important;
  border: none !important;
}
.pt-button.pt-button-header .elementor-button:hover,
.pt-button.pt-button-header .elementor-button:focus {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18), 0 0 12px rgba(0,195,202,0.25) !important;
}
.pt-button.pt-button-outline-teal .elementor-button {
  background-color: transparent !important;
  color: #00454E !important;
  border: 1.5px solid #00B3BC !important;
  box-shadow: none !important;
  padding: 18px 40px !important;
}
.pt-button.pt-button-outline-teal .elementor-button:hover,
.pt-button.pt-button-outline-teal .elementor-button:focus {
  background-color: #EAF9FA !important;
  color: #00454E !important;
  border-color: #00454E !important;
  transform: translateY(-2px) !important;
}
.pt-button.pt-button-outline-teal .elementor-button-text {
  color: #00454E !important;
}

/* ── HERO PADDING ────────────────────────────────────────────── */
.pt-hero-section.e-con,
.pt-hero-section > .e-con-inner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 6% !important;
  padding-right: 6% !important;
}

/* ── STATS BAR ───────────────────────────────────────────────── */
.hero-stat {
  padding: 2.8rem 2rem !important;
}

/* ── SCANLINE ────────────────────────────────────────────────── */
@keyframes pt365ScanDown {
  0%   { transform: translateY(0);     opacity: 0; }
  5%   { opacity: 1; }
  95%  { opacity: 1; }
  100% { transform: translateY(100vh); opacity: 0; }
}
.pt-scanline {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 1px !important;
  width: 100% !important;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0,195,202,0.55) 50%,
    transparent 100%
  ) !important;
  z-index: 10 !important;
  pointer-events: none !important;
  animation: pt365ScanDown 8s linear infinite !important;
}

/* ── EYEBROW ─────────────────────────────────────────────────── */
.pt-eyebrow,
div.pt-eyebrow,
span.pt-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #006672 !important;
  margin-bottom: 1rem !important;
}
.pt-eyebrow::before,
div.pt-eyebrow::before,
span.pt-eyebrow::before {
  content: '' !important;
  display: inline-block !important;
  width: 20px !important;
  height: 2px !important;
  background: #00B3BC !important;
  border-radius: 2px !important;
  flex-shrink: 0 !important;
}
.pt-eyebrow-light,
div.pt-eyebrow-light,
span.pt-eyebrow-light {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #00C3CA !important;
  margin-bottom: 1rem !important;
}
.pt-eyebrow-light::before,
div.pt-eyebrow-light::before,
span.pt-eyebrow-light::before {
  content: '' !important;
  display: inline-block !important;
  width: 20px !important;
  height: 2px !important;
  background: #00C3CA !important;
  border-radius: 2px !important;
  flex-shrink: 0 !important;
}

/* ── MARQUEE DOT ─────────────────────────────────────────────── */
.pt-marquee-sep {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #00C3CA !important;
  display: inline-flex !important;
  align-self: center !important;
  flex-shrink: 0 !important;
}

/* ── TYPOGRAPHY ──────────────────────────────────────────────── */
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Urbanist', system-ui, sans-serif !important;
  letter-spacing: -0.025em !important;
}
.elementor-widget-heading .elementor-heading-title.pt-eyebrow {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #006672 !important;
}
.elementor-widget-heading .elementor-heading-title.pt-eyebrow-light {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #00C3CA !important;
}
.elementor-widget-heading .elementor-heading-title.pt-section-title {
  font-size: clamp(2rem, 3.6vw, 3rem) !important;
  font-weight: 800 !important;
  color: #071417 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
}

/* ── SECTION SUBTEXT ─────────────────────────────────────────── */
/* Works on Text Editor, Shortcode and HTML widgets */
/* Base (shared) */
.elementor-widget-text-editor.pt-section-sub .elementor-widget-container,
.elementor-widget-shortcode.pt-section-sub .elementor-widget-container,
.elementor-widget-html.pt-section-sub .elementor-widget-container,
.pt-section-sub .elementor-widget-container,
.pt-section-sub p,

/* NEW: Light variant (inherits same sizing/spacing) */
.elementor-widget-text-editor.pt-section-sub-light .elementor-widget-container,
.elementor-widget-shortcode.pt-section-sub-light .elementor-widget-container,
.elementor-widget-html.pt-section-sub-light .elementor-widget-container,
.pt-section-sub-light .elementor-widget-container,
.pt-section-sub-light p {
  font-size: 1.3rem !important;
  line-height: 1.75 !important;
  font-family: 'Mulish', sans-serif !important;
}

/* Existing sub colour */
.elementor-widget-text-editor.pt-section-sub .elementor-widget-container,
.elementor-widget-shortcode.pt-section-sub .elementor-widget-container,
.elementor-widget-html.pt-section-sub .elementor-widget-container,
.pt-section-sub .elementor-widget-container,
.pt-section-sub p {
  color: #5C8488 !important;
}

/* NEW light colour + weight (tweak as you like) */
.elementor-widget-text-editor.pt-section-sub-light .elementor-widget-container,
.elementor-widget-shortcode.pt-section-sub-light .elementor-widget-container,
.elementor-widget-html.pt-section-sub-light .elementor-widget-container,
.pt-section-sub-light .elementor-widget-container,
.pt-section-sub-light p {
  color: #868B8C !important;     /* PowerTech365 secondary */
  font-weight: 800 !important;   /* bolder */
}/* End custom CSS */