.container-fluid {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.form-heading.text-center {
    background: #000000;
    border-radius: 50px;
    color: #fff;
    width: fit-content;
    margin: auto;
    padding: 18px 50px 3px;
}

.form-heading.text-center h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter';
}

.form-heading.text-center p {
    font-size: 14px;
}

.idnetity h2 {
    width: fit-content;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-top-right-radius: 18px;
}

.applynow {
    margin-top: 40px;
    margin-bottom: 40px;
}

.applynow a {
    background: #322D2C;
    color: #fff;
    padding: 16px 31px 16px;
    border-radius: 50px;
    text-decoration: none;
}

.bannerImg img {
    width: 100%;
    margin-bottom: 30px;
}

.text-center.applybtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.text-center.applybtn .applynow {
    margin-top: 30px;
}

.card.mt-5 {
    border: none;
}

.card-body.d-flex-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-body.d-flex-item h4.card-title.mt-3 {
    font-size: 28px;
    line-height: 34px;
}

.row.justify-content-center .applynow {
    margin-top: 30px;
}

.event-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.event-image {
    width: 100%;
    height: 200px;
}

.date-title.d-flex h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.date-title.d-flex p span {
    font-size: 29px;
    font-weight: 700;
    color: #000;
}

.date-title.d-flex p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #3D37F1;
}

.date-title.d-flex {
    gap: 10px;
}

.card-body {
    border: 1px solid #fff;
    border-radius: 20px;
}

.table-containers h4 {
    background: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px;
    margin-bottom: 0;
}

.table thead th {
    border-bottom: 0.8px solid #000000
}

.table-bordered td,
.table-bordered th {
    border: 0.8px solid #000000
}

.booking-form {
    background-color: #f8f9fa;
    /* Light gray background */
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Add a subtle shadow */
}

.table-container {
    background-color: #f8f9fa;
    /* Light gray background */
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Add a subtle shadow */
}

.header-section {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-section h4 {
    font-size: 14px;
    font-weight: 400;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    position: relative;
}

.header-section h4:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 18%;
    height: 100%;
    background: #000;
    transform: skewX(-30deg);

}

.header-section p {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
    color: #FF0000;
    line-height: 17px;
    margin-left: 20px;
}

.header-section-img.mb-5 {
    background-image: url(../img/img16.png);
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-section-img.mb-5 {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-section-img.mb-5 p {
    background: #F85533;
    border-radius: 60px;
    padding: 3px 26px;
}

.text-center.totaltext p {
    color: #FF0000;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 600;
}

.ticket {
    /* background-image: url(../img/iconbox.png);
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
    display: flex;
    gap: 45px;
    align-items: center;
}

.ticket {
    display: flex;
    gap: 10px;
    align-items: center;
}

.content-box.text-center h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    color: #FF1818;
}

.content-box.text-center p {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 10px;
}

.ticket img {
    width: 113px;
    height: auto;
    object-fit: contain;
    /* margin-left: 10px; */
}

.ticket-box {
    padding: 15px 15px;
    border: 1px solid #D7DEDD;
    border-radius: 6px;
    position: relative;
}

p.pr-number {
    position: absolute;
    left: 28px;
    top: -20px;
    background: #000;
    color: #fff;
    padding: 4px 23px;
}

.d-flex.foodcheck {
    gap: 10px;
}

.front-profile-image {
    width: 80px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid;
}

.ticket svg {
    width: 100%;
    margin-left: 5px;
    margin-top: 26px;
}

.icon-svg {
    width: 40%;
}

.content-box.text-center {
    width: 60%;
}

.d-flex.icon-flexbox {
    width: 100%;
    justify-content: center;
    position: absolute;
    align-items: center;
}
.ticket img {
    width: 100%;

}

input#profileImage {
    /* visibility: hidden; */
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}
