:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc800;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ffc800;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc800;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 200, 0;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 200, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto Slab, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none;
  */
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align:justify;
}

ul li {}
/* Header */
header {
backdrop-filter: blur(1px);
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
transition: all 0.3s ease;
}

.header-container {
max-width: 1400px;
margin: 0 auto;
padding: 1rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}

.logo {
font-size: 1.8rem;
font-weight: bold;
color: #2c3e50;
display: flex;
justify-content: center;
padding: 5px;
}
.logo img{
	width:85%;	
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
	text-decoration:none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Desktop Navigation */
.desktop-nav {
display: flex;
list-style: none;
gap: 1rem;
}

.desktop-nav li {
position: relative;
}

.desktop-nav a {
text-decoration: none;
color: #fff;
font-weight: 700;
padding: 0.3rem 0.6rem;
display: block;
transition: color 0.3s;
font-size:1.2rem;
}

.desktop-nav a:hover {
font-weight:700;
}

.dropdown {
position: absolute;
top: 100%;
left: 0;
background: #fff;
min-width: 200px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s;
}

.desktop-nav li:hover .dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.dropdown li {
border-bottom: 1px solid #eee;
}
.dropdown li a{
	color:#000;
}

/* Mobile Menu Button */
.mobile-toggle {
display: none;
width: 45px;
height: 45px;
border: 2px solid #3498db;
border-radius: 50%;
background: rgba(255, 255, 255, 0.95);
cursor: pointer;
padding: 0;
position: relative;
z-index: 1002;
}

.mobile-toggle.active {
z-index: 1003;
}

.mobile-toggle:hover .hamburger-line {
background: #222;
}

.hamburger-line {
position: absolute;
width: 100%;
height: 4px;
background: #333;
border-radius: 2px;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
left: 0;
top: 50%;
transform: translateY(-50%);
margin:3px 0;
}

.hamburger-line:nth-child(1) {
top: 12px;
}

.hamburger-line:nth-child(2) {
top: 18px;
}

.hamburger-line:nth-child(3) {
top: 24px;
}

/* Hamburger to X Animation */
.mobile-toggle.active .hamburger-line:nth-child(1) {
transform: rotate(45deg) translate(7px, 7px);
background: #e74c3c;
}

.mobile-toggle.active .hamburger-line:nth-child(2) {
opacity: 0;
transform: translateX(20px);
}

.mobile-toggle.active .hamburger-line:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
background: #e74c3c;
}

/* Mobile Menu - FIXED WITH CLOSE BUTTON */
.mobile-nav {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100vh;
background: rgba(255,255,255,0.98);
backdrop-filter: blur(15px);
transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 1001;
padding: 80px 20px 20px;
}

.mobile-nav.active {
left: 0;
}

/* Mobile Menu Header with Close Button */
.mobile-nav-header {
position: absolute;
top: 20px;
right: 20px;
display: flex;
align-items: center;
gap: 15px;
}

.mobile-close-btn {
width: 45px;
height: 45px;
border: 2px solid #e74c3c;
border-radius: 50%;
background: rgba(255, 255, 255, 0.95);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4rem;
font-weight: bold;
color: #e74c3c;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}

.mobile-close-btn:hover {
background: #e74c3c;
color: white;
transform: scale(1.05);
}

.mobile-nav ul {
list-style: none;
margin-top: 20px;
}

.mobile-nav li {
margin: 1.5rem 0;
opacity: 0;
transform: translateX(-30px);
transition: all 0.4s ease;
}

.mobile-nav.active li {
opacity: 1;
transform: translateX(0);
}

.mobile-nav li:nth-child(1) { transition-delay: 0.1s; }
.mobile-nav li:nth-child(2) { transition-delay: 0.2s; }
.mobile-nav li:nth-child(3) { transition-delay: 0.3s; }
.mobile-nav li:nth-child(4) { transition-delay: 0.4s; }
.mobile-nav li:nth-child(5) { transition-delay: 0.5s; }
.mobile-nav li:nth-child(6) { transition-delay: 0.6s; }

.mobile-nav a {
display: block;
padding: 8px 15px;
color: #333;
text-decoration: none;
font-size: 1.4rem;
font-weight: 600;
border-radius: 12px;
transition: all 0.3s ease;
position: relative;
}

.mobile-nav a:hover {
background: linear-gradient(135deg, #3498db, #2980b9);
color: white;
transform: translateX(8px);
box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

/* HERO SECTION */
/*
.hero {
height: 99vh;
background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../img/logo/bg1.jpg') center/cover;
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: white;
}

.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.3);
}

.hero-content {
z-index: 2;
max-width: 1300px;
padding: 0 2rem;
}

.hero h1 {
font-family: "Montserrat", sans-serif;
font-size: 2.5rem;
margin-bottom: 1rem;
animation: fadeInUp 1s ease;
}

.hero p {
font-size: 1.3rem;
margin-bottom: 2rem;
animation: fadeInUp 1s ease 0.2s both;
}
*/
/* Hero Section - Slide Show with Responsive Design */
.hero {
    height: 110vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: translateX(100%);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-slide.active {
    transform: translateX(0);
}

.hero-slide.prev {
    transform: translateX(-100%);
}

/* Slides */
.hero-slide:nth-child(1) { background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../img/slider/n6.jpg'); }
.hero-slide:nth-child(2) { background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../img/slider/n3.jpg'); }
.hero-slide:nth-child(3) { background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../img/slider/n4.jpg'); }
.hero-slide:nth-child(4) { background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../img/slider/n5.jpg'); }
.hero-slide:nth-child(5) { background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../img/slider/n1.jpg'); }

.hero-content {
    z-index: 2;
    max-width: 1400px;
    padding: 0 2rem;
    position: relative;
    width: 100%;
}
.hero-content .boxcol P{    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7);
    font-weight: 600;}

.hero h1 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.2rem, 3vw, 2rem);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    animation: fadeInUp 1.2s ease-out;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.hero p {
    font-size: clamp(1rem, 3.5vw, 1.4rem);
    margin-bottom: 0.5rem;
    animation: fadeInUp 1.2s ease-out 0.3s both;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    font-weight: 600;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.hero p img{
	width:10%;
	border-radius:10px;
	margin:0px auto;
	display:flex;
}
.hero .hero-content p{text-align:center;}

  /* Countdown Timer Styles */
.timer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	margin-top: 1.5rem;
	flex-wrap: wrap;
	animation: fadeInUp 1.2s ease-out 0.6s both;
}

.time-unit {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	padding: 5px 5px;
	min-width: 85px;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.time-unit::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.6s;
}

.time-unit:hover::before {
	left: 100%;
}

.time-unit:hover {
	transform: translateY(-8px) scale(1.05);
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 
		0 20px 40px rgba(0, 0, 0, 0.6),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.time-number {
	display: block;
	font-size: clamp(1rem, 3vw, 1.7rem);
	font-weight: 800;
	font-family: 'Courier New', monospace;
	color: #fff;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
	letter-spacing: 1.5px;
}

.time-label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
}

.separator {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	animation: pulse 2s infinite;
}


@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================ */
/* RESPONSIVE STYLES - Mobile First Approach */
/* ============================================ */

@media screen and (max-width: 480px) {
    .hero {
        height: 130vh;
        padding: 0 10px;
    }
    
    .hero-content {
        padding: 0 1rem;
        max-width: 100%;
    }
    
    .hero h1 {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
        line-height: 1.1;
        margin-bottom: 1rem;
        padding: 0 0.5rem;
    }
    
    .hero p {
        font-size: clamp(0.9rem, 4vw, 1.1rem);
        line-height: 1.4;
        margin-bottom: 0.3rem;
        padding: 0 0.5rem;
    }
	.timer {
		gap: 1px;
		margin-top: 2rem;
	}

	.time-unit {
		min-width: 60px;
		padding: 6px;
        border-radius: 15px;
	}

	.time-number, .time-label {
		font-size: 10px;
	}
	.about-section{
		padding:3rem 2px !important;
		
	}
	.about-section p{
		font-size:14px !important;
	}
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    .hero {
        height: 140vh;
    }
    
    .hero-content {
        padding: 0 1.5rem;
        max-width: 95%;
    }
    
    .hero h1 {
        font-size: clamp(2rem, 5vw, 2.8rem);
        margin-bottom: 1.2rem;
    }
    
    .hero p {
        font-size: clamp(1.1rem, 3vw, 1.25rem);
    }
	.timer {
		gap: 1.2rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .hero {
        height: 110vh;
    }
    
    .hero-content {
        padding: 0 2.5rem;
        max-width: 90%;
    }
}

@media screen and (min-width: 1025px) {
    .hero {
        height: 115vh;
    }
    
    .hero-content {
        padding: 0 2rem;
    }
}

/* Landscape Mobile */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .hero {
        height: 110vh;
        align-items: center;
    }
    
    .hero h1 {
        font-size: clamp(1.2rem, 3vw, 1.8rem);
        margin-bottom: 0.8rem;
    }
    
    .hero p {
        font-size: clamp(0.95rem, 2.5vw, 1.2rem);
        margin-bottom: 0.2rem;
    }
	.timer {
		margin-top: 1rem;
	}
}

/* High DPI/Retina Displays */
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-slide {
        background-size: cover;
        background-attachment: scroll;
    }
}

/* TABS SECTION */
.tabs-section {
	background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
	padding: 80px 60px;
	border-radius: 25px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.08);
	margin: 25px auto;
	max-width: 1400px;
}
.tabs-container { 
	margin: 0 auto;
}
.section-title {
	font-size: 3rem; 
	color: #2c3e50; 
	margin-bottom: 60px;
	text-align: center; 
	position: relative; 
	display: inline-block;
}
.section-title::after {
	content: ''; 
	position: absolute; 
	bottom: -15px; 
	left: 50%;
	transform: translateX(-50%); 
	width: 80px; 
	height: 5px;
	background: linear-gradient(90deg, #3498db, #2980b9); 
	border-radius: 3px;
}
.tabs-nav {
	display: flex; 
	justify-content: center; 
	margin-bottom: 20px;
	flex-wrap: wrap; 
	gap: 10px;
}
.tab-btn {
	padding: 15px 30px; 
	background: rgba(255,255,255,0.5);
	border: 2px solid #e9ecef; 
	border-radius: 50px;
	cursor: pointer; 
	font-weight: 600; 
	font-size: 1.1rem;
	transition: all 0.3s ease; 
	color: #2c3e50;
	backdrop-filter: blur(10px);
}
.tab-btn:hover, 
.tab-btn.active {
	background: linear-gradient(135deg, #3498db, #2980b9);
	color: white; 
	border-color: #3498db;
	transform: translateY(-3px); 
	box-shadow: 0 10px 30px rgba(52,152,219,0.3);
}
.tab-content {
	position: relative;
}
.tab-pane {
	display: none; 
	opacity: 0; 
	transform: translateY(20px);
	padding: 40px; 
	border-radius: 20px; 
	transition: all 0.5s ease;
}
.tab-pane.active {
	display: block; 
	opacity: 1; 
	transform: translateY(0);
}
.tab-pane h3 {
	font-size: 2rem; 
	color: #2c3e50; 
	margin-bottom: 20px;
}
.tab-pane ul {
	list-style: none; 
	padding-left: 0;
}
.tab-pane li {
	padding: 15px 0; 
	border-bottom: 1px solid #f1f3f4;
	display: flex; 
	align-items: center;
}
.tab-pane li:before {
	content: "✓"; 
	color: #27ae60; 
	font-weight: bold;
	font-size: 1.2rem; 
	margin-right: 15px;
}

@media (max-width: 768px) {
	.tabs-section {
		padding: 40px 20px;
		margin: 15px;
	}
	.tabs-nav { 
		flex-direction: column; 
		align-items: center; 
	}
	.tab-btn { 
		width: 100%; 
		max-width: 300px; 
		text-align: center; 
	}
	.tab-pane { 
		padding: 30px 20px; 
	}
	.section-title {
		font-size: 2rem;
	}
}
/* Main Container */
.main-container {
max-width: 1400px;
margin: 5rem auto 3rem;
padding: 0 2rem;
}



/* SECTION BACKGROUNDS */
.about-section { background:linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url('../img/bgs/bgss1.png') center/cover;
padding: 5rem 2rem; text-align:justify; border-top: 2px solid;}
.two-column-section { background: linear-gradient(135deg, #8b0000 0%, #8b0000 100%);padding: 5rem 2rem; border-top: 2px solid;}
.partners-section { /*background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);*/
background:url('../img/bgs/bgss4.jpg') center/cover; padding: 5rem 2rem; border-top: 2px solid;}
.speakers-section { /*background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%); */
background:linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.7)), url('../img/bgs/bgs8.jpg') top/cover;padding: 5rem 2rem; border-top: 2px solid;}
.schedule-section { background: #f7f7f7; padding: 5rem 2rem; border-top: 2px solid;}

.section-title {
text-align: center;
font-size: 2.5rem;
margin-bottom: 3rem;
position: relative;
}

.theme-section .section-title{color:#fff;}

.speakers-section .section-title{background:transparent;}
.partners-section .section-title{background:transparent;}
.schedule-section .section-title{background:transparent;}

.about-section p{
	font-size:1.2rem;
}
.partners-section .section-title{
	color:#fff;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #3498db, #2c3e50);
border-radius: 2px;
}

.two-column {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: start;
}
.two-column-section .main-content{
	background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    border-radius: 15px;
    position: sticky;
    top: 100px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.main-content h2, .important-dates h3 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #0a0f2e;
}

.main-content p {
font-size: 1.1rem;
line-height: 1.8;
color: #000;
margin-bottom: 1.5rem;
}

.important-dates {
background: rgba(255,255,255,0.9);
padding: 1rem;
border-radius: 15px;
position: sticky;
top: 100px;
backdrop-filter: blur(10px);
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

table {border-collapse: collapse;background:#fff; color:#000;width:100%;margin-bottom:1rem;}
th, td {padding: 5px; text-align: justify;  border: 1px solid #eee;word-wrap: break-word;}
th {background-color: #0f0f23;color: white;text-align:center;font-style: italic;}

.important-dates table {border-collapse: collapse;background:#fff; color:#000;}
.important-dates th, .important-dates td {padding: 1rem; text-align: justify;  border: 1px solid #eee;word-wrap: break-word}
.important-dates th {background-color: #0062cc;color: white;text-align:center;}

.date-item {
display: flex;
justify-content: space-between;
padding: 1rem 0;
border-bottom: 1px solid #eee;
font-weight: 500;
}

.date-item:last-child {
border-bottom: none;
}

/* Registration Section - Mobile Responsive */
.registration-section {
	background:#f7f7f7;
    padding: 2rem 1rem; border-top: 2px solid;/* Reduced padding for mobile */
}

.registration-section .section-title {
    color: #0f0f23;
    font-size: 1.8rem; /* Responsive title size */
    margin-bottom: 1.5rem;
    text-align: center;
}
.registration-section p{
	line-height:1.5;
	margin-bottom:1rem;
}


.registration-container {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto; /* Horizontal scroll for small screens */
}

.boxcol {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding:15px 5px;
    width: 100%;
}
.boxcol p{font-size:16px;margin:0 0;}

.registration-table {
    width: 100%;
    min-width: 600px; /* Minimum width for table readability */
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.registration-table th {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: white;
    padding: 1rem 0.8rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap; /* Prevent header text wrapping */
}

.registration-table td {
    padding: 1rem 0.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    white-space: nowrap; /* Prevent cell text wrapping */
}

.registration-table tbody tr:hover {
    background: rgba(0, 212, 255, 0.05);
    transform: scale(1.01);
    transition: all 0.2s ease;
}

.registration-table tbody tr:last-child td {
    border-bottom: none;
    background: rgba(0, 212, 255, 0.1);
    font-weight: 500;
    font-style: italic;
}

.table-footer {
    background: rgba(0, 212, 255, 0.1) !important;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    .registration-section {
        padding: 1.5rem 0.5rem;
        margin-bottom: 1.5rem;
    }
    
    .registration-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .registration-container {
        padding: 0 0.5rem;
    }
    
    .registration-table {
        min-width: 550px; /* Slightly smaller for mobile */
        font-size: 0.85rem;
    }
    
    .registration-table th,
    .registration-table td {
        padding: 0.8rem 0.4rem;
        font-size: 0.8rem;
    }
    
    /* Hide less important columns on very small screens */
    .registration-table th:nth-child(3),
    .registration-table td:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .registration-table {
        min-width: 500px;
        font-size: 0.8rem;
    }
    
    .registration-table th,
    .registration-table td {
        padding: 0.6rem 0.3rem;
        font-size: 0.75rem;
    }
    
    /* Hide spot registration column on extra small screens */
    .registration-table th:nth-child(4),
    .registration-table td:nth-child(4) {
        display: none;
    }
    
    .table-footer td {
        font-size: 0.7rem;
        white-space: normal !important; /* Allow wrapping for footer text */
        text-align: center;
    }
}

/* Landscape mobile fix */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .registration-section {
        padding: 1rem 0.5rem;
    }
    
    .registration-table th,
    .registration-table td {
        padding: 0.5rem 0.3rem;
    }
}

/* Theme Section */
.theme-section {
    /*background: linear-gradient(135deg, #1a1f4a 0%, #0a0f2e 100%);
	background:linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.5)), url('../img/bgs/bgss4.jpg') center/cover;*/
	background: url('../img/bgs/bgss4.jpg') center/cover;
	padding: 5rem 2rem;border-top: 2px solid;
}

.theme-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1rem;
    max-width: 1250px;
    margin: 2rem auto 0;
}

.theme-card {
    background:  linear-gradient(135deg, #fff 0%, #fff 100%);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 1rem 0.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
	border:2px solid #1a1f4a;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.theme-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 212, 255, 0.25);
}

.theme-icon {
    font-size: 2.5rem;
    margin-bottom: 5px;
    filter: drop-shadow(0 4px 8px rgba(0, 212, 255, 0.3));
}

.theme-card h3 {
    color: #1a1f4a;
    font-size: 1.2rem;
    margin: 0 0 1rem;
    font-weight: 600;
}
.theme-card ul {
  list-style: none;
  padding:5px;
}

.theme-card ul li {
  position: relative;
  padding-left: 25px;
  text-align:justify;
  padding-right:10px;
}

.theme-card ul li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #1a1f4a;
  border-width: 0 3px 3px 0; /* Creates an L shape */
  transform: rotate(45deg); /* Rotates the L into a checkmark */
}
.theme-card p {
    color: #1a1f4a;
    line-height: 1.7;
    margin: 0 1rem;
    font-size: 0.98rem;
	text-align:justify;
}
.vlsi-icon {
    font-size: 2rem; /* Size of the icon */
    color: #1a1f4a;  /* Tech blue color */
    transition: transform 0.2s;
  }
  .vlsi-icon:hover {
    transform: scale(1.2); /* Subtle animation */
  }
/* Theme List Styling */
.theme-card ul.theme-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
    text-align: left;
}

.theme-list li {
    position: relative;
    padding: 0.6rem 0 0.6rem 2.2rem;
    color: #b8d8ff;
    font-size: 0.95rem;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.theme-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    top: 0.6rem;
    color: #00d4ff;
    font-size: 1.1rem;
    font-weight: 600;
    animation: pulse 2s infinite;
}

.theme-list li:hover {
    color: #ffffff;
    padding-left: 2.5rem;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 8px;
    margin: 0.2rem 0;
    transform: translateX(5px);
}

.theme-list li:hover::before {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.6);
    animation: none;
    transform: scale(1.2);
}

/* Alternative: Circle bullet style */
.theme-list.circle-style li::before {
    content: '○';
    font-size: 0.8rem;
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

/* Alternative: Checkmark style */
.theme-list.check-style li::before {
    content: '✓';
    font-size: 0.9rem;
    background: linear-gradient(45deg, #00d4ff, #0099cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Pulse animation for bullets */
@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

/* Responsive */
@media (max-width: 768px) {
    .theme-list li {
        padding: 0.5rem 0 0.5rem 2rem;
        font-size: 0.92rem;
    }
    
    .theme-list li::before {
        top: 0.5rem;
        font-size: 1rem;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .registration-table th,
    .registration-table td {
        padding: 0.9rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .theme-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .theme-card {
        padding: 2rem 1.5rem;
    }
    
    .theme-icon {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .registration-section,
    .theme-section {
        padding: 3rem 1rem;
    }
}


/* Chairperson Section Styles */
.chairperson-section {
    /*background: linear-gradient(135deg, #0a0f2e 0%, #1a1f4a 100%);*/
	background:linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url('../img/bgs/bgs6.jpg') center/cover;
	padding: 5rem 2rem;
	border-top: 2px solid;
}
.chairperson-section .section-title{
	color:#0a0f2e;
	background:rgba(255,255,255, 0.75);
}
.chairperson-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    gap: 1rem;
    max-width: 1250px;
    margin: 0 auto;
    padding: 2rem 0;
}

.chairperson-card {
    background: #fff;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border:2px solid #0a0f2e;
	text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
	width:90%;
}

.chairperson-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 9px;
    background: linear-gradient(90deg, #00d4ff, #0099cc, #00d4ff);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.chairperson-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}
.chairperson-photo {
	width: 100%;
	background:linear-gradient(135deg, #0a0f2e 0%, #1a1f4a 100%);
}
.chairperson-photo img{
	width: 150px;
    height: 150px;
	margin-top:12px;
	border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(0, 212, 255, 0.3);
    transition: all 0.3s ease;
	object-fit: fill;
}

.chairperson-card:hover .chairperson-photo {
    border-color: #00d4ff;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
}

.chairperson-info{padding:5px;}
.chairperson-info h3 {
    color: #0a0f2e;
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    font-weight: 600;
	text-align:center;
}

.chairperson-info .designation {
    /*color: #a9def9;*/
	color:#0a0f2e;
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 800;
	text-align:center;
}

/* Responsive */
@media (max-width: 768px) {
    .chairperson-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .chairperson-card{
		width:100%;
		margin:0px auto;
	}
}

.team-member {
  margin-bottom: 3rem;
  text-align: center;
  width:100%;
  height:auto;
  margin: 0px auto;
  display: block;
}
.team-member img {
    width: 150px;
    height: 150px;
    border: 0.5rem solid rgba(0, 0, 0, 0.1);
    margin: 0px auto;
    display: block;
}
.text-center {
    text-align: center !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
img, svg {
    vertical-align: middle;
}
.team-member h4, .team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}


/* CAROUSEL */
.carousel-container {
overflow: hidden;
position: relative;
margin: 3rem 0;
}

.carousel {
display: flex;
animation: scroll 25s linear infinite;
}

.carousel-item {
min-width: 220px;
height: 220px;
margin: 0 1.5rem;
background: rgba(255,255,255,0.95);
border-radius: 15px;
box-shadow: 0 8px 30px rgba(0,0,0,0.1);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
backdrop-filter: blur(10px);
font-size: 2.5rem;
}
.carousel-item img{width:40%;}
@keyframes scroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

/* SPEAKERS */
.speakers-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2.5rem;
}

.speaker-card {
background: rgba(255,255,255,0.95);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
transition: all 0.4s ease;
backdrop-filter: blur(10px);
}

.speaker-card:hover {
transform: translateY(-15px);
box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.speaker-image {
width: 100%;
height: 260px;
background: linear-gradient(45deg, #3498db, #2c3e50);
display: flex;
align-items: center;
justify-content: center;
font-size: 3.5rem;
}
.speaker-image img{width:45%;}


.speaker-info {
padding: 2rem;
}

/* SCHEDULE */
.schedule-table {
width: 100%;
border-collapse: collapse;
background: rgba(255,255,255,0.95);
border-radius: 15px;
overflow: hidden;
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
backdrop-filter: blur(10px);
}

.schedule-table th, .schedule-table td {
padding: 1.8rem;
text-align: left;
border-bottom: 1px solid #eee;
}

.schedule-table th {
background: linear-gradient(135deg, #3498db, #2980b9);
color: white;
}

/* FOOTER */
/* FOOTER - Fully Responsive & Styled */
footer {
    background: linear-gradient(135deg, #0a0f2e 0%, #1a1f4a 100%);
    color: white;
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.footer-section {
    color: #fff;
}

.footer-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 1.2rem 0;
    color: #ffffff;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(135deg, #00d4ff, #a9def9);
}

.footer-section p {
    margin: 0.8rem 0 0 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

.footer-section a {
    color: #a9def9;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    line-height: 1.7;
    display: block;
}

.footer-section a:hover {
    color: #00d4ff;
    text-shadow: 0 0 10px rgba(169, 222, 249, 0.5);
    transform: translateX(5px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #fff;
}

.footer-bottom strong {
    color: #ffffff;
    font-weight: 700;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    footer {
        padding: 3rem 0 1.5rem;
        margin-top: 3rem;
    }
    
    .footer-container {
        padding: 0 1.5rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    
    .footer-section h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .footer-section p,
    .footer-section a {
        font-size: 0.9rem;
    }
    
    .footer-bottom {
        padding-top: 1.5rem;
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 480px) {
    footer {
        padding: 2.5rem 0 1rem;
    }
    
    .footer-container {
        padding: 0 1rem;
    }
    
    .footer-grid {
        gap: 1.5rem;
    }
    
    .footer-section h3 {
        font-size: 1.1rem;
    }
    
    .footer-section p,
    .footer-section a {
        font-size: 0.88rem;
        line-height: 1.5;
    }
}

/* Update your HTML class */

/* ANIMATIONS */
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
.two-column { grid-template-columns: 2fr 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
.header-container { padding: 1rem; }
.desktop-nav { display: none; }
.mobile-toggle { display: block; }
.hero h1 { font-size: 1.5rem; }
.hero p {font-size: 1rem;font-weight:700;}
.hero p img{width:25%;}
.hero .timer{margin-top:1rem;}
.hero .boxcol{padding:10px;}
.main-container { padding: 0 1rem; margin-top: 4rem; }
.two-column { grid-template-columns: 1fr; gap: 2rem; }
.important-dates { position: static; }
.speakers-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
}

@media (max-width: 480px) {
.hero h1 { font-size: 1.3rem; }
.section-title { font-size: 2rem; }
.speakers-grid { grid-template-columns: 1fr; }
}

/* Prevent scroll when menu open */
body.menu-open {
overflow: hidden;
}


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}