﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@500;600;700&display=swap');


.speakertd, .table1 td:first-child, .table1 td:nth-child(2) span, .table1 th {
    font-family: Nunito, sans-serif;
}
a, abbr, acronym, applet, article, aside, audio, b, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, span, summary, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section {
  padding: 80px 0;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--text-dark);
    line-height: 1.5;
    overflow-x: hidden;
    background-color: #fff;
  }
.header-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    background: #ffffff!important;
}
.header-logo .top-header-left img{
  height: 54px;
}
.header-logo .top-header-right img{
  height: 38px;
}
.topwrapper {
    margin: 0 auto;
    padding: 16px 30px 16px;
    clear: both;
    content: "";
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 72px;
    top: 0;
    left: 0;
    right: 0;
}
.topleft .logo1{
    height: 46px;
}
.topleft .logo2{
    display: none;
}
.topright {
    float: right;
    display: block;
    margin: 0;
}
.topwrapper .pastedition_list {
    height: 50vh;
    overflow-y: scroll;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }


/* Buttons */
      .page-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 28px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
        cursor: pointer;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.5s ease-in-out;
      }

      .page-btn::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
        width: 150%;
        background-color: rgba(
          0,
          0,
          0,
          0.25
        ); /* Darken effect to mimic shade() */
        transform: translateX(-100%) skewX(-30deg);
        transition: transform 0.5s ease-in-out;
        z-index: -1;
      }

      .page-btn:hover{
        color: #ffffff;
      }
      .page-btn:hover::before {
        transform: translateX(0) skewX(-30deg);
      }

      .btn-orange {
        background-color: var(--color-primary);
        color: var(--white);
      }

      .btn-blue {
        background-color: var(--color-secondary);
        color: var(--white);
      }

      .btn-icon {
        width: 16px;
        height: 16px;
        fill: currentColor;
      }

      /* Helper Animations */
      .fade-up {
        opacity: 0;
        transform: translateY(30px);
        transition:
          opacity 0.8s ease,
          transform 0.8s ease;
      }

      .fade-up.visible {
        opacity: 1;
        transform: translateY(0);
      }

      .stagger-1 {
        transition-delay: 0.1s;
      }
      .stagger-2 {
        transition-delay: 0.2s;
      }
      .stagger-3 {
        transition-delay: 0.3s;
      }
      .stagger-4 {
        transition-delay: 0.4s;
      }

      /* ===== Hero Section ===== */
      .hero {
        background: #ffffff;
        padding: 60px 0;
        position: relative;
        min-height: 500px;
        overflow: hidden;
        display: flex;
        align-items: center;
      }
      .hero-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
      }
      .hero-bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.10); /* Lighter Transparent black */
        z-index: 0;
      }
      .hero-container {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: flex-end;
        max-width: 1320px;
        width: 100%;
      }
      .hero-content-col {
        flex: 0 0 43%;
      }
      .edition-badge {
        background-color: var(--color-primary);
        color: var(--white);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 12px 10px; /* Decreased left/right padding */
        font-weight: 400; /* Removed bold from EDITION */
        font-size: 14px;
        position: absolute;
        top: -60px; /* Offset by hero padding to touch the very top */
        right: 0; /* Align perfectly to the right side of the container */
        z-index: 10;
        line-height: 1.2;
      }
      .edition-badge span {
        font-size: 24px;
        font-weight: 800;
      }
      .edition-badge sup {
        font-size: 14px;
      }
      .hero-logo {
        width: 180px; /* Decreased size for desktop */
        margin-bottom: 24px;
        border-radius: 0 !important;
      }
      .hero-shiny {
        border-radius: 0 !important; /* Removed rounded corners */
      }
      .hero-title {
        font-size: clamp(24px, 2.5vw, 32px);
        font-weight: 700;
        color: #000000;
        line-height: 1.3;
        margin-bottom: 20px;
      }
      .text-blue {
        color: var(--color-secondary);
        font-weight: 700;
      }
      .hero-date-pill {
        display: inline-flex;
        align-items: center;
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 24px;
      }
      .hero-date-pill span {
        margin: 0 5px;
        color: #fff; /* Pure white on all devices */
      }
      .hero-desc {
        font-size: 16px;
        color: var(--color-secondary);
        margin-bottom: 32px;
        max-width: 90%;
      }
      .hero-desc strong {
        color: var(--color-secondary);
      }
      .hero-buttons {
        display: flex;
        gap: 16px;
      }

      /* ===== Why Summit Matters ===== */
      .summit-matters {
        background-color: var(--color-light-blue);
        padding-top: 20px;
        padding-bottom: 20px; /* Reduce bottom space */
      }
      .summit-grid {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
      }
      .summit-content {
        flex: 1.2;
      }
      .summit-content h2 {
        font-size: clamp(24px, 2.5vw, 32px);
        color: var(--color-secondary);
        margin-bottom: 20px;
        font-weight: 700;
      }
      .summit-content p {
        margin-bottom: 16px;
        color: #4a5b93;
        font-size: clamp(14px, 1.5vw, 16px);
        line-height: 1.6;
      }
      .summit-content p strong {
        color: var(--color-secondary);
        font-weight: 700;
      }
      .summit-content h3 {
        font-size: clamp(20px, 2vw, 24px);
        color: var(--color-secondary);
        margin-top: 32px;
        margin-bottom: 12px;
        font-weight: 700;
      }
      .summit-map {
        flex: 0 0 auto;
        position: relative;
        padding: 4px;
        border-radius: 16px;
        overflow: hidden;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .summit-map::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(
          from 0deg,
          transparent 70%,
          #f15d3e 85%,
          #0c2b57 100%
        );
        animation: rotate-border 2.5s linear infinite;
        z-index: -2;
        opacity: 0;
        transition: opacity 0.4s ease;
      }
      .summit-map::after {
        content: "";
        position: absolute;
        inset: 4px;
        background-color: var(--color-light-blue);
        border-radius: 12px;
        z-index: -1;
      }
      .summit-map:hover::before {
        opacity: 1;
      }
      @keyframes rotate-border {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      .summit-map img {
        height: 100%;
        max-height: 520px;
        width: auto;
        display: block;
        border-radius: 12px;
        position: relative;
        z-index: 2;
      }

      /* ===== Key Themes ===== */
      .key-themes {
        background-color: var(--color-light-blue);
        padding-top: 20px; /* Reduced from default */
        padding-bottom: 40px;
      }
      .themes-title {
        font-size: clamp(24px, 2.5vw, 32px);
        color: var(--color-secondary);
        margin-bottom: 12px;
        font-weight: 700;
      }
      .themes-subtitle {
        color: #4a5b93;
        margin-bottom: 40px;
        font-size: clamp(14px, 1.5vw, 16px);
      }
      .themes-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 10px; /* Decreased gap between cards */
      }
      .theme-card {
        background-color: #0c2b57;
        color: var(--white);
        padding: 40px 0px; /* Decreased left/right padding more more */
        border-radius: 16px;
        text-align: center;
        transition:
          transform var(--transition-fast),
          box-shadow var(--transition-fast);
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .theme-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(12, 43, 87, 0.4);
      }
      .theme-icon-wrapper {
        width: 48px;
        height: 48px;
        background-color: var(--color-primary);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        transition: transform 0.3s ease;
      }
      .theme-card:hover .theme-icon-wrapper {
        animation: icon-shake 0.5s ease-in-out;
      }
      @keyframes icon-shake {
        0% {
          transform: rotate(0deg) scale(1);
        }
        25% {
          transform: rotate(-10deg) scale(1.1);
        }
        50% {
          transform: rotate(10deg) scale(1.1);
        }
        75% {
          transform: rotate(-10deg) scale(1.1);
        }
        100% {
          transform: rotate(0deg) scale(1);
        }
      }
      .theme-icon-wrapper svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #ffffff;
      }
      .theme-card h4 {
        font-size: 14px; /* Decreased heading size */
        margin-bottom: 16px;
        line-height: 1.3;
        font-weight: 400; /* Removed bold */
        color: #f9e3ad; /* Added new color */
        padding: 0 16px; /* Added left/right padding */
      }
      .theme-card p {
        font-size: 13px;
        color: #cbd5e1;
        line-height: 1.5;
        padding: 0 16px; /* Added left/right padding */
      }

      /* ===== The Experience ===== */
      .experience {
        background-color: var(--color-light-blue);
        padding-top: 40px; /* 40px (themes bottom) + 40px (exp top) = 80px total gap */
        padding-bottom: 80px;
      }
      .experience-card {
        background-color: var(--white);
        border-radius: 24px;
        padding: 50px 40px; /* Adjusted inner padding */
        display: flex;
        align-items: center;
        gap: 40px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
        width: 100%;
      }
      .exp-content {
        flex: 1.5; /* Give text more room */
      }
      .exp-content h2 {
        font-size: clamp(24px, 2.5vw, 32px);
        color: var(--color-secondary);
        margin-bottom: 20px;
        font-weight: 700;
      }
      .exp-content p {
        color: var(--color-secondary); /* Updated to 35 color */
        margin-bottom: 20px;
        font-size: clamp(14px, 1.4vw, 15px); /* Decreased text size */
        line-height: 1.6;
      }
      .exp-content p strong {
        color: var(--color-secondary);
        font-weight: 700;
      }
      .exp-graphic {
        flex: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .exp-graphic img {
        width: 100%;
        max-width: 250px; /* Decreased image size more and more */
        height: auto;
        animation: floatImage 4s ease-in-out infinite;
      }
      
      @keyframes floatImage {
        0% { transform: translateY(0); }
        50% { transform: translateY(-15px); }
        100% { transform: translateY(0); }
      }

      @keyframes spinSlow {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(360deg);
        }
      }

      @keyframes float-img {
        0% {
          transform: translateY(0px);
        }
        50% {
          transform: translateY(10px);
        }
        100% {
          transform: translateY(0px);
        }
      }

      /* ===== Who's in the room ===== */
      .room-container {
        display: flex;
        align-items: stretch;
        gap: 20px;
        margin-top: 80px;
        padding: 0 20px;
        height: 265px; /* Forced exact height as requested */
      }
      .room-img {
        flex: 0 0 33.333%;
        display: flex;
        border-radius: 24px;
      }
      .room-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 24px;
        transition: transform var(--transition-medium);
      }
      .room-img img:hover {
        transform: scale(1.02);
      }
      .room-content {
        flex: 1;
        background-color: #0c2b57;
        padding: 24px 32px; /* Padding kam ki taaki height chhoti rahe */
        border-radius: 24px;
        color: #ffffff;
        box-shadow: 0 15px 30px rgba(12, 43, 87, 0.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .room-content h3 {
        font-size: 13px; /* Smaller */
        font-weight: 600;
        margin-bottom: 4px; /* Reduced */
        color: #ffffff;
      }
      .room-content h2 {
        font-size: clamp(18px, 2vw, 24px); /* Decreased */
        margin-bottom: 10px; /* Reduced */
        font-weight: 700;
        color: #ffffff;
      }
      .pill-group {
        display: flex;
        flex-wrap: wrap;
        gap: 6px; /* Reduced */
        margin-bottom: 10px; /* Reduced */
      }
      .pill {
        background-color: #36489e;
        border: 1px solid #36489e;
        color: #ffffff;
        padding: 4px 10px; /* Smaller */
        border-radius: 12px;
        font-size: 10px; /* Smaller */
        font-weight: 600;
      }
      .room-content p {
        font-size: 12px; /* Smaller */
        line-height: 1.4;
        color: #ffffff;
        margin-bottom: 10px; /* Reduced */
      }
      .room-content p strong {
        color: #ffffff;
        font-weight: 700;
      }
      .room-content p:last-child {
        margin-bottom: 0;
      }

      /* ===== Why Be There ===== */
      .why-be-there {
        background-color: rgba(255, 245, 221, 1);
        padding: 60px 0; /* Reduced top/bottom spacing */
      }
      .why-grid {
        display: grid;
        grid-template-columns: 6fr 4fr; /* 60% / 40% ratio */
        gap: 40px;
        align-items: center; /* Center vertically for better balance */
      }
      .why-box {
        background-color: rgba(241, 93, 62, 1);
        color: var(--white);
        padding: 40px; /* Reduced padding */
        border-radius: 12px;
      }
      .why-box h2 {
        font-size: clamp(20px, 2.2vw, 26px); /* Reduced font size */
        margin-bottom: 20px;
        font-weight: 700;
      }
      .why-list {
        list-style: none;
      }
      .why-list li {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.5;
      }
      .list-icon {
        width: 32px;
        height: 32px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      .strategy-box {
        padding: 0 80px 0 0; /* Right padding as requested */
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 460px; /* Accounts for the new padding while keeping elements same width */
        margin: 0; /* Align left rather than center */
      }
      .strategy-title {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 1.1; /* Tighter line height to match design */
        letter-spacing: -0.05em;
        color: #000000;
        font-size: 36px;
        margin-bottom: 20px;
        width: 100%;
      }
      .strategy-img {
        width: 100%;
      }
      .strategy-img img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 24px;
        transition:
          transform 0.4s ease,
          filter 0.4s ease;
      }
      .strategy-img img:hover {
        transform: translateY(-10px) scale(1.02);
        filter: drop-shadow(0 20px 20px rgba(12, 43, 87, 0.3));
      }

      /* ===== Awards ===== */
      .awards {
        background-color: rgba(223, 241, 255, 1);
        padding: 40px 0; /* Reduced top/bottom spacing */
      }
      .awards-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
        max-width: 1120px;
        margin: 0 auto;
      }
      .awards-content {
        flex: 1;
        padding-right: 80px;
      }
      .awards-content h2 {
        font-size: clamp(20px, 2.2vw, 26px);
        color: #000000;
        margin-bottom: 12px;
        font-weight: 800;
      }
      .awards-content p {
        margin-bottom: 12px;
        color: #111111;
        font-size: 14px;
        line-height: 1.5;
      }
      .awards-logo {
        flex: 1;
        display: flex;
        justify-content: center; /* Centered horizontally */
        align-items: center; /* Centered vertically */
      }
      @keyframes shiny-rotate-simple {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(360deg);
        }
      }
      .shiny-border-wrapper {
        position: relative;
        padding: 4px; /* Border thickness */
        border-radius: 24px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Clips the oversized gradient */
        transition: box-shadow 0.3s ease;
      }
      .shiny-border-wrapper::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(
          transparent 0%,
          rgba(255, 203, 164, 1) 15%,
          transparent 30%
        );
        animation: shiny-rotate-simple 3s linear infinite;
        z-index: 0;
        opacity: 0; /* Hidden by default */
        transition: opacity 0.3s ease;
      }
      /* Blur layer for extra glow */
      .shiny-border-wrapper::after {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(
          transparent 0%,
          rgba(255, 203, 164, 0.8) 15%,
          transparent 40%
        );
        animation: shiny-rotate-simple 3s linear infinite;
        filter: blur(15px);
        z-index: -1;
        opacity: 0; /* Hidden by default */
        transition: opacity 0.3s ease;
      }
      .shiny-border-wrapper:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      }
      .shiny-border-wrapper:hover::before,
      .shiny-border-wrapper:hover::after {
        opacity: 1; /* Show on hover */
      }

      @keyframes image-shine-sweep {
        0% {
          left: -150%;
        }
        100% {
          left: 150%;
        }
      }
      .shiny-image-wrapper {
        position: relative;
        z-index: 1; /* Sits on top of the border's conic-gradient */
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        overflow: hidden; /* Clips the shine to the logo area */
        --shine-color: rgba(255, 255, 255, 0.5); /* Default white shine */
      }
      .shiny-image-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: -150%;
        width: 50%; /* Width of the shine bar */
        height: 100%;
        background: linear-gradient(
          90deg,
          transparent 0%,
          var(--shine-color) 50%,
          transparent 100%
        );
        transform: skewX(-30deg); /* Diagonal angle */
        animation: image-shine-sweep 3s ease-in-out infinite; /* Continuous infinite loop */
        z-index: 2; /* Sits on top of the image */
        pointer-events: none; /* Doesn't block clicks */
      }
      .shiny-image-wrapper img {
        position: relative;
        z-index: 1;
        display: block;
        max-width: 280px;
        width: 100%;
        height: auto;
      }

      /* ===== Glimpses ===== */
      .glimpses {
        background-color: rgba(255, 245, 221, 1);
        padding: 60px 0;
        overflow-x: hidden;
      }
      .glimpses h2 {
        text-align: center;
        margin-bottom: 40px;
      }
      .marquee-container {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        overflow: hidden;
      }
      .marquee-track {
        display: flex;
        gap: 20px;
        width: max-content;
        animation: scrollMarquee 30s linear infinite;
      }
      .marquee-container:hover .marquee-track {
        animation-play-state: paused;
      }
      #marquee2 .marquee-track {
        animation-direction: reverse;
      }
      @keyframes scrollMarquee {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-50% - 10px));
        } /* Scrolls half the width to loop seamlessly */
      }
      .gallery-item {
        flex: 0 0 auto;
        width: 300px; /* Fixed width for cards */
        height: 200px;
        background-color: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        cursor: pointer;
      }
      .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform var(--transition-medium);
      }
      .gallery-item:hover img {
        transform: scale(1.1);
      }

      /* ===== CTA Section ===== */
      .cta-section {
        background-color: rgba(223, 241, 255, 1); /* Fixed var reference */
        padding: 30px 0; /* Massively decreased top/bottom spacing */
        position: relative;
        overflow: hidden;
      }
      .cta-container {
        display: flex;
        align-items: center;
        justify-content: center; /* Center everything */
        gap: 60px;
        max-width: 1120px; /* Increased so buttons don't wrap on desktop */
        margin: 0 auto;
      }
      .cta-content {
        flex: 1.5;
        max-width: 700px;
      }
      .cta-content h2 {
        font-size: clamp(20px, 2vw, 26px);
        color: #000;
        margin-bottom: 12px;
        line-height: 1.2;
        font-weight: 800;
      }
      .cta-content p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #111;
        margin-bottom: 8px;
        max-width: 500px; /* Restrict width of the text specifically */
      }
      .cta-buttons {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping on desktop */
        gap: 16px;
        margin-top: 20px;
      }
      .btn-black {
        background-color: #000;
        color: #fff;
      }
      .cta-graphic {
        flex: 1; /* Takes less space */
        text-align: center;
      }
      .cta-graphic img {
        max-width: 280px; /* Decreased image size */
        width: 100%;
        height: auto;
        animation: float 4s ease-in-out infinite;
      }

      @keyframes float {
        0% {
          transform: translateY(0px);
        }
        50% {
          transform: translateY(-20px);
        }
        100% {
          transform: translateY(0px);
        }
      }


      /* --- Speakers Section --- */
      .speakers-section {
        background-color: #e1f6fb; /* Light cyan/blue matching the image */
        padding: 80px 20px;
      }

      .speakers-container {
        max-width: 1200px;
        margin: 0 auto;
      }

      .speakers-header {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        color: #000;
        margin-bottom: 60px;
        font-family: "Inter", sans-serif;
      }

      .speakers-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 32px;
        row-gap: 48px;
      }

      .speaker-card {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .speaker-image {
        width: 100%;
        aspect-ratio: 1 / 1.1;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 8px 8px 4px 0px #0000001a;
        margin-bottom: 20px;
      }

      .speakers-scroll-row {
        display: contents;
      }

      .speaker-name {
        font-size: 20px;
        font-weight: 700;
        color: #f15d3e; /* Red color matching the design */
        margin-bottom: 4px;
      }

      .speaker-title {
        font-size: 14px;
        color: #222;
        margin-bottom: 2px;
      }

      .speaker-company {
        font-size: 14px;
        font-weight: 700;
        color: #000;
      }

/*Footer*/

.footerwrapper {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
    background: #FCFCFC;
}
.footerwrapper p{
    font-size: 14px;
}
.footerwrapper a {
    color: #000;
    text-decoration: none;
}
.footerwrapper a:hover {
    color: #0a8eae;
}
.footercol1 {
    padding: 0 0 15px;
    font-size: 14px;
}
.footerlogo {
    display: block;
    float: left;
    margin: 0 0 20px;
}
.footercol2 {
    padding: 8px 0;
}
.footercol2 ul{
    list-style: none;
}
.footercol2 ul li{
    background-position: 5px 12px;
    background-repeat: no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 25px;
}
.footerbottomright h4, .footercol2 h4 {
    display: block;
    font-weight: 700;
    color: #000000;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 14px;
}
.footercol2 ul li {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
}
.footerbottom {
    font-size: 14px;
    line-height: 16px;
}
.footersocial a img {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}

.thankyoutext h4, .thankyoutext h6 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
}
.thankyoutext {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 26px;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 
    0px 8px 22px rgba(24, 39, 75, 0.12),   /* First shadow (e.g., sharp, close) */
    0px 14px 64px rgba(24, 39, 75, 0.12);  /* Second shadow (e.g., soft, distant) */
}
.thankyoutext h6 {
    color: #1E2CFB;
}
.thankyoutext h6 span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.thankyoulink {
    text-align: center;
}
.thankyoulink a {
    font-weight: 400;
}
.tybtn a {
    display: inline-block;
    border-radius: 12px;
    padding: 17px 16px;
    font-size: 18px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 100%;
    transition: .3s all;
    width: 300px;
    max-width: 80%;
    text-align: center;
}

.thankyoutext p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    letter-spacing: 0;
    padding: 0;
}



.grecaptcha-badge{
    display: none!important;
}


/*Registration*/

.idxregwrapper{
    background: url('../images/headerbg.jpg') center/cover no-repeat #fff;
    padding: 40px 0;
}

.registration-row{
    display: flex;
    gap: 60px;
    font-family: var(--font-family);
}
.details-box{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 420px;
    max-width: 100%;
    margin: auto;
}
.details-box-head{
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -2%;
}
.details-box-head span{
    color: #35489E;
}
.details-box-date-box-row{
    display: inline-block;
    background-color: #000000;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    font-weight: 500;
    border-radius: 100px;
    text-align: center;
    color: #ffffff;
}

.page-title{
    font-size: clamp(24px, 2.5vw, 32px);
    color: var(--color-secondary);
    margin-bottom: 32px;
    font-weight: 700;
}
  .page-sub {
    font-family: "Inter", sans-serif;
    text-align: center;
    color: #6b6478;
    font-size: 16px;
    margin: 0 0 18px;
}

 /* --- Scroll Animations --- */
  .anim-element {
    opacity: 0;
    /* prevent flickering before js kicks in */
    visibility: hidden;
  }
  .anim-element.is-visible {
    visibility: visible;
    animation-fill-mode: forwards;
  }

  /* Fade in */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .anim-fade-in.is-visible {
    animation: fadeIn 0.8s ease-out forwards;
  }

  /* Slide from Left */
  @keyframes slideLeft {
    from {
      opacity: 0;
      transform: translateX(-50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .anim-slide-left.is-visible {
    animation: slideLeft 0.8s ease-out forwards;
  }

  /* Slide from Right */
  @keyframes slideRight {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .anim-slide-right.is-visible {
    animation: slideRight 0.8s ease-out forwards;
  }

  /* Paper Roll Unfold */
  @keyframes paperUnfold {
    0% {
      opacity: 0;
      transform: perspective(1000px) rotateX(90deg) scale(0.95);
      transform-origin: top;
    }
    100% {
      opacity: 1;
      transform: perspective(1000px) rotateX(0deg) scale(1);
      transform-origin: top;
    }
  }
  .anim-unfold.is-visible {
    animation: paperUnfold 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275)
      forwards;
  }

