html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
  transition: color .2s ease;
}

a:active, a:hover {
  outline: 0;
  color: #5481a5;
  transition: color .2s ease;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
  object-fit: cover;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  border-radius: 15px;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ul {
  overflow: hidden;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --linear-color--background-color-0: #ffffff;
  --linear-color--background-color-100: #ffffff;
  --font--text-font: Inter, sans-serif;
  --neutral--white-200: #fafafa;
  --font--heading-font: Inter, sans-serif;
  --neutral--black-900: #191e1b;
  --neutral--gray-400: #cdc8c5;
  --neutral--white: white;
  --neutral--black-700: #5c4f47;
  --neutral--black-800: #34271f;
  --neutral--gray-600: #768b81;
  --brand--color-1: #b5ddff;
  --neutral--gray-500: #bcafa7;
  --neutral--gray-300: #e4e1e0;
  --linear-color--stroke--stroke-color-22: #887a5a;
  --linear-color--stroke--stroke-color-40: #ccba8e;
  --linear-color--stroke--stroke-color-69: #ccba8e;
  --linear-color--stroke--stroke-color-84: #887a5a;
  --brand--color-800: #263e52;
  --linear-color--linear-100: #252526;
  --brand--color-600: #e4c67c;
  --linear-color--linear-0: #252526;
  --linear-color--linear-50: #717171;
  --linear-color--stroke--stroke-0: #b7a183;
  --linear-color--stroke--stroke-100: #b7a183;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: #0000;
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--linear-color--background-color-0), var(--linear-color--background-color-100));
  font-family: var(--font--text-font);
  color: var(--neutral--white-200);
  letter-spacing: .32px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  font-family: var(--font--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 4.375rem;
}

h2 {
  font-family: var(--font--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.125rem;
}

h3 {
  font-family: var(--font--heading-font);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h6 {
  font-family: var(--font--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

label {
  color: #f8f8f8;
  margin-bottom: 0;
  display: block;
}

.text-size-regular {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-regular.text-color-black-900 {
  color: var(--neutral--black-900);
  font-weight: 400;
}

.text-size-regular.text-color-white-400 {
  font-family: var(--font--text-font);
  color: #282828;
  font-weight: 700;
}

.text-size-regular.is-feature {
  color: var(--neutral--black-900);
}

.padding-section-medium {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.padding-section-medium.padding-bottom-large {
  padding-bottom: 7.5rem;
}

.padding-section-medium.is-header {
  padding-top: 6.25rem;
}

.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--brand--color-1);
  font-family: var(--font--text-font);
  color: var(--neutral--black-900);
  text-align: center;
  letter-spacing: 0;
  border-radius: .25rem;
  margin-bottom: 0;
  padding: .9375rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  transition: .4s;

  &:hover {
      background-color: #285276;
      transition: .4s;
      color: #fff;
  }
}

.button.is-secondary {
  background-color: #12a14e;
  color: var(--neutral--white-200);
  background-image: none;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.button.is-stock {
  color: var(--neutral--white-200);
  background-color: #0000;
  border: 1px solid #ece7df;
  padding-top: .875rem;
  padding-bottom: .875rem;

  &:hover {
      background-color: #b5ddff;
      color: #444;
  }
}

.padding-bottom {
  width: 100%;
  padding: 0;
}

.padding-bottom.padding-medium {
  padding-bottom: 2.5rem;
}

.padding-bottom.padding-xsmall {
  padding-bottom: 1.875rem;
}

.padding-bottom.padding-large {
  padding-bottom: 3.125rem;
}

.padding-bottom.padding-small {
  padding-bottom: 1.25rem;
}

.heading-style-h2.text-color-black-900 {
  color: var(--neutral--black-900);
}

.heading-style-h2 {
  margin-bottom: 40px;
}

.heading-style-h3 {
  color: #256b42;
  margin-bottom: 30px
}

.text-size-small {
  font-family: var(--font--text-font);
  color: var(--neutral--white-200);
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.text-size-small.text-color-gray-400 {
  color: var(--neutral--gray-400);
  letter-spacing: normal;
}

.padding-global {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.input {
  background-color: transparent;
  color: #333;
  border: 1px  solid#000;
  border-radius: .5rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem .75rem 1.25rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.input.is-message {
  height: 7.5rem;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-brand-logo {
  max-width: 150px;
}

.nav-brand-logo-wrapper {
  padding-left: 0;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  font-family: var(--font--text-font);
  color: var(--brand--color-800);
  padding: .5rem 1rem;
  font-size: 15px;
  font-weight: 700;
  line-height: .875rem;
}

.nav-link.w--current {
  color:#537d96;
  text-decoration: underline;
  cursor: default;
}

.section-hero {
  padding-top: 15.625rem;
  padding-bottom: 7.8125rem;
  background-color: var(--neutral--black-900);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.578), 
    rgba(0, 0, 0, 0.632)
  ),
  url('../images/photo-1.jpg');
  background-size: cover;
  background-position: center;

  & .text-size-regular {
      color: #fff;
  }
}

.hero-top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.hero-top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  max-width: 52.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hero-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-component {
  grid-column-gap: 5.1875rem;
  grid-row-gap: 5.1875rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.about-component.is-about {
  display: block;
}

.about-image {
  object-fit: cover;
  width: 100%;
}

.service-top-content-wrapper {
  text-align: center;
  max-width: 37.6875rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.service-collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: transparent;
  border: 1px solid #466395;
  color: #333;
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;

  & .heading-style-h6 {
    color: #2d6238;
  }

  &:hover {
    transform: translateY(-10px);
    transition: 0.2s;
  }

  img {
    max-width: 120px;
  }
}

.service-collection-list-item {
  .border {
    height: 100%;
  }
}

.service-card-content-wrapper {
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-top-content-wrapper {
  text-align: center;
  max-width: 37.75rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.feature-card-content {
  padding-left: .625rem;
  padding-right: .625rem;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-blog-details {
  h1 {
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 50px;
  }
}

.testimonial-card {
  grid-row-gap: 1.5rem;
  background-color: var(--neutral--black-900);
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.875rem;
  display: flex;
}

.team-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-component {
  background-color: #e3faff;
  box-shadow: 2px 2px 25px 11px rgba(34, 60, 80, 0.2);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;

  & .heading-style-h2 {
      color: #494949;
  }

  & .text-size-regular {
      color: rgb(50, 50, 50);
  }
}

.section-footer {
  background-color: var(--neutral--black-900);
  padding-top: 6.25rem;
  padding-bottom: 1.875rem;
}

.footer-grid {
  grid-column-gap: 6.2rem;
  grid-row-gap: 6.2rem;
  border-bottom: 1px solid var(--neutral--black-800);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 2fr 2fr;
  padding-bottom: 1.875rem;
}

.footer-brand-logo {
  max-width: 200px;
}

.footer-link-list-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}



.footer-page-names {
  padding: .625rem;
}

.footer-link-list {
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-family: var(--font--text-font);
  color: var(--neutral--gray-400);
  letter-spacing: normal;
  padding: .625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;

  &.w--current {
      color: #b5ddff;
      cursor: default;
  }

  &:not(.w--current):hover {
      color: #78bcc3;
  }
}

.footer-bottom-content-wrapper {
  text-align: center;

& .text-size-regular.text-color-white-400 {
  color: #8f8f8f;
}
}

.about-top-content-wrapper {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about-content-wrapper {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.about-image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;

  img {
    height: 100%;
    object-fit: cover;
    max-height: 400px;
  }
}

.about-image-wrapper.in-home {
  border-radius: .8rem;
  flex: none;
  height: 500px;
  object-position: top;
  overflow: hidden;

  & .about-image {
    object-position: top;
  }
}

.about-content {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  justify-content: flex-start;
  display: flex;

  img {
    max-height: 100%;
    max-width: 40%;
  }
}

.section-about-hero {
  & .about-image {
    width: 100%;
    max-height: 100%;
  }

  & .about-image-wrapper {
    display: flex;
  }
}

.value-top-content-wrapper {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.value-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-value {
  background-color:#edfdff;
}

.value-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: transparent;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem;
  display: flex;
  height: 100%;

  & .heading-style-h6 {
      color: #333;
  }

  & .text-size-regular {
      color: #444;
  }
}

.value-icon {
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.value-card-content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-top-content-wrapper {
  text-align: center;
  max-width: 47.6875rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  grid-column-gap: 0.75rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-button {
  margin-top: 10px;

  &:hover {
    background-color: #226119;
    transition: 0.2s;
  }
}



.blog-card-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: transparent;
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.25rem;
  display: flex;

  & .heading-style-h6 {
    color: #2d5f1c;
  }
}

.blog-card-content {
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
  margin-bottom: 20px;
}

.blog-card-bottom-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-read-time, .blog-date-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--font--text-font);
  color:#676767;
  letter-spacing: normal;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  display: flex;

  img {
    max-width: 30px;
    border-radius: 0;
  }
}



.contact-component {
  grid-column-gap: 3.75rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid #325c82;
  border-radius: .375rem;
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin-top: 40px;

  .button {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
  }
}

.contact-field-wrapper {
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;

  label {
    color: #2d6238;
    display: flex;
    align-items: start;
    column-gap: 15px;
  }
}

.blog-details-bottom-content-wrapper {
  background-color: #d2f1ff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem;
  color: #333;

  p {
    color: #444 !important;
  }

  ul {
    color: #444 !important;
  }
}

.blog-details h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-details h2 {
  font-size: 35px;
  margin-bottom: 15px;
}

.blog-details p {
  color: var(--neutral--gray-300);
  margin-bottom: 2.5rem;
}

.blog-details ul {
  color: var(--neutral--gray-300);
  margin-top: -1.625rem;
  margin-bottom: .875rem;
}

.navber {
  background-color: #caf1f0;
  padding: 1.125rem 1.5rem;
}

.feature-image-wrapper {
  height: 15.875rem;
  overflow: hidden;
  border-radius: 20px;
}

.cta-component {
  & .text-size-regular {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .about-image-wrapper {
    grid-template-columns: 1fr ;

    img {
      width: 100%;
    }
  }

  .about-content {
    & img {
      max-height: 100%;
      max-width: 100%;
      max-height: 400px;
    }
  }

  .about-image-wrapper.in-home {
    width: 100%;
  }
  h1 {
    font-size: 3.375rem;
    line-height: 3.875rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  h6 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .text-size-regular {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

  .padding-section-medium {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .padding-section-medium.padding-bottom-large {
    padding-bottom: 5rem;
  }

  .padding-section-medium.is-header {
    padding-top: 4.375rem;
  }

  .container-large {
    max-width: 100%;
  }

  .button {
    font-size: .875rem;
  }

  .padding-bottom.padding-xsmall {
    padding-bottom: 1.5rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .heading-style-h2 {
    padding-bottom: 0;
  }

  .text-size-small {
    white-space: normal;
  }

  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .nav-menu {
    background-color: #34271fe6;
    padding: 1.5rem;
  }

  .nav-link {
    margin-bottom: .5rem;
  }

  .section-hero {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .hero-top-content {
    max-width: none;
  }

  .about-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .about-image._01 {
    display: none;
  }

  .service-top-content-wrapper {
    max-width: none;
  }

  .service-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.5rem;
  }

  .feature-top-content-wrapper {
    max-width: none;
  }

  .feature-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .feature-card {
    grid-row-gap: 1.25rem;
  }

  .feature-card-content {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    grid-row-gap: 1.25rem;
    padding: 1.5rem;
  }

  .team-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .cta-component {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .section-footer {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 1.5rem;
  }

  .about-top-content-wrapper {
    max-width: none;
  }

  .about-image-wrapper {
    flex-flow: column;
  }

  .about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .value-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .value-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.5rem;
  }

  .blog-top-content-wrapper {
    max-width: none;
  }

  .blog-collection-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card-content-wrapper {
    padding: 1rem;
  }

  .contact-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    max-width: none;
    padding: 2.5rem;
  }

  .contact-form-block {
    max-width: none;
  }

  .blog-details-bottom-content-wrapper {
    max-width: none;
    padding: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    width: 100%;
    max-height: 400px;
  }

  .blog-details h2 {
    font-size: 22px;
    line-height: 150%;
  }

  .about-image-wrapper.in-home {
    height: auto;
  }

  .service-card {
    & img {
      max-width: 80px;
    }
  }

  .about-image-wrapper {
    display: flex;
  }
.section-cta li {
  text-align: left;
  margin-bottom: 20px;
}

.about-content {
  & img {
    max-height: 100%;
    max-width: 100%;
  }
}

.cta-component {
  & .text-size-regular {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
  
  .about-image-wrapper.in-home {
  width: 100%;
  }
  h1 {
    font-size: 2.875rem;
    line-height: 3.375rem;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .padding-section-medium.padding-bottom-large {
    padding-bottom: 3.75rem;
  }

  .padding-section-medium.is-header {
    padding-top: 3.125rem;
  }

  .padding-bottom.padding-medium {
    padding-bottom: 2rem;
  }

  .padding-bottom.padding-xsmall {
    padding-bottom: 1.25rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 1.875rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu {
    padding: 1.25rem;
  }

  .section-hero {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

  .about-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-collection-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-row-gap: 1rem;
  }

  .feature-image {
    width: 100%;
  }

  .testimonial-card {
    grid-row-gap: 1rem;
    padding: 1.25rem;
  }

  .team-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-footer {
    padding-top: 4rem;
    padding-bottom: 1.25rem;
  }

  .footer-grid {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 1.25rem;
  }

  .about-content-wrapper {
    grid-row-gap: 1.25rem;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    padding: 1.25rem;
  }

  .blog-collection-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .contact-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .blog-details-bottom-content-wrapper {
    padding: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h6 {
    line-height: 1.4rem;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .padding-section-medium.padding-bottom-large {
    padding-bottom: 2.5rem;
  }

  .padding-section-medium.is-header {
    padding-top: 2.5rem;
  }

  .button {
    text-align: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
  }

  .padding-bottom.padding-medium {
    padding-bottom: 1.5rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 1.5rem;
  }

  .padding-bottom.padding-small {
    padding-bottom: 1rem;
  }

  .text-size-small {
    font-size: .9rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-brand-logo {
    max-width: 150px;
  }

  .nav-menu {
    padding: 1rem;
  }

  .nav-link {
    margin-bottom: .3rem;
  }

  .section-hero {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .hero-top-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-component {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .service-card {
    padding: 1rem;
  }

  .service-card-content-wrapper {
    grid-row-gap: .625rem;
  }

  .testimonial-card {
    padding: 1rem;
  }

  .team-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-component {
    text-align: center;
    padding: 30px 15px;
    box-shadow: none;
  }

  .projects-section {
  & .padding-global {
    padding: 0;
  }
  }

  .section-footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .footer-grid {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .about-content-wrapper {
    grid-row-gap: 1rem;
  }

  .value-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .blog-collection-list {
    grid-row-gap: 1.5rem;
  }

  .blog-card-content-wrapper {
    border-radius: .4rem;
  }

  .contact-component {
    padding: 1.5rem;
  }

  .contact-form {
    grid-row-gap: 1rem;
  }

  .blog-details-bottom-content-wrapper {
    padding: 1rem;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.stories-section {
  background-color: #e3faff;
}

.stories-slider {
  
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 30px;
  padding-bottom: 20px;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

.story-slide {
  min-width: 100%;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}

.story-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.story-image-wrapper {
  height: 250px;
  overflow: hidden;
}

.story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.story-slide:hover .story-image {
  transform: scale(1.05);
}

.story-text {
  padding: 25px;
  color: #35643e;

  & .text-size-regular {
      color: #333;
      margin-top: 20px;
      margin-bottom: 20px;
  }
}

.story-date {
  color: #494949;
  font-size: 14px;
  margin-top: 15px;
}

.slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.slider-arrow {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.slider-dots {
  display: flex;
  gap: 10px;
}

@media (min-width: 768px) {
  .story-slide {
    min-width: calc(50% - 15px);
  }
  
  .story-content {
    flex-direction: row;
  }
  
  .story-image-wrapper {
    width: 40%;
    height: auto;
  }
  
  .story-text {
    width: 60%;
  }
}

.testimonials-section {
  background-color: #ffffff;
  padding: 60px 0;
  position: relative;
}
.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.testimonials-title {
  text-align: center;
  font-size: 32px;
  color: #2e7d32;
  margin-bottom: 40px;
  font-weight: 600;
}
.testimonials-slider {
  position: relative;
  overflow: hidden;
}
.testimonials-track {
  display: flex;
  transition: transform 0.5s ease;
}
.testimonial-card {
  min-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.testimonial-content {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
  border: 3px solid #2e7d32;
}
.testimonial-info {
  flex: 1;
}
.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 5px;
}
.testimonial-meta {
  font-size: 14px;
  color: #666;
}
.testimonial-rating {
  color: #ffc107;
  font-size: 18px;
  margin-top: 5px;
}
.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2e7d32;
  color: white;
  border: none;
  font-size: 20px;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.slider-btn:hover {
  background-color: #1b5e20;
}
.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .testimonial-card {
    min-width: 100%;
  }
}


.section-help {
  background-color: #f0f8ff;

  & .about-component {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  &  .about-image-wrapper.in-home {
      width: 100%;
      height: 600px;
  }

  & .about-image-wrapper {
    display: flex;
  }

  & .about-image-wrapper  {

    & .about-image {
      max-height: 100%;
    }
  
  }
}

.projects-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #191e1b;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-subtitle {
  text-align: center;
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.projects-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-btn {
  padding: 12px 24px;
  background-color: #e9ecef;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
  color: #495057;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background-color: #dee2e6;
}

.filter-btn.active {
  background-color: #66c2e7;
  color: white;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.project-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.project-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.project-content {
  padding: 25px;
}

.project-content h3 {
  margin-top: 0;
  color: #343a40;
  font-size: 1.4rem;
}

.project-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.85rem;
  margin: 10px 0;
}

.project-status.current {
  background-color: #d1e7dd;
  color: #0f5132;
}

.project-status.completed {
  background-color: #f8d7da;
  color: #842029;
}

.project-content p:last-child {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
  
  .projects-filter {
    flex-direction: column;
    align-items: center;
  }
  
  .filter-btn {
    width: 100%;
    max-width: 250px;
  }
}

.button-help {
  margin-top: 30px;
}

.section-about-mission {
  & .about-image-wrapper {
    display: flex;
  }

  & .about-image {
    max-height: 100%;
  }
}

@media (max-width: 991px) {
  .about-component {
    grid-column-gap: 5.1875rem;
    grid-row-gap: 5.1875rem;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
  } 
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding-top: 120px;
    z-index: 999;
    overflow-y: auto;
    flex-direction: column;
  }
  .nav-menu.open {
    transform: translateX(0);
  }

  .burger-button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 28px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    z-index: 1000;
  }
  .burger-line {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
  }
}

@media (min-width: 992px) {
  .burger-button {
    display: none;
  }
  .nav-menu {
    position: static;
    transform: none !important;
    height: auto;
    box-shadow: none;
    width: auto;
    padding-top: 0;
  }
}

section {
  overflow: hidden;
}

.project-date-label,
.project-age-label {
  font-size: 20px;
}

.project-age-value,
.project-date-value {
  font-size: 25px;
  margin-left: 10px;
  color: #0c532a;
}

.project-date {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

@media screen and (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blog-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .section-about-help {
    img {
      max-height: 400px;
    }
  }

  .section-blog-details {
    h1 {
      font-size: 25px;
      line-height: 150%;
      margin-bottom: 30px;
    }
  }
}

@media screen and (max-width: 479px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .blog-collection-list {
    grid-template-columns: 1fr ;
  }
}

.section-about-donation {
  & .about-image-wrapper {
    grid-template-columns: 1fr;
  }

  .about-image-wrapper {
    & img {
      height: 100%;
      object-fit: cover;
      max-height: 100%;
    }
  }
}