/*
    Stylesheet Name : YTL Lead Conference 2025 - Extension
    Created on      : October   06, 2025, 03:25:00 PM
    Last edited on  : October   06, 2025, 03:25:00 PM
    Author          : YTL Digital Design [AL, AK]
    Colors          : Text              - #FAF6EE (Cosmic Latte)
                      Background        - #003CA5 (Egyptian Blue), #0082CB (Steel Blue), #97CAEB (Baby Blue)
                      Graphic Elements  - #EFE99C (Flax), #FDAEBF (Sakura Pink), #FFA069 (Atomic Tangerine), #E23E2F (Vermillion), #4D62C9 (Savoy Blue)
*/

body {
    background: #003CA5;
    font-size: 18px;
    display: block;
    /* overflow-x: hidden; */
}

body.page-auth {
    display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 2.25rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 2.25rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.9rem;
    }
    h6 {
        font-size: 0.8rem;
    }
}

a,
.btn {
    transition: all 230ms linear;
}

.btn,
a.btn {
    border-radius: 40px;
    padding: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
}

.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-primary:active,
a.btn.btn-primary:active {
    /* background: linear-gradient(to right, #52A0D1, #0082CA); */
    background-color: #00B4F0;
    border-color: #00B4F0;
    color: #FFFFFF;
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover {
    background-color: #0082CB;
    border-color: #0082CB;
    color: #FFFFFF;
}

.btn.btn-secondary,
a.btn.btn-secondary,
.btn.btn-secondary:active,
a.btn.btn-secondary:active {
    background-color: transparent;
    border-color: #ffffff;
}

.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
    background-color: rgba(0, 143, 220, 0.5);
    border-color: #ffffff;
}

.btn.btn-tertiary,
a.btn.btn-tertiary,
.btn.btn-tertiary:active,
a.btn.btn-tertiary:active {
    background-color: #790037;
    border-color: #790037;
    color: #FFF;
}

.btn.btn-tertiary:hover,
a.btn.btn-tertiary:hover {
    background-color: #8C1B4C;
    border-color: #8C1B4C;
}

.btn.btn-text,
a.btn.btn-text,
.btn.btn-text:active,
a.btn.btn-text:active {
    background-color: transparent;
    border-color: transparent;
    color: #FFF;
}

.btn.btn-text:hover,
a.btn.btn-text:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff833b;
}

.btn.btn-link,
a.btn.btn-link,
.btn.btn-link:active,
a.btn.btn-link:active,
.btn.btn-link:hover,
a.btn.btn-link:hover {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.btn.btn-outline,
a.btn.btn-outline,
.btn.btn-outline:active,
a.btn.btn-outline:active {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}

.btn.btn-outline:hover,
a.btn.btn-outline:hover {
    background-color: #008FDC;
    border-color: #008FDC;
}

.btn.btn-square-icon,
a.btn.btn-square-icon,
.btn.btn-square-icon:active,
a.btn.btn-square-icon:active {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 34px;
    width: 34px;
}

.btn.btn-square-icon:hover,
a.btn.btn-square-icon:hover {
    /* background: #0082CA;
    background-color: #0082CA;
    border-color: #008FDC; */
}

.link-primary {
    color: #FFA069;
}

.link-primary:hover {
    color: #ff833b;
}

.span-status {
    background-color: rgba(245, 160, 82, 0.2);
    border-radius: 4px;
    color: #F5A052;
    display: inline-block;
    font-weight: 600;
    min-width: 80px;
    padding: 0rem 1rem;
    text-align: center;
}

.span-status.status-danger {
    background-color: rgba(231, 99. 99, 0.3);
    color: #FF5C5C;
}


/* Show Overlay */

.layer-overlay {
    background: rgba(3, 122, 193, 0.7);
    background-size: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1040;
    transition: all 230ms linear;
}

.layer-overlay:after {
    background: url('../images/img-loader-b70.gif') center center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 80px;
    width: 200px;
    z-index: 1055;
}

body.show-overlayLoad .layer-overlay {
    background-color: rgba(3, 122, 193, 1);
}

body.on-scrolled .layer-header .navbar {
    background-color: #003CA5;
}


/* Navbar Nav */

.nav-link {
    color: #FAF6EE;
}

.navbar-nav .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.navbar-main .offcanvas {
    background-color: #003CA5;
}

.navbar-main .navbar-login li.nav-item.item-profile>.nav-link.active {
    color: #FFA069;
}

.navbar-main .nav-link:hover {
    color: #9e9e9e;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FFA069;
    font-weight: 800;
}

.navbar-nav .dropdown-menu {
    background-color: #0082CB;
    color: #FFF;
}

.navbar-nav .dropdown-menu li a.dropdown-item:hover {
    background-color: #FFA069;
    color: #FFF;
}


/* Layer Footer */

.layer-footer {
    /* background: #0080C5 url('../images/bg-footer.jpg') center -5rem no-repeat; */
    background-color: #00B4F0;
    background-size: 250%;
    padding: 5rem 0 0;
}

.layer-footer.profile {
    /* background: #212943; */
    background: transparent;
    padding: 1rem 0;
}

.layer-footer p.panel-copyright {
    margin: 0;
    padding: 4rem 0 1rem;
}

.layer-footer p.panel-logo {
    margin-bottom: 4rem;
}

.layer-footer p.panel-logo img.img-fluid {}

.layer-footer .layer-footerLinks {
    text-align: left;
}

.layer-footer .layer-footerLinks h4 {
    margin-bottom: 1.5rem;
}

.layer-footer .layer-footerLinks ul.listing-footerLinks {
    margin: 0;
    padding: 0;
}

ul.listing-footerLinks li {
    list-style-type: none;
    margin: 0 0 0.6rem;
}

ul.listing-footerLinks li a {
    color: #FFF;
    text-decoration: none;
}

ul.listing-footerLinks li a:hover {
    color: #212943;
}

ul.listing-footerLinks.icons {
    font-size: 1.5rem;
}

ul.listing-footerLinks.inline {
    display: flex;
    justify-content: space-between;
}

ul.listing-footerLinks.icons li a {
    display: inline-block;
    min-width: 24px;
    text-align: center;
}

@media (min-width: 768px) {
    .layer-footer {
        background-size: cover;
    }
    .layer-footer p.panel-copyright {
        padding: 5rem 0 2rem;
    }
    .layer-footer p.panel-logo {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .layer-footer {}
}

@media (min-width: 1600px) {
    .layer-footer {
        background-size: 110%;
    }
}


/* Layer Page */

.layer-page {}

.layer-section {
    padding: 2.5rem 0 0;
}

@media (min-width: 576px) {
    .layer-page {}
}

@media (min-width: 1440px) {
    .layer-page {}
}


/* Layer Body */


/* .layer-body:after {
    background: url('../images/bg-footer-overlay.png') center top no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 500px;
    margin: -250px 0 0;
    width: 100%;
} */


/* .section-register,
.layer-section.section-register:first-child {
    display: flex;
    flex-direction: column;
    padding: 4rem 0;
} */

.section-register {
    padding: 0 0 4rem;
}

@media (min-width: 768px) {
    .layer-section {
        padding: 3rem 0 0;
    }
}

@media (min-width: 992px) {
    .layer-section {
        padding: 4rem 0 0;
    }
    .section-register {
        padding: 4rem 0;
    }
}

@media (min-width: 1200px) {
    .layer-section {
        padding: 5rem 0 0;
    }
}


/* Layer Section Head */

.layer-sectionHead {
    background-color: transparent;
    color: #FFF;
    margin: 0;
    padding: 0;
}

.layer-sectionHead .heading-pageTitle {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
}

.layer-sectionHead .panel-pageSub {}

@media (min-width: 768px) {
    .layer-sectionHead {
        padding: 0;
    }
    .layer-sectionHead .heading-pageTitle,
    .layer-sectionHead .panel-pageSub {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .layer-sectionHead .heading-pageTitle {
        font-size: 4rem;
    }
}


/* Standard Form */

.standardForm .form-group {
    margin-bottom: 1.5rem;
}

.standardForm .form-check-inline {
    display: inline-block;
}

.standardForm .form-control,
.standardForm .select-control,
.standardForm .form-select {
    padding: 0.7rem 1rem;
}

.standardForm .form-control,
.standardForm .select-control,
.standardForm .form-check-input {
    background-color: transparent;
    border-color: rgba(252, 252, 252, 0.4);
    border-radius: 8px;
    color: #FCFCFC;
    font-weight: 500;
}

.standardForm .form-check-input:checked {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23D6E14B'/%3e%3c/svg%3e");
    border-color: #D6E14B;
}

.standardForm .form-check-input[type="checkbox"],
.standardForm .form-check-input.input-checkbox {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 3px;
    height: 24px;
    width: 24px;
}

.standardForm .form-check-input[type="checkbox"]:checked,
.standardForm .form-check-input.input-checkbox:checked {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #FFA069;
    border-color: #FFA069;
}

.standardForm .form-control::placeholder {
    color: rgba(252, 252, 252, 0.4);
    opacity: 1;
}

.standardForm .form-control.form-control::-ms-input-placeholder {
    color: rgba(252, 252, 252, 0.4);
}

.standardForm .form-control:disabled,
.standardForm .select-control:disabled,
.standardForm .form-check-input:disabled {
    background-color: rgba(156, 156, 156, 0.2);
    color: rgba(252, 252, 252, 0.3);
}

.standardForm .panel-desc {
    color: #BDBDBD;
    font-size: 0.9rem;
    margin: 0.6rem 0 0;
}

.standardForm .panel-desc a {
    color: #BDBDBD;
}

.standardForm .panel-desc a.link-primary {
    color: #FFA069 !important;
}

.standardForm .panel-desc a.link-primary:hover {
    color: #ff833b !important;
}

.standardForm.dark {}

.standardForm.dark .form-control,
.standardForm.dark .form-select,
.standardForm .select-control {
    border-color: #CCC;
    color: #333;
}


/* Modal */

.modal {}

.modal .modal-content {
    background: #FFF url('../images/bg-modal.png') bottom right no-repeat;
    background-size: contain;
    border-radius: 20px;
    color: #212943;
}

.modal .modal-header {
    border: 0;
    padding: 2rem 2rem 1rem;
}

.modal .modal-body {
    padding: 1rem 2rem 2rem;
}

.modal .modal-footer {}

.modal .heading-modalTitle {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.modal .standardForm .form-control {
    background-color: #FFF;
    border: 1px solid rgba(33, 41, 67, 0.5);
    border-radius: 8px;
    color: #212943;
}

.modal .standardForm .panel-desc {
    color: #212943;
}


/* Layer Seminars */

.layer-selectSeminars {}

.layer-selectSeminars .layer-selectSeminar {
    background-color: #212943;
    border: 1px solid rgba(252, 252, 252, 0.3);
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    align-items: center;
    min-height: 110px;
    height: 100%;
    padding: 1.5rem 1rem;
    position: relative;
    transition: all 230ms linear;
}

.layer-selectSeminars .layer-selectSeminar.selected,
.layer-selectSeminars .layer-selectSeminar:hover {
    background-color: rgba(0, 143, 220, 0.15);
    border-color: #008FDC;
}

.layer-selectSeminars .layer-selectSeminar.disabled,
.layer-selectSeminars .layer-selectSeminar.disabled:hover {
    background-color: rgba(156, 156, 156, 0.2);
    border-color: rgba(252, 252, 252, 0.3);
    opacity: 0.8;
}

.layer-selectSeminars .layer-selectSeminar.disabled .form-label,
.layer-selectSeminars .layer-selectSeminar.disabled a {
    color: rgba(255, 255, 255, 0.3);
}

.layer-selectSeminar .form-check {
    margin: 0;
    padding: 0;
}

.layer-selectSeminar .form-check .form-check-input {
    margin: 0;
}

.layer-selectSeminar .layer-seminarIcon {
    margin: 0 0 0 1rem;
}

.layer-selectSeminar .layer-seminarIcon img {
    max-height: 36px;
    max-width: 36px;
}

.layer-selectSeminar .layer-seminarInfo {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 0 0 1rem;
}

.layer-selectSeminar .layer-seminarInfo .form-label {
    margin-bottom: 1rem;
}

.layer-selectSeminar .layer-seminarInfo .form-label span.span-subtitle,
.layer-selectSeminar .layer-seminarInfo .form-label span.span-notes {
    display: block;
    font-size: 0.9rem;
    line-height: 1rem;
    margin-top: 0.3rem;
}

.layer-selectSeminar .layer-seminarInfo .layer-seminarInfoDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
}

.layer-selectSeminar .layer-seminarInfo .layer-seminarInfoDetails a {}

.layer-selectSeminar .layer-seminarInfo .layer-seminarInfoDetails span.span-status {}

.layer-selectSeminar span.span-notice {
    background-color: #FFF;
    border-radius: 0 0 6px 6px;
    color: #008FDC;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2rem;
    padding: 0 1rem;
    position: absolute;
    right: 8px;
    top: 0;
}


/* Layer Selected Seminars */

.layer-selectedSeminars {}

.layer-selectedSeminars .layer-selectedSeminar {
    height: 100%;
    padding: 48px 0 0;
    position: relative;
}

.layer-selectedSeminars .layer-selectedSeminar h3 {
    font-size: 1.625rem;
    position: absolute;
    left: 0;
    top: 0;
}

.layer-selectedSeminars .layer-selectedSeminar .layer-seminarBox {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 2rem 1.3rem;
}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxTitle {
    display: flex;
    align-items: center;
    margin: 0 0 2rem;
}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxTitle img.img-seminarIcon {
    max-height: 36px;
    max-width: 36px;
}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxTitle h4 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 0 0 0 1.2rem;
}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxTitle h4 span.span-subtitle,
.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxTitle h4 span.span-notes {
    display: block;
    font-size: 1rem;
    line-height: 1.3rem;
    margin-top: 0.5rem;
}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxInfo {}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxInfo p {
    color: #F2EEEB;
    margin: 0 0 0.5rem;
}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxInfo i {
    margin-right: 0.8rem;
    min-width: 16px;
}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    margin: 3.6rem 0 0;
}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxBottom a {}

.layer-selectedSeminar .layer-seminarBox .layer-seminarBoxBottom a.btn {}


/* Modal Seminar Details */

.modal-details {
    color: #FFF;
}

.modal-details .modal-content {
    background: url('../images/speaker-popup.png') center no-repeat;
    background-color: transparent;
    border-radius: 20px;
    color: #FFF;
}

.modal-details .modal-header {
    border: 0;
    padding: 2rem 2rem 1rem;
}

.modal-details .modal-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}

.modal-details .modal-body {
    padding: 1rem 2rem 2rem;
}

.modal-details .layer-eventDetails {}

.modal-details .layer-eventDetails .layer-eventSpeakers {}

.modal-details .layer-eventDetails .layer-eventSpeakers img.img-fluid {
    border-radius: 8px;
}

.modal-details .layer-eventDetails .layer-eventInfo {}

.modal-details .layer-eventDetails .layer-eventInfo .heading-eventTitle {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.modal-details .layer-eventDetails .layer-eventInfo .heading-eventTitle span.span-subtitle,
.modal-details .layer-eventDetails .layer-eventInfo .heading-eventTitle span.span-notes {
    display: block;
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.modal-details .layer-eventDetails .layer-eventInfo .listing-eventInfo {
    margin-bottom: 2.5rem;
}

.modal-details .layer-eventDetails .layer-eventInfo .listing-eventInfo li {}

.modal-details .layer-eventDetails .layer-eventInfo .listing-eventInfo li span {
    font-size: 0.875rem;
}

.modal-details .layer-eventDetails .layer-eventInfo .listing-eventInfo li span i.fa-solid {}

.modal-details .layer-eventDetails .layer-eventInfo .listing-eventInfo li span span.span-info {}

.modal-details .layer-eventDetails .layer-eventInfo .layer-eventExcerpt {
    white-space: pre-line;
}

.modal-details .layer-eventDetails .layer-eventInfo .layer-eventExcerpt p {
    margin-bottom: 0;
}

.modal-details .layer-eventDetails .layer-seminarSpeakers {
    margin-top: 2.5rem;
}

.layer-seminarSpeakers .layer-seminarSpeaker {
    display: flex;
    align-items: start;
}

.layer-seminarSpeakers .layer-seminarSpeaker .panel-speakerImg {
    border-radius: 100%;
    margin: 0 1rem 0 0;
    height: 80px;
    width: 80px;
}

.layer-seminarSpeakers .layer-seminarSpeaker .panel-speakerImg img {
    border-radius: 100%;
    max-height: 80px;
    max-width: 80px;
}

.layer-seminarSpeakers .layer-seminarSpeaker .panel-speakerImg .span-speakerImg {
    background-size: cover;
    border-radius: 100%;
    display: block;
    height: 80px;
    width: 80px;
    aspect-ratio: 1 / 1;
}

.span-speakerImgKeyNote {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5%;
    display: block;
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
}

.layer-seminarSpeakers .layer-seminarSpeaker .layer-seminarSpeakerDetails {}

.layer-seminarSpeakers .layer-seminarSpeaker .layer-seminarSpeakerDetails p {
    margin-bottom: 0;
}

.layer-seminarSpeakers .layer-seminarSpeaker .layer-seminarSpeakerDetails p.panel-name {
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.layer-seminarSpeakers .layer-seminarSpeaker .layer-seminarSpeakerDetails p.panel-designation {
    font-size: 0.9rem;
}

.layer-seminarSpeakers .layer-seminarSpeaker .layer-seminarSpeakerDetails p.panel-company {
    font-size: 0.9rem;
}


/* Modal Speaker Details */

.modal-details .layer-speakerEvents {
    margin: 1.5rem 0 0;
}

.modal-details .layer-speakerEvents .layer-speakerEvent {
    background: #FFF url('../images/bg-speakerDetails-event.png') bottom right no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #212943;
    display: flex;
    align-items: center;
    margin: 1.5rem 0 0;
    padding: 1.8rem;
}

.modal-details .layer-speakerEvents .layer-speakerEvent .layer-speakerEventDetails {
    margin: 0 auto 0 0;
}

.modal-details .layer-speakerEvents .layer-speakerEvent .layer-speakerEventDetails p {
    font-weight: 600;
}

.modal-details .layer-speakerEvents .layer-speakerEvent .layer-speakerEventDetails p.panel-eventInfo {}

.modal-details .layer-speakerEvents .layer-speakerEvent .layer-speakerEventDetails p.panel-eventTitle {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.modal-details .layer-speakerEvents .layer-speakerEvent .layer-speakerEventDetailsLink {
    padding: 0 0 0 1rem;
}

.modal-details .layer-speakerEvents .layer-speakerEvent a.btn-arrow {}

@media (min-width: 992px) {
    .modal-details .layer-speakerEvents {
        margin-top: 4rem;
    }
    .modal-details .layer-speakerEvents .layer-speakerEvent {
        margin-top: 2rem;
    }
}


/* Layer Profile QR */

.layer-profileQR {
    background: url('../images/bg-profileQR.png') no-repeat;
    background-size: cover;
    border-radius: 10px;
    min-height: 150px;
    padding: 1rem 1rem 1rem 1rem;
    /* background: linear-gradient(to bottom right, #0080C5 56%),
        linear-gradient(to bottom right, #81B7DF 19%),
        linear-gradient(to bottom right, #D1E68D 2%); */
    /* background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
        linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
        linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%); */
}

.layer-profileQR .heading-pageTitle {
    font-size: 1.75rem;
    margin: 0 0 2rem;
}

.layer-profileQR .layer-profileQRBox {
    background-color: rgba(239, 249, 255, 0.81);
    border-radius: 8px;
    color: #212943;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.layer-profileQR .layer-profileQRBox p {
    margin-bottom: 0;
}

.layer-profileQR .layer-profileQRBox img.img-profileQR {
    height: 90px;
    width: 90px;
    margin: 0 1rem 0 0;
}

@media (min-width: 768px) {
    .layer-profileQR .heading-pageTitle {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .layer-profileQR {
        padding-left: 5rem;
    }
}


/* Listing Profile Tabs */


/* .listing-profileTabs {
    //border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    margin: 0;
    overflow-x: auto;
    padding: 0;
}

.listing-profileTabs li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.listing-profileTabs li:first-of-type {
    margin-left: 0;
}

.listing-profileTabs li a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 1rem;
    position: relative;
    text-decoration: none;
}

.listing-profileTabs li a:hover,
.listing-profileTabs li a.active {
    color: #FFF;
}

.listing-profileTabs li a:after {
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 180ms linear;
}

.listing-profileTabs li a:hover::after,
.listing-profileTabs li a.active:after {
    background-color: #FFF;
    width: 100%;
}

@media (min-width: 768px) {
    .listing-profileTabs li a {
        padding: 1rem 0.5rem;
    }
} */


/* Listing Profile Tabs 2025 */

.listing-profileTabs {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.listing-profileTabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .listing-profileTabs {
        flex-wrap: wrap;
        overflow-x: visible;
    }
}


/* Tab Links */

.listing-profileTabs li a {
    display: block;
    background-color: #ececec;
    /* inactive tab color */
    color: #818181;
    padding: 0.75rem 2rem;
    border: 1px solid #ccc;
    border-bottom: none;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s ease;
    position: relative;
}


/* Connect tabs seamlessly */

.listing-profileTabs li+li a {
    margin-left: -1px;
    /* overlap borders slightly */
}


/* Rounded edges only for first and last tabs */

.listing-profileTabs li:first-child a {
    border-top-left-radius: 10px;
}

.listing-profileTabs li:last-child a {
    border-top-right-radius: 10px;
}


/* Active Tab */

.listing-profileTabs li a.active {
    background-color: #fff;
    color: #003CA5;
    font-weight: 600;
    top: 0;
    /* blends into content area */
    z-index: 2;
}


/* Hover */

.listing-profileTabs li a:hover {
    background-color: #f5f5f5;
    color: #FFA069;
}


/* Responsive adjustments */

@media (max-width: 767px) {
    .listing-profileTabs {
        overflow-x: auto;
    }
    .listing-profileTabs li a {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}


/* Accordion Icons */

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}


/* 2025 Main Pagq FAQ Toggl-Accordion Style */

.accordionLead {
    background-color: transparent !important;
    --bs-accordion-bg: transparent;
    --bs-accordion-border-radius: 0;
    --bs-accordion-border-color: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-btn-padding-x: 0;
}

.accordionLead .accordion-item {
    border: none;
    border-bottom: 1px solid #ffffff;
    padding-top: 3%;
    padding-bottom: 3%;
}

.accordionLead .accordion-button {
    border: none;
    border-radius: 0;
    background-color: transparent !important;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.accordionLead .accordion-button:not(.collapsed) {
    color: #ffffff;
}

.accordionLead .accordion-collapse .accordion-body {
    border: none;
    background-color: transparent !important;
    color: #ffffff;
}

.accordionLead .accordion-item:last-child .accordion-button {
    border-bottom: none;
}

.accordionLead .accordion-button:hover {
    background-color: transparent !important;
    color: #ffffff;
}

.accordionQuestion {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.pageTitle-size {
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
}

.qna-font {
    font-size: 38px;
}

.break-large {
    display: inline;
}

.dgbank {
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.qna-content {
    min-height: 150px !important;
}

.qna-form {
    border-radius: 15px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 5%;
}

.qna-input {
    border-radius: 15px;
    border: 1px hsla(0, 0%, 0%, 0.8);
    background-color: transparent;
    color: hsla(0, 0%, 0%, 0.8);
    padding: 15px;
    font-family: inherit;
}

.speaker-layer {
    background: linear-gradient(to bottom left, rgba(0, 128, 197, 0.4), rgba(255, 255, 255, 0));
    background-size: cover;
    border-radius: 15px;
    border: 2px solid #0080C5;
}

.lucky-draw {
    background: linear-gradient(rgba(0, 128, 197, 0.2), rgba(255, 255, 255, 0)), url('../images/lucky-draw.png') bottom no-repeat;
    background-size: cover;
    border-radius: 15px;
    border: 2px solid #0080C5;
}

.ptexp-mask {
    background: url('../images/dgbank-mask.png') bottom right no-repeat;
    background-size: cover;
    border-radius: 15px;
    border: 2px solid #0080c5;
}

.gear-up {
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
}

.gear-up-icon {
    align-content: end;
}

.title-lgfont {
    font-size: 48px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
}

.title-lgfont-intro {
    font-size: 48px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
}

.title-smfont {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.number-comatt {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

.text-comatt {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.qna {
    background: #212943 url('../images/qna-section.png') top center no-repeat;
    border-radius: 25px;
    background-size: cover;
}

.qna-img {
    float: right;
    max-width: 50%;
    height: auto;
    margin-bottom: 0;
}

.qna-font {
    font-size: 38px;
}

.lucky-draw-font {
    font-size: 18px;
    line-height: 24px;
}

.footer-blend {
    background: linear-gradient(rgba(255, 255, 255, 0), #212943);
    max-width: 100%;
    height: 120px;
}

.right-way-icon {
    padding-top: 30px;
    margin-left: -8px;
}

.onethird-col {
    width: 100%;
}

.twothird-col {
    width: 100%;
}

.ryt-icon {
    padding-top: 7px;
}

.section-spacer {
    margin: 2.5rem 0 0;
}

.rytway-home {
    width: 85%;
    height: auto;
}

.rytbank-logo {
    width: 39%;
    height: auto;
}

.rytbank-logo-alt {
    width: 83%;
    height: auto;
}

.rytbank-icon {
    width: 40%;
    height: auto;
}

@media (min-width: 1200px) {
    .section-spacer {
        margin-top: 5rem;
    }
}

@media (min-width: 992px) {
    .section-spacer {
        margin-top: 4rem;
    }
}

@media (min-width: 768px) {
    .section-spacer {
        margin-top: 3rem;
    }
    .rytway-home {
        width: 50%;
        height: auto;
    }
    .rytbank-logo {
        width: 39%;
        height: auto;
    }
    .rytbank-logo-alt {
        width: 77%;
        height: auto;
    }
    .rytbank-icon {
        width: 120%;
        height: auto;
    }
    .onethird-col {
        width: 30%;
    }
    .twothird-col {
        width: 70%;
    }
    .listing-profileTabs {
        justify-content: start;
    }
    /*     .listing-profileTabs li {
        margin-left: 4rem;
    } */
    .pageTitle-size {
        font-size: 44px;
        font-weight: 600;
        line-height: 48px;
    }
    .qna-font {
        font-size: 48px;
    }
    .qna-img {
        float: left;
        max-width: 200px;
        height: auto;
        margin-bottom: -24px;
    }
    .title-lgfont {
        font-size: 64px;
        font-weight: 600;
        line-height: 68px;
    }
    .title-lgfont-intro {
        font-size: 64px;
        font-weight: 600;
        line-height: 68px;
        text-align: left;
    }
    .title-smfont {
        font-size: 34px;
        font-weight: 600;
        line-height: 40px;
    }
    .number-comatt {
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
    }
    .text-comatt {
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
    }
    .lucky-draw-font {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (min-width: 576px) {
    .break-large {
        display: block;
    }
    .qna-content {
        min-height: 230px !important;
    }
}

.layer-marqueeSlider.marquee-experience {
    margin: 0 0 60px;
    position: relative;
}

#marqueeSlider-lead {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.carousel-img {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
}

.container-fluid {
    padding: 0;
    max-width: 100%;
}


/* Activities Page */

.activities-img {
    border-radius: 25px;
}

.activities-padding {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .activities-padding {
        padding-bottom: 120px;
    }
}


/* Layer Speakers */

.layer-speakers {
    display: block;
}

.layer-speakers .layer-speaker {
    cursor: pointer;
    text-align: center;
}

.layer-speakers .layer-speaker,
.layer-speakers .layer-speaker:last-child {
    margin-bottom: 3rem;
}

.layer-speaker p {
    font-weight: 600;
    margin-bottom: 0;
}

.layer-speaker .panel-img {
    margin: 0 0 1rem;
}

.layer-speaker .panel-img span.span-speakerImg {
    background-size: cover;
    border-radius: 8px;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    aspect-ratio: 1/1;
}

.layer-speaker .panel-name {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
}

.layer-speaker .panel-designation {}

.layer-speaker .panel-company {}


/* Layer Agenda List */

.layer-agendaList {}

.layer-agendaList .layer-agendaListHeader {
    border-bottom: 1px solid #FFF;
}

.layer-agendaList .layer-agendaListHeader p {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: 1rem 0;
}

.layer-agendaList .layer-agendaListBody .layer-agenda {
    border-bottom: 1px solid #FFF;
    padding: 2rem 0;
}

.layer-agenda .layer-agendaEventInfo {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.layer-agenda p {
    margin-bottom: 0;
}

.layer-agenda p.panel-time {
    font-weight: 600;
}

.layer-agenda p.panel-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.layer-agenda p.panel-title .span-keynoteCount {
    color: #FFA069;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.layer-agenda p.panel-location {
    font-size: 0.875rem;
}

.layer-agenda .layer-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.layer-agenda .layer-speakers {
    margin-top: 2rem;
}

.layer-agenda .layer-speakers .layer-speaker {
    margin-bottom: 0;
}

.layer-agenda .layer-speakers .layer-speaker .panel-designation {
    font-size: 0.875rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .layer-agenda .layer-speakers {
        margin-top: 0;
    }
}


/* Layer Event */

.panel-backBtn {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.panel-backBtn a {
    color: #FFF;
    text-decoration: none;
}

.panel-backBtn a:hover {
    color: #212943;
}

.layer-eventDetails {}

.layer-eventDetails .layer-eventInfo {}

.layer-eventInfo .listing-eventInfo {}

.layer-eventInfo .listing-eventInfo li {}

.layer-eventInfo .listing-eventInfo li i {}

.layer-eventInfo .panel-keynoteTime {
    font-size: 1.185rem;
}

.layer-eventInfo .panel-keynoteTime .span-textGreen {
    color: #FFA069;
    display: inline-block;
    font-weight: 500;
    margin: 0 1rem 0 0;
}

.layer-eventDetails .layer-eventSection {
    margin: 3rem 0 0;
}

.layer-eventDetails .layer-eventTitle {}

.layer-eventDetails .layer-eventTitle h1 {
    font-size: 3rem;
    margin-bottom: 0;
}

.layer-eventDetails .heading-eventSection {
    font-size: 1.185rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
}

.layer-eventDetails .layer-eventAbout {}

.layer-eventAbout .layer-eventDesc {
    font-size: 1rem;
}

.layer-eventDetails .layer-eventAboutSpeakers {}

.layer-eventDetails .layer-eventSpeakers {}

.layer-eventSpeakers .layer-eventSpeaker {
    background: #FFF url('../images/bg-speakerDetails-event.png') bottom center no-repeat;
    background-size: contain;
    border-radius: 10px;
    color: #212943;
    display: flex;
    align-items: start;
    margin: 1.5rem 0 0;
    padding: 1.8rem;
}

.layer-eventSpeaker .layer-speakerDetails {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0 auto 0 0;
}

.layer-eventSpeaker .layer-speakerDetails p {
    margin-bottom: 0;
}

.layer-eventSpeaker .layer-speakerDetails p.panel-img {
    margin: 0 0 2rem;
}

.layer-eventSpeaker .layer-speakerDetails p.panel-img span.span-speakerImg {
    background-size: cover;
    border-radius: 8px;
    display: block;
    height: 100px;
    width: 100px;
}

.layer-eventSpeaker .layer-speakerDetails p.panel-name {
    font-size: 1.185rem;
    font-weight: 600;
}

.layer-eventSpeaker .layer-speakerDetails p.panel-designation {
    font-size: 0.875rem;
    font-weight: 500;
}

.layer-eventSpeaker .layer-speakerDetails p.panel-description {
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 1.875rem;
    white-space: pre-line;
}

.layer-eventSpeaker .layer-speakerLink {
    padding: 0 0 0 1rem;
}

@media (min-width: 992px) {
    .layer-eventSpeakers .layer-eventSpeaker {
        background-position: bottom right;
        background-size: cover;
        margin-top: 2rem;
    }
    .layer-eventSpeaker .layer-speakerDetails {
        flex-direction: row;
    }
    .layer-eventSpeaker .layer-speakerDetails p.panel-img {
        margin: 0 2rem 0 0;
    }
    .layer-eventSpeaker .layer-speakerDetails p.panel-img span.span-speakerImg {
        height: 150px;
        width: 150px;
    }
}

.logo-group {
    padding-left: 25px;
}

.faq-bg {
    background: url('../images/home-faq.png') center no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
}

.carousel-bg {
    background-color: #FAF6EE;
    background-size: cover;
}

.qrProfile-bg {
    background: url('../images/home-qr.png') top no-repeat;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 10%;
}

.colorBlack {
    color: #000000;
}

.store-bg {
    background: url('../images/home-store.png') bottom no-repeat;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
}

.questions-bg {
    background: #003CA5 url('../images/home-questions.png') bottom no-repeat;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
}

.intro-bg {
    background: #003CA5 url('../images/home-intro.png') top no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
}

.hero-bg {}

.colorWhite {
    color: #FFFFFF;
}

.layer-header {
    background-color: transparent;
    margin: 0px;
    min-height: 60px;
    z-index: 1056;
    transition: all 230ms linear;
}

@media (min-width: 992px) {
    .layer-header {
        margin-bottom: 0px;
        min-height: 68px;
    }
}

.accordion a {
    color: #FFA069;
    font-weight: 700;
}

.accordion a:hover {
    color: #FFA069;
    text-decoration: underline;
}


/* .card.card-authentication a.btn {
    color: #000000 !important;
    background-color: #FFFFFF;
    border-radius: 8px;
} */