/* Minimal custom styls for ConfWeb template */
:root {
    --brand: #17c023;
    --brand-dark: #1a2f22;
    --accent: #f68b20;
    --accent-light: #ffc107;
    --navy: #0a2540;
    --navy-light: #14385a;
    --bg-soft: #f8fafb;
    --glass-white: rgba(255, 255, 255, 0.8);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-premium: 0 10px 30px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

body {
    background: #f8fafb;
    color: #212529
}

p {
    text-align: justify;
}

.navbar-brand {
    color: var(--brand)
}

header {
    background: url(../images/llft31.webp?v=2);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 8rem !important;
    padding-bottom: 4rem !important;
    color: #ffffff;
}

header h1,
header p,
header .lead {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.card-img-top {
    object-fit: cover;
    height: 100%
}

.navbar img {
    height: 40px;
    width: auto
}

.card {
    background-color: transparent;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px
}

.owl-dots {
    margin-top: 0.75rem
}

.display-5 {
    font-size: 2.5rem
}

/* Global smooth scrolling */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

/* Reveal on scroll */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

/* Beautiful Feature Cards */
.feature-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
}

/* Glass Card Variants - Vibrant with Black Text */
.glass-card-red {
    background: linear-gradient(135deg, rgba(255, 99, 71, 0.8) 0%, rgba(255, 182, 193, 0.4) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px 0 rgba(255, 99, 71, 0.3) !important;
    color: #000 !important;
    border: none !important;
}

.glass-card-yellow {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.8) 0%, rgba(255, 255, 224, 0.4) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px 0 rgba(255, 215, 0, 0.3) !important;
    color: #000 !important;
    border: none !important;
}

.glass-card-blue {
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.8) 0%, rgba(135, 206, 235, 0.4) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px 0 rgba(30, 144, 255, 0.3) !important;
    color: #000 !important;
    border: none !important;
}

.glass-card-green {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.8) 0%, rgba(144, 238, 144, 0.4) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px 0 rgba(40, 167, 69, 0.3) !important;
    color: #000 !important;
    border: none !important;
}

.glass-card-red .text-dark,
.glass-card-red .text-muted,
.glass-card-red i,
.glass-card-yellow .text-dark,
.glass-card-yellow .text-muted,
.glass-card-yellow i,
.glass-card-blue .text-dark,
.glass-card-blue .text-muted,
.glass-card-blue i,
.glass-card-green .text-dark,
.glass-card-green .text-muted,
.glass-card-green i {
    color: #000 !important;
    -webkit-text-fill-color: initial !important;
}

/* Existing Glass Card Variants - Vibrant with Black Text */
.glass-card-red {
    background: linear-gradient(135deg, rgba(255, 99, 71, 0.8) 0%, rgba(255, 182, 193, 0.4) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px 0 rgba(255, 99, 71, 0.3) !important;
    color: #000 !important;
    border: none !important;
}

.glass-card-yellow {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.8) 0%, rgba(255, 255, 224, 0.4) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px 0 rgba(255, 215, 0, 0.3) !important;
    color: #000 !important;
    border: none !important;
}

.glass-card-blue {
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.8) 0%, rgba(135, 206, 235, 0.4) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px 0 rgba(30, 144, 255, 0.3) !important;
    color: #000 !important;
    border: none !important;
}

.glass-card-green {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.8) 0%, rgba(144, 238, 144, 0.4) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px 0 rgba(40, 167, 69, 0.3) !important;
    color: #000 !important;
}

/* Original Info Boxes - Glowing Pastel Style */
.glow-theme-card {
    border-radius: 20px;
    padding: 3rem 2rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    border: none;
}

.glow-theme-card:hover {
    transform: translateY(-8px);
}

.glow-card-coral {
    background: linear-gradient(135deg, #ff9b9b, #ffd4d4);
    box-shadow: 0 15px 35px rgba(255, 155, 155, 0.6);
}
.glow-card-coral:hover { box-shadow: 0 20px 45px rgba(255, 155, 155, 0.8); }

.glow-card-yellow {
    background: linear-gradient(135deg, #ffde4d, #fff5b8);
    box-shadow: 0 15px 35px rgba(255, 222, 77, 0.6);
}
.glow-card-yellow:hover { box-shadow: 0 20px 45px rgba(255, 222, 77, 0.8); }

.glow-card-blue {
    background: linear-gradient(135deg, #5eb2ff, #bce0ff);
    box-shadow: 0 15px 35px rgba(94, 178, 255, 0.6);
}
.glow-card-blue:hover { box-shadow: 0 20px 45px rgba(94, 178, 255, 0.8); }

.glow-icon-box {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    color: #1e293b;
}

/* Original RGB Glass Cards */
.rgb-glass-card {
    border-radius: 20px;
    padding: 3rem 2rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.rgb-glass-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); border-color: rgba(255, 255, 255, 0.9);
}

.glass-red {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(239, 68, 68, 0.02));
    border-top: 4px solid #ef4444;
    box-shadow: 0 8px 32px rgba(239, 68, 68, 0.15);
}
.glass-green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.02));
    border-top: 4px solid #10b981;
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.15);
}
.glass-blue {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0.02));
    border-top: 4px solid #3b82f6;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.15);
}

.glass-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.icon-red { background: linear-gradient(135deg, #ef4444, #dc2626); }
.icon-green { background: linear-gradient(135deg, #10b981, #059669); }
.icon-blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }

.ml-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ml-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}

.ml-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 0.85rem;
}

.glass-red .ml-list li::before { color: #ef4444; }
.glass-blue .ml-list li::before { color: #3b82f6; }
.glass-green .ml-list li::before { color: #10b981; }

.section-head-glow {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-head-glow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: var(--brand);
    border-radius: 2px;
}

/* Icons for Feature Cards */
.feature-icon-box {
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
}

.feature-card.text-center .feature-icon-box {
    margin-left: auto;
    margin-right: auto;
}

.icon-gradient-red {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient-yellow {
    background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient-blue {
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Custom Lists */
.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #4a5568;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #f68b20;
    font-weight: bold;
}

/* Classic High-Tech Navbar (Old School) */
.navbar {
    background: #ffffff !important;
    border-top: 4px solid #198754 !important;
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 0;
    transition: all 0.3s ease;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #444 !important;
    padding: 0.8rem 1.2rem !important;
    margin: 0 0.1rem;
    transition: all 0.2s ease;
    border-radius: 0;
    font-size: 0.95rem;
    border-bottom: 3px solid transparent;
}

.navbar-nav .nav-link:hover {
    color: #198754 !important;
    background: transparent !important;
}

.navbar-nav .nav-link.active {
    color: #198754 !important;
    border-bottom-color: #198754 !important;
    background: transparent !important;
    box-shadow: none !important;
    animation: none !important;
}

.navbar-brand img {
    height: 55px;
    width: auto;
    filter: none !important;
    transition: all 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
    height: 48px;
}

header.d-lg-block,
.mobile-banner-wrapper {
    margin-top: 80px;
}

main {
    padding-top: 20px !important;
}

section {
    position: relative;
    z-index: 1;
    scroll-margin-top: 120px;
}

@media (max-width: 991px) {
    main {
        padding-top: 20px;
    }

    .navbar {
        position: relative !important;
        margin: 0;
        width: 100%;
        border-top: none !important;
    }
}

\n\n

/* Modern Accordion */
.accordion-item {
    border: none;
    margin-bottom: 0.75rem;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.accordion-button {
    font-weight: 600;
    color: #1a2f22;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(246, 139, 32, 0.05);
    color: #f68b20;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(246, 139, 32, 0.2);
}

.accordion-body {
    padding: 1.25rem;
    background-color: #fff;
}

.accordion-body ul {
    list-style: none;
    padding-left: 0;
}

.accordion-body li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.accordion-body li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #1a2f22;
    font-size: 0.9rem;
}

/* Gradient Button */
.btn-gradient-orange {
    background: linear-gradient(135deg, #f68b20 0%, #ff512f 100%);
    border: none;
    color: #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(246, 139, 32, 0.3);
}

.btn-gradient-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(246, 139, 32, 0.4);
    color: #fff;
}

/* Icon Gradient Utilities */
.icon-gradient-teal {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient-purple {
    background: linear-gradient(135deg, #6610f2 0%, #6f42c1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient-green {
    background: linear-gradient(135deg, #28a745 0%, #1a2f22 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient-orange-alt {
    background: linear-gradient(135deg, #f68b20 0%, #fd7e14 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Accordion caret rotation (Bootstrap uses ::after) */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg)
}

.mobile-banner-wrapper {
    background: #fff;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.mobile-hero-buttons {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.mobile-hero-buttons .btn {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}

.mobile-hero-buttons .btn:active {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    header {
        display: none !important;
    }

    .display-5 {
        font-size: 1.75rem
    }

    body header {
        padding: 0 !important;
        padding-top: 80% !important;
        /* Slightly more height for a perfect mobile fit */
        background-size: 100% auto !important;
        background-position: center top !important;
        min-height: 0 !important;
    }
}

/* Small utility spacing for sections */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

/* Committee Members styling */
.committee-section {
    background-color: transparent;
    /* No background color, inherits from body */
}

.committee-section .nav-tabs {
    border-bottom: 2px solid #e2e8f0;
    gap: 0.5rem;
}

.committee-section .nav-tabs .nav-link {
    border: none;
    color: #4a5568;
    padding: 0.75rem 1.25rem;
    position: relative;
    background: transparent;
    transition: all 0.2s ease-in-out;
}

.committee-section .nav-tabs .nav-link:hover {
    color: #1a2f22;
    background-color: #f8f9fa;
    border-radius: 6px 6px 0 0;
}

.committee-section .nav-tabs .nav-link.active {
    color: #1a2f22;
    background: transparent;
}

.committee-section .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1a2f22;
    border-radius: 3px 3px 0 0;
}

.committee-section .table {
    border: 1px solid #edf2f7;
    margin-bottom: 0;
}

.committee-section .table th {
    color: #2d3748;
    width: 25%;
    vertical-align: top;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #edf2f7;
    background-color: #f7fafc;
}

.committee-section .table td {
    vertical-align: top;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #edf2f7;
    color: inherit;
}

.committee-section .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #ffffff;
}

.committee-section .table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #f8fafb;
}

.committee-section .table-striped>tbody>tr:hover>* {
    background-color: #f1f5f9;
}


/* --- High-Tech Navy Footer (v11) --- */
.footer-v11 {
    background: linear-gradient(135deg, #0a2540 0%, #14385a 100%);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* Soft light border */
}

.footer-title-v11 {
    color: #17c023;
    /* Neon brand heading */
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.footer-title-v11::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 3px;
    background: #f68b20;
    /* Glowing orange accent */
    border-radius: 2px;
}

.venue-name-v11,
.contact-name-v11 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    /* Contrast on navy */
    margin-bottom: 5px;
}

.venue-address-v11 {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    /* Subtle white */
}

.contact-role-v11 {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    /* Faded white for roles */
}

.venue-email-v11 a,
.contact-phone-v11 {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.venue-email-v11 a:hover,
.contact-phone-v11:hover {
    color: #f68b20;
    /* Pop on hover */
}

.footer-bottom-v11 {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-bottom-v11 p {
    color: rgba(255, 255, 255, 0.4);
}

/* Ensure the text orange class exists just in case */
.text-orange {
    color: #f68b20 !important;
}


.xx-small {
    font-size: 0.65rem;
}

.text-orange {
    color: #f68b20 !important;
}


/* Custom Utility Classes */
.bg-light-blue {
    background-color: rgb(232, 243, 255) !important;
}

/* Individual Timeline Milestone Colors */
.ht-deadline .ht-marker {
    background-color: #ff416c !important;
    box-shadow: 0 0 0 5px white, 0 0 15px rgba(255, 65, 108, 0.6) !important;
}

.ht-deadline .badge {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%) !important;
    color: white !important;
}

.ht-deadline h3 {
    color: #ff416c !important;
}

.ht-acceptance .ht-marker {
    background-color: #0d6efd !important;
    box-shadow: 0 0 0 5px white, 0 0 15px rgba(13, 110, 253, 0.6) !important;
}

.ht-acceptance .badge {
    background: linear-gradient(135deg, #0d6efd 0%, #00d2ff 100%) !important;
    color: white !important;
}

.ht-acceptance h3 {
    color: #0d6efd !important;
}

.ht-conference .ht-marker {
    background-color: #17c023 !important;
    box-shadow: 0 0 0 5px white, 0 0 15px rgba(23, 192, 35, 0.6) !important;
}

.ht-conference .badge {
    background: linear-gradient(135deg, #17c023 0%, #5af56d 100%) !important;
    color: white !important;
}

.ht-conference h3 {
    color: #17c023 !important;
}

/* Horizontal Timeline Active State (Keep for general scaling) */
.ht-item {
    transform: scale(1);
    transition: all 0.3s ease;
}

.ht-item:hover {
    transform: scale(1.1);
}

.ht-active .ht-marker {
    background-color: #ff416c !important;
    /* Standout active color */
    box-shadow: 0 0 0 5px white, 0 0 15px rgba(255, 65, 108, 0.6) !important;
    transform: scale(1.3);
    transition: all 0.3s ease;
}

.ht-active>span.badge {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%) !important;
    color: white !important;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 65, 108, 0.3) !important;
    border: none !important;
}

.ht-active>h3 {
    color: #ff416c !important;
}

/* Registration Compact Grid (V4) */
.reg-compact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 4px solid #0d6efd;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reg-compact-card.intl {
    border-top-color: #f68b20;
}

.reg-compact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.reg-role-title {
    font-weight: 700;
    font-size: 1rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    min-height: 3rem;
    display: flex;
    align-items: center;
}

.reg-price-split {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.reg-price-col {
    text-align: left;
}

.reg-price-col.text-end {
    text-align: right;
}

.reg-price-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.reg-price-val {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a2f22;
}

.reg-price-col.highlight .reg-price-val {
    color: #0d6efd;
    font-size: 1.3rem;
    font-weight: 800;
}

.reg-compact-card.intl .reg-price-col.highlight .reg-price-val {
    color: #f68b20;
}

.reg-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2f22;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0.25rem 1rem;
    background: rgba(13, 110, 253, 0.05);
    border-radius: 20px;
}

.reg-section-title.intl {
    background: rgba(246, 139, 32, 0.05);
    color: #f68b20;
}

/* Committee Members Redesign (V2 - Compact) */
.committee-role-section {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.committee-role-title {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6c757d;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.committee-role-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.committee-members-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.committee-member-entry {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem;
    transition: all 0.2s ease;
}

.committee-member-entry:hover {
    transform: translateX(5px);
}

.member-icon {
    width: 32px;
    height: 32px;
    background: rgba(13, 110, 253, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.member-info h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2f22;
    margin-bottom: 0.15rem;
}

.member-info p {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.4;
}

.member-info span.uni-tag {
    font-weight: 600;
    color: #163020;
}

/* Specific for Steering Committee (More Compact) */
.steering-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}

.steering-grid .committee-member-entry {
    padding: 0.35rem;
}

/* University Gallery/Carousel */
.university-carousel .item {
    overflow: hidden;
    border-radius: 20px;
    /* Match the image radius */
    margin: 10px;
    background: #fff;
}

.university-carousel .item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.university-carousel .item:hover img {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.university-carousel .owl-dots {
    margin-top: 20px;
}

.university-carousel .owl-dot span {
    width: 12px;
    height: 6px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.university-carousel .owl-dot.active span {
    width: 24px;
    background: #1a2f22 !important;
}

@media (max-width: 768px) {
    .university-carousel .item img {
        height: 250px;
    }
}

/* Dock Timer v3 */
.timer-dock-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    pointer-events: none; /* Allow clicking through to content underneath if needed */
}

.timer-dock {
    pointer-events: auto; /* Re-enable clicks for the timer itself */
}

.timer-dock {
    background: rgba(10, 15, 12, 0.95);
    /* Slightly darker for v3.1 */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 25px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    gap: 20px;
}

.dock-label {
    font-size: 0.6rem;
    font-weight: 900;
    color: #f68b20;
    letter-spacing: 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
}

.dock-segments {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dock-seg {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
}

.d-val {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    /* Enhanced contrast */
}

.d-lbl {
    font-size: 0.5rem;
    color: #17c023;
    font-weight: 700;
    margin-top: 4px;
}

.dock-divider {
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {
    .timer-dock-container {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }

    .timer-dock {
        width: 100%;
        justify-content: center;
        padding: 10px 15px;
    }

    .dock-label {
        display: none;
    }
}

/* Vertical Timeline for Mobile */
@media (max-width: 991px) {
    .horizontal-timeline-wrapper {
        overflow-x: hidden !important;
        padding-bottom: 0 !important;
    }

    .horizontal-timeline {
        flex-direction: column !important;
        min-width: auto !important;
        max-width: 600px !important;
        padding-left: 50px !important;
        text-align: left !important;
        display: block !important;
        margin-left: 0 !important;
    }

    /* Transform horizontal line to vertical */
    .horizontal-timeline .position-absolute.start-0.end-0 {
        top: 0 !important;
        bottom: 0 !important;
        left: 15px !important;
        right: auto !important;
        width: 2px !important;
        height: 100% !important;
    }

    .ht-item {
        width: 100% !important;
        margin-bottom: 40px !important;
        padding-left: 30px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .countdown-float {
        bottom: 10px;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .ht-marker {
        position: absolute !important;
        left: -42px !important;
        top: 8px !important;
        margin: 0 !important;
    }

    .ht-item h3 {
        margin: 5px 0 0 0 !important;
        text-align: left !important;
        max-width: none !important;
        font-size: 0.95rem !important;
    }

    .ht-item .badge {
        margin-bottom: 0px !important;
        display: inline-block !important;
    }
}

/* 2-2-1 Grid Layout for Mobile Committee Section */
@media (max-width: 991px) {
    .committee-section .nav-tabs {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        border: none !important;
        justify-content: center;
        padding-bottom: 15px;
    }

    .committee-section .nav-tabs .nav-item {
        flex: 0 0 calc(50% - 10px) !important;
        /* 2 columns */
        white-space: normal !important;
    }

    /* Make the last item (Steering Committee) take full width */
    .committee-section .nav-tabs .nav-item:last-child {
        flex: 0 0 calc(100% - 10px) !important;
    }

    .committee-section .nav-tabs .nav-link {
        width: 100% !important;
        padding: 12px 10px !important;
        font-size: 0.8rem !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 10px !important;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
    }

    .committee-section .nav-tabs .nav-link.active::after {
        display: none !important;
        /* Hide the bottom line on grid layout */
    }

    .committee-section .nav-tabs .nav-link.active {
        background-color: #1a2f22 !important;
        color: #fff !important;
        border-color: #1a2f22 !important;
    }
}

/* Scientific Tracks Grid */
.track-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.track-card {
    background: linear-gradient(135deg, #f1f8f3 0%, #c3ffc7 100%);
    color: #1a2f22;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(25, 135, 84, 0.15);
    box-shadow: 0 8px 25px rgba(25, 135, 84, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.track-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(25, 135, 84, 0.08);
    border-color: #198754;
}

.track-card i {
    font-size: 1.5rem;
    color: #1a2f22;
    /* Dark contrast icon */
    margin-bottom: 1rem;
    display: block;
}

.track-card h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a2f22;
    margin-bottom: 1rem;
}

.track-card .feature-list li {
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
    color: #1a2f22;
    font-weight: 500;
}

/* Committee Section Redesign */
.committee-section {
    background: #f8fafc;
}

.committee-tabs-custom {
    border: none !important;
    border-bottom: none !important;
    gap: 1rem;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.committee-tabs-custom::after,
.committee-tabs-custom::before {
    display: none !important;
}

.committee-tab-btn {
    border: none !important;
    border-radius: 50px !important;
    padding: 0.8rem 2rem !important;
    font-weight: 600;
    color: #64748b !important;
    background: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.committee-tab-btn.active {
    background: linear-gradient(135deg, #17c023 0%, #1a2f22 100%) !important;
    color: white !important;
    box-shadow: 0 5px 15px rgba(25, 135, 84, 0.2) !important;
}

.committee-role-section {
    margin-bottom: 1.25rem;
}

.committee-role-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a2f22;
    margin-bottom: 0.75rem;
    padding-left: 0.8rem;
    border-left: 4px solid #17c023;
    display: inline-block;
}

.committee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.committee-card {
    background: #d6ffd4;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
}

.committee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(25, 135, 84, 0.08);
    border-color: rgba(25, 135, 84, 0.2);
}

.member-avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 15px;
    background: #f1f8f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-avatar i {
    font-size: 1.5rem;
    color: #17c023;
}

.member-details h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #1a2f22;
}

.member-details p {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0;
}

/* Mobile Adjustments for Committee */
@media (max-width: 768px) {
    .committee-tabs-custom {
        flex-direction: column;
        align-items: stretch;
    }

    .committee-tabs-custom .nav-link {
        padding: 0.6rem 1.2rem !important;
        font-size: 0.9rem;
    }
}

/* --- Registration Table Customization --- */
.registration-table-modern thead tr {
    background: linear-gradient(135deg, #1a2f22 0%, #17c023 100%) !important;
}

.registration-table-modern thead th {
    background-color: transparent !important;
    color: white !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
}

.reg-row-red td {
    background-color: #fee2e2 !important;
    color: #991b1b !important;
}

.reg-row-yellow td {
    background-color: #fef3c7 !important;
    color: #92400e !important;
}

.reg-row-blue td {
    background-color: #dbeafe !important;
    color: #1e40af !important;
}

.reg-row-green td {
    background-color: #dcfce7 !important;
    color: #166534 !important;
}

.registration-table-modern tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 1.25rem 1rem !important;
}

/* --- Call for Presentations Section Enhancements --- */
.call-presentations-section {
    background: linear-gradient(135deg, #1a2f22 0%, #2c4e3b 100%);
    padding: 4rem 2rem;
    border-radius: 30px;
    margin-top: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
}

.call-presentations-section h3,
.call-presentations-section p,
.call-presentations-section .text-muted {
    color: #ffffff !important;
}

.call-presentations-section .feature-icon-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.call-presentations-section .icon-gradient-green {
    background: linear-gradient(135deg, #17c023 0%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- Scientific Track Variants --- */
.track-card.track-red {
    background: linear-gradient(135deg, #fff5f7 0%, #ffe0e6 100%);
    border-color: rgba(255, 65, 108, 0.2);
}

.track-card.track-yellow {
    background: linear-gradient(135deg, #fffcf0 0%, #fff3b0 100%);
    border-color: rgba(255, 193, 7, 0.2);
}

.track-card.track-blue {
    background: linear-gradient(135deg, #eef7ff 0%, #bee3ff 100%);
    border-color: rgba(13, 110, 253, 0.2);
}

.track-card.track-green {
    background: linear-gradient(135deg, #f1f8f3 0%, #c3ffc7 100%);
    border-color: rgba(23, 192, 35, 0.2);
}

.track-card.track-red i,
.track-card.track-red h4,
.track-card.track-red .feature-list li {
    color: #ff416c !important;
}

.track-card.track-yellow i,
.track-card.track-yellow h4,
.track-card.track-yellow .feature-list li {
    color: #856404 !important;
}

.track-card.track-blue i,
.track-card.track-blue h4,
.track-card.track-blue .feature-list li {
    color: #0d6efd !important;
}

.track-card.track-green i,
.track-card.track-green h4,
.track-card.track-green .feature-list li {
    color: #1a2f22 !important;
}

/* --- Flat Pastel Cards (HIMFLORA Original Design) --- */

/* Info Cards (Organized By, Date, Venue) */
.flat-info-card {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    color: #000;
    text-align: center;
    padding: 1.5rem 1rem !important;
}
.flat-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}
.card-pink { background: linear-gradient(135deg, #ff9e7d 0%, #ffc1c1 100%) !important; } 
.card-yellow { background: linear-gradient(135deg, #ffeb3b 0%, #fff9c4 100%) !important; } 
.card-blue { background: linear-gradient(135deg, #64b5f6 0%, #e3f2fd 100%) !important; } 

.flat-icon-circle {
    width: 65px;
    height: 65px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #212529;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Feature Cards (Objectives, Outcomes, Deliverables) */
.flat-feature-card {
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.flat-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.feat-red { background-color: #fdf4f4; color: #555; }
.feat-blue { background-color: #f4f8fe; color: #555; }
.feat-green { background-color: #f2fbf6; color: #555; }

.feat-red h3, .feat-blue h3, .feat-green h3 { color: #222; }

.feat-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 1.4rem;
}
.bg-feat-red { background-color: #e63946; }
.bg-feat-blue { background-color: #2a75d3; }
.bg-feat-green { background-color: #1aa15f; }

.icon-check-red { color: #e63946; font-size: 1rem; }
.icon-check-blue { color: #2a75d3; font-size: 1rem; }
.icon-check-green { color: #1aa15f; font-size: 1rem; }
.icon-check-orange { color: #f68b20 !important; font-size: 1rem; }

.text-orange-heading { color: #f68b20 !important; }
.text-blue-heading { color: #0d6efd !important; }
.text-dark-heading { color: #1a2f22 !important; }

.custom-check-list li {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #495057;
    display: flex; /* Flex layout for hanging indent */
    align-items: flex-start;
    text-align: justify;
}

/* --- Global Mobile View Fixes --- */
@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    /* Justify text readability exclusively on mobile */
    p:not(.text-center):not(.small):not(.contact-role-v11):not(.contact-phone-v11):not(.venue-email-v11):not(.footer-v11 p) {
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
    }

    /* Center align and pad footer specifically for mobile */
    .footer-v11 {
        padding-bottom: 100px;
        /* Clear the floating timer */
    }

    .footer-v11,
    .footer-v11 * {
        text-align: center !important;
    }

    .footer-title-v11::after {
        left: 50%;
        transform: translateX(-50%);
    }

    /* Timer Label Fix */
    .dock-label {
        display: block !important;
        font-size: 0.65rem;
        margin-right: 0px;
        padding-right: 8px;
        line-height: 1.2;
        text-align: right;
    }

    .timer-dock {
        gap: 8px !important;
        padding: 8px 10px !important;
    }

    .dock-segments {
        gap: 10px !important;
    }

    .d-val {
        font-size: 1.2rem !important;
    }

    /* Stack Committee Tabs vertically */
    #committeeTabs {
        flex-direction: column !important;
        width: 100%;
        gap: 10px !important;
    }

    #committeeTabs>div,
    .committee-tab-btn {
        width: 100% !important;
        display: block;
    }

    /* Ensure Table breathes and scrolls */
    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        color: #212529 !important;
        /* Force explicit dark color */
    }

    .table td,
    .table th {
        white-space: nowrap;
        /* Prevent narrow crushing */
    }

    .table td {
        color: #212529 !important;
        /* Force explicit dark text */
    }
}