/* ─── Banner ─────────────────────────────────────────────────── */
.banner-wrap {
    position: relative;
    overflow: hidden;
    margin-top: 72px;
}

.banner-wrap .owl-carousel .owl-item {
    position: relative;
    overflow: hidden;
}

.__banner {
    position: relative;
    height: 120vh;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.__banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 6s ease;
}

.owl-item.active .__banner img {
    /* transform: scale(1.04); */
}

.__banner::after {
    content: '';
    position: absolute;
    inset: 0;
  
    z-index: 1;
}

.slide-caption {
    position: relative;
    z-index: 2;
    padding: 3rem 4rem 4rem;
    max-width: 700px;
}

.eyebrow {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 1rem;
    border-left: 2px solid var(--gold);
    padding-left: 0.75rem;
}

.slide-caption h2 {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 300;
    line-height: 1.15;
    color: var(--white);
    letter-spacing: -0.01em;
}

.slide-caption h2 em {
    font-style: italic;
    color: var(--gold-light);
}

/* Banner rule */
.banner-rule {
    /* height: 4px; */
    /* background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, transparent 100%); */
}

/* Owl nav */
.owl-theme .owl-dots .owl-dot span {
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    width: 24px;
    height: 3px;
    margin: 0 3px;
    transition: all 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--gold);
    width: 40px;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 2rem;
    right: 4rem;
    z-index: 10;
}

/* ─── Announcement Bar ───────────────────────────────────────── */
.announcement-bar {
    background: #1c4283;
    color: var(--navy);
    font-family: var(--font-mono);
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.6rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.announcement-bar .ticker-inner {
    display: inline-flex;
    animation: ticker 20s linear infinite;
}

.announcement-bar .ticker-item {
    padding: 0 3rem;
    color:var(--gold);
    font-weight:600;
}


.announcement-bar .ticker-sep {
    color: rgba(13,27,46,0.4);
}

@keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ─── About Section ──────────────────────────────────────────── */
.about-section {
   /* background: linear-gradient(135deg, #ffffff, #f4f8ff); */
    background: white;
    padding: 0;
}

.about-section .section-inner {
    padding: 2rem 2rem;
}

.about-section2 {
    position: relative;
    background-size: cover;
    background-position: -4rem 2rem;
    background-repeat: no-repeat;
}

@media (max-width: 1850px) {
    .about-section2 {
        background-image: none !important;
    }
}

.about-heading {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--navy);
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.about-heading em {
    font-style: italic;
    color: var(--gold);
}

.about-text {
    font-size: 16px;
    line-height: 1.85;
    color: var(--slate);
    margin-bottom: 1.25rem;
    max-width: 100%;
}

.about-grid {
    display: grid;
    /* grid-template-columns: 1.2fr 0.8fr; */
    gap: 4rem;
    align-items: start;
}

@media (max-width: 900px) {
    /* .about-grid { grid-template-columns: 1fr; gap: 2.5rem; } */
}

/* Edition badges */
.editions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
}

.edition-badge {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border: 1px solid var(--border);
    color: var(--slate);
    background: transparent;
    transition: all 0.2s;
}

.edition-badge.active {
    background: var(--navy);
    color: var(--gold-light);
    border-color: var(--navy);
}

/* Stat Cards */
.stat-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    position: sticky;
    top: 100px;
}

.stat-card {
    background: var(--white);
    padding: 1.75rem 1.5rem;
    transition: background 0.25s;
}

.stat-card:hover {
    background: var(--gold-pale);
}

.stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 600;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-label {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
}

.stat-desc {
    font-size: 0.78rem;
    line-height: 1.6;
    color: var(--slate);
    margin: 0;
}

.advertisement-section {
    padding: 6rem 2rem;
    
    /* background: linear-gradient(135deg, #f8fbff, #eef3ff);; */
    color: #1a1a1a;
}

/* Header */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.3rem;
    font-weight: 600;
}

/* Table Wrapper */
.ad-table-wrapper {
    max-width: 900px;
    margin: 0 auto;
    overflow-x: auto;
}

/* Table */
.ad-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Header Row */
.ad-table thead {
    background: #dc4725;
    color: #fff;
}

.ad-table th {
    padding: 1rem;
    text-align: left;
    font-weight: 500;
}

/* Body */
.ad-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Hover effect */
.ad-table tbody tr:hover {
    background: rgba(0, 86, 255, 0.05);
}

/* Note */
.ad-note {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.95rem;
    color: #555;
}

/* Responsive */
@media (max-width: 600px) {
    .ad-table th,
    .ad-table td {
        padding: 0.7rem;
        font-size: 0.9rem;
    }
}


/* ─── Conference Topics ──────────────────────────────────────── */


.topics-section::before {
    content: 'TOPICS';
    position: absolute;
    top: -0.5rem;
    right: -1rem;
    font-family: var(--font-display);
    font-size: 12rem;
    font-weight: 700;
    color: rgba(255,255,255,0.03);
    pointer-events: none;
    white-space: nowrap;
}

.topics-section .section-inner {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.topics-section .section-label {
    color: var(--gold-light);
}

.topics-section h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 500;
    color: var(--gold-light);
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    text-align:center;
    text-transform: uppercase;
}

.topics-grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(184,149,42,0.15);
    border: 1px solid rgba(184,149,42,0.15); */
    margin-bottom: 4rem;
}

@media (max-width: 768px) { .topics-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .topics-grid { grid-template-columns: 1fr; } }




.topic-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
    margin-top: 0.45rem;
}

.topic-text {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: rgba(7, 7, 7, 0.75);
    line-height: 1.5;
}
/* ───────── TOPICS SECTION ───────── */
.topics-section {
   
    position: relative;
    overflow: hidden;
}

/* GRID */
.topics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

/* TOPIC CARD */




/* LEFT GLOW BAR */
.topic-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(#dc4725, transparent);
    border-radius: 4px;
    opacity: 0;
    transition: 0.3s;
}



/* DOT → PULSE EFFECT */
.topic-dot {
    width: 10px;
    height: 10px;
    background: #dc4725;
    border-radius: 50%;
    position: relative;
}

/* Pulse animation */
.topic-dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: rgba(220,71,37,0.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.6); opacity: 0.6; }
    70% { transform: scale(1.6); opacity: 0; }
    100% { opacity: 0; }
}

/* TEXT */
.topic-text {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}
/* ───────── MOLECULE SECTION ───────── */
.topics-section {
    position: relative;
    /* background:linear-gradient(135deg, #fcfdff, #f5f8ff); */
    /* background:linear-gradient(135deg, #f0f4ff 0%, #e8eef8 40%, #dce8f5 100%); */
    /* background:white!important; */
    
    overflow: hidden;
}

/* SVG network lines */
.network-lines {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* NODE GRID (free-flow layout feel) */
.topics-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-top: 60px;
    z-index: 2;
}


/* NODE (ATOM STYLE) */
.topic-item {
    position: relative;
    padding: 20px 18px;
    border-radius: 10px;
    background: white;
    border: 1px solid rgba(0,0,0,0.06);
    backdrop-filter: blur(10px);
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
    border-color: #dc4725;
}

/* Floating motion */
.topic-item {
    animation: floatNode 6s ease-in-out infinite;
}

.session-card {
    animation: floatNode 6s ease-in-out infinite;
}

.topic-item:nth-child(even) {
    animation-delay: 2s;
}

@keyframes floatNode {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Hover glow */
.topic-item:hover {
    
    box-shadow: 0 5px 30px #dc4725;
    border-color: #dc4725;
}

/* NODE CORE DOT */
.topic-dot {
    width: 10px;
    height: 10px;
    background: #dc4725;
    border-radius: 50%;
    margin: 0 auto 8px;
    position: relative;
}

/* Orbit ring */
.topic-dot::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(220,71,37,0.3);
    border-radius: 50%;
    animation: rotateOrbit 6s linear infinite;
}

@keyframes rotateOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* TEXT */
.topic-text {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

/* ───────── SESSION CARDS (MATCH STYLE) ───────── */
.sessions-title {
    margin-top: 80px;
    font-size: 2.6rem;
    text-align: center;
    color: #dc4725;
}

.sessions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.session-card {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,0,0,0.05);
    text-align: center;
    transition: 0.3s;
    border-color: #dc4725;
}

.session-card:hover {
    transform: translateY(-6px);
     background: rgba(255,255,255,0.8);
    box-shadow: 0 12px 30px rgba(220,71,37,0.2);
}

.session-label {
    font-size: 14px;
    font-weight: 500;
}
/* ───────── SESSIONS ───────── */
.sessions-title {
    margin-top: 70px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #dc4725;
}

/* SESSION GRID */
.sessions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

/* SESSION CARD */
.session-card {
    padding: 20px;
    border-radius: 16px;
    /* background: linear-gradient(135deg, #ffffff, #f5f8ff); */
    border: 1px solid rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
      border-color: #dc4725;
}

/* Hover glow */
.session-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(220,71,37,0.15);
     background: rgba(255,255,255,0.8);
}

/* LABEL */
.session-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.topics-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.venue-section{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-inner {
    position: relative;
    z-index: 1; /* keeps text above overlay */
}
/* OPTIONAL: subtle background particles */
.topics-section::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: radial-gradient(circle at 20% 30%, rgba(220,71,37,0.05), transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(0,102,255,0.05), transparent 40%); */
    z-index: 0;
}

.section-inner {
    position: relative;
    z-index: 2;
}
/* Special Sessions */
.sessions-title {
    font-family: var(--font-mono);
    font-size: 2.0rem;
    font-weight:600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.25rem;
}

.sessions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (max-width: 600px) { .sessions-grid { grid-template-columns: 1fr; } }

.session-card {
    background:white;
    border: 1px solid rgba(184,149,42,0.2);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: border-color 0.2s, background 0.2s;
      border-color: #dc4725;
}

.session-card:hover {
    border-color: var(--gold);
box-shadow: 0 5px 30px #dc4725;
     background: rgba(255,255,255,0.8);
}

.session-num {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 600;
    color: var(--gold);
    opacity: 0.4;
    line-height: 1;
    flex-shrink: 0;
}

.session-label {
    font-size: 16px;
    color: black;
    line-height: 1.5;
        display: block;
    text-align: center;
    width: 100%;
}

/* ─── Theme Section ──────────────────────────────────────────── */
.theme-section {
    background: var(--white);
    padding: 5rem 0;
}

.theme-section .section-inner {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.theme-grid {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    gap: 4rem;
    align-items: start;
    margin-top: 3rem;
}

@media (max-width: 768px) { .theme-grid { grid-template-columns: 1fr; gap: 2rem; } }

.theme-img-wrap {
    position: relative;
}

.theme-img-wrap img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
}

.theme-img-wrap::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: -12px;
    inset: 12px -12px -12px 12px;
    border: 1px solid var(--gold);
    z-index: -1;
    pointer-events: none;
}

.theme-content h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 300;
    color: var(--navy);
    margin-bottom: 1.5rem;
}

.theme-content .body-text {
    font-size: 0.92rem;
    line-height: 1.85;
    color: var(--slate);
    overflow: hidden;
    max-height: 220px;
    transition: max-height 0.6s ease;
}

.theme-content .body-text.readmore {
    max-height: 2000px;
}

.read-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    transition: color 0.2s;
}

.read-toggle:hover { color: var(--navy); }

.read-toggle i { font-size: 0.6rem; }
.registration-section {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: white;
    color: #1a1a1a;
    overflow: visible;
}

/* Subtle grid pattern (scientific feel) */
.registration-section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    /* background: radial-gradient(circle, rgba(0,102,255,0.12), transparent 70%); */
    top: -100px;
    left: -100px;
    z-index: 0;
}

.registration-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    /* background: radial-gradient(circle, rgba(220,71,37,0.12), transparent 70%); */
    bottom: -100px;
    right: -100px;
    z-index: 0;
}

.registration-section .container {
    position: relative;
    z-index: 2;
}

/* PARTICLES */
.particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.particles span {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: rgba(0, 102, 255, 0.2);
    border-radius: 50%;
    animation: floatParticle 12s linear infinite;
}

/* Random positions */
.particles span:nth-child(1) { left: 10%; animation-delay: 0s; }
.particles span:nth-child(2) { left: 25%; animation-delay: 2s; }
.particles span:nth-child(3) { left: 40%; animation-delay: 4s; }
.particles span:nth-child(4) { left: 60%; animation-delay: 1s; }
.particles span:nth-child(5) { left: 75%; animation-delay: 3s; }
.particles span:nth-child(6) { left: 90%; animation-delay: 5s; }

@keyframes floatParticle {
    0% {
        transform: translateY(100vh) scale(1);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: translateY(-10vh) scale(1.3);
        opacity: 0;
    }
}

/* Content above particles */
.container {
    position: relative;
    z-index: 2;
}

/* Header */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    color:#dc4725;
    font-family: var(--font-display);
}

.reg-link {
    color: #0056ff;
    font-weight: 500;
    text-decoration: none;
}

/* Grid */
.registration-grid {
    display: grid;
    
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* Glass Cards */
.reg-card {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.reg-card:hover {
    transform: translateY(-5px);
}

.reg-card h3 {
    margin-bottom: 1rem;
    color: #fc560a;
}

/* Lists */
.reg-card ul {
    list-style: none;
    padding: 0;
}

.reg-card ul li {
    margin-bottom: 0.6rem;
}

/* Fees */
.fee-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 0.5rem 0;
}

/* Notes */
.note {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #666;
}

/* Deadline */
.deadline-box {
    text-align: center;
    margin-top: 3rem;
    padding: 1.5rem;
    font-size:16px;
}

.warning {
    color: #d9534f;
    margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .registration-grid {
        grid-template-columns: 1fr;
    }

}
/* GRID */
.venue-grid.modern-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* IMAGE CARD */
.venue-image-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.venue-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.venue-image-card:hover img {
    transform: scale(1.08);
}

/* IMAGE OVERLAY */
.venue-image-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;

    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.venue-image-overlay h4 {
    margin: 0;
    font-size: 1.4rem;
}

.venue-image-overlay span {
    font-size: 0.9rem;
    opacity: 0.9;
}


.venue-info-card:hover {
    transform: translateY(-5px);
}

/* TEXT */
.venue-info-card p {
    line-height: 1.7;
    color: #444;
}

/* TAGS */
.venue-tags {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.venue-tags span {
    background: #f1f5ff;
    color: #2a4cff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
}

/* MAP CARD */
.venue-map-card {
    margin-top: 30px;
    border-radius: 18px;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.venue-map-card iframe {
    width: 100%;
    height: 350px;
    border: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .venue-grid.modern-cards {
        grid-template-columns: 1fr;
    }
}

   .sponsorship-section {
    padding: 6rem 2rem;
    /* background: linear-gradient(135deg, #f8fbff, #eef3ff); */
}

/* Wrapper */
.sponsor-table-wrapper {
    box-shadow:0 10px 30px rgb(0 0 0 / 33%);
    max-width: 1100px;
    margin: 2rem auto 0;
    overflow-x: auto;
}

/* Table */
.sponsor-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    overflow: hidden;
    color:black;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Header */
.sponsor-table thead {
    background: #042747;
    color: #000000;
}
.sponsor-table tbody {
    background: white;
    color: #000000;
}
.sponsor-table tr {
    padding: 1rem;
    text-align: center; 
}

.sponsor-table th {
    padding: 1rem;
    text-align: center;
    font-weight: 500;
}

/* Body */
.sponsor-table td {
    padding: 1rem;
    text-align:center;
    vertical-align: top;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Row Hover */
.sponsor-table tbody tr:hover {
    background: rgba(0, 51, 170, 0.05);
}

/* Tier Highlight */


.important-section {
    padding: 6rem 2rem;
    /* background: linear-gradient(135deg, #ffffff, #f4f8ff); */
    color: #1a1a1a;
}

/* Grid Layout */
.important-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 2rem auto 0;
}

/* Blocks */
.info-block {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    padding: 1.8rem;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
}

/* Titles */
.info-block h3 {
    text-align: center;
    margin-bottom: 1rem;
    color: #dc4725;
}

/* Lists */
.info-block ul {
    list-style: none;
    padding: 0;
}

.info-block ul li {
    margin-bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
}

/* Bank details */
.bank-details li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 0.4rem 0;
}

/* Highlight text */
.highlight {
    font-weight: 600;
    color: #0056ff;
}

/* Responsive */
@media (max-width: 768px) {
    .important-grid {
        grid-template-columns: 1fr;
    }

    .info-block ul li {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .sponsor-table th,
    .sponsor-table td {
        font-size: 0.9rem;
        padding: 0.7rem;
    }
}
    /* ── CONTENT GRID ── */
    .venue-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
      align-items: start;
    }

    /* ── LEFT: decorative heading column ── */
    .venue-left {
      animation: fadeUp .7s .1s ease both;
    }

    .venue-eyebrow {
      font-family: var(--font-body);
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 0.75rem;
    }

    .venue-heading {
      font-family: var(--font-display);
      font-size: clamp(2.4rem, 4vw, 3.4rem);
      font-weight: 300;
      line-height: 1.1;
      color: #dc4725;
      margin-bottom: 0.2rem;
    }

    .venue-heading em {
      font-style: italic;
      color: var(--gold);
    }

    .venue-subheading {
      font-family: var(--font-display);
      font-size: 1rem;
      font-weight: 300;
      font-style: italic;
      color: var(--text-muted);
      letter-spacing: 0.04em;
      margin-bottom: 2rem;
    }

    /* decorative divider */
    .venue-divider {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 2rem;
    }
    .venue-divider::before,
    .venue-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--gold-pale);
    }
    .venue-divider span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--gold);
      display: block;
    }

    /* highlight facts row */
    .venue-facts {
      display: flex;
      gap: 1.5rem;
    }
    .venue-fact {
      display: flex;
      flex-direction: column;
      gap: 3px;
    }
    .venue-fact-value {
      font-family: var(--font-display);
      font-size: 1.5rem;
      font-weight: 600;
      color: var(--teal-dark);
      line-height: 1;
    }
    .venue-fact-label {
      font-size: 0.68rem;
      font-weight: 400;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-muted);
    }
    .venue-fact-sep {
      width: 1px;
      background: var(--gold-pale);
      align-self: stretch;
    }

    /* ── RIGHT: description card ── */
    .venue-right {
      animation: fadeUp .7s .2s ease both;
    }

    .venue-card {
      background: var(--white);
      border: 1px solid rgba(184,145,58,.18);
      border-radius: 4px;
      padding: 2.2rem 2rem;
      position: relative;
      box-shadow: 0 2px 24px rgba(27,58,58,.06);
    }

    /* gold corner accent */
    .venue-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 48px; height: 48px;
      border-top: 2px solid var(--gold);
      border-left: 2px solid var(--gold);
      border-radius: 4px 0 0 0;
    }
    .venue-card::after {
      content: '';
      position: absolute;
      bottom: 0; right: 0;
      width: 48px; height: 48px;
      border-bottom: 2px solid var(--gold);
      border-right: 2px solid var(--gold);
      border-radius: 0 0 4px 0;
    }

    .venue-card-title {
      font-family: var(--font-display);
      font-size: 0.78rem;
      font-weight: 400;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 1rem;
    }

    .venue-card-body {
      font-family: var(--font-body);
      font-size: 18px;
      font-weight: 300;
      color: var(--text-body);
      line-height: 1.85;
    }

    /* ── TAG PILLS at bottom of card ── */
    .venue-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-top: 1.5rem;
      padding-top: 1.25rem;
      border-top: 1px solid var(--gold-pale);
    }

    .venue-tag {
      font-size: 0.7rem;
      font-weight: 400;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--teal);
      background: rgba(42,82,82,.07);
      border: 1px solid rgba(42,82,82,.15);
      border-radius: 2px;
      padding: 4px 10px;
    }

    /* ── KEYFRAMES ── */
    @keyframes fadeDown {
      from { opacity: 0; transform: translateY(-12px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(18px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .venue-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }
      .venue-section { 
        padding: 3.5rem 0 3rem;

        }
    }

    .venue-section
    {
          /* background: linear-gradient(135deg, #f8fbff, #eef3ff); */
    }
.venue-img-wrap:hover img { transform: scale(1.03); }

.venue-copy {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(184,149,42,0.15);
    border-left: none;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.venue-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 2.5vw, 2.25rem);
    font-weight: 300;
    color: var(--white);
    margin-bottom: 1.25rem;
}

.venue-copy p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1rem;
}

.venue-copy .read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: black;
    margin-top: 0.75rem;
    transition: gap 0.2s;
}

.venue-copy .read-more-link:hover { gap: 0.85rem; }

/* About IIM strip */
.iim-strip {
    background: var(--white);
    border-top: 3px solid var(--gold);
    padding: 3.5rem 2rem;
    text-align: center;
    max-width: 1200px;
    margin: 4rem auto 0;
}

.iim-strip .section-label { justify-content: center; display: flex; }

.iim-strip p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.85;
    color: var(--slate);
}

/* ─── Sponsors ───────────────────────────────────────────────── */
.sponsors-section {
    background: var(--cream);
    padding: 5rem 0;
}

.sponsors-section .section-inner {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.sponsors-section h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 300;
    color: var(--navy);
    margin-bottom: 2.5rem;
}

.sponsors-section iframe {
    width: 100%;
    border: 1px solid var(--border);
    background: var(--white);
}

/* ─── Hotels & Flights ───────────────────────────────────────── */
.logistics-section {
    background: var(--white);
    padding: 5rem 0;
}

.logistics-section .section-inner {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.logistics-section h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 300;
    color: var(--navy);
    margin-bottom: 2.5rem;
    text-align: center;
}

/* Pill tabs */
.__pills_hotel {
    gap: 0.5rem;
    margin-bottom: 0;
}

.__pills_hotel .nav-item .nav-link {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--slate);
    border: 1px solid var(--border);
    border-radius: 0;
    padding: 0.65rem 1.75rem;
    background: transparent;
    transition: all 0.2s;
}

.__pills_hotel .nav-item .nav-link.active {
    background: var(--navy);
    color: var(--gold-light);
    border-color: var(--navy);
}

.__pills_hotel .nav-item .nav-link:hover:not(.active) {
    background: var(--gold-pale);
    color: var(--navy);
    border-color: var(--gold);
}

/* Hotel cards */
.__hotel .card {
    border: 1px solid var(--border);
    border-radius: 0;
    transition: box-shadow 0.25s, transform 0.25s;
    overflow: hidden;
}

.__hotel .card:hover {
    box-shadow: 0 8px 32px rgba(13,27,46,0.1);
    transform: translateY(-3px);
}

.__hotel .card-header {
    background: var(--navy);
    color: var(--white);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.88rem;
    border-radius: 0 !important;
    padding: 0.85rem 1.25rem;
    border-bottom: none;
}

.__hotel .card-header .text-warning { color: var(--gold-light) !important; }

.__hotel .card-body {
    font-size: 0.85rem;
    color: var(--slate);
    line-height: 1.7;
}

.__hotel .view_more {
    display: inline-block;
    background: var(--navy);
    color: var(--gold-light);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
}

.__hotel .view_more:hover { background: var(--gold); color: var(--navy); }

.hotel-note {
    font-size: 0.82rem;
    color: var(--slate);
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    border-left: 3px solid var(--gold);
    background: var(--gold-pale);
}

/* ─── History Gallery ────────────────────────────────────────── */
.history-section {
    background: var(--navy);
    padding: 5rem 0 3rem;
    overflow: hidden;
}

.history-section h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    color: var(--white);
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
}

.history-section .card {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.history-section .card img {
    transition: transform 0.5s ease;
}

.history-section .card:hover img { transform: scale(1.05); }

/* ─── Tariff / Registration ──────────────────────────────────── */
.__tariff {
    background: var(--cream);
    padding: 5rem 0;
}

.__tariff h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 300;
    color: var(--navy);
    text-align: center;
    margin-bottom: 2.5rem;
}

.__tariff .card {
    border: 1px solid var(--border);
    border-radius: 0;
    overflow: hidden;
}

.__tariff .table {
    font-size: 0.85rem;
    color: var(--navy);
    margin: 0;
}

.__tariff .table thead th {
    background: var(--navy);
    color: var(--gold-light);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    padding: 0.85rem 1.25rem;
}

.__tariff .table tbody tr:hover { background: var(--gold-pale); }

/* ─── Field Trip / Misc Sections ─────────────────────────────── */
.field_trip {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--slate);
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 576px) {
    .slide-caption { padding: 2rem 1.5rem 3rem; }
    .__banner { 
        height: 35vh;
        min-height:0px;
     }

    .stat-cards { grid-template-columns: 1fr; }
}
/* GRID */
/* WRAPPER */
.sponsor-table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
    border-radius: 16px;
}

/* TABLE */
.sponsor-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
}

/* HEADER */
.sponsor-table thead {
    background: #042747;
    color: #fff;
}

.sponsor-table th {
    padding: 16px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* BODY */
.sponsor-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    vertical-align: top;
}

/* ROW HOVER */
.sponsor-table tbody tr {
    transition: 0.3s;
}

.sponsor-table tbody tr:hover {
    background: rgba(0,0,0,0.03);
    transform: scale(1.01);
}

/* TIER COLORS */




/* AMOUNT COLUMN */
.sponsor-table td:nth-child(2) {
   
    color: #000;
}

/* BENEFITS TEXT */
.sponsor-table td:nth-child(3) {
    line-height: 1.6;
    color: black;
}

/* MOBILE */
@media (max-width: 768px) {
    .sponsor-table th,
    .sponsor-table td {
        padding: 10px;
        font-size: 14px;
    }
}
.registration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

/* CARD */
.reg-card {
    background: white;
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.reg-card:hover {
    transform: translateY(-5px);
}

/* TITLE */
.reg-card h3 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--gold-light);
}

/* LIST */
.fee-list {
    list-style: none;
    padding: 0;
}

.fee-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.fee-list li strong {
    color: #000;
}

/* NOTE */
.note {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
    opacity: 0.7;
}

/* SPONSOR GRID */
.sponsor-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* SPONSOR CARD */
.s-card {
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.s-card:hover {
    transform: scale(1.05);
}



/* PRICE */
.price {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}



.poster-side-image {
    position: absolute;
    left: -20%;       /* adjust as needed */
    top: 10%;      /* adjust vertical position */
    width: 130px;
}

.poster-jet-img {
    min-width: 250px;
    object-fit: contain;
}

@media (max-width: 1650px) {
    .poster-side-image {
                position: absolute;
            left: 1%;       /* adjust as needed */
            top: 0%;      /* adjust vertical position */
            width: 130px;
        }
    
}

@media (max-width: 850px) {
    .poster-side-image {
        display: none;
    }
}



.sponsor-side-image {
    position: absolute;
    right: -10%;       /* adjust as needed */
    top: 45%;      /* adjust vertical position */
    width: 130px;
}

.sponsor-jet-img {
    min-width: 200px;
    object-fit: contain;
}

@media (max-width: 1650px) {
    .sponsor-side-image {
                position: absolute;
            right: 4%;          /* adjust as needed */
               top: 45%;      /*       /* adjust vertical position */
          
        }

        .sponsor-jet-img {
    width: 150px !important;
        min-width: unset !important;  
    }
    
}

@media (max-width: 850px) {
    .sponsor-side-image {
        display: none;
    }
}



.advertisement-side-image {
    position: absolute;
    left: -10%;       /* adjust as needed */
    bottom: 5%;      /* adjust vertical position */
    
}

.advertisement-jet-img {
    min-width: 200px;
    object-fit: contain;
}

@media (max-width: 1650px) {
    .advertisement-side-image {
        position: absolute;
        left: -3%;
        bottom: 14%;
    }

    .advertisement-side-image .advertisement-jet-img {
        width: 130px !important;
        min-width: unset !important;  /* override the min-width blocking resize */
    }
    
}

@media (max-width: 850px) {
    .advertisement-side-image {
        display: none;
    }
}
.poster-card {
    background: white;
    padding: 25px 30px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.poster-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.poster-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 15px;
}

/* custom dot */
.poster-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #3b82f6; /* blue dot */
    border-radius: 50%;
}


.dates-wrapper {
    display: flex;
    justify-content: center;
}

.dates-card {
    display: inline-flex;
    flex-direction: column;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e8edf3;
}

.date-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 32px;
    background: #fff;
    border-bottom: 1px solid #f0f4f8;
    transition: background 0.2s;
}

.date-item:last-child {
    border-bottom: none;
}

.date-item:hover {
    background: #f7f9fc;
}

.date-icon {
    font-size: 1.3rem;
    width: 36px;
    height: 36px;
    background: #fff5f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.date-info {
    display: flex;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
}

.date-label {
    color: #555;
    font-size: 0.95rem;
    min-width: 160px;
}

.date-value {
    color: #e8500a;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .dates-card {
        width: 100%;
    }

    .date-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        white-space: normal;
    }

    .date-label {
        min-width: unset;
    }
}

.venue-grid.modern-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch; /* key: makes both columns equal height */
}

.venue-left,
.venue-right {
    display: flex;
    flex-direction: column;
}

.venue-image-card {
    position: relative;
    height: 100%;        /* fills the full left column height */
    border-radius: 16px;
    overflow: hidden;
}

.venue-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* crops image to fill without distorting */
    display: block;
}




/* Mobile */
@media (max-width: 768px) {
    .venue-grid.modern-cards {
        grid-template-columns: 1fr;
    }

    .venue-image-card {
        height: 280px;
    }

 
}

.venue-info-card {
    height: 100%;
    border-radius: 16px;
    background: #fff;
    padding: 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.venue-info-badge {
    display: inline-block;
    background: #fff5f0;
    color: #e8500a;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.venue-city-name {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.venue-state-name {
    font-size: 1rem;
    font-weight: 400;
    color: #888;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
    margin-bottom:10px;
}

.venue-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.venue-divider::before,
.venue-divider::after {
    content: '';
    height: 1px;
    background: #e8500a;
    opacity: 0.3;
}

.venue-divider::before {
    width: 20px;
}

.venue-divider::after {
    flex: 1;
}

.venue-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
}




