  /* === Fixed & Animated Header === */
header#headerNavigationContainer {
    position: fixed;
    top: -100px; /* Hidden initially */
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    z-index: 1000;
    animation: slideDown 0.6s ease-out forwards;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
    to {
        top: 0;
    }
}

/* Push page content below fixed header */
.pkp_structure_content {
    padding-top: 90px;
    z-index: 0;
}


.pkp_nav_list [aria-haspopup]::after {
  content: none !important;
  display: none !important;
}


ul#navigationPrimary li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #0073aa; /* underline color */
  transition: width 0.3s ease;
}

/* On hover: color change + smooth left-to-right underline */
ul#navigationPrimary li a:hover {
  color: #0073aa; /* text color on hover */
}

ul#navigationPrimary li a:hover::after {
  width: 100%;
}

ul#navigationPrimary li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
}

.logoFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
}

.pkp_site_name .is_img img {
    max-height: 90px;
}

.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    height: 90px;
}

.pkp_navigation_primary {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}

.pkp_site_name img {
    width: 100px;
    height: 90px;
}

.pkp_structure_head {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.has_site_logo .pkp_head_wrapper {
    padding-top: 0;
}

.pkp_navigation_primary_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}


.pkp_navigation_primary>li>a {
    margin: 16px 16px;
    padding: 0px 0px;
    border-bottom: 0;
    color: #000;
    text-decoration: none;
}
.pkp_navigation_primary>li>a:focus {
    background: unset;
    color: #000;
    outline: 0;
}
.pkp_site_name {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 62px;
}

.pkp_site_name img {
    max-height: 60px;
    width: auto;
    border-radius: 4px;
}

.pkp_navigation_primary_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.pkp_navigation_primary ul {
    display: block;
    align-items: center;
    gap: 15px;
    list-style: none;
   
    padding: 13px;
    margin: 10px 0;
}


.pkp_navigation_primary ul li {
    position: relative;
}

.pkp_navigation_primary ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px 17px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}


/* Fixed Header */
header#headerNavigationContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.pkp_structure_footer_wrapper {
    background: #0e63b5;
}
.footer {
    background-color: #0e63b5;
    color: #fff;
    padding: 40px 0 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 ;
}

.footer-section {
    flex: 1 1 25%;
    margin-bottom: 30px;
    max-width: 25%;
    TEXT-ALIGN: LEFT;
	padding: 12px;
}

.footer-section h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    text-transform: capitalize;
    position: relative;
    margin: 0;
}

.footer-section hr {
    width: 60px;
    border: 1px solid #fff;
    margin: 0 0;margin-bottom:40px;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;    
  text-align: left;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-bottom {
 
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer-bottom .counter {
  background-color: #03a9f4;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  border-radius: 5px;
}
.footer-section ul li a {
    display: contents;
    color: #fff;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}


/*====banner==*/


 .hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
	position:relative;margin-top: 9px;
  }

  .slider-container {
    display: flex;
    width: 100%;
    transition: transform 0.8s ease-in-out;
}

  .hero-slide {
    flex-shrink: 0;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
  }
.slide-content {
    max-width: 700px;
    color: #000;
    text-shadow: 0 1px 3px rgba(255,255,255,0.6);
    position: absolute;
    top: 12%;
    left: 15%;
}

  .slide-content h1,
  .slide-content p {
    margin: 12px 0;
    line-height: 1.4;
    opacity: 0;
  }

  .top-text {
    font-size: 46px;
    font-weight: bold;
    animation: fadeInUp 1s ease forwards;
  }

  .mid-text {
    font-size: 21px;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 0.4s;
  }

  .bottom-text {
    font-size: 20px;
    animation: fadeInDown 1s ease forwards;
    animation-delay: 0.8s;
  }

  .hero-slide:not(.active) .top-text,
  .hero-slide:not(.active) .mid-text,
  .hero-slide:not(.active) .bottom-text {
    animation: none !important;
    opacity: 0;
  }

  .top-text span,
  .bottom-text span {
    color: #1A76D1;
  }

  /* Navigation arrows */
  .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #1A76D1;
    color: #fff;
    padding: 0;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all 0.4s linear;
    
}

  .nav-arrow.left { left: 10px; }
  .nav-arrow.right { right: 10px; }

  .nav-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  /* Navigation dots */
  .slider-nav {
    position: absolute;
    bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .slider-dot {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
  }

  .slider-dot.active {
    opacity: 1;
    background: #1A76D1;
  }

  @keyframes fadeInUp {
    0% {opacity: 0; transform: translateY(40px);}
    100% {opacity: 1; transform: translateY(0);}
  }

  @keyframes fadeInDown {
    0% {opacity: 0; transform: translateY(-40px);}
    100% {opacity: 1; transform: translateY(0);}
  }

  @media (max-width: 768px) {
    .top-text { font-size: 28px; }
    .mid-text, .bottom-text { font-size: 16px; }
    .slide-content { max-width: 90%; }
  }
  
  /*===schedule===*/
  /* Section wrapper and title */
.schedule-section {
    padding: 0 20px;
    background: transparent;
	position: relative;
	margin-top: -80px; 
	z-index: 2;
}
.schedule-section .section-header {
  max-width: 1160px;
  margin: 0 auto 40px;
  text-align: center;
}

.schedule-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.schedule-section h2 span {
  color: #1A76D1;
}

.schedule-section p {
  font-size: 16px;
  color: #555;
}

/* Grid layout */
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.grid-card {
    background-color: #1976d2;
    color: #fff;
    border-radius: 10px;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
} 

.grid-card:hover {
  transform: translateY(-5px);
}

.grid-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  z-index: 2;
}

.grid-card a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  z-index: 2;
  position: relative;
}

.grid-card a::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.2s;
}

.grid-card a:hover::after {
  margin-left: 12px;
}

/* Watermark icon style */
.grid-card::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    opacity: 0.2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Card icons */
.card1::before { background-image: url('http://192.168.29.145//ojs-3.5.0-0/public/site/images/pngtree-vector.jpg'); }
.card2::before { background-image: url('https://img.icons8.com/ios-filled/100/ffffff/commercial.png'); }
.card3::before { background-image: url('https://img.icons8.com/ios-filled/100/ffffff/laptop.png'); }
.card4::before { background-image: url('https://img.icons8.com/ios-filled/100/ffffff/microscope.png'); }
.card5::before { background-image: url('https://img.icons8.com/ios-filled/100/ffffff/budget.png'); }
.card6::before { background-image: url('https://img.icons8.com/ios-filled/100/ffffff/cloud.png'); }




/*====right-sidebaar styleing===*/
.pkp_structure_content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}

/* Main content area */
.pkp_structure_main {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
}

/* Sidebar safely floated to the right */
.pkp_structure_sidebar {
    width: 245px;
    margin-left: 20px;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    position: absolute;
    right: -28%;
    top: 0%;
    z-index: 999;
}

.content a.block_make_submission_link {
    background: #006798;
    padding: 12px 13px;
    color: #fff;
    font-size: 13px;
}






/*====body-stecher===*/




.pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
    width: 100%;
}

.pkp_brand_footer {
    padding: 0;
}
.pkp_structure_content {
    max-width: 1000px;
    margin: 90px 260px;
    padding: 10px 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 99;
    position: relative;

}

section.current_issue h2 {
    border-bottom: 3px solid #000;
    width: 26%;
    padding: 5px 0;
    color: rgb(0 0 0 / 54%);
    font-size: 22px;
}
.obj_issue_toc .galleys, .obj_issue_toc .section {
    position: relative;
    margin: 2.143rem -1.43rem;
    padding: 0;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0;
}
.obj_issue_toc .galleys, .obj_issue_toc .section {
    position: relative;
    margin: 0;
    padding: 0;
}
.obj_issue_toc .galleys > h2,
.obj_issue_toc .section > h2,
.obj_issue_toc .galleys > h3,
.obj_issue_toc .section > h3 {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 8px 12px;
  background-color: #f5f5f5; /* subtle background highlight */
  font-size: 20px;
  font-weight: 600;
  color: #222;
  border-left: 5px solid #0073aa; /* strong left bar for emphasis */
  border-bottom: none;
  border-radius: 4px;
  line-height: 1.4;
  transition: background 0.3s ease;
  margin-left: 13px;
}


.pkp_block {
    padding: 11px;
}
.obj_issue_toc .galleys > h2:hover,
.obj_issue_toc .section > h2:hover,
.obj_issue_toc .galleys > h3:hover,
.obj_issue_toc .section > h3:hover {
  background-color: #eaf6fb; /* subtle hover effect */
}

ul.article-galleys {
    display: flex;
    gap: 10px;
    justify-content: stretch;padding: 0;
}
ul.article-galleys li {
    background-color: #4ea7c9;
    padding: 6px 46px;
    border-radius: 17px;
}
ul.article-galleys li a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
ul.article-galleys {
  list-style: none;
}
.authors {
    font-size: 17px;
    font-weight: 600;
}
.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.143rem;
    color: #ffffff;
    text-decoration: none;
    background: #007aff;
    padding: 9px 36px;
    border-radius: 10px;
    margin-top: 10px;
}
.pkp_page_index .current_issue .read_more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    position: absolute;
    top: 9px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    text-align: center;
}
.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #ffffff;
    background: #1a5407;
}
.obj_article_summary .subtitle {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #000;
    font-size: 15px;
}

ul.cmp_article_list.articles {
    margin-block: revert-layer;
    margin-left: 2rem;
}



.page-header {
  position: relative;
}
.breadcrumb-section {
    position: absolute;
    top: -257px;
    left: 63%;
    transform: translate(-50%);
    text-align: center;
    color: #fff;
    z-index: 10;    
    width: 100%;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 0;
}

.breadcrumb-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
.cmp_breadcrumbs {
    display: inline-block;
    margin-top: 20px;
}

.cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
nav.cmp_breadcrumbs ol {
    margin: 0;
}
.cmp_breadcrumbs .current {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.cmp_breadcrumbs .separator {
    color: #fff;
    padding: 0 .5em;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
}

.pkp_structure_main {
    position: relative;
    z-index: 1000;
}

/*===responsive====*/
@media (max-width:991px) {

  .pkp_navigation_primary>li>a {
    margin: 10px 11px;
    padding: 0px 0px;
    border-bottom: 0;
    color: #000;
    text-decoration: none;
}
.pkp_navigation_primary_wrapper {
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.pkp_site_nav_toggle {
    position: absolute;
    top: 65%;
    left: 82%;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
    z-index: 2147483647; /* Maximum z-index value supported */
}
.pkp_site_name {
    display: contents;
    align-items: stretch;
    flex-shrink: 0;
}
.pkp_site_nav_toggle:focus {
    outline: 1px dotted rgba(0,0,0,0.84);
    box-shadow: none;
   
}
.pkp_site_name .is_img img {
    max-height: 84px;
}
.top-text {
    font-size: 35px;
    font-weight: bold;
    animation: fadeInUp 1s ease forwards;
}
.pkp_structure_content {
    max-width: 1160px;
    margin: 40px auto;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
}
section.current_issue h2 {
    border-bottom: 3px solid #000;
    width: 40%;
    padding: 5px 0;
    color: rgb(0 0 0 / 54%);
    font-size: 22px;
    margin: 0;
}
.pkp_page_index .current_issue .read_more {
  
    margin: 0;
}
.footer-section h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 16px;
    text-transform: capitalize;
    position: relative;
    margin: 0;
}
.footer {
    background-color: #0e63b5;
    color: #fff;
    padding: 0;
}
.footer-section:last-child {
        width: 100%; 
    }
.pkp_site_nav_menu {
    position: absolute;
    width: 50%;
    top: 243%;
    background: #fff;
    left: 60%;
    padding: .714rem;
    z-index: 9999;
}


 .logoFlex {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
}
.pkp_site_name .is_img {
    display: contents;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

    
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    height: auto;
}
}
@media (max-width:767px) {


  .pkp_site_name .is_img img {
    max-height: 84px;
}

.logoFlex {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
}

.pkp_site_nav_toggle {
    position: absolute;
    top: 124%;
    left: 82%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pkp_navigation_primary {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    background: #fff;
    padding: 10px 20px !important;
    width: 50%;
    display: inline-block;
    position: absolute;
    top: 117%;
    right: 1%;
}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    height: auto;
}
.pkp_site_nav_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    left: 0;
    padding: 0;
    z-index: 9999;
}
.hero-slide {
    flex-shrink: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
}
.footer-section h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
    text-transform: capitalize;
    position: relative;
    margin: 0;
}
.pkp_structure_content {
    max-width: 1160px;
    margin: 35px auto;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
}
section.current_issue h2 {
    border-bottom: 3px solid #000;
    width: 50%;
    padding: 5px 0;
    color: rgb(0 0 0 / 54%);
    font-size: 20px;
    margin: 0;
}
.obj_issue_toc .galleys > h2, .obj_issue_toc .section > h2, .obj_issue_toc .galleys > h3, .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    padding: 8px 12px;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
   
    margin: 0;
}
.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: 14px;
    font-weight: 700;
   
    padding: 9px 36px;
    border-radius: 10px;
   
    margin: 0;
}
.footer-section {
    flex: 1 1 50%;
    margin-bottom: 30px;
    max-width: 50%;
    TEXT-ALIGN: LEFT;
    padding: 20px;
    margin: 10px auto;
}
.footer {
    background-color: #0e63b5;
    color: #fff;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.top-text {
    font-size: 22px;
}
}

@media (max-width:440px) {

.footer-container {
    display: block;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
}
.footer-section {
    flex: 1 1 100%;
    margin-bottom: 30px;
    max-width: 100%;
    TEXT-ALIGN: LEFT;
    padding: 20px;
    margin: 10px auto;
}
.footer-section hr {
    width: 60px;
    border: 1px solid #fff;
    margin: 0 0;
    margin-bottom: 20px;
}
.footer-section {
    flex: 1 1 100%;
    margin-bottom: 30px;
    max-width: 100%;
    TEXT-ALIGN: LEFT;
    padding: 10px;
    margin: 5px auto;
}
.nav-arrow {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    background: #1A76D1;
    color: #fff;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all 0.4s linear;
}
.pkp_navigation_primary {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    background: #fff;
    padding: 29px 20px !important;
    width: 60%;
    display: inline-block;
    position: absolute;
    top: 117%;
    right: 4%;
}
.pkp_site_name .is_img img {
    max-height: 75px;
}
}



/*====all page===*/
.banner-image {
  position: relative;
  height: 200px; /* Ensure consistent height */
  background-image: url('https://bgcjournal.com/img/bg.jpg');
  background-size: cover;
  background-position: center;
}
.banner-image {
    position: relative; 
    overflow: hidden;  
    z-index: 0000; 
}


.banner-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a76d1;
    opacity: 0.8;
    z-index: 1;
}




.page-header + h1, .page > .page_title {
  display: none;
}
.has-submenu-indicator::after {
  content: ' ▼';
  font-size: 0.7em;
}



/*===Editorial-Board ====*/

.my-page-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.styled-heading {
    text-align: center;
    font-size: 32px !important;
    font-weight: 700 !important;
    position: relative;
    margin: 0px 0 40px !important;
}

.styled-heading a {
  text-decoration: none;
  color: #333;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  transition: color 0.3s ease;
}

.styled-heading a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60%;
  height: 3px;
  background: #0073e6;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.styled-heading a:hover {
  color: #0073e6;
}

.styled-heading a:hover::after {
  width: 80%;
}


.my-page-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.card-page {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 280px;
  text-align: center;
  cursor: pointer;
}

.card-page:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.card-page img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.rajeev-content {
  padding: 20px;
}

.rajeev-content h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  color: #333;
}

.rajeev-content p {
  color: #777;
  font-size: 16px;
}

.editor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  justify-items: center;
}

.editor-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 250px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.editor-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.editor-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.editor-card h3 {
  margin-top: 15px;
  font-size: 18px;
  color: #333;
}

.editor-card p {
  font-size: 14px;
  color: #777;
  font-style: italic;
}

.associate-team {
    padding: 50px 18px;
    max-width: 1160px;
    margin: auto;
    text-align: left;
}

.associate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 columns fixed */
  gap: 30px;
  justify-items: center;
}


.associate-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 250px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.associate-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.associate-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.associate-card h3 {
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.associate-card p {
  font-size: 16px;
  color: #777;
  font-style: italic;
  text-align: center;
}

@media (max-width: 992px) {
  .associate-grid {
    grid-template-columns: repeat(2, 1fr); /* Tablet: 2 columns */
  }
}

@media (max-width: 576px) {
  .associate-grid {
    grid-template-columns: 1fr; /* Mobile: 1 column */
  }
}


.editorial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 15px 15px;
    justify-items: left;
    max-width: fit-content;
}

    .editor-card {
      text-align: center;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }

    .editor-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

 .editor-card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    /* border-radius: 50%; */
    margin-bottom: 15px;
}

   .editor-card h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0;
    color: #333;
    text-align: center;
}

    .editor-card p {
      font-size: 16px;
      color: #777;
      font-style: italic;
      text-align: center;
    }
    @media (max-width: 992px) {
      .editorial-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 576px) {
      .editorial-grid {
        grid-template-columns: 1fr;
      }
    }


/* Hide Sidebar */
body.page-editorial-board .pkp_structure_sidebar.left {
    display: none !important;
}

/* Expand and center main content */
body.page-editorial-board .pkp_structure_main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    float: none !important;
    padding: 30px 20px;
    box-sizing: border-box;
}

/* Ensure full width layout container */
body.page-editorial-board .pkp_structure_content {
    display: flex;
    justify-content: center;
}






body.only-editorial-board-page .pkp_structure_content {
    display: grid !important;
    grid-template-columns: 1fr !important;
}

.only-editorial-board-page .pkp_structure_main {
    /* width: 100% !important; */
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0rem !important;
    /* margin: 0 auto !important; */
}
.cmp_breadcrumbs ol {
    margin-bottom: 2.143rem;
    padding: 0;
    line-height: 1.43rem;
    font-size: .93rem;
}


/* Page title center on all pages */
.pkp_page_title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Breadcrumbs center */
.pkp_breadcrumbs {
    text-align: center;
    margin-bottom: 10px;
}

/* Only editorial board page ke liye style */
body.editorial-board-page .pkp_structure_main {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 0 100% !important;
}

body.editorial-board-page .pkp_structure_sidebar {
    display: none !important;
}




/*  sidebar only css */
.pkp_block .title {
    display: block;
    margin-bottom: .714rem;
    margin-top: 0;
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.54);
    border-bottom: 3px solid #000;
    width: 69%;
    padding: 7px 0;
}

.content ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    text-transform: capitalize;
}
.content ul li a:hover {
  color: #0073aa;
}
.content p {
    font-size: 16px;
    font-weight: 500;
    color: #0073aa;
}

.page_login .buttons button {
    display: inline-block;
    padding: 10px 36px;
    background: #0073aa;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 115, 170, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.cmp_button:hover,
.cmp_form .buttons button:hover,
.page_lost_password .buttons button:hover,
.page_search .submit button:hover,
.block_make_submission a:hover {
  background: #1a5407;
  box-shadow: 0 6px 14px rgba(0, 115, 170, 0.35);
  transform: translateY(-2px);
}

.pkp_structure_main {
    width: 1000px;
}
/*===LONG OUT PAGE CSS ====*/

.requiredFieldError {
    padding: 10px;
    background-color: #000000e0;
    border-left: 5px solid #1a76d1;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 53%;
}


.requiredFieldError p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;                 
    font-weight: 600;                
    letter-spacing: 1.2px;            
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #b30000;
    animation: typing 7s steps(60, end) infinite, blinkCursor 0.8s step-end infinite, colorChange 7s ease-in-out infinite;
    text-transform: capitalize;
}


.requiredFieldError abbr.required {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

/* Typing animation */
@keyframes typing {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

/* Blinking cursor */
@keyframes blinkCursor {
    0%, 100% {
        border-color: transparent;
    }
    50% {
        border-color: #b30000;
    }
}

/* 🔄 Color transition animation */
@keyframes colorChange {
    0% {
        color: #ffffff;
    }
    50% {
        color: #ffffff;
    }
    100% {
        color: #ffffff;
    }
}




.page_login .login {
    width: 70%;
    max-width: 600px;
    margin-top: 10px;
    padding: 40px;
    background: linear-gradient(to right, #f9f9f9, #ffffff);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.3s ease;

}
/* Optional hover effect */
.page_login .login:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

/* Make it responsive */
@media (max-width: 768px) {
    .page_login .login {
        width: 90%;
        padding: 30px 20px;
    }
}

.page_login .buttons a {
    float: left;
    margin-right: 1em;
    margin-left: 0;
    background: #006798;
    padding: 7px 24px;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
/* 🔥 Hover effect */
.page_login .buttons a:hover {
    background-color: #1a5407;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}






/* Label Text */
.username .label,
.password .label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

/* Required Asterisk */
.username .required,
.password .required {
    color: #e74c3c;
    margin-left: 4px;
    font-weight: bold;
}

/* Hidden screen reader text */
.username .pkp_screen_reader,
.password .pkp_screen_reader {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Input Fields */
.username input[type="text"], .password input[type="password"] {
    width: 100%;
    padding: 20px 21px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ff2008;
    box-sizing: border-box;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    background-color: #fdfdfd;
}

.cmp_form input[type="text"], .cmp_form input[type="email"], .cmp_form input[type="password"], .cmp_form input[type="url"], .cmp_form input[type="tel"], .cmp_form select {
    max-width: 75%;
}


/* Focus Styles */
.username input[type="text"]:focus,
.password input[type="password"]:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 6px rgba(52, 152, 219, 0.4);
}

/* Forgot Password Link */
.password a {
    display: inline-block;
    margin-top: 10px;
    font-size: 13.5px;
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.password a:hover {
    color: #ffffff;
    text-decoration: none;
    color: #1a5407;
    transition: all 0.3s linear;
}
.page_login .password a {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

/* ===== Keep Me Logged In Checkbox Styling ===== */
.remember.checkbox {
  display: flex;
  align-items: center;
  background: #f9fafb;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 1rem;
  font-size: 0.95rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
  margin-bottom: 1em;
}

.remember.checkbox:hover {
  background: #f1f3f5;
}

.remember.checkbox label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.remember.checkbox input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #007bff;
  cursor: pointer;
}

.remember.checkbox .label {
  font-size: 0.95rem;
  color: #444;
}



/*===RAGISTER PAGE CSS===*/


.cmp_form.registerForm {
    width: 100%;
    max-width: 100%;
    margin: 8px 0;
    background: #ffffff;
    padding: 2rem 2.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    font-family: "Segoe UI", Roboto, Helvetica, sans-serif;
    color: #333;
}

/* ===== Labels ===== */
.cmp_form .label {
    display: block;
    font-size: 16PX;
    font-weight: BOLD;
    margin: 10px 0;
    color: #2c3e50;
}

.cmp_form .required {
  color: red;
  margin-left: 2px;
}

/* ===== Inputs & Selects ===== */
.cmp_form input[type="text"], .cmp_form input[type="email"], .cmp_form input[type="password"], .cmp_form select {
    width: 100%;
    padding: 20px 21px;
    font-size: 16px;
    border: 1px solid #9a0000;
    border-radius: 6px;
    background: #fdfdfd;
    transition: border 0.3s, box-shadow 0.3s;
    margin-bottom: 1.2rem;    
 
}
















.cmp_form input:focus,
.cmp_form select:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

/* Invalid state */
.cmp_form input:invalid {
  border-color: #e63946;
}

/* ===== Button Styling ===== */
.form-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.button-section {
    background-color: #006798;
    color: white;
    padding: 12px 28px;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    text-align: center;
}
.button-section:hover {
    background-color: #0056b3;
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    color: #fff;
}
.page-lost-section h1 {
    display: none;
}


.cmp_form button.submit:hover {
    background-color: #1a5407;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.cmp_form a.login {
    background-color: #0073aa;
    color: white;
    display: inline-block;
    line-height: 2.4rem;
}

.cmp_form a.login:hover {
    background-color: #1a5407;
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

/* ===== Checkbox (Optional if used) ===== */
.cmp_form input[type="checkbox"] {
  accent-color: #007bff;
}


/* ===== Responsive ===== */
@media (max-width: 576px) {
  .cmp_form.registerForm {
    padding: 1.5rem;
  }

  .form-buttons {
    flex-direction: column;
  }
}


/* ===== Privacy Consent Box Styling ===== */
.optin.optin-privacy {
  background: #f8f9fa;
  padding: 1rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  margin-top: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
}

.optin.optin-privacy:hover {
  background: #f1f3f5;
}

.optin.optin-privacy input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #007bff;
  cursor: pointer;
}

.optin.optin-privacy label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}

/* Privacy link */
.optin.optin-privacy a {
  color: #007bff;
  text-decoration: underline;
}

.optin.optin-privacy a:hover {
  color: #0056b3;
  text-decoration: none;
}

/* ===== Email Notification Consent Box Styling ===== */
.optin.optin-email {
  background: #f8f9fa;
  padding: 1rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  margin-top: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
}

.optin.optin-email:hover {
  background: #f1f3f5;
}

.optin.optin-email input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #007bff;
  cursor: pointer;
}

.optin.optin-email label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}


/* ===== Reviewer Opt-In Checkbox Styling ===== */
.buttons {
   
    width: 100%;
    margin: 0 auto;

    padding: 0;
}

.buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cmp_form .buttons button, button.submit {
    background: #007aff;
    padding: 8px 31px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


a.login {
    background: #0073aa;
    padding: 8px 33px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}






/*===forget password page End=== */
.email-section {
  width: 30vw;
  padding: 0;
  margin: 0;
}

.email-section input[type="email"] {
    width: 100%;
    padding: 20px 24px;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #9a0000;
    border-color: #e63946 !important;
}

.page-lost-section {
    background: #fff;
    padding: 20px 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08),  0 10px 20px rgba(0, 0, 0, 0.12);
    max-width: 1000px;
    margin: 0 auto;
}
.button-group {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 0;
}
.button-common {
  background-color: #007bff;
  color: white;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 48px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.button-common:hover {
  background-color: #0056b3;
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.ragister-button-group {
    display: flex;
    justify-content: center;
    margin-top: 0;
    align-items: center;
}

.cmp_form .fields>div {
    position: relative;
    padding-bottom: 12px;
}
.page_lost_password .buttons a {
    float: right;
    font-size: .93rem;
    line-height: 2.143rem;
    margin-right: 0;
}

.ragister-btn {
    background-color: #007bff;
    color: white;
    padding: 12px 28px;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 54px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.cmp_form .buttons a {
    font-size: 16px;
    line-height: 30px;
    margin-left: 0;
    font-weight: 500;
}

.ragister-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  color: #fff;
}







.cmp_form .fields>div {
    position: relative;
    padding-bottom: 1em;
}
#reviewerOptinGroup.optin {
    background: #f8f9fa;
    padding: 20px 1.25rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-top: 1rem;
    transition: background 0.3s;
}

#reviewerOptinGroup.optin:hover {
  background: #f1f3f5;
}

#reviewerOptinGroup input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #007bff;
  cursor: pointer;
}

#reviewerOptinGroup label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}


/* ===== Reviewing Interests Input Styling ===== */
#reviewerInterests {
  background: #fff;
  padding: 1rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#reviewerInterests .label {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.4rem;
}

#reviewerInterests input[type="text"] {
  width: 100%;
  padding: 0.65rem 0.75rem;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fefefe;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#reviewerInterests input[type="text"]:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}


/*====submissions stylenig===*/


/* ===== Author Guidelines Section ===== */
.author_guidelines {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  font-family: 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.author_guidelines:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
}

/* Heading Style */
.author_guidelines h2 {
  font-size: 1.8rem;
  color: #0077b6;
  margin-bottom: 1rem;
  border-left: 4px solid #0077b6;
  padding-left: 0.75rem;
  font-weight: 700;
}

/* Paragraph Style */
.author_guidelines p {
    margin-bottom: 1rem;
    font-size: 16px;
    color: #000;
    background-color: #aca6ac11;
    padding: 1rem 1.25rem;
    border-left: 4px solid #11d8ff;
    border-radius: 6px;
}

/* ===== Submission Checklist Styling ===== */
.submission_checklist {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #333;
  transition: all 0.3s ease;
}

/* Hover on full box (optional) */
.submission_checklist:hover {
  background-color: #f7faff;
  box-shadow: 0 14px 34px rgba(44, 123, 229, 0.15);
  transform: translateY(-3px);
}

/* Heading Style */
.submission_checklist h2 {
  font-size: 1.8rem;
  color: #2c7be5;
  margin-bottom: 1rem;
  border-left: 4px solid #2c7be5;
  padding-left: 0.75rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

/* Optional: Heading color change on hover */
.submission_checklist:hover h2 {
  color: #1b5fc6;
  border-left-color: #1b5fc6;
}

/* Paragraph Style */
.submission_checklist p {
  font-size: 17px;
  color: #000;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

/* Checklist Style */
.submission_checklist ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.submission_checklist ul li {
  background-color: #f8f9fa;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-left: 5px solid #2c7be5;
  border-radius: 6px;
  position: relative;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  padding-left: 2rem;
  font-weight: 400;
  transition: all 0.3s ease;
}

/* Hover effect for each checklist item */
.submission_checklist ul li:hover {
  background-color: #e9f2ff;
  border-left-color: #1b5fc6;
  transform: translateX(5px);
}

/* Checkmark icon */
.submission_checklist ul li::before {
  content: "✔";
  color: #2c7be5;
  font-weight: bold;
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}

/* Change checkmark color on hover */
.submission_checklist ul li:hover::before {
  color: #1b5fc6;
}

/* ===== Privacy Statement Styling ===== */
.privacy_statement {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 800px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #333;
  transition: all 0.3s ease;
}

/* Hover Effect */
.privacy_statement:hover {
  background-color: #f7faff;
  box-shadow: 0 14px 34px rgba(78, 115, 223, 0.2);
  transform: translateY(-4px);
}

/* Heading Styling */
.privacy_statement h2 {
  font-size: 1.75rem;
  color: #4e73df;
  border-left: 4px solid #4e73df;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

/* Optional: Change heading color on hover */
.privacy_statement:hover h2 {
  color: #2e59d9;
  border-left-color: #2e59d9;
}

/* Paragraph Styling */
.privacy_statement p {
    font-size: 16PX;
    color: #000;
    line-height: 1.6;
    margin-bottom: 0;
    FONT-WEIGHT: 400;
}

/*====== contact page styling===*/

/* ===== Location Heading (e.g., VDN, Jaipur) Styling ===== */

span.value a {
    text-decoration: none;
    color: #000;
}
span.value a:hover {
    color: #4e73df;
}
.contact_section .address {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  color: #4e73df;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 0.5rem;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

.contact_section .address::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #000000, #4e73df);
    border-radius: 6px;
    margin: 8px auto 0 auto;
  animation: zoomUnderline 0.6s ease-out forwards;
}

/* Optional subtle entrance animation */
@keyframes zoomUnderline {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

/* ===== Contact Section Styling ===== */
.contact_section {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Address Block */
.contact_section .address {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #2c7be5;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  animation: zoomIn 0.6s ease-out forwards;
}

/* Each Contact Card */
.contact_section .contact {
  flex: 1 1 45%;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_section .contact:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Headings */
.contact_section .contact h2 {
  font-size: 1.5rem;
  color: #4e73df;
  margin-bottom: 1rem;
  border-left: 4px solid #4e73df;
  padding-left: 0.75rem;
}

/* Name & Affiliation */
.contact_section .contact .name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.25rem;
}

.contact_section .contact .affiliation {
  font-size: 1rem;
  font-style: italic;
  color: #555;
  margin-bottom: 1rem;
}

/* Phone & Email Containers */
.contact_section .contact .phone,
.contact_section .contact .email {
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 35px;
  line-height: 1.6;
}

/* ===== Phone Icon with Image ===== */
.contact_section .contact .phone {
    position: relative;
    padding-left: 40px;
    line-height: 30px;
}

.contact_section .contact .phone::before {
    content: "\260E";
    position: absolute;
    left: 0px;
    top: -4px;
    font-size: 33px;
    color: #2c7be5;
    font-weight: 500;
}



/* ===== Email Icon (Unicode) ===== */
.contact_section .contact .email::before {
    content: "\2709";
    position: absolute;
    left: -4px;
    top: -18px;
    font-size: 33px;
    color: #2c7be5;
    font-weight: 500;
}

/* Labels & Values */
.contact_section .contact .label {
    font-weight: 600;
    margin-left: 10px;
    color: #2c7be5;
    font-size: 15px;
}

.contact_section .contact .value, .contact_section .contact .email a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.contact_section .contact .email a:hover {
    color: #4e73df;
    text-decoration: none;
}

/* Animation - Zoom In for Address */
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive Layout */
@media (max-width: 768px) {
  .contact_section {
    flex-direction: column;
    padding: 1.5rem;
  }

  .contact_section .contact {
    flex: 1 1 100%;
  }
}


/*=====View Page Styleing===*/

.announcement-section {
    position: absolute;
    top: -236px;
    left: 63%;
    text-align: center;
    width: 100%;
    z-index: 10;
    transform: translate(-50%);
    color: #fff;
}
h1.page-title {
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    padding: 0;
}

























.annousments-section H1 {
    display: none;
}

.obj_announcement_full {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px 30px;
    background: #f9f9f9;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
}

.obj_announcement_full h1 {
    font-size: 30px;
    font-weight: 700;
    color: #2c7be5;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.obj_announcement_full h1::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    margin: 10px auto 0;
    background-color: #2c7be5;
    transition: width 0.5s ease;
}

.obj_announcement_full:hover h1::after {
    width: 60px;
}

.obj_announcement_full .date {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-bottom: 25px;
}

.obj_announcement_full_image {
    display: block;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    border-radius: 10px;
    margin: 0 auto 30px auto;
    object-fit: contain;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.obj_announcement_full .description {
    font-size: 17px;
    color: #333;
    text-align: justify;
    padding: 0 5px;
}

.pkp_structure_main {
    float: left;
    padding: 0;
    width: 652px;
}



/* === CONTAINER LAYOUT FIX === */
.page.page_about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

/* === LEFT SECTION: ABOUT CONTENT === */
.about-us-section h1 {
    visibility: hidden;
}
.about-us-section {
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 42px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

/* Heading */
.about-us-section h1 {
  font-size: 24px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 20px;
}

/* Label Text */
.about-us-section .pkpFormField__heading {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.about-us-section label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

/* === RIGHT SIDEBAR (unchanged but aligned) === */
.pkp_sidebar {
  max-width: 280px;
}

/* === RESPONSIVE SUPPORT === */
@media (max-width: 992px) {
  .page.page_about {
    flex-direction: column;
    align-items: center;
  }

  .about-us-section,
  .pkp_sidebar {
    max-width: 100%;
  }
}


/*===archive styling====/

/* === PAGE WRAPPER === */
.page.page_issue_archive {
  padding: 40px 20px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

/* === ARCHIVE HEADING === */
.page.page_issue_archive h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #2c3e50;
  text-align: center;
}

/* === ARCHIVE LIST === */
.issues_archive {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

/* === EACH ISSUE CARD === */
.obj_issue_summary {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.obj_issue_summary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* === ISSUE TITLE === */
.obj_issue_summary h2 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #34495e;
}

.obj_issue_summary h2 .title {
  color: #2c3e50;
  text-decoration: none;
  font-weight: 600;
}

.obj_issue_summary h2 .title:hover {
  color: #007bff;
  text-decoration: underline;
}

/* === SERIES TEXT === */
.obj_issue_summary .series {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

/* === ISSUE DESCRIPTION === */
.obj_issue_summary .description {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

/* === RESPONSIVE SUPPORT === */
@media (max-width: 768px) {
  .obj_issue_summary {
    padding: 20px;
  }

  .page.page_issue_archive h1 {
    font-size: 24px;
  }
}


/* === PAGE WRAPPER === */
.page.page_announcements {
  padding: 40px 20px;
  background-color: #f8f9fb;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

/* === HEADING === */
.annousments-section h1 {
  font-size: 30px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0px;
  text-align: center;
}

/* === DESCRIPTION TEXT === */
.annousments-section > p {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    display: none;
}

/* === ANNOUNCEMENT LIST === */
.cmp_announcements {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}

/* === EACH ANNOUNCEMENT BOX === */
.obj_announcement_summary {
  display: flex;
  align-items: flex-start;
  gap: 71px;
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.obj_announcement_summary:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* === IMAGE === */
.obj_announcement_summary_image {
  width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* === DETAILS SECTION === */
.obj_announcement_summary_details {
  flex: 1;
}

/* === TITLE === */
.obj_announcement_summary_details h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #2c3e50;
}

.obj_announcement_summary_details h2 a {
  color: #2c3e50;
  text-decoration: none;
}

.obj_announcement_summary_details h2 a:hover {
  color: #007bff;
  text-decoration: underline;
}

/* === DATE === */
.obj_announcement_summary_details .date {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

/* === SUMMARY TEXT === */
.obj_announcement_summary_details .summary {
  font-size: 16px;
  color: #444;
}

/* === READ MORE BUTTON === */
.obj_announcement_summary_details .read_more {
    display: inline-block;
    margin-top: 12px;
    background-color: #007bff;
    color: #fff;
    padding: 13px 39px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.obj_announcement_summary_details .read_more:hover {
    background-color: #1a5407;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    color: #fff;
}

.obj_announcement_summary .read_more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    position: absolute;
    top: 15px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    text-align: center;
}
/* === RESPONSIVE === */
@media (max-width: 768px) {
  .obj_announcement_summary {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .obj_announcement_summary_image {
    width: 100%;
    height: auto;
  }

  .obj_announcement_summary_details {
    margin-top: 20px;
  }
}


.privecy-section {
    max-width: 100%;
    margin: 15px auto;
    background-color: #ffffff;
    padding: 58px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', sans-serif;
}

/* Heading Style */
.privecy-section h1 {
  font-size: 30px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: center;
  position: relative;  
  visibility: hidden;
}

/* Optional line below the heading */
.privecy-section h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #3498db;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Paragraph Style */
.privecy-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .privecy-section {
    padding: 25px 20px;
    margin: 30px 15px;
  }

  .privecy-section h1 {
    font-size: 24px;
  }

  .privecy-section p {
    font-size: 15px;
  }
}





/*===ALL PAGE RESPONSIVE START===*/

/* Make banner full width at mobile screens */
@media (max-width: 767px) {
  .page-header {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  body,
  html {
    overflow-x: hidden;
  }
  .page-header,
.breadcrumb-section {
  height: auto !important;
  padding: 20px !important;
  overflow: visible !important;
}
.breadcrumb-section {
    position: absolute;
    top: -231px;
    left: 52%;
    transform: translate(-50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    width: 100%;
}
 
}

.news-single blockquote
 {
    background-image: url(../img/blockqoute-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px;
    overflow: hidden;
	margin:0px;
}
.news-single blockquote p
 {
    color: #fff;
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    position: relative;
}
.news-single blockquote::before
{
    opacity: 0.75;
}

.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1a76d1;
    opacity: 0.8;
}
.news-single .news-head img
{
    width: 100%;
    height: 100%;
}