@charset "UTF-8";
/* ==========================================================================
   Donate Page Styles
   ========================================================================== */
/* Import root variables */
/**
 * Together Forever - Root Styles
 * 
 * This file contains CSS custom properties (variables), 
 * base styles, and global configurations.
 * 
 * @package Together_Forever
 * @since 1.0.0
 */
/* ==========================================================================
   CSS Custom Properties (Variables)
   ========================================================================== */
:root {
  /* Brand Colors */
  --tf-purple: #5C2483;
  --tf-pink: #951B81;
  --tf-gray: #333;
  --tf-purple-gradient: linear-gradient(90deg, #5C2483 0%, #951B81 100%);
}

/* ==========================================================================
   Font Face Declarations
   ========================================================================== */
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-UltraLightIt.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-DemiItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-HeavyItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* ==========================================================================
   Typography Variables
   ========================================================================== */
:root {
  /* Font Families */
  --tf-avenir: "Avenir Next Cyr", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  /* Font Weights */
  --tf-fw-100: 100;
  --tf-fw-200: 200;
  --tf-fw-300: 300;
  --tf-fw-400: 400;
  --tf-fw-500: 500;
  --tf-fw-600: 600;
  --tf-fw-700: 700;
  --tf-fw-800: 800;
}

/* ==========================================================================
   Global Typography
   ========================================================================== */
/* Apply Avenir font to all text elements */
* {
  font-family: var(--tf-avenir);
}

/* Specific text elements */
body,
html,
p,
h1, h2, h3, h4, h5, h6,
a,
span,
div,
article,
section,
header,
footer,
main,
nav,
ul, ol, li,
button,
input,
textarea,
select,
label,
blockquote,
cite,
em,
strong,
small,
code,
pre,
mark,
del,
ins,
sub,
sup {
  font-family: var(--tf-avenir);
}

/* ==========================================================================
   Page Structure
   ========================================================================== */
/* Override Astra theme container constraints */
.ast-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

article {
  width: 100vw;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   Container and Layout
   ========================================================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Utility Classes */
.mb-3 {
  margin-bottom: 1rem;
}

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

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

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

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

/* ==========================================================================
   Info Block
   ========================================================================== */
.infoblock {
  background: linear-gradient(135deg, #f8f6ff 0%, #fff9f9 100%);
  border-left: 4px solid var(--tf-purple);
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tf-gray);
  box-shadow: 0 2px 8px rgba(92, 36, 131, 0.08);
}
.infoblock strong {
  color: var(--tf-purple);
  font-weight: 600;
}
.infoblock br {
  display: block;
  content: "";
  margin-top: 0.5rem;
}

/* ==========================================================================
   Cool HR Separator
   ========================================================================== */
.coolhr {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--tf-purple) 20%, var(--tf-pink) 50%, var(--tf-purple) 80%, transparent 100%);
  border: none;
  margin: 20px 0;
  opacity: 0.6;
}

/* ==========================================================================
   Dove Block (100% Donation Message)
   ========================================================================== */
.doveblock {
  padding: 30px 20px;
  text-align: center;
  background: linear-gradient(135deg, var(--tf-purple) 0%, var(--tf-pink) 100%);
  border-radius: 12px;
  margin: 20px 0;
  box-shadow: 0 4px 15px rgba(92, 36, 131, 0.2);
  position: relative;
  overflow: hidden;
}
.doveblock::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
}
.dovetext {
  color: white;
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.dovetext strong {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
}
.dovetext br {
  display: block;
  content: "";
  margin-top: 0.5rem;
}

/* ==========================================================================
   Custom Form
   ========================================================================== */
.custom-form {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(249, 242, 252, 0.3) 100%);
  border-radius: 20px;
  padding: 36px 28px;
  box-shadow: 0 8px 32px rgba(92, 36, 131, 0.06), 0 2px 8px rgba(92, 36, 131, 0.04);
  border: 1px solid rgba(92, 36, 131, 0.08);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.custom-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(92, 36, 131, 0.3) 0%, rgba(149, 27, 129, 0.4) 50%, rgba(92, 36, 131, 0.3) 100%);
  border-radius: 20px 20px 0 0;
}
@media (min-width: 768px) {
  .custom-form {
    padding: 48px 40px;
    border-radius: 24px;
  }
}

.custom-form--title {
  color: var(--tf-purple);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, var(--tf-purple) 0%, var(--tf-pink) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.custom-form--title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--tf-purple), transparent);
  opacity: 0.3;
}
@media (min-width: 768px) {
  .custom-form--title {
    font-size: 26px;
    margin-bottom: 42px;
  }
}

/* ==========================================================================
   Radio Custom Buttons
   ========================================================================== */
.radio-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.radio-custom input[type=radio] {
  display: none;
}
.radio-custom label {
  flex: 1 1 auto;
  min-width: 120px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1.5px solid rgba(92, 36, 131, 0.15);
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  color: var(--tf-gray);
  font-size: 15px;
  position: relative;
  backdrop-filter: blur(8px);
}
.radio-custom label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(92, 36, 131, 0.05) 0%, rgba(149, 27, 129, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.radio-custom label:hover {
  background: rgba(249, 242, 252, 0.6);
  border-color: rgba(92, 36, 131, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(92, 36, 131, 0.1);
}
.radio-custom label:hover::before {
  opacity: 1;
}
.radio-custom input[type=radio]:checked + label {
  background: linear-gradient(135deg, var(--tf-purple) 0%, var(--tf-pink) 100%);
  border-color: var(--tf-purple);
  color: white;
  box-shadow: 0 6px 20px rgba(92, 36, 131, 0.25), 0 2px 8px rgba(92, 36, 131, 0.15);
  transform: translateY(-1px);
}
.radio-custom input[type=radio]:checked + label::before {
  opacity: 0;
}

.radio-custom--lower label {
  min-width: 80px;
  flex: 0 1 auto;
}

/* ==========================================================================
   Form Groups
   ========================================================================== */
.form-group {
  margin-bottom: 28px;
}

.form-control-label {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  color: var(--tf-gray);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
}
.form-control-label:first-child {
  margin-top: 0;
}
.form-control-label::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(92, 36, 131, 0.3), transparent);
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(92, 36, 131, 0.12);
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.9);
  color: var(--tf-gray);
  font-family: var(--tf-avenir);
  backdrop-filter: blur(8px);
}
.form-control:focus {
  outline: none;
  border-color: rgba(92, 36, 131, 0.4);
  background: rgb(255, 255, 255);
  box-shadow: 0 0 0 4px rgba(92, 36, 131, 0.08), 0 4px 12px rgba(92, 36, 131, 0.06);
  transform: translateY(-1px);
}
.form-control::placeholder {
  color: rgba(153, 153, 153, 0.7);
  font-style: italic;
}

.invalid .form-control {
  border-color: rgba(220, 53, 69, 0.5);
  background: rgba(255, 245, 245, 0.8);
}
.invalid .form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1), 0 4px 12px rgba(220, 53, 69, 0.08);
}

.custom-form--error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 6px;
  display: block;
  font-weight: 500;
  opacity: 0.9;
}

/* ==========================================================================
   Custom Amount Field
   ========================================================================== */
.custom-amount-field {
  margin-bottom: 24px;
  padding: 20px;
  background: rgba(249, 242, 252, 0.2);
  border-radius: 12px;
  border: 1px solid rgba(92, 36, 131, 0.1);
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   Checkbox Custom
   ========================================================================== */
.custom-checkbox {
  margin-bottom: 20px;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  font-size: 15px;
  color: var(--tf-gray);
  line-height: 1.6;
  display: inline-block;
}
.custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1.5px solid rgba(92, 36, 131, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
}
.custom-checkbox label::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: -1px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.5);
}
.custom-checkbox input[type=checkbox]:checked + label::before {
  background: linear-gradient(135deg, var(--tf-purple) 0%, var(--tf-pink) 100%);
  border-color: var(--tf-purple);
  box-shadow: 0 2px 8px rgba(92, 36, 131, 0.2);
}
.custom-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox.invalid label::before {
  border-color: rgba(220, 53, 69, 0.5);
}

/* ==========================================================================
   Agreement Text
   ========================================================================== */
.agreement {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(102, 102, 102, 0.85);
  margin-bottom: 24px;
  padding: 16px;
  background: rgba(249, 242, 252, 0.3);
  border-radius: 10px;
  border-left: 3px solid rgba(92, 36, 131, 0.2);
}
.agreement a {
  color: var(--tf-purple);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin: 4px 8px 4px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2px 4px;
  border-radius: 4px;
}
.agreement a:hover {
  color: var(--tf-pink);
  background: rgba(92, 36, 131, 0.05);
  text-decoration: underline;
}
.agreement b {
  color: var(--tf-gray);
  font-weight: 700;
}
.agreement br {
  display: block;
  content: "";
  margin-top: 0.5rem;
}

/* ==========================================================================
   Form Button
   ========================================================================== */
.form-btn {
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--tf-purple) 0%, var(--tf-pink) 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(92, 36, 131, 0.25), 0 2px 8px rgba(92, 36, 131, 0.15);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.form-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.form-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(92, 36, 131, 0.35), 0 4px 12px rgba(92, 36, 131, 0.2);
  color: #fff;
}
.form-btn:hover::before {
  width: 300px;
  height: 300px;
}
.form-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(92, 36, 131, 0.3);
  color: #fff;
}
.form-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: 0 2px 8px rgba(92, 36, 131, 0.15);
}

.btn-block {
  display: block;
  width: 100%;
}

/* ==========================================================================
   Donation Info Section (Right Column)
   ========================================================================== */
.donation-info {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
  .donation-info {
    padding: 40px;
  }
}

.donation-header {
  color: var(--tf-purple);
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

/* ==========================================================================
   Crypto Instruction
   ========================================================================== */
.crypto-instruction {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
}
@media (min-width: 768px) {
  .crypto-instruction {
    height: 350px;
  }
}

/* ==========================================================================
   Intro Text (Bank Details)
   ========================================================================== */
.intro {
  font-size: 14px;
  line-height: 1.8;
  color: var(--tf-gray);
  margin: 15px 0;
}
.intro strong {
  color: var(--tf-purple);
  font-weight: 600;
  display: block;
  margin-top: 8px;
}
.intro strong:first-child {
  margin-top: 0;
}
.intro br + strong {
  margin-top: 12px;
}

/* ==========================================================================
   Decorative Images
   ========================================================================== */
.donation-info img {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Waves Effect (Animation for buttons)
   ========================================================================== */
.waves-effect {
  position: relative;
  overflow: hidden;
}
.waves-effect.waves-light::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.waves-effect.waves-light:active::after {
  width: 300px;
  height: 300px;
}

/* ==========================================================================
   Currency Selector
   ========================================================================== */
#currency-selector {
  background: linear-gradient(135deg, rgba(249, 242, 252, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  padding: 18px;
  border-radius: 14px;
  margin-bottom: 28px;
  border: 1px solid rgba(92, 36, 131, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(92, 36, 131, 0.05);
}

/* ==========================================================================
   Main Button Loading State
   ========================================================================== */
#main-button:disabled {
  background: linear-gradient(90deg, #9e9e9e 0%, #757575 100%);
  cursor: wait;
}
#main-button:disabled::after {
  content: "...";
  animation: loading 1s infinite;
}

@keyframes loading {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
/* ==========================================================================
   Tooltip Styles
   ========================================================================== */
.tooltip {
  position: relative;
  display: inline-block;
}

[data-toggle=tooltip] {
  cursor: help;
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */
@media (max-width: 991px) {
  .custom-form,
  .donation-info {
    margin-bottom: 30px;
  }
  .radio-custom {
    flex-direction: column;
  }
  .radio-custom label {
    min-width: 100%;
  }
  .radio-custom--lower {
    flex-direction: row;
  }
  .radio-custom--lower label {
    min-width: auto;
    flex: 1;
  }
}
@media (max-width: 576px) {
  .custom-form,
  .donation-info {
    padding: 24px 20px;
    border-radius: 16px;
  }
  .custom-form--title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .dovetext strong {
    font-size: 24px;
  }
  .form-btn {
    font-size: 15px;
    padding: 14px 28px;
    letter-spacing: 1px;
  }
  .form-control-label {
    font-size: 12px;
    margin-top: 18px;
  }
  .radio-custom {
    gap: 10px;
  }
  .radio-custom label {
    padding: 12px 20px;
    font-size: 14px;
  }
}
/* ==========================================================================
   Print Styles
   ========================================================================== */
@media print {
  .custom-form,
  .form-btn {
    display: none;
  }
  .donation-info {
    box-shadow: none;
    border: 1px solid #000;
  }
}
.radio-custom:has(input:checked) {
  background: #f2f0f3;
  border-color: rgba(92, 36, 131, 0.1);
}

/* ==========================================================================
   Kids Section on Donate Page
   ========================================================================== */
.donate-kids-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}
.donate-kids-section .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--tf-purple);
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .donate-kids-section .section-title {
    font-size: 1.75rem;
  }
}
.donate-kids-section .kids-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 576px) {
  .donate-kids-section .kids-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .donate-kids-section .kids-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .donate-kids-section .kids-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .donate-kids-section .kids-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1400px) {
  .donate-kids-section .kids-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
}
.donate-kids-section .kid-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.donate-kids-section .kid-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(92, 36, 131, 0.1);
}
.donate-kids-section .card-row-1 {
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 10px;
}
.donate-kids-section .card-row-2 {
  padding: 0 10px;
}
.donate-kids-section .card-row-3 {
  padding: 10px;
  padding-top: 8px;
}
.donate-kids-section .kid-image-container {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(92, 36, 131, 0.05) 0%, rgba(149, 27, 129, 0.05) 100%);
  flex-shrink: 0;
}
.donate-kids-section .kid-image-container .kid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.donate-kids-section .kid-image-container .kid-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--tf-purple) 0%, var(--tf-pink) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
}
.donate-kids-section .kid-image-container .kid-image-placeholder svg {
  width: 30px;
  height: 30px;
}
.donate-kids-section .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.donate-kids-section .kid-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--tf-purple);
  margin: 0 0 5px 0;
  line-height: 1.2;
}
.donate-kids-section .kid-diagnosis {
  font-size: 0.75rem;
  line-height: 1.3;
  color: var(--tf-gray);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.donate-kids-section .progress-bar {
  width: 100%;
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}
.donate-kids-section .progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--tf-purple) 0%, var(--tf-pink) 100%);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.donate-kids-section .card-actions {
  display: flex;
  gap: 6px;
}
.donate-kids-section .card-actions .donate-btn,
.donate-kids-section .card-actions .more-about-link {
  flex: 1;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.7rem;
  transition: all 0.3s ease;
}
.donate-kids-section .card-actions .donate-btn {
  background: linear-gradient(135deg, var(--tf-purple) 0%, var(--tf-pink) 100%);
  color: white;
  box-shadow: 0 1px 4px rgba(92, 36, 131, 0.2);
}
.donate-kids-section .card-actions .donate-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(92, 36, 131, 0.3);
  color: white;
}
.donate-kids-section .card-actions .more-about-link {
  background: white;
  color: var(--tf-purple);
  border: 1.5px solid var(--tf-purple);
}
.donate-kids-section .card-actions .more-about-link:hover {
  background: var(--tf-purple);
  color: white;
}
@media (max-width: 767px) {
  .donate-kids-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .donate-kids-section .section-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .donate-kids-section .kids-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .donate-kids-section .card-row-1 {
    padding: 8px;
    gap: 8px;
  }
  .donate-kids-section .card-row-2 {
    padding: 0 8px;
  }
  .donate-kids-section .card-row-3 {
    padding: 8px;
    padding-top: 6px;
  }
  .donate-kids-section .kid-image-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .donate-kids-section .kid-image-container .kid-image-placeholder svg {
    width: 25px;
    height: 25px;
  }
  .donate-kids-section .kid-name {
    font-size: 0.85rem;
  }
  .donate-kids-section .kid-diagnosis {
    font-size: 0.7rem;
  }
  .donate-kids-section .progress-bar {
    height: 4px;
  }
  .donate-kids-section .card-actions {
    flex-direction: column;
    gap: 4px;
  }
  .donate-kids-section .card-actions .donate-btn,
  .donate-kids-section .card-actions .more-about-link {
    font-size: 0.65rem;
    padding: 5px 6px;
  }
}
@media (max-width: 575px) {
  .donate-kids-section .kids-grid {
    grid-template-columns: 1fr;
  }
  .donate-kids-section .card-row-1 {
    padding: 10px;
  }
  .donate-kids-section .card-row-2 {
    padding: 0 10px;
  }
  .donate-kids-section .card-row-3 {
    padding: 10px;
    padding-top: 8px;
  }
  .donate-kids-section .kid-image-container {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
}

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