.ticket-category {
     height: 100px;
     width: 200px;
     background-color: blue;
}

.user-detail {
     height: 100px;
     width: 200px;
     background-color: red;
}

.hide-view {
     display: none
 };
 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
 }

 body {
     padding: 0;
     margin: 0;
     background-color: #FAF7F7;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     color: #303133;
 }

 .bg-color {
     background: #F9F9F9;
 }

 /* landing-view */
 .header-banner {
     /* height: 40vh; */
     position: sticky;
     top: 0;
     z-index: -1;
 }

 .carousel-item img {
     /* height: 100%; */
     width: 100%;
 }

 .hidden {
    visibility: hidden; /* Element is hidden but still occupies space */
    opacity: 0; /* Makes it visually disappear */
    position: absolute; /* Removes it from the flow visually */
    pointer-events: none; /* Prevent interaction */
}


 /* Registration Section  */
 .registration-section {
     position: fixed;
     bottom: 0;
     background-color: white;
     -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
 }

 .registration-section button {
     background-color: #09152C !important;
     border: none;
     font-size: 20px;
     font-weight: 500;
     min-width: 292px;
 }

 .seperator-line {
     background-color: #695F5F;
     height: 0.5px;
     border: none;
     margin: 0.5rem 0 1rem 0;
 }

 /* Ticket Category Card */
 .ticket-category-card {
     background-color: #F5F3F3;
     color: #545050;
 }

 .ticket-category-card__header {
     font-size: 14px;
     font-weight: 600;
 }

 .ticket-category-card__body .description {
     font-size: 12px;
     font-weight: 400;
 }

 .ticket-quantity {
     width: 50px;
     border: 1px solid #D9CECE;
     border-radius: 2px;
 }

 /* comman css */
 .icon-conatiner {
     height: 30px;
     min-width: 30px;
     background: #F6F4F3;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
 }

 .icon-bg-white {
     background-color: white;
 }

 .icon-bg i {
     font-size: 14px;
     /* Adjust this value to change the icon size */
 }


 /* Event details */
 .event-details {
     border-radius: 20px 20px 0 0;
     background-color: white;
     transform: translateY(-20px);
     margin-bottom: 100px;
 }

 .event-details__body {
     border-radius: 8px;
     /* background-color: aqua; */
     -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
     -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
     box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
 }


 /* registration-view */
 .registration-view__event-details {
     background-color: #F3ECEC;
 }

 .registration-view__event-details .back-icon i {
     background-color: white;
     /* border-radius: 50%; */
 }

 /* Confirmation View */
 .confirmation-view__header {
     background-color: #98C15B;
     color: white;
     font-size: 22px;
     font-weight: 500;
     padding-top: 60px;
     padding-bottom: 30px;
 }

 /* Text style */
 .heading-1 {
     font-weight: 700;
     font-size: 24px;
 }

 .heading-2 {
     font-weight: 500;
     font-size: 24px;
 }

 .subHeading-1 {
     font-weight: 400;
     font-size: 20px;
 }

 .bodyText-1 {
     font-weight: 500;
     font-size: 14px;
 }

 .bold-text-1 {
     font-size: 12px;
     font-weight: 600;
 }

 .bodyText-2 {
     font-weight: 400;
     font-size: 16px;
 }

 .bodyText-3 {
     font-weight: 400;
     font-size: 14px;
 }

 .section-heading-1 {
     font-weight: 500;
     font-size: 16px;
 }

 .text-color-1 {
     color: #222222;
 }

 .text-color-2 {
     color: #333333;
 }

 .text-color-3 {
     color: #666666;
 }

 input::placeholder {
     color: #757070;
 }

 .shadow-1 {
     box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
 }

 .fileUploadRegion .instructionText {
     padding: 6px 8px;
     border-radius: 5px;
     background-color: #eeeeee;
     word-break: break-all;
 }

 .desktop-event-details-header {
     background: #fff;
     border-radius: 10px;
 }

 .w-35{
     width:35%
 }

 .w-65{
     width:65%
 }

 .map-section iframe {
     width: 100% !important;
 }

 .dividing-line{
     width: 2px;
     background-color: #EAD5D5;
 }

 .html-section figure img {
    width: 100%;
 }

 .html-section div {
     position: relative;
 }

 .html-section iframe {
     position: absolute;
 }

 .icon {
     background-color: #F9F9F9;
     border-radius: 50%;
     display: inline-flex;
     font-size: 14px;
     padding: 5px;
     cursor: pointer;
 }



.header-pricing {
     font-size: 22px;
     font-weight: 700;
}

.img-icon {
     margin-top: 5px;
}

hr {
     color: #E6CFCF;
     background-color: #E6CFCF;
     border: none;
     height: 1px;
     margin: 0;
     margin-bottom: 15px;
}

.registration-section {
     position: fixed;
     bottom: 0;
     background-color: white;
     -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
 }

/* Ticket and Registration Page */
.order-summary-chart {
     min-height: 225px;
}

.ticket-count {
     border: 1px solid #409EFF;
     border-radius: 2px;
     height: 32px;
}

.input-number {
     width: 48px;
     padding: 0 12px;
     vertical-align: top;
     text-align: center;
     outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
     border: none;
     height: 40px;
     user-select: none;
}

.input-number-decrement,
.input-number-increment {
     display: inline-block;
     width: 36px;
     line-height: 38px;
     background: #F5F7FA;
     color: #444;
     text-align: center;
     font-weight: bold;
     cursor: pointer;
}

.input-number-decrement:active,
.input-number-increment:active {
     background: #ddd;
}

.input-number-decrement {
     border-right: none;
     border-radius: 4px 0 0 4px;
}

.input-number-increment {
     border-left: none;
     border-radius: 0 4px 4px 0;
}

/* User Detail Form */
.custom-file-label {
    border: 1px dotted #2C2E30;
    color: #2C2E30;
    width: 132px;
    height: 32px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.input-container {
    max-width: 370px;
}

.input-container input::placeholder {
    color: #9C9C9C;
    font-weight: 400;
}

.input-container input:not([type="checkbox"]), .input-container select {
    height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #303133;
}

.form-select {
    padding: 0 .75rem !important;
}

/* Text Styling */
.headline-1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.headline-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.headline-3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.bodyText {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.higlightedText {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}

.note-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.font-14 {
    font-size: 14px;
}

.link-text {
    color: #2677BD;
    text-decoration: underline;
    cursor: pointer;
}

.text-help {
    color: #C0392B !important;
    font-size: 12px;
    font-weight: 400;
}

.copy-details {
    font-size: 16px;
    font-weight: 600;
    color: #2677BD;
}

/* Text Color  */ 
.secondary-text {
    color: #666666;
}

.line-separator {
    width: 1px;
    background-color: #DCDFE6;
}

.spinner-border { 
    --bs-spinner-border-width: 2px;
}

/* Success Page Styling */
.large-btn {
    width: 270px;
}

.success-msg {
    font-size: 22px;
    font-weight: 600;
    color: #0D822D;
}
  
/* .carousel-item {
    position: relative;
    width: 100vw;
    height: 468px;
  }
  
  .bg-img {
    width: 100vw !important;
    height: 468px !important;
    filter: blur(5px);
    position: absolute;
    z-index: -1;
  }
  
  .real-img {
    width: 936px !important;
    height: 468px !important;
    display: block;
    margin: 0 auto;
  } */
  .carousel-item {
    position: relative;
    width: 100vw;
    height: 468px;
    overflow: hidden; /* Ensure no overflow from background */
}

/* Background image with blur */
.bg-img {
    width: 100%;
    height: 100%;
    filter: blur(5px); /* Apply blur */
    background-size: cover; /* Ensure the background covers the container */
    background-position: center; /* Center the background */
    position: absolute; /* Positioned absolutely within the parent */
    z-index: -1; /* Place it behind the foreground */
}

/* Foreground image */
.real-img {
    width: 936px !important; /* Foreground image size */
    height: 468px !important;
    display: block;
    margin: 0 auto;
    position: relative; /* Ensure it is above the background */
    z-index: 1; /* Higher than the background */
}

.row {
    --bs-gutter-x: 1rem;
}

.cursor-pointer {
    cursor: pointer;
}

ol {
    padding-left: 1rem;;
}

.w-60 {
    width: 60%;
}

.accordion-button::after {
    height: 1.25rem;
    width: 1.25rem;
}

.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
}

.sticky-registration {
    width: 100%;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.non-sticky-registration > div, .sticky-registration > div > div {
    height: 68px;
}

.accordion-button:not(.collapsed) {
    color: #303133
}

/* BootStrap Modal */
.modal-header {
    border-bottom: none;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}

.modal-footer {
    border-top: none;
}

.modal-content {
    border: none;
    width: 420px;
    font-size: 16px;
    font-weight: 400;
}

.modal-footer {
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .landingPage-bg {
         background-color: white;
     }  
     .line-separator {
        height: 1px;
        background-color: #DCDFE6;
        width: 100%;
    }
    .large-btn {
        width: 100%;
    }
    .row {
        --bs-gutter-x: 0;
    }

    .carousel-item {
        height: unset;
    }

    .real-img {
        height: unset !important;
        width: 100% !important;
    }
}

.event-discription-reset * {
    all: revert;
}

p img, figure.image img, li img {
    width: 100% !important;
    height: auto !important;
}

iframe {
    height: 148px !important;
}

figure.table table {
    border: 1px double #b3b3b3 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    height: 100% !important;
}

figure.table td {
    border: 1px solid #bfbfbf !important;
    min-width: 2em !important;
    padding: .4em !important;

}

@media screen and (min-width: 768px) {
    .mid-section-scroll {
        max-height: 70vh;
        overflow-y: auto;
    }

    iframe {
        height: 360px !important;
    }
}

.country-code-select-wrapper {
    position: relative;
  }
  .custom-select-trigger {
    width: 100px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    cursor: pointer;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custom-select-trigger::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #212529;
    margin-left: 8px;
  }
  .custom-select-trigger:hover {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .custom-options {
    position: absolute;
    bottom: 101%;
    left: 0;
    right: 0;
    width: 200px;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ced4da;
    z-index: 10;
  }
  .custom-option {
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    font-size: 12px;
  }
  .custom-option:hover {
    background-color: #f8f9fa;
  }