
/* About Section */
.about-section {
  padding: 50px 0 30px;
  background-color: #dfdfdf;
}
.about-img {
  height: fit-content;
  width: 100%;
}
.about-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.about-cont p {
  margin-bottom: 10px;
}
.about-cont .sub-head {
  font-size: 16px;
  color: #3ab052;
  font-weight: 600;
  font-family: "rubik", sans-serif;
}
.about-cont .title2 span {
  font-weight: 700;
}
.about-cont-list span {
  color: #3ab052;
  font-family: "rubik", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.about-cont-list ul {
  list-style-type: square;
}
.construction-art {
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 8%;
  right: 0;
  display: none ;
}
.construction-art img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* Manpower */
.manpower-section {
  padding: 50px 0;
}
.manpower {
  border-left: 7px solid #3ab052;
  padding: 10px;
  box-shadow: 0 1px 5px gray;
}
.manpower .para {
  font-size: 15px;
  color: #252525;
}
.manpower .title3 {
  font-size: 28px;
}
/* mission vision section */
.vision-section {
  padding: 50px 0;
  background: rgb(48, 48, 48);
}
.vision-section .content {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  padding: 10px 15px;
  /* border-radius: 10px; */
}

.content .title3 {
  font-size: 28px;
  color: #3ab052;
}
.content .para {
  color: white;
  font-size: 16px;
  height: 150px;
  overflow-y: auto;
}

/*  director section*/
/* .director-section {
  padding: 50px 0;
}

.left-d-img {
  max-width: 450px;
  height: 450px;
  margin-right: auto;
}
.left-d-img img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.right-content .title3 {
  font-size: 28px;
  color: black;
  font-weight: 500;
  margin-bottom: 20px;
}
.right-content .para {
  font-size: 15px;
  color: #494949;
  margin-bottom: 20px;
  max-width: 650px;
}
.d-name {
  font-weight: 600;
  color: #494949;
  font-size: 18px;
} */

/*  */
.team-wrapper {
  text-align: center;
  padding: 40px 0;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

p.sub {
  font-size: 15px;
  max-width: 650px;
  margin: auto;
  color: #474747;
  margin-bottom: 30px;
  text-align: center;
}

.team-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
}


.team-card {
  position: relative;
  padding: 25px;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  width: 25%;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.team-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 15px;
}

.name {
  font-size: 18px;
  font-weight: 600;
}

.role {
  font-size: 14px;
  font-weight: 500;
  color: #1a9988;
  margin-bottom: 10px;
}

.team-card ul {
  text-align: left;
  padding-left: 18px;
  font-size: 14px;
  color: #333;
  list-style-type: unset;
  height: 165px;
  overflow-y: auto;
}

.team-card ul li {
  margin-bottom: 6px;
}
/* Managment  body*/

.management-modern {
  background: #e9eef9;
}

.section-heading {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 40px;
  color: #3ab052;
}

/* Team Card */
.team-card1 {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d9e1ec;
  overflow: hidden;
  transition: 0.35s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  height: 590px;
  overflow-y: auto;
}

/* Hover Animation */
.hover-animate:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

/* Image */
.team-img img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.hover-animate:hover img {
  transform: scale(1.05);
}

/* Top angled header block */
.team-top-block {
  padding: 25px 20px;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  color: #fff;
  margin-top: 12px;
}
.red-bg {
  background-color: #6c0719;
}
.navy-bg {
  background: #233142;
}
.green-bg {
  background: #2ecc71;
}
.teal-bg {
  background: #1abc9c;
}

/* Text */
.team-top-block .name {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.team-top-block .designation {
  font-size: 15px;
  opacity: 0.9;
  margin-top: 5px;
  margin-bottom: 0;
}

/* List Styling */
.team-body1 {
  padding: 20px 0;
}

.team-body1 ul {
  padding-inline: 15px;
  height: 180px;
  overflow-y: auto;
  margin-bottom: 0;
}

.team-body1 ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
/* why choose us section */

/* old  upper*/
/* new */
.why-choose-bs {
  background: #f3f3f3;
}

/* HEADER */
.wc-title {
  font-size: 36px;
  color: #4a0000;
  font-weight: 700;

}
.wc-top{
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.527);
  margin-top: 15px;
}
.wc-sub {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 1px;
  text-align: left;
  padding: 10px 15px;
background-color: #104602;
margin-bottom: 0;
}

.wc-desc {
  color: #444;
  font-size: 15px;
  text-align: left;
  padding: 10px 15px;

}

/* CARD */
.wc-card {
  background: #ffffff;
  padding: 20px 12px;
  /* border-radius: 14px; */
  text-align: center;
  border: 1px solid #e5e5e5;
  transition: all 0.35s ease;
  height: 270px;
  overflow-y: auto;
}

.wc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border-color: #3ab052;
}

/* ICON */
.wc-icon {
  height: 90px;
  width: 90px;
  background:#d5d5d5b8;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.wc-icon img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

/* CARD TITLES */
.wc-card h3 {
  margin-top: 18px;
  font-size: 20px;
  color: #4a0000;
  font-weight: 600;
}

/* CARD TEXT */
.wc-card p {
  margin-top: 8px;
  color: #444;
  font-size: 15px;
}

/* BUTTON */
.wc-btn {
  background: #4a0000;
  color: white;
  padding: 14px 40px;
  border-radius: 6px;
  transition: 0.3s ease;
  text-decoration: none;
  font-weight: 600;
}

.wc-btn:hover {
  background: #3ab052;
}



/* Gst */
.gst-section {
  padding: 50px 0;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 130px;
  background: linear-gradient(185deg, white, #3ab052, #0b2b11);
  padding: 15px 0;
  border-style: inset;
  border-radius: 15px;
}

.slider .slide-track {
  display: flex;
  /* total slides count = 10 (5 original + 5 duplicate) */
  width: calc(210px * 10);
  animation: scroll 40s linear infinite;
}

.slider .slide {
  flex-shrink: 0; /* prevent shrinking */
  width: 210px;
  height: 100px;
}

.slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider:hover .slide-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * 210px * 5));
  }
}

.slider::before,
.slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.slider::before {
  left: 0;
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
}
.slider::after {
  right: 0;
  /* background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); */
}
.gst-no {
  padding: 5px 12px;
  background-color: #3ab052;
  color: #ffffff;
  margin-bottom: 30px;
}
.gst-no:hover {
  background-color: #074713;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  /* about */
  .construction-art {
    bottom: 5%;
    right: 10%;
  }
  /* choose-us section */
  .choose-cart-left {
    height: 520px;
    margin-right: 0;
  }
  .cart-box1,
  .cart-box2,
  .cart-box4,
  .cart-box5 {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .construction-art {
    display: none;
  }
  .team-card {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .left-d-img {
    height: 300px;
  }

  .banner-container {
    margin-left: 0;
  }
  .team-body1 ul,
  .team-card1,
  .team-card ,.team-card ul{
    height: fit-content !important;
  }
  .team-card {
    width: 100%;
  }
}
