a {
    color: #6a1b9a;
    text-decoration: underline;
}

p {
    color: #000;
}

.form-label {
    margin-bottom: .5rem;
    font-size: 0.9rem;
}

ul {
    font-size: 14px;
}

.wos-form-card {
    
}

.theme-color {
    color: #522E91;
}

.custom-radio {
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
}

.custom-radio input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-radio label {
    display: inline-block;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #444;
    border-radius: 25px;
    color: #333;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    width: 250px;
    height: auto;
    transition: 0.5s all;
    position: relative;
}

.custom-radio input[type="checkbox"]:checked + label img {
    transition: 0.5s all;
}

.custom-radio input[type="checkbox"]:checked + label {
    background: linear-gradient(to bottom, #520C89, #9468b6);
    /* background: linear-gradient(90deg, rgba(106, 27, 154, 1) 0%, rgba(26, 20, 75, 1) 100%); */
    border-color: #6A1B9A !important;
    color: #fff;
}



.custom-radio input[type="checkbox"]:checked + label img {
    filter: brightness(0) invert(1);
}

/* .custom-radio input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin: 0 6px 0 0;
    font-weight: 600;
    position: absolute;
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    color: #56138a;
    right: 2px;
    top: 9px;
    display: flex
    ;
    align-items: center;
    justify-content: center;
} */

.select-city-area label img {
    width: 110px;
    display: block;
    margin: 0 auto 12px auto;
}

.select-city-area .card {
    margin: 0 10px;
}

.sub-head {
    text-align: center;
    margin: 0 0 20px 0;
}

.custom-radio label span {
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
}

.custom-radio label small {
    font-size: 0.82rem;
    font-weight: 600;
    color: #9164b4;
}

.custom-radio input[type="checkbox"]:checked + label small {
    color: #fff;
}

.custom-radio label .btn {
    display: flex;
    width: 120px;
    margin: 12px auto 0 auto;
    border: 2px #7d38a7 solid;
    border-radius: 30px;
    padding: 0;
    height: 40px;
    color: #7d38a7;
    font-size: 0.9rem;
    font-weight: 600;
    transition: 0.5s all;
    align-items: center;
    justify-content: center;
}

.custom-radio input[type="checkbox"]:checked + label .btn {
    border: 2px #7d38a7 solid;
    color: #7d38a7;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-radio input[type="checkbox"]:checked + label .btn b {
  display: none;
}

.custom-radio input[type="checkbox"]:checked + label .btn::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px 0 0;
  font-weight: 600;
}

.custom-radio input[type="checkbox"]:checked + label .btn::after {
  content: "Selected";
  margin: 0 6px 0 0;
  font-weight: 600;
}

.form-footer-btn {
    margin: 35px 0 0 0;
}

.btn-theme
{
  display: inline-block;
  margin: 0 auto;
  padding: 12px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #fff;
  border: none;
  border-radius: 50px;
  background-image: linear-gradient(to right, #520C89 0%, #9468b6 51%, #520C89 100%);
  background-size: 200% auto;
  transition: all 0.4s ease-in-out;
}

.btn-theme:hover
{
  color: #fff;
  background-position: right center;
  text-decoration: none;
}

.form-group {
    margin-bottom: 25px;
}

.exh-reg {
    font-size: 1rem;
}

.exh-reg .form-control {
    border-radius: 8px;
    padding: 10px 15px;
}

.form-head {
    font-size: 1.5rem;
    margin: 10px 0 20px 0;
    font-weight: 600;
    color: #6a1b9a;
}

.warning-text {
    color: #ff5722;
}

.form-divider {
        border-top: 2px #000000 dashed;
}

.br-0 {
    border-radius: 0 !important;
}

.tel-brl-0 {
    border-radius: 0px 8px 8px 0px !important;
    border-left: 0;
}

.tel-brr-0 {
    border-radius: 8px 0px 0px 8px !important;
    border-right: 0;
}

.mob-brl-0 {
    border-radius: 0px 8px 8px 0px !important;
}

.mob-brr-0 {
    border-radius: 8px 0px 0px 8px !important;
    border-right: 0;
}

.form-left {
    padding-right: 30px;
}

.form-right {
    border-left: 1px #000 solid;
    padding-left: 30px;
}

.theme-custom-checkbox {
    padding: 0;
    margin: 0 0 15px 0;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .theme-custom-checkbox input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        width: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid #9e9e9e;
        background: #fff;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
        border-radius: 4px;
        flex: 0 0 21px;
    }

    .theme-custom-checkbox input[type=checkbox]::after {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 9px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        opacity: 0;
        transform: rotate(20deg);
        transition: transform 0.3s ease, opacity 0.2s;
    }

    .theme-custom-checkbox input[type=checkbox]:checked {
        background: #6a1b9a;
        border-color: #6a1b9a;
    }

        .theme-custom-checkbox input[type=checkbox]:checked::after {
            opacity: 1;
            transform: rotate(43deg);
            transition: transform 0.6s cubic-bezier(.2, .85, .32, 1.2), opacity 0.3s;
        }

    .theme-custom-checkbox input[type=checkbox]:hover:not(:checked):not(:disabled) {
        border-color: #6a1b9a;
    }

    .theme-custom-checkbox input[type=checkbox]:focus {
        box-shadow: none;
    }

    .theme-custom-checkbox input[type=checkbox]:disabled {
        background: #F6F8FF;
        border-color: #BBC1E1;
        cursor: not-allowed;
        opacity: 0.9;
    }

        .theme-custom-checkbox input[type=checkbox]:disabled:checked {
            background: #E1E6F9;
        }

        .theme-custom-checkbox input[type=checkbox]:disabled + label {
            cursor: not-allowed;
        }

    .theme-custom-checkbox input[type=checkbox] + label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
        font-size: 0.9rem;
    }

    /*radio custom css*/
    .theme-custom-radio {
        padding: 0;
        font-size: 0.9rem;
        margin: 0 0 5px 0;
        display: flex;
    }

    .theme-custom-radio input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        width: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid #BBC1E1;
        background: #fff;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
        border-radius: 50%;
        flex: 0 0 21px;
    }

    .theme-custom-radio input[type=radio]::after {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 9px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        opacity: 0;
        transform: rotate(20deg);
        transition: transform 0.3s ease, opacity 0.2s;
    }

    .theme-custom-radio input[type=radio]:checked {
        background: #6a1b9a;
        border-color: #6a1b9a;
    }

        .theme-custom-radio input[type=radio]:checked::after {
            opacity: 1;
            transform: rotate(43deg);
            transition: transform 0.6s cubic-bezier(.2, .85, .32, 1.2), opacity 0.3s;
        }

    .theme-custom-radio input[type=radio]:hover:not(:checked):not(:disabled) {
        border-color: #6a1b9a;
    }

    .theme-custom-radio input[type=radio]:focus {
        box-shadow: none;
    }

    .theme-custom-radio input[type=radio]:disabled {
        background: #F6F8FF;
        border-color: #BBC1E1;
        cursor: not-allowed;
        opacity: 0.9;
    }

        .theme-custom-radio input[type=radio]:disabled:checked {
            background: #E1E6F9;
        }

        .theme-custom-radio input[type=radio]:disabled + label {
            cursor: not-allowed;
        }

    .theme-custom-radio input[type=radio] + label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }
}

.blank-label {
    display: block;
    margin: 0 0 9px 0;
    width: 100%;
}

.theme-light-card {
    border-color: #6a1b9a;
    background-color: #f3e5f5;
    margin-bottom: 30px;
}

.booth-area {
    position: relative;
}

.booth-area .sq-mtrs {
    position: absolute;
    top: 41px;
    right: 15px;
}

.contact-details {
        line-height: 30px;
}

.btn-theme-o {
    color: #6a1b9a;
    border: 1px #6a1b9a solid;
    width: auto;
    min-width: inherit;
    display: inline-block;
    max-width: inherit;
    font-size: 0.9rem;
    transition: 0.5s all;
}

.btn-theme-o:hover {
    color: #fff;
    border: 1px #6a1b9a solid;
    background: #6a1b9a;
}

.cost-cal-table tbody, .cost-cal-table td, .cost-cal-table tfoot, .cost-cal-table th, .cost-cal-table thead, .cost-cal-table tr {
    border-color: #000;
}

.thead-dark tr th {
    color: #fff;
    background: #6a1b9a;
}

.cost-cal-table>:not(caption)>*>* {
    padding: .3rem .4rem;
    font-size: 0.8rem;
}

.catalogue-products-accordion .card {
  margin-bottom: 6px;
  box-shadow: none;
  border-radius: 0;
}

.catalogue-products-accordion .card .card-header {
  padding: 0;
}

.catalogue-products-accordion .card .form-check label {
  cursor: pointer;
}

.catalogue-products-accordion .card .card-header a {
  background-color: #f8f9fa; /* Default Light Gray */
  padding: 5px 10px;
  display: block;
  border-radius: 0;
  font-weight: 600;
}

.catalogue-products-accordion .accordion-button[aria-expanded="true"] {
    background-color: #f3e5f5 !important;
    color: #000 !important;
    box-shadow: none;
    border-radius: 0;
}

.catalogue-products-accordion .accordion-button[aria-expanded="true"] i {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.accordion-button::after {
    display: none;
}

.accordian-effect {
  transition: 0.5s all ease;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.catalogue-products-accordion .accordion-body {
    padding: 5px;
}

.catalogue-products-accordion .theme-custom-checkbox {
    padding: 12px 12px;
}

.catalogue-products-accordion .theme-custom-checkbox div {
    margin-bottom: 10px;
}

.catalogue-products-accordion .theme-custom-checkbox div:last-child {
    margin-bottom: 0px;
}

.thank-you-card {
        border-radius: 20px;
    background: #fff;
    border-color: #9E9E9E;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.main-thank-you-txt {
    text-align: center;
}

.main-thank-you-txt img {
    width: 110px;
}

.main-thank-you-txt h1 {
    font-size: 2.2rem;
    margin: 30px 0 16px 0;
    font-weight: 700;
}

.main-thank-you-txt p {
    font-size: 1.2rem;
    width: 70%;
    margin: 0 auto 15px auto;
}

.show-details {
    margin: 30px 0 0 0;
}

.pre-reg-id {
    font-size: 1.2rem;
    text-align: center;
    margin: 25px 0 10px 0;
}

.show-details-ty {
    margin-top: 25px;
    margin-bottom: 15px;
}

.show-details-ty .card {
    text-align: center;
    border-radius: 20px;
    border-color: #9E9E9E;
    height: 100%;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.show-details-ty .card img {
    width: 60px;
    margin: 0 0 20px 0;
}

.show-details-ty .card p {
    margin: 0;
    font-weight: 500;
}

.show-details {
    margin: 30px 0 0 0;
}


.formError {
    position: relative !important; 
    top: auto !important; 
    left: 0 !important; 
    margin-top: 5px !important; 
    width: 100%; 
    z-index: 1; 
}

.formError .formErrorArrow {
    display: none !important;
}

.formError .formErrorContent {
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    color: #f00 !important;
    background: transparent !important;
    font-size: 14px !important;
}

.form-group {
    margin-bottom: 20px;
}

.admin-side-form-exh {
    margin-top: 20px;
    margin-bottom: 20px;
}

.exh-form-card {
    background: white;
    border-radius: 20px;
    box-shadow: none;
    border: #520C89 1px solid;
    padding: 30px;
    margin-bottom: 20px;
}

.exh-reg .form-control {
    font-size: 0.85rem;
}

.manual-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    padding: 0 30px 20px 30px;
    border-bottom: 1px #000 solid;
    background: #ece2fd;
}

.manual-header .mlogo {
    width: 160px;
    margin-top: -1px;
}

.top-bar {
    background: #533091;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 7px 15px;
}

.top-bar a {
    color: #fff;
    margin-left: 30px;
}

.exhmanual-sidebar hr {
    border-top: 1px #9E9E9E solid;
}

.exhmanual-sidebar .nav-pills .nav-link.active, .exhmanual-sidebar .nav-pills .show>.nav-link {
    color: #520C89;
    background-color: transparent;
    font-weight: 600;
}

.exhmanual-sidebar .nav-pills .nav-link {
    color: #000;
    font-weight: 600;
    transition: 0.5s all;
    border-radius: 20px;
}

.exhmanual-sidebar .nav-pills .nav-link:hover {
    color: #520c89;
    background: #fdf0ff;
}

.exhmanual-sidebar .nav-pills .nav-link.active {
    color: #fff;
    background-image: linear-gradient(to right, #520C89 0%, #9468b6 51%, #520C89 100%);
    background-size: 200% auto;
    
}

.theme-tabs {

}

.nav-tabs {
        border-bottom: 1px solid #dee2e6;
    }

    .nav-tabs .nav-link {
        border: none;
        border-bottom: 2px solid transparent;
        color: #495057;
    }

    .nav-tabs .nav-link.active {
        border-color: #520C89;
        font-weight: 600;
        color: #520C89;
        background-color: transparent;
    }

    /*custom radio text start*/
    .custom-radio-text {
        margin: 0 0 0 0;
        font-family: 'Poppins', sans-serif;
    }

    .custom-radio-text input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .custom-radio-text label {
        display: inline-block;
        background-color: #fff;
        padding: 9px 12px;
        font-size: 1rem;
        font-weight: 500;
        border: 1px solid #9e9e9e;
        border-radius: 8px;
        color: #333;
        cursor: pointer;
        margin-bottom: 10px;
        min-width: 100px;
        text-align: center;
        box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    }

    .custom-radio-text input[type="radio"]:checked + label {
        background: #6a1b9a !important;
        border-color: #6a1b9a !important;
        color:#fff;
    }

    .custom-radio-text input[type="radio"]:checked + label::before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        margin: 0 6px 0 0;
        font-weight: 600;
    }

    .cr-login {
            display: flex;
            gap: 10px;
        }

        .cr-login label {
            flex: 1;
        }

        #countdownTimer {
        color: #e3342f !important;
        font-weight: 600;
    }

    /*custom radio text end*/

    .vtype {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0 25px 0;
        gap: 10px;
    }

    .vtype label  {
        min-width: 250px;
        font-size: 1.2rem;
        padding: 10px 20px;
    }

    .visitor-login-card {
        border-radius: 20px;
        margin-bottom: 20px;
        border: 1px #6a1b9a solid;
    }

    .visitor-login-card .form-group {
        margin-bottom: 20px;
    }

     .visitor-login-card .custom-radio-text label {
        margin-bottom: 0px;
    }

    .vr-main {
        flex: 0 0 auto;
        width: 40%;
    }

    .age-radio label {
        text-transform: capitalize;
    }

    .custom-checkbox-list input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    width: 0;
}

.custom-checkbox-list input[type="radio"] {
    visibility: hidden;
    position: absolute;
    width: 0;
}

.custom-checkbox-list .cbx {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    cursor: pointer;
}

.custom-checkbox-list .checkbox-item {
    margin-bottom: 8px;
}

.custom-checkbox-list .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.custom-checkbox-list .cbx span:first-child {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.custom-checkbox-list .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.custom-checkbox-list .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #6a1b9a;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.custom-checkbox-list .cbx span:last-child {
    padding-left: 8px;
}

.custom-checkbox-list .cbx span:last-child {
    line-height: 1.4;
}

.custom-checkbox-list .cbx:hover span:first-child {
    border-color: #6a1b9a;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child {
    background: #6a1b9a;
    border-color: #6a1b9a;
    animation: wave-46 0.4s ease;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.how-did-learn {
    display: flex;
    flex-wrap: wrap;
}

.how-did-learn .checkbox-item {
    flex: 0 0 33.33%;
}

.inp-txt {
    height: 100px;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #9e9e9e !important;
    font-size: 14px;
    min-height: 42.39px;
    overflow: hidden;
    border-radius: 8px !important;
    padding: 3px 15px !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.choices__input {
    margin-bottom: 0 !important;
}

.choices__list--multiple .choices__item {
    background-color: #6a1b9a !important;
    border: 1px solid #6a1b9a !important;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left: 1px solid #c78ceb !important;
}

.uploadpbtn {
    position: relative;
    text-align: center;
    margin: 0 0 0 0;
    padding: 18px 0 0 0;
}

.uploadpbtn input[type="file"] {
    position: absolute;
    width: 0;
    opacity: 0;
}

.uploadpbtn label {
    
}

#cropperModal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
  text-align: center;
}

.cropper-modal-img {
  max-width: 100%;
  max-height: 500px; /* Limit image height */
  height: auto;
}

.pp-size-detail {
    text-align: center;
    margin: 12px 0 0 0;
}

.age-radio {
    position: relative;
}

.age-radio .formError {
    position: absolute !important;
    bottom: -17px !important;
}

.choices {
    margin-bottom: 5px !important;
}

.choices__list {
    z-index: 10;
}

.invalid-feedback {
    color: #ff0000 !important;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.summary-card {
    border: 2px #6a1b9a dashed;
    border-radius: 0;
}

.summary-card .table-bordered>:not(caption)>*>* {
    /* background: #f3ebf7;
    color: #6a1b9a; */
    border: 0;
}

.summary-card .table-bordered>:not(caption)>* {
    border-width: 0;
}

.total-row td {
    background: #f3ebf7;
    color: #6a1b9a;
}

.summary-card .card-body {
    padding: 0;
}

#ExhForm .form-control {
    text-transform: uppercase;
}

input[type="email"].form-control {
  text-transform: lowercase !important;
}

#verifyOtpBtn {
    margin: 0 auto;
    display: block;
}

.show-password {
    position: relative;
}

.show-password i {
    position: absolute;
    right: 12px;
    top: 43px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #6a1b9a;
}

.visitor-profile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.visitor-profile-menu li {
  /* border-bottom: 1px solid #eee; */
  margin-bottom: 12px;
}

.visitor-profile-menu li:last-child {
  border-bottom: none;
}

.visitor-profile-menu a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    transition: background 0.3s, color 0.3s;
    box-shadow: 0px 3px 2px #f3f3f3;
    background-image: linear-gradient(to right, #fff 0%, #fff 51%, #fff 100%);
    background-size: 200% auto;
    transition: all 0.4s;
}

.visitor-profile-menu a i {
  font-size: 18px;
  margin-right: 15px;
  color: #000;
  min-width: 20px;
  transition: color 0.3s;
}

.visitor-profile-menu a span {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.visitor-profile-menu a:hover {
  color: #fff;
background-image: linear-gradient(to right, #520C89 0%, #9468b6 51%, #520C89 100%);
background-size: 200% auto;
transition: all 0.4s ease-in-out;
}

.visitor-profile-menu a:hover i {
  color: #fff;
}

.visitor-profile-menu a.active {
  background-image: linear-gradient(to right, #520C89 0%, #9468b6 51%, #520C89 100%);
background-size: 200% auto;
transition: all 0.4s ease-in-out;
  color: #fff;
  font-weight: 600;
  
}

.visitor-profile-menu a.active i {
  color: #fff;
}

.vp-right {
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    min-height: 400px;
    padding: 30px;
}

.product-badge {
    padding: 0.3rem 0.5rem;
    border-radius: 30px;
    margin: 0px 0px 8px 0;
    display: inline-block;
    font-size: 0.7rem;
    color: #333;
    background: #f3e5ff;
}

/* .product-badge:nth-child(1)  { background: #f3e5ff; } 
.product-badge:nth-child(2)  { background: #e3f2fd; } 
.product-badge:nth-child(3)  { background: #e8f5e9; } 
.product-badge:nth-child(4)  { background: #fff3e0; } 
.product-badge:nth-child(5)  { background: #fce4ec; } 
.product-badge:nth-child(6)  { background: #f9fbe7; } 
.product-badge:nth-child(7)  { background: #e0f7fa; } 
.product-badge:nth-child(8)  { background: #ede7f6; } 
.product-badge:nth-child(9)  { background: #f1f8e9; } 
.product-badge:nth-child(10) { background: #fbe9e7; } 
.product-badge:nth-child(11) { background: #f3e5f5; } 
.product-badge:nth-child(12) { background: #e0f2f1; } 
.product-badge:nth-child(13) { background: #fff8e1; }  
.product-badge:nth-child(14) { background: #edeef0; } 
.product-badge:nth-child(15) { background: #f9fbe7; }   */

.welcome-area {
    text-align: right;
    margin: 0 0 15px 0;
}

.welcome-area span {
    color: #520C89;
    font-weight: 600;
}

.vprofile {
    text-align: left !important;
    border-bottom: 1px #c1aed0 solid !important;
    padding-bottom: 20px;
}

.modal-xl {
    max-width: 80%;
}

.show-commercial {
    position: absolute;
    right: 18px;
    top: 18px;
}

.inp-count {
    margin: 7px 0 0 0;
    color: #ff0000;
}


.cp-txt {
    height: 150px;
}

.inp-file-view {
    position: relative;
}

.view-ele {
    position: absolute;
    right: 9px;
    top: 38px;
    background: #522e91;
    display: inline-block;
    padding: 5px 5px;
    font-size: 0.70rem;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.inp-file-note {
    padding: 6px 0 0 0;
    color: #522E91;
}

.form-select {
    background-position: right .20rem center !important;
}


/* .ro-field-sec select {
    pointer-events: none;
} */

.ro-field-sec #companypan {
     pointer-events: none;
}

.ro-field-sec .add-brand, .ro-field-sec .remove-brand {
     pointer-events: none;
}

.ro-field-sec input[type='checkbox'], .ro-field-sec input[type='radio'] {
    pointer-events: none;
}

.ro-field-sec label {
    pointer-events: none;
}

.form-head .warning-text {
    text-transform: capitalize;
}

.sub-head-form {
    color: #691b98;
    font-size: 1.2rem;
    margin: 10px 0 15px 0;
}

.table-summary tr th {
    background: #f3ebf7 !important;
    color: #6a1b9a !important;
}

.dis-tr td {
    color: #4CAF50;
    font-weight: 600;
}

.promocode-card .btn {
    padding: 9px 25px;
    font-size: 15px;
}

.rules-list {
    font-size: 14px;
}

.rules-list li {
    margin-bottom: 4px;
}

.visprofile-areaint-list {
    background: #fff;
    border-radius: 12px;
    padding: 16px 0;
    margin-bottom: 0;
    box-shadow: none;
}

  .visprofile-areaint-list h4 {
    font-size: 1rem;
    margin-bottom: 12px;
    font-weight: 600;
    color: #222;
    border-left: 2px solid #4A90E2;
    padding-left: 8px;
  }

  .vai-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

.vai-list .badge {
    background: linear-gradient(135deg, #f0f4ff, #e6eeff);
    color: #333;
    font-size: 0.7rem;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #d0daf7;
    user-select: none;
    pointer-events: none;
    font-weight: 400;
}

.minor-table-profile {
    font-size: 14px;
}

/* #ExhForm #countrycode {
    pointer-events: none;
} */

/* #ExhForm .country-code {
    pointer-events: none;
} */

.note-sc {
    background: #9164b4;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 33px auto 0 auto;
    padding: 5px;
    border-radius: 10px;
}

.team-card {
  border-radius: 15px;
  transition: all 0.3s ease;
  background: #fff;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.team-card h5 {
  color: #222;
}

.team-card p {
  font-size: 0.95rem;
}

.theme-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.theme-list li {
    padding-left: 1.5em;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    position: relative;
}

.theme-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.10em;
    color: #522E91;
}

    .category-card {
        text-align: center;
        border: none;
        border-radius: 1rem;
        /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 2rem;
        background: #F3F0FA;
        height: 100%;
    }

    .category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    }

   .category-icon {
  font-size: 2.8rem;
  background: linear-gradient(to bottom, #520C89, #9468b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 1rem;
}

    .category-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
    }

    .category-desc {
    color: #6c757d;
    font-size: 0.95rem;
    }

    .expert-card {
      background: #fff;
      border: none;
      border-radius: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 1.2rem;
      transition: all 0.3s ease;
      margin-bottom: 20px;
    }

    .expert-card:hover {
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    }

    .expert-name {
      font-size: 1.25rem;
      font-weight: 700;
      color: #522E91;
    }

    .expert-title {
      font-size: 1rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }

    .expert-details {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .expert-details li {
      padding-left: 1.6em;
      position: relative;
      margin-bottom: 0.5rem;
    }

    .expert-details li::before {
      content: "\f058";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      color: #520C89;
    }

    .expert-details li:last-child {
        margin-bottom: 0;
    }

    .wsv {
        margin-bottom: 25px;
    }

    .wsv h3 {
    margin-bottom: 12px;
    font-size: 1.15rem;
    font-weight: 700;
    }

    .wsv ul {
        margin-top: 5px;
    }

    .exhibition-hours-list li {
        font-size: 1.1rem;
    }

    
.exhibition-hours-card {
    text-align: center;
    border-radius: 20px;
    border-color: #9E9E9E;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.exhibition-hours-card img {
    width: 60px;
    margin: 0 0 20px 0;
}

.exhibition-hours-card p {
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
}

.exh-fac-card {
    border-radius: 25px;
}

.exh-fac-card .card-body {
    padding: 7px;
}

.exh-fac-card .card-body img {
    border-radius: 25px;
}

.exh-fac-card .card-body h5 {
    margin: 15px 0 10px 0;
}

.show-info-table th {
  background: #522E91;
  color: #fff;
  font-weight: 600;
  vertical-align: top;
}

.show-info-table td {
  background: #f5f7f9;
  color: #333;
}

.show-info-table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.venue-card {
  background: #f5f7f9;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.venue-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.vinfo {
        font-size: 1rem;
    margin: 15px 0 15px 0;
}

.video-wrapper video {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 4px solid #f3f3f3;
    transition: transform 0.3s ease;
}

.counter-free-pass
{
    display: flex;
    justify-content: end;
    width: 100%;
    margin: 0 0 6px 0;
    position: relative;
    bottom: 0;
    background: transparent;
    align-items: center;
    padding: 5px 0;
}

.counter-free-pass p
{
    font-size: 1.5rem;
    background: #000;
    border-radius: 5px;
    padding: 5px 16px;
    min-width: 81px;
    color: #fff;
    text-align: center;
    margin: 0 10px;
    background: linear-gradient(to bottom, #520C89, #9468b6);
}

.counter-free-pass p small
{
    font-size: 0.9rem;
  font-weight: bold;
}

.counter-free-pass #days
{
    display: none;
}

.mobile-counter {
        display: none;
    }

  


/*responsive css*/
@media only screen and (max-width: 1700px) {
    .form-head {
        font-size: 1.30rem;
        margin: 10px 0 10px 0;
    }

    .custom-radio-text label {
        padding: 9px 10px;
        font-size: 0.9rem;
        margin-bottom: 10px;
        min-width: 85px;
    }
}

@media only screen and (max-width: 992px) {
  .visitor-registration {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .select-city-area label img {
    width: 80px;
    display: block;
    margin: 0 auto 12px auto;
}

.select-city-area .card .card-body {
    padding: 8px;
}

.custom-radio input[type="checkbox"]:checked + label::before {
    width: 20px;
    height: 20px;
    right: 1px;
    top: 9px;
}

.main-thank-you-txt p {
    font-size: 1rem;
    width: 100%;
}

.main-thank-you-txt h1 {
    font-size: 1.6rem;
}

.main-thank-you-txt {
    margin: 25px 0 0 0;
}

.res-mb-20 {
    margin-bottom: 20px;
}

.how-did-learn .checkbox-item {
    flex: 0 0 50%;
}

.res-mb-20 {
    margin-bottom: 20px;
}

.vr-main {
    flex: 0 0 auto;
    width: 100%;
}

.show-commercial {
    position: relative;
    right: 0;
    top: 0;
    margin: 15px 0 0 15px;
    display: inline-block;
    width: 100%;
    max-width: 195px;
}

}

@media only screen and (max-width: 768px) {
    .counter-free-pass p {
        display: inline-block !important;
        font-size: 0.9rem;
        padding: 5px 10px;
        min-width: 62px;
        margin: 0 2px;
    }

    .mobile-counter {
        display: none;
        position: absolute;
        bottom: 67px;
        left: 15px;
    }

      .desktop-counter {
        display: none;
    }

}

@media only screen and (max-width: 480px) {
.custom-radio label .btn {
    width: 100px;
    height: 35px;
    font-size: 0.8rem;
}
}