
.form-control, select { border: 1px solid #999;}
.form-control:focus, select:focus { border: 1px solid #66c; box-shadow: 0 0 3px #66c;}



.bg-1{
  background: #d3f2fa;
}
.bg-2{
  background: #c6e7ff;
}
.agenda-card{
  padding:1rem 1.5rem;
  border-left: 5px solid #6ebfeb;
  border-radius: 8px;
  /*    
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  box-shadow:0 0px 12px rgba(0,0,0,0.05);
  */    
  animation: fadeInUp 0.6s ease;
  margin-bottom: 10px;    
}
.dr{ color: #000 !important;}
.agenda-card h5{ font-size: 1.2rem;}
.agenda-card p{ font-size: 1rem; font-weight: 500; color: #000 !important;}
.agenda-block p, .agenda-card p, .bg-faq p , .time{color: #000 !important;} 
.agenda-block {
  padding: .5rem 1.5rem; border: 0px solid #cfcfcf;
  border-radius: 0px; /*box-shadow: 0 4px 4px rgba(0,0,0,0.05);*/
  /*box-shadow: inset 0 2px 8px rgba(0,0,0,0.08);*/
  animation: fadeInUp 0.4s ease; margin-bottom: 10px !important;
}
.agenda-block p{color: #000 !important;}
.agenda-card .time{ font-size: 14px; font-weight: 600; color: #000 !important;}
.bg-faq{ background: #c4f1fc !important; color: #000 !important;}
.bg-break{ background: #6ebfeb !important; color: #FFF;}
.bg-session{ background: #176bb5 !important; color: #FFF;}
.bg-sessions{ background: #1c4596 !important; color: #FFF;}
.bg-session p { color: #FFF !important;}
.flag{ width: 28px !important; height: 28px !important; border-radius: 50px; position: absolute !important; left:5px; top:5px; z-index: 999;}
.spc{ background:linear-gradient(190deg, #d1dbe4, #013974); border-radius: 16px;}
@media (max-width:900px){
 .agenda-card h6{ font-size: 17px; margin-top: 5px;} 
    .agenda-card p, .agenda-card p strong{ font-size: 1rem !important; color: #000; text-align: left !important;}    
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.agenda-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
  border-bottom: 2px solid #eee;    
}
.agenda-tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}


.agenda-tabs .nav-link {
  position: relative;
  color: #ccc;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0.75rem 2rem;
  background: #eee;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease; text-align: center;
}
@media (max-width:900px){
    
    .agenda-tabs .nav-link { padding: 0.75rem .6rem !important; font-size: 0.8rem !important; text-align: center;}
    .agenda-tabs .nav-link span { font-size: 11px !important;}
}
.agenda-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 6px;
  background: #66c;
  transition: width 0.3s ease;
}



.agenda-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  flex-wrap: wrap;
  transition: transform 0.3s ease;
}

.agenda-entry:hover {
  transform: translateY(-3px);
}

.agenda-entry .time {
  font-weight: bold;
  width: 120px;
  color: #333;
}

.agenda-entry .lecture {
  flex: 1;
}

.agenda-entry .lecture h5 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.agenda-entry .speaker {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}

.agenda-entry .speaker img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

/* Colors */
.agenda-entry.session {
  background: #f8f9fa;
  border-left: 5px solid #007bff;
}
.agenda-entry.break {
  background: #eaf7ff;
  border-left: 5px solid #17a2b8;
}
.agenda-entry.faq {
  background: #fff3cd;
  border-left: 5px solid #ffc107;
}

/* Responsive */
@media (max-width: 768px) {
  .agenda-entry {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .agenda-entry .time {
    width: 100%;
    margin-bottom: 8px;
  }
  .agenda-entry .speaker {
    flex-direction: row;
  }
}

.agenda-tabs .nav-link:hover::after,
.agenda-tabs .nav-link.active::after {
  width: 100%;
}

.agenda-tabs .nav-link:hover,
.agenda-tabs .nav-link.active {
  color: #fff; background: #176bb5;
}

.nav-link img{ width:54px; display: block; margin:0 auto 3px auto;}
.nav-link span { font-size: .8rem; display: block; color: #dadada; font-weight: 500;}
.text-gray { color: #999;}



.spc { color: #003974; font-size: 16px; font-weight: 600;}
.wrapper p, .wrapper li { font-size: 16px;}
.bg-darkblue { background: #003974;}
@media only screen and (max-width: 767px) {
    .btn { padding: 4px 12px; font-size: 14px !important;}
    .spc { font-size: 12px;}
    .wrapper p, .wrapper li { font-size: 13px;}
    .wrapper p { text-align:justify-all;}
    .offcanvas-body, .offcanvas-header { background: #003974;}
    .from-top{ font-size: 12px;}
}