/* Fonts */
@font-face {
  font-family: 'Boldoamat';
  /* Choose any name for your font */
  src: url('../../fonts/Boldoamat/Boldoamat.otf') format('opentype'),
    url('../../fonts/Boldoamat/Boldoamat.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Boldoamat';
  /* Choose any name for your font */
  src: url('../../fonts/Boldoamat/Boldoamat.otf') format('opentype'),
    url('../../fonts/Boldoamat/Boldoamat.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Boldoamat';
  /* Choose any name for your font */
  src: url('../../fonts/Boldoamat/Boldoamat.otf') format('opentype'),
    url('../../fonts/Boldoamat/Boldoamat.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Boldoamat';
  /* Choose any name for your font */
  src: url('../../fonts/Boldoamat/Boldoamat.otf') format('opentype'),
    url('../../fonts/Boldoamat/Boldoamat.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Boldoamat';
  /* Choose any name for your font */
  src: url('../../fonts/Boldoamat/Boldoamat.otf') format('opentype'),
    url('../../fonts/Boldoamat/Boldoamat.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'CanvaSans';
  /* Choose any name for your font */
  src: url('../../fonts/canva_sans/bold/CanvaSans-Bold.ttf') format('truetype'),
    url('../../fonts/canva_sans/bold/CanvaSans-Bold.woff') format('woff'),
    url('../../fonts/canva_sans/bold/CanvaSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'CanvaSans';
  /* Choose any name for your font */
  src: url('../../fonts/canva_sans/bold/CanvaSans-Bold.ttf') format('truetype'),
    url('../../fonts/canva_sans/bold/CanvaSans-Bold.woff') format('woff'),
    url('../../fonts/canva_sans/bold/CanvaSans-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'CanvaSans';
  /* Choose any name for your font */
  src: url('../../fonts/canva_sans/bold/CanvaSans-Bold.ttf') format('truetype'),
    url('../../fonts/canva_sans/bold/CanvaSans-Bold.woff') format('woff'),
    url('../../fonts/canva_sans/bold/CanvaSans-Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'CanvaSans';
  /* Choose any name for your font */
  src: url('../../fonts/canva_sans/regular/CanvaSans-Regular.ttf') format('truetype'),
    url('../../fonts/canva_sans/regular/CanvaSans-Regular.woff') format('woff'),
    url('../../fonts/canva_sans/regular/CanvaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'CanvaSans';
  /* Choose any name for your font */
  src: url('../../fonts/canva_sans/regular/CanvaSans-Regular.ttf') format('truetype'),
    url('../../fonts/canva_sans/regular/CanvaSans-Regular.woff') format('woff'),
    url('../../fonts/canva_sans/regular/CanvaSans-Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'CanvaSans';
  /* Choose any name for your font */
  src: url('../../fonts/canva_sans/regular/CanvaSans-Regular.ttf') format('truetype'),
    url('../../fonts/canva_sans/regular/CanvaSans-Regular.woff') format('woff'),
    url('../../fonts/canva_sans/regular/CanvaSans-Regular.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

/* css reset */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --primary-text-color: #316366;
  --secondary-accent-text-color: #ec2a92;
  --primary-bg-color: #fff6e1;
  --secondary-bg-color: #e2dac0;
  --accent-color: #a9eadf;
  --accent-color-blue: #5170FF;
  --accent-color-yellow: #efb339;
  --accent-color-green: #a4c562;
  --text-dark: #282828;
}

.pink {
  color: var(--secondary-accent-text-color);
}

/* Firefox & Chrome/Edge/Safari */
* {
  scrollbar-width: thin;
  /* scrollbar-color: #EC2A92 #FFF6E0; */
  scrollbar-color: #FFF6E0;
  /* thumb and track colors */
}

/* Chrome/Edge/Safari only */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #FFF6E0;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  /* background: #EC2A92; */
  border-radius: 6px;
  border: 2px solid #fff;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  /* background: #ff058a !important; */
  /* slightly darker for hover */
}


body {
  font-family: 'CanvaSans' !important;
  background-color: var(--primary-bg-color);
}

body p {
  font-family: 'CanvaSans';
  font-size: 1.125rem;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Boldoamat' !important;
  color: var(--primary-text-color);
}

h1 {
 font-size: clamp(48px, 4.97vw, 72px);
  font-weight: 700;
}

h2 {
  font-size: 77px;
  font-weight: 700;
}

h3 {
  font-size: clamp(48px, 4.48vw, 80px);
  font-weight: 700;
}

h4 {
    font-size: clamp(40px, 4.6vw, 80px);
    font-weight: 700;
}

h5 {
  font-size: 50px;
  font-weight: 700;
}

h6 {
    font-size:clamp(1.9rem, 3.06vw, 56px);
    font-weight: 700;
}

.ajaxpreloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/preloader.svg");
}
/* common */
.tree-logo {
  width: clamp(192px, 33vw, 342px);
}

.main-header {
  background: #DCF8FB;
  padding: 1rem 80px 0.5rem 80px;
}

.btn-yellow {
  background: linear-gradient(135deg, #F5CE6A 0%, #F4CB62 30%, #E8AD50 60%, #F6CD67 100%);
  color: #FEFEFE;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  border-radius: 18px;
  padding: 1.2rem 2.7rem;
  cursor: pointer;
  box-shadow: 0 2px 6px #f7da5063;
  border: none;
  font-size: 1.75rem;
  font-family: 'Boldoamat';
  filter: drop-shadow(1);
  transition: background 0.2s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background: linear-gradient(135deg, #F4CB62 0%, #F5CE6A 30%, #F6CD67 60%, #E8AD50 100%);
  color: var(--primary-text-color);
}

.contact-section label.error {
  width: 100%;
  text-align: right;
  color: #ff0000 !important;
  font-size: 1rem !important;
}
.schl-rfrm a {
  text-decoration: none;
}

.main-navigation .navbar-nav .nav-link {
  color: var(--primary-text-color);
  font-weight: 700;
  font-size: 1.25rem;
  transition: all 0.6s;
}

.main-navigation .navbar-nav .nav-link:last-child {
  margin-right: 0 !important;
}

.main-navigation ul.navbar-nav{
    gap:1rem;
}

.main-navigation .nav-link:hover {
  color: var(--text-dark);
}

/******** Menu Section ********/


/** Menu active link **/
.nf-resources-menu {
  position: static;
  /* width: 100%; */
  min-width: 0;
  margin-top: 0px;
  background: #326f73;
  color: #fff;
  border-radius: 2px;
  padding: 12px 10px !important;
  box-shadow: none;
  display: none;
  /* JS will toggle */
}

.nf-resources-menu li a {
  color: #fff !important;
  font-size: 1.05rem !important;
}

.nf-resources-menu li a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

.nf-resources-toggle {
  display: inline-block;
}

.dropdown-toggle {
  display: contents;
}

.menu-item-has-children:hover .nf-resources-menu {
  display: block;
  z-index: 20;
  position: absolute;
}

[lang="fr"] .main-navigation .primary-menu > li:first-child a, [lang="fr"] .main-navigation .primary-menu > li:nth-child(2) a {
	font-size: 1.5rem !important;
 }

 [lang="es"] .main-navigation .primary-menu > li:first-child a, [lang="es"] .main-navigation .primary-menu > li:nth-child(2) a {
	font-size: 1.5rem !important;
 }

[lang="fr"] .main-navigation a, [lang="es"] .main-navigation a {
	font-size: 1.2rem !important;
}

/* [lang="fr"] .main-navigation .primary-menu > li:first-child a:after, [lang="fr"] .main-navigation .primary-menu > li:nth-child(2) a:after {
	background: none !important;
 }

 [lang="es"] .main-navigation .primary-menu > li:first-child a:after, [lang="es"] .main-navigation .primary-menu > li:nth-child(2) a:after {
	background: none !important;
 }

 [lang^="en"] .main-navigation .primary-menu > li:first-child a:after,
 [lang^="en"] .main-navigation .primary-menu > li:nth-child(2) a:after,
 [lang^="auto"] .main-navigation .primary-menu > li:first-child a:after,
 [lang^="auto"]  */
 .main-navigation .primary-menu > li:first-child a:after, .main-navigation .primary-menu > li:nth-child(2) a:after {
	background: #f5685e;
	height: 3px;
	width: 85px;
	bottom: 60px;
	content: '';
	display: block;
	position: absolute;
	left: 58px;
	
}

.main-navigation .primary-menu > li:first-child a,
.main-navigation .primary-menu > li:nth-child(2) a {
	background:transparent;
	color:#6dc49b;	
	white-space: normal;
	text-align: center;
	font-size:2rem;
	padding: 0.6em 0.5em;
	font-family: 'Mensch';
}
.main-navigation .primary-menu > li:first-child a:hover,
.main-navigation .primary-menu > li:nth-child(2) a:hover {
	color: #405020;	
}

.main-navigation ul ul a {
	white-space: normal;
	width: auto;
}

.main-navigation .menu-item-gtranslate .sub-menu li a {
	white-space: normal;
	width: 3.2em !important;
}

.main-navigation .menu-item-has-children > a {
	margin: 0;
	padding-right: 1.5em;
}


/******** Menu End Section ********/


.hero-section {
  position: relative;
  text-align: center;
  padding: 0rem;
  width: 100%;
  min-height: 100vh;
}

.home .hero-section {
  position: relative;
  text-align: center;
  padding: 0rem;
  width: 100%;
  height: auto;
  min-height: 100%;
}


.hero-section.help-us-grow {
  position: relative;
  text-align: center;
  padding: 0rem;
  width: 100%;
  min-height: 50vh;
}

.hero-section.help-us-grow img {
  width: 100%;
  min-height: 100%;
}

.hero-section.registration {
  position: relative;
  text-align: center;
  padding: 0rem;
  width: 100%;
  min-height: 80vh;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.get-free-trees .hero-clipped {
  -webkit-clip-path: url(#heroWave);
  clip-path: url(#heroWave);
  min-height: 100vh;
}

.registration-page .footer-nf , .page-template-parent_registration_2026 .footer-nf {
  display: none !important;
}


.registration-page .hero-clipped {
  clip-path: url(#heroWave);
  background: url(../images/registration.png) center/cover no-repeat;
  min-height: 80vh;
}

.choose-amt-form {
  background-color: #fff;
  border-radius: 1rem !important;
  padding: 0.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.hero-title {
  color: var(--primary-text-color);
  font-family: 'Boldoamat';
  font-weight: 700;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(150px);
}

/* mission section */
.mission {
  background-color: var(--primary-bg-color);
  padding-bottom: 0px !important;
}

.mission-title {
  color: var(--primary-text-color);
  font-family: 'Boldoamat';
  text-align: center;
  letter-spacing: 0.03em;
}

.sun-svg {
  position: absolute;
  top: 3rem;
  right: 6vw;
  width: 90px;
  height: 90px;
  z-index: 1;
  pointer-events: none;
}

.butterfly-img {
  position: absolute;
  top: 4rem;
  right: -4vw;
  width: 212px;
  height: 160px;
  z-index: 1;
  pointer-events: none;
}

.free-trees-iframe iframe {
  width: 100% !important;
  min-height: 600px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.frame-pink {
  background: url('../../images/2026/pink-frame.png') no-repeat center / cover;
  background-size: contain;
  width: clamp(260px, 56vw, 100%);          /* fluid but bounded */
  display: grid;
  place-items: center;
  border-radius: clamp(12px, 3vw, 32px);     /* softer corners on big screens */
  padding: 7rem 6rem; 
}

.frame-creepers {
  background: url('../../images/2026/creeper-frame.png') no-repeat center / cover;
  max-width: 876px;
  background-size: 100% 100%;
  width: 100%;
  height: 642px;
  display: grid;
  place-items: center;
  border-radius: 32px;
}

.frame-creepers .gif-img {
  width: 100%;
  max-width: 740px;
  height: 506px;
  border-radius: 22px;
  /* optional: soften edges of gif */
  box-shadow: 0 4px 14px #c0c0c066;
  background: #fff8;
  display: block;
}

.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100px);
}

.carousel-img {
  display: block;
  width: 100%;   
  background:none;
  box-shadow:none;
  height: auto;                             /* keep aspect ratio */
  max-height: clamp(640px, 90vh, 982px);    /* responsive height cap */
  object-fit: contain;
  /* padding: clamp(1.5rem, 3vw, 3rem) clamp(0.5rem, 2vw, 2rem); */
  transition: box-shadow 0.2s;
  margin: 0 auto;
  left:0.25rem;
  position:relative;
}

.carousel-btn,
.nav-arrow {
  background: #16676b;
  color: #ffe07a;
  border: none;
  border-radius: 50%;
  padding: 0.75rem 1.25rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px #0002;
  transition: background 0.18s;
  cursor: pointer;
}

.carousel-btn i::before,
.nav-arrow i::before {
  font-weight: bolder !important;
  color: var(--accent-color-yellow);
}

.carousel-btn:active,
.carousel-btn:hover,
.nav-arrow:active,
.nav-arrow:hover {
  background: var(--primary-text-color);
}

.arrow-section,
.growth-section,
.common-section {
  padding: 32px 0px;
  opacity: 0;
  transform: translateY(200px)
}

.arrow-section .carousel-indicators {
  bottom: -2rem !important;
}

.butterfly-content p.pink {
  font-size: 27px !important;
  font-weight: 800 !important;
  color: var(--secondary-accent-text-color)
}

.butterfly-content p {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: var(--text-dark);
  max-width: 1200px;
}

.parents p {
  font-size: 22px !important;
  font-weight: 500 !important;
  color: var(--text-dark);
  max-width: 800px;
}

.select-institution .input-group:has(#searchInput) {
  width: 100%;
  border: none;
  border-radius: 0 !important;
  background-color: #ECE4CB !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-family: 'CanvaSans' !important;
}

.select-institution #searchInput,
.select-institution .input-group span {
  border: none;
  border-radius: 0 !important;
  background-color: #ECE4CB !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 17px;
  font-family: 'CanvaSans' !important;
}

.select-institution .input-group span {
  border: none;
  color: #000 !important;
}

.select-institution #searchInput::placeholder {
  color: #000 !important;
  opacity: 0.5 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  font-family: 'CanvaSans' !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ECE4CB !important;
  border-radius: 0 !important;
  height: auto !important;
  padding: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}

.get-free-trees .sub-btn {
    background: #ffb442;
    color: #475227;
    border-radius: 0;
    font-size: 1.60rem;
    padding: 5px 30px;
    font-family: 'CanvaSans';
    font-size: 1.40rem;
    border-radius: 4px;
}

.select-institution .dropdown .dropdown-menu {
  width: 50% !important;
}

.parents p.pink {
  font-size: 27px !important;
  font-weight: 800 !important;
  color: var(--secondary-accent-text-color);
}

.help-us-grow-page .common-section .carousel-indicators button,
.get-free-trees .common-section .carousel-indicators button {
  height: 16px !important;
  width: 16px !important;
  border-radius: 50% !important;
  margin-right: 2rem !important;
  background-color: #fff !important;
  opacity: 0.6 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.help-us-grow-page .common-section .carousel-indicators button.active,
.get-free-trees .common-section .carousel-indicators button.active {
  opacity: 1 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.get-free-trees .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 120px;
}

.help-us-grow-page .carousel-item img,
.get-free-trees .carousel-item img {
  width: 100%;
  object-fit: cover;
  background-position: center center;
}

.arrow-img {
  opacity: 0;
  transform: translateY(100px);
}

.sun-img {
  opacity: 0.3;
  position: relative;
  left: 5%;
  top:-30px;
}

.arrow-section .carousel-caption {
  position: sticky;
}

.arrow-section .carousel-caption p {
  color: var(--primary-text-color);
  font-family: 'CanvaSans' !important;
  font-weight: 800 !important;
  padding-top: 1rem;
  font-size: 1.5rem !important;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.arrow-section .carousel-indicators button {
  height: 16px !important;
  width: 16px !important;
  border-radius: 50% !important;
  margin-right: 2rem !important;
  background-color: var(--accent-color) !important;
  opacity: 1 !important;
}

.arrow-section .carousel-indicators button.active {
  background-color: var(--primary-text-color) !important;
}

.growth-section p {
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
  font-size: 1.25rem !important;
  font-family: 'CanvaSans' !important;
  color: var(--text-dark);
}

.growth-section h6{
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(24px, 2vw, 56px);
}

.growth_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.growth_col p {
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
    font-size: clamp(1.2rem, 1.79vw, 32px) !important;
    font-family: 'CanvaSans' !important;
    color: var(--text-dark);
}

.impact-col h6 {
  max-width: 538px;
  text-align: center;
  margin: 0 auto;
}

.impact-col .growth-gif {
  width: 100%;
}

.movement-btn-col {
  display: flex;
  justify-content: center;
}

.btn-blue {
  text-align: center !important;
  width: 100%;
  padding: 1.5rem 2rem !important;
  position: relative;
  white-space: normal;
  min-height: 130px;
  background: var(--accent-color);
  color: var(--primary-text-color);
  font-weight: bold;
  border-radius: 95px;
  cursor: pointer !important;
  border: none;
  font-size: 42px;
  font-family: 'Boldoamat';
  display: flex;
  align-items: center;
  transition: background 0.2s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.img-start {
  z-index: 10;
  top: 40px !important;
  position: relative;
}

.img-end {
  right: 0 !important;
  position: absolute;
  padding-right: 3rem;
}

.btn-blue:hover {
  color: #000;
  background: var(--accent-color);
}

.movement-btn-col .btn-yellow {
  max-width: 50%;
  width: 25%;
  text-align: center !important;
  padding: 0.5rem 2.7rem;
  background: linear-gradient(135deg, #EAAE51 0%, #F5CA5D 30%, #F0B350 60%, #F9D167 100%);
  transition: all 0.3s;
}

.movement-btn-col .btn-yellow:hover {
  background: linear-gradient(135deg, #F5CA5D 0%, #EAAE51 30%, #F9D167 60%, #F0B350 100%);
}

.movement-btn-col .btn-yellow:first-child {
  margin-right: 4rem !important;
}

.achievements p.bold-text {
  color: var(--text-dark) !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  font-family: 'CanvaSans';
  padding: 1rem 0rem;
}

.achievements p.normal-text {
  color: var(--text-dark) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  font-family: 'CanvaSans';
  padding: 1rem 0rem;
}

.achievements ul li {
  color: var(--accent-color-blue);
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: 'CanvaSans';
  padding: 0rem 0rem 1.5rem 0rem;
  list-style-type: none !important;
}

.achievements ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url('../../images/2026/pointer.png') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.achievements a {
  text-decoration: none;
  color: var(--accent-dark);
}

.common-section .bird-on-branch {
  width: 480px;
  position: absolute;
  top: 2rem;
  right: 0;
}

.footer-btn-yellow {
  text-align: center !important;
  background: linear-gradient(135deg, #EAAE51 0%, #F5CA5D 30%, #F0B350 60%, #F9D167 100%);
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  border-radius: 18px;
  padding: 1rem 5rem;
  cursor: pointer;
  box-shadow: 0 2px 6px #f7da5063;
  border: none;
  font-size: 1.75rem;
  font-family: 'Boldoamat';
  letter-spacing: 15;
  filter: drop-shadow(1);
  transition: background 0.2s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.footer-btn-yellow a {
  color: #fff !important;
  text-decoration: none;
}

.footer-btn-yellow:hover {
  background: linear-gradient(135deg, #F5CA5D 0%, #EAAE51 30%, #F9D167 60%, #F0B350 100%);
  color: var(--primary-text-color) !important;
}

.footer-signup-btn {
  text-align: center !important;
  background: linear-gradient(135deg, #EAAE51 0%, #F5CA5D 30%, #F0B350 60%, #F9D167 100%);
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  border-radius: 18px;
  padding: 0.5rem 3.3rem !important;
  cursor: pointer;
  box-shadow: 0 2px 6px #f7da5063;
  border: none;
  font-size: clamp(1rem, 1.9vw, 2.5rem);
  margin-top: 1rem;
  font-family: 'Boldoamat';
  min-height: 50px !important;
  line-height: 23px;
  filter: drop-shadow(1);
  transition: background 0.2s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.footer-signup-btn:hover {
  background: linear-gradient(135deg, #F5CA5D 0%, #EAAE51 30%, #F9D167 60%, #F0B350 100%);
  color: var(--primary-text-color);
}

.movement-col .movement-gif {
  width: 100% !important;
}

.movement-col {
  display: flex;
  justify-content: center;
}

.movement-width-control {
  max-width: 500px;
}

.movement-col .logo-plant {
  width: 420px;
  margin-bottom: 1rem;
}

.movement-col p {
    margin: 0 auto;
    text-align: start;
    font-size: clamp(1.2rem, 1.79vw, 32px) !important;
    font-family: 'CanvaSans' !important;
    color: var(--text-dark);
}

.movement-col a {
  max-width: 500px;
  font-size: 1.4rem !important;
  text-align: start !important;
  font-weight: 800 !important;
  text-decoration: none;
  color: var(--accent-color-blue);
  transition: all 0.3s;
}

.movement-col a:hover {
  color: var(--secondary-accent-text-color);
  text-decoration: underline;
}

.frame-blue {
    position: relative;
    max-width: 100%;
    margin: clamp(1.5rem, 4vw, 3rem) auto;
    border: 0;
    background-image: url('../../images/2026/blue-frame.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;          /* keep full frame visible */
    aspect-ratio: 16 / 9;              /* set to your frame image ratio */
    display: flex;
    align-items: center;
    justify-content: center;    
}
/* make the wrapped row fit nicely inside the frame */
.frame-blue > .row {
    width: 100%;
    margin: 0;
}

.video-slider {
  display: flex;
  flex-direction: row;          /* desktop: video + content side by side */
  align-items: stretch;
  gap: 2rem; 
  max-width: 90%;
    margin: 0 auto !important;                   /* space between video & content cols */
}


.video-slider .video-col {
  flex: 0 0 58%;                /* ~7/12 (col-md-7) */
}

.video-slider .content-col {
  flex: 0 0 42%;                /* ~5/12 (col-md-5) */
}

.video-slider .lyte-wrapper{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}

/* stack on tablets & mobiles */
@media (max-width: 991.98px) {   /* Bootstrap md breakpoint and below */
  .video-slide{
    padding:0 !important;
  }
  .video-slider {
    flex-direction: column;
    margin: 0 !important;
  }

  .video-slider .video-col,
  .video-slider .content-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding:0;
  }  
}
 

.content-col p.pink {
  font-family: 'CanvaSans' !important;
  text-align: start;
  font-size: clamp(1rem, 1.57vw, 32px) !important;
  color: var(--secondary-accent-text-color) !important;
}

.content-col p {
    font-family: 'CanvaSans' !important;
    text-align: start;
    font-size: clamp(1rem, 1.41vw, 25px) !important;
    color: var(--text-dark);
}


.nav-arrow {
  position: absolute;
  transform: translateY(-50%);
  background-color: #206872;
  border-radius: 50%;
  color: white;
  width: 45px;
  height: 45px;
  font-size: 1.6rem;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.9;
  user-select: none;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.nav-arrow:hover {
  background-color: #1b5356;
}

.footer-top-section {
  /* background-image: url('../../images/2026/footer-top.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 520px;
}

.help-us-grow-page .footer-top-section {
  /* background-image: url('../../images/2026/help-us-footer-top.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.get-free-trees .footer-top-section {
  background-image: url('../../images/2026/help-us-footer-top.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 600px;
}

.gift-row {
  align-items: center;
  padding: 1rem;
}

.gift-row h3 {
  font-size: 120px !important;
  margin-bottom: 0 !important;
  font-family: 'Boldoamat' !important;
}

.gift-row p {
  max-width: 300px;
  position: relative;
  top: 1rem;
  font-family: 'CanvaSans' !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: var(--primary-text-color);
}

.engage-accordion .accordion-button,
.engage-accordion .accordion-item,
.engage-accordion .accordion-header {
  background-color: transparent !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.engage-accordion .accordion-button {
  font-size: 25px !important;
  font-weight: 700 !important;
  font-family: 'CanvaSans' !important;
  color: var(--secondary-accent-text-color);
}

.engage-accordion .accordion-body {
  font-size: 24px !important;
  font-weight: 600 !important;
  font-family: 'CanvaSans' !important;
  color: var(--text-dark);
  padding-top: 0;
}

.engage-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23efb339' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E") !important;
  transform: none !important;
}

.engage-accordion .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23efb339' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E") !important;
  transform: none !important;
}

.client-logo {
  padding: 1rem;
  max-width: 240px;
  min-height: 160px;
  object-fit: contain;
  width: 100%;
  height: auto;
  image-rendering: auto;
  transition: all 0.3s;
  opacity: 1;
  transform: none;
}

.logo-collection-row .col-md-3 {
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.logo-collection-row .col-md-3:hover {
  background-color: #ECE4CB;
  transform: scale(1.02);
  border-radius: 0.25rem;
}

.clients h6.pink {
  font-size: 24px !important;
  font-family: 'CanvaSans' !important;
  font-weight: 800 !important;
}

.no-institution p {
  font-size: 27px !important;
  font-weight: 800 !important;
  color: var(--text-dark);
}

.no-institution p.description {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: var(--text-dark);
  max-width: 100% !important;
}

.message h1 {
  color: var(--text-dark);
  max-width: 300px;
}

.email-card {
  background: #fff;
  width: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  padding: 0;
  font-family: 'CanvaSans' !important;
}

.email-header {
  background: #363636;
  color: #fff;
  padding: 16px 32px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.email-fields {
  background: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  padding: 8px 32px;
  font-size: 1.03rem;
  color: #222;
}

.email-fields strong {
  color: #282828;
}

.email-body {
  padding: 16px 32px 24px 32px;
}

.email-body a {
  color: #2279f3;
  text-decoration: underline;
}

.email-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px 16px 32px;
}

.email-footer .btn {
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  padding: 6px 24px;
}

.email-footer .icon {
  font-size: 1.1rem;
  color: #787878;
}

/* footer start */
.footer-nf {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  font-family: 'CanvaSans' !important;
  background: #ECE4CB;
}

.footer-section-title {
  color: var(--secondary-accent-text-color);
  font-weight: bold;
  font-size: clamp(1rem, 1.4vw, 2rem);
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.footer-links,
.footer-connect {
  list-style: none;
  padding-left: 0;
}

.footer-links li,
.footer-connect li {
  margin-bottom: 0.45rem;
}

.footer-links a,
.footer-connect a {
  color: var(--primary-text-color);
  text-decoration: none;
  font-size: 1.15rem;
  transition: color 0.2s;
}

.footer-links a:hover,
.footer-connect a:hover {
  color: var(--secondary-accent-text-color);
}

.footer-social {
  display: flex;
  justify-content: space-between;
}

.footer-social .bi {
  font-size: 2.1rem;
  margin-right: 0.6rem;
  color: var(--accent-color-yellow);
  transition: color .2s;
  vertical-align: middle;
}

.footer-social .bi:hover {
  color: var(--secondary-accent-text-color);
}

.footer-newsletter input {
  border-radius: 13px !important;
  margin-bottom: 0.68rem;
  border: 1px solid #ffde8a;
  background: #fff;
  color: #000 !important;
  font-family: 'CanvaSans' !important;
  font-size: 1.05rem;
  padding: 0.68rem 1rem;
}

.footer-newsletter input:focus {
  outline: none;
  /* border: 2px solid #f6df88; */
  background: #fffff3;
}

.footer-newsletter .entry__field {
  border-radius: 13px !important;
  margin-bottom: 0.68rem;
  border: 1px solid #ffde8a;
  background: #fff;
  color: #A6A6A6 !important;
  font-family: 'CanvaSans' !important;
  font-size: 1.05rem;
}

.footer-newsletter .entry__field:focus {
  outline: none;
  border: 2px solid #f6df88;
  background: #fffff3;
}

.footer-signup-btn:hover {
  background: linear-gradient(135deg, #F4CB62 0%, #F5CE6A 30%, #F6CD67 60%, #E8AD50 100%);
  color: var(--primary-text-color) !important;
}

.footer-logo {
  max-width: 270px;
  margin: 1rem auto 1rem auto;
  display: block;
}

.footer-mini-note {
  display: block;
  font-size: clamp(1rem, 1.4vw, 2rem);
  text-align: center;
  color: var(--text-dark);
  margin: 1.5rem 0rem;
}

.footer-extras {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.footer-cert {
  height: 100px;
  width: auto;
}

.footer-onepercent {
  height: 80px;
  width: auto;
}

.footer-copyright {
  border-top: 1px solid var(--primary-text-color);
  color: var(--primary-text-color);
  font-size: 1rem;
  letter-spacing: 0.45px;
  margin-top: 1.1rem;
  padding-top: 1.11rem;
  padding-bottom: 0.44rem;
  text-align: start;
}

/* footer end */

.registration-options h6 {
  font-size: 32px !important;
  font-family: 'CanvaSans' !important;
  padding-left: 0 !important;
}

.btn-blue div {
  text-align: left;
  font-size: clamp(1rem, 1.82vw, 2rem);
  width: 14rem;
}

.btn-blue i {
  position: relative;
  margin-left: auto;
}

.form-group {
  margin-bottom: 1rem;
}
/****** Registration Page Styles ******/

.registration-options-buttons a {
  text-decoration: none;
}



/* resources page */
.hero-section.resources {
  position: relative;
  text-align: center;
  padding: 0rem;
  width: 100%;
  background: url('../images/resource-header.png') center / cover no-repeat;
  min-height: 40vh;
}

.nf-resources-content {
  padding: 60px 16px 40px;
  text-align: left;
  color: var(--primary-text-color);
}

.nf-resources-content .nf-subtitle {
  font-size: clamp(1rem, 1.736vw, 32px) !important;
  font-weight: 700 !important;
  color: var(--secondary-accent-text-color);
  font-family: 'CanvaSans' !important;
  margin-bottom: 40px;
}

/* Icon grid */
.nf-icon-card {
  text-align: center;
  margin-bottom: 32px;
  transition: transform 0.3s ease;
}

.nf-icon-card:hover {
  transform: translateY(-8px) scale(1.03);
}

.nf-icon-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.nf-icon-card a {
  text-decoration: none;
}

.nf-icon-title {
  font-family: 'Boldoamat' !important;
  font-size: clamp(27px, 2.9vw, 56px) !important;
  font-weight: 600 !important;
  color: var(--primary-text-color);
}

.school-registration .schl-regt {
	padding: 100px 0 50px;
  position: relative;
	background: #475227;
	color:#fff;
	font-size:1.05rem;
}
.school-registration .schl-regt:after {
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 90px solid #e2dcc0;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
}

.school-registration .schl-rifo h2 {
    color: #e2dcc0;
    font-family: 'Brandon Grotesque';
    text-transform: capitalize;
    font-size: 2rem;
}

.school-registration .schl-rifo h3 {
    font-size: 1.75rem;
    color: #e2dcc0;
}
.school-registration .schl-rifo ol li {
    /* color: #9bd8a8; */
    color: #e2dcc0;
    font-size: 22px;
}

.school-registration .schl-rifo a {
    color: #ffb442;
    font-weight: 600;
    text-decoration: none;
}

.school-registration .ulst-rdo [type="radio"]:checked,
.school-registration .ulst-rdo [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.school-registration .ulst-rdo [type="radio"]:checked + label,
.school-registration .ulst-rdo [type="radio"]:not(:checked) + label 
{
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
	font-size:14px;
	font-weight: 400;
}
.school-registration .ulst-rdo [type="radio"]:checked + label:before,
.school-registration .ulst-rdo [type="radio"]:not(:checked) + label:before {
  content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 100%;
	background: #fff;
}
.school-registration .ulst-rdo [type="radio"]:checked + label:before {
	border-color:#349800;
}
.school-registration .ulst-rdo [type="radio"]:checked + label:after,
.school-registration .ulst-rdo [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #349800;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.school-registration .ulst-rdo [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.school-registration .ulst-rdo [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.school-registration .ulst-rdo {
	margin:0;
	padding:0;
}
.school-registration .ulst-rdo li {
	display: inline-block;
	margin-right: 20px;
}
.school-registration .ulst-rdo label {
	font-size:16px;
}
.school-registration .ulst-rdo [type="radio"]:checked,
.school-registration .ulst-rdo [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.school-registration .ulst-rdo [type="radio"]:checked + label,
.school-registration .ulst-rdo [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #000;
	font-size:22px;
	font-weight: 400;
}
.school-registration .ulst-rdo [type="radio"]:checked + label:before,
.school-registration .ulst-rdo [type="radio"]:not(:checked) + label:before {
    content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	border: 3px solid #000;
	border-radius: 100%;
	background: #e2dcc0;
}
.school-registration .ulst-rdo [type="radio"]:checked + label:before {
	border-color:#000;
}
.school-registration .ulst-rdo [type="radio"]:checked + label:after,
.school-registration .ulst-rdo [type="radio"]:not(:checked) + label:after {
  content: '';
	width: 14px;
	height: 14px;
	background: #475227;
	position: absolute;
	top: 6px;
	left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.school-registration .ulst-rdo [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.school-registration .ulst-rdo [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.school-registration .schl-rfrm .form-group {
  margin-bottom: 1.4rem;
}

.same-row-checkbox .container-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  font-family: 'CanvaSans', Arial, sans-serif;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.same-row-checkbox .container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.same-row-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 3px solid #316265;
}

/* On mouse-over, add a grey background color */
.same-row-checkbox .container-box:hover input ~ .checkmark {
  background-color: transparent;
  border: 3px solid #316265;
}

/* When the checkbox is checked, add a blue background */
.same-row-checkbox .container-box input:checked ~ .checkmark {
  background-color: transparent;
  border: 3px solid #316265;
}

/* Create the checkmark/indicator (hidden when not checked) */
.same-row-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.same-row-checkbox .container-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.same-row-checkbox .container-box .checkmark:after {
  left: 8px;
  top: 2px;
  width: 9px;
  height: 19px;
  border: solid #405020;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}  
@media (max-width: 767.98px) {

  .nf-content {
    padding-top: 40px;
  }

  .nf-content h1 {
    text-align: center;
  }

  .nf-subtitle {
    text-align: center;
  }
}

/* End resources page */

/* About us Page */
.our-story-page .hero-clipped {
  -webkit-clip-path: url(#heroWave);
  clip-path: url(#heroWave);
  min-height: 80vh;
}

/* About main section */
.about-section {
  padding: 36px 16px 40px;
}

.about-title {
  font-size: clamp(48px, 4.62vw, 80px);
  color: var(--primary-text-color);
  margin-bottom: 1.25rem;
}

.about-highlight {
  color: var(--secondary-accent-text-color);
  font-family: 'CanvaSans';
  font-size: clamp(1rem, 1.84vw, 32px);
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-text p,
.little-tree p {
  font-size: clamp(16px, 1.48vw, 32px);
  line-height: 1.7;
}

.quote-block {
  background: none;
  color: var(--primary-text-color);
  font-size: clamp(32px, 2.49vw, 48px);
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  font-style: italic;
  text-align: center;
}

.quote-sign {
  font-size: clamp(1rem, 1.862vw, 2rem);
  margin-top: 1.25rem;
  color: var(--secondary-accent-text-color);
  font-style: normal;
}

.about-photo img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Collage row */
.collage-strip {
  padding: 10px 16px 40px;
}

.collage-item img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.collage-caption {
  font-size: 0.82rem;
  text-align: right;
  margin-top: 4px;
  color: #6b6b6b;
}

/* Side story block */
.little-tree {
  padding: 0 16px 40px;
}

.little-tree-title {
  color: var(--primary-text-color);
  font-size: clamp(48px, 4.62vw, 80px);
  margin-bottom: 1.25rem;
}

/* Illustrated bottom */
.illustrated-footer {
  background: center bottom / cover no-repeat;
  min-height: 1107px;
}

@media (max-width: 767.98px) {

  .about-section {
    padding-top: 26px;
  }

  .about-title {
    text-align: center;
  }

  .our-story-page .hero-clipped {
    min-height: 100%;
  }

  .hero-section.about-section-header {
    min-height: 100%;
  }
}

/* End About us Page */

/* Contact us Page */
/* Main contact content */
.contact-section {
  padding: 30px 16px 0;
  background: url('../../images/2026/contact-form-bg.png') top center;
}

.contact-title {
  font-size: clamp(48px, 4.62vw, 80px);
  color: var(--primary-text-color);
  margin-bottom: 1.25rem;
}

.contact-body {
  font-size: clamp(16px, 1.48vw, 32px);
  line-height: 1.7;
  max-width: 620px;
}

.contact-subheading {
  color: var(--secondary-accent-text-color);
  margin: 2rem 0 1.25rem;
  font-size: clamp(16px, 1.48vw, 32px);
  line-height: 1.7;
  font-family: 'CanvaSans';
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}

.social-row img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Form card */
.contact-form-card {
  padding: 18px 20px 16px;
  max-width: 520px;
  margin-left: auto;
}

.contact-form-submit-card {
  padding: 18px 20px 16px;
  max-width: 520px;
  min-height: 480px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 0.5rem;
}

.contact-form-submit-card .contact-form-title {
  font-size: clamp(18px, 1.83vw, 36px);
  line-height: 1.7;
  font-family: 'CanvaSans';
  color: #737373;
  text-align: center;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.contact-form-submit-card .small-text {
  font-size: clamp(14px, 1.18vw, 24px);
  line-height: 1.7;
  font-family: 'CanvaSans';
  color: #737373;
  text-align: center;
  font-weight: 500;
  margin: 2rem 0px;
}

.contact-form-title {
  font-size: clamp(16px, 1.48vw, 32px);
  line-height: 1.7;
  font-family: 'CanvaSans';
  color: var(--primary-text-color);
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.contact-form-card .form-control {
  font-size: clamp(12px, 1.181vw, 24px);
  height: 48px;
  border-radius: 0.5rem;
  border: none !important;
}

.contact-form-card textarea.form-control {
  height: 160px;
  resize: vertical;
}

.contact-form-card .form-control:focus {
  box-shadow: 0 0 0 2px rgba(50, 150, 200, 0.3);
}

.contact-form-card label, .contact-form-card textarea{
    width:100%;
}

.char-count {
  font-size: 0.75rem;
  color: #a0a7b4;
  text-align: right;
  margin-top: 4px;
}

.btn-submit {
  margin-top: 12px;
  border-radius: 15px;
  padding: 6px 24px 10px 24px;
  font-family: 'Boldoamat';
  border: none;
  background: #ff2b8b;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1.734vw, 2rem);
  letter-spacing: 1px;
}

.btn-submit:hover, .wpcf7-submit:hover {
  background: #e02377;
}

.wpcf7-form-control
{
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    padding: 0.375rem 0.75rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcf7-submit {
  margin-top: 12px;
  border-radius: 15px !important;
  padding: 6px 24px 10px 24px !important;
  font-family: 'Boldoamat';
  border: none;
  background: #ff2b8b !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1.734vw, 2rem) !important;
  letter-spacing: 1px;
  width: 25% !important;
}

.faq-link-row {
  font-size: clamp(16px, 1.48vw, 32px);
  line-height: 1.7;
  font-family: 'CanvaSans' !important;
  color: var(--primary-text-color);
  letter-spacing: 1px;
  font-weight: 700;
}

.faq-link-row a {
  font-size: clamp(16px, 1.48vw, 32px);
  line-height: 1.7;
  font-family: 'CanvaSans' !important;
  color: var(--primary-text-color);
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.faq-link-row a:hover {
  color: var(--secondary-accent-text-color);
}

/* Houses illustration at bottom */
.houses-strip {
  background: url("../../images/2026/contact-footer-bg.png") center bottom / cover no-repeat;
  height: 950px;
}

/* coordinator login page */

.coordinator-login-page .contact-section form {
  max-width: 560px;
  margin: 0 auto;
}

.coordinator-login-page .contact-section form label {
  font-size: clamp(18px, 1.24vw, 32px);
  color: #282828;
  height: auto !important;
}

.coordinator-login-page .contact-section form .input-group {
  min-height: 56px;
}

.coordinator-login-page .contact-section form .input-group .form-control {
  border: none !important;
}

.coordinator-login-page .contact-section form .input-group-text {
  background: #fff !important;
  border: 1px solid #fff !important;
}

.coordinator-login-page .contact-section form .input-group-text {
  color: var(--primary-text-color) !important;
}

.coordinator-login-page .houses-strip {
  background: url("../../images/2026/contact-footer-bg.png") center bottom / cover no-repeat;
  height: 785px;
}

.w-30 {
  width: 30% !important;
}

.w-70 {
  width: 70% !important;
}

@media (max-width: 991.98px) {
  .contact-form-card {
    margin: 24px auto 0;
  }

  .contact-section {
    padding-top: 24px;
  }
}

/* End coordinator login page */

/****** Blog Page Styles ******/

.blist .site-header:after {
	display:none;
}
.blist .site-content {
	background:#e2dcc0;
	background-position: 35px 17.5px;
	padding: 15px;
	position:relative;
}
.blist .site-content:after{
	/*background: url('../images/cloud-icn.png') no-repeat;
	position: absolute;
	left: 21px;
	top: -95px;
	content: '';
	display: block;
	width: 300px;
	height: 83px;	*/
}
.blist-bdr {
	border:2px solid #475227;
	margin-top:50px;
}
.blist article .entry-header {
	margin:0;
}
.blog-item a{	
	text-decoration: none;
}
.blist .site-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.blist .site-content [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	flex-direction: column;
}
.blist .entry-title {	
   color: #3a4d5c;
    /* font-family: 'Helvetica-Bold'; */
    font-family: 'Brandon Grotesque';
    font-size: 2rem;
    font-weight: 400;
    /* margin-left: 14.5rem; */
    text-align: center;
    text-decoration: none;
}
.blist .entry-title a {
	color:#3a4d5c;
	/*font-family: 'Helvetica-Bold';*/
	font-family: 'Brandon Grotesque';
	line-height: 2.25rem;
	display: block;
	font-size:2rem;
	font-weight:normal;
  text-decoration: none;
}
.blist .entry-title a:hover {
	text-decoration:underline;
}
.brd-lnk {
	padding: 0;	
	margin-top: 5px;
	margin-bottom: 30px;
}
.brd-lnk p {
	margin:0;	
}
.brd-lnk a {
	color:#231f20;
	font-size: 1.25rem;
	/*font-family: 'HelveticaNeue-Light';*/
	font-family: 'Brandon Grotesque';
	border: 2px solid #fff;
	padding: 7.5px 15px;	
	display: block;
	background:#fff;
  text-decoration: none;
}
.brd-lnk a:hover
{
	color: #6ac79b;
	background:#fff;
}
.blog-item .wp-post-image{
	max-height:200px;
}
.blist-des {
  color: #212529;
	margin-bottom:0;
}
.blog-item-lay:hover .entry-title, .blog-item-lay:hover .blist-des {
    color: #fff;
}
.blog-item-lay {
	/*margin-bottom: 20px;*/
	background: #6ac79b;
	height: 100%;
	padding: 22.5px 15px 25px;
	margin-bottom: 20px;
}
.brd-lnk1 a {
	border-color:#f5685e;
}
.brd-lnk1 a:hover {
	color:#f5685e;
}
.brd-lnk2 a {
	border-color:#6ac79b;
}
.brd-lnk2 a:hover {
	color: #6ac79b;
    border-color: #6ac79b;
}
.brd-lnk3 a {
	border-color:#ffb442;
}
.brd-lnk3 a:hover {
	color:#ffb442;
}
.brd-lnk4 a{
	border-color:#87b01c;
}
.brd-lnk4 a:hover{
	color:#87b01c;
}
.blog-item-lay1 {
	background: #f5685e;
}
.blog-item-lay2 {
	background: #6ac79b;
}
.blog-item-lay3 {
	background: #ffb442;
}
.blog-item-lay4 {
	background: #87b01c;
}
.blog-item-lay1 .brd-lnk a:hover {
	color: #f5685e;
}
.blog-item-lay2 .brd-lnk a:hover {
	color: #6ac79b;
}
.blog-item-lay3 .brd-lnk a:hover {
	color: #ffb442;
}
.blog-item-lay4 .brd-lnk a:hover {
	color: #87b01c;
}
.pagination {
  border:0;
  font-family: 'Brandon Grotesque';
  font-size: 1.2575rem;
  margin: 20px;
}
.pagination .pagination-arrow {
    font-size: 28px;
    line-height: 52px;
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
}

.pagination .prev,
.pagination .next {
    background-color: #405020;
    color: #fff;
    padding: 0;
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: #6dc49b;
    color: #fff;
}

.pagination .page-numbers {
	color: #fff;
	background: #6dc49b;
	padding: 10px 15px;
  text-decoration: none;
}
.pagination .current {
	color:#fff;
	background: #f5685e;
}
.pagination a:hover, 
.pagination a:focus {
	color: #fff;
	background: #88b778;
}
.pagination .prev, .pagination .next {
    background-color: #405020;
	color:#fff;
	padding: 0;
}
.pagination .nav-links {
	margin: 0 auto;
}
.pagination .prev:hover, 
.pagination .prev:focus, 
.pagination .next:hover, 
.pagination .next:focus {
    background-color: #6dc49b;
    color: #fff;
}

/* Single Blog */
.no-sidebar .entry-header,
.no-sidebar .comments-area {
	margin-left:0;
	margin-right:0;	
    margin-bottom: 70px;
}
.sblg-cnt {
	background:#fff;	
}
.sblg-des {
	padding: 25px 20px 0;
	font-size: 18px;
	margin-bottom: 15px;
}
.sblg-des h2 {
  font-size: 3rem;
}
.sblg-des a {
  text-decoration: none !important;
}
.sblg-rgt {
	border-left:4px solid #e2dcc0;
	border-bottom:4px solid #e2dcc0;
	float: right;
}
.sblg-fimg {
	padding:15px;
	margin-left: 15px;
	width:50%;
}
.sblg-fimg .post-thumbnail {
    margin-bottom: 0;	

}
.sblg-fimg .post-thumbnail img {
  width: 400px;
  height: 400px;
}
.sblg-info {	
	padding: 15px;
	font-size:22px;
	text-transform: capitalize;	
}
.sblg-info span {
	color:#3a4d5c;
	font-family: 'CanvaSans';
  font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
}
.sblog.site-content {
	background:#e2dcc0;
	padding: 10px 15px 0;
}
.sblog .entry-title{
	color:#3a4d5c;
  font-family: 'Brandon Grotesque';
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.sblog-tp {
	border-bottom:4px solid #e2dcc0;
	float: left;
	width: 100%;
}
.sblg-des-sps{
	display:block;
	height:70px;	
}
.sblog-tp-lft {
  border-right: 2px solid #e2dcc0;
	width: 50.20%;
	float:left;
}
.sblog-tp-rgt {
	border-left: 2px solid #e2dcc0;
	width: 49.80%;
	float:left;
}
.comments-title, 
.comment-reply-title {
	border-top:0;	
	margin-top: 20px;
	/*font-family: 'HelveticaNeue';*/
	font-family: 'Brandon Grotesque';
	font-size: 1.50rem;
}
.comment-form label {
  display: block;
	color: #231f20;
	font-size: 1rem;
	text-transform:capitalize;	
	font-family: 'Brandon Grotesque';
	margin-bottom: 2.5px;
}
.comment-form {
    padding-top: 0;
}
.comment-notes {
	margin-bottom: 1rem;
}
.required {
    color: #f10
}
.comment-form .comment-form-cookies-consent label {
	/*font-family: 'HelveticaNeue';*/
  display: inline;
	font-family: 'Brandon Grotesque';
}
.comment-form input[type="submit"] {
	background: #405020;
	/*font-family: 'HelveticaNeue';*/
	font-family: 'Brandon Grotesque';
	text-transform: capitalize;
	padding: 0.85em 1.30em 0.85em;
	font-weight: 600;
	border-radius: 0;
  color: #fff;
}

.comment-form input[type="submit"]:hover {
	background:#6dc49b;
}
.nxt-plnk {
	background: #ffb442;
    padding: 4px 15px;
    text-transform: uppercase;
    color: #475227;
    font-size: 28px;
    /*font-family: 'HelveticaNeue-CondensedBold';*/
	font-family: 'Brandon Grotesque';
    display: inline-block;
    margin-right: 35px;
}
.nxt-parw.fa {
	color: #ffb442;
    font-size: 74px;
    display: inline-block;
    position: absolute;
    top: -14px;
    margin-left: 2px;
    right: 0;
}
a:hover .nxt-plnk
{
	background:#475227;
	color: #ffb442;
}
a:hover .nxt-parw.fa {
	color:#475227;
}
.nxt-psec {	
	padding-bottom:10px;
	padding-top:25px;
}
.nxt-psec > a {
	position:relative;
	display:block;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
	margin-right: 0;
    margin-left: 14.5rem;
    width: auto;
    margin-top: 15px;
    color: #000;
    font-size: 0.95rem;
    clear:both;
}
.entry-footer a {
    color: #231f20;
}
.grn-bdr {
    border: 2px solid #475227;
    margin-top: 50px;
}
.rb-list [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.rb-list {
    background: #475227;
    padding: 30px 15px 10px;
    position: relative;
	margin-bottom:100px;
}
.rb-list:after {
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 90px solid #475227;
    position: absolute;
    bottom: -90px;
    content: '';
    left: 0;
}

/** Photos Page **/
.phlst-pge {
    padding: 0 15px;
}
.phlst-pge a{
    text-decoration: none;
}
.phlst-itm {
    background: #fff6e1;
    margin: 10px 0;
    padding: 10px 15px;
    border: 1px solid #316366;
}
.phlst-pge [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.phlst-img img {
  width: 100%;
  height: 100%;
}
.phsec-des{
	padding:30px 20px 20px 0;
	background: #e2dcc0 !important;
	color:#292a62 !important;
	font-size: 1.05rem !important;
}
a .phsec-des {
	color:#292a62;
}
a:hover .phsec-des{
	/*background:#fff;*/
}
.phsec-itm {
	margin-top:20px;
}
.phlst-pge .pagn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.phlst-pge .pagn a.prev, .phlst-pge .pagn a.next {
    display: inline-block;
    position: relative;
    color: #fff;
    width: 40px;
    height: 44px;
    overflow: hidden;
    position: relative;
    top: 14px;
}
.phlst-pge .pagn a {
    color: #fff;
    background: #6dc49b;
    padding: 6px 15px;
    /* font-family: 'HelveticaNeue-Bold'; */
    font-family: 'Brandon Grotesque';
    font-size: 1.2575rem;
    display: inline-block;
}
.phlst-pge .pagn .current {
    color: #fff;
    background: #f5685e;
    padding: 10px 15px;
    /* font-family: 'HelveticaNeue-Bold'; */
    font-family: 'Brandon Grotesque';
    font-size: 1.2575rem;
}
.phto-dtl {
    background: #2f3052;
    padding: 15px;
}
.phto-dtl img{
  width: 100%;
}
.phdtl-rgt {
    background: #e2dcc0;
    padding: 15px;
    height: 100%;
    margin-left: -10px;
}
.phdtl-rgt .phsec-tit {
    margin: 10px 0 15px;
    font-size: 1.70rem;
}
.phsec-tit, .prdsldr-lft h2 {
    color: #28343d;
}

article .entry-title {
    color: #3a4d5c;
    /* font-family: 'Helvetica-Bold'; */
    font-family: 'Brandon Grotesque';
    font-size: 2rem;
    font-weight: 400;
    /* margin-left: 14.5rem; */
    text-align: center;
}

article .entry-title a {
  text-decoration: none;
}

.site-main > article {
    margin-bottom: 3.5em;
    position: relative;
}
.no-sidebar .entry-header, .no-sidebar .comments-area {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 70px;
}
.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%;
}
/* media queries */
@media (max-width: 480px) {

  /* Container and padding adjustments */
  .common-section,
  .main-header {
    padding: 1rem;
  }

  .col-md-3:has(.navbar-brand) {
    width: 100% !important;
  }

  #navbarNavAltMarkup .ms-auto {
    justify-content: start !important;
  }

  /* Buttons and links */
  .btn-yellow {
    padding: 1rem;
    font-size: 1rem;
  }

   /* Navigation arrows */
  .nav-arrow.right {
    top: calc(100% - 64%) !important;
    left: calc(100% - 2rem) !important;
  }

  .nav-arrow.left {
    top: calc(100% - 64%) !important;
    right: calc(100% - 2rem) !important;
  }

  .nav-link {
    font-size: 1rem;
  }

  .frame-pink{
    padding: clamp(1.25rem, 9vw, 2.1rem) !important;
  }

  .carousel-img{
    left:0 !important;
  }

  /* Frame blue adjustments */
  .frame-blue {
    width: 100%;
    height: auto !important;
    background: none;
    margin: 0;
  }

  .frame .row {
    padding: 1rem !important;
  }



  .content-col p.pink {
    font-size: 1.3rem !important;
  }

  .carousel-img {
    margin: 0;
    width: 100%;
    object-fit: cover;
    max-height: max-content;
  }

  /* Navigation arrows */
  .nav-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }

  .nav-arrow.right {
    bottom: calc(100% - 28%) !important;
    left: calc(100% - 2rem) !important;
  }

  .nav-arrow.left {
    bottom: calc(100% - 28%) !important;
    right: calc(100% - 2rem) !important;
  }

  /* Movement buttons and columns */
  .common-section .row:has(.movement-btn-col) {
    margin: 1rem 0 !important;
  }

  .movement-btn-col {
    flex-direction: column !important;
  }

  .movement-btn-col a {
    max-width: 100% !important;
    width: 100% !important;
    padding: 1rem 3rem !important;
  }

  .movement-col .logo-plant {
    padding: 1rem;
  }

  .movement-col .movement-gif {
    width: 100% !important;
    object-fit: contain;
    min-height: auto !important;
  }

  .coordinator-login-page .contact-section form .login-controls {
    display: flex;
    flex-direction: column;
  }

  .coordinator-login-page .contact-section form .login-controls label {
    width: 100% !important;
  }

  .coordinator-login-page .contact-section form .login-controls .input-group {
    width: 100% !important;
  }

  /* Footer section */
  .footer-top-section,
  .help-us-grow-page .footer-top-section,
  .get-free-trees .footer-top-section {
    min-height: 28vh !important;
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 600px) {

  .main-header {
    padding: 1rem !important;
  }

  /* Padding and container adjustments */
  .common-section,
  .arrow-section,
  .main-header,
  .growth-section {
    padding: 2rem 1rem;
  }

  /* Navigation links */
  .nav-link {
    font-size: 1rem;
  }

  /* Navbar alignment */
  #navbarNavAltMarkup .ms-auto {
    justify-content: start !important;
    flex-direction: column;
    align-items: start !important;
  }

  .frame-blue {
    background: none;
    margin: 0;
  }

  .frame .frame-blue .row {
    padding: 0 !important;
  }

  /* Navigation arrows position */
  .nav-arrow.right {
    top: calc(100% - 64%) !important;
    left: calc(100% - 2rem) !important;
  }

  .nav-arrow.left {
    top: calc(100% - 64%) !important;
    right: calc(100% - 2rem) !important;
  }

  /* Movement buttons */
  .movement-btn-col {
    flex-direction: column !important;
  }

  .movement-btn-col a {
    max-width: 100% !important;
    width: 100% !important;
    padding: 1rem 3rem !important;
  }

  .movement-col .logo-plant {
    padding: 1rem;
  }

  .bee-img {
    margin-bottom: 2rem;
  }

  .butterfly-content p {
    width: 100% !important;
  }

  .select-institution .input-group:has(#searchInput) {
    width: 100%;
  }

  /* Footer adjustments for smaller than 576px */
  @media (max-width: 575.9px) {
    #navbarNavAltMarkup .navbar-nav {
      flex-direction: column !important;
      align-items: start !important;
    }

    .footer-section-title,
    .footer-links,
    .footer-connect,
    .footer-newsletter {
      text-align: center;
    }

    .footer-social {
      text-align: center;
      margin-bottom: 1rem;
    }

    .footer-copyright {
      font-size: 0.9rem;
    }

    .footer-extras {
      flex-direction: column;
      align-items: center;
      gap: 0.4rem;
    }

    .nf-icon-card {
      text-align: center;
      margin-bottom: 32px;
      width: 100%;
    }
  }
}

/* For devices up to 768px */
@media (max-width: 768px) {
  .hero-clipped {
    background-position-x: -18rem;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .mission {
    padding: 1rem;
  }

  .mission .heading-container {
    flex-direction: column;
  }

  .mission .container .sun-img {
    display: none !important;
  }

  .carousel-container {
    min-height: 180px;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    padding: 0.5rem;
  }

   .frame-pink{
    padding: 4rem;
  }

  .carousel-img{
    left:0 !important;
  }

  .frame-creepers {
    height: max-content;
  }

  .frame-creepers .gif-img {
    width: 85%;
    height: 78%;
    border-radius: 8px;
  }

  .impact-col .growth-gif {
    width: 100%;
    height: max-content;
    object-fit: contain;
  }

  .content-col p.pink {
    font-size: 1.5rem !important;
  }


  .footer-top-section,
  .help-us-grow-page .footer-top-section,
  .get-free-trees .footer-top-section {
    min-height: 48vh;
    padding: 1.5rem 1rem;
  }

  .contact-form-submit-card {
    margin: 2.5rem 0rem;
    max-width: 100% !important;
  }
}

/* For devices between 768px and 992px */
@media (min-width: 768px) and (max-width: 992px) {
  .nav-arrow.left {
    left: 0;
  }

  .nav-arrow.right {
    right: 0;
  }

  .frame-blue {
    background: none;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer-signup-btn {
    padding: 1rem 4rem;
    font-size: 1.25rem;
  }
  .frame-pink{
    padding: 5rem !important;
  }

  .carousel-img{
    left:0 !important;
  }
}

/* For devices between 992px and 1200px */

@media (max-width: 991.9px) {

  /* Header and frame padding */
  .main-header {
    padding: 1.5rem;
  }

  /* Navbar layout */
  #navbarNavAltMarkup .ms-auto {
    justify-content: start !important;
    align-items: start !important;
  }

  #navbarNavAltMarkup .navbar-nav {
    flex-direction: row;
    align-items: start !important;
  }

  .impact-col .growth-gif {
    width: 100%;
    height: max-content;
    object-fit: contain;
  }

  /* Navigation arrows */
  .nav-arrow.right {
    top: calc(100% - 68%) !important;
    left: calc(100% - 2rem) !important;
  }

  .nav-arrow.left {
    top: calc(100% - 68%) !important;
    right: calc(100% - 2rem) !important;
  }

  /* Movement columns and buttons */
  .row:has(.movement-col) {
    justify-content: flex-start !important;
  }

  .movement-col .movement-gif {
    width: 100% !important;
    min-height: auto !important;
  }

  .movement-btn-col {
    flex-direction: column !important;
  }

  .movement-btn-col a {
    max-width: 100% !important;
    width: 100% !important;
    padding: 1rem 3rem !important;
  }

  .movement-col .logo-plant {
    padding: 1rem;
  }

  /* Footer adjustments */
  .footer-donate-btn {
    font-size: 1.5rem;
  }

  .footer-section-title {
    font-size: 1.17rem;
  }

  .footer-mini-note {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .footer-logo {
    max-width: 140px;
  }

  .footer-extras {
    gap: 1rem;
  }

  .footer-cert,
  .footer-onepercent {
    height: 60px;
  }
}

/* For screens 992px to 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-top-section,
  .help-us-grow-page .footer-top-section,
  .get-free-trees .footer-top-section {
    min-height: 68vh;
    padding: 1.5rem 1rem;
  }

  .nav-arrow.right {
    top: calc(100% - 50%);
    left: calc(100% - 2rem);
  }

  .nav-arrow.left {
    top: calc(100% - 50%);
    right: calc(100% - 2rem);
  }

  .movement-btn-col .btn-yellow {
    max-width: 50%;
    width: 32%;
  }

  .video-slide.active{
    flex-direction: row !important;
  }

  .footer-section-title {
    font-size: 1.16rem;
  }
}

/* For screens 1200px to 1400px */
@media (min-width: 1200px) and (max-width: 1400px) {
  .movement-btn-col .btn-yellow {
    max-width: 50%;
    width: 29%;
  }

  .footer-top-section,
  .help-us-grow-page .footer-top-section,
  .get-free-trees .footer-top-section {
    min-height: 100vh;
    padding: 1.5rem 1rem;
  }
}

/* For screens 1200px to 2560px */
@media (min-width: 1200px) and (max-width: 2560px) {

  .footer-top-section,
  .help-us-grow-page .footer-top-section,
  .get-free-trees .footer-top-section {
    /* min-height: 100vh; */
    padding: 1.5rem 1rem;
  }

  .nav-arrow.right {
    top: calc(100% - 50%);
    left: 100%;
  }

  .nav-arrow.left {
    top: calc(100% - 50%);
    right: 100%;
  }
}

@media (min-width:1400.9px) and (max-width:2560px) {
  .movement-btn-col .btn-yellow {
    max-width: 50%;
    width: 25%;
  }
}

/* media query for registration page */

@media (min-width: 1200.9px) and (max-width: 1399.9px) {
  .btn-blue {
    left: 0 !important;
  }

  .btn-blue div {
    max-width: 80% !important;
    text-align: left;
    padding-left: 0rem;
  }

  .img-end {
    right: 40px !important;
    padding-right: 0rem;
    position: absolute;
    width: 48px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .btn-blue {
    padding: 12px 20px;
    font-size: 0.95rem;
    left: 0 !important;
  }

  .btn-blue div {
    max-width: 80% !important;
    text-align: left;
    padding-left: 0rem;
  }

  .img-end {
    right: 40px !important;
    padding-right: 0rem;
    position: absolute;
    width: 32px !important;
    height: 32px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-blue {
    padding: 12px 20px;
    font-size: 0.95rem;
    left: 0 !important;
  }

  .btn-blue div {
    max-width: 80% !important;
    text-align: left;
    padding-left: 0rem;
  }

  .img-end {
    right: 40px !important;
    padding-right: 0rem;
    position: absolute;
    width: 32px !important;
    height: 32px !important;
  }
}

/* Tablet (≥768px) */
@media (min-width: 768px) {
  .registration-title {
    text-align: left !important;
  }

  .option-row {
    flex-direction: row !important;
    align-items: center;
    display: grid;
    place-items: center;
  }

  .btn-blue {
    left: 0;
  }
}

/* Mobile Large (≥576px) */
@media (min-width: 576px) {
  .btn-blue {
    padding: 14px 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .btn-blue {
    padding: 12px 20px;
    font-size: 0.95rem;
    left: 0 !important;
  }

  .btn-blue div {
    max-width: 80% !important;
    text-align: left;
    padding-left: 0rem;
  }

  .img-end {
    right: 40px !important;
    padding-right: 0rem;
    position: absolute;
    width: 32px !important;
    height: 32px !important;
  }
    .frame-blue {
    background: none;
    margin: 0;
  }
}

/* Mobile Small (≤575px) */
@media (max-width: 575.98px) {
  .registration-title h5 {
    font-size: 3rem;
  }

  .registration-title h6 {
    font-size: 1.1rem;
  }

  .option-row {
    text-align: center;
    gap: 1rem;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }

  .option-row img.img-start {
    max-width: 160px;
  }

  .btn-blue {
    padding: 12px 20px;
    font-size: 0.95rem;
    left: 0 !important;
  }

  .btn-blue div {
    max-width: 80% !important;
    text-align: left;
    padding-left: 0rem;
  }

  .img-end {
    right: 40px !important;
    padding-right: 0rem;
    position: absolute;
    width: 32px !important;
    height: 32px !important;
  }
}

/* Extra Small Mobile (≤400px) */
@media (max-width: 400px) {
  .registration-title h6 {
    font-size: 1rem;
  }

  .option-row {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .btn-blue {
    padding: 10px 16px;
    font-size: 0.9rem;
    width: 100%;
  }
}


/* media query registration page ends */

@media (max-width: 1024px) {
  .hero-section.resources {
    background-position-x: 0 !important;
  }
}