:root {
            --primary: #00629B;
            --primary-dark: #002855;
            --accent: #2E86C1;
            --text-main: #1a1a1a;
            --text-muted: #666666;
            --bg-light: #f8f9fa;
            --white: #ffffff;
            --border: #e5e7eb;
            --transition: 0.3s cubic-bezier(0.2, 0, 0, 1);
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Public Sans', sans-serif;
            color: var(--text-main);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }

     

      
        /* ===== HERO1 ===== */
        /*.hero1 {*/
        /*    padding: 160px 0 100px;*/
        /*    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, #0088cc 100%);*/
        /*    color: var(--white); text-align: center;*/
        /*    position: relative; overflow: hidden;*/
        /*}*/
        .hero1{
             margin-top:150px;
            position: relative;
            min-height: 340px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #ffffff;
            padding: 100px 5% 60px;
            background: linear-gradient(135deg, #002855 0%, #0059a7 60%, #00b4d8 100%);
            overflow: hidden;
        
        }
        .hero1::before {
        content: '';
            position: absolute;
            inset: 0;
            background: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?auto=format&fit=crop&w=1920&q=80') center/cover;
            opacity: 0.12;}
        /*.hero1::before {*/
        /*    content: ''; position: absolute; inset: 0;*/
        /*    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
        /*}*/
        .hero1-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
        .hero1 .breadcrumb {
            font-size: 0.85rem; opacity: 0.7; margin-bottom: 1.5rem;
        }
        .hero1 .breadcrumb a { color: var(--white); text-decoration: none; }
        .hero1 .breadcrumb a:hover { text-decoration: underline; }
        .hero1 h1 { font-size: 3.2rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1rem; }
        .hero1 p { font-size: 1.15rem; opacity: 0.85; max-width: 600px; margin: 0 auto 2rem; }
        .hero1-badges { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
        .hero1-badge {
            background: rgba(255,255,255,0.15); backdrop-filter: blur(10px);
            padding: 0.6rem 1.2rem; border-radius: 50px; font-size: 0.8rem;
            font-weight: 600; display: flex; align-items: center; gap: 0.5rem;
        }
        .hero1-badge i { color: var(--accent); }
        /* ===== SECTIONS ===== */
        /*section {*/
        /*    padding: 80px 5%;*/
        /*    max-width: 1200px;*/
        /*    margin: 0 auto;*/
        /*}*/
        /*.section-title {*/
        /*    font-size: clamp(1.8rem, 3.5vw, 2.5rem);*/
        /*    font-weight: 800;*/
        /*    margin-bottom: 0.75rem;*/
        /*    position: relative;*/
        /*    padding-bottom: 1rem;*/
        /*    letter-spacing: -0.03em;*/
        /*}*/
        /*.section-title::after {*/
        /*    content: '';*/
        /*    position: absolute; bottom: 0; left: 0;*/
        /*    width: 60px; height: 4px;*/
        /*    background: var(--primary);*/
        /*}*/
        /*.section-title.center::after { left: 50%; transform: translateX(-50%); }*/
        /*.section-subtitle {*/
        /*    color: var(--text-muted);*/
        /*    font-size: 1rem;*/
        /*    margin-bottom: 3rem;*/
        /*}*/
         section { padding: 70px 0; }
        section:nth-child(even) { background: var(--gray-50); }

        .section-title {
            font-size: clamp(1.5rem, 3vw, 2.2rem);
            font-weight: 700;
            color: var(--primary-dark);
            margin-bottom: 8px;
            position: relative;
            display: inline-block;
        }
        /*.section-title::after {*/
        /*    content: '';*/
        /*    display: block;*/
        /*    width: 50px;*/
        /*    height: 4px;*/
        /*    background: linear-gradient(90deg, #0059a7, #00b4d8);*/
        /*    border-radius: 2px;*/
        /*    margin-top: 10px;*/
        /*}*/
        .section-subtitle {
            color: var(--gray-600);
            font-size: 1.05rem;
            max-width: 700px;
            margin-bottom: 40px;
            margin-top: 12px;
        }
    .guidelines-box {
            background: #ffffff;
            border-radius: 12px;
            padding: 36px;
            box-shadow: 0 4px 16px rgba(0, 40, 85, 0.10);
            border: 1px solid #e2e8f0;
        }
        .guidelines-box ul {
            list-style: none;
            padding: 0;
        }
        .guidelines-box ul li {
            position: relative;
            padding: 10px 0 10px 36px;
            font-size: 1rem;
            color: var(--gray-700);
            border-bottom: 1px solid #f1f5f9;;
        }
        .guidelines-box ul li:last-child { border-bottom: none; }
        .guidelines-box ul li i {
            position: absolute;
            left: 0; top: 12px;
            color: var(--primary);
            font-size: 1rem;
        }
        .btn-row {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 28px;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 28px;
            font-size: 0.95rem;
            font-weight: 600;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
        }
        .btn-primary {
            background: var(--primary);
            color: var(--white);
        }
        .btn-primary:hover {
            background: var(--primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,89,167,0.3);
        }
        .btn-outline {
            background: transparent;
            color: var(--primary);
            border: 2px solid var(--primary);
        }
        .btn-outline:hover {
            background: var(--primary);
            color: var(--white);
            transform: translateY(-2px);
        }

        /* ===== IMPORTANT DATES CARD ===== */
        .dates-card {
            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
            color: var(--white);
            border-radius: 12px;
            width: auto;
            padding: 1.0rem;
            position: relative;
            overflow: hidden;
            transition: transform 0.4s cubic-bezier(0.2,0,0,1), box-shadow 0.4s cubic-bezier(0.2,0,0,1);
        }
        .dates-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 48px rgba(0,40,85,0.25);
        }
        .dates-card::before {
            content: '';
            position: absolute;
            top: -50%; right: -50%;
            width: 200%; height: 200%;
            background: radial-gradient(circle, rgba(196,214,0,0.12) 0%, transparent 60%);
            pointer-events: none;
        }
        .dates-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            margin-bottom: 1.5rem;
            opacity: 0.9;
        }
        .date-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            margin-bottom: 1.25rem;
            padding-bottom: 1.25rem;
            border-bottom: 1px solid rgba(255,255,255,0.12);
        }
        .date-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
        .date-icon {
            width: 40px; height: 40px;
            background: rgba(196,214,0,0.15);
            border-radius: 8px;
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0;
        }
        .date-icon i { color: var(--accent); font-size: 1rem; }
        .date-info strong {
            display: block;
            font-size: 0.95rem;
            font-weight: 700;
        }
        .date-info span {
            font-size: 0.82rem;
            opacity: 0.7;
        }

        /* ===== REGISTRATION FEE TABLE ===== */
        .fee-section { padding: 100px 0; }
        .fee-grid {
            display: grid; grid-template-columns: repeat(3, 1fr);
            gap: 2rem; margin-top: 3rem;
        }
        .fee-card {
            background: var(--white); border: 1px solid var(--border);
            border-radius: 16px; padding: 2.5rem 2rem;
            text-align: center; position: relative;
            transition: var(--transition); overflow: hidden;
        }
        .fee-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0,40,85,0.12);
            border-color: var(--primary);
        }
        .fee-card.featured {
            border: 2px solid var(--primary);
            box-shadow: 0 10px 40px rgba(0,98,155,0.15);
        }
        .fee-card.featured::before {
            content: 'RECOMMENDED'; position: absolute;
            top: 0; left: 0; right: 0;
            background: var(--primary); color: var(--white);
            font-size: 0.7rem; font-weight: 700;
            letter-spacing: 0.1em; padding: 0.4rem;
        }
        .fee-card .fee-icon {
            width: 60px; height: 60px; border-radius: 50%;
            background: rgba(0,98,155,0.08); display: flex;
            align-items: center; justify-content: center;
            margin: 0 auto 1.5rem; font-size: 1.5rem; color: var(--primary);
        }
        .fee-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 0.5rem; }
        .fee-card .fee-desc { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 1.5rem; }
        .fee-table { width: 100%; text-align: left; border-collapse: collapse; margin-bottom: 1.5rem; }
        .fee-table th {
            font-size: 0.7rem; text-transform: uppercase;
            letter-spacing: 0.08em; color: var(--text-muted);
            padding: 0.5rem 0; border-bottom: 2px solid var(--border);
            font-weight: 600;
        }
        .fee-table td {
            padding: 0.65rem 0; font-size: 0.9rem;
            border-bottom: 1px solid var(--border);
        }
        .fee-table td:last-child { font-weight: 700; color: var(--primary-dark); text-align: right; }
        .fee-table th:last-child { text-align: right; }
        
  /*timeline*/
   .timeline {
            position: relative;
            padding: 20px 0;
        }
        /* Center vertical line */
        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, var(--accent), var(--primary));
            transform: translateX(-50%);
            border-radius: 2px;
        }

        .timeline-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 50px;
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .timeline-item.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Left items */
        .timeline-item.left {
            flex-direction: row;
        }
        /* Right items */
        .timeline-item.right {
            flex-direction: row-reverse;
        }

        .timeline-content {
            width: calc(50% - 50px);
            background: var(--white);
            border-radius: 16px;
            padding: 28px 32px;
            box-shadow: var(--shadow);
            border: 1px solid var(--border);
            transition: all 0.3s ease;
            position: relative;
        }
        .timeline-content:hover {
            box-shadow: var(--shadow-hover);
            transform: translateY(-4px);
        }

        /* Arrow pointers */
        .timeline-item.left .timeline-content::after {
            content: '';
            position: absolute;
            top: 24px;
            right: -10px;
            width: 20px;
            height: 20px;
            background: var(--white);
            border-right: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            transform: rotate(-45deg);
        }
        .timeline-item.right .timeline-content::after {
            content: '';
            position: absolute;
            top: 24px;
            left: -10px;
            width: 20px;
            height: 20px;
            background: var(--white);
            border-left: 1px solid var(--border);
            border-top: 1px solid var(--border);
            transform: rotate(-45deg);
        }

        /* Center milestone dot */
        .timeline-dot {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.1rem;
            z-index: 2;
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
        }
        .timeline-item:hover .timeline-dot {
            transform: translateX(-50%) scale(1.15);
        }
        .dot-green { background: #22c55e; }
        .dot-accent { background: var(--accent); }
        .dot-orange { background: #f59e0b; }
        .dot-red { background:#ef4444; }
        .dot-purple { background: #8b5cf6; }
        .dot-primary { background: var(--primary); }

        .timeline-content .date-badge {
            display: inline-block;
            padding: 5px 14px;
            border-radius: 20px;
            font-size: 0.82rem;
            font-weight: 600;
            margin-top: 10px;
        }
        .badge-green { background: #DCFCE7; color: #166534; }
        .badge-accent { background: #E0F2FE; color: #0369A1; }
        .badge-orange { background: #FEF3C7; color: #92400E; }
        .badge-red { background: #FEE2E2; color: #991B1B; }
        .badge-purple { background: #EDE9FE; color: #5B21B6; }
        .badge-primary { background: #DBEAFE; color: #1E3A5F; }

        .timeline-content h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 6px;
        }
        .timeline-content p {
            color: var(--text-muted);
            font-size: 0.92rem;
            line-height: 1.55;
        }
         /* ===== ABOUT VENUE ===== */
        .about-venue {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }
        .about-venue-text p {
            color: var(--text-muted);
            font-size: 1rem;
            margin-bottom: 1rem;
            line-height: 1.8;
        }
        .about-venue-img {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,40,85,0.12);
        }
        .about-venue-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* ===== TRANSPORT CARDS ===== */
        .transport-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 2.5rem;
        }
        .transport-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 2.5rem 2rem;
            text-align: center;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }
        .transport-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0,40,85,0.12);
            border-color: var(--primary);
        }
        .transport-card .card-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: rgba(0,98,155,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 1.6rem;
            color: var(--primary);
            transition: var(--transition);
        }
        .transport-card:hover .card-icon {
            background: var(--primary);
            color: var(--white);
        }
        .transport-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin-bottom: 0.75rem;
        }
        .transport-card p {
            color: var(--text-muted);
            font-size: 0.92rem;
            line-height: 1.7;
        }

        /* ===== MAP ===== */
        .map-container {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,40,85,0.12);
            border: 1px solid var(--border);
            margin-top: 2rem;
        }
        .map-container iframe {
            width: 100%;
            height: 450px;
            border: none;
            display: block;
        }

        

        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            
            .hamburger { display: block; }
            
           
            
        }
     

        /* ===== REVEAL ANIMATION ===== */
        [data-reveal] {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity 0.8s cubic-bezier(0.2,0,0,1), transform 0.8s cubic-bezier(0.2,0,0,1);
        }
        [data-reveal].active {
            opacity: 1;
            transform: translateY(0);
        }