
    .indexation-box {
  width: 100%;
  max-width: 300px;
  border: 1px solid #999;
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 30px;
}

.index-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.index-item {
  border: 1px solid #000;
  padding: 5px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.index-item img {
  max-width: 100%;
  height: auto;
}
.social-sidebar {
  width: 220px;
  background-color: transparent;
  padding: 15px;
  border: none;
  font-family: Arial, sans-serif;
}

.social-sidebar h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.social-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-logos li {
  text-align: center;
  position: relative;
}

.social-logos li img {
  max-height: 35px;
  max-width: 90%;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 5px;
}

/* Hover effect */
.social-logos li img:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Tooltip */
.social-logos li::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 999;
}

.social-logos li:hover::after {
  opacity: 1;
  top: 115%;
}
/* Target the specific div with class 'stat' and center the text */
.stat {
    text-align: center !important;
    font-size: 36px;  /* Adjust as needed */
    font-weight: bold;
    color: #2c3e50;  /* Adjust the color as needed */
    margin: 20px auto;  /* Optional: Adds margin for spacing */
}
.announcement-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  margin: 20px auto;
  max-width: 600px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.announcement-card h3 {
  color: #0056b3;
  font-size: 20px;
  margin-bottom: 10px;
}

.announcement-card .date {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.announcement-card p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.announcement-card a {
  color: #0056b3;
  text-decoration: none;
}

.announcement-card a.read-more {
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.info-table {
  width: 300px;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  color: white;
  font-size: 16px;
  margin: 20px auto;
}

.info-table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.info-table .label {
  background-color: #4151f1; /* Left side color */
  font-weight: bold;
}

.info-table td:not(.label) {
  background-color: #001c3b; /* Right side color */
}
/* Style tables inside announcements */
.announcement .content table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  margin-top: 10px;
}

.announcement .content table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.announcement .content table td:first-child {
  background-color: #4151f1;  /* Blue left column */
  font-weight: bold;
  color: white;
}

.announcement .content table td:last-child {
  background-color: #001c3b;  /* Dark right column */
  color: white;
}
/* General style for Calls for Papers section */
#calls-for-papers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

/* Style for individual announcement boxes */
#calls-for-papers .announcement {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    width: 45%; /* Adjust width as needed */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Heading style for the announcements */
#calls-for-papers .announcement h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Description for the announcements */
#calls-for-papers .announcement p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Style for the submission deadline */
#calls-for-papers .announcement .deadline {
    font-size: 14px;
    font-weight: 500;
    color: #f44336;
}

/* General container for the announcements section */
.cmp_announcements {
    padding: 40px 20px; /* Adjust padding as needed */
    max-width: 1200px; /* Max width for content centering */
    margin: 0 auto; /* Center the content */
    /* Flexbox properties for the grid layout of announcement cards */
    display: flex !important; /* Added !important for troubleshooting */
    flex-wrap: wrap !important; /* Added !important for troubleshooting */
    gap: 20px; /* Space between cards */
    margin-top: 30px;
    justify-content: center; /* Center cards horizontally */
    background-color: transparent; /* Ensure transparent background if section has one */
}

/* Style for the main heading (e.g., "Announcements") within the section */
.cmp_announcements h2 {
    font-size: 2.2em;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    width: 100%; /* Ensure heading takes full width in flex container */
    text-align: center; /* Center the heading */
}

/* Underline effect for the main heading */
.cmp_announcements h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px; /* Length of the underline */
    height: 4px; /* Thickness of the underline */
    background-color: #667EEA; /* Blue color similar to image */
    border-radius: 2px;
}

/* Styling for individual announcement cards */
.obj_announcement_summary {
    flex: 1 1 calc(50% - 20px); /* Two columns, responsive */
    max-width: calc(50% - 20px); /* Max width for two columns */
    background-color: #fff;
    border: 1px solid #e0e0e0; /* Light border */
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex; /* Enable flexbox for internal layout */
    flex-direction: column; /* Stack contents vertically */
    justify-content: space-between; /* Distribute space to push deadline to bottom */
}

/* Hover effect for cards */
.obj_announcement_summary:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Title within the announcement card */
.obj_announcement_summary h3 {
    font-size: 1.4em;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

/* Description text within the announcement card */
.obj_announcement_summary .summary p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1; /* Allow description to take up available space */
}

/* Submission date text */
.obj_announcement_summary .date {
    font-size: 0.95em;
    font-weight: 500;
    color: #777;
    font-style: italic;
    margin-top: auto; /* Push the date to the bottom of the flex container */
    padding-top: 10px;
}

/* Style for individual "Read More" links within announcements */
.obj_announcement_summary .read_more {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 500;
    color: #667EEA;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.obj_announcement_summary .read_more:hover {
    color: #4A55A2;
    text-decoration: underline;
}

/* Generic "View all" link style used for Announcements and Insights */
.view-all-link,
.view-all-insights-link { /* Combined selector */
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
    font-size: 1.1em;
    font-weight: 600;
    color: #667EEA;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    width: 100%; /* Ensure it takes full width for centering if needed */
    justify-content: center; /* Center the link */
}

.view-all-link:hover,
.view-all-insights-link:hover {
    color: #4A55A2;
    text-decoration: underline;
}

.view-all-link::before,
.view-all-insights-link::before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº';
    font-size: 1.5em;
    margin-right: 8px;
    transform: translateY(-1px);
    color: #667EEA;
}
