/* world earth day registration lp css */
/* Global variables */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --gradient-from: rgba(0, 0, 0, 0.5);
    --gradient-to: rgba(0, 0, 0, 0.65);
	--primary-color: #e88a54;
	--primary-bg: #f9f9f6;
}
body {
	font-family: "Montserrat", sans-serif;
}
p {
	font-family: "Inter", sans-serif;
}
P:last-child{
	margin-bottom: 0;
}
/* Overlay class */
.custom-gradient-overlay {
    background-image: linear-gradient(
        to bottom,
        var(--gradient-from),
        var(--gradient-to)
    );
}
.page-template-world-earth-day-registration .main-header {
    display: none;
}
.page-template-world-earth-day-registration .footwr-outer-wrapper {
    display: none;
}

section.lp-header .lp-container {
    max-width: 90%;
    margin: 0 auto;
}

.lp-logo {
    max-width: 200px;
}

.page-template-world-earth-day-registration img {
    max-width: 100%;
    height: auto;
}
section.lp-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
	padding: 40px 0;
}

section.lp-hero {
    position: relative;
}
/* Full height section */
.lp-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Background wrapper */
.lp-hero .hero-bg {
    height: 100%;
}

/* Image full cover */
.lp-hero .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay */
.lp-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.65)
    );
    pointer-events: none;
}
.hero-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.hero-tagline {
    background: #e88a5433;
    border: 1px solid #e88a544d;
    padding: .375rem 1rem;
    border-radius: 30px;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
	letter-spacing: .025em;
	font-family: "Montserrat", sans-serif;
}
.text-inner {
    text-align: center;
}
.hero-tagline span {
    margin-left: 4px;
}
.text-inner h1 {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    margin: 1rem 0 1.5rem;
	font-family: "Montserrat", sans-serif;
}
.text-primary {
    color: var(--primary-color) !important;
}
p.banner-desc {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "Inter", sans-serif;
    color: #ffffffcc;
    margin: 0 auto 2.5rem;
    max-width: 42rem;
}
.lp-buttons a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ffffff;
    background: var(--primary-color);
    border-radius: .75rem;
    padding: 1rem 2rem;
}
.lp-buttons a:hover {
    background: #e88251;
}
.hero-counter {
    display: block;
    margin-top: 3.5rem;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: center;
  align-items: center;
  color: var(--primary-color);
}

.time-box span {
          font-size: 3.75rem;
        line-height: 1;
  display: block;
	font-family: Montserrat, sans-serif;
   font-weight: 800;
}

.time-box p {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 8px;
    color: #ffffffb3;
	letter-spacing: .1em;
}
.hero-down-icon {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
}

.hero-down-icon svg {
    max-width: 1.5rem;
    color: #fff9;
}
.hero-down {
  animation: floatDown 1s ease-in-out infinite;
}

@keyframes floatDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px); /* small movement */
  }
}
.section-padding {
    padding: 7rem 0;
}
.lp-sectiom-intro h2 {
    color: #1a212d;
    font-size: 3rem;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    margin: 0 0 1rem;
}
.lp-sectiom-intro h2 span {
    color: var(--primary-color);
}
.lp-sectiom-intro p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #657386;
}
.lp-sectiom-intro {
    margin-bottom: 4rem;
}
.short-container {
	max-width: 1152px;
	margin: 0 auto;
}
.matter-card {
    background: var(--primary-bg);
    padding: 2rem;
    border-radius: 1rem;
  
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
	    text-align: center;
}
.matter-card:hover{
  box-shadow: 0 12px 40px -12px #e8825140;	
}
.card-icon {
    background: #e88a541a;
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}
.card-icon svg {
    width: 2rem !important;
    height: 2rem !important;
}
.card-title h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #1a212d;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0 0 .5rem;
}
.card-collection span {
    color: var(--primary-color);
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: 'Montserrat';
    font-weight: 800;
}
.card-tag {
    color: #657386;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: "Inter", sans-serif;
    margin-bottom: 1rem;
}
.card-desc {
    font-size: 16px;
    color: #657386;
    line-height: 1.625;
	 font-family: "Inter", sans-serif;
}
.matter-card {
    height: 100%;
}
section.what-receved {
    background: var(--primary-bg);
}
.receved-inner {
    background: #ffffff;
    border: 1px solid #e5e7eb80;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    padding: 1.5rem;
	    border-radius: 1rem;
}
.receved-inner:hover{
  box-shadow: 0 12px 40px -12px #e8825140;	
}
.receved-icon {
    background: #e88a541a;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem;
}
.receved-text h3 {
    color: #1a212d;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin: 0 0 .5rem;
       font-family: 'Montserrat';
}
.receved-text p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #657386;
}
section.what-receved  .row {
    --bs-gutter-x: 1rem;
}
.works-timeline {
  position: relative;
}

/* Center vertical line */
.works-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgb(232 138 84 / 25%);
    transform: translateX(-50%);
}

/* Timeline item */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 0 4rem 4rem;
}
.timeline-content p {
    line-height: 1.375;
    font-size: 0.875rem;
    color: #657386;
}
/* Left side */
.timeline-item.left {
  left: 0;
  text-align: right;
}

/* Right side */
.timeline-item.right {
  left: 50%;
}

/* Content box */
.timeline-content {
    background: #fff;
    padding: 0.875rem 1.25rem;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    animation-duration: 0.3s;
}
.timeline-content:hover{
	 border: 1px solid rgb(232 138 84 / 25%);
	transform: translateY(-6px);
    box-shadow: rgba(232, 130, 81, 0.25) 0px 12px 40px -12px;
}
/* Number circle */
.timeline-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 2;
    outline: 5px solid rgb(232 138 84 / 29%);
}

/* Adjust number for left items */
.timeline-item.left .timeline-number {
  left: calc(100% + 1px);
}

/* Adjust number for right items */
.timeline-item.right .timeline-number {
  left: -1px;
}
.timeline-content h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0 0;
    font-family: 'Montserrat';
    color: #1a212d;
}
.timeline-icons {
    background: #e88a541a;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .375rem;
}
.timeline-icons svg {
    width: 1rem;
}
.timeline-item.left .timeline-icons {
    margin-left: auto;
}
.works-timeline .timeline-item:last-child {
    padding-bottom: 0;
}
section.register-now.section-padding {
    background: var(--primary-bg);
}
.registration-form {
    background: #ffffff;
    padding: 3rem;
/*     max-width: 662px; */
	max-width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form-label p {
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #1a212d;
    margin-bottom: .5rem;
}
.form-label p span {
    color: var(--primary-color);
}
input.register-field {
    width: 100%;
    padding: .75rem 1rem;
    background-color: #f9f9f6;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    color: #1a212d;
    height: 50px;

}
input.register-field:focus{
	outline: 2px solid var(--primary-color);
}
input.register-field::placeholder {
	opacity: 0.6;
}
.wpcf7-list-item {
        margin: 0 0 12px;
}
.Community-checks [type="checkbox"], [type="radio"] {
    width: 1rem;
    height: 1rem;
}
.Community-checks label {
    display: flex;
    align-items: start;
    gap: 5px;
}
.Community-checks span.wpcf7-list-item-label {
    font-size: .875rem;
    line-height: 1.25rem;
}
.Community-checks {
    margin-bottom: 1rem;
}
.Community-checks.your-commitment ul {
	margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.Community-checks.your-commitment li p {
    display: flex;
    align-items: start;
}
.Community-checks.your-commitment li:last-child {
    grid-column: 1 / -1;
}
.auth-text ul {
    grid-template-columns: repeat(1, 1fr) !important;
	gap: 0;
}
.Community-checks.your-commitment ul li {
    border: 1px dashed #e7e7e7;
    padding: 10px;
}
li.empty-li {
    border: 0 !important;
    border-bottom: 2px dashed #e88a54 !important;
    padding: 0;
    margin: 0;
    gap: 0;
}
.auth-text .auth-label p {
    color: #e88a54;
    font-size: 14px;
    font-weight: 500;
}

.auth-text ul {
    margin-bottom: 20px;
}

.auth-text ul li {
    font-size: 12px;
    display: flex;
    gap: 10px;
}
.auth-text ul li i.fa-solid.fa-check {
    color: green;
}
.auth-text ul li i {
    color: #e88a54;
	padding-top: 3px;
}
.auth-text ul li p {
    display: flex;
    gap: 4px;
	
}
span.rew-tag {
    background: var(--primary-color);
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    color: #ffffff;
}
span.rew-tag {
    margin-left: 10px;
}
.n-commeted span.cheq-label {
    display: flex;
    align-items: start;
}


.Community-checks.your-commitment span.wpcf7-list-item-label {
    font-weight: 600;
}
.Community-checks.your-commitment li p {
    margin-bottom: 0;
}
.Community-checks [type="checkbox"], [type="radio"] {
    min-width: 1rem;
    min-height: 1rem;
    position: relative;
    top: 3px;
}
 .registration-form textarea {
    width: 100%;
    width: 100%;
    padding: .75rem 1rem;
    background-color: #f9f9f6;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    color: #1a212d;
    height: 98px;
    margin-bottom: 2rem;
}
 .registration-form textarea::placeholder {
	opacity: 0.6;
}
.registration-form textarea::placeholder:focus{
	outline: 2px solid var(--primary-color);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ffffff;
    background: var(--primary-color);
    border-radius: .75rem;
    padding: 1rem 2rem;
    width: 100%;
    border: 0;
}
section.still-make {
    position: relative;
}

.still-bg {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.still-bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.still-overlay {
    background: #0000008c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.still-make-text {
    text-align: center;
    position: relative;
    z-index: 3;
}
.still-make-text h2 {
    color: #ffffff;
    font-size: 3rem;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    margin: 0 0 1rem;
}
.spacial-tagline {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
	    margin-bottom: 24px;
}
.still-make-text p {
    color: #ffffffb3;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
}
.still-make-text .lp-buttons {
    display: block;
    margin-bottom: 1.5rem;
}
.after-btn-text {
    color: #ffffff80;
    font-size: .875rem;
    line-height: 1.25rem;
	font-family : "Plus Jakarta Sans", sans-serif;
}
.movemt-intro {
    max-width: 42rem;
}
.bold-tagline {
    color: #1a212d;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
	    margin-bottom: 2.5rem;
}
.pre-circle {
    background: #e88a541a;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}
.joined-box {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 12px 20px;
  border: 1px solid #f3c7a8;
  border-radius: 50px;
  background: #fff7f2;
}

/* Avatars container */
.avatars {
  display: flex;
}

/* Avatar circles */
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(227, 117, 53);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-left: -10px;
  border: 2px solid #fff;
	    font-size: 12px;
}

.joined-box .avatar:nth-child(2) {
    background: rgb(232, 142, 89);
}

.joined-box .avatar:nth-child(3) {
    background: rgb(237, 166, 125);
}

.joined-box .avatar:nth-child(4) {
    background: rgb(242, 191, 161);
}
/* First avatar no overlap */
.avatar:first-child {
  margin-left: 0;
}

/* Active (orange one) */
.avatar.active {
  background: #e88a54;
  color: #fff;
}

/* Text */
.joined-text {
  font-size: .875rem;
    line-height: 1.25rem;
  color: #1a212d;
	font-weight: 600;
	    font-family: Montserrat, sans-serif;
}
section.lp-footer {
    background: #1a212d;
    padding: 4rem 0;
}
.lp-footer ul.social-links li a {
    background: #ffffff1a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-footer ul.social-links {
    display: flex;
    justify-content: end;
    gap: 1rem;
}

.lp-footer ul.social-links li a {
    color: #ffffff;
}
.footer-copy {
    border-top: 1px solid;
    border-color: hsl(var(--primary-foreground) / .1);
    margin-top: 1rem;
    padding-top: 4rem;
    text-align: center;
}

.footer-copy p {
    color: #ffffff;
    font-size: 14px;
}

.footer-copy p a {
    color: var(--primary-color);
}
.footer-nav ul {
    display: flex;
    gap: 20px;
}
.footer-nav a {
	color: #ffffff;
}
.state-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.still-make.section-padding {
    padding: 9rem 0;
}
.receved-inner {
    height: 100%;
}
.your-name-box {
    max-width: 672px;
    padding: 4rem;
    border: 2px dashed var(--primary-color);
    margin: 0 auto 50px;
    border-radius: 1.5rem;
	text-align: center;
}
.profile-img-round span {
    background: #f7ece4;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 1rem;
	    font-size: 3rem;
}
.name-here {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #817873;
    font-family: 'Montserrat';
    font-weight: 700;
	margin-bottom:  1rem;
}
.reg-now {
    font-size: .875rem;
    line-height: 1.25rem;
}
.c-soon {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    font-weight: 700;
}
span.hypon-line {
    background: var(--primary-color);
    width: 32px;
    height: 2px;
    display: inline-block;
}

.c-soon {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.funfact-section.alternat-2 .funfact-block-one .inner-box .count-outer {
    color: var(--primary-color);
}
.funfact-block-one .inner-box p {
    display: block;
    color: #30231db3;
	    font-size: 1.125rem;
    line-height: 1.75rem;
	    font-family: Inter, sans-serif;
   font-weight: 500;
}
.funfact-block-one .inner-box::before {
	display: none;
}
section.funfact-section.alternat-2.centred {
    background: var(--primary-bg);
}
section.have-story {
    background: var(--primary-color);
}
.lp-buttons.btn-white a {
    background: #ffffff;
    color: #000000;
}
.funfact-block-one .inner-box p {
        font-size: 18px  !important;
    }
/* Responsive */
@media (max-width: 1441px) { 
 .text-inner h1 {
    font-size: 50px;
}
	p.banner-desc {
    font-size: 18px;
    max-width: 28rem;
}
	.hero-tagline {
    font-size: 12px;
}
	.time-box span {
    font-size: 25px;
}
	.lp-buttons a {
    font-size: 14px;
}
	.hero-down-icon {
    bottom: 15px;
}
	section.lp-header {
    font-size: 40px;
}
	.section-padding {
    padding: 5rem 0;
}
	.lp-sectiom-intro h2 {
    font-size: 40px;
}
		.still-make-text h2 {
    font-size: 40px;
}
	section.lp-header {
    padding: 15px 0;
}
	.lp-sectiom-intro {
    margin-bottom: 40px;
}
	section.still-make.section-padding {
    padding: 6rem 0;
}
}
@media (max-width: 1200px) { 
	.short-container {
    max-width: 90%;
}
}
@media (max-width: 1025px) { 
.lp-hero {
    height: 640px;
}
    .text-inner h1 {
        font-size: 40px;
    }
	.hero-tagline {
        font-size: 10px;
    }
.lp-logo {
    max-width: 150px;
}
	    .hero-down-icon {
        bottom: 6%;
    }
	    .lp-sectiom-intro h2 {
        font-size: 30px;
    }
	.section-padding {
        padding: 4rem 0;
    }
	
.lp-sectiom-intro p {
    font-size: 15px;
    line-height: 1.5;
}
	.card-desc {
    font-size: 15px;
    line-height: 1.5;
}
	.matter-card {
    margin-bottom: 30px;
		height: auto;
}
	    .timeline-number {
        left: -3px !important;
        transform: translateY(-108%);
    }
	  .timeline-item.right {
    left: 0;
  }
	  .works-timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    text-align: left;
  }
	.timeline-item.left {
    text-align: left;
}
	.timeline-item.left .timeline-icons {
    margin-left: 0;
}
	.still-make-text h2 {
    font-size: 30px;
}
	.spacial-tagline {
    font-size: 18px;
}
	.receved-text p {
    font-size: 15px;
    line-height: 1.5;
}
	.timeline-content p {
    line-height: 1.5;
    font-size: 15px;
}
	.still-make-text p {
    font-size: 15px;
    line-height: 1.5;
}
}
@media (max-width: 767px) {
	.n-commeted span.cheq-label {
    flex-direction: column;
}


.lp-container {
    max-width: 90%;
}
	.text-inner h1 {
        font-size: 35px;
    }
	.countdown {
    gap: 20px;
}
	.short-container {
        max-width: 90%;
    }
	.lp-sectiom-intro p br {
    display: none;
}
	.timeline-number {
    width: 30px;
    height: 30px;
}
	    .timeline-number {
        left: 5px !important;
        transform: translateY(-108%);
    }
	.timeline-item {
   padding: 0 1rem 2rem 4rem;
}
	.Community-checks.your-commitment ul {
    grid-template-columns: repeat(1, 1fr);

	}
	.registration-form {
    padding: 1.5rem;
}
.still-make-text p br {
    display: none;
}

.state-flex-row {
    flex-direction: column;
    gap: 20px;
	margin-bottom: 3rem;
}
	.lp-hero {
        height: 700px;
    }
	.text-inner h1 br {
    display: none;
}
}