/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  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;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
}

body {
  background: var(--background);
  color: var(--foreground);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.nav {
  z-index: 10;
  background: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 6%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.logo img {
  object-fit: contain;
  width: auto;
  height: 42px;
}

.nav a {
  color: #fff;
  text-decoration: none;
}

.nav .menu {
  justify-content: space-between;
  align-items: center;
  width: 35%;
  display: flex;
}

.nav-item {
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
}

.nav-item:hover {
  opacity: .75;
}

.home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner-media {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.banner-media video, .banner-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-banner:after {
  content: "";
  z-index: 1;
  background: #00000073;
  position: absolute;
  inset: 0;
}

.banner-content {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding: 0 6%;
  display: flex;
  position: relative;
}

.banner-content h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
}

.banner-content p {
  max-width: 90%;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.ftr {
  color: #fff;
  background-color: #000;
  justify-content: center;
  display: flex;
}

.ftr-div {
  width: 70%;
}

.ftr-first-sect {
  grid-column-gap: 3px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr repeat(2, 3fr) 5fr;
  padding: 2rem 0;
  display: grid;
}

.ftr-second-sect {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  display: flex;
}

.home-about {
  width: 100%;
}

.home-about-grid {
  grid-template-columns: 1fr 1fr;
  min-height: 10rem;
  display: grid;
}

.about-block {
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 3rem;
  padding: 3rem 2rem;
  display: grid;
}

.about-content {
  flex-direction: column;
  display: flex;
}

.about-image {
  border-radius: 8px;
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.about-image img {
  object-fit: cover;
}

.about-block--left {
  background-color: #e8d8ff;
}

.about-block--left * {
  color: #fff;
}

.about-block--left span {
  color: #d4af37;
  font-weight: 600;
}

.btn-primary {
  background-color: #d4af37;
  border-radius: 4px;
  width: fit-content;
  margin-top: 2rem;
  padding: .75rem 2rem;
  font-weight: 600;
  text-decoration: none;
  color: #000 !important;
}

.about-block--right {
  background-color: #fff;
}

.about-block--right * {
  color: #000;
}

.btn-secondary {
  color: #000;
  background: none;
  border: 2px solid #000;
  border-radius: 4px;
  width: fit-content;
  margin-top: 2rem;
  padding: .75rem 2rem;
  font-weight: 600;
  text-decoration: none;
}

.usp-section {
  background-color: #f8f8f8;
  width: 100%;
  padding: 5rem 2rem;
}

.usp-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.usp-card {
  text-align: center;
  color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
  padding: 1rem .5rem;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.usp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px #0000001f;
}

.usp-card img {
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

.usp-card h3 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.usp-card div {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.usp-card:first-child {
  background-color: #6c63ff;
}

.usp-card:nth-child(2) {
  background-color: #ff6f61;
}

.usp-card:nth-child(3) {
  background-color: #00b894;
}

.usp-card:nth-child(4) {
  color: #000;
  background-color: #fdcb6e;
}

.usp-card:nth-child(5) {
  background-color: #e17055;
}

.usp-card:nth-child(6) {
  background-color: #00cec9;
}

.success-story {
  background-color: #f5f5f5;
  width: 100%;
  padding: 5rem 2rem;
}

.success-story .container {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.success-story-header {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.success-story-header h2 {
  color: gray;
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.success-story-header h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
}

.success-story-header h3 span {
  color: #6c63ff;
}

.success-story-description {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.success-story-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

.success-story-item {
  border-radius: 8px;
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

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

.home-projects {
  background-color: #f8f8f8;
  width: 100%;
  padding: 5rem 2rem;
}

.home-projects .container {
  flex-direction: column;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.home-projects-header h2 {
  margin-bottom: .5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}

.home-projects-header p {
  color: gray;
  margin: 0;
  font-size: 1rem;
  font-style: italic;
}

.home-projects-grid {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}

.project-card {
  background-color: #fff;
  border-radius: 12px;
  grid-template-columns: 1fr 1fr;
  transition: transform .3s, box-shadow .3s;
  display: grid;
  overflow: hidden;
  box-shadow: 0 6px 20px #00000014;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px #0000001f;
}

.project-card-content {
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.project-card-content h3 {
  color: gray;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-style: italic;
}

.project-card-content h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.project-description {
  color: #333;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.project-link {
  color: #6c63ff;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.project-link:hover {
  color: #4b47c5;
}

.project-card a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.home-projects-cta {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.volunteer-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.volunteer-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.volunteer-image {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.volunteer-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.volunteer-section:after {
  content: "";
  z-index: 2;
  background: #00000080;
  position: absolute;
  inset: 0;
}

.volunteer-content {
  z-index: 3;
  color: #fff;
  width: 100%;
  padding: 20px 0 30px;
  position: relative;
}

.volunteer-content h2 {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.charitable-message-section {
  background-color: #f9f9f9;
  width: 100%;
  padding: 80px 0;
}

.charitable-message-section .container {
  width: 80%;
  margin: 0 auto;
}

.charitable-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
  display: flex;
}

.charitable-header-left {
  max-width: 700px;
}

.charitable-header-left h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

.charitable-description {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

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

.charitable-cta .btn-primary {
  color: #fff;
  background-color: #ff6b00;
  border-radius: 4px;
  margin: 0;
  padding: 8px 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.charitable-cta .btn-primary:hover {
  background-color: #e55a00;
}

.charitable-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  display: grid;
}

.charitable-card {
  background-color: #000;
  border-radius: 12px;
  align-items: flex-end;
  height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.charitable-card img {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.charitable-card:after {
  content: "";
  z-index: 2;
  background: linear-gradient(to top, #000c, #0000004d, #0000);
  position: absolute;
  inset: 0;
}

.charitable-content {
  z-index: 3;
  color: #fff;
  width: 100%;
  padding: 25px;
  position: relative;
}

.charitable-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.read-more {
  color: #fff;
  border-bottom: 2px solid #ff6b00;
  padding-bottom: 3px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.read-more:hover {
  color: #ff6b00;
}

.urgent-needs-section {
  background-color: #f8f8f8;
  width: 100%;
  padding: 100px 0;
}

.urgent-needs-wrapper {
  align-items: center;
  gap: 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.urgent-needs-image {
  z-index: 1;
  border-radius: 16px;
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000001a;
}

.urgent-needs-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.urgent-needs-content {
  z-index: 2;
  background: #fff;
  border-radius: 16px;
  flex: 0 0 45%;
  margin-left: -80px;
  padding: 50px;
  position: relative;
  box-shadow: 0 20px 50px #00000014;
}

.urgent-needs-content h2, .urgent-needs-content h3 {
  margin-bottom: 20px;
}

.urgent-needs-content p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.8;
}

.our-reach-section {
  background: #fff;
  width: 100%;
  padding: 100px 0;
}

.our-reach-section .container {
  width: 80%;
  margin: 0 auto;
}

.our-reach-header {
  text-align: center;
  margin-bottom: 80px;
}

.our-reach-header h2 {
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.our-reach-header h2:before, .our-reach-header h2:after {
  content: "";
  background: #ddd;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
}

.our-reach-header h2:before {
  right: 100%;
}

.our-reach-header h2:after {
  left: 100%;
}

.our-reach-header p {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

.our-reach-wrapper {
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
  gap: 50px;
  display: grid;
}

.our-reach-left-card {
  background: #f9f9f9;
  border-radius: 16px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.our-reach-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-reach-image img {
  object-fit: cover;
  width: 100%;
}

.our-reach-description {
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 40px 20px;
  display: flex;
}

.our-reach-description p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8;
}

.our-reach-btn {
  color: #fff;
  background: #ff6b00;
  border-radius: 6px;
  margin-top: 10px;
  padding: 12px 28px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.our-reach-btn:hover {
  background: #e55a00;
}

.our-reach-right-card {
  background: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.our-reach-counters {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  display: grid;
}

.our-reach-counter {
  text-align: center;
  color: #fff;
}

.counter-circle {
  color: #000;
  background: #e0e0e0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin: 0 auto 15px;
  font-size: 22px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.our-reach-counter:hover .counter-circle {
  transform: scale(1.08);
}

.our-reach-counter p {
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.counter-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.counter-section:before {
  content: "";
  z-index: 1;
  background: #000000a6;
  position: absolute;
  inset: 0;
}

.counter-section .container {
  z-index: 2;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.counter-list {
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  display: grid;
}

.counter-item {
  color: #fff;
  padding: 20px;
}

.counter-number {
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.counter-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ddd;
  font-size: 16px;
}

.counter-container {
  background-color: gray;
  justify-content: center;
  align-items: center;
  height: 12rem;
  display: flex;
}

.donation-section {
  background: #f9f9f9;
  width: 100%;
  padding: 120px 0;
}

.donation-section .container {
  width: 80%;
  margin: 0 auto;
}

.donation-heading {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.donation-heading h2 {
  color: #777;
  margin-bottom: 15px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.donation-heading h3 {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

.donation-heading p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.donation-cards {
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: stretch;
  gap: 40px;
  display: grid;
}

.donation-card {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 50px 40px 50px 70px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

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

.donation-card:before {
  content: "";
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.donation-card.volunteer:before {
  background: #6c3ef4;
}

.btn-volunteer {
  color: #fff;
  background: #6c3ef4;
}

.donation-card.donate:before {
  background: #ff6b00;
}

.btn-donate {
  color: #fff;
  background: #ff6b00;
}

.donation-card h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.donation-card p {
  color: #555;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
}

.btn {
  border-radius: 6px;
  width: fit-content;
  padding: 12px 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.btn:hover {
  opacity: .9;
  transform: translateY(-2px);
}

.testimonial-section {
  background: #f8f8f8;
  width: 100%;
  padding: 100px 0;
}

.testimonial-section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.testimonial-section-heading h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}

.testimonial-section .container {
  width: 80%;
  margin: 0 auto;
}

.testimonial-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 80%;
  display: grid;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  transition: all .3s;
  box-shadow: 0 20px 40px #0000000d;
}

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

.testimonial-image {
  border-radius: 50%;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.testimonial-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-content {
  margin-top: 20px;
}

.testimonial-card .testimonial-image + .testimonial-content {
  margin-top: 0;
}

.testimonial-card {
  flex-direction: column;
  display: flex;
}

.testimonial-card .testimonial-image {
  margin-bottom: 20px;
}

.testimonial-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-designation {
  color: #777;
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating span {
  color: #ffb400;
  margin-right: 4px;
  font-size: 18px;
}

.testimonial-description {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.testimonial-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-grid {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.brand-container {
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
  display: flex;
}

@media (max-width: 1200px) {
  .charitable-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .success-story .container {
    grid-template-columns: 1fr;
  }

  .success-story-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }

  .project-card {
    grid-template-columns: 1fr;
  }

  .project-card a img {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .urgent-needs-wrapper {
    flex-direction: column;
  }

  .urgent-needs-image, .urgent-needs-content {
    flex: 0 0 100%;
    width: 100%;
  }

  .urgent-needs-content {
    margin-top: -40px;
    margin-left: 0;
    padding: 30px;
  }

  .our-reach-wrapper, .our-reach-left-card {
    grid-template-columns: 1fr;
  }

  .our-reach-counters {
    grid-template-columns: 1fr 1fr;
  }

  .donation-cards {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .donation-card {
    padding: 40px 40px 40px 60px;
  }

  .testimonial-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 0 1.5rem;
  }

  .nav .menu {
    gap: 1rem;
    width: auto;
  }

  .banner-content {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding: 0 1.5rem;
  }

  .banner-content p {
    max-width: 100%;
  }

  .home-about-grid {
    grid-template-columns: 1fr;
  }

  .about-block {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
  }

  .about-image {
    height: 280px;
    margin-top: 2rem;
  }

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

  .usp-section {
    padding: 3rem 1rem;
  }

  .usp-card {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .success-story-header h3 {
    font-size: 1.8rem;
  }

  .success-story-grid {
    grid-template-columns: 1fr;
  }

  .success-story-item {
    height: 200px;
  }

  .home-projects {
    padding: 3rem 1rem;
  }

  .project-card-content h4 {
    font-size: 1.25rem;
  }

  .project-card a img {
    height: 250px;
  }

  .charitable-message-section .container {
    width: 90%;
  }

  .charitable-header {
    flex-direction: column;
    gap: 25px;
  }

  .charitable-cta {
    align-self: flex-start;
  }

  .charitable-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .our-reach-counters {
    grid-template-columns: 1fr;
  }

  .our-reach-header h2:before, .our-reach-header h2:after {
    display: none;
  }

  .donation-section .container {
    width: 90%;
  }

  .donation-heading h3 {
    font-size: 30px;
  }

  .donation-card:before {
    width: 6%;
  }

  .testimonial-section .container {
    width: 90%;
  }

  .testimonial-list {
    grid-template-columns: 1fr;
    width: 80%;
  }

  .testimonial-section-heading h2 {
    font-size: 30px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/