/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/

/* Add your custom CSS below */

@font-face {
    font-family: "charlie-display-2";
    src: url("fonts/charlie-display-2.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "charlie-display-3";
    src: url("fonts/charlie-display-3.ttf") format("truetype");
}
@font-face {
    font-family: "charlie-display-bold";
    src: url("fonts/charlie-display-bold.ttf");
}
@font-face {
    font-family: "charlie-display-bold-1";
    src: url("fonts/charlie-display-bold-1.ttf");
}
@font-face {
    font-family: "charlie-display-light";
    src: url("fonts/charlie-display-light.ttf");
}
@font-face {
    font-family: "charlie-display-light-1";
    src: url("fonts/charlie-display-light-1.ttf");
}
@font-face {
    font-family: "charlie-display";
    src: url("fonts/charlie-display.ttf");
}
@font-face {
    font-family: "charlie-display-1";
    src: url("fonts/charlie-display-1.ttf");
}
@font-face {
    font-family: "charlie-display-1";
    src: url("fonts/charlie-display-1.ttf");
}
@font-face {
    font-family: "Caveat-Bold";
    src: url("fonts/Caveat-Bold.ttf");
}
@font-face {
    font-family: "Caveat-Medium";
    src: url("fonts/Caveat-Medium.ttf");
}
@font-face {
    font-family: "Caveat-Regular";
    src: url("fonts/Caveat-Regular.ttf");
}
@font-face {
    font-family: "Caveat-SemiBold";
    src: url("fonts/Caveat-SemiBold.ttf");
}

.fonts-50 .elementor-heading-title {
	font-family: 'charlie-display-3' !important;
}
.fonts-24 em {
	color: #0171A5;
  	font-family: 'Caveat-Regular' !important;
}
.fonts-24 .elementor-heading-title {
	font-family: 'charlie-display-3' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'charlie-display-3' !important;
}

P,
div p,
div{
	font-family: 'charlie-display-3' !important;
}

a,
b,
div,
span,
body,
input,
label,
strong,
textarea,
 {
	font-family: 'charlie-display-3' !important;
}
/* header css */
.main-class {
    background: transparent !important;
    transition: background 0.3s ease;
}

.main-class.scrolled {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
/* header css end */
/*form*/
.wpcf7-form-control {
  border: 1px solid #94A3B8 !important;
  border-radius: 0 !important;
  height: 57px !important;
  padding: 10px;
  width: 100%;
  font-size: 18px !important;
  line-height: 24px !important;
	margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-textarea {
  min-height: 200px;
}

.bottom-contact-sec {
  padding: 50px 60px 90px 60px;
  margin: 0 100px;
    margin-bottom: 0px;
  margin-bottom: -80px;
} 

.cont-form {
  padding: 40px 110px 40px 60px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: auto !important;
  opacity: 1;
  border-radius: 46px !important;
  background: #008BD2 !important;
.jf-card-link { text-decoration:none; color:inherit; display:block; }
.jf-card-title { font-size:18px; margin:0 0 10px; font-weight:700; }
.jf-card-meta { font-size:13px; color:#8c95a6; }
  padding: 10px 40px 10px 40px;
  font-weight: 700;
}

.wpcf7-form-control.wpcf7-textarea {
  min-height: 200px;
}
/*css added by bindiya Start*/
/* Job Filter Layout */
.job-filter-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.filter-label {
  font-weight: 500;
  font-size: 18px;
  color: #111;
  flex: 0 0 auto;
}

.job-filter-controls {
  display: flex;
  gap: 15px;
}

/* Reset theme's select-wrap */
.select-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 406px;
}

.select-wrap select {
  all: unset; /* reset weird theme defaults */
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  font-size: 15px;
  color: #333;
  background: #fff !important;
  border: 1px solid #CBD5E1;
  border-radius: 12px;
  padding: 12px 45px 12px 18px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 1.4;
}

/* Custom arrow */
.select-wrap::after {
  content: "▼";
  font-size: 12px;
  color: #222;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Focus state */
.select-wrap select:focus {
  border-color: #007ACC;
  box-shadow: 0 0 0 3px rgba(0,122,204,0.15);
  outline: none;
}

/* Job results grid */
.job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.job-card {
  background: #fff;
    border-radius: 20px;
    padding: 35px 36px 48px 36px;
    border: 1px solid #e6edf2;
    box-shadow: 0 8px 30px rgba(20, 40, 60, 0.06);
    width: 100%;
    height: 100%;
}

.job-card h3, .job-department-heading {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  color: #000000;
}

.job-meta {
  color: #64748B;
  font-size: 16px;
  padding: 5px;
}

/* Pagination */
.job-pagination {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}

.job-pagination a {
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #e1e8ec;
}

.job-pagination a.active {
  background: #f0f6f9;
}

/* Loader */
.loader {
  padding: 40px 0;
  text-align: center;
  color: #5b6a72;
}
.filter-divider-line {
  height: 1px;
  background-color: #ddd;
  width: 100%;
  margin: 50px 0;
}

.elementor-shortcode ul {
  padding-left: 0;
}

.elementor-shortcode ul li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.elementor-shortcode ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;                    
  transform: translateY(-50%); 
  width: 20px;
  height: 24px;
  background-image: url("/wp-content/uploads/2025/12/Compound-Path_-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.team-role .elementor-shortcode {
  font-size: 30px;
  font-weight: 700;
  color: #000 !important;
}
.elementor-shortcode img {
  border-radius: 20px !important;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.menu-unique .menu-item {
	padding-left: 10px;
}
  .job-filter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .job-filter-controls {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .select-wrap {
    width: 100% !important;  
  }
	.job-card h3{
		font-size: 25px;
	}

}

/*Css by bindiya ends*/
