@media (max-width: 1800px) { 
  
  .women-hero {
    width: 90vh;
    max-width: 100%;
}
}

@media (max-width: 1130px) {
   .women-hero {
    width: 75vh;
    max-width: 100%;
}

.women-hero-container::before {
      width: 40vh;
    height: 40vh;
}
 }
@media (max-width: 1024px) and (max-height: 1366px) {
  .women-hero {
    width: 80vw; 
  }
  .women-hero-container::before {
    width: 50vw;
    height: 50vw;
  }
  .women-hero-container {
    transform: translateX(20%); 
  }
}
@media (min-width: 992px) {
  .navbar-brand.second {
    display: none !important;
  }
}


@media (max-width: 992px) {
 .copyright {
        display: flex;
    justify-content: center;
  }
  .job-card {
    order:-1;
    position: unset;
  }
  .card-post {
        height: 35vh;
    }
  .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid black;
  }
  header .navbar .navbar-brand img{
    width: 8rem;
}
.inner-header .navbar-nav li.nav-item:last-child .nav-link {
  
    padding: 0.5rem;
}
.form-contact-col .form-contact {
  margin: 2rem auto;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
}
.section-howitworks ol {
        padding: 1rem;
    }
  .gdpr-icons-col .gdpr-icons {
    justify-content: center;
  }
  .women-hero-container::before {
    width: 26rem;
    height: 26rem;
  }
  .women-hero {
    width: 80vh;
    max-width: 100%;
}
.women-hero-container {
    transform: translateX(25%);
}
.btn-seemore{
  padding-top:2rem;
}
.input-group {
    width: 50%;

}


}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  .job-details-banner .row {
    gap:2rem;
  }
  .row-mb{
    gap:3rem;
}

  p {
    font-size: 1.2rem;
  }
  
  .form-application {
    grid-template-columns: 1fr;
  }

  .poza-detalii{
    max-height: 18vh;
    }
    .job-details-banner{
    min-height: 14vh;
}
.title-jobs-header{
  padding-top: 2rem;
}


.poza-detalii-munca{
  max-height: 14rem;
}

  .fickle-details .fickle-title {
    width: 100%;
  }
    .women-hero-container::before {
        width: 20vh;
        height: 20vh;
    }
        .women-hero {
        width: 45vh;
        max-width: 100%;
    }
    .input-group {
        width: 100%;
    }

    .jobs-section {
      padding-top: 0rem !important;
    }
    .title-hero h1{
      text-align: center;
    }
  .nav-bar-menu{
    padding-top: 4rem;
  }
  .fickle-details ul li {
    padding-top: 1rem;
  }
  .fickle-details ul li ::before {
    padding-top: 1rem;
  }
  .fickle-details ul li::before {
    top: 20px;
  }
  .women-left img {
    width: 14rem;
    height: 20rem;
  }
header .navbar-menu {
    padding-top: 3rem;
}
header .navbar .navbar-brand img {
    max-width: 8rem;
}
.search-bar-wrapper .input-group {
 gap:1rem;
}
.search-bar-wrapper .btn {
  margin: 0 auto;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin: 0 auto;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
.search-bar-wrapper .form-control {
  width:100%;
}
.search-bar-wrapper .form-select{
  width:100%;
}
  footer .footer-logo {
    /* margin: 0 auto; */
    max-width: 15rem;
  }
  footer ul {
    padding-left:0;
  }
  .container-footer-text{
    padding-top: 1rem;
  }
  .container-txt-howitworks {
    padding-bottom: 4rem;
  }

  .container-contact {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .title-contact h1{
    padding-bottom: 1rem;
  }

    .container-contact {
        height: 26rem;
        padding-top: 8rem;
    }
.title-contact {
    padding-top: 5rem;
}


.hero-section .btn {
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    border-radius: 9999px !important;
    font-size: 16px;
    padding: 12px 26px !important;
}
  .searchJobInput:hover {
    box-shadow:n;
}
  .jobSearchModule.form-group  .btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.jobSearchModule  .form-group  .btn.btn-primary i {
    margin-right: 0; /* elimină spațiul de lângă icon */
  }

.jobSearchModule  .form-group  .btn.btn-primary {
    font-size: 0; /* ascunde textul dar păstrează butonul */
  }
.jobSearchModule .align-items-center {
    background-color: #fff;
    border-radius: 3rem;
}
.searchJobInput:focus {
    box-shadow: none;
    border:none;
}
.searchJobInput {
  box-shadow: none;
}
.jobSearchModule   .btn.btn-primary i {
    font-size: 19px;
}
.jobSearchModule .form-group.btn-primary {
    background: var(--primary-color);
    border-radius: 0;
    color: var(--white);
    font-family: "PlusJakartaSans";
    font-weight: 400;
    border: none;
    /* padding: 0.938rem 1.875rem; */
    display: flex
;
    align-items: center;
    gap: 0.5em;
    /* width: fit-content; */
    font-size: 1rem;
}
.anpc-sol-container {
  padding-bottom: 1rem;
}
.menu-content .navbar-nav  {
  padding-top: 5rem;
  gap:1rem;
}
  .navbar-nav {
    flex-direction: column;
  }
}
