        @font-face{
            font-family: 'Anton';
            src: url('/css/font/anton-regular-webfont.woff2') format('woff2'),
                    url('/css/font/anton-regular-webfont.woff') format('woff');
        }

        h1 {
            font-family: 'Anton';
        }
        
        video::-webkit-media-controls {
        display: none !important;
        -webkit-appearance: none;
        }
        
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

        h2 {
            font-family: 'Anton';
        }
        
        /*Social Media*/
        .social-right {
            position: fixed;
            top: 200px;
            right: 0;
            z-index: 100;
        }

        .social-right ul {
            padding: 0;
            list-style: none;
        }

        .social-right ul li {
            position: relative;
            right: -100px;
            display: block;
            margin: 5px 0;
            background: rgba(0, 0, 0, 0);
            width: 150px;
            text-align: left;
            padding: 8px;
            border-radius: 10px 0 0 10px;
            transition: all 0.5s ease;
        }

        .social-right ul li:hover {
            right: 0;
        }

        .social-right ul li a {
            color: white;
            text-decoration: none;
            font-family: sans-serif;
            font-weight: bold;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
        }

        .social-right ul li img {
            width: 32px;
            height: 32px;
            border-radius: 10%;
            transition: all 0.5s ease;
        }

        .social-right ul li.linkedin:hover {
            background: #00000000;
        }

        .social-right ul li.instagram:hover {
            background: #00000000;
        }

        .social-right ul li.facebook:hover {
            background: #00000000;
        }

        .social-right ul li span {
            position: relative;
            padding: 5px 10px;
            border-radius: 5px;
            font-weight: bold;
            color: white;
            z-index: 1;
            background: rgb(0, 0, 0);
            border: 0px solid transparent;
            background-clip: padding-box;
            animation: borderGlow 3s linear infinite;
        }

        .social-right ul li span::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 2px;
            border-radius: 4px;
            background: linear-gradient(90deg,
                    transparent, #0A66C2, #0077B5, transparent);
            background-size: 200% 100%;
            -webkit-mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            animation: moveGlow 2s linear infinite;
        }

        .social-right ul li.instagram span::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 2px;
            border-radius: 4px;
            background: linear-gradient(90deg,
                    transparent, #fa7e1e , #d62976 , #962fbf , transparent);
            background-size: 200% 100%;
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            animation: moveGlow 2s linear infinite;
        }

        @keyframes moveGlow {
            0% {
                background-position: 200% 0;
            }

            100% {
                background-position: -200% 0;
            }
        }

        .social-right ul li.linkedin span {
            animation: linkedinGlow 3s linear infinite;
        }

        @keyframes linkedinGlow {

            0%,
            100% {
                box-shadow: 0 0 5px #0A66C2, 0 0 10px #0077B5;
                border-color: #0A66C2;
            }

            50% {
                box-shadow: 0 0 15px #0A66C2, 0 0 25px #0077B5;
                border-color: #0077B5;
            }
        }

        .social-right ul li.instagram span {
            animation: instagramGlow 3s linear infinite;
        }

        @keyframes instagramGlow {

            0%,
            100% {
                box-shadow: 0 0 5px #E1306C, 0 0 10px #F77737;
                border-color: #E1306C;
            }

            50% {
                box-shadow: 0 0 15px #E1306C, 0 0 25px #F77737;
                border-color: #F77737;
            }
        }

        .social-right ul li.facebook span {
            animation: facebookGlow 3s linear infinite;
        }

        @keyframes facebookGlow {

            0%,
            100% {
                box-shadow: 0 0 5px #1877F2, 0 0 10px #0F5BB5;
                border-color: #1877F2;
            }

            50% {
                box-shadow: 0 0 15px #1877F2, 0 0 25px #0F5BB5;
                border-color: #0F5BB5;
            }
        }

        @media screen and (max-width: 992px) {
            .social-right {
                display: none;
            }
        }
        /* End */


        .hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }

        .typewriter-container {
            min-width: 200px;
            /* Adjust based on longest text */
            min-height: 1em;
            /* Keeps height stable */
            white-space: nowrap;
        }

        .partner-layer {
            position: absolute;
            inset: 0;
            background: rgba(255, 213, 124, 0.326);
        }

        .section-bg {
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            position: relative;
        }

        .section-layer {
            position: absolute;
            inset: 0;
            background: rgb(0 0 0 / 37%);
        }

        .section-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
        }

        .footer_overlay {
            position: absolute;
            inset: 0;
            background: rgb(0 0 0 / 35%);
        }

        /* Custom animations */
        .partner-card {
            opacity: 0;
            transform: translateY(30px);
            box-shadow: 0 2px 3px rgb(0 0 0 / 84%);
        }

        /* LEFT SLIDE */
        .partner-card.slide-in-left.visible {
            animation: slideFromLeft 0.7s ease forwards;
        }

        /* RIGHT SLIDE */
        .partner-card.slide-in-right.visible {
            animation: slideFromRight 0.7s ease forwards;
        }

        .buttonColor {
            background-color: #efcf48;
            ;
        }

        /* Left Animation */
        @keyframes slideFromLeft {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Right Animation */
        @keyframes slideFromRight {
            0% {
                opacity: 0;
                transform: translateX(50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInUp {
            from {
                transform: translateY(100%);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes slideInDown {
            from {
                transform: translateY(-100%);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes fadeInUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .slide-in-up {
            animation: slideInUp 1s ease-out forwards;
        }

        .slide-in-down {
            animation: slideInDown 1s ease-out forwards;
        }

        .fade-in-up {
            animation: fadeInUp 1s ease-out forwards;
        }

        .animate-on-scroll {
            opacity: 0;
            transform: translateY(50px);
        }

        .animate-on-scroll.animated {
            animation: fadeInUp 1s ease-out forwards;
        }

        /* Image placeholder styles */
        .image-placeholder {
            /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
            background-color: black;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgb(0 0 0 / 84%);
            /* soft shadow */
        }

        /* Mobile menu styles */
        .mobile-menu {
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }

        .mobile-menu.open {
            transform: translateX(0);
        }

        /* Smooth scrolling */
        html {
            scroll-behavior: smooth;
        }

        /* Navigation active state */
        .nav-link:hover {
            color: #ce3bf6;
            transition: color 0.3s ease;
        }

        /* ===== Unique Double Bracket Border for Event Card ===== */
        .double-bracket-box {
            position: relative;
            border: 3px solid #000;
            /* Outer border */
            border-radius: 10px;
            /* Matches card rounding */
            box-sizing: border-box;
        }

        /* Inner border */
        .double-bracket-box::before {
            content: "";
            position: absolute;
            top: 8px;
            /* Gap between borders */
            left: 8px;
            right: 8px;
            bottom: 8px;
            border: 2px solid #999;
            /* Inner border color */
            border-radius: 8px;
            pointer-events: none;
            z-index: 5;
        }

        /*Upcoming Events card*/
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease-out;
        }

        .animate-on-scroll.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .event-card {
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgb(0 0 0 / 84%);
        }

        .event-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .event-image {
            transition: transform 0.3s ease;
        }

        .event-card:hover .event-image {
            transform: scale(1.05);
        }

        .event-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(#000000, rgba(0, 0, 0));
            color: white;
            padding: 1.5rem;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .event-card:hover .event-overlay {
            transform: translateY(0);
        }

        /* logo marquee to right*/
        .logo-marquee-left {
            width: 100%;
            overflow: hidden;
            padding: 10px 0;
            background: white;
        }

        .logo-track-left {
            display: inline-flex;
            align-items: center;
            gap: 90px;
            /* space between logos */
            white-space: nowrap;
            animation: logo-scroll-left 10s linear infinite;
        }

        .logo-track-left img {
            height: 60px;
            /* control size of logos */
            object-fit: contain;
            flex-shrink: 0;
        }

        @keyframes logo-scroll-left {
            from {
                transform: translateX(100%);
            }

            to {
                transform: translateX(-100%);
            }
        }

        /*hero marquee*/
        .marquee-wrapper {
            white-space: nowrap;
            position: relative
        }

        .marquee1 {
            display: inline-block;
            padding-left: 100%;
            animation: marquee1 40s linear infinite;
            will-change: transform
        }

        .marquee1 span {
            display: inline-block;
            margin: 0 1.5rem;
            font-size: 1.25rem;
            font-weight: 600
        }

        @keyframes marquee1 {
            0% {
                transform: translateX(0)
            }

            100% {
                transform: translateX(-100%)
            }
        }

        /*location marquee to right*/
        .location-marquee {
            width: 100%;
            overflow: hidden;
            background: #f9f9f9;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 10px 0
        }

        .marquee-content {
            display: inline-flex;
            gap: 60px;
            white-space: nowrap;
            animation: right-scroll 20s linear infinite;
            font-size: 1.2rem;
            font-weight: 600;
            color: #333
        }

        @keyframes right-scroll {
            0% {
                transform: translateX(-100%)
            }

            100% {
                transform: translateX(100%)
            }
        }

        /*--testimonial--*/
        .testimonial-card {
            /* This creates transparency at the bottom */
            -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
            mask-repeat: no-repeat;
            mask-size: cover;
        }

        /* Events hidden card */
        .hidden-card {
            display: none;
            /* start hidden */
        }