.elementor-53081 .elementor-element.elementor-element-059f0e9{--display:flex;}.elementor-53081 .elementor-element.elementor-element-f1c03d1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f1c03d1 */.elementor-53081 .elementor-element.elementor-element-f1c03d1 h1,
.elementor-53081 .elementor-element.elementor-element-f1c03d1 h2,
.elementor-53081 .elementor-element.elementor-element-f1c03d1 h3,
.elementor-53081 .elementor-element.elementor-element-f1c03d1 h4,
.elementor-53081 .elementor-element.elementor-element-f1c03d1 h5,
.elementor-53081 .elementor-element.elementor-element-f1c03d1 h6 {
    color: #ffffff;
}


  :root{
    --bg:#0a0a0a;
    --bg-2:#101010;
    --panel:#151515;
    --panel-2:#1b1b1b;
    --text:#f5f5f5;
    --muted:#c9c9c9;
    --line:rgba(255,255,255,.10);
    --line-2:rgba(255,255,255,.16);
    --gold:#e0a13a;
    --gold-2:#f0b85b;
    --shadow:0 18px 50px rgba(0,0,0,.35);
    --radius:24px;
    --radius-sm:16px;
    --max:96%;
  }

  *{box-sizing:border-box}
  html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
  img,video{max-width:100%;display:block}
  a{text-decoration:none;color:inherit}
  button,input,label{font:inherit}

  /* ══════════════════════════════════════════
     SIDEBAR
  ══════════════════════════════════════════ */
  #gg-sidebar-toggle{
    position:fixed;
    opacity:0;
    pointer-events:none;
  }

  .gg-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    z-index:9998;
  }

  .gg-sidebar{
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:min(370px,88vw);
    background:#111;
    border-right:1px solid rgba(255,255,255,.08);
    transform:translateX(-100%);
    transition:.35s ease;
    z-index:9999;
    overflow-y:auto;
    box-shadow:24px 0 60px rgba(0,0,0,.45);
  }

  #gg-sidebar-toggle:checked ~ .gg-overlay{
    opacity:1;
    visibility:visible;
  }

  #gg-sidebar-toggle:checked ~ .gg-sidebar{
    transform:translateX(0);
  }

  .gg-sidebar-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:22px 20px;
    border-bottom:1px solid rgba(255,255,255,.08);
    position:sticky;
    top:0;
    background:#111;
    z-index:2;
  }

  .gg-sidebar-head span{
    font-size:18px;
    font-weight:700;
    letter-spacing:.2px;
  }

  .gg-sidebar-close{
    width:38px;
    height:38px;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-size:28px;
    line-height:1;
    color:#fff;
    cursor:pointer;
    background:rgba(255,255,255,.06);
  }

  #gg-categories{
    list-style:none;
    margin:0;
    padding:14px;
  }

  .gg-cat-item{
    margin:0 0 10px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    overflow:hidden;
    background:rgba(255,255,255,.03);
  }

  .gg-cat-link,
  .gg-cat-label{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 14px;
    color:#fff;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
  }

  .gg-cat-link img,
  .gg-cat-label img{
    width:28px;
    height:28px;
    object-fit:contain;
    flex:0 0 28px;
  }

  .gg-acc-cb{
    display:none;
  }

  .gg-subcats{
    list-style:none;
    margin:0;
    padding:0 12px 12px 54px;
    display:grid;
    gap:8px;
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
  }

  .gg-subcats li a{
    display:block;
    color:#d9d9d9;
    font-size:14px;
    padding:6px 0;
  }

  .gg-acc-cb:checked + .gg-cat-label + .gg-subcats{
    max-height:420px;
  }

  .gg-sidebar-trigger,
  .gg-sticky-trigger{
    cursor:pointer;
  }

  .gg-sidebar-trigger{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:700;
  }

  .gg-sidebar-trigger svg{width:16px;height:16px}

  .gg-sticky-trigger{
    position:fixed;
    right:18px;
    bottom:18px;
    width:60px;
    height:60px;
    border:none;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--gold),var(--gold-2));
    color:#111;
    box-shadow:0 18px 40px rgba(0,0,0,.35);
    z-index:9997;
    opacity:0;
    visibility:hidden;
    transform:translateY(12px);
    transition:.28s ease;
  }

  .gg-sticky-trigger svg{width:24px;height:24px}
  .gg-sticky-trigger.is-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  /* ══════════════════════════════════════════
     GLOBAL
  ══════════════════════════════════════════ */
  .ahw-section,
  .ahs-section,
  .ahw-cta-banner{
    position:relative;
    width:100%;
  }

  .ahw-eyebrow,
  .ahs-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 14px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
  }

  .dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--gold);
    box-shadow:0 0 0 5px rgba(224,161,58,.14);
  }

  .ahw-btn,
  .ahs-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    padding:0 22px;
    border-radius:999px;
    font-weight:700;
    transition:.25s ease;
  }

  .ahw-btn-primary{
    color:#111;
    background:linear-gradient(135deg,var(--gold),var(--gold-2));
    box-shadow:0 12px 28px rgba(224,161,58,.22);
  }

  .ahw-btn-secondary{
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
  }

  .ahw-btn:hover,
  .ahs-btn:hover,
  .gg-sidebar-trigger:hover{
    transform:translateY(-2px);
  }

  .ahw-reveal,
  .ahs-reveal{
    opacity:0;
    transform:translateY(32px);
    transition:opacity .8s ease, transform .8s ease;
  }

  .ahw-reveal.visible,
  .ahs-reveal.visible{
    opacity:1;
    transform:none;
  }

  .ahw-scroll{
    position:absolute;
    left:50%;
    bottom:26px;
    transform:translateX(-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    color:rgba(255,255,255,.9);
    font-size:12px;
    letter-spacing:.12em;
    text-transform:uppercase;
  }

  @keyframes ahwFloat{
    0%,100%{transform:scaleY(.85);opacity:.75}
    50%{transform:scaleY(1.05);opacity:1}
  }

  /* ══════════════════════════════════════════
     HERO
  ══════════════════════════════════════════ */
  .ahw-hero{
    position:relative;
    min-height:100vh;
    isolation:isolate;
    overflow:hidden;
    display:flex;
    align-items:center;
  }

  .ahw-hero-bg,
  .ahw-hero-overlay{
    position:absolute;
    inset:0;
  }

  .ahw-hero-bg{
    background:
      linear-gradient(140deg, rgba(0,0,0,.45), rgba(0,0,0,.2)),
      url('https://globusgates.com/wp-content/uploads/2026/02/White-Minimal-Home-for-Sale-Facebook-Ads-3.png') center/cover no-repeat;
    transform:scale(1.03);
  }

  .ahw-hero-overlay{
    background:
      radial-gradient(circle at 20% 20%, rgba(224,161,58,.18), transparent 30%),
      linear-gradient(to bottom, rgba(0,0,0,.2), rgba(0,0,0,.72));
    z-index:1;
  }

  .ahw-hero-content{
    position:relative;
    z-index:2;
    width:min(var(--max),calc(100% - 40px));
    margin:0 auto;
    padding:110px 0 110px;
  }

  .ahw-hero-content h1{
    margin:18px 0 18px;
    max-width:840px;
    font-size:clamp(44px,7vw,88px);
    line-height:.95;
    letter-spacing:-.03em;
  }

  .ahw-hero-sub{
    max-width:760px;
    margin:0;
    color:#ededed;
    font-size:clamp(17px,2.2vw,22px);
    line-height:1.6;
  }

  .ahw-hero-cta{
    margin-top:28px;
    display:flex;
    flex-wrap:wrap;
    gap:14px;
  }

  /* ══════════════════════════════════════════
     POSITION BAR
  ══════════════════════════════════════════ */
  .ahw-position-bar{
    background:linear-gradient(180deg,#111,#0d0d0d);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:28px 20px;
    text-align:center;
  }

  .ahw-position-bar p{
    width:min(980px,100%);
    margin:0 auto;
    color:#e9e9e9;
    font-size:clamp(16px,2vw,20px);
    line-height:1.6;
  }

  /* ══════════════════════════════════════════
     FEATURES
  ══════════════════════════════════════════ */
  .ahw-features{
    padding:90px 20px;
    background:
      radial-gradient(circle at top right, rgba(224,161,58,.08), transparent 30%),
      linear-gradient(180deg,#0a0a0a,#111);
  }

  .ahw-features-inner{
    width:min(var(--max),100%);
    margin:0 auto;
  }

  .ahw-section-label{
    max-width:760px;
    margin-bottom:34px;
  }

  .ahw-section-label h2{
    margin:18px 0 10px;
    font-size:clamp(34px,5vw,62px);
    line-height:1.02;
    letter-spacing:-.03em;
  }

  .ahw-section-label p{
    margin:0;
    color:#cdcdcd;
    font-size:18px;
    line-height:1.7;
  }

  .ahw-features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
  }

  .ahw-feat{
    position:relative;
    min-height:420px;
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.1);
    background:
      linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
      var(--panel);
    box-shadow:var(--shadow);
    isolation:isolate;
    transition:transform .28s ease,border-color .28s ease;
  }

  .ahw-feat:hover{
    transform:translateY(-6px);
    border-color:rgba(224,161,58,.35);
  }

  .ahw-feat-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    transition:opacity .35s ease;
    z-index:0;
    background:transparent;
  }

  .ahw-feat:hover .ahw-feat-video,
  .ahw-feat.vid-on .ahw-feat-video{
    opacity:.18;
  }

  .ahw-feat-scrim{
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at top right, rgba(224,161,58,.15), transparent 34%),
      linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.78));
    z-index:1;
  }

  .ahw-feat-body{
    position:relative;
    z-index:2;
    padding:28px 24px 24px;
    display:flex;
    flex-direction:column;
    height:100%;
  }

  .ahw-feat-num{
    color:rgba(255,255,255,.36);
    font-size:12px;
    font-weight:800;
    letter-spacing:.14em;
    margin-bottom:10px;
  }

  .ahw-feat-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    display:grid;
    place-items:center;
    font-size:26px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    margin-bottom:18px;
  }

  .ahw-feat h3{
    margin:0 0 12px;
    font-size:26px;
    line-height:1.15;
    letter-spacing:-.02em;
  }

  .ahw-feat-desc{
    margin:0 0 18px;
    color:#d8d8d8;
    line-height:1.65;
    font-size:15px;
  }

  .ahw-feat-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:10px;
  }

  .ahw-feat-list li{
    position:relative;
    padding-left:18px;
    color:#f0f0f0;
    font-size:14px;
    line-height:1.55;
  }

  .ahw-feat-list li:before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--gold);
  }

  .ahw-feat-accent{
    position:absolute;
    inset:auto 0 0 0;
    height:3px;
    background:linear-gradient(90deg,transparent,var(--gold),transparent);
    opacity:.8;
    z-index:3;
  }

  /* ══════════════════════════════════════════
     MAIN CAROUSEL
  ══════════════════════════════════════════ */
  .ahw-carousel-wrap{
    padding:20px 20px 90px;
    background:linear-gradient(180deg,#111,#0b0b0b);
  }

  .ahw-carousel-inner{
    width:min(var(--max),100%);
    margin:0 auto;
  }

  .ahw-carousel-header{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:26px;
  }

  .ahw-carousel-header h2{
    margin:0;
    font-size:clamp(32px,4.6vw,54px);
    line-height:1.02;
    letter-spacing:-.03em;
  }

  .ahw-carousel-nav{
    display:flex;
    gap:10px;
  }

  .ahw-nav-btn{
    width:50px;
    height:50px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    color:#fff;
    cursor:pointer;
    font-size:20px;
  }

  .ahw-carousel-track-outer{
    overflow:hidden;
  }

  .ahw-carousel-track{
    display:flex;
    gap:20px;
    transition:transform .45s ease;
    will-change:transform;
  }

  .ahw-slide{
    position:relative;
    flex:0 0 calc(33.333% - 13.34px);
    min-width:calc(33.333% - 13.34px);
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.1);
    background:#101010;
    min-height:420px;
    box-shadow:var(--shadow);
  }

  .ahw-slide img{
    width:100%;
    height:420px;
    object-fit:cover;
  }

  .ahw-slide-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.06));
  }

  .ahw-slide-label{
    position:absolute;
    left:20px;
    right:20px;
    bottom:18px;
    font-size:18px;
    font-weight:800;
    line-height:1.25;
  }

  .ahw-carousel-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:22px;
  }

  .ahw-dot{
    width:10px;
    height:10px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.24);
    cursor:pointer;
  }

  .ahw-dot.active{
    background:var(--gold);
    transform:scale(1.15);
  }

  /* ══════════════════════════════════════════
     SUB SECTIONS
  ══════════════════════════════════════════ */
  .ahs-section{
    padding:20px 20px 90px;
    background:
      radial-gradient(circle at 15% 15%, rgba(224,161,58,.06), transparent 28%),
      linear-gradient(180deg,#0b0b0b,#101010);
  }

  .ahs-divider{
    width:min(var(--max),100%);
    margin:0 auto 46px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  }

  .ahs-block{
    width:min(var(--max),100%);
    margin:0 auto 46px;
  }

  .ahs-block-inner{
    display:grid;
    grid-template-columns:1.03fr .97fr;
    gap:28px;
    align-items:center;
  }

  .ahs-block-inner--reverse{
    grid-template-columns:.97fr 1.03fr;
  }

  .ahs-block-inner--reverse .ahs-text{order:2}
  .ahs-block-inner--reverse .ahs-carousel{order:1}

  .ahs-text{
    background:
      linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
      var(--panel);
    border:1px solid rgba(255,255,255,.1);
    border-radius:28px;
    padding:34px;
    box-shadow:var(--shadow);
  }

  .ahs-text h2{
    margin:18px 0 12px;
    font-size:clamp(30px,4vw,52px);
    line-height:1.02;
    letter-spacing:-.03em;
  }

  .ahs-text p{
    margin:0;
    color:#d3d3d3;
    font-size:17px;
    line-height:1.75;
  }

  .ahs-highlights{
    display:grid;
    gap:14px;
    margin:26px 0 26px;
  }

  .ahs-highlight{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:14px 14px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    background:rgba(255,255,255,.03);
  }

  .ahs-highlight-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:rgba(224,161,58,.13);
    color:#fff;
    font-size:22px;
    flex:0 0 46px;
  }

  .ahs-highlight-text strong{
    display:block;
    margin-bottom:4px;
    font-size:16px;
  }

  .ahs-highlight-text span{
    color:#d5d5d5;
    font-size:14px;
    line-height:1.55;
  }

  .ahs-btn{
    color:#111;
    background:linear-gradient(135deg,var(--gold),var(--gold-2));
  }

  .ahs-carousel{
    background:#0f0f0f;
    border:1px solid rgba(255,255,255,.1);
    border-radius:28px;
    padding:16px;
    box-shadow:var(--shadow);
  }

  .ahs-carousel-viewport{
    overflow:hidden;
    border-radius:22px;
  }

  .ahs-track{
    display:flex;
    transition:transform .45s ease;
  }

  .ahs-slide{
    position:relative;
    flex:0 0 100%;
    min-width:100%;
    overflow:hidden;
  }

  .ahs-slide img{
    width:100%;
    height:590px;
    object-fit:cover;
  }

  .ahs-slide-cap{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    padding:14px 16px;
    border-radius:16px;
    background:rgba(0,0,0,.55);
    backdrop-filter:blur(8px);
    color:#fff;
    font-weight:700;
    line-height:1.35;
  }

  .ahs-mini-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px 4px 0;
  }

  .ahs-mini-dots{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }

  .ahs-mini-dot{
    width:9px;
    height:9px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.24);
    cursor:pointer;
  }

  .ahs-mini-dot.active{
    background:var(--gold);
  }

  .ahs-mini-arrows{
    display:flex;
    gap:8px;
  }

  .ahs-mini-arr{
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    cursor:pointer;
    font-size:18px;
  }

  /* ══════════════════════════════════════════
     CTA
  ══════════════════════════════════════════ */
  .ahw-cta-banner{
    min-height:520px;
    overflow:hidden;
    isolation:isolate;
    display:grid;
    place-items:center;
    border-top:1px solid rgba(255,255,255,.08);
  }

  .ahw-cta-video,
  .ahw-cta-video video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }

  .ahw-cta-video{
    background:
      linear-gradient(135deg, rgba(0,0,0,.72), rgba(0,0,0,.55)),
      url('https://globusgates.com/wp-content/uploads/2026/02/Heavy-Duty-Structural-Aluminum-2.png') center/cover no-repeat;
    z-index:0;
  }

  .ahw-cta-video video{
    object-fit:cover;
    opacity:.16;
  }

  .ahw-cta-content{
    position:relative;
    z-index:1;
    width:min(900px,calc(100% - 40px));
    text-align:center;
    padding:70px 0;
  }

  .ahw-cta-content h2{
    margin:18px 0 14px;
    font-size:clamp(36px,5vw,68px);
    line-height:.98;
    letter-spacing:-.03em;
  }

  .ahw-cta-content p{
    margin:0 auto;
    max-width:760px;
    color:#e3e3e3;
    font-size:18px;
    line-height:1.75;
  }

  @media (max-width:1100px){
    .ahw-features-grid{grid-template-columns:repeat(2,1fr)}
    .ahs-block-inner,
    .ahs-block-inner--reverse{
      grid-template-columns:1fr;
    }
    .ahs-block-inner--reverse .ahs-text,
    .ahs-block-inner--reverse .ahs-carousel{
      order:initial;
    }
  }

  @media (max-width:900px){
    .ahw-slide{
      flex:0 0 calc(50% - 10px);
      min-width:calc(50% - 10px);
    }
    .ahs-slide img{height:480px}
  }

  @media (max-width:680px){
    .ahw-hero{min-height:92vh}
    .ahw-features-grid{grid-template-columns:1fr}
    .ahw-slide{
      flex:0 0 100%;
      min-width:100%;
    }
    .ahw-carousel-header{
      flex-direction:column;
      align-items:flex-start;
    }
    .ahw-feat{min-height:auto}
    .ahs-text{padding:24px}
    .ahs-slide img{height:360px}
    .ahw-hero-cta{
      flex-direction:column;
      align-items:stretch;
    }
    .ahw-btn,
    .gg-sidebar-trigger{
      width:100%;
      justify-content:center;
    }
  }
  @media(max-width:900px){.gg-sticky-trigger.is-visible{opacity:1;pointer-events:all;transform:translate(15px,-120px);} }/* End custom CSS */