
    .owl-carousel .owl-dots, .owl-carousel .owl-nav
    {
        display:none;
    }
    @media (max-width: 768px) {
    .mob-close-icon {
        display: block !important;
        background: #bf972b;
        margin-right: 0px !important;
        padding: 0px 6px;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
.cookie-notify a {
    color: #ffffff !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
 /*   
.top_notification {
    display: inline-flex;
    justify-content: center;
}
*/
        #mainMenu nav > ul > li > a {
        position: relative;
        font-family: 'Merriweather', serif;
        padding: 11px 8px;
        font-size: 11px !important;
        font-weight: 400;
        letter-spacing: 0px;
        color: #252525;
        text-transform: capitalize;
        border-radius: 0;
        border-width: 0;
        border-style: solid;
        border-color: transparent;
        line-height: normal;
    }
    .cst .tabs-navigation li a {
            padding: 10px 19px !important;
    }
    #mainMenu nav > ul > li > a > i {
    margin-left: 2px;
    margin-right: 0px;
    min-width: 14px;
    font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tabs-navigation li {
        width: auto;
        /*float: none;*/
        display: inline-block !important;
        text-align: left;
    }
    
}

@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 {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    max-width: 60px;
    height: 60px;
    background: #9f7d23;
    padding: 7px;
    width: 100% !important;
    margin-bottom: 0px;
    }

}
/*
.top_notification ul {
    display: flex;
}
.top_notification {
    top: 30%;
} */
#mainMenu nav {
    float: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.slide {
      position: relative;
      width: 100%;
      height: 100vh; 
      overflow: hidden;
      }
      .slide-image-wrapper {
      position: absolute;
      inset: 0;
      z-index: 0;
      }
      .slide-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      }
      /* Dark overlay to replace background-overlay-dark */
      .slide-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6); /* adjust darkness */
      z-index: 1;
      }
      /* Caption container on top of image */
      .slide .container {
      position: relative;
      z-index: 2;
      }
      
      /* Horizontal Scroll View */
      
      .Past-conferences {
            overflow-y: scroll;
            height: 300px;
        }
        .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;
        }
        .py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
        }
        .tab-nav {
            border-bottom: 1px solid #e5e7eb;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .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;
        }
        .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;
        }
        .accordion-content {
            border-top: 1px solid #e5e7eb;
            padding: 1rem;
            max-height: 20rem;
            overflow-y: auto;
        }
        .grid-cols-2 {
            grid-template-columns: repeat(2, 1fr);
        }
        .grid {
            display: grid;
        }
        .person-link {
            color: #bf972b;
            text-decoration: none;
            font-weight: 500;
        }
        .text-sm {
            font-size: 12px !important;
            margin: 0px;
        }
        
        .text-gray-600 {
            color: #4b5563;
        }
        .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;
        }
        .flex-wrap .btn:hover {
            background-color: #f9fafb;
            border-color: #9ca3af;
        }
        .mb-2 {
            font-size: 1.5rem !important;
            font-weight: 600;
            color: #111827;
        }
        
        .mb-2 {
            margin-bottom: 0.5rem;
        }
        
        /*videos section css*/
        
        /* 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;
    }
    
    /* 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;
    }
    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);
    }
