.event-carousel-dots {
margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 89%;
    left: 47%;
}

.dot {
    width: 10px; /* Adjust size as needed */
    height: 10px; /* Adjust size as needed */
    border-radius: 50%;
    background-color: #ccc; /* Adjust color as needed */
    display: inline-block;
    margin: 0 5px; /* Adjust spacing between dots */
    cursor: pointer;
}

.dot.active {
    background-color: #302ab2; /* Adjust active color as needed */
}

.event-carousel-container {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 775px;
  height: 650px;
  padding-left: 7px;
  margin-top: 15px;
}
  .event-carousel-items {
    display: flex;
    flex-direction: row;
 transition: transform 0.5s ease;
    width:1550px;
    position: relative;
  }
.event-carousel-item {
    background-color: #fff;
    border: 1px solid #d0e4ff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    height: 468px;
    padding: 20px;
    text-align: left;
    width: 352px;
  display:flex;
  flex-direction:row;
  margin-left:15px;
  margin-right:15px;
  margin-top: 10px;
}
.event-item-content {
  display:flex;
  flex-direction:column;
}
  .event-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
    .event-carousel-button {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .event-carousel-button-left {
    left: -11px;
    display:none;
  }
  .event-carousel-button-right {
    right: -13px;
    display:none;
  }






.event-card {
    width: 352px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #d0e4ff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    height: 468px;
    display: flex;
    flex-direction: column; /* Make the card's children stack vertically */
}

.event-icon {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}

.event-icon img {
    width: 30px;
    height: 30px;
}

.event-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.event-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.event-description {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1; /* Allow the description to take up available space */
}

.event-learn-more-link {
    text-align: right;
    margin-top: auto; /* Push the link to the bottom of the card */
}

.event-learn-more-link a {
    color: #302ab2;
    font-size: 16px;
    font-weight: bold;
}

.event-learn-more-link a:hover {
    color: #302ab2;
    text-decoration: underline;
}

.event-link {
    font-size: 14px;
    font-weight: bold;
    color: #0073e6;
    text-decoration: none;
}

.event-link:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 480px) {
.event-card {
    width: 352px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #d0e4ff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
  height:468px;
          margin: 0 auto 20px auto;
}
}
@media screen and (max-width:480px) {
      .event-carousel-container {
    width: 100%; 
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 690px;
   
}
  
.event-carousel-dots {
        margin-top: 10px;
        text-align: center;
        position: absolute;
        top: 89%;
        left: 40%;
        text-align: center;
        margin: 10px auto;
}
  .event-carousel-items {
    display: flex;
    transition: transform 0.5s ease;
    width: 100% !important; 
}

  .event-carousel-dots {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 89%;
    left: 43%;
}
  

    .event-carousel-item {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        display: inline-block;
        flex: 0 0 auto;
        height: 555px;
        margin-left: 17px;
        padding: 32px;
        width: 90% !important;
    }
}
    .event-carousel-button {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .event-carousel-button-left {
    left: -11px;
    display:none;
  }
  .event-carousel-button-right {
    right: -13px;
    display:none;
  }


} 
@media screen and (max-width:390px) {

}
@media screen and (max-width: 360px) {
    .event-carousel-container {
    width: 100%; 
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 690px;
   
}
.event-carousel-items {
    display: flex;
    flex-direction: row;
    position: relative;
    transition: transform .5s ease;
    width: 100% !important;
}
    .event-carousel-item {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        display: inline-block;
        flex: 0 0 auto;
        height: 589px;
        margin-left: 9px;
        padding: 32px;
        width: 93% !important;
      
    }
  .event-carousel-dots {
        left: 36%;
        margin-top: 10px;
        position: absolute;
        text-align: center;
        top: 89%;
    }
}

