h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Oswald", sans-serif;
  font-weight: 600;
}

p {
  font-family: "Poppins", "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

div,
span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* about introduction css start  */
.darshan-floating-box {
  border: 3px solid #b31a33;
}

.darshan-root-wrapper {
  margin: 0 auto;

  color: #222;
  line-height: 1.6;
  box-sizing: border-box;
}

/* TOP SECTION */
.darshan-top-section {
  background: #b02031;
  /* maroon */
  color: #ffffff;
  padding: 36px 24px 100px;
  /* allow overlap space for floating box */
  position: relative;
  z-index: 10;
  overflow: visible;
  border-radius: 4px 4px 0 0;
}

.darshan-top-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  max-width: 800px;
}

.darshan-top-left {
  flex: 1 1 53%;
  padding-right: 12px;
}

.darshan-intro-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.darshan-intro-paragraphs {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
}

.darshan-intro-paragraphs p {
  margin-bottom: 16px;
}

.darshan-note {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  margin-bottom: 8px;
}

/* FLOATING WHITE BOX */
.darshan-floating-box {
  width: 580px;
  /* desktop box width */
  height: 480px;
  /* desktop box height */
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  border: 4px solid #b02031;
  position: absolute;
  left: 820px;
  bottom: -64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 20;
}

.darshan-box-inner {
  width: 93%;
  height: 87%;
  display: grid;
  padding: 12px;
}

.darshan-floating-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 14px;
}

/* BOTTOM SECTION (image background) */
.darshan-bottom-section {
  background-image: url("/assets/images/banner/alumium_new_bg.png");
  background-size: cover;
  background-position: center center;
  padding: 40px 24px 80px;
  color: #fff;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.darshan-bottom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  pointer-events: none;
  z-index: 2;
}

.darshan-bottom-inner {
  position: relative;
  z-index: 3;
  max-width: 1000px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.darshan-plant-heading {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
}

.darshan-plant-list {
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  list-style: disc;
  padding-left: 18px;
}

.darshan-plant-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

.darshan-bottom-inner p {
  font-size: 20px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .darshan-floating-box {
    width: 360px;
    height: 300px;
    bottom: -60px;
    /* -1 * (300px * 0.2) => -60px */
  }

  .darshan-top-section {
    padding-bottom: 96px;
    /* 36px + 60px */
  }
}

@media (max-width: 768px) {
  .darshan-top-inner {
    flex-direction: column;
  }

  .darshan-top-left {
    flex: none;
    width: 100%;
  }

  /* Make the floating box flow in document on mobile (no absolute overlap) */
  .darshan-floating-box {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 18px 0 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  }

  .darshan-box-inner {
    display: block;
  }

  .darshan-floating-box img {
    height: auto;
    border-radius: 8px;
  }

  .darshan-bottom-inner {
    grid-template-columns: 1fr;
  }

  .darshan-bottom-section {
    padding: 24px 18px 60px;
    min-height: auto;
  }

  .darshan-top-section {
    padding-bottom: 18px;
  }
}

@media (min-width: 1400px) {

  /* center-aware offset for large screens */
  .darshan-floating-box {
    right: calc((100% - 1200px) / 2 + 24px);
  }
}

/* Text width 70% */
.darshan-top-left .darshan-intro-title,
.darshan-top-left .darshan-intro-paragraphs,
.darshan-top-left .darshan-note {
  width: 100%;
}

/* Bottom section text ko 70% width dena */
.darshan-bottom-box {
  width: 70%;
  justify-self: start;
  /* left aligned */
}

/* about introduction css end  */

/* board of director section start  */
/* Scoped wrapper — NO :root, NO body, NO universal selector */
.board-root {
  max-width: 1440px;
  margin: 10px auto;
  padding: 0 28px;

  color: #222;
}

.board-heading {
  color: #b51d36;
  /* heading maroon */
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 28px;
}

/* grid for the two sections */
.board-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px;
  align-items: start;
}

/* each column / card */
.board-card {
  display: flex;
  align-items: center;
  gap: 0;
  /* overlap handled by negative margin on content */
  position: relative;
}

/* left image placeholder */
.board-img {
  flex: 1 1 auto;
  min-height: 320px;
  background: #e9e9ea;
  /* light gray */
  border-radius: 36px;
  box-shadow: none;
  overflow: hidden;
  /* optional: internal padding so image isn't flush to edges */
  display: flex;
  align-items: center;
  justify-content: center;
}

.board-img img {
  width: 240px;
  height: 380px;
  display: block;
  border-radius: 36px;
}

/* red content card that overlaps the image on the right */
.board-content {
  width: 220px;
  background: #b31a33;
  /* deep red like figma */
  color: #fff;
  border-radius: 36px;
  padding: 8px;
  margin-left: -20px;
  /* negative to overlap onto the image */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  flex: 0 0 auto;
}

.board-content h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
}

.board-content .role {
  font-size: 13px;
  opacity: 0.95;
  margin-bottom: 14px;
}

.board-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
}

/* If you want the text column itself to be limited to 70% of the red card width */
.board-content .content-inner {
  width: 90%;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .board-img img {
    width: 300px;
    height: 400px;
    display: block;
    border-radius: 36px;
    object-fit: contain;
  }

  .board-content {
    width: 380px;
    margin-left: -120px;
    padding: 24px 28px;
    border-radius: 32px;
  }

  .board-img {
    min-height: 300px;
  }
}

@media (max-width: 820px) {
  .board-grid {
    grid-template-columns: 1fr;
  }

  /* stack: image first, then content stacked with slight overlap */
  .board-card {
    flex-direction: column;
    align-items: center;
  }

  .board-img {
    width: 100%;
    min-height: 220px;
    border-radius: 20px;
  }

  .board-content {
    width: 92%;
    margin-left: 0;
    margin-top: -48px;
    /* small overlap effect on mobile */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  }

  .board-content .content-inner {
    width: 100%;
  }
}

/* small phones */
@media (max-width: 420px) {
  .board-content {
    padding: 16px;
    height: 340px;
  }

  .board-heading {
    font-size: 24px;
  }
}

/* boards of director section end  */

/* our team section start  */
.team-section {
  max-width: 1400px;
  margin: 32px auto;
  padding: 0 28px;
  position: relative;
}

.team-heading {
  color: #b31a33;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 28px;
}

/* Desktop Grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: start;
}

.team-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.team-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  /* overflow: hidden; */
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  border: 3px solid #b31a33;
}

.team-details {
  padding-left: 6px;
}

.team-name {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.team-role {
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 6px;
  text-align: center;
}

/* Tablet & Smaller Screens */
@media (max-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-heading {
    text-align: center;
  }

  .team-image {
    overflow: hidden;
    object-fit: contain;
  }

  .team-image img {
    object-fit: contain;
    width: 97%;
    height: 98%;
  }

  .team-name {
    text-align: center;
  }
}

/* ===== MOBILE SLIDER (Fade Animation) ===== */
@media (max-width: 480px) {
  .slider-wrapper {
    position: relative;
    overflow: hidden;
  }

  .team-grid {
    display: block;
    position: relative;
    min-height: 400px;
  }

  .team-card {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
    pointer-events: none;
  }

  .team-card.active {
    opacity: 1;
    pointer-events: auto;
  }

  .team-heading {
    font-size: 24px;
    margin-bottom: 16px;
  }

  /* Navigation Buttons (Mobile Only) */
  .team-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: background 0.3s ease;
  }

  .team-slider-btn:hover {
    background: #b31a33;
  }

  .team-slider-btn.prev {
    left: 10px;
  }

  .team-slider-btn.next {
    right: 10px;
  }
}

/* Hide navigation on desktop & tablet */
@media (min-width: 481px) {
  .team-slider-btn {
    display: none !important;
  }
}

/* our team section end  */

/* certification sectiion start  */
.Certificates-Accreditations-wrapper {
  background-color: #b02036;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

.Certificates-Accreditations-container {
  width: 95%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  /* clip overflowed content */
  border-radius: 8px;
  padding: 18px 22px;
  /* internal spacing so slides never touch edges */
  box-sizing: border-box;
  background: transparent;
}

.Certificates-Accreditations-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* track uses flex and gap; width of each slide is set via JS for pixel-perfect layout */
.Certificates-Accreditations-track {
  display: flex;
  gap: 20px;
  /* JS will account for this gap when computing widths */
  transition: transform 0.55s cubic-bezier(0.22, 0.9, 0.26, 1);
  will-change: transform;
  align-items: stretch;
  padding-bottom: 6px;
  /* small padding so box-shadows don't get cut */
}

.Certificates-Accreditations-slide {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(8, 20, 40, 0.08);
  padding: 22px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Certificates-Accreditations-slide img {
  max-width: 100%;
  max-height: 160px;

  display: block;
}

/* Nav buttons */
.Certificates-Accreditations-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #b02036;
  border: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 50;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.Certificates-Accreditations-prev {
  left: 12px;
}

.Certificates-Accreditations-next {
  right: 12px;
}

.Certificates-Accreditations-btn:active {
  transform: translateY(-50%) scale(0.98);
}

/* Dots */
.Certificates-Accreditations-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.Certificates-Accreditations-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.9;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.Certificates-Accreditations-dot.active {
  background: #0b0b0b;
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .Certificates-Accreditations-container {
    padding: 18px 12px;
  }

  .Certificates-Accreditations-btn {
    width: 38px;
    height: 38px;
  }

  .Certificates-Accreditations-slide img {
    max-height: 160px;
  }
}

/* certification sectiion end  */

/* mission and vision section start  */
.VisionMission-root {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 20px 16px;
}

.VisionMission-container {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
}

/* Main title */
.VisionMission-title {
  font-size: 36px;
  font-weight: 800;
  color: #3a3a3a;
}

/* Subheadings */
.VisionMission-subHeading {
  color: #b02036;
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Paragraphs */
.VisionMission-paragraph {
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Mission list */
.VisionMission-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.VisionMission-list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.VisionMission-list-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #b02036;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 18px rgba(176, 32, 54, 0.12);
  flex-shrink: 0;
}

.VisionMission-list-icon i {
  font-size: 18px;
}

.VisionMission-list-text {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive design */
@media (max-width: 768px) {
  .VisionMission-title {
    font-size: 28px;
    text-align: left;
  }

  .VisionMission-subHeading {
    font-size: 24px;
  }

  .VisionMission-list-icon {
    width: 42px;
    height: 42px;
  }

  .VisionMission-list-icon i {
    font-size: 16px;
  }

  .VisionMission-paragraph {
    font-size: 15px;
  }
}

/* mission and vsion section end  */

/* growth section start  */
.peacecoder-vertical-timeline-main {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #333333;
  padding: 30px 20px;
}

.peacecoder-vertical-timeline-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.peacecoder-vertical-timeline-header {
  text-align: center;
  margin-bottom: 36px;
}

.peacecoder-vertical-timeline-header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #444444;
  margin: 0;
}

.peacecoder-vertical-timeline-header h2 {
  color: #b21f2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
}

.peacecoder-vertical-timeline-header p {
  color: #777777;
  font-size: 15px;
  margin-top: 8px;
}

/* Timeline base */
.peacecoder-vertical-timeline {
  position: relative;
  padding: 20px 0;
  margin: 40px 0;
}

.peacecoder-vertical-timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #b21f2b;
  transform: translateX(-50%);
  border-radius: 4px;
}

.peacecoder-vertical-timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

/* Left Side */
.peacecoder-vertical-left {
  left: 0;
  text-align: right;
}

/* Right Side */
.peacecoder-vertical-right {
  left: 50%;
  text-align: left;
}

/* Circle marker — touching the line */
.peacecoder-vertical-marker {
  position: absolute;
  top: 32px;
  width: 18px;
  height: 18px;
  background-color: #b21f2b;
  border-radius: 50%;
  border: 3px solid #ffffff;
  z-index: 2;
}

/* Circle placement — touching the line */
.peacecoder-vertical-left .peacecoder-vertical-marker {
  right: -9px;
  /* touches left side of line */
}

.peacecoder-vertical-right .peacecoder-vertical-marker {
  left: -9px;
  /* touches right side of line */
}

/* Card content */
.peacecoder-vertical-content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(8, 20, 40, 0.06);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.peacecoder-vertical-content.peacecoder-visible {
  opacity: 1;
  transform: translateY(0);
}

.peacecoder-vertical-year {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #b21f2b;
  font-size: 18px;
  margin-bottom: 6px;
  text-decoration: underline;
  text-decoration-color: #b21f2b;
  text-underline-offset: 6px;
}

.peacecoder-vertical-desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.45;
}

/* Alignment of text blocks */
.peacecoder-vertical-left .peacecoder-vertical-content {
  margin-right: 36px;
  display: inline-block;
  max-width: calc(100% - 80px);
}

.peacecoder-vertical-right .peacecoder-vertical-content {
  margin-left: 36px;
  display: inline-block;
  max-width: calc(100% - 80px);
}

/* Upcoming Milestones Section */
.peacecoder-upcoming-milestone {
  margin-top: 40px;
  background-color: #b21f2b;
  color: #ffffff;
  padding: 26px;
  border-radius: 8px;
}

.peacecoder-upcoming-milestone h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.peacecoder-upcoming-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.peacecoder-upcoming-item {
  /* flex: 1 1 220px; */
  padding-left: 12px;
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 800px) {
  .peacecoder-vertical-timeline-line {
    left: 18px;
    transform: none;
  }

  .peacecoder-vertical-timeline-item {
    width: 100%;
    left: 0;
    padding-left: 45px;
    text-align: left !important;
  }

  .peacecoder-vertical-left .peacecoder-vertical-marker,
  .peacecoder-vertical-right .peacecoder-vertical-marker {
    left: 0;
    right: auto;
  }

  .peacecoder-vertical-left .peacecoder-vertical-content,
  .peacecoder-vertical-right .peacecoder-vertical-content {
    margin: 0;
    max-width: 100%;
  }

  .peacecoder-upcoming-list {
    flex-direction: column;
  }

  .peacecoder-upcoming-item {
    border-left: none;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-top: 10px;
  }
}

/* growth section end  */

/* mision and vision animation section start  */
.vm-hidden {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
  transition: opacity 900ms cubic-bezier(0.16, 0.88, 0.35, 1),
    transform 900ms cubic-bezier(0.16, 0.88, 0.35, 1);
}

/* Visible state */
.vm-visible {
  opacity: 1;
  transform: translateY(0);
}

/* List-item parts: separate micro-timing */
.VisionMission-list-item .VisionMission-list-icon,
.VisionMission-list-item .VisionMission-list-text {
  transition-duration: 720ms;
  transition-timing-function: cubic-bezier(0.16, 0.88, 0.35, 1);
}

/* Icon scale/pop effect when visible */
.VisionMission-list-item .VisionMission-list-icon.vm-visible {
  transform: translateY(0) scale(1);
}

.VisionMission-list-item .VisionMission-list-icon.vm-hidden {
  transform: translateY(14px) scale(0.94);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {

  .vm-hidden,
  .vm-visible,
  .VisionMission-list-item .VisionMission-list-icon,
  .VisionMission-list-item .VisionMission-list-text {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Slightly gentler on very small screens */
@media (max-width: 480px) {
  .vm-hidden {
    transform: translateY(14px);
    transition-duration: 820ms;
  }
}

/* mission and vision animation section end  */
/* Wrapper */
#teamWrapper.team-wrapper {
  background: #f5f5f5;
}

/* Grid Layout */
#teamWrapper .team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
#teamWrapper .team-grid.customize {
  grid-template-columns: repeat(3, 1fr);margin-bottom: 4px;
}

/* Card */
#teamWrapper .team-grid .team-card {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  text-align: left;
  position: relative;
}

/* Card Hover Effect */
#teamWrapper .team-grid .team-card:hover {
  transform: translateY(-5px);
}

/* Image container */
#teamWrapper .team-card .team-img {
  overflow: hidden;
  display: flex;
}

/* Image styling */
#teamWrapper .team-card .team-img img {
  width: 100%;
  filter: grayscale(100%) brightness(0.7);
  transition: 0.3s;
}
#teamWrapper .team-card .team-img img:hover {

  filter: grayscale(0%) brightness(1);

}

/* Name */
#teamWrapper .team-card .team-name {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-inline: 10px;
  color: white;
}
#teamWrapper .pos_abs{
  position: absolute;
  left: 0px;
  bottom: 20px;z-index: 1;
}

/* Role text */
#teamWrapper .team-card .team-role {
  margin: 0px;

  margin-inline: 10px;
  font-size: 16px;
  color: white;
  text-align: left;
}

/* Responsive 2 columns */
@media (max-width: 992px) {
  #teamWrapper .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive 1 column */
@media (max-width: 600px) {
  #teamWrapper .team-grid {
    grid-template-columns: 1fr;
  }
  #teamWrapper .team-grid .team-card{
    opacity: 1;
  }
  #teamWrapper .team-grid.customize {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 4px;
}



}