.raffle-col {
    margin-bottom: 30px;
}

.schedule-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: white;
    transition: transform 0.3s;
}

.schedule-card:hover {
    transform: translateY(-5px);
}

.raffle-swiper {
    width: 100%;
    height: auto; /* let it grow based on content */
    max-height: 290px; /* optional if you still want to cap height */
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.raffle-swiper img {
    object-fit: contain;
    width: 100%;
    /* max-height: 240px; */
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}
.swiper-pagination {
    bottom: 26px !important; /* move it up */
    z-index: 5;
}
.schedule-header .date {
    font-weight: bold !important;
    font-size: 1.1rem;
    color: white;
}
.schedule-header .day {
    font-weight: bold !important;
}

.schedule-header .time {
    font-size: 13px;
    color: white;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
    margin-left: -10px;
    z-index: 1;
    position: relative;
}

.avatars {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.avatar.extra {
    background-color: #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
/* .avatar.extra {
background-color: #ddd;
color: #000;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold !important;
z-index: 0;
margin-left: -10px;
width: 150px;
height: 30px;
border: 2px solid #fff;
border-radius: 0%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
} */
.bg-light-blue{
background:#00ced1 !important
}
.meeting-info{
border-top: 1px solid #f1f1f1;
font-size: 13px;
}

.title {
  font-weight: 500 !important;
  font-size: 13px;
}
.search-area {
padding: 50px 50px;
/* background-image: -moz-linear-gradient(90deg, #00ced1 0%, #006994 100%);
background-image: -webkit-linear-gradient(90deg, #00ced1 0%, #006994 100%);
background-image: -ms-linear-gradient(90deg, #00ced1 0%, #006994 100%); */
background-image: -moz-linear-gradient(135deg, #00CED1, #6e9df1);
background-image: -webkit-linear-gradient(135deg, #00CED1, #6e9df1);
background-image: -ms-linear-gradient(135deg, #00CED1, #6e9df1);
box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
display: -ms-flexbox;
display: flex
;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}
.search-area .left {
width: 60%;
}
.search-area .right {
width: 39%;
}
.search-area .left .subtitle {
font-size: 26px;
font-weight: 600;
color: #fff;
margin-bottom: 10px;
}
.search-area .left .title {
color: #ffffff;
font-size: 15px;
}
.search-area .search-form {
display: -ms-flexbox;
display: flex
;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -45px;
}
.search-area .search-form input {
background-color: rgb(255, 255, 255);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 999px;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
-ms-border-radius: 999px;
-o-border-radius: 999px;
width: calc(100% - 160px);
min-height: 60px;
padding-left: 25px;
padding-right: 40px;
color: black;
}
.search-area .search-form button {
background:black;
box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
color: #ffffff;
width: 134px;
border-radius: 999px;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
-ms-border-radius: 999px;
-o-border-radius: 999px;
margin-left: -45px;
}
@media (max-width: 480px) {
.search-area {
padding: 30px;
}
}
@media (max-width: 991px) {
.search-area .left {
width: 100%;
text-align: center;
}
.search-area .right {
width: 100%;
margin-top: 30px;
}
}
@media (max-width: 460px) {
.search-area .left .subtitle {
font-size: 18px;
}
.search-area .left .title {
font-size: 24px;
}
}
@media (max-width: 575px) {
.search-area .search-form {
margin-right: 0;
}
.search-area .search-form input {
width: 100%;
}
.search-area .search-form button {
margin-left: 0;
min-height: 55px;
width: 100%;
margin-top: 15px;
}
}
.swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #ccc;
opacity: 1;
margin: 0 4px;
border-radius: 50%;
transition: background-color 0.3s;
}

/* Active bullet style */
.swiper-pagination-bullet-active {
background-color: #e91e63 !important; /* or your primary theme color */
transform: scale(1.2);
}
.swiper-button-next:after, .swiper-button-prev:after{
font-size:22px
}
.swiper-pagination-bullet{
    background-color:white;
}