

.logo-svg {
    height: 44px;
    width: auto;
    display: block;
    padding: 1px;
}

.nav-phone-label {
    font-size: 15px;

}

.section-head h2.light {
    color: #111111 !important;
}
nav#nav {
    background: linear-gradient(to bottom, #111111 0%, transparent 100%) !important;
}
nav#nav.scrolled {
    background: #fff !important;
}
button#quoteTab {
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 18px;
    letter-spacing: 1px;
    font-weight: 700;
}
div#qDrawer {
    z-index: 9990;
}

.footer-brand {
    align-items: flex-start;
}

.cf-icon {
border-radius: 10px 0 10px 10px;
}
.quote-grid {
    margin-top: 16px;
}

.hours-day {
    padding-right: 20px;
}

.nav-cta, .nav-phone-num, .fab-call-lbl {
    font-size: 18px;
}
.hero-sub {
    max-width: 680px;
}

.nav-link {
    font-size: clamp(13px,1vw,18px);
}



@media (min-width:1320px) {
    .hero-content {
    padding-right: 20px;
    max-width: 1400px !important;
}
 }




 .why-left {
height: 100%;
background-image: url('images/blackaluminum.jpg');
background-size: cover;
background-position: center center;
 }

 .brands-logos ul {
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
 .brands-logos li {    
    padding: 15px;
    align-content: center;
}
  .brands-logos img {object-fit: cover; width: 100%; height: auto;}
 .brands {
    padding-top: 0 !important;
}
section.portfolio.in-view {
    padding-bottom: 40px;
}
.stat-strip {
    padding: 0 50px !important;
}
.p-num {
    border-radius: 15px 0 15px 15px;
}
.proof-icon {
    background: #F4CF35;
    border-radius: 15px 0 15px 15px;
}
.why-img-badge {
    border-radius: 15px 0 15px 15px;
}
.eyebrow.dark .eyebrow-line, .eyebrow-line {
    background: #F4CF35 !important;
    color: #F4CF35;
}
.cf-icon svg {
    width: 22px;
    height: 22px;
}
.cf-icon {
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid #fff;
}
h1, h2, h3 {
    font-family: 'Barlow Condensed' !important;
    letter-spacing: -1px;
}
.footer-col h4{
    font-size: 18px;
    color: #fff;
}
footer p, footer a, .footer-col a, .footer-tagline {
    font-size: 16px;
}


.footer-top {
    display: flex;
}
.footer-brand {
    width: 33%;
}

.footer-col {
    width: 22%;
}
.footer-tagline {
    color: rgba(255, 255, 255, 0.5);
}

.site-logo-wrap {
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

.jannuzzio-logo {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
}
.footer-col.footer-local h4:first-child {
    margin-top: 0;
}
.section-head h2 {
    line-height: 0.85em;
}











/* Starting state */
.jannuzzio-logo .logo-mark {
  opacity: 0;
  transform: translateX(-18px) scale(0.985);
  transform-origin: center;
  transform-box: fill-box;
  clip-path: inset(100% 0 0 0);
}

.jannuzzio-logo .logo-text {
  opacity: 0;
  transform: translateX(-16px);
  transform-box: fill-box;
}

/* Loaded animation */
.jannuzzio-logo.logo-is-ready .logo-mark {
  animation: logoMarkReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.jannuzzio-logo.logo-is-ready .logo-text {
  animation: logoTextReveal 700ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Slight stagger for the text paths */
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(1) { animation-delay: 360ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(2) { animation-delay: 380ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(3) { animation-delay: 400ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(4) { animation-delay: 420ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(5) { animation-delay: 440ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(6) { animation-delay: 460ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(7) { animation-delay: 480ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(8) { animation-delay: 500ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(9) { animation-delay: 520ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(10) { animation-delay: 540ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(11) { animation-delay: 560ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(12) { animation-delay: 580ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(13) { animation-delay: 600ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(14) { animation-delay: 620ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(15) { animation-delay: 640ms; }
.jannuzzio-logo.logo-is-ready .logo-text:nth-child(16) { animation-delay: 660ms; }

@keyframes logoMarkReveal {
  0% {
    opacity: 0;
    transform: translateX(-18px) scale(0.985);
    clip-path: inset(100% 0 0 0);
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes logoTextReveal {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .jannuzzio-logo .logo-mark,
  .jannuzzio-logo .logo-text {
    animation: none !important;
    opacity: 1;
    transform: none;
    clip-path: none;
  }
}

.q-head h3, .q-head .eyebrow, .q-head .eyebrow-line, .q-head p {
    color: black !important;
}
.q-head {
    background: var(--flash);
}
.q-head .eyebrow-line {
    background-color: black !important;
}
.q-head h3 {
    font-size: 45px;
    line-height: 0.85;
}
.q-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(0, 0, 0, 0.88);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.86);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mat-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    height: 480px;
}
.mat-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.mat-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    height: 425px;
    gap: 3px;
}
.hero-panel-label h3 {
    font-weight: 600;
    font-size: 22px;
}
.footimg img {
    max-width: 100px;
    object-fit: contain;
    opacity: 0.75;
}
.footimg {
    display: flex;
    gap: 30px;
}
.cf-item.social {
    display: flex;
    flex-direction: row;
    gap: 30px;
    row-gap: 30px;
    column-gap: 30px;
}

.nav-phone-icon {
    background: #F4EEE9;
    border-radius: 100px;
}
.cf-item.social {
    margin-left: 60px;
    margin-top: 10px;
}
.footer-legal.socialcontactfooter img {
    width: 30px;
}
.footer-legal.socialcontactfooter {
    display: flex;
    gap: 15px;
    align-content: center;
    align-items: center;
}
.socialcontact {
    display: flex;
}
.cf-icon.markericon img {
    object-fit: contain;
    padding: 10px;
}