/* Start custom CSS for html, class: .elementor-element-9fe750a *//* ─── CSS Variables ─────────────────────────────────────── */
    :root {
      --orange:    #2d9f95;
      --orange-lt: #3bbdb2;
      --blue-dark: #2A2D3E;
      --blue-mid:  #363a52;
      --blue-lt:   #474c6a;
      --gold:      #f4c430;
      --cream:     #f4f6f7;
      --off-white: #eef1f3;
      --text-dark: #1c1c1c;
      --text-mid:  #3d3d3d;
      --text-light:#6b6b6b;
      --border:    #cdd5d8;

      /* Font sizes – desktop */
      --fs-hero:  45px;
      --fs-mid:   22px;
      --fs-body:  14px;
      --fs-small: 12px;
      --fs-tag:   11px;

      --radius: 4px;
      --shadow: 0 8px 32px rgba(0,0,0,.13);
    }

    /* ─── Reset ─────────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  
    img { max-width: 100%; display: block; }
    ul  { list-style: none; }

    /* ─── Utilities ──────────────────────────────────────────── */
    .allied_2001 .container-new {
      max-width: 1120px;
      margin-inline: auto;
      padding-inline: 24px;
    }
    
    .booth-recovery {
    margin-bottom: 50px;
}

.booth-image {
    width: 45%;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    float: left;
}
.oven-image img {
   max-width: 50%;
}
@media screen and (max-width:1023px) {
    .booth-image {
    width: 100%;
        
    }
    .oven-image img {
   max-width: 100%;
}
}
.booth-image img {
    width: 100%;
    height: auto;
    display: block;
}
    .feature-icon i {
        font-size: 45px;
    }
    .allied_2001 .tag {
      display: inline-block;
      background: var(--blue-dark);
      color: #fff;
      font-size: var(--fs-tag);
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: var(--radius);
    }
    .allied_2001 .tag--orange { background: var(--orange); }
    .allied_2001 .tag--gold   { background: var(--gold); color: var(--blue-dark); }
    .allied_2001 .tag--green  { background: #2d9f95; }
    .allied_2001 .badge-row {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-bottom: 14px;
    }

    /* ─── Topbar ─────────────────────────────────────────────── */
    .allied_2001 .topbar {
      background: var(--blue-dark);
      color: #aab4cc;
      font-size: var(--fs-small);
      letter-spacing: .04em;
      padding: 7px 0;
      text-align: center;
    }
    .allied_2001 .topbar strong { color: #fff; }

    /* ─── Header ─────────────────────────────────────────────── */
    .allied_2001 .site-header-allied {
      background: linear-gradient(135deg, #1e2030 0%, var(--blue-dark) 50%, #2f3347 100%);
      padding: 20px 0 0;
      position: relative;
      overflow: hidden;
    }
    .allied_2001 .site-header-allied::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 18px,
        rgba(255,255,255,.025) 18px,
        rgba(255,255,255,.025) 36px
      );
      pointer-events: none;
    }
    .allied_2001 .header-inner {
      display: flex;
      gap: 32px;
    }
    .allied_2001 .brand {
      flex: 1 1 auto;
      padding-bottom: 24px;
    }
    .allied_2001 .brand-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 6px;
    }
    .allied_2001 .logo-icon {
      width: 52px; height: 52px;
      background: var(--orange);
      border-radius: 6px;
      display: grid;
      place-items: center;
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      letter-spacing: .02em;
      flex-shrink: 0;
      box-shadow: 0 4px 12px rgba(45,159,149,.4);
    }
    .allied_2001 .brand-name {
      font-family: 'Oswald', sans-serif;
      font-size: var(--fs-hero);
      font-weight: 700;
      color: #fff;
      line-height: 1;
      letter-spacing: .04em;
    }
    .allied_2001 .brand-name span { color: var(--orange-lt); }
    .allied_2001 .brand-sub {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: var(--fs-mid);
      font-weight: 600;
      color: #c5cfe0;
      letter-spacing: .2em;
      text-transform: uppercase;
      margin-left: 64px;
    }
    .allied_2001 .header-visual {
      flex: 0 0 360px;
      align-self: flex-end;
      position: relative;
    }
    .allied_2001 .header-visual::before {
      content: '';
      position: absolute;
      inset: -2px;
      border-radius: 16px 16px 0 0;
      background: linear-gradient(160deg, rgba(45,159,149,.55) 0%, rgba(244,196,48,.25) 50%, rgba(45,159,149,.15) 100%);
      z-index: 0;
      filter: blur(2px);
    }
    .allied_2001 .header-visual .img-frame {
      position: relative;
      z-index: 1;
      border: 5px solid rgba(45,159,149,.45);
      border-bottom: none;
      border-radius: 14px 14px 0 0;
      overflow: hidden;
      background: rgba(255,255,255,.04);
      box-shadow:
        0 0 0 1px rgba(45,159,149,.2),
        0 -12px 40px rgba(45,159,149,.25),
        inset 0 0 24px rgba(45,159,149,.08);
        display: flex;
    justify-content: center;
    padding: 20px;
    }
    .allied_2001 .header-visual .img-frame img {
      width: 70%;
      display: block;
      filter: drop-shadow(0 8px 24px rgba(0,0,0,.5));
      mix-blend-mode: lighten;
    }

    /* ─── Tagline strip ──────────────────────────────────────── */
    .allied_2001 .tagline-strip {
      background: linear-gradient(90deg, #2A2D3E 0%, #2d9f95 100%);
      padding: 10px 0;
    }
    .allied_2001 .tagline-strip .container-new {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .allied_2001 .tagline-main {
      font-family: 'Oswald', sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .allied_2001 .tagline-pills {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
    .allied_2001 .pill {
      background: rgba(255,255,255,.18);
      border: 1px solid rgba(255,255,255,.4);
      color: #fff;
      font-size: var(--fs-small);
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 100px;
    }

    /* ─── Section titles ─────────────────────────────────────── */
    .allied_2001 .sec-title {
      font-family: 'Oswald', sans-serif;
      font-size: var(--fs-mid);
      font-weight: 600;
      color: var(--blue-dark);
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 18px;
      position: relative;
      padding-left: 14px;
    }
    .allied_2001 .sec-title::before {
      content: '';
      position: absolute;
      left: 0; top: 4px; bottom: 4px;
      width: 4px;
      background: var(--orange);
      border-radius: 2px;
    }

    /* ─── What Powder Coating Can Do ─────────────────────────── */
    .allied_2001 .what-section {
      padding: 60px 0 40px;
    }
    .allied_2001 .what-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }
    .allied_2001 .what-left p {
      font-size: var(--fs-body);
      color: var(--text-mid);
      margin-bottom: 20px;
    }
    .allied_2001 .benefits-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .allied_2001 .benefit-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: var(--fs-body);
      color: var(--text-mid);
    }
    .allied_2001 .benefit-item::before {
      content: '●';
      color: var(--orange);
      flex-shrink: 0;
      margin-top: 2px;
    }
    .allied_2001 .why-box {
      background: var(--blue-dark);
      color: #fff;
      border-radius: 8px;
      padding: 28px;
      border-left: 4px solid #2d9f95;
    }
    .allied_2001 .why-box .sec-title { color: #fff; }
    .allied_2001 .why-box .sec-title::before { background: var(--orange-lt); }
    .allied_2001 .why-box p {
      font-size: var(--fs-body);
      color: #c5cfe0;
      margin-bottom: 16px;
    }
    .allied_2001 .why-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .allied_2001 .why-list li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: var(--fs-body);
      font-weight: 500;
      color: #fff;
    }
    .allied_2001 .why-list li .dot {
      width: 8px; height: 8px;
      background: var(--orange-lt);
      border-radius: 50%;
      flex-shrink: 0;
    }
    .allied_2001 .sample-imgs {
      margin-top: 24px;
    }
    .allied_2001 .sample-imgs img {
      border-radius: 6px;
      border: 1px solid var(--border);
    }

    /* ─── We are Equipped ────────────────────────────────────── */
    .allied_2001 .equipped-section {
      background: var(--cream);
      padding: 50px 0;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .allied_2001 .equipped-lead {
      font-size: var(--fs-body);
      color: var(--text-mid);
      max-width: 820px;
      margin-bottom: 10px;
    }
    .allied_2001 .equipped-lead + .equipped-lead {
      margin-bottom: 24px;
    }

    /* ─── Features ───────────────────────────────────────────── */
    .allied_2001 .features-section {
      padding: 60px 0;
    }
    .allied_2001 .features-intro {
      font-size: var(--fs-body);
      color: var(--text-mid);
      max-width: 760px;
      margin-bottom: 36px;
    }
    .allied_2001 .features-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .allied_2001 .feature-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 22px 20px;
      position: relative;
      transition: transform .2s, box-shadow .2s;
    }
    .allied_2001 .feature-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow);
    }
    .allied_2001 .feature-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: var(--orange);
      border-radius: 8px 8px 0 0;
    }
    .allied_2001 .feature-icon {
      width: 40px; height: 40px;
      border-radius: 6px;
      display: grid;
      place-items: center;
      margin-bottom: 12px;
    }
    .allied_2001 .feature-icon svg {
      width: 22px; height: 22px;
      fill: #fff;
    }
    .allied_2001 .feature-title {
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
      font-weight: 600;
      color: var(--blue-dark);
      letter-spacing: .04em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .allied_2001 .feature-desc {
      font-size: var(--fs-body);
      color: var(--text-mid);
      line-height: 1.6;
    }

    /* ─── Specs Table ─────────────────────────────────────────── */
    .allied_2001 .specs-section {
      background: var(--blue-dark);
      padding: 60px 0;
      color: #fff;
    }
    .allied_2001 .specs-section .sec-title { color: #fff; }
    .allied_2001 .specs-section .sec-title::before { background: var(--orange-lt); }
    .allied_2001 .specs-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }
    .allied_2001 .specs-table {
      width: 100%;
      border-collapse: collapse;
      font-size: var(--fs-body);
    }
    .allied_2001 .specs-table th,
    .allied_2001 .specs-table td {
      padding: 10px 14px;
      text-align: left;
      border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .allied_2001 .specs-table thead th {
      background: #2d9f95;
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 13px;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .allied_2001 .specs-table tbody tr:nth-child(even) td {
      background: rgba(255,255,255,.05);
    }
    .allied_2001 .specs-table td { color: #d0d8e8; }
    .allied_2001 .specs-table td:first-child { color: #fff; font-weight: 500; }
    .allied_2001 .specs-note {
      font-size: var(--fs-small);
      color: #8899bb;
      margin-top: 8px;
    }
    .allied_2001 .specs-right p {
      font-size: var(--fs-body);
      color: #b0bed4;
      margin-bottom: 16px;
    }
    .allied_2001 .recovery-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 24px;
    }
    .allied_2001 .recovery-list li {
      display: flex;
      gap: 8px;
      font-size: var(--fs-body);
      color: #c5cfe0;
    }
    .allied_2001 .recovery-list li::before {
      content: '●';
      color: var(--orange-lt);
    }
    .allied_2001 .oven-box {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 8px;
      padding: 20px;
    }
    .allied_2001 .oven-box h4 {
      font-family: 'Oswald', sans-serif;
      font-size: var(--fs-mid);
      font-weight: 600;
      color: #3bbdb2;
      margin-bottom: 8px;
    }
    .allied_2001 .oven-box p { font-size: var(--fs-body); color: #b0bed4; }

    /* ─── Component Gallery ──────────────────────────────────── */
    .allied_2001 .gallery-section-allied {
      padding: 60px 0;
    }
    .allied_2001 .gallery-item-allieds-allied {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
      margin-top: 8px;
    }
    .allied_2001 .gallery-item-allied {
      text-align: center;
    }
    .allied_2001 .gallery-item-allied .img-wrap {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 12px;
      margin-bottom: 8px;
      aspect-ratio: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .allied_2001 .gallery-item-allied .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .allied_2001 .gallery-label {
      font-size: var(--fs-small);
      font-weight: 600;
      color: var(--blue-dark);
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    /* ─── Footer ─────────────────────────────────────────────── */
    .allied_2001 .site-footer {
      background: #111827;
      color: #8899bb;
      padding: 40px 0 20px;
    }
    .allied_2001 .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 32px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .allied_2001 .footer-col h5 {
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      letter-spacing: .06em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .allied_2001 .footer-col p,
    .allied_2001 .footer-col a {
      font-size: var(--fs-small);
      color: #8899bb;
      display: block;
      line-height: 1.8;
      text-decoration: none;
    }
    .allied_2001 .footer-col a:hover { color: var(--orange-lt); }
    .allied_2001 .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 16px;
      font-size: var(--fs-small);
      color: #55637a;
      flex-wrap: wrap;
      gap: 8px;
    }

    /* ─── Divider ────────────────────────────────────────────── */
    .allied_2001 .divider {
      height: 2px;
      background: linear-gradient(90deg, var(--orange) 0%, var(--orange-lt) 50%, transparent 100%);
      border: none;
      margin: 0;
    }

    /* ─── Responsive ─────────────────────────────────────────── */

    /* Tablet: ≤ 900px */
    @media (max-width: 900px) {
      :root {
        --fs-hero: 36px;
        --fs-mid:  20px;
      }
      .allied_2001 .header-visual { flex: 0 0 280px; }
      .allied_2001 .what-grid      { grid-template-columns: 1fr; }
      .allied_2001 .features-grid  { grid-template-columns: repeat(2, 1fr); }
      .allied_2001 .specs-grid     { grid-template-columns: 1fr; }
      .allied_2001 .gallery-item-allieds-allied  { grid-template-columns: repeat(3, 1fr); }
      .allied_2001 .footer-grid    { grid-template-columns: 1fr 1fr; }
    }

    /* Mobile: ≤ 600px */
    @media (max-width: 600px) {
      :root {
        --fs-hero: 28px;
        --fs-mid:  18px;
        --fs-body: 13px;
      }
      .allied_2001 .header-inner   { flex-direction: column; align-items: flex-start; }
      .allied_2001 .header-visual  { flex: 0 0 auto; width: 100%; max-width: 320px; margin-inline: auto; }
      .allied_2001 .brand-sub      { margin-left: 0; font-size: 14px; letter-spacing: .1em; }
      .allied_2001 .tagline-strip .container-new { flex-direction: column; align-items: flex-start; }
      .allied_2001 .benefits-grid  { grid-template-columns: 1fr; }
      .allied_2001 .features-grid  { grid-template-columns: 1fr; }
      .allied_2001 .gallery-item-allieds-allied  { grid-template-columns: repeat(2, 1fr); }
      .allied_2001 .footer-grid    { grid-template-columns: 1fr; }
      .allied_2001 .footer-bottom  { flex-direction: column; text-align: center; }
      .allied_2001 .logo-icon      { width: 40px; height: 40px; font-size: 15px; }
    }/* End custom CSS */