/* =========================================================
   GET QUOTE PAGE
========================================================= */

.nf-quote-page{
    background:#f7faf2;
    color:#173d1c;
}


/* =========================================================
   HERO
========================================================= */

.quote-hero{
    position:relative;
    min-height:430px;
    overflow:hidden;

    background:
        linear-gradient(
            90deg,
            #f8fbf3 0%,
            #f8fbf3 38%,
            rgba(248,251,243,.94) 48%,
            rgba(248,251,243,.68) 60%,
            rgba(248,251,243,0) 100%
        );

    z-index:1;
}


/* =========================================================
   HERO IMAGE
========================================================= */
/* =========================================================
   GET QUOTE HERO — IMAGE + CONTENT MERGED
========================================================= */

.quote-hero{
    position:relative;
    min-height:520px;
    overflow:hidden;

    background-color:#f8fbf3;

    /*
     * Image + soft left-side fade
     */
    background-image:
        linear-gradient(
            90deg,
            #f8fbf3 0%,
            #f8fbf3 30%,
            rgba(248,251,243,.98) 42%,
            rgba(248,251,243,.78) 52%,
            rgba(248,251,243,.30) 66%,
            rgba(248,251,243,0) 82%
        ),
        url("https://nectafresh.com/wp-content/themes/nectafresh/assets/images/get-quote.png");

    background-repeat:no-repeat;

    /*
     * Image fills complete hero
     */
    background-size:cover;

    background-position:center right;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.quote-hero .container{
    position:relative;
    z-index:2;
}

.quote-breadcrumb{
    position:relative;
    z-index:3;

    padding-top:35px;

    display:flex;
    align-items:center;
    gap:8px;

    font-size:14px;
    color:#666;
}

.quote-breadcrumb a{
    color:#4e7d18;
    text-decoration:none;
    font-weight:600;
}

.quote-hero-content{
    position:relative;
    z-index:3;

    max-width:700px;

    padding:28px 0 70px;
}


/* =========================================================
   HERO TEXT
========================================================= */

.quote-hero h1{
    margin:0 0 14px;

    font-size:62px;
    line-height:1.05;

    font-weight:700;

    color:#16451d;
}

.quote-hero h2{
    margin:0 0 18px;

    font-size:23px;
    line-height:1.4;

    color:#4e791b;

    font-weight:700;
}

.quote-hero p{
    max-width:580px;

    margin:0 0 32px;

    font-size:18px;
    line-height:1.7;

    color:#626b68;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.quote-highlights{
    display:flex;
    align-items:center;
    gap:0;
}

.quote-highlight{
    display:flex;
    align-items:center;

    padding:0 22px;

    min-height:45px;

    border-right:1px solid #cdd8c7;
}

.quote-highlight:first-child{
    padding-left:0;
}

.quote-highlight:last-child{
    border-right:0;
}

.quote-highlight i{
    margin-right:10px;

    font-size:25px;

    color:#65a91c;
}

.quote-highlight span{
    font-size:13px;
    line-height:1.3;

    font-weight:600;

    color:#284d22;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1100px){

    .quote-hero{
        min-height:500px;

        background-size:cover;

        background-position:center right;
    }

    .quote-hero-content{
        max-width:620px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:900px){

    .quote-hero{
        min-height:auto;

        background-image:
            linear-gradient(
                180deg,
                rgba(248,251,243,.97) 0%,
                rgba(248,251,243,.90) 48%,
                rgba(248,251,243,.55) 75%,
                rgba(248,251,243,.25) 100%
            ),
            url("https://nectafresh.com/wp-content/themes/nectafresh/assets/images/get-quote.png");

        background-size:cover;

        background-position:center center;
    }

    .quote-hero-content{
        max-width:100%;

        padding-bottom:100px;
    }

    .quote-hero h1{
        font-size:50px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:767px){

    .quote-hero{
        padding:0 18px;

        background-image:
            linear-gradient(
                180deg,
                rgba(248,251,243,.98) 0%,
                rgba(248,251,243,.92) 55%,
                rgba(248,251,243,.65) 100%
            ),
            url("https://nectafresh.com/wp-content/themes/nectafresh/assets/images/get-quote.png");

        background-position:center center;
    }

    .quote-breadcrumb{
        padding-top:25px;
    }

    .quote-hero-content{
        padding:25px 0 80px;
    }

    .quote-hero h1{
        font-size:42px;
    }

    .quote-hero h2{
        font-size:19px;
    }

    .quote-hero p{
        font-size:16px;
    }

    .quote-highlights{
        flex-wrap:wrap;
        gap:15px 0;
    }

    .quote-highlight{
        width:50%;
        box-sizing:border-box;
        padding:0 12px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media(max-width:480px){

    .quote-hero h1{
        font-size:36px;
    }

    .quote-hero h2{
        font-size:18px;
    }

    .quote-hero p{
        font-size:15px;
    }

    .quote-highlights{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .quote-highlight{
        width:auto;
    }

    .quote-highlight:nth-child(2){
        border-right:0;
    }

    .quote-highlight i{
        font-size:21px;
    }

    .quote-highlight span{
        font-size:11px;
    }

}

/* =========================================================
   HERO TYPOGRAPHY
========================================================= */

.quote-hero h1{
    margin:0 0 14px;

    font-size:62px;
    line-height:1.05;

    font-weight:700;

    color:#16451d;
}

.quote-hero h2{
    margin:0 0 18px;

    font-size:23px;
    line-height:1.4;

    color:#4e791b;

    font-weight:700;
}

.quote-hero p{
    max-width:580px;

    margin:0 0 32px;

    font-size:18px;
    line-height:1.7;

    color:#626b68;
}


/* =========================================================
   FORM SECTION
========================================================= */

.quote-section{
    position:relative;

    margin-top:-20px;

    padding:0 0 80px;

    z-index:5;
}

.quote-layout{
    display:grid;

    grid-template-columns:380px 1fr;

    gap:18px;

    align-items:stretch;
}


/* =========================================================
   BENEFITS CARD
========================================================= */

.quote-benefits{
    padding:38px 32px;

    border-radius:22px;

    background:
        linear-gradient(
            145deg,
            #f0f8df,
            #f8fbf1
        );

    box-shadow:
        0 12px 35px rgba(44,78,25,.08);
}

.quote-benefits h2{
    margin:0 0 28px;

    font-size:24px;

    color:#24521d;
}


/* =========================================================
   BENEFIT ITEM
========================================================= */

.quote-benefit{
    display:flex;
    align-items:flex-start;

    gap:16px;

    margin-bottom:25px;
}

.quote-benefit:last-child{
    margin-bottom:0;
}


/* =========================================================
   BENEFIT ICON
========================================================= */

.benefit-icon{
    flex:0 0 52px;

    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#e7f5c8;

    color:#67a91d;

    font-size:22px;
}


/* =========================================================
   BENEFIT TEXT
========================================================= */

.quote-benefit h4{
    margin:2px 0 5px;

    font-size:15px;

    color:#315c20;

    font-weight:700;
}

.quote-benefit p{
    margin:0;

    font-size:13px;

    line-height:1.6;

    color:#66716d;
}


/* =========================================================
   FORM CARD
========================================================= */

.quote-form-card{
    padding:35px 40px 28px;

    background:#fff;

    border-radius:20px;

    box-shadow:
        0 12px 40px rgba(35,67,26,.10);
}


/* =========================================================
   FORM HEADING
========================================================= */

.quote-form-heading h2{
    margin:0;

    font-size:28px;

    color:#24521d;
}

.quote-form-heading span{
    display:block;

    width:55px;
    height:3px;

    margin:10px 0 12px;

    background:#6baa20;

    border-radius:5px;
}

.quote-form-heading p{
    margin:0 0 25px;

    color:#666;

    font-size:14px;
}


/* =========================================================
   FORM GRID
========================================================= */

.quote-form-grid{
    display:grid;

    grid-template-columns:1fr 1fr;

    gap:19px 25px;
}

.quote-field{
    display:flex;

    flex-direction:column;
}

.quote-field-full{
    grid-column:1 / -1;
}


/* =========================================================
   FORM LABELS
========================================================= */

.quote-field label{
    margin-bottom:8px;

    font-size:13px;

    font-weight:700;

    color:#315c20;
}

.quote-field label em{
    color:#78a928;

    font-style:normal;
}


/* =========================================================
   FORM INPUTS
========================================================= */

.quote-field input,
.quote-field select,
.quote-field textarea{
    width:100%;

    box-sizing:border-box;

    border:1px solid #dce8d2;

    border-radius:12px;

    background:#fcfdf9;

    color:#333;

    font-family:inherit;

    font-size:14px;

    outline:none;

    transition:
        border-color .25s,
        background .25s,
        box-shadow .25s;
}

.quote-field input,
.quote-field select{
    height:52px;

    padding:0 14px;
}

.quote-field textarea{
    min-height:105px;

    padding:14px;

    resize:vertical;
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.quote-field input::placeholder,
.quote-field textarea::placeholder{
    color:#a6aaa7;
}


/* =========================================================
   INPUT FOCUS
========================================================= */

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus{
    border-color:#8cbd45;

    background:#fff;

    box-shadow:
        0 0 0 3px rgba(117,168,40,.10);
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.quote-submit{
    display:flex;

    justify-content:center;

    margin-top:17px;
}

.quote-submit button{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:10px;

    min-width:225px;
    height:50px;

    padding:0 28px;

    border:0;

    border-radius:28px;

    background:#68ad20;

    color:#fff;

    font-family:inherit;

    font-size:14px;

    font-weight:700;

    cursor:pointer;

    transition:
        background .25s,
        transform .25s,
        box-shadow .25s;
}

.quote-submit button:hover{
    background:#518d16;

    transform:translateY(-2px);

    box-shadow:
        0 8px 18px rgba(87,145,27,.22);
}


/* =========================================================
   DESKTOP HERO IMAGE ADJUSTMENT
========================================================= */

@media(min-width:1200px){

    .quote-hero::after{
        width:70%;

        background-position:
            right center;

        background-size:
            contain;
    }

}


/* =========================================================
   LARGE TABLET
========================================================= */

@media(max-width:1100px){

    .quote-hero{
        min-height:450px;
    }

    .quote-hero::after{
        width:65%;

        background-position:right center;

        background-size:contain;

        opacity:.85;
    }

    .quote-layout{
        grid-template-columns:320px 1fr;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:900px){

    .quote-hero{
        min-height:auto;
    }

    .quote-hero::after{
        width:100%;
        height:100%;

        background-position:right center;

        background-size:cover;

        opacity:.18;
    }

    .quote-hero-content{
        max-width:100%;

        padding-bottom:100px;
    }

    .quote-hero h1{
        font-size:50px;
    }

    .quote-layout{
        grid-template-columns:1fr;
    }

    .quote-benefits{
        display:grid;

        grid-template-columns:1fr 1fr;

        gap:20px;
    }

    .quote-benefits h2{
        grid-column:1 / -1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .quote-hero{
        padding:0 18px;
    }

    .quote-hero::after{
        width:100%;
        height:100%;

        background-position:center center;

        background-size:cover;

        opacity:.12;
    }

    .quote-breadcrumb{
        padding-top:25px;
    }

    .quote-hero-content{
        padding:25px 0 80px;
    }

    .quote-hero h1{
        font-size:42px;
    }

    .quote-hero h2{
        font-size:19px;
    }

    .quote-hero p{
        font-size:16px;
    }


    /* Highlights */

    .quote-highlights{
        flex-wrap:wrap;

        gap:15px 0;
    }

    .quote-highlight{
        width:50%;

        box-sizing:border-box;

        padding:0 12px;
    }

    .quote-highlight:first-child{
        padding-left:0;
    }


    /* Form Section */

    .quote-section{
        padding:0 15px 50px;
    }


    /* Benefits */

    .quote-benefits{
        display:block;

        padding:28px 22px;
    }

    .quote-benefit{
        margin-bottom:22px;
    }


    /* Form */

    .quote-form-card{
        padding:28px 20px;
    }

    .quote-form-grid{
        grid-template-columns:1fr;

        gap:17px;
    }

    .quote-field-full{
        grid-column:auto;
    }

    .quote-form-heading h2{
        font-size:24px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:480px){

    .quote-hero h1{
        font-size:36px;
    }

    .quote-hero h2{
        font-size:18px;
    }

    .quote-hero p{
        font-size:15px;
    }


    .quote-highlights{
        display:grid;

        grid-template-columns:1fr 1fr;

        gap:15px 0;
    }

    .quote-highlight{
        width:auto;
    }

    .quote-highlight:nth-child(2){
        border-right:0;
    }

    .quote-highlight i{
        font-size:21px;
    }

    .quote-highlight span{
        font-size:11px;
    }


    .quote-benefits h2{
        font-size:21px;
    }

    .quote-form-heading h2{
        font-size:22px;
    }

    .quote-submit button{
        width:100%;

        min-width:0;
    }

}


/* =========================================================
   EXTRA SMALL DEVICES
========================================================= */

@media(max-width:360px){

    .quote-hero h1{
        font-size:32px;
    }

    .quote-hero h2{
        font-size:17px;
    }

    .quote-highlight{
        padding:0 7px;
    }

    .quote-highlight i{
        margin-right:6px;

        font-size:19px;
    }

    .quote-highlight span{
        font-size:10px;
    }

}