.IN_form .gfield_label,
.IN_form #field_2_4{
    font-family: var(--e-global-typography-text-font-family), Raleway !important;
    font-size: var(--e-global-typography-text-font-size)!important;
    font-weight: var(--e-global-typography-text-font-weight)!important;
    line-height: var(--e-global-typography-text-line-height)!important;
    color: var(--e-global-color-text)!important;
}
.IN_form #gfield_description_2_1{
    font-family: var(--e-global-typography-text-font-family), Raleway !important;
    font-size: 14px !important;
    font-weight:400 !important;
    line-height:20px !important;
    color:#000!important;
}
.IN_form .gform_button{
	border:none!important;
}
.IN_form #input_2_1{
   padding:13px 10px !important;
	font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #000 !important;
	background-color:#fff !important;
}
.IN_form #input_2_1:hover{
	background-color:#00BDE7 !important;
	cursor:pointer !important;
}
.IN_form .ginput_container_select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding-right: 40px; /* arrow ke liye space */
}
.IN_form .ginput_container_select {
    position: relative;
}

.IN_form .ginput_container_select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

.IN_form .ginput_container_select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg); /* default ▼ */
    pointer-events: none;
    transition: transform 0.25s ease;
}

.IN_form .ginput_container_select.dropdown-open::after {
    transform: translateY(-50%) rotate(-135deg); /* ▲ */
}

div#gform_confirmation_message_1 {
    text-align: center;
}


/*New career page css*/
.select-conatiner{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.career-job-con .elementor-widget-shortcode{
    width: 100% !important;
}
#job-loop{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#job-loop select:focus,
#job-loop select:focus-visible {
    border-color: transparent !important;    /* Remove border */
    outline: none !important;                /* Remove outline */
    box-shadow: none !important;             /* Remove any box-shadow */
}
#job-loop select {
    outline: none !important;  /* Ensure no outline on the select element */
    box-shadow: none !important;  /* Prevent any box-shadow on the select element */
}
#location-filter, 
#team-filter {
    padding: 20px;
    min-width: 220px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    outline: none !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url('https://timbercreek.com/wp-content/uploads/2026/03/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 30px;
    
    padding-right: 50px; /* arrow ke liye space */
}
#job-loop .job-item, .job{
    background-color: #F3F3F3;
    padding: 40px  !important;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#job-loop .no-jobs{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.job-item h3{
    font-family: var(--e-global-typography-4551f7b-font-family), Raleway;
    font-size: var(--e-global-typography-4551f7b-font-size);
    font-weight: var(--e-global-typography-4551f7b-font-weight);
    line-height: var(--e-global-typography-4551f7b-line-height);
    color: #393329;    
    border-bottom: 1px solid #00BDE7;
    padding-bottom: 20px;
    margin: 0px;
}
.job-item p{
    margin: 0px;
}
.job-item p a{
    font-family: var(--e-global-typography-text-font-family), Raleway;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: #393329; 
    pointer-events: none;
}
.apply-now-btn{
    padding: 20px 30px;
    background-color: var(--e-global-color-text);
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    transition-duration: 0.4s;
    font-family: var(--e-global-typography-accent-font-family), Raleway;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    max-width: 160px;
    text-align: center;
    }
.apply-now-btn:hover{
    background-color: #00BDE7;
    color: #fff;
}
/*New career page css*/

@media only screen and (max-width: 1024px) {
    .timbercreek-header .elementor-nav-menu__container {
    position: absolute;
    width: 98vw;
    right: 0px;
    TOP:45px;
    z-index: 1 !important;
}
#location-filter, #team-filter {
    padding: 10px;
}
#job-loop .job-item{
    padding: 20px !important;
    gap: 20px;
}
#job-loop{
    gap: 30px;
}
.apply-now-btn {
    padding: 15px 20px;
}
}

@media only screen and (max-width: 567px) {
    .select-conatiner {
        flex-direction: column;
        gap: 20px;
    }
}
@media only screen and (max-width: 374px) {
    .timbercreek-header .elementor-nav-menu__container {
    TOP:70px;
}
}