* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #002857;
  padding: 6px 0px;
  z-index: 1000;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.menu{
  margin-top: 18px;
}
.logo {
  font-weight: bold;
  font-size: 1.2em;
}


.navbar {
  display: flex;
  gap: 20px;
}

.navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.navbar a:hover {
  color: #007BFF;
}
.maincollagebg{
  background: url(../img/collagebg.jpg) repeat-x bottom center #002857;
  padding-bottom: 100px;
  margin-bottom: 60px;
}
.collagebg{
  margin-top: 20px;
  background: url(../img/collage.png) no-repeat top center;
  padding: 16px;
}
.collagetext{
  padding: 140px 0px;
  text-align: center;
}
.collagetext h1{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding: 0px 0px 6px 0px;
  margin: 0px;
}
.coltext2{
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.coltext3{
  color: #2d7ad5;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.formbg{
  background-color: rgba(255, 255, 255, 0.04);
  padding: 20px;
  border-radius: 15px;
  margin-top: 50px;
}
.formbg h4{
  padding: 0px 0px 10px 0px;
  margin: 0px;
  color: #fff;
}
.submitbtn{
  background: #8d2129;
  border: 0px;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  font-weight: 15px;
  font-weight: 500;
  transition: 0.3s;
}
.submitbtn:hover{
  background: #6e141a;
  border: 0px;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  font-weight: 15px;
  font-weight: 500;
}
.submitbtn:focus{
  outline: none;
  background: #6e141a;
  border: 0px;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  font-weight: 15px;
  font-weight: 500;
}

/* Sections */
section {
  min-height: 600px;
  padding-top: 80px; /* Space for fixed header */
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown-container {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.time-box {
  background-color: #083971;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  text-align: center;
  width: 110px;
}

.time-box span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.time-box small {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
.mainheading{
  margin-bottom: 20px;
}
.mainheading h2{
  color: #083971;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.content{
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.content ul{
  padding: 20px 0px 0px 22px;
  margin: 0px;
}
.content li{
  padding: 0px 0px 8px 0px;
  margin: 0px;
}
.content2{
  font-size: 15px;
  line-height: 22px;
  color: #000;
  min-height: 100px;
}
.whybox{
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-height: 260px;
  margin-bottom: 30px;
}
.whybox h3{
  color: #083971;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px;
  text-transform: uppercase;
}
.whatmakesbg{
  background: #E4F4FF;
background: linear-gradient(133deg, rgba(228, 244, 255, 1) 0%, rgba(182, 225, 255, 1) 100%);  
padding: 60px 0px 30px 0px;
margin-top: 60px;
}
.pointergrdesk{
  display: block;
}
.pointergrmob{
  display: none;
}
.speakersbox{
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #dadada;
  min-height: 350px;
}
.speakersbox img{
  width: 100%;
  height: 160px;
  background-color: #ccc;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 9px;
  margin-bottom: 15px;
}
.speakersbox h4{
  color: #083971;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0px 4px 0px;
  margin: 0px;
}
.speakerdesig{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.coname{
  background-color: #083971;
  padding: 1px 10px 2px 10px;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
}
.topic{
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.topic span{
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}
.tabledesign{
  width: 100%;
}
.tabledesign th{
  background-color: #083971 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 0px !important;
}

/* Alternate row color */
.tabledesign tr:nth-child(even) {
  background-color: #f4f8fc;
  transition: 0.5s;
}
.tabledesign tr:nth-child(odd) {
  background-color: #e6ebf1;
  transition: 0.5s;
}
.tabledesign td{
  padding: 15px;
}
.tabledesign td span{
  font-weight: 600;
  color: #1957a1;
}

/* Optional: Hover effect */
.tabledesign tr:hover {
  background-color: #d4e5f5;
}
.speakerbytebg{
  background-color: #e4f4ff;
  padding: 60px 0px;
  margin-top: 60px;
}
.speakbyte{
   background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.1);
  min-height: 260px;
  margin-bottom: 30px;
}
.speakbyte h4{
   color: #083971;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 0px 4px 0px;
  margin: 0px;
}
.quote{
  position: relative;
  margin-top: -40px;
}
.footerbg{
  background: url(../img/footerbg.jpg) top center;
  padding: 60px 0px 20px 0px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}
.footerbg a{
  color: #ffffff;
  text-decoration: none;
}
.footerbg a:hover{
  color: #ffffff;
  text-decoration: none;
}
.footerbg h3{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  padding: 0px 0px 4px 0px;
  margin: 0px;
}
.footerbg h4{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 14px 0px 14px 0px;
  margin: 0px;
}
.footerbg h5{
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 12px 0px;
  margin: 0px;
}
.contactinfo{
  border-top: 1px solid #007BFF;
  border-bottom: 1px solid #007BFF;
  padding: 30px 0px;
  margin: 30px 0px;
}





/* Mobile Responsive */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: center;
  }
  .logo img{
    width: auto;
    height: 50px;
}
.menu {
    margin-top: 10px;
}
  .navbar {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }


section {
    padding-top: 62px;
}
  .collagebg{
    margin-top: 10px;
  background: url(../img/collage-mob.png) no-repeat top left;
}
.collagetext{
  padding: 10px 0px;
}
.collagetext h1{
    font-size: 20px;
}
.coltext2{
  font-size: 15px;
}
.coltext3{
  font-size: 13px;
}
.formbg{
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 15px;
  margin-top: 150px;
}
.formbg h4{
  padding: 0px 0px 10px 0px;
  margin: 0px;
  color: #fff;
}

.countdown {
  gap: 10px;
}

.time-box {
  padding: 5px 10px;
  width: 90px;
}
.time-box span {
  font-size: 28px;
}

.time-box small {
  font-size: 13px;
}
.pointergrdesk{
  display: none;
}
.pointergrmob{
  display: block;
}
.footerbg h3 {
    font-size: 26px;
}
.footerbg h4 {
    font-size: 17px;
}
.rowmargin30{
  margin-top: 30px;
}
.content2 {
    margin-bottom: 30px;
}

}
