/**
 * Use if need to override styles from style.css, responsponsive.css, styles given from customizer. Needs to enable via functions.php
 */
:root {
	--dtr-radius-rounded: 10px;
}

h1, .elementor-widget-heading h1.elementor-heading-title,
.h1, h1, .elementor-widget-heading h1.elementor-heading-title,
.elementor-kit-6 h1 {
    font-family: "Poppins", Sans-serif !important;
    font-weight: 600 !important;
	font-size:4.5em !important;
	line-height:74px !important;
    letter-spacing: -2.16px !important;
}

h1, h2, h3,  .elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title {
	font-family: "Poppins", Sans-serif;
    font-weight: 600;
}

/*h1, h2, h3, h4, h5, h6, .elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title, .elementor-widget-heading h4.elementor-heading-title, .elementor-widget-heading h5.elementor-heading-title, .elementor-widget-heading h6.elementor-heading-title {
    font-family: "Roboto", Sans-serif;
}*/

ul, ol {
	padding-left: 16px;
}
.elementor a.dtr-icon-btn,
.elementor a.dtr-icon-btn:hover,
.kaamfu-book-a-demo a:hover {
	color:#fff !important;
}

.elementor-widget-container ul, .elementor-widget-container ol{
	padding-left: 16px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 1.25rem;
}

#dtr-header-global {
	background:none !important;
}

.elementor-template-full-width .e-con-boxed .e-con-inner {
	padding-left:10px;
	padding-right:10px;
}

.dtr-iconhead--boxed {
	cursor:pointer;
	transition: background-color 0.2s ease-in-out;
}

.kaamfu-logo-black {
    display: inline-block;
    background-image: url("https://dev.kaamfu.io/wp-content/uploads/2025/03/kaamfu_logo_black.svg");
    height: 60px;
    width: 238px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

body .job-listing-categories .job-category {
	background: #fff;
    border: 1px solid #0000001A;
    border-radius: 10px !important;
    color: #000;
	font-size: 14px;
    margin-bottom: 15px;
}

body .job-listing-categories .job-category.job-category-all,
body .job-listing-categories .job-category.active {
	background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    color: #fff;
}

body .job-listing-categories .job-category:hover {
	background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
	color:#fff;
}

body .job-listing .column  {
	display: flex;
	flex-direction: row; /* For flex columns */
	gap: 20px;	
	padding:0px;
	flex-wrap:wrap;
}

body .job-listing .job-preview {
	width: calc(33.33% - 20px);
	border: 1px solid #0000001A;
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px !important;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: transform 0.3s ease;
    transform-origin: 50% 50%;
	cursor:pointer;
}
body .job-listing .job-preview a {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex: 1; 
}
body .job-listing .job-preview:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	transform: scale(1.03);
}

body .job-listing .job-preview > div {
	display:block !important;
	height: auto !important;
	width:auto !important;
	text-align:left !important;
}

body .job-listing .job-preview .job-content {
	padding:25px 25px 15px 25px !important;
}

body .job-listing .job-preview .job-content .job-additional-information {
	color:#595959;
}

body .job-listing .job-preview .job-cta {
	padding:15px 25px 25px 25px !important;
	margin-top: auto;
	width:100%;
	text-align:left;
}

body .job-listing .job-preview .job-cta .apply-btn {
	background: #222222;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    padding: 11px 16px;
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
	
}
body .job-listing .job-preview .job-cta .apply-btn:hover {
	background:rgba(0, 0, 0, 0.6);
}

.single-jobs .jobs > .elementor-element:not(.job-inner-header) {
	width:1320px;
	margin:0 auto;
}

.job-inner-header .e-con-inner {
	position:relative;
}
.back-to-careers {
	margin-right:auto;
	color:#fff;
	font-size: 17px;
    font-weight: 300;
}
.back-to-careers i {
	padding-right:10px;
}
.job-header-metas {
	display:flex;
	color:#fff;
	justify-content: flex-end;
    font-size: 17px;
    font-weight: 300;
}
.job-header-metas i {
	padding-right:10px;
}
.job-header-metas > div {
	display:none;
	padding-left: 30px;
}
.job-header-metas > div.position_employment_type,
.job-header-metas > div.position_job_location ,
.job-header-metas > div.type-empty_date,
.job-header-metas .type-date-posted {
	display:flex;
}
.job-footer-metas {
	display:flex;
	justify-content: space-between;
}
.job-footer-metas > div {
	display:none;
}
.job-footer-metas > div.jobs-row-apply,
.job-footer-metas > div.type-empty_pdf_export {
	display:flex;
}
.job-footer-metas > div.jobs-row-apply {
	padding:0;
	visibility: hidden;
}
.jobs-row-apply .jp-apply-button {
	background: #000;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    padding: 7px 20px 8px;
    font-weight: 400;
	margin:0px;
}
.jobs-row-apply .jp-apply-button:hover {
	background:rgba(0, 0, 0, 0.6);
}
.job-footer-metas .type-date-posted {
	display:flex;
}
.job-footer-metas .type-date-posted .jobs-row-label {
	display:none;
}
.job-pdf-export {
	padding: 7px 0px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
	display:block;
	color:#000;
}
.job-pdf-export:hover {
	color:rgba(0, 0, 0, 0.6);
}
.job-pdf-export i {
	padding-right:10px;
}
.job-body-metas .jobs-row {
	display:flex;
	flex-wrap:wrap;
}
.job-body-metas .jobs-row-label {
	width:30%;
	font-weight:500;
	padding:10px 10px 10px 0;
}
.job-body-metas .jobs-row-input {
	width:70%;
	padding:10px;
}
.job-body-metas .jobs-row-input svg {
	display:none;
}
.job-body-metas > div.jobs-row-apply,
.job-body-metas > div.type-empty_pdf_export,
.job-body-metas > div.position_employment_type,
.job-body-metas > div.type-empty_date,
.job-body-metas .type-date-posted {
	display:none;
}
.jobs-row-content {
	width:100%;
}
.jobs-row-inset {
	display:flex;
	flex-wrap:wrap;
}
/** Job Modal **/
.elementor-shortcode .modal-close img {
	width: 15px;
}
.elementor-shortcode .jobs-modal .jobs-modal-content,
.elementor-shortcode .jobs-modal-content {
	background: #F2F2F2;
	color:#000;
	font-family: "Roboto", Sans-serif;
	max-width: 100%;
	border-radius:15px;
}
.elementor-shortcode .jobs-modal-content {
	position:relative;
	padding: 50px;
}
.elementor-shortcode .job-apply-inline .jobs-modal-content .modal-close {
	display:none;
}
.jobs-modal-form .modal-title {
	width:100%;
}
.elementor-shortcode #jobs-modal-form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.elementor-shortcode .jobs-modal-form .jobs-modal-input {
	width: 100%;
    margin-bottom: 25px;
    padding: 0px;
    box-sizing: border-box;
}
.elementor-shortcode .jobs-modal-form .jobs-modal-input .input-label {
    font-weight: 500;
	margin-bottom: 15px;
    font-size: 16px;
}
.elementor-shortcode .jobs-modal-form .modal-input-text {
    background: #f2f2f2;
    border: 1px solid #a5a5a5;
    height: 41px;
    border-radius: 5px;
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
}
.elementor-shortcode .jobs-modal-form .modal-input-fileinput {
	background: #f2f2f2;
    border: 1px solid #a5a5a5;
	padding: 8px 20px !important;
	border-radius: 5px;
	height: 41px;
}
.elementor-shortcode .jobs-modal-form .choose_file, 
.elementor-shortcode .jobs-modal-form .choose_file_multi, 
.elementor-shortcode .jobs-modal-form .choose_file_multi_add {
	color: #797979;
	font-size: 14px;
	line-height: 14px;
	padding: 0px 20px 0px 0;
	border-radius: 5px;
	background: transparent !important;
	text-align: left;
}
.elementor-shortcode .jobs-modal-form .choose_file i, 
.elementor-shortcode .jobs-modal-form .choose_file_multi i, 
.elementor-shortcode .jobs-modal-form .choose_file_multi_add i {
	color:#00DA61;
	padding-right: 10px;
}

.elementor-shortcode .jobs-modal-form .choose_file_multi, 
.elementor-shortcode .jobs-modal-form .choose_file_multi_add {
	margin:0px;
}
.elementor-shortcode .jobs-modal-form .choose_file:hover, 
.elementor-shortcode .jobs-modal-form .choose_file_multi:hover, 
.elementor-shortcode .jobs-modal-form .choose_file_multi_add:hover {
	background:rgba(0, 0, 0, 0.6);
}
.required_field_notice {
	display:none !important;
}
.jobs-modal-form .choose_file img, .jobs-modal-form .choose_file_multi img, .jobs-modal-form .choose_file_multi_add img {
	filter: grayscale(1);
}
.elementor-shortcode .jobs-modal-form .job-submit {
	background: #000;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    padding: 7px 20px 8px;
    font-weight: 400;
	margin:0px;
	min-width: 140px;
}
.elementor-shortcode .jobs-modal-form .job-submit:hover {
	background:rgba(0, 0, 0, 0.6);
	color:#fff;
}
.jobs-modal-footer {
	margin:0 !important;
}

/* Blog */
.dtr-filter-nav li {
	padding:0 5px;
}

/* Slider */
.full-custom-slide {
    max-width: 375px;
}
.cursor {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
.cursor.visible {
	opacity: 1;
	visibility: visible;
}
.cursor__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -80%) scale(0.7);
	width: 70px;
	height: 70px;
	background:#000;
	color:#fff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 300;
	transition: transform 0.3s;
	cursor:pointer;
}
.visible .cursor__inner {
  	transform: translate(-50%, -80%) scale(1);
}
/* Mega Menu css */
.kaamfu-menu-inner > ul li a,
.kaamfu-book-a-demo a {
	font-family: "Poppins", Sans-serif;
}
/* Ensure top-level menu items are positioned correctly */
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children {
    position: static !important;
}
.sf-menu > li li.menu-item-has-children > a::after {
	content: "\e913" !important;
	display: none;
}
.sf-menu > li li.menu-item-has-children > a::after {
    right: 10px !important;
}

/* Align mega menu with .kaamfu-menu */
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%; /* Adjust as needed */
    background: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Two columns */
    gap: 20px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 999;
	border-radius:20px;
	display:none;
}

/* Show mega menu on hover */
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children:hover > ul.sub-menu {
    display: grid;
}
.kaamfu-menu-inner .sub-menu li:hover > a, .kaamfu-menu-inner .sub-menu li.current-menu-item > a {
	background:none !important;
}

/* Align submenu with .kaamfu-menu */
.kaamfu-menu #menu-header-menu-1 > li.menu-item-has-children > ul.sub-menu {
    /* left: 0 !important; */  /* Aligns with .kaamfu-menu */
    /* right: auto; */
}

/* Style submenu items */
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu > li {
    list-style: none;
    padding: 0;
    text-align:left;
}

/* Submenu links styling */
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu > li > a {
    display: block;
    padding: 0 0 10px 0px;
    text-decoration: none;
    font-weight: 500;
    margin-bottom:2px;
    color: #000;
    border-bottom: 1px solid #0000001A;
    border-radius: 0;
    margin-bottom: 10px;
    font-family: "Poppins";
	text-transform: uppercase;	
	font-size:14px;
}
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu > li li a {
	padding: 7px 0;
	font-size:13px;
	border: none;
	margin-bottom: 0;
	font-family: "Roboto";
	font-weight:300 !important;
	text-transform: none;
}

/* Nested dropdown inside mega menu */
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu li.menu-item-has-children {
    position: relative;
}

/* Fix nested submenu positioning */
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
    position: relative;
    left: 0;
    top: 0;
    width: 100%; /* Adjust width */
    padding-left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
    background: none;
    backdrop-filter: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

/* Show nested submenu on hover */
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu > li li a:hover,
.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu > li li.current-menu-item a {
    color: #4285F4;
}

.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu > li li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  width: auto;
}

.site-map .elementor-nav-menu li a {
	display:inline-block;
	padding:5px 0 !important;
}
.site-map .elementor-nav-menu li  li a {
	margin-left:18px !important;
}

.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu > li li a::after,
.site-map .elementor-nav-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #4285F4; /* Underline color */
  transition: width 0.3s ease-in-out;
}

.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu > li li a:hover::after,
.site-map .elementor-nav-menu li a:hover::after {
  width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .kaamfu-menu #menu-header-menu-1 li.menu-item-has-children > ul.sub-menu {
        grid-template-columns: 1fr; /* Single column on mobile */
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .kaamfu-menu #menu-header-menu-1 li.menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }
}

.kaamfu-menu #menu-header-menu-1 li.menu-item-has-children ul ul a {
    font-weight: normal !important;!i;!;
}
.box-zoom {
	transition: transform 0.3s ease-in-out !important;
}


/* Sitemap */
.sitemap .elementor-nav-menu--main .elementor-nav-menu ul {
	position: relative;
    display: block !important;
    width: 100%;
	padding-bottom:10px !important;
}

.sitemap .elementor-nav-menu--main .elementor-nav-menu ul li  {
	background: none;
}
.sitemap .elementor-nav-menu--main .elementor-nav-menu ul li a {
	padding: 10px 0 0 10px;
	background: none;
	color:#595959;
	font-size:16px;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}



.dtr-header-global-content {
	display:none;
}
 .rounded-button {
    padding: 10px 20px;
    background-color: var(--dtr-white);
    color: var(--dtr-text-color-main);
    border: none;
    border-radius: 50px; /* Makes the button rounded */
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s; /* Smooth hover effect */
    border: 1px solid var(--dtr-border-color-main);
    border-radius: var(--dtr-radius-round);
    border-color: var(--dtr-border-color-primary);
  }
  
  .rounded-button:hover {
    background-color: var(--dtr-primary); /* Darker shade on hover */
    color: var(--dtr-white);
  }
  
/* Wrapper to align menu and button */
#dtr-header-global.header-fixed {
	padding-left:0;
	padding-right:0;
}
#dtr-header-global .container {
	padding-left:0;
	padding-right:0;
	max-width:1340px;
}
.dtr-header-left {
	z-index:9999;
}
.kaamfu-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Keeps space between menu and button */
    margin: 0 auto;
    position: relative;
    /*top: -40px;*/
    width: 100%; /* Full width to allow spacing */
    opacity: 1;
    transition: top 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
}

/* Menu container styling */
.kaamfu-menu {
    width: 55%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	backdrop-filter: blur(8px);
}

/* Logo and menu wrapper */
.kaamfu-menu-content {
    display: flex;
    align-items: center;
    width: 100%; /* Full width for flexbox */
    justify-content: space-between; /* Space between logo and menu */
}

/* Logo styling */
.kaamfu-logo {
    margin-right: auto; /* Reduced padding */
    text-align: left;
}

.kaamfu-logo a {
	padding:11px 20px;
	display:block;
}

.kaamfu-logo img {
    vertical-align: middle;
    /* width: 28px; /* Slightly smaller logo */
    height: 20px;
	display:block;
}

/* Centered menu styling */
.sf-menu ul li {
	min-width:auto;
}
.kaamfu-menu-inner {
    padding-left: 50px; /* Reduced padding */
}

.kaamfu-menu-inner > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

/* Menu item styling */
.kaamfu-menu-inner > ul > li {
    margin: 0; /* Reduced margin between items */
	padding-bottom: 5px;
    margin-bottom: -5px;
}

.kaamfu-menu-inner > ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 12px 20px 12px 20px;
    border-radius: 0;
    transition: background-color 0.3s, color 0.3s;
	line-height: 18px;
	border:none;
}

/* Active and hover states */
.kaamfu-menu-inner > ul > li.active > a,
.kaamfu-menu-inner > ul > li.current-menu-item > a {
    background-color: transparent;
    color: #fff;
	font-weight:500;
}

.kaamfu-menu-inner > ul > li:not(.active) > a:hover {
    background: none;
    color: white;
    border: 0;
}

.kaamfu-menu-inner .sub-menu {
	background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
	border-radius: 10px;
	padding: 10px 0;
	margin:0;
	width: 188px;
}

.kaamfu-menu-inner .sub-menu li {
	margin:0;
	padding:0 10px;
}

.kaamfu-menu-inner .sub-menu li > a {
	margin:0;
	padding: 7px 21px;
	white-space: break-spaces;
    font-size: 14px;
	border-radius:20px;
}

.sf-menu > li li.menu-item-has-children > a::after {
	right:5px;
}

.kaamfu-menu-inner .sub-menu li:hover > a,
.kaamfu-menu-inner .sub-menu li.current-menu-item > a {
	border-radius:20px;
	background-color: rgba(0, 0, 0, 0.95);
	color:#fff;
}


/* Book a Demo button styling */
.kaamfu-book-a-demo {
    margin-left: auto; /* Push button to the right */
    display: flex; /* Flex display for alignment */
    align-items: center; /* Center the button vertically */
	background-color: #4285F4;
	border-radius: 50px; /* Keep the rounded corners */
	backdrop-filter: blur(8px);
}

.kaamfu-book-a-demo a { 
    color: #fff;
    font-size: 15px; /* Slightly smaller font size */
    padding: 12px 20px 12px 20px; /* Reduced padding for a more compact button */
    border: none;
    line-height: 18px; /* Set normal line-height for better vertical alignment */
}

.kaamfu-book-a-demo a.active {
	font-weight:600;
}

.kaamfu-book-a-demo img {
	width: 16px;
    margin-right: 10px;
}

.get-early-access img {
	border-radius: 0;
	width: 24px !important;
    margin: -4px 10px -4px 0 !important;
}
.get-early-access .elementor-widget-container img {
	margin: -4px 0px -4px 0 !important;
}

.get-early-access .dtr-iconhead--boxed {
    background-color: #4285F4 !important;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
}
.get-early-access .dtr-iconhead--boxed:hover {
	background: rgba(66, 133, 244, 0.8)  !important;
	background-color: #4285F4 !important;
	transform: scale(1.03);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
}
/* Apply zoom effect only to inner content */
.get-early-access .dtr-iconhead--boxed .dtr-iconhead__icon,
.get-early-access .dtr-iconhead--boxed .dtr-iconhead__link {
    transition: transform 0.3s ease-in-out;
}

/* Show menu when header-fixed is active */
.header-fixed .kaamfu-menu-wrapper {
    top: 0;
    opacity: 1;
    display: flex;
}

.header-fixed .dtr-header-global-content {
    display: none;
}

#dtr-header-global.header-fixed {
    background-color: transparent;
}

/* Mega Menu */
/* General megamenu styling */
.mega-menu {
    position: relative;
}

.mega-menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between columns */
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; /* Full width of the megamenu */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show submenu on hover */
.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

/* Default styling for submenu items */
.mega-menu .sub-menu > li {
    list-style: none;
}

/* Styling for links */
.mega-menu .sub-menu > li > a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.mega-menu .sub-menu > li > a:hover {
    background: #f5f5f5;
    color: #0073e6;
}

/* Column configurations */

/* 2 Columns */
.mega-menu.column-2 .sub-menu > li {
    flex: 1 1 calc(50% - 20px); /* Half width per column */
}

/* 3 Columns */
.mega-menu.column-3 .sub-menu > li {
    flex: 1 1 calc(33.333% - 20px); /* One-third width per column */
}

/* 4 Columns */
.mega-menu.column-4 .sub-menu > li {
    flex: 1 1 calc(25% - 20px); /* One-fourth width per column */
}

/* Responsive Design */
@media (max-width: 768px) {
    .mega-menu .sub-menu {
        flex-direction: column;
        gap: 10px;
    }

    .mega-menu .sub-menu > li {
        flex: 1 1 100%; /* Full width columns for smaller screens */
    }
}

.fp-gradient-border {
    position: relative;
    border:none !important;
    border-color: transparent !important;
}
.fp-gradient-border::before {    
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    content: " ";
    border-radius: inherit;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    border: 1px solid #30363d;
	display:block;
	box-sizing: border-box;
}

/* Blog page */
.single-post #dtr-main-wrapper {
	position:relative;
}
.single-post #dtr-secondary-section {
    position: sticky;
    top: 20px; /* Adjust as needed */
}
@media screen and (max-width: 768px) {
	.single-post #dtr-secondary-section,
	.single-post #dtr-primary-section {
		float:none;
		width:100%;
		padding:0 10px;
		position:relative;
	}
}
@media screen and (max-width: 992px) {
    #dtr-responsive-header, .slicknav_menu, #dtr-menu-button {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    /* Styles for tablet */
	h1, .elementor-widget-heading h1.elementor-heading-title,
	.h1, h1, .elementor-widget-heading h1.elementor-heading-title,
	.elementor-kit-6 h1 {
		font-size:3em !important;
		line-height:55px !important;
		letter-spacing: -1.16px !important;
	}
	body .job-listing .job-preview {
		width:50%;
	}
	.marquee-content {
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
    /* Styles for mobile */
	h1, .elementor-widget-heading h1.elementor-heading-title,
	.h1, h1, .elementor-widget-heading h1.elementor-heading-title,
	.elementor-kit-6 h1 {
		font-size:2.8!important;
		line-height:55px !important;
		letter-spacing: -1.16px !important;
	}
	body .job-listing .job-preview {
		width:100%;
	}
	.job-listing-categories br {
		display: none;
	}
	.job-listing-categories .job-category {
		margin: 2px 10px 15px 2px;
	}
	.text-image-marquee-list a:before {
		top:40px !important;
	}
}

.search-tabs button{
	background:none !important;
    font-family: "Roboto", Sans-serif !important;
	border-bottom:5px solid transparent !important;
	color:#595959 !important; font-size:14px;font-weight:400;
	padding: 0px 0px 3px 0px !important; height:12px;margin-right: 17px;
}
.search-tabs button[aria-selected="true"]{
	/*border-bottom:5px solid #33454F !important;*/
}
.search-tabs button[aria-selected="true"]:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #33454F;
    height: 6px;
    border-radius: 14px;
    top: 28px;
}
.search-tabs label{
	display:none !important;
}
.search-tabs .e-search-input-wrapper input{
	 border: 1.5px solid #E3E3E3;
    border-radius: 50px;
    padding: 3px 0px 3px 0px;
    min-height: 52px;
    line-height: 36px;
    display: inline-block;
    font-size: 16px;
}
.elementor-element-9328d09{
	border-bottom:0px !important;
}
.elementor-element-9328d09 div{
	border-bottom:0px !important;
}
.search-tabs  .e-search-submit  {
	    position: absolute;
    right: -12px;
    top: 0px;
}
.search-tabs div[role="tabpanel"]{
	padding-left:0px !important;
	padding-top: 4px;
}
.search-tabs  .e-search-submit span{
	background: #E3E3E3;
    padding: 9px 20px 9px 39px;
    border-radius: 50px;
    margin-top: 48.7px;
    color: #fff;
	cursor:initial;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.search-tabs .e-n-tabs-heading{
   padding-left: 20px;
}
.elementor-element-9288333 .e-con-inner{
	padding:0px !important;
}
.search-tabs  .e-search-submit span.active{
	background:#379e4a;
	cursor:pointer;
}
body .elementor-widget-search .e-search .e-search-submit span{
	background-image:url('https://dev.kaamfu.io/wp-content/themes/bentocase_child/images/search_new.png') !important;
    background-size: 15px !important;
    background-repeat: no-repeat;
    background-position: 16px 13px;
    text-transform: uppercase;
    font-size: 14.5px;
    letter-spacing: 0.5px;
}
.profile-list:hover,.profile-list.active{
	background:#f6f7f6;
}
.header_search p{
	display:none;
}
.find-work-icon{
	background:url('https://dev.kaamfu.io/wp-content/themes/bentocase_child/images/ai.png') right no-repeat;
    padding-right: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-size: 22px;
    width: 100%;
    color: #4285f4 !important;
    font-weight: 600;
    float: left;
}
.learnmore-butt{
	background:#4285f4 url('https://dev.kaamfu.io/wp-content/themes/bentocase_child/images/kaamfu_icon_white.svg') no-repeat;
	border-radius: 50px;
    color: #fff !important;
    padding: 9px 18px 9px 41px !important;
    top: 1px;
    position: relative;
    background-size: 25px;
    background-position: 12px 5px;
}
body .elementor-widget-search.build_butt .e-search  .e-search-submit  span{
    background-image:url('https://dev.kaamfu.io/wp-content/themes/bentocase_child/images/magic_icon.png') !important;
}
.left-nav{
	padding-left:0px !important;
}
.left-nav li{
	list-style-type:none;
	margin-bottom:0px;
	padding:6px 5px 9px 5px;
}
.left-nav li:hover,.left-nav li.active_nav{
	background:#435a66!important;
}
.left-nav li,.left-nav li a{
	font-size: .75rem!important;
    font-weight: 400;
    line-height:1.2;
	color:#fff;
    letter-spacing: .0333333333em!important;
    font-family: Roboto,sans-serif;
    text-transform: none!important;
}
.left-nav li{
	font-size: .75rem!important;
    font-weight: 400;
    line-height: 0.7;
    padding: 5px 0px 8.5px 0px;
    color: #fff; text-align:center;
    letter-spacing: .0333333333em!important;
    font-family: Roboto,sans-serif;
    text-transform: none!important;
}
.prospus-navigation-buttons .material-symbols-rounded{
	color:#fff; font-size:20px;
}
.left-nav li .material-symbols-rounded{
	margin-top: 4px;
    background: #fff;
    border-radius: 50px;
    font-size: 17px;
    padding: 0.5px;
    font-weight: bold;
    margin-right: 8px;
    color: #33454F;
    height: 23px;
    position: relative;
    z-index: 9;
    width: 23.5px;
}
.left-nav li .material-symbols-rounded img{
 width:20px;	
}
.left-nav li{
	position:relative;
}
.left-nav li.settings{
	border:0px;
}
.left-nav li .icon-title{
	position: absolute;
    background: #4285f4;
    border-radius: 50px;
    font-size: 15px;
    min-width: 90px;
    text-align: left;
    color: #fff;
    left:24px;
    display: none;
    font-family: "Roboto", Sans-serif !important;
    line-height: 31px;
    padding-left: 36px;
    padding-right: 13px;
    top: 5px;
    z-index: 8;
    transition: all .3s ease .15s;
}
.left-nav li:hover .icon-title{
 display:block;	
}
.left-nav li a:hover{
	color:#fff;
}
.material-symbols-outlined{
	width:20px;height:20px;font-size:20px !important;color:#fff;
}
.prospus-navigation-buttons {
    padding:14px 4px 10px 0;
    border-bottom:0px;
    display: flex;
    justify-content: center;
}
.left-nav svg{
	margin:-2px 2px 0px -1px;
}

.inner-search{
  position: absolute;left: 100px;font-size: 14px;border: 0px;
}
.inner-search input[type="text"]{
	border:0px;
    padding-left: 18px;
    width:280px;
	float:left;
}
.header-logo img{
	width:61px !important;
}
#search_icon{
	width: 27px;
    height: 27px;
    background-size: 12px !important;
    background: url(https://dev.kaamfu.io/wp-content/themes/bentocase_child/images/search_gray.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 7px;
    background-position: center;
    margin-left: -3px;
	cursor:pointer;
}
.list_icon{
   position: absolute;
    width: 170px;
    display: none;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    padding-left: 33px;
    padding: 7px 2px 5px 36px;
    right: 0px;
    top: 20px;
    right: 50px;
}
.list_icon img,
.list_icon span{
	padding:5px;
}
.list_icon span:hover{
	background:#f8f8f8;
	border-radius:50px;
	padding:5px;
	color:#33454F
}
.list_icon span{
	    font-size: 16px;
    position: relative;
    left: -1px;
    right: 10px;
    top: 0px;
    margin-right: 4px;
    color: #b3b3b3;
}
.connect-butt2{
	width: 26px !important;
    height: 25px !important;
    background: #379e4a;
    border-radius: 50px !important;
    position: absolute;
    left: 6px;
    padding: 1px 4px 3px 4px !important;
    margin-top: 0px;
}
span.total-hours{
	background: #E3E3E3;
    margin-right: 0px;
    margin-left: 48px;
    border-radius: 20px;
    padding: 9px 27px;
    font-size: 13px;
    font-weight: 400;
}
.list_icon.right_icon{
	display:none;border:0px;
	background:none !important;
	width:155px !important;
}
.profile-list:hover .right_icon{
	display:none;
}
.left_slide{
    width:260px !important;
    max-width: 260px !important;
    height: 100vh;
    background:#f1f1f1;
    border-right: 1px solid #e3e3e3;
    padding: 10px;
    margin-top: -2px;
    font-size: 15px;
	left:-180px;
	top: 45px;
	position: fixed;
	padding:0px;
}
.settings-menu{
	list-style-type:none;
	padding-left: 10px !important;
}
.slideleft{
	width:69%;
}
.profile-list img{
	cursor:pointer;
}
.profile-bottom{
    background-color: rgb(51, 69, 79);
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    line-height: 42px;
    padding-left:0px;
}
.chat-bottom{
	position: fixed;
    bottom: 0px;
	margin-left:-10px;
    border-top: 1px solid #E3E3E3;
    padding: 10px 10px 10px 10px;
    background: #fff;
    font-size: 14px;
	width:100%;
}
.chat-bottom img {
    width: 20px;
    position: relative;
    
}
.chat-bottom.icons{
	    min-width: 450px !important;
	    max-width: 450px !important;
	padding: 5px 10px 11px 10px;
}
.chat-box{
	margin-left:-10px;
}
.hg-drop span.sel-drop{
    padding: 12px 39px;
    border-radius: 20px;
    background:rgb(51, 69, 79);
    margin-bottom: 10px;
	font-weight:400;
	cursor:pointer;
	color:#fff;
	cursor:pointer;
	position:relative;
	z-index:100;
}
.sel-text{
	     display: inline-block;
    padding-top: 19px;
    padding-left:18px;
    width: 331px;
    text-align: left;
    position: absolute;
    left: 40px;
    top: 37px;
}
.chat-box textarea{
	    border-radius: 10px;
    border: 1px solid #E3E3E3;
    width: 80% !important;
    margin: auto;
    padding: 12px;
    margin-top:50px;
    min-height: 210px;
    color: #666;
}
.msg_panel{
	    font-weight: 400;
}
.hg-drop span.sel-drop:before{
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -3px;
    background: #E3E3E3;
    margin-left: 15px;
    border-radius: 50px;
    top: 9px;
}
.hg-drop{
	    padding-top: 20px;
    text-align: left;
    padding-left: 39px;
	margin-bottom: 20px;
	    position: relative;
	padding-bottom:10px;
}
.hg-drop ul{
	margin-top:13px;
    border: 1px solid #E3E3E3;
    width: 50%;
	padding: 0px;
    display: none;
    margin-left: 32px;
    position: absolute;
    z-index: 101;
	border-radius:4px;
    background: #fff;
}
.hg-drop ul li{
	border-top: 1px solid #E3E3E3;
    list-style-type: none;
    line-height: 32px;
	cursor:pointer;
    margin-bottom: 0px;
	padding-left:10px;
}
.hg-drop ul li:first-child{
	border-top:0px;
}
.hg-drop ul li:hover{
	background:#E3E3E3;
}
.chat-top{
	 min-width: 450px !important;
	    max-width: 450px !important;
}
.chat-bottom.icons img{
	top: 5px;
}
.chat-bottom .material-symbols-rounded{
  cursor:pointer;
}
.chat-heading{
	    font-size: 25px;
    margin: 12px 39px;
    line-height: 29px;
    border-top: 1px solid #ccc;
    padding-top: 18px;
    font-weight: 600;
}
.job-list-bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #E3E3E3;
    padding: 10px 10px 10px 20px;
    background: #fff;
    font-size: 14px;
}
.settings-bottom{
	position: fixed;
    bottom: 0px;
    width: 258px;
    border-top:1px solid #dadada;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
}
.chat-open{
	cursor:pointer;
}
.chat-bottom img{
	width:22px;
}
.chat-bottom .chat-open{
	background: red;
    padding: 5px;
    border-radius: 4px;
    margin-left:8px;
    width: 28px;
    top: 5px;
	background-color: rgb(51, 69, 79);
}
.left-nav li{
	cursor:pointer;
}
.msg-send{
	float:right !important;
	display:none;
	margin-right:15px;
	width:34px !important;
	top:0px !important;
}
.search-results-con{
    padding-top: 42px;
	padding-bottom:30px;
}
.chat-content{
	margin-top:40px;
}
.job-list-top{
	position: fixed;
    top: 43px;
	margin-left:1px;
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    padding: 9px 10px 9px 10px;
    background: #fff;
    font-size: 14px;
	z-index:2;
}
.job-list-top.chat-top{
padding: 11px 10px 10px 10px;	
}
.right-panel-top{
	position: fixed;
    top: 43px;
	margin-left:0px;
    width:90px;
    border-bottom: 1px solid #E3E3E3;
    padding:2px 0px 2px 0px;
    background: #fff;
    font-size: 14px;
	z-index:99;
}
.prospus-date-separator{
    border-bottom: 1px solid #E3E3E3;
    height:35px;
    margin-bottom: 22px;
    position: relative;
    margin-left: -10px;
}
.chat-list li{
	list-style-position:outside;
	margin-bottom:4px;
	padding-left:9px;
}
.chat-list li::marker{
	font-size:21px;
}
.chat-list li span{
	/*padding-left:5px;*/
}
.chat-list{
	margin-left:66px;
	padding-left:10px;
	margin-top:4px;
}
.prospus-date-separator span{
    border:0px;
    font-size: 12px;
    color:#666;
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 20px;
    text-align: center;
    line-height:37px;
}
.asso_req{
        text-transform: uppercase;
    border: 1px solid #dddddd;
    border-radius: 21px;
    line-height: 30px;
    padding: 3px 18px 3px 5px;
    margin-top: 10px;
    display: inline-block;
}
.asso_req img{
   width: 29px !important;
    height: 28px !important;
    background:#379e4a;
    padding: 1px 4px 3px 4px;
    margin-top: -1px;
}
.prof-chat img{
	width:35px;
	height:35px;
	border-radius:50px;
	margin-right:10px;
}
.profile-bottom-icon2{
    background-color: #f1f1f1;
    color: #000;
    position: fixed;
    width: 100%;
    bottom: 42px;
    line-height: 42.8px;
    padding-left: 0px;
    border-top: 1px solid #E3E3E3;
}
.profile-bottom-icon2,.profile-bottom-icon3,.profile-bottom-icon4,.profile-bottom{
	    width: 90px !important;
}
.data-title{
	font-size: 18px;
    border-bottom: 1px solid #E3E3E3;
    width: 80%;
    padding-bottom: 7px;
}
.job-list-bottom,.chat-bottom{
	color:transparent;
}
.chat-bottom.icons{
	color:inherit;
}
.profile-bottom-icon4 {
       color: #000;
    position: fixed;
    width: 100%;
    bottom: 131px;
    line-height:86px;
	text-align:center;
    padding-left:0px;
    /* margin-left: 12px; */
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
}

.profile-bottom-icon4 img {
	    width: 26px;
}
.profile-bottom-icon2 .material-symbols-rounded,.profile-bottom .material-symbols-rounded,.right-panel-top .material-symbols-rounded {
      color: #bdbdbd;
    font-size: 24px;
    top: 3px;
    position: relative;
    left: 0px;
    margin-right: 0px;
    width: 45px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: -10px;
}
.profile-bottom .material-symbols-rounded{
	margin-right: 8px;
}
.profile-bottom-icon2 .material-symbols-rounded{
	margin-right: 4px;
}
.profile-bottom-icon2 .material-symbols-rounded img,.profile-bottom img,.profile-bottom-icon3 .material-symbols-rounded img,.profile-bottom img,.right-panel-top img{
	margin-left: 14px;
    margin-right: 5px;
    width: 26px !important;
    height: 26px !important;
}
.profile-bottom-icon3 .material-symbols-rounded + .material-symbols-rounded img,.right-panel-top .material-symbols-rounded + .material-symbols-rounded img{
	margin-left: 0px;
}
.profile-bottom-icon3 .material-symbols-rounded + .material-symbols-rounded{
	margin-right:0px;
}
/*.profile-bottom-icon3 .material-symbols-rounded{
    color: #bdbdbd;
    font-size: 24px;
    position: relative;
    width: 50%;
	padding:10px 0px;
	text-align:right;
	padding-right:5px;
	top:6px;
}*/
.profile-bottom-icon3 svg{
width:26px;
	height:26px;
}
.profile-bottom-icon3 .material-symbols-rounded:hover{
	/*background:#f7f8f8;*/
}
.profile-bottom-icon3 .material-symbols-rounded+span{
	text-align:left;
	padding-left:6px;
}
.profile-bottom-icon2 .material-symbols-rounded:hover{
	
}
.profile-bottom-icon3{ 
      background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 84px;
    line-height: 43px;
    padding-left: 0px;
    border-bottom: 1px solid #E3E3E3;
}
.right-panel-icon2{
	position: fixed;
}
.list_icon{
	text-align:center
}
.list_icon img{
	width:24px; margin-right:0px;
}
.right-panel-top img{
	width:22px;
}
.settings{
	position:fixed !important;
	bottom:0px;
	max-width:89px;
	width:100%;
	border-top: 1px solid #666666;
	padding:5px 5px 10px 5px !important;
	
}
.left-nav li.settings:hover{
	background:none !Important;
}
.right-panel{
	position:fixed;
	right: -3px;
    top: 43px;
	border-left: 1px solid #E3E3E3;
	font-size:14px;
	padding:0px;
	height:100vh;
	z-index:999;
	background:#fff;
}
.side-panel{
	position:fixed;
	right:-950px;
	top:43px;
    background: #fff;
    height: 100vh;
    border-left: 1px solid #E3E3E3;
    padding-left: 10px;
    font-size: 16px;
    padding-top: 11px;z-index:99;
	min-width:450px !important;
	max-width:450px !important
}
.settings-menu li {
    /* line-height: 22px; */
    padding: 3px 0px 3px 10px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
	 border-left:4px solid transparent;
	margin:9px 0px 7px 0px;
}
.settings-menu li:hover{
 border-left:4px solid #33454F;
}
.profile-list{
	position:relative;
	cursor:pointer;
}
.profile-list.active .list_icon{
	display:block;
}
.profile-list.active .right_icon{
	display:none;
}
#search_icon:hover{
	background:#f7f8f8 url(https://dev.kaamfu.io/wp-content/themes/bentocase_child/images/search_black.png);
	background-repeat: no-repeat;background-position: center;
	border-radius:5px;
}
#search_icon.active{
	background:#33454F url(https://dev.kaamfu.io/wp-content/themes/bentocase_child/images/search_while.png);
	background-repeat: no-repeat;background-position: center;
	border-radius:5px;
}
.search-results-con{
position:relative;	
}
.connect-butt{
    background-size: 15px !important;
    background-repeat: no-repeat;
    background-position: 16px 13px;
    font-size: .75rem!important;
    letter-spacing: 0.5px;
    background: #379e4a;
    padding: 0px 13px 0px 35px;
    position: absolute;
    right: 9px;
    line-height: 33px;
    font-weight: 400;
    color: #fff !important;
    margin-top: -6.9px;
    border-radius: 20px;
}
.chat_button{
	    position: absolute;
    right: 125px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
	top:0px; cursor:pointer;
}
.chat_button.cancel-request{
	right: 185px;
}
.chat-bottom .material-symbols-rounded{
	font-size: 18px;
    position: relative;
    top: 7px; color:#bdbdbd;
	margin-right:7px;
}
.chat-bottom .material-symbols-rounded.active:before{
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    background: red;
    z-index: -1;
    border-radius: 4px;
    margin: -2px;
	background:rgb(51, 69, 79);
}
.settings-link{
	cursor:pointer;
}
.right_icon .connect-butt{
 right:0px;	
}
.connect-butt:before{
	content:'';
    background: #fff url('https://dev.kaamfu.io/wp-content/uploads/2025/04/partnership_green.svg');
       width: 26px;
    height: 25px;
    color: #666;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 0px;
    position: absolute;
    line-height: 23px;
    top: 4px;
    left: 6px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
span.exp{
	background: #E3E3E3;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
}
span.lang{
	border: 1px solid #E3E3E3;
    margin-right: 6px;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
}
span.skill{
	background:#666;
    margin-right: 6px;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;color:#fff;
}
.social-icon{
    width: 29px !important;
    margin-right: 10px;
    border-radius: 50px !important;
    margin-top: 10px;
    height: fit-content !important;
}
.job-list-top.settings-active{
	color:transparent;
	padding:30px 10px 12px 265px;
}

.job-list-top.settings-active img{
	background:#33454F;
	border-radius: 5px;
	margin-right: 5px;
    width: 27px !important;
    padding: 4px;
    position: absolute;
    margin-top:0px;
	top:8px;
	margin-left: 2px;
}
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v232/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOc7TOVpeRL2w5rwZu2rIelXxeJKJBiCa8.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.home .right-panel{
	right:0px !important;
	background:#fff;
	width:90px !important;
}
body .signup-form input{
	border-bottom:1px solid #30363d;
	border-top:0px !important;border-right:0px !important;
	border-left:0px !important;
	padding-left:0px;
	color:#fff !important;
	border-radius:0px;
	background:none !important;
}
body .signup-form  .elementor-widget-container{
	padding-bottom: 60px;
}
.signup-form .elementor-field-type-submit button{
	border:1px solid #69727d;
	background:#161a22;
}
.signup-form .elementor-field-type-submit button:hover{
	background:#379e4a;border:1px solid #379e4a;
}
.signup-form .elementor-field-type-submit{
    position: absolute;
    right: 0px;
    bottom:119px;
	max-width:150px;
}
.signup-form .elementor-button[disabled="disabled"]{
	opacity: 0.6;
	background: #fff !important;
border: 1px solid #fff !important;
color: #666 !important;
opacity: 0.6;
cursor: not-allowed;
}
.signup-form .elementor-field-type-submit span{
  font-size: 14px;
  font-weight: normal;
}
.elementor-message.elementor-message-danger{
	font-size:12px;
	padding:5px 0px 5px 0px;
}
.elementor-field-type-upload{
   width: 70% !important;
   height: 38px; margin-top:12px;
}
.elementor-field-type-upload span#upload-res{
	content: "Upload Resume";
	width: 160px;
	color: #000;
	position: absolute;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 37px;
	bottom: -1px;
	cursor: pointer;
	z-index: 999;
	background: #E3E3E3 url(../images/upload.svg) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 18px;
	background-position: 15px 8px;
	padding-left: 20px;
	font-size: 13px;
}
.elementor-field-type-upload input{
	max-width: 162px !important;
height: 40px;
}
.elementor-field-type-upload label{
	
}
.elementor-field-type-upload span#upload-res:hover,.elementor-field-type-upload span.active{
	background:#4285f4 url(../images/upload_white.svg) no-repeat !important;
	color:#fff !important;	background-position: 15px 8px !important;
	background-size: 18px !important; cursor:pointer;
}
.elementor-field-type-upload input[type="file"]{
	opacity:0;position: relative;
z-index: 999; cursor:pointer; margin:0px;
	padding:0px;
}
.elementor-field-type-upload{
	
}
.elementor-message-danger{
	display:none;
}
.elementor-message-danger.elementor-help-inline {
	display:block;
}

.elementor-field-type-upload label{
	padding-left: 169px;
	padding-top: 10px;
	color: #fff;
	font-size: 14px;position: absolute;
	font-weight: 300;
	display:block !important; 
	cursor: default;
}
.signup-form input{
	font-size:14px;
}
body .signup-form input[type="email"]::placeholder,.signup-form input[type="text"]::placeholder,.signup-form input[type="tel"]::placeholder {
  color: #8A949E !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
 /* color: red !important;*/
}
.signup-form label{
	display:none;
}
/*.signup-form .elementor-field-type-upload label{
   display: block;font-size: 14px;
color: #fff;
}*/

.betterdocs-search-heading .heading,
.betterdocs-search-heading h1.heading { 
    color: #000 !important; 
    padding-bottom: 20px;
}

@media (max-width: 1440px) {
	.list_icon{
		    right: 100px;
	}
}
@media (min-width: 1460px) {
	.list_icon{
		    right: 40px;
	}
}
@media (min-width: 1800px) {
	.slideleft {
    width: 73%;
}
	.search-results-con.settings-active{
		width:85% !important;
	}
}
@media (min-width: 1910px){
.search-results-con{
		width:103%;
}
.slideleft {
    width: 76%;
}
.search-results-con.settings-active{
		width:87% !important;
}
}
@media (min-width: 2100px){
	.search-results-con{
		width:103%;
	}
	.slideleft {
		width: 80%;
	}

	.search-results-con.settings.active{
		width:89% !important;
	}
}