/* ===========================
   GENERAL
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:#333;
    background:#f8fafc;
    line-height:1.7;
}

/* ===========================
   NAVBAR
=========================== */

.navbar{
    background:#003366 !important;
    padding:12px 0;
}

.navbar-brand{
    font-weight:700;
    font-size:1.2rem;
}

.nav-link{
    color:#fff !important;
    font-weight:500;
    margin-left:15px;
    transition:.3s;
}

.nav-link:hover{
    color:#ffd54f !important;
}

/* ===========================
   HERO
=========================== */

.hero{

    background:linear-gradient(rgba(0,51,102,.88),
    rgba(0,51,102,.88)),
    url("../images/regression-bg.jpg");

    background-size:cover;
    background-position:center;

    color:white;

    padding:100px 0;
}

.hero h1{

    font-size:3rem;
    font-weight:700;
}

.hero h2{

    color:#ffd54f;
    font-weight:600;
}

.hero p{

    font-size:18px;
}

.hero .btn{

    padding:12px 28px;
    border-radius:30px;
    font-weight:600;
}

/* ===========================
   SECTION TITLE
=========================== */

.section-title{

    text-align:center;

    margin-bottom:50px;

    font-weight:700;

    color:#003366;

    position:relative;
}

.section-title::after{

    content:"";

    width:70px;

    height:4px;

    background:#ffb300;

    display:block;

    margin:15px auto;

    border-radius:10px;
}

/* ===========================
   FEATURE BOX
=========================== */

.feature-box{

    background:white;

    border-radius:15px;

    padding:35px;

    text-align:center;

    transition:.4s;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

    height:100%;
}

.feature-box i{

    color:#0056b3;

    margin-bottom:20px;
}

.feature-box:hover{

    transform:translateY(-8px);

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

/* ===========================
   ABOUT
=========================== */

#about{

    font-size:18px;

    text-align:justify;
}

/* ===========================
   DAY CARDS
=========================== */

.day-card{

    background:white;

    padding:25px;

    margin:15px 0;

    border-left:6px solid #0056b3;

    border-radius:10px;

    transition:.3s;

    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.day-card h3{

    color:#003366;
}

.day-card:hover{

    transform:scale(1.03);

    background:#f5fbff;
}

/* ===========================
   SPEAKER
=========================== */

.speaker-card{

    background:white;

    text-align:center;

    border-radius:15px;

    padding:30px;

    transition:.4s;

    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.speaker-card:hover{

    transform:translateY(-8px);

    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.speaker-img{

    width:180px;

    height:180px;

    object-fit:cover;

    border-radius:50%;

    border:5px solid #0056b3;

    margin-bottom:20px;
}

.speaker-card h4{

    color:#003366;
}

/* ===========================
   REGISTRATION
=========================== */

.registration-section{

    background:#eef5ff;

    padding:70px 0;
}

.fee-card{

    background:#003366;

    color:white;

    padding:35px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.fee-card h3{

    color:#ffd54f;
}

.fee-card h4{

    margin-top:20px;

    color:#fff176;

    font-weight:700;
}

/* ===========================
   BANK CARD
=========================== */

.bank-card{

    background:white;

    border-radius:15px;

    padding:30px;

    box-shadow:0 5px 18px rgba(0,0,0,.10);
}

.bank-card h3{

    color:#003366;

    margin-bottom:20px;
}

.table th{

    width:35%;

    background:#f1f6fc;
}

.table td,
.table th{

    vertical-align:middle;
}

/* ===========================
   BUTTONS
=========================== */

.btn-primary{

    background:#0056b3;

    border:none;

    border-radius:30px;

    padding:12px 28px;

    transition:.3s;
}

.btn-primary:hover{

    background:#003366;
}

.btn-warning{

    color:#000;

    font-weight:600;
}

.btn-warning:hover{

    transform:translateY(-2px);
}

/* ===========================
   CONTACT
=========================== */

#contact{

    text-align:center;

    font-size:18px;
}

/* ===========================
   FOOTER
=========================== */

footer{

    background:#002147;

    color:white;

    text-align:center;

    padding:25px 0;

    margin-top:50px;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:991px){

.hero{

text-align:center;

padding:70px 0;
}

.hero h1{

font-size:2.2rem;
}

.hero img{

margin-top:40px;
}

.speaker-img{

width:150px;
height:150px;
}

}

@media(max-width:768px){

.hero h1{

font-size:2rem;
}

.hero h2{

font-size:1.5rem;
}

.feature-box{

margin-bottom:20px;
}

.day-card{

margin-bottom:20px;
}

}
/* =====================================
   PROGRAMME TIMELINE
===================================== */

.schedule-section{

background:#f7f9fc;

padding:80px 0;

}

.timeline{

position:relative;

max-width:1000px;

margin:auto;

}

.timeline::before{

content:"";

position:absolute;

left:160px;

top:0;

width:4px;

height:100%;

background:#0056b3;

}

.timeline-item{

display:flex;

margin-bottom:45px;

position:relative;

}

.timeline-date{

width:140px;

text-align:right;

padding-right:25px;

font-weight:700;

color:#003366;

}

.timeline-content{

background:white;

padding:25px;

border-radius:12px;

margin-left:40px;

box-shadow:0 8px 25px rgba(0,0,0,.08);

width:100%;

transition:.3s;

}

.timeline-content:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.timeline-content h3{

color:#003366;

margin-bottom:15px;

}

.timeline-content ul{

padding-left:20px;

}

.timeline-content li{

margin-bottom:8px;

}

.timeline-item::before{

content:"";

position:absolute;

left:151px;

width:18px;

height:18px;

border-radius:50%;

background:#ffb300;

border:4px solid #0056b3;

top:22px;

z-index:2;

}

@media(max-width:768px){

.timeline::before{

left:20px;

}

.timeline-item{

flex-direction:column;

padding-left:50px;

}

.timeline-date{

width:100%;

text-align:left;

padding-left:15px;

margin-bottom:10px;

}

.timeline-content{

margin-left:0;

}

.timeline-item::before{

left:11px;

}

}

/* ===========================
   CONTACT SECTION
=========================== */

.contact-box{

    max-width:700px;

    margin:auto;

    background:#fff;

    padding:35px;

    border-radius:12px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.contact-card{

    max-width:800px;
    margin:auto;
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.contact-item{

    display:flex;
    align-items:flex-start;
    padding:18px 0;
    border-bottom:1px solid #e5e5e5;

}

.contact-item:last-child{

    border-bottom:none;

}

.contact-title{

    width:230px;
    font-weight:600;
    color:#003366;

}

.contact-title i{

    color:#0056b3;
    width:28px;

}

.contact-info{

    flex:1;
    color:#444;
    line-height:1.8;

}
.speaker-desc{

    font-size:15px;

    color:#555;

    line-height:1.7;

    text-align:justify;

    margin-top:15px;

}
