
/* --- Header Logo Styles --- */
.pkp_site_name img {
    max-height: 120px !important; 
    width: auto;
    margin-bottom: 15px;
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.3));
}

/* Remove focus outlines on logo */
.pkp_site_name a:focus, .pkp_site_name a:active,
.pkp_site_name a:visited, .pkp_site_name a:target {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Updated Header Wrapper Section */
.has_site_logo .pkp_head_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 6.714rem;
}

/* Desktop alignment & Navigation Colors */
@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        max-width: 1200px;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* --- UPDATE: Main Navigation Colors --- */
    .pkp_navigation_primary ul a {
        color: #035839 !important;
        border-left: .357rem solid transparent;
    }

    /* --- UPDATE: Hover States --- */
    .pkp_navigation_primary .dropdown-menu a:hover, 
    .pkp_navigation_primary .dropdown-menu a:focus {
        border-color: #035839 !important;
        color: #035839 !important;
    }
}

/* --- Highlights Section --- */
.highlights {
    width: 100%;           /* Matches parent width */
    margin: 0;             /* No side margins */
    padding: 5px 0;
    box-sizing: border-box;
    background: rgba(230,240,238,0.95);
}

.highlights > .swiper {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.swiper-slide {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.swiper-slide-image {
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
    width: 100%;
}

.swiper-slide-image {
  width: 100vw;
  max-height: 74vh;
  object-fit: cover;

}


.swiper-slide-image img {
    width: 100%;            /* Mokuha sa tibuok width sa iyang parent (.swiper-slide-image) */
    height: auto;           /* Mo-maintain ang aspect ratio */
    max-height: 400px;      /* I-limit ang height sa desktop para dili kaayo dako tan-awon */
    object-fit: cover;      /* Murag background image nga mapuno ang space */
    border-style: none;
    display: block;         /* Tangtangon ang gamay nga space sa ubos sa image */
}

.swiper-slide-content {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
    text-align: justify;
}

/* --- MOBILE FIX: Space Reduction --- */
@media (max-width: 900px) {
    .highlights {
        padding: 10px 0 !important; /* Menusan ang dako nga space sa gawas */
    }

    .highlights > .swiper {
        flex-direction: column;
        max-width: 100%;
        padding: 0 4px;
    }

    .swiper-slide {
        flex-direction: column;
        align-items: stretch;
    }

    .swiper-slide-image,
    .swiper-slide-content {
        max-width: 100%;
        padding: 10px 8px !important; /* Menusan ang padding sa sulod sa slider */
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

/* Arrow color: black */
.highlights .swiper-button-next,
.highlights .swiper-button-prev {
    color: #222 !important;
    fill: #222 !important;
    opacity: 0.9;
}

.highlights .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 8px !important;
    background: #9ca3af;    /* Default dot color (gray) */
    opacity: 0.7;
}

.highlights .swiper-pagination-bullet-active {
    background: #16a34a;   /* green */
    opacity: 1;
    box-shadow: 0 0 4px #16a34a66;
}

.pkp_site_name a:focus,
.pkp_site_name a:active,
.pkp_site_name a:visited,
.pkp_site_name a:target {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Also for the image itself, in case the browser styles the image */
.pkp_site_name a img:focus,
.pkp_site_name a img:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* This is for additional content image */
.indexinglist {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding-left: 0;
    align-items: center;
    margin-bottom: 2em;
}

.indexinglist li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    flex: 1 1 100%;
}

.indexinglist img {
    display: inline-block;
    max-height: 70px;
    max-width: 180px;
    height: auto;
    margin: 0 4px 4px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background: #fff;
}

@media (max-width: 600px) {
    .indexinglist {
        gap: 12px;
    }
    .indexinglist li {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .indexinglist img {
        max-width: 100%;
        max-height: 48px;
        margin-bottom: 8px;
    }
}

/* Archives Desktop Styles */
.issues_archive {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.obj_issue_summary {
  flex: 0 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}

.obj_issue_summary .cover {
  display: block;
  width: auto;
}

.obj_issue_summary .cover img {
  max-height: 250px;
  max-width: 100%;
}

.obj_issue_summary h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.43rem;
  font-weight: 400;
}

.obj_issue_summary .series {
  margin-bottom: .357rem;
  color: rgba(0, 0, 0, 0.54);
}

.obj_issue_summary .title {
  font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

/* Mobile Responsive Styles */
@media (max-width: 700px) {
  .issues_archive {
    gap: 1rem;
  }
  .obj_issue_summary {
    flex: 1 1 98vw;
    max-width: 99vw;
    padding: 0.6rem 0.1rem;
    margin-bottom: 1rem;
  }
  .obj_issue_summary .cover img {
    max-width: 98vw;
    max-height: 180px;
    border-radius: 6px;
  }
  .obj_issue_summary h2 {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }
}

/* Custom Block - Stats */
.custom-stats-block {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 16px;
  padding: 2rem;
  margin: 1rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.custom-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.custom-stats-grid p {
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #3b82f6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.custom-stats-grid p:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
  border-left-color: #1d4ed8;
}

.custom-stats-grid p strong {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.custom-stats-grid p span {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.custom-stats-grid p:nth-child(1) { border-left-color: #10b981; } 
.custom-stats-grid p:nth-child(1):hover { border-left-color: #059669; }
.custom-stats-grid p:nth-child(2) { border-left-color: #f59e0b; } 
.custom-stats-grid p:nth-child(2):hover { border-left-color: #d97706; }
.custom-stats-grid p:nth-child(3) { border-left-color: #8b5cf6; } 
.custom-stats-grid p:nth-child(3):hover { border-left-color: #7c3aed; }
.custom-stats-grid p:nth-child(4) { border-left-color: #06b6d4; } 
.custom-stats-grid p:nth-child(4):hover { border-left-color: #0891b2; }
.custom-stats-grid p:nth-child(5) { border-left-color: #ef4444; } 
.custom-stats-grid p:nth-child(5):hover { border-left-color: #dc2626; }
.custom-stats-grid p:nth-child(6) { border-left-color: #14b8a6; } 
.custom-stats-grid p:nth-child(6):hover { border-left-color: #0d9488; }

@media (max-width: 768px) {
  .custom-stats-block {
    padding: 1.5rem;
    margin: 0.75rem;
  }
  .custom-stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .custom-stats-grid p {
    padding: 1rem;
  }
}

@media (prefers-color-scheme: dark) {
  .custom-stats-block {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: #f8fafc;
  }
  .custom-stats-grid p {
    background: rgba(30, 41, 59, 0.8);
    color: #f8fafc;
  }
  .custom-stats-grid p strong {
    color: #f8fafc;
  }
}

/* Flag Counter Container */
.flag-counter-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  transition: all 0.3s ease;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.flag-counter-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.flag-counter-wrapper .counter-title {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.flag-counter-wrapper img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  height: auto;
  border: none;
}

.flag-counter-wrapper a:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .flag-counter-wrapper {
    padding: 1.25rem;
    margin: 0.75rem;
  }
}

@media (prefers-color-scheme: dark) {
  .flag-counter-wrapper {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: #f8fafc;
  }
  .flag-counter-wrapper .counter-title {
    color: #f8fafc;
  }
}

.dorsu-footer-clean {
    background-color: transparent; 
    color: #333333;               
    padding: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    border-top: none;             
    width: 100%;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.left-info {
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.footer-logo {
    max-height: 80px;
    width: auto;
}

.right-info {
    text-align: right;
}

.footer-link a{
    color: #035839; 
    text-decoration: none;
}

.footer-link:hover a{
    text-decoration: underline;
}

.footer-section p {
    margin: 0;
    line-height: 1.5;
}

/* Target ang mga links sa sulod sa footer-section ug right-info */
.footer-section.right-info a,
.right-info .footer-link {
    color: #035839 !important; /* Imong green brand color */
    text-decoration: none;
    transition: all 0.3s ease; /* Para hapsay ang hover */
    display: inline-block;     /* Para nindot ang alignment */
}

/* Hover ug Focus state */
.footer-section.right-info a:hover,
.footer-section.right-info a:focus,
.right-info .footer-link:hover {
    color: #035839 !important;   /* Mo-black inig hover para naay contrast */
    font-weight: bold;
    outline: none;
}

/* Mobile Layout */
@media (max-width: 850px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .left-info {
        flex-direction: column;
    }
    .right-info {
        text-align: center;
    }
}


/* Update lang ni nga part sa mobile media query */
.pkp_site_nav_toggle {
    position: absolute !important; /* Kinahanglan absolute para dili niya maduso ang logo */
    top: 50% !important;
    left: 5px !important; /* I-adjust kini kung gusto nimo mas duol sa kilid */
    transform: translateY(-50%) !important; /* Para perpekto nga tunga vertically */
    width: 2.857rem;
    height: 2.857rem;
    border: 0;
    background: none;
    box-shadow: 0px 0 0 rgba(255,255,255,0.2),0px 0 0 rgba(255,255,255,0.2);
    z-index: 1000 !important; /* Siguraduhon nga naa sa ibabaw */
}


.pkp_site_name_wrapper {
  position: relative;
  width: 130%;
  margin: 0 auto;
  padding-left: .714rem;
  padding-right: .714rem;
}

/* Para sa Article Title Links */
.obj_article_summary > .title a {
    text-decoration: none;
    color: #035839; /* Gigamit nato ang imong green brand color */
    transition: color 0.3s ease; /* Para hapsay ang pag-ilis sa color */
}

/* Hover ug Focus states */
.obj_article_summary > .title a:hover, 
.obj_article_summary > .title a:focus {
    color: #035839; /* Ang blue color nga imong gusto para sa hover */
    outline: none;
}

/* Para sa uban pang links sa summary (e.g. PDF buttons) */
.obj_article_summary .obj_galley_link {
    background-color: #035839;
    color: #fff;
    border: none;
    transition: background 0.3s ease;
}

.obj_article_summary .obj_galley_link:hover {
    background-color: #035839;
    color: #fff;
}

/* Default style */
.obj_issue_toc .pub_id {
    margin: 1.43rem 0;
}

/* Hover effect para sa link sa sulod sa pub_id */
.obj_issue_toc .pub_id a {
    color: #035839; /* Default color (gray/black) */
    text-decoration: none;
    transition: color 0.3s ease; /* Para hapsay ang pag-ilis sa color */
}

/* Inig hover na sa link */
.obj_issue_toc .pub_id a:hover,
.obj_issue_toc .pub_id a:focus {
    color: #035839 !important; /* Imong green brand color */
   }

   /* --- SWIPER BUTTONS (Navigation Arrows) --- */
/* Default State */
.swiper-button-next, 
.swiper-button-prev {
    transition: all 0.3s ease !important;
}

/* Hover ug Focus State para sa Swiper Arrows */
.swiper-button-next:hover, 
.swiper-button-prev:hover,
.swiper-button-next:focus, 
.swiper-button-prev:focus {
    color: #035839 !important; /* Mo-green ang arrow */
    transform: scale(1.1);      /* Mo-dako gamay para naay "pop" effect */
    outline: none;
}

/* --- PKP BUTTONS (Standard OJS Buttons) --- */
/* Default State */
.pkp_button {
    color: #000000 !important; /* Black text */
    text-decoration: none !important;
    font-weight: 600; /* Para medyo baga gamay ug premium tan-awon */
    border: 1px solid #ddd !important; /* Optional: light border para dili "lutaw" kaayo */
    background-color: #ffffff !important; /* Puti nga background */
}

/* Hover ug Focus State para sa PKP Buttons */
.pkp_button:hover, 
.pkp_button:focus {
    background-color: #035839 !important; /* Green background */
    border-color: #035839 !important;     /* Green border */
    color: #ffffff !important;            /* White text para klaro */
    box-shadow: 0 4px 8px rgba(3, 88, 57, 0.3); /* Optional: naay gamay nga green shadow */
    text-decoration: none !important;
    outline: none;
}

/* --- SWIPER SLIDE BUTTONS (Specific) --- */
/* Kung ang imong buttons naa sa sulod sa swiper-slide */
.swiper-slide .pkp_button:hover,
.swiper-slide .pkp_button:focus {
    background-color: #035839 !important;
    color: #fff !important;
    transform: translateY(-2px); /* Mo-alsa gamay inig hover */
}

/* --- Custom Sidebar Block Styles --- */
.pkp_block.block_custom {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Soft shadow para dili flat */
    border: 1px solid #eee;
}

/* Title sa matag block (Journal Information / Policies) */
.pkp_block.block_custom .title {
    color: #000 !important; /* Imong green brand color */
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-bottom: 8px;
    border-bottom: 2px solid #035839; /* Line sa ubos sa title */
    display: block;
}

/* List sa mga links sa sulod sa block */
.pkp_block.block_custom .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkp_block.block_custom .content li {
    margin-bottom: 8px;
    padding: 4px 0;
}

/* Style sa Links */
.pkp_block.block_custom .content a {
    color: #000; /* Blue color gihapon base sa imong original image */
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: block;
}

/* Hover effect sa links */
.pkp_block.block_custom .content a:hover,
.pkp_block.block_custom .content a:focus {
    color: #035839 !important; /* Mo-green inig hover */
    padding-left: 5px; /* Mo-lihok gamay sa tuo para naay interactive feel */
    text-decoration: none;
    outline: none;
}

/* Optional: Butangan og gamay nga bullet or icon sa wala sa link inig hover */
.pkp_block.block_custom .content a:hover:before {
    content: "› ";
    font-weight: bold;
}


/* --- Read More Link sa Homepage --- */
.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #000 !important; /* Green brand color puli sa blue */
    text-decoration: none;
    margin-bottom: 1.43rem;
    transition: all 0.3s ease; /* Para hapsay ang hover */
}

/* Hover Effect */
.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
    color: #035839 !important; /* Mo-black inig hover */
    padding-left: 5px;          /* Mo-lihok gamay sa tuo */
    text-decoration: none;
    outline: none;
}

/* Kon naay "arrow" or icon (::before/::after), i-adjust pod nato */
.pkp_page_index .current_issue .read_more::after {
    content: " →";             /* Dugang arrow para klaro nga link */
    position: absolute;
    right: 0.5rem;
    transition: right 0.3s ease;
}

.pkp_page_index .current_issue .read_more:hover::after {
    right: 0;                  /* Mo-lihok ang arrow inig hover */
}

/* --- HIDE MAIN STRUCTURE BORDER --- */

.pkp_structure_main {
    border: none !important;        /* Tangtangon ang tanang borders */
    border-left: none !important;   /* Siguraduhon nga wala sa wala */
    border-right: none !important;  /* Siguraduhon nga wala sa tuo */
    box-shadow: none !important;    /* Basin shadow ra ang nagpabug-at */
    padding-right: 30px; /* Dugang espasyo para dili pilit sa sidebar */
}

/* --- SPAMAST Masthead Alignment Fix --- */
.srj-masthead-flex {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px; 
    padding: 10px 20px !important; /* Gi-adjust para naay gamay nga margin sa kilid */
    box-sizing: border-box;
    position: relative !important;
}

/* Journal Logo (Left) */
.srj-logo-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.srj-logo-left img {
    max-height: 110px !important;
    width: auto !important;
}

/* School Seal (Right) */
.srj-logo-right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    /* Gi-tanggal ang float:left kay makaguba sa flex layout */
}

.srj-logo-right img {
    max-height: 90px !important;
    width: auto !important;
}

/* --- MOBILE RESPONSIVE FIX (SPAMAST Version) --- */
@media (max-width: 768px) {
    .srj-masthead-flex {
        display: flex !important;
        /* Sundon ang DORSU logic: Dikit sa sugod (Left) */
        flex-direction: row !important; 
        flex-wrap: nowrap !important;
        justify-content: flex-start !important; 
        align-items: center !important;
        gap: 8px !important; /* Distansya tali sa SRJ logo ug School Seal */
        padding: 5px !important;
        height: 60px !important;
        width: 100% !important;
    }

    .srj-logo-left {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 70% !important;
    }

    .srj-logo-left img {
        max-height: 28px !important;
        width: auto !important;
        display: block;
    }

    .srj-logo-right {
        flex: 0 0 auto !important;
        width: auto !important;
        margin-left: 0 !important; /* Tangtangon ang push sa tuo para magdikit sila */
        display: flex !important;
    }

    .srj-logo-right img {
        max-height: 30px !important;
        width: auto !important;
        display: block;
    }

    /* Pag-limpyo sa OJS wrappers para dili ma-isolate ang logos */
    .has_site_logo .pkp_head_wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    .pkp_site_name_wrapper {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* Fix para sa Hamburger Menu Toggle */
.pkp_site_nav_toggle {
    z-index: 1000 !important; /* Siguradoha nga clickable gihapon */
}

/* --- Desktop Header Wrapper --- */
.has_site_logo .pkp_head_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}


/* I-justify ang text sa Abstract section */
.item.abstract {
    text-align: justify !important;
}

/* Siguradoha nga ang paragraph sa sulod ma-justify sab */
.item.abstract p {
    text-align: justify !important;
}


/* 1. Normal State sa PDF Button */
.obj_galley_link.pdf {
    background: #035839 !important;
    color: #ffffff !important;
    border: 1px solid #035839 !important;
    border-radius: 4px !important;
    padding: 8px 15px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* 2. Hover State (Inig tapat sa mouse) */
.obj_galley_link.pdf:hover {
    background: #ffffff !important;
    color: #035839 !important;
    border: 1px solid #035839 !important;
    text-decoration: none !important;
}

/* 3. Icon color fix (Kon naay icon sa sulod) */
.obj_galley_link.pdf:before {
    color: inherit !important;
}


.cmp_notification {
  display: block;
  width: 100%;
  padding: 1.43rem;
  margin-bottom: 2.857rem;
  background: #ddd;
  border-left: .357rem solid #035839;
  font-size: 1rem;
  line-height: 1.43rem;

}


.page a{
    color: #035839 !important;
    text-decoration: none;
}

.page a:hover{
    color: #035839 !important;
    font-weight: bold;
}


.cmp_breadcrumbs a{
    color: #035839 !important;
    text-decoration: none;
}

.cmp_breadcrumbs a:hover{
    color: #035839 !important;
    text-decoration: none;
}

.indexing-logos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.indexing-logos-container img {
    max-width: 200px;
    height: 60px; /* Mao ni ang nagpa-uniporme nila */
    object-fit: contain;
}

/* --- NAVIGATION MENU COLOR CUSTOMIZATION --- */

/* 1. Normal State: Tanang links sa menu kinahanglan Green */
.pkp_nav_list ul li a {
    color: #035839 !important; /* SPAMAST Green */
    transition: all 0.3s ease; /* Para hapsay ang pag-ilis sa color */
}

/* 2. Hover & Focus State: Inig tapat sa mouse o inig click */
.pkp_nav_list ul a:hover, 
.pkp_nav_list ul a:focus {
    outline: 0 !important;
    background: #f1f1f1 !important; /* Light grey background para naay highlight */
    border-color: #035839 !important; /* Green nga border line */
    color: #035839 !important;        /* Pabilin nga Green ang text */
}

/* 3. Sub-menu / Dropdown Fix: Siguradoha nga Green gihapon ang sulod */
.pkp_nav_list ul li ul li a {
    color: #035839 !important;
    background: #ffffff !important;
}

/* 4. Dropdown Hover: Inig hover sa sulod sa dropdown */
.pkp_nav_list ul li ul li a:hover {
    background: #035839 !important; /* Mahimong Green ang background */
    color: #ffffff !important;      /* Mahimong Puti ang text para makita */
}