.disabled {
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    pointer-events: none !important;
    opacity: .7 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Prompt:wght@100;200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', 'Prompt';
    background: #1A1A18;
}

p {
    font-weight: 200;
}

/* .section {
    padding: 80px 0px;
} */

.subpage {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

.banner-subpage img {
    width: 100%;
}

/* Form search */
.form-search input {
    color: #000 !important;
}

.form-search {
    background-color: #fff;
    width: fit-content;
    border-radius: 100px;
    padding: 7px 10px;
    margin: auto;
    margin-right: 0;
}

.form-search input {
    border: unset;
    background: unset;
    width: 350px;
}

.form-search button {
    border: unset;
    background: transparent;
}

.form-search input:focus-visible {
    outline: unset !important;
}

/* Button */
.btn-primary {
    background: #F07A22;
    color: #fff;
    border-radius: 100px;
    border: unset;
    text-transform: uppercase;
}

button.btn a {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active {
    filter: brightness(0.8);
    background: #F07A22 !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0px;
    box-shadow: rgb(240 122 34 / 13%) 0px 0px 0px 0.25rem;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(240 123 34 / 51%) !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: #F07A22 !important;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(240 123 34 / 51%) !important;
}

/* header-subpage */
.text-center.pt-5.pb-5 {
    background-color: #F07A22;
}

.header-subpage {
    margin-top: 5.5rem;
}

.header-subpage h2 {
    color: #fff;
}

.policy-content {
    color: #fff;
}


.border-nav nav.navbar.fixed-top.navbar-expand-lg {
    border-bottom: 2px solid #b45e1e;
}



/* Login-form */
.login-form {
    width: 550px;
    margin: 5rem auto;
    border: 1px solid #ec7820;
    background-color: #5d2e0a;
    border-radius: 1rem;
    box-shadow: 0px 0px 70px 11px #000000;
}

.login-form .form-control {
    background: #0b0b0a;
    border-color: #8e4c1e;
}

.login-form label,
.login-form .top h5 {
    color: #fff;
}


button.btn.btn-primary.rounded-pill a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.login-form .top h4 {
    padding: 0;
}

.login-form .top {
    padding: 1rem;
    border-bottom: 1px solid #b85c17;
}

.login-form .form {
    padding: 2rem 2rem 2rem;
}

.login-form .form div {
    margin-bottom: 1rem;
}

button.btn.btn-login {
    width: 100%;
    background: #F07A22;
    border-radius: 100px;
    color: #fff;
    margin-top: 1rem;
}

/* table */
.t-table.mb-h tr th {
    font-size: 1.5rem;
    font-weight: 500;
}

.t-table.table-headline-bg.mb-h {
    margin-top: -68px;
}

.mb-h tr.headlines {
    background: transparent !important;
}

table {
    width: 100%;
}

.table-headline-bg tr.headlines {
    background: #f07a227d;
    color: #fff;
    border-bottom: unset;
    text-align: center;
}

.table-headline-bg tr.headlines th {
    padding: 1rem;
}

table tr td {
    text-align: center;
    padding: 1rem;
    color: #fff;
}

tr {
    vertical-align: top;
}

.table-headline-trans tr.headlines th {
    color: #fff;
    padding: 1rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
}

.table-headline-trans tr td {
    text-align: left;
    padding: 2rem;
}

.icon-pdf img {
    transition: all 0.3s;
}

.icon-pdf img:hover {
    transform: scale(1.1);
}




/* Button special */

button.btn-special {
    display: inline-flex;
    background: #F07A22;
    border: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    padding: 4px 24px 4px 24px;
    align-items: center;
    margin-left: 1rem;

}

button.btn-special i {
    padding-left: 1rem;
}

button.btn-special i {
    height: 24px;
}

/* step */
.bs-stepper .step-trigger,
p.bs-stepper-circle {
    display: block !important;
    text-align: center;
    margin: auto;
}

.active .bs-stepper-circle {
    background-color: #F07A22;
}

.bs-stepper-circle {
    width: 2.5em;
    height: 2.5em;
    padding: .5em 0;
    margin: .25rem;
    line-height: 1.5em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 100rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.bs-stepper-label {
    color: #fff;
    font-weight: 500;
}

.bs-stepper-content button {
    display: inline-block;
    margin: auto;
    margin-top: 1rem;
    margin-right: 0;
}

.bs-stepper .btn-area {
    display: block;
    text-align: end;
}

.bs-stepper .btn-area button.btn.btn-primary {
    margin-left: 0.5rem;
}

.bs-stepper .form-control {
    color: #eee;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da87;
    line-height: 2.5;
}

.bs-stepper .form-group .row {
    margin-bottom: 1.5rem;
}

.bs-stepper .border-r {
    border-right: 1px solid #eee;
}

.bs-stepper .step-3 {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 3px solid #eee;
}

.bs-stepper-header .step .step-trigger .bs-stepper-circle {
    position: relative;
}

.bs-stepper .step-trigger.disabled,
.bs-stepper .step-trigger:disabled {
    pointer-events: none;
    opacity: 1;
}

/* .bs-stepper-header .step .step-trigger .bs-stepper-circle:before {
    content: "";
    width: 520px;
    height: 3px;
    background: #424242;
    position: absolute;
    z-index: -1;
    top: 30px;
} */

.step button {
    position: relative;
    width: 100%;
}

.step {
    width: 100%;
}

.step button:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #424242;
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 50%;
}

.bs-stepper-header .step.active button:before {
    background-color: #F07A22;
}


.bs-stepper-header .step:last-child.active button:before {
    background-color: #F07A22;
    width: 100%;
    left: -50%;
}


.step:last-child button:before {
    background: transparent;
    right: 0px;
}

/* btn */
.button-area button {
    color: #fff;
    border-radius: 100px;
}

.button-area button:hover {
    background-color: #f07b22a5;
    color: #fff;
}

.button-area button.btn.active {
    background: #F07A22;
    color: #fff;
    border: unset;
}

.tr-hover:hover {
    background: #f07a2229;
    cursor: pointer;
}

/* member */
.head-member {
    padding: 20px 0px;
    background-color: #f07a224a;
}

.head-member h4 {
    margin: 0px;
    color: #fff;
}

.profile-pic input[type="file" i] {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.profile-pic .btn {
    position: absolute;
    font-size: 1.5rem;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    color: #b2b2b2;
    line-height: 2rem;
    display: block;
    text-align: center;
    top: 150px;
    left: 53%;
    margin: auto;
    box-shadow: -2px 2px 2px 2px #00000061;
}

.profile-pic .change-logo {
    position: relative;
    margin: auto;
}

.form-group.form-account {
    width: 80%;
    margin: auto;
}

.change-logo img {
    width: 200px;
    height: 100%;
}

.change-logo .crop {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    overflow: hidden;
    border-radius: 100rem;
}

.btn:focus-visible,
.btn:active {
    background-color: #F07A22 !important;
    border: #f07b228f !important;
}

.second-header {
    padding-top: 8rem;
}

/*  pop up */
/*  POP UP */
.popup {
    position: unset;
    display: block;
}

div#myPopup img {
    width: 65px;
    margin-top: 10px;
}

button.close-popup:hover {
    transform: scale(1.1);
}


/* The actual popup */
.popuptext {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
    /* background-color: #000000c7; */
    backdrop-filter: blur(5px);
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 8px 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0rem;
    margin: auto;
    /* margin-top: 0rem; */
    z-index: 999;
    border: oldlace;
    overflow: hidden;
}

div#myPopup .d-flex {
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.popuptext.show .inner {
    width: 500px;
    height: 200px;
    /* background: #fff; */
    padding: 8px 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
    margin-top: 11rem;
    /* box-shadow: 0px 0px 60px 1px #20202040; */
    /* overflow: hidden; */
}



div#myPopup h3 {
    color: #142c46;
    /* font-family: 'promt'; */
    font-family: 'Prompt', sans-serif;
    font-size: 1.5rem;
    margin-top: 10px;
}

/* div#myPopup:before {
      content: "";
      position: absolute;
      background: #f9f9f9;
      top: 0;
      width: 283px;
      height: 216px;
      border-radius: 291px 10px 17px 0px;
      z-index: -1;
  } */

.popup-btn {
    background: #142c46;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Prompt';
    width: fit-content;
    display: block;
    margin: auto;
}

button.close-popup {
    background: #ff7e00;
    font-size: 1.2rem;
    width: 170px;
    display: block;
    padding: 8px 0px;
    margin: auto;
    border-radius: 0;
    font-family: 'Prompt', sans-serif;
    color: #fff;
    border: unset;
    cursor: pointer;
}

/* Toggle this class - hide and show the popup */
.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.disabled {
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    pointer-events: none !important;
    opacity: .7 !important;
}

/* pop up */

.show {
    visibility: unset !important;
    -webkit-animation: unset;
    animation: unset !important;
}

.modal {
    background: #00000036 !important;
}

/* modal */
.confirm-icon {
    text-align: center;
    margin-bottom: 2rem;
}

.confirm-icon i {
    font-size: 4rem;
    color: #f07a22;
}

.modal-body {
    padding: 4rem 0px;
}

/* modal */

/* pop up policy */
.close-alert {
    position: absolute;
    top: 0;
    right: 0;
}

#lawmsg {
    z-index: 9999999999999999;
}

/* pop up policy */



.timeline-tab {
    margin-left: 70px;
    margin-right: 70px;
    overflow: hidden;
}

.timeline-tab .nav-item {
    flex: unset;
}

.timeline-tab .nav-item::before {
    width: 400px;
    left: 50%;
}


#dropdown-nav {
    background-color: #00000094 !important;
    backdrop-filter: blur(9px);
}

@media (max-width:991px) {

    .timeline-tab,
    .event-teb {
        justify-content: unset !important;
        flex-wrap: unset;
        overflow-x: auto;
    }

    .timeline-tab::-webkit-scrollbar,
    .event-teb::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .timeline-tab,
    .event-teb {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .timeline-tab .nav-item {
        padding: 0 10px;
        flex: 1;
    }

    .timeline-tab .nav-item::before {
        width: 100%;
    }

    .timeline-tab .nav-item:last-child:before {
        display: none;
    }

    .timeline-tab {
        margin-left: 0px;
        margin-right: 0px;
    }

    #dropdown-nav {
        background-color: transparent !important;
        backdrop-filter: unset;
        border: 0;
    }
}



.timeline-tab .nav-item .nav-link:hover,
.timeline-tab .nav-item.active .nav-link {
    color: #FFFFFF;
    background-color: #F07A22;
    border-color: #F07A22;
}


.form-group label {
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.form-group {
    text-align: left;
}

select.text-white option {
    color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-clip: content-box !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 60px #1A1A18 inset !important;
    background-color: transparent !important;
}


img {
    max-width: 100%;
    height: auto;
}

@media (max-width:767px) {
    .section.about table tr {
        display: flex;
        flex-direction: column;
    }

    .section.about table tr td {
        flex: 1;
        width: 100% !important;
    }
}
.about table{
    max-width: 100% !important;
}

@media (max-width:991px) {
    .header+div {
        margin-top: 83px;
    }
}

.full-cover{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
}
.footer-banner-ratio{
    aspect-ratio: 96/25;
}

.com-carousel-banner .splide__list{
    height: initial;
}
.com-carousel-banner .carousel-banner-item{
    height: 100%;
}
.contact .icon{
    flex:0 0 40px;
    height: 40px;
}
.contact .icon i{
    font-size: 1rem!important;
}
.section.testimomials{
    position: relative;
}
.box-nav-carousel{
    height: 100%!important;
}

.asp-191-100{
    aspect-ratio: 191/100;
}
.asp-191-100 img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
}
.text-right{
    text-align: right;
}

.feedb + .invalid-feedback{
    position: absolute;
    font-size: .85rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    right: 35px;
    text-align: right;
    display: inline-block;
    width: auto;
}
@media (max-width:991px){
.feedb + .invalid-feedback{
    display: none!important;
}
}

.relative{
    position: relative;
}
input[type="date" i]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.user-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    @screen lg{
        margin-left: 70px;
    }
}

#profilephoto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #912e5459;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.644);

}

#profile-image{
    display: none;
}

#uploadbtn{
    position: absolute;
    height: 32px;
    width: 32px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transform:translateX(120%) ;
    margin-top: 60px;
    background-color: rgba(173,172,172,.901);
    box-shadow: 2px 4px 4px rgba(0,0,0,0.644);
}
.aspect-\[16\/9\]{
    aspect-ratio: 16/7;
}

.pagination .active>.page-link, .page-link.active{
    background-color: #f07a22;
    border-color:tomato;
}
.page-link ,.page-link:hover{
    color:tomato;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label,.form-check-input:disabled{
    opacity: 1;
}

/* @media (min-width:992px) and (max-width:1080px) {
    .section.input-footer .row div:nth-child(1) {
        width: 100% !important;
        text-align: left;
        margin-bottom: 1rem;
    }
} */

/****************************************************
Addtiion 2026-02-10: For Sub Menu "Meetings"
****************************************************/      
:root {
    --own-orange: #F07A22;
    --own-black: #000000;
    --own-dark-bg: #121212;
    --own-card-bg: #1E1E1E;
    --own-text-main: #E0E0E0;
    --own-text-muted: #B0B0B0;
    --own-item-bg: #252525;
    --own-item-hover: #2a2a2a;
}

/****************************************************
Sub Menu "Meetings Own Conference"
****************************************************/     

/* Section 1: Stats Counter */     
.stats-section {
    background-color: #111; /* Dark Grey */
    color: white;
    padding: 60px 0;
    position: relative;
    margin-top: -50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 10;
    border: 1px solid #333;
}
.stat-item {
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child {
    border-right: none;
}
.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--own-orange); /* Orange Numbers */
    display: inline;
}
.stat-suffix {
    font-size: 3rem;
    font-weight: 700;
    color: var(--own-orange);
    display: inline;
}
.stat-label {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #aaa;
}
@media (max-width: 991px) {
    .stat-number,
    .stat-suffix {
        font-size: 2.8rem
    }
}
@media (max-width: 576px) {
    .stat-number,
    .stat-suffix {
        font-size: 10vw;
    }
    .stat-label {
        font-size: 0.75rem;
    }
}

/* Section 2: About */
.about-section {
    padding: 100px 0;
    background-color: #1A1A18;
    color: #fff;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--own-orange);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--own-orange);
    margin-top: 10px;
}
/* เส้นกราฟิกกึ่งกลาง – ใช้เฉพาะหัวข้อที่ต้องการ */
.section-title.section-title-line-center::after {
    margin-left: auto;
    margin-right: auto;
}
.text-muted {
    color: #aaa !important; /* Lighter grey for readability on black */
}

/* Section 3: Countdown (Redesigned) */
.countdown-section {
    position: relative;
    padding: 7rem 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.countdown-section-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #0d0d0d 0%, #151515 40%, #1a1410 100%);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.countdown-section-bg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(240, 122, 34, 0.06) 0%, transparent 55%);
    pointer-events: none;
}
.countdown-header {
    margin-bottom: 3.75rem;
    padding: 0 1rem;
}
.countdown-badge {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--own-orange);
    margin-bottom: 0.9rem;
    padding: 0.5rem 1.35rem;
    border: 1px solid rgba(240, 122, 34, 0.4);
    border-radius: 999px;
    background: rgba(240, 122, 34, 0.08);
}
.countdown-title {
    font-size: clamp(1.75rem, 5vw, 3rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
    letter-spacing: 0.02em;
}
.countdown-subtitle {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.6);
    margin: 0;
}
/* Fixed width container – ไม่ขยายเกินนี้ */
.countdown-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.9rem 0.6rem;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}
.countdown-item {
    flex: 0 0 auto;
}
.countdown-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 118px;
    min-width: 0;
    padding: 1.75rem 1.25rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    backdrop-filter: blur(8px);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}
.countdown-card:hover {
    border-color: rgba(240, 122, 34, 0.35);
    box-shadow: 0 0 24px rgba(240, 122, 34, 0.08);
}
.countdown-number {
    font-size: 3.85rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    color: var(--own-orange);
    display: block;
    letter-spacing: 0.05em;
}
.countdown-label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.5);
    margin-top: 0.5rem;
}
.countdown-sep {
    font-size: 2.6rem;
    font-weight: 300;
    color: rgba(240, 122, 34, 0.5);
    padding: 0 0.2rem;
    line-height: 1;
    align-self: center;
    user-select: none;
    flex-shrink: 0;
}

/* Tablet: ลดขนาดการ์ดและตัวเลข */
@media (max-width: 991px) {
    .countdown-section {
        padding: 5.5rem 0;
    }
    .countdown-container {
        max-width: 640px;
        gap: 0.7rem 0.4rem;
        padding: 0 0.75rem;
    }
    .countdown-card {
        width: 100px;
        padding: 1.4rem 0.9rem;
        border-radius: 12px;
    }
    .countdown-number {
        font-size: 2.85rem;
    }
    .countdown-label {
        font-size: 0.78rem;
    }
    .countdown-sep {
        font-size: 2rem;
    }
}

/* Mobile landscape / small tablet */
@media (max-width: 767px) {
    .countdown-section {
        padding: 4.5rem 0;
    }
    .countdown-header {
        margin-bottom: 2.75rem;
        padding: 0 0.5rem;
    }
    .countdown-container {
        max-width: 460px;
        gap: 0.6rem 0.3rem;
        padding: 0 0.5rem;
    }
    .countdown-card {
        width: 90px;
        padding: 1.15rem 0.6rem;
        border-radius: 10px;
    }
    .countdown-number {
        font-size: 2.35rem;
    }
    .countdown-label {
        font-size: 0.72rem;
        margin-top: 0.35rem;
    }
    .countdown-sep {
        font-size: 1.65rem;
        padding: 0 0.1rem;
    }
}

/* Mobile portrait – 2x2 grid */
@media (max-width: 575px) {
    .countdown-section {
        padding: 4rem 0;
    }
    .countdown-header {
        margin-bottom: 2.25rem;
    }
    .countdown-title {
        font-size: clamp(1.4rem, 5vw, 1.9rem);
    }
    .countdown-subtitle {
        font-size: 1rem;
    }
    .countdown-container {
        max-width: 360px;
        gap: 0.6rem 0.5rem;
        padding: 0 1rem;
    }
    .countdown-item {
        width: calc(50% - 0.5rem);
        max-width: 165px;
    }
    .countdown-card {
        width: 100%;
        max-width: 165px;
        min-width: 0;
        margin: 0 auto;
        padding: 1rem 0.6rem;
        border-radius: 10px;
    }
    .countdown-number {
        font-size: 2.1rem;
    }
    .countdown-label {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }
    .countdown-sep {
        display: none;
    }
}

/* Extra small – ป้องกัน overflow */
@media (max-width: 380px) {
    .countdown-container {
        max-width: 100%;
        padding: 0 0.75rem;
    }
    .countdown-item {
        width: calc(50% - 0.35rem);
    }
    .countdown-card {
        padding: 0.85rem 0.45rem;
    }
    .countdown-number {
        font-size: 1.85rem;
    }
}

/* Section 4: Sponsors */
.sponsors-section {
    padding: 80px 0;
    background-color: #0a0a0a; /* Very Dark Grey */
}
.sponsor-logo-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 0.75rem;
    background: rgba(255,255,255,1);
    border-radius: 12px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.sponsor-logo-cell:hover {
    /* background: rgba(255,255,255,0.8); */
    transform: translateY(-2px);
}
.sponsor-logo {
    width: 100%;
    height: 100%;
    max-height: 64px;
    object-fit: contain;
    object-position: center;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.sponsor-logo-cell:hover .sponsor-logo {
    filter: brightness(1.1);
    transform: scale(1.05);
}

/* Sponsor slider (Splide) – fixed max 20 slides; height from slide content only */
.splide-sponsors .splide__track,
.splide-sponsors .splide__list {
    height: auto !important;
}
.splide-sponsors .splide__slide {
    height: auto;
    display: flex;
}
.splide-sponsors .splide__slide > a {
    display: flex;
    width: 100%;
}
.splide-sponsors .sponsor-logo-cell {
    height: 100px;
    min-height: 100px;
    width: 100%;
}
.splide-sponsors .splide__arrow {
    background: #ffffff;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    opacity: 1;
}
.splide-sponsors .splide__arrow:hover {
    background: #f07a22;
    color: #fff;
    opacity: 1;
}
.splide-sponsors .splide__arrow--prev { left: -0.5rem; }
.splide-sponsors .splide__arrow--next { right: -0.5rem; }

/* Utilities & Animations */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Banner slide: text overlay + link button */
.carousel-banner-item.carousel-banner-has-caption {
    position: relative;
}
.carousel-banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 2.5rem;
    background: rgba(0,0,0,0.35);
    color: #fff;
}
.carousel-banner-caption .caption-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.carousel-banner-caption .caption-desc {
    font-size: 1rem;
    margin-bottom: 1rem;
    opacity: 0.95;
}
.carousel-banner-caption .btn-banner-link {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: var(--own-orange, #F07A22);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 9999px;
    transition: background 0.2s, transform 0.2s;
}
.carousel-banner-caption .btn-banner-link:hover {
    background: #e06d18;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .stats-section { margin-top: 3rem; border-radius: 0; }
    .carousel-banner-caption { padding: 1.25rem 1.5rem 1.5rem; }
    .carousel-banner-caption .caption-title { font-size: 1.35rem; }
}
@media (max-width: 414px) {
    .carousel-banner-caption .caption-title { 
        overflow: clip;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .carousel-banner-caption .caption-desc { 
        overflow: clip;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

/****************************************************
Sub Menu "Meetings Agenda"
****************************************************/

/* Mock Navigation */
.mock-navbar {
    background-color: #0a0a0a;
    padding: 15px 0;
    border-bottom: 3px solid var(--own-orange);
}
.mock-brand {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}
.mock-brand span {
    color: var(--own-orange);
}

/* Page Header */
.page-header {
    background-color: var(--own-dark-bg);
    padding: 40px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
}
.page-title {
    font-weight: 700;
    color: white;
    border-left: 5px solid var(--own-orange);
    padding-left: 15px;
    margin-bottom: 0;
}
.breadcrumb-custom .breadcrumb-item { color: var(--own-text-muted); }
.breadcrumb-custom .breadcrumb-item.active { color: var(--own-orange); }
.breadcrumb-custom a { color: var(--own-text-muted); text-decoration: none; }
.breadcrumb-custom a:hover { color: var(--own-orange); }

/* Agenda Container */
.agenda-container {
    background: var(--own-card-bg);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    margin-bottom: 50px;
    border: 1px solid #333;
}

/* Tabs Styling */
.nav-pills-custom {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.nav-pills-custom .nav-link {
    color: var(--own-text-muted);
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 25px;
    margin-right: 10px;
    border: 1px solid #444;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.nav-pills-custom .nav-link:hover {
    background-color: #2c2c2c;
    color: var(--own-orange);
    border-color: var(--own-orange);
}
.nav-pills-custom .nav-link.active {
    background-color: var(--own-orange);
    color: white;
    border-color: var(--own-orange);
    box-shadow: 0 4px 15px rgba(240, 122, 34, 0.4);
}

/* Agenda tabs: container with floating round arrows */
.agenda-tabs-nav {
    margin-bottom: 20px;
    position: relative;
}
/* Hide arrows when tabs don't overflow */
.agenda-tabs-nav.agenda-tabs-nav--no-overflow .agenda-tabs-arrow {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.agenda-tabs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: #2c2c2c;
    border: 1px solid #444;
    color: var(--own-text-muted);
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    transition: background 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s, visibility 0.2s, box-shadow 0.2s;
    z-index: 2;
}
.agenda-tabs-arrow:hover:not(.disabled) {
    background: #333;
    color: var(--own-orange);
    border-color: var(--own-orange);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}
.agenda-tabs-arrow.disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.agenda-tabs-arrow i {
    font-size: 1rem;
}
.agenda-tabs-arrow-prev { 
    left: -25px; 
    top: 23px;
}
.agenda-tabs-arrow-next { 
    right: -25px; 
    top: 23px;
}

/* Agenda tabs: scrollable wrapper (slide when overflow) */
.agenda-tabs-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.agenda-tabs-scroll-wrapper::-webkit-scrollbar {
    display: none;
}
.agenda-tabs-scroll-wrapper .nav-pills-custom {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.agenda-tabs-scroll-wrapper .nav-pills-custom .nav-item {
    flex: 0 0 auto;
}

/* Responsive: other pages using nav-pills-custom without wrapper */
@media (max-width: 768px) {
    .nav-pills-custom {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        scrollbar-width: none;
    }
    .nav-pills-custom::-webkit-scrollbar { display: none; }
    .nav-pills-custom .nav-item { flex: 0 0 auto; }
    /* when inside wrapper, ul must not scroll (wrapper scrolls) */
    .agenda-tabs-scroll-wrapper .nav-pills-custom {
        overflow-x: visible;
    }
    .agenda-tabs-arrow {
        width: 36px;
        height: 36px;
    }
    .agenda-tabs-arrow-prev { 
        left: -18px; 
    }
    .agenda-tabs-arrow-next { 
        right: -18px; 
    }
    .agenda-tabs-arrow i {
        font-size: 0.875rem;
    }
}

/* --- New Div-Based Layout Styling --- */
.agenda-list {
    margin-top: 20px;
}

/* Header Row */
.agenda-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 2px solid var(--own-orange);
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    color: var(--own-text-muted);
}
.agenda-header .col-time,
.agenda-header .col-event,
.agenda-header .col-venue {
    /* text-align: center; */
    display: initial;
}

/* Item Row */
.agenda-item {
    display: flex;
    background-color: var(--own-item-bg);
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 6px;
    transition: all 0.2s ease;
    align-items: center; /* Center vertically */
    border-left: 3px solid transparent; /* Reserve space for hover border */
}

.agenda-item:hover {
    transform: translateY(-2px);
    background-color: var(--own-item-hover);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-left: 3px solid var(--own-orange);
}

/* Columns Widths */
.col-time {
    width: 20%;
    color: var(--own-orange);
    font-weight: 700;
    font-size: 1.1rem;
}
.col-event {
    width: 55%;
    padding-right: 15px;
}
.col-venue {
    width: 25%;
    color: #bbb;
    font-weight: 500;
    /* display: flex;
    align-items: center; */
}
.col-venue i {
    color: var(--own-orange);
    margin-right: 8px;
    width: 20px; /* Fixed width for icon alignment */
    text-align: center;
}

/* Content Styling */
.event-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: white;
    display: block;
    margin-bottom: 4px;
}
.event-desc {
    font-size: 0.9rem;
    color: #999;
}
.badge-session {
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #333;
    color: #ddd;
    margin-bottom: 8px;
    display: inline-block;
    border: 1px solid #444;
}

/* Button */
.btn-outline-custom {
    color: var(--own-orange);
    border-color: var(--own-orange);
}
.btn-outline-custom:hover {
    background-color: var(--own-orange);
    color: white;
}

/* Responsive - Mobile View */
@media (max-width: 768px) {
    .agenda-header {
        display: none; /* Hide header on mobile */
    }
    .agenda-item {
        display: block; /* Stack content vertically */
        padding: 15px;
        border-left: 4px solid var(--own-orange); /* Always show accent on mobile */
    }
    .col-time, .col-event, .col-venue {
        width: 100%; /* Full width */
        margin-bottom: 10px;
    }
    .col-time {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .col-event {
        margin-bottom: 12px;
        padding-right: 0;
    }
    .col-venue {
        margin-bottom: 0;
        padding-top: 10px;
        border-top: 1px solid #333;
        font-size: 0.9rem;
        color: #888;
    }
} 

/****************************************************
Sub Menu "Meetings Venue"
****************************************************/

.text-orange {
    color: var(--own-orange) !important;
}

.text-muted-custom {
    color: var(--own-text-muted) !important;
}

/* Divider Decoration */
.section-divider {
    width: 60px;
    height: 4px;
    background-color: var(--own-orange);
    margin: 1.5rem 0;
    border-radius: 2px;
}

/* Content Sections */
.content-section {
    padding: 100px 0;
    border-bottom: 1px solid var(--own-border);
    color: #fff;
}

/* Cards & Articles */
.article-card {
    background-color: var(--own-card-bg);
    border-radius: 4px; /* More square for corporate look */
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid var(--own-border);
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    transform: translateY(-5px);
    border-color: var(--own-orange);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.article-image {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.1);
}

.article-body {
    padding: 2.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.article-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #fff;
}

/* Custom Button - Corporate Style */
.btn-theme {
    background-color: var(--own-orange);
    color: #fff;
    border: 2px solid var(--own-orange);
    padding: 10px 30px;
    border-radius: 4px; /* Slightly rounded corners */
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
    align-self: flex-start;
}

.btn-theme:hover {
    background-color: transparent;
    color: var(--own-orange);
}

/* Small Cards */
.info-card {
    background-color: var(--own-card-bg);
    border: 1px solid var(--own-border);
    padding: 1.5rem;
    border-radius: 4px;
    height: 100%;
    transition: 0.3s;
}

.info-card:hover {
    border-color: var(--own-orange);
}

/* Info card with image */
.info-card.info-card-with-image {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem;
    gap: 1rem;
}

.info-card-image {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 4px;
    overflow: hidden;
}

.info-card-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

.info-card-content {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Responsive - Tablet */
@media (max-width: 1199px) {
    .info-card.info-card-with-image {
        padding: 0.875rem;
        gap: 0.875rem;
    }
    
    .info-card-image {
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        max-width: 70px;
        max-height: 70px;
    }
    
    .info-card-image img {
        width: 70px;
        height: 70px;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .info-card.info-card-with-image {
        flex-direction: column;
        padding: 0;
        gap: 0;
    }
    
    .info-card-image {
        flex: 0 0 auto;
        width: 100%;
        height: 150px;
        min-width: 100%;
        min-height: 150px;
        max-width: 100%;
        max-height: 150px;
        border-radius: 4px 4px 0 0;
    }
    
    .info-card-image img {
        width: 100%;
        height: 150px;
    }
    
    .info-card-content {
        padding: 1rem;
    }
    
    .info-card-content h5 {
        font-size: 0.9rem;
    }
    
    .info-card-content .small {
        font-size: 0.75rem;
    }
}

/* Hotel section - 4 cards layout (vertical stack) */
.hotel-card-image {
    height: 180px;
}
.hotel-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}
.hotel-card-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

/* Hotel features/amenities */
.hotel-features span {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .hotel-features {
        flex-direction: column;
        gap: 0.5rem !important;
    }
    
    .hotel-features span {
        display: block;
    }
}

/* Hotel section - horizontal card (image left, content right) */
.hotel-card-horizontal {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.hotel-card-horizontal .hotel-card-image-wrap {
    width: 320px;
    min-width: 320px;
    flex-shrink: 0;
    overflow: hidden;
}
.hotel-card-horizontal .hotel-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 200px;
}
.hotel-card-horizontal .hotel-card-body {
    flex: 1;
    padding: 1.5rem 2rem;
    justify-content: center;
}

/* สิ่งอำนวยความสะดวก */
.hotel-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}
.amenity-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.85);
}
.amenity-item i {
    color: var(--own-orange);
    font-size: 0.85rem;
    width: 1.1em;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .article-image {
        height: 200px;
    }
    .hotel-card-image {
        height: 160px;
    }
    .hotel-card-horizontal {
        flex-direction: column;
    }
    .hotel-card-horizontal .hotel-card-image-wrap {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }
    .hotel-card-horizontal .hotel-card-image-wrap img {
        min-height: 200px;
    }
    .hotel-card-horizontal .hotel-card-body {
        padding: 1.25rem;
    }
}

/****************************************************
Sub Menu "Meetings Scheduler"
****************************************************/

/* Buttons */
.btn-own {
    background-color: var(--own-orange);
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}

.btn-own:hover {
    background-color: #d66515; /* Slightly darker orange */
    color: #fff;
    transform: translateY(-2px);
}

.btn-outline-own {
    background-color: transparent;
    border: 1px solid var(--own-text-muted);
    color: var(--own-text-main);
    padding: 10px 24px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline-own:hover {
    border-color: var(--own-orange);
    color: var(--own-orange);
}

/* Article / Scheduler Section */
.scheduler-card {
    background-color: var(--own-card-bg);
    border-radius: 12px;
    border: 1px solid var(--own-item-bg);
    padding: 0;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: transform 0.3s ease;
}

.scheduler-card:hover {
    border-color: var(--own-item-hover);
}

.article-content {
    padding: 40px;
}

.article-meta {
    font-size: 0.9rem;
    color: var(--own-text-muted);
    margin-bottom: 1.5rem;
    display: flex;
    gap: 20px;
    align-items: center;
}

.article-meta i {
    color: var(--own-orange);
    margin-right: 8px;
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

/* Orange Accent Line */
.article-title::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 5px;
    height: 40px;
    width: 4px;
    background-color: var(--own-orange);
}

.article-body p {
    color: var(--own-text-muted);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.benefit-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: var(--own-text-main);
}

.benefit-list li i {
    color: var(--own-orange);
    margin-right: 15px;
}

/* Image Side - Updated to support <img> tag */
.article-image-container {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.article-image-container::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, var(--own-card-bg) 0%, rgba(30,30,30,0) 100%);
    pointer-events: none; /* Allows clicks to pass through if necessary */
}

/* Mobile adjust for gradient */
@media(max-width: 991px) {
    .article-image-container::after {
        background: linear-gradient(to bottom, var(--own-card-bg) 0%, rgba(30,30,30,0) 20%);
    }
    .article-title::before {
        left: -20px;
    }
    .article-content {
        padding: 20px;
    }
}

/****************************************************
Sub Menu "Meetings Sponsorship"
****************************************************/

/* .section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--own-orange);
    margin: 10px auto 0;
    border-radius: 2px;
} */

/* --- About Section --- */
/* .about-section {
    padding: 60px 0;
    background-color: var(--own-card-bg);
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
} */

.text-highlight {
    color: var(--own-orange);
    font-weight: 600;
}

/* --- Sponsor Cards --- */
.sponsor-tier-title {
    text-align: center;
    margin: 60px 0 40px;
    position: relative;
    font-size: 1.8rem;
    color: var(--own-text-muted);
}

.sponsor-tier-title span {
    background-color: #1a1a18;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.sponsor-tier-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    z-index: 0;
}

.sponsor-card {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

/* Hover Effect inspired by gaming/tech styles */
.sponsor-card:hover {
    background-color: #fff;
    transform: translateY(-5px);
    border-color: var(--own-orange);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5), 0 0 15px rgba(240, 122, 34, 0.2);
}

.sponsor-logo-placeholder {
    font-size: 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sponsor-logo-placeholder i {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: var(--own-text-muted);
    transition: color 0.3s;
}

.sponsor-card:hover .sponsor-logo-placeholder i {
    color: var(--own-orange);
}

/* Image styling within cards */
/* .sponsor-card img {
    transition: filter 0.3s;
    filter: grayscale(100%) brightness(1.2);
}

.sponsor-card:hover img {
    filter: grayscale(0%) brightness(1);
} */


/* Tier Specific Adjustments */
.tier-platinum .sponsor-card {
    min-height: 250px;
    background: linear-gradient(145deg, #ffffff, #ffffff);
}

.tier-platinum .sponsor-logo-placeholder {
    font-size: 2.5rem;
}

.tier-gold .sponsor-card {
    min-height: 180px;
}

.tier-silver .sponsor-card {
    min-height: 120px;
    padding: 1.5rem;
}

.tier-silver .sponsor-logo-placeholder {
    font-size: 1.2rem;
}

.tier-silver .sponsor-logo-placeholder i {
    font-size: 2rem;
}

.btn-sponsor {
    background-color: var(--own-orange);
    color: white;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

.btn-sponsor:hover {
    opacity: 0.9;
    color: white;
}

.sponsor-card-horizontal { 
    display: flex; 
    align-items: stretch; 
    padding: 0; 
    background: rgba(255,255,255,0.05); 
    border-radius: 12px; 
    border: 1px solid rgba(255,255,255,0.1); 
    margin-bottom: 1rem; overflow: hidden; 
}
.sponsor-card-horizontal .sponsor-logo-wrap { 
    flex: 0 0 50%; 
    width: 50%; 
    min-height: 200px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 1.5rem; 
    background: #fff;
    text-decoration: none;
    color: inherit;
}
.sponsor-card-horizontal .sponsor-logo-wrap img { 
    display: block; 
    max-width: 260px; 
    width: 260px; 
    height: auto; 
    aspect-ratio: 1/1; 
    object-fit: contain; 
}
.sponsor-card-horizontal .sponsor-benefits { 
    flex: 0 0 50%; 
    width: 50%; 
    padding: 1.25rem 1.5rem; 
    display: flex; 
    flex-direction: column; 
    /* justify-content: center;  */
}
.sponsor-card-horizontal .sponsor-benefits ul { 
    margin: 0; 
    padding-left: 0; 
    list-style: none; 
    color: var(--own-text-muted, #adb5bd); 
}
.sponsor-card-horizontal .sponsor-benefits li { 
    margin-bottom: 0.35rem; 
    padding-left: 1.5em; 
    position: relative; 
}
.sponsor-card-horizontal .sponsor-benefits li::before { 
    content: "✓"; 
    position: absolute; 
    left: 0; color: var(--own-orange, #f0ad4e); 
    font-weight: bold; }
@media (max-width: 767px) { 
    .sponsor-card-horizontal { 
        flex-direction: column; 
    } 
    .sponsor-card-horizontal .sponsor-logo-wrap, 
    .sponsor-card-horizontal .sponsor-benefits { 
        flex: 0 0 auto; 
        width: 100%; 
    } 
    .sponsor-card-horizontal .sponsor-logo-wrap { 
        min-height: 160px; 
    } 
    .sponsor-card-horizontal .sponsor-logo-wrap img { 
        max-width: 120px; 
        width: 120px; 
    } 
}