/* ============================================================
   PSTool — Custom Styles (Mna!! - ce  sa-i faci? start Bootstrap Agency adaptation)
   ============================================================ */

:root {
    --pstool-primary:   #1a5276;
    --pstool-accent:    #2980b9;
    --pstool-dark:      #1a2244;
    --pstool-light-bg:  #f1f5f9;
    --pstool-text:      #212529;
    --pstool-muted:     #6c757d;
    --pstool-border:    #dee2e6;
    --terrasigna-footer:#1a2244;
}

/* ---- Global ---- */
html { scroll-behavior: smooth; }

body {
    font-family: 'Roboto Slab', serif;
    color: var(--pstool-text);
    overflow-x: hidden;
}

h1, h2, h3, h4, .navbar-brand {
    font-family: 'Montserrat', sans-serif;
}

a { color: var(--pstool-accent); transition: color 0.2s; }
a:hover { color: var(--pstool-primary); }

/* Bootstrap primary override */
.btn-primary {
    background-color: var(--pstool-primary);
    border-color: var(--pstool-primary);
}
.btn-primary:hover, .btn-primary:focus {
    background-color: var(--pstool-accent);
    border-color: var(--pstool-accent);
}
.btn-outline-primary {
    color: var(--pstool-primary);
    border-color: var(--pstool-primary);
}
.btn-outline-primary:hover {
    background-color: var(--pstool-primary);
    border-color: var(--pstool-primary);
}
.btn-xl {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}

/* ---- Navigation ---- */
#mainNav {
    background-color: var(--pstool-dark);
    padding: 0.75rem 0;
    transition: padding 0.3s ease, background-color 0.3s ease;
}
#mainNav.navbar-shrink {
    padding: 0.5rem 0;
    background-color: rgba(26, 34, 68, 0.97);
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.navbar-brand {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar-brand span { color: var(--pstool-accent); }

#mainNav .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 0.75rem !important;
    transition: color 0.2s;
}
#mainNav .nav-link:hover { color: #fff !important; }

#mainNav .nav-link.btn-login {
    color: rgba(255,255,255,0.6) !important;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    padding: 0.4rem 0.9rem !important;
    margin-left: 0.5rem;
}
#mainNav .nav-link.btn-login:hover {
    color: #fff !important;
    border-color: rgba(255,255,255,0.6);
}
#mainNav .nav-link.btn-demo {
    background-color: var(--pstool-accent);
    color: #fff !important;
    border-radius: 4px;
    margin-left: 0.5rem;
    padding: 0.4rem 0.9rem !important;
}
#mainNav .nav-link.btn-demo:hover {
    background-color: var(--pstool-primary);
}
.navbar-toggler { border: none; }
.navbar-toggler:focus { box-shadow: none; }

/* Placeholder grid pattern when no image is set */
.masthead-no-image {
    background:
        linear-gradient(135deg, #0f1f4a 0%, #1a3a6a 50%, #0d2040 100%);
}
/* ---- Masthead / Hero ---- */
.masthead {
    padding-top: 9rem;
    padding-bottom: 6rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(to bottom, rgba(20, 32, 68, 0.5) 50%, rgba(20, 44, 90, 0.80) 100%),
        url('../../img/pstool-hero-bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}

.masthead .container { position: relative; z-index: 2; }

.masthead-subheading {
    font-family: 'Roboto Slab', serif;
    font-size: 0.85rem;
    font-style: italic;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.masthead-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 1.5rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.masthead-body {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    max-width: 680px;
    margin: 0 auto 2rem;
    line-height: 1.75;
}
.masthead-ctas { margin-bottom: 2rem; }
.masthead-ctas .btn { margin: 0.4rem; }

.masthead-proof {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.55);
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 1.25rem;
    max-width: 700px;
    margin: 0 auto;
}

/* ---- Section Shared ---- */
.page-section {
    padding: 6rem 0;
}
.bg-light { background-color: var(--pstool-light-bg) !important; }

.section-heading {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.section-subheading {
    font-size: 1rem;
    color: var(--pstool-muted);
    font-style: italic;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}
.section-subheading-sm {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--pstool-primary);
}

/* Dividers */
.divider {
    width: 4rem;
    border-top: 4px solid var(--pstool-primary);
    margin: 1.25rem auto 1.5rem;
    opacity: 1;
}
.divider-left {
    width: 4rem;
    border-top: 4px solid var(--pstool-primary);
    margin: 1.25rem 0 1.5rem;
    opacity: 1;
}
.divider-light {
    border-top-color: rgba(255,255,255,0.4);
}

/* ---- Why InSAR ---- */
.feature-box {
    padding: 1.75rem 1.25rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s, transform 0.25s;
    height: 100%;
}
.feature-box:hover {
    box-shadow: 0 6px 24px rgba(26,82,118,0.14);
    transform: translateY(-3px);
}
.feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--pstool-primary);
    color: #fff;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

/* ---- Industries ---- */

.industry-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--pstool-primary);
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.industry-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.industry-card p {
    font-size: 0.93rem;
    color: var(--pstool-muted);
    margin: 0;
    line-height: 1.65;
}
.supporting-line {
    font-style: italic;
    color: var(--pstool-muted);
    font-size: 0.95rem;
}

/* ---- Timeline ---- */
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: var(--pstool-primary);
    opacity: 0.25;
}
.timeline > li {
    position: relative;
    margin-bottom: 3rem;
    min-height: 80px;
}
.timeline > li::after {
    content: '';
    display: table;
    clear: both;
}
.timeline > li .timeline-panel {
    position: relative;
    float: left;
    width: 41%;
    padding: 1.25rem 1.5rem 1.25rem 2rem;
    text-align: right;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.timeline > li .timeline-panel::before {
    content: '';
    position: absolute;
    top: 26px;
    right: -14px;
    border: 7px solid transparent;
    border-left-color: #fff;
}
.timeline > li.timeline-inverted .timeline-panel {
    float: right;
    text-align: left;
    padding: 1.25rem 2rem 1.25rem 1.5rem;
}
.timeline > li.timeline-inverted .timeline-panel::before {
    right: auto;
    left: -14px;
    border-left-color: transparent;
    border-right-color: #fff;
}
.timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid var(--pstool-primary);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--pstool-primary);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.timeline-heading h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.timeline-body p {
    font-size: 0.93rem;
    color: var(--pstool-muted);
    margin: 0;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .timeline::before { left: 32px; }
    .timeline > li .timeline-panel {
        float: right;
        width: calc(100% - 90px);
        text-align: left;
        padding: 1rem 1rem 1rem 1.5rem;
    }
    .timeline > li .timeline-panel::before {
        right: auto;
        left: -14px;
        border-left-color: transparent;
        border-right-color: #fff;
    }
    .timeline > li .timeline-image {
        left: 32px;
        transform: none;
    }
    .timeline > li.timeline-inverted .timeline-panel {
        float: right;
        text-align: left;
        width: calc(100% - 90px);
        padding: 1rem 1rem 1rem 1.5rem;
    }
    .timeline > li.timeline-inverted .timeline-panel::before {
        left: -14px;
        border-right-color: #fff;
    }
}

/* Platform capabilities */
.capabilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.capabilities-list li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--pstool-border);
}
.capabilities-list li:last-child { border-bottom: none; }
.capabilities-list .fa-check-circle { color: var(--pstool-accent); }

/* Video */
.video-frame {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    background: #000;
    max-width: 860px;
    margin: 0 auto;
}
.video-placeholder { max-width: 860px; margin-left: auto; margin-right: auto; }

/* ---- What You Get + Built for Action ---- */
.what-you-get-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.what-you-get-list li {
    padding: 0.6rem 0 0.6rem 2rem;
    position: relative;
    border-bottom: 1px solid var(--pstool-border);
    font-size: 0.97rem;
    line-height: 2.1;
}
.what-you-get-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.65rem;
    color: var(--pstool-accent);
}
.what-you-get-list li:last-child { border-bottom: none; }

.action-items { display: flex; flex-direction: column; gap: 1.25rem; }
.action-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.action-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pstool-primary);
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action-item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}
.action-item p {
    font-size: 0.9rem;
    color: var(--pstool-muted);
    margin: 0;
    line-height: 1.6;
}

/* Proof bar */
.proof-bar {
    background: var(--pstool-dark);
    color: #fff;
    border-radius: 10px;
    padding: 2.5rem !important;
}
.proof-bar h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 0.75rem;
}
.proof-bar p { color: rgba(255,255,255,0.75); font-size: 0.97rem; }
.proof-point {
    padding: 0.75rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    border-left: 2px solid var(--pstool-accent);
    text-align: left;
    margin-bottom: 0.5rem;
}

/* ---- Monitoring Tiers ---- */
.tier-card {
    border: 2px solid var(--pstool-border);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: box-shadow 0.25s, transform 0.25s;
}
.tier-card:hover {
    box-shadow: 0 8px 32px rgba(26,82,118,0.14);
    transform: translateY(-4px);
}
.tier-card.tier-featured {
    border-color: var(--pstool-primary);
    box-shadow: 0 4px 24px rgba(26,82,118,0.15);
}
.tier-header {
    padding: 2rem 1.75rem 1rem;
    border-bottom: 1px solid var(--pstool-border);
}
.tier-featured .tier-header {
    background: var(--pstool-primary);
    color: #fff;
    border-bottom-color: transparent;
}
.tier-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--pstool-accent);
    margin-bottom: 0.5rem;
}
.tier-featured .tier-label { color: rgba(255,255,255,0.7); }
.tier-header h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}
.tier-best-for {
    font-size: 0.88rem;
    color: var(--pstool-muted);
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}
.tier-featured .tier-best-for { color: rgba(255,255,255,0.75); }
.tier-includes {
    list-style: none;
    padding: 1.5rem 1.75rem;
    margin: 0;
    flex: 1;
}
.tier-includes li {
    padding: 0.45rem 0 0.45rem 1.5rem;
    position: relative;
    font-size: 0.93rem;
    color: var(--pstool-text);
    border-bottom: 1px solid var(--pstool-border);
}
.tier-includes li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.5rem;
    color: var(--pstool-accent);
    font-size: 0.8rem;
}
.tier-includes li:last-child { border-bottom: none; }
.tier-cta {
    padding: 1.25rem 1.75rem 1.75rem;
}

/* ---- Resources ---- */
.lead-magnet-card {
    background: var(--pstool-primary);
    color: #fff;
    border-radius: 10px;
    padding: 2.5rem 2rem;
    height: 100%;
}
.lead-magnet-badge {
    display: inline-block;
    background: var(--pstool-accent);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.lead-magnet-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.5;
}
.lead-magnet-card p { color: rgba(255,255,255,0.8); font-size: 0.97rem; }

/* FAQ accordion */
.accordion-button:not(.collapsed) {
    color: var(--pstool-primary);
    background-color: var(--pstool-light-bg);
    box-shadow: none;
}
.accordion-button:focus { box-shadow: 0 0 0 0.15rem rgba(26,82,118,0.2); }
.accordion-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.93rem;
}

/* ---- Final CTA ---- */
.final-cta {
    background:
        linear-gradient(135deg, rgba(15, 30, 68, 0.95) 0%, rgba(20, 55, 100, 0.95) 100%),
        url('../img/cta-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 6rem 0;
    color: #fff;
    text-align: center;
}
.final-cta h2 {
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    font-weight: 800;
    color: #fff;
}
.final-cta .text-white-75 {
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}
.final-cta-buttons .btn { margin: 0.4rem; }

/* ---- Terrasigna Footer ---- */
.terrasigna-footer {
    background-color: var(--terrasigna-footer);
    color: rgba(255,255,255,0.75);
    padding: 4rem 0 2rem;
    font-size: 0.88rem;
}
.footer-logo { margin-bottom: 1rem; }
.footer-brand-name {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 3px;
    margin-top: 0.5rem;
}
.footer-links-row h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 1rem;
}
.footer-links-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links-row ul li {
    margin-bottom: 0.5rem;
}
.footer-links-row ul li a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
    font-size: 0.87rem;
}
.footer-links-row ul li a:hover { color: #fff; }
.footer-links-row address {
    font-style: normal;
    color: rgba(255,255,255,0.65);
    font-size: 0.87rem;
    line-height: 1.7;
}
.footer-links-row address a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
}
.footer-links-row address a:hover { color: #fff; }
.footer-links-row address strong { color: rgba(255,255,255,0.85); }

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    margin-right: 0.4rem;
    font-size: 0.85rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}
.footer-social a:hover {
    background: var(--pstool-accent);
    color: #fff;
}
.footer-hr {
    border-color: rgba(255,255,255,0.1);
    margin: 2rem 0 1.25rem;
}
.footer-bottom {
    color: rgba(255,255,255,0.45);
    font-size: 0.82rem;
}
.footer-bottom a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
}
.footer-bottom a:hover { color: #FFF; }

/* ---- Modals ---- */
.modal-header {
    background-color: var(--pstool-primary);
    color: #fff;
    border-bottom: none;
}
.modal-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.1rem; }
.modal-subtitle { font-size: 0.88rem; color: rgba(255,255,255,0.75); margin: 0.25rem 0 0; font-style: italic; }
.btn-close { filter: invert(1); }

.form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--pstool-muted);
    margin-bottom: 0.3rem;
}
.form-control:focus, .form-select:focus {
    border-color: var(--pstool-primary);
    box-shadow: 0 0 0 0.15rem rgba(26,82,118,0.2);
}
.form-microcopy {
    font-size: 0.85rem;
    color: var(--pstool-muted);
    font-style: italic;
    border-left: 3px solid var(--pstool-accent);
    padding-left: 0.75rem;
    margin: 0;
}

/* ---- Utility ---- */
@media (max-width: 991px) {
    .page-section { padding: 4rem 0; }
    .masthead { padding-top: 7rem; min-height: auto; padding-bottom: 4rem; }
    .proof-point { border-left: none; border-top: 1px solid rgba(255,255,255,0.15); padding: 0.75rem 0; margin-bottom: 0.25rem; }
}

@media (min-width: 992px) {
    .industry-card {
        min-height: 200px;
    }
}

/* ---- Industry cards — image hover effect ---- */
.industry-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.75rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.35s, transform 0.25s;
	min-height: 200px; 
}
.industry-card .card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 0;
}
.industry-card:hover .card-bg {
    opacity: 1;
}
.industry-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,30,70,0.99) 0%, rgba(20,60,100, 0.10) 100%);
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 1;
}
.industry-card:hover::before,
.industry-card:hover::after {
    opacity: 1;
}
.industry-card:hover {
    box-shadow: 0 12px 40px rgba(26,82,118,0.28);
    transform: translateY(-4px);
}
/* Conținut deasupra overlay-ului */
.industry-icon,
.industry-card > div {
    position: relative;
    z-index: 2;
    transition: color 0.35s;
}
.industry-card:hover .industry-icon {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.industry-card:hover h4 {
    color: #fff;
}
.industry-card:hover p {
    color: rgba(255,255,255,0.85);
}

.timeline > li.timeline-hovered .timeline-image {
    transform: translateX(-50%) scale(1.6);
    background: var(--pstool-primary);
    color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 20px rgba(26,82,118,0.35);
}
.timeline > li.timeline-hovered .timeline-panel {
    background: var(--pstool-primary);
    box-shadow: 0 6px 24px rgba(26,82,118,0.25);
}
.timeline > li.timeline-hovered .timeline-panel::before {
    border-left-color: var(--pstool-primary);
}
.timeline > li.timeline-inverted.timeline-hovered .timeline-panel::before {
    border-right-color: var(--pstool-primary);
    border-left-color: transparent;
}
.timeline > li.timeline-hovered .timeline-heading h4 {
    color: #fff;
}
.timeline > li.timeline-hovered .timeline-body p {
    color: rgba(255,255,255,0.8);
}

/* ---- Parallax block ---- */
/* ---- Parallax ---- */
.parallax-block {
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-block::before,
.parallax-block::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 1;
    pointer-events: none;
}

.parallax-block::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35), transparent);
}

.parallax-block::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.35), transparent);
}

@media only screen and (max-device-width: 1366px) {
    .parallax-block {
        background-attachment: scroll;
    }
}