/**
Theme Name: On Chain
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: on-chain
Template: astra
*/

/*---- Header ---*/

.header-btn .elementor-button-icon{
	line-height: 0 !important;
}

.header-btn .elementor-button-content-wrapper{
	align-items: center !important;
}

.responsive-menu .elementor-nav-menu__container{
	background-color: transparent !important;
}

.responsive-menu .elementor-nav-menu__container .elementor-nav-menu{
    margin: 0 15px !important;
    border-radius: 10px;
}

.responsive-menu .elementor-nav-menu__container .elementor-nav-menu .menu-item a{
	border-radius: 10px;
}
.scrolled-header .header-container{
	transition: 0.5s ease-in-out;
}
.scrolled-header .header-container{
	background-color: #ffffff !important;
	box-shadow: 2px 3px 10px 3px #0000002e;
}

/*----- Buttons ----*/

.all-btns .elementor-button .elementor-button-icon svg{
	width: 20px !important;
} 
.all-btns .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}
.all-btns .elementor-button .elementor-button-icon{
	line-height: 0 !important;
} 

/*---- About Us ----*/

.about-us-section {
   padding-right: calc((100% - 1440px) / 2) !important;
}


/*---- Global Footer ----*/

.footer-form input:focus{
	outline: none;
	border: 1px solid #fff !important;
}
.footer-form  .elementor-button{
	background: linear-gradient(134.84deg, #00c0e5 0%, #460e25 100%) !important;
    transition: background-color 0.5s ease-in-out;
}

.footer-form .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}
.footer-form .elementor-button .elementor-button-icon svg{
	width: 20px !important;
} 
.footer-form .elementor-button .elementor-button-icon{
	line-height: 0 !important;
} 
.footer-form  .elementor-button:hover{
	background: linear-gradient(289deg, #00c0e5 -10%, #460e25 86%) !important;
    transition: background-color 0.5s ease-in-out;
}

/* Style the file upload container */
.elementor-field-type-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}

/* Hide the default file input */
.elementor-upload-field {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Custom Upload Button */

/* Style the file upload container */
.elementor-field-type-upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

/* Hide the default file input */
.elementor-upload-field {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Custom Upload Button with White Icon */
.elementor-field-type-upload::before {
    content: "\1F4C4  Upload CV"; /* Unicode Document Icon */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(134.84deg, #00c0e5 0%, #460e25 100%);
    color: white; /* Make the icon and text white */
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    max-width: 250px;
    text-align: center;
}

/* Hover effect */
.elementor-field-type-upload:hover::before {
   background: linear-gradient(289deg, #00c0e5 -10%, #460e25 86%);
}

/* File Name Display */
.file-name-list {
    margin-top: 8px;
    font-size: 14px;
    color: #ffffff; /* Make the file name white */
    text-align: center;
    font-weight: 500;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-link a{
	color: #ffffff;
}
.custom-link a:hover{
	text-decoration: underline;
}

/*----- Job Cards ----*/

.job-filter-container #job-filter-form{
	display: flex;
    width: 100%;
	gap: 20px;
}

.custom-select {
    position: relative;
    width: 200px; /* Adjust the width as needed */
}

.job-filter-container #job-filter-form select {
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
	height: 60px;
    border: 1px solid #000000;
    background-color: transparent;
    background-image: url('https://onchain.sproutwebsites.co.uk/wp-content/uploads/2025/02/Group-40471.svg');
    background-position: right 20px center;
    background-repeat: no-repeat;
	border-radius: 50px;
	font-size: 1.3rem;
    color: #000;
    font-weight: 500;
	padding: 0 15px;
	width: 28%;
}

.job-filter-container #job-filter-form input[type="text"]{
	appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
	height: 60px;
    border: 1px solid #000000;
    background-color: transparent;
    background-image: url('https://onchain.sproutwebsites.co.uk/wp-content/uploads/2025/02/Frame-2.svg');
    background-position: right 20px center;
    background-repeat: no-repeat;
	border-radius: 50px;
	font-size: 1.3rem;
    color: #000;
	padding: 0 15px;
	width: 40%;
}

#prevBtn, #nextBtn{
	cursor: pointer;
}
#prevBtn2, #nextBtn2{
	cursor: pointer;
}
.job-slider .owl-stage-outer{
	margin-right: -450px;
}

.job-slider {
	margin-top: 60px;
}

.job-slider .job-cards{
	border: 1px solid #000;
	padding: 30px 20px;
	border-radius: 20px;
	min-height: 540px;    
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-slider .job-cards h3 a{
	color: #000;
	text-decoration: none;
}

.job-slider .job-cards .job-details {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding-bottom: 30px;
}
.job-slider .job-cards .job-details p {
    padding: 10px 15px;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 16px;
    color: #000;
    line-height: 1em;
}

.job-slider .job-cards .job-excerpt {
     display: -webkit-box;
    -webkit-line-clamp: 7; /* Limit to 7 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #000;
}

.job-slider .job-cards .view-job {
	padding-top: 25px;
}

.job-slider .job-cards .view-job .job-button{
	display: flex;
	justify-content: center;
	align-items: center;
    gap: 10px;
}

.job-slider .job-cards .view-job .job-button .btn-icon img{
	filter: invert(97%) sepia(97%) saturate(11%) hue-rotate(194deg) brightness(104%) contrast(104%);
    width: 30px;
}

.job-slider .job-cards .view-job .job-button{
	width: 100%;
    background: linear-gradient(134.84deg, #00c0e5 0%, #460e25 100%) !important;
    transition: background-color 0.5s ease-in-out;
    color: #fff;
	padding: 14px;
    border-radius: 6px;
    text-decoration: none;
}

.job-slider .job-cards .view-job .job-button:hover{
	background: linear-gradient(289deg, #00c0e5 -10%, #460e25 86%) !important;
    transition: background-color 0.5s ease-in-out;
}

.loading-spinner {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.job-cards:hover{
	background-image: url('https://onchain.sproutwebsites.co.uk/wp-content/uploads/2025/02/New-Project-3.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.job-slider .job-cards:hover{
	cursor: pointer;
}
.job-slider .job-cards:hover h3 a{
	color: #fff !important;
}
.job-slider .job-cards:hover .job-details{
	opacity: 0;
}
.job-slider .job-cards:hover .job-excerpt{
	opacity: 0;
}

.ast-container {
    max-width: 100%;
	padding: 0 !important;
 }

.ast-separate-container #primary{
	margin: 0 !important;
	padding: 0 !important;
}
      
/*----- Responsiveness ---*/

@media(max-width: 1366px){

.job-slider .owl-stage-outer{
	margin-right: -250px;
}
.job-slider .job-cards .job-details {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
}
.job-slider .job-cards .view-job .job-button {
    padding: 10px;
}
.job-slider .job-cards {
    padding: 20px 20px;
}
}

@media(max-width: 1024px){
	
.responsive-menu .elementor-nav-menu__container .elementor-nav-menu{
	background-color: #FFFFFFE5;
}
.job-slider .owl-stage-outer{
	margin-right: 0px;
}
.job-slider {
	margin-top: 40px;
}
.job-filter-container #job-filter-form select {
    height: 55px;
    font-size: 1.2rem;
}
.job-filter-container #job-filter-form input[type='text'] {
    height: 55px;
    font-size: 1.2rem;
}
.job-slider .job-cards .job-excerpt {
     display: -webkit-box;
    -webkit-line-clamp: 5; /* Limit to 7 lines */
    -webkit-box-orient: vertical;
}
.job-slider .job-cards{
	min-height: 455px;
 }
}

@media(max-width: 700px){
	
.job-filter-container #job-filter-form {
    gap: 10px;
	flex-wrap: wrap;
}
.job-filter-container #job-filter-form select {
    height: 50px;
 }
.job-filter-container #job-filter-form select {
    width: 49%;
}
.job-filter-container #job-filter-form input[type="text"] {
    width: 100%;
}
.elementor-field-type-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.job-slider .job-cards {
      min-height: 420px;
}

}
@media(max-width: 530px){
	
.job-filter-container #job-filter-form select {
    height: 50px;
 }
.job-filter-container #job-filter-form select {
    width: 100%;
}
.job-filter-container #job-filter-form input[type="text"] {
    width: 100%;
}	
.job-slider .job-cards{
	min-height: 0;
 }
}




