
body{font-family:Segoe UI,sans-serif;color:#334155; font-size: 16px}
html{
	scroll-behavior: smooth;
}

.custom-navbar{background:#fff;border:none;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:10px 0;}

.navbar-brand img{height:50px;}

.custom-navbar .navbar-nav>li>a{color:#1e3a8a!important;font-weight:600;margin-top:10px;}
.hero{min-height:100vh;background:linear-gradient(rgba(15,23,42,.75),rgba(30,58,138,.75)),url('../images/hero-bg.jpg');background-size:cover;background-position:center;display:flex;align-items:center;text-align:center;color:#fff;}
.hero-content{padding-top:80px;}
.hero h1{font-size:52px;font-weight:700;}
.countdown{display:flex;justify-content:center;gap:15px;margin:30px 0;flex-wrap:wrap;}
.countdown div{background:rgba(255,255,255,.15);padding:15px 25px;border-radius:10px;}
.countdown span{display:block;font-size:28px;font-weight:bold;}
.section{padding:80px 0;}
.gray{background:#f8fafc;}
.section-title{text-align:center;margin-bottom:40px;}

.course-card,
.schedule-card,
.instructor-card{
	background:#fff;
	border-radius:15px;
	/*box-shadow:0 10px 35px rgba(0,0,0,.08);*/
	border-bottom: 1px solid #efefef;
	padding:30px;
}


.instructor-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    height:520px; /* Same height */
    display:flex;
    flex-direction:column;
    align-items:center;
    transition:.3s;
}

.instructor-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.instructor-card img{
    width:220px;
    height:260px;
    object-fit:cover;
    border-radius:12px;
}

.instructor-card h3{
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.instructor-card p{
    color:#475569;
}

.register-section{background:linear-gradient(135deg,#1e3a8a,#4f46e5);color:#fff;}
.register-section .btn{margin:10px;}
footer{background:#0f172a;color:#fff;text-align:center;padding:30px 0;}


/*HEADING STYLE*/
.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.heading-badge{
    display:inline-block;
    padding:8px 18px;
    background:#e0e7ff;
    color:#4f46e5;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#1e3a8a;
    margin:0;
}

.heading-line{
    width:80px;
    height:4px;
    background:#f59e0b;
    margin:15px auto 0;
    border-radius:5px;
}


/*
ABOUT EVENT
*/
.about-event-section{
    background:#ffffff;
}

.about-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    /*box-shadow:0 10px 30px rgba(0,0,0,.08);*/
    height:100%;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#e0e7ff;
    color:#4f46e5;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:20px;
}

.about-card h2{
    color:#1e3a8a;
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
}

.about-card p{
    color:#475569;
    line-height:1.8;
}

.event-features{
    margin-top:25px;
}

.feature-item{
    margin-bottom:15px;
    padding-left:15px;
    border-left:4px solid #4f46e5;
}

.feature-item strong{
    display:block;
    color:#1e3a8a;
}

.feature-item span{
    color:#64748b;
}

.coordinator-card{
    background:#fff;
    padding:35px;
    text-align:center;
    border-radius:20px;
    /*box-shadow:0 10px 30px rgba(0,0,0,.08);*/
    height:100%;
}

.coordinator-card img{
    width:180px;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    margin-bottom:00px;
}

.coordinator-card h3{
    color:#1e3a8a;
    font-weight:700;
    margin-bottom:10px;
}

.designation{
    color:#4f46e5;
    font-weight:600;
}

.coordinator-card a{
    color:#1e3a8a;
    font-weight:600;
}



/*LIST STYLE*/
.course-list{
    list-style:none;
    padding-left:0;
}

.course-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:12px;
    font-size:15px;
    color:#334155;
}

.course-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:22px;
    height:22px;
    background:#4f46e5;
    color:white;
    border-radius:50%;
    text-align:center;
    line-height:22px;
    font-size:12px;
    font-weight:bold;
}


/*
REGISTRATION SECTION
*/
.registration-section{
    background:#ffffff;
    padding:100px 0;
}

.registration-card,
.course-info-card{
    background:#ffffff;
    padding:30px;
    border-radius:12px;
    border:1px solid #e5e7eb;
}

.registration-card h3{
    color:#1e3a8a;
    font-weight:700;
    margin-top:0;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:2px solid #f1f5f9;
}

.registration-deadline{
    margin-bottom:40px;
    font-size:18px;
}

.registration-card .btn{
    margin-top:10px;
}

.course-info-card h3{
    margin-top:0;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:2px solid #f1f5f9;
}

.table-bordered{
    border:1px solid #e5e7eb;
}

.table-bordered > thead > tr > th{
    background:#1e3a8a;
    color:#fff;
    border-color:#1e3a8a;
}

.table-bordered > tbody > tr > td{
    border-color:#e5e7eb;
}
.registration-card .btn{
    margin-top:10px;
    margin-bottom:10px;
}