/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radiu: 0;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
  /* font-family: "Aero Matics Display", sans-serif; */
  line-height: 1.6;
  color: #333;
}

h2 {
  color: #ff8430 !important;
}

.donate-button {
  background-color: #09cc7f;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Utility Classes */
.hidden {
  display: none;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-section p {
  color: white;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  background-image: url("/assets/img/marathon-img/DSC_4718.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 0 1rem;
  padding-top: 5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.success-badge {
  margin-bottom: 2rem;
  animation: bounce 2s infinite;
}

.success-badge i {
  font-size: 2.5rem;
  color: #fbbf24;
  margin-bottom: 1rem;
  display: block;
}

.success-badge p {
  font-size: 1.25rem;
  font-weight: 600;
  background: #22c55e;
  border-radiu: 9999px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}

.hero-title {
  font-family: "Aero Matics Display", sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: bold;
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s ease-out;
}

p.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(3.5rem, 8vw, 8rem);
  font-weight: 900;
  background-clip: text;
  margin-bottom: 1.5rem;
  line-height: 0.85;
  letter-spacing: -0.03em;
  text-shadow: 0 0 30px rgba(30, 58, 138, 0.2);
  position: relative;
  color: rgba(237, 237, 255, 0.986);
}

.hero-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  z-index: -1;
  border-radiu: 50%;
}

.hero-subtitle {
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  margin-bottom: 2rem;
  opacity: 0.9;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radiu: 0.5rem;
  padding: 1.5rem;
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.875rem;
  opacity: 0.9;
}

.event-details {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.event-details p {
  margin-bottom: 0.5rem;
}

.event-details i {
  margin-right: 0.5rem;
}
/* Impact Section */
.impact-section {
  padding: 5rem 0;
  background: #f9fafb;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header.white {
  color: white;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.section-header.white h2 {
  color: white;
}

.section-header p {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 768px;
  margin: 0 auto;
}

.section-header.white p {
  color: #d1d5db;
}

.impact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}

.impact-text h3 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.fund-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.total-raised {
  margin-bottom: 1.5rem;
}

.fund-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.fund-header span:first-child {
  font-weight: 600;
}

.amount {
  color: #22c55e;
  font-weight: bold;
  font-size: 1.25rem;
}

.progress-bar {
  width: 100%;
  background: #e5e7eb;
  border-radiu: 9999px;
  height: 0.5rem;
}

.progress-fill {
  background: #22c55e;
  height: 100%;
  border-radiu: 9999px;
  width: 100%;
}

.allocation-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.allocation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: white;
  border-radiu: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.allocation-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.allocation-info i {
  font-size: 1.25rem;
}

.allocation-info i.fa-graduation-cap {
  color: #ff8430;
}

.allocation-info i.fa-building {
  color: #ff8430;
}

.allocation-info i.fa-piggy-bank {
  color: #ff8430;
}

.allocation-amount {
  font-weight: 600;
}

.allocation-amount.blue {
  color: #ff8430;
}

.allocation-amount.orange {
  color: #ff8430;
}

.allocation-amount.purple {
  color: #ff8430;
}

.impact-image {
  border-radiu: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.impact-image img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

.key-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.key-stat-card {
  background: white;
  padding: 1.5rem;
  border-radiu: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.key-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.key-stat-card i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.key-stat-card i.fa-users {
  color: #22c55e;
}

.key-stat-card i.fa-user-graduate {
  color: #22c55e;
}

.key-stat-card i.fa-handshake {
  color: #22c55e;
}

.key-stat-card i.fa-heart {
  color: #22c55e;
}

.key-stat-number {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.key-stat-label {
  color: #6b7280;
}

/* Winners Section */
.winners-section {
  padding: 5rem 0;
  background: white;
}

.race-winners {
  margin-bottom: 4rem;
}

.race-winners h3 {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  color: #1f2937;
  margin-bottom: 3rem;
}

.race-categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.category-section {
  background: rgba(255, 255, 255, 0.95);
  border-radiu: 20px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.category-section h4 {
  text-align: center;
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.category-section h4 i {
  color: #e74c3c;
  margin-right: 10px;
}

.gender-categories {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.category-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.category-container.men {
  flex-direction: row;
}

.category-container.women {
  flex-direction: row-reverse;
}

.winner-card {
  flex: 1;
  border-radiu: 5px;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.winner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.winner-card {
  background: #f0fff4;
  color: black;
}

.winner-card.wome {
  background: linear-gradient(135deg, #e91e63, #c2185b);
  color: black;
}

.winner-card h5 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.winners-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.winner-item {
  display: flex;
  align-items: center;
  background: rgba(125, 213, 78, 0.201);
  padding: 15px;
  border-radiu: 10px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease;
}

.winner-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.position {
  display: flex;
  align-items: center;
  margin-right: 20px;
  min-width: 100px;
}

.position i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.fas.fa-trophy.gold {
  color: #09cc7f;
}

.fas.fa-medal.silver {
  color: #c0c0c0;
}

.fas.fa-medal.bronze {
  color: #cd7f32;
}

.winner-info {
  flex: 1;
}

.name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.time {
  font-size: 1rem;
  opacity: 0.9;
  font-weight: 500;
}

.photo-container {
  width: 51%;
}

img.award-photo {
  max-width: 600px;
  max-height: 400px;
  height: 100%;
  width: 100%;
  /* border-radiu: 5px; */
  object-fit: contain;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.photo-caption {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

@media (max-width: 768px) {
  .category-container {
    display: flex;
    flex-direction: column !important;
  }

  .category-container.women {
    flex-direction: column !important;
  }

  .photo-container {
    width: 100%;
  }

  .award-photo {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    /* height: 300px; */
  }

  .category-section {
    padding: 20px;
  }

  .position {
    min-width: 80px;
  }
  .winner-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
}

/* Essay Competition */
.essay-competition {
  background: #f9fafb;
  border-radiu: 1rem;
  padding: 2rem;
}

.essay-competition h3 {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  /* color: #1f2937; */
  margin-bottom: 0.5rem;
}

.winner-category > h3 {
  text-align: left;
}

.essay-competition h3 i {
  color: #3b82f6;
  margin-right: 0.5rem;
}

.essay-theme {
  text-align: center;
  color: #6b7280;
  margin-bottom: 2rem;
}

.essay-winners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.essay-category {
  background: white;
  border-radiu: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.essay-category h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}

.essay-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.essay-list.small {
  font-size: 0.875rem;
  gap: 0.5rem;
}

.essay-winner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.essay-position {
  font-weight: 600;
}

.essay-position.gold {
  color: #fbbf24;
}

.essay-position.silver {
  color: #9ca3af;
}

.ceremony-note {
  margin-top: 1rem;
  color: #6b7280;
  font-size: 0.875rem;
}

.participants-btn {
  width: fit-content;
}

.results-btns {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .essay-competition {
    padding: 20px 15px;
  }
  .results-btns {
    gap: 1rem;
  }
  .participants-btn {
    padding: 0px;
  }

  .submit-btn {
    padding: 5px 8px;
    font-size: 1rem;
    font-weight: 600;
  }
  .results-btns i {
    display: none;
  }
}

/* Sponsors Section */

.sponsors-section {
  background: white;
}

.cta-content {
  background: #22c55e;
  border-radiu: 0.5rem;
  padding: 2rem;
  max-width: 512px;
  margin: 0 auto;
}

.cta-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta-content p {
  margin-bottom: 1.5rem;
}

.cta-button {
  background: white;
  color: #22c55e;
  padding: 0.75rem 2rem;
  border-radiu: 9999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #f9fafb;
}

/* Gallery Section */
.gallery-section {
  padding: 5rem 0;
  background: rgb(241, 252, 254);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.gallery-item {
  overflow: hidden;
  border-radiu: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.gallery-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-caption {
  padding: 1rem;
}

.gallery-caption h4 {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.gallery-caption p {
  color: #6b7280;
  font-size: 0.875rem;
}

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

.video-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 2rem;
}

.video-placeholder {
  max-width: 1000px;
  margin: 0 auto;
  background: #f3f4f6;
  border-radiu: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-content {
  background: #1f2937;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 24rem;
  color: white;
}

.video-content i {
  font-size: 3.75rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.video-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.video-subtitle {
  color: #9ca3af;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .stats-grid {
    /* grid-template-columns: 1fr; */
    gap: 0.8rem;
  }

  .stat-card {
    padding: 1rem 0.5rem;
  }

  .impact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .race-categories {
    grid-template-columns: 1fr;
  }

  .gender-categories {
    grid-template-columns: 1fr;
  }

  .key-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

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

  .lower-tiers {
    grid-template-columns: 1fr;
  }

  .bronze-sponsors,
  .corporate-sponsors {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }

  .hero-content {
    padding-top: 8rem;
  }

  .stat-card {
    padding: 0.5rem 0;
  }

  .stat-number {
    font-size: 1.5rem;
    margin: 0;
  }
  .stat-label {
    font-size: 0.765rem;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .section-header p {
    font-size: 1rem;
  }

  .key-stats {
    grid-template-columns: 1fr;
  }

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

  .video-content {
    height: 16rem;
  }
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #22c55e;
  border-radiu: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #16a34a;
}

.impact-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.impact-card {
  background: white;
  padding: 40px 30px;
  border-radiu: 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.impact-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #667eea;
}

.impact-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
}

.impact-description {
  color: #666;
  line-height: 1.8;
}

/* Main Partners Section */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.partner-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radiu: 5px;
  padding: 1rem 1.5rem;
  padding-bottom: 0;
  text-align: center;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  justify-content: space-around;
  text-decoration: none;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #bdbec5;
}

.partner-logo {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.partner-logo img {
  max-width: 150px;
  max-height: 100px;
}

.partner-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.partner-type {
  color: #666;
  font-size: 0.9rem;
}

/* Sponsors Auto-Scroll Section */
.sponsors-container {
  overflow: hidden;
  position: relative;
  background: white;
  padding: 2rem 0;
}

.sponsors-track {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sponsors-row {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: nowrap;
  animation: scrollHorizontal 25s linear infinite;
  will-change: transform;
}

/* .sponsors-row:nth-child(even) {
  animation-direction: reverse;
  animation-duration: 30s;
} */

.sponsor-item {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.sponsor-logo {
  width: auto;
  height: 60px;
  border-radiu: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.85rem;
  font-weight: bold;
  flex-shrink: 0;
  opacity: 1;
}

.sponsor-logo img {
  height: auto;
  max-width: 150px;
}

.sponsor-name {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

@keyframes scrollHorizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-160%);
  }
}

/* Pause animation on hover */
.sponsors-container:hover .sponsors-row {
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .partner-card {
    padding: 1.5rem 1rem;
  }

  .sponsor-item {
    padding: 0;
  }

  .sponsors-row {
    gap: 0.5rem;
    animation: scrollHorizontal 30s linear infinite;
  }

  @keyframes scrollHorizontal {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-600%);
    }
  }
}

/* Fund Usage Section */
.fund-usage-section {
  padding: 80px 0;
  background: #f6f6ff;
  /* color: white; */
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.usage-description {
  text-align: center;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 60px auto;
  opacity: 0.9;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.impact-card {
  background: white;
  padding: 40px;
  border-radiu: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #1c165c;
}

.impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.impact-card:hover::before {
  left: 100%;
}

.impact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  background: #09cc7f;
  color: white;
}

.impact-icon {
  font-size: 4rem;
  margin-bottom: 25px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.impact-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #09cc7f;
}

.impact-description {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
}

.priority-section {
  margin-top: 60px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radiu: 20px;
  backdrop-filter: blur(10px);
}

.priority-title {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  color: #1c165c;
  font-weight: 600;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.priority-category {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radiu: 15px;
  border-left: 4px solid #09cc7f;
}

.priority-category h4 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #09cc7f;
}

.priority-list {
  list-style: none;
}

.priority-list li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}

.priority-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #09cc7f;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: -10px;
}

@media (max-width: 768px) {
  .priority-section {
    padding: 40px 15px;
  }
}
@media (max-width: 768px) {
  .impact-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .amount {
    font-size: 2rem;
  }

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

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

.service-area {
  background: #f6f6ff;
}

/* line 3, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat {
  background: #ffffff;
  border-radius: 6px;
  padding: 35px 22px 10px 22px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 575px) {
  /* line 3, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat {
    padding: 50px 22px;
  }
}

/* line 13, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #09cc7f;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}

/* line 26, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat .cat-icon span {
  margin-bottom: 30px;
  width: 90px;
  height: 90px;
  background: #09cc7f;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  color: #fff;
}

/* line 41, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat .cat-cap h5 > a {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: "Mulish", sans-serif;
  text-decoration: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 41, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat .cat-cap h5 > a {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  /* line 41, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat .cat-cap h5 > a {
    font-size: 26px;
  }
}

/* line 56, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 56, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}

/* line 66, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat .cat-cap a {
  color: #1c165c;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 77, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active::before {
  height: 100%;
}

/* line 81, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active .cat-icon span {
  color: #09cc7f;
  background: #fff;
}

/* line 87, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active .cat-cap h5 {
  color: #fff;
}

/* line 90, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active .cat-cap p {
  color: #fff;
}

/* line 93, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active .cat-cap a {
  color: #fff;
}

/* line 99, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover::before {
  height: 100%;
}

/* line 103, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover .cat-icon span {
  color: #09cc7f;
  background: #fff;
}

/* line 109, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover .cat-cap h5 {
  color: #fff;
}

/* line 112, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover .cat-cap p {
  color: #fff;
}

/* line 115, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover .cat-cap a {
  color: #fff;
}
