.weekendChoice-container {
    width: 90%;
    /* width: 83%; */
    /* max-width: 1400px; */
    margin: 0 auto;
        /* width: 90%;
    margin: -24vh auto 40px auto; */
   /* padding: 40px 60px; */

    background: white;
}

.weekendChoice-header {
    margin-bottom: 40px;
    padding-top: 7rem;
}

.weekendChoice-header h1 {
    font-size: clamp(1.25rem,  2vw, 1.8rem);

    font-family: 'Poppins Black';
   
    margin-bottom: 12px;
    color: #000000;
}

.weekendChoice-header p {
    font-family: 'Poppins Medium';
    font-size: clamp(0.9rem, 1.3vw, 1.16rem);

    color: #000000;
    
}

.weekendChoice-main-content {
    display: flex;
    border-top: 1px solid rgb(214 211 211);
    gap: 40px;
  
    padding-top: 20px;
}

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

.weekendChoice-date-selector {
    margin-top: 10px;
    display: flex;
    gap: 30px;
    justify-content: end;
    align-items: center;
    border-bottom: 1px solid rgb(214 211 211);
   padding-bottom: 25px;
   margin-bottom: 3.8rem;

}

.weekendChoice-calendar-icon {
    width: 40px;
    height: 45px;  
    display: flex;
    justify-content: center;
    align-items: center;
}


.weekendChoice-calendar-icon svg {
    width: 24px;
    height: 24px;
    fill: #666;
}

.weekendChoice-date-btn {
    padding: 0px 24px;
    padding-top: 6px;
    padding-bottom: 3px;
    border: 1px solid #bbbbbb;
    border-radius: 25px;
    color: #000000;
    background: white;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    /* font-family: "Acumin Pro Condensed Light"; */
font-family: 'Acumin Pro Condensed Semibold';
    cursor: pointer;
    transition: all 0.3s;
    
}

.weekendChoice-date-btn:hover {
    border-color: #4A9FE8;
}

.weekendChoice-date-btn.weekendChoice-active {
    font-family: 'Acumin Pro Condensed Semibold';
    background: #499dd6;
    color: #ffffff;
    border-color: #499dd6;
}


.weekendChoice-event-card {
    display: flex;
    gap: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s;
    position: relative;
}

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

.weekendChoice-event-number {
    /* font-family: 'Avenir* Medium*'; */
    position: absolute;
    top: -3px;
    left: 0px;
    width: 40px;
    height: 43px;
    color: #000000;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 1px solid rgb(214 211 211);
   
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
    z-index: 1;
}

.weekendChoice-event-image {
    width: 246px;
    height: 138px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

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

.weekendChoice-event-title {
    /* font-family: 'Acumin Pro SemiCondensed Bold'; */
    font-size: clamp(0.875rem, 1rem, 1.14rem);

    font-weight: 600;
    color: #01024f;
    margin-bottom: 4px;
}

.weekendChoice-event-title2 {
    /* font-family: 'Acumin Pro SemiCondensed Bold'; */
    font-size: clamp(0.875rem, 1rem, 1.14rem);
    margin-bottom: 0px;
    font-weight: 600;
    color: #01024f;
    line-height: 1.3;

}
.weekendChoice-event-subtitle {
    font-family: 'Acumin Pro SemiCondensed Regular';
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.4;
}
.weekendChoice-event-info-date {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 30px;
}
.weekendChoice-event-info-date-2 {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
}
.weekendChoice-event-time {
    font-family: 'Acumin Pro SemiCondensed Medium';
    font-size: 12px;
    color: #666;
}

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

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

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

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

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

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

.icon-content-Castelnau{
    color: #6b6b6b;
     padding-top: 5px;
    font-size: 15px;
    font-family: 'Acumin Pro SemiCondensed Regular';
}
.weekendChoice-free-badge {
    display: inline-block;
   
    color: #28bb49;
    font-family: 'Avenir* Black*';
    font-size: 14px;
  
    margin-top: 0.8rem;
}
.weekendChoice-event-location-3 {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 2px;

}
/* map */

.weekendChoice-map-section {
    flex: 1;
    position: relative;
    /* max-height: 770px; */
    /* background: #E5F3E8; */
    overflow: hidden;
}

.weekendChoice-map-container {
    width: 100%;
   height: 100%;
    
}
.weekendChoice-map-container img{
    width: 100%;
    height: 100%;
}
.weekendChoice-scroll-indicator {
    display: flex;
    justify-content: end;
   
    padding: 10px 30px;
}

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

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

.weekendChoice-scroll-arrow:hover svg {
    fill: white;
}

.weekendChoice-scroll-arrow svg {
    width: 20px;
    height: 20px;
    fill: #666;
    transition: all 0.3s;
}
/* @media(max-width:1650px){
    .weekendChoice-container{
    width: 87%;

    }
} */

@media (min-width: 2500px) {
   .weekendChoice-container  {
        width: 55%;
        max-width: 1800px;
    }}
 @media (min-width: 2000px) and (max-width: 2500px) {
   .weekendChoice-container  {
        width: 60%;
        max-width: 1700px;
    }
}
@media (min-width: 1780px) and (max-width: 2000px) {
     .weekendChoice-container {
        max-width: 1600px;
        width: 80%;
    }
}
@media(max-width:1600px){
.weekendChoice-header {
    margin-bottom: 40px;
    padding-top: 0.5rem;
}
}
@media (min-width: 1500px) and (max-width: 1780px) {
    .weekendChoice-container {
        width: 90%;
    }
}
/* ................... */
@media (min-width: 1200px) and (max-width: 1500px) {
     .weekendChoice-container {
        width: 90%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
   .weekendChoice-container {
        width: 90%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
      .weekendChoice-container {
        width: 90%;
    }
}
@media(max-width:1300px){
  
    .weekendChoice-main-content {
  
    gap: 15px;
    }
}
@media(max-width:1024px){
.weekendChoice-main-content {
  
    flex-direction: column;
    }
    .weekendChoice-date-selector {
    
    justify-content: center;
    }
}
/* ... Existing standard CSS (.weekendChoice-event-card) remains above... */

/* --- NEW CSS FOR SUPERCHARGE ADVERT (Scaled Up to be "Double" Size) --- */

.weekendChoice-event-card-supercharge {
    /* Base Container Scaling */
    display: flex; 
    gap: 40px; /* Double the standard card's gap (was 20px) */
    padding: 20px; /* Double the standard card's padding (was 10px) */
    margin-bottom: 40px; /* Double the standard card's margin (was 20px) */
    border-radius: 12px; 
    position: relative; 
    min-height: 250px; 
    transition: all 0.3s;
}

.weekendChoice-event-card-supercharge:hover {
    /* Keep distinct hover effect */
    box-shadow: 0 6px 18px rgba(43, 18, 9, 0.3);
    transform: translateY(-2px);
}

.weekendChoice-event-card-supercharge .weekendChoice-event-image {
    /* Image Scaling: Double the standard card's dimensions (Standard: 246x138) */
    width: 380px; /* Increased image width (~1.5x - 2x) */
    height: 220px; /* Increased image height (~1.5x - 2x) */
    
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 0;
}

.weekendChoice-event-card-supercharge .weekendChoice-event-number {
    /* Hide the number badge for the advert */
    display: none; 
}

.weekendChoice-event-card-supercharge .weekendChoice-event-details {
    flex: 1; 
    display: flex; 
    flex-direction: column;
}

.weekendChoice-event-title-supercharge {

    font-size: clamp(1.4rem, 2.0vw, 2.2rem); 
    margin-bottom: 12px; /* Increased spacing */
    line-height: 1.2;
}

.weekendChoice-event-card-supercharge .weekendChoice-event-subtitle {
    font-size: 18px; 
    color: #555; 
    line-height: 1.5;
    margin-bottom: 20px; /* Increased spacing */
}

/* Ensure other details (date, time, price, location) are also spaced out */
.weekendChoice-event-card-supercharge .weekendChoice-event-info-date {
    margin-top: 15px; /* Increased margin above date/time */
}

.weekendChoice-event-card-supercharge .weekendChoice-event-price {
    /* Price text size increase */
    font-size: 18px; 
}

.weekendChoice-event-card-supercharge .weekendChoice-location-icon {
    /* Location icon size increase (Standard: 20px) */
    width: 25px;
    height: 27px;
}

.weekendChoice-event-card-supercharge .icon-content-Castelnau {
    /* Location text size increase (Standard: 15px) */
    font-size: 18px;
}

/* --- END NEW CSS FOR SUPERCHARGE ADVERT --- */