.about-section-charity .about-shape1,
.about-section-charity .about-shape2,
.about-section-charity .about-shape3 {
  display: block !important;
}

/* Banners */
.banner-section-one .banner-wrapper .banner-shape1,
.banner-section-one .banner-wrapper .banner-shape2,
.banner-section-one .banner-wrapper .banner-shape3,
.banner-section-one .banner-wrapper .banner-shape4,
.banner-section-one .banner-content-wrap .banner-shape5,
.banner-section-one .banner-content-wrap .banner-shape6,
.banner-section-classic .banner-shape1,
.banner-section-classic .banner-shape2,
.banner-section-charity .banner-shape1,
.banner-section-charity .banner-shape2 {
  display: block !important;
}

/* Services */
.services-section-one .service-shape1,
.services-section-one .service-shape2 {
  display: block !important;
}

/* About variants */
.about-section-one .about-sec .about-shape1,
.about-section-classic .about-shape1,
.about-section-solar .about-shape-gif,
.about-section-solar-classic .about-shape-gif,
.about-section-charity .about-thumb-wrapper .about-shape-dot,
.about-section-charity .about-thumb-wrapper .about-shape-arrow {
  display: block !important;
}

/* Ensure section is positioned so absolutely positioned shapes align correctly */
.about-section-charity .about-sec,
.about-section-charity {
  position: relative;
}

/* Reduce banner height */
.banner-section-classic .econet-slider-height {
  height: 700px !important;
}

/* Vision Mission History Section Styles */
.vision-mission-history-section {
  padding: 100px 0;
  position: relative;
  background: #f8f9fa;
}

.vision-mission-history-section .foundation-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.vision-mission-history-section .foundation-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.vision-mission-history-section .card-icon {
  margin-bottom: 25px;
}

.vision-mission-history-section .card-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.vision-mission-history-section .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.3;
}

.vision-mission-history-section .card-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}

.vision-mission-history-section .card-shape {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.1;
}

.vision-mission-history-section .card-shape img {
  width: 30px;
  height: 30px;
}

/* Values Section */
.vision-mission-history-section .values-section {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.vision-mission-history-section .value-item {
  text-align: center;
  padding: 20px 15px;
  transition: all 0.3s ease;
}

.vision-mission-history-section .value-item:hover {
  transform: translateY(-5px);
}

.vision-mission-history-section .value-icon {
  margin-bottom: 20px;
}

.vision-mission-history-section .value-icon i {
  font-size: 40px;
  color: #e74c3c;
  transition: all 0.3s ease;
}

.vision-mission-history-section .value-item:hover .value-icon i {
  color: #c0392b;
  transform: scale(1.1);
}

.vision-mission-history-section .value-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.vision-mission-history-section .value-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* Foundation Shapes */
.vision-mission-history-section .foundation-shape1,
.vision-mission-history-section .foundation-shape2 {
  position: absolute;
  z-index: 1;
}

.vision-mission-history-section .foundation-shape1 {
  top: 10%;
  left: 5%;
  opacity: 0.1;
}

.vision-mission-history-section .foundation-shape2 {
  bottom: 10%;
  right: 5%;
  opacity: 0.1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .vision-mission-history-section {
    padding: 60px 0;
  }
  
  .vision-mission-history-section .foundation-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  .vision-mission-history-section .card-title {
    font-size: 20px;
  }
  
  .vision-mission-history-section .card-description {
    font-size: 14px;
  }
  
  .vision-mission-history-section .values-section {
    padding: 30px 20px;
    margin-top: 30px;
  }
  
  .vision-mission-history-section .value-item {
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}

/* Events Page Styles */
.events-section {
  padding: 100px 0;
  position: relative;
}

.event-categories {
  margin-bottom: 60px;
}

.category-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.category-card .category-icon {
  margin-bottom: 20px;
}

.category-card .category-icon i {
  font-size: 50px;
  color: #e74c3c;
  transition: all 0.3s ease;
}

.category-card:hover .category-icon i {
  color: #c0392b;
  transform: scale(1.1);
}

.category-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.category-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* Event Cards */
.event-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.event-card .event-date {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
}

.event-card .event-date .day {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.event-card .event-date .month {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.event-card .event-date .year {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 2px;
}

.event-card .event-content {
  padding: 25px;
}

.event-card .event-category {
  background: #e8f4f8;
  color: #2c3e50;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.event-card .event-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
}

.event-card .event-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.event-card .event-details {
  margin-bottom: 20px;
}

.event-card .event-details > div {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
}

.event-card .event-details i {
  margin-right: 8px;
  color: #e74c3c;
  width: 16px;
}

.event-card .event-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.event-card .btn {
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.event-card .btn-primary {
  background: #e74c3c;
  color: white;
}

.event-card .btn-primary:hover {
  background: #c0392b;
  color: white;
  transform: translateY(-2px);
}

.event-card .btn-outline {
  background: transparent;
  color: #e74c3c;
  border: 2px solid #e74c3c;
}

.event-card .btn-outline:hover {
  background: #e74c3c;
  color: white;
  transform: translateY(-2px);
}

/* Past Events */
.past-events-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.past-event-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
}

.past-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.past-event-card .event-image {
  height: 200px;
  overflow: hidden;
}

.past-event-card .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.past-event-card:hover .event-image img {
  transform: scale(1.05);
}

.past-event-card .event-content {
  padding: 25px;
}

.past-event-card .event-date {
  background: #e8f4f8;
  color: #2c3e50;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.past-event-card .event-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
}

.past-event-card .event-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.past-event-card .event-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.past-event-card .stat {
  text-align: center;
}

.past-event-card .stat .number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #e74c3c;
  line-height: 1;
}

.past-event-card .stat .label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* Responsive Design for Events */
@media (max-width: 768px) {
  .events-section {
    padding: 60px 0;
  }
  
  .event-card .event-content {
    padding: 20px;
  }
  
  .event-card .event-title {
    font-size: 18px;
  }
  
  .event-card .event-actions {
    flex-direction: column;
  }
  
  .event-card .btn {
    width: 100%;
    text-align: center;
  }
  
  .past-event-card .event-stats {
    justify-content: center;
  }
  
  .category-card {
    padding: 25px 15px;
    margin-bottom: 20px;
  }
}

