*{
    padding:0px;
    margin:0px;
}
html {
  scroll-behavior: smooth;
}

body{margin:0;font-family:'Open Sans',sans-serif;line-height:1.6;color:#333}
h1,h2,h3{font-family:'Montserrat',sans-serif; line-height: 1.3; color:#222;}
h1{
    font-size: 30px;
    margin-bottom: 16px;
}
h3{
    font-size: 24px;
    margin-bottom: 16px;
}
p{
    margin-bottom: 10px;
}


.container{
    padding:0px 24px; 
    max-width:1200px; 
    margin:auto;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mt-20{
    margin-top:20px !important;
}
.text-center{
    text-align: center;
}
.bg-light{
    background:#f9f9f9;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.fw-bold{
    font-weight: bold;
}
.hero{
    background:#f0efed;
    text-align: center;
    padding:60px 0px;
}
.section{
    padding:60px 0px;
}
.section ul{
    margin:0px;
    padding:0px;
    margin-bottom: 20px;
    margin-left:30px;
}
.section h3{
    font-size: 20px;
    color:#1a55d7;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top:20px;

}
.section-heading{
    font-size: 36px;
    text-transform: capitalize;
    color:#222;
    margin-bottom: 12px;
}

.schedule-wrapper{
    overflow-x:auto;
}

table{
    width:100%;
    min-width:1000px;
    border-collapse: separate;
    border-spacing: 0;
    background:#fff;
    font-size: 15px;
}

th, td{
    border:1px solid #555;
    padding:8px;
    text-align:center;
    vertical-align:middle;
}

th{
    background:#e5e5e5;
    font-weight:bold;
}

.day{
    font-weight:bold;
    width:100px;
}

.break{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight:bold;
    background:#fafafa;
    letter-spacing:1px;
    width:30px;
    border-left:1.5px solid #555;
    border-right:1.5px solid #555;
}

.session-title{
    font-weight:bold;
}

@media(max-width:768px){
    th, td{
        padding:10px;
        font-size:14px;
    }
}