@charset "UTF-8";

/*
Theme Name: Nuharvest
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */


:root{
    --olive:#a6b83a;
    --dark:#1f2a1f;
    --line:#e7e7e2;
	--green:#4a6b3a;
    --green-soft:#eef2e6;
    --text:#2b2b26;
    --muted:#5b5b52;
  }
.process_area {
    margin: 60px 0;
}
.process-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
  }
  .process-img{
    min-height:340px;
    background-size:cover;
    background-position:center;
  }
  .step-list{
    padding:2.25rem 2.5rem;
  }
  .step-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    padding:1.15rem 0;
    border-bottom:1px solid var(--line);
  }
  .step-row:last-child{
    border-bottom:none;
    padding-bottom:0;
  }
  .step-row:first-child{
    padding-top:0;
  }
  .step-left{
    display:flex;
    align-items:center;
    gap:1rem;
  }
 .single_product_area .small_title h4 {
	font-size: 36px;
	line-height: 1.2;
}
 .step-num {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--olive);
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .step-text {
    color: var(--dark);
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0;
}
.step-icon {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--olive);
    font-size: 36px;
}
  .step-icon svg{
    width:26px;
    height:26px;
    stroke:var(--olive);
  }
  @media (max-width:767.98px){
    .process-img{ min-height:220px; }
    .step-list{ padding:1.5rem; }
    .step-text{ font-size:0.9rem; }
  }

.slider-wrap{
    position:relative;
  }
.slider-main {
	border-radius: 14px;
	overflow: hidden;
	height: 440px;
}
  .slider-main img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  /* ---- Right content ---- */
.intro-text p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--text);
	margin-bottom: 0.9rem;
}


  .feature-list{
    list-style:none;
    margin:0;
    padding:0;
  }
  .feature{
    position:relative;
    padding-left:1.1rem;
  }
  .feature::before{
    content:"";
    position:absolute;
    left:0;
    top:0.5rem;
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--green);
  }
  .feature-title{
    font-weight:700;
    font-size:0.88rem;
    margin-bottom:0.15rem;
    color:var(--text);
  }
  .feature-sub{
    font-size:0.82rem;
    color:var(--muted);
    margin:0;
    line-height:1.35;
  }

  .info-box{
    background:var(--green-soft);
    border-radius:10px;
    padding:1rem 1.1rem;
  }
 .info-label {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0.3rem;
	color: var(--text);
}
.info-value {
    font-size: 17px;
    color: var(--muted);
    margin: 0;
    line-height: 1.4;
}
  .info-icon{
    color:var(--green);
    font-size:1.3rem;
  }
 .intro-text h5{
    color:#1f3d2b;
    font-weight:700;
    font-size:18px;
    margin-top:22px;
    margin-bottom:12px;
    padding-bottom:6px;
    border-bottom:2px solid #e0c941;
    display:inline-block;
  }
  .intro-text ul{
    list-style:none;
    padding-left:0;
    margin-bottom:18px;
  }
  .intro-text ul li{
    color:#3f4a43;
    font-size:18px;
    line-height:1.4;
    padding-left:26px;
    position:relative;
  }
  .intro-text ul li::before{
    content:"\2713";
    color:#1f3d2b;
    font-weight:700;
    position:absolute;
    left:0;
    top:0;
  }

  @media (max-width:767.98px){
    .slider-main{ height:240px; }
  }

 .quality-section{
    background: radial-gradient(circle at 80% 30%, #163420 0%, #0d2016 55%, #081b10 100%);
    border-radius: 20px;
    padding: 40px 45px;
    color: #e8ece9;
    position: relative;
    overflow: hidden;
  }
  .quality-section h2{
    color:#ffffff;
    font-weight:700;
    font-size:1.9rem;
    margin-bottom:18px;
  }
  .quality-section p {
    color: #c9d3cd;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
  .cert-heading{
    color:#e0c941;
    font-weight:700;
    font-size:24px;
    margin-top:20px;
    margin-bottom:10px;
  }
  .cert-list{
    list-style:none;
    padding-left:0;
    margin-bottom:0;
  }
 .cert-list li {
    color: #dfe6e1;
    font-size: 20px;
    padding: 2px 0;
    position: relative;
    padding-left: 18px;
}
  .cert-list li::before{
    content:"•";
    color:#e0c941;
    position:absolute;
    left:0;
  }
  .footer-note{
    color:#a9b3ad;
    font-size:0.72rem;
    font-style:italic;
    margin-top:15px;
    margin-bottom:0;
  }
  .doc-icon-wrap{
    position:absolute;
    top:50%;
    right:5%;
    transform:translateY(-50%);
    opacity:0.15;
    width:180px;
    height:auto;
  }
  @media (max-width: 767px){
    .doc-icon-wrap{ display:none; }
    .quality-section{ padding:30px 25px; }
  }

 .commitment-section{
    background:#f6f5ec;
    border:1px solid #e7e5d6;
    border-radius:16px;
    padding:30px 40px;
    position:relative;
    overflow:hidden;
  }
  .commitment-icon{
    width:100px;
    height:100px;
    border:3px solid #1f3d2b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    background:#f6f5ec;
    position:relative;
    z-index:2;
  }
  .commitment-icon svg{
    width:55px;
    height:55px;
  }
.commitment-title {
    color: #1f3d2b;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}
 .commitment-text {
    color: #3f4a43;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 14px;
}
  .commitment-tagline{
    color:#1f3d2b;
    font-weight:700;
    font-size:20px;
    margin-bottom:0;
  }
  .commitment-icon i{
    font-size:42px;
    color:#1f3d2b;
  }
  .leaf-deco-fa{
    position:absolute;
    bottom:10px;
    right:15px;
    font-size:90px;
    color:#5a8a63;
    opacity:0.5;
    z-index:1;
  }
  @media (max-width: 767px){
    .leaf-deco-fa{ display:none; }
    .commitment-section{ padding:25px; }
    .commitment-icon{ margin-bottom:16px; }
  }