/*--------------------------------------------------------------
# Agenda Section - Custom Styles
--------------------------------------------------------------*/
.agenda.section {
  padding: 80px 0;
}

.agenda-card-compact {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.agenda-card-compact:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.agenda-card-compact .agenda-date-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-color) 0%, #0056b3 100%);
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
  min-width: 70px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.agenda-card-compact .agenda-date-badge .date-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}

.agenda-card-compact .agenda-date-badge .date-month {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.agenda-card-compact .agenda-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.agenda-card-compact .agenda-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  padding-right: 80px;
  line-height: 1.4;
}

.agenda-card-compact .agenda-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #6c757d;
}

.agenda-card-compact .agenda-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.agenda-card-compact .agenda-meta i {
  color: var(--accent-color);
  font-size: 14px;
}

.agenda-card-compact .agenda-content p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 15px;
  flex: 1;
}

.agenda-card-compact .agenda-footer {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.agenda-card-compact .agenda-footer .badge {
  font-weight: 500;
  padding: 6px 12px;
  font-size: 12px;
}

.agenda-card-compact .agenda-footer .btn {
  white-space: nowrap;
  font-size: 12px;
  padding: 5px 12px;
  transition: all 0.3s ease;
}

.agenda-card-compact .agenda-footer .btn:hover {
  background: var(--accent-color);
  color: #fff;
  border-color: var(--accent-color);
}

.agenda-slider .swiper-navigation-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.agenda-slider .swiper-button-prev,
.agenda-slider .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--accent-color);
  border-radius: 50%;
  color: #fff;
  top: 0;
  margin-top: 0;
}

.agenda-slider .swiper-button-prev:hover,
.agenda-slider .swiper-button-next:hover {
  background: #0056b3;
}

.agenda-slider .swiper-button-prev:after,
.agenda-slider .swiper-button-next:after {
  font-size: 18px;
}

.agenda-slider .swiper-pagination {
  position: relative;
  bottom: 0;
}

.agenda-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--accent-color);
  opacity: 0.3;
}

.agenda-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

/*--------------------------------------------------------------
# Agenda Detail Page
--------------------------------------------------------------*/
.agenda-date-large {
  background: linear-gradient(135deg, var(--accent-color) 0%, #0056b3 100%);
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  min-width: 100px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.agenda-date-large .date-number {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.agenda-date-large .date-month {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.agenda-date-large .date-year {
  font-size: 14px;
  opacity: 0.9;
}

.info-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  display: flex;
  gap: 15px;
  transition: all 0.3s ease;
}

.info-box:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}

.info-box .info-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.info-box .info-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.info-box .info-content p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #6c757d;
}

.share-section {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}

.share-section h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.social-share {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
}

.share-btn.facebook {
  background: #1877f2;
}

.share-btn.facebook:hover {
  background: #145dbf;
  color: #fff;
}

.share-btn.twitter {
  background: #000;
}

.share-btn.twitter:hover {
  background: #333;
  color: #fff;
}

.share-btn.whatsapp {
  background: #25d366;
}

.share-btn.whatsapp:hover {
  background: #1da851;
  color: #fff;
}

.info-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
  gap: 10px;
}

.info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-row .label {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-row .value {
  color: #6c757d;
  font-size: 14px;
  text-align: right;
}

.quick-info-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.quick-info-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.service-overview-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  text-align: center;
}

.service-overview-card .service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-color) 0%, #0056b3 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 15px;
}

.service-overview-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-action-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.contact-action-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-action-card .contact-text {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}

.contact-methods {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  color: var(--accent-color);
  transition: all 0.3s ease;
  font-size: 13px;
}

.contact-btn:hover {
  background: var(--accent-color);
  color: #fff;
}

.contact-btn i {
  font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .agenda-card-compact {
    min-height: 260px;
  }
  
  .agenda-card-compact .agenda-content h4 {
    font-size: 16px;
    padding-right: 75px;
  }
  
  .agenda-card-compact .agenda-date-badge {
    padding: 8px 12px;
    min-width: 60px;
  }
  
  .agenda-card-compact .agenda-date-badge .date-number {
    font-size: 24px;
  }
  
  .agenda-date-large {
    min-width: 80px;
    padding: 15px;
  }
  
  .agenda-date-large .date-number {
    font-size: 32px;
  }
  
  .social-share {
    flex-direction: column;
  }
  
  .share-btn {
    width: 100%;
    justify-content: center;
  }
}

