

.container{
	padding-left: 0;
	  padding-right: 0;
}
h1{font-size: 24px; text-decoration: underline;}
h2{font-size: 20px;}
h3{font-size: 18px;}
h4{font-size: 16px;}

a:link {
    color: #517775;
}

.pinkRedDark {
  color:#ad3c5a;
}


.bg-color-1{
	background-color: #f7f4f5;
}

.bg-color-2{
	background-color: #e9e7e8;
}

.bg-color-3 {
	background-color: white;
}

.bg-color-4 {
	background-color:#6c6767;
}

.bg-color-5 {
	background-color:#517775;
}

.bg-color-6{
	background-color: #bab6b6;
}

/*625d5d* #898985/

/* Accordion Header Button */


.accordion-button {
  font-weight: 600;
  font-size: 13px;
  color: #6c6767;
  background-color:#f7f4f5;/* light gray background */
  border: none;
  transition: background-color 0.3s ease;
  
}

/* Style the default icon */
  .accordion-button::after {
    content:  url('/resources/images/bootstrap-icons/chevron-expand.svg');;
    font-size: 0.8rem;
    color: #6c6767;
    background-image: none !important;
    transform: none;
    margin-left: auto;
  }
  

.accordion-item {
  border: 1px solid black !important;
 
  margin-bottom: 8px;
}

.accordion-button:not(.collapsed) {
	background-color: #e9e7e8;
	color: #6c6767;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:hover {
  background-color: #e9e7e8;
  color: #6c6767;
  }
  
  .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
  }

/* Accordion Body */
.accordion-body {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #e9e7e8;
}


/* List Group */
.list-group-item {
  font-size: 12px;
  color:#625d5d;
  border: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.list-group-item a {
  text-decoration: none;
  color: #625d5d;
  transition: color 0.2s ease;
  font-size: 12px;
}

.list-group-item a:hover {
  color: #625d5d;
  text-decoration: underline;
}

/* Remove list-group-item borders for clean look */
.list-group-item:not(:last-child) {
  
}

/* Optional: Smooth collapse transition fix */
.accordion-collapse.collapse {
  transition: height 0.35s ease;
}

.vertical-divider {
    width: 1px;
    background-color: #ddd;
    height: auto;
    min-height: 100%;
    margin: 0 1rem;
  }
  .custom-card {
    background-color: #f7f4f5;
	border:1px solid #625d5d;
  }

  .vertical-divider {
    border-left: 2px solid #ccc; /* Adjust thickness & color */
    height: 100%;
    min-height: 100%;
  }
  
  a.ol { color: #961750 !important; }
  a.ijo { color: #b11068 !important; }
  a.mco  { color: #b45a13 !important; }
  a.etm   { color: #2c8532 !important; }
  a.ijmm { color: #005d4d !important; }
  a.br  { color: #517775 !important; }
  a.or   { color: #0e7eaf !important; }
  a.mmr  { color: #281e6e !important; }
  a.mi { color: #cf1f25 !important; }
  a.wasj { color: #0b617c !important; }
  a.ijfn { color: #5f1515 !important; }
  a.ije { color: #a65499 !important; }
  /* Turn the right content area into a grid */
  
  #journalEditorWasj{
    width: 50rem;
}

.honorary-editor-card {
  height: 100%;
  min-height: 180px;
 }
.card-body {
    padding: 1rem;
}
.editor-name {
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.editor-title {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.3rem;
}
.editor-institution {
    font-size: 0.9rem;
    color: #333;
}
.orcid-icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.editorial-panel {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.editors-container {
    display: grid;
        grid-template-columns: 1fr 1fr; /* Exactly 2 equal columns */
        gap: 15px;
        align-items: stretch;
}
.editor-col {
    display: contents; /* Remove wrapper from grid layout */
}
.editor-card {
    border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 15px;
        background-color: #fff;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
}
@media (max-width: 768px) {
    .editors-container {
        grid-template-columns: 1fr;
    }
}
/* Responsive */
@media (max-width: 768px) {
    .editor-col {
        flex: 0 0 100%;
    }
}
.editor-name {
    font-weight: bold;
    margin-bottom: 8px;
}
.editor-affiliation {
    color: darkgray;
    font-size: 0.9em;
    margin-top: auto; /* Push affiliation to bottom if needed */
}
.editor-name a {
    color: black;
    text-decoration: none;
}
.editor-name a:hover {
    text-decoration: underline;
}
.orcid-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    flex-shrink: 0;
}
.section-header {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#editorialAccordianItem {
            border: 1px solid #dee2e6 !important; /* Grey border */
        }
#editorialAccordianButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #6c757d; /* Less black text */
    border: none;
}
#editorialAccordianButton h2 {
    color: #6c757d; /* Less black for heading */
    font-weight: 500; /* Slightly lighter font weight */
}

#editorialAccordianButton:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

        /* Custom styles for enhanced appearance */
.card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}
.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.btn-primary {
    background: linear-gradient(45deg, #0d6efd, #6610f2);
    border: none;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background: linear-gradient(45deg, #0b5ed7, #5a0fc8);
    transform: translateY(-1px);
}
.border-primary {
    border-color: #0d6efd !important;
}
.display-6 {
    font-weight: 600;
}
.service-section {
    background: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.service-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #c8dcea;
}

.table-container {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.pricing-table {
    width: 70%;
    border-collapse: collapse;
    background: white;
    font-size: 0.9rem;
}

.pricing-table caption {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
    color: #2c3e50;
}

.pricing-table th {
    background: linear-gradient(135deg, #dfe4e9, #e2e9ef);
    color: white;
    padding: 5px 5px;
    text-align: center;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 10;
}

.pricing-table th:first-child {
    text-align: left;
    min-width: 200px;
}

.pricing-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
}

.pricing-table td:first-child {
    text-align: left;
    font-weight: 500;
    background: #f8f9fa;
    border-right: 2px solid #e9ecef;
}

.pricing-table tbody tr:hover {
    background-color: #f1f8ff;
    transform: scale(1.01);
    transition: all 0.2s ease;
}

.price {
    font-weight: 400;
    color: #27ae60;
}

.custom-row td {
    background: #fff3cd;
    font-weight: 600;
    color: #856404;
}

.description {
    margin: 15px 0;
    padding: 15px;
    background: #e8f4fd;
    border-left: 4px solid #3498db;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .service-section {
        padding: 20px 15px;
    }
    
    .pricing-table {
        font-size: 0.8rem;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 8px 6px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.testimonials-section {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.testimonial-header {
    text-align: center;
    margin-bottom: 40px;
}

.lead {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-filters {
    margin-bottom: 40px;
}

.filter-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-color: white;
    margin: 5px;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-btn:hover, .filter-btn.active {
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-item {
    margin-bottom: 30px;
    opacity: 1;
    transition: all 0.3s ease;
}

.testimonial-item.hidden {
    display: none;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
    position: relative;
}

.testimonial-text::before {
    content: '"';
    font-size: 4rem;
    position: absolute;
    top: -20px;
    left: -10px;
    color: rgba(102, 126, 234, 0.3);
    font-family: Georgia, serif;
}

.testimonial-author {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #333;
}

.testimonial-author i {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #667eea;
}

.featured-testimonial .testimonial-author i {
    color: rgba(255, 255, 255, 0.8);
}

.testimonial-date {
    font-weight: 400;
    opacity: 0.8;
}

.stats-section {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
}

.stat-item {
    color: white;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 20px;
        margin: 10px;
    }
    
    .testimonial-header h1 {
        font-size: 2rem;
    }
    
    .filter-btn {
        margin: 3px;
        padding: 6px 15px;
        font-size: 0.9rem;
    }
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.section {
            margin-bottom: 30px;
        }

.section-title {
	width: 72%;
    color: #2c3e50;
    font-size: 1.8em;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 12px;
    border-left: 5px solid #667eea;
    font-weight: 600;
}

.faq-accordion-item {
	width: 72%;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background: white;
    transition: all 0.3s ease;
}

.faq-accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.faq-accordion-button {
    padding: 20px 25px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eef2f7;
    margin: 0 auto;
}

.faq-accordion-button.active .accordion-icon {
    transform: rotate(45deg);
}

.faq-accordion-button {
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
}
.col-contact{
	flex: 0 0 0;
}
.h1-help {
text-align: center;
font-size: 2.5em;
background: linear-gradient(135deg, #667eea, #764ba2);
-webkit-background-clip: text;
background-clip: text;
}

ul li {
	color: #6c6767 !important;
}
          