/**
Theme Name: Astra child
Author: Umair Zaka
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.site-branding span.site-title {
    display: none;
}

.customers-slider img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.ast-article-single {
    border-radius: 20px;
}

.customers-slider .swiper-pagination {
	bottom : -30px !important;
}

.customers_logos .gallery  figure.gallery-item {
    width: 21%;
}

.customers_logos .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.sjb-detail img.sjb-img-responsive {
    box-shadow: unset !important;
}
/* Base list styling */
.job_listing {
  list-style: none;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px !important;
}

/* Hover effect */
.job_listing:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Company logo */
.job_listing .company_logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
  background: #f1f5f9;
  flex-shrink: 0;
}

/* Job details container */
.job_listing .position {
  flex: 1;
}

.job_listing h3 {
    margin: 0 0 5px !important;
    font-size: 1.25rem
20px
 !important;
    color: #4a1c0d;
}

.job_listing .company strong {
  display: block;
  font-weight: 600;
  color: #334155;
}

.job_listing .company .tagline {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0 !important;
}

/* Location styling */
.job_listing .location {
  font-size: 0.9rem;
  color: #475569;
  margin-top: 8px;
}

/* Meta info list (job type and date) */
.job_listing .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  padding: 0;
}

.job_listing .meta li {
  background: #f8fafc;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  color: #1e40af;
}

/* Specific job type colors */
.job_listing .job-type.full-time {
  background-color: #dcfce7;
  color: #15803d;
}

.job_listing .date {
  color: #6b7280;
}

.job_listing a {
    width: 100%;
}

.single_job_listing .company {
    display: none;
}
.fit-height img {
	max-height: 360px;
	object-fit:cover;
}

.page-id-15 footer, .page-id-944 footer {
    background: #F3F4F8;
}

@media(max-width:767px){
		.customers_logos .gallery  figure.gallery-item {
			width: 30%;
	}
}

@media (max-width: 600px) {
  .job_listing {
    flex-direction: column;
    align-items: flex-start;
  }

  .job_listing .company_logo {
    margin-bottom: 10px;
  }

  .job_listing .meta {
    justify-content: flex-start;
  }
	.job_listing a {
			display: flex !important;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-start;
			gap: 10px !important;
	}

	.job_listing a .position {
			width: 100% !important;
	}

	.job_listing a .location {
			text-align: left !important;
	}

	.job_listing a ul.meta {
			width: 100% !important;
			padding: 0 !important;
	}
}


/* =========================================================
   Simple Job Board – Application Form Styling
   (No HTML changes needed)
   Paste in: WP > Appearance > Customize > Additional CSS
   ========================================================= */

/* Scope everything to THIS form only */
#sjb-application-form.jobpost-form{
  --sjb-bg: #01053814;          /* light grey card */
  --sjb-white: #ffffff;
  --sjb-border: #ccc;
  --sjb-text: #111827;
  --sjb-muted: #6b7280;
  --sjb-primary: #f36a2f;     /* orange button */
  --sjb-primary-hover: #e85d22;
  --sjb-radius: 14px;
  --sjb-radius-sm: 8px;
  --sjb-shadow: 0 10px 30px rgba(17,24,39,.10);

/*   max-width: 560px; */
  margin: 40px auto;
  padding: 26px 22px;
  background: var(--sjb-bg);
  border-radius: var(--sjb-radius);
  color: var(--sjb-text);
}

/* Title */
#sjb-application-form.jobpost-form > h3{
  text-align: center;
  margin: 0 0 18px !important;
  font-size: 22px;
  font-weight: 700;
}

#sjb-application-form.jobpost-form > .row {
    background: white;
    padding: 20px;
    margin: 0;
    border-radius: 10px;
}

/* Remove bootstrap “left label / right field” layout -> make labels on top */
#sjb-application-form.jobpost-form .col-md-3,
#sjb-application-form.jobpost-form .col-md-9{
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Spacing between fields (your markup uses clearfix a lot) */
#sjb-application-form.jobpost-form .clearfix{
  height: 10px;
}

/* Labels */
#sjb-application-form.jobpost-form label{
  display: block;
    margin: 10px 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #4a1c0d;
}

#sjb-application-form.jobpost-form label.error {
    color: #ef4444 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-style: italic;
}

#sjb-application-form.jobpost-form .required{
  color: #ef4444;
  margin-left: 4px;
  font-weight: 700;
}

/* Inputs / textarea / select */
#sjb-application-form.jobpost-form .form-control{
  width: 100% !important;
  height: 45px;
  padding: 10px 12px;
  border: 1px solid var(--sjb-border) !important;
  border-radius: 6px !important;
  background: var(--sjb-white) !important;
  color: var(--sjb-text) !important;
  box-shadow: none !important;
	outline: none !important;
}

#sjb-application-form.jobpost-form textarea.form-control{
  height: auto;
  min-height: 120px;
  resize: vertical;
}

/* Select arrow polish */
#sjb-application-form.jobpost-form select.form-control{
  appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #9ca3af 50%), linear-gradient(135deg, #9ca3af 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50% !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
    padding-right: 36px;
}

/* intl-tel-input (phone) */
#sjb-application-form.jobpost-form .iti{
  width: 100%;
}
#sjb-application-form.jobpost-form .iti input.form-control{
  padding-left: 52px !important;
}
#sjb-application-form.jobpost-form .iti__selected-flag{
  border-right: 1px solid var(--sjb-border);
}

/* Validation text */
#sjb-application-form.jobpost-form .validity-note,
#sjb-application-form.jobpost-form .sjb-invalid-email,
#sjb-application-form.jobpost-form .sjb-invalid-phone{
  display: none !important;
  margin-top: 6px;
  font-size: 12px;
  color: #ef4444;
}

#sjb-application-form.jobpost-form .file label.error {
    position: absolute;
    bottom: -28px;
    margin: 0;
}

/* Radio groups -> pill style (your HTML wraps input inside label.small) */
#sjb-application-form.jobpost-form .form-group label.small{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin: 8px 10px 0 0;
  background: var(--sjb-white);
  border: 1px solid var(--sjb-border);
  border-radius: 999px;
  font-size: 12px;
  color: #374151;
  cursor: pointer;
  user-select: none;
  transition: .15s ease;
}

/* Hide native radio and draw custom dot */
#sjb-application-form.jobpost-form .form-group label.small input[type="radio"]{
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  display: inline-block;
  position: relative;
  margin: 0;
}

#sjb-application-form.jobpost-form .form-group label.small input[type="radio"]:checked{
  border-color: var(--sjb-primary);
}
#sjb-application-form.jobpost-form .form-group label.small input[type="radio"]:checked::after{
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: var(--sjb-primary);
}

/* Highlight selected pill */
#sjb-application-form.jobpost-form .form-group label.small:has(input[type="radio"]:checked){
  border-color: rgba(243,106,47,.55);
  box-shadow: 0 0 0 4px rgba(243,106,47,.12);
}

/* Fallback if :has() not supported (still looks fine) */
@supports not selector(:has(*)){
  #sjb-application-form.jobpost-form .form-group label.small input[type="radio"]:checked{
    outline: 4px solid rgba(243,106,47,.12);
    outline-offset: 3px;
  }
}

/* File upload block (plugin markup: .file > span + div + input) */
#sjb-application-form.jobpost-form .file{
  background: var(--sjb-white);
  border: 1px solid var(--sjb-border);
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#sjb-application-form.jobpost-form .file > span{
  font-size: 12px;
  color: var(--sjb-muted);
  flex: 1;
}

#sjb-application-form.jobpost-form .file > div{
  	background: #f9fafb;
    border: 1px solid var(--sjb-border);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    height: unset;
    top: 2px;
    right: 2px;
}

/* Make actual input clickable across the whole box */
#sjb-application-form.jobpost-form .file input[type="file"]{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#sjb-application-form.jobpost-form .file{
  position: relative;
/*   overflow: hidden; */
}

/* Buttons */
#sjb-application-form.jobpost-form #sjb-form-padding-button{
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

#sjb-application-form.jobpost-form button.btn{
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-size: 13px;
  font-weight: 700;
  border: 0 !important;
  box-shadow: none !important;
}

#sjb-application-form.jobpost-form .btn.btn-primary.app-submit{
  background: var(--sjb-primary) !important;
  color: #fff !important;
}
#sjb-application-form.jobpost-form .btn.btn-primary.app-submit:hover{
  background: var(--sjb-primary-hover) !important;
}

#sjb-application-form.jobpost-form .btn.btn-app-modal-close{
  background: #1118270f !important;
  color: #111827 !important;
}
#sjb-application-form.jobpost-form .btn.btn-app-modal-close:hover{
  background: #1118271a !important;
}

/* Loader overlay - keep it clean */
#sjb-application-form.jobpost-form .sjb-loading .sjb-overlay{
  background: rgba(17,24,39,.35);
}

/* =====================================================
   SIMPLE JOB BOARD – LISTING & FILTER PAGE STYLING
   No HTML changes required
   ===================================================== */

.sjb-page{
  --sjb-bg: #f3f4f6;
  --sjb-white: #ffffff;
  --sjb-border: #e5e7eb;
  --sjb-text: #111827;
  --sjb-muted: #6b7280;
  --sjb-primary: #fe5b2c;
  --sjb-primary-hover: #e85d22;
  --sjb-radius: 16px;
  --sjb-radius-sm: 10px;
  --sjb-shadow: 0 10px 28px rgba(17,24,39,.10);
  --sjb-shadow-sm: 0 6px 16px rgba(17,24,39,.08);
  background: transparent;
  color: var(--sjb-text);
  padding: unset;
}

/* ================= FILTER SECTION ================= */

.sjb-filters{
  background: var(--sjb-bg);
  border-radius: var(--sjb-radius);
  padding: 22px;
  margin-bottom: 28px;
}

/* Filter inputs */
.sjb-filters .form-control{
  height: 42px;
  border-radius: 999px !important;
  border: 1px solid var(--sjb-border) !important;
  padding: 0 16px;
  box-shadow: none !important;
  outline:unset !important;
}

/* Search button */
.sjb-search-button input.btn-search{
  width: 100%;
  height: 42px;
  border-radius: 999px !important;
  background: var(--sjb-primary) !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 700;
  outline:unset !important;
}

.sjb-search-button input.btn-search:hover{
  background: var(--sjb-primary-hover) !important;
}

/* ================= JOB CARD ================= */

.sjb-listing .list-data .v2{
  background: var(--sjb-white);
  border-radius: var(--sjb-radius);
  box-shadow: var(--sjb-shadow-sm);
  padding: 20px 22px;
  margin-bottom: 22px;
  transition: .25s ease;
}

.sjb-listing .list-data .v2:hover{
  transform: translateY(-2px);
  box-shadow: var(--sjb-shadow);
}

/* ================= HEADER AREA ================= */

.sjb-company-wrapper-details-list{
  margin-bottom: 12px;
}

/* Logo */
.company-logo img{
  max-height: 52px;
  width: auto;
}

/* Job title */
.job-info h4{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.job-info h4 a{
  font-size: 18px !important;
  color: #4a1c0d !important;
  text-decoration: none;
}

/* Company name */
.sjb-company-details{
  font-size: 13px;
  color: var(--sjb-muted);
}

/* ================= APPLY BUTTON ================= */

.sjb-apply-now-btn .btn, .sjb-listing a.btn{
  border-radius: 999px !important;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  background: var(--sjb-primary) !important;
  border: 0 !important;
	color: white !important;
}

.sjb-apply-now-btn .btn:hover, .sjb-listing a.btn:hover{
  background: var(--sjb-primary-hover) !important;
}

/* ================= META INFO ================= */

.sjb-job-type-location-date{
  border-top: 1px solid var(--sjb-border);
  padding-top: 12px;
  margin-top: 14px;
}

.job-type,
.job-location,
.job-date{
  font-size: 12px;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ================= DESCRIPTION ================= */

.job-description-list{
  margin-top: 14px;
  font-size: 14px;
  color: #374151;
}

/* ================= VIEW MORE / LESS ================= */

.sjb_view_more_btn{
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--sjb-primary);
  cursor: pointer;
}

.sjb_view_more_btn:hover{
  text-decoration: underline;
}

/* ================= JOB FEATURES ================= */

.job-features{
  background: #f9fafb;
  border-radius: var(--sjb-radius-sm);
  padding: 16px;
  margin-top: 18px;
}

.job-features h3{
  font-size: 16px;
  margin-bottom: 12px;
}

.sjb-title-value h4{
  font-size: 13px;
  margin-bottom: 4px;
}

.sjb-title-value p{
  font-size: 13px;
  color: var(--sjb-muted);
}
.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 60px !important;
    margin-bottom: 60px !important;
}
/* ================= MOBILE POLISH ================= */

@media (max-width: 767px){
  .sjb-filters{
    padding: 18px;
  }

  .sjb-listing .list-data .v2{
    padding: 18px;
  }

  .sjb-apply-now-btn{
    margin-top: 12px;
    text-align: left;
  }
	.ast-plain-container.ast-no-sidebar #primary {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
}


@media(max-width:767px){
	#sjb-application-form.jobpost-form > .row {
		padding: 20px 0 !important;
	}
	.sjb-page .list-data .v2 .sjb-apply-now-btn p {
		float: left;
		margin: 0;
	}

	.sjb-company-wrapper-details-list {
		margin: 0;
	}

	.sjb-company-wrapper-details-list > .row .col-md-8 {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.sjb-page .list-data .v2 .sjb-with-logo .job-info {
		margin: 0;
	}
}
