/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

:root {
  --primary-color: #336833;
  --seconday-color: rgb(143, 143, 143);
  --dark: #000000;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

.card-column-gap {
  margin-bottom: 72px;
}

.btn {
  border-radius: 4px;
}

/* Navbar */
/* .navbar-nav .nav-link {
  font-weight: 500;
  padding: 10px 15px;
}

.navbar-brand {
  color: var(--primary-color);
}

.nav-item {
  color: var(--primary-color);
}

.nav-link {
  margin-right: 12px;
}
.nav-link.active {
  color: var(--primary-color) !important;
  border-bottom: 2px solid var(--primary-color);
  font-weight: 800;
  transform: 0.5 all;
}

.nav-link:hover {
  color: var(--primary-color);
}

.dropdown-menu {
  border-radius: 4px;
  color: #000000a6;
}
.dropdown-item {
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 10px 30px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-item:focus {
  background-color: var(--primary-color);
  color: #fff;
} */

/* hero-section */
/* Carousel */
.hero-slider {
  height: 60vh;
  position: relative;
}

.carousel-item {
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 10;
}

.carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  margin-bottom: 1.5rem;
  animation: fadeInUp 1s ease-out;
}

.carousel-caption p {
  font-size: 1.5rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease-out 0.2s;
  animation-fill-mode: both;
}

.carousel-caption .btn {
  padding: 12px 40px;
  font-size: 1.1rem;
  border-radius: 50px;
  animation: fadeInUp 1s ease-out 0.4s;
  animation-fill-mode: both;
  transition: all 0.3s ease;
}

.carousel-caption .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }

  .carousel-caption .btn {
    padding: 10px 30px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }
}

.btn-custom {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 10px 20px;
}
.btn-custom:hover {
  background-color: var(--primary-color);
}

.headline {
  background-color: var(--primary-color);
  padding: 16px;
  text-align: center;
}

/* Info Icons Section */
.info-section {
  padding: 60px 0;
  text-align: center;
}
.info-box i {
  font-size: 60px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

/* subsidiary-section */
.subsidiary-section img {
  width: 200px;
}

.subsidiary-section h3 {
  position: relative;
  line-height: 50px;
}
.subsidiary-section h3::after {
  width: 80px;
  border: 1px solid var(--primary-color);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ---------- */
.news-section {
  padding: 60px 0;
}

.news-section h3 {
  margin-bottom: 40px;
  position: relative;
  line-height: 50px;
}

.news-section h3::after {
  position: absolute;
  width: 80px;
  border: 1px solid var(--primary-color);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-card {
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

/* Hover lift effect */
.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.news-card img {
  height: 220px;
  object-fit: cover;
}

.news-meta {
  color: #777;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news-meta i {
  margin-right: 5px;
  color: var(--primary-color);
}

.btn-read {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  border-radius: 0;
}
.btn-read:hover {
  background-color: rgb(36, 77, 36);
  color: #fff;
}

/* footer-section */
/* footer {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 32px 24px 0 24px;
  margin-top: 16px;
}

.footer-info {
  margin-top: 16px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.social-icons a {
  text-decoration: none;
}
.social-icons i {
  font-size: 24px;
  color: #fff;
}

.footer-links h4 {
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  margin-bottom: 22px;
}
.footer-links h4::after {
  width: 60px;
  border: 1px solid #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li {
  cursor: pointer;
  margin-bottom: 8px;
}
.footer-links ul li a {
  color: #fff;
}
.footer-links li a:hover {
  border-bottom: 1px solid #fff;
}

.footer-logo {
  margin-bottom: 24px;
}
.line {
  height: 1px;
  border-width: 0;
  color: #fff;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 16px;
}

.created-by {
  color: #fff;
  font-style: italic;
} */

/* ------------------------------------ */
/* about-us */
.card-bg {
  /* background-image: url("./Images/Image.jpg"); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./Images/Image.jpg);
  background-size: cover;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.about-bg h2 {
  font-weight: 600;
}

.heading-bold {
  position: relative;
  line-height: 48px;
}

.heading-bold::after {
  position: absolute;
  width: 80px;
  border: 1px solid var(--primary-color);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-content p span {
  font-weight: 600;
}

.card-core {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  margin-bottom: 16px;
  cursor: pointer;
  min-height: 270px;
}

.wwr-card {
  min-height: 150px;
  box-shadow: none;
}

.wwr-content {
  line-height: 30px;
}

.card-core i {
  font-size: 48px;
}

.card-core h6 {
  margin-top: 16px;
  font-weight: 700;
}

.card-core p {
  color: rgba(0, 0, 0, 0.65);
}

/* leaders-card */
.leader-text {
  font-weight: 600;
}
.card-leaders {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
}

.card-leaders img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.name {
  margin-bottom: 0px;
}

.role {
  font-style: italic;
  margin-bottom: 14px;
  color: #777;
}

/* contact-us */
.card-core i {
  color: var(--primary-color);
}

.card-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(./Images/Map.png);
}

.card-sustainability {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./Images/Green.png);
  background-position: center;
}

/* product-section */
.products-card div {
  padding: 24px;
}

.products-card img {
  height: 400px;
  width: 500px;
}

.products-card h2 {
  font-weight: 600;
  margin-bottom: 8px;
}

.products-card h4 {
  line-height: 26px;
  color: #777;
}

.product-sheet {
  color: var(--primary-color);
  margin-top: 24px;
}

.tag-btn {
  /* background-color: var(--primary-color); */
  background-color: #e2f0e2;
  color: var(--primary-color);
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 768px) {
  .card-leaders {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }
  .card-leaders img {
    height: 300px;
    /* width: 200px; */
    width: 100%;
  }

  .role {
    margin-bottom: 8px;
  }
}
/* --- BLOG DETAIL PAGE --- */
.blog-detail-banner {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.blog-detail-banner .overlay {
  background: rgba(0, 112, 60, 0.75);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.blog-detail-banner .container {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.blog-detail-banner h1 {
  font-size: 38px;
  margin-bottom: 10px;
}

.blog-detail-banner p {
  font-size: 16px;
  color: #fff;
}

.blog-detail-section {
  padding: 60px 0;
}

.blog-detail-content {
  max-width: 900px;
  margin: auto;
}

.blog-detail-content .main-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  object-fit: cover;
}

.blog-detail-content .content-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* --- RELATED BLOGS --- */
.related-section h3 {
  color: #00703c;
  text-align: center;
}

.related-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  justify-content: center;
}

.related-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.related-card:hover {
  transform: translateY(-5px);
}

.related-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.related-content {
  padding: 15px;
}

.related-content h5 {
  color: #333;
  font-size: 17px;
  margin-bottom: 8px;
}

.related-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.related-content .read-more {
  background: #00703c;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.related-content .read-more:hover {
  background: #005c30;
}

