.aboutapagetitle h1 {
  color: #021844;
  font-size: 40px;
  width: 100%;
  text-align: center;
  /* font-family: serif; */
  padding: 30px;
}
.desktopversion {
  display: none;
}
.pageabout {
  text-align: center;
  margin-top: 130px;
  color: black;
}
.about-title p {
  text-align: justify;
}

.about-container {
  gap: 50px;
}
.spantrans {
  color: transparent;
}

.ifodetail {
  width: 100%;
  text-align: center;
  color: black;
  /* background-image: url(../assets/banner/b1.jpg); */
}

.aboutinfopagedetail {
  text-align: justify;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  font-size: 18px;
}

.about-containers {
  display: flex;
  gap: 40px;
}
.about-titles {
  width: 50%;
  text-align: justify;
  font-size: 18px;
}
.about-pics {
  width: 50%;
}

.about-pics img {
  width: 100%;
  height: 300px;
}

@media (max-width: 800px) {
  .desktopversion {
    display: contents;
  }
}

/* ////////////////////////////////////////////////////////////// */

.namokar-aboutpage-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.namokar-aboutpage-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../assets/banner/Manufacturing-Banner.jpg");
  background-size: cover;
  background-position: center;

  color: white;
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  margin-top: 80px;
}

.namokar-aboutpage-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-aboutpage-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
  color: rgb(255, 255, 255);
}

.namokar-aboutpage-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.3s forwards;
  color: rgb(255, 255, 255);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.namokar-aboutpage-main {
  padding: 80px 0;
}

.namokar-aboutpage-section {
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.namokar-aboutpage-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.namokar-aboutpage-section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.namokar-aboutpage-section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #021844;
  border-radius: 2px;
}

.namokar-aboutpage-story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.namokar-aboutpage-story-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.namokar-aboutpage-story-text p {
  margin-bottom: 20px;
}

.namokar-aboutpage-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.namokar-aboutpage-image-container:hover {
  transform: translateY(-10px);
}

.namokar-aboutpage-image {
  width: 100%;
  height: 400px;
  background: #021844;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

.namokar-aboutpage-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.namokar-aboutpage-value-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;
}

.namokar-aboutpage-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #021844;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.namokar-aboutpage-value-card:hover::before {
  transform: scaleX(1);
}

.namokar-aboutpage-value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.namokar-aboutpage-value-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-aboutpage-value-card:hover .namokar-aboutpage-value-icon {
  transform: scale(1.1) rotate(5deg);
}

.namokar-aboutpage-value-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.namokar-aboutpage-value-desc {
  color: #666;
  line-height: 1.6;
}

.namokar-aboutpage-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.namokar-aboutpage-choose-item {
  background: #021844;
  padding: 30px;
  border-radius: 15px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.namokar-aboutpage-choose-item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
}

.namokar-aboutpage-choose-item:hover::before {
  transform: scale(1);
}

.namokar-aboutpage-choose-item:hover {
  transform: scale(1.05);
}

.namokar-aboutpage-choose-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0.8;
}

.namokar-aboutpage-choose-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.namokar-aboutpage-choose-desc {
  line-height: 1.5;
  opacity: 0.9;
}

.namokar-aboutpage-stats {
  background: #021844;
  padding: 80px 0;
  margin: 80px 0;
  border-radius: 30px;
  color: white;
  text-align: center;
}

.namokar-aboutpage-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.namokar-aboutpage-stat-item {
  padding: 20px;
}

.namokar-aboutpage-stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0;
  animation: countUp 2s ease-out forwards;
}

.namokar-aboutpage-stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.namokar-aboutpage-cta {
  background: #2c3e50;
  color: white;
  padding: 80px 0;
  text-align: center;
  border-radius: 30px;
  margin-top: 80px;
}

.namokar-aboutpage-cta-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.namokar-aboutpage-cta-text {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

.namokar-aboutpage-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;
}

.namokar-aboutpage-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-aboutpage-cta-button:hover::before {
  left: 100%;
}

.namokar-aboutpage-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .namokar-aboutpage-title {
    font-size: 2.5rem;
  }

  .namokar-aboutpage-story-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .namokar-aboutpage-section-title {
    font-size: 2rem;
  }

  .namokar-aboutpage-values-grid,
  .namokar-aboutpage-choose-grid {
    grid-template-columns: 1fr;
  }

  .namokar-aboutpage-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .namokar-aboutpage-header {
    padding: 60px 0;
  }

  .namokar-aboutpage-main {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .namokar-aboutpage-stats-grid {
    grid-template-columns: 1fr;
  }
}
