/* Beach Cleaning Report Section */
.beach-cleaning-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.beach-cleaning-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.beach-cleaning-image {
  flex-shrink: 0;
  width: calc(50% - 16px);
  position: sticky;
  top: 200px;
}

.beach-cleaning-image .beachCleaningSwiper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.beach-cleaning-image .beachCleaningSwiper img {
  width: 100%;
  height: auto;
  display: block;
}

.beach-cleaning-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.beach-cleaning-nav-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
}

.beach-cleaning-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.beach-cleaning-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

.beach-cleaning-nav-btn:hover {
  background: rgba(0, 0, 0, 0.55);
}

.beach-cleaning-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.beach-cleaning-prev {
  left: 12px;
}

.beach-cleaning-next {
  right: 12px;
}

.beach-cleaning-image img {
  width: 100%;
  height: auto;
  display: block;
}

.beach-cleaning-content {
  flex: 1;
  min-width: 0;
}

.beach-cleaning-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #03489F;
  margin-bottom: 12px;
}

.beach-cleaning-content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #03489F;
  margin-bottom: 10px;
}

.beach-cleaning-highlight {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #00243D;
  margin-bottom: 16px;
}

.beach-cleaning-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #00243D;
  text-align: left;
  margin-bottom: 16px;
}

.beach-cleaning-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.beach-cleaning-list li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #00243D;
  text-align: left;
  margin-bottom: 16px;
}

.beach-cleaning-list li:last-child {
  margin-bottom: 0;
}

.beach-cleaning-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("../../images/alumni-network/bullet-icon.png") no-repeat center / contain;
}

.beach-cleaning-list li ol {
  list-style-type: '-';
  padding-left: 5px;
  margin-top: 16px;
}

.beach-cleaning-list li ol li {
  padding-left: 10px;
}

.beach-cleaning-list li ol li::before {
  display: none;
}

.number-list {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.number-list li {
  margin-left: 15px;
  padding-left: 5px;
}

.number-list li::marker {
  font-family: "Playfair Display";
  color: #03489F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.number-list li::before {
  display: none;
}

.beach-cleaning-quote-box {
  background-color: #DEF4E2;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 16px;
}

.beach-cleaning-quote-box h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #03489F;
  text-align: center;
}

/* Photo Gallery Section */
.photo-gallery-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.photo-gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.photo-gallery-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #00243D;
}

.photo-gallery-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.gallery-nav-btn {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat center / contain;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}

.gallery-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M-1.90735e-06 7.00409C-0.000762939 6.87249 0.0244622 6.74202 0.0742269 6.62019C0.123991 6.49835 0.197316 6.38753 0.289998 6.29409L6.29 0.294092C6.4783 0.105788 6.7337 0 7 0C7.2663 0 7.52169 0.105788 7.71 0.294092C7.8983 0.482395 8.00409 0.73779 8.00409 1.00409C8.00409 1.27039 7.8983 1.52579 7.71 1.71409L2.41 7.00409L7.7 12.2941C7.86382 12.4854 7.94943 12.7315 7.93971 12.9831C7.92999 13.2348 7.82566 13.4736 7.64756 13.6517C7.46947 13.8298 7.23073 13.9341 6.97905 13.9438C6.72738 13.9535 6.4813 13.8679 6.29 13.7041L0.289998 7.70409C0.105253 7.51783 0.00110245 7.26643 -1.90735e-06 7.00409Z' fill='%2300243D'/%3E%3C/svg%3E");
}

.gallery-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M8.00409 6.94024C8.00485 7.07185 7.97963 7.20231 7.92986 7.32415C7.8801 7.44599 7.80677 7.5568 7.71409 7.65024L1.71409 13.6502C1.52579 13.8385 1.27039 13.9443 1.00409 13.9443C0.73779 13.9443 0.482395 13.8385 0.294092 13.6502C0.105788 13.4619 0 13.2065 0 12.9402C0 12.6739 0.105788 12.4185 0.294092 12.2302L5.59409 6.94024L0.304092 1.65024C0.140266 1.45894 0.054659 1.21287 0.0643802 0.961189C0.0741013 0.709514 0.178434 0.470774 0.356529 0.292679C0.534623 0.114585 0.773362 0.0102539 1.02504 0.00053215C1.27671 -0.00918865 1.52279 0.076416 1.71409 0.240242L7.71409 6.24024C7.89884 6.4265 8.00299 6.6779 8.00409 6.94024Z' fill='%2300243D'/%3E%3C/svg%3E");
}

.gallery-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.gallerySwiper {
  overflow: hidden;
}

.gallerySwiper .swiper-wrapper {
  margin-bottom: 0;
}

.gallery-slide {
  width: 296px;
  flex-shrink: 0;
}

.gallery-card {
  width: 100%;
  aspect-ratio: 296 / 267;
  background-color: #EAEAEA;
  border-radius: 12px;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ei-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 31px;
  margin-top: 60px;
}

.ei-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 20px;
  border-radius: 14px;
  border-bottom: 1px solid var(--Yellow-300, #fca312);
  background: #fff6e7;
  text-decoration: none;
  color: #00243d;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.ei-link-card:hover {
  box-shadow: 0 4px 16px rgba(0, 36, 61, 0.1);
  transform: translateY(-2px);
}

.ei-link-card span {
  color: var(--Blue-300, #03489f);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.ei-link-card img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .beach-cleaning-layout {
    gap: 28px;
  }

  .beach-cleaning-title {
    font-size: 26px;
  }

  .photo-gallery-title {
    font-size: 28px;
  }

  .gallery-slide {
    width: 260px;
  }

  .related-initiatives-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .ei-links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .beach-cleaning-layout {
    flex-direction: column;
    gap: 24px;
  }

  .beach-cleaning-image {
    width: 100%;
    position: static;
  }

  .beach-cleaning-title {
    font-size: 24px;
  }

  .beach-cleaning-highlight {
    font-size: 16px;
  }

  .beach-cleaning-quote-box {
    padding: 24px;
  }

  .beach-cleaning-quote-box p {
    font-size: 20px;
  }

  .photo-gallery-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .photo-gallery-header {
    margin-bottom: 16px;
  }

  .photo-gallery-title {
    font-size: 24px;
  }

  .gallery-slide {
    width: 200px;
  }

  .related-initiatives-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .related-initiatives-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .related-initiative-text {
    font-size: 16px;
  }

  .ei-links-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 36px;
  }
}

@media (max-width: 479px) {
  .beach-cleaning-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .beach-cleaning-title {
    font-size: 22px;
  }

  .beach-cleaning-quote-box p {
    font-size: 18px;
  }

  .photo-gallery-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .photo-gallery-header {
    margin-bottom: 12px;
  }

  .photo-gallery-title {
    font-size: 22px;
  }

  .photo-gallery-nav {
    gap: 30px;
  }
  .gallery-nav-btn {
    width: 14px;
    height: 14px;
  }

  .gallery-slide {
    width: 160px;
  }

  .related-initiatives-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .related-initiatives-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .related-initiative-card {
    min-height: auto;
  }

  .related-initiative-text {
    font-size: 15px;
  }

  .ei-links-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ei-link-card {
    padding: 14px 16px;
    font-size: 13px;
  }

  .ei-link-card span {
    font-size: 14px;
  }
}