        :root {
            --primary-color: #0056b3;
            --secondary-color: #ffc107;
            --dark-color: #343a40;
            --light-color: #f8f9fa;
			--maroon-color: #660000;
			--darkblue-color: #082754;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
        }
        
        /*.hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            position: relative;
        }*/
		
		.bg-darkblue {background-color: var(--darkblue-color);}
		.bg-maroon {background-color: var(--maroon-color);}
		.nav-link {
		display: block;
		color: #f1f1f1;
		}
		.text-darkblue{color: var(--darkblue-color);}
		
		.badge {font-size: 1rem; color: #000;}
		
		
.navbar-toggler {
    border: none;
    background: transparent !important;
}

.toggler-icon {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

/* Animate to X when active */
.navbar-toggler:not(.collapsed) .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/*video banner*/
.isls-hero-video {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.isls-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.isls-video-background iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*.isls-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}*/

/* Scroll arrow */
.isls-scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
}

.isls-scroll-down span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #fff; /* bolder lines */
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  animation: isls-bounce 1.5s infinite;
}

@keyframes isls-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: rotate(45deg) translate(0, 0);
  }
  40% {
    transform: rotate(45deg) translate(0, 8px);
  }
  60% {
    transform: rotate(45deg) translate(0, 4px);
  }
}


/*image banner*/

.hero-section {
    display: flex;                 /* Enable flexbox */
    align-items: center;           /* Vertical center */
    justify-content: center;       /* Horizontal center */
    text-align: center;            /* Center text */
    flex-direction: column;        /* Keep items stacked */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url('../images/siteassets/banner/banner-1920x1080.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    min-height: 100vh;              /* Full screen height */
    padding: 0 15px;                /* Side padding for small screens */
}

@media (max-width: 768px) {
    .hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                    url('../images/siteassets/banner/banner-768x1473.webp');
        background-size: cover;
        background-position: center;
    }
}



        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            font-weight: 300;
            margin-bottom: 30px;
        }
        
        .section-title {
            position: relative;
            margin-bottom: 50px;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        /*.section-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
        }*/
        
        .about-summit {
            background-color: var(--light-color);
            padding: 80px 0;
        }
        
        .timeline {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            background: var(--primary-color);
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 50px;
        }
        
        .timeline-content {
            padding: 20px;
            background: white;
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
			min-height: 200px;
        }
		
		.journey {
				background-color: #660000;
				display: inline;
				color: #fff;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-right: 12px;
				padding-left: 12px;
				border-radius: 6px;
				font-size: 1.5rem;
				font-weight: 600;
				letter-spacing: 1px;
				}
        
        /*.timeline-content:after {
            content: '';
            position: absolute;
            top: 20px;
            width: 0;
            height: 0;
            border-style: solid;
        }*/
        
        .timeline-item:nth-child(odd) .timeline-content {
            margin-left: auto;
            width: calc(50% - 30px);
        }
        
        /*.timeline-item:nth-child(odd) .timeline-content:after {
            right: 100%;
            border-width: 10px 15px 10px 0;
            border-color: transparent white transparent transparent;
        }*/
        
        .timeline-item:nth-child(even) .timeline-content {
            width: calc(50% - 30px);
        }
        
        /*.timeline-item:nth-child(even) .timeline-content:after {
            left: 100%;
            border-width: 10px 0 10px 15px;
            border-color: transparent transparent transparent white;
        }*/
        
        .timeline-year {
            position: absolute;
            top: 0;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: var(--primary-color);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
        }
        
        .theme-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: transform 0.3s ease;
            border-left: 5px solid var(--secondary-color);
        }
        
        .theme-card:hover {
            transform: translateY(-10px);
        }
        
        .theme-card h4 {
            color: var(--primary-color);
        }
        
        .speaker-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            margin-bottom: 30px;
        }
        
        .speaker-card:hover {
            transform: translateY(-10px);
        }
        
        .speaker-img {
            height: auto;
            overflow: hidden;
        }
        
        .speaker-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .speaker-card:hover .speaker-img img {
            transform: scale(1.1);
        }
        
        .speaker-info {
            padding: 20px;
			min-height: 180px;
        }

		@media (max-width: 768px) {
			.speaker-info {
				min-height: auto;
			}
		}

        
        .schedule-table {
            background: #082754;
			color: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .schedule-table thead {
            background: var(--darkblue-color);
            color: white;
        }
		.schedule-table th {
            background-color: transparent;color: white;
        }
        
        .schedule-table th, .schedule-table td {
            padding: 15px;
            vertical-align: middle;
        }
        
        .schedule-table .day-divider td {
    background: #660000;
            color: white;
}



        
        .day-divider {
            background: var(--secondary-color);
            color: var(--dark-color);
            font-weight: bold;
        }
        
        .partner-logo {
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
            margin: 10px;
            background: white;
            border-radius: 5px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
        
        .partner-logo img {
            max-height: 100%;
            max-width: 100%;
            filter: grayscale(100%);
            transition: filter 0.3s ease;
        }
        
        .partner-logo:hover img {
            filter: grayscale(0%);
        }
        
        .footer {
            background: var(--darkblue-color);
            color: white;
            padding: 0px;
        }
        
        .footer-links h5 {
            color: var(--secondary-color);
            margin-bottom: 20px;
        }
        
        .footer-links ul {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: var(--secondary-color);
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: rgb(218, 122, 30);
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background: var(--secondary-color);
            color: var(--dark-color);
            transform: translateY(-5px);
        }
        
        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 30px;
        }
        
        .back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 999;
        }
        
        .back-to-top.active {
            opacity: 1;
            visibility: visible;
        }
        
        .back-to-top:hover {
            background: var(--secondary-color);
            color: var(--dark-color);
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .timeline:before {
                left: 30px;
            }
            
            .timeline-item:nth-child(odd) .timeline-content,
            .timeline-item:nth-child(even) .timeline-content {
                width: calc(100% - 80px);
                margin-left: 80px;
            }
            
            /*.timeline-item:nth-child(odd) .timeline-content:after,
            .timeline-item:nth-child(even) .timeline-content:after {
                left: -15px;
                border-width: 10px 15px 10px 0;
                border-color: transparent white transparent transparent;
            }*/
            
            .timeline-year {
                left: 30px;
                transform: translateX(0);
            }
        }
        
        /* Animation classes */
        .fade-in {
            animation: fadeIn 1s ease-in;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .slide-up {
            animation: slideUp 1s ease-out;
        }
        
        @keyframes slideUp {
            from { 
                opacity: 0;
                transform: translateY(50px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }
		
		
		.blink_me{animation:blinker 1s linear infinite}@keyframes blinker{50%{opacity:0}}
		
		/* Extra smooth slide effect for collapse */
.collapse-animate {
  overflow: hidden;
  transition: all 0.35s ease;
}
.collapse-animate.collapsing {
  opacity: 0;
  transform: translateY(-5px);
}
.collapse-animate.collapse.show {
  opacity: 1;
  transform: translateY(0);
}
.collapse-animate.collapse {
  opacity: 0;
  transform: translateY(-5px);
}

.countdown-item {
  text-align: center;
}
.countdown-number {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.countdown-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  opacity: 0.8;
}

@media (max-width: 767px) {
    #day1-agenda td,
    #day2-agenda td {
        min-width: 170px;
		font-size: 14px;
    }
}

.object-fit-cover {
    object-fit: cover;
}
