body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

a {
    text-decoration: none;
    color: #fff;
}

.deepblue {
    background-color: #223A6E;
}

.lightbg {
    background-image: url(assets/img/pattern-14.png);
    background-color: #fff;
}

.patterned {
    background-image: url(assets/img/pattern.png);
}

.patterned-14 {
    background-image: url(assets/img/pattern-14.png);
}

.open-sans-celtiis {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#app-title {
    font-weight: 600;
    font-size: 25px;
}

.wt {
    color: white;
}

.p20 {
    padding: 20px 20px;
}

#welcome-message {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    vertical-align: middle;
    height: 100vh;
}

/* Header container */
.header {
    position: relative; /* Positionnement pour centrer */
    display: flex;
    align-items: center; /* Centre verticalement */
    justify-content: flex-start; /* Logo reste à gauche */
    padding: 10px 20px;
    color: white;
    height: 60px; /* Hauteur du header */
}

/* Logo à gauche */
.header-left {
    display: flex;
    align-items: center; /* Centre verticalement le logo */
}

.ceventslogo {
    width: 40px;
    height: auto;
}

/* Texte centré horizontalement */
.header-title {
    position: absolute; /* Position absolue par rapport au parent */
    left: 50%; /* Décalé à 50% depuis la gauche */
    transform: translateX(-50%); /* Centre parfaitement le texte */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
}

.header-title .event {
    color: #A6C429; /* Couleur verte pour "EVENT" */
}

.header-right {
    display: flex;
    gap: 15px;
}

.header-icon {
    width: 25px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.header-icon:hover {
    transform: scale(1.1);
}

.bjrmsg {
    font-weight: 900;
    font-size: 20px;
}

.titlesect {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.back-arrow {
    font-weight: 900;
    font-size: 25px;
}

/*Carousel*/
.custom-container {
    width: 400px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    justify-content: start; /* Align cards to the left */
}

/* Card style */
.swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    background-color: #8BC34A; /* Greenish background */
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px 50px;
}

/* Icon styles */
.swiper-slide i {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

/*list event card*/

.list-event-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #436479; /* Dark blue background */
    border-radius: 12px;
    overflow: hidden;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    color: white;
    margin-bottom: 10px;
    padding: 0;
}

/* Content container */
.list-card-content {
    padding: 15px;
    flex: 2; /* Take up 2/3 of the space */
}

.list-card-content h3 {
    font-family: "Muli", "sans-serif";
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.list-card-content .info {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.list-card-content .info img {
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

.list-card-content .info span {
    font-family: "Muli", "sans-serif";
    font-size: 11px;
}

/* Icon styles */
.list-icon {
    font-size: 16px;
    margin-right: 5px;
    color: #cdd6dc;
}

/*  Date swipper  */

.date-container {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 10px 0;
    overflow: hidden;
}

/* Swiper styles */
.date-swiper {
    width: 100%;
}

.date-swiper-wrapper {
    display: flex;
}

.date-swiper-slide {
    text-align: center;
    width: 50px;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 8px;
    background-color: transparent; /* Default transparent background */
}

/* Highlighted current date */
.date-swiper-slide.current {
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 8px 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Day name styling */
.day-name {
    font-size: 12px;
    color: #ccc;
}


/*page-header*/
.event-card {
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    /*      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
}

/* Header section */
.event-header {
    position: relative;
    padding: 15px;
}

.event-header a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.event-header .share {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.event-card-image {
    flex: 1;
    height: 100px; /* Hauteur fixe */
    background-size: cover; /* Couvre tout l'espace */
    background-position: center; /* Centre l'image */
    border-radius: 0 12px 12px 0; /* Coins arrondis uniquement à droite */
    padding: 0;
}

/* Event image */
.event-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

/* Event title */
.event-title {
    padding: 20px;
}

.event-title h1 {
    font-size: 22px;
    margin: 0 0 10px;
}

.event-title p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
}

/* Event details section */
.event-details {
    padding: 0 20px 20px;
}

.event-details div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.event-details div i {
    font-size: 18px;
    margin-right: 10px;
    color: #8bc34a; /* Green icon color */
}

.event-details .icon {
    margin-right: 10px;
    font-size: 18px;
}

.event-details span {
    color: #8bc34a; /* Green text */
    font-weight: bold;
}

/* Event description */
.event-description {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.6;
}

.event-description h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
}

.event-description p {
    margin-bottom: 10px;
}

/*  Bottom stick  */


.ticket-container {
    position: fixed; /* Sticky positioning */
    bottom: 20px; /* Distance from the bottom of the screen */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Offset by 50% of the width to perfectly center */
    text-align: center;
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    width: 100%;
}

/* Price text */
.ticket-price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

/* Button styling */
.ticket-button {
    display: inline-block;
    text-decoration: none;
    background-color: #8BC34A; /* Green button color */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 30px; /* Rounded button */
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.ticket-button:hover {
    background-color: #7cb342; /* Slightly darker green on hover */
}


/* Ticket process Step 1   */
/* Container */
.full-ticket-container {
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 90%;
    max-width: 400px;

}

/* Title */
.full-ticket-container h1 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
}

.full-ticket-container h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Ticket options */
.ticket-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d4e985; /* Light green background */
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    min-height: 105px;
    font-size: 16px;
    font-weight: bold;
    color: #000;

}

/* Price styling */
.ticket-option span.price {
    color: #1f2f60; /* Dark blue price */
    font-size: 18px;
}

/* ========================= */
/* EVENT CARD STYLING        */
/* ========================= */
.event-card {
    display: flex; /* Alignement horizontal */
    justify-content: space-between; /* Séparation entre texte et image */
    align-items: center; /* Alignement vertical */
    background-color: #436479; /* Fond bleu */
    border-radius: 12px; /* Coins arrondis */
    overflow: hidden; /* Évite les débordements */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre légère */
    margin-bottom: 15px; /* Espacement entre les cards */
    text-decoration: none; /* Supprime le soulignement des liens */
    color: white; /* Couleur du texte */
}

/* Contenu texte de la carte */
.event-content {
    padding: 15px;
    flex: 2; /* Occupe 2/3 de l'espace */
}

.event-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px; /* Espacement entre les lignes */
}

.event-info i {
    margin-right: 8px; /* Espacement avec le texte */
    font-size: 16px;
    color: #cdd6dc; /* Gris clair pour les icônes */
}

/* Image à droite */
.event-image {
    flex: 1; /* Occupe 1/3 de l'espace */
    height: 100px; /* Hauteur fixe */
    background-size: cover; /* Couvre tout l'espace */
    background-position: center; /* Centre l'image */
    border-radius: 0 12px 12px 0; /* Coins arrondis à droite */
}
