/* ==========================================================
   NORTHEAST VOYAGERS
   ABOUT US
   ========================================================== */

.nv-about {

    width: 100%;

    padding: 95px 0;

    background: #ffffff;

    font-family:
        "Montserrat",
        Arial,
        sans-serif;

    color: #174f31;
}


.nv-about-container {

    width: 92%;

    max-width: 1400px;

    margin: 0 auto;
}


/* ==========================================================
   SECTION HEADING
   ========================================================== */

.nv-about-heading {

    max-width: 850px;

    margin: 0 auto 50px;

    text-align: center;
}


.nv-about-label {

    display: inline-block;

    margin-bottom: 12px;

    color: #f56845;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


.nv-about-heading h2 {

    margin: 0;

    color: #174f31;

    font-size: 40px;

    line-height: 1.25;

    font-weight: 700;
}


.nv-about-heading h2 span {

    color: #f56845;
}


/* ==========================================================
   MAIN ABOUT AREA
   ========================================================== */

.nv-about-main {

    display: grid;

    grid-template-columns:
        1.1fr 0.9fr;

    gap: 55px;

    align-items: stretch;
}


/* ==========================================================
   ABOUT CONTENT
   ========================================================== */

.nv-about-content {

    padding: 5px 0;
}


.nv-about-content h3 {

    margin: 0 0 17px;

    color: #174f31;

    font-size: 25px;

    line-height: 1.3;

    font-weight: 700;
}


.nv-about-content p {

    margin: 0 0 15px;

    color: #68736c;

    font-size: 13px;

    line-height: 1.85;
}


.nv-about-content strong {

    color: #174f31;

    font-weight: 700;
}


/* ==========================================================
   B2B HIGHLIGHT
   ========================================================== */

.nv-about-highlight {

    margin-top: 25px;

    padding: 17px 18px;

    display: flex;

    align-items: center;

    gap: 15px;

    background: #f7f9f7;

    border-left: 4px solid #f56845;

    border-radius: 4px;
}


.nv-about-highlight-icon {

    width: 50px;

    height: 50px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #174f31;

    color: #ffffff;

    border-radius: 50%;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;
}


.nv-about-highlight strong {

    display: block;

    margin-bottom: 5px;

    color: #174f31;

    font-size: 12px;
}


.nv-about-highlight p {

    margin: 0;

    color: #7a847e;

    font-size: 10px;

    line-height: 1.5;
}


/* ==========================================================
   FLEET PANEL
   ========================================================== */

.nv-about-fleet {

    padding: 30px;

    background: #252800;

    border-radius: 8px;

    color: #ffffff;

    box-shadow:
        0 15px 35px rgba(0,0,0,0.08);
}


.nv-about-fleet-heading {

    margin-bottom: 22px;

    text-align: center;
}


.nv-about-fleet-heading span {

    color: #f56845;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;
}


.nv-about-fleet-heading h3 {

    margin: 7px 0 5px;

    color: #ffffff;

    font-size: 31px;

    font-weight: 700;
}


.nv-about-fleet-heading p {

    margin: 0;

    color: rgba(255,255,255,0.60);

    font-size: 10px;

    line-height: 1.6;
}


/* ==========================================================
   FLEET STATISTICS
   ========================================================== */

.nv-fleet-stat-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 9px;
}


.nv-fleet-stat {

    min-height: 90px;

    padding: 12px 7px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    background:
        rgba(255,255,255,0.055);

    border:
        1px solid rgba(255,255,255,0.08);

    border-radius: 4px;
}


.nv-fleet-stat strong {

    display: block;

    margin-bottom: 5px;

    color: #f56845;

    font-size: 24px;

    line-height: 1;

    font-weight: 700;
}


.nv-fleet-stat span {

    color: rgba(255,255,255,0.72);

    font-size: 7.5px;

    line-height: 1.35;

    text-transform: uppercase;

    letter-spacing: 0.3px;
}


/* ==========================================================
   FLEET BUTTON
   ========================================================== */

.nv-about-fleet-btn {

    width: 100%;

    height: 43px;

    margin-top: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    background: #f56845;

    color: #ffffff;

    border-radius: 4px;

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.25s ease;
}


.nv-about-fleet-btn:hover {

    background: #ffffff;

    color: #174f31;

    text-decoration: none;
}


/* ==========================================================
   FEATURES
   ========================================================== */

.nv-about-features {

    margin-top: 55px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


.nv-about-feature {

    padding: 23px 20px;

    display: flex;

    align-items: flex-start;

    gap: 13px;

    background: #f7f9f7;

    border: 1px solid #e5eae6;

    border-radius: 6px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.nv-about-feature:hover {

    transform: translateY(-4px);

    box-shadow:
        0 12px 28px rgba(23,79,49,0.08);
}


.nv-feature-icon {

    width: 35px;

    height: 35px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(245,104,69,0.10);

    color: #f56845;

    font-size: 14px;

    font-weight: 700;
}


.nv-about-feature h4 {

    margin: 1px 0 7px;

    color: #174f31;

    font-size: 12px;

    line-height: 1.4;

    font-weight: 700;
}


.nv-about-feature p {

    margin: 0;

    color: #7a847e;

    font-size: 9.5px;

    line-height: 1.65;
}


/* ==========================================================
   BOTTOM CTA
   ========================================================== */

.nv-about-cta {

    margin-top: 35px;

    padding: 25px 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    background: #174f31;

    border-radius: 7px;

    color: #ffffff;
}


.nv-about-cta span {

    color: #f56845;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.8px;
}


.nv-about-cta h3 {

    margin: 6px 0 5px;

    color: #ffffff;

    font-size: 20px;

    line-height: 1.3;

    font-weight: 700;
}


.nv-about-cta p {

    margin: 0;

    color: rgba(255,255,255,0.65);

    font-size: 10px;
}


/* ==========================================================
   CTA BUTTONS
   ========================================================== */

.nv-about-cta-buttons {

    display: flex;

    flex-shrink: 0;

    gap: 9px;
}


.nv-about-book,
.nv-about-call {

    height: 42px;

    padding: 0 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 4px;

    font-size: 9px;

    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;

    transition: all 0.25s ease;
}


.nv-about-book {

    background: #f56845;

    color: #ffffff;

    border: 1px solid #f56845;
}


.nv-about-book:hover {

    background: #ffffff;

    color: #174f31;

    text-decoration: none;
}


.nv-about-call {

    background: transparent;

    color: #ffffff;

    border: 1px solid rgba(255,255,255,0.35);
}


.nv-about-call:hover {

    background: #ffffff;

    color: #174f31;

    text-decoration: none;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1000px) {

    .nv-about-main {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .nv-about-features {

        grid-template-columns:
            repeat(2, 1fr);
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 600px) {

    .nv-about {

        padding: 60px 0;
    }


    .nv-about-container {

        width: 90%;
    }


    .nv-about-heading {

        margin-bottom: 35px;
    }


    .nv-about-heading h2 {

        font-size: 29px;
    }


    .nv-about-content h3 {

        font-size: 22px;
    }


    .nv-about-content p {

        font-size: 12px;

        line-height: 1.8;
    }


    .nv-about-fleet {

        padding: 22px 15px;
    }


    .nv-about-fleet-heading h3 {

        font-size: 28px;
    }


    .nv-fleet-stat-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 8px;
    }


    .nv-fleet-stat {

        min-height: 85px;
    }


    .nv-fleet-stat strong {

        font-size: 22px;
    }


    .nv-about-features {

        grid-template-columns: 1fr;

        gap: 10px;

        margin-top: 35px;
    }


    .nv-about-feature {

        padding: 18px;
    }


    .nv-about-cta {

        padding: 22px 18px;

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;
    }


    .nv-about-cta h3 {

        font-size: 18px;
    }


    .nv-about-cta-buttons {

        width: 100%;
    }


    .nv-about-book,
    .nv-about-call {

        flex: 1;

        padding: 0 10px;

        font-size: 9px;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 380px) {

    .nv-about-heading h2 {

        font-size: 26px;
    }


    .nv-fleet-stat span {

        font-size: 7px;
    }

}