color {
  color: #021844;
  color: #021844;
  color: #abcde8;
}

/* body {
  scroll-behavior: smooth;
} */

.bg-orange {
  background-color: white;
}

.nav-item a {
  color: black;
  font-weight: 500;
  font-style: normal;
}

.nav-item .nav-link {
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-style: normal;
}

.nav-item .nav-link:hover {
  /* transition: 3s; */
  background-color: #021844;
  color: white !important;
  /* border-radius: 20px; */
}

.navbar-nav {
  /* gap: 30px; */
  font-size: 18px;
  color: black;
}

/* dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  color: black;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  gap: 50px;
}

.dropdown-content a {
  color: black;
}

.dropdown-content:hover {
  background-color: #021844;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
  color: black;
}

.dropdown-link {
  padding-top: 30px;
}

/* banner */

.home-banner {
  /* margin-top: 79.5px; */
  width: 100%;
  height: 70vh;
  font-family: "Lato", sans-serif;
  /* font-family: 'Fredoka', sans-serif; */
}
.home-banner img {
  margin-top: 0px;
  width: 100%;
  height: 70vh;
  /* filter: brightness(50%);
    object-fit: cover; */
}

@keyframes slideDown {
  0% {
    padding-top: 200px;
  }
  100% {
    padding-top: 300px;
  }
}
.banner-heading {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-top: 300px;
  color: white;
  animation-name: slideDown;
  animation-duration: 2s;
  padding-left: 20px;
}

.banner-heading h1 {
  /* padding-right: 50px; */
  text-align: center;
  color: white;
  font-family: "Lato", sans-serif;
  /* font-family: 'Fredoka', sans-serif; */
}

.banner-button {
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

.banner-button button {
  padding: 15px;
  border: none;
  /* font-size: large; */
  /* border-radius: 50px; */
  /* width: 200px; */
  /* padding-top: 30px; */
}

.banner-button button:hover {
  background-color: #021844;
}

/* about */

.about {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #f5f5f5;
}
.about-container {
  display: flex;
  /* padding-top: 20px; */
  padding-bottom: 30px;
  font-family: "Lato", sans-serif;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

.about-title {
  width: 100%;
}

.about-pic {
  width: 50%;
  /* background-color: #021844; */
}

.about-pic img {
  width: 100%;
  /* transform: rotateZ(-10deg); */
  transition: 1s ease-out;
}
/* .about-pic img:hover{
    width: 100%;
    transform: rotateZ(0deg);
    
  } */
.about-title h1 {
  font-family: "Lato", sans-serif;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-size: 50px;
}
.about-button button {
  color: white;
  padding: 10px;
  border-radius: 30px;
  border: none;
  background-color: #021844;
  transition: 2s ease-in;
  font-size: 15px;
}
.about-button button:hover {
  background-color: black;
  border-radius: 0px;
}

.about p {
  color: black;
  font-family: "Lato", sans-serif;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
}

.about h1 {
  color: #021844;
  font-family: "Lato", sans-serif;
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  font-size: 60px;
}

.about-view {
  color: black;
}

.about-banner {
  margin-top: 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../assets/short-banner.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px;
}
.about-banner h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

@media (max-width: 800px) {
  .banner-button button {
    padding: 10px;
    border: none;
    /* font-size: large; */
    /* border-radius: 50px; */
    /* width: 200px; */
    /* padding-top: 30px; */
  }

  .about-container {
    flex-direction: column-reverse;
    font-family: "Lato", sans-serif;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  }

  .about-title {
    width: 100%;
  }
  .about-title h1 {
    font-family: "Lato", sans-serif;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-size: 50px;
  }

  .about-pic {
    width: 100%;
  }
  .homefloorpartner {
    display: none;
  }
  /* .service{
      display: none;
    } */
}

/* CLIENTFOR COMPANY */
.homefloorpartner {
  width: 100%;
}

.clientflooring {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  gap: 20px;
}
.clientcompany {
  width: 25%;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border-radius: 16px;
  height: 200px;
}

.clientcompany img {
  width: 100%;
  height: 200px;
  /* From https://css.glass */
  background: rgba(117, 143, 201, 1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 1px solid rgba(117, 143, 201, 0.43);
}
.clientheading h1 {
  margin: 40px;
  color: #021844;
  font-size: 50px;
  width: 100%;
  text-align: center;
  font-family: "Lato", sans-serif;
  /* font-family:'Times New Roman', Times, serif; */
}

.namokar-careerpage-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.namokar-careerpage-header {
  background: #021844;
  color: white;
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.namokar-careerpage-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(255,255,255,0.1)"><polygon points="0,0 1000,0 1000,100 0,50"/></svg>');
  background-size: cover;
  animation: float 6s ease-in-out infinite;
}

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

.namokar-careerpage-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  animation: fadeInUp 1s ease-out forwards;
}

.namokar-careerpage-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  animation: fadeInUp 1s ease-out 0.3s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.namokar-careerpage-main {
  padding: 80px 0;
}

.namokar-careerpage-section {
  margin-bottom: 80px;
  animation: fadeInUp 1s ease-out forwards;
}

.namokar-careerpage-section:nth-child(2) {
  animation-delay: 0.2s;
}
.namokar-careerpage-section:nth-child(3) {
  animation-delay: 0.4s;
}
.namokar-careerpage-section:nth-child(4) {
  animation-delay: 0.6s;
}
.namokar-careerpage-section:nth-child(5) {
  animation-delay: 0.8s;
}

.namokar-careerpage-section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.namokar-careerpage-section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #021844;
  border-radius: 2px;
}

.namokar-careerpage-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.namokar-careerpage-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.namokar-careerpage-benefit-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: slideInUp 0.8s ease-out forwards;
}

.namokar-careerpage-benefit-card:nth-child(1) {
  animation-delay: 0.1s;
}
.namokar-careerpage-benefit-card:nth-child(2) {
  animation-delay: 0.2s;
}
.namokar-careerpage-benefit-card:nth-child(3) {
  animation-delay: 0.3s;
}
.namokar-careerpage-benefit-card:nth-child(4) {
  animation-delay: 0.4s;
}
.namokar-careerpage-benefit-card:nth-child(5) {
  animation-delay: 0.5s;
}
.namokar-careerpage-benefit-card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.namokar-careerpage-benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #021844;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.namokar-careerpage-benefit-card:hover::before {
  transform: scaleX(1);
}

.namokar-careerpage-benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.namokar-careerpage-benefit-icon {
  width: 80px;
  height: 80px;
  background: #021844;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: white;
  transition: transform 0.3s ease;
}

.namokar-careerpage-benefit-card:hover .namokar-careerpage-benefit-icon {
  transform: scale(1.1) rotate(5deg);
}

.namokar-careerpage-benefit-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.namokar-careerpage-benefit-desc {
  color: #666;
  line-height: 1.6;
}

.namokar-careerpage-jobs-grid {
  display: grid;
  gap: 30px;
  margin-top: 50px;
}

.namokar-careerpage-job-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInLeft 0.8s ease-out forwards;
}

.namokar-careerpage-job-card:nth-child(1) {
  animation-delay: 0.1s;
}
.namokar-careerpage-job-card:nth-child(2) {
  animation-delay: 0.2s;
}
.namokar-careerpage-job-card:nth-child(3) {
  animation-delay: 0.3s;
}
.namokar-careerpage-job-card:nth-child(4) {
  animation-delay: 0.4s;
}
.namokar-careerpage-job-card:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.namokar-careerpage-job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.namokar-careerpage-job-header {
  background: #021844;
  color: white;
  padding: 30px;
  position: relative;
}

.namokar-careerpage-job-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.namokar-careerpage-job-meta {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.namokar-careerpage-job-content {
  padding: 30px;
}

.namokar-careerpage-job-desc {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.namokar-careerpage-job-requirements {
  margin-bottom: 25px;
}

.namokar-careerpage-requirements-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}

.namokar-careerpage-requirements-list {
  list-style: none;
  padding: 0;
}

.namokar-careerpage-requirements-list li {
  padding: 5px 0;
  color: #666;
  position: relative;
  padding-left: 20px;
}

.namokar-careerpage-requirements-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: bold;
}

.namokar-careerpage-apply-btn {
  background: #021844;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.namokar-careerpage-apply-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.namokar-careerpage-apply-btn:hover::before {
  left: 100%;
}

.namokar-careerpage-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.namokar-careerpage-culture {
  background: #021844;
  color: white;
  padding: 80px 0;
  border-radius: 30px;
  text-align: center;
  margin: 80px 0;
}

.namokar-careerpage-culture-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  animation: fadeInUp 1s ease-out 0.5s both;
}

.namokar-careerpage-culture-text {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.8;
  animation: fadeInUp 1s ease-out 0.7s both;
}

.namokar-careerpage-process {
  background: #f8f9fa;
  padding: 60px 0;
  border-radius: 30px;
}

.namokar-careerpage-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.namokar-careerpage-process-step {
  text-align: center;
  animation: bounceIn 0.8s ease-out forwards;
}

.namokar-careerpage-process-step:nth-child(1) {
  animation-delay: 0.2s;
}
.namokar-careerpage-process-step:nth-child(2) {
  animation-delay: 0.4s;
}
.namokar-careerpage-process-step:nth-child(3) {
  animation-delay: 0.6s;
}
.namokar-careerpage-process-step:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.namokar-careerpage-step-number {
  width: 60px;
  height: 60px;
  background: #021844;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
  transition: transform 0.3s ease;
}

.namokar-careerpage-process-step:hover .namokar-careerpage-step-number {
  transform: scale(1.2);
}

.namokar-careerpage-step-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.namokar-careerpage-step-desc {
  color: #666;
  line-height: 1.6;
}

.namokar-careerpage-cta {
  background: #2c3e50;
  color: white;
  padding: 80px 0;
  text-align: center;
  border-radius: 30px;
  margin-top: 80px;
}

.namokar-careerpage-cta-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease-out 0.3s both;
}

.namokar-careerpage-cta-text {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
  animation: fadeInUp 1s ease-out 0.5s both;
}

.namokar-careerpage-cta-button {
  display: inline-block;
  background: #021844;
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 1s ease-out 0.7s both;
}

.namokar-careerpage-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.namokar-careerpage-cta-button:hover::before {
  left: 100%;
}

.namokar-careerpage-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .namokar-careerpage-title {
    font-size: 2.5rem;
  }

  .namokar-careerpage-section-title {
    font-size: 2rem;
  }

  .namokar-careerpage-benefits-grid {
    grid-template-columns: 1fr;
  }

  .namokar-careerpage-job-meta {
    flex-direction: column;
    gap: 10px;
  }

  .namokar-careerpage-process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .namokar-careerpage-header {
    padding: 60px 0;
  }

  .namokar-careerpage-main {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .namokar-careerpage-process-steps {
    grid-template-columns: 1fr;
  }
}
