/*************************/
/***   FONTS           ***/
/*************************/


:root {
  --green-text: #007615; /* global scope */
}

    

@font-face {
    font-family: 'Poppins';
    src: url('/files/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('/files/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('/files/fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('/files/fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'TrebuchetMS';
    src: url('/files/fonts/trebucbd.eot'),
    	   url('/files/fonts/trebucbd.eot?#iefix') format('embedded-opentype'), 
         url('/files/fonts/trebucbd.woff') format('woff'),
         url('/files/fonts/trebucbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/****************
MICROSITE 1
*****************/

* {
	margin: 0px;
	padding: 0px;
}
body{
  
  color:  #4d4c4c;
      
	font-size: 75%;
	text-align: left;
	font-family: Poppins,sans-serif;
	font-weight: normal;
	line-height: 1.4;
	height: 100%;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1, .h1 {
    	color: #007615;
	margin-top: 15px;
	font-family: Poppins,sans-serif;
	font-size: 49px;
	font-weight: bold;
}

.nadpis h1{
    	color: #02c926;
}

h2, .h2 {
	color: black;
	font-size: 40px;
	font-family: Poppins,sans-serif;
	font-weight: normal;
      text-align: center;
      margin-bottom: 35px;
	margin-top: 12px;
}

h3, .h3 {
	color: black;
	font-size: 20px;
	font-weight: bold;
	font-family: Poppins,sans-serif;
	clear: both;
}
h4, .h4 {
	color: #0ea155;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: black;
  font-family: 'Roboto';
  font-weight: 300;
}
#cookies_souhlas{
	width: 100% !important;
}
#main_content ul{
	padding-left: 0;
}

img {
	border: none;
	margin: 0; 
	max-width: 100%;
	height: auto !important;
}

a[rel="lightbox[all]"] img{
	border: 5px solid white;
	margin: 4px;
}
a[rel="lightbox[all]"] img:hover{
	border: 5px solid #2e7d32 !important;
}
a,
a:visited {
    color: black;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #02c926;
}
table {
	border-collapse: collapse;
	border: none;
      margin: 0 auto;
}
table td {
  	vertical-align: top;
  	text-align: left;
    	border: 1px solid #d7f2f9;
    	font-size: 17px;
    	font-weight: 300;
	padding: 5px;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}
.EditableSection li:before, .EditableContent li:before, .editable-section li:before {
    content: '\f111';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 6px;
    vertical-align: top;
    margin-top: 0;
    margin-right: 13px;
}
header{
	position: relative;
    width: 100%;
    background-color: white;
    background-image: url(/files/images/bcg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);	
}
header img{
	transition: all .4s;
	max-height: 100%;
}
header.scrolled img{
	max-height: 70px;
}
header.scrolled #header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0;
}

#header{
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
	z-index: 200;
}

#header{
	position: relative;
	text-align: center;
	padding: 15px 0;
	transition: all 0.5s ease;
}
@media (max-width: 768px) {
#header{
padding: 0px;

}

.navbar{
padding: 0px 0px 10px 0px;
position: absolute;
background-color: white;
}

.nav-item .lvl-1{
width: 100%;
}

}

#header .row{
	justify-content: space-between;
	align-items: center;
}

#odkaz_na_uvod{
	display: inline-block;
	font-family: Georgia;
	color: #dbb002 ;
	font-size: 48px;
	text-decoration: none;
}

#odkaz_na_uvod img{
	box-shadow: none;
	max-height: 69px;
    	transition: all 0.5s ease;
}


.nadpis{
	position: absolute;
	bottom: 32%;
	left: 0;
	right: 0;
	width: 96%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.nadpis p{
	font-size: 46px;
	color:  white;
      font-family: Poppins,sans-serif;
	margin-bottom: 0;
	display: inline-block;	
	background: rgba(0, 0, 0, 0.58);
	padding: 0.5rem 2rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.nadpis p strong{
	font-weight: bold;
}

.nadpis h1{
      font-family: Poppins,sans-serif;
	margin-bottom: 0;
	display: inline-block;	
	text-align:center
	
}
.nadpis h1 strong{
	font-weight: bold;
		color:white;
	font-size: 24px;
}
@media (max-width: 768px) {
.nadpis h1 strong{
    font-size: 17px;
}
}
.nadpis{
	background: rgba(0, 0, 0, 0.58);
	padding: 2rem 3rem;

}


/**********************************/
/*  BUTTONS 
/*********************************/
.btn{
	text-decoration: none;
	box-shadow: none;
	padding: 15px 15px;
	color: black;
	border: 1px solid #dbdbdb;
	background: white;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 4px;
}
.btn:hover{
	background: #DDDDDD;
}
.btn.btn-primary {
	display: block;
      color: white;
      padding: 10px 30px;
      background: #ec6c00;
      border: none;
      text-decoration: none;
      bottom: 15px;
      left: 15px;
      border-radius: 3px;
}

.btn.btn-primary:hover{
	background: #02c926;
	color: white;
}

/**********************************/
/*  MENU 
/*********************************/

#menu{
	width: 100%;
}
#menu .navbar{
	justify-content: space-between;
}
.dropdown-menu-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 30px 0;
}
.dropdown-menu-box{
	position: relative;
	display: flex;
	flex-basis: 20%;
	max-width: calc(20% - 10px);
	border: 1px solid #d6d6d6;
	background: white;
	align-items: center;
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.dropdown-menu-box a{
	z-index: 2;
	background: transparent !important;
}
.kategorie-box-img{
	display: flex;
	align-items: center;
	width: 50px;
	height: 70px;
	margin-right: 10px;
	z-index: 1;
}
.kategorie-box-img img{
	max-width: 100%;
	max-height: 70px;
}
.kategorie-box-name{
	color: black;
	font-weight: 300;
	font-size: 17px;
	z-index: 1;
	margin-bottom: 0;
}
.dropdown-menu-box:hover{
	border: 1px solid #b40b8e;	
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}

.dropdown-menu-box:hover .dropdown-menu-box-name{
	color: black;
}
.navbar-collapse.collapse{
    	display: block;
	justify-content: flex-end;
}
.navbar-inner{
	width: 100%;
}
.nav {
    display: block;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;	
	padding: 0;
}

@media (max-width: 768px) {
.nav li {
width: 100%;
}
}
.nav li:before{
	content: '';
}
.nav li.lvl-1 > a {
	color: black;
	text-decoration: none;
	font-size: 17px;
	font-family: 'Roboto';
	font-weight: normal;
	margin: 0px 10px 0px 10px;
	padding: 13px 1px;
	border-radius: 3px;
	display: inline-block;
	
}
.nav li.lvl-1 > a:hover,
.nav li.lvl-1 > a.active,
.dropdown-toggle:hover {
    background: none; /* remove green background */
    color: black;     /* black text */
    text-decoration: underline;
    text-decoration-color: #28a745; /* green underline */
    text-decoration-thickness: 3px; /* optional: thicker underline */
    text-underline-offset: 8px;     /* optional: spacing from text */
}
#menu_top .nav{
	justify-content: flex-end;
	display: flex;
}	
#menu_top .nav li{
	padding: 0;
}
#menu_top .nav li:after{
	content: '';
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: black;
    margin-right: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-toggle::before{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #dbdbdb;
    margin: 0;
    left: 0px;
	top: 39px;
    min-width: calc(100% + 2px);
    background-color: white;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-decoration: none;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: underline;
	background: inherit;
}
.navbar-toggler {
    display: none;
}




/**********************************/
/*  INTRO 
/*********************************/
#intro_container{
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 123px;
}

@media (max-width: 767px) {
#intro_container{
	margin-top: 0px;
}

}

#intro_container img{
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
}

/**********************************/
/*  SLIDES 
/*********************************/

#slides{
	width: 1000px;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	overflow: visible !important;
	background: white;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
#slides:before,#slides:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:100px;
    right:100px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}
#slides:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
#slides img{
	border: none !important;
}
.slidesjs-navigation{
	display: inline-block;
	position: absolute;
	top: calc( 50% - 21px );
	height: 42px;
	width: 21px;
	z-index: 50;
	color: transparent;
}
.slidesjs-navigation:hover{
	color: transparent;
}
.slidesjs-previous{
	background: url(/files/images/prev.png) no-repeat center center;
	left: 30px;
}
.slidesjs-next{
	background: url(/files/images/next.png) no-repeat center center;
	right: 30px;
}
#slides figcaption{
	position: absolute;
	z-index: 50;
	top: 40px;	
	left: 150px;
	text-align: center;
	width: 250px;
	color: #444444;
	font-size: 36px;
	font-family: Georgia;
	line-height: 1.3em;
}

/**********************************/
/*  MAIN CONTENT 
/*********************************/
#main_content #left{
	display: inline-block;
	width: 648px;
	float: left;
}	

#main_content #right{
	display: inline-block;
	width: calc(96% - 648px);
	float: right;
	background: #f4e64b;
	padding: 2%;
}	

#main_content #left li{
	background: url(/files/images/odr_green.png) no-repeat left top 7px;
  	list-style: none;
	padding-left: 25px;
}

#main_content #right li{
	background: url(/files/images/odr_black.png) no-repeat left top 7px;
  	list-style: none;
	padding-left: 25px;
}

#main_content #right h2{
	color: black;
}

#main_content table { 
border: 1px solid #E4E4E4; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; 
} 

.sectionMain{
	
	
}
.borderedBottom{
	border-bottom: 2px dotted black;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

#contact .mapa {
    width: 100%;
    max-height: 400px;
    max-height: 440px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
#contact .mapa iframe {
    width: 100%;
    margin-top: -120px;
    margin-bottom: -110px;
}
#contact .mapa .btn{
	position: absolute;
}
#contact .fcb{
	position: relative;
	padding-left: 20px;
}
#contact .fcb:before{
	position: absolute;
    	content: '\f09a';
    	font-family: "Font Awesome 5 Brands";
    	font-weight: 900;
    	font-size: 15px;
    	top: 0;
    	left: 0;
}

/**********************************/
/*  FOOTER 
/*********************************/
#footer {
	color: black;
	height: auto;
	text-align: left;
	background: transparent;
	border: none;
	font-weight: 300;
    	overflow: hidden;
    	padding: 20px 0;
}
footer{
  	background-color: #023020;
  z-index: 0;
  width: 100%;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer_text{ 
color: #2e6b2e !important; 
}

#footer #footer_text, #footer #footer_text p, #footer #footer_text a{

	color: #2e6b2e;
    	font-size: 14px;
	font-size: 16px;
      font-family: 'Poppins';
      font-weight: 400;
}

@media (max-width: 767px) {
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
text-align: center;
}
}

#footer .info{
	margin-top: 25px;
}

#footer .toplist{
	float: right;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


#main_content table {
  width: auto;
  height: auto;
  border: none;
}

#main_content td {
  border: 1px solid #d7f2f9;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
}

div.box2{
	border: 6px solid #e6e0cb;
	padding: 2%;
	width: 94%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

div.box h2{
	color: #9e9063;
}

#main_content div.box:nth-of-type(2), #main_content div.box.right{
	float: right;
}

/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/

#GDPR .modal-dialog{
	max-width: 900px;
}
button#modal-launch, button#modal-launch-2 {
    background: none;
    border: none;
    cursor: pointer;
	padding: 0;
	box-shadow: none !important;
}
button#modal-launch-2 {
	padding: 0;	
	vertical-align: baseline;
	border: none;
	line-height: 1em;
	display: inline-block;
}
button#modal-launch-2 a{
	text-transform: initial;
	color: black;
	font-size: 15px;
}
button#modal-launch-2 a:hover{
	text-decoration: none !important;
}
button#modal-launch{
	text-align: center;
	margin-bottom: 0.5rem;
	border: 1px solid #e5f6fb;
	display: block;
	vertical-align: top;
	padding: 10px;
    	margin: 0 auto;
	border-radius: 3px;
}
button#modal-launch p{
	margin: 0;
	font-size: 28px;
	display: inline-block;

}
button#modal-launch a{
	text-decoration: none;
    	display: inline-block;
    	background: #2e7d32;
    	padding: 0.6rem 2rem;
    	margin-left: 0.5rem;
	color: white;
	font-size: 20px;
	border-radius: 3px;
}
button#modal-launch a:hover{
	background: #344f54;
	color: white;
}

.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e7d32+0,7db9e8+100 */
background: #ec6c00; /* Old browsers */
background: -moz-linear-gradient(top, #ec6c00 0%, #ec6c00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ec6c00 0%,#ec6c00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ec6c00 0%,#ec6c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6c00', endColorstr='#ec6c00',GradientType=0 ); /* IE6-9 */
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}


/***********
RESPONSIVE
************/

@media screen and (min-width: 1440px){
.container {
    max-width: 1420px;
}
}

@media screen and (min-width: 800px){
header {
	position: fixed;
    	top: 0;
    	z-index: 150;
}
}

@media screen and (max-width: 1200px){
.icon-table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nadpis h1{
font-size: 26px;
}
}

@media screen and (max-width: 1020px){

.navbar-toggler {
    display: block !important;
    color: black;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
}
.navbar-toggler-icon {
    color: black;
}
.navbar-toggler-icon i{
    vertical-align: middle;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
}

.nadpis p{
	font-size: 28px;
}

#slides{
	width: 100%;
}

#main_content img{
	max-width: calc(100% - 8px);
	height: auto !important;
}
table{
    	width: 100% !important;
    	height: auto !important;
    	table-layout: fixed;
}
button#modal-launch, button#modal-launch-2{
	white-space: initial;
}
button#modal-launch p{
	margin-bottom: 5px;
}

}

@media screen and (max-width: 850px){
.img-side img{
	float: none !important;
	display: block;
	margin: 0 auto !important;
}
}

@media screen and (max-width: 768px){
#odkaz_na_uvod{
	margin-right: 0;
	width: 100%;
	text-align: center;
}
.navbar-toggler{
	width: 100%;
}
.nadpis p{
	background: transparent;
}
.nadpis{
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	width: 100%;
	background: #023020;
}
#footer .toplist{
	float: none;
}
}
	
@media screen and (max-width: 640px){

#nadpis{
	line-height: 1.2em;
	margin: 10px 0;
}

#menu{
	width: 100%;
}

.caption #info{
	float: none;
}

#main_content img{
	max-width: 94%;
	height: auto !important;
}

div.kontakt, iframe{
	width: 100% !important;
}

}

@media screen and (max-width: 400px){


}


   section {
        background-color: white;
        padding: 1rem;
        border-radius: 16px;
    }









	/***  INFO CARD */

	    .info-card {
		
            border: 2px solid var(--green-text);
            border-radius: 16px;
            background-color: #dfffe6;
            padding: 24px;
            max-width: 600px;
        }

        .info-card .card-header-row {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            margin-bottom: 14px;
        }

        .info-card .icon-box {

            border-radius: 8px;
            width: 32px;
            height: 32px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .info-card .icon-box img {
            width: 32px;
            height: 32px;
        }

        .info-card h3 {
            color: var(--green-text);
            font-weight: 700;
            font-size: 22px;
            margin: 0;
            line-height: 1.4;
        }

        .info-card p {
            color: #212121;
            font-size: 17px;
            line-height: 1.7;
            margin: 0;
        }

			.info-card .step-number {
			     background-color: #6ad33d;
            color: #fff;
            font-weight: 700;
            font-size: 30px;
            width: 42px;
            height: 42px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
			 }


		/** Service card */
		 .service-card {
            background-color: #fff;
            border-radius: 20px;
            overflow: hidden;
            text-align: center;
            padding: 24px 20px;
            max-width: 320px;
        }

        .service-card h3 {
            color: #2e7d32;
            font-weight: 700;
            font-size: 1.4rem;
            margin-bottom: 18px;
			         text-align: center;
            line-height: 1.3;
        }

        .service-card .card-img {
            width: 100%;
            border-radius: 16px;
            object-fit: cover;
            aspect-ratio: 3 / 4;
            margin-bottom: 18px;
        }

        .service-card p {
            color: #333;
            
            line-height: 1.6;
            margin-bottom: 22px;
        }

        .service-card .btn-green {
            display: inline-block;
            background-color: #4caf50;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            padding: 12px 36px;
            border-radius: 50px;
            text-decoration: none;
            transition: background-color 0.2s;
        }

        .service-card .btn-green:hover {
            background-color: #388e3c;
            color: #fff;
            text-decoration: none;
        }







		   .btn-1 {
   
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: white;
        text-transform: lowercase;
		text-decoration: none;
        background-color: #60d53f;
        border: 3px solid #02c926;
        border-radius: 50px;
        padding: 12px 40px;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 2px 2px 0px #336c1d;
        display: inline-block;
        outline: none;
    }

    /* Hover State */
    .btn-1:hover {
        background-color: white;
		color: #2e7d32;
    }



			   .btn-2 {
   
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: white !important;
        text-transform: lowercase;
        background-color: #ec6c00;
        border: 1px solid white;
        border-radius: 50px;
        padding: 12px 40px;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 2px 2px 0px #d77220;
        display: inline-block;
		     text-decoration: none;
        outline: none;
    }

    /* Hover State */






	   .btn-img {
   
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: white !important;
        text-transform: lowercase;
        background-color: #ec6800;
        border: 1px solid white;
        border-radius: 50px;
        padding: 12px 40px;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 2px 2px 0px white;
        display: inline-block;
		     text-decoration: none;
        outline: none;
    }

    .btn-img:hover {
        background-color: #02c926;

		    border: 1px solid #02c926;
    }

    /* Hover State */
    .btn-2:hover {
        background-color: white;
		color: #ec6c00  !important;;
		    border: 1px solid #c96a1a;
    }










	  .steps-list {
      
        }

        .step-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 32px;
        }

        .step-number {
            background-color: #6ad33d;
            color: #fff;
            font-weight: 700;
            font-size: 20px;
            width: 42px;
            height: 42px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

	

        .step-content h3 {
            color: #2e7d32;
            font-weight: 700;
            font-size: 22px;
            margin-bottom: 6px;
        }

        .step-content p {
            color: #333;
        
            line-height: 1.6;
            margin: 0;
        }









        .features-section {
            padding: 40px 0;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            margin-bottom: 28px;
        }

        .feature-icon {
            color: #2e7d32;
            font-size: 1.6rem;
            width: 36px;
            flex-shrink: 0;
            margin-top: 2px;
            text-align: center;
        }

        .feature-content h3 {
            color: #2e7d32;
            font-weight: 700;
            font-size: 22px;
            margin-bottom: 4px;
        }

        .feature-content p {
            color: #333;
       
            line-height: 1.6;
            margin: 0;
        }

        .features-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 16px;
            min-height: 400px;
        }

        .btn-orange {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: #d77220;
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            padding: 14px 28px;
            border-radius: 50px;
            text-decoration: none;
            margin-top: 10px;
            transition: background-color 0.2s;
				border: 1px solid white;
			   box-shadow: 2px 2px 0px #d77220;
        }

        .btn-orange:hover {
            background-color: #c96a1a;
            color: #fff;
				border: 1px solid #c96a1a;
            text-decoration: none;
        }

        .btn-orange i {
            font-size: 1rem;
        }






		    div.footer {
        background-color: #2e6b2e;
        color: #fff;
        padding: 32px 60px;
    
    }

footer {
        background-color: white;
        color: #2e6b2e !important;
      
        font-family: 'Poppins', sans-serif;
    }

footer a,footer p,footer span{
color: #2e6b2e !important;

}


    .footer-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 24px;
    }

@media (max-width: 767px) {
    .footer-inner {
        justify-content: center;
	text-align:center;
    }
}


    /* Logo */
    .footer-logo {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .footer-logo img {
        height: 60px;
        width: auto;
    }

    .footer-logo-text .name {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.3;
    }

    .footer-logo-text .tagline {
        font-size: 13px;
        font-weight: 400;
        opacity: 0.9;
    }

    /* Nav */
    .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .footer-nav a {
        color: #fff;
        text-decoration: none;
        font-size: 17px;
        opacity: 0.92;
        transition: opacity 0.2s;
    }

    .footer-nav a:hover {
        opacity: 1;
        text-decoration: underline;
    }

    /* Contact buttons */
    .footer-contacts {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }


@media (max-width: 767px) {
.footer-contacts{
justify-content: center;
}
}
    .btn-3 {

        font-family: 'Poppins', sans-serif;

        font-size: 17px;

        text-transform: lowercase;
        text-decoration: none;
        background-color: white;
        color: black;
        border: 3px solid #02c926;
        border-radius: 50px;
        padding: 12px 40px;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 2px 2px 0px #02c926;
        display: inline-block;
        outline: none;
    }

    .btn-3 i {
        color: #02c926;
 transition: all 0.2s ease;

    }

   


    .btn-3:hover {
        background-color: #60d53f;
        color: white;
    }
   .btn-3:hover i {
      
        color: white;
    }

 .btn-3 i:hover {
        color: white;
    }


    .btn-3 svg {
        flex-shrink: 0;
    }



    .section{
        padding: 40px 0;
    }


    /* Hide on mobile (shows on desktop) */
.hide-mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .hide-mobile {
    display: block !important;
  }
}

/* Hide on desktop (shows on mobile) */
.hide-desktop {
  display: block;
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}











.index-info{
	display: flex;
	margin-bottom: 40px;
}
@media (max-width: 768px) {
    .index-info {
        flex-direction: column;
    }
}

.index-info-box {
	flex-basis: 50%;
	max-width: 50%;
}

@media (max-width: 768px) {
.index-info-box {
	flex-basis: 100%;
	max-width: 100%;
}

}

.index-info-text-box{
      background: white;
      border: 2px solid #11a846;
	border-right: none;
	padding: 20px 25px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
}
.index-info-text-box p{
	margin-bottom: 30px;
}
.index-info-img-box{
	background: url(/files/images/index-intro.jpg) no-repeat center center;
	background-size: cover;

    border-top-right-radius: 12px;   /* adjust as needed */
    border-bottom-right-radius: 12px; /* adjust as needed */
}
.info-img-box-contain{
	background-size: contain;
	background-color: white;

}	
.index-info h1, .index-info .h1{
	font-size: 30px;
	font-weight: bold;
	color: black;
}

@media (max-width: 768px) {
    .index-info-img-box {
        min-height: 220px; /* or whatever looks good */
    }
}

@media (max-width: 768px) {
    .index-info-text-box {
        border-right: 1px solid #eaeaea;  /* restore right border */
        border-bottom: none;               /* remove bottom border instead */
        border-radius: 0;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .index-info-img-box {
        min-height: 300px;
        border-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
}



.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  padding: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}


/* Shimmer Effect for Buttons */
.btn-shimmer,.btn-1 {
  position: relative;
  overflow: hidden;
  
}

.btn-shimmer::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(30deg);
  transition: all 0.5s;
}

.btn-shimmer:hover::after {
  left: 120%;
}


.btn-1::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background:  rgba(96, 213, 63, 0.4);
  transform: rotate(30deg);
  transition: all 0.5s;
}

.btn-1:hover::after {
  left: 120%;
}


h1{
	  transform: scaleY(0);
  animation: revealScaleY 0.8s ease-out forwards;
  animation-delay: 0.2s;
}


	

@keyframes revealScaleY {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}



.index-info{

  transform: translateX(30%);
  animation: slideFromRight 0.8s ease-out forwards;
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(30%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}




/* Default: fully visible (for old editors / no-JS) */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* JS adds this class to PREPARE elements for animation */
.reveal.js-ready {
  opacity: 0;
  transform: translateY(80px);
}

/* JS adds this when element enters viewport */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}