html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
    overflow-y: scroll;
}

.appear {
	overflow-y: inherit;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	width: 1200px;
	max-width: 90%;
}

.box {
	padding: 50px 0;
}

.box p {
	font-size: 24px;
}

a {
	text-decoration: none;
	color: black;
}

.box p {
	text-indent: 40px;
}

.center-top {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    font-size: 50px;
    color: white;
}

.nav {
	padding-top: 1px;   
    padding-bottom: 1px; 
	position: fixed;
	background: white;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid white;
	transition: background-color 1s;
}

.text-nav{
	display: inline-block;
	color: 	black;
	font-size: 30px;
	font-weight: bold;
	vertical-align: bottom;
	margin-bottom: 8px;
	margin-left: 2px;
}

.items-nav {
	display: inline-block;
	float: right;
	clear: both;
	padding: 15px 0;
}

.items-nav a {
	font-size: 23px;
	margin: 0 5px;
	color: black;
}

.items-nav .activ {
	border-bottom: 1px solid #f7892f;
	padding-bottom: 2px;
	color: #f7892f;
}

.nav-color {
	background-color: #666699;
	border: 0px solid transparent;
}

.home {
 	background: url(../images/back1.jpg) no-repeat center center;
}

.top {
    background-size: cover;
    height: 70vh;
    position: relative;
}

.top:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000066;
}

.border {
	border-bottom: 3px solid white;
	width: 50px;
	margin: 0 auto;
}

.map-box {
	width: 100%;
}

.map-box img {
	width: 100%;
	height: 500px;
}

#map {
	width: 100%;
	height: 650px;
}

.box-img img{
	width: 100%;
}

.box-img {
	text-align: center;
	margin: 30px 0;
}

.box-img-small img{
	width: 500px;
    max-width: 100%;
}

.box .title {
    font-family: "Poppins", sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
}

.full-box:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009e;
}

.full-box p {
	position: absolute;
	bottom: 20px;
	color: white;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.full-box p em {
	font-size: 100px;
}

.full-box {
	background-size: cover;
    position: relative;
    height: 500px;
}

.home-text p{
    font-family: "Patrick Hand", sans-serif;
	font-size: 26px;
	text-align: center;
	padding: 0 50px;
	font-style: italic;
}

.sub-title {
	font-weight: bold;
	font-size: 24px;
	margin: 30px 0 20px 0;
}

.box .bold-text {
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 7px;
}

.flex {
	display: flex;
}

.mini-flex {
	flex: 1;
}

.flex .mini-flex:nth-child(2) {
	margin-left: 30px;
}

b {
	font-weight: bold;
}

.space {
	height: 30px;
}

.left-bar {
	position: fixed;
	top: 50%;
  	transform: translateY(-50%);
  	right: 0;
  	width: 50px;
  	background-color: #00000042;
  	z-index: 1001;
  	padding: 20px 0;
}

.elem {
	padding: 5px 0;
	cursor: pointer;
	position: relative;
}

.circle {
	height: 15px;
	width: 15px;
	border: 3px solid #f7892f;
	border-radius: 100%;
	margin: 0 auto;
}

.line {
	height: 20px;
	width: 2px;
	background-color: white;
	margin: 0 auto;
}

.bar-text {
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
  	background-color: white;
  	z-index: -1;
  	padding: 7px 50px 7px 15px;
  	white-space: nowrap;
  	font-size: 17px;
  	border-radius: 15px 0 0 15px;
  	box-shadow: 2px 1px 5px #000000bf;
  	text-transform: uppercase;
  	right: -300px;
  	transition-duration: 0.7s;
}

.show {
	right: 0;
}


.cont-text {
	width: 800px;
	text-align: center;
	margin: 20px auto;
}
.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;  
    padding: 3px 15px;
}

.logo-area {
    display: flex;
    align-items: center;  
    gap: 10px;           
}

.nav-logo {
    width: 40px;
}

.balance-text {
    font-family: "Patrick Hand", sans-serif;
    color: #006400;
    font-size: 20px;
    letter-spacing: 2px;
}

.h1-text {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 60px;
    letter-spacing: 2px;
}

.items-nav a {
    margin-left: 10px;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

/* ===== MEANING PAGE – VISUAL STRUCTURE ===== */
.meaning-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
}

.meaning-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #f8f9fa;
    padding: 35px;
    border-radius: 16px;
    border-left: 6px solid #006400;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.meaning-card.why {
    background: #f1f8f4;
    border-left-color: #81c784;
}

.meaning-card.what {
    background: #e8f5e9;
    border-left-color: #4caf50;
}

.meaning-card.how {
    background: #e0f2f1;
    border-left-color: #2e7d32;
}


.meaning-card.reverse {
    flex-direction: row-reverse;
    border-left: none;
    border-right: 6px solid #006400;
}
.meaning-card.reverse .meaning-icon {
    margin-right: 20px;
}


.meaning-icon {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #006400;
    opacity: 0.2;
    min-width: 100px;
    text-align: center;
}

.meaning-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    margin-bottom: 15px;
    color: #006400;
}

.meaning-content p {
    font-family: 'Patrick Hand', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}
.meaning-video-section {
    text-align: center;
    padding: 80px 20px;
    background: #f8f9fa;
}

.meaning-video-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    color: #006400;
    margin-bottom: 15px;
}

.meaning-video-section p {
    font-family: 'Patrick Hand', sans-serif;
    font-size: 22px;
    margin-bottom: 40px;
    color: #444;
}

.meaning-video video {
    max-width: 70%;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    margin: 0 auto;
    display: block;
}

.meaning-divider {
    width: 80px;
    height: 4px;
    background: #006400;
    margin: 50px auto;
    border-radius: 10px;
}

.meaning-quote {
    text-align: center;
    font-family: 'Patrick Hand', sans-serif;
    font-size: 28px;
    color: #006400;
    margin-bottom: 80px;
}
.meaning-symbol.circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #81c784;
    margin: 20px auto;
}
.meaning-spacer {
    height: 50px;
}


/* Responsive */
@media (max-width: 768px) {
    .meaning-card,
    .meaning-card.reverse {
        flex-direction: column;
        text-align: center;
        border-left: 6px solid #006400;
        border-right: none;
    }

    .meaning-icon {
        font-size: 36px;
    }
}


/*contact*/

.contact-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.subtitle-text {
    font-size: 20px;
}

.contact-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
}

.contact-subtitle {
    font-family: 'Patrick Hand', sans-serif;
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}

.contact-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-field,
.textarea-field {
    padding: 12px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
}

.textarea-field {
    height: 180px;
}

.gdpr-label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.submit-btn {
    padding: 12px;
    font-size: 18px;
    background: #006400;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.info-box {
    margin-top: 40px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.info-title {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    font-size: 22px;
    color: #006400;
}

.info-text {
    font-family: 'Patrick Hand', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.hero-subtitle {
    font-size: 20px;
}

/*people*/

.people-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.testimonial-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #006400;
    margin-right: 15px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #006400;
    font-size: 25px;
}

.testimonial-role {
    font-family: 'Patrick Hand', sans-serif;
    font-size: 18px;
    color: #555;
}
.testimonial-text {
    font-family: 'Patrick Hand', sans-serif;
    font-size: 20px;
    color: #333;
    line-height: 1.6;
}
.sidebar {
    background: #f0fef0;
    padding: 25px;
    border-radius: 15px;
    border-left: 5px solid #006400;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sidebar h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #006400;
    margin-bottom: 20px;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar ul li {
    font-family: 'Patrick Hand', sans-serif;
    background: #e8f5e8;
    padding: 8px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #c8e6c9;
    font-size: 18px;
    color: #2e7d32;
}

@media (max-width: 900px) {
    .people-section {
        grid-template-columns: 1fr;
    }
    .sidebar {
        margin-top: 40px;
    }
}

/* ---- EXPLORE PAGE ---- */
.explore-container {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 1100px;
}

.explore-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
}

.explore-subtitle {
    font-family: 'Patrick Hand', sans-serif;
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}

.explore-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.explore-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
}

.explore-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.explore-card-title {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    color: #006400;
}

.explore-card-text {
    font-family: 'Patrick Hand', sans-serif;
    font-size: 20px;
}
/* Tablet */
@media (max-width: 1024px) {
    .container {
        max-width: 95%;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .h1-text {
        font-size: 40px;
    }
}
/* LOGO STORY */
.logo-story {
    margin-top : 20px;
    max-width: 1100px;
}

.logo-story-header {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #006400;
    margin-bottom: 40px;
    border-top: 3px solid #81c784;
    border-bottom: 3px solid #81c784;
    padding: 0;
}

.logo-story-header .dot {
    font-size: 32px;
}

.logo-story-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.logo-image img {
    width: 450px;
    max-width: 100%;
}

.logo-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    margin-bottom: 15px;
    color: #006400;
}

.logo-text p {
    font-family: 'Patrick Hand', sans-serif;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .logo-story-content {
        flex-direction: column;
        text-align: center;
    }
}

.image-caption {
  margin-top: 5px;
  font-size: 18px;
  font-style: italic;
  color: #444;
}



