  /* Container styles */
  .header-wrapper {
    position: relative;
    width: 100%;
      height: 200px; /* Or use aspect-ratio */
  }

  .header-svg {
    margin-left: -5px;
  height: 100%;
  }

  .clip-path {
    fill: none;
  }

  .clipped-group {
    clip-path: url(#clippath);
  }

  /* Image row styling */
  .image-row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 150px;
    display: flex;
    justify-content: center;
    gap: 8px; 
    padding-bottom: 20px;
  }

  /* Image container styling */
  .image-container {
    position: relative; 
    background: white;
    padding: 8px; /* Slight padding around images */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional subtle shadow */
  }

  .image-container:nth-child(1) {
    /* width: 18.4vw; */
        width: 45vw;
         /* width: clamp(240px, 25.4vw, 420px); */
      height: 296px;
  }

  .image-container:nth-child(2) {
    /* width: 7.4vw; */
       width: 17vw;
      height: 291px;
  }

  .image-container:nth-child(3) {
    /* width: 15.4vw; */
    width: 40vw;
      height: 296px;
  }

  /* make the actual image stretch */
  /* .contained-image {
    object-fit: ;
  } */
  .paragraph-wrapper {
    /* max-width: 669px; */
    margin: 195px auto 0;
    padding: 20px 30px;
    text-align: justify;
    position: relative;
    z-index: 10;
  }

  .header-text {
    font-size: 20px;
    font-weight: 662;
    margin-bottom: 10px;
    margin-left: -28px;
    color: #000;
  }

  .header-text .highlight-text {
    color: #499dd6; /* or #009FE3 depending on exact shade in image */
    font-weight: 500;
    margin-left: 10px;
  }
  .content-container {
    /* display: flex;
    justify-content: center; */
    width: 100%;
    /* margin: 0 auto; */
    margin-top: -38px;
    position: relative;
    padding-bottom: 60px; /* Space for extended U-shape */
      z-index: 5;
  }

  .content-text {
    /* max-width: 550px; */
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center ;
    /* margin-left: -20px; */
  }

  .content-text p {
    font-family: "MyriadPro Regular";
    font-size: 13px;
    color: #000;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 3;
  }



.filter-date-header{
  font-size: 20px;
  font-family: "Poppins Black";
}
.filter-date-subheader{
  display: flex;
  gap: 13px;
   width: 150%;
}
.filter-date-button {
  background-color: white;
  border: 1px solid gray;
  color: black;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 110px; */
  width: 80px; 
  height: 32px; /* 24pt ≈ 32px */
  padding: 0; /* Remove padding to respect exact dimensions */
  box-sizing: border-box; /* Include border in width/height */
}

 .filter-date-button-blue {
    background-color: #499dd6;
  border: 1px solid #499dd6;
  color: white;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px; /* 77pt ≈ 103px */
  height: 32px; /* 24pt ≈ 32px */
  padding: 0; /* Remove padding to respect exact dimensions */
  box-sizing: border-box; /* Include border in width/height */
  }
  .filter-date-button:hover,
  .filter-date-button.active {
    background-color: #499dd6; /* Button color when active/hover */
    color: white; /* Text becomes white when background is #499dd6 */
    }

  .filter-date-text {
    text-align: center;
    padding-top: 2px;
    font-family: "Acumin Pro Condensed Light";
    font-size: 13px;
  }
   .filter-date-text-blue {
    text-align: center;
    /* padding-top: 2px; */
    font-family: "Acumin Pro Semi Bold";
    font-size: 11px;
  }
    .list-wrapper {
    display: flex;
    gap: 16px; /* Equal space between items */
    align-items: center; /* Vertically center items */
    margin-left: -8px;
  }

  .list-item,
  .list-item-other {
    display: flex;
    gap: 8px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .list-item img,
  .list-item-other img {
    margin-bottom: 4px; /* Space between image and text */
    object-fit: contain; /* Ensure images maintain aspect ratio */
    max-height: 40px; /* Limit image height */
  }
  .list-item-other img {
      margin-bottom: 4px; /* Space between image and text */
    object-fit: contain; /* Ensure images maintain aspect ratio */
    max-height: 40px; /* Limit image height */
  }

  .list-item p
  {
    margin: 0; /* Remove default margins */
    font-size: 18px;
    text-align: center;
    width: 100%; /* Ensure text takes full width */
    font-family: "Acumin Pro Semi Bold";
  }
   .list-item-other p {
    margin: 0; 
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
     font-family: "Acumin Pro Semi Bold";
    width: 100%; /* Ensure text takes full width */
  }
   .event-card {
    width: 269px; /* 202pt ≈ 269px */
    font-family: "Acumin Pro", sans-serif;
        display: flex;
    gap: 8px; /* Space between image and text */
  }
  .card-container{
   
    position: relative;
    width: 210px;
  }
 .corner-badge {
    position: absolute;
    top: -7px;
    right: 171px;
    z-index: 1;
    /* background: white; */
    /* border-radius: 50%; */
    padding: 5px;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  }
  .card-image {
    width: 100%;
    height: 150px; /* 138pt ≈ 184px */
    object-fit: cover;
    display: block;
  }

  .card-content {
    padding: 5px 4px;
  }

  .card-title {
    font-size: 14px; /* 10.52pt ≈ 14px */
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #000000;
    line-height: 1.3;
    font-family: "Acumin Pro Condensed Bold";
  }

  .card-description {
    font-size: 9px; /* 6.52pt ≈ 9px */
    margin: 0;
    color: #000000;
    line-height: 1.4;
      font-family: "Poppins Medium";
  }
  .quick-overview{
    font-size: 9px;
    font-family: "Acumin Pro Condensed SemiBold";
  }
  .card-footer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
  }
  .footer-line {
    width: 210px;
    height: 3px;
    background-color: #A5AFBF;
    margin: 3px auto;
  }
  .date-badge {
  background-color: red;
  color: white;
  width: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  box-shadow: 
    0 0 0 1px white,
    0 0 0 2px rgba(255,255,255,0.7),
    0 0 0 3px rgba(255,255,255,0.4);
  position: absolute;
  right: -2.5%;
  height: 37px;
  top: 118px;
  z-index: 1;
}

.date-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Acumin Variable Concept', 'Arial Narrow', sans-serif;
  line-height: 0.8;
  margin: -2px 0;
}

.date-day {
  font-size: 17px;
  font-weight: 400;
  font-stretch: extra-condensed;
  font-variation-settings: "wght" 900, "wdth" 60;
}

.date-month {
  font-size: 17px;
  font-weight: 400;
  font-stretch: extra-condensed;
  text-transform: lowercase;
  font-variation-settings: "wght" 900, "wdth" 60;
}
.arrow-wrapper{
  display: flex;
  justify-content: center;
  gap: 18px;
  cursor: pointer;
  margin-left: 562px;
}
/* @media (min-width: 1801px) {
  .header-svg {
  margin-left: -6px;
   width: auto; 
    height: auto; 
      display: block;
  }
} */
@media (min-width: 2200px) and (max-width: 2400px){
  .image-row {
  top: 125px;

}
.paragraph-wrapper{
  margin-top: 225px;
}
}
@media (min-width: 2400px) and (max-width: 2600px){
  .image-row {
  top: 136px;

}
.paragraph-wrapper{
  margin-top: 235px;
}
}
@media (min-width: 2000px) and (max-width: 2200px){
  .image-row {
  top: 115px;

}
.paragraph-wrapper{
  margin-top: 215px;
}
}