/* ===================================
    Crafto - Charity
====================================== */
/* font */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap");
/* variable */
:root {
  --base-color: #af2323;
  --dark-gray: #011e6d;
  --medium-gray: #7c7a75;
  --alt-font: "DM Sans", sans-serif;
  --primary-font: "DM Sans", sans-serif;
}
/* reset */
body {
  font-size: 17px;
  line-height: 28px;
  overflow-x: hidden;
}

.map .alt-font {
  word-spacing: normal;
}
.ws-minus-10px {
  word-spacing: -10px;
}
.ws-minus-3px {
  word-spacing: -3px;
}
section {
  padding-top: 100px;
  padding-bottom: 100px;
}
html,
body {
  overflow-x: hidden;
}
.h-700 {
  height: 650px !important;
}
/* header */
header .navbar-brand img {
  max-height: 80px;
}
.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.3px;
  padding: 10px 15px;
}
header .navbar-brand {
  padding: 5px 0;
}
/* bg color */
.bg-gradient-corduroy-green-dark-goldenrod {
  background-image: linear-gradient(to right, #011e6d, #af2323);
}
.bg-gradient-corduroy-green-dark-goldenrod-dark {
  background: #011e6d;
  background: linear-gradient(34deg, #011e6d 0%, #af2323 100%);
}
.bg-gradient-corduroy-green-dark-goldenrod-transparent {
  background-image: linear-gradient(
    to top right,
    rgba(1, 30, 109, 0.84),
    rgba(175, 35, 35, 0.82)
  );
}
.bg-zircon-grey {
  background-color: #d7e2e0;
}
.bg-racing-green {
  background-color: #011e6d;
}
.bg-white-yellow {
  background-color: #f9f4e8;
}
.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}
/* text color */
.text-gradient-corduroy-green-dark-goldenrod {
  background-image: linear-gradient(to right, #011e6d, #af2323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-light-conch-green {
  color: #fff;
}
.text-dark-golden-yellow {
  color: #af2323;
}
/* heading */
h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
h3 {
  line-height: 3rem;
}
/* border color */
.border-color-dark-golden-yellow {
  border-color: #af2323 !important;
}
/* btn */
.btn {
  font-family: var(--primary-font);
  font-weight: 600;
  letter-spacing: 1px;
}
.btn.with-rounded > span {
  border-radius: 4px;
}
.btn.with-rounded.btn-large > span {
  line-height: 32px;
}
.btn.with-rounded.btn-large > span {
  right: 12px;
}
.btn.with-rounded.btn-extra-large > span {
  right: 14px;
}
.btn.with-rounded.btn-medium > span {
  right: 10px;
}
.btn.btn-very-small {
  padding: 8px 16px;
  font-size: 12px;
}
.btn.with-rounded.btn-extra-large {
  padding-right: 75px;
}
.btn.with-rounded.btn-large {
  padding-right: 60px;
}
.btn.with-rounded.btn-medium {
  padding-right: 55px;
}
.btn.with-rounded.btn-small {
  padding-right: 50px;
}
.btn.with-rounded.btn-very-small {
  padding-right: 40px;
}
.btn-gradient-green-goldenrod-yellow {
  background-image: linear-gradient(to right, #011e6d, #af2323, #011e6d);
  background-size: 200% auto;
  color: var(--white);
}
.sliderheading {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(3.2rem, 4vw, 5.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 760px;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.home-slider-mobile-features {
  display: none;
}
.walk-wellness-section {
  background:
    linear-gradient(
      120deg,
      rgba(1, 30, 109, 0.96),
      rgba(1, 30, 109, 0.7) 44%,
      rgba(175, 35, 35, 0.72)
    ),
    url("../images/home-bg-01.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 78px 0 44px;
}
.walk-wellness-section:before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}
.walk-wellness-section:after {
  background: linear-gradient(90deg, #af2323, #f49b17, #0aa6a6, #011e6d);
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
}
.walk-wellness-bg-text {
  color: rgba(255, 255, 255, 0.05);
  font-size: clamp(7rem, 18vw, 18rem);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  right: 2vw;
  top: 0;
}
.walk-wellness-copy {
  color: var(--white);
  max-width: 720px;
}
.walk-wellness-kicker {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #ffd36a;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 7px 14px;
  text-transform: uppercase;
  white-space: normal;
}
.walk-wellness-copy h1 {
  color: var(--white);
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: 0.96;
  margin-bottom: 20px;
  font-weight: 900;
  max-width: 620px;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}
.walk-wellness-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 24px;
  max-width: 650px;
}
.walk-wellness-meta {
  align-items: stretch;
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
.walk-date-badge {
  background: linear-gradient(180deg, #ffffff 0%, #fff7dc 100%);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  color: var(--dark-gray);
  flex: 0 0 138px;
  overflow: hidden;
  padding: 0 0 16px;
  position: relative;
  text-align: center;
}
.walk-date-badge:before {
  background: linear-gradient(90deg, #af2323, #f49b17);
  content: "";
  display: block;
  height: 11px;
  margin-bottom: 14px;
}
.walk-date-badge:after {
  background:
    radial-gradient(circle, rgba(175, 35, 35, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(1, 30, 109, 0.1) 0 2px, transparent 3px);
  background-position:
    14px 12px,
    34px 30px;
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
}
.walk-date-badge span,
.walk-date-badge small {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.1px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.walk-date-badge strong {
  color: var(--base-color);
  display: block;
  font-size: 40px;
  line-height: 0.92;
  margin: 7px 0 8px;
  position: relative;
  text-shadow: 0 8px 18px rgba(175, 35, 35, 0.16);
  z-index: 1;
}
.walk-wellness-venue {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding-left: 22px;
}
.walk-wellness-venue span {
  color: var(--white);
  display: flex;
  font-size: 17px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.35;
}
.walk-wellness-venue i {
  color: #ffd36a;
  margin-top: 3px;
}
.walk-wellness-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 0;
}
.walk-feature-row {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(300px, 1.4fr) minmax(150px, 1fr) minmax(
      150px,
      1fr
    );
  margin: 0;
  max-width: none;
  min-width: 0;
  width: 100%;
}
.walk-wellness-counter {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--white);
  overflow: hidden;
  padding: 16px;
}
.walk-wellness-counter > span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.walk-wellness-counter .countdown-style-01 .counter-container {
  display: grid !important;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.walk-wellness-counter .countdown-style-01 .counter-container .countdown-box {
  align-items: center;
  background: rgba(1, 30, 109, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 78px !important;
  min-width: 0;
  padding: 9px 4px !important;
  text-align: center;
  width: auto !important;
}
.walk-wellness-counter
  .countdown-style-01
  .counter-container
  .countdown-box
  .number {
  color: var(--white);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 5px;
}
.walk-wellness-counter
  .countdown-style-01
  .counter-container
  .countdown-box
  span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.walk-wellness-visual {
  align-items: end;
  /* display: grid; */
  gap: 22px;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  margin-top: 70px;
  min-height: auto;
  position: relative;
}
.walk-poster-frame {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  margin: 0;
  max-width: none;
  overflow: hidden;
  padding: 10px;
}
.walk-poster-frame img {
  border-radius: 5px;
  display: block;
  height: auto;
  width: 100%;
}
.walk-impact-card,
.walk-music-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  color: var(--dark-gray);
  overflow-wrap: anywhere;
  min-height: 100%;
  padding: 22px;
}
.walk-impact-card {
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(244, 155, 23, 0.26),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 246, 238, 0.95)
    );
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  isolation: isolate;
  min-height: 178px;
  overflow: hidden;
  padding: 26px 24px 24px;
  position: relative;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.walk-impact-card:before {
  background:
    linear-gradient(90deg, #2d6b5f, #f49b17),
    repeating-linear-gradient(
      135deg,
      rgba(45, 107, 95, 0.14) 0 8px,
      transparent 8px 16px
    );
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.walk-impact-card:after {
  align-items: center;
  background: rgba(45, 107, 95, 0.1);
  border: 1px solid rgba(45, 107, 95, 0.16);
  border-radius: 50%;
  color: #2d6b5f;
  content: "\f4c4";
  display: flex;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 20px;
  width: 54px;
}
.walk-impact-card:nth-of-type(3):after {
  background: rgba(244, 155, 23, 0.13);
  border-color: rgba(244, 155, 23, 0.2);
  color: #b76d00;
  content: "\f001";
}
.walk-impact-card:hover {
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translateY(-6px);
}
.walk-music-card {
  background: #af2323;
  color: var(--white);
}
.walk-music-card span {
  color: #f49b17;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.walk-impact-card span {
  align-items: center;
  background: rgba(45, 107, 95, 0.08);
  border-radius: 999px;
  color: #2d6b5f;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 15px;
  padding: 6px 11px;
  text-transform: uppercase;
}
.walk-music-card strong {
  display: block;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  font-weight: 900;
  line-height: 1.15;
}
.walk-impact-card strong {
  color: #24332e;
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.3rem);
  font-weight: 900;
  line-height: 1.08;
  max-width: calc(100% - 35px);
}
.walk-impact-card p {
  color: #5c6762;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  margin-top: 12px;
  max-width: 92%;
}
.walk-wellness-strip {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 12px;
  padding: 16px 18px;
}
.walk-wellness-strip div {
  margin-right: auto;
}
.walk-wellness-strip span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.walk-wellness-strip strong,
.walk-wellness-strip a {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}
.walk-wellness-strip a {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}
.walk-wellness-strip i {
  color: #ffd36a;
}
.walk-wellness-activities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.walk-wellness-activities span {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--dark-gray);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  padding: 9px 13px;
  text-transform: uppercase;
}
.walk-wellness-activities i {
  color: var(--base-color);
  font-size: 15px;
}
.btn.btn-base-color {
  color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
  color: var(--dark-gray);
}
/* about us */
.aboutus-section {
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(175, 35, 35, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #fffaf1 0%, #ffffff 48%, #f5f8f7 100%);
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}
.aboutus-section::before {
  background:
    linear-gradient(90deg, rgba(8, 46, 37, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(8, 46, 37, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
}
.aboutus-section .container {
  position: relative;
}
.aboutus-label {
  color: var(--base-color);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.8px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.aboutus-showcase,
.aboutus-copy,
.aboutus-photo,
.aboutus-mini-card,
.aboutus-objectives-wrap,
.aboutus-objective-card {
  border-radius: 18px;
}
.aboutus-showcase {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(8, 46, 37, 0.1);
  box-shadow: 0 28px 80px rgba(8, 46, 37, 0.12);
  margin-bottom: 26px;
  overflow: hidden;
}
.aboutus-copy {
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(237, 195, 111, 0.18),
      transparent 28%
    ),
    linear-gradient(145deg, #082e25 0%, #0d4b3d 100%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 520px;
  padding: 58px;
}
.aboutus-copy h3 {
  color: var(--white);
  font-size: clamp(2.4rem, 2vw, 2.4rem);
  line-height: 1.04;
  margin-bottom: 24px;
  max-width: 620px;
  font-weight: 600;
}
.aboutus-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}
.aboutus-purpose {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid #edc36f;
  border-radius: 12px;
  color: var(--white);
  display: flex;
  gap: 14px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 28px;
  padding: 18px;
}
.aboutus-purpose i {
  align-items: center;
  background: rgba(237, 195, 111, 0.18);
  border-radius: 50%;
  color: #edc36f;
  display: flex;
  flex: 0 0 auto;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.aboutus-stat-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}
.aboutus-stat-row div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 18px;
}
.aboutus-stat-row strong {
  color: #edc36f;
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}
.aboutus-stat-row span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}
.aboutus-photo {
  background: #f6f4ef;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}
.aboutus-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  width: 100%;
}
.aboutus-photo::after {
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(8, 46, 37, 0.74) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
}
.aboutus-photo-badge {
  background: rgba(255, 252, 246, 0.94);
  border: 1px solid rgba(237, 195, 111, 0.34);
  border-radius: 16px;
  bottom: 28px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  color: #082e25;
  left: 28px;
  max-width: calc(100% - 56px);
  padding: 20px;
  position: absolute;
  z-index: 1;
}
.aboutus-photo-badge i {
  align-items: center;
  background: #f6ebd9;
  border-radius: 50%;
  color: #a30f18;
  display: flex;
  font-size: 24px;
  height: 54px;
  justify-content: center;
  margin-bottom: 14px;
  width: 54px;
}
.aboutus-photo-badge strong {
  color: #082e25;
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}
.aboutus-photo-badge span {
  color: #4b4a45;
  display: block;
  font-size: 15px;
  line-height: 1.45;
}
.aboutus-mission-row {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 26px;
}
.aboutus-mini-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 46, 37, 0.1);
  box-shadow: 0 16px 42px rgba(8, 46, 37, 0.08);
  display: flex;
  gap: 18px;
  padding: 28px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.aboutus-mini-card:hover {
  box-shadow: 0 22px 54px rgba(8, 46, 37, 0.12);
  transform: translateY(-4px);
}
.aboutus-mini-icon {
  align-items: center;
  background: #f6ebd9;
  border-radius: 14px;
  color: #a30f18;
  display: flex;
  flex: 0 0 auto;
  font-size: 25px;
  height: 58px;
  justify-content: center;
  width: 58px;
}
.aboutus-mini-card:nth-child(2) .aboutus-mini-icon {
  background: rgba(8, 46, 37, 0.1);
  color: #0b493b;
}
.aboutus-mini-card span {
  color: #a30f18;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.aboutus-mini-card h4,
.aboutus-objectives-wrap h4 {
  color: #082e25;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
}
.aboutus-mini-card p,
.aboutus-objectives-wrap p,
.aboutus-objective-card p {
  color: #5c5b55;
  font-size: 16px;
  line-height: 1.62;
  margin: 0;
}
.aboutus-objectives-wrap {
  background: rgba(255, 252, 246, 0.86);
  border: 1px solid rgba(8, 46, 37, 0.1);
  border-radius: 22px;
  box-shadow: 0 20px 64px rgba(8, 46, 37, 0.1);
  margin-top: 0;
  padding: 36px;
}
.aboutus-objectives-head {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(190px, 0.52fr) minmax(0, 1.48fr);
  margin-bottom: 30px;
}
.aboutus-objectives-head > div:first-child {
  align-self: center;
  max-width: 360px;
}
.aboutus-objectives-head > div:last-child {
  background: rgba(255, 255, 255, 0.72);
  border-left: 4px solid rgba(175, 35, 35, 0.72);
  border-radius: 0 14px 14px 0;
  padding: 18px 22px;
}
.aboutus-objectives-head p + p {
  margin-top: 10px;
}
.aboutus-objectives-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.aboutus-objectives-grid > .aboutus-objective-card {
  grid-column: span 2;
}
.aboutus-objectives-grid > .aboutus-objective-card:nth-child(n + 4) {
  grid-column: span 3;
}
.aboutus-objective-card {
  background: #ffffff;
  border: 1px solid rgba(8, 46, 37, 0.1);
  box-shadow: 0 12px 30px rgba(8, 46, 37, 0.06);
  min-height: 100%;
  padding: 24px;
  position: relative;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.aboutus-objective-card:hover {
  box-shadow: 0 18px 46px rgba(8, 46, 37, 0.12);
  transform: translateY(-4px);
}
.aboutus-objective-card span {
  color: rgba(8, 46, 37, 0.26);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 20px;
}
.aboutus-objective-card i {
  align-items: center;
  background: #f6ebd9;
  border-radius: 14px;
  color: #a30f18;
  display: flex;
  font-size: 23px;
  height: 54px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
}
.aboutus-objective-card h5 {
  color: #082e25;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.28;
  margin-bottom: 10px;
}
.aboutus-wide-card {
  background: linear-gradient(135deg, #a30f18 0%, #082e25 100%);
}
.aboutus-wide-card span,
.aboutus-wide-card i,
.aboutus-wide-card h5,
.aboutus-wide-card p {
  color: var(--white);
}
.aboutus-wide-card i {
  background: rgba(255, 255, 255, 0.14);
}
/* main causes */
.maincause-section {
  background: var(--white);
}
.maincause-card {
  background: var(--white);
  border: 1px solid rgba(1, 30, 109, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(1, 30, 109, 0.08);
  padding: 28px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.maincause-card:hover {
  box-shadow: 0 22px 48px rgba(1, 30, 109, 0.12);
  transform: translateY(-4px);
}
.maincause-icon {
  align-items: center;
  background: rgba(175, 35, 35, 0.1);
  border-radius: 8px;
  color: var(--base-color);
  display: flex;
  font-size: 30px;
  height: 64px;
  justify-content: center;
  margin-bottom: 20px;
  width: 64px;
}
.maincause-card h4 {
  color: var(--dark-gray);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
}
.maincause-card p {
  color: var(--medium-gray);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
/* donation section */
.donation-feature-section {
  background-color: #082e25;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 60px 0px;
}
.donation-feature-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(6, 27, 24, 0.94) 0%,
      rgba(6, 27, 24, 0.78) 37%,
      rgba(6, 27, 24, 0.16) 67%,
      rgba(6, 27, 24, 0.28) 100%
    ),
    linear-gradient(180deg, rgba(6, 27, 24, 0.1) 0%, rgba(6, 27, 24, 0.92) 100%);
  inset: 0;
  position: absolute;
}
.donation-hero-copy {
  color: var(--white);
  /* max-width: 550px; */
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 42px;
  position: relative;
  text-align: center;
}
.donation-hero-copy .donation-kicker::before {
  left: 50%;
  transform: translateX(-50%);
}

.donation-kicker {
  color: #edc36f;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.3;
  margin-bottom: 28px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
}
.donation-kicker::before {
  background: #edc36f;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 180px;
}
.donation-kicker::after {
  align-items: center;
  background: #edc36f;
  border-radius: 50%;
  bottom: -7px;
  color: #082e25;
  content: "\f004";
  display: flex;
  font-family: "Font Awesome 6 Free";
  font-size: 9px;
  font-weight: 900;
  height: 16px;
  justify-content: center;
  left: 194px;
  line-height: 1;
  position: absolute;
  width: 16px;
}

.donation-hero-copy h3 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.08;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  /* max-width: 500px; */
}
.donation-hero-copy h3 span {
  color: #edb650;
}
.donation-hero-copy p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
  line-height: 1.56;
  margin: 0 auto;
}
.paypal-donation-card {
  background: rgba(255, 252, 246, 0.96);
  border: 1px solid rgba(237, 195, 111, 0.24);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(2, 17, 15, 0.32);
  margin-bottom: 50px;
  max-width: 100%;
  padding: 34px 52px 32px;
  position: relative;
}
.paypal-donation-copy {
  align-items: center;
  color: #082e25;
  display: grid;
  gap: 26px;
  grid-template-columns: 96px minmax(0, 1fr) 275px;
  margin-bottom: 28px;
  text-align: left;
}
.paypal-donation-copy-icon,
.paypal-donation-receipt i,
.paypal-amounts i {
  align-items: center;
  background: #f6ebd9;
  border-radius: 50%;
  color: #0b493b;
  display: flex;
  justify-content: center;
}
.paypal-donation-copy-icon {
  color: #9f111a;
  font-size: 38px;
  height: 80px;
  width: 80px;
}
.paypal-donation-copy h4 {
  color: #082e25;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 9px;
}
.paypal-donation-copy p {
  color: #4b4a45;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}
.paypal-donation-receipt {
  align-items: center;
  border-left: 1px solid rgba(8, 46, 37, 0.16);
  display: grid;
  gap: 18px;
  grid-template-columns: 44px 1fr;
  min-height: 78px;
  padding-left: 28px;
}
.paypal-donation-receipt i {
  background: #0b493b;
  color: var(--white);
  font-size: 21px;
  height: 44px;
  width: 44px;
}
.paypal-donation-receipt span {
  color: #4b4a45;
  font-size: 16px;
  line-height: 1.5;
}
.donation-impact-heading {
  align-items: center;
  color: #a30f18;
  display: flex;
  font-size: 17px;
  font-weight: 900;
  gap: 18px;
  justify-content: center;
  letter-spacing: 4px;
  margin-bottom: 22px;
  text-align: center;
  text-transform: uppercase;
}
.donation-impact-heading::before,
.donation-impact-heading::after {
  background: rgba(8, 46, 37, 0.16);
  content: "";
  flex: 1;
  height: 1px;
}
.donation-impact-heading span {
  align-items: center;
  display: inline-flex;
  gap: 18px;
}
.donation-impact-heading span::before,
.donation-impact-heading span::after {
  background: #c9b993;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}
.paypal-donation-form {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
.paypal-amounts {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}
.paypal-amounts label {
  margin: 0;
}
.paypal-amounts input {
  opacity: 0;
  position: absolute;
}
.paypal-amounts span {
  align-items: center;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(8, 46, 37, 0.12);
  border-radius: 8px;
  color: #111;
  cursor: pointer;
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 58px 1fr;
  min-height: 88px;
  padding: 12px 16px 12px 12px;
  text-align: left;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}
.paypal-amounts i {
  align-self: center;
  font-size: 24px;
  grid-row: 1 / 3;
  height: 50px;
  width: 50px;
}
.paypal-amounts strong {
  align-self: end;
  color: #9f111a;
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}
.paypal-amounts small {
  color: #141414;
  display: block;
  font-size: 14px;
  line-height: 1.25;
}
.paypal-amounts input:checked + span {
  background: #fffdf9;
  border-color: #b71924;
  box-shadow: inset 78px 0 0 #b71924;
}
.paypal-amounts input:checked + span i {
  background: #f6ebd9;
  color: #b71924;
}
.paypal-custom-amount {
  margin-bottom: 24px;
  text-align: left;
}
.paypal-custom-radio {
  opacity: 0;
  position: absolute;
}
.paypal-custom-amount label {
  color: #082e25;
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.paypal-custom-amount div {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(8, 46, 37, 0.14);
  border-radius: 8px;
  display: flex;
  min-height: 58px;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}
.paypal-custom-amount:focus-within div {
  border-color: #b71924;
  box-shadow: 0 0 0 3px rgba(183, 25, 36, 0.12);
}
.paypal-custom-amount span {
  align-items: center;
  background: #f6ebd9;
  color: #9f111a;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  width: 62px;
}
.paypal-custom-amount input[type="number"] {
  background: transparent;
  border: 0;
  color: #082e25;
  flex: 1;
  font-size: 18px;
  font-weight: 800;
  min-width: 0;
  outline: 0;
  padding: 0 18px;
}
.paypal-custom-amount input[type="number"]::placeholder {
  color: rgba(8, 46, 37, 0.48);
}
.paypal-submit {
  align-items: center;
  background: linear-gradient(180deg, #d82a30 0%, #a90e17 100%);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(169, 14, 23, 0.26);
  color: var(--white);
  display: grid;
  grid-template-columns: 74px 1fr 82px;
  min-height: 98px;
  overflow: hidden;
  padding: 14px 20px;
  width: 100%;
}
.paypal-submit strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.15;
  text-transform: uppercase;
}
.paypal-submit small {
  color: rgba(255, 255, 255, 0.94);
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 6px;
}
.paypal-submit-lock {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  display: flex;
  font-size: 28px;
  height: 62px;
  justify-content: center;
  width: 62px;
}
.paypal-submit-brand {
  align-items: center;
  background: var(--white);
  border-radius: 8px;
  color: #0070ba;
  display: flex;
  font-size: 43px;
  height: 62px;
  justify-content: center;
  justify-self: end;
  width: 74px;
}
.paypal-contact-link {
  align-items: center;
  color: #082e25;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  gap: 8px;
  justify-content: center;
  line-height: 1.4;
  margin-top: 22px;
}
.paypal-contact-link i {
  font-size: 24px;
}
.paypal-contact-link strong {
  color: #082e25;
  font-weight: 800;
}
.paypal-contact-link span {
  color: #4b4a45;
  flex-basis: 100%;
  font-size: 16px;
}
.donation-support-grid {
  color: var(--white);
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
}
.donation-support-grid article {
  min-width: 0;
}
.donation-support-grid i {
  color: #edc36f;
  display: block;
  font-size: 56px;
  margin-bottom: 18px;
}
.donation-support-grid h5 {
  color: var(--white);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 auto 10px;
  max-width: 230px;
}
.donation-support-grid p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 230px;
}
.moreinfo {
  background: rgba(255, 252, 246, 0.96);
  border: 1px solid rgba(237, 195, 111, 0.26);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(2, 17, 15, 0.22);
  color: #082e25;
  margin: 46px auto 0;
  max-width: 1060px;
  overflow: hidden;
  padding: 34px;
}
.moreinfo-header {
  margin: 0 auto 26px;
  max-width: 760px;
  text-align: center;
}
.moreinfo-header span {
  color: #a30f18;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.moreinfo-header h4 {
  color: #082e25;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px;
}
.moreinfo-header p {
  color: #4b4a45;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}
.moreinfo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.moreinfo-grid article {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(8, 46, 37, 0.1);
  border-radius: 10px;
  padding: 24px;
  text-align: left;
}
.moreinfo-grid i,
.moreinfo-thanks i {
  align-items: center;
  background: #f6ebd9;
  border-radius: 50%;
  color: #9f111a;
  display: flex;
  font-size: 24px;
  height: 54px;
  justify-content: center;
  margin-bottom: 16px;
  width: 54px;
}
.moreinfo-grid h5 {
  color: #082e25;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}
.moreinfo-grid p,
.moreinfo-grid address {
  color: #4b4a45;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}
.moreinfo-grid address strong {
  color: #082e25;
}
.moreinfo-mailing {
  align-items: flex-start;
  display: grid;
  gap: 18px;
  grid-column: 1 / -1;
  grid-template-columns: 54px 1fr;
}
.moreinfo-mailing i {
  margin-bottom: 0;
}
.moreinfo-thanks {
  align-items: center;
  background: linear-gradient(90deg, #0b493b, #082e25);
  border-radius: 10px;
  color: var(--white);
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 18px;
  padding: 18px;
  text-align: center;
}
.moreinfo-thanks i {
  background: rgba(255, 255, 255, 0.13);
  color: #edc36f;
  flex: 0 0 auto;
  height: 42px;
  margin: 0;
  width: 42px;
}
.moreinfo-thanks strong {
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
/* progress bar style */
.progress-bar-style-01 .progress {
  height: 7px;
  border-radius: 6px;
}
.progress-bar-style-01 .progress .progress-bar {
  border-radius: 6px;
}
/* pag title style */
.page-title-extra-large h1 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 800;
}
.page-title-extra-large h2 {
  font-size: 19px;
  line-height: 34px;
}
.pagination-style-01 .page-item.active .page-link {
  background: var(--dark-gray);
  color: var(--white);
}
.placeholder-light::-webkit-input-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.7;
}
.placeholder-light::-moz-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.7;
}
.placeholder-light:-ms-input-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.7;
}
/* contact form style 03 */
.contact-form-style-03 {
  margin-bottom: -125px;
}
/* interactive banner */
.interactive-banner-style-02.hover-box * {
  will-change: auto;
}
/* footer */
footer {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}
footer .footer-logo img {
  max-height: 80px;
}
footer .nav-link {
  color: #a7b3b1;
  font-size: 15px;
  line-height: normal;
}
footer .medium-icon a {
  font-size: 18px;
}
footer .medium-icon li {
  margin: 0 3px;
}
/* google map */
#map .gmnoprint[data-control-width="40"] {
  bottom: 30px !important;
  top: auto !important;
}
.social-icon-style-09 ul.light li a {
  border-color: rgba(255, 255, 255, 0.2);
}
/* media query responsive */
@media (max-width: 1600px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 16px;
  }
  .sliderheading {
    font-size: 4.7rem;
    line-height: 1;
    margin-bottom: 22px;
  }
  footer .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
  .aboutus-copy {
    padding: 44px;
  }
  .aboutus-objectives-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aboutus-objectives-grid > .aboutus-objective-card,
  .aboutus-objectives-grid > .aboutus-objective-card:nth-child(n + 4) {
    grid-column: span 1;
  }
  .donation-feature-section {
    background-position: 58% top;
  }
  .paypal-donation-card {
    max-width: 920px;
    padding-left: 34px;
    padding-right: 34px;
  }
  .paypal-donation-copy {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .paypal-donation-receipt {
    border-left: 0;
    border-top: 1px solid rgba(8, 46, 37, 0.16);
    grid-column: 1 / -1;
    min-height: 0;
    padding-left: 0;
    padding-top: 20px;
  }
  .donation-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sliderheading {
    font-size: 3.8rem;
    line-height: 1.04;
    margin-bottom: 20px;
  }
  .contact-form-style-03 {
    margin-bottom: 75px;
  }
  .md-h-500 {
    height: 500px !important;
  }
  .aboutus-section {
    padding: 78px 0;
  }
  .aboutus-copy {
    min-height: auto;
    padding: 42px;
  }
  .aboutus-photo {
    min-height: 440px;
  }
  .aboutus-mission-row,
  .aboutus-objectives-head {
    grid-template-columns: 1fr;
  }
  .aboutus-objectives-head > div:first-child {
    max-width: none;
  }
  .aboutus-objectives-head > div:last-child {
    border-left: 0;
    border-top: 4px solid rgba(175, 35, 35, 0.72);
    border-radius: 0 0 14px 14px;
  }
  .aboutus-wide-card {
    grid-column: span 1;
  }
  .walk-wellness-section {
    padding: 34px 0 44px;
  }
  .walk-wellness-copy h1 {
    font-size: 4.8rem;
  }
  .walk-wellness-visual {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .walk-feature-row {
    grid-template-columns: 1fr;
  }
  .donation-feature-section {
    padding-bottom: 72px;
  }
  .donation-feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(6, 27, 24, 0.95) 0%,
        rgba(6, 27, 24, 0.82) 56%,
        rgba(6, 27, 24, 0.42) 100%
      ),
      linear-gradient(
        180deg,
        rgba(6, 27, 24, 0.22) 0%,
        rgba(6, 27, 24, 0.94) 100%
      );
  }
  .donation-hero-copy h3 {
    font-size: 3.5rem;
  }
  .donation-hero-copy p {
    font-size: 19px;
  }
  .paypal-amounts span {
    grid-template-columns: 58px 1fr;
    padding: 12px;
  }
  .paypal-amounts i {
    font-size: 24px;
    height: 50px;
    width: 50px;
  }
  .paypal-amounts input:checked + span {
    box-shadow: inset 78px 0 0 #b71924;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  header .navbar {
    background-color: #fffaf1 !important;
    background-image: none !important;
    border-bottom: 0 !important;
    padding: 0px 15px !important;
  }
  header .navbar .container-fluid {
    align-items: center;
    min-height: 86px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .navbar-brand {
    padding: 8px 0 !important;
  }
  header .navbar-brand img {
    height: auto;
    max-height: 74px;
    width: auto;
  }
  header .menu-order {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  header .navbar-toggler {
    align-self: center;
    float: none !important;
    height: 24px;
    margin: 0 !important;
    padding: 0;
    position: relative;
    width: 32px;
  }
  header .navbar-toggler .navbar-toggler-line {
    background-color: #011e6d;
    border-radius: 2px;
    height: 3px;
    margin: 0;
    width: 30px;
  }
  header .navbar-toggler .navbar-toggler-line:nth-child(1) {
    top: 0;
    width: 30px;
  }
  header .navbar-toggler .navbar-toggler-line:nth-child(2),
  header .navbar-toggler .navbar-toggler-line:nth-child(3) {
    top: 10px;
  }
  header .navbar-toggler .navbar-toggler-line:nth-child(4) {
    top: 20px;
    width: 30px;
  }
  .navbar-collapse-show
    header
    .navbar-toggler
    .navbar-toggler-line:nth-child(1),
  .navbar-collapse-show
    header
    .navbar-toggler
    .navbar-toggler-line:nth-child(4) {
    top: 10px;
    width: 0;
  }
  .home-slider-section {
    background: linear-gradient(
      90deg,
      #fffaf1 0%,
      #fffaf1 56%,
      rgba(255, 250, 241, 0.72) 70%,
      transparent 100%
    );
    overflow: hidden;
    padding-top: 0 !important;
  }
  .home-slider-section .start-banner-slider,
  .home-slider-section .swiper-wrapper,
  .home-slider-section .swiper-slide {
    min-height: 748px;
  }
  .home-slider-section .swiper-slide {
    background-color: #fffaf1;
    background-position: right -78px top 142px !important;
    background-repeat: no-repeat;
    background-size: auto 58% !important;
    padding-bottom: 128px;
    padding-top: 150px !important;
  }
  .home-slider-section .swiper-slide::before {
    background:
      linear-gradient(
        90deg,
        #fffaf1 0%,
        #fffaf1 50%,
        rgba(255, 250, 241, 0.36) 72%,
        rgba(255, 250, 241, 0) 100%
      ),
      linear-gradient(180deg, rgba(255, 250, 241, 0) 0%, #fffaf1 82%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }
  .home-slider-section .container,
  .home-slider-section .row,
  .home-slider-section [class*="col-"] {
    position: relative;
    z-index: 1;
  }
  .home-slider-section .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .home-slider-section .col-11 {
    max-width: 62%;
    width: 62%;
  }
  .sliderheading {
    color: #011e6d !important;
    font-size: 3rem;
    line-height: 0.94;
    margin-bottom: 18px;
    max-width: 290px;
  }
  .sliderheading::before {
    background:
      linear-gradient(#dfaf35, #dfaf35) left 50% / 84px 2px no-repeat,
      linear-gradient(#dfaf35, #dfaf35) right 50% / 84px 2px no-repeat;
    color: #dfaf35;
    content: "\f4be";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 22px;
    max-width: 264px;
    text-align: center;
  }
  .sliderheading::after {
    background: #dfaf35;
    content: "";
    display: block;
    height: 3px;
    margin-top: 18px;
    width: 46px;
  }
  .home-slider-section .fs-19 {
    color: #41464f;
    font-size: 19px !important;
    font-weight: 700;
    line-height: 1.75 !important;
    margin-bottom: 32px !important;
    max-width: 255px;
    width: 100% !important;
  }
  .home-slider-section .btn {
    align-items: center;
    border-radius: 9px !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    justify-content: space-between;
    letter-spacing: 0;
    min-height: 72px;
    min-width: 228px;
    padding: 18px 86px 18px 24px;
    text-transform: uppercase;
  }
  .home-slider-section .btn::before {
    content: "Explore our causes";
    font-size: 18px;
  }
  .home-slider-section .btn > span {
    border-radius: 7px;
    height: 48px;
    line-height: 48px !important;
    right: 18px !important;
    width: 48px;
  }
  .home-slider-section .btn > span i {
    font-size: 22px;
  }
  .home-slider-section .btn {
    font-size: 0;
  }
  .home-slider-mobile-features {
    align-items: stretch;
    background: var(--white);
    border-radius: 8px;
    bottom: 30px;
    box-shadow: 0 16px 42px rgba(1, 30, 109, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 28px;
    overflow: hidden;
    padding: 18px 12px;
    position: absolute;
    right: 28px;
    z-index: 2;
  }
  .home-slider-mobile-features div {
    align-items: center;
    border-right: 1px solid rgba(1, 30, 109, 0.1);
    display: grid;
    grid-template-columns: 52px 1fr;
    min-width: 0;
    padding: 0 10px;
  }
  .home-slider-mobile-features div:last-child {
    border-right: 0;
  }
  .home-slider-mobile-features span {
    align-items: center;
    background: #011e6d;
    border-radius: 50%;
    color: var(--white);
    display: flex;
    font-size: 20px;
    height: 46px;
    justify-content: center;
    width: 46px;
  }
  .home-slider-mobile-features div:nth-child(2) span {
    background: #9b1224;
  }
  .home-slider-mobile-features div:nth-child(3) span {
    background: #dfaf35;
  }
  .home-slider-mobile-features strong {
    color: #011e6d;
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
  }
  .home-slider-mobile-features small {
    color: #333844;
    display: block;
    font-size: 12px;
    font-weight: 600;
    grid-column: 2;
    line-height: 1.25;
  }
  footer {
    padding-top: 90px;
  }
  .contact-form-style-03 {
    margin-bottom: 50px;
  }
  .sm-h-400 {
    height: 400px !important;
  }
  .aboutus-copy,
  .aboutus-mini-card,
  .aboutus-objectives-wrap {
    padding: 24px;
  }
  .aboutus-copy h3 {
    font-size: 2.35rem;
  }
  .aboutus-copy p {
    font-size: 16px;
  }
  .aboutus-purpose {
    align-items: flex-start;
    font-size: 16px;
  }
  .aboutus-stat-row,
  .aboutus-objectives-grid {
    grid-template-columns: 1fr;
  }
  .aboutus-photo {
    min-height: 360px;
  }
  .aboutus-photo-badge {
    bottom: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 16px;
  }
  .aboutus-mini-card {
    flex-direction: column;
  }
  .aboutus-objectives-head {
    gap: 14px;
  }
  .aboutus-objectives-head > div:last-child {
    padding: 16px;
  }
  .aboutus-objectives-head p + p {
    margin-top: 8px;
  }
  .aboutus-objectives-wrap h4,
  .aboutus-mini-card h4 {
    font-size: 22px;
  }
  .donation-feature-section {
    background-position: 68% top;
    padding: 72px 0 54px;
  }
  .donation-hero-copy {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 34px;
    text-align: left;
  }
  .donation-kicker {
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 22px;
  }
  .donation-kicker::before {
    left: 0;
    transform: none;
    width: 140px;
  }
  .donation-kicker::after {
    left: 151px;
  }
  .donation-hero-copy h3 {
    font-size: 2.65rem;
    margin-left: 0;
    margin-right: 0;
  }
  .donation-hero-copy p {
    font-size: 17px;
    margin-left: 0;
    margin-right: 0;
  }
  .paypal-donation-card {
    border-radius: 18px;
    margin-bottom: 36px;
    padding: 20px;
  }
  .paypal-donation-copy {
    display: grid;
    gap: 14px;
    grid-template-columns: 64px 1fr;
    margin-bottom: 22px;
    text-align: left;
  }
  .paypal-donation-copy-icon {
    font-size: 30px;
    height: 64px;
    width: 64px;
  }
  .paypal-donation-copy h4 {
    font-size: 21px;
  }
  .paypal-donation-copy p,
  .paypal-donation-receipt span {
    font-size: 15px;
  }
  .paypal-donation-receipt {
    border-top: 1px solid rgba(8, 46, 37, 0.14);
    grid-column: 1 / -1;
    grid-template-columns: 42px 1fr;
    justify-items: start;
    padding-top: 18px;
    text-align: left;
  }
  .paypal-donation-receipt i {
    font-size: 20px;
    height: 42px;
    width: 42px;
  }
  .donation-impact-heading {
    font-size: 14px;
    gap: 10px;
    letter-spacing: 3px;
  }
  .paypal-amounts {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
  }
  .paypal-amounts span {
    gap: 4px 10px;
    grid-template-columns: 46px 1fr;
    min-height: 84px;
    padding: 10px;
  }
  .paypal-amounts i {
    font-size: 21px;
    height: 42px;
    width: 42px;
  }
  .paypal-amounts strong {
    font-size: 23px;
  }
  .paypal-amounts small {
    font-size: 13px;
  }
  .paypal-amounts input:checked + span {
    box-shadow: inset 64px 0 0 #b71924;
  }
  .paypal-custom-amount {
    margin-bottom: 18px;
  }
  .paypal-custom-amount label {
    font-size: 12px;
  }
  .paypal-custom-amount div {
    min-height: 50px;
  }
  .paypal-custom-amount span {
    height: 50px;
    width: 54px;
  }
  .paypal-custom-amount input[type="number"] {
    font-size: 16px;
  }
  .paypal-submit {
    grid-template-columns: 54px 1fr 62px;
    min-height: 84px;
    padding: 12px;
  }
  .paypal-submit strong {
    font-size: 17px;
    letter-spacing: 3px;
  }
  .paypal-submit small {
    font-size: 13px;
  }
  .paypal-submit-lock {
    font-size: 22px;
    height: 50px;
    width: 50px;
  }
  .paypal-submit-brand {
    font-size: 32px;
    height: 50px;
    width: 58px;
  }
  .donation-support-grid {
    gap: 24px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .donation-support-grid i {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .donation-support-grid h5 {
    font-size: 16px;
  }
  .donation-support-grid p {
    font-size: 14px;
  }
  .moreinfo {
    margin-top: 34px;
    padding: 24px;
  }
  .moreinfo-header h4 {
    font-size: 23px;
  }
  .moreinfo-grid {
    grid-template-columns: 1fr;
  }
  .moreinfo-mailing {
    grid-template-columns: 1fr;
  }
  .moreinfo-thanks {
    flex-direction: column;
    gap: 10px;
  }
  .moreinfo-thanks strong {
    font-size: 15px;
  }
  .walk-wellness-copy h1 {
    font-size: 3.2rem;
    word-spacing: -4px;
    margin-top: 2rem !important;
  }
  .walk-wellness-kicker {
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.35;
    padding: 7px 11px;
  }
  .walk-wellness-lead {
    font-size: 19px;
  }
  .walk-wellness-meta {
    flex-direction: column;
  }
  .walk-date-badge {
    flex-basis: auto;
    max-width: 180px;
  }
  .walk-wellness-venue {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding-left: 0;
    padding-top: 18px;
  }
  .walk-wellness-actions .btn {
    justify-content: center;
    width: 100%;
  }
  .walk-wellness-counter {
    padding: 16px;
  }
  .walk-wellness-counter .countdown-style-01 .counter-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .walk-wellness-counter .countdown-style-01 .counter-container .countdown-box {
    min-height: 62px !important;
    padding: 7px 2px !important;
  }
  .walk-wellness-counter
    .countdown-style-01
    .counter-container
    .countdown-box
    .number {
    font-size: 1.15rem;
  }
  .walk-wellness-counter
    .countdown-style-01
    .counter-container
    .countdown-box
    span {
    font-size: 8px;
  }
  .walk-wellness-visual {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 0;
  }
  .walk-poster-frame {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-slider-section .start-banner-slider,
  .home-slider-section .swiper-wrapper,
  .home-slider-section .swiper-slide {
    min-height: 724px;
  }
  .home-slider-section .swiper-slide {
    background-position: right -96px top 154px !important;
    background-size: auto 54% !important;
    padding-top: 150px !important;
  }
  .home-slider-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-slider-section .col-11 {
    max-width: 64%;
    width: 64%;
  }
  .sliderheading {
    font-size: 2.72rem;
    line-height: 0.94;
    margin-bottom: 16px;
  }
  .sliderheading::before {
    background:
      linear-gradient(#dfaf35, #dfaf35) left 50% / 58px 2px no-repeat,
      linear-gradient(#dfaf35, #dfaf35) right 50% / 58px 2px no-repeat;
    font-size: 25px;
    margin-bottom: 18px;
    max-width: 188px;
  }
  .home-slider-section .fs-19 {
    font-size: 17px !important;
    line-height: 1.65 !important;
    max-width: 226px;
  }
  .home-slider-section .btn {
    min-height: 64px;
    min-width: 210px;
    padding: 16px 72px 16px 20px;
  }
  .home-slider-section .btn::before {
    font-size: 16px;
  }
  .home-slider-section .btn > span {
    height: 42px;
    line-height: 42px !important;
    right: 14px !important;
    width: 42px;
  }
  .home-slider-mobile-features {
    bottom: 24px;
    left: 20px;
    padding: 14px 6px;
    right: 20px;
  }
  .home-slider-mobile-features div {
    grid-template-columns: 40px 1fr;
    padding: 0 6px;
  }
  .home-slider-mobile-features span {
    font-size: 17px;
    height: 36px;
    width: 36px;
  }
  .home-slider-mobile-features strong {
    font-size: 12px;
  }
  .home-slider-mobile-features small {
    font-size: 11px;
  }
  footer {
    padding-top: 110px;
  }
  .large-icon a {
    font-size: 22px;
    width: 50px;
    height: 50px;
  }
  .donation-feature-section {
    padding-top: 68px;
  }
  .donation-hero-copy h3 {
    font-size: 2.35rem;
  }
  .paypal-donation-card {
    border-radius: 18px;
    margin-bottom: 40px;
    padding: 20px;
  }
  .paypal-amounts span {
    gap: 4px 8px;
    grid-template-columns: 42px 1fr;
    min-height: 78px;
    padding: 9px;
  }
  .paypal-amounts i {
    font-size: 19px;
    height: 38px;
    width: 38px;
  }
  .paypal-amounts strong {
    font-size: 21px;
  }
  .paypal-amounts small {
    font-size: 12px;
  }
  .paypal-amounts input:checked + span {
    box-shadow: inset 58px 0 0 #b71924;
  }
  .paypal-submit {
    grid-template-columns: 44px 1fr 52px;
    gap: 8px;
    min-height: 74px;
    padding: 10px;
  }
  .paypal-submit strong {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .paypal-submit small {
    font-size: 12px;
  }
  .paypal-submit-lock {
    font-size: 18px;
    height: 42px;
    width: 42px;
  }
  .paypal-submit-brand {
    font-size: 27px;
    height: 42px;
    width: 50px;
  }
  .paypal-submit-lock,
  .paypal-submit-brand {
    justify-self: end;
  }
  .walk-wellness-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .walk-wellness-activities span {
    width: auto;
  }
}

/* Board Members Styling */
.board-member-card {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.board-member-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}

.board-member-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.board-member-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-gray);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.board-member-card p {
  font-size: 16px;
  font-weight: 600;
  color: #af2323;
  margin: 0;
  letter-spacing: 0.3px;
}

/* Golden Yellow Line */
.bg-golden-yellow {
  background-color: #af2323 !important;
}

.h-1px {
  height: 1px;
}
.fw900 {
  font-weight: 900;
}
.zss {
  padding-bottom: 0px !important;
  padding-top: 0 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .board-member-card {
    margin-bottom: 20px;
  }
}
