/*
Theme Name: GreenPath
Theme URI: https://greenpath.qodeinteractive.com
Description: Organic Food Store WordPress Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: greenpath
Tags: organic, organic food, healthy food, organic shop, elementor, food shop, juice shop, organic market, organic products, retail, food market, store, food, grocery market, woocommerce
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.postid-10295 .subscription-details,
.postid-10298 .subscription-details,
.postid-10301 .subscription-details{
	font-size:16px !important;
}

.innerhero {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.fullwidth-flex {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}
.button{
    background: #88a842;
    padding: 10px 20px;
    font-weight: 900;
    font-size: 18px;
    border-radius: 5px;
	color:#fff;
}
.flex-column h3{
	font-size:20px;
}

.flex-column {
    flex: 1;
    padding: 20px;
}
/* Stack columns on mobile */
@media (max-width: 768px) {
    .fullwidth-flex {
        flex-direction: column;
    }
    
    .flex-column {
        width: 100%;
    }
}


#page-1,
#page-3{
    width: 720px;
    height: 931px;
    margin: 25px auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 20px;
}

#page-1 .main-content ,
#page-3 .main-content{
    display: flex;
    flex-grow: 1;
}

#page-1 .left-column ,
#page-3 .left-column{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
}

#page-1 .right-column, 
#page-3 .right-column {
    width: 30%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#page-1 .row ,
#page-3 .row {
    margin-bottom: 20px;
    position: relative;
}

#page-1 .row.text-only,
#page-3 .row.text-only {
    height: 20%;
}

#page-1 .row.with-image,
#page-3 .row.with-image{
    display: flex;
    align-items: center;
    height: 20%;
    border-bottom: 2px dotted #000; /* Dotted line between rows */
}

#page-1 .with-image img,
#page-3 .with-image img{
    width: 25%;
    margin-right: 20px;
}

#page-1 .text-content,
#page-3 .text-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#page-1 .right-column .row,
#page-3 .right-column .row{
    height: 50%;
}

#page-1 .footer ,
#page-3 .footer{
    display: flex;
    width: 100%;
    height: 150px;
}

#page-1 .footer-left,
#page-3 .footer-left{
    width: 30%;
}

#page-1 .footer-left img,
#page-3 .footer-left img{
    width: 100%;
}

#page-1 .footer-right,
#page-3 .footer-right{
    width: 70%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Specific to Page 2 */
#page-2,
#page-4{
    width: 720px;
    height: 931px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 20px;
	margin-bottom:150px;
}

#page-2 .main-content,
#page-4 .main-content{
    display: flex;
    flex-grow: 1;
}

#page-2 .left-column,
#page-4 .left-column{
    width: 70%;
    padding-right: 20px;
}

#page-2 .right-column,
#page-4 .right-column{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#page-2 .full-height,
#page-4 .full-height{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page-2 .top-row,
#page-4 .top-row{
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page-2 .bottom-row,
#page-4 .bottom-row{
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Footer Styling for Page 2 */
#page-2 .footer,
#page-4 .footer {
    display: flex;
    width: 100%;
    height: 150px;
}

#page-2 .footer-left,
#page-4 .footer-left {
    width: 30%;
}

#page-2 .footer-left img,
#page-4 .footer-left img{
    width: 100%;
}

#page-2 .footer-right,
#page-4 .footer-right{
    width: 70%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page h2 {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1.26316em;
    font-weight: 600;
    letter-spacing: -.01em;
    margin: 0px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
ol li{
    margin-bottom: 5px;
}
.buttonwrap{
	width:100%;
	height:auto;
	text-align:center;
}
.faq-section {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background-color: #f1f1f1;
    border: none;
    padding: 18px;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    border-radius: 12px;
}

.faq-question.active {
    background-color: #ccc;
}

.faq-answer {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display: none;
}
.faq-heading{
	text-align:center;
	margin-bottom:25px !important;
	font-size:25px !important;
	font-weight:900 !important;
}


@media print {
    /* Hide unnecessary elements */
    header, footer, .some-other-class-you-dont-want, .nav-menu, .sidebar, .innerhero, #qodef-top-area, #qodef-page-header, #qodef-page-header-inner, #qodef-page-mobile-header, #qodef-page-mobile-header-inner, #qodef-back-to-top, .grecaptcha-badge, #print-pages-1-2, #print-pages-3-4, #wpadminbar,.buttonwrap {
        display: none !important;
    }

    /* Remove margins/padding from html and body */
    html, body {
        margin: 0;
        padding: 0;
        height: 100%;
    }
	#qodef-page-wrapper{
		vertical-align:top;
		line-height:normal;
	}

    /* Hide all pages by default */
    .page {
        display: none !important; /* Ensure all pages are hidden */
    }
.page{margin-bottom:0px;margin-top:0px;border: 0px solid #000 !important;}
    /* Only show the pages with these dynamic classes */
    .print-page-1, .print-page-2, .print-page-3, .print-page-4 {
        display: block !important;
        width: 8.5in; /* Width of letter-sized page */
        height: 11in; /* Height of letter-sized page */
        margin: 0;
        padding: 0;
		padding-top:20px !important;
        overflow: hidden;
        box-sizing: border-box;
        page-break-after: always; /* Ensure pages break properly */
		border: 0px solid #000 !important;
    }
	@page {
    margin: 0; /* Removes any default margin added by the browser */
}
	    * {
        padding: 0 !important;
        box-sizing: border-box;
    }
	.left-column{
    padding-right: 10px !important;
}

}