/* Structural components of the header layout */
p{
    text-align:justify;
}
.pkp_structure_head {
    background-image: url("../images/AIMT.png");
    background-repeat: no-repeat;
    height: 216px;
    margin-top: 11px;
    background-size: cover;
}

.pkp_head_wrapper {
    position: relative;
}

.pkp_site_name_wrapper {
    height: 64px;
}

@media (min-width: 768px) {
    .pkp_site_name_wrapper {
        height: auto;
    }
}

/* Site logo/name */
.pkp_site_name {
    position: absolute;
    left: 64px;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
}

.pkp_site_name > a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.pkp_site_name > a:focus {
    outline: 0;
}

.pkp_site_name .is_img {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
}

.pkp_site_name .is_img:focus {
    outline: 1px solid #fff;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 48px; /* 64px - 16px */
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_site_name .is_text {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
    text-decoration: none;
    display: none;
}


.pkp_site_name .is_text:focus {
    text-decoration: underline;
}

/* Desktop styles */
@media (min-width: 768px) {

 
    .pkp_head_wrapper {
        padding-top: 57px; /* 48px * 2 */
    }

    .pkp_site_nav_toggle {
        display: none;
    }

    .pkp_site_name {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        padding: 0;
        white-space: normal;
        font-size: 2em;
        background: transparent;
        overflow: visible;
    }

    .pkp_site_name .is_text {
        font-family: 'Helvetica', sans-serif;
        font-size: 24px;
        line-height: 28px;
    }

    .pkp_site_name .is_img img {
        max-height: 80px;
    }

    .pkp_site_nav_menu {
        display: block;
        position: static;
        top: auto;
        padding: 0;
        margin-top: 68px;
    }

    .pkp_site_nav_menu ul ul {
        padding-left: 0;
    }

    .has_site_logo .pkp_head_wrapper {
        /* padding-top: 48px; */
        height: 290px;
    }

    .pkp_nav_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pkp_nav_list li {
        position: relative;
        display: inline-block;
    }

    .pkp_nav_list a {
        display: inline-block;
        padding-left: 16px;
        padding-right: 16px;
        text-decoration: none;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pkp_nav_list a:hover,
    .pkp_nav_list a:focus {
        text-decoration: none;
    }

    .pkp_nav_list ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1000;
        width: 15em;
        margin: 0;
        padding: 0;
        background: #f8f8f8;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    .pkp_nav_list ul li {
        display: block;
    }

    .pkp_nav_list ul a {
        display: block;
        padding-left: 8px;
        border-left: 8px solid transparent;
        color: #007bff;
    }

    .pkp_nav_list ul a:hover,
    .pkp_nav_list ul a:focus {
        outline: 0;
        background: #e8e8e8;
        border-color: #007bff;
        color: #007bff;
    }

    .pkp_nav_list ul li:first-child a {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pkp_nav_list ul li:last-child a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pkp_nav_list > li:hover ul {
        left: 0;
    }

    .pkp_nav_list [aria-haspopup]:after {
        position: relative;
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        margin-left: 0.25em;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        vertical-align: middle;
        overflow: hidden;
    }

    .pkp_navigation_primary {
        text-align: center;
    }

    .pkp_navigation_primary > li > a {
        margin: 8px 0.5em 0;
        padding: 8px 0.5em 14px; /* 16px - 2px */
        border-bottom: 2px solid transparent;
        color: #fff;
        text-decoration: none;
    }

    .pkp_navigation_primary > li > a:hover {
        color: #fff;
        outline: 0;
        border-color: #fff;
    }

    .pkp_navigation_primary > li > a:focus {
        background: #fff;
        color: #fff;
        outline: 0;
    }

    .pkp_navigation_primary > li:first-child a {
        margin-left: -0.5em;
    }

    .pkp_navigation_primary > li:last-child a {
        margin-right: -0.5em;
    }

    .pkp_navigation_primary > li:hover ul {
        position: absolute;
        transform: translate3d(7px, 40px, 0px);
        top: 0;
        left: 0;
        will-change: transform;
    }

    .pkp_navigation_primary ul a {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .pkp_navigation_primary [aria-haspopup]:hover {
        border-color: transparent;
    }

    .pkp_navigation_primary .dropdown-menu a:focus,
    .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #007bff;
    }

    .pkp_navigation_primary {
        display: inline-block;
        max-width: 80%;
        text-align: left;
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown-menu.show {
        display: block;
    }

    [data-toggle="dropdown"]:hover + .dropdown-menu,
    .dropdown-menu:hover {
        display: block;
    }

   

    .pkp_navigation_user {
        text-align: right;
        font-size: 14px;
        padding-right: 32px;
    }

    .pkp_navigation_user.pkp_navigation_user {
        margin: 0;
        padding: 0;
        border: none;
    }

    .pkp_navigation_user li {
        text-align: left;
    }

    .pkp_navigation_user a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 18px;
    }

    .pkp_navigation_user > li > a:focus {
        outline: 0;
        background: #fff;
        color: #fff;
    }

    .pkp_navigation_user ul {
        width: 10em;
    }

    .pkp_navigation_user > li:hover ul {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate3d(0px, 30px, 0px);
        will-change: transform;
    }

    .pkp_navigation_user > li:last-child > a {
        margin-right: -16px;
    }

    .pkp_navigation_user > li > a .task_count {
        display: inline-block;
    }

    .pkp_navigation_user > li > a:focus .task_count {
        background: #fff;
        color: #fff;
    }

    .pkp_navigation_user > li > ul a .task_count {
        display: none;
    }

    .pkp_navigation_search_wrapper {
        float: right;
        margin: 0;
        padding: 0;
        border: none;
    }

    .pkp_navigation_search_wrapper a {
        margin: 8px 0.5em 0;
        padding: 8px 0.5em 14px; /* 16px - 2px */
        border-bottom: 2px solid transparent;
        color: #fff;
        text-decoration: none;
    }

    .pkp_navigation_search_wrapper a:hover {
        color: #fff;
        outline: 0;
        border-color: #fff;
        text-decoration: none;
    }

    .pkp_navigation_search_wrapper a:focus {
        background: #fff;
        color: #fff;
        outline: 0;
        text-decoration: none;
    }
}

.pkp_block {
    padding: 0px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 19%);
    margin: 20px 10px;
    margin-left: 28px;
}
.pkp_block .title{
    background: #0F3B5A;
    color: #fff;
    padding: 10px 15px;
}
.block_web_feed .content{
    padding: 5px 15px;
}
.block_information .content{
    padding: 5px 15px;
}


.block_language .content{
    padding: 5px 15px;
}
/*.pkp_structure_content {*/

/*    margin-top: 65px;*/
/*}*/
.pkp_structure_main {
    /* box-shadow: 0 0px 12px rgb(0 0 0 / 19%); */
    margin-bottom: 64px;
    padding: 0px;
  
}
.pkp_structure_content{
    padding-top: 0px;
}


.pkp_navigation_primary > li > a:focus {
    background: #0F3B5A;

}


    .custom-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #072032;
        padding: 0px 20px;
        color: #fff;
        width: 1150px;
        margin: auto;
    }

    .footer-column {
        flex: 1 1 200px;
        margin: 10px 20px;
    }

    .footer-column h5 {
        color: #ccc;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        margin-left: 10px;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        display: inline-grid;
        
    }

    .footer-column ul li {
        margin-bottom: 8px;
    }

    .footer-column ul li a {
        color: #fff;
        text-decoration: none;
    }

    .footer-column ul li a:hover {
        text-decoration: underline;
    }

    .logo-column {
        max-width: 250px;
        text-align: center;
    }

    .footer-logo {
        width: 120px;
        margin-bottom: 15px;
    }

    .footer-tagline {
        font-size: 14px;
        color: #fff;
        line-height: 1.4;
        text-align:center;
    }

    .footer-bottom {
        background-color: #000;
        color: #ccc;
        text-align: center;
        padding: 1px;
        font-size: 13px;
        padding-top:10px;
    }


    .pkp_structure_footer_wrapper{
        background-color: #072032;
    }


    .pkp_footer_content {
        padding: 0px;
        text-align: center;
    }
    
    .pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover
     {
        
            background: #0F3B5A;
            color: #fff;
            border: 0px solid;
            width: 100%;

     }

     .pkp_nav_list ul li:first-child a {
        padding: 7px;
    }
    
    .pkp_navigation_primary ul a
     {
            padding-top: 8px;
            padding-bottom: 8px;
            color: gray;
            color: #272626;
        }

        .pkp_structure_main:before, .pkp_structure_main:after
      
         {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0px;
                background: #ddd; 
            }

            .licenses-section {
                text-align: center;
                background-color: #fafafa;
              }
          
              .licenses-section h2 {
                font-size: 24px;
                margin-bottom: 30px;
                text-transform: uppercase;
                font-weight: bold;
                border-bottom: 2px solid #ddd;
                display: inline-block;
                padding-bottom: 10px;
              }
          
              .license-grid {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px;
                max-width: 1000px;
                margin: 0 auto;
              }
          
              .license-item {
                background: #fff;
                padding: 10px;
                border: 4px solid #f6f6f6;
                box-shadow: 0 0 10px rgba(0,0,0,0.05);
                border-radius: 8px;
                transition: transform 0.2s;
                width: 180px;
                height: 90px;
                display: flex;
                align-items: center;
                justify-content: center;
              }
          
              .license-item:hover {
                transform: scale(1.05);
              }
          
              .license-item img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
              }


              .pkp_page_index .homepage_about {
            
                box-shadow: 0 0px 12px rgb(0 0 0 / 19%);
                padding: 20px;
            }


            section.current_issue {
                padding: 20px;
                margin: 25px 0px;
            }


            .pkp_page_index .additional_content {
           
                box-shadow: 0 0px 12px rgb(0 0 0 / 19%);
                padding: 20px;
                margin: 25px 0px;
            }


 .journal-container {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      padding: 20px;
      gap: 20px;
    }

    .journal-content {
      flex: 1 1 400px;
      max-width: 600px;
    }

    .journal-image {
      flex: 1 1 300px;
      text-align: right;
    }

   .journal-image img {
    max-width: 79%;
    height: auto;
    border-radius: 8px;
    border: 3px #0F3B5A solid;
}

    @media (max-width: 768px) {
      .journal-container {
        flex-direction: column;
        text-align: center;
      }

      .journal-image {
        text-align: center;
        margin-top: 20px;
      }
    }
    
    
    .pkp_navigation_user > li > a:focus{
                background: #0F3B5A;
    }

.pkp_navigation_user > li > a:focus .task_count {
                     background: #0F3B5A;

    }
    
        .pkp_nav_list a:hover, .pkp_nav_list a:focus {
        background: #0F3B5A !important;
        color: #fff !important;
        border: 0px solid;
    }
    
    
          .pkp_nav_list ul a{
                 color: #424243;
         }
        
        
    .pkp_navigation_search_wrapper a:focus{
        background: #0F3B5A;
     
    }
    
    .pkp_block.block_developed_by {
    display: none;
}
    
    
    
    /* css  06/27/2026  */
    
    
         
            
            .fixed-social-icons {
                position: fixed;
                top: 40%;
                right: 10px;
                z-index: 9999;
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
    
            .fixed-social-icons a {
                color: white;
                padding: 10px;
                border-radius: 50%;
                text-align: center;
                width: 40px;
                height: 40px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                transition: background 0.3s ease;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            }
    
            .fixed-social-icons a.facebook { background: #3b5998; }
            .fixed-social-icons a.twitter { background: #1da1f2; }
            .fixed-social-icons a.linkedin { background: #0077b5; }
            .fixed-social-icons a.instagram { background: #e1306c; }
    
            .fixed-social-icons a:hover {
                opacity: 0.8;
            }


            .features-container {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 30px;
                padding: 0 20px 60px;
              }
          
              .feature-card {
                position: relative;
                background-color: #ffd55c;
                width: 300px;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
                text-align: center;
              }
          
              .feature-card::before {
                content: attr(data-number);
                position: absolute;
                top: -20px;
                left: 50%;
                transform: translateX(-50%);
                background-color: #6d0614;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                font-size: 1.5rem;
                font-weight: bold;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 3px 8px rgba(0,0,0,0.1);
                color:#fff;
              }
          
              .feature-title {
                font-weight: 700;
                font-size: 1.1rem;
                margin-top: 30px;
                margin-bottom: 10px;
              }
          
              .feature-desc {
                font-size: 0.95rem;
                line-height: 1.5;
                color: #333;
              }
          
              @media (max-width: 768px) {
                .feature-card {
                  width: 90%;
                }
              }


              .custom-home-wrap-2 {
                background-image: url(../images/AIMT.png);
                background-repeat: no-repeat;
                margin-top: 26px;
                width: 100%;
                height: 100%;
                /* margin-left: -181px; */
                padding: 50px 174px;
                position: relative;
            }


            .custom-home-wrap-2::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #072032bf;
                z-index: 2;
            }

            .content-wrap-2{
                position: relative;
                z-index:2;
                color: #fff;
                text-align: center;
            }

            .heading-wrap-2{
                font-size: 25px;
               
                font-style: italic;
            }


            /*.pkp_structure_content {*/
            /*    width: 100% !important;*/
            /*}*/


            .section-with-sidebar {
                display: flex;
                gap: 20px;
                padding: 20px;
                margin: 0px 100px;
            }
            
            .main-content {
                flex: 3;
            }
            
            .sidebar {
                flex: 1;
                background-color: #f8f8f8;
                padding: 20px;
                border-left: 1px solid #ddd;
            }

            
            .pkp_structure_main{
                width: 70%;
                box-shadow: 0 0px 12px rgb(0 0 0 / 19%);
                padding: 50px;
                margin:50px 0px;
            }


            .issue-list {
                list-style: none;
                padding: 0;
                margin: 0;
              }
          
              .issue-item {
                padding: 12px 15px;
                border-radius: 6px;
                margin-bottom: 10px;
                background-color: #fef3c7;
                transition: background-color 0.3s ease;
                cursor: pointer;
                list-style:none;
              }
          
              .issue-item:hover {
                background-color: #fde68a;
              }
          
              .issue-title {
                font-weight: 600;
                color: #1a1a1a;
              }
          
              .issue-meta {
                font-size: 0.9rem;
                color: #555;
              }



              button.home-wrap-button {
                border-radius: 20px;
                padding: 10px 20px;
                color: #ba0d0d;
                font-weight: bold;
                border: 2px solid  #ba0d0d;
                width: auto;
            }


            /* Sticky Header */
/*.pkp_navigation_primary_row {*/


/*    position: fixed;*/
/*top: 242px;*/
/*z-index: 999;*/
/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
/*transition: all  ease;*/
/*left: 0px;*/
/*width: 100%;*/
/*background-color: #0F3B5A;*/
/*}*/

/* Optional: Add sticky shadow when scrolled */
/*body.sticky-nav .pkp_navigation_primary_row {*/
/*	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/
/*}*/


.form-box {
    background: #fff;
    padding: 17px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    position:relative;
  }

  .form-box h2 {
    margin-bottom: 25px;
    font-size: 1.6rem;
    text-align: center;
    color: #333;
  }

  .form-group {
    margin-bottom: 20px;
  }

  label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #444;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
  }

  input:focus {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.3);
  }

  .form-button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: #072032;
    border-radius: 20px;
  }

 

  .pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 10px;
}

textarea {
    overflow: auto;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #c2b8b8;
    height: 69px;
}


marquee {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #6d0614;
}        

.pkp_structure_head
 {
    background-color: transparent;
}


a {
    color: #006798;
    text-decoration: none;
}
     
   .issue-item a
 {
    color: #0F3B5A;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    
}  


.loader {
    display: none;
    position: absolute;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 67px;
    height: 67px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.form-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9998;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.issue-item a{
    color: #0F3B5A;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;

}
     
     
     .obj_article_summary {
    background: #f1f4f6;
    padding: 10px;
     border-radius: 15px 0; 
}

.pkp_footer_content p{
    text-align:center;
}

@media only screen and (max-width: 600px) {
    
    .licenses-section {
 
    margin-top: 600px;
}

.page_index_journal > .most-viewed {
     right:7% !important;

 
    top: 12% !important;
}
    .footer-tagline {
  
    text-align: left;
}

    .pkp_structure_main{
        width:100%;
    }
    .home-thumbnail{
        margin-left: 0px !important; 
     margin-top: 0px;
    }
  
.section-with-sidebar {
    display: block;
    padding: 20px 10px;
    margin: 0px 5px;

}
.custom-footer {
    display: block;
    width: auto;
  
}
.custom-home-wrap-2{
       padding: 50px 5px; 
}
.sidebar
 {
    padding: 5px;
}

.pkp_structure_head {
   
    height: auto;

}

.pkp_site_nav_toggle {
    position: relative;
    top: 64px;
  
    margin-top: 0px;
    width: 100%;
        background:#0F3B5A;

}
.pkp_site_nav_toggle>span
 {
    position: absolute;
    left: 93%;
    top: 49%;
    width: 24px;
    height: 19px;
 
}
.pkp_site_name_wrapper {
   
    padding: 0px;
}
.pkp_site_nav_menu {
    top:162%;
}

.footer-column h5 {
 
    margin-left: 0px;
}
.logo-column{
    text-align:left;
}
.logo-column {
        text-align: left;
        padding-top: 23px;
    }

}




.navbar {
  
     margin-bottom: 0px; 
     background: #0F3B5A;


}

a.navbar-brand.navbar-brand-logo {
    display: none;
}


.navbar-default .navbar-nav>li>a

 {
    color: #ffffff;
}

.nav-pills>li>a
 {
    color: #ffffff;
}


.navbar-left {
    float: right !important;
}

h1.site-name {
    display: none;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fffcfc;
}

.nav>li>a:focus, .nav>li>a:hover
 {
    background-color: transparent;
}
.navbar-default{
    border-color: #fff7;
}
    .navbar {
        border-radius: 0px;
    }
    
    @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
     
        display: none;
    }
    .navbar-left {
        float: left !important;
    }
    .page.page_issue {
    margin: 0px 10px;
}
.obj_article_details .main_entry
 {
    width: 100% !important;
}
    
}

.navbar {
    min-height: 42px;
 
}

.cmp_form .label{
    color: #000;
    text-align: left;
}


.page_login .login {
        max-width: 21em;

    margin: auto;
}

.form-wrap{
        background: #eff6fb;
    padding: 27px;
}
.form-footer {
    display: flex;
    justify-content: space-around;
}



.login .fields{
    width: 20em;
    margin-left:10px;
}

.register_wrap{
        display: flex;
    justify-content: space-around;
}

    .obj_article_details .main_entry
 {
        width: 750px;
    }
    .obj_article_details .main_entry .item .label {
  
    color: #000;
}


.article-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.article-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    width: calc(33.333% - 20px); /* 3 cards per row on wide screens */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-authors {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 8px;
}

.card-title a {
    font-size: 1.1em;
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}

.card-title a:hover {
    text-decoration: underline;
}

.card-issue {
    margin-top: 10px;
    font-size: 0.85em;
    color: #777;
}

@media (max-width: 768px) {
    .article-card {
        width: 100%;
    }
}


.obj_issue_summary .series {
    margin-bottom: .357rem;
    color: #006798;
    font-weight: 700;
}
.article-count {
    margin-left: 9px;
}


.home-aticle-title a{
    font-size: 14px;
}
.home-page-article-summary{
    height:250px;
    margin:10px;
}
.home-heading{
    padding-left:36px;
}

p.published.home-published {
    margin-left:23px;
}

.issue-sec{
    background:#eee;
}

.home-thumbnail{
    margin-left: 98px;
    margin-top: -50px;
}

p.total-articles {
    margin-left: 21px;
}

  .contact-wrapper, .contact-section, .contact_section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
  }

  .contact-card,
  .contact.primary,
  .contact.support {
    flex: 1 1 300px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 160px;
  }

  .contact.primary h2,
  .contact.support h2,
  .contact-card b {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
  }

  .contact.primary .name,
  .contact.support .name,
  .contact.primary .email,
  .contact.support .email,
  .contact-text {
    font-size: 16px;
    color: #333;
  }

  .contact-card {
    text-align: center;
    align-items: center;
  }

  .contact-card i {
    font-size: 28px;
    color: #6A41E9;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .contact-wrapper,
    .contact-section,
    .contact_section {
      flex-direction: column;
      align-items: stretch;
    }
    .login .fields {
    width: 17em;
    margin-left:0px;
}

.register_wrap {
    display: block;
}
  }
  
 .obj_issue_summary {
    background: #eeeeee7a;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}


    .obj_issue_summary .cover {
        width: 100%;
    }
        .pkp_structure_sidebar {
        float: right;
        width: 347px;
        margin-top: 33px;
    }
.passt-issue-box.pkp_block.block_custom {
    padding: 10px 20px;
}
.INDEX_HOME_PAGE .pkp_structure_sidebar{
    display:none;
}

.page_index_journal > .most-viewed
 {
    position: absolute;
    margin-bottom: 20px;
    width: 300px;
    right: 10%;
    top: 2%;
}

.most-viewed-content {
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    background-color: #fef3c7;
    transition: background-color 0.3s ease;
    cursor: pointer;
    list-style: none;
}

.most-viewed {
    background:transparent !important;
}