html, body{
	overflow-x:hidden;
}

.green{
	color:#7BC043;
}

.yellow{
	color:#FDF498;
}

.orange{
	color:#F16635;
	
}

.gradient {
	background: linear-gradient(-45deg, #7BC043, #98DB61, #E5FD98);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.wptb-table-container table {
    table-layout: fixed;
    font-size: 15px;
    font-family: 'Quicksand';
    font-weight: 500;
    width: auto;
    display: table;
    border-collapse: collapse;
}

.elementor-widget-ekit-nav-menu .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
    overflow-x: clip !important;
}


.elementor-header {
    position: sticky; /* Or relative */
    z-index: 100;
}

.elementor-header {
 
    z-index: 9999 !important;

}

.elementskit-menu-container {
    z-index: 1 !important;
}

.left-align-btn span.elementor-button-text{
	text-align:left;
}

/* === Job Listing Single Page Fixes === */

body.single-job_listing .page-content .job_application a.application_button {
	  background-color: var(--e-global-color-primary);
    border-style: none;
    border-radius: 60px 60px 60px 60px;
    color: #ffffff;
    text-decoration: none;
	}
/* 1. DESKTOP (1024px and up) */
@media screen and (min-width: 1024px) {
    body.single-job_listing #content {
        padding-top: 180px;
        padding-bottom: 70px;
    }

    body.single-job_listing .page-header,
    body.single-job_listing .page-content {
        min-width: 1200px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 6%;
        padding-right: 5%;
        box-sizing: border-box;
    }
}

/* 2. TABLET & MOBILE (Everything below 1024px) */
@media screen and (max-width: 1023px) {
    body.single-job_listing #content {
        padding-top: 10%;
        padding-bottom: 5%;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* TITLE HEADER CONTAINER */
    body.single-job_listing .page-header {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0px !important;  
        padding-right: 0px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }

    /* SPECIFIC FIX FOR THE TITLE: Strips the stubborn theme side-spacing */
    body.single-job_listing .entry-title {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 20px !important;  /* Aligns it perfectly with the 20px content padding below */
        padding-right: 20px !important;
    }

    /* JOB CONTENT ONLY */
    body.single-job_listing .page-content {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px; 
        padding-right: 20px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }
}

/* 3. Global Title Typography & Bottom Spacing */
body.single-job_listing .entry-title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3em;
}

.elementor-widget-text-editor p:last-child { 
    margin-bottom: 0; 
}