#ojg-hero-3842,
#ojg-hero-3842 * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#ojg-hero-3842 {
  background: #fdfefc;
  width: 100%;
  padding: 90px 40px;
  overflow: hidden;
}

#ojg-hero-3842 .ojg-hero-3842-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* ── Left : Content ── */
#ojg-hero-3842 .ojg-hero-3842-content {
  max-width: 580px;
}

#ojg-hero-3842 .ojg-hero-3842-tag {
  display: inline-block;
  background: #e8f3ff;
  color: #0978ef;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 22px;
  border: 1.5px solid #b3d8fb;
}

#ojg-hero-3842 .ojg-hero-3842-heading {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 600;
  color: #07242f;
  line-height: 1.15;
  letter-spacing: 0px;
  margin: 0 0 28px 0;
}

#ojg-hero-3842 .ojg-hero-3842-heading span {
  color: #0978ef;
}

#ojg-hero-3842 .ojg-hero-3842-desc {
  font-size: 15px;
  color: #5a6a85;
  line-height: 1.8;
  margin: 0 0 36px 0;
}

/* ── Checklist ── */
#ojg-hero-3842 .ojg-hero-3842-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#ojg-hero-3842 .ojg-hero-3842-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: #07242f;
  opacity: 0;
  transform: translateX(-24px);
  animation: ojgHeroSlideIn 0.5s ease forwards;
}

#ojg-hero-3842 .ojg-hero-3842-list li:nth-child(1) {
  animation-delay: 0.1s;
}
#ojg-hero-3842 .ojg-hero-3842-list li:nth-child(2) {
  animation-delay: 0.22s;
}
#ojg-hero-3842 .ojg-hero-3842-list li:nth-child(3) {
  animation-delay: 0.34s;
}

@keyframes ojgHeroSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#ojg-hero-3842 .ojg-hero-3842-check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e6f4ee;
  border: 1.5px solid #4caf7d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#ojg-hero-3842 .ojg-hero-3842-check svg {
  width: 13px;
  height: 13px;
}

/* ── CTA Button ── */
#ojg-hero-3842 .ojg-hero-3842-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0978ef;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 8px;
  transition: background 0.25s ease;
  letter-spacing: 0.01em;
}

#ojg-hero-3842 .ojg-hero-3842-btn:hover {
  background: #014392;
  color: #ffffff;
}

/* ── Right : Image ── */
#ojg-hero-3842 .ojg-hero-3842-img-wrap {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateX(40px);
  animation: ojgHeroFadeRight 0.7s ease 0.15s forwards;
}

@keyframes ojgHeroFadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#ojg-hero-3842 .ojg-hero-3842-img-wrap img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  display: block;
}

/* ── Floating badge — New Employees ── */
#ojg-hero-3842 .ojg-hero-3842-badge-top {
  position: absolute;
  top: 28px;
  right: -20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 12px 32px rgba(7, 36, 73, 0.12);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 160px;
  animation: ojgHeroFloat 3s ease-in-out infinite;
}

#ojg-hero-3842 .ojg-hero-3842-badge-top .ojg-badge-icon {
  width: 30px;
  height: 30px;
  background: #ede9fe;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

#ojg-hero-3842 .ojg-hero-3842-badge-top .ojg-badge-icon svg {
  width: 16px;
  height: 16px;
}

#ojg-hero-3842 .ojg-hero-3842-badge-top .ojg-badge-label {
  font-size: 11px;
  color: #8896ab;
  font-weight: 500;
  margin: 0;
}

#ojg-hero-3842 .ojg-hero-3842-badge-top .ojg-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

#ojg-hero-3842 .ojg-hero-3842-badge-top .ojg-badge-number {
  font-size: 22px;
  font-weight: 700;
  color: #07242f;
  margin: 0;
}

#ojg-hero-3842 .ojg-hero-3842-badge-top .ojg-badge-growth {
  font-size: 11px;
  font-weight: 600;
  color: #22c55e;
  background: #f0fdf4;
  padding: 2px 7px;
  border-radius: 20px;
}

/* ── Floating badge — Applicant interview ── */
#ojg-hero-3842 .ojg-hero-3842-badge-bottom {
  position: absolute;
  bottom: 60px;
  left: -20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 12px 32px rgba(7, 36, 73, 0.12);
  min-width: 220px;
  animation: ojgHeroFloat 3.5s ease-in-out 0.5s infinite;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-title {
  font-size: 13px;
  font-weight: 700;
  color: #07242f;
  margin: 0 0 3px 0;
  border-left: 3px solid #0978ef;
  padding-left: 8px;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-sub {
  font-size: 11px;
  color: #8896ab;
  margin: 0 0 10px 0;
  padding-left: 11px;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-avatars {
  display: flex;
  align-items: center;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -6px;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-avatar:first-child {
  margin-left: 0;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-more {
  font-size: 11px;
  color: #8896ab;
  font-weight: 500;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-submit {
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
  color: #0978ef;
  display: flex;
  align-items: center;
  gap: 4px;
}

#ojg-hero-3842 .ojg-hero-3842-badge-bottom .ojg-int-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f97316;
}

@keyframes ojgHeroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* ── Left content fade-in ── */
#ojg-hero-3842 .ojg-hero-3842-content {
  opacity: 0;
  transform: translateX(-30px);
  animation: ojgHeroFadeLeft 0.7s ease forwards;
}

@keyframes ojgHeroFadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ── Responsive ── */

@media (max-width: 1024px) {
  #ojg-hero-3842 .ojg-hero-3842-inner {
    gap: 48px;
  }
  #ojg-hero-3842 .ojg-hero-3842-img-wrap img {
    height: 460px;
  }
}

@media (max-width: 900px) {
  #ojg-hero-3842 .ojg-hero-3842-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  #ojg-hero-3842 .ojg-hero-3842-content {
    max-width: 100%;
  }
  #ojg-hero-3842 .ojg-hero-3842-img-wrap img {
    height: 420px;
  }
  #ojg-hero-3842 .ojg-hero-3842-badge-top {
    right: 12px;
    top: 16px;
  }
  #ojg-hero-3842 .ojg-hero-3842-badge-bottom {
    left: 12px;
    bottom: 20px;
  }
}

@media (max-width: 600px) {
  #ojg-hero-3842 {
    padding: 60px 20px;
  }
  #ojg-hero-3842 .ojg-hero-3842-img-wrap img {
    height: 320px;
    border-radius: 18px;
  }
  #ojg-hero-3842 .ojg-hero-3842-badge-top {
    min-width: 130px;
    padding: 10px 12px;
    top: 10px;
    right: 8px;
  }
  #ojg-hero-3842 .ojg-hero-3842-badge-bottom {
    min-width: 180px;
    padding: 10px 12px;
    bottom: 14px;
    left: 8px;
  }
  #ojg-hero-3842 .ojg-hero-3842-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  #ojg-hero-3842 {
    padding: 48px 16px;
  }
  #ojg-hero-3842 .ojg-hero-3842-img-wrap img {
    height: 260px;
  }
}
