/*
 Theme Name:   Twenty Thirteen Child
 Template:     twentythirteen
 Version:      1.0
*/

/* ------------------------------
   Poppins - All Weights & Italics
   WOFF2 Format
------------------------------ */

/* Normal weights */
/* Poppins Normal */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/poppins/Poppins-Thin.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/poppins/Poppins-ExtraLight.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/poppins/Poppins-Light.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/poppins/Poppins-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/poppins/Poppins-Medium.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/poppins/Poppins-SemiBold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/poppins/Poppins-Bold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/poppins/Poppins-ExtraBold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/poppins/Poppins-Black.woff2') format('woff2');
    font-display: swap;
}

/* Poppins Italic */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url('assets/fonts/poppins/Poppins-ThinItalic.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url('assets/fonts/poppins/Poppins-ExtraLightItalic.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url('assets/fonts/poppins/Poppins-LightItalic.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('assets/fonts/poppins/Poppins-Italic.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('assets/fonts/poppins/Poppins-MediumItalic.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('assets/fonts/poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('assets/fonts/poppins/Poppins-BoldItalic.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url('assets/fonts/poppins/Poppins-ExtraBoldItalic.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url('assets/fonts/poppins/Poppins-BlackItalic.woff2') format('woff2');
    font-display: swap;
}

/* Apply globally */
body, h1, h2, h3, h4, h5, h6, p, span, li, a {
    font-family: 'Poppins', sans-serif;
}

.site {
    background-color: #003152;
    border-left: 0;
    border-right: 0;
    margin: 0;
    max-width: none;   /* 🔥 IMPORTANT */
    width: 100%;
}

.error404 .page-wrapper{
    background-color: #003152;
    margin-bottom: 160px !important;
    padding: 20px;
}

.error404 .page-title {
    display: none;
}

.maintenance .open-login-form {
	display: none !important; 
}

.center-grid-items .elementor-grid { display: flex; justify-content: center; gap: 20px; /* Adjust spacing as needed */ flex-wrap: wrap; } .center-grid-items .elementor-grid > * { max-width: 300px; /* Adjust to match your grid item width */ flex: 0 1 auto; /* Prevents stretching */ }

/* Top-level parent menu items (down arrow) */
#site-navigation .menu > ul > li.menu-item-has-children > a::after {
    content: '\f142'; /* Dashicons arrow-down */
    font-family: 'Dashicons';
    font-size: 14px;
    margin-left: 8px;
    vertical-align: middle;
    color: #ffffff; /* matches dark navbar */
}

/* Nested submenu items (right arrow) */
#site-navigation .menu > ul > li > ul > li.menu-item-has-children > a::after {
    content: '\f105'; /* Dashicons arrow-right */
    font-family: 'Dashicons';
    font-size: 12px;
    vertical-align: middle;
    float: right;
    color: #ffffff;
}

/* Optional: add smooth color transition */
#site-navigation .menu li a::after {
    transition: color 0.3s ease;
}

#site-navigation .menu li:hover > a::after,
#site-navigation .menu li:focus-within > a::after {
    color: #ffffff; /* stays visible on hover/focus */
}

#site-navigation .menu li {
    overflow: visible;
}

/* Remove active tab background */
.elementor-widget-n-tabs {
    --n-tabs-title-background-color-active: #0E5579;
    --n-tabs-title-background-color-hover: #0E5579;
}

/* Horizontal scroll container */
.elementor-widget-n-tabs .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #888 #eee;

    padding: 0 12px; /* container padding left & right */
}

/* Optional: style the scrollbar */
.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    height: 6px;
}
.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar-track {
    background: #eee;
}
.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
    border: 1px solid #eee;
}

.page .entry-content {
    max-width: 1280px;   /* change to your desired width */
    margin: 0 auto;     /* center the content */
    /* padding: 0 10px;  */
	text-align: justify;/* optional padding for smaller screens */
}

.post-sidebar {
    background: transparent;           /* semi-transparent dark */

    border: 1px solid rgba(255, 255, 255, 0.1); /* subtle border */
    padding: 20px;        /* spacing inside */
    margin-bottom: 20px;  /* spacing from content */
    color: #ffffff;       /* default text color */
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Optional: highlight headers inside sidebar */
.post-sidebar h2 {
    color: #f0b709;
    margin-bottom: 15px;
}

.post-sidebar .sidebar-header h2,
.post-sidebar .sidebar-fb h2 {
    font-size: 18px;
    font-weight: bold;
    color: #f0b709;
    margin-bottom: 15px;
}

.post-sidebar .sidebar-fb iframe {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    overflow: hidden;
}

/* Optional: hover effect for liquid glass shimmer */
.post-sidebar:hover {
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}

._2lqh, ._1drm{
    max-height: 200px !important;
}

.page {
    width: 100vw;
}

.entry-content {
    font-weight: 200;
	text-align: justify;
    color: #fff;

}

.post-views-icon::before {
    font-family: "Dashicons"; /* important */
    content: "\f177"; /* your icon code */
    display: inline-block;
    font-size: 18px; /* adjust size */
    color: #333; /* adjust color */
    margin-right: 4px;
}

.hentry{
    padding: 0px;
}
.site-header {
    background-color: #084c73;
}
/* Sticky header */
#masthead {
    background: #084c73;
}
/* Remove Twenty Thirteen search toggle background */
#masthead .search-toggle,
#masthead .search-form,
#masthead .nav-menu .search-field,
#masthead .nav-menu .search-submit {
    display: none;
}

.grid-container {
  display: grid;                           /* grid container */
  grid-template-columns: repeat(3, 1fr);   /* 3 columns */
  gap: 20px;                               /* spacing */
  justify-content: center;                 /* centers last row */
}

.fade-section::before {
	z-index: 100;
	pointer-events: none;
}

/* Make navbar full width and stick to top */
.navbar {
    position: sticky;
    top: 0;
    left: 0;           /* align to left edge */
    width: 100vw;      /* full viewport width */
    max-width: 100vw;   /* prevent parent max-width from constraining */
    z-index: 1000;

    /* Dark semi-transparent glass */
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    /* Optional soft border and shadow */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);

    color: #ffffff;

    /* Optional: smooth transition when scrolling */
    transition: background 0.3s ease, box-shadow 0.3s ease;

    box-sizing: border-box; /* prevent overflow with padding/borders */
    padding: 0px;        /* optional horizontal padding */
}

.main-navigation {
    max-width: 1280px !important;
    margin: 0 auto;

}
.menu-menunav-container {
    display: flex;
    justify-content: center;
}
nav li > a{
    font-size: 19px;
    font-weight: normal;
    color: #ffffff;
 }
li.page_item a {
    color: #ffffff;
}
/* .entry-title {
    display: none;
} */
.search-form {
    display: flex;
    flex-direction: column;
    gap: 8px; /* space between input and button */
    align-items: flex-start;
}
.nav-menu a {
    color: #ffffff;
    font-weight: normal;
}
.nav-menu li a {
    color: #ffffff;
}
.menu-item.focus > a,
.menu-item.current-menu-item > a {
    background-color: #0f5479; /* Change to your desired background color */
    color: #ffffff;           /* Change to your desired font color */
}
ul .sub-menu,
.nav-menu .sub-menu,
.nav-menu .children {
    background: rgb(1,46,80, 0.5);
    border: none;
    /* Optional soft border and shadow */
}
.nav-menu li:hover,
.menu-item.focus,
.menu-item.focus > li,
ul .sub-menu li:hover {
    background: transparent !important;
    color: #f0b709;
    font-style: normal;
    border-bottom: 0px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background: transparent !important;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    font-weight: bold;
    background: transparent !important;
    color: #f0b709;
}
.nav-menu a:hover {
    background: rgba(255,255,255,0.15);
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a,
.nav-menu .current_page_item > a:hover, .nav-menu .current_page_ancestor > a:hover, .nav-menu .current-menu-item > a:hover, .nav-menu .current-menu-ancestor > a:hover,
.nav-menu .current_page_item > a:focus, .nav-menu .current_page_ancestor > a:focus, .nav-menu .current-menu-item > a:focus, .nav-menu .current-menu-ancestor > a:focus {
    background-color: transparent;
    color: #f0b709;
    font-style: normal;
    font-weight: bold;
    margin: auto;
}
/* Active menu item styling applied to <li> */
.nav-menu .current_page_item,
.nav-menu .current_page_ancestor,
.nav-menu .current-menu-item,
.nav-menu .current-menu-ancestor {
    background-color: transparent;
    color: #f0b709; /* fallback for text inside */
    font-style: normal;
    font-weight: bold;
    border-bottom: 2px solid #f0b709;
    margin: 0 auto;
}

/* Ensure <a> inside inherits color and no extra padding interference */
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: inherit;       /* inherit from <li> */
    text-decoration: none;
    display: block;       /* fill the <li> area */
}

.nav-menu li ul a {
    background: transparent;
}

/* Dashicons arrows */
.nav-menu li.menu-item-has-children > a::after {
    content: "\f140";
    font-family: "Dashicons";
    font-size: 16px;
    float: right;
    margin-left: 0px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.nav-menu li.menu-item-has-children.focus > a::after,
.nav-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}


html, body {
    height: 100%;
    margin: 0;
}

/* Wrap all content including main and footer */
body {
    display: flex;
    flex-direction: column;
}

.custom-pagination {
    text-align: center;
    margin: 40px 0;
}

.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    margin: 0;
    padding: 12px 16px;
    background: #0e5579;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}

.custom-pagination .current {
    background: #f0b709;
    color: #003152;
}

.more-link{
    color: #f0b709;
    font-weight: bold;
    text-decoration: none;
}

.entry-summary p a:visited {
    color: #f0b709 !important;
}

.more-link:hover{
    color: #f5f5f5;
    font-weight: bold;
    text-decoration: none;
}

.careers-table td {
    color: #000;
}

.careers-table tr:hover td {
    color: #fff;
}

.entry-summary > p {
    font-weight: 300;
    font-size: 16px;
}

.entry-title {
    font-weight: bold;
}

.entry-title a {
    color: #f0b709 !important;  /* forces color to apply */
    font-weight: bold;
    text-decoration: none; /* optional */
}

.entry-title a:hover {
    color: #fff !important;  /* forces color to apply */
    font-weight: bold;
    text-decoration: none; /* optional */
}

.entry-meta a {
    font-size: 16px !important;
    color: #999 !important;
    margin: 5px 0;
    font-weight: 200 !important;
}

.entry-meta a:hover {
    font-size: 16px !important;
    color: #f0b709 !important;
    font-weight: bold;
    margin: 5px 0;
}

.entry-meta > span {
    font-size: 16px !important;
    color: #f3f3f3 !important;
    font-weight: 200 !important;
}

/* #main {
    min-height: 100vh;
    background-color: #003152;
} */

.post-views .post-views-label {
    font-weight: bold !important;
    color: #fff !important;
}

.post-views .post-views-count {
    font-weight: bold !important;
    color: #fff !important;
}

.entry-content .post-views .post-views-count {
    font-weight: bold !important;
    color: #fff !important;
}

.entry-content .post-views .post-views-label {
    font-weight: bold !important;
    color: #fff !important;
}

#main {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 200px);
    background: linear-gradient(180deg, #084c73 0%, #003152 30%);
}

#main::before {
    content: "";
    position: absolute;
    inset: 0; /* covers entire container */
    background: url(/wp-content/themes/twentythirteen-child/images/clean-textile.png);
    opacity: 0.1; /* your desired opacity level */
    pointer-events: none; /* ensures content is clickable */
    z-index: 0;
}

#primary-menu {
    display: flex;
    gap: 0; /* no gap between items */
    margin: 0;
    padding: 0;
    list-style: none;
}
#primary-menu > li {
    margin: 0;
    padding: 0;
}
#post-112 .entry-header{
    display: none;
}
/* Basic search input styling */
.search-field {
    width: 0; /* start collapsed */
    padding: 8px 8px 8px 34px; /* left padding for icon */
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url('images/search-icon-2x.png');
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 24px 24px;
    transition: width 0.4s ease, padding 0.4s ease;
    cursor: pointer;
}

/* Expand input on focus */
.search-field:focus {
    width: 200px; /* or whatever width you want */
    cursor: text;
}

/* Optional: on hover, slightly expand */
.search-field:hover {
    width: 150px;
}

.e-n-accordion-item {
  scroll-margin-top: 120px;
}

@media (max-width: 768px) {
    .search-form {
        flex-direction: column;
        gap: 8px;
    }

    .search-field,
    .search-submit {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wp-block-file a.wp-block-file__button {
        background-color: #0073aa;
        color: #fff;
        padding: 10px 15px;
        text-decoration: none;
        border-radius: 5px;
        display: inline-block;
    }

    .wp-block-file a.wp-block-file__button:hover {
        background-color: #005177;
    }
}

/* Only on mobile */
@media (max-width: 768px) {
    /* Hide PDF preview iframe/embed inside File block */
    .wp-block-file embed,
    .wp-block-file iframe {
        display: none !important;
    }

    /* Show only the download link */
    .wp-block-file a.wp-block-file__button {
        display: inline-block !important;
    }
}


/* --- MOBILE MENU FIX (Twenty Thirteen) --- */
@media (max-width: 768px) {

    /* Show hamburger button */
    .menu-toggle {
        display: block;
        background: none;
        color: #ffffff;
        border: none;
        font-size: 18px;
        padding: 12px 20px;
        width: 100%;
        text-align: left;
    }

    /* Hide menu by default */
    #primary-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    /* Show menu when toggled */
    .main-navigation.toggled #primary-menu {
        display: block;
    }

    #primary-menu > li {
        width: 100%;
    }

    .sub-menu {
        position: static !important;
        width: 100%;
    }
}

.page .entry-title {
    display: none;
    margin-top: -20px;
}

.entry-title{
    color: #f0b709;
}

.entry-header {
    margin-bottom: 0;
}
.entry-meta a {
    text-decoration: none;
    font-weight: bold;
    color: #42464a
}
.entry-meta a:hover {
    color: #f0b709;
    text-decoration: none;
    font-weight: bold;
}


/* Basic search input styling */
.search-field {
    width: 0; /* start collapsed */
    padding: 8px 8px 8px 34px; /* left padding for icon */
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url('images/search-icon-2x.png');
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 24px 24px;
    transition: width 0.4s ease, padding 0.4s ease;
    cursor: pointer;
}

/* Expand input on focus */
.search-field:focus {
    width: 200px; /* or whatever width you want */
    cursor: text;
}
/* Container */
.category-posts {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Card */
.category-card {
	display: flex;
	flex-direction: row;
	gap: 20px;
	border: none;
    border-radius: 20px;
	padding: 32px;
	background: transparent;
	transition: 0.3s ease;
}

.category-card:hover {
    background: #f5f5f530;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}

/* Image on the left */
.card-image img {
	width: 200px; /* fixed width */
	height: auto;
	display: block;
	object-fit: cover;
}

/* Text on the right */
.card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.entry-title {
	font-size: 20px;
	margin: 0;
}

.entry-title a{
    color: #fff;
}

.entry-meta a{
	font-size: 13px;
	color: #ffffff;
	margin: 5px 0;
}

.entry-summary {
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}

/* Responsive for small screens */
@media (max-width: 768px) {
	.category-card {
		flex-direction: column;
	}
	.card-image img {
		width: 100%;
	}
}
/* Optional: on hover, slightly expand */
.search-field:hover {
    width: 150px;
}

p, div, article, span, .entry-content {
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    word-wrap: normal !important;
}

#metaslider_container_88 img {
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#metaslider_container_1435 img {
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.metaslider.ms-theme-cubic .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
    border-radius: 20px !important;
}

#rt-tpg-container .layout2 .rt-holder h4.entry-title a {
  line-height: 1.2 !important;
}

/* Default caret */
#masthead .menu-item-has-children > a::after {
    content: "▼";        /* down arrow */
    font-size: 9px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease; /* smooth rotation */
    transform: rotate(0deg);         /* default down */
}

#preloader {
    display: none;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background: #07476b;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}


#preloader.hide .preloader-logo,
#preloader.hide .preloader-text {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.preloader-logo {
    width: 80px;
}

.preloader-text{
    margin-top: 14px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
}

@keyframes logoReveal {
    to {
        clip-path: inset(0 0 0 0);
    }
}

.loader-circle {
    margin-top: 20px;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* @keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
} */

/* Border radius for each menu item */
.hfe-nav-menu li > a.hfe-menu-item {
  border-radius: 8px;
}

nav.hfe-dropdown {
    z-index: 1000 !important; /* ensure dropdowns appear above other content */
}

/* Hover state: reverse/up */
#masthead .menu-item-has-children:hover > a::after {
    transform: rotate(180deg); /* points up */
}

/* #masthead .sub-menu li.menu-item-has-children > a::after {
    content: "▶";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
} */

/* Scroll header container */
.navbar-scroll-image {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

/* Image */
.navbar-scroll-image img {
    height: 50px;
    width: auto;          /* 👈 stop stretching */
    max-width: 100%;      /* keep inside container */
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

a {
	text-decoration: none;
}

/* Careers */
@media (max-width: 768px) {

    /* Hide original header row */
    .careers-table thead {
        display: none;
    }

    /* Make table behave like cards */
    .careers-table,
    .careers-table tbody,
    .careers-table tr,
    .careers-table td {
        display: block;
        width: 100%;
    }

    .careers-table tr {
        background: #ffffff;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

    .careers-table td {
        padding: 8px 0;
        text-align: left !important;
        white-space: normal;
        border: none;
    }

    /* Show header label before each value */
    .careers-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #0e5579;
        display: block;
        margin-bottom: 2px;
        font-size: 13px;
    }

    /* Make job title bigger */
    .careers-table td[data-label="Job Title"] a {
        font-size: 16px;
        font-weight: bold;
    }

    /* Status pill alignment */
    .careers-table td[data-label="Status"] span {
        margin-top: 4px;
    }
}

.careers-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 0px;
}

.careers-table th,
.careers-table td {
    padding: 12px;
    text-align: left;
    border: 0px;
}

.careers-table th {
    background-color: #0e5579;
    color: #f0b709;
    font-weight: 600;
}

/* Status column alignment */
.careers-table td:last-child {
    text-align: center;
}

/* Base button style */
.careers-table td:last-child span {
    display: inline-block;
    min-width: 80px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

/* OPEN button */
.careers-table tr.open td:last-child span {
    background-color: #2e7d32; /* green */
}

/* CLOSED button */
.careers-table tr.closed td:last-child span {
    background-color: #c62828; /* red */
}

.careers-table tr.closed {
    opacity: 0.6;
}

/* Zebra striping */
.careers-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.careers-table tbody tr:nth-child(even) {
    background-color: #f5f5f5; /* light gray */
}

/* Row hover effect */
.careers-table tbody tr:hover
{
    background-color: #003152; /* light blue-gray */
    color: #ffffff;
    transition: background-color 0.4s ease;
}
.careers-table tbody tr:hover td > a {
    color: #ffffff;
}

.careers-table tbody tr:hover td:last-child span {
    opacity: 1;
}

.careers-table tbody tr.closed:hover {
    background-color: #333; /* light red tint */
}

.careers-table a {
    color: #0f5479;
    font-weight: bold;
    text-decoration: none;
}

.careers-table tbody tr {
    cursor: pointer;
}

.careers-table tbody tr:hover td {
    background-color: transparent; /* let row hover color win */
}

/* Base pagination container */
.careers-pagination {
    margin-top: 20px;
    text-align: center;
    font-family: inherit;
}

/* All numbered page links */
.careers-pagination .page-numbers {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    border-radius: 50%; /* circle for numbers */
    border: 1px solid #003a8f;
    background-color: #003a8f;
    text-decoration: none;
    color: #fff; /* number color */
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}

/* Hover state for numbered pages */
.careers-pagination .page-numbers:hover {
    background-color: #f0b709; /* hover bg for numbers */
    color: #003a8f;
    border-color: #003a8f;
}

/* Current page (filled circle) */
.careers-pagination .page-numbers.current {
    background-color: #f0b709; /* hover bg for numbers */
    color: #003a8f;
    border-color: #003a8f;
}

/* Remove circle / bg from Next / Prev links */
.careers-pagination .page-numbers.next,
.careers-pagination .page-numbers.prev {
    border: none;
    background: none;
    color: #fff;
    font-weight: 600;
    min-width: auto;
    height: auto;
    line-height: normal;
    padding: 0 8px;
    border-radius: 0;
}

/* Optional: hover effect for Next / Prev */
.careers-pagination .page-numbers.next:hover,
.careers-pagination .page-numbers.prev:hover {
    background: none;
    color: #f0b709; /* slightly darker for hover */
}

a {
    color: #f0b709;
}

/* Hide download button */
.wp-block-file a.wp-block-file__button,
.wp-block-file a:not(.wp-block-file__embed) {
    display: none !important;
}

/* Breadcrumbs */
.custom-breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
}

.custom-breadcrumb a {
    color: #003a8f;
    text-decoration: none;
}

.custom-breadcrumb a:hover {
    text-decoration: underline;
}

.custom-breadcrumb span {
    color: #333;
}

li.hfe-breadcrumbs-item.hfe-breadcrumbs-first > a{
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
}


/* Show only when scrolled */
body.scrolled .navbar-scroll-image {
    height: 54px;
}

#menu-item-169 > a {
    font-weight: bold;
}

#menu-item-169:hover,
#menu-item-169 > a:hover {
    background-color: transparent !important;
    color: #f0b709 !important;
    border-bottom: none !important;
}


.post-with-sidebar {
    display: flex;
    flex-wrap: nowrap; /* keep side by side */
    gap: 30px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.post-main {
    flex: 3; /* main content takes 75% */
    max-width: 100%;
}

.post-sidebar {
    flex: 1; 
    padding: 10px;
    max-width: 100%;
    line-height: 1.2;
    overflow: hidden;   /* 👈 contains floats */
}

.post-navigation {
    padding: 0 15px;
    background-color: #073d5800;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.entry-content .post-views {
    max-width: 100%;      /* 👈 adjust as needed */
    display: flex;          /* keep icon + label + count in a row */
    align-items: center;    /* vertically center icon and text */
    justify-content: flex-start; /* align to the left */
    gap: 6px;               /* space between icon, label, and count */
    font-size: 14px;        /* adjust text size */
}

.post-views, .post-views-icon::before{
    color: #fff;
}

.entry-content .post-views .post-views-icon {
    font-size: 18px;        /* icon size */
    color: #0f5479;
}

.entry-content .post-views .post-views-count {
    font-weight: bold !important;
}

.post-views-count{
    color: #fff !important;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0f5479;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background-color: #f0b709;
    color: #063c58;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    gap: 20px; /* optional spacing between buttons */
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: inline-block;
    width: 150px;          /* 👈 fixed width */
    text-align: center;    /* center the text */
    padding: 10px 0;       /* vertical padding only */
    background-color: #0f5479;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background-color: #f0b709;
    color: #063c58;
}

.post-sidebar h4 {
    display: block !important;
    font-size: 20px;      /* adjust as needed */
    font-weight: bold !important;
    margin-bottom: 15px;
    line-height: 0.8;
    color: #003152;       /* or whatever matches your theme */
}

.entry-title-wrapper h3.entry-title {
    display: block;       /* Makes the h3 take full width */
}

/* Ensure article inside main content doesn't go full width */
.post-main article {
    width: 100%;
}

#primary-menu > li.menu-item-has-children > .sub-menu {
  margin-top: 2px;
  margin-right: 2px;
}

nav a:focus {
  outline: none;
}

/* Optional: responsive */
@media (max-width: 900px) {
    .post-with-sidebar {
        flex-direction: column;
    }
    .post-sidebar {
        margin-top: 30px;
    }
}

/* Desktop menu */
@media (min-width: 769px) {
    #primary-menu {
        display: flex;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #primary-menu > li {
        margin: 0;
        padding: 0;
    }
}

/* Mobile menu */
/* @media (max-width: 768px) {
    .main-navigation.toggled .menu-menunav-container #primary-menu {
        display: block !important;
    }

    .menu-toggle {
        display: block;
        background-color: #0f5479;
        color: #ffffff;
        border: none;
        padding: 10px 15px;
        font-size: 16px;
        cursor: pointer;
        width: 100%;
        text-align: left;
    }

    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        background: none;
        border: none;
        color: #ffffff;
        padding: 12px 0 12px 20px;
    }

    #primary-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    #primary-menu > li {
        display: block;
        width: 100%;
    }

    .sub-menu {
        position: static !important;
        width: 100% !important;
    }
    
} */

/* ============================= */
/* MOBILE NAV – FORCE UNIFORM STYLE */
/* ============================= */
/* ============================= */
/* MOBILE + TABLET (SAME LAYOUT) */
/* ============================= */
@media (max-width: 1024px) {

    #site-navigation.toggled {
        max-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-menu li{
        display: block;
    }

    #site-navigation .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    #site-navigation.toggled .nav-menu {
        display: block;
    }

    #site-navigation .nav-menu li > a {
        color: #ffffff;
        background: transparent;
    }

    #site-navigation .nav-menu .sub-menu {
        background-color: transparent;
        display: none;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 11px;
    }

    #metaslider_container_88 img {
        border-radius: 0px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    #metaslider_container_1435 img {
        border-radius: 0px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    #site-navigation .nav-menu li.active > .sub-menu {
        display: block;
    }

    #site-navigation .nav-menu .sub-menu {
        background-color: transparent;
    }

    #site-navigation .nav-menu li.current-menu-item > a {
        color: #f0b709;
        font-weight: bold;
    }

    .sfm-floating-menu {
        display: none !important;
    }

    ul .sub-menu, .nav-menu .sub-menu, .nav-menu .children{
        background-color: #333;
    }

    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active{
        color: #fff;
    }
}

/* label input .search-field {
    color: #ffffff;
} */

