.elementor-10063 .elementor-element.elementor-element-5f9df5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10063 .elementor-element.elementor-element-5f9df5f:not(.elementor-motion-effects-element-type-background), .elementor-10063 .elementor-element.elementor-element-5f9df5f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sctno-canada.ca/wp-content/uploads/2026/05/image-sctno-a-propos.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-10063 .elementor-element.elementor-element-5f9df5f .trx_addons_bg_text{z-index:0;}.elementor-10063 .elementor-element.elementor-element-5f9df5f .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element{padding-right:50px;}.elementor-10063 .elementor-element.elementor-element-5f9df5f .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element{padding-left:50px;}.elementor-10063 .elementor-element.elementor-element-c494b1e.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1279px){.elementor-10063 .elementor-element.elementor-element-c494b1e{width:var( --container-widget-width, 1177px );max-width:1177px;--container-widget-width:1177px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-c494b1e */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --red: #E31E24;
      --black: #1a1a1a;
      --white: #ffffff;
    }

    html, body {
      min-height: 100%;
      font-family: 'Montserrat', sans-serif;
      overflow-x: hidden;
    }

    /* ── FULL-PAGE BACKGROUND ── */
    body {
      background-color: #f8f5f5;
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }

    /* ── GRADIENT BLOBS ── */
    .blob {
      position: fixed;
      border-radius: 50%;
      filter: blur(100px);
      opacity: 0.25;
      pointer-events: none;
      z-index: 0;
    }
    .blob-tl {
      width: 560px; height: 560px;
      top: -200px; left: -200px;
      background: radial-gradient(circle, #ffb3b3, #ffeaea);
    }
    .blob-tr {
      width: 440px; height: 440px;
      top: -120px; right: -160px;
      background: radial-gradient(circle, #ffd0d0, #fff4f4);
    }
    .blob-br {
      width: 380px; height: 380px;
      bottom: 40px; right: -120px;
      background: radial-gradient(circle, #ffbcbc, #fff8f8);
    }

    /* ── PAGE WRAPPER ── */
    .page {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 52px 24px 88px;
      min-height: 100vh;
    }

    /* ── LOGO ── */
    .logo-wrap {
      margin-bottom: 44px;
      animation: fadeDown 0.7s ease both;
    }
    .logo-wrap img {
      width: 400px;
      height: auto;
      display: block;
    }

    /* ── HEADLINE BLOCK ── */
    .headline-block {
      position: relative;
      text-align: center;
      max-width: 820px;
      width: 100%;
      animation: fadeDown 0.8s 0.1s ease both;
    }

    /* lighter/glow image behind headline */
    .lighter-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 115%;
      max-width: 920px;
      pointer-events: none;
      z-index: 0;
      opacity: 0.6;
    }

    .headline {
      position: relative;
      z-index: 1;
    }
    .headline h1 {
        font-family: "Outfit", Sans-serif;
   
    font-weight: 700;
       
      font-size: clamp(58px, 9.5vw, 96px);
      line-height: 0.94;
      letter-spacing: 2px;
      color: var(--black);
    }
    .headline h1 .red {
      color: var(--red);
    }

    /* ── SUBTEXT ── */
    .sub {
        font-family: "Outfit", Sans-serif;
      margin-top: 28px;
      text-align: center;
      font-size: clamp(15px, 2vw, 25px);
      color: black;
      max-width: 580px;
      line-height:normal;
      text-decoration: none;
      font-weight: 400;
      animation: fadeDown 0.8s 0.2s ease both;
    }

     /* ── BUTTONS ── */
    .cta-row {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 36px;
      animation: fadeDown 0.8s 0.3s ease both;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      padding: 16px 38px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.6px;
      text-decoration: none;
      border: 2px solid transparent;
      cursor: pointer;
      transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    }
    .btn:hover {
      transform: translateY(-3px);
    }
    .btn-red {
      background: var(--red);
      color: var(--white);
      border-color: var(--red);
    }
    .btn-red:hover {
      background: transparent;
      color: var(--red);
    }
    .btn-black {
      background: var(--black);
      color: var(--white);
      border-color: var(--black);
    }
    .btn-black:hover {
      background: transparent;
      color: var(--black);
    }

    /* ── GALLERY ── */
    .gallery-cs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      width: 100%;
      max-width: 1120px;
      margin-top: 68px;
      animation: fadeUp 0.9s 0.5s ease both;
    }
    .gallery-card {
      border-radius: 20px;
      overflow: hidden;
      height: 340px;
      min-width: 0;
      position: relative;
      box-shadow: 0 10px 36px rgba(0,0,0,0.14);
    }
    .gallery-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.55s ease;
    }
    .gallery-card:hover img {
      transform: scale(1.07);
    }
    .gallery-card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.22) 0%, transparent 55%);
      pointer-events: none;
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeDown {
      from { opacity: 0; transform: translateY(-26px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(38px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .gallery-cs { grid-template-columns: repeat(3, 1fr); gap: 12px; }
      .gallery-card { height: 200px; }
      .lighter-bg { width: 140%; }
    }
    @media (max-width: 600px) {
      .gallery-cs { grid-template-columns: 1fr; }
      .gallery-card { height: 260px; }
      .gallery-card:nth-child(2),
      .gallery-card:nth-child(3) { display: block; }
      .cta-row { flex-direction: column; align-items: stretch; }
      .btn { justify-content: center; }
      .lighter-bg { width: 160%; }
    }/* End custom CSS */