/*
 Theme Name:   Govt Jobs Time
 Theme URI:    https://www.govtjobstime.com
 Description:  GeneratePress Child theme for Govt Jobs Time website. Using this child theme you can easily create a Govt Jobs Time website. This GeneratePress Child theme design by GovtJobsTimeTheme.com
 Author:       GovtJobsTime.com
 Author URI:   https://www.govtjobstime.com
 Template:     generatepress
*/

/* ── GVJT Job Cards — Design Tokens ─────────────────────────────────── */
:root {
	--gvjt-primary:        #1e40af;
	--gvjt-primary-mid:    #2563eb;
	--gvjt-primary-light:  #dbeafe;
	--gvjt-bg:             #ffffff;
	--gvjt-surface:        #f8fafc;
	--gvjt-text:           #0f172a;
	--gvjt-text-mid:       #334155;
	--gvjt-text-light:     #64748b;
	--gvjt-border:         #e2e8f0;
	--gvjt-radius:         16px;
	--gvjt-shadow-sm:      0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
	--gvjt-shadow-md:      0 4px 12px rgba(0,0,0,.07);
	--gvjt-shadow-hover:   0 8px 24px rgba(37,99,235,.14);

	/* Badge tokens */
	--gvjt-new-bg:         #ecfdf5;
	--gvjt-new-text:       #059669;
	--gvjt-urgent-bg:      #fff1f2;
	--gvjt-urgent-text:    #e11d48;

	/* Urgency accents */
	--gvjt-accent-normal:  var(--gvjt-primary-mid);
	--gvjt-accent-urgent:  #e11d48;
	--gvjt-accent-new:     #059669;
}

/* GeneratePress Site CSS */
.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.offside-js--is-open .slideout-overlay {
	background: rgba(0, 0, 0, .2);
	backdrop-filter: saturate(180%) blur(10px);
}
/*Search Box*/
#wp-block-search__input-1 {
	border-color: #fff;
	border-radius: 30px;
}
.wp-block-search__button {
	border-radius:35px;
	background-color: #000;
}
/*Rank Math Breadcrumb*/
.rank-math-breadcrumb p {
	background: #e5e8ec;
	color: #000000;
	padding: 5px 10px;
	border-radius: 4px;
    font-size: 11px;
	font-weight: 700;
}
@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
}
.hover-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--color-background);
  transition: width .3s;
}
.hover-link:hover::after {
  width: 100%;
  transition: width .3s;
}
/*social-sharing-buttons*/
.govtjobstime-social-wrapper {
    margin: 10px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.govtjobstime-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.govtjobstime-social-sharing:hover {
	transform: translateY(-3px);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (max-width: 600px) {
    .govtjobstime-social-sharing {
		display: inline-block;
    }
}
.govtjobstime-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.govtjobstime-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.govtjobstime-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.govtjobstime-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.govtjobstime-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.govtjobstime-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
/*mobile-social-sharing-buttons*/
#mobileShareFloatingButton {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	background-color: var(--color-background);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1000;
	animation: whatsappButtonAnimation 0.5s;
} 
#mobileShareFloatingButton svg {
	width: 30px;
	fill: #fff;
}
@-webkit-keyframes whatsappButtonAnimation {
	0% {
		transform: scale3d(0, 0, 0);
		transition: transform 0.3s ease-in-out;
	}
	100% {
		transform: scale3d(1, 1, 1);
		transition: transform 0.5s cubic bezier(0.18, 0.89, 0.32, 1.28);
	}
}
@media screen and (max-width: 768px) {
	#mobileShareFloatingButton {
		width: 50px;
		height: 50px;
	}

	#mobileShareFloatingButton svg {
		width: 30px;
	}
}
/*Join button*/
.whatsapphighlight {
	animation: GovtJobsTimeTheme-GreenBorderAnimation 1s infinite;
}
@keyframes GovtJobsTimeTheme-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
.telegramhighlight {
	animation: GovtJobsTimeTheme-BlueBorderAnimation 1s infinite;
}
@keyframes GovtJobsTimeTheme-BlueBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #0086ce;
	}
	100% {
		border-color: transparent;
	}
}


/*Comment Box*/
.comment-respond
.comment-reply-title {
	padding: 8px 8px 8px 20px;
	border-radius: 4px;
	color: #fff!important;
	background-color: var(--color-background);
	box-shadow: rgba(19,20,9,.2) 0 7px 28px;
}

/*Categories Hedline*/
.gvt-heading:before {
    border-top: 2px solid var(--text-1);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
	
/*Follow Us Button*/
.whatsapphighlight {
	animation: GovtJobsTimeTheme-GreenBorderAnimation 1s infinite;
}
@keyframes GovtJobsTimeTheme-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
.telegramhighlight {
	animation: GovtJobsTimeTheme-BlueBorderAnimation 1s infinite;
}
@keyframes GovtJobsTimeTheme-BlueBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #0086ce;
	}
	100% {
		border-color: transparent;
	}
}


:root {
  --primary-color: #3b82f6;
  --secondary-color: #64748b;
  --accent-color: #22c55e;
  --text-color: #1e293b;
  --background-color: #f8fafc;
  --card-background: #ffffff;
  --border-radius: 0.75rem;
  --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --transition: all 0.3s ease-in-out;
}

/* Organization Styles */
.organization-single {
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 0rem;
}

.organization-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.organization-image-column {
  flex: 1;
  min-width: 300px;
  text-align: center;
  padding: 2rem;
}

.organization-featured-image {
  width: 200px;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.organization-details-column {
  flex: 2;
  min-width: 300px;
}

.organization-title {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 0.5rem;
  text-align: center;
}

.organization-meta {
  display: grid;
  gap: 1rem;
  margin: 1rem;
}

.organization-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  background-color: rgba(203, 213, 225, 0.3);
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.organization-meta .meta-item:hover {
  transform: translateX(5px);
}

.organization-meta .meta-item strong {
  color: var(--text-color);
  font-weight: 600;
}

.organization-meta .meta-item span,
.organization-meta .meta-item a {
  color: var(--primary-color);
}

.organization-jobs-section {
  padding: 1rem;
  background-color: var(--background-color);
  border-radius: var(--border-radius);
  margin-top: 2rem;
  margin: 0.4rem;
}

.organization-jobs-section h2 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  text-align: center;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.job-card {
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.job-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-color);
  padding: 1.5rem 1.5rem 0;
}

.job-details {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.job-meta strong {
  color: var(--text-color);
}

.job-meta span {
  color: var(--primary-color);
}

.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  transition: var(--transition);
  border-radius: var(--border-radius);
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.btn-primary:hover {
  background-color: var(--accent-color);
}

/* Organization Description */
.organization-description {
  padding: 2rem;
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  margin-top: 2rem;
}

.organization-description h2 {
  font-size: 1.75rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.organization-description p {
  margin-bottom: 1rem;
}

/* Single Job Styles */
.single-job-single {
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  overflow: hidden;
}

.single-job-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}

.single-job-title {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 0.5rem;
  text-align: center;
}

.single-job-details-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.single-job-image-column {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.single-job-featured-image {
  width: 200px;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.single-job-details-column {
  flex: 2;
  min-width: 300px;
}

.single-job-meta {
  display: grid;
  gap: 1rem;
  margin: 1rem;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  background-color: rgba(203, 213, 225, 0.3);
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.meta-item:hover {
  transform: translateX(5px);
}

.meta-item strong {
  color: var(--text-color);
  font-weight: 600;
}

.meta-item span {
  color: var(--primary-color);
}

.single-job-description {
  padding: 1rem;
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  margin-top: 2rem;
}

.single-job-description h2 {
  font-size: 1.75rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.single-job-description p {
  margin-bottom: 1rem;
}

/* Related Jobs Section */
.single-job-related-jobs-section {
  padding: 2rem;
  background-color: var(--background-color);
  border-radius: var(--border-radius);
  margin: 0.5rem;
}

.single-job-related-jobs-section h2 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  text-align: center;
}

.single-job-jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.single-job-job-card {
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.single-job-job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.single-job-job-header {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 0;
}

.single-job-job-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}

.single-job-job-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-color);
  flex-grow: 1;
}

.single-job-job-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.single-job-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.meta-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: var(--secondary-color);
  background-color: rgba(203, 213, 225, 0.3);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.meta-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
  fill: var(--primary-color);
}

.single-job-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--transition);
  border-radius: var(--border-radius);
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.single-job-btn:hover {
  background-color: var(--accent-color);
}

/* Responsive Design */
@media (max-width: 768px) {
  .organization-grid {
    flex-direction: column;
  }

  .organization-image-column,
  .organization-details-column {
    width: 100%;
  }

  .organization-title {
    font-size: 2rem;
  }

  .jobs-grid {
    grid-template-columns: 1fr;
  }

  .single-job-details-row {
    flex-direction: column;
  }

  .single-job-image-column,
  .single-job-details-column {
    width: 100%;
  }

  .single-job-title {
    font-size: 2rem;
  }

  .single-job-jobs-grid {
    grid-template-columns: 1fr;
  }
}

.no-jobs-message {
  text-align: center;
  font-size: 1em;
  color: #555;
  padding: 20px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
}

/* ========================================
   TAXONOMY STYLES - LAYOUT 6: COMPACT WITH GRADIENT BORDER
   Final Perfect Version
   ======================================== */

.ct-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  width: 100%;
  box-sizing: border-box;
}

.taxonomy-term-title {
  font-size: 2.5rem;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.taxonomy-term-description {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.125rem;
  color: var(--secondary-color);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ════════════════════════════════════════════════════════════════════
   GVJT JOB CARDS — Left Number Block Design
   Used by: [related_jobs] shortcode, Organization Jobs tab, Related Jobs
   ════════════════════════════════════════════════════════════════════ */

.gvjt-jobs-grid {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.gvjt-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.gvjt-badge--new    { background: var(--gvjt-new-bg);    color: var(--gvjt-new-text); }
.gvjt-badge--urgent { background: var(--gvjt-urgent-bg); color: var(--gvjt-urgent-text); }

/* ── Card shell ──────────────────────────────────────────────────── */
.gvjt-card {
  display: flex;
  align-items: stretch;
  background: var(--gvjt-bg);
  border-radius: 13px;
  border: 1px solid var(--gvjt-border);
  box-shadow: var(--gvjt-shadow-sm);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
  opacity: 0;
  transform: translateY(12px);
  animation: gvjtCardIn .4s cubic-bezier(.22,.68,0,1.15) forwards;
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .18s, transform .18s;
}
.gvjt-card:hover, .gvjt-card:active {
  box-shadow: var(--gvjt-shadow-hover);
  transform: translateY(-1px);
}
@keyframes gvjtCardIn { to { opacity: 1; transform: translateY(0); } }

/* ── Left coloured block — vacancy number ────────────────────────── */
.gvjt-card-rank {
  width: 58px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 6px;
  background: var(--card-color, var(--gvjt-primary));
  gap: 2px;
}
.gvjt-card-rank-num {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -.5px;
}
.gvjt-card-rank-label {
  font-size: 8px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* ── Middle — org, title, qualification ──────────────────────────── */
.gvjt-card-body {
  flex: 1;
  min-width: 0;
  padding: 11px 10px 11px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.gvjt-card-org {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--gvjt-primary-mid);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gvjt-card-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--gvjt-text);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gvjt-card-qual {
  font-size: 10.5px;
  color: var(--gvjt-text-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Right — date + status badge ─────────────────────────────────── */
.gvjt-card-meta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  padding: 11px 12px 11px 6px;
}
.gvjt-card-date {
  font-size: 11px;
  font-weight: 700;
  color: var(--gvjt-text-mid);
  white-space: nowrap;
}
.gvjt-card-date.urgent { color: var(--gvjt-accent-urgent); }
.gvjt-card-pill {
  font-size: 9px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 5px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.gvjt-card-pill--urgent { background: var(--gvjt-urgent-bg); color: var(--gvjt-urgent-text); }
.gvjt-card-pill--new    { background: var(--gvjt-new-bg);    color: var(--gvjt-new-text); }
.gvjt-card-arrow {
  color: var(--gvjt-text-light);
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}

/* ── Stagger entrance delays ─────────────────────────────────────── */
.gvjt-card:nth-child(1)   { animation-delay: .03s; }
.gvjt-card:nth-child(2)   { animation-delay: .07s; }
.gvjt-card:nth-child(3)   { animation-delay: .11s; }
.gvjt-card:nth-child(4)   { animation-delay: .14s; }
.gvjt-card:nth-child(5)   { animation-delay: .17s; }
.gvjt-card:nth-child(6)   { animation-delay: .20s; }
.gvjt-card:nth-child(7)   { animation-delay: .22s; }
.gvjt-card:nth-child(n+8) { animation-delay: .24s; }

/* ── Small screens ──────────────────────────────────────────────── */
@media (max-width: 360px) {
  .gvjt-card-rank { width: 50px; }
  .gvjt-card-rank-num { font-size: 19px; }
  .gvjt-card-body { padding: 9px 8px 9px 10px; }
  .gvjt-card-meta { padding: 9px 9px 9px 4px; }
}

/* Tag Cloud Section - For All Four Sections */
.designation-other-terms-section,
.state-regions-section,
.sector-other-terms-section,
.qualification-other-terms-section {
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 7px;
  padding: 15px;
  padding-top: 40px;
  margin-top: 3rem;
  position: relative;
}

.designation-other-terms-section .taxonomy-term-title,
.state-regions-section .taxonomy-term-title,
.sector-other-terms-section .taxonomy-term-title,
.qualification-other-terms-section .taxonomy-term-title {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
  background-color: white;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 6px 20px;
  display: inline-block;
  color: #3858E9;
  line-height: 1.2;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.taxonomy-terms-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.taxonomy-term-item {
  color: #3858E9;
  display: inline-block;
  padding: 4px 15px;
  line-height: 1.2;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #3858E9;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 400;
  white-space: nowrap;
}

.taxonomy-term-item:hover {
  background-color: #3858E9;
  color: #fff;
  border-color: #3858E9;
}

.taxonomy-term-item:active {
  transform: translateY(0);
}

.taxonomy-other-terms-section {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px 15px;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-taxonomy-section {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px 15px;
  margin-bottom: 20px;
  position: relative;
}

/* Responsive Styles */
@media (max-width: 640px) {
  .designation-other-terms-section,
  .state-regions-section,
  .sector-other-terms-section,
  .qualification-other-terms-section {
    padding: 15px;
    padding-top: 35px;
  }

  .designation-other-terms-section .taxonomy-term-title,
  .state-regions-section .taxonomy-term-title,
  .sector-other-terms-section .taxonomy-term-title,
  .qualification-other-terms-section .taxonomy-term-title {
    font-size: 1.1rem;
    padding: 5px 16px;
    top: -16px;
  }

  .taxonomy-terms-list {
    justify-content: flex-start;
  }
  
  .taxonomy-term-item {
    font-size: 0.95rem;
    padding: 4px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .taxonomy-other-terms-section,
  .sidebar-taxonomy-section {
    padding: 18px 12px;
  }
}

@media (max-width: 480px) {
  .taxonomy-other-terms-section,
  .sidebar-taxonomy-section {
    padding: 16px 10px;
  }
}
/* autor box*/

.author-box {
  padding: 3%;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 0.9em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.author-box .avatar {
  width: 250px;
  height: auto;
  border-radius: 100%;
  margin-right: 30px;
}
h5.author-title {
  margin-bottom: 0.1em;
  font-weight: 600;
}
.author-description {
  line-height: 1.6em;
}
.author-links a {
  margin-top: -1.5em;
  font-size: 2em;
  line-height: 2em;
  float: left;
}
@media (max-width: 768px) {
  .author-box {
    padding: 20px;
    padding-bottom: 25px;
    margin-top: 60px;
    flex-direction: column;
    text-align: center;
  }
  .author-box .avatar {
    margin-right: 0;
    width: 100%;
    margin-top: -25px;
  }
  .author-box .avatar img {
    max-width: 100px;
  }
  .author-links a {
    float: none;
    align-self: center;
  }
  .author-description {
    margin-bottom: -0.1em;
  }
}

p#breadcrumbs {
  font-size: small;
}

/* Recruitment Section */
.recruitment {
  max-width: 1200px;
  margin: 2rem auto;
}

.recruitment {
  padding: 10px;
  /* border: 1px solid #ddd;
margin: 20px 0;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.3s; */
}

/* Headers */
.recruitment h3:not(.organization-details h3) {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 2rem 0 1.5rem;
  padding: 1rem 1.25rem;
  background: #3b82f6;
  border-left: 4px solid #3b82f6;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
}

/* Organization Details */
.recruitment .organization-details {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

/* Vacancy Details */
.recruitment .vacancy-details {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

/* Vacancy Details */
.recruitment .vacancy-notice {
  font-size: 0.9rem;
}

/* Category-wise Details */
.recruitment .category-wise-details {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  text-align: center;
}

/* Important Dates */
.recruitment .important-dates {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

/* Application Fee */
.recruitment .application-fee {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

/* Selection Process */
.recruitment .selection-process {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

/* How to Apply */
.recruitment .how-to-apply {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

/* Important Links */
.recruitment .important-links {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  text-align: center;
}

/* Tables */
.recruitment table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.recruitment th {
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
  font-size: 0.925rem;
}

.recruitment td {
  padding: 1rem;
  border-top: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.925rem;
}

.recruitment tr:hover td {
  background-color: #f8fafc;
}

/* Links */
.recruitment a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.recruitment a:hover {
  color: #2563eb;
  text-decoration: underline;
}

/* Lists */
.recruitment ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.recruitment ul li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  color: #334155;
}

.recruitment ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 6px;
  height: 6px;
  background: #3b82f6;
  border-radius: 50%;
}

/* General Text */
.recruitment p {
  color: #334155;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .recruitment h2 {
    font-size: 1.5rem;
  }

  .recruitment h3 {
    font-size: 1.25rem;
    padding: 0.75rem 1rem;
  }

  .recruitment .organization-details,
  .recruitment .vacancy-details,
  .recruitment .category-wise-details,
  .recruitment .important-dates,
  .recruitment .application-fee,
  .recruitment .selection-process,
  .recruitment .how-to-apply,
  .recruitment .important-links {
    padding: 1rem;
  }

  /* Responsive Tables */
  .recruitment .vacancy-details table,
  .recruitment .vacancy-details thead,
  .recruitment .vacancy-details tbody,
  .recruitment .vacancy-details th,
  .recruitment .vacancy-details td,
  .recruitment .vacancy-details tr {
    display: block;
  }

  .recruitment .vacancy-details thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .recruitment .vacancy-details tr {
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
  }

  .recruitment .vacancy-details td {
    position: relative;
    padding-left: 50%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .recruitment .vacancy-details td:last-child {
    border-bottom: none;
  }

  .recruitment .vacancy-details td::before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    width: 45%;
    padding-right: 10px;
    font-weight: 600;
    color: #0f172a;
  }
}

.half-width td {
  width: 50%;
}

/* Rank Math Faqs */
#rank-math-faq .rank-math-list-item {
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease;
}
#rank-math-faq .rank-math-list-item h3 {
  background: #f0f0f0; /* Header background color */
  color: #333;
  padding: 15px 20px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
#rank-math-faq .rank-math-list-item:hover h3 {
  background: #eef5fd; /* Hover background color */
}
#rank-math-faq .rank-math-list-item h3::after {
  content: "\276F"; /* Unicode chevron right */
  font-size: 18px;
  transition: transform 0.3s ease;
}
#rank-math-faq .rank-math-list-item input {
  display: none;
}
#rank-math-faq .rank-math-list-item input:checked + h3::after {
  transform: rotate(90deg); /* Rotates chevron to point down */
}
#rank-math-faq .rank-math-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #f9f9f9; /* Answer background color */
  transition: max-height 0.3s ease, padding 0.3s ease;
}
#rank-math-faq .rank-math-list-item input:checked + h3 + .rank-math-answer {
  max-height: 200px; /* Adjust this value based on your content */
  padding: 15px 20px;
  background: #ffffff; /* Answer background color when opened */
}

/* outer padding for single job post */
@media (max-width: 768px) {
  .one-container .site-content {
    padding: 15px;
  }
}

/* taxonomy term title */
.taxonomy-term-title {
    font-size: 1.2rem;
    margin-top: 0;
}

/* Organization Page — Tabs */
.org-tabs-wrap {
    margin: 1.5rem 0;
}

.org-tab-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 3px solid #e2e8f0;
    margin-bottom: 1.2rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
}

.org-tab-nav::-webkit-scrollbar {
    display: none;
}

.org-tab-btn {
    flex-shrink: 0;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: .3px;
}

.org-tab-btn:hover {
    color: #1e40af;
}

.org-tab-btn.active {
    color: #1e40af;
    border-bottom-color: #f59e0b;
}

.org-tab-panel {
    display: none;
}

.org-tab-panel.active {
    display: block;
}

@media (max-width: 768px) {
    .org-tab-nav {
        display: block;
        border-bottom: none;
        margin-bottom: 1.2rem;
    }

    .org-tab-btn {
        display: inline-block;
        width: calc(50% - 4px);
        box-sizing: border-box;
        border: 1px solid #e2e8f0;
        border-bottom: 3px solid transparent;
        border-radius: 4px;
        text-align: center;
        margin-bottom: 6px;
        font-size: 11px !important;
    }

    .org-tab-btn.active {
        border-bottom-color: #f59e0b;
        color: #1e40af;
    }
}

/* No Jobs Message */
.no-jobs-message {
    text-align: center;
    padding: 2rem;
    background: #f9fafb;
    border-radius: 8px;
    color: #6b7280;
}

/* single job featured image 
.single-job-featured-image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background: #f1f5f9;
    border-radius: 8px;
 	width: 200px;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
} */

/* GJT Cards — Admit Card / Results / Answer Key / News */
.gjt-card {
	margin: 1rem 0 0;
}

.gjt-card-content {
	padding: 0;
}

.gjt-card-title {
	margin: 0 0 8px;
	font-size: 1.1em;
	font-weight: 700;
	color: #000;
	line-height: 1.4;
}

.gjt-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	color: #333;
	margin-bottom: 10px;
	border-radius: 2px;
}

.gjt-dates-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 6px 0 8px;
}

.gjt-date-item {
	font-size: 14px;
	color: #222;
}

.gjt-date-item strong {
	color: #000;
}

.gjt-card-desc {
	font-size: 14px;
	color: #222;
	line-height: 1.7;
	margin: 6px 0 12px;
}

.gjt-links-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.gjt-links-table tr {
	border-bottom: 1px solid #ccc;
}

.gjt-links-table tr:last-child {
	border-bottom: none;
}

.gjt-lt-label {
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	width: 50%;
	border-right: 1px solid #ccc;
}

.gjt-lt-btn {
	padding: 10px 14px;
	text-align: right;
}

.gjt-btn {
	color: #1a56db !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 600;
}

.gjt-btn:hover {
	text-decoration: underline !important;
}

.gjt-card-hr {
	border: none;
	border-top: 2px solid #e2e8f0;
	margin: .6rem 0;
}

@media (max-width: 600px) {
    .gjt-dates-row { display: block; }
    .gjt-date-item { display: block; margin-bottom: 3px; }
}

/* Pagination */
.gjt-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 1.5rem 0;
    justify-content: center;
}

.gjt-pagination a,
.gjt-pagination span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #1e40af;
    text-decoration: none !important;
}

.gjt-pagination .current {
    background: #1e40af;
    color: #fff;
    border-color: #1e40af;
}

.gjt-pagination a:hover {
    background: #eff6ff;
    border-color: #1e40af;
}

/* govtjobstime author box*/

.govtjobstime-author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 0.9em;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    box-shadow: rgb(23 43 99 / 30%) 0 2px 10px;
    border-radius: 15px;
	margin: 15px;
}

.govtjobstime-author-box .govtjobstime-avatar {
	width: 250px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
.govtjobstime-author-box .govtjobstime-avatar img {
		border-radius: 100%;
	}
.author-title {
	margin-bottom: 0.1em;
	font-weight: 600;
	font-size:18px;
}
.author-description {
	line-height: 1.6em;
	font-size:16px;	
}
.author-links a {
	margin-top: -1.5em;
	font-size: 2em;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.govtjobstime-author-box {
		padding: 20px;
		padding-bottom: 25px;
		margin-top: 60px;
		flex-direction: column;
		text-align: center;
	}
	.govtjobstime-author-box .govtjobstime-avatar {
		margin-right: 0;
		width: 100%;
		margin-top: -60px; 
	}
	.govtjobstime-author-box .govtjobstime-avatar img {
		max-width: 100px; 
	}
	.author-links a {
		float: none;
		align-self: center;
	}
	.author-description {
		margin-bottom: -0.1em;
	}
}
/*end of govtjobstime author box*/