
.past-btn-dark{border:2px solid #a4112b;
background-color:#FFF;color:#a4112b;
padding:10px 30px;text-transform:uppercase;
font-weight:900;margin:0 auto;
display:inline-block;
text-align:center;
vertical-align:middle;
cursor:pointer;
user-select:none;
min-width:220px;
border-radius:0px;
text-shadow:none !important;}
.btn.past-btn-dark:hover{background-color:#a4112b !important;border-width:2px;border-style:solid;border-color:#FFF;color:#FFF;}




.Past-conferences {
    overflow-y: scroll;
    height: 300px;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.mb-2 {
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #111827;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.tab-nav {
    border-bottom: 1px solid #e5e7eb;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.tab-nav .tab-list {
    display: flex
;
    min-width: max-content;
}
.tab-button.active {
    color: #bf972b;
    border-bottom-color: #bf972b;
}

.tab-button {
    padding: 0.75rem 1.5rem;
    border: none;
    background: none;
    color: #6b7280;
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 150ms 
ease-in-out;
}

.accordion {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
}


.space-y-4 > * + * {
    margin-top: 1rem;
}
.accordion-header {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 150ms 
ease-in-out;
}

.flex-wrap .btn {
    display: inline-flex
;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background-color: white;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 150ms 
ease-in-out;
    cursor: pointer;
}
.person-link {
    color: #bf972b;
    text-decoration: none;
    font-weight: 500;
}
.text-sm {
    font-size: 12px !important;
    margin: 0px;
}
.text-gray-600 {
    color: #4b5563;
}
.accordion-content {
    border-top: 1px solid #e5e7eb;
    padding: 1rem;
    max-height: 20rem;
    overflow-y: auto;
}
        .fa-play {
            position: absolute;
            top: 35%;
            left: 42%;
            color: #fff;
            background-color: #e00;
            border-radius: 50%;
            padding: 3px 20px;
            height: 50px;
            font-size: 16px;
            width: 50px;
            opacity: 0.8;
            line-height: 46px;
            transition: all 0.3s ease 0s;
        }

        .video-box a:hover .fa-play {
            font-size: 18px;
            height: 53px;
            width: 53px;
            opacity: 0.7;
        }
        @media (max-width: 768px) {
            .mob-close-icon {
                display: block !important;
                background: #bf972b;
                padding: 0px 6px;
                border-radius: 4px;
                font-size: 12px;
                cursor: pointer;
            }
            .cookie-notify a {
                color: #ffffff !important;
            }
        }
        @media (min-width: 992px) and (max-width: 1199px) {
            .cst .tabs-navigation li a {
                padding: 10px 19px !important;
            }
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .tabs-navigation li {
                display: inline-block !important;
                text-align: left;
            }
        }
        @media (max-width: 991px) {
            /*#header #mainMenu:not(.menu-overlay) nav > ul > li {
                padding: 0;
                margin: 0;
                clear: both;
                float: none;
                display: table;
                border: 0;
            }*/
            #mainMenu nav > ul > li {
                width: auto !important;
            }
        }
       
        @media (min-width: 992px) and (max-width: 1024px) {
            .highlights-box {
                padding: 0px !important;
                display: flex !important;
                margin-top: 10px;
                width: 100%;
                justify-content: center;
                align-items: center;
            }
            .highlights-box .icon {
                margin-right: 20px;
                border-radius: 50%;
                max-width: 60px;
                height: 60px;
                background: #9f7d23;
                padding: 7px;
            }
        }
        /* Ensure slider takes full screen */
        #slider {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }
        /* Individual slide styling */
        .slide {
            height: 100vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        /* Dark overlay for better text readability */
        .background-overlay-dark::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }
        /* Text styling */
        .slide-captions {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
        }
        /* Title Styling */
        
        /* Date Styling */
        .baner-date {
            font-size: 1.2rem;
            color: #ddd;
        }
        /* Simple Fade-In Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .fadeInUp {
            animation: fadeInUp 0.6s ease-out;
        }
        @media (min-width: 992px) and (max-width: 1199px) {
            .newTeammembers .team-member {
                width: 17%;
                float: left;
                margin: 14px;
            }
        }
        .equalize.testimonial-box .testimonial-item > span ~ span {
            clear: both;
            margin-bottom: 0px;
        }
        @media (max-width: 991px) {
            #header #mainMenu:not(.menu-overlay) nav > ul > li > a {
                display: block;
                padding: 12px;
                font-size: 16px !important;
                border: 0;
                border-radius: 0;
            }
        }
        .inspiro-slider .slide-captions {
            padding-bottom: 0px;
        }
        
        .btn.past-btn-dark:hover {
    border-color: #ffffff !important;
    color: #ffffff !important;
}
        
        



/* Grid View */
        .video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 1.5rem;
        }

        /* Horizontal Scroll View */
        .scroll-container {
            position: relative;
        }

        .scroll-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(8px);
            border: 1px solid #e5e7eb;
            border-radius: 50%;
            padding: 0.75rem;
            cursor: pointer;
            transition: all 0.2s;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .scroll-nav:hover {
            background: #f9fafb;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .scroll-nav.left {
            left: 0;
        }

        .scroll-nav.right {
            right: 0;
        }

        .horizontal-scroll {
            display: flex;
            gap: 1.5rem;
            overflow-x: auto;
            scroll-behavior: smooth;
            /*padding: 0 3rem 1rem;*/
            scrollbar-width: none;
            padding-bottom:1rem;
            -ms-overflow-style: none;
        }

        .horizontal-scroll::-webkit-scrollbar {
            display: none;
        }

        .horizontal-scroll .video-card {
            flex-shrink: 0;
            width: 360px;
        }

        /* Video Cards */
        .video-card {
            background: white;
            border-radius: 0.5rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .video-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .video-container {
            position: relative;
            aspect-ratio: 16/9;
            background: #f3f4f6;
        }

        .video-thumbnail-btn {
            width: 100%;
            height: 100%;
            position: relative;
            border: none;
            cursor: pointer;
            overflow: hidden;
            border-radius: 0.5rem 0.5rem 0 0;
            background: none;
            padding: 0;
        }

        .video-thumbnail-btn:focus-visible {
            outline: 2px solid #2563eb;
            outline-offset: 2px;
        }

        .video-thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }

        .video-thumbnail-btn:hover .video-thumbnail {
            transform: scale(1.05);
        }

        .play-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
        }

        .video-thumbnail-btn:hover .play-overlay {
            background: rgba(0, 0, 0, 0.3);
        }

        .newplay-button {
            background: #dc2626;
            border-radius: 50%;
            padding: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
        }

        .video-thumbnail-btn:hover .newplay-button {
            background: #b91c1c;
            transform: scale(1.1);
        }

        .play-icon {
            width: 2rem;
            height: 2rem;
            color: white;
            margin-left: 0.25rem;
        }

        .duration-badge {
            position: absolute;
            bottom: 0.5rem;
            right: 0.5rem;
            background: rgba(0, 0, 0, 0.75);
            color: white;
            font-size: 0.75rem;
            padding: 0.25rem 0.5rem;
            border-radius: 0.25rem;
        }

        .video-info {
            padding: 1rem;
        }

        .video-title {
            font-size: 1.125rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 0.5rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .video-date {
            font-size: 0.75rem;
            color: #6b7280;
        }

        /* Scroll Indicators */
        .scroll-indicators {
            display: flex;
            justify-content: center;
            margin-top: 1.5rem;
            gap: 0.5rem;
        }

        .indicator {
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 50%;
            background: #d1d5db;
            transition: all 0.2s;
        }

        .indicator.active {
            background: #2563eb;
        }

        /* Footer */
        .footer {
            padding: 4rem 0;
            background: #111827;
            color: white;
            text-align: center;
        }

        .footer h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .footer p {
            font-size: 1.25rem;
            color: #d1d5db;
            margin-bottom: 2rem;
        }

        .footer button {
            background: #2563eb;
            color: white;
            padding: 1rem 2rem;
            border: none;
            border-radius: 0.5rem;
            font-size: 1.125rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .footer button:hover {
            background: #1d4ed8;
        }

        /* Screen Reader Only */
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        /* Hidden by default */
        .hidden {
            display: none;
        }

        /* Responsive Design */
        @media (max-width: 640px) {
            .video-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
            
            .horizontal-scroll {
                padding: 0 1rem 1rem;
            }
            
            .horizontal-scroll .video-card {
                width: 280px;
            }
        }

        @media (min-width: 641px) and (max-width: 991px) {
            .video-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.25rem;
            }
        }

        @media (min-width: 992px) {
            .video-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 1.5rem;
            }
        }

        /* Reduced Motion */
        @media (prefers-reduced-motion: reduce) {
            .video-card,
            .video-thumbnail-btn,
            .video-thumbnail,
            .horizontal-scroll {
                transition: none;
                scroll-behavior: auto;
            }
            
            .video-card:hover {
                transform: none;
            }
            
            .video-thumbnail-btn:hover .video-thumbnail {
                transform: none;
            }
        }

        /* High Contrast */
        @media (prefers-contrast: high) {
            .video-card {
                border: 2px solid #000;
            }
            
            .video-thumbnail-btn:focus-visible {
                outline: 3px solid #000;
                outline-offset: 2px;
            }
        }

        /* Touch Devices */
        @media (hover: none) and (pointer: coarse) {
            .video-card:hover {
                transform: none;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            }
            
            .video-thumbnail-btn:hover .video-thumbnail {
                transform: none;
            }
        }
        p.video-date {
    margin-bottom: 0.857143em;
}



  /* Ensure the slide container reserves space */
        #slider.inspiro-slider {
            width: 100% !important;
            height: 360px !important;
            overflow: hidden;
            position: relative;
        }

        /* Make sure each slide is relatively positioned */
        .slide {
            position: relative;
            width: 100%;
            height: 360px;
            background-size: cover;
            background-position: center;
        }

        /* Center the captions both vertically and horizontally */
        .slide-captions {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
            z-index: 2;
            padding: 0 15px;
        }

        .slide-captions h1 {
            font-size: 36px;
            line-height: 1.2;
            color: #fff;
        }

        .baner-date {
            font-size: 18px;
            color: #eee;
        }

        /* Optional: font-display swap for layout stability if using web fonts */
        @font-face {
            font-family: "YourFontName";
            src: url("your-font.woff2") format("woff2");
            font-display: swap;
        }
        
        
        
 /* Optimized fadeInUp animation (no layout shift) */
        .fadeInUp {
            animation: fadeInUp 0.6s ease forwards;
            transform: translateY(20px);
            opacity: 0;
        }

        @keyframes fadeInUp {
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        /* Ensure fixed height or aspect ratio to prevent CLS */
        #slider,
        .slide {
            aspect-ratio: 16 / 3; /* 1920x360 ratio */
            min-height: 360px; /* fallback for old browsers */
            position: relative;
            overflow: hidden;
        }

        .slide img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .slide-captions {
            position: relative;
            z-index: 1;
        }
        .session-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    overflow-wrap: break-word;
}



.modal-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.modal-bottom.show {
  transform: translateY(0);
}

/* Horizontal Scroll Gallery */
        .gallery-container {
            position: relative;
            margin-bottom: 4rem;
        }

        .gallery-scroll {
            display: flex;
            gap: 1.5rem;
            overflow-x: auto;
            scroll-behavior: smooth;
            padding: 0.5rem 0 1rem 0;
            scrollbar-width: thin;
            scrollbar-color: #BC9F60 #f1f1f1;
        }

        .gallery-scroll::-webkit-scrollbar {
            height: 8px;
        }

        .gallery-scroll::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 4px;
        }

        .gallery-scroll::-webkit-scrollbar-thumb {
            background: #FF6B00;
            border-radius: 4px;
        }

        .gallery-scroll::-webkit-scrollbar-thumb:hover {
            background: #ea580c;
        }

        .album-card {
            display: block;
            position: relative;
            min-width: 320px;
            width: 320px;
            border-radius: 0.75rem;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            transform: scale(1);
            flex-shrink: 0;
        }

        @media (min-width: 768px) {
            .album-card {
                min-width: 380px;
                width: 380px;
            }
        }

        @media (min-width: 1024px) {
            .album-card {
                min-width: 400px;
                width: 400px;
            }
        }

        .album-card:hover {
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
            transform: scale(1.05) translateY(-4px);
        }

        .album-card:focus {
            outline: 2px solid #FF6B00;
            outline-offset: 2px;
        }

        .album-image-container {
            position: relative;
            aspect-ratio: 16 / 9;
            width: 100%;
        }

        .album-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.3s ease;
        }



        .album-year {
            position: absolute;
            top: 1rem;
            left: 1rem;
            background: white;
            color: #1A1A1A;
            padding: 0.375rem 0.875rem;
            border-radius: 0.5rem;
            font-weight: 600;
            font-size: 0.875rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

        .album-info {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            right: 1rem;
            color: white;
        }

        .album-title {
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 0.5rem;
            transition: color 0.2s ease;
            line-height: 1.3;
        }

        .album-card:hover .album-title {
            color: #fed7aa;
        }

        .album-location {
            font-size: 0.875rem;
            color: #ffffff;
            margin-bottom: 0.5rem;
        }
        .container div:empty {
            display: block !important;
        }
        .album-stats {
            font-size: 0.75rem;
            color: #ced4da;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(4px);
            padding: 0.25rem 0.5rem;
            border-radius: 0.375rem;
            display: inline-block;
        }

        /* Navigation Arrows */
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(8px);
            border: none;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
            z-index: 10;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .nav-arrow:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        }

        .nav-arrow:focus {
            outline: 2px solid #FF6B00;
            outline-offset: 2px;
        }

        .nav-arrow.prev {
            left: -24px;
        }

        .nav-arrow.next {
            right: -24px;
        }

        .nav-arrow svg {
            color: #1A1A1A;
        }

        .nav-arrow:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: translateY(-50%) scale(1);
        }

        /* Hide arrows on mobile */
        @media (max-width: 768px) {
            .nav-arrow {
                display: none;
            }
        }

        .stats {
            margin-top: 4rem;
            padding-top: 2rem;
            border-top: 1px solid #e9ecef;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            text-align: center;
        }

        @media (min-width: 768px) {
            .stats-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .stat-number {
            font-size: 1.875rem;
            font-weight: 700;
            color: #FF6B00;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            color: #6c757d;
        }

        .loading-placeholder {
            background: #f8f9fa;
            border-radius: 0.75rem;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            animation: fadeIn 0.6s ease-out;
        }

        /* Scroll indicators */
        .scroll-indicator {
            text-align: center;
            margin-top: 1rem;
            color: #6c757d;
            font-size: 0.875rem;
        }

        .scroll-dots {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 0.5rem;
        }

        .scroll-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #ced4da;
            transition: background 0.2s ease;
            cursor: pointer;
        }

        .scroll-dot.active {
            background: #FF6B00;
        }

        .scroll-dot:hover {
            background: #FF6B00;
            opacity: 0.7;
        }
        h3:not(:last-child), .h3:not(:last-child) {
    margin-bottom: 0.04em !important; font-weight:bold !important;
    }
    h3.album-title {
        color: #ffffff;
    }
    .album-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), transparent);
    }        
