﻿
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
p, a, span, div, button, li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

    /* HERO */
    .hero-section {
        height: auto;
        
    }

    .hero-banner {
        height: auto;
    }

    /* MENU */
    .menu-flex {
        flex-direction: column;
        gap: 15px;
    }

    .menu-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .menu-links a {
        margin-left: 0;
    }

    /* OBJECTIVE CARDS */
    .objective-card {
        height: auto;
    }

    /* AGENDA */
    .agenda-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .agenda-time-box {
        width: 100%;
        margin-right: 0;
    }

    /* COUNTDOWN */
    .countdown {
        flex-wrap: wrap;
        gap: 10px;
    }

    .flip {
        width: 55px;
        height: 70px;
    }

    .card {
        font-size: 34px;
    }

    .colon {
        font-size: 36px;
        padding-bottom: 0;
    }

    /* PARTNERS */
    .partners-row {
        grid-template-columns: repeat(2, 1fr);
    }

    /* INFO CARDS */
    .info-card {
        width: 90%;
    }
}






.hero-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.logo img {
    height: 45px;
    opacity: 0;
    transition: all 0.3s ease;
}
.sticky-menu .logo img {
    opacity: 1;
}

/* FULL WIDTH BANNER */
.hero-banner {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* MENU ON TOP OF IMAGE */
.hero-menu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
}

.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* NORMAL MENU LINKS */
.menu-links a {
    color: #000;
    margin-left: 25px;
    text-decoration: none;
   
    font-weight: 500;
}

/* REGISTER BUTTON */
.register-btn1 {
    background-color: #FF0000;
    color: #000;
    padding: 10px 18px;
    border-radius: 20px;
    
}

/* STICKY MENU */
.sticky-menu {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.menu-links a:hover {
    color: #1800AD;     /* blue color */
    font-weight: 600;   /* bold */
    text-decoration: none;  /* no line */
}

/* HERO TEXT */
.big-number {
    font-size: 120px;
    font-weight: 700;
}

.th-text {
    font-size: 40px;
    vertical-align: top;
}

/* ===================== */
/* MOBILE RESPONSIVE */
/* ===================== */

@media (max-width: 991px) {

    .menu-links a {
        margin-left: 15px;
        font-size: 14px;
    }

    .register-btn1 {
        padding: 8px 14px;
        font-size: 14px;
    }

    .big-number {
        font-size: 70px;
    }

    .th-text {
        font-size: 24px;
    }
}


@media (max-width: 768px) {

    .hero-menu {
        padding-top: 10px;
    }

    .menu-flex {
        flex-direction: column;
        gap: 10px;
    }

    .menu-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        
    }

    .menu-links a {
        margin: 5px 10px;
        font-size: 13px;
    }

    .big-number {
        font-size: 50px;
    }

    .th-text {
        font-size: 18px;
    }
}


@media (max-width: 480px) {

    .big-number {
        font-size: 36px;
    }

    .th-text {
        font-size: 14px;
    }

    .register-btn1 {
        padding: 6px 12px;
        font-size: 12px;
    }
}
@media (max-width:768px){
    .hero-banner{
        height:250px;
        object-fit:cover;
    }
}






.overview-section{
    background:#fff;
    padding:40px 0;
    scroll-margin-top: 80px;
}

.section-title h2{
    font-weight:700;
    font-size:32px;
}

.highlight-text{
    color:#e74c3c;
    font-weight:600;
}

.video-box iframe{
    border-radius:12px;
    width:85%;
    height:560px;
    position:relative;
    box-shadow:0 4px 18px rgba(0,0,0,0.15);
}


/* ===== DESKTOP ===== */
.slider-img1{
    width:100%;
    height:500px;
    object-fit:contain;
    border-radius:15px;
}

#attendSlider1{
    width:115%;
    margin-left:-20px;
}

#attendSlider1 img{
    width:100%;
    height:550px;
    object-fit:contain;
    border-radius:18px;
}

/* ===== TABLET ===== */
@media (max-width:991px){

    #attendSlider1{
        width:100%;
        margin-left:0;
    }

    .slider-img1,
    #attendSlider1 img{
        height:480px;
    }
}

@media (max-width:767px){

    #attendSlider1{
        width:100% !important;
        margin-left:0 !important;
    }

    .slider-img1,
    #attendSlider1 img{
        width:100%;
        height:auto !important;      /* MOST IMPORTANT */
        max-height:500px;
        object-fit:contain;
        border-radius:12px;
    }

    /* arrows hide */
    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }
}







.section-title{
    margin-bottom:30px;
}

.title-with-lines{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    font-size:32px;
    font-weight:700;
    color:#2c3e50;
}

.title-with-lines::before,
.title-with-lines::after{
    content:"";
    width:80px;
    height:3px;
    background:#c0392b;
    display:block;
}




@media (max-width: 768px) {

    .overview-section {
        padding: 30px 15px;
        text-align: center;
    }

    /* Heading */
    .title-with-lines {
        font-size: 22px;
        gap: 10px;
    }

    .title-with-lines::before,
    .title-with-lines::after {
        width: 35px;
        height: 2px;
    }

    /* Text spacing */
    .overview-section p {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    /* Columns stack */
    .overview-section .row {
        flex-direction: column;
    }

    .overview-section .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    /* Video */
    .video-box {
        margin-top: 20px;
    }

    .video-box iframe {
        width: 100%;
        height: 560px;
        aspect-ratio: 9/16;   /* vertical video maintain */
        border-radius: 10px;
    }

}




.ges-section{
    background:#f2f2f2;
    padding:60px 0;
}

/* ROW CENTER */
.ges-section .row{
    justify-content:center;
    gap:30px;
}

/* BOX WIDTH CONTROL */
.ges-card{
    background:#fff;
    padding:25px 30px;
    border-radius:16px;
    box-shadow:0 4px 18px rgba(0,0,0,0.08);
    max-width:420px;   /* 👈 WIDTH CONTROL */
    margin:auto;
}

/* HEADINGS */
.ges-card h3{
    color:#1800AD;
    font-weight:700;
    margin-bottom:10px;
}








@media (max-width:767px){

    .ges-section{
        padding:40px 10px;
    }

    .ges-section .row{
        gap:20px;
    }

    .ges-card{
        max-width:100%;
        padding:20px;
        border-radius:14px;
    }

    .ges-card h3{
        font-size:20px;
        line-height:1.3;
    }

    .timeline-item h6{
        font-size:15px;
    }

    .timeline-item p{
        font-size:14px;
        line-height:1.5;
    }
}







.red-text{
    color:#e74c3c;
    font-weight:600;
}

/* TIMELINE */
.timeline{
    position:relative;
    padding-left:35px;
    margin-top:20px;
}

/* VERTICAL LINE */
.timeline::before{
    content:"";
    position:absolute;
    left:12px;
    top:6px;
    bottom:6px;
    width:2px;
    background:#d94f70;
}

/* ITEMS */
.timeline-item{
    position:relative;
    margin-bottom:22px;
}

/* DOTS PERFECT CENTER */
.timeline-item::before{
    content:"";
    position:absolute;
    left:-26px;
    top:4px;
    width:14px;
    height:14px;
    background:#d94f70;
    border-radius:50%;
    box-shadow:0 0 0 5px #f6c8d1;
}

/* TEXT */
.timeline-item h6{
    font-weight:700;
    margin-bottom:4px;
}






.objectives-section{
    background:#fff;
}

.title-with-lines{
    position:relative;
    display:inline-block;
    font-weight:700;
}

.title-with-lines::before,
.title-with-lines::after{
    content:"";
    position:absolute;
    top:50%;
    width:80px;
    height:2px;
    background:#b64a8a;
}

.title-with-lines::before{
    right:100%;
    margin-right:15px;
}

.title-with-lines::after{
    left:100%;
    margin-left:15px;
}

.objective-card{
    background:#fff;
    padding:22px;
    border-radius:14px;
    box-shadow:0 4px 14px rgba(0,0,0,0.05);
    gap:15px;
    display:flex;
    align-items:flex-start;

    width:120%;
    height:200px;      /* 🔥 Fixed height */
}
.objective-card:hover {
    transform: translateY(-5px);
}

.icon-box1{
   width:48px;
    height:48px;
    /*background:linear-gradient(45deg,#8e2de2,#ff416c);*/
    
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#fff;
    flex-shrink:0;
}


.objective-card h5{
    font-weight:600;
    margin-bottom:5px;
}

.objective-card p{
    font-size:14px;
    margin:0;
    color:#555;
}

.objectives-section .row{
    display:flex;
    flex-wrap:wrap;
}
.objectives-section .col-lg-5{
    display:flex;
}



.masterclass-section{
    background:#f3f4f6;
}

.masterclass-box{
    background:#fff;
    padding:45px;
    border-radius:18px;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
}

.icon-top{
    width:60px;
    height:60px;
    margin:0 auto 15px;
    border-radius:14px;
    background:linear-gradient(45deg,#8e2de2,#ff416c);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    color:#fff;
}

.masterclass-box h3{
    color:#7a3f8f;
    font-weight:600;
}

.sub-text{
    color:#777;
}

.focus-item{
    display:flex;
    gap:12px;
}

.number{
    width:40px;
    height:40px;
    border-radius:10px;
    background:linear-gradient(45deg,#8e2de2,#ff416c);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    flex-shrink:0;
}

.focus-item h6{
    margin-bottom:4px;
    font-weight:600;
}

.focus-item p{
    font-size:14px;
    margin:0;
    color:#555;
}




.attend-section{
    background:#f4f5f7;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 80px;
}

.title-line{
    position:relative;
    display:inline-block;
    font-weight:600;
}

.title-line:before,
.title-line:after{
    content:"";
    width:70px;
    height:2px;
    background:#d6456f;
    position:absolute;
    top:50%;
}

.title-line:before{
    left:-90px;
}

.title-line:after{
    right:-90px;
}

.attend-card{
    display:flex;
    gap:15px;
    background:#fff;
    padding:18px;
    border-radius:14px;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
    margin-bottom:20px;
    align-items:flex-start;
    
}

.icon-box{
    width:50px;
    height:50px;
    border-radius:12px;
    background:linear-gradient(45deg,#8e2de2,#ff416c);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    flex-shrink:0;
}

.attend-card h6{
    margin-bottom:4px;
    font-weight:600;
}

.attend-card p{
    margin:0;
    font-size:14px;
    color:#555;
}
.attend-card:hover {
    transform: translateY(-5px);
}

.attend-image img{
    border-radius:16px;
}


/*.carousel-inner img {
    height: 690px;
    object-fit: cover;
    border-radius: 15px;
}*/

.carousel-inner img {
    width: 100%;
    height: auto;          /* IMPORTANT */
    display: block;
    border-radius: 15px;
}


.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    transform: translateY(-5px);   /* value change karke adjust karo */
}

.slider-img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    display: block;
    transform: translateY(-60px);   /* value change karke adjust karo */
}

.carousel-item {
    transition: transform .4s ease-in-out;
}



.join-section {
    background: #fff;
}

.section-title {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-title::before,
.section-title::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #d63384;
    position: absolute;
    top: 50%;
}

.section-title::before {
    left: -70px;
}

.section-title::after {
    right: -70px;
}

.sub-text {
    color: #777;
    font-size: 14px;
}

.join-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
    color: #8E4585;

}
.join-font{
    font-size:small;
    color:#000000;
}

.join-card:hover {
    transform: translateY(-5px);
}

.icon-box2 {
    width: 48px;
    height: 48px;
    align-items

    /*background: linear-gradient(135deg,#d63384,#6f42c1);*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
    margin-bottom: 15px;
}









/*.section-title {
    font-weight: 700;
    position: relative;
    display: inline-block;
}*/

/*.section-title::before,
.section-title::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #d63384;
    position: absolute;
    top: 50%;
}

.section-title::before {
    left: -70px;
}

.section-title::after {
    right: -70px;
}*/

/*.agenda-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    width: 500px;
    max-width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
}

.agenda-card:hover {
    transform: translateY(-5px);
}

.agenda-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.agenda-card p {
    color: #777;
    font-size: 14px;
}

.icon-box {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg,#d63384,#6f42c1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    margin: 0 auto;
}*/



.agenda-section {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
    background-color: #f4f5f7;
    scroll-margin-top: 80px;
}

/* Agenda heading */
.agenda-title {
    font-size: 36px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 35px;
}

.agenda-title span {
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #d84d7d;
    margin: 0 15px;
    vertical-align: middle;
}

/* White rounded box */
.agenda-top-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 20px;
    display: flex;
   justify-content: space-around;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Each item */
.agenda-item {
    text-align: center;
    width: 180px;
}

/* Icon box */
.agenda-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 12px;
    border-radius: 16px;
    /*background: linear-gradient(135deg, #8a3ab9, #ff5a5f);*/
    color: #ffffff;
    font-size: 28px;
    line-height: 65px;
}

/* Text */
.agenda-text {
    font-size: 15px;
    color: #1f2d3d;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .agenda-top-box {
        flex-direction: column;
        gap: 25px;
    }

    .agenda-item {
        width: auto;
    }
}


/* Theme + Download Layout */
.agenda-theme-row {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Gradient Theme Bar */
.agenda-theme-bar {
    flex: 1;
    padding: 14px 25px;
    border-radius: 14px;
    background: linear-gradient(90deg, #7b3fe4, #ff5a5f);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

/* Download Button */
.agenda-download-btn {
    padding: 14px 28px;
    border-radius: 35px;
    background: linear-gradient(135deg, #8a3ab9, #ff5a5f);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 20px rgba(255, 90, 95, 0.25);
    transition: 0.3s ease;
}

/* Hover effect */
.agenda-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(255, 90, 95, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
    .agenda-theme-row {
        flex-direction: column;
        align-items: stretch;
    }

    .agenda-download-btn {
        justify-content: center;
        width: 100%;
    }
}


/* Schedule wrapper */
.agenda-schedule {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Full card */
.agenda-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

/* Left purple border curve */
.agenda-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 6px;
    background: #8a3ab9;
    border-radius: 10px;
}

/* Time Box */
.agenda-time-box {
    background: #e9eaee;
    padding: 18px 22px;
    border-radius: 16px;
    min-width: 180px;
    text-align: center;
    margin-right: 30px;
}

.time-icon {
    font-size: 18px;
    margin-bottom: 6px;
}

.time-text {
    font-weight: 700;
    font-size: 18px;
    color: #8a3ab9;
}

/* Session Content */
.agenda-content {
    font-size: 18px;
    font-weight: 600;
    color: #1f2d3d;
    display: flex;
    align-items: center;
    gap: 10px;
}

.session-icon {
    font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .agenda-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .agenda-time-box {
        margin-right: 0;
        width: 100%;
    }

    .agenda-content {
        font-size: 16px;
    }
}


/* Tea Break Full Card */
.tea-break-card {
    background: #FFECDD;
    border: 2px dashed #f28c28;
    box-shadow: none;
    padding: 15px;
}

/* Remove purple side strip for tea break */
.tea-break-card::before {
    display: none;
}

/* Tea break time box */
.tea-time {
    background: #efe6dd;
}

/* Tea break text color */
.tea-text {
    color: #e65100;
    font-weight: 700;
}






.lunch-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 2px dashed #2F80ED;
  border-radius: 18px;
  background: #D6E6F2;
  
  font-family: sans-serif;
}

.time-box {
  background: #E9EEF2;
  padding: 15px 25px;
  border-radius: 14px;
  text-align: center;
  min-width: 140px;
}

.time-box .icon {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.time-box .time {
  color: #1F4E79;
  font-weight: 600;
  font-size: 18px;
}

.session-text {
  color: #1F4E79;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.session-text .emoji {
  font-size: 22px;
}



.agenda-note {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #E9DDB8;        /* light beige background */
  border-left: 6px solid #F4B400;  /* yellow left border */
  padding: 14px 18px;
  border-radius: 12px;
  color: #6B5A2B;
  font-size: 15px;
}

.note-icon {
  width: 26px;
  height: 26px;
  background: #4A90E2;   /* blue icon bg */
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 16px;
}

.agenda-note p {
  margin: 0;
}













.speakers-section {
    background: #fff;
    scroll-margin-top: 80px;
}

/*.section-title {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-title::before,
.section-title::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #d63384;
    position: absolute;
    top: 50%;
}

.section-title::before {
    left: -70px;
}

.section-title::after {
    right: -70px;
}*/

.coming-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    width: 500px;
    max-width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
}

.coming-card:hover {
    transform: translateY(-5px);
}

.coming-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.coming-card p {
    color: #777;
    font-size: 14px;
}

.icon-box3 {
    width: 55px;
    height: 55px;
    /*background: linear-gradient(135deg,#d63384,#6f42c1);*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    margin: 0 auto;
}



.partners-section {
    background: #f5f6f7;
    padding: 60px 0;
    text-align: center;
    scroll-margin-top: 80px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.partners-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1000px;
    margin: auto;
}

.partner-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.partner-logo {
    max-height: 100px;
    max-width: 150px;
}

/* Mobile responsive */
@media(max-width: 768px) {
    .partners-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 480px) {
    .partners-row {
        grid-template-columns: repeat(1, 1fr);
    }
}



.glimpse-section {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}

.glimpse-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.glimpse-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.glimpse-card {
    background: #fff;
    padding: 10px;
    min-width:300px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.glimpse-card:hover {
    transform: translateY(-5px);
}

/* SMALL SIZE */
.glimpse-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.glimpse-video {
    width: 320px;
    height: 200px;
    border-radius: 10px;
}



.glimpse-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.glimpse-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollMarquee 20s linear infinite;
}

/* Hover = Stop */
.glimpse-marquee:hover .glimpse-track {
    animation-play-state: paused;
}

@keyframes scrollMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}




/* Mobile */
@media(max-width:768px){
    .glimpse-row{
        flex-direction:column;
        align-items:center;
    }
}








.info-section {
    background: #f3f4f6;
    padding: 70px 0;
    text-align: center;
}

.info-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.info-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.info-card {
    background: #fff;
    width: 420px;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
    text-align: center;
}

.info-icon {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 12px;
    /*background: linear-gradient(45deg,#ff4b6e,#7b61ff);*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

.info-card h3 {
    font-size: 20px;
    color: #7b3fe4;
    margin-bottom: 10px;
}

.info-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-card p {
    font-size: 14px;
    color: #555;
    margin: 6px 0;
}

.info-contact {
    margin-top: 15px;
}


.info-email {
    color: #7b3fe4;
}

/* Mobile */
@media(max-width:768px){
    .info-row{
        flex-direction:column;
        align-items:center;
    }

    .info-card{
        width:90%;
    }
}



.footer {
    background: #1800ad;
    color: #fff;
    padding: 40px 0 30px;
    font-family: Arial;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-btn {
    background: linear-gradient(45deg,#ff4b6e,#ff6a4b);
    border: none;
    padding: 12px 25px;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #fff;
}

.social-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #3b4e6d;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
    color: #fff;
}

.footer-line {
    border-color: rgba(255,255,255,0.2);
    margin: 40px 0 20px;
}

.footer-copy {
    text-align: center;
    font-size: 13px;
    color: #ccc;
}

/* Mobile */
@media(max-width:768px){
    .footer-row{
        flex-direction:column;
        text-align:center;
    }
}







.timer-section {
    background: #f1f1f1;
    text-align: center;
    margin:0;
    padding:-25px -25px;
}

/* Register button */
.register-btn {
    background: #24364b;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0;
}

.register-btn:hover {
    color: #ff2e8a;
}

.register-btn:active {
    background: #c81f6a;
}

/* Countdown layout */
.countdown {
   display: flex;
    justify-content: center;
    align-items: center;   /* change from flex-start to center */
    gap: 10px;
  
}

.section {
  display: flex;
    flex-direction: column;
    align-items: center;
}

.section span {
    display: block;
    margin-top: 6px;
    color: #707070;
    font-size: 13px;
    font-weight:bold;
    padding:0;
}

/* Digits */
.digits {
   display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;

}

.flip {
    width: 55px;
    height: 70px;
}

.card {
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    color: #000;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    /*box-shadow: 0 5px 12px rgba(0,0,0,0.2);*/
}

.flip.animate .card {
    animation: flip 0.6s ease-in-out;
}

/* Colon */
.colon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-top: -25px;   /* fine adjustment */
}



@keyframes flip {
    0% { transform: rotateX(0deg); }
    50% { transform: rotateX(-90deg); }
    100% { transform: rotateX(0deg); }
}








/*live video css*/

.live-section {
    background: #f4f6f9;
    padding: 50px 15px;
}

.live-header {
    text-align: center;
    margin-bottom: 25px;
}

.live-header h2 {
    color: #1800AD;
    font-weight: 600;
    margin-bottom: 10px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Mobile Adjustment */
@media (max-width: 768px) {
    .live-section {
        padding: 30px 10px;
    }

    .live-header h2 {
        font-size: 22px;
    }
}




/*Google Drive Link*/

.gallery-section {
    background: #f4f6f9;
    padding: 50px 0;
}

.gallery-header {
    text-align: center;
    margin-bottom: 25px;
}

.gallery-header h2 {
    color: #1800AD;
    font-weight: 600;
    margin-bottom: 8px;
}

.photo-marquee {
    width: 100%;
    overflow: hidden;
}

.photo-marquee img {
    height: 200px;
    width: auto;
    margin: 0 15px;
    border-radius: 12px;
    transition: transform 0.4s;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.photo-marquee img:hover {
    transform: scale(1.08);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .photo-marquee img {
        height: 140px;
        margin: 0 8px;
    }
}






.speakers-section {
    background: #f8f9ff;
}

.section-title {
    color: #1800AD;
    font-weight: 700;
    font-size: 32px;
}

/* Card */
/*.speaker-card {
    background: #fff;
    padding: 25px 15px 30px;
    padding: 30px 20px 35px;
    border-radius: 25px;
    transition: 0.3s ease;
}*/


.speaker-card {
    background: #fff;
    padding: 30px 20px 35px;
    border-radius: 25px;
    transition: 0.3s ease;
    text-align: center;

    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.speaker-card:hover {
    transform: translateY(-8px);
}

/* Image Wrapper */
.image-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

/* Circular Image */
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Designation Circle */
.designation-circle {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #1800AD;
    color: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.speaker-title {
    color: #000000;
    font-size: 14px;
}


.speakers-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.speakers-section .col-lg-3,
.speakers-section .col-md-4,
.speakers-section .col-12 {
    display: flex;
}


/* Responsive */
/*@media (max-width: 768px) {

    .image-wrapper {
        width: 150px;
        height: 150px;
    }

    .designation-circle {
        width: 70px;
        height: 70px;
        font-size: 10px;
    }

    .section-title {
        font-size: 26px;
    }
}*/

/* Tablet */
@media (max-width: 991px) {

    .speaker-card {
        padding: 25px 15px 30px;
    }

    .image-wrapper {
        width: 160px;
        height: 160px;
    }

    .designation-circle {
        width: 75px;
        height: 75px;
        font-size: 11px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .speakers-section {
        padding: 40px 15px;
    }

    .speaker-card {
        padding: 25px 15px;
        border-radius: 20px;
    }

    .image-wrapper {
        width: 140px;
        height: 140px;
    }

    .designation-circle {
        width: 65px;
        height: 65px;
        font-size: 10px;
        bottom: -5px;
        right: -5px;
    }

    .section-title {
        font-size: 24px;
    }

    .speaker-card h5 {
        font-size: 18px;
    }

    .speaker-title {
        font-size: 13px;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {

    .image-wrapper {
        width: 120px;
        height: 120px;
    }

    .designation-circle {
        width: 55px;
        height: 55px;
        font-size: 9px;
    }

    .speaker-card {
        padding: 20px 10px;
    }

    .section-title {
        font-size: 22px;
    }
}