/* =============================================
   PLUS PIVOT - New Graduate Recruitment Page
   ============================================= */

/* --- Base / Reset --- */
:root {
  --primary: #20B2D3;
  --primary-dark: #01448D;
  --text-dark: #555555;
  --text-secondary: #5A5A5A;
  --text-muted: #9E9E9E;
  --bg-light: #F5F5F5;
  --bg-blue-light: #E8F6FA;
  --footer-bg: #212529;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-dark);
  line-height: 1.8;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  color: var(--primary);
}

/* --- Section Common --- */
.section-padding {
  padding: 80px 0;
}

.section-eng-title {
  font-size: 120px;
  font-weight: 700;
  color: rgba(32, 178, 211, 0.08);
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  pointer-events: none;
  z-index: 0;
  margin-bottom: -40px;
}

.section-header {
  position: relative;
  margin-bottom: 40px;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 65px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 3px;
  background: var(--primary);
}

.section-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.15em;
  margin-top: 4px;
  padding-left: 50px;
}

/* --- Navigation --- */
.navbar-recruit {
  background: rgb(255 255 255/.8);
  box-shadow: 4px 4px 10px rgb(0 0 0/.5);
  height: 96px;
  z-index: 1000;
}

.navbar-recruit .navbar-brand img {
  height: 48px;
  width: auto;
}

.btn-recruit-badge {
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 4px;
  margin-left: 12px;
  border: none;
}

.btn-recruit-badge:hover {
  background: #1a9ab8;
  color: #fff;
}

.navbar-recruit .nav-link {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-dark) !important;
  padding: 8px 10px !important;
  white-space: nowrap;
}

.btn-entry-nav {
  background: var(--footer-bg);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 28px;
  border-radius: 50px;
  border: 2px solid var(--primary);
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: .5s;
}

.btn-entry-nav:hover {
  background: #333;
  color: #fff !important;
  border: 2px solid var(--primary);
}

/* Hamburger Button */
.hamburger-btn {
  width: 40px;
  height: 40px;
  padding: 8px 6px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.hamburger-btn span {
  display: block;
  width: 100%;
  height: 2.5px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: 0.3s;
}

/* SP Offcanvas Menu */
.sp-offcanvas {
  width: 300px !important;
  background: #fff;
}

.sp-offcanvas .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.sp-close-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: var(--text-dark);
  cursor: pointer;
  padding: 4px;
}

.sp-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-nav-links li {
  border-bottom: 1px solid #eee;
}

.sp-nav-links li a {
  display: block;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}

.sp-nav-links li a:hover {
  background: var(--bg-light);
  opacity: 1;
}

.btn-entry-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px;
  background: var(--primary);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 0;
  border-radius: 50px;
  text-align: center;
}

.btn-entry-sp:hover {
  background: #1a9ab8;
  color: #fff !important;
}

/* --- Hero Section --- */
.hero-section {
  position: relative;
  height: 774px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  height: 100%;
  width: 100%;
}

.hero-grid-item {
  position: relative;
  overflow: hidden;
}

.hero-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-grid-item .overlay-green {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(120, 193, 106, 0.6) 100%);
  pointer-events: none;
}

.hero-grid-item .overlay-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(5, 126, 190, 0.6) 100%);
  pointer-events: none;
}

.hero-grid-item .overlay-teal {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, hsla(64, 74%, 48%, 0.4) 100%);
  pointer-events: none;
}

.hero-grid-item .overlay-purple {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(100, 80, 140, 0.7) 100%);
  pointer-events: none;
}

.hero-content {
  position: absolute;
  bottom: 80px;
  left: 50px;
  z-index: 10;
  color: #fff;
  width: 100%;
}

.hero-content h1 {
  font-size: 90px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.1;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

.hero-content h1::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -5%;
  z-index: -1;
  height: 60%;
  width: 110%;
  border-radius: 50px;
  background: rgba(32, 178, 211, 0.7);
}

.hero-content .hero-sub {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  width: 100%;
  text-align: center;
}

/* --- MVV Section --- */
.mvv-section {
  background: linear-gradient(45deg, #E8F8FC 0%, #F0FBFD 40%, #FFFFFF 100%);
  padding: 80px 0;
}

#vision.mvv-section {
  background: linear-gradient(-45deg, #E8F8FC 0%, #F0FBFD 40%, rgb(32 178 211/.15) 100%);
}


.mvv-eng {
  font-size: 120px;
  font-weight: 700;
  color: rgba(32, 178, 211, 0.08);
  line-height: 1;
  margin-bottom: -40px;
}

.mvv-label {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark);
  padding-left: 50px;
  position: relative;
  margin-bottom: 24px;
}

.mvv-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 3px;
  background: var(--primary);
}

.mvv-heading {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.7;
  margin-bottom: 16px;
  border-left: 10px solid #00D6AF;
  border-image: linear-gradient(180deg, #20B2D3 0%, rgba(0, 0, 0, 0.00) 100%);
  border-image-slice: 1;
  padding: 0 0 20px 20px;
}

.mvv-heading .highlight {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
}

.mvv-lead {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.mvv-desc {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.8;
}


/* Value Cards */
.value-card {
  background: #fff;
  padding: 30px 24px;
  text-align: left;
  height: 100%;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.value-card .value-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.value-card .value-icon {
  width: 60px;
  height: 60px;
  color: var(--primary);
  flex-shrink: 0;
  background: #20B2D31A;
  padding: 10px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-card .value-icon i {
  font-size: 36px;
  color: var(--primary);
}

.value-card .value-icon i::before {
  vertical-align: -2px;
}

.value-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.value-card h4 .small{
color:#555555;
font-weight:normal;
font-size:.8rem;
}

.value-card p {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-dark);
  margin: 0;
  line-height: 1.7;
}

/* --- About Section --- */
.about-section {
  padding: 80px 0;
  background: #fff;
}

.about-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 2;
  margin-bottom: 40px;
}

.about-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-links li {
  border-bottom: 1px solid #e0e0e0;
}

.about-links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.about-links li a .arrow-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 14px;
  flex-shrink: 0;
}

.about-image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Business Section --- */
.business-section {
  padding: 80px 0;
  background: #fff;
}

.business-desc-top {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 50px;
}

.business-card {
  text-align: center;
  border: 1px solid #e0e0e0;
  height: 100%;
}

.business-card-img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.business-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-card-text {
  padding: 30px;
}

.business-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 16px;
  text-align: start;
}

.business-card p {
  font-size: 16px;
  color: var(--text-secondary);
  text-align: left;
  line-height: 1.8;
}

/* --- Jobs Section --- */
.jobs-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.job-card {
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.job-card:last-child {
  margin-bottom: 0;
}

.job-card .row {
  align-items: stretch;
}

.job-card-img {
  aspect-ratio: 1/1;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}

.job-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-card-body {
  padding: 30px 40px;
}

.job-card-body h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.job-card-body p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 20px;
}

.btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50px;
  padding: 6px 20px;
  background: transparent;
}

.btn-detail:hover {
  background: var(--primary);
  color: #fff;
}

/* --- Interview Section --- */
.interview-section {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

.interview-desc {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 50px;
}

.interview-zone {
  background: linear-gradient(to bottom, #E8F8FC 0%, #C2E8F1 75%, #fff 75%, #fff 100%);
  padding: 30px;
  position: relative;
}

.interview-zone::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #E8F8FC 0%, #C2E8F1 75%, #fff 75%, #fff 100%);
  padding: 20%;
}

.interview-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  background: #fff;
  display: block;
  height: 100%;
}

.interview-zone .col-lg-4:nth-child(even) {
  margin-top: -20px;
}

.interview-card-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/3;
}

.interview-card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0/0) 0%, rgb(0 0 0/0) 70%, rgb(0 0 0/0.7) 100%)
}

.interview-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.interview-card-img .interview-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 178, 211, 0.85);
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  text-align: center;
}

.interview-card-body {
  padding: 16px 20px;
  text-align: start;
}

.interview-card-body .dept {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.interview-card-body h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: start;
}

.interview-card-body h4 .arrow-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}


/* --- Persona Section --- */
.persona-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.persona-lead {
  font-size: 18px;
  color: var(--text-dark);
  margin-bottom: 50px;
}

.persona-lead .highlight {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}

.persona-card {
  background: #fff;
  border-radius: 16px;
  padding: 50px 30px 40px;
  text-align: center;
  height: 100%;
}

.persona-card .persona-icon {
  font-size: 60px;
  color: var(--primary);
  margin-bottom: 24px;
  line-height: 1;
}

.persona-card .persona-badge {
  background: var(--primary);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 40px;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 200px;
  width: 100%;
  max-width: 400px;
}

.persona-card p {
  font-size: 18px;
  color: var(--text-dark);
  margin: 0;
}

/* --- Career Section --- */
.career-section {
  padding: 80px 0;
  background: var(--bg-blue-light);
}

.career-desc {
  font-size: 18px;
  color: var(--text-secondary);
  line-height: 2;
  margin-bottom: 40px;
}

.career-links {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

.career-links li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.career-links li+li {
  border-top: none;
}

.career-links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.career-links li a .arrow-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 14px;
  flex-shrink: 0;
}

/* --- Flow Section --- */
.flow-section {
  padding: 80px 0;
  background: #fff;
}

.flow-desc {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 50px;
}

.flow-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  gap: 15px;
}

.flow-cards::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: var(--primary);
}

.flow-card {
  border: 2px solid var(--primary);
  padding: 24px 16px;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgb(0 0 0/.3);
}

.flow-card .step-num {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

.flow-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.flow-card .step-subtitle {
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.flow-card .step-desc {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.7;
  flex-grow: 1;
}

.flow-card .step-time {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 6px;
  border-top: 1px solid #e0e0e0;
}

.flow-note {
  text-align: center;
  margin-top: 40px;
}

.flow-note .note-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFE9E9;
  border: none;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.flow-note .note-text {
  font-size: 14px;
  color: var(--text-secondary);
}

/* --- CTA Section --- */
.cta-section {
  padding: 0 0 80px;
  text-align: center;
  position: relative;
}

.cta-section .container {
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, var(--primary) 20%, var(--primary) 100%);
  padding-bottom: 40px;
}

.cta-section .entry-title {
  font-size: 100px;
  font-weight: 700;
  color: var(--primary-dark);
  line-height: 1;
  margin-bottom: 24px;
}

.cta-section .cta-text {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  margin-bottom: 40px;
}

.btn-entry-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 60px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.btn-entry-cta:hover {
  background: #f0f0f0;
  color: var(--primary);
  transform: translateY(-2px);
}

/* --- Footer --- */
.footer {
  background: var(--footer-bg);
  padding: 60px 0 30px;
  color: #fff;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary);
  display: inline-block;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 254, 254, 1);
}

.footer-links li a:hover {
  color: var(--primary);
}

.footer-links li a::after {
  content: "\203A";
  font-size: 18px;
}

.footer-external {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-external li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-external li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-external li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  color: rgba(255, 254, 254, 1);
}

.footer-external li a::after {
  content: "\203A";
  font-size: 18px;
}

.footer-copyright {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 254, 254, 0.7);
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* --- Responsive --- */
@media (max-width: 1199px) {
  nav .container-fluid {
    flex-direction: column !important;
  }
}

@media (max-width: 991px) {

  nav .container-fluid {
    flex-direction: row !important;
  }

  .hero-section {
    height: 500px;
  }

  .hero-content h1 {
    font-size: 50px;
  }

  .hero-content .hero-sub {
    font-size: 18px;
  }

  .mvv-eng {
    font-size: 70px;
  }

  .section-eng-title {
    font-size: 70px;
  }

  .flow-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .flow-card {
    border-radius: 8px !important;
    border: 2px solid var(--primary) !important;
  }

  .persona-card .persona-badge {
    font-size: 18px;
    padding: 8px 24px;
    min-width: auto;
  }

  .cta-section .entry-title {
    font-size: 60px;
  }

  .job-card-img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 400px;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content .hero-sub {
    font-size: 14px;
  }

  .hero-content {
    bottom: 40px;
    left: 20px;
  }

  .mvv-section,
  .about-section,
  .business-section,
  .jobs-section,
  .interview-section,
  .persona-section,
  .career-section,
  .flow-section {
    padding: 50px 0;
  }

  .cta-section {
    padding: 0 0 50px;
  }

  .cta-section .container {
    background: linear-gradient(to bottom, #fff 0%, #fff 10%, var(--primary) 10%, var(--primary) 100%);
  }

  .mvv-eng {
    font-size: 70px;
  }

  .section-eng-title {
    font-size: 70px;
    margin-bottom: -30px;
  }

  .mvv-heading {
    font-size: 22px;
  }

  .mvv-heading .highlight {
    font-size: 26px;
  }

  .section-title {
    font-size: 24px;
    margin: 0;
  }

  .flow-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-cards::before {
    display: none;
  }

  .job-card-body {
    padding: 20px;
  }

  .job-card-body h3 {
    font-size: 22px;
  }

  .interview-zone .col-lg-4:nth-child(even) {
    margin-top: 1.5rem;
  }
	
 .new-inter {
    margin-top: 30px;
  }


  .cta-section .entry-title {
    font-size: 44px;
  }

  .cta-section .cta-text {
    font-size: 14px;
  }

  #floating-btn {
    position: fixed;
    bottom: .8rem;
    right: 0;
    text-align: end;
    color: #fff;
  }

  #floating-btn a {
    background: var(--primary);
    border-radius: 5px;
    color: #fff;
    padding: 3px 20px;
    font-size: 24px;
    box-shadow: 2px 2px 10px rgb(0 0 0/.3);
  }

  .job-card-img {
    height: auto;
    width: 100%;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px;
  }
}