/*--CSS for Company Profile page--*/
.search-job__hero {
  position: relative;
}

.imp__hero-body {
  position: absolute;
  top: 60%;
  left: 28%;
  transform: translate(-50%, -50%);
}

.imp__hero-body h1.font-40,
.imp__hero-body p.font-40 {
  font-size: 2.5rem;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .search-job__hero > img {
    height: 200px;
    object-fit: cover;
    object-position: 70%;
  }
  .imp__hero-body {
    left: 38% !important;
  }
}

@media (max-width: 480px) {
  .imp__hero-body {
    left: 38%;
  }
  .imp__hero-body h1.font-40 {
    font-size: 28px !important;
  }
  .imp__hero-body p.font-40 {
    font-size: 24px !important;
  }
}

@media (max-width: 320px) {
  .search-job__hero > img {
    height: 180px !important;
    object-fit: cover;
    object-position: -200px;
  }
}

.company {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
}
.company .sec-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.company table {
  width: 100%;
  border-collapse: collapse;
}
.company table td {
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
}
.company table td.label {
  width: 30%;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.company table td.item {
  width: 70%;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  word-break: break-all;
}

.company table td.item p {
    margin-bottom: 0.5rem;
}

.company table td.item p:last-child {
    margin-bottom: 0;
}

.company-pdf-dl {
    display: flex;
    align-items: center;
}

.company-pdf-dl img {
    max-width: 80px;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 2px;
}

.company-pdf-dl a {
    color: #D72D86;
    text-decoration: underline;
}
.company-pdf-dl a:hover {
    text-decoration: underline;
}

.company-contact-banner {
    background-color: #FFE3F2;
    text-align: center;
    padding: 40px 15px;
    margin-top: 60px;
}

.company-contact-btn {
    background-color: #D72D86;
    color: #fff;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.company-contact-btn:hover {
    background-color: #bf1a70;
    color: #fff;
    text-decoration: none;
}

.company-contact-btn i {
    margin-right: 10px;
}

@media (max-width: 767px) {
  .company-contact-btn {
    padding: 12px 20px;
    font-size: 1rem;
    width: 100%;
    max-width: 300px;
  }
}
