.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);
 }

@media screen and (max-width: 767px) {
     .registration-section--compact .btn {
          min-width: 0;
          width: 100%;
     }

     .registration-customer-details-scroll-padding {
          padding-bottom: 8px;
     }
 }

 .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;
}

.order-summary-chart .headline-3,
.registration-section .headline-3 {
     font-weight: 600;
}

.order-summary-chart .bodyText-3,
.registration-section .bodyText-3 {
     font-weight: 500;
}

.order-summary-chart .d-flex.justify-content-between:not(.headline-3):not(.bodyText-3):not(.order-summary-discount),
.order-summary-chart .small {
     font-weight: 500;
}

.order-summary-chart .order-summary-promo__toggle,
.order-summary-chart .order-summary-promo__toggle .fi {
     font-weight: 700;
}

.order-summary-chart .order-summary-promo__apply-btn {
     font-weight: 600;
}

.order-summary-chart .order-summary-promo__input {
     font-weight: 500;
}

.order-summary-chart .offer-card__title {
     font-weight: 700;
}

.order-summary-chart .offer-card__description {
     font-weight: 500;
}

.order-summary-chart .offer-card--actionable .offer-card__apply-btn {
     font-weight: 600;
}

.order-summary-chart .text-success,
.registration-section .text-success {
     font-weight: 500;
}

.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: 32px;
     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;
}

.input-container .form-control.is-invalid,
.form-group .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: none;
}

.pristine-error {
    display: none !important;
}

.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;
}

.success-msg-post-reg {
    font-size: 18px;
    text-align: left;
}
  
/* .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;
  }

  .bg-grey-desc {
    background-color: #F9F9F9;
  }

  .chart-container{
    height: 450px
  }

  .seats-addons-summary-container {
    height: 300px;
    overflow-y: auto;
  }

  .available-offers-section {
    width: 100%;
  }

  .offer-card {
    background: #fff;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    overflow: hidden;
  }

  .offer-card__inner {
    padding: 12px 14px;
  }

  .offer-card--promo {
    border-left: 4px solid #2677BD;
  }

  .offer-card--promo.offer-card--applied {
    background: #eff6ff;
  }

  .offer-card--rule {
    border-left: 4px solid #f97316;
  }

  .offer-card--bundle {
    border-left: 4px solid #9333ea;
  }

  .offer-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }

  .offer-card__header-main {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
  }

  .offer-card__icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .offer-card__icon-badge--promo {
    background: #eff6ff;
    color: #2677BD;
  }

  .offer-card__icon-badge--rule {
    background: #fff7ed;
    color: #f97316;
  }

  .offer-card__icon-badge--bundle {
    background: #faf5ff;
    color: #9333ea;
  }

  .offer-card__icon {
    font-size: 16px;
    line-height: 1;
  }

  .offer-card__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #303133;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .offer-card__application-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid #e4e7ed;
    border-radius: 999px;
    background: #f5f7fa;
    font-size: 12px;
    line-height: 18px;
    color: #606266;
    white-space: nowrap;
  }

  .offer-card__description {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #303133;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .offer-card__divider {
    border: 0;
    border-top: 1px solid #ebeef5;
    margin: 10px 0;
    opacity: 1;
  }

  .offer-card__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .offer-card__categories-label {
    font-size: 12px;
    line-height: 18px;
    color: #909399;
  }

  .offer-card__category-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid #e4e7ed;
    border-radius: 999px;
    background: #f5f7fa;
    font-size: 12px;
    line-height: 18px;
    color: #303133;
  }

  .offer-card--actionable .offer-card__apply-btn {
    border: 0;
    background: transparent;
    color: #2677BD;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
  }

  .offer-card--actionable .offer-card__apply-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .offer-card--disabled {
    opacity: 0.6;
  }

  .offer-card--disabled .offer-card__apply-btn:disabled {
    pointer-events: none;
  }

  @media screen and (max-width: 575px) {
    .offer-card__header {
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
    }

    .offer-card__application-badge {
      order: -1;
      align-self: flex-start;
      white-space: nowrap;
      text-align: left;
      max-width: none;
    }
  }

  .order-summary-pricing__divider {
    border-top: 1px dashed #dcdfe6;
    margin: 12px 0;
    opacity: 1;
  }

  .order-summary-discounts {
    margin-top: 8px;
  }

  .order-summary-discounts__header {
    margin-bottom: 4px;
  }

  .order-summary-discounts__toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2677BD;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    cursor: pointer;
    margin: 4px 0 8px;
  }

  .order-summary-discounts__toggle .fi {
    font-size: 14px;
    line-height: 1;
    color: #2677BD;
  }

  .order-summary-discounts__breakdown {
    background: #f5f6f8;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .order-summary-promo__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2677BD;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .order-summary-promo__toggle .fi {
    font-size: 14px;
    color: #2677BD;
    line-height: 1;
    font-weight: 600;
  }

  .order-summary-promo__toggle-icon {
    
  }

  .order-summary-discount .text-success {
    flex-shrink: 0;
  }

  .order-summary-discount__label {
    gap: 8px;
    min-width: 0;
    flex: 1;
    overflow: hidden;
  }

  .order-summary-discount__label-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .order-summary-discount__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .order-summary-discount__icon-wrap--bundle {
    background: #faf5ff;
    color: #9333ea;
  }

  .order-summary-discount__icon-wrap--promo {
    background: #eff6ff;
    color: #2677BD;
  }

  .order-summary-discount__icon-wrap--discount_rule {
    background: #fff7ed;
    color: #f97316;
  }

  .order-summary-discount__icon-wrap .fi {
    font-size: 14px;
    line-height: 1;
  }

  .order-summary-promo__input-wrap {
    position: relative;
  }

  .order-summary-promo__input {
    height: 44px;
    padding-right: 88px;
    border: 1px solid #dcdfe6;
    border-radius: 8px;
    font-size: 14px;
  }

  .order-summary-promo__input::placeholder {
    color: #9C9C9C;
  }

  .order-summary-promo__input:focus {
    border-color: #2677BD;
    box-shadow: none;
  }

  .order-summary-promo__apply-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #2677BD;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    padding: 0;
  }

  .order-summary-promo__apply-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .order-summary-promo__error {
    color: #f56c6c;
    font-size: 12px;
    line-height: 18px;
  }

  .order-summary-test-mode-hint {
    padding: 10px 12px;
    border: 1px solid #b0d4ff;
    border-radius: 6px;
    background-color: #e7f3ff;
    color: #303133;
    font-size: 13px;
    line-height: 20px;
  }

  .order-summary-pricing__loading {
    font-size: 12px;
    line-height: 18px;
  }

  .confirm-booking-blocked {
    opacity: 0.65;
    cursor: not-allowed;
  }

  .form-check-input.ara-terms-checkbox-error {
    border-color: #dc3545;
    box-shadow: none;
  }