.elementor-15 .elementor-element.elementor-element-d0cd2b9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-15 .elementor-element.elementor-element-7ef79bd{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-15 .elementor-element.elementor-element-d6cdc6e{width:var( --container-widget-width, 99.121% );max-width:99.121%;--container-widget-width:99.121%;--container-widget-flex-grow:0;}.elementor-15 .elementor-element.elementor-element-d6cdc6e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-15 .elementor-element.elementor-element-fd2d81c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-15 .elementor-element.elementor-element-a9d8e20 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-15 .elementor-element.elementor-element-a9d8e20{text-align:left;font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-15 .elementor-element.elementor-element-694d947{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-end;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-15 .elementor-element.elementor-element-7ef79bd{--width:25%;}.elementor-15 .elementor-element.elementor-element-fd2d81c{--width:50%;}.elementor-15 .elementor-element.elementor-element-694d947{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-d6cdc6e */.announcement-bar-fixed {
    max-width: 420px;
    background-color: #f8f9fa;
    border-radius: 5px 5px 0 0; 
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    overflow: hidden;
    border: 1px solid #ccc;
    height: 400px;

}

h4.welcome-heading {
    background: #002D62;
    color: white;
    padding: 13px;
    font-family: "Open Sans", Sans-serif;
        font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.marquee-container {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    animation: marqueeUp 15s linear infinite;
}

.news-list li {
    padding: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.4em;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

@keyframes marqueeUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.marquee-container:hover .news-list {
    animation-play-state: paused;
}
ul.news-list span {
    font-size: 16px;
    color: #E68A37;
    margin: 0 0 10px;
    font-family: "Open Sans", Sans-serif;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a9d8e20 */.ijcope-introduction {
    font-family: Arial, sans-serif;
    padding: 20px;

}

.ijcope-introduction h2 {
    color: #E67E22;
    font-size: 20px;
    margin-bottom: 20px !important;
}

.article-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.article-block h3 {
    color: #001F54;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.authors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.author {
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.article-block p {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
}

.buttons {
    margin-top: 10px;
}

.btn {
    display: inline-block;
    background-color: #E67E22;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    margin: 5px 5px 0 0;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #002D62;
    color: #fff;
}

.btn.full-text {
    background-color: #E67E22;
}

.btn.full-text:hover {
   background-color: #002D62;
    color: #fff;
}

.btn.report {
    background-color: #E67E22;
}
.btn.report:hover {
    background-color: #002D62;
    color: #fff;
}

.btn.review {
    background-color: #E67E22;
}
.btn.review:hover {
   background-color: #002D62;
    color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be912ff */.sidebar-box {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
}

.sidebar-header {
  background-color: #002D62;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
  font-family: "Open Sans", Sans-serif;
}

ul.sidebar-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.sidebar-list li {
  display: flex;
  align-items: flex-start;
  padding: 8px 15px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  font-family: "Open Sans", Sans-serif;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar-list li:last-child {
  border-bottom: none;
}

.sidebar-list li:hover {
  transition: all 0.25s ease-in-out;
  background: #f1f1f1;
}

.sidebar-list li i {
  margin-right: 10px;
  color: #002D62;
  min-width: 20px;
  text-align: center;
  font-size: 16px;
  margin-top: 2px;
}

.sidebar-list li span {
  flex: 1;
  line-height: 1.4;
}

.sidebar-list li a {
  color: #333 !important;
  text-decoration: none !important;
}

.sidebar-list li a:hover {
  text-decoration: underline;
  color: #002D62;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d0cd2b9 */.ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: #ffffff00;
}

div#content-section{
    max-width: 88% !important;
    margin: 0 auto;
}/* End custom CSS */