:root {
  --green-color: #d8700f;
  --blue-color: #203761;
  --yellow-color: #fef3dd;
  --text-color: #efeded;
  --yellow-color-100:#b75800;
  --bg-secondary-color:linear-gradient(to bottom, #263d64, #2c4472cf);
}

* {
  accent-color: var(--green-color);
}

.btn-color {
  background-color: var(--green-color);
  color: #fff;
}
.bg-secondary-color {
  background-image:var(--bg-secondary-color);
}
.text-white-100 {
  color: var(--text-color);
}

body .navbar-toggler:focus {
  box-shadow: none;
}

ul.program-points li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cta-group.banner-content .btn {
    font-size: 18px;
}
ul.program-points {
  margin-top: 30px;
  margin-bottom: 30px;
}
body {
  background: var(--blue-color) !important;
  padding-left: 3rem;
  padding-right: 3rem;
}

.green-color {
  color: var(--green-color);
}
.banner:after {
  background: #2037618a;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  content: "";
}
.banner-content .btn {
  background: var(--green-color);
  color: #fff;
  font-size: 20px;
}

.banner-content .btn:hover {
  background-color: var(--yellow-color-100);
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}
.navbar-brand img{
  width: 220px;
}
.custom-navbar {
  padding: 12px 20px;
  box-shadow: inset 0px 1px 3px 0px #ffffff45;
  border: 1px solid #ffffff57;
  border-bottom: 0px;
}

.navbar .navbar-brand {
  margin-right: 10%;
}

.navbar-brand span {
  margin-left: 8px;
  line-height: 1.2;
}

.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 10px;
}

.navbar-nav .nav-link:hover {
  color: var(--green-color) !important;
}

.custom-navbar .btn-donate {
  background-color: var(--green-color);
  color: #fff;
  border-radius: 30px;
  padding: 8px 18px;
  border: none;
  line-height: 28px;
}

.custom-navbar .btn-donate:hover,
.custom-navbar .btn-involved:hover {
  background-color: var(--yellow-color-100);
  color: #fff;
}

.custom-navbar .btn-involved {
  background-color: transparent;
  color: #fff;
  border-radius: 30px;
  padding: 8px 18px;
  border: 2px solid var(--green-color);
  margin-left: 10px;
}

.cs-last {
  flex: 0 0 250px;
}

.cs-last div:first-child {
  padding-right: 34px;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.cs-arrow svg {
  width: 60px;
  fill: var(--green-color);
  cursor: pointer;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  background-image: url(/static/images/bg.webp);
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  color: white;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 494px -218px;
  z-index: 2;
}

/* Arrow shape on the left for the image */
.banner-image {
  flex: 1 1 45%;
  background-color: var(--yellow-color);
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

/* Text content */
.banner-content {
  flex: 1 1 55%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-content h1 {
  font-size: 3.2rem;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 300;
}

.btn {
  background-color: #00e676;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  width: max-content;
  transition: all 0.3s ease;
  font-weight: bold;
}

.banner-content .outline-btn {
  background-color: transparent;
  border: 2px solid var(--green-color);
}

.banner-content .outline-btn:hover {
  background-color: var(--yellow-color-100);
  border: 2px solid var(--yellow-color-100);

}

.btn:hover {
  background-color: #00c853;
}



.slider-section {
  background: linear-gradient(to bottom, #2a4572, #2c4472);
}

span.cs-hr {
  width: 1px;
  display: block;
  height: 20px;
  background: #cccccc33;
  height: 50%;
}

.card.custom-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  background-color: #fef3dd;
  padding: 20px;
  min-height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.card.custom-card img {
  object-fit: cover;
  mix-blend-mode: multiply;
  background: transparent;
  display: block;
  max-width: 80px;
  margin: auto;
  margin-bottom: 8px;
}


.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #0d6efd;
}

.owl-dots {
  display: block !important;
  margin-top: 20px;
  text-align: center;
}

.footer {
  background: var(--blue-color);
  box-shadow: rgb(9 9 10 / 20%) 0px 8px 24px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 16px;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.social-icon {
  color: #fff !important;
  font-size: 1.2rem;
  background-color: var(--green-color);
}

.social-icon:hover {
  opacity: 1;
}

.btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
}


.btn:hover::before {
  left: 125%;
  transition: all 0.5s ease;
}

.impact-section {
  background-color: #f9fafb;
}

.trust-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 8px;
}
/* Stats Cards */
.impact-card,
.card, 
.trust-card,
.help-card,
.donation-card{
  background: #fef3dd08 !important;
  border-radius: 12px !important;
  padding: 35px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
  transition: 0.3s ease;
  height: 100%;
}

.impact-card:hover,
.mv-card:hover,
.contact-card:hover,
.outcome-card:hover,
.partner-card:hover,
.program-card:hover,
.card:hover, 
.trust-card:hover,
.help-card:hover,
.donation-card:hover {
  transform: translateY(-5px);
}

 .info-box li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.info-box {
  background-color: #fef3dd08;
  border-left: 5px solid var(--green-color);
  padding: 20px;
  border-radius: 8px;
  margin-right: 50px;
}

.stats-icon {
  font-size: 1.8rem;
}

.donation-card.active {
  background: var(--green-color)!important;
}
.donation-card.active .btn {
  border: 2px solid #ffffffc2;
}




.impact-card h3 {
  font-size: 36px;
  font-weight: 700;
  color: #f5b301;
  margin-bottom: 10px;
}

/* Image Cards */
.image-card {
  border-radius: 12px;
  overflow: hidden;
  height: 260px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
  object-position: top;
}

.image-card:hover img {
  transform: scale(1.05);
}

/* Section Header */
.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2a4572;
  text-transform: uppercase;
  margin-bottom: 10px;
}


/* Image Styling */
.about-image img {
  object-fit: cover;
  width: 100%;
  max-height: 420px;
}

/* Mission & Vision Cards */
.mv-card {
  background: #fef3dd08;
  border-radius: 16px;
  padding: 35px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.mv-icon {
  width: 55px;
  height: 55px;
  background: var(--green-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;

}

.mv-icon i {
  font-size: 26px;
  color: #fff;
}

.divider {
  border-bottom: 1px solid #ffffff12;
  width: 100%;
  display: inline-block;
}

.transparency-pro {
  background-color: #f8f9fb;
}

/* Eyebrow label */
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #6c757d;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Stewardship card */

.stewardship-card h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.stewardship-card p {
  color: #444;
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Fund bars */
.fund-row {
  margin-bottom: 25px;
}

.fund-row span {
  font-weight: 500;
}

.progress {
  height: 8px;
  background-color: #e9ecef;
  border-radius: 50px;
  margin-top: 8px;
}

.progress-bar {
  background-color: var(--green-color) !important;
  border-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* Report buttons */
.transparency-pro .btn-report {
  color: #fff;
  padding: 10px 26px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.2s ease;
  text-decoration: none;
  background-color: var(--green-color);
  line-height: 20px;
  width: 100%;
}

.transparency-pro .mv-card {
  border-left: 2px solid var(--green-color);
}

.transparency-pro .btn-report:hover {
  background-color: var(--yellow-color-100);
  color: #ffffff;
}

.btn-report span {
  font-size: 12px;
  display: block;
}


/* conatct page */

.contact-page {
  background-color: #f8f9fb;
}

/* Header styles */
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #6c757d;
}

/* Contact cards */
.contact-card {
  background: #fef3dd08;
  border-radius: 12px;
  padding: 35px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
  text-align: center;
}

.icon-box {
  width: 55px;
  height: 55px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-color: var(--green-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.contact-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.contact-card a {
  color: var(--text-color);
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
  color: var(--green-color);
}

.donation-box {
  border-left: 5px solid var(--green-color);
  background: #fef3dd08;
   border-radius: 12px;
   padding: 30px 20px;
   height: 100%;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
 }

 .cs-title {
  /* padding-left: 40px; */
  position: relative;
}
.cs-title span {
  position: absolute;
  left: 0px;
}

/* Form card */
.form-card {
  background: #fef3dd08;
  border-radius: 12px;
  padding: 35px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.form-label {
  font-weight: 500;
}

.form-control {
  border-radius: 6px;
}

/* Button */
button.btn-submit {
  background-color: var(--green-color);
  color: #ffffff;
  padding: 12px 30px;
  font-family: 20px;
  border-radius: 50px;
  font-weight: 500;
}

button.btn-submit:hover {
  background-color: var(--yellow-color-100);
  color: #ffffff;
}

.form-card input,
.form-card textarea,
.form-card select,
.form-card select:focus,
.form-card input:focus,
.form-card textarea:focus {
  background: transparent;
  color: #fff;
  border: 1px solid #cccccc4d;
  box-shadow: none;
  outline: none;
}
.form-card input,
.form-card textarea,
.form-card select{
  font-size: 14px;
}
textarea.form-control {
  resize: none;
}

/* Bottom image */
.contact-image {
  margin-top: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}




.subnote {
  font-style: italic;
  color: var(--text-color);
  border-left: 4px solid var(--green-color);
  padding-left: 15px;
  margin-top: 20px;
}

.why-matters-img,
.outcomes-img  {
  max-width: 100%;
  object-fit: cover;
}

/* .outcomes-section {
  background-color: #ffffff;
} */


.subtitle {
  color: var(--text-color);
}
div#id_gift_type {
  display: flex;
  gap: 16px;
}
.outcome-card {
  background: #fef3dd08;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.outcome-card .icon {
  font-size: 1.8rem;
  line-height: 1;
}

.outcome-card p {
  margin: 0;
  font-size: 0.95rem;
}

.donate-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

::placeholder {
  color: #ccc !important;
  opacity: 1;
  /* Fix for Firefox */
}

/* Browser Support */
::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

.amount-buttons button {
  margin-right: 8px;
  margin-bottom: 8px;
  min-width: 80px;
}

select option {
  color: #000;
}

body .form-check-input:focus {
  outline: none;
}

body .form-check-input:checked {
  background-color: var(--green-color);
  border-color: var(--green-color);
}

.amount-buttons .btn-check:checked+.btn {
  background-color: var(--green-color);
  border-color: var(--green-color);
  color: #fff;
}

.arrow-icon {
  position: relative;
  display: block;
}

.arrow-icon i {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
  pointer-events: none;
  font-size: 14px;
}

.amount-buttons label.btn {
  border: 2px solid var(--green-color);
  color: #fff;
  border-radius: 50px;
  padding: 4px 24px;
  font-size: 16px;
}

.amount-buttons label.btn:hover {
  background-color: var(--yellow-color-100);
  color: #fff;
}


hr.cs-hr {
  margin-top: 18vh;
}


.partner-card {
  background: #fef3dd08;
  border-radius: 12px;
  padding: 30px 20px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.partner-card .icon {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4 / 3; 
  
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: transform 0.3s ease;
}
.gallery-card:hover img {
  transform: scale(1.05);
}
.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.trust-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fef3dd14;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.trust-chip:hover {
  transform: translateY(-2px);
}

.trust-chip .icon {
  font-size: 1.2rem;
}

.mission-img-wrapper {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
}

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

.program-card {
  background: #fef3dd08;
  border-radius: 14px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.program-card .icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.thank-you-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.thank-you-card .icon i {
  font-size: 64px;
  color: var(--green-color);
}
.form-card input,
.form-card textarea,
.form-card select{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-card input,
.form-card select{
  height: 40px;
}
#id_gift_type label,
#id_donation_amount label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
div#id_gift_type,
#id_donation_amount{
  display: flex;
  gap: 16px;
}
.form-card #id_gift_type input,
.form-card #id_donation_amount input{
  width: auto;
}

/* checkbox field  */
.col-12.col-md-6.cs-checkbox-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.col-12.col-md-6.cs-checkbox-wrapper input {
  width: 20px;
}
.col-12.col-md-6.cs-checkbox-wrapper label {
  margin: 0px;
}
form#contact-form label {
  margin-bottom: 0.5rem;
}


/* Hero Image Styling */
.hero-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hero-image:hover img {
  transform: scale(1.05);
}

.hero-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  color: #fff;
}

.support-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.support-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.support-card:hover img {
  transform: scale(1.05);
}

.support-card span {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
}

.hello-bar {
  background-color: #990c06;
  padding: 10px 12px;
  transition: all 0.3s ease;
  color: #fff;
}

.hello-bar-spacer {
  height: 30px;
}

.hello-bar .hello-btn {
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, #2a4572, #2c4472);
  font-size: 14px;
}

.hello-bar .hello-btn:hover {
  background-color: transparent;
  color: #ffffff;
  transform: scale(1.05);
}

.legacy-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.text-founder {
  color: #10bd67;
}

.text-legacy {
  color: #c9a227;
}

body .founder {
  border-left: 6px solid #10bd67;
}

body .legacy {
  border-left: 6px solid #c9a227;
}

.legacy-list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}

.legacy-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.legacy-box img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.shared-mission {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.global-section .custom-card {
  background: #fef3dd08;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.global-section .custom-card:hover {
  transform: translateY(-6px);
}
.logo-wrap {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
  margin-bottom: 16px;
  border-radius: 6px;
}

.logo-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;       
}

.logo-wrap img.grayscale {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.global-section .grayscale {
  filter: grayscale(100%);
  opacity: 0.8;
}
.global-section .location-pill {
  display: inline-block;
  background: #e7edf6;
  color: #1d3557;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 15px;
}

/* .global-section .custom-card:hover .logo-wrap img.grayscale{
  filter: grayscale(0%);
  opacity: 1;
} */

.global-section .description {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin-top: 15px;
}

.global-section .badge-gold {
  background: var(--green-color);
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 6px;
}
/* Arrow Icon */
.dropdown-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 4px;
  margin-top: -2px;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
/* Smooth dropdown animation */
body .dropdown-menu {
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  animation: dropdownFade 0.2s ease-in-out;
  background:#fff;
  border: 0px;
  margin-bottom: 10px;
}

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Dropdown item hover */
body .dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
}

body .dropdown-item:hover {
  background-color: var(--green-color);
  border: 0px;
  color: #fff;
}
/* Responsive */
/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width:1366px) {
  .navbar .navbar-brand {
    margin-right: 0px
  }

  .navbar-brand img {
    max-width: 150px;
  }

  .footer-last-child {
    flex-wrap: wrap;
  }

  .footer-last-child .cs-middle {
    display: none;
  }

  .banner {
    background-size: cover;
    background-position: 0px;
  }
}

@media (max-width:1280px) {
  .navbar-nav .nav-link {
    margin: 0px 2px;
  }

  .banner {
    flex-direction: column;
  }

  .banner-image {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .banner-image {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .trust-chip{
    flex: 0 0 48%;
  }
}

@media (max-width: 991px) {
  .form-card #id_gift_type input,
  .form-card #id_donation_amount input {
    height: auto;
  }
  .section-title {
    font-size: 26px;
  }
  .info-box {
    margin-right: 0px;
  }
  body .text-width{
    width: 100% !important;
  }
  .transparency-pro .btn-report {
    width: 100%;
    font-size: 16px;
  }

  .about-heading {
    font-size: 22px;
  }
  .hello-bar-spacer {
    height: 0px;
  }
  .trust-chip{
    flex: 0 0 100%;
  }


  .banner-content {
    padding: 16px;
  }

  .banner-content h1 {
    font-size: 1.5rem;
  }

  .banner-content p {
    font-size: 0.95rem;
  }

  footer .row>div:last-child .d-flex {
    flex-wrap: wrap;
  }

  span.cs-hr {
    display: none;
  }
  body .fixed-top {
    bottom: 0;
    top: auto;
  }
  body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }
  .navbar-nav li.nav-item {
    border-bottom: 1px solid #cccccc30;
  }

  .navbar-nav li.nav-item:last-child {
    border: 0px;
  }
  .global-section .custom-card {
    padding: 16px;
  }
}

@media (max-width: 576px) {
  div#id_gift_type, #id_donation_amount {
    gap: 8px;
    flex-flow: column;
    align-items: start;
  }

  .donate-card {
    padding: 1.5rem;
  }

  .amount-buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .banner-content .btn {
    width: 100%;
    font-size: 16px;
  }

  .amount-buttons label.btn {
    width: 100%;
  }
}