@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

:before,
:after {
  --tw-content: "";
}

html,
:host {
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; 
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}


body {
  margin: 0;
  line-height: inherit;

}

html {
  scroll-behavior: smooth;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  /* font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace; */
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --background: 0 0% 100%;
  --foreground: 222.2 84% 4.9%;
  --card: 0 0% 100%;
  --card-foreground: 222.2 84% 4.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 222.2 84% 4.9%;
  --primary: #077a18;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --accent: 210 40% 96.1%;
  --accent-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --ring: 222.2 84% 4.9%;
  --radius: 0.5rem;
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 240 5.3% 26.1%;
  --sidebar-primary: 240 5.9% 10%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 240 4.8% 95.9%;
  --sidebar-accent-foreground: 240 5.9% 10%;
  --sidebar-border: 220 13% 91%;
  --sidebar-ring: 217.2 91.2% 59.8%;
}


* {
  border-color: hsl(var(--border));
}

body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.-bottom-12 {
  bottom: -3rem;
}

.-left-12 {
  left: -3rem;
}

.-right-12 {
  right: -3rem;
}

.-top-12 {
  top: -3rem;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-4 {
  top: 1rem;
}

.top-\[1px\] {
  top: 1px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[60\%\] {
  top: 60%;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[1\] {
  z-index: 1;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height: var(--radix-navigation-menu-viewport-height);
}

.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-svh {
  height: 100svh;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-\[80px\] {
  min-height: 80px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-svh {
  min-height: 100svh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[--sidebar-width\] {
  width: var(--sidebar-width);
}

.w-\[100px\] {
  width: 100px;
}

.w-\[1px\] {
  width: 1px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-\[12rem\] {
  min-width: 12rem;
}

.min-w-\[8rem\] {
  min-width: 8rem;
}

.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[--skeleton-width\] {
  max-width: var(--skeleton-width);
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-full {
  flex-basis: 100%;
}

.caption-bottom {
  caption-side: bottom;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-px {
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-px {
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-1> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[inherit\] {
  border-radius: inherit;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: var(--radius);
}

.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}

.rounded-l-md {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.rounded-r-md {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-tl-sm {
  border-top-left-radius: calc(var(--radius) - 4px);
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-\[--color-border\] {
  border-color: var(--color-border);
}

.border-border\/50 {
  border-color: hsl(var(--border) / 0.5);
}

.border-destructive {
  border-color: hsl(var(--destructive));
}

.border-destructive\/50 {
  border-color: hsl(var(--destructive) / 0.5);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-input {
  border-color: hsl(var(--input));
}

.border-primary {
  border-color: hsl(var(--primary));
}

.border-sidebar-border {
  border-color: hsl(var(--sidebar-border));
}

.border-transparent {
  border-color: transparent;
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-t-transparent {
  border-top-color: transparent;
}

.bg-\[--color-bg\] {
  background-color: var(--color-bg);
}

.bg-accent {
  background-color: hsl(var(--accent));
}

.bg-background {
  background-color: hsl(var(--background));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/80 {
  background-color: #000c;
}

.bg-border {
  background-color: hsl(var(--border));
}

.bg-card {
  background-color: hsl(var(--card));
}

.bg-destructive {
  background-color: hsl(var(--destructive));
}

.bg-foreground {
  background-color: hsl(var(--foreground));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-muted {
  background-color: hsl(var(--muted));
}

.bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}

.bg-popover {
  background-color: hsl(var(--popover));
}

.bg-primary {
  background-color: hsl(var(--primary));
}

.bg-secondary {
  background-color: hsl(var(--secondary));
}

.bg-sidebar {
  background-color: hsl(var(--sidebar-background));
}

.bg-sidebar-border {
  background-color: hsl(var(--sidebar-border));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[1px\] {
  padding: 1px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.align-middle {
  vertical-align: middle;
}

/* .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
} */

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-none {
  line-height: 1;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-accent-foreground {
  color: hsl(var(--accent-foreground));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-card-foreground {
  color: hsl(var(--card-foreground));
}

.text-current {
  color: currentColor;
}

.text-destructive {
  color: hsl(var(--destructive));
}

.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}

.text-foreground {
  color: hsl(var(--foreground));
}

.text-foreground\/50 {
  color: hsl(var(--foreground) / 0.5);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.text-popover-foreground {
  color: hsl(var(--popover-foreground));
}

.text-primary {
  color: hsl(var(--primary));
}

.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}

.text-sidebar-foreground {
  color: hsl(var(--sidebar-foreground));
}

.text-sidebar-foreground\/70 {
  color: hsl(var(--sidebar-foreground) / 0.7);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.ring-ring {
  --tw-ring-color: hsl(var(--ring));
}

.ring-sidebar-ring {
  --tw-ring-color: hsl(var(--sidebar-ring));
}

.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-\[left\,right\,width\] {
  transition-property: left, right, width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-\[margin\,opa\] {
  transition-property: margin, opa;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-\[width\,height\,padding\] {
  transition-property: width, height, padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.duration-1000 {
  transition-duration: 1s;
}

.duration-200 {
  transition-duration: 0.2s;
}

.duration-300 {
  transition-duration: 0.3s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

@keyframes enter {
  0% {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0),
        var(--tw-enter-translate-y, 0),
        0) scale3d(var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0),
        var(--tw-exit-translate-y, 0),
        0) scale3d(var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.animate-in {
  animation-name: enter;
  animation-duration: 0.15s;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.fade-in-0 {
  --tw-enter-opacity: 0;
}

.fade-in-80 {
  --tw-enter-opacity: 0.8;
}

.zoom-in-95 {
  --tw-enter-scale: 0.95;
}

.duration-1000 {
  animation-duration: 1s;
}

.duration-200 {
  animation-duration: 0.2s;
}

.duration-300 {
  animation-duration: 0.3s;
}

.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  animation-timing-function: linear;
}

:root {
  --primary: #077a18;
  --primary-dark: #065d13;
  --secondary: #1a1f2c;
  --text-dark: #333333;
  --text-light: #767676;
  --white: #ffffff;
  --gray-light: #f8f9fa;
  --gray: #e9ecef;
  --success: #28a745;
  --transition: all 0.3s ease;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--white);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: Playfair Display, serif; */
  color: var(--secondary);
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

p {
  margin-bottom: 1.25rem;
  color: var(--text-light);
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-dark);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.section-padding {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2 {
  font-size: 2.75rem;
  margin-bottom: 0.5rem;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--text-light);
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: var(--transition);
}

.btn-primary {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--white);
}

.about-section {
  background-image: url('../images/about-bgimage.jpg');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  position: relative;
  padding:0;
  color: #333;
}

.about-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  /* white overlay for readability */
  padding:  80px 40px;
  border-radius: 0;
  background: linear-gradient(rgba(245, 249, 255, 0.72), rgba(245, 249, 255, 0.72));
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}

.about-left {
  flex: 1 1 182px;
  border-right: 3px solid #077a18;
  padding-right: 30px;
  text-align: right;
}

.about-left h2 {
  font-size: 2.5em;
  color: #077a18;
}

.about-left h2 span {
  display: block;
  font-weight: bold;
}

.about-left p {
  margin-top: 15px;
  font-size: 1.1em;
  color: #333;
}

.about-right {
  flex: 2 1 600px;
}

.about-right h2 {
  font-size: 2em;
  font-weight: bold;
  color: #077a18;
  margin-bottom: 20px;
}

.about-right p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #444;
}

.knowledge-section {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 20px;
  padding: 40px 20px;
  background: #fff;
  flex-wrap: wrap;
}

.image-block {
  flex: 1 1 30%;
  min-width: 280px;
}

.logo img {
  max-width: 100px;
}

.image-block img {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  object-fit: cover;
}

.text-block {
  flex: 1 1 35%;
  min-width: 300px;
  text-align: center;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #111;
}

.text-block p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.learn-more-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #2b772e, #47b347);
  color: white;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease;
}

.learn-more-btn:hover {
  background: linear-gradient(to right, #1f5a22, #379e3a);
}


.bamboo-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 150px;
  padding-left: 00px;
  padding-right: 00px;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 45%;
  gap: 10px;
}

.image-grid-alt {}

.image-wrapper {
  flex: 1 1 auto;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.image-grid .one {
  flex: 2 1 44%;
  height: 250px;
}

.image-grid .two {
  flex: 1 1 35%;
  height: 250px;

  transform: translateY(25%);
}

.image-grid .three {
  flex: 1 1 41%;
  height: 208px;
}

.image-grid .four {
  flex: 1 1 25%;
  height: 208px;
  transform: translateY(30%);
}

.bamboo-section .content {
  padding-top: 100px;
}

/* .image-wrapper.one {
    width: 54.6875%;
    margin-bottom: 20px;
    margin-right: 20px;
}
.image-wrapper.two {
    width: 34.375%;
    margin-bottom: 20px;
}
.image-wrapper.three {
    width: 62%;
    margin-right: 20px;
}
.image-wrapper.four {
    width: 34.375%;
} */
.lazyload {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: initial;
}

.content {
  flex: 1;
  min-width: 320px;
  /* max-width: 600px; */
}

.content h1 {
  color: #0a662e;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 34.4px;
}

.content p {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 14.96px;
  line-height: 1.4;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 40px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-items: center;
}

.info-item span {
  font-size: 1.8rem;
  color: #0a662e;
}

.info-item h3 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.info-item div {
  margin-left: 20px;
}

span.info-icon svg {
  fill: #077a18;
}

.info-item h3 a {
  font-weight: 700;
  font-size: 16.96px;
  color: #151525;
  font-weight: 600;
  font-style: italic;
}

.info-item a {
  font-size: 0.9rem;
  color: #444;
  text-decoration: underline;
}

header {
  min-height: 125px;
}

header#home {
  position: relative;
  height: 110vh;
  /* background: url(images/banner-image.jpg) center/cover no-repeat; */
  background: url(../images/banner-image.jpg) center 130px /cover no-repeat;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  z-index: 100;
  background-color: #fff;
  transition: var(--transition);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

nav.scrolled {
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

nav.scrolled .nav-link,
nav.scrolled .logo {
  color: var(--secondary);
}

nav.scrolled .menu-toggle span {
  background-color: var(--secondary);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  height: 3px;
  width: 25px;
  background-color: #ab2b35;
  margin-bottom: 5px;
  border-radius: 2px;
  transition: 0.3s ease;
}

nav.bg-white {
  background-color: var(--white);
  box-shadow: 0 0.5rem 1rem #0000000d;
}

nav.bg-white .logo,
nav.bg-white .nav-link {
  color: var(--secondary);
}

nav.bg-white .menu-toggle span {
  background-color: var(--secondary);
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--white);
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin-left: 2rem;
}

.nav-link {
  color: #151525;
  font-weight: 500;
}

.nav-menu a.nav-link {
  padding: 5px;
}

a.nav-link.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  padding-top: 0;
}
.dropdown a.dropdown-toggle {
    cursor: pointer;
}
a.nav-link.dropdown-toggle svg {
  width: 20px;
  height: 20px;
}

.nav-menu li {
  margin: 0 10px;
}

.nav-link:hover {
  color: var(--text-dark);
  opacity: .6;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.about-wrapper+.about-wrapper {
  margin-top: 100px;
}

.hero {
  text-align: center;
  margin-bottom: 30vh;
  margin-top: auto;

}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 25px;
  color: var(--white);
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  font-weight: 700;
}

.hero p {
  color: #fffc;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
}

.hero-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.hero-box {
  flex: 1 1 300px;
  background: white;
  padding: 40px 30px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hero-box.green {
    background: rgba(7, 122, 24, 0.8);
}
.hero-box.blue {
    background: rgba(62, 74, 33, 0.8);
}

.hero-box h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16.96px;
  color: #fff;
}

.hero-box p {
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 300;
  font-size: 12.48px;
  line-height: 1.4;
}

/* Read More Button */
.read-more {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* Overall Section */
.climate-section {
  background-color: #ffffff;
  padding: 50px 20px;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

/* Container */
.climate-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.climate-heading {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
}

/* Layout Flex */
.climate-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Image */
.climate-image {
  flex: 1 1 45%;
      
}

.climate-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Text */
.climate-text {
  flex: 1 1 50%;
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #e0e0e0;
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
}

.climate-step {
  position: absolute;
  left: -15px;
  top: 0;
  background-color: #ffffff;
  color: #000;
  width: 24px;
  height: 24px;
  font-size: 0.875rem;
  border-radius: 50%;
  display: flex
;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.button-wrapper a.link {
    border-radius: 50px;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(-180deg, rgb(62, 74, 33) 0%, rgb(7, 122, 24) 96%);
    background-position: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    box-shadow: rgba(7, 122, 24, 0.5) 0px 4px 10px 0px;
    padding: 0px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    text-decoration: none !important;
    background-repeat: no-repeat !important;
}
.link:active {
    color: rgb(255, 255, 255);
    background: rgb(7, 122, 24);
    box-shadow: none;
}
h2.climate-heading.iconRight {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
h2.climate-heading.iconRight .icon {
    position: relative;
}
h2.climate-heading.iconRight .icon:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 1px;
    width: 350px;
    background: #077a18;
}
h2.climate-heading.iconRight .icon {
    position: relative;
    padding-right: 50px;
}

section.map-wrapper {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    max-width: 1260px;
    margin: auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 80px;
}
.card-grid {
  display: flex;
  gap: 35px;
  justify-content: center;
  padding: 00px;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 80px;
}

.card-grid .card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  width: 30%;
  /* max-width: 320px; */
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-5px);
}

.card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  text-align: left;
}

.card-content h3 {
  font-size: 1.1rem;
  color: #1a1a2e;
  margin-bottom: 12px;
  font-weight: 600;
}

.learn-more {
  font-size: 0.95rem;
  color: green;
  text-decoration: none;
  font-weight: 500;
}

.learn-more span {
  margin-left: 4px;
  transition: margin-left 0.2s;
}

.learn-more:hover span {
  margin-left: 8px;
}
.artContent p {
    font-weight: 300;
    font-size: 14.96px;
    line-height: 1.4;
    color: #151525;
}
section.map-wrapper > div {
    width: 30%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex
;
    row-gap: 20px;
    flex-direction: column;
}
section.map-wrapper > div:nth-child(1) img {
    height: 527px;
    object-fit: cover;
    border-radius: 227px 227px 10px 10px;
}
section.map-wrapper > div:nth-child(3) img {
    height: 527px;
    object-fit: cover;
    border-radius: 10px 10px 227px 227px;
}
section.map-wrapper > div:nth-child(2) img {
    height: 527px;
    object-fit: cover;
    border-radius: 227px;
}
 .artContent h1 {
    font-weight: 700;
    font-size: 16.96px;
}


.two-article-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 40px 20px;
}

.two-article-section .article-card {
  max-width: 362px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.two-article-section .article-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
      height: 240px;
}

.two-article-section .article-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
}

.two-article-section .learn-more {
  font-size: 0.95rem;
  color: green;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.learn-more span {
  transition: transform 0.2s;
}

.learn-more:hover span {
  transform: translateX(4px);
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-item {
  padding: 2rem;
  background-color: var(--gray-light);
  border-radius: 0.5rem;
  text-align: center;
  transition: var(--transition);
}

.service-item:hover {
  box-shadow: 0 0.5rem 1rem #0000000d;
}

.service-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary);
}

.service-icon svg {
  width: 32px;
  height: 32px;
}

.service-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.service-item p {
  font-size: 1rem;
}

.about-wrapper {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.about-wrapper .about-image {
  width: 400px;
}

.about-content {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 0.5rem;
  height: 360px;
  width: 90%;
  object-fit: cover;
  display: block;
  margin: auto;
  z-index: 99;
}

.about-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 8px solid rgb(7, 122, 24);
  background-color: transparent;
  box-sizing: border-box;
  top: -30px;
  left: -30px;
}

.about-content h2 {
  font-size: 26px;
  margin-bottom: 1rem;
  font-weight: 700;
}

.about-content .subtitle {
  font-size: 1.2rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondary);
  display: block;
}

.stat-label {
  font-size: 1rem;
  color: var(--text-light);
}

.work-filter {
  text-align: center;
  margin-bottom: 3rem;
}

.filter-btn {
  background: transparent;
  border: none;
  outline: none;
  font-size: 1rem;
  color: var(--text-light);
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn.active {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.work-item {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem #0000000d;
  transition: var(--transition);
}

.work-item:hover {
  transform: translateY(-5px);
}

.work-img img {
  width: 100%;
  height: auto;
  display: block;
}

.work-info {
  padding: 1.5rem;
  background-color: var(--white);
}

.work-info h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.work-info span {
  color: var(--text-light);
  font-size: 0.9rem;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.contact-info {
  padding: 2rem;
  background-color: var(--gray-light);
  border-radius: 0.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

.contact-icon svg {
  width: 24px;
  height: 24px;
}

.contact-info h4 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.contact-form {
  padding: 2rem;
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem #0000000d;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 1rem;
  color: var(--secondary);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid var(--gray);
  border-radius: 0.25rem;
  transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.footer {
  background-color: var(--secondary);
  color: var(--white);
  padding: 0;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-col h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.footer-col p {
  color: #ffffffb3;
}

.social-links {
  margin-top: 1.5rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff1a;
  border-radius: 50%;
  margin-right: 0.5rem;
  transition: var(--transition);
}

.social-links a:hover {
  background-color: var(--primary);
}

.social-links svg {
  width: 20px;
  height: 20px;
  color: var(--white);
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.75rem;
}

.footer-col a {
  color: #ffffffb3;
}

.footer-col a:hover {
  color: var(--white);
}

.newsletter-form {
  display: flex;
}

.newsletter-form input {
  width: 70%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  background-color: transparent;
  color: var(--white);
}

.newsletter-form button {
  width: 30%;
  border-radius: 0.25rem;
}

.contact-form img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  min-width: 150px;
  z-index: 1000;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a.nav-link {
  display: block;
  padding: 8px 15px;
  white-space: nowrap;
}

/* Show dropdown when active */
.dropdown.open .dropdown-menu {
  display: block;
}

.footer-bottom {
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  padding-top: 1.25rem;
  margin-top: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.download-website {
  display: flex;
  align-items: center;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-outline:hover {
  background-color: var(--primary);
  color: var(--white);
}

.download-icon {
  margin-right: 0.5rem;
  vertical-align: middle;
}


/* Bamboo Architecture Section */
.bamboo-architecture-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.bamboo-content {
  text-align: center;
  margin-bottom: 40px;
}

.bamboo-content h1 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 20px;
}

.bamboo-content p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  color: #555;
}

.bamboo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Related Links Section */
.related-links-section {
  padding: 40px 0;
  background: #fff;
}

.links-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.link-item {
  text-align: center;
}

.link-text {
  font-size: 1.1rem;
  color: #4CAF50;
  text-decoration: underline;
}

.link-text:hover {
  color: #388E3C;
}

/* Footer Styles */
.footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
 font-size: 14px;
    color: #eee;
}


.socials-block {
    display: flex
;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.socials-wrapper {
    flex-wrap: nowrap;
    display: flex;
}
.socials-wrapper .link-wrapper {
    display: flex
;
    align-items: center;
    position: relative;
}

 .socials-wrapper .link {
    fill: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: linear-gradient(-180deg, rgb(62, 74, 33) 0%, rgb(7, 122, 24) 96%);
    box-shadow: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    margin: 5px;
    transition: all .3s ease-in-out;
}
.socials-wrapper .link:hover {
        color: rgb(255, 255, 255);
        background: rgb(7, 122, 24);
        box-shadow: none;
    }
 .socials-wrapper .link div{
  display: flex;
    width: 1.2rem;
    height: 1.2rem;
 }
 .socials-wrapper .link div > svg {
    pointer-events: none;
    width: 100%;
    height: 100%;
    max-width: 1.2rem;
    max-height: 1.2rem;
}

.fullwidth-image-grid {
  display: flex;
  flex-wrap: wrap;
}

.fullwidth-image-grid img {
  width: 25%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
section.fullwidth-image-grid.contain img {
    object-fit: contain;
    aspect-ratio: inherit;
}

section.fullWidth-section {
  width: 100%;
  clear: both;
}

.fullWidth-section .info-grid {
  padding: 50px 0;
  margin-bottom: 50px;
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
}

.fullWidth-section .info-grid .info-item div h3 {
  max-width: 130px;
}

.fullWidth-section .info-grid .info-item span.info-icon svg {
  width: 45px;
  height: 45px;
  margin: auto;
}

.fullWidth-section .info-grid .info-item span.info-icon {
  width: 105px;
  text-align: center;
  display: block;
}

.fullWidth-section .info-grid .info-item {
  border-right: solid 1px #151525;
  gap: 0;
}

.fullWidth-section .info-grid .info-item:last-child {
  border-right: none;
}

.image-grid-alt {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 600px;
  margin: auto;
}

.image-row .image-wrapper {
    margin: 0 10px 10px 10px;
    max-height: 236px;
}
.image-row + .image-row .image-wrapper {
    margin-top:10px ;
}
.image-row {
  display: flex;
  /* gap: 20px; */
}

.image-wrapper {
  /* height: 280px; */
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.image-wrapper.small {
  flex: 0 0 35%;
}

.image-wrapper.large {
  flex: 0 0 55%;
}
.scrollCont {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/media-bg.jpg') center center / cover no-repeat;
    padding: 40px 0px;
}
.scrollCont {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/media-bg2.jpg') center center / cover no-repeat;
    padding: 40px 0px;
}
.scrollCont.second .item_text {
    color: #fff;
}
.mediaCenter {
    background: rgb(245, 249, 255);
    flex-direction: column;
    word-break: break-word;
    padding: 80px 0px;
    display: flex
;
    overflow: hidden;
}
.media_item_cont {
    display: flex
;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
    padding-top: 50px;
    gap: 60px 75px;
}
.WM_GLOBAL_heading42 {
    color: rgb(7, 122, 24);
    text-align: center;
    margin: 0px auto;
    width: 100%;
    /* font-family: Poppins; */
     font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 34.4px;
} 
.media_item {
    min-height: 100%;
    max-width: 29%;
    display: flex
;
    -webkit-box-align: stretch;
    align-items: stretch;
    box-shadow: rgba(21, 21, 37, 0.12) 0px 9px 22px 0px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    box-sizing: border-box;
    padding: 28px;
    position: relative;
}
.media_item:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 0;
    bottom: 22px;
    border-bottom: 1px solid rgba(21, 21, 37, 0.3);
}
.sc-3c3t6c-11.eHBwMM {
    min-width: 40px;
    height: 40px;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background: linear-gradient(-180deg, rgb(62, 74, 33) 0%, rgb(7, 122, 24) 96%);
    pointer-events: none;
    box-shadow: none;
}
.media_item .item_content {
    color: rgb(21, 21, 37);
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-left: 10px;
}
.media_item .item_content a {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: rgb(21, 21, 37);
    white-space: pre-line;
    font-weight: 700;
    text-decoration: underline;
    font-style: italic;
}
.scrollAnimation {
       margin: 0px auto;
    width: 100%;
    display: flex
;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.item_box {
padding-right: 20px;
    box-sizing: border-box;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    animation-name: textRun;
    animation-duration: 2.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
    font-weight: 700;
    font-size: 16.96px;
    line-height: 1.8;
}

@keyframes textRun {
  
   
0% {
    transform: translateX(0px);
}
 
100% {
    transform: translateX(-100%);
}
}
.item_box .icon {
    margin-right: 20px;
    width: 24px;
    height: 24px;
}
.item_box .icon svg {
    fill: rgb(7, 122, 24);
    pointer-events: none;
    width: 100%;
    height: 100%;
    max-width: 1.5rem;
    max-height: 1.5rem;
}











































/* Tablet */
@media (max-width: 1024px) {
  .fullwidth-image-grid img {
    width: 33.33%;
  }

  .hero {
    margin-bottom: 10vh;
    margin-top: 0;
  }

  header#home {
    height: 130vh;
  }

  .media_item_cont{
    gap: 30px 30px;
  }
  .media_item{
    padding: 20px 10px;
    max-width: 40%;
    min-width: 315px;
  }
  .WM_GLOBAL_heading42{
    font-size: 26px;
  }
  
}



/* Responsive Adjustments */
@media (max-width: 768px) {
  .image-grid {
    max-width: 95%;
    margin-right: auto;
    margin-bottom: 80px;
  }
      header#home {
        height: auto;
        padding-top: 150px;
    }

  .image-grid-alt {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0;
  }

  #leadTeam h2 {
    text-align: left;
  }
  .image-grid .one,.image-grid .two{
    height: 180px;
  }

  .image-grid .four,.image-grid .three{
    height: 158px;
  }
  .fullwidth-image-grid img {
    width: 50%;
  }

  .bamboo-content h1 {
    font-size: 2rem;
  }

  .bamboo-content p {
    font-size: 1rem;
  }

  .links-grid {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .fullWidth-section .info-grid .info-item div h3 {
    max-width: 270px;
}
.fullWidth-section .info-grid .info-item{
  width: 100%;
}
.fullWidth-section .info-grid .info-item:after{
    bottom: -10px;
  left: 100px;
  transform: inherit;
}
.fullWidth-section .info-grid .info-item span.info-icon {
    width: 85px;
  }
  .info-item div{flex: 1;}
  .fullwidth-image-grid img {
    width: 100%;
  }

  .image-grid {
    /* flex-direction: column; */
  }

  .image-grid .image-wrapper {
    /* transform: inherit; */
  }


}

@media (max-width: 992px) {
      header#home {
        height: auto;
        padding-top: 150px;
    }
  .container {
    max-width: 960px;
  }

  .image-block {
    flex: 1 1 30%;
    min-width: 250px;
    max-width: 300px;
    width: 100%;
  }

  .knowledge-section {
    flex-direction: column;
    align-items: center;
  }

  .knowledge-section .text-block {
    padding: 50px 20px;
  }

  .about-wrapper .about-image {
    width: 300px;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 1rem;
  }

  .about-image {
    order: -1;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about-left {
    flex: 1 1 100%;
    border-bottom: 0;
    padding-right: 0;
    border-right: 0;
    text-align: left;
  }

  .about-content .subtitle {
    font-size: 1rem;
  }

  .about-section {
    padding:  0px;
  }
.info-item span{
  min-width: 36px;
}
.climate-text{
  padding-left: 0;
  border-left: 0;
}
  .bamboo-section .content {
    padding-top: 0;
  }
h2.climate-heading.iconRight{
  
    flex-direction: column;
}
h2.climate-heading.iconRight .icon{
  padding-right: 0;
  margin-top: 20px;
}
h2.climate-heading.iconRight .icon:after{
      right: auto;
    left: 50%;
    transform: translateX(-50%);
}
section.map-wrapper{
  
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
.articleSection {
    margin-top: 50px;
    margin-bottom: 50px;
}
.card-grid{
  gap: 20px;
}
.card-grid .card{
  width: 95%;
  max-width: 360px;
}
section.map-wrapper > div{
  width: 100%;
    max-width: 360px;
    margin: auto;
}
.image-block img{
  height: 260px;
}
section.map-wrapper > div.articleSection {
    margin: 40px auto;
}
  #leadTeam .about-wrapper {
    padding: 0 25px;
  }

  .about-image img {
    margin-left: 0;
    width: 100%;
  }

  .bamboo-section {
    padding-bottom: 50px;
  }

  .dropdown-menu a.nav-link {
    display: block;
    padding: 4px 10px;
    white-space: nowrap;
    font-size: 14px;
  }

  .nav-menu li {
    margin: 0 10px;
    margin-bottom: 10px;
  }

  .dropdown .dropdown-menu {
    position: static;
    display: block;
    clear: both;
    padding-bottom: 0;
    box-shadow: inherit;
  }

  .fullWidth-section .info-grid .info-item {
    border-right: 0;
    gap: 0;
    position: relative;
    margin-bottom: 40px;
  }

  .fullWidth-section .info-grid .info-item:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0;
    width: 84px;
    border-top: solid 1px rgb(21, 21, 37);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .fullWidth-section .info-grid {
    flex-direction: column;
  }

  .about-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-grid {
    padding-top: 40px;
    grid-template-columns: 1fr;
  }

  .info-item {
    margin-bottom: 20px;
  }

  .about-left h2 {
    display: inline-block;
    border-bottom: 3px solid #077a18;
    padding-bottom: 10px;
    padding-right: 3rem;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--white);
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .nav-menu.open {
    max-height: 500px;
    display: inline;
  }

  .nav-item {
    margin: 1rem 0;
    text-align: center;
  }

  .nav-link {
    color: var(--secondary);
  }

  .container {
    max-width: 720px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero h1 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .hero-box {
    padding: 20px;
  }

  .hero-btns {
    flex-direction: column;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    box-shadow: 0 0.5rem 1rem #0000001a;
    display: none;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-item {
    margin: 0.75rem 0;
  }

  .nav-link {
    color: var(--secondary);
  }

  .menu-toggle {
    display: flex;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}




@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }

  h1 {
    font-size: 2.5rem;
  }

  .services-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }


}



@media (max-width: 399px) {
/* nav#navbar + section.hero {
  margin-top: 230px !important;
} */
}