/* Custom CSS */
/* Page Loader Styles */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Page Banner Styles */
.page-banner {
    width: 100%;
    height: 200px;
    background-image: url('../images/hero-1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}

.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-banner-title {
    font-size: 2rem;
    margin: 0;
    padding: 0 20px; 
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 40px;
}

.page-banner-subtitle {
    font-weight: bold;
    color: #fff;
}

/* Navigation menu custom styles */
.nav-link.active {
    font-weight: bold;
    color: #0dcaf0 !important; 
}

/* Dropdown menu */
.navbar-nav .dropdown-menu {
    background-color: #343a40; 
    border: none; 
}

.navbar-nav .dropdown-item {
    color: #ffffff; 
    padding: 0.5rem 1rem; 
    border-radius: 0.25rem; 
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: #435373 !important; 
    color: #fff !important;
    text-decoration: none !important;
}

.navbar-nav .dropdown-item.active {
    background-color: transparent !important; 
    color: #0dcaf0 !important;
}

/* Conference Hosts Carousel */
.carousel-inner .carousel-item {
    transition: transform 0.5s ease-in-out;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
}

.areas-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.areas-section-content {
    background-color: #fff;
    border: 1px solid #435373;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.areas-section-content p {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 20px;
}

.areas-section-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.areas-section-content li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.areas-section-content li::before {
    content: "❍"; 
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}



.fee-table-container, .refund-policy-container {
    background-color: #fff;
    border: 1px solid #333;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.fee-table th, .fee-table td {
    border: 1px solid #333;
    padding: 0.75rem;
    text-align: center;
}

.fee-table th {
    background-color: #fff;
    color: #333;
    font-size: 1rem;
}

.fee-table td {
    font-size: 0.875rem;
}

.refund-policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.refund-policy-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
    font-size: 0.875rem;
}

.refund-policy-list li:last-child {
    border-bottom: none;
}

.refund-policy-list strong {
    color: #333;
}

.accommodation-container {
    display: block; 
    padding-left: 3rem;
    padding-right: 3rem;
}

.accommodation-details {
    border: 1px solid #ddd; 
    border-radius: 8px; 
    padding: 1rem;
    background-color: #fff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    margin-bottom: 1rem; 
    max-width: 100%;
    box-sizing: border-box; 
}

.accommodation-info {
    font-size: 0.9rem; 
}

.address {
    margin-top: 1rem;
    font-style: italic;
}

.address i {
    margin-right: 0.5rem;
}

.address,
.phone{
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem; 
    margin: 0;
    padding: 0;
}

.email {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.email a {
    margin-left: 0.5rem;
}

@media (max-width: 360px) {
    .email {
        font-size: 0.8rem; 
        box-sizing: border-box;
    }
}
.schedule-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.talk-entry {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.talk-time {
  font-weight: bold;
}

.talk-title {
  font-style: italic;
}

.talk-presenter {
  display: block;
  margin-top: 2px;
}
#accordion_search_bar_container {
  position: relative;
  margin-top: 8px;
  margin-bottom: 0px;
}
#accordion_search_bar {
  display: block;
  width: 100%;
  padding: 12px 12px;
  padding-right: 0px;
  border: 1px solid #CACACA;
  border-radius: 8px;
  outline: none;
}
