
body {
padding-top: 90px;
}
.about-section {
background-color: #f9f9f9;
}
.text-main-icon{
  color: #5f5f5f;
}
.about-section p {
font-size: 1.05rem;
line-height: 1.8;
margin-bottom: 1.5rem;
}
.aims-list li,
.audience-list li {
margin-bottom: 1rem;
padding-left: 1.2rem;
position: relative;
}
.aims-list li::before,
.audience-list li::before {
content: "\f058";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
left: 0;
color: #2c5282;
}
.conference-aims-list li:hover {
 background-color: #1c508a  ;
 color: #fff;
}
.conference-aims-list li:hover i {
 color: #c65e04;
}
.org-section ul {
 padding-left: 0;
 list-style: none;
}
.org-section li {
 margin-bottom: 0.75rem;
 font-size: 1.05rem;
 padding-left: 1.5rem;
 position: relative;
}
.org-section li::before {
 content: "\f0da";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: absolute;
 left: 0;
 color: #2c5282;
}
.overview ul, .overview-box ul {
padding-left: 1.2rem;
}
.overview-box h4 {
margin-top: 1.5rem;
font-weight: 600;
}
.submit a.btn,
.financial a.btn {
display: inline-block;
margin-top: 1rem;
background-color: #2c5282;
color: #fff;
padding: 10px 20px;
border-radius: 4px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.submit a.btn:hover,
.financial a.btn:hover {
background-color: #1e3d63;
}
.additional-information ul {
list-style: none;
padding-left: 0;
}
.additional-information li {
margin-bottom: 10px;
}
.additional-information a {
text-decoration: none;
color: #2c5282;
}
.additional-information a:hover {
text-decoration: underline;
}
a {
color: #c65e04;
text-decoration: underline;
}

.program-container {
background: white;
border: 1px solid #e0e0e0;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
padding: 35px;
margin-bottom: 25px;
}

.day-header {
color: #c65e04;
padding: 0 0 20px 0;
margin-bottom: 25px;
border: none;
border-bottom: 2px solid #e0e0e0;
}


.schedule-table {
border: 1px solid #e0e0e0;
border-radius: 4px;
overflow: hidden;
}

.schedule-table thead th {
background-color: #1c508a;
color: white;
border: none;
padding: 8px;
font-weight: 600;
text-align: center;
font-size: 1rem;
}

.schedule-table thead th:nth-child(1) {
width: 20%;
}
.schedule-table thead th:nth-child(2) {
width: 50%;
}
.schedule-table thead th:nth-child(3) {
width: 30%;
}

.schedule-table td {
padding: 8px;
border: 1px solid #dadada;
vertical-align: top;
background-color: white;
font-size: 0.95rem;
line-height: 1.6;
}

.schedule-table tr:hover td {
background-color: #f9f9f9;
}

.time-cell {
background-color: #f5f5f5;
font-weight: 600;
color: #1c508a;
text-align: center;
font-size: 0.95rem;
}

.event-title {
font-weight: 600;
color: #1c508a;
margin-bottom: 8px;
font-size: 1rem;
}

.event-details {
color: #1c508a;
font-size: 0.9rem;
line-height: 1.5;
}

.location-cell {
background-color: #fafafa;
color: #1c508a;
font-weight: 500;
text-align: center;
font-size: 0.95rem;
}

.break-row td {
background-color: #f4f8fd;
text-align: center;
color: #c65e04;
font-weight: 500;
font-style: italic;
}

@media (max-width: 768px) {
.program-container {
 padding: 25px;
 margin: 15px;
}

.schedule-table {
 font-size: 0.85rem;
}

.day-header {
 padding: 0 0 15px 0;
}

.schedule-table td {
 padding: 15px 12px;
}

.day-header h4 {
 font-size: 1.1rem;
}

.section-title h2 {
 font-size: 1.8rem;
}
}
.speaker-card {
background: #fff;
padding: 1.5rem;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
height: 100%;
text-align: center;
}
.speaker-card img {
border-radius: 6px;
max-height: 250px;
object-fit: cover;
margin-bottom: 1rem;
}
.speaker-card h4 {
font-size: 1.1rem;
color: #2c5282;
margin-bottom: 0.5rem;
}
.speaker-card p {
font-size: 0.95rem;
line-height: 1.6;
text-align: left;
}
.navbar {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
background-color: #1c508a  !important;
}
.speaker-card img {
border-radius: 50%;
width: 180px;
height: 180px;
object-fit: cover;
margin-bottom: 1rem;
}
.speaker-card p {
font-size: 0.95rem;
line-height: 1.6;
text-align: center;
justify-content: center;
}
.btn-outline-primary
{
 border-color: #1c508a;
 color: #1c508a;
}
.btn-outline-primary:hover {
 background-color: #1c508a  ;
 color: #fff;
 border-color: #1c508a  ;
}
.view-bio-link {
 font-size: 0.9rem;
 font-weight: 500;
 color: #1c508a;
 text-decoration: none;
 transition: all 0.3s ease;
 display: inline-flex;
 align-items: center;
 gap: 4px;
}

.view-bio-link i {
 font-size: 1rem;
 color: #1c508a;
 transition: color 0.3s ease;
}

.view-bio-link:hover {
 color: #c65e04;
}

.view-bio-link:hover i {
 color: #c65e04;
}

/* Contact Cards */
.contact-card {
background: #fff;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
text-align: center;
height: 100%;
}
.contact-card img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
margin-bottom: 1rem;
border: 3px solid rgba(44, 82, 130, 0.1);
}
.contact-card h5 {
font-size: 1.1rem;
color: #2c5282;
margin-bottom: 0.5rem;
}
.contact-card p {
font-size: 0.95rem;
margin-bottom: 0;
}

/* Info Boxes */
.info-box {
border-radius: 10px;
padding: 2rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.info-box:hover {
transform: translateY(-4px);
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.icon-circle {
width: 70px;
height: 70px;
border-radius: 50%;
background: #fff;
border: 2px solid #c2d3e0;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem auto;
font-size: 24px;
color: #2c5282;
}
.info-box h5 {
font-weight: 600;
color: #2c5282;
margin-bottom: 1rem;
}
.info-box p {
margin-bottom: 0.4rem;
color: #333;
}
.info-box a {
color: #2c5282;
text-decoration: none;
}
.info-box a:hover {
text-decoration: underline;
}
.form-section { background-color: #f9f9f9; padding: 40px; border-radius: 10px; }
.form-title { margin-bottom: 30px; }
.hidden { display: none; }
.nav-link {
color: #ffffff !important;
}
.nav-link:hover{
color: #e8eaee !important;
}
.dropdown-menu {
max-height: 250px;
overflow-y: auto;
}
.single-academics-card .academic-top-content {
 position: relative;
 padding-left: 40px;
 margin-bottom: 15px;
}
.btn-outline-primary {
 border-color: #1c508a;
 color: #1c508a;
}
.btn-outline-primary:hover {
 background-color: #1c508a;
 color: #fff;
 border-color: #1c508a;
}
.conference-aims-list li:hover {
 background-color: #1c508a;
 color: #fff;
}
.conference-aims-list li:hover i {
 color: #c65e04;
}
.fw-bold {
 font-weight: 640 !important;
}
.social-icons a {
 color: #fff;
 font-size: 1.25rem;
 transition: color 0.3s ease;
}
.social-icons a:hover {
 color: #c65e04;
}
.text-main {
 color: #c65e04  !important;
}
.submission-list i {
 color: #c65e04;
}
.fa-file-pdf:before {
 color: #c65e04;
}
.fa-file-word:before{
 color: #c65e04;
}
.fa-copyright:before {
 color: #c65e04;
}
/* .first{
 font-size: 30px !important;
} */ 