﻿/* ======================================================================
   NA WEBSITE THEME v3 â€” Hero / Cover Section
   Target: section.s_cover on homepage
   Buttons: btn-secondary ("Explore") & btn-outline-secondary ("Get in Touch")
   ====================================================================== */

/* â”€â”€ Cover container â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap section.s_cover {
    position: relative !important;
    overflow: hidden !important;
    min-height: 88vh !important;
    display: flex !important;
    align-items: center !important;
}

/* â”€â”€ Darken the parallax background â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap section.s_cover .s_parallax_bg {
    filter: brightness(0.5) contrast(1.1) !important;
}

/* â”€â”€ Gradient overlay â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap section.s_cover::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
        170deg,
        rgba(0, 15, 42, 0.70) 0%,
        rgba(0, 50, 110, 0.45) 45%,
        rgba(0, 85, 184, 0.20) 100%
    ) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

#wrapwrap #wrap section.s_cover > .s_allow_columns {
    position: relative !important;
    z-index: 2 !important;
}

/* â”€â”€ Headline â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap section.s_cover h1 {
    font-size: clamp(3rem, 6.5vw, 5.5rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.045em !important;
    line-height: 1.02 !important;
    color: #fff !important;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 28px !important;
}

/* â”€â”€ Subtext â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap section.s_cover p.lead {
    font-size: clamp(1rem, 1.8vw, 1.18rem) !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 44px !important;
    text-shadow: none !important;
}

/* â”€â”€ Explore Our Services (btn-secondary) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap section.s_cover a.btn-secondary,
#wrapwrap #wrap section.s_cover a.btn.btn-secondary {
    background: var(--naw-white) !important;
    color: var(--naw-gray-900) !important;
    border: none !important;
    border-radius: var(--naw-radius-full) !important;
    padding: 16px 38px !important;
    font-weight: 700 !important;
    font-size: 0.98rem !important;
    letter-spacing: 0.01em !important;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.18) !important;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#wrapwrap #wrap section.s_cover a.btn-secondary:hover,
#wrapwrap #wrap section.s_cover a.btn.btn-secondary:hover {
    background: var(--naw-white) !important;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.25) !important;
    transform: translateY(-3px) !important;
}

/* â”€â”€ Get in Touch (btn-outline-secondary) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap section.s_cover a.btn-outline-secondary,
#wrapwrap #wrap section.s_cover a.btn.btn-outline-secondary {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 2px solid rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
    border-radius: var(--naw-radius-full) !important;
    padding: 14px 36px !important;
    font-weight: 600 !important;
    font-size: 0.98rem !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#wrapwrap #wrap section.s_cover a.btn-outline-secondary:hover,
#wrapwrap #wrap section.s_cover a.btn.btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    transform: translateY(-3px) !important;
}

/* â”€â”€ Button spacing â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap section.s_cover a.btn + a.btn {
    margin-left: 14px !important;
}

/* â•â•â• Page title banner (/pricing "Pricing" header etc.) â•â•â•â•â•â•â•â•â•â• */
#wrapwrap #wrap section.s_title {
    padding: 72px 0 !important;
    position: relative !important;
}

#wrapwrap #wrap section.s_title .s_parallax_bg {
    filter: brightness(0.45) contrast(1.1) !important;
}

#wrapwrap #wrap section.s_title::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
        135deg,
        rgba(0, 15, 42, 0.60) 0%,
        rgba(0, 55, 120, 0.35) 100%
    ) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

#wrapwrap #wrap section.s_title > .container {
    position: relative !important;
    z-index: 2 !important;
}

#wrapwrap #wrap section.s_title h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.4rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em !important;
    color: #fff !important;
}
