/* .topbar-brand img{
    max-height: 30px;
} */

.header{
    padding: 200px 100px;
    background-position: center;
    background-size: cover;
    height: 650px
}
.offer-header{
    padding: 200px 100px;
    background-position: center;
    background-size: cover;
    height: 300px
}

.card{
    border-radius: 4px ;
}
.box {

    border-radius: unset;
    box-shadow: unset;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color: #c41312 !important;
    border-color: #81070c !important;
}





.job-opening-card .card .text-info {
    color: var(--main-color) !important;
}

.job-filters .btn-outline.btn-info.active, .job-filters .btn-outline.btn-info:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.job-filters .btn-outline.btn-info{
    color: var(--main-color);
    border-color: var(--main-color);
}

.topbar-right .btn-primary{
    background: var(--main-color);
    border-color: var(--main-color);
}

.theme-color{
    color: var(--main-color) !important;
}

.theme-background{
    background: var(--main-color) !important;
}

.btn.theme-background, .btn.theme-background:hover{
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

/* .sidebar{
    padding: 0 20px;
} */

.select-file{
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #c9d7df;
    cursor: pointer;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ee1127;
}

.company-title{
    margin-bottom: 0.5rem;
}

a.applyWithLinkedin {
    display: block;
    text-align: center;
}

.select2-container--default .selection .select2-selection.select2-selection--single {
    border: none;
}

.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    color: inherit;
}

.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
}

/***************************************************
                    NEW CSS
***************************************************/

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format("OTF");
    /* font-weight: 400; */
    font-style: normal;
}

.rounded-pill {
    border-radius: 50rem!important;
}

.border-none{
    border:0px;
}

.height-50{
    height: 50px;
}

.height-48{
    height: 48px;
}

.position-relative{
    position: relative;
}

.bg-img-shape{
    background-image: url('../img/banner-shape.svg');
    overflow: hidden;
    /* height: 600px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f4f7f6;
}

.main-content{
    background-color: #f4f7f6;
}

.card-location span, .site-footer a, .site-footer p{
    color: #000000;
}

.site-footer a:hover{
    color: #494949;
}

.location-search .dropdown .btn{
    color: #000000;
}

.location{
    width: 25%;
}

.space{
    width: 1%;
}

.designation{
    width: 49%;
}

.text-color{
    color: #3d3d3d;
}

.space:before{
    border-left: 1px solid #dcdada;
    position: absolute;
    top: 11px;
    height: 35px;
    content: '';
    left: 5px;
}

.job-detail-header .header{
    height: 370px;
}

.bb-1{
    border-bottom: 1px solid #f4f7f6;
}

u{
    text-underline-position: under;
}

.search-container .select2-container--default .select2-selection--single .select2-selection__clear {
display: none !important;
}


.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__rendered{
  line-height: 46px !important;
    text-align: left !important;
    padding: 0px 20px !important;
    font-weight: 400 !important;
    color: #585c5f !important;
}

.select2.select2-container.select2-container--default{
    width: 100% !important;
}

.search-container .custom-contact{
  color: #000 !important;
 }

.select2-dropdown.select2-dropdown--below{
  border-radius: 0px;
  margin-top: 0px;
  outline: none !important;
}

.select2-search--dropdown .select2-search__field{
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c41312 !important;
    color: white;
}

.fixed{
    position: sticky;
    top: 1px;
}

.search-btn .btn{
    width: 97.5%;
}

@media (max-width:767px) {
    .select2-dropdown.select2-dropdown--below{
        margin-top: 0px !important;
    }
    .topbar-brand img {
        max-width: 145px !important;
    }
    .header{
        height: 460px;
    }
    .header .mb-30 {
        margin-bottom: 15px !important;
    }
    .header .mb-40 {
        margin-bottom: 25px !important;
    }
    .location-search{
        display: block !important;
        border-radius: 4px !important;
    }
    .location, .designation, .location-search .search-btn{
        width: 100% !important;
        border-bottom: 1px solid #f4f7f6;
        border-radius: 0px !important;
    }
    .search-btn{
        padding: 12px;
    }
    .search-btn .btn{
        margin-right: auto !important;
        width: 100%;
    }
}


#jobListContainer .job-list {
    cursor: pointer;
}

#jobDetailContainer {
    padding-left: 20px;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    #jobDetailContainer {
        padding-left: 0;
        margin-top: 20px;
    }
}




.card-bordered.active h5.card-title {
    font-weight: bold;
    color: #b1161b;
}
.job_details-aj p {
  margin-bottom: 28px;
  font-size: 14px;
  color: #646464;
    }

    .job_details-aj p strong {
      color: #181818;
      font-weight: 600;
      display: block;
      font-size: 16px;
      line-height: 18px;
    }

    .job_details-aj .btn-link {
        color: #007bff;
        text-decoration: none;
        font-size: 14px;
    }

    .job_details-aj .btn-link:hover {
        text-decoration: underline;
    }

    .job_details-aj .border-b {

    }

    [data-toggle="tooltip"] {
        cursor: pointer;
    }
    .social-boxed a {
        padding-top: 0px !important;
    }

  #jobApplicationModal .form-control {
        border-radius: unset !important;
        height: 48px;
    }
  .search-container .form-control {
        border-radius: unset !important;
        height: 48px;
    }

.search-container .select2-selection {
  height: 48px;
      background: #ffffff !important;
      border-radius: 0px;
      border: 1px solid #ddd !important;

}
    .search-container .form-control:focus, .search-container .form-select:focus {
    border-color: crimson;
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 60, 0.25);
}

  #jobListContainer .fa-map-marker:before {
        content: "\f041";
        font-size: 26px;
        color: #c41312;
    }

    .custom-contact.btn {

        display: block;
        border-radius: 0;
        color: white !important;
        border: unset;
        background: #c41212;
        white-space: normal;
        line-height: 17px;
        font-size: 14px;
        padding: 12px;

    }
    .custom-contact.btn:hover {

          display: block;
        
          border-radius: 0;
          color: white !important;
          border: unset;
      background-color: #81070c !important;
          white-space: normal;
          line-height: 17px;
          font-size: 14px;
          padding: 12px;
    }
.card-bordered h5.card-title{
  font-size: 20px;
    padding-bottom: 0px;
}
.section-header {
  padding-top: 37px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    border-bottom: 1px solid #c42226;
    padding-bottom: 20px;
    text-align: left;
}
.box {
    background: #f9f0dc;
    padding: 30px;
    margin-bottom: 30px;
}
.background-primary {
    background: #c41312;
}

.fl {
    float: left;
}
.section-header.section-primery {
  font-family: 'Playfair Display', serif !important;
}

.custom-contact.custom-search {
    width: 100%;
    margin-top: 34px;
        background: #81070c;
        font-size: 16px;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
}
.custom-contact.custom-search:hover {
      width: 100%;

}

.search-container .form-control,
.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__rendered {
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
}

.section-header.section-primery .form-label.fl {
    font-size: 18px;
    font-weight: bold;
}
.jobs .card.active {
    border-top: 9px solid #c61b21;
}


.jobs .card {
  border-radius: 0;
  border: unset;
      background: #fdfcf9;
}
.jobs .card.active .card-body {
    background: #f9f3dd;
}
.jobs .card .card-body .card-title {
  font-size: 18px;
      font-weight: bold;
      margin-bottom: 0px !important;
}
.jobs .card .card-body .company-title {
  color: #000000 !important;
font-size: 16px;
border-bottom: 1px solid #ddd4ba;
width: 100%;
padding-bottom: 20px;
}

.jobs .card .card-body {
    border: 1px solid #ece7d2;
}

.custom-search {
    margin-top: 28px;
    width: 100%;
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c41312 transparent transparent transparent;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    height: 0;
    left: 47%;
    margin-left: -19px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 0;
}

#jobDetailContent {
  border: 1px solid #ece7d2;
  background-color: #fdfcf8 !important;
  padding: 0 !important;
}
.header-title-jobs {
  padding: 24px 24px 20px 40px;
  background: #f9f3dd;
  border-bottom: 1px solid #ece7d2;
}

.section.jobs {
    padding-top: 20px;
    background-color: #ffffff;
  }

.jobs .custom-contact.btn {
    background: #81070c;
}
.job_details-share {
  padding-left: 0px;
  margin-top: 15px !important;
}

.job_details-shar-inner {
    padding-left: 6px;
      margin-top: 60px !important;
}
.job_details-share-inner span  {
  margin-bottom: 28px;
  font-size: 12px !important;
  color: #646464;
}
.form-control {
    border-radius: unset !important;
    height: 48px;
}

input[name="resume"] {
    display: block!important;
}
.form-control[type=file] {
    height: 36px !important;
}

.job_details-share span  {
  margin-bottom: 28px;
  font-size: 12px !important;
  color: #646464;
}
.job_details-aj {
  padding: 16px 28px 16px 40px;
  border-bottom: 1px solid #dfdbd0;
}
.header-title-jobs .text-muted {
  font-size: 22px;
line-height: 18px;
color: #000 !important;
font-weight: 200;
}

.header-title-jobs h4 {
  margin-bottom: 0px;
      font-size: 32px;
      color: #bb2a2d;
}
/* Hero Section */
.hero-section {
    text-align: center;
    margin: 18px 150px;
}

.hero-section h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.expertise-section-2 {
    position: relative;
    padding: 26px;
    color: #c41010;
    display: flex;
    align-items: end;
    justify-content: space-around;
}

.expertise-section-3,
.expertise-section-1 {
    position: relative;
    padding: 26px;
    color: white;
    display: flex;
    align-items: end;
    justify-content: space-around;
}

.expertise-section.bg-red,
.wide-bg.bg-red {
    background-color: #a21b18;
}

.expertise-bg-black {
    background: #000;
}

.expertise-bg-bage {
    background: linear-gradient(to left, #fdf3db 58%, #000000 64%);
    margin-bottom: 10px;
}

.expertise-bg-red {
    background: linear-gradient(to right, #c41212 57%, #000000 61%);
    margin-bottom: 10px;
}

.expertise-section-2 {
    background: url(https://fisher.hr/storage/EXPERTISE2.jpg);
    background-size: 612px auto;
    background-repeat: no-repeat;
    background-position: left;
}

.expertise-section-1 {
    background: url(https://fisher.hr/storage/EXPERTISE1.jpg);
    background-size: 562px auto;
    background-repeat: no-repeat;
    background-position: right;
}

.expertise-section-3 {
    background: url(https://fisher.hr/storage/EXPERTISE3.jpg);
    background-size: 562px auto;
    background-repeat: no-repeat;
    background-position: right;
}

.expertise-section.bg-w-l,
.wide-bg.bg-w-l {
    background-color: #fcf1db;
    color: #c51011;
}

.expertise-section.bg-light {
    background-color: #f5f0e8;
    color: #333;
    flex-direction: row-reverse; /* Reverses the order for text and button */
}

.expertise-section.bg-dark {
    background-color: #1c1c1c;
}

.expertise-section-3 .content,
.expertise-section-1 .content {
    max-width: 73%;
    text-align: left;
    padding-left: 15%;
}

.expertise-section-3 h3,
.expertise-section-2 h3,
.expertise-section-1 h3 {
    font-size: 1.75rem;
    margin-bottom: 0px;
}

.expertise-section-2 h4,
.expertise-section-3 h4,
.expertise-section-1 h4 {
    font-style: italic;
    font-size: 1.25rem;
}

.expertise-section-3 p,
.expertise-section-2 p,
.expertise-section-1 p {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 10%;
}

.expertise-section-3 .btn:hover,
.expertise-section-2 .btn:hover,
.expertise-section-1 .btn:hover {
    color: white!important;
}

.expertise-section-3 .btn,
.expertise-section-2 .btn,
.expertise-section-1 .btn {
    width: 180px;
    align-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: white !important;
    margin: 0 auto;
    border: unset;
    background: #c41212;
    white-space: normal;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    padding: 4px;
}
.btn:hover {

    background-color: #c41312 !important;
    border-color: var(--bs-btn-hover-border-color) !important;
}

/* Industries Section */
.industries-section {
    text-align: center;
    margin: 4rem 198px;
}

.industries-section h2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #c41010;
}

.industries-list {
    margin-top: 2rem;
}

.industries-list p {
    margin: 0.5rem -6px;
    font-weight: 500;
    color: #333;
    text-align: left;
    border-bottom: 2px solid;
}

/* Contact Section */
.contact-section {
    background-color: #a21b18;
    color: white;
    text-align: center;
    padding: 3rem 1rem;
    margin-top: 4rem;
}

.contact-section h2 {
    font-size: 2rem;
    font-weight: bold;
}

.contact-section p {
    font-size: 1rem;
    margin-top: 1rem;
}

/* Footer */
.footer {
    background-color: #000;
    color: #fff;
    padding: 2rem;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #ff5733;
    text-decoration: underline;
}
  @media (min-width: 992px) {
.mobile-yes {
display: none;
}

}
/* Responsive adjustments */
@media (max-width: 992px) {
    /* Adjust hero section margin for mobile */
    .hero-section {
        margin: 18px 20px;
    }
.mobile-non {
display: none;
}

.hero-section h2 {
font-size: 16px;
}

.expertise-section-3 p, .expertise-section-2 p, .expertise-section-1 p {
margin-bottom: 6px;
}

.expertise-section-2 h4, .expertise-section-3 h4, .expertise-section-1 h4 {
padding-bottom: 20px;
}

.expertise-section-1 .btn {
background: #000;
}

    /* Make columns stack for mobile */
    .expertise-section-1,
    .expertise-section-2,
    .expertise-section-3 {
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
        padding: 20px;
        background: none !important; /* Hide the background images on mobile */
    }


    .expertise-bg-black {
        background: #000;
    }

    .expertise-bg-bage {
        background: #fdf3db;

    }

    .expertise-bg-red {
        background: #c41212;

    }

    .expertise-section-1 .content,
    .expertise-section-2 .content,
    .expertise-section-3 .content {
        max-width: 100%;
        padding-left: 0;
        text-align: left;
    }

    .expertise-section-1 .btn,
    .expertise-section-2 .btn,
    .expertise-section-3 .btn {
        width: 100%;
        margin-top: 20px;
    }

    .industries-section {
        margin: 2rem 20px;
    }

    .industries-list p {
        font-size: 14px;
    }
}

#jobApplicationModal .modal-header {
  background: #f9f3de;
  border-bottom: 1px solid #c41312;
  margin: 23px 18px 26px 18px;
  padding: 0;
  padding-bottom: 20px;
}
#jobApplicationModal .modal-header h5 {
    font-size: 26px;
    font-weight: 300;
    width: 100%;
    white-space: nowrap;        /* Prevent line break */
    overflow: hidden;           /* Hide overflow content */
    text-overflow: ellipsis;    /* Show "..." when text overflows */
}

input[type="file"] {
    display: none; /* Hide original input */
}




.custom-file-upload {
  display: inline-block;
  padding: 10px 20px;
  background-color: #c41312;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.custom-file-upload:hover {
    background-color: #81070c;
}

#jobApplicationModal .form-label span {

}


#jobApplicationModal .modal-body {
    background: #f9f3de;
}


#jobApplicationModal .modal-content {
  border: 0;
  border-radius: 0;
      background: #f9f3de;
}


.file-upload-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#file-name {
    margin: 0;
    font-size: 14px;
    color: #333;
    max-width: calc(100% - 130px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
