/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

section#register-section {
    background: #ffffff;
    height: 100vh;
    position: relative;
    z-index: 99;
}

body {
    margin: 0 0 0;
    padding: 0 0 0;
    overflow-x: hidden;
}

body:not(i) {
    font-family: 'Jost' !important;
}

.form-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.form-wrapper .inner-form-wrapper {
    min-width: 350px;
    background: #fff;
    padding: 25px 28px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-top: 3px solid #00BCD4;
    max-width: 350px;
}

h4.form-title {
    margin: 0 0 22px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    color: #00bcd4;
    text-transform: capitalize;
}

form.template-form-class .input-block {
    margin-bottom: 12px;
    position: relative;
}

form.template-form-class .input-block .input-field {
    position: relative;
}

form.template-form-class .input-block .input-field input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #00bcd4;
    padding: 5px 12px 5px 32px;
    border-left: 4px solid #00bcd4;
}

span.input-icon {
    position: absolute;
    top: 10.5px;
    left: 12px;
    color: #00bcd4;
}

form.template-form-class .input-block label {
    position: absolute;
    top: 8.5px;
    left: 36px;
    z-index: 99;
    font-size: 15px;
    color: #111;
    background: #fff;
    padding: 0 4px;
    pointer-events: none;
    transition: 0.2s ease all;
}

form.template-form-class .input-button-block {
    margin-top: 18px;
}

form.template-form-class .input-button-block input[type="submit"] {
    width: 100%;
    padding: 10.5px 20px;
    border-radius: 8px;
    color: #fff;
    background: #00bcd4;
    border: 1px solid #00bcd4;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.3s linear;
    cursor: pointer;
}

form.template-form-class .input-button-block input[type="submit"]:hover {
    background: transparent;
    color: #000000d6;
}


.input-field input:focus ~ label,
.input-field input:valid ~ label {
  top: -9px;
  left: 31px;
  font-size: 13px;
  background: #fff;
  padding: 0px 5px;
}

span.eye-icon {
    position: absolute;
    right: 8px;
    font-size: 14px;
    color: #aaaaaa;
    top: 12.5px;
    z-index: 99;
    cursor: pointer;
}

p.text-class {
    margin: 30px 0 0;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

p.text-class a {
    font-size: 15px;
    color: #1b1bff;
    text-decoration: none;
}

a.link-text-class {
    font-size: 13px;
    text-align: right;
    display: block;
    margin: 0 4px 2px;
    font-weight: 400;
    text-decoration: none;
    color: #1b1bff;
}

section.template-section-class {
    background: rgb(218 218 218 / 8%);
    position: relative;
    z-index: 99;
}

form.template-form-class .input-block .input-field input:focus {
    border-color: #00bcd4 !important;
    outline: unset;
}


.form-message {
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    animation: slideFadeIn 0.5s forwards;
}

@keyframes slideFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.input-field div.error-message {
    background: transparent;
    border: unset;
    color: red;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 6px 0;
    font-weight: 500;
}

form.template-form-class .input-block .input-field input.input-error {border-color: red;}

ul.bg-template-section-lines {
    padding: 0 0;
    margin: 0 0 0;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

ul.bg-template-section-lines li.same-line-class {
    border-right: 1px solid rgb(128 128 128 / 10%);
    list-style: none;
    width: 20%;
}

.confirm-password-eye-event:has(input.input-error) .fa-lock {color: red;}

.password-eye-event:has(input.input-error) .fa-lock {color: red;}


.extra-title-class {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

p.text-class-short-des {
    margin: 18px 0px 12px !important;
    font-size: 13px;
    line-height: 20px;
}

section.same-section-class {
    padding: 60px 0px;
    background: url(/wp-content/uploads/2025/06/about_the_eif.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
    position: relative;
}

section.same-section-class .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 100px;
}

div#post-type-filter {
    margin: 0 0 35px;
}

div#post-type-filter form#post-filter-form {
    display: flex;
    gap: 18px;
}

.filter-wrapper {
    padding: 25px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

div#post-type-filter form#post-filter-form label {display: none;}

div#post-type-filter form#post-filter-form .field-block {
    position: relative;
    width: 35%;
}

div#post-type-filter form#post-filter-form .post-filter {
    width: 20%;
}

div#post-type-filter form#post-filter-form .field-block input {
    height: 48px;
    border-radius: 10px;
    background: rgb(255 255 255);
    border: 1px solid #8e8e8e;
}

div#post-type-filter form#post-filter-form .field-block select {
    height: 48px;
    border-radius: 10px;
    background: rgb(255 255 255);
    border: 1px solid #8e8e8e;
    appearance: none;        /* Remove default styling */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none;    /* Firefox */
}

span.field-icon {
    position: absolute;
    top: 11px;
    right: 12px;
}

div#post-type-filter form#post-filter-form .field-block select ~ span.field-icon {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    right: 8px;
    border: 1px solid #9d9d9d;
    color: #9d9d9d !important;
}

span.field-icon i {color: #9d9d9d;font-size: 14px;}

div#post-type-filter button {
    width: 100%;
    height: 48px;
    background: #b804f5 !important;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 700;
    border: unset;
}

.event-listings .event-list-item {
    width: 49.4%;
    gap: 25px;
    margin-right: 10px;
    padding: 14px;
    border-radius: 14px;
    background: #ffffff;
    margin-bottom: 14px;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-top: 2px solid #b804f5 !important;
}

.event-listings .event-list-item:nth-child(2n) {margin-right: 0 !important;}

.event-listings .event-list-item .event-img {position: relative;width: 45%;}

.event-listings .event-list-item .event-img a {
    display: block;
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0;
    border: 1px solid #fff;
}

.event-listings .event-list-item .event-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}


.event-content-warpper p {
    font-size: 14px;
    color: grey;
}

.event-content-warpper h2 {
    margin: 0px 0 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.event-content-warpper h2 a {
    color: #111;
    width: 81%;
    display: block;
}

ul.event-details {
    padding: 0 0 0;
    margin: 0 0 0;
}

ul.event-details li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 7px 0;
    border-bottom: 1px dashed #d6d6d6;
    margin-bottom: 5px;
    font-size: 13px;
    color: #111;
}

ul.event-details li i {
    color: #111111;
}

.event-button {
    margin: 25px 0 0;
    display: flex;
    gap: 12px;
}

.event-button a {
    width: 100%;
    padding: 6px 20px;
    display: block;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    color: #111;
    transition: all 0.3s linear;
}


.price-tag {position: absolute;top: -40px;color: #F44336;right: 6px;}

ul.event-details li label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

ul.event-details li label i {
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.pagination {
    justify-content: center;
    gap: 12px;
    margin: 32px 0 20px;
    padding: 0 0 0;
}

.pagination li.page-item {list-style: none;}

.pagination li.page-item a {
    display: inline-block;
    padding: 2px 11px;
    border: 1px solid #ffffff;
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff;
}

.pagination li.page-item span {
    display: inline-block;
    padding: 2px 11px;
    border: 1px solid #111;
    font-size: 15px;
    border-radius: 10px;
    color: #111;
}
.pagination li.page-item.active span {
    border: 1px solid #b804f5 !important;
    border-radius: 10px;
    color: #fff;
    background: #b804f5 !important;
}

.event-content-warpper {
    width: 55%;
}

ul.event-details li:last-child {
    border: unset;
}


.event-button a:hover {
    background: #b804f5;
    color: #fff;
    border-color: #b804f5 !important;
}

.event-listings .event-list-item:hover .event-img img {
    transform: scale(1.20) rotate(-1deg);
}

section#event-section-id {
    padding: 80px 0px;
    background: url(/wp-content/uploads/2025/06/about_the_eif.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
    position: relative;
}

section#event-section-id .container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    padding: 0px 100px;
}

section#event-section-id .event-wrapper {
    padding: 40px;
    border-radius: 14px;
    background: #000000;
    border-top: 3px solid #b804f5;
    width: 75%;
}

section#event-section-id .container .sidbar-wrapper {
    width: 25%;
}

section#event-section-id .event-wrapper .category-block p {
    color: #fff;
}

section#event-section-id .event-wrapper .category-block p strong {
    color: #b804f5;
}

section#event-section-id .event-wrapper  h1.post-title {
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    width: 65%;
    margin: 0 0 0;
}

section#event-section-id .event-wrapper .event-featured-image a.featured-link-img {
    width: 100%;
    height: 450px;
}

section#event-section-id .event-wrapper .event-featured-image a.featured-link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ticket-price-rating {display: flex;align-items: center;justify-content: space-between;gap: 12px;margin: 0 0 20px;}

section#event-section-id .event-wrapper .ticket-price-rating ul {
    width: 35%;
    padding: 0 0 0;
    margin: 14px 0 0;
    text-align: right;
}

section#event-section-id .event-wrapper .ticket-price-rating ul li {
    list-style: none;
}

section#event-section-id .event-wrapper .ticket-price-rating ul li p {
    margin: 0 0 0;
    font-size: 22px;
    color: #989898;
}

section#event-section-id .event-wrapper .ticket-price-rating {
}

section#event-section-id .event-wrapper .ticket-price-rating li.ticket-price-div p span {
    background: #cddc39;
    padding: 1px 10px;
    border-radius: 8px;
    color: #000;
}

section#event-section-id .event-wrapper .ticket-price-rating ul li {
    margin-bottom: 12px;
}


.ul-list-style {
    margin: 25px 0 20px;
}

.ul-list-style ul {
    padding: 0 0 0;
    margin: 0 0 0;
}

.ul-list-style ul li {
    list-style: none;
    border-bottom: 1px dashed grey;
    padding: 10px 10px;
}

.ul-list-style ul li p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0;
    color: #fff;
    font-size: 15px;
}

.ul-list-style ul li:last-child {border: unset;}

.ul-list-style ul h3 {
    color: #fff;
    margin: 0 0 25px;
    padding: 0 0 12px;
    border-bottom: 1px solid #ffffff0a;
    font-size: 25px;
    line-height: 30px;
    position: relative;
}

.ul-list-style ul h3::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: #b804f5;
    border-radius: 100px;
    z-index: 9;
}

.ul-list-style ul li p a {
    color: #fff;
    font-size: 15px;
}

.event-image-gallery h3 {
    color: #fff;
    margin: 0 0 35px;
    padding: 0 0 12px;
    border-bottom: 1px solid #ffffff0a;
    font-size: 25px;
    line-height: 30px;
    position: relative;
}

.event-image-gallery h3::after {
 content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: #cddc39;
    border-radius: 100px;
    z-index: 9;   
}

.event-image-gallery ul.event-gallery {
    padding: 0 0 0;
    margin: 0 0 0;
    vertical-align: top;
}

.event-image-gallery ul.event-gallery li.gallery-img {
    display: inline-block;
    width: 32.1%;
    margin-right: 21px;
    height: 350px;
    border-radius: 12px;
    margin-bottom: 21px;
}

.event-image-gallery ul.event-gallery li.gallery-img:nth-child(3n) {
    margin-right: 0;
}

.event-image-gallery ul.event-gallery li.gallery-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.long-description-event h3 {
    color: #fff;
    margin: 38px 0 24px;
    padding: 0 0 12px;
    border-bottom: 1px solid #ffffff0a;
    font-size: 25px;
    line-height: 30px;
    position: relative;
}

.long-description-event h3::after {
 content: '';
 position: absolute;
 width: 80px;
 height: 3px;
 bottom: -2px;
 left: 0;
 background: #b804f5;
 border-radius: 100px;
 z-index: 9;
}

.long-description-event p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin: 2px 0 12px;
}

.event-map-div h3 {
    color: #fff;
    margin: 38px 0 24px;
    padding: 0 0 12px;
    border-bottom: 1px solid #ffffff0a;
    font-size: 25px;
    line-height: 30px;
    position: relative;
}

.event-map-div h3::after {
 content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: #cddc39;
    border-radius: 100px;
    z-index: 9;   
}


.long-description-event h5 {color: #b804f5;font-size: 22px;}

.sidbar-wrapper h4 {
    margin: 0px 0 14px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #111111;
    position: relative;
    padding: 0 0 8px;
}

.sidbar-wrapper .search-post {
    margin-bottom: 40px;
}

.sidbar-wrapper h4::after {
    content: '';
    background: #cddc39;
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -2px;
    border-radius: 100px;
}

.latest-events a h3.post-title {
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    margin: 2px 0 4px;
}

.latest-events  .post-date {
    color: #ffffff;
    font-size: 14px;
}

.single-post {
    margin-bottom: 22px;
}

.sidbar-wrapper .search-post input#search {
    border-left: 3px solid #909090;
    border-radius: 8px;
}


section#single-event-gallery-section {
    background: #000000;
    padding: 0 0 50px;
}

section#single-event-gallery-section .container {
    max-width: 1400px;
    margin: 0 auto;
}

.acf-map {
    filter: grayscale(1);
}

.lg-backdrop {
    background: rgb(0 0 0 / 13%) !important;
}

div#lg-outer-1 div#lg-inner-1 ~ button[type="button"] {
    border-radius: 100px !important;
    width: 50px !important;
    height: 50px !important;
    background: #cddc39;
    color: #000 !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #cddc39 !important;
}

.event-button a:last-child {
    background: #b804f5 !important;
    color: #ffffff;
}

/* Main calendar background */
.flatpickr-calendar {
  box-shadow: 0 4px 12px rgba(205, 220, 57, 0.25);
  font-family: 'Segoe UI', sans-serif;
}

/* Header and month navigation */
.flatpickr-months {
  background-color: #000000;
  color: #fff !important;
  margin-bottom: 12px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #fff;
  transition: opacity 0.3s;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  opacity: 0.7;
}

/* Day names (Sun, Mon, etc.) */
.flatpickr-weekday {
  color: #7a7a7a;
  font-weight: 600;
}

/* Days */
.flatpickr-day {
  border-radius: 8px;
  transition: background-color 0.2s, color 0.2s;
}

/* Hovered day */
.flatpickr-day:hover {
  background: #f0f4c3;
}

/* Selected day */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #cddc39;
  color: #fff;
  font-weight: bold;
}

/* Today highlight */
.flatpickr-day.today {
  border: 1px solid #b804f5;
  font-weight: bold;
  color: #b804f5;
}

/* Disabled days */
.flatpickr-day.flatpickr-disabled {
  color: #ccc;
  background: #f9f9f9;
  cursor: not-allowed;
}


section#event-checkout-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
    background: url(/wp-content/uploads/2025/06/about_the_eif.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
}

section#event-checkout-section .container {
    margin: 0 auto;
    width: 1400px;
}

div#checkout-table table {
    background: #111111;
}

div#checkout-table table tr th {
    background: #cddc39;
}

div#checkout-table table tr td {
    text-align: center;
    vertical-align: middle;
    width: 8%;
    color: #fff;
    font-size: 20px;
    padding: 25px 20px;
}

div#checkout-table table tr td:nth-child(2) {
    width: 33%;
}

div#checkout-table table tr td:nth-child(2) .img-event-name {
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    gap: 14px;
}

div#checkout-table table tr td:nth-child(2) .img-event-name h4 {
    margin: 0 0 0;
    font-size: 18px;
    color: #fff;
}

div#checkout-table table tr td input[type="number"] {
    width: 80px !important;
    height: 50px;
    border-radius: 100px !important;
    font-size: 20px !important;
    padding: 12px 20px !important;
}

section#page-title {
    padding: 125px 0px;
    text-align: center;
    background: url(/wp-content/uploads/2025/06/about_the_eif.jpg);
    background-position: 90% 80%;
    background-size: cover;
    background-repeat: no-repeat;
}

section#page-title h4 {
    font-size: 45px;
    margin: 0 0 0;
    font-weight: 700;
    display: inline-block;
    background: #000;
    padding: 2px 24px;
    color: #fff;
}

.event-button a:first-child {
    border: 1px solid #111111;
}


.flatpickr-day {
    font-size: 14px !important;
}

.flatpickr-months * {
    color: #fff !important;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {filter: invert(1);}


section#event-checkout-section div#checkout-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 30px;
    background: #ffffff;
    width: 65%;
    margin: 0 auto;
    border-radius: 20px;
}

section#event-checkout-section div#checkout-table .event-item-image {
    width: 45%;
}

section#event-checkout-section div#checkout-table .event-item-image .event-img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
}

section#event-checkout-section div#checkout-table .event-item-image .event-img img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100% !important;
    object-fit: cover;
}

section#event-checkout-section div#checkout-table h4.event-name {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 12px;
}

section#event-checkout-section div#checkout-table .checkout-event-detail {
    width: 55%;
}

section#event-checkout-section div#checkout-table .checkout-event-detail > label {
    gap: 8px;
    margin: 0px 0 14px;
    display: inline-flex;
    color: #fff;
    background: #b804f5;
    padding: 6px 17px;
    font-size: 15px;
    border-radius: 100px;
    font-weight: 600;
}

section#event-checkout-section div#checkout-table .ticket_quantity-input {}

section#event-checkout-section div#checkout-table .ticket_quantity-input label {
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
}

section#event-checkout-section div#checkout-table .ticket_quantity-input input[type="number"] {
    border-radius: 14px !important;
    height: 35px !important;
    border: 1px solid #3d3d3d !important;
    border-left: 5px solid #3d3d3d !important;
    font-size: 16px;
    padding: 0 12px 0 24px;
    width: 80px !important;
    color: #000;
    font-weight: 500;
}

section#event-checkout-section div#checkout-table  p.event-price {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 600;
    color: #b804f5;
}

a#checkout-btn {
    padding: 10px 20px;
    width: 100%;
    display: block;
    margin: 24px 0 0;
    text-align: center;
    background: #000000;
    border-radius: 15px;
    color: #fff;
}


section#event-checkout-section::after {
    content: '';
    background: hsl(0deg 0% 0% / 33%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

section#event-list-id::after {
    content: '';
    background: hsl(0deg 0% 0% / 33%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

section#event-list-id::after {
    content: '';
    background: hsl(0deg 0% 0% / 33%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


section#event-section-id::after {
    content: '';
    background: hsl(0deg 0% 0% / 48%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.animate__animated {
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}

.event-content-warpper h2 > a {
    margin: 16px 0px 11px;
}


.price-tag:has(span.sale-price) span.regular-price {
    opacity: 0.5;
}

.checkout-container {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    width: 27%;
}

.checkout-container h2 {
    font-size: 28px;
    margin: -4px 0 032px;
    text-align: center;
    background: #b804f5;
    padding: 18px 20px;
    border-radius: 12px;
    color: #fff;
}

.checkout-container p {
    font-size: 18px;
    margin-bottom: 14px;
}

.checkout-container label {
    display: inline-block;
    font-weight: bold;
    width: 25%;
    font-size: 20px;
}

.checkout-container input[type="number"] {
    width: 73%;
    padding: 5px 20px;
    font-size: 15px;
    margin-top: 5px;
    border: 1px solid #111;
    border-radius: 5px;
    display: inline-block;
}

.checkout-button {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.checkout-button:hover {
    background-color: #b804f5;
}



section#event-check-out-page {
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 220px 0px;
}


.checkout-button p {
    margin: 0 0 0;
}


.checkout-container {
    max-width: 500px;
    margin: 40px auto;
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}
.checkout-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.checkout-container p {
    font-size: 18px;
    margin-bottom: 10px;
}
.checkout-container label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}
.checkout-container input[type="number"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.checkout-button {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.checkout-button:hover {
    background-color: #218838;
}
#card-element {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 15px;
}