/**
Theme Name: Astra child
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
Template: astra
*/


/* language translate css */

 body {
    visibility: hidden;
  }




/* language translate css */



.cboxe:hover{background:#000;}
.cboxe:hover .elementor-icon-box-title, .cboxe:hover p{color:#fff!important;}
.cboxe:hover .elementor-icon{background:#fff!important;}
.cboxe:hover .elementor-icon svg{color:#000!important;fill: #000000;}

.cboxe2:hover{background:#000;}
.cboxe2:hover .elementor-icon-box-title, .cboxe2:hover p{color:#fff!important;}
.cboxe2:hover .elementor-icon svg{color:#fff!important;fill: #fff;}

.aindex_blog:hover{background:#ffffff!important;transform: scale(1.1);}
.aindex_blog:hover .elementor-heading-title, .aindex_blog:hover .elementor-widget-theme-post-excerpt .elementor-widget-container{color:#000!important;}

.get-in-touch-sec a{color:#fff;}
.get-in-touch-sec a:hover{color:#8f9997;}


/* Search Form */
.custom-job-search-form {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.custom-job-search-form .form-group {
    margin-bottom: 15px;
}

.custom-job-search-form input[type="text"],
.custom-job-search-form select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-job-search-form .btn-search {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.custom-job-search-form .btn-search:hover {
    background-color: #005177;
}

/* Job Results */

/* Accordion Header Styling */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.accordion-header h2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  margin-bottom: 0px;
}
/* .accordion-header:hover {
    background-color: #f9f9f9;
}
 */
/* Arrow Styling */
.accordion-arrow {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.accordion-arrow svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

/* Toggle Visibility of Arrows */
.arrow-up {
    display: none;
}

.job-item.active .arrow-down {
    display: none;
}

.job-item.active .arrow-up {
    display: inline;
}

/* Accordion Content */
.accordion-content {
    padding: 15px;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    border-radius: 0 0 5px 5px;
}

.job-results {
    margin-top: 20px;
}

.job-item {
    background-color: #f2f2f2;
/*     border: 1px solid #ccc; */
    margin-bottom: 10px;
    padding: 25px;

}

.job-item h3 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.job-item .accordion-arrow {
    font-size: 16px;
    transform: rotate(0);
    transition: transform 0.3s ease;
}

.job-item.active .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}
/* Toggle Visibility */
.job-item.active .arrow-down {
    display: none;
}

.job-item.active .arrow-up {
    display: inline;
}

/* Pagination */
.job-pagination {
    margin-top: 20px;
    text-align: center;
}

.job-pagination a,
.job-pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    color: #0073aa;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.job-pagination a:hover {
    background-color: #0073aa;
    color: #fff;
}

.job-pagination .current {
    background-color: #0073aa;
    color: #fff;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Ensure it appears above all other elements */
    margin: 0 auto;
  }
  .loader-spinner {
    border: 8px solid #f3f3f3; /* Light gray border */
    border-top: 8px solid #2178bd; /* Primary color */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: relative;
    top: 30%;
    margin: 0 auto;
  }
  /* Spinner Animation Keyframes */
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
.res-pagination {
    padding-top: 30px;
    text-align: center;
}
/* General file input container styling */
.elementor-field-type-upload {
  position: relative;
  font-family: Arial, sans-serif;
}

/* Hide the default file input */
.elementor-field-type-upload input[type="file"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* Custom label styling */
.elementor-field-type-upload label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #367eca;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #fff !important;
  padding: 12px 24px !important;
}

/* Hover and active state for the label */
.elementor-field-type-upload label:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Placeholder for chosen file */


/* Add an icon inside the label if desired */
.elementor-field-type-upload label::before {
  content: '📁';
  margin-right: 10px;
  font-size: 18px;
}
.elementor-field-type-upload .file-selected {
  display: block;
  font-size: 15px;
  color: #000;
 margin-left: 10px;
}
.elementor-field-type-upload .elementor-message {
  width: 100%;
}
.elementor-field-group-field_position {
  display: none;
}
.job-not-found {
  text-align: center;
  font-size: 18px;
 color: red;
}

.res-pagination .pagination-style1 {
  position: relative;
  display: inline-block;
}
.res-pagination .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0px;
}
.res-pagination .pagination-style1 ul li {
  position: relative;
  margin: 0px 3px 0px;
  display: inline-block;
}
.res-pagination .pagination-style1 ul li.next a {
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #17171d;
  font-weight: 500;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}

.res-pagination .pagination-style1 ul li a {
  position: relative;
  width: 50px;
  height: 50px;
  color: #17171d;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  border-radius: 10px;
}
.res-pagination .pagination-style1 ul li span.current {
  position: relative;
  width: 50px;
  height: 50px;
  color: #2178BD;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  border-radius: 10px;
}
.res-pagination .pagination-style1 ul li span.current {
  background-color: #367eca;
  color: #fff;
}
.res-pagination .pagination-style1 ul li:hover a {
  background-color: #2178BD;
  color: #fff;
}

.job-search-container {
    display: flex;
    gap: 15px; /* Adjust spacing between fields */
    align-items: center; /* Align items vertically in the center */
    padding: 10px 130px;
	margin-bottom: 50px;
   
}

.job-search-container .form-group {
    flex: 1;
}

.job-search-container input,
.job-search-container select {
    width: 100%;
    padding: 18px 10px;
	font-size: 15px;
}
.job-search-container #query {
  padding: 15px 10px;
}
.job-search-container input::placeholder {
   color: #666; /* Placeholder text color */
}
.job-search-container button {
  padding: 19px 30px;
  background-color: #000;
  color: white;
  border: 1px solid #000;

  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.job-popup-btn.button:hover,.job-search-container button:hover {
    background-color: transparent; /* Darker shade on hover */
	color:#000;
}
.job-popup-btn.button{
  display: inline-block;
  padding: 15px 25px;
  background-color: #000;
  color: white;
  border: 1px solid #000;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}
.single-post .wp-block-heading {margin-bottom:10px;}
.blog-new-sec .elementor-widget-image a {width: 100% !important;height: 100%; position:relative;}
.blog-new-sec .elementor-widget-image a:before {content: "";
  display: block;
  opacity: 0.8;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute; transition-duration: .4s;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: all;
  transition-delay: 0s;}
.blog-new-sec .elementor-widget-image a:hover::before {
  opacity: 0.5;
}
.blog-new-sec .elementor-widget-image a img{position:relative; z-index:-1;}
.blog-new-sec .elementor-widget-image a:hover img {
transition-duration: .75s;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: opacity,transform;
  transition-delay: 0s;
	transform: scale(1.1);}
.button-extra-2 a.elementor-button,.button-extra a.elementor-button{position:relative;}
.button-extra a.elementor-button:hover:before{transform: scaleY(1); transform-origin: center bottom;}
.button-extra a.elementor-button::before {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-property: transform;
  transition-delay: 0s;
  background-color: #000;
  transform: scaleY(0);
  transform-origin: center top;
  z-index: 1;}
.button-extra a.elementor-button span{position: relative; z-index: 2;}
.button-extra-2 a.elementor-button span{position: relative; z-index: 2;}
.button-extra-2 a.elementor-button:hover:before{transform: scaleY(1); transform-origin: center bottom;}
.button-extra-2 a.elementor-button::before {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-property: transform;
  transition-delay: 0s;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: center top;
  z-index: 1;}
@media (min-width: 1025px) and (max-width: 1440px) {
	.new-hero-sec h1 {font-size:55px !important;}
}
@media (max-width: 1024px) {
	.job-search-container{ padding: 10px 50px;}
}
@media (max-width: 991px) {
  .res-pagination {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .job-search-container {flex-wrap: wrap; padding: 10px 20px;  }
 .job-search-container .form-group{flex-basis:100% !important;}
}
@media (max-width: 480px) {
	  .res-pagination .pagination-style1 ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	  }

	 .twm-blog-post-1-outer .wt-post-media img {
		width: 100%;
		height: 180px;
	}

	  form#forminator-module-2643 div#name-1 {
		width: 100% !important;
	}
  
}

@media (max-width: 420px) {
  .res-pagination .pagination-style1 ul li.next a {
    width: 30px;
    height: 30px;
  }
    .res-pagination .pagination-style1 ul li.prev a {
    width: 30px;
    height: 30px;
  }
  
  .twm-blog-post-1-outer .wt-post-media img {
    width: 100%;
    height: 180px;
}
  
  form#forminator-module-2643 div#name-1 {
    width: 100% !important;
}
  
}
