/*!
Theme Name: NPDC
Theme URI: https://npdc.gov.ph/
Author: NPDC
Author URI: https://npdc.gov.ph/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

NPDC is based on https://npdc.gov.ph/, (C) 2012-2020 NPDC, Inc.
NPDC is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  

}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #70B9C0;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.entry-content a{
  text-decoration: underline;
}

/*my custom css start here*/
.custom_row {
    display: flex;
    flex-wrap: wrap;
    width: 1192px;
    justify-content: space-between;
    margin: 0 auto;
}
.col_md_6.col_12 {
    width: 50%;
}
.col_md_12.landmark-title {
    width: 100%;
}
.col_md_12.landmark-title h1 {
   color: var(--Brand-Shades-Soothing-Sky-Dark, #548B90) !important;
    text-align: center !important;
        background: unset !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    padding-bottom: 50px;
}
.landmark-sec {
    padding: 50px 0px 80px 0px;
    position: relative;
}
.landmedia-right {
    width: 517.691px;
    height: 517.691px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.landmedia-left {
    width: 517.691px;
    height: 517.691px;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
}
.custom_row.row_width {
    max-width: 1190px;
    margin: 0 auto;
}
.landmark-cards {
    display: flex;
    height: 418px;
    min-width: 300px;
    padding: 0px 108px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    margin: 0px 8px 8px 8px;
}
.landmark-cards h2 {
    color: var(--Background-Colors-White, #FFF);
    font-family: BARABARA-FINAL;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.8px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.landmark-cards a {
    border-radius: 8px;
    background: var(--brand-shades-soothing-sky-normal-hover, #65A7AD);
    display: flex;
    width: 163px;
    padding: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px;
}
.rizal-hero-title h1 {
    background: linear-gradient(94deg, #92D33D 13.96%, #FFCB3F 84.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rizal-park-hero-sec {
    height: 441px;
    align-self: stretch;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.col_md_12.col_12.rizal-hero-title {
    width: 100%;
    text-align: center;
    padding-top: 15%;
}
.curve-image img {
    width: 100%;
    margin-top: -33px;
    z-index: 99999;
    overflow: hidden;
}
.curve-image {
/*     height: 50px;
    overflow: unset; */
}
.breadcurm_sec {
    margin-top: 50px;
}
.breadcurm_box p {
    color: var(--Text-Colors-600, #616161);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.breadcurm_box p a {
    color: var(--Text-Colors-Dark-blue, #5A949A);
    display: flex;
    align-items: center;
}
.breadcurm_box p a svg {
    padding-right: 3px;
}
.breadcurm_box {
    display: flex;
    width: 100%;
    height: 64px;
    padding: 8px 24px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 2px solid #EFEFEF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2.5px);
    margin-bottom: 48px;
}
.park_outer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1192px;
    justify-content: space-between;
    margin: 0 auto;
}
.park-left-box {
    width: 46%;
}
.park-right-box {
    width: 47%;
}
.park-media img {
    border-radius: 8px;
}
.park-content h2 {
    color: var(--Text-Colors-950, #222);
    font-family: "Avenir Next";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0px;
    padding-bottom: 16px;
}
.park-content p {
    color: var(--Text-Colors-950, #222);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 565px;
    padding-bottom: 10px;
}
.about-park-sec {
    background: var(--Brand-Shades-Smiling-Sun-Light, #FFFAEC);
    padding: 48px 0px 24px 0px;
}
.park-history-card {
    display: flex;
    width: 986px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin: 0 auto;
}
.park-history-sec {
    background: var(--Brand-Shades-Smiling-Sun-Light, #FFFAEC);
    padding-bottom: 48px;
}
.park-history-card img {
    border-radius: 8px;
}
.park-history-card-body {
    padding: 10px 100px;
    max-width: 986px;
}
.park-history-card-body table {
    width: 100% !important;
    max-width: 986px;
    border-collapse: collapse !important;
    table-layout: fixed; /* Forces table to obey the width */
    word-wrap: break-word;
    word-break: break-word; /* Break long words */
}

.park-history-card-body table th,
.park-history-card-body table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  width: 30% !important;

  /* Word wrapping fixes */
  word-break: break-word;
  white-space: normal;
}
.park-history-card-body h2 {
    color: var(--Text-Colors-950, #222);
    font-family: "Avenir Next";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0px;
    padding-bottom: 16px;
}
.park-history-card-body p {
    color: var(--Text-Colors-950, #222);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 16px;
}
.central-sec {
    padding: 97px 0px;
}
.central-title h2 {
    color: var(--Brand-Shades-New-Leaf-Dark, #709730);
    font-family: BARABARA-FINAL;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.64px;
    margin-bottom: 0px;
    padding-bottom: 48px;
}
.central-cards {
    display: flex;
    width: 380px;
    flex-direction: column;
    align-items: flex-start;
}
.central-cards img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.central-cards-title {
    display: flex;
    height: 87px;
    padding: 12px 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom-left-radius: 8px;
    background: var(--brand-shades-new-leaf-normal-hover, #86B53A);
    border-bottom-right-radius: 8px;
}
.central-cards-title h3 {
    color: var(--Text-Colors-25, #FCFCFC);
    font-family: BARABARA-FINAL;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.custom_row.central_row {
    justify-content: unset;
    display: flex;
    flex-wrap: wrap;
    width: 1192px;
    margin: 0 auto;
}
.central-sec .col_md_4.col_12 {
    width: 32%;
}

.western-card-title{
background: var(--Brand-Shades-Soothing-Sky-Normal, #70B9C0);
}
.central-title.western-title h2 {
    color: var(--Brand-Shades-Playful-Water-Darker, #1A3041);
}
.rizal-direction-title h2 {
    color: #000;
    font-family: "Avenir Next";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.rizal-direction-title {
    width: 986px;
    margin: 0 auto;
}
.video_box .video {
      width: 860px;
      height: 500px;
      border: 3px solid #333;
      border-radius: 10px;
      background-color: #000;
}
.park-history-sec.video_box {
    padding-top: 50px;
}
.park-history-card video {
    width: 860px;
}
.rizal-content-sec {
    padding: 104px 0px 48px 0px;
}
.rizal-content-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;

}
.rizal-content-detials {
    width: 65%;
}
.rizal-content-media {
    width: 35%;
}
.rizal-content-detials-box p {
    color: #000;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    width: 580px;
    padding-bottom: 16px;
}
.rizal-content-outer {
    display: flex;
    flex-wrap: wrap;
    width: 920px;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 24px;
}
.rizal-content-media-box {
    display: flex;
    width: 342px;
    height: 464px;
    padding: 3.469px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.55px;
}
.rizal-content-detials-box.pad-left {
    padding-left: 50px;
}
    .gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .gallery .image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .gallery .image img {
      object-fit: cover;
      border-radius: 5px;
    }

    .lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
		opacity: 1;
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

	.lightbox img {
		  
			opacity:1 !important;
		}

    .lightbox.active {
      display: flex;
    }

    .lightbox-content {
      position: relative;
      max-width: 80%;
      max-height: 80%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .lightbox-content img {
      max-width: 100%;
      max-height: 70vh;
      border-radius: 5px;
    }

    .lightbox-content p {
      color: #fff;
      margin-top: 10px;
      text-align: center;
    }

    .lightbox .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      color: #fff;
      cursor: pointer;
    }

    .lightbox .prev-btn,
    .lightbox .next-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px;
      color: #fff;
      cursor: pointer;
    }

    .lightbox .prev-btn {
      left: 20px;
    }

    .lightbox .next-btn {
      right: 20px;
    }

    .lightbox-thumbnails {
      display: flex;
      margin-top: 15px;
      gap: 5px;
    }

    .lightbox-thumbnails img {
      width: 80px;
      height: 60px;
      object-fit: cover;
      border: 2px solid transparent;
      cursor: pointer;
      border-radius: 5px;
    }

    .lightbox-thumbnails img.active {
      border-color: #fff;
    }
    .lightbox-outer {
    display: flex;
    width: 1100px;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
}
.left-big-media {
    width: 50%;
}
.right-media-box {
    width: 50%;
}
.right-media-box-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.right-media-one {
    width: 50%;
    padding: 5px;
}
.right-media-one img {
    width: 295px;
    height: 188px;
    flex-shrink: 0;
}
.intresting-booking-sec {
    height: 396px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
}
.intresting-booking-details h2 {
    color: var(--Brand-Shades-Gentle-Grass-Light, #EEF6ED);
    font-family: BARABARA-FINAL;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
    width: 696px;
    margin-bottom: 0px;
    padding-bottom: 32px;
}
.intresting-booking-details a {
    display: flex;
    padding: 10px 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid var(--Text-Colors-200, #D6D6D6);
    background: var(--Text-Colors-25, #FCFCFC);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 150px;
    color: var(--Text-Colors-950, #0D0D0D);
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.rizal-direction-sec {
    margin-bottom: 48px;
}
.about-poco-sec {
    padding: 72px 0px;
    background: #eef6ed;
    position: relative;
}
.about-poco-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
    width: 100%;
}
.poco-media-box {
    width: 50%;
}
.poco-detail-box {
    width: 50%;
}
.poco-media img {
    width: 630px;
    height: 343px;
}
.poco-content h2 {
    color: var(--Brand-Shades-Gentle-Grass-Darker, #1E381C);
    font-family: "Avenir Next";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 0px;
    padding-bottom: 16px;
}
.poco-content p {
    color: var(--Brand-Shades-Gentle-Grass-Darker, #1E381C);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 16px;
    width: 565px;
}
.right-poco-sec-img {
    height: 452.049px;
    position: absolute;
    right: 0;
    top: 0;
}
.left-poco-sec-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230.049px;
    height: 323.049px;
    z-index: 0;
}
.landmark-locator-sec {
    padding: 90px 10px 50px 10px;
}
.breadcurm_sec.Japanese-breadcurm {
/*     background: #fffaec; */
/*     padding-top: 50px; */
    margin-top: 0px;
}


/*my custom css start here*/
/* js css */
#sidebar {
  width: 35%;
  overflow-y: auto;
  border-right: 1px solid #ddd;
  padding: 10px;
  height: 447px;
}
#map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#mappaco {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#search-box {
  width: 90%;
  padding: 8px;
  margin: 10px auto;
  border: 0 solid #ccc;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  border-bottom: 2px solid black;
}
.landmark {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.landmark:hover {
  background-color: #F1F8F9;
}
.landmarks-locator-box {
  width: 100%;
  display: flex;
  border: 1px solid #8080807a;
  border-radius: 10px;
  flex-wrap: wrap;
}

.landmark {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.landmark p {
  padding-left: 41px;
  width: 100%;
}
p.heading {
  font-family: 'Avenir Next';
  font-weight: 700;
  font-size: 18px;
}
.card-outer img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.map-outer{
  width: 65%;
}
.right-aligned .rizal-content-media {
    order: 1;
}
.right-aligned .rizal-content-detials {
    order: 2;
    padding-left: 50px;
}
.right-media-box-outer .right-media-one:nth-child(n+5) {
  display: none;
}
.image img {
    width: 100%;
    height: 100%;
}
.ligtbox-sec {
    padding: 50px;
}
/*careers page start here*/
.career-hero-sec {
    padding: 48px 26px;
    border-bottom: 1.5px solid #EFEFEF;
    background: #FFF;
}
.career-hero-title {
    width: 100%;
}
.career-hero-title h1 {
    color: var(--Text-Colors-950, #222) !important;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.72px;
    width: 100%;
    background: no-repeat;
    -webkit-text-fill-color: unset;
    text-transform: capitalize;
}
.advisory-box-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid var(--Error, #DC3545);
    background: #FFFAFA;
    padding: 24px;
}
.advisory-right-box {
    width: 95%;
}
.advisory-left-box {
    width: 5%;
}
.advisory-right-box h2 {
    color: var(--Gray-900, #101828);
    font-family: "Avenir Next";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.advisory-right-box p {
    color: var(--Text-Colors-950, #222);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}
.advisory-sec {
    margin-top: 48px;
}
.filter-main-box h2 {
    color: #000;
    font-family: "Avenir Next";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 16px;
}
.filter-sec {
    margin: 32px;
    padding: 24px;
}
                .filter-main-box {
            width: 100%;
            background: #fff;
            padding: 20px;         
        }

        .filter-main-box h2 {
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: bold;
        }

        .filter-row {
            display: flex;
            gap: 10px;
            align-items: center;
            position: relative;
        }

        .filter-item {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .filter-item input[type="text"],
        .filter-item select {
            padding: 10px;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 4px;
            outline: none;
            width: 100%;
        }

        .filter-item select {
            appearance: none;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000000" d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
            background-color: #fff;
            background-size: 16px;

        }

        .filter-actions {
            display: flex;
            gap: 10px;
        }

  .filter-actions button {
    padding: 10px 38px !important;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

        .filter-actions .filter-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    background: var(--Brand-Shades-Soothing-Sky-Normal, #70B9C0);
    color: var(--Brand-Shades-Soothing-Sky-Light, #F1F8F9);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

        .filter-actions .refresh-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    background: var(--brand-shades-soothing-sky-light-hover, #EAF5F6);
    color: var(--Brand-Shades-Soothing-Sky-Dark, #548B90);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.filter-item.position-item {
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.filter-item.position-item span {
    color: #000;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}
    .table-container {
      overflow-x: auto;
      position: relative;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      background-color: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    th, td {
      padding: 8px 10px;
      text-align: left;
      border: 1px solid #e0e0e0;
      white-space: nowrap;
    }

    th {
      background-color: #f1f8fa;
      color: #333;
      font-weight: bold;
      position: sticky;
      top: 0;
      z-index: 1;
    }

.position-title {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 13% !important;
    max-width: 330px;
    color: #000;
    font-family: 'Avenir Next';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

    td, th {
      width: 16.6%;
    }
.see-detials-btn {
    border-radius: 4px;
    background: var(--NPDC-Brand-Color-Soothing-Sky, #70B9C0);
    color: var(--Background-Colors-White, #FFF) !important;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px;
    display: block;
}
.see-detials-btn:hover{
  color: #ffff;
}
    .pagination {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
    }

    .pagination button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 130px;
    color: var(--Gray-700, #344054);
    font-family: 'Avenir Next';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

thead .position-title {
    background: var(--Brand-Shades-Soothing-Sky-Light, #F1F8F9);
    padding: 16px 10px;
    align-items: center;
}
.position-bg {
    background: var(--Background-Colors-Gray-White-BG,);
}
.career-table-box {
    width: 100%;
}
section.career-table-sec {
    margin-bottom: 50px;
}
a.next.page-numbers {
  display: none;
}
a.prev.page-numbers {
  display: none;
}
.prev-btn{
  display: flex;
  gap: 20px;
  border: 1px solid;
  padding: 12px 20px 12px 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 130px;
  color: var(--Gray-700, #344054);
  font-family: 'Avenir Next';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.next-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 130px;
  color: var(--Gray-700, #344054);
  font-family: 'Avenir Next';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 10px 12px 17px;
}
.loading-spiner {
  position: absolute;
  width: 100%;
  height: 96%;
  display: none;
  justify-content: center;
  align-items: center;
  background: #0807071a;
}

.loading-spiner img {
  width: 100px;
  height: 100px;
}
form#careerfilter {
  display: flex;
  gap: 10px;
  align-items: center;
}

button.refresh-btn {
  width: 15%;
  display: flex;
  font-size: 18px;
  gap: 10px;
  color: #70b9c0;
  background: #eaf5f6;
  padding: 9px 9px !important;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  border-radius: 4px;
  background: #eaf5f6;
  color: var(--Brand-Shades-Soothing-Sky-Dark, #548B90);
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

button.search-btn {
  display: flex;
  font-size: 18px;
  gap: 5px;
  font-weight: 500;
  max-width: 180px;
}
/* Search bar */
/* Open state of the dialog  */
dialog:open {
  opacity: 1;
  transform: scaleY(1);
}


dialog:open::backdrop {
  background-color: rgba(0, 0, 0, 1) !important;
}

#dialog-search {
  display: block; 
  opacity: 0;
  transform: scaleY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}


#dialog-search[open] {
  opacity: 1;
  transform: scaleY(1);
}

#dialog-search::backdrop {
  background-color: rgba(0, 0, 0, 0.85) !important; 
}

#dialog-search input[type="text"] {
  width: 300px;  
  height: 50px; 
  font-size: 20px !important;  
  padding: 10px; 
  border-radius: 5px;
}

.search-wrapper {
  border: none !important;
  box-shadow: none !important;
}

.career-details-main-sec .applicant-reminder-card ul {
	margin-left: 10px;
}

.career-table-sec tbody tr:nth-child(even) {
	background-color: #F9F9FB;
}

.career-table-sec tbody tr:nth-child(even) .position-title {
	background-color: #F9F9FB;
}

.career-table-sec tbody tr:nth-child(odd) .position-title {
	background-color: white;
}



/* This starting-style rule cannot be nested inside the above selector
because the nesting selector cannot represent pseudo-elements. */

@starting-style {
  dialog:open::backdrop {
    background-color: rgb(0 0 0 / 0%);
  }
}

    /* Responsive adjustments */
    @media screen and (max-width: 768px) {
      .table-container {
        overflow-x: auto;
      }

      .position-title {
        width: 40%; /* Adjust for smaller screens */
      }

      th, td {
        width: auto; /* Allow flexible width */
      }
    tbody .position-title {
        max-width: 230px;
        font-size: 13px;
        line-height: 19px;
    }
    .pagination-number ul li {
        display: none;
    }
    .pagination-number ul li.active {
        display: block; /* Show only the active item */
    }
    }
  @media (max-width: 768px) {
      .filter-row {
          flex-direction: column;
          gap: 15px;
      }
      .filter-item {
width: 100%;
}
.filter-sec {
    margin: 0px;
    padding: 24px 12px;
}
.filter-item.position-item {
    flex-direction: column;
    align-items: self-start;
    gap: 8px;
}
        }
/*careers page end here*/
/*career details page start here*/
.breadcurm_box p {
    padding-bottom: 0px;
}
.career-details-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.career-details-left {
    width: 66%;
}
.career-details-right {
    width: 30%;
}
.about-job-card {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 48px;
}

.job-table-container {
    overflow-x: auto;
}

.job-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}

.job-table th,
.job-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.job-table th {
    background-color: #f8f8f8;
    font-weight: bold;
    width: 35%;
    color: #333;
}

.job-table td {
    background-color: #fff;
    color: #333;
    font-size: 15px;
}
@media (max-width: 768px) {
    .job-table th, .job-table td {
        padding: 10px;
        max-width: 235px;
        word-wrap: break-word;
        white-space: normal;
    }

    .job-table {
        font-size: 13px;
        table-layout: fixed;
    }
    .career-details-left {
    width: 100%;
    order: 2;
}
.career-details-right {
    width: 100%;
    order: 1;
    display: flex;
}
}
.qualification-card {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

.qualification-table-container {
    width: 100%;
}

.qualification-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    word-wrap: break-word;
    table-layout: fixed;
}

.qualification-table th,
.qualification-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.qualification-table thead th {
    background-color: #f8f8f8;
    text-align: center;
    font-weight: bold;
}

.qualification-table tbody th {
    width: 35%;
    background-color: #f8f8f8;
    font-weight: bold;
}

.qualification-table tbody td {
    background-color: #fff;
}

.qualification-table tbody tr:nth-child(odd) td {
    background-color: #f8f8f8;
}
.applicant-reminder-card {
    border-radius: 8px;
    background: rgba(255, 203, 62, 0.12);
    padding: 24px 30px;
}
.applicant-reminder-card h2 {
    display: flex;
    color: var(--brand-shades-smiling-sun-normal-hover, #E6B738);
    font-family: "Avenir Next";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 0px;
}
.applicant-reminder-card h2 svg {
    margin-right: 8px;
}
.applicant-reminder-card p {
    color: #000;
    font-family: "Avenir Next";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 0px;
}
/* Responsive Design */
@media (max-width: 768px) {
    .qualification-table th,
    .qualification-table td {
        padding: 10px;
        font-size: 13px;
    }
}
.job-details-card {
    padding: 16px 11px;
    margin-bottom: 48px;
}
.job-details-card h2 {
    color: #000;
    font-family: "Avenir Next";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.job-details-card p {
    color: #000;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 18px;
}
.job-details-card ul {
    list-style: decimal !important;
    margin: 10px;
}
.job-details-card ul li{
    color: #000;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.applicant-reminder-card ul {
    list-style: decimal;
}
.applicant-reminder-card ul li {
    padding: 5px 10px;
}
.custom_list li {
    font-weight: 600;
}
.custom_list {
    list-style: disc;
    padding: 10px 0px;
}
.custom_list li{
    padding: 5px 0px;
}
.custom_list-alpha {
    list-style: lower-alpha;
    padding: 10px 0px;
}
.custom_list-alpha li {
    padding-bottom: 5px;
}
.career-details-cards {
    padding: 24px 0px;
}
.career-details-cards p {
    color: #000;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 5px;
}
.address-detials h4 {
    color: #000;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.address-detials {
    padding-left: 24px;
}
.career-details-cards h2 {
    color: #000;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.career-details-apply {
    border-radius: 4px;
    border: 1.5px solid #EFEFEF;
    background: #FFF;
    padding: 16px;
}
.career-details-apply h3 {
    color: var(--Text-Colors-950, #0D0D0D);
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 26px;
}
.career-details-apply a {
    border-radius: 4px;
    background: var(--NPDC-Brand-Color-Soothing-Sky, #70B9C0);
    padding: 12px 24px;
    color: var(--Text-Colors-25, #FCFCFC);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding-bottom: 0px;
}

td.position-title {
  max-width: 235px; /* Adjust the width as needed */
  word-wrap: break-word;
  white-space: normal;
}

th.position-title {
  width: 25% !important;
}

td.division_data {
  max-width: 200px; 
  word-wrap: break-word;
  white-space: normal;
}

th.divison_col {
  width: 20%;
}

th.plantilla_col {
  width: 11%;
}

.section.career-table-sec table {
  table-layout: fixed;
}
a.page-numbers {
  padding: 0px 10px;
  margin: 0px 3px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: var(--Text-Colors-Dark-blue, #5A949A);
  text-align: center;
  font-family: 'Avenir Next';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.job-table th, .job-table td{
  background: transparent !important;
}
.career-details-left tbody tr:nth-child(odd) {
  background-color: #FAFAFA;
}
a.disabled {
  background: #70b9c066;
  pointer-events: none;
  position: relative;
  margin-bottom: 37px !important;
}
.job-expired{
  display: none;
}

a.disabled .job-expired{
  position: absolute;
  bottom: -41px;
  color: red;
  display: flex;
}
/*feefback*/
.central-sec .slick-next {
    left: auto !important;
}
.central-sec .slick-next:before {
    right: 50px;
}
.central-sec button.slick-prev.slick-arrow {
    left: auto !important;
}
.central-sec button.slick-prev.slick-arrow {
    right: 53px !important;
}
.central-sec .slick-prev:before {
    right: 0 !important;
}
.breadcurm_sec.Japanese-breadcurm {
    background: #fffaec !important;
    padding-top: 50px !important;
    margin-top: 0px !important;
}
.lightbox .prev-btn, .lightbox .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    width: 30px;
    padding: 30px;
    height: 30px;
    border: 1px solid #4e4e4e;
}
.central-sec .slick-prev:before {
    top: -227px !important;
}
.central-sec .slick-next:before {
    top: -227px;
}
/*career details page end here*/
/*contact us page start here*/
.page-title-sec {
    border-bottom: 1.5px solid #EFEFEF;
    background: #FFF;
    padding: 48px 13px;
}
.page-title h1 {
    color: var(--Text-Colors-950, #222);
    text-align: center;
    font-family: "Avenir Next";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    -webkit-text-fill-color: unset;
}
.contact-us-hero {
    display: flex;
    padding: 24px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.contact-us-hero-title h2 {
    text-align: center;
    font-family: "Avenir Next";
    font-size: 48px;
    font-style: normal;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 0px;
}
.contact-us-hero-title .national-parks {
    background: linear-gradient(91deg, #46813F 0.36%, #92D33D 60.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.contact-us-hero-title .development {
    background: linear-gradient(92deg, #4A8ABA 1.4%, #71BAC0 58.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.contact-us-hero-title .committee {
    background: linear-gradient(93deg, #EEBE3B 3.28%, #FFCB3F 49.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.contact-form-outer {
    display: flex;
    padding: 72px 125px;
    justify-content: center;
    gap: 32px;
    align-self: stretch;
    background: var(--Background-Colors-White, #FFF);
    width: 100%;
}
.contact-form-right {
    width: 45%;
}
.contact-form-left {
    width: 45%;
}
.contact-form-detials-outer {
    display: flex;
    padding: 16px 0px;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
    margin-bottom: 10px;
}
.contact-form-detials-content h2 {
    color: var(--Text-Colors-950, #0D0D0D);
    font-family: "Avenir Next";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.contact-form-detials-content p {
    color: var(--Text-Colors-950, #222);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.office-map {
    align-self: stretch;
    padding: 10px 0px 0px 0px;
}
.contact-social h2 {
    color: var(--Text-Colors-950, #0D0D0D);
    font-family: "Avenir Next";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 16px;
    margin-bottom: 0px;
}
.contact-social ul {
    display: flex;
    align-items: center;
}
.contact-social ul li {
    padding-right: 16px;
}
.input_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 32px;
}
.input_box label {
    color: var(--Text-Colors-950, #0D0D0D);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.input_box label span {
    color: var(--Error, #DC3545);
}
.custom_input {
    display: flex;
    width: 544px;
    height: 50px;
    padding: 0px 12px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--Background-Colors-Gray-White-BG, #F9F9FB);
    border: none !important;
    color: var(--Text-Colors-500, #808080);
    font-family: 'Avenir Next';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}
.custom_input:focus {
    outline: none;
}
textarea.custom_input {
    height: 120px;
    padding-top: 10px !important;
}
select.custom_input {
    padding-top: 12px !important;
}
.submit-btn {
    display: flex;
    justify-content: center;
    color: var(--Text-Colors-25, #FCFCFC);
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}
.submit-btn span{
  padding-left: 6px;
}
.Operating-hours-title h2 {
    color: var(--Text-Colors-950, #222);
    text-align: center;
    font-family: "Avenir Next";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}
.Operating-hours-outer {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    justify-content: center;
}
.Operating-hours-sec {
    padding: 0px 125px 72px 125px;
}
.rizal-operating-box {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    background: #EAF5F6;
}
.Operating-hours-outer {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}
.rizal-operating-box h3 {
    color: var(--brand-shades-soothing-sky-dark-hover, #436F73);
    text-align: center;
    font-family: "Avenir Next";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.rizal-operating-box h4 {
    color: var(--brand-shades-soothing-sky-dark-hover, #436F73);
    text-align: center;
    font-family: "Avenir Next";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.rizal-operating-box p {
    color: var(--brand-shades-soothing-sky-dark-hover, #436F73);
    text-align: center;
    font-family: "Avenir Next";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    padding: 0px 30px;
}
.rizal-operating-box {
    min-height: 300px;
}
.Operating-hours-title {
    margin-bottom: 32px;
}
.rizal-operating-box.paco-operating h3 {
    color: var(--brand-shades-new-leaf-dark-hover, #597926);
}
.rizal-operating-box.paco-operating h4 {
    color: var(--brand-shades-new-leaf-dark-hover, #597926);
}
.rizal-operating-box.paco-operating p {
    color: var(--brand-shades-new-leaf-dark-hover, #597926);
}
.npdc-title h2 {
    color: var(--Text-Colors-950, #222);
    text-align: center;
    font-family: "Avenir Next";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    padding-bottom: 32px;
}
.npdc-title iframe {
    width: 1190px;
    height: 634px;
    flex-shrink: 0;
    margin: 0 auto;
}
.rizal-operating-box.paco-operating {
    border-radius: 16px;
    background: #F4FAEC;
}
.feedback-sec {
    margin-top: 48px;
    height: 368px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.feedback-outer {
    width: 84%;
    margin: 0 auto;
}
.feedback-outer p {
    color: var(--Text-Colors-Solid-black, #000);
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 0px;
}
.feedback-outer h2 {
    color: var(--Text-Colors-Solid-black, #000);
    font-family: "Avenir Next";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.96px;
    padding-bottom: 40px;
}
.feedback-outer a {
    padding: 11px 14px;
    background: var(--NPDC-Brand-Color-Soothing-Sky, #70B9C0);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Text-Colors-50, #FAFAFA) !important;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    width: 255px;
    height: 40px;
    border-radius: 8px;
}
.feedback-outer a svg {
    margin-left: 2px;
}
.input_box p {
    width: 100%;
    padding-bottom: 0px;
}
.input-btn p svg {
    position: absolute;
    left: 62%;
    top: 11px;
}
.input-btn p {
    position: relative;
}
section.landmark-locator-sec.contact-land {
    padding-top: 0px;
}
.wpcf7-response-output {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
}

.form_row {
    position: relative;
}

.wpcf7-response-output::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23d32f2f" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"/></svg>');
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 10px 40px;
    border: 2px solid #00a0d2;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/* Common Styles for Message Box */
.wpcf7-response-output {
    position: relative;
    padding: 12px 15px 12px 45px; /* Space for icon */
    font-weight: bold;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
}

/* Error Message Styling */
.wpcf7-not-valid,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border: 2px solid #d32f2f; /* Red border */
    color: #d32f2f;
}

.wpcf7-not-valid::before,
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.failed .wpcf7-response-output::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23d32f2f" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"/></svg>');
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Success Message Styling */
.wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #70B9C0; /* Green border */
    color: #70B9C0;
}

.wpcf7 form.sent .wpcf7-response-output::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%2370B9C0" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-5h2v2h-2zm0-10h2v6h-2z"/></svg>');
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/*contact us page end here*/
.contact-land #sidebar {
  width: 0%;
  visibility: hidden;
  padding:0;
}
.contact-land .map-outer {
  width: 99%;
}



/*///////////// ipad pro devices////////////*/

@media (max-width: 1024px) and (min-width: 992px) {
  .custom_row {
    width: 100%;
}
.landmark-sec {
    padding: 24px;
    position: relative;
}
.breadcurm_box {
    width: 96%;
}
.about-park-sec {
    padding: 24px;
}
.park-content p {
    max-width: 100%;
}
.park_outer {
    width: 100%;
}
.park-history-sec {
    padding: 24px;
}
.park-history-card-body {
    padding: 50px;
}
.landmark-locator-sec {
    padding: 30px;
}
.central-sec {
    padding: 50px 30px;
}
.custom_row.central_row {
    width: 100%;
}
.rizal-direction-sec {
    margin-bottom: 48px;
    padding: 30px;
}
.rizal-content-sec {
    padding: 50px 30px;
}
.ligtbox-sec {
    padding: 30px;
}
.lightbox-outer {
    width: 100%;
}
.right-media-one img {
    height: 180px;
}
.rizal-content-detials-box p {
    width: 100%;
}
.rizal-content-outer {
    width: 100%;
}
.right-poco-sec-img {
    height: auto;
    width: 200px;
}
.about-poco-sec {
    padding: 50px 30px;
}
.poco-content p {
    width: 100%;
}
.poco-media-box {
    width: 46%;
}
.poco-detail-box {
    width: 48%;
}
.left-poco-sec-img {
    width: 200px;
    height: auto;
    z-index: 0;
}
.advisory-sec {
    padding: 0px 26px;
}
section.career-table-sec {
    padding: 0px 43px;
}
.position-title {
    background: #f1f8fa;
}
.career-details-main-sec {
    padding: 0px 37px;
}
.breadcurm_sec {
    padding: 0px 26px;
}
.contact-form-outer {
    padding: 72px 0px;
}
.Operating-hours-sec {
    padding: 0px 50px 50px 50px;
}
section.npdc-sec {
    padding: 0px 30px;
}
}

/* //////////  ipad mini device /////////////// */
@media (max-width: 991px) and (min-width: 768px) {
  .custom_row {
    width: 100%;
}
.landmark-sec {
    padding: 24px;
    position: relative;
}
.breadcurm_box {
    width: 96%;
}
.about-park-sec {
    padding: 24px;
}
.park-content p {
    max-width: 100%;
}
.park_outer {
    width: 100%;
}
.park-history-sec {
    padding: 24px;
}
.park-history-card-body {
    padding: 50px;
}
.landmark-locator-sec {
    padding: 30px;
}
.central-sec {
    padding: 50px 30px;
}
.custom_row.central_row {
    width: 100%;
}
.rizal-direction-sec {
    margin-bottom: 48px;
    padding: 30px;
}
.rizal-content-sec {
    padding: 50px 30px;
}
.ligtbox-sec {
    padding: 30px;
}
.lightbox-outer {
    width: 100%;
}
.right-media-one img {
    height: 140px;
}
.rizal-content-detials-box p {
    width: 100%;
}
.rizal-content-media-box {
    width: 100%;
    height: auto;
}
.col_md_12.col_12.intresting-booking-details {
    padding-left: 30px;
}
.landmark-cards {
    padding: 0px;
}
.central-cards-title h3 {
    font-size: 16px;
    line-height: 8px;
}
.advisory-sec {
    padding: 0px 26px;
}
section.career-table-sec {
    padding: 0px 50px;
}
.position-bg {
    background: hsl(193.33deg 47.37% 96.27%);
}
.position-title {
    background: #f1f8fa;
}
.filter-item.position-item span {
    display: none;
}
.filter-item.position-item {
    flex-direction: column;
}
.filter-actions button {
    padding: 6px 12px !important;
}
.filter-item input[type="text"], .filter-item select {
    font-size: 10px;
}
button.refresh-btn{
  width: 17%;
  padding: 7px 9px !important;
}
.filter-row {
  flex-direction: row;
}
.contact-us-hero-title {
    width: 100%;
}
.custom_input {
    width: 100%;
}
.Operating-hours-sec {
    padding: 0px;
}
}



/*//////////////// mobile responsive ///////////////////////////////*/
@media only screen and (max-width: 767px){
    .custom_row {
        display: block;
        width: 100%;
    }
.landmedia-right {
    width: 200px;
    height: auto;
}
.landmedia-left {
    width: 200px;
    height: auto;
}
.landmark-cards {
    height: 418px;
    min-width: 300px;
     padding: 0px 26px;
    margin: 8px 0px;
}
.col_md_6.col_12 {
    width: 90%;
    margin: 0 auto;   
}
.landmark-sec {
    padding: 50px 0px 50px 0px;
    position: relative;
}
.custom_row.row_width {
    max-width: 100%;
    margin: 0 auto;
}
.rizal-park-hero-sec {
    height: 200px;
}
    .breadcurm_sec.Japanese-breadcurm {
        padding-top: 0px;
        margin-top: 20px;
    }
.container {
    max-width: 100%;
    margin: 0 auto;
}
.breadcurm_box {
        display: flex;
        max-width: 380px;
        margin-bottom: 0px;
        padding: 8px 8px;
        margin-left: 25px;
    }
    .about-park-sec {
        padding: 50px 24px;
    }
.park_outer {
    display: block;
    width: 100%;
}
.park-left-box {
    width: 100%;
}
.park-right-box {
    width: 100%;
    margin-top: 37px;
}
.park-history-sec {
    padding: 0px 24px;
}
.park-history-card {
    width: 100%;
}
.park-history-card-body {
    padding: 0px;
}
#sidebar {
    width: 100%;
    order: 2;
}
.rizal-direction-sec {
    margin-bottom: 48px;
    padding: 24px;
}
.rizal-direction-title {
    width: 100%;
    margin: 0 auto;
}
.central-sec {
    padding: 40px 24px;
}
.custom_row.central_row {
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.slick-next:before {
    top: -215px;
}
button.slick-prev.slick-arrow {
    left: 0;
}
.slick-next {
    left: 55px;
}
.rizal-content-sec {
    padding: 50px 24px;
}
.rizal-content-outer {
    width: 100%;
}
.rizal-content-detials {
    width: 100%;
}
.rizal-content-media {
    width: 100%;
}
.rizal-content-detials-box p {
    width: 100%;
}
.rizal-content-media-box {
    width: 100%;
    padding: 0px;
}
.rizal-content-detials {
    order: 1;
}
.rizal-content-media {
    order: 2;
}
.rizal-content-detials-box.pad-left {
    padding-left: 0px;
}
.breadcurm_box p a {
    font-size: 14px;
}
.left-big-media {
    width: 100%;
}
.right-media-box {
    width: 100%;
}
.lightbox-outer {
    width: 100%;
    flex-wrap: wrap;
}
.ligtbox-sec {
    padding: 0px 24px;
}
.intresting-booking-details h2 {
    font-size: 32px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 32px;
}
.col_md_12.col_12.intresting-booking-details {
    padding: 0px 24px;
}
.poco-media-box {
    width: 100%;
}
.poco-detail-box {
    width: 100%;
}
.about-poco-sec {
    padding: 24px;
}
.poco-content p {
    width: 100%;
}
.right-poco-sec-img {
    height: auto;
    width: 100px;
    z-index: 0;
}
.poco-media img {
    width: 100%;
    height: auto;
}
.left-poco-sec-img {
    width: 100px;
    height: auto;

}
.poco-content h2 {
    padding-bottom: 30px;
}
.poco-media {
    margin-bottom: 24px;
}
.landmark-locator-sec {
  padding: 50px 10px 50px 10px;
}
.map-outer {
  width: 100%;
  height: 450px;
  order: 1;
}
.contact-land .map-outer {
  width: 100%;
  height: auto;
  order: 1;
}
.career-hero-sec {
    padding: 0px 26px;
}
.advisory-sec {
    padding: 0px 24px;
}
.advisory-right-box {
    width: 86%;
}
.advisory-left-box {
    width: 13%;
}
section.career-table-sec {
    padding: 0px 26px;
}
    .pagination-number ul li.active {
        padding: 10px;
    }
    .breadcurm_sec.career-detail-bread {
    width: 87%;
    margin: 0 auto;
    padding: 30px 0px;
}
.career-details-main-sec {
    padding: 0px 26px;
}
.career-details-apply {
    width: 100%;
    margin-bottom: 24px;
}
.about-job-card {
    margin-bottom: 0px;
}
.job-details-card {
    margin-bottom: 4px;
}
.custom_list {
    margin-left: 0px;
}
.applicant-reminder-card {
    padding: 24px 15px;
}
ul.custom_list li a {
    width: 100%;
    display: block;
    font-size: 14px;
}
button.refresh-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width:50%;
  max-width: 170px;
}
.filter-item.position-item {
  flex-direction: column;
  align-items: baseline;
  gap: 4px;
}
form#careerfilter {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.filter-item {
  flex: auto;
}
.prev-btn{
  max-width: 100px;
  padding: 9px 11px 9px 3px;
  font-size: 14px;
}
.next-btn{
    padding: 9px 3px 7px 7px;
    max-width: 76px;
}
.career-hero-title h1{
  font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
span.page-title-breadcrumb {
  display: inline-block;
  max-width: 20ch;
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
}
.central-sec button.slick-prev.slick-arrow {
    left: -2px !important;
    top: 161px;
}
.central-sec .slick-prev:before {
    left: 0 !important;
    right: auto;
    font-size: 40px;
}
.central-sec .slick-next {
    left: unset;
    right: auto;
}
.central-sec .slick-next:before {
  right: 260px;
  left: auto;
  top: 0px !important;
  position: relative;
  font-size: 40px;
}
.curve-image img {
    margin-top: -11px;
}
.right-aligned .rizal-content-detials {
    order: 2;
    padding-left: 0px;
    padding-top: 30px;
}
.lightbox .prev-btn, .lightbox .next-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    width: 20px;
    padding: 26px;
    height: 22px;
    border: 1px solid #4e4e4e;
    z-index: 9999999;
    border: none;
    right: 0;

}
.lightbox .prev-btn {
    left: 0 !important;
}
.slick-next:before {
    top: -216px;
}
.central-sec .slick-prev:before {
  top: -188px !important;
  position: relative;
  left: -10px !important;
}
.page-title h1 {
    font-size: 30px;
    line-height: 38px;
}
.contact-us-hero-title h2 {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
}
.contact-us-hero {
    padding: 24px;
}
.contact-form-outer {
    padding: 32px 24px;
    display: block;
}
.contact-form-left {
    width: 100%;
}
.contact-form-right {
    width: 100%;
}
.office-map iframe {
    height: 260px;
    width: 353px;
    margin-left: -41px;
    max-width: 342px;
}
.contact-form-right {
    width: 100%;
    margin-top: 40px;
}
.input_box {
    width: 100%;
    margin-bottom: 20px;
}
.Operating-hours-title h2 {
    font-size: 24px;
    line-height: 32px;
}
.Operating-hours-sec {
    padding: 24px;
}
.Operating-hours-outer {
    display: block;
    width: 100%;
}
.rizal-operating-box {
    gap: 10px;
}
.rizal-operating-box p {
    padding: 0px 16px;
}
.Operating-hours-right {
    margin-top: 32px;
}
.custom_input {
    width: 100% !important;
}
.npdc-title h2 {
    font-size: 24px;
    line-height: 32px;
}
.npdc-title iframe {
    width: 342px;
    height: 249px;
    margin: 0 auto;
}
.feedback-outer h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 20px;
}
.feedback-sec {
    background-position: unset;
}
.input-btn p svg {
    position: absolute;
    left: 67%;
    top: 11px;
}
}
/*//////////// mini phone /////////////*/
@media (max-width: 410px) and (min-width: 320px) {
  .slick-next:before {
    top: -205px !important;
}
    .breadcurm_box {
        max-width: 326px;
    }
    .breadcurm_box p {
    font-size: 12px;
}
}
a:visited {
	color: #000;
}



@media only screen and (max-width: 767px) {
	.transparency-seal-menu {
		display: none;
	}
	
	.quality-policy-p {
		margin-left: 4px;
		margin-right: 4px;
	}
	
	.quality-policy-p .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.is-layout-flow {
		flex-basis: 3% !important;
		margin-right: 10px;
	}
	
	.quality-policy-p .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.is-layout-constrained {
		flex-basis: 90% !important;
	}
}

.search-results .nav-links a {
  border: slategrey 1px solid;
  padding: 10px;
  border-radius: 10px;
}

.search-results .nav-links a:hover {
  background-color: whitesmoke;
  padding: 10px;
}

.search-results .nav-links {
  padding: 10px;
}

.search-results .nav-previous a::before {
  content: "←"; /* Unicode left arrow */
  margin-right: 8px; /* Space between the arrow and text */
  font-size: 16px;
}

.search-results .nav-next a::after {
  content: "→"; /* Unicode left arrow */
  margin-right: 8px; /* Space between the arrow and text */
  font-size: 16px;
}

.search-no-results form .search-submit {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}


/* .transparency-seal-menu::before, 
.accordion-item::before {
    content: "";
    display: block;
    height: 500px; 
    margin-top: -500px;
	scroll-margin-top: 100px;
   
} */




/* test drivee for table responsiveness */
/* Ensure the table is responsive */
.career-details-main-sec .job-details-card table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: auto !important;
    border-radius: 8px;
    overflow: hidden;
}

/* Style for headers */
.career-details-main-sec .job-details-card th {
    background-color: #F7F7F7; /* Light gray background */
    font-weight: bold !important;
    padding: 12px !important;
    text-align: left !important;
    font-size: 15px !important;
    font-family: "Avenir Next", sans-serif !important;
    white-space: nowrap !important; /* Prevent header text from collapsing */
}

/* Style for table rows */
.career-details-main-sec .job-details-card td {
    padding: 8px !important;
    font-size: 14px !important;
    text-align: left !important;
    border: 1px solid #dee2e6 !important;
    font-family: "Avenir Next", sans-serif !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

/* Ensure the first column remains bold */
.career-details-main-sec .job-details-card td:first-child {
    background-color: #F7F7F7 !important;
    font-weight: bold !important;
}

/* Ensure empty cells have proper height */
.career-details-main-sec .job-details-card td:empty {
    height: 40px !important;
}

/* mobile responsiveness */
@media (max-width: 768px) {
    .career-details-main-sec .job-details-card table {
        width: 100% !important;
        table-layout: fixed !important;
    }

    /* Prevent headers from stacking */
    .career-details-main-sec .job-details-card th,
    .career-details-main-sec .job-details-card td {
        display: table-cell !important;
        width: auto !important;
        text-align: left !important;
        padding: 12px !important;
        box-sizing: border-box !important;
    }
    
    /* Text to wrap properly */
    .career-details-main-sec .job-details-card td {
        word-wrap: break-word !important;
        white-space: normal !important;
    }

    .page-template-directory-of-officials figure {
      width: 100% !important;
    }
}
