* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: Helvetica, Arial, sans-serif;
}

/* WALK-IN INTERVIEWS BANNER */

.banner {
  background: #ffe529;
  border-bottom-style: solid;
}

.banner__content {
  padding: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.banner__text {
  flex-grow: 1;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.banner__close {
  background: none;
  border: none;
  cursor: pointer;
}

.banner__text,
.banner__close > span {
  color: #000;
}

/* HEADER ABOVE NAVIGATION */

.master-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 4rem;
}

.logo {
  height: 9rem;
}

.btn-hero,
.btn-apply {
  background-color: #dd1e27;
  border: solid #000;
  padding: 1.2rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;

  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition-duration: 0.25s, 0.25s;
  transition-timing-function: ease-out, ease-out;
  transition-delay: 0s, 0s;
}

.btn-apply:hover,
.btn-hero:hover {
  background-color: #d94850;
  color: #fff;
}

/* NAVIGATION */

.nav {
  display: flex;
  justify-content: center;
  background-color: #007aff;
  top: 0;
  right: 0;
  box-shadow: 0em 0.5em 2em 0px rgba(0, 0, 0, 0.3);
}

.nav-list {
  display: flex;
  margin-right: 2rem;
  list-style-type: none;
}

.nav-list a {
  display: block;
  padding: 1.2rem;
  font-size: 0.9em;
  color: #b8d8e7;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-style: normal;
  line-height: 1;

  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: color 0.25s ease-out, color 0.25s ease-out;
  transition-duration: 0.25s, 0.25s;
  transition-timing-function: ease-out, ease-out;
  transition-delay: 0s, 0s;
}

.nav-list a:hover {
  /* background-color: #0072bc; */
  color: #fff;
}

/* HERO SECTION */
.hero-img {
  height: 45vw;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../imgs/hero-img.jpg");
}

.hero-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the alpha value for darkness */
}

.overlay {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  color: #fff;
  margin-left: 5%;
  margin-top: 5%;
}

.hero-img-txt {
  font-size: 8vw;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10%;
  line-height: 1.15;
  letter-spacing: 0.015em;
  font-style: normal;
  font-weight: 800;
  text-shadow: 2px 2px 0px rgb(0, 0, 0);
}

/* VIDEO GALLERY */

.video-gallery {
  background-color: #f3f3f3;
  padding-bottom: 100px;
}

.video-gallery-header,
.benefits-header {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding-top: 5%;
  color: #000;
  line-height: 1.4;
  font-weight: 800;
}

.video-carousel {
  width: 100%;
  overflow: hidden;
}

.video-item {
  float: left;
  width: 50%;
  padding: 10px;
}

.video-item video {
  width: 100%;
}

/* BENEFITS SECTION */
.benefits-section {
  padding-bottom: 1px;
}

.benefits-header,
.photo-gallery-header {
  color: #000;
  text-align: center;
}

.benefits-description {
  line-height: 1.4;
  padding: 10px 10px;
  font-size: 1.25em;
  letter-spacing: 0em;
}

.benefits-description:last-of-type {
  margin-bottom: 50px;
}

.benefits-container {
  display: flex;
  flex-direction: column;
  max-width: 65rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  margin-bottom: 50px;
}

.benefits-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-text {
  text-align: center;
  font-size: 1.25em;
}

/* WHAT WE OFFER */
.what-we-offer-section {
  background-color: #f3f3f3;
  padding-bottom: 40px;
}

.grid {
  display: grid;
  /* column-gap: 4rem; */
  row-gap: 4rem;
}

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

.offerings-header {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding-top: 5%;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 60px;
  color: #000;
}

.icon {
  color: #007aff;
  width: 3.2rem;
  height: 3.2rem;
}

/* PHOTO GALLERY */
.photo-gallery-header {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding-top: 5%;
  color: #000;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 2%;
}

.photo-gallery {
  padding-bottom: 50px;
}

/* HORIZONTAL SCROLL */
.scroll-container {
  overflow: auto;
  white-space: nowrap;
  padding: 5px 70px 5px 20px;
  background: transparent;
  height: 100%;
  border-radius: 15px;
}

.gridscroll {
  display: inline-block;
}

.gridscroll img {
  margin-right: 22px;
}

.photo-gallery-img {
  height: 500px;
}

@keyframes gridscroll {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.bottom-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

/* WORK AT ACCUTEMP */
.winner-logo {
  width: 200px;
  display: flex;
  justify-items: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

.btn-work-section {
  display: flex;
  justify-content: center;
  /* width: 250px; */
}

.btn-community {
  display: flex;
  justify-content: center;
  /* width: 250px; */
}

.btn-work-section-container {
  display: flex;
  justify-content: center;
}

/* FOOTER */
.footer {
  background-color: #000;
  padding: 5rem 0;
}

.logo-footer {
  height: 100px;
  margin-bottom: 5px;
}

.grid--footer {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.contact-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-icon {
  color: #dd1e27;

  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition-duration: 0.25s, 0.25s;
  transition-timing-function: ease-out, ease-out;
  transition-delay: 0s, 0s;
}

.social-icon:hover {
  color: #d94850;
}

a {
  text-decoration: none;
}

.footer-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.address {
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.footer-link {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-style: normal;
}

.copyright {
  font-weight: bold;
  padding-bottom: 20px;
  color: #fff;
}

/* JOB LISTINGS PAGE */
.jobs-description {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0em;
  word-wrap: break-word;
  font-size: 1.25em;

  display: flex;
  justify-content: center;
}

.results {
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  margin-bottom: 30px;
}

.jobs-pagination-container {
  display: flex;
  justify-content: center;
  margin: 50px;
  flex-wrap: wrap;
}

table {
  width: 800px;
  border-collapse: collapse;
}

table tr:nth-child(odd) td {
  background-color: #f3f3f3;
}

td {
  border: none;
  padding: 20px 0px 30px 20px;
}

.no-border {
  border-right: hidden !important;
  padding-right: 250px;
}

.job-title {
  font-size: 1.2em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-weight: bold;
  color: #000;
  font-family: "Open Sans", sans-serif;

  word-break: break-word;
  max-width: calc(100% - 50px);
}

.jobs-apply {
  background-color: #dd1e27;
  border: solid #000;
  border-radius: 5px;
  padding: 1rem 1.2rem;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1rem;
  margin-left: 55%;
  text-transform: uppercase;

  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition-duration: 0.25s, 0.25s;
  transition-timing-function: ease-out, ease-out;
  transition-delay: 0s, 0s;
}

.jobs-apply:hover {
  background-color: #d94850;
  color: #fff;
}

/****************************/
/* CTA SECTION */
/****************************/
.section-cta {
  padding: 1.6rem 0 12.8rem;
  width: 62.5em;
  margin: 0 auto;
}

.cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(to right bottom, #007aff, #05294f);
  overflow: hidden;
}

.cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #fff;
}

.cta .heading-secondary {
  color: #fff;
  margin-bottom: 3.2rem;
  font-family: "Open Sans", sans-serif;
}

.cta-text {
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.cta-img-box {
  background-image: url("../imgs/employee-working.jpg");
  background-size: cover;
  background-position: center;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.cta-form label {
  display: block;
  margin-bottom: 1.2rem;
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 1.2rem;
  color: #000;
  border: none;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.cta-form input::placeholder {
  color: #a9a9ac;
  font-family: Helvetica, Arial, sans-serif;
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgb(253, 242, 233, 0.5);
}

.btn--form {
  background-color: #dd1e27;
  border: solid #000;
  border-radius: 5px;
  padding: 1rem 1.2rem;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-transform: uppercase;

  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition-duration: 0.25s, 0.25s;
  transition-timing-function: ease-out, ease-out;
  transition-delay: 0s, 0s;
}

.btn--form:hover {
  background-color: #d94850;
  color: #fff;
  cursor: pointer;
}

.share-icon {
  color: #007aff;
}

.share-icon:hover {
  animation: bounce 0.5s;
  animation-iteration-count: 1;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
}
