/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* Mobile Drawer */

/* ======================
   GLASSMORPHISM DRAWER
======================= */
.mobile-drawer {
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	height: 100vh;

	/* GLASS EFFECT */
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	padding: 40px 25px;
	transform: translateX(-100%);
	transition: transform .35s ease;
	z-index: 9999;
	border-radius: 0 25px 25px 0;
}

/* Drawer text */
.mobile-drawer a {
	color: white;
	font-size: 18px;
	font-weight: 500;
}


/* ======================
   HAMBURGER → X ANIMATION
======================= */
.hamburger {
	display: none;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
	transition: 0.3s ease;
}

.hamburger span {
	width: 28px;
	height: 3px;
	background: white;
	border-radius: 6px;
	transition: all .35s ease;
}


/* When active */
.hamburger.active span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
	transform: translateX(10px);
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}


/* ======================
   DARK OVERLAY
======================= */
.drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	background:green; */
	background: rgba(0,0,0,0.4);
	opacity: 0;
	pointer-events: none;
	transition: .3s ease;
	z-index: 9998;
}

.drawer-overlay.active {
	opacity: 1;
	pointer-events: all;
}

.mobile-drawer.active {
    transform: translateX(0);
}
.content-p{
	color:#0a0a0a;
}
.content p{
		color:#0a0a0a;

}
/* ======================
   MOBILE RESPONSIVE
======================= */
@media (max-width: 768px) {
	.nav-ul,
	.desktop-btn {
		display: none !important;
	}

	.hamburger {
		display: flex;
	}
	
	.mobile-drawer .logo-cont{
		margin-bottom: 30px;
	}
	
	.mobile-drawer ul li{
		font-family: "metropolis", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
		margin-bottom: 10px;
	}
}

/* Mobile Drawer */

/* When user scrolls */
.ecoply-navbar.scrolled {
	background:#165200;
/*     background: rgba(0, 0, 0, 0.75);  */
	/* black glass */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	transition: .8s ease-in-out;
}

.ecoply-navbar.scrolled {
/*     background: rgba(0, 0, 0, 0.75); */
}


.formcraft-css .fc-form.fc-form-4 .form-element .field-cover input[type="text"], .formcraft-css .fc-form.fc-form-4 .form-element .field-cover input[type="email"], .formcraft-css .fc-form.fc-form-4 .form-element .field-cover textarea{
	border-radius: 20px;
	height: 74px;
}

html .formcraft-css .fc-form .form-element .submit-cover.wide-true .submit-button{
	border-radius: 20px;
	height: 74px;
}

html .formcraft-css .powered-by{
	display: none;
}

.card {
  position: relative;
  padding: 4rem 2rem 2rem 2rem;
  overflow: visible; /* allow icons to overflow */
	display: flex;
    justify-content: center;
    align-items: center;
	background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
	min-height: 310px;
}

/* Footer Start */

.footer-widgets .grid-container{
	max-width: 1500px;
}

.footer-widgets-container{
	padding: 80px 40px;
}

.footer-sec1 {
    color: #fff;
    font-family: "metropolis", Sans-serif;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 2em;
}


.footer-sec1 p {
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "metropolis", Sans-serif;
}


.footer-img{
	width:137px;
	height:69px;
}
.footer-sec2{
/* 		background:green; */
			color:#fff;
	padding:0px;
	margin:0px;
	align-items:end;

}
.list-a{
	text-decoration:none;
	list-style-type: none;
		color:#fff;
	display:flex;
	flex-direction:column;
/* 	    width: 100%; */
    align-items: center;
	text-align:center;
	justify-content:center;
	    gap: 10px;
		font-family: "metropolis", Sans-serif;
	font-size:14px;

}
a{
	color:#ffffff;
}
.footer-sec3{
/* 	background:green; */

	padding:0px;
	margin:0px;
}
.f-icon{
	height:32px;
	width:32px;
	gap:10px;
}
/* footer sec */
  footer {
/*         background: #0f4204; */
/*         padding: 40px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social-icons {
        display: flex;
       column-gap: 40px;
/* 		gap: 10px; */
    flex-direction: end;
    align-items: end;
    padding-left: 50px;
    }

    .social-icons img {
        width: 40px;
        height: 40px;
        padding: 8px;
/*         background: #174f0a;  */
        border-radius: 50%;
        transition: 0.3s;
        cursor: pointer;
    }

/*     .social-icons img:hover {
        background: #1f6a0d;
    } */
.copyright-bar{
	color:#fff;
}
.twitter-i{
	color:#ffffff;
}
/* .card::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 270px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    z-index: 0;
} */

.card * {
  position: relative;
  z-index: 1;
}


.icon-wrapper {
  position: absolute;
      top: -50px;
  left: 20px;
  z-index: 2;
  background: transparent;
  padding: 10px;
  border-radius: 50%;
}

/* .content {
    padding: 30px 20px 20px 20px;
} */

.content h4 {
    font-family: "metropolis", Sans-serif;
    font-size: 27px;
	line-height: 37px;
    font-weight: 800;
    color: #000000;
}

.content p {
    font-family: "metropolis", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #757095;
	margin: 0;
}


.ecoply-navbar{
	font-family: "metropolis", Sans-serif;
    font-size: 20px;
    font-weight: 400;
	display:flex;
	width:1440px;
	flex-direction:row;
	background-color:red;
	justify-content:space-between;
	   padding: 0px 20px 0px 20px;
	align-items:center;
	backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.1); /* adjust opacity/tint as needed */
  box-shadow: 0px 12px 21px 9px rgba(0, 0, 0, 0.12); /* Figma drop shadow */
  border-radius: 50px; /* match your Figma corner radius */
  border: 1px solid rgba(255, 255, 255, 0.25); /* subtle glass edge */
	position:fixed;
	z-index:9;
	margin-top:20px;
	transition: background 0.5s ease-in-out, 
                backdrop-filter 0.5s ease-in-out;
	z-index: 9999;
}
.nav-ul{
	display:flex;
	gap:20px;
	padding:20px;
	list-style-type:none;
}
.ul-a{
	text-decoration:none;
	color:white;
}
a:link{
	text-decoration:none;
	color:#ffffff;
	
}
.btn-navbar{
	font-family: "metropolis", Sans-serif;
    font-size: 18px;
    font-weight: 600;
/* 	font-size:16px; */
	color:white;
	background-color:#1652008F;
	padding:10px;
	border-radius:30px;
	width:140px;
	height:50px;
/* 	background:rgba(255,255,255,0.18); */
	border-radius:43px;
	box-shadow:0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6.2px);
	-webkit-backdrop-filter:blur(6.2px);
	border:1px solid rgba(255,255,255,0.24);
/* 	text-align:center; */
	line-height:16px;
	    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration:none;
}
.btn-navbar:hover{
	cursor:pointer;
	background:#1652008F;
}
.nav-1{
	display: flex;
    justify-content: center;
}
.logo-img{
	height:67px;
	width:137px;
}
.banner::after {
    content: '';
    position: absolute;
    width: 723px;
    height: 1102px;
    background-image: url("https://ecoply.org/wp-content/uploads/2025/11/b0c1753536a49da97eb80528f07d88b7ea2af90b.jpg");
    background-position: -50px -700px;
    background-size: auto;
    clip-path: polygon(47% 0, 100% 13%, 53% 100%, 0 88%);
    right: 0px;
    top: -160px;
}


.unique-sec{
	clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
/* 	background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 93% 100%, 0 100%);
  padding: 40px 30px;
  position: relative;
  z-index: 1; */

}
/* .icon-1{
	position: relative;
  z-index: 2;
  margin-bottom: -20px;
} */
/* .unique-sec .img-1{
	position:absoulte;
	margin-top:-60px;
}
.unique-sec-1{
	clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
	

}
.unique-sec-2{
	clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);

}
.unique-sec-3{
	clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);

}
.unique-sec-4{
	clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);

} */
/* .html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=text]{
} */
/* .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=text]{
	border-radius:40px;
}
.formcraft-css .fc-form.field-border-hidden .form-element .form-element-html textarea{
	border-radius:40px;
}
.formcraft-css .fc-form .form-element .submit-cover.wide-true .submit-button{
	border-radius:40px;
} */

@media (min-width: 300px) and (max-width: 767.98px) {
.ecoply-navbar{
		width:320px;
	margin-top: 20px;
	}
	
	.banner::after{
		display: none;
	}
	
	.no-br br{
		display: none;
	}
	
	.content h4{
		font-size: 24px;
    	line-height: 34px;
	}
	
	.no-br br{
		display: none;
	}
	.list-a {
		align-items:start;
	}
	.social-icons{
		padding-left:0px;
	}
	footer{
		justify-content:start;
		align-items:start;
	}
}

@media (min-width: 767.98px) and (max-width: 1000px) {
	.ecoply-navbar{
		width:700px;
	}
	
	.banner::after{
		display: none;
	}
	
	.no-br br{
		display: none;
	}
	
	.content h4{
		font-size: 20px;
    	line-height: 30px;
	}
	
	.list-a{
		align-items: start;
	}
	footer{
		justify-content:start;
		align-items:start;
	}
	.social-icons{
		padding-left:0px;
	}
}

@media (min-width: 1140px) and (max-width: 1200px) {
	.ecoply-navbar {
        width: 1090px;
    }
	
	.banner-title h2{
		font-size: 52px !important;
    	line-height: 62px !important;
	}
	
	.banner-col p{
		margin-bottom: 0.5em;
	}
	
	.content h4{
		font-size: 22px;
    	line-height: 32px;
	}
	
	.card{
		min-height: 350px;
	}
	
	.gallery-img2 img{
		min-height: 264px;
	}
	
	.gallery-img6 img{
		min-height: 276px;
	}
	
	.gallery-img7 img{
		height: 556px !important;
	}
	
	.gallery-img8{
		margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -267px !important;
	}
	
	.gallery-img8 img{
		min-height: 240px;
	}
	
	.gallery-img9 img{
		height: 238px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.ecoply-navbar {
        width: 1160px;
    }
	
	.banner-col p{
		margin-bottom: 0.5em;
	}
	
	.card{
		min-height: 350px;
	}
	
	.gallery-img2 img{
		min-height: 264px;
	}
	
	.gallery-img6 img{
		min-height: 276px;
	}
	
	.gallery-img7 img{
		height: 530px !important;
	}
	
	.gallery-img8{
		margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -282px !important;
	}
	
	.gallery-img8 img{
		min-height: 240px;
	}
	
	.gallery-img9 img{
		height: 238px !important;
	}
}


@media (min-width: 1300px) and (max-width: 1399px) {
	 .ecoply-navbar {
        width: 1250px;
    }
	
	.banner-col{
		padding-left: 40px !important;
	}
	
	.banner-col p{
		margin-bottom: 0.5em;
	}
	
	.card{
		min-height: 350px;
	}
	
	.gallery-img2 img{
		min-height: 264px;
	}
	
	.gallery-img6 img{
		min-height: 276px;
	}
	
	.gallery-img7 img{
		height: 484px !important;
	}
	
	.gallery-img8{
		margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -325px !important;
	}
	
	.gallery-img8 img{
		min-height: 240px;
	}
	
	.gallery-img9 img{
		height: 255px !important;
	}
}


@media (min-width: 1400px) and (max-width: 1499px) {
	 .ecoply-navbar {
        width: 1290px;
    }
	
	.banner-col{
		padding-left: 40px !important;
	}
	
	.banner-col p{
		margin-bottom: 0.5em;
	}
	
	.card{
		min-height: 350px;
	}
	
	.gallery-img2 img{
		min-height: 264px;
	}
	
	.gallery-img6 img{
		min-height: 276px;
	}
	
	.gallery-img8{
		margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -334px !important;
	}
	
	.gallery-img9 img{
		height: 264px !important;
	}
	
	.gallery-img7 img{
		height: 488px !important;
	}
}

@media (min-width: 1500px) and (max-width: 1599px){
	.ecoply-navbar {
        width: 1360px;
    }
	
	.banner-col{
		padding-left: 40px !important;
	}
	
	.banner-col p{
		margin-bottom: 0.5em;
	}
}


@media (min-width: 500px) and (max-width: 767.98px) {
	.ecoply-navbar{
		width:600px;
	}
	
}


div.wpforms-container-full input[type=email]{
	border-radius: 17px;
    width: 100%;
	color:#615E5B;
	border:#fff;
	height:60px;
}
div.wpforms-container-full input[type=text]{
	border-radius: 17px;
    width: 100%;
	color:#615E5B;
	border:#fff;
	height:60px;
}
div.wpforms-container-full .wpforms-form textarea {
	border-radius: 17px;
    width: 100%;
	color:#615E5B;
	border:#fff;
	height:60px;
	
}
div.wpforms-container-full button[type=submit]{
	border-radius: 17px;
    width: 100%;
	background-color:#165200;
	
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
	background-color:#165200;
	height:60px;
}
div.wpforms-container-full button[type=submit]:hover{
	background-color:#165200;
	height:60px;
	
}
.product-border{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ul {
    list-style: none;
    margin: 0;
}