@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");

:root {
    /* Brand Colors */
    --color-primary: rgba(00, 169, 172, 1);
    --color-accent: #62c061;
    --color-accent-light: #7cc64b;
    --color-accent-mid: #7dc242;

    /* Text */
    --color-text-dark: #1a202c;
    --color-white: #ffffff;

    /* Borders */
    --color-border-light: #f1f2f5;

    /* Shadows */
    --shadow-light: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 2px 6px rgba(0, 0, 0, 0.1);
    --shadow-strong: 0 0 20px rgba(0, 0, 0, 0.4);

    /* Radii */
    --radius-xs: 4px;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 18px;
    --radius-xl: 25px;

    /* Typography */
    --font-size-base: 1.1rem;

    /* Transitions */
    --transition-base: 0.3s ease;

    --gold: linear-gradient(135deg, #facc15, #eab308);
    --silver: linear-gradient(135deg, #e5e7eb, #9ca3af);
    --platinum: linear-gradient(135deg, #c7d2fe, #818cf8);

}

.landing-img {
    border-radius: 15px;
    box-shadow: 2px 3px 7px rgba(00, 00, 00, 0.1);
}

#RegistrationPolicy {
    display: none;
}

.panel {
    background: transparent;
}

.fancybox-bg {
    background: rgba(255, 255, 255, 0.2) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px);
}

#mycs-loading-mask {
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.1) !important;
    opacity: 1 !important;
    display: none;
}

#mycs-spinner {
    background: url('https://mycs-cdn.myconferencesuite.com/other/Project/3822/cc/8d/cc8d25db497db35adac9fb41bd97eb3f35d93bebc55fcb9306950885c8e2274a.gif') no-repeat center center !important;
    background-color: transparent !important;
    left: 47% !important;
    width: 115px !important;
    height: 115px !important;
}

html,
body,
legend,
label,
legend.left,
label.left,
input,
textarea,
select {
    font-size: var(--font-size-base);
}

.fancybox-close-small:after {
    color: #ffffff !important;
    border-width: 2px !important;
    background: rgba(192, 57, 43, 1.0) !important;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 4px rgba(00, 00, 00, 0.2);
    transition: all 0.3s ease !important;
    transform: scale(1) !important;
}

.fancybox-close-small:hover:after,
.fancybox-close-small:focus:after {
    transition: all 0.3s ease !important;
    transform: scale(1.05) !important;
    box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.2);
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 7 Free";
}

div[data-group="Energy-Type"] {
    display: none !important;
}

.pageinfo {
    text-align: center;
}

.fancybox-slide>* {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-strong);
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(3px);
    padding: 40px 30px 14px 30px !important;
}

.modal-content {
    border-radius: 25px;
}

.modal.in .modal-dialog {
    transform: translate(0%, 70%);
    box-shadow: 0px 0px 20px rgba(00, 00, 00, 00.3);
    border-radius: 25px !important;
}

body.custom-page .panel-body .row .col-sm-9 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

div.field {
    margin: 8px 0;
    overflow: visible;
    display: grid;
    width: 100%;
}

div.field div.form-group,
div.field div.form-group.no-flex fieldset {
    overflow: visible;
    display: grid !important;
    grid-template-columns: 30% 68.5%;
    gap: 1rem;
}

div.field div.form-group.no-flex,
div[data-group="note"] .form-group {
    grid-template-columns: 100% !important;
}

div[data-group="note"] p {
    display: none;
}

div[data-group="note"] .text-editable p {
    display: block;
}

div.field fieldset span.de_cols_1 {
    position: relative;
}

#header div.container,
#content,
nav.navbar {
    width: 100%;
    max-width: 90%;
}

.navbar-nav {
    width: 100%;
}

#menu nav {
    margin: 0 auto;
}

#header {
    position: sticky;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#header div.header-logo img {
    transition: var(--transition-base);
    transform: scale(1);
}

#header.small div.header-logo img {
    transition: var(--transition-base);
}

#header div.header-logo {
    transition: var(--transition-base);
    padding: 0;
    width: 100%;
}

#header div.container {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 28% 69%;
    gap: 2rem;
    padding: 0;
}

#header div.container:before,
#header div.container:after {
    display: none;
}

#header div.event-title {
    padding-right: 0;
    width: 100%;
    position: relative;
}

#finalProcessButton:before {
    display: none !important;
}

#finalProcessButton {
    float: right !important;
    padding: 15px 28px !important;
    font-size: 1.2rem !important;
}

#button {
    text-align: center !important;
    z-index: 6;
    position: relative;
}

div.landingbtn,
div.reviewbtns {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.reviewbtns {
    justify-content: space-between !important;
}

#button input[type="submit"],
a.btn.btn-primary,
.landingbtn a,
#paybtn,
#square-card-button {
    padding: 15px 25px !important;
    font-size: 1.3rem !important;
    margin: 25px 0 !important;
    transition: var(--transition-base);
    transform: scale(1);
    float: none;
}

#button input[type="submit"]:hover,
#button input[type="submit"]:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
.landingbtn a:hover,
.landingbtn a:focus,
#paybtn:hover,
#paybtn:focus,
square-card-button:hover,
square-card-button:focus {
    transition: var(--transition-base);
    transform: scale(1.05);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

input[type="text"],
input[type="email"],
select,
textarea {
    height: auto;
    padding: 6px 14px;
    font-size: var(--font-size-base);
    line-height: 2rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-light);
    transition: var(--transition-base);
    transform: scale(1);
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    transform: scale(1.03);
    box-shadow: var(--shadow-medium);
    border-color: rgba(0, 169, 172, 0.8);
}

#menu {
    background: var(--color-primary);
}

#RegistrationPolicy strong {
    color: var(--color-primary);
}

.navbar-nav {
    margin: 0 auto !important;
}

.nav>li>a {
    border-bottom: 3px solid transparent;
}

.nav>li.active>a,
.nav>li>a:hover,
.nav>li>a:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-white);
}

.m-seminar-list__list__row__header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary) !important;
    border-radius: var(--radius-xl) 0 0 var(--radius-xl);
    width: 26% !important;
}

.m-seminar-list__list__items,
.m-seminar-list__list__items li {
    width: 100% !important;
    display: block !important;
    list-style: none !important;
    margin-left: 4px !important;
    background: var(--color-white) !important;
}

.session-schedule-card .session-header .download-btn {
    border: 1px solid var(--color-accent) !important;
    background: var(--color-accent) !important;
    color: var(--color-white) !important;
    font-weight: bold !important;
    padding: 7px 15px !important;
    border-radius: var(--radius-xs) !important;
    font-size: 1rem !important;
}

.session-header hr {
    display: none;
}

.shadow-card .avatar {
    width: 20%;
    float: left;
}

.shadow-card .avatar img {
    border-radius: var(--radius-sm);
    margin-top: 36px;
}

.shadow-card .profile-detail {
    float: left;
    padding: 15px;
}

.session-schedule-card .session-header .session-date-time {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: var(--color-text-dark);
    margin-bottom: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 9px;
}


#singleTab .row .col-sm-3,
.panel-body>.row>.col-sm-3 {
    position: sticky;
    top: 195px;
}

div.field div.form-group>label,
fieldset legend.left,
fieldset legend {
    padding: 0 !important;
    width: 100%;
}

fieldset {
    margin: 15px 0;
}

div[data-group="note"] div.form-group .text-editable .alert {
    width: 100% !important;
    margin: 15px 0;
}

div.field div.form-group div {
    width: 100%;
}

div[data-group="wideCheckRadio"] fieldset {
    grid-template-columns: 84% 15% !important;
}

div[data-group="wideCheckRadio"] fieldset>legend,
div[data-group="wideCheckRadio"] fieldset>div {
    width: 100%;
}

div[data-group="wideCheckRadio"] fieldset>div.de_fieldset {
    display: flex;
}

fieldset legend.left {
    padding-right: 10px !important;
}

div.field div.form-group>label small {
    display: block;
    opacity: 0.6;
    font-size: 1rem !important;
    font-style: italic;
}

div.event-title h1 {
    margin-top: 0 !important;
}

[type="radio"]+label:before,
[type="checkbox"]+label:before,
[type="radio"]:not(:checked)+label:after,
[type="checkbox"]:not(:checked)+label:after {
    transition: all 0.3s ease;
    transform: scale(1);
}

[type="radio"]:checked+label:before,
[type="checkbox"]:checked+label:before,
[type="radio"]:checked+label:after,
[type="checkbox"]:checked+label:after {
    transition: all 0.3s ease;
    transform: scale(1.2);
}

.col-sm-3 h2 {
    background: #6b7b83;
    color: #ffffff;
    padding: 11px 14px;
    border-radius: 12px;
    box-shadow: 2px 3px 7px rgba(00, 00, 00, 0.1);
    margin: 26px 0 23px 0px;
    display: block;
}

.col-sm-3 p {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.col-sm-3 p:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 7 Free";
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    content: "";
    color: #7cc64b;
    font-size: 1.2rem;
}

.col-sm-3 p.location:before {
    content: "\f3c5";
}

.col-sm-3 p.hotel:before {
    content: "\f594";
}

.col-sm-3 p.phone:before {
    content: "\f095";
}

.col-sm-3 p.hotel-notice:before {
    content: "\f06a";
}

.col-sm-3 p.contact {
    display: grid !important;
    grid-template-columns: 7% 90% !important;
}

.col-sm-3 p.contact:before {
    content: "\f059";
}

.col-sm-3 p.date:before {
    content: "\f783";
}

#footer .footer .MyCS_brand:after {
    text-shadow: none;
    color: rgba(255, 255, 255, 0.6);
}

#footer .footer p {
    color: rgba(255, 255, 255, 0.6);
}

/* Base Table Styling */
.table.breakdown {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 0.95rem;
    color: #2a2a2a;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(00, 00, 00, 0.1);
}

table.breakdown .desc,
table.breakdown td.totalQuantity,
table.breakdown .amount,
.table.breakdown tbody tr:nth-child(even) {
    border-color: rgba(00, 00, 00, 0.1) !important;
}


/* Header */
.table.breakdown thead th {
    font-weight: 600 !important;
    padding: 12px 14px;
    text-align: left;
    border-bottom: 2px solid rgba(00, 00, 00, 0.2) !important;
    color: #1e1e1e !important;
    white-space: nowrap;
    background: rgba(00, 00, 00, 0.13);
}

/* Body Rows */
.table.breakdown tbody tr {
    transition: background 0.15s ease;
}

.table.breakdown tbody tr:nth-child(even) {
    background: #f9fbfc;
}

.table.breakdown tbody tr:hover {
    background: #eef3f7;
}

/* Table Cells */
.table.breakdown td {
    padding: 12px 14px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e7eb;
}

/* Subtotal, Tax, Final lines */
.table.breakdown tr td strong {
    font-weight: 600;
    color: #111;
}

/* Amount column: right aligned */
.table.breakdown td.amount,
.table.breakdown .sum_subtotal,
.table.breakdown .sum_tax,
.table.breakdown .sum_taxable,
.table.breakdown .sum_total {
    text-align: right !important;
    font-weight: 600;
}

/* Totals styling */
.table.breakdown .sum_total {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-primary);
}

/* “No tax on these items” styling */
#noTax {
    font-size: 0.875rem;
    color: #555;
    text-indent: -9999px;
}

#noTax .info {
    font-weight: bold;
    margin-right: 4px;
    color: #0b3d91;
}

.table.breakdown .desc {
    font-weight: 500;
    color: #333;
}

/***************************
Coupon
***************************/
#couponForm {
    display: flex;
    align-items: center;
    justify-content: start;
}

#couponForm #fieldContainer {
    width: 93%;
}

#couponForm #fieldContainer .field .form-group {
    display: flex !important;
    width: 100%;
    align-items: center;
}

#couponForm #fieldContainer .field .form-group label {
    float: none;
    margin: 0;
    text-align: right;
}

#couponForm #fieldContainer .field .form-group div {
    float: none;
}

#couponForm input[type="submit"] {
    margin-top: 0px;
    border-radius: 0px 8px 8px 0px;
    float: left;
    padding: 12px 20px;
}

#couponForm .de_p_hide {
    display: none;
}

#paymentForm label,
#paymentForm #ccInfo,
#paymentForm #bankInfo table,
#paymentForm #manualInfo {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#paymentForm input[type="checkbox"],
#paymentForm input[type="radio"] {
    opacity: 1 !important;
    position: relative !important;
    width: 20px;
    height: 20px;
    margin: 0;
}

#paying-with-square {
    width: 50%;
    display: grid;
    gap: 1rem;
}

.sq-card-iframe-container {
    border-radius: 10px;
    overflow: hidden;
}

.sq-card-message.sq-card-message-no-error {
    display: none;
}

.billinglabels {
    margin: 15px 0;
}

.billinglabels,
.billinglabels label {
    display: flex;
    gap: 1rem;
}

#paymentForm h4 {
    margin: 15px 0;
    border-bottom: none;
    padding: 18px 14px;
    display: flex;
    align-items: center;
    background: #6b7b83;
    justify-content: space-between;
    color: #ffffff;
    border-radius: 12px;
    line-height: normal;
    box-shadow: 2px 3px 7px rgba(00, 00, 00, 0.1);
}

#paymentForm h4 #clear_billing {
    border-radius: 25px;
    transition: all 0.3s ease;
    transform: scale(1);
}

#paymentForm h4 #clear_billing:hover,
#paymentForm h4 #clear_billing:focus {
    box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.2);
    transition: all 0.3s ease;
    transform: scale(1.05);
    text-decoration: none;
}

#billinfoTable {
    width: 90% !important;
    margin: 0 auto;
    border: none !important;
}

#billinfoTable th,
#billinfoTable td {
    border: none;
    display: inline-flex;
    align-items: center;

    height: 100%;
}

#billinfoTable tr {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 30% 70%;
}

#codeMessage {
    margin-top: 8px;
    font-weight: 600;
}

#codeMessage.granted {
    color: #2e7d32;
}

#codeMessage.denied {
    color: #c62828;
}

.desc a {
    width: 28px;
    height: 28px;
    display: inline-block;
    align-items: center;
    transition: all 0.3s ease;
    transform: scale(1);
}

.desc a:hover,
.desc a:focus {
    transition: all 0.3s ease;
    transform: scale(1.05);

}

.desc a:hover:before,
.desc a:focus:before {
    box-shadow: 0px 3px 9px rgba(00, 00, 00, 0.2);

}

.desc a .fa-trash-o {
    width: 24px;
    height: 24px;
}

.fa-trash-o:before {
    content: "\f1f8";
    background: rgba(192, 57, 43, 1.0);
    color: #ffffff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-size: 0.8rem;
    text-align: center;
    line-height: normal;
    box-shadow: 1px 1px 5px rgba(00, 00, 00, 0.2);
}

.mpm-message,
.company-code-msg {
    display: block;
    margin: 6px 5px;
    text-align: center;
    background: #FAFAFA;
    padding: 5px;
    border-radius: 8px;
    width: 99%;
    border: 2px solid transparent;
    color: #1E1E1E;
    font-size: 0.9rem;
}

.mpm-message.text-muted,
.company-code-msg {
    color: #1E1E1E;
    background: #FAFAFA;
    border-color: rgba(30, 30, 30, 0.1);
}

.mpm-message.text-success,
.company-code-msg.granted {
    background: rgba(39, 174, 96, 0.8);
    border-color: rgba(39, 174, 96, 1.0);
    color: rgba(255, 255, 255, 1);
}

.mpm-message.text-info {
    background: rgba(41, 128, 185, 0.8);
    border-color: rgba(41, 128, 185, 1.0);
    color: rgba(255, 255, 255, 1);
}

/* Container */
.fee-table-container {
    max-width: 90%;
    margin: 20px auto;
}

/* Card */
.fee-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    animation: cardFadeSlide 0.6s forwards;
    animation-delay: var(--card-delay, 0s);
}

/* Card hover */
.fee-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Tier header */
.fee-card .tier-header {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Badges */
.fee-card .tier-header .badge {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translateY(-10px) scale(0.8);
    animation: badgeFadeBounce 0.6s forwards;
    animation-delay: var(--card-delay, 0s);
}

/* Tier colors */
.fee-card.early-bird .tier-header .badge {
    background: #f7941d;
}

.fee-card.regular .tier-header .badge {
    background: #4caf50;
}

.fee-card.onsite .tier-header .badge {
    background: #9e9e9e;
}

/* Header gradient backgrounds */
.fee-card.early-bird .tier-header {
    background: linear-gradient(90deg, #fef3e6, #fde2c6);
}

.fee-card.regular .tier-header {
    background: linear-gradient(90deg, #e8f5e9, #d0ecd0);
}

.fee-card.onsite .tier-header {
    background: linear-gradient(90deg, #f3f3f3, #e0e0e0);
}

/* Rows */
.fee-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    opacity: 0;
    transform: translateX(20px);
    animation: rowFadeSlide 0.5s forwards;
    animation-delay: calc(var(--row-index) * 0.2s + var(--card-delay, 0s));
    align-items: center;
}

.fee-row:last-child {
    border-bottom: none;
}

.fee-row:hover {
    background-color: #fafafa;
}

.fee-row .description {
    flex: 2;
    font-size: 1.3rem;
}

.fee-row .price {
    flex: 1;
    text-align: right;
    font-weight: bold;
}

/* Individual price animation */
.fee-row .price span {
    display: inline-block;
    opacity: 0;
    transform: translateX(10px);
    animation: priceFadeSlide 0.5s forwards;
    animation-delay: calc(var(--price-index) * 0.15s + calc(var(--row-index) * 0.2s + var(--card-delay, 0s)));
    margin: 5px 0px;
}

span.regfee {
    background: rgba(39, 174, 96, 1.0);
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
    padding: 5px 10px;
    border-radius: 25px;
    border: 2px solid #ffffff;
    box-shadow: 0px 2px 8px rgba(00, 00, 00, 0.1);
    margin: 0 0 0 5px !important;
}

/* Date styling */
.fee-card .tier-header .date {
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}

/* Keyframes */
@keyframes cardFadeSlide {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rowFadeSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes priceFadeSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes badgeFadeBounce {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(0.8);
    }

    60% {
        opacity: 1;
        transform: translateY(2px) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive */
@media (max-width: 700px) {
    .fee-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
    }

    .fee-row .price {
        text-align: left;
        margin-top: 8px;
    }

    .fee-card .tier-header {
        flex-direction: column;
    }

    .fee-card .tier-header .badge {
        margin-bottom: 4px;
        margin-right: 0;
    }
}

/***************************
Field Specific
***************************/
/*
div[data-group="companycode"]{
display:none;	
}
*/


div[data-id="150434"][data-group="wideCheckRadio"] {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(00, 00, 00, 0.1);
}

.review #field-150442 {
    display: none;
}

#terms-container .panel {
    border-radius: 10px;
    border: 1px solid var(--color-primary);
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

#terms-container .panel:hover {

    background: var(--color-primary);
}

/* Panel heading */
#terms-container .panel-heading {
    background-color: transparent;
    border-bottom: 1px solid var(--color-primary);
    padding: 0;
    transition: box-shadow 0.3s ease;
}

/* Add shadow when panel is open */
#terms-container .panel-heading.active {
    box-shadow: inset 0 -4px 8px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.08);
    background: var(--color-primary);
}

/* Title link with padding */
#terms-container .panel-title a {
    display: block;
    padding: 16px 20px;
    font-weight: 600;
    background: rgba(00, 169, 172, 0.8);
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease;
    border-color: var(--color-primary);
}

#terms-container .panel-title a:hover {
    background-color: var(--color-primary);
}

/* Chevron */
#terms-container .panel-title a:after {
    content: "\f107";
    /* FontAwesome chevron */
    font-family: FontAwesome;
    float: right;
    transition: transform 0.3s ease;
    font-size: 14px;
}

#terms-container .panel-title a.collapsed:after {
    transform: rotate(0deg);
}

#terms-container .panel-title a:not(.collapsed):after {
    transform: rotate(-180deg);
}

/* Panel collapse */
#terms-container .panel-collapse {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease;
}

/* Panel body */
#terms-container .panel-body {
    padding: 15px 20px;
    background-color: #fff;

    line-height: 1.6;
}

@media (min-width: 240px) and (max-width: 900px) {
    .navbar-toggle {
        display: inline-block !important;
    }

    .m-seminar-list__list__row--columns-3 .m-seminar-list__list__items__item {
        width: 100% !important;
        margin: 0 !important;
    }
}

/* ======================================================
   Sponsor Level Card
====================================================== */
.grid>h6 {
    display: none;
}

.sponsor-level {
    background: var(--color-white);
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 1.75rem;

    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    min-width: 100%;
    margin: 0 auto;
}

.sponsor-level:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
}

.sponsor-level div.info.pl-2 {
    color: var(--color-white);
    width: 100%;
}

.sponsor-level .sponsor-level-head {
    background: linear-gradient(to right, rgba(1, 169, 171, 1) 43%, rgba(98, 193, 97, 1) 79%) !important;
}

/* ======================================================
   Header + Tier Badge
====================================================== */
.sponsor-level-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    flex: 0 0 100%;
    text-align: center;
    padding: 20px;
}

.sponsor-level-head .logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tier-color), #00000033);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    flex-shrink: 0;
    display: none;
}

.sponsor-level-head h4 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    position: relative;
    padding: 0;
}

/* Tier Badge */
.sponsor-level-head h4::after {
    content: var(--tier-label);
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 999px;
    background: var(--tier-color);
    color: #fff;
    letter-spacing: 0.5px;
}

/* ======================================================
   Sponsor Grid (MULTI-SPONSOR PER ROW)
====================================================== */
.sponsor {
    flex: 0 0 20%;
    align-items: stretch;
    text-align: center;
}

/* ======================================================
   Sponsor Logo Card
====================================================== */
.sponsor a {
    height: 130px;
    background: #f9fafb;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.1);
}

.sponsor a.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Tier Glow */
.sponsor a:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 12px rgba(00, 00, 00, 0.2);
    ;
}

/* ======================================================
   Logo Image
====================================================== */
.sponsor img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    /*
    filter: grayscale(100%);
    opacity: 0.8;
    */
    transition: all 0.3s ease;
}

.sponsor a:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.06);
}

/* Remove bootstrap button look */
.sponsor .btn {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ======================================================
   Staggered Reveal (per sponsor)
====================================================== */
.sponsor a:nth-child(1) {
    animation-delay: 0.05s;
}

.sponsor a:nth-child(2) {
    animation-delay: 0.12s;
}

.sponsor a:nth-child(3) {
    animation-delay: 0.18s;
}

.sponsor a:nth-child(4) {
    animation-delay: 0.24s;
}

.sponsor a:nth-child(5) {
    animation-delay: 0.30s;
}

.sponsor a:nth-child(6) {
    animation-delay: 0.36s;
}

.sponsor a:nth-child(7) {
    animation-delay: 0.42s;
}

.sponsor a:nth-child(8) {
    animation-delay: 0.48s;
}

/* ======================================================
   Animations
====================================================== */
@keyframes sponsorFade {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ======================================================
   Responsive
====================================================== */
@media (max-width: 1024px) {
    .sponsor {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

@media (max-width: 600px) {
    .sponsor {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }

    .sponsor a {
        height: 110px;
    }

    .sponsor img {
        max-height: 70px;
    }
}

.fa.fa-star-o:before {
    font-family: "Font Awesome 7 Free";
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    content: "\f5a2";
    color: #ffffff;
    font-size: 2.4rem;
    text-shadow: 1px 3px 10px rgba(00, 00, 00, 0.1);
}


.sponsor-level-head .info p {
    display: none;
}



/* --- MOBILE RESPONSIVE STYLING --- */
@media (max-width: 700px) {

    .table.breakdown {
        border-color: transparent;
    }

    .table.breakdown thead {
        display: none;

    }

    .table.breakdown,
    .table.breakdown tbody,
    .table.breakdown tr,
    .table.breakdown td {
        display: block;
        width: 100%;

    }

    .table.breakdown tr {
        background: #fff;
        margin-bottom: 14px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        padding: 12px 10px;
        border: none;
    }

    .table.breakdown tr td {
        border: none;
        padding: 8px 6px;
        text-align: left !important;
        position: relative;
        width: auto !important;
    }

    /* Create row labels using pseudo-elements */
    .table.breakdown tr td::before {
        content: attr(data-label);
        font-size: 0.75rem;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        display: block;
        margin-bottom: 2px;
    }

    /* Handle columns without labels */
    .table.breakdown td.desc::before {
        content: "Description";
    }

    .table.breakdown td:nth-child(2)::before {
        content: "Quantity";
    }

    .table.breakdown td:nth-child(3)::before {
        content: "";
    }

    .table.breakdown td:nth-child(4)::before {
        content: "Unit Price";
    }

    .table.breakdown td.item_tax_col::before {
        content: "Tax";
    }

    .table.breakdown td.amount::before {
        content: "Amount";
    }

    /* Totals rows */
    .table.breakdown td.sum_subtotal::before {
        content: "Subtotal";
    }

    .table.breakdown td.sum_taxable::before {
        content: "Taxable";
    }

    .table.breakdown td.sum_tax::before {
        content: "GST";
    }

    .table.breakdown td.sum_total::before {
        content: "Total";
    }

    /* Tighten large right-aligned cells */
    .table.breakdown .amount,
    .table.breakdown .sum_subtotal,
    .table.breakdown .sum_taxable,
    .table.breakdown .sum_tax,
    .table.breakdown .sum_total {
        font-weight: 700;
        font-size: 1rem;
    }

    /* Fix spacing for the no-tax label */
    #noTax {
        padding-top: 10px;
        display: block;
        font-size: 0.9rem;
    }

    #header div.container,
    #content,
    nav.navbar {
        width: 100%;
        max-width: 100%;
        padding: 0px 5px;
    }

    #header {
        position: relative !important;
    }

    #header div.container {
        display: grid !important;
        gap: 0;
        grid-template-columns: 100%;
    }

    #header div.event-title {
        padding: 0px 0px 27px 0px !important;
    }

    #header div.event-title .language-toggle {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #header div.event-title .language-toggle a {
        font-size: 1rem !important;
    }

    div.event-title h1 {
        margin: 8px 0px !important;
        font-size: 17px !important;
        line-height: normal !important;
        font-weight: bold !important;
    }

    div.event-title h1 small {
        font-size: 14px !important;
        display: block;
        clear: both;
        width: 100%;
        margin: 0.3rem 0 0 0;
    }

    .landing-img {
        width: 100% !important;
    }

    table.breakdown .desc,
    table.breakdown td.totalQuantity,
    table.breakdown .amount,
    .table.breakdown tbody tr:nth-child(even) {
        border-color: transparent !important;
    }

    #header div.header-logo img {
        height: auto !important;
        width: 95%;
    }

    .m-seminar-list__list__row {
        display: grid !important;
        width: auto;
    }

    .m-seminar-list__list__row div,
    .m-seminar-list__list__row ol {
        width: auto !important;
        border-radius: 18px !important;
        margin: 0.2rem !important;
    }

    .session-summary .session-header {
        padding: 1rem !important;
    }
    .session-summary .session-header .session-title{
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .small_bio .session-header{
        padding: 1rem !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .session-summary .session-header .session-date-time {
        gap: 0.8rem;
        justify-content: center;
    }

    .session-schedule-card .session-header .session-date-time {
        border: none;
        justify-content: center;
        gap: 0.5rem;
    }

    .mx-2 {
        margin: 0px !important;
    }

    .modal.in .modal-dialog {
        transform: translate(0%, 6%);
        transition: all 0.3s ease;
    }

    .add-calendar {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin: 0.3rem 0;
        background: #ffffff;
        padding: 11px 18px;
        border-radius: 20px;
        box-shadow: 1px 3px 12px rgba(00, 00, 00, 0.05);
    }

    .add-calendar a {
        transition: all 0.3s ease;
        transform: scale(1);
        box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.00);
    }

    .add-calendar a:hover,
    .add-calendar a:focus {
        transition: all 0.3s ease;
        transform: scale(1.05);
        box-shadow: 1px 3px 12px rgba(00, 00, 00, 0.05);
    }

    .nav-tabs {
        border-bottom: none;
        margin: 0 !important;
    }

    .nav-tabs>li {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }
    .nav-tabs>li>a{
        background: rgba(250, 250, 250, 1) !important;
        border-color: rgba(00, 00, 00, 0.03) !important;
        border-radius: 25px;
        padding: 17px 65px !important;
        gap: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width:100%;
    }
    .m-seminar-list__list__row__header{
        display:flex;
        align-items: center;
        justify-content: center;
        gap:0.5rem;
    }
    .nav-tabs>li>a:before,
    .m-seminar-list__list__row__header:before{
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Font Awesome 7 Free";
        font-feature-settings: normal;
        font-style: normal;
        font-synthesis: none;
        font-variant: normal;
        font-weight: 900;
        line-height: 1;
        text-rendering: auto;
        content: "\f133";
        color:#00a9ac;
    }
    .m-seminar-list__list__row__header:before{content:"\f017";color:#ffffff;}
}