.elementor-1276 .elementor-element.elementor-element-8e856ee{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1276 .elementor-element.elementor-element-8e856ee.e-con{--flex-grow:0;--flex-shrink:0;}body.elementor-page-1276:not(.elementor-motion-effects-element-type-background), body.elementor-page-1276 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1ECE6;}@media(min-width:768px){.elementor-1276 .elementor-element.elementor-element-8e856ee{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-18ded10 */:root {
            --navy: #152238;
            --yellow: #F5C518;
            --blue: #4D6BF5;
            --light-bg: #F7F8FC;
            --text: #1a1a2e;
            --text-light: #555;
        }

        /* Scoped custom wrapper resets to avoid overriding theme styles globally */
        .sii-custom-wrapper * { 
            margin: 0; 
            padding: 0; 
            box-sizing: border-box; 
        }

        .sii-custom-wrapper {
            font-family: 'Inter', sans-serif !important;
            color: var(--text) !important;
            overflow-x: hidden;
        }

        .sii-custom-wrapper h1, 
        .sii-custom-wrapper h2, 
        .sii-custom-wrapper h3, 
        .sii-custom-wrapper h4 { 
            font-family: 'Space Grotesk', sans-serif !important;
            font-weight: 700 !important; /* Force bold headings */
            margin-top: 0 !important;
            color: inherit;
        }

        .sii-custom-wrapper p {
            font-family: 'Inter', sans-serif !important;
            font-weight: 400 !important;
            margin-top: 0 !important;
            color: inherit;
        }

        /* HERO */
        .hero {
            min-height: 100vh;
            background: var(--navy);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding: 6rem 2rem 4rem;
        }
        .hero-bg {
            position: absolute;
            inset: 0;
            background: url('https://saferinternetindia.com/wp-content/uploads/2026/06/Ascii_blue.png') repeat;
            opacity: 0.08;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            max-width: 900px;
        }
        .hero-badge {
            display: inline-block;
            background: var(--yellow);
            color: var(--navy);
            font-weight: 700;
            font-size: 0.85rem;
            padding: 0.4rem 1.2rem;
            border-radius: 50px;
            margin-bottom: 2rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: 'Space Grotesk', sans-serif;
            animation: pulse 2s ease-in-out infinite;
        }
        @keyframes pulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(245, 197, 24, 0.4); }
            50% { box-shadow: 0 0 0 12px rgba(245, 197, 24, 0); }
        }
        .hero-banner {
            max-width: 700px;
            width: 100%;
            margin: 0 auto 2rem;
        }
        .hero-banner img { width: 100%; height: auto; border-radius: 12px; }
        .hero h1 {
            color: #fff;
            font-size: clamp(2rem, 5vw, 3.5rem);
            line-height: 1.15;
            margin-bottom: 1.2rem;
        }
        .hero h1 span { color: var(--yellow); }
        .hero p {
            color: rgba(255,255,255,0.75);
            font-size: 1.15rem;
            line-height: 1.7;
            max-width: 650px;
            margin: 0 auto 2.5rem;
        }
        .cta-btn {
            display: inline-block;
            background: var(--yellow);
            color: var(--navy);
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 700;
            font-size: 1.1rem;
            padding: 1rem 2.5rem;
            border-radius: 8px;
            text-decoration: none;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(245, 197, 24, 0.3);
        }
        .hero-sub {
            color: rgba(255,255,255,0.5);
            font-size: 0.85rem;
            margin-top: 1rem;
        }

        /* WHAT TO EXPECT */
        .expect {
            padding: 6rem 2rem;
            background: var(--light-bg);
        }
        .section-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 3.5rem;
        }
        .section-header h2 {
            font-size: clamp(1.8rem, 3.5vw, 2.5rem);
            margin-bottom: 0.8rem;
            color: var(--navy);
        }
        .section-header p {
            color: var(--text-light);
            font-size: 1.05rem;
            line-height: 1.6;
        }
        .expect-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.5rem;
            max-width: 1100px;
            margin: 0 auto;
        }
        .expect-card {
            background: #fff;
            border-radius: 12px;
            padding: 2rem;
            border: 1px solid #e8eaf0;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .expect-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.06);
        }
        .expect-icon {
            width: 48px;
            height: 48px;
            background: var(--navy);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.2rem;
            font-size: 1.4rem;
        }
        .expect-card h3 {
            font-size: 1.15rem;
            margin-bottom: 0.6rem;
            color: var(--navy);
        }
        .expect-card p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* 2026 HIGHLIGHTS */
        .highlights {
            padding: 6rem 2rem;
            background: #fff;
        }
        .stats-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            max-width: 900px;
            margin: 0 auto 4rem;
        }
        .stat {
            text-align: center;
            padding: 1.5rem 1rem;
            background: var(--navy);
            border-radius: 12px;
            color: #fff;
        }
        .stat-number {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--yellow);
            line-height: 1;
        }
        .stat-label {
            font-size: 0.85rem;
            margin-top: 0.4rem;
            opacity: 0.8;
        }

        /* SESSIONS */
        .sessions {
            max-width: 1100px;
            margin: 0 auto 4rem;
        }
        .sessions h3 {
            font-size: 1.6rem;
            color: var(--navy);
            margin-bottom: 1.5rem;
            text-align: center;
        }
        .session-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.2rem;
        }
        .session-item {
            padding: 1.2rem 1.5rem;
            background: var(--light-bg);
            border-radius: 10px;
            border-left: 4px solid var(--yellow);
        }
        .session-item h4 {
            font-size: 0.95rem;
            color: var(--navy);
            margin-bottom: 0.3rem;
        }
        .session-item p {
            font-size: 0.85rem;
            color: var(--text-light);
            line-height: 1.5;
        }
        .session-tag {
            display: inline-block;
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: var(--blue);
            margin-bottom: 0.4rem;
        }

        /* KEY OUTCOMES */
        .outcomes {
            max-width: 900px;
            margin: 0 auto 4rem;
        }
        .outcomes h3 {
            font-size: 1.6rem;
            color: var(--navy);
            margin-bottom: 1.5rem;
            text-align: center;
        }
        .outcome-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
            gap: 1.5rem;
        }
        .outcome-card {
            display: flex;
            gap: 1.2rem;
            padding: 1.5rem;
            background: #fff;
            border: 2px solid var(--navy);
            border-radius: 12px;
            align-items: flex-start;
        }
        .outcome-card img {
            width: 100px;
            height: auto;
            border-radius: 8px;
            flex-shrink: 0;
            object-fit: cover;
        }
        .outcome-card h4 {
            font-size: 1rem;
            color: var(--navy);
            margin-bottom: 0.4rem;
        }
        .outcome-card p {
            font-size: 0.9rem;
            color: var(--text-light);
            line-height: 1.5;
        }

        /* PHOTO GALLERY */
        .gallery {
            max-width: 1100px;
            margin: 0 auto 4rem;
        }
        .gallery h3 {
            font-size: 1.6rem;
            color: var(--navy);
            margin-bottom: 1.5rem;
            text-align: center;
        }
        .gallery-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            grid-template-rows: 250px 250px;
            gap: 1rem;
        }
        .gallery-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }
        .gallery-grid img:first-child {
            grid-row: 1 / 3;
        }

        /* STAKEHOLDERS */
        .stakeholders {
            max-width: 1100px;
            margin: 0 auto 2rem;
        }
        .stakeholders h3 {
            font-size: 1.6rem;
            color: var(--navy);
            margin-bottom: 1rem;
            text-align: center;
        }
        .stakeholders p {
            text-align: center;
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.7;
            max-width: 800px;
            margin: 0 auto;
        }
        .org-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            justify-content: center;
            margin-top: 1.5rem;
        }
        .org-tag {
            background: var(--light-bg);
            border: 1px solid #dde;
            padding: 0.4rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--navy);
        }

        /* CTA SECTION */
        .cta-section {
            padding: 6rem 2rem;
            background: var(--navy);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .cta-section .hero-bg { opacity: 0.06; }
        .cta-section h2 {
            font-size: clamp(2rem, 4vw, 3rem);
            color: #fff;
            margin-bottom: 1rem;
            position: relative;
            z-index: 2;
        }
        .cta-section h2 span { color: var(--yellow); }
        .cta-section p {
            color: rgba(255,255,255,0.7);
            font-size: 1.1rem;
            margin-bottom: 2rem;
            position: relative;
            z-index: 2;
        }
        .cta-section .cta-btn { position: relative; z-index: 2; }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .stats-row { grid-template-columns: repeat(2, 1fr); }
            .gallery-grid {
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 200px 200px 200px;
            }
            .gallery-grid img:first-child { grid-row: 1 / 2; }
            .outcome-cards { grid-template-columns: 1fr; }
            .session-grid { grid-template-columns: 1fr; }
        }

        @media (max-width: 480px) {
            .stats-row { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
            .stat-number { font-size: 1.6rem; }
            .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
            .gallery-grid img { height: 220px; }
            .gallery-grid img:first-child { grid-row: auto; }
        }/* End custom CSS */