/**
Theme Name: Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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-theme
Template: astra
*/
 
body, p, h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif !important;
  font-style: normal !important; 
}
.tab-sidebar {
	width: 23.5%;
	float: left;
}

.tab-sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tab-sidebar li a {
	font-family: "Nunito Sans", sans-serif !important; 
	font-size: 20px;
	font-weight: 500;
	line-height: 160%;
	background-color: #FFFFFF;
	color: #333;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #02010100;
	padding: 14px 1.5em;
	display: block; 
	text-decoration: none !important;
}
.tab-sidebar li a.active {
	background-color: #F7F9FC;
	color: #1857B7; 
	border-color: #1857B7;
}
 
.job-container {
	width: 76.5%;
	float: left;
}

.job-item {
	border: 1px solid #dbdbdb;
	padding: 20px 25px;
	margin-left: 29px;
	margin-bottom: 20px;
}

.job-item  h3 a {
	font-family: "Nunito Sans", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize;
	font-style: normal;
	line-height: 32px;
	color: #1857B7;
	text-decoration: none !important;
}
.job-item  p {
	text-align: left;
	font-family: "Nunito Sans", sans-serif !important; 
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #333333;
}
.job-item .job-btn-box {
	text-align: right;
	margin-top: 15px;
}
.job-item .job-button  {
    background-color: #6CA0D2 !important;
   font-family: "Nunito Sans", sans-serif !important; 
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF; 
    padding: 9px 16px 9px 16px;
    display: inline-block;
    text-decoration: none !important;
    line-height: 26px;
    border: 1px solid transparent;
}

.job-item  .elementor-button-icon {
	align-items: center;
	display: inline-block !important;
}
.job-item .job-button:hover,
.apply-btn:hover{
	color: #FFF
}
span.job-type {
	border: 1px solid #959595;
	padding: 4px 15px;
	display: inline-block;
	border-radius: 26px;
	color: #111 !important;
}

.detailsHead{
	margin-top: 25px;
	margin-bottom: 10px;
}
.job-description .job-listing-meta.meta,
.job-description .company{
	display: none !important;

}

/* Job Application Form Wrapper */
 

/* Form Grid */
.job-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.job-col-6 {
	flex: 0 0 48%;
}

.job-col-12 {
	flex: 0 0 100%;
}

/* Form Fields */
.form-field label {
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 14px;
	color: #333;
}

.form-field span {
	color: red;
	margin-left: 3px;
}

.form-field input,
.form-field textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.3s;
}

.form-field input:focus,
.form-field textarea:focus {
	border-color: #004aad;
	outline: none;
}
 
.wpcf7-form-control-wrap input[type="file"] {
	border: none;
	background: #fff;
	padding: 0;
	font-size: 14px;
}
 
 
.apply-button input[type="submit"]:hover {
	background: #002f6c;
}
.eael-contact-form-7 .wpcf7-form p{
	width: 100%;
	display: block !important;
}
.form-field.apply-button {
	text-align: center;
}
.job_listing.type-job_listing{
	padding: 0 !important;
}
.filterOPtion {
	text-align: right;
}

.jobMetaData p{
	margin-bottom: 16px !important;
}


.filterOPtion {
	width: 100%;
	display: flex;
	justify-content: flex-end; 
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
 
#selected-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px; 
	flex-direction: row-reverse;
	max-width: calc(100% - 220px); 
	box-sizing: border-box;
	justify-content: flex-start; 
}
 
#selected-tags .tag {
	display: inline-flex;
	background: #ffffff !important;
	padding: 10px 38px 10px 28px !important;
	margin: 3px !important;
	font-size: 14px !important;
	border: 1px solid #6CA0D2;
	border-radius: 0 !important;
	color: #333 !important;
	line-height: 22px;
	text-align: center !important;
	font-weight: 400;
	position: relative;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}



#selected-tags .remove-tag {
	line-height: 1;
	margin-left: 5px;
	cursor: pointer;
	font-weight: bold !important;
	position: absolute;
	right: 12px;
	color: #000;
	padding: 0px;
	top: 11px;
	font-size: 19px;
	background: none !important;
	border: none !important;
}
 
.filter-select-wrapper {
	min-width: 180px;
	max-width: 220px;
	box-sizing: border-box;
}
#study-filter {
	appearance: none;        /* remove default arrow */
  -webkit-appearance: none  !important;
  -moz-appearance: none !important; 
    width: 217px;
    padding: 10px 18px !important;
    font-size: 16px;
    box-sizing: border-box;
    background: #6CA0D2;
	box-shadow: 0px 0px 20px 0px #0000001A;

    border-radius: 0 !important;
    color: #FFF;
    height: 46px !important;
	  position: relative;
}
 
select#study-filter:hover {
	border-radius: 0 !important;
}
select#study-filter:after{
	content:"";
}
select#study-filter option { 
  color: #FFF; 
    border-radius: 0 !important;
	padding: 10px;
}

 

 
.filter-select-wrapper{
	position: relative;
}
 
.filter-select-wrapper i {
    position: absolute;
    right: 16px;
    top: 52%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #ffffff !important;
}
.page-breadcrumbs a{
	text-decoration: none !important;
	color: #666666 !important
}


/*Sponsor*/
.custom-tabs-container {
    text-align: center;
    margin: 40px 0;
}

.section-title {
    font-size: 28px;
    color: #0a4eb7;
    margin-bottom: 5px;
}

.section-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
}
 
.custom-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
    gap: 50px; 
    
    scrollbar-width: none;
    border-bottom: 1px solid #dfdfdf;
}
.custom-tabs::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Edge */
}
.custom-tabs button {
    padding: 10px 0;
    cursor: pointer;
    font-family: "Nunito Sans", sans-serif;
    border-bottom: 4px solid transparent !important;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #333;
    background: none;
    border: none;
    position: relative;
    white-space: nowrap;
    border-radius: 0;
}

/* Active state */
.custom-tabs button.active {
    color: #0a4eb7;
	border-bottom: 4px solid #6CA0D2 !important;
}

/* Underline effect */
.facilities .slider-wrapper{
			margin-top: 65px;
		}
		
.my-slider {
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.my-slider img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

/* Arrows */
.facilities .swiper-button-next,
.facilities .swiper-button-prev {
    color: #0a4eb7;   /* keep your blue color */
    font-size: 20px;  /* reduce icon size (default ~44px) */
    width: 30px;      /* smaller clickable area */
    height: 30px;
	font-weight: 700;
	    top: 58%;
}

/* optional: adjust position vertically */
.facilities .swiper-button-next::after,
.facilities .swiper-button-prev::after {
    font-size: 20px; /* icon size */
	font-weight: 700;
}

/* Make pagination dots larger and perfectly round */
.facilities .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #C9E5FF;
    opacity: 1;
    margin: 0 6px !important; /* spacing between bullets */
    transition: all 0.3s ease;
}

.facilities .swiper-pagination-bullet-active {
    background: #1857B7; /* Active dot color */
    transform: scale(1.1); /* Slightly bigger on active */
}

/* Position pagination below slider */
.facilities .swiper-pagination {
    position: absolute;
    bottom: -58px !IMPORTANT;
    left: 0;
    width: 100%;
    text-align: center;
}

/* If you want it inside slider bottom */
 .my-slider .swiper-pagination {
    bottom: 10px; /* inside slider bottom */
}
@media(max-width: 1024px){
	.tab-sidebar {
		width: 25%; 
	}
	.job-container {
		width: 75%;
		float: left;
	}
	#ekit-megamenu-main-menu{
		         left: -150vw !important;
	}
	#ekit-megamenu-main-menu.active{
		 left: 0vw !important;
	}
}

@media (max-width: 850px) {
	.job-col-6 {
		flex: 0 0 100%;
	}
	.tab-sidebar,
	.job-container {
		width: 100%;
		float: unset;
	}

	.tab-sidebar li {
		display: inline-block;
	}
	.tab-sidebar li a {
		background-color: #F7F9FC; 
		border-style: solid;
		border-width: 0px 0px 3px 0px;
		border-color: transparent;
		margin: 4px;
		padding: 7px 16px;
	}
	.tab-sidebar li a.active {
		background-color: #F7F9FC;
		color: #1857B7;
		border-style: solid;
		border-width: 0px 0px 3px 0px;
		border-color: #1857B7;
	}
	div#job-listings {
		margin-top: 25px;
	}
	.job-item {
		margin-left: 0 !important;
	}
	.job_description {
		height: unset !important;
	}
	.facilities .swiper-button-next, .facilities .swiper-button-prev { 
		top: 66%;
	}
}


@media (max-width: 520px) {
	.filterOPtion {
		flex-direction: column-reverse;
		align-items: stretch;
	}
	#selected-tags {
		flex-direction: row; 
		max-width: 100%;
		justify-content: flex-start;
	}
	.filter-select-wrapper { width: 100%; }
}
 

@media (max-width: 480px) {
.tab-sidebar li a { 
	padding: 4px 5px;
}
}