/* CSS */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  /* font-family: Inter, sans-serif !important; */
  font-family: "Poppins", sans-serif;
}

/* custom code over right bootrap */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1320px; */
    max-width: 1400px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1550px !important;
  }
}
/* custom code over right bootrap */

body {
  font-family: "Poppins", sans-serif;
}

.h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1a4d33;
}
.dropdown-menu {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0; /* optional */
}

/* Hover dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  background-color: ;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #c9c9c9;
  background-color: #1a4d33;
}
/* Header */
/* TOP BAR */
.top-bar {
  background-color: #1f5c3a;
  font-size: 14px;
}
.offcanvas .nav-link {
  font-size: 16px;
}

.offcanvas ul ul .nav-link {
  font-size: 15px;
  color: #555;
}

.fa-location-dot,
.fa-top-phone,
.fa-user {
  color: #a3e635;
}

.top-text {
  font-size: 14px;
}

.divider {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 2px solid rgba(255, 255, 255, 0.4);
}

.navbar-toggler {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) #fff !important;
}

.navbar-toggler:focus {
}

/* LOGO TEXT */
.navbar-brand {
  line-height: 1.1;
}

.offcanvas {
  width: 280px;
}

.offcanvas .nav-link {
  font-size: 16px;
  padding: 10px 0;
}

.mobile-search input {
  border-radius: 6px 0 0 6px;
}

.mobile-search button {
  border-radius: 0 6px 6px 0;
}

.logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

/* SEARCH BAR */
.header-search {
  position: relative;
  width: 372px;
}

.header-search input {
  padding-right: 45px;
  border-radius: 6px;
}

.search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #666;
}

/* NAV LINKS */
.nav-link {
  color: #333 !important;
}

.nav-link:hover {
  color: #1f5c3a !important;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .header-search {
    width: 100%;
    margin-top: 15px;
  }

  .top-bar .container {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

.navbar-toggler {
  display: none;
}

@media (max-width: 1024px) {
  .navbar-toggler {
    display: block;
  }

  .desktop-menu {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .navbar-toggler {
    display: none;
  }

  .desktop-menu {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  .navbar-toggler-icon {
    width: 28px;
    height: 28px;
  }
}

/* Header */

.hero-section {
  position: relative;
  min-height: 70vh;
  /* background: url('../IMGAES/Banner.png') center center / cover no-repeat; */
  background: url("../IMGAES/hero-banner.png") center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgb(0 4 2 / 95%),
    rgb(2 49 22 / 60%),
    rgba(0, 0, 0, 0.2)
  );
}

.hero-badge {
 background: #285022;
    /* padding: 6px 12px; */
    padding: 0px 12px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #A3E635;
    align-items: center;
    display: inline-flex;
    font-weight: 500;
}

.hero-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-title span {
  color: #a3e635;
}

.hero-sub strong {
  color: #a3e635;
  position: relative;
}

.CTA {
  background: #a3e635;
  color: #0a2e1f;
  font-weight: 600;
}

.hero-text {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  /* max-width: 520px; */
}

.hero-sub {
  margin-top: 10px;
  font-size: 18px;
  border-left: 4px solid #a3e635;
  padding-left: 15px;
}

.hero-stats h4 {
  color: #a3e635;
  font-weight: 700;
  font-size: 24px;
}

.hero-stats p {
  /* font-size: 18px; */
  font-size: 14px;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.86rem !important;
  }

  .hero-stats {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: auto;
    /* padding: 80px 0; */
    padding: 15px 0;
  }
  .hero-stats h4 {
    color: #a3e635;
    font-weight: 700;
    font-size: 16px;
}
}

.img-box {
  width: 100%;
  max-width: 200px;
  height: 170px;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.list-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: rgba(0,0,0,0.65); */
  color: #62748e;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
  text-align: center;
}

.sub-heading {
  background-color: #E5F5CF;
  display: inline;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #0a2e1f;
}
.card-heading {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.brand-banner {
  background: linear-gradient(90deg, #0b3a1e, #114f2a);
}

.brand-btn {
  background-color: #a8e63b;
  color: #0b3a1e;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 22px;
}

.brand-btn:hover {
  background-color: #ffffff;
  color: #0b3a1e;
}

.shop-brand {
  display: inline;
}

.gradient-text {
  background: linear-gradient(90deg, #a3e635, #86efac);
  /* change colors as you like */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Categories  */
.category-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 210px;
}

.category-card:hover {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0)
  ) !important;
  inset: 0;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card p {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  z-index: 2;
}

.custom-btn {
  transition: background-color 0.3s, color 0.3s;
}

.custom-btn:hover {
  background-color: #96d92f;
  color: rgb(4, 39, 15);
  /* optional, for better contrast */
}

a i.fa-arrow-right {
  transition: transform 0.25s ease-in-out;
}

a:hover i.fa-arrow-right {
  transform: translateX(8px);
}

.category-card .icon {
  position: absolute;
  bottom: 42px;
  left: 12px;
  background: #a8e63b;
  color: #0b3a1e;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 14px;
}

.col-7 {
  flex: 1 0 0%;
}

.category-card {
  overflow: hidden;
}

.category-card img,
.category-card .icon {
  transition: transform 0.3s ease;
}

.category-card:hover img {
  transform: scale(1.15);
}

.category-card:hover .icon {
  transform: scale(1.15);
}

.contact-item:hover .icon {
  transform: rotate(15deg);
  /* rotate 15 degrees on hover */
}

/* Tablet view (768px and up) */
@media (max-width: 991.98px) and (min-width: 768px) {
  .col-7 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767.98px) {
  .col-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

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

/* Categories  */

/* Direct connect */
.dark-section {
  background: linear-gradient(120deg, #0b2d22 60%, #1d4d3a 100%);
  color: #fff;
  min-height: 10vh;
  display: flex;
  align-items: center;
}

.dark-title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 20px;
}

.dark-text {
  color: #cfd8d3;
  max-width: 600px;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.feature-list li::before {
  content: "•";
  color: #9ef01a;
  position: absolute;
  left: 0;
}

.contact-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 20px;
}

.contact-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-item small {
  color: #a5bfb2;
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.icon.green {
  background: #9ef01a;
  color: #0b2d22;
}

.quote-box {
  background: rgba(0, 0, 0, 0.25);
  padding: 15px;
  border-radius: 12px;
  font-size: 14px;
  color: #cfd8d3;
}

/* Responsive */
@media (max-width: 768px) {
  .dark-title {
    font-size: 2.2rem;
  }
}

/* Direct connect */

/* Why */
.why-mpc-section {
  background: radial-gradient(circle at left, #eef9e8 0%, #ffffff 45%);
}

.why-badge {
  background: #dff3c6;
  color: #1f4d2f;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1f4d2f;
}

.feature-item h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #1f4d2f;
}

.feature-item p {
  color: #6b7c6f;
  margin-bottom: 0;
}

.icon-box {
  width: 50px;
  /* fixed size */
  /* height: 50px; */
  /* fixed size */
  min-width: 50px;
  /* prevents shrink in flex */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* optional: rounded look */
  background: #f5f5f5;
  /* optional */
  margin-right: 15px;
  /* border: 1px solid rgb(196, 196, 196); */
  box-shadow: 0 -9px 13px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.icon-box:hover {
  background: #9ef01a;
  color: #0b2d1e;
}

.icon-box i {
  font-size: 22px;
  /* fixed icon size */
  line-height: 1;
}

.image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.main-image {
  border-radius: 24px;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(179deg, transparent, rgb(23 26 23 / 100%));
  color: #ffffff;
}

.image-overlay p {
  font-size: 24px;
  margin-bottom: 5px;
}

.image-overlay span {
  font-size: 16px;
  color: #b8f34a;
}

/* IMAGE WRAPPER */
.image-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0, 0) rotate(0deg);
}

.image-card:hover .image-wrapper {
  transform: translate(0, 0) rotate(2deg);
  transition: transform 0.4s ease;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* TEXT OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.overlay p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.overlay span {
  font-size: 14px;
  color: #7cfc00;
  font-weight: 600;
}

/* HOVER EFFECT */

/* .image-card:hover .bg-layer {
    transform: translate(6px, 6px) rotate(0deg);
} */

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .image-overlay {
    padding: 18px;
  }
}

/* Why */

/* Services */
.svc-wrapper {
  background-color: #f3fbf6;
}

/* Heading */
.svc-heading {
  max-width: 820px;
  margin: auto;
}

.svc-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0d3b2e;
  line-height: 1.3;
}

.svc-desc {
  margin-top: 10px;
  font-size: 1rem;
  color: #6f8f83;
}

/* Card */
.svc-card {
  background-color: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.svc-card:hover {
  transform: translateY(-6px);
}

.svc-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.svc-card-body {
  padding: 26px 22px 28px;
  text-align: center;
}

.svc-card-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d3b2e;
  margin-bottom: 6px;
}

.svc-card-body span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #0b2d1e;
  margin-bottom: 10px;
}

.svc-card-body p {
  font-size: 14px;
  color: #6f8f83;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .svc-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 576px) {
  .svc-title {
    font-size: 1.8rem;
  }

  .svc-card img {
    height: 200px;
  }
  .ent-wrapper {
  /* padding: 40px; */
  padding: 10px 4px !important;
  background: radial-gradient(circle at top right, #1f5a3f, #061a12);
  color: #ffffff;
}
}

.svc-card-body h5::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #67b35a;
  margin: 8px auto 10px;
  border-radius: 2px;
}

/* Services */

/* ENTERPRISE CTA */
.ent-wrapper {
  padding: 40px;
  /* padding: 10px 4px; */
  background: radial-gradient(circle at top right, #1f5a3f, #061a12);
  color: #ffffff;
}

.ent-container {
  /* border: 2px solid rgba(88, 226, 144, 0.6); */
  border-radius: 14px;
  padding: 50px;
}

/* Badge */
.ent-badge {
  display: inline-block;
  background: #2fb36a;
  color: #0b2d1e;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Text */
.ent-subtitle {
  color: #a7d9c1;
  margin-bottom: 10px;
}

.ent-desc {
  color: #b5d6c8;
  max-width: 600px;
  font-weight: 600;
}

/* Feature List */
.ent-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.ent-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.ent-list i {
  color: #2fb36a;
  font-size: 18px;
  margin-top: 4px;
}

.ent-list strong {
  display: block;
}

.ent-list span {
  color: #a7d9c1;
  font-size: 14px;
}

/* Card */
.ent-card {
  border: 2px solid #2fb36a;
  border-radius: 16px;
  padding: 30px;
  background: rgba(10, 35, 25, 0.85);
}

.ent-card h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.ent-card-text {
  color: #a7d9c1;
  margin-bottom: 18px;
}

/* Button */
.ent-btn {
  display: block;
  background: linear-gradient(90deg, #2fb36a, #5ce191);
  color: #0b2d1e;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 18px;
}

/* Login */
.ent-login {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.ent-login a {
  color: #5ce191;
  font-weight: 600;
  text-decoration: none;
}

/* Checklist */
.ent-checklist {
  list-style: none;
  padding: 0;
}

.ent-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c8e7d9;
  margin-bottom: 10px;
}

.ent-checklist i {
  color: #5ce191;
}

/* Responsive */
@media (max-width: 992px) {
  .ent-container {
    padding: 30px;
  }

  .ent-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 576px) {
  .ent-title {
    font-size: 1.8rem;
  }
}

/* ENTERPRISE CTA */

/* Footer */
.footer {
  background-color: #fff;
  padding: 40px 0px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
}

.footer h6 {
  color: #2e7d32;
  /* green color like your image */
  font-weight: bold;
  margin-bottom: 15px;
}

.footer a {
  text-decoration: none;
  color: #000;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p,
.footer li {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.footer-logo {
  font-weight: bold;
  font-size: 18px;
}

.footer-logo span {
  color: #2e7d32;
  /* green for logo design element */
}

.footer-bg {
  background: #0f241d;
}

/* Footer */

.rotate-box {
  transform: rotate(2deg);
  transition: transform 0.3s ease;
}

.rotate-box:hover {
  transform: rotate(0deg);
}

.image-card {
  position: relative;
  width: 100%;
  max-width: 520px;
}

/* BACKGROUND LAYER */
.bg-layer {
  position: absolute;
  inset: 0;
  /* background: #c3c8c8; */
  border-radius: 24px;
  transform: translate(14px, 14px) rotate(-1deg);
  transition: transform 0.4s ease;
  z-index: 1;

  /* code added by aditya */
  transform: translate(0px, 0) rotate(-5deg);
  transition: transform 0.4s ease;
  background: rgba(190, 196, 196, 0.2);
  /* code added by aditya */
}

/* LOACTION.HTML */
/* Hero Header */
/* BANNER SECTION */
.page-banner {
  position: relative;
  min-height: 260px;
  background: url("../IMGAES/banner-static.png") center/cover no-repeat;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.page-banner .container {
  position: relative;
  z-index: 1;
}

/* TITLE */
.banner-title {
  font-size: 48px;
  font-weight: 700;
}

/* BREADCRUMB */
.breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb-link {
  color: #f7b733; /* gold/yellow like your design */
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.locations-hero {
  background: url("your-bg.jpg") center/cover no-repeat;
  padding: 6rem 0;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* Search Bar */
.locations-search {
  text-align: center;
  margin: 2rem 0;
}

.locations-search input {
  width: 70%;
  padding: 0.6rem;
  border: 2px solid #ccc;
  border-radius: 6px;
}

.locations-search button {
  padding: 0.65rem 1rem;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
}

/* Map */
.locations-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 8px;
}

/* Location Cards */
.locations-list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 2rem;
}

.location-card {
  /* background: #fff; */
  background: linear-gradient(to bottom, #0b2d22 60%, #1d4d3a 100%);
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
      color: white;
}

.location-card:hover {
  transform: translateY(-4px);
}

.location-card button {
  margin-top: 1rem;
  background: #007bff;
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 5px;
}

/* LOACTION.HTML */

/* CONTACT SECTION */
.contact-section {
  background-color: #f9f9f9;
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #ffff;
  color: #0b2d1e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 18px;
}

.contact-top {
  color: #0b2d1e;
}
.contact-info a {
  color: #000;
  text-decoration: none;
}
.contact-info h6 {
  color: #000;
}

.contact-form {
  background: #fff;
}

.contact-form .form-control {
  padding: 12px;
  border-radius: 8px;
}
.contact-page {
  background: linear-gradient(120deg, #0b2d22 60%, #1d4d3a 100%);
}
.contact-page h4,
h5,
h6 {
  color: white;
}
.contact-page .fa-envelope {
  color: white;
}
.card_location h6 {
 background: #285022;
    color: #A3E635;
    padding: 5px 8px 7px 12px;
    border-radius: 20px;
}
/* CONTACT>HTML */

/* INDUSTRIALS.HTML */
/* INDUSTRIAL HERO */
.industrial-hero {
  background: #f8fafc;
}

.trust-badge {
  background: #eaf2ff;
  color: #0d6efd;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600;
}

.hero-title {
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  /* color: #000; */
}

.hero-title span {
  color: #0f7a3c;
}

.hero-text {
  font-size: 16px;
  /* color: #555; */
  max-width: 520px;
}

.hero-btn {
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
}

.hero-btn-outline {
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
}

.stat-number {
  font-size: 26px;
  font-weight: 800;
  color: #0f7a3c;
}

.stat-text {
  font-size: 16px;
  color: #666;
}
.card-equ {
  color: #000;
}
.card-equ p {
  font-size: 16px !important;
}
/* IMAGE CARD */
.hero-image-box {
  background: #fff;
  border-radius: 18px;
  /* padding: 10px; */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.hero-image-box img {
  border-radius: 14px;
}
.category-cards {
  border: 1px solid #e3e9f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.category-cards:hover {
  /* transform: translateY(-6px); */
  box-shadow: 0 15px 40px rgba(3, 82, 42, 0.1);
}

.image-box {
  position: relative;
}

.image-box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.icon-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #a3e635;
  color: #000;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Heading */
.card-equ {
  margin-bottom: 6px;
}

/* Description */
.card-content p {
  margin-bottom: 14px;
  line-height: 1.6;
}

/* List */
.category-lists {
  padding-left: 18px;
  margin-bottom: 20px;
}

.category-lists li {
  margin-bottom: 6px;
  font-size: 16px;
  color: #555;
}

/* CTA at bottom */
.view-link {
  margin-top: auto;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.view-link i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.view-link:hover i {
  transform: translateX(5px);
}

/* INDUSTRIALS.HTML */

/* POLICY.HTML */

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.banner-title {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #9ef01a;
  padding: 0 10px;
}

.breadcrumb-link {
  color: #9ef01a;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.breadcrumb-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .page-banner {
    min-height: 220px;
  }

  .banner-title {
    font-size: 2rem;
  }
}

.policy-hero h1 {
  font-weight: 800;
  letter-spacing: 1px;
}

.policy-hero p {
  opacity: 0.9;
  font-size: 1.1rem;
}

/* Content */
.policy-wrapper {
  padding-bottom: 60px;
}

.policy-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.policy-card:hover {
  transform: translateY(-5px);
}

.policy-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #004aad;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.policy-title i {
  background: #9ef01a;
  color: #0b3a1e;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 12px;
}

.policy-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}

.policy-card ul {
  padding-left: 18px;
}

.policy-card ul li {
  margin-bottom: 8px;
  color: #555;
  font-size: 0.95rem;
}
/* POLICY.HTML */

/* About Us */
/* ABOUT PAGE */

.about-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../IMGAES/about/about-banner.jpg") center/cover no-repeat;
}

/* Section Headings */
.section-title {
  font-size: 2.4rem;
  font-weight: 800;
}

.section-title span {
  color: #198754;
}

/* Sub heading badge */
.sub-heading {
  background: #E5F5CF;
  color: #198754;
  font-weight: 600;
  padding: 6px 12px;
  /* border-radius: 30px; */
  border-radius: 6px;
}

/* About Cards */
.about-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.about-card:hover {
  transform: translateY(-8px);
}

.about-card .icon {
  font-size: 40px;
  color: #198754;
  margin-bottom: 15px;
}

/* Stats */
.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #198754;
}
.bg-custom {
  background: linear-gradient(120deg, #0b2d22 60%, #1d4d3a 100%);
  color: #fff;
  min-height: 10vh;
  display: flex;
  align-items: center;
}
.bg-custom .stat-number {
  color: white;
}

.about-card h5 {
  color: #0a2e1f;
}

/* About Us */

/* Site-map */
.site-map {
  padding: 20px 0;
}

.site-map h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.site-map h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  color: #061a12;
}

.site-map ul {
  list-style: disc;
  padding-left: 16px;
  margin-bottom: 16px;
}

.site-map li {
  margin-bottom: 2px;
  line-height: 1.4;
}

.site-map a {
  text-decoration: none;
  color: #000;
}

.site-map a:hover {
  text-decoration: underline;
}

/* Reduce column gaps */
.row.g-tight {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0.5rem;
}
/* Site-map */

/* code added by aditya */

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #1f5c3a !important;
  color: white !important;
}
/* code added by aditya */
@media (max-width: 1241px) {
 .header-search {
  position: relative;
  width:340px;
}
}