.MontpellierWeekendMobile-weekendChoice-container {
    width: 93%;
    margin: 0 auto;
    background: white;
}

.MontpellierWeekendMobile-weekendChoice-header {
    margin-bottom: 35px;
    padding-top: 13px;
}

.MontpellierWeekendMobile-weekendChoice-header h1 {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-family: 'Poppins Bold';
    margin-bottom: 1px;
    color: #000000;
}

.MontpellierWeekendMobile-weekendChoice-header p {
    font-family: 'Poppins SemiBold';
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    color: #53a6da;
}

.MontpellierWeekendMobile-weekendChoice-events-section {
    flex: 0 0 650px;
}


/* Grid Container - 3 cards per row */
.MontpellierWeekendMobile-weekendChoice-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

/* Event Card - Column Layout */
.MontpellierWeekendMobile-weekendChoice-event-card {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s;
    position: relative;
}

.MontpellierWeekendMobile-weekendChoice-event-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}


.MontpellierWeekendMobile-weekendChoice-event-number {
    /* font-family: 'Avenir* Medium*'; */
    position: absolute;
    font-size: 45px;
    top: -12px;
    left: 0px;
    width: 60px;
    height: 63px;
    /* top: 10px;
    left: 10px;
    width: 40px;
    height: 43px;
    font-size: 24px; */
   
    color: #000000;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(214 211 211);
    z-index: 1;
}

.MontpellierWeekendMobile-weekendChoice-event-image {
    width: 100%;
    height: 200px;
    /* border-radius: 10px; */
    object-fit: cover;
    margin-bottom: 15px;
}

.MontpellierWeekendMobile-weekendChoice-event-details {
    display: flex;
    flex-direction: column;
 
}

.MontpellierWeekendMobile-weekendChoice-event-title {
    /* font-family: 'Acumin Pro SemiCondensed Bold'; */
    font-size: clamp(1.1rem, 1rem, 1.14rem);
    font-weight: 600;
    color: #01024f;
    margin-bottom: 4px;
}

.MontpellierWeekendMobile-weekendChoice-event-title2 {
    font-size: clamp(0.875rem, 1rem, 1.14rem);
    margin-bottom: 0px;
    font-weight: 600;
    color: #01024f;
    line-height: 1.3;
}

.MontpellierWeekendMobile-weekendChoice-event-info-date {
    font-family: 'Acumin Pro SemiCondensed Regular';
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 2px;
}

.MontpellierWeekendMobile-weekendChoice-event-info-date-2 {
    font-family: 'Acumin Pro SemiCondensed Regular';
    padding-top: 2px;
 
    display: flex;
    gap: 8px;
    align-items: center;
   
}
.MontpellierWeekendMobile-weekendChoice-event-time-4{
font-family: 'Acumin Pro SemiCondensed Medium';
    font-size: 17px;
    color: #666;
    padding-top: 5px;
}
.MontpellierWeekendMobile-weekendChoice-event-time {
    font-family: 'Acumin Pro SemiCondensed Medium';
    font-size: 17px;
    color: #666;
}

.MontpellierWeekendMobile-weekendChoice-event-info {
    display: flex;
    gap: 8px;
    align-items: center;
    
}

.MontpellierWeekendMobile-weekendChoice-event-price {
    font-size: 17px;
    font-family: 'Acumin Pro SemiCondensed Medium';
    color: #01024f;
}

.MontpellierWeekendMobile-weekendChoice-price-highlight {
    font-family: 'Acumin Pro SemiCondensed Medium';
    font-size: 20px;
    color: #FF6B35;
}

.MontpellierWeekendMobile-weekendChoice-per-person {
    font-family: 'Acumin Pro SemiCondensed Medium';
    font-size: 17px;
    color: #01024f;
    padding-left: 7px;
}

.MontpellierWeekendMobile-weekendChoice-event-location {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 7px;
}
.MontpellierWeekendMobile-weekendChoice-event-location-4 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 0px;
}
.Assetstar-mob-montprllier{
    position: absolute;
    width: 52px;
    height: 60px;
    left: 83%;
    bottom: 40px;
}

.MontpellierWeekendMobile-weekendChoice-location-icon {
    width: 24px;
    height: 22px;
}

.MontpellierWeekendMobile-icon-content-Castelnau {
    color: #6b6b6b;
    padding-top: 5px;
    font-size: 19px;
    font-family: 'Acumin Pro SemiCondensed Regular';
}
.MontpellierWeekendMobile-icon-sponsorisé{
     color: #000000;
   padding-left: 8px;
    font-size: 19px;
    font-family: 'Acumin Pro SemiCondensed Regular';
}
.MontpellierWeekendMobile-weekendChoice-free-badge {
    display: inline-block;
    color: #28bb49;
    font-family: 'Avenir* Black*';
    font-size: 14px;
    margin-top: 3px;
}

.MontpellierWeekendMobile-weekendChoice-event-location-3 {
    margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.MontpellierWeekendMobile-weekendChoice-scroll-indicator {
    display: flex;
    justify-content: end;
    padding-bottom: 20px;
}

.MontpellierWeekendMobile-weekendChoice-scroll-arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

.MontpellierWeekendMobile-weekendChoice-scroll-arrow:hover {
    border-color: #4A9FE8;
    background: #4A9FE8;
}

/* Media Queries */


@media(max-width:768px){
   
    .MontpellierWeekendMobile-weekendChoice-cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 17px;
    }
    .Assetstar-mob-montprllier {
   
    left: 81%;
    }
}
@media(max-width:640px){
   
    .MontpellierWeekendMobile-weekendChoice-cards-grid {
        grid-template-columns: 1fr ;
        gap: 25px;
    }
     .Assetstar-mob-montprllier {
   
    left: 88%;
    }
    .MontpellierWeekendMobile-weekendChoice-event-number {
    /* font-size: 45px;
    top: -12px;
    left: 0px;
    width: 60px;
    height: 63px; */
    }
}


@media(max-width:550px){
  .Assetstar-mob-montprllier {
   
    left: 86%;
    }
}
@media(max-width:480px){
  .Assetstar-mob-montprllier {
   
    left: 83%;
    }
}
@media(max-width:400px){
  .Assetstar-mob-montprllier {
   
    left: 81%;
    }
}
/* @media(max-width:1650px){
    .MontpellierWeekendMobile-weekendChoice-container{
        width: 87%;
    }
}

@media(max-width:1600px){
    .MontpellierWeekendMobile-weekendChoice-header {
        margin-bottom: 40px;
        padding-top: 3rem;
    }
}

@media(max-width:1300px){
    .MontpellierWeekendMobile-weekendChoice-container{
        width: 88%;
    }
}

@media(max-width:1024px){
    .MontpellierWeekendMobile-weekendChoice-date-selector {
        justify-content: center;
    }
    
    .MontpellierWeekendMobile-weekendChoice-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}


} */