/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.container {
  max-width: 1330px;

  margin: 0 auto;

  padding: 0 15px;
}

select {
  cursor: pointer;
}

.single_talent_main .row {
  display: grid;
  grid-template-columns: 3fr 1.22fr;
  gap: 40px;
  margin: 100px 0;
}

.st_main_content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 846px;
}

.st_intro_box {
  display: flex;
  gap: 20px;
}

.st_profile_img {
  max-width: 95px;
  aspect-ratio: 1/1;
  min-width: 95px;

  img {
    width: 100%;

    height: fit-content;

    object-fit: cover;

    border-radius: 10px;

    aspect-ratio: 1/1;
  }
}

.st_skills_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
}

span.st_skill {
  padding: 8px 11px;
  border-radius: 4px;
  border: 1px solid #3a281026;
  background: #ffffff;
  color: #f47b20;
  transition: all 0.3s ease;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  font-family: "Inter", Sans-serif;
}

.st_intro_video_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 1/0.56;
}

.st_intro_video_wrapper.is-playing .mainplayBtnVideo {
  opacity: 0;
  z-index: -1;
}

.st_intro_video_wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* body.talent-template-default {
  background: #f2ebdb80;
} */

.mainVideoWrapper {
  height: 100%;
  width: 100%;
}

.st_intro_video_wrapper .mainplayBtnVideo {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #1a1a1a4d;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: all ease 0.3s;
  cursor: pointer;
}

.st_intro_video_wrapper .mainplayBtnVideo img {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  object-fit: contain;
}

.st_side_bar {
  width: 100%;
  max-width: 346px;
  margin-left: auto;
}

.st_sidebar_wrapper {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  gap: 30px;
}

.st_sidebar_box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.3s ease;
}

.st_sidebar_box.st_monthly_rate {
  box-shadow: 0px 16px 20px -10px #F582204D;
}

span.hr_bar {
  background: #3a28101f;
  width: 100%;
  height: 1px;
  margin: 10px 0;
}

.st_profile_details {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.st_profile_details h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  color: #1a1a0a;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  font-family: "Inter", Sans-serif;
}

.st_profile_details>p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #1a1a0a;
  margin-bottom: 6px !important;
  font-family: "Inter", Sans-serif;
}

.st_prod_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
}

.st_pro_country {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4a281026;
  background: #f9f5ed33;
  padding: 7px 13px;
  border-radius: 4px;
  gap: 4px;
}

.st_pro_country img {
  width: 14px;
  min-width: 14px;
  height: 14px;
  object-fit: contain;
}

.st_pro_country span {
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  color: #1a1a1a;
}

.st_pro_aval_status {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  padding: 7px 13px;
  border-radius: 4px;
  gap: 6px;
  font-family: "Inter", Sans-serif;
}

.st_pro_aval_status::before {
  content: "";
  position: relative;
  display: block;
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 100px;
}

.st_pro_aval_status[data-aval="immediate"] {
  border: 1px solid #1a7a3533;
  background: #1a7a3517;
  color: #1a7a35;
}

.st_pro_aval_status[data-aval="immediate"]::before {
  background: #1a7a35;
}

.st_pro_aval_status[data-aval="noticeperiod"] {
  border: 1px solid #ffa5001a;
  background: #ffa5001a;
  color: #ffa500;
}

.st_pro_aval_status[data-aval="noticeperiod"]::before {
  background: #ffa500;
}

.st_pro_aval_status[data-aval="currentlyengaged"] {
  border: 1px solid #ff33001a;
  background: #ff33001a;
  color: #ff3300;
}

.st_pro_aval_status[data-aval="currentlyengaged"]::before {
  background: #ff3300;
}

.st_pro_aval_status.st_pro_ai_score {
  border: 1px solid #F5822033;
  background: transparent;
  color: #F58220;
}

.st_pro_aval_status.st_pro_ai_score::before {
  background: #F58220;
}

.st_pro_aval_status.st_pro_english_score {
  border: 1px solid #F5822033;
  background: transparent;
  color: #F58220;
}

.st_pro_aval_status.st_pro_english_score::before {
  background: #F58220;
}

.titleHldr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ratingTag {
  background: #FFF1E0;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #F58220;
}

span.mt_title-label {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  font-family: "Inter", Sans-serif;
}

.st_monthly_rate .mt_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
  color: #1a1a0a;
  margin: 0;
  padding: 0;
  font-family: "Inter", Sans-serif;
}

:is(a, button).th_secondary_btn.btn.hire_btn {
  background: #f47b20;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  font-family: "Inter", Sans-serif;
  padding: 5px 25px;
  transition: all ease .3s;
  border: 1px solid #f47b20;
}

:is(a, button).th_secondary_btn.btn.hire_btn:hover {
  background: transparent;
  color: #f47b20;
}

.st_sidebar_box>p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #1a1a0a;
  margin: 10px 0 0;
  padding: 0 !important;
  font-family: "Inter", Sans-serif;
}

body .st_breadcam {
  position: relative;
  display: block;
  margin: 100px 0 0;
}

body .st_breadcam #breadcrumbs>span {
  display: flex;
  align-items: center;
  gap: 6px;
}

body .st_breadcam :is(p, span, a) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #1a1a1a;
  font-family: "Inter", Sans-serif;
}

body .st_breadcam :is(a) {
  color: #f47b20;
}

body .st_breadcam .bcam_sp {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-image: url(https://hostifyweb-com.stackstaging.com/topremote/wp-content/uploads/2026/05/right-arrroww.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.st_sidebar_box>p.mt_ve_label {
  color: #1a1a1a !important;
  text-align: left !important;
  font-family: "Inter", Sans-serif;
}

.st_sidebar_box .mt_save_label {
  border: 1px solid #f47b20 !important;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #f47b20;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 2px 13px;
  border-radius: 100px;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  margin-top: 10px;
}

.st_vetted_box .vetted_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #1a1a1a;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Inter", Sans-serif;
}

.st_vetted_box .vetted_title span {
  text-transform: capitalize !important;
}

.st_vetted_box ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 !important;
  margin: 20px 0 0 !important;
}

.st_vetted_box ul li {
  list-style: disc !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #1a1a0a;
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "Inter", Sans-serif;
}

.st_vetted_box ul li:before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-color: #1a7a351a;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://hostifyweb-com.stackstaging.com/topremote/wp-content/uploads/2026/05/right-check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.st_availability_box .aval_title {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #1a1a1a;
  text-transform: uppercase !important;
  margin: 0 !important;
  font-family: "Inter", Sans-serif;
  padding: 0 !important;
}

.st_availability_box .aval_list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 0 !important;
  font-family: "Inter", Sans-serif;
}

.st_availability_box .aval_list li {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #1a1a0a;
  list-style: none !important;
  font-family: "Inter", Sans-serif;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

.st_availability_box .aval_list li::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://hostifyweb-com.stackstaging.com/topremote/wp-content/uploads/2026/05/right-check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.st_availability_box .aval_list li.aval_job_time::before {
  background-image: url(https://hostifyweb-com.stackstaging.com/topremote/wp-content/uploads/2026/06/calendar.svg);
}

.st_availability_box .aval_list li.aval_job_hour::before {
  background-image: url(https://hostifyweb-com.stackstaging.com/topremote/wp-content/uploads/2026/06/time.svg);
}

.st_availability_box .aval_list li.aval_job_timing::before {
  background-image: url(https://hostifyweb-com.stackstaging.com/topremote/wp-content/uploads/2026/06/net.svg);
}

/*  talent card css*/
.talent_card_video {
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
  cursor: pointer;
}

.talent_card_video .e-hosted-video {
  height: 100%;
}

.talent_card_video .elementor-custom-embed-play {
  top: auto;
  left: auto;
  bottom: 16px !important;
  right: 16px !important;
  transform: none !important;
}

.dynCard:has(.talent_card_video) .talent_card_img {
  display: none !important;
}

.t-card_ava_st[avalstatus-currently] {
  background-color: #f582201a !important;

  p,
  svg {
    color: #f58220 !important;
    fill: #f58220 !important;
  }
}

.t-card_ava_st[avalstatus-notice] {
  background-color: #1a1a1a17 !important;

  p,
  svg {
    color: #1a1a1a !important;
    fill: #1a1a1a !important;
  }
}

/* talent listing page css  */
.talent_listing_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.talent_listing_grid .elementor-invisible {
  visibility: visible;
}

.talent_cus_filter_main {
  display: grid;
  grid-template-columns: 1.1fr 4fr;
  gap: 30px 20px;
  max-width: 1290px;
  margin: 0 auto;
}

body .talent_filter_head_txt {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
  margin-bottom: 30px;
}

.talent_filters_accordian .accordian_title h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}

.talent_filters_accordian .accordian_content {
  display: none;
  padding-top: 15px;
  flex-direction: column;
  gap: 12px;
}

.talent_filters_accordian .accordian_item.active .accordian_content {
  display: flex;
}

.talent_filters_accordian .accordian_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.talent_filters_accordian .accordian_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 3px;
  transition:
    transform 0.3s ease,
    0.3s box-shadow 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8.75L7 5.25L10.5 8.75' stroke='%231A1A1A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.talent_filters_accordian .accordian_item.active .accordian_icon {
  transform: rotate(0deg);
  background-color: #ffffff;
}

.talent_filters_accordian .accordian_item {
  background: #f8f5ed;
  border-radius: 6px;
  padding: 10px;
}

.talent_filters_accordian {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.talent_filters_accordian .checkbox_wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
}

.talent_filters_accordian label {
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #1a1a1a;
  cursor: pointer;
}

body.home .talent-card_details-col {
  background-color: #ffffff !important;
}

.checkbox_wrapper input[type="checkbox"] {
  appearance: none;
  border: 1px solid #1a1a1a4d;
  cursor: pointer;
  position: relative;
  outline: none;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  color: #fff;
  background: #fff;
}

.checkbox_wrapper input[type="checkbox"]:checked {
  background-color: #f47b20;
  border-color: #f47b20;
}

.checkbox_wrapper input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1.2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

form#talent-filter-form {
  position: sticky;
  top: 0;
}

.talent_filter_listing-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 25px;
}

.talent_sortby_wrapper {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
}

.talent_sortby_wrapper label {
  width: max-content;
  text-wrap: nowrap;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  color: #1a1a0a;
}

.talent_sortby_wrapper select {
  background: #ffffff;
  border: 1px solid #4a28101f;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  color: #1a1a0a;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.talent-results-count {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #1a1a1a;

  span {
    color: #f58220;
  }
}

button#reset-filters {
  padding: 10px 0;
  border: none !important;
  color: #f58220;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  background: transparent !important;
}

button#reset-filters:hover {
  opacity: 0.7;
  color: #f58220;
  background: transparent;
}

.talent_cus_filter_buttons button {
  background: #f58220;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border-color: #f58220;
  padding: 14px 26px;
}

.talent_cus_filter_buttons button:hover {
  background-color: transparent;
  color: #f58220;
}

span.orng_clr {
  color: #f58220;
}

.cust_cuntr .elementor-counter-number-wrapper .elementor-counter-number-suffix,
.cust_cuntr .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  color: #f58220;
}

.cust_numbox_col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(245, 130, 32, 0) 0%,
      rgba(245, 130, 32, 0.5) 50%,
      rgba(245, 130, 32, 0) 100%);
}

.team_infolist ul {
  gap: 8px;
}

.team_infolist ul li {
  background: #ffffffeb;
  padding: 5px 8px !important;
  border-radius: 4px;
  margin: 0 !important;
}

.salary_guide_form form .elementor-form-fields-wrapper .elementor-field-group input::placeholder {
  opacity: 1;
}

.check_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.numbox_bar .elementor-divider .elementor-divider-separator {
  border-block-start: none !important;
  background: linear-gradient(90deg, #f58220 0%, rgba(245, 130, 32, 0) 100%);
  height: 1px;
}

.Cust_video_playlist .e-tabs-main-area {
  gap: 14px;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-header {
  padding: 0;
  border-bottom: none;
  min-height: unset;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-header .e-tabs-title {
  padding: 0px 0px 10px;
  margin: 0px;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper .e-tabs-items {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper .e-tabs-items .e-tab-title {
  padding: 16px 0;
  height: auto;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper .e-tabs-items .e-tab-title .e-tab-thumbnail {
  height: 80px !important;
  width: 80px !important;
  overflow: hidden;
  border-radius: 6px;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper .e-tabs-items .e-tab-title .e-tab-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper {
  border: none !important;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-content-wrapper .e-tab-content,
.Cust_video_playlist .e-tabs-main-area .e-tabs-content-wrapper .e-tab-content .elementor-clickable {
  border-radius: 16px;
  overflow: hidden;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-content-wrapper .e-tab-content .elementor-custom-embed-play {
  padding: 10px;
  background: #f58220f2;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-content-wrapper .e-tab-content .elementor-custom-embed-play svg {
  filter: none;
  height: 30px;
  width: 30px;
  opacity: 1 !important;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper .e-tabs-items .e-tab-title .e-tab-thumbnail .icon-play svg {
  background: #f58220;
  padding: 5px;
  border-radius: 50px;
  width: 22px;
  height: 22px;
}

.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper ::-webkit-scrollbar {
  width: 10px;
}

/* TRACK */
.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper::-webkit-scrollbar-track {
  background: #111;
}

/* THUMB */
.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f3ba35 0%, #b5782a 100%);
  border-radius: 100px;
}

/* HOVER */
.Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper .e-tabs-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffcc4d 0%, #b5782a 100%);
}

.video_hldr .elementor-custom-embed-image-overlay {
  height: 450px;
  --video-aspect-ratio: unset !important;
}

.video_hldr .elementor-custom-embed-image-overlay img {
  height: 100%;
  object-position: top center;
}

.video_hldr::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.25%, #000000 90%);
  backdrop-filter: blur(4px);
}

.bnnr_grdnt_bg::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(90deg, #3a3837 58.72%, rgba(58, 56, 55, 0) 72.6%);
  width: 100%;
  height: 100%;
}

.form_col {
  backdrop-filter: blur(120px);
}

.dual_bars::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 20px;
  width: 1px;
  height: 65%;
  background: linear-gradient(80deg,
      rgba(245, 130, 32, 0) 0%,
      rgba(245, 130, 32, 0.5) 50%,
      rgba(245, 130, 32, 0) 100%);
}

.dual_bars::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 20px;
  width: 1px;
  height: 65%;
  background: linear-gradient(80deg,
      rgba(245, 130, 32, 0) 0%,
      rgba(245, 130, 32, 0.5) 50%,
      rgba(245, 130, 32, 0) 100%);
}

.Cust_Numbox .circle_number_widget_layout {
  flex-direction: row !important;
  gap: 10px;
}

.Cust_Numbox .circle_number_widget_layout .ue-number-container {
  padding-top: 6px;
}

.Cust_inlinelist ul {
  gap: 10px;
  align-items: center;
}

.Cust_inlinelist ul li {
  padding: 11px 20px !important;
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 50px;
}

.Cust_accordians .e-n-accordion-item {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff80;
}

.Cust_IconBox .elementor-icon-box-wrapper .elementor-icon-box-content h3,
.Cust_IconBox .elementor-image-box-wrapper .elementor-image-box-content h3 {
  margin-top: 0 !important;
}

.category_IconBox .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  border: 1px solid #f5822026;
}

.category_IconBox .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
  margin-top: 0 !important;
}

.mega_inner_sect {
  height: 800px;
  overflow: auto;
}

.mega_inner_sect::-webkit-scrollbar {
  width: 4px;
  background: #f5822033;
}

.mega_inner_sect::-webkit-scrollbar-thumb {
  background: #f58220;
  border-radius: 20px;
  width: 2px;
}

.cust_mega_listicon ul li::after {
  border-color: transparent;
  background: linear-gradient(270deg, rgba(245, 130, 32, 0) 0%, #f58220 100%);
  height: 1px;
  width: 100%;
  border-block-start-width: 0px !important;
}

.st_sidebar_box.st_availability_box span.hr_bar {
  margin: 40px 0 20px;
}

.st_sidebar_box.st_availability_box a {
  border: 1px solid #1a1a1a;
  color: #000000;
  font-family: Manrope;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  padding: 12px;
  width: 100%;
  border-radius: 4px;
  font-family: "Inter", Sans-serif;
  transition: all ease .3s;
}

.st_sidebar_box.st_availability_box a:hover {
  background: #000;
  color: #fff;
}

.st_bio_sec h2 {
  font-family: "Inter", Sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a28101f;
  margin-top: 0px !important;
  color: #000;
}

.st_bio_sec p {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 25.5px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 10px;
}

.st_bio_sec .st_bio_box:not(:first-child) {
  margin-top: 30px;
}

.st_bio_box ul {
  padding-left: 20px;
}

.st_bio_box ul li {
  margin-top: 20px;
}

.st_bio_box ul li::marker {
  color: #f47b20;
}

.st_bio_box ul li h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px !important;
}

.st_bio_box ul li p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0px;
  margin: 5px 0;
  color: #000;
}

.st_bio_box .st_skills_wrapper {
  margin-top: 30px;
}

.st_cta_sec {
  margin-top: 40px;
}

.st_cta_sec p  span {
	color: #F58220;
}

.st_cta_btn_wrapper {
  margin-top: 20px;
  width: fit-content;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

:is(a, button).th_primary_btn {
  background: transparent;
  border: 1px solid #000;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  font-family: "Inter", Sans-serif;
  padding: 5px 25px;
  transition: all ease .3s;
}

:is(a, button).th_primary_btn:hover {
  background: #000;
  color: #fff;
}

.st_cta_btn_wrapper a {
  text-wrap: nowrap;
  width: fit-content;
  max-width: fit-content;
}

.st_related_talent_sec {
  padding-bottom: 100px;
}

.dynCard .elementor-divider-separator {
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  display: flex;
}

.elementor-button-icon:not(:has(svg, img)) {
  display: none;
}

.faqHldr .e-n-accordion-item[open] .e-n-accordion-item-title {
  border-radius: 6px 6px 0 0;
}

.elementor-image-box-img img {
  width: 100%;
}

.aftr_bnr_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(130deg, #1F1F1D 0%, rgba(31, 31, 29, 0) 100%);
  width: 30%;
  height: 100%;
  z-index: 2;
}

.aftr_bnr_sec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(260deg, #1F1F1D 0%, rgba(31, 31, 29, 0) 100%);
  width: 30%;
  height: 100%;
  z-index: 2;
}

.Team_mem_profile .team_social_icons {
  transition: all .3s ease-in-out;
  transform: translateY(100px);
}

.Team_mem_profile:hover .team_social_icons {
  transform: translateY(-20px);
}

.cust_icon_list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cust_icon_list ul li {
  background: #F58220;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 6px 16px 6px 5px !important;
  border-radius: 50px;
  max-width: 275px;
}

.profile-cards .elementor-heading-title {
  display: none;
}

.top-remote-bg::after {
  content: '';
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(245, 130, 32, 0.3) 0%, rgba(245, 130, 32, 0) 60%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

body .cusVidBox.elementor-widget-video .elementor-wrapper {
  aspect-ratio: 1 / 1.33;
}

/* .timelineSlider .ue-horizontal-timeline .ue-carousel-content {
    background: linear-gradient(90deg, #F2EBDB 0%, rgba(242, 235, 219, 0) 100%) !important;
}

.timelineSlider .ue-horizontal-timeline .ue-item-title span {
    background: #F58220;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 700;
    padding: 8px 16px 7px;
}

.timelineSlider .ue-horizontal-timeline .ue-item-title a {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: nowrap;
}

.timelineSlider .ue-horizontal-timeline .owl-item .ue-item-bullet svg {
    display: none;
}

.timelineSlider .ue-horizontal-timeline .owl-item.uc-active-item:first-child .ue-item-bullet-line:first-child {
    background: #F58220;
    border-radius: 50px 0 0 50px;
}

.timelineSlider .ue-horizontal-timeline .owl-item.uc-active-item:first-child .ue-item-bullet {
    width: 36px;
    height: 36px;
}

.timelineSlider .ue-horizontal-timeline .owl-item.uc-active-item:first-child .ue-item-bullet svg {
    display: block;
} */

.timelineSlider .ue-item-title a {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.timelineSlider .ue-item-title span {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  padding: 8px 14px;
  background: #F58220;
  border-radius: 100px;
}

.topBtmGradBrdr {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, #F58220 0%, rgba(245, 130, 32, 0) 100%);
  border-image-slice: 1;
}

.skillsList ul {
  gap: 40px;
}

.skillsList ul li {
  margin: 0px !important;
}

.faded-paragraph {
  position: relative;
  max-height: 80px;
  overflow: hidden;
}

.faded-paragraph::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(transparent, #ffffff);
}

.faded-paragraph.expanded::after {
  background: linear-gradient(transparent, transparent);
}

.availItemText {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  color: #1A1A1A;
}

.available_now_item {
  border: none !important;
}

.available_now_item .checkbox_wrapper {
  justify-content: space-between;
  background: #F8F5ED;
  border-radius: 6px;
  padding: 13px 10px !important;
}

label[for="available_now"]:has(input[type="checkbox"]) {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}

label[for="available_now"]:has(input[type="checkbox"]) input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

label[for="available_now"] .slider.round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.3s;
}

label[for="available_now"] .slider.round::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

label[for="available_now"] input:checked+.slider.round {
  background-color: #F58220;
}

label[for="available_now"] input:checked+.slider.round::before {
  transform: translateX(18px);
}

#uc_horizontal_timeline_elementor_b7fc165 .owl-stage {
  display: flex;
  align-items: stretch;
}

#uc_horizontal_timeline_elementor_b7fc165 .owl-item {
  display: flex;
}

#uc_horizontal_timeline_elementor_b7fc165 .ue-carousel-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#uc_horizontal_timeline_elementor_b7fc165 .ue-carousel-item-holder {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#uc_horizontal_timeline_elementor_b7fc165 .ue-carousel-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1025px) {
  .talent_cus_filter_main {
    grid-template-columns: 1.3fr 4fr;
  }

  .talent_listing_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .Cust_video_playlist .e-tabs-main-area .e-tabs-content-wrapper .e-tab-content .elementor-custom-embed-play {
    width: 75px;
    height: 75px;
  }

  .Chart_sheet {
    overflow-x: auto;
  }

  .Chart_sheet>.elementor-element {
    min-width: 330px;
  }

  .video_hldr .elementor-custom-embed-image-overlay {
    height: 400px;
  }

  .check_list ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dual_bars::before,
  .dual_bars::after,
  .bnnr_grdnt_bg::after {
    display: none;
  }

  body .st_breadcam {
    margin-top: 70px;
  }

  .single_talent_main .row {
    margin: 70px 0;
    grid-template-columns: 3fr 1.42fr;
  }

  .st_side_bar {
    margin-left: 0;
  }

  .st_main_content {
    max-width: 100%;
  }

  .st_related_talent_sec {
    padding-bottom: 70px;
  }

  .skillsList ul {
    gap: 25px;
  }

  .timelineSlider .ue-item-title span {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .talent_cus_filter_main {
    grid-template-columns: repeat(1, 1fr);
  }

  .single_talent_main .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .talent_cus_filter_main {
    grid-template-columns: 1fr;
  }

  .talent_filter_head_txt {
    margin-bottom: 15px;
  }

  .talent_listing_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .Cust_video_playlist .e-tabs-main-area .e-tabs-wrapper {
    height: fit-content;
  }

  .Cust_video_playlist .e-tabs-main-area .e-tabs-content-wrapper .e-tab-content .elementor-custom-embed-play {
    width: 60px;
    height: 60px;
  }

  .Cust_video_playlist .e-tabs-main-area .e-tabs-content-wrapper .e-tab-content .elementor-custom-embed-play svg {
    height: 20px;
    width: 20px;
  }

  .video_hldr .elementor-custom-embed-image-overlay {
    height: 350px;
  }

  .Cust_IconBox .elementor-image-box-wrapper {
    flex-direction: row;
    display: flex;
    gap: 12px;
    align-items: center;
  }

  body .st_breadcam {
    margin-top: 40px;
  }

  body .st_breadcam :is(p, span, a) {
    font-size: 12px;
  }

  body .st_breadcam #breadcrumbs>span {
    gap: 3px;
  }

  body .st_breadcam .bcam_sp {
    height: 12px;
    width: 12px;
    min-width: 12px;
  }

  .single_talent_main .row {
    margin: 40px 0;
  }

  .st_intro_box {
    gap: 15px;
  }

  .st_profile_img {
    max-width: 75px;
    min-width: 75px;
  }

  .st_pro_aval_status {
    font-size: 11px;
    padding: 5px 10px;
  }

  .st_profile_details h1 {
    font-size: 22px;
  }

  .st_profile_details>p {
    font-size: 12px;
  }

  span.st_skill {
    font-size: 10px;
  }

  .st_main_content {
    gap: 30px;
  }

  .st_intro_video_wrapper {
    border-radius: 10px;
  }

  .st_intro_video_wrapper .mainplayBtnVideo img {
    height: 35px;
    width: 35px;
  }

  .st_bio_sec h2 {
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .st_bio_sec p {
    font-size: 13px;
    line-height: 19px;
    margin: 10px 0;
  }

  .st_bio_sec .st_bio_box:not(:first-child) {
    margin-top: 20px;
  }

  .st_bio_box ul li {
    margin-top: 15px;
  }

  .st_bio_box ul li h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .st_bio_box ul li p {
    font-size: 11px;
    line-height: 16px;
    margin: 3px 0;
  }

  .st_bio_box .st_skills_wrapper {
    margin-top: 20px;
    gap: 8px;
  }

  .st_cta_sec {
    margin-top: 25px;
  }

  .st_cta_btn_wrapper {
    margin-top: 15px;
    gap: 10px;
  }

  :is(a, button).th_secondary_btn.btn.hire_btn {
    padding: 5px 15px;
    font-size: 13px;
  }

  :is(a, button).th_primary_btn {
    padding: 5px 15px;
    font-size: 13px;
  }

  .single_talent_main .row {
    gap: 30px;
  }

  .st_sidebar_box {
    padding: 20px;
  }

  .st_sidebar_wrapper {
    gap: 20px;
  }

  .st_monthly_rate .mt_title {
    font-size: 28px;
    line-height: 28px;
  }

  .st_related_talent_sec {
    padding-bottom: 40px;
  }

  .st_skills_wrapper {
    gap: 8px;
  }

  .talent_filter_listing-head {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .skillsList ul {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .aftr_bnr_sec::before,
  .aftr_bnr_sec::after {
    width: 15%;
  }

  body .talent_filter_head_txt {
    margin-bottom: 20px;
  }
}