*::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Montserrat", serif !important;
}

html {
  scroll-behavior: smooth;
}

a {
  color: unset !important;
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin-bottom: 0px !important;
}

input:focus {
  outline: none;
}

/* Main */
.section {
  padding: 70px 0;
}

.floating-whatsapp {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
}

/* Hero section */
.hero-section {
  background-image: url("../images/career/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}

.hero-section .heading {
  position: absolute;
  width: 100%;
  top: 40%;
}

.hero-section .heading h1 {
  font-size: 3rem;
}

.hero-section .hero-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-left: -200px;
  margin-right: -200px;
  height: 100%;
}

.hero-section .image-container {
  height: 200px;
  width: 100%;
  border-radius: 6px;
}

.hero-section .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.img-1 {
  transform: translateY(300px);
}

.img-2 {
  transform: translateY(-400px);
}

.img-3 {
  transform: translateY(-300px);
}

.img-4 {
  transform: translateY(-150px);
}

.img-5 {
  transform: translateY(300px);
}

.img-6 {
  transform: translateY(370px);
}

.img-7 {
  transform: translateY(-600px);
}

.img-8 {
  transform: translateY(350px);
}

.img-9 {
  transform: translateY(600px);
}

.img-10 {
  transform: translateY(370px);
}

.img-11 {
  transform: translateY(300px);
}

.img-12 {
  transform: translateY(300px);
}

.img-13 {
  transform: translateY(300px);
}

.img-14 {
  transform: translateY(300px);
}

.img-15 {
  transform: translateY(300px);
}

/* Number section */
.numbers-section .text-center {
  padding: 0px 60px;
  border-right: 1px dashed #99a7fe;
}

.numbers-section .text-center:last-child {
  border: none;
}

.numbers-section h2 {
  font-weight: 600;
  color: #677bfe;
}

.numbers-section p {
  color: #4b5563;
  font-weight: 500;
}

/* Section Divider */
.section-divider {
  height: 1px;
  width: 85%;
  background-color: #e5e7eb;
  margin: auto;
}

/* Paragraph Highlight section */
.paragraph-highlight-section p {
  font-size: 40px;
  font-weight: 500;
  color: #111827;
}

.word {
  display: inline-block;
  opacity: 0.85;
  transition: opacity 0.2s ease-in-out;
}

/* Values section */
.values-section {
  background-color: #fafbff;
}

.values-section h2 {
  font-weight: 700;
  color: #1f2937;
}

.values-section p {
  font-weight: 500;
  color: #1f2937;
}

.values-section .card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.values-section .card {
  background-color: #ffffff;
  border: none;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  margin: 10px;
}

.values-section .card img {
  margin: -40px auto auto auto;
}

.values-section .card h5 {
  color: #1f2937;
  line-height: 30px;
}

.values-section .card p {
  color: #4b5563;
  font-weight: 0.9rem;
  line-height: 24px;
}

/* Listing section */
.job-listing-section {
  overflow: hidden;
  background-color: #ffffff;
}
.job-listing-section .container > div {
  width: 50%;
  padding: 60px 0;
}

.job-listing-section .listing-bg {
  position: absolute;
  bottom: 0px;
  left: -100px;
  z-index: -1;
}

.job-listing-section .container > div:first-child {
  border-right: 1px solid #e5e7eb;
  padding-right: 15px;
}
.job-listing-section h2 {
  font-weight: 700;
  color: #1f2937;
}

.job-listing-section p {
  color: #1f2937;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
}

.job-listing-section .listings {
  overflow: scroll;
  position: relative;
  height: 100vh;
}

.job-listing-section .listings .listing-details {
  background-color: #f2f4f7;
  border-radius: 6px;
  padding: 0px 7px;
  color: #374151;
  font-size: 0.85rem;
}

.job-listing-section .listings .arrow {
  border-radius: 100%;
  padding: 7px 12px;
  border: 2px solid #1f2937;
}

.job-listing-section .opening-details:first-child {
  padding-top: 0px;
}

.job-listing-section .opening-details:last-child {
  border: none;
  padding-bottom: 90px;
}

.job-listing-section .opening-details {
  padding: 20px 0px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.job-listing-section .opening-details:hover .arrow {
  background-color: #1f2937;
}

.job-listing-section .opening-details:hover .arrow svg path {
  stroke: #ffffff;
}

.job-listing-section .opening-details:hover .arrow svg {
  transform: rotate(45deg);
}

/* Employee testimonial section */
.employee-testimonial-section {
  overflow: hidden;
  background-color: #ffffff;
}

.employee-testimonial-section h2 {
  font-weight: 700;
  color: #1f2937;
}

.employee-testimonial-section p {
  color: #1f2937;
}

.employee-testimonial-section .card-container {
  overflow-x: scroll;
  margin-top: 50px;
}

.employee-testimonial-section .card {
  flex: auto 0 0;
  border: none;
  padding: 15px;
  background-color: #f2f4f7;
  border: 1px solid #d1d5db;
  border-radius: 24px;
  text-align: left;
  width: 350px;
}

.employee-testimonial-section .card p {
  margin-bottom: 0px;
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 24px;
}

.employee-testimonial-section .card h6 {
  font-weight: 600;
  color: #374151;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.employee-testimonial-section .card .profile {
  width: 60px;
  height: 60px;
  border-radius: 12px;
}

.employee-testimonial-section .card .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.employee-testimonial-section .card .card-divider {
  height: 1px;
  width: 100%;
  margin: 15px 0px;
  background-color: #d1d5db;
}

/* CTA section */

.cta-section {
  background-image: url("../images/career/cta-section-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #ffffff;
}

.cta-section h2 {
  font-weight: 700;
}

.cta-section button {
  padding: 10px 20px;
  border-radius: 100px;
  color: #344ffe;
  font-weight: 500;
  border: none;
  background-color: #ffffff;
  font-size: 1rem;
  margin-top: 15px;
}

/* FAQ Section */
.faq-section h2 {
  font-weight: 700;
  color: #1f2937;
}

.faq-section .container > p {
  color: #1f2937;
  font-weight: 500;
  line-height: 26px;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: unset;
}

.faq-section .accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  text-align: left;
}

.faq-section .accordion-item {
  border-right: none;
  border-left: none;
  border-radius: 0px !important;
}

.faq-section .accordion-body {
  padding-top: 0px;
}

.faq-section .accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
  color: #374151 !important;
  padding: 20px;
}

.faq-section .accordion-item {
  color: #6b7280;
  font-weight: 500;
  line-height: 24px;
}

.form-container {
  height: 745px;
  width: 100vw;
  padding-bottom: 20px;
}

.form-card-container {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px #00000029;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.form-header {
  gap: 2px;
}

.error-message {
  color: red !important;
  font-size: 10px;
  font-weight: 600 !important;
}
.content {
  position: absolute;
  height: 100%;
  width: 90%;
  backface-visibility: hidden;
}

.confirmation {
  transform: rotateY(180deg);
}

.form {
  gap: 20px;
}
.form form {
  gap: 12px;
}

.form-header h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #6a99ff;
  margin-bottom: 0;
}

.form-header p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #4b5563;
}

form label {
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
}

form label span {
  color: #ff3b3b;
}

.input-group input,
select {
  border: 1px solid #e5e7eb;
  border-radius: 10px !important;
  padding: 12px;
  font-size: 14px;
}

.top-input-group {
  gap: 16px;
}

.input-group {
  flex-direction: column;
  gap: 12px;
}

.phone-number-input-group .input-container {
  border: 1px solid #e5e7eb;
  border-radius: 10px !important;
  padding: 12px;
  margin-top: 4px;
  gap: 8px;
}

.phone-number-input-group .vertical-line {
  width: 1px;
  height: 16px;
  background-color: #d1d5db;
}

.phone-number-input-group p {
  color: #1f2937;
}

.phone-number-input-group input {
  border: none;
  padding: 0px;
}

label a {
  text-decoration: underline !important;
  color: #2469ff !important;
}

.submit-btn {
  width: 100%;
}

.submit-btn button {
  border: none;
  background-color: #011594;
  color: #ffffff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  padding: 12px 20px;
}

.checkbox-input {
  gap: 5px;
}

.checkbox-input input {
  margin-top: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.confirmation {
  gap: 32px;
  height: 100%;
}

.confirmation-text {
  gap: 2px;
}

.confirmation-text h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #111827;
}

.confirmation-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #6b7280;
}

.visit-us-container {
  gap: 24px;
}

.visit-us-container .horizontal-line:first-child {
  width: 150px;
  background: linear-gradient(
    90deg,
    rgba(229, 231, 235, 0) 0.39%,
    #e5e7eb 100%
  );

  height: 1px;
}

.visit-us-container .horizontal-line:last-child {
  width: 150px;
  background: linear-gradient(
    90deg,
    #e5e7eb 0.39%,
    rgba(229, 231, 235, 0) 100%
  );
  height: 1px;
}

.visit-us-container > .d-flex:first-child {
  gap: 8px;
}

.visit-us-container > .d-flex:first-child p {
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 14px;
  white-space: nowrap;
}

.visit-us-container > .d-flex:last-child {
  gap: 20px;
}

.visit-us-container > .d-flex:last-child p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #111827;
  margin-top: 6px;
}

.interToggal {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-radius: 100px;
  background-color: #f2f4f7;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 8px;
}

.interToggal .radio {
  flex: 1 1 auto;
  text-align: center;
}

.interToggal .radio input {
  display: none;
}

.interToggal .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: none;
  padding: 10px 16px;
  transition: all 0.15s ease-in-out;
}

.interToggal .radio input:checked + .name {
  background-color: #677bfe;
  font-weight: 600;
  color: white;
  font-size: 18px;
  line-height: 24px;
}

/* Hover effect */
.interToggal .radio:hover .name {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Animation */
.interToggal .radio input:checked + .name {
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: select 0.3s ease;
}

@keyframes select {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Particles */
.interToggal .radio input:checked + .name::before,
.interToggal .radio input:checked + .name::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3b82f6;
  opacity: 0;
  animation: particles 0.5s ease forwards;
}

.interToggal .radio input:checked + .name::before {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.interToggal .radio input:checked + .name::after {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes particles {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(var(--direction));
  }
}

.radio-inputs .radio input:checked + .name::before {
  --direction: -10px;
}

.radio-inputs .radio input:checked + .name::after {
  --direction: 10px;
}

@media screen and (min-width: 1400px) {
  main .container {
    max-width: 1168px !important;
  }
}

@media screen and (max-width: 1600px) {
  /* Listing section */
  .job-listing-section .listing-bg {
    bottom: -250px;
    left: -300px;
    width: 800px;
  }
}

@media screen and (max-width: 1400px) {
  /* Listing section */
  .job-listing-section .listing-bg {
    width: 800px;
  }
}

@media screen and (max-width: 1200px) {
  /* Numbers section */
  .numbers-section .text-center {
    padding: 0px 40px;
  }

  /* Job listing section */
  .job-listing-section .listing-bg {
    width: 650px;
  }
}

@media screen and (max-width: 1000px) {
  .hero-section .heading h1 {
    font-size: 2rem;
  }
  .img-2,
  .img-3,
  .img-4,
  .img-5,
  .img-6,
  .img-8,
  .img-10,
  .img-11,
  .img-13,
  .img-14 {
    display: none;
  }

  .hero-container {
    position: relative;
  }

  .img-1 {
    position: absolute;
    left: 200px;
    height: 150px !important;
    width: 230px !important;
    top: 145px;
  }
  .img-7 {
    position: absolute;
    left: 60px;
    height: 200px !important;
    width: 300px !important;
  }
  .img-9 {
    position: absolute;
    left: 390px;
    height: 130px !important;
    width: 270px !important;
  }

  .img-12 {
    position: absolute;
    right: 230px;
    height: 200px !important;
    width: 270px !important;
    top: -150px;
  }

  .img-15 {
    position: absolute;
    right: 100px;
    height: 200px !important;
    width: 270px !important;
  }
}

@media screen and (max-width: 992px) {
  /* Numbers section */
  .numbers-section .text-center {
    padding: 0px 10px;
    border: none;
  }
  .numbers-section p {
    font-size: 0.9rem;
  }

  /* Animated Paragraph section */
  .paragraph-highlight-section p {
    font-size: 2rem;
  }

  /* Values section */
  .values-section .card-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Job Listing section */
  .job-listing-section .listing-bg {
    display: none;
  }

  /* CTA section */
  .cta-section p br {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .img-12 {
    height: 180px !important;
    width: 250px !important;
  }
}

@media screen and (max-width: 800px) {
  /* Job Listing Section */
  .job-listing-section .container {
    flex-direction: column;
  }
  .job-listing-section .container > div {
    width: 100%;
  }
  .job-listing-section .container > div:first-child {
    border: none;
    padding-bottom: 0px;
  }

  .job-listing-section .listings {
    height: max-content;
  }

  .job-listing-section .listing-slider {
    overflow-y: auto;
    height: 550px;
  }

  .job-listing-section .container > div:last-child {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  /* Main  */
  .section {
    padding: 30px 0px;
  }

  /* Numbers section */
  .numbers-section .container {
    flex-direction: column;
  }
  .numbers-section .text-center {
    padding: 15px 25px;
    width: 40%;
    border-bottom: 1px dashed #99a7fe;
  }
  .numbers-section .text-center p {
    white-space: nowrap;
    margin-bottom: 0px;
  }

  /* Values section */
  .values-section .card-container {
    grid-template-columns: repeat(1, 1fr);
  }

  /* FAQ section */
  .faq-section .container > p br {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hero-container .image-container {
    height: 100px !important;
    width: 180px !important;
  }

  .img-7 {
    left: 160px;
  }
}

@media screen and (max-width: 600px) {
  /* Animated Paragraph section */
  .paragraph-highlight-section p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 570px) {
  /* Numbers Section */
  .numbers-section .text-center {
    width: 50%;
  }

  /* Employee testimonial section */
  .employee-testimonial-section p br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  /* Numbers Section */
  .numbers-section .text-center {
    width: 60%;
  }
}

@media screen and (max-width: 450px) {
  /* Numbers Section */
  .numbers-section .text-center {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 320px) and (max-height: 1366px) and (min-height: 320px) {
  .form-header h4 {
    font-size: 18px;
  }
  .form-header p {
    font-size: 14px;
  }
  .top-input-group {
    flex-direction: column;
    gap: 5px;
  }
  .form form {
    gap: 6px;
  }
  .input-group {
    gap: 2px;
  }
}

@media screen and (min-width: 600px) and (max-width: 600px) and (min-height: 1024px) and (max-height: 1024px) {
  .form-header h4 {
    font-size: 18px;
  }
  .form-header p {
    font-size: 14px;
  }
  .top-input-group {
    flex-direction: column;
    gap: 5px;
  }
  .input-group {
    gap: 2px;
  }
  .form form {
    gap: 6px;
  }
}
