@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "Rajdhani";
  src: url("../font/Rajdhani-Bold.ttf") format("truetype");
  src: url("../font/Rajdhani-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Apply font to the entire website */
body {
  font-family: "Rajdhani", sans-serif !important;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Horizontal green line under the top row */
.green-line {
  border-bottom: 3px solid #83a846;
  margin: 0;
}

.hero-img {
  width: 100%;
  background-size: cover;
  margin-top: 15px;
  background-position: center;
  margin-bottom: 15px;
}

/* Top row menu links */
.top-menu .nav-link {
  color: black;
}

.nav-item a {
  color: #000;
}

/* Bottom row menu links */
.bottom-menu .nav-link {
  color: #333;
  padding: 0.5rem 1rem;
}

/* Hover dropdown on desktops */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* hero sec start  */
.bg-section {
  position: relative;
  margin-top: -50px;
  height: 500px;
  /* Full viewport height; adjust as needed */

  width: 100%;

  /* color: #000000; Default text color */
}

/* Optional overlay to improve text readability */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Content container positioned above the overlay */
.bg-content {
  position: relative;
}

.bg-text {
  display: flex;
  align-items: center;
}

/* Green heading style matching the reference */
.green-heading {
  color: #64a832 !important;
  font-weight: 900 !important;
  margin-bottom: 1rem !important;
}

/* Read More link styling */
.read-more {
  display: inline-block;
  color: #64a831;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #64a831;
}

/* hero end */

.highlight {
  color: #64a831;
}

.about-heading {
  font-size: 50px;
  font-weight: bold;
}

.about-text {
  font-size: 20px;
  line-height: 26px;
}

.about-images img {
  width: 100%;
  border-radius: 10px;
}

.features-section {
  background-color: #d3d3d3;
  /* padding: 40px; */
}

.feature-icon {
  font-size: 40px;
  color: green;
}

/* Approx. background color from your reference */
.bg-custom {
  background-color: #ba9964;
  /* Adjust if needed */
}

/* Heading/subheading styles */
.section-title {
  font-size: 0.95rem;
  /* "Featured Products" */
  color: #3c2b1b;
}

.section-subtitle {
  font-size: 2rem;
  /* "Carefully crafted..." */
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
}

.section-paragraph {
  color: #fff;
  font-size: 0.95rem;
}

/* Slick: Add horizontal gap between slides */
.slider .slick-list {
  margin: 0 -15px;
  /* negative margin to "pull in" the slide padding */
}

.slider .slick-slide {
  padding: 0 15px;
  /* creates a 30px gap total between slides */
}

/* Card styling to match screenshot more closely */
.product-card {
  background-color: #f7eee4;
  /* top color of the card */
  border-radius: 8px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

/* White box for product image placeholder */
.card-img-placeholder {
  background-color: #fff;
  margin: 20px;
  border-radius: 4px;
  height: 140px;
  /* Adjust as needed */
}

/* Colored bottom bar with product title and arrow button */
.card-bottom {
  background-color: #dfc19d;
  /* Slightly darker tan bar at bottom */
  padding: 20px 16px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-bottom .product-title {
  margin: 0;
  color: #3c2b1b;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Small circle button with an arrow */
.circle-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #9d8159;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.8rem;
}

/* Heading and arrow styling */
.heading-title {
  font-size: 2.75rem;
  font-weight: 400;
  /* Adjust as needed */
}

.arrow-symbol {
  font-size: 1.8rem;
  border-radius: 50%;
  font-weight: 900;
  border: 2px solid #000000;

  /* Arrow size */
}

/* Card background and border */
.custom-card {
  background-color: #f9ead8 !important;
  border: 0px !important;
  border-radius: 10px !important;
}

/* Image styling */
.custom-card-img {
  height: 300px;
  padding: 15px 20px !important;
  object-fit: contain;
  border-radius: 25px;
}

/* Position the arrow button at bottom-right corner */
.custom-card-body {
  position: relative;
  padding-bottom: 3rem;
  /* extra space so text doesn't overlap button */
  padding: 0px 30px !important;
  /* Padding around the text */
}

/* Circular arrow button */
.arrow-btn {
  position: absolute;
  bottom: 130px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  color: #e5af6d;
  font-weight: 900 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
  border: 3px solid #e5af6d;
  /* Thin border around the circle */
}

/* Control the overall section height */
.my-section {
  height: 400px;
  /* Adjust to match your reference image's height */
}

/* Make the image fill the section, maintaining aspect ratio */
.my-image {
  object-fit: cover;
}

/* Green gradient box with fixed dimensions */
.green-box {
  position: absolute;
  width: 60%;
  height: 130px;
  /* Fixed height */
  right: 20%;
  bottom: 0;

  align-items: center;
  height: 130px;

  background: linear-gradient(to right, #8bc34a, #388e3c);
}

.craft-text {
  padding-left: 50px;
}

.bottom-space {
  padding-bottom: 150px !important;
}

/* Green label for "Products" */
.products-label {
  color: #64a831;
  /* Adjust if needed */
  font-weight: 600;
  font-size: 1rem;
}

/* Heading styling */
.main-heading {
  font-size: 50px;
  font-weight: 400;
}

/* Remove default accordion borders & background */
.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  /* Only bottom border */
  border-radius: 0;
}

.accordion-item:last-child {
  border-bottom: none;
  /* Remove last item border if desired */
}

/* Collapsed heading: no background, dark text */
.accordion-button {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #ddd;
  /* Bottom border only */
  border-radius: 0;
  font-weight: 600;
  color: #333;
  /* Collapsed heading color */
  display: flex;
  align-items: center;
}

.accordion-button:focus {
  box-shadow: none;
  /* Remove focus outline */
}

/* Open heading: text and border in green, no background */
.accordion-button:not(.collapsed) {
  color: #4caf50 !important;
  /* Green text */
  border-bottom: 1px solid #4caf50 !important;
  background-color: transparent !important;
}

/* Override default arrow with Font Awesome chevron */
.accordion-button::after {
  font-family: "Font Awesome 6 Free";

  /* "chevron-down" icon */
  font-weight: 900;
  margin-left: auto;
  /* Push arrow to the right */
  transition: transform 0.2s;
  color: #4caf50 !important;
}

/* Flip arrow & make it green when open */
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #4caf50 !important;
}

/* Accordion body: no background, green text when open */
.accordion-body {
  background-color: transparent !important;
  color: #4caf50 !important;
}

/* Adjust icon spacing in heading */
.accordion-button i {
  margin-right: 8px;
}

.service-text {
  font-size: 25px !important;
  /* margin-top: 15px !important; */
  font-weight: 600 !important;
}

.footer-icon {
  color: #8bc34a;
}

.acco-icon {
  width: 7%;
  color: black;
  padding-right: 15px;
}

.border-line {
  border-width: 1px;

  border-color: white;
  border-style: solid;
}

.breadcrumb {
  margin-left: 10px;
  padding-top: 150px;
}

.breadcrumb-list {
  margin-left: 81px;
  list-style: none;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.breadcrumb-item {
  margin-right: 10px;
  color: white;
}

.breadcrumb-item a {
  text-decoration: none;
  color: white;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  color: white;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.bounce-image:hover {
  animation: bounce 0.6s;
}

.product-heading {
  /* margin-left: 81px; */
  font-size: 120px !important;
  color: #bb9965;
  opacity: 0.65;
  /* padding-bottom: 50px; */
  font-family: rajdhani;
  font-weight: 900;
  line-height: 124 px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}


.product-text {
  display: flex;

  align-items: center;
}

.green-section {
  /* background-color: #81be41;  */
  /* Adjust to match your exact green shade */
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/green-card.png") no-repeat center center;
}

/* Icons */
.green-section img {
  width: 170px;
  margin-top: -47px;
  height: 220px;
}

/* Text inside the green box */
.green-section h5 {
  margin: 0;
  font-size: 37px;
}

.infra-heading {
  color: #2b710d;
  font-size: 80px !important;
  line-height: 100px !important;
  opacity: 0.65 !important;
  /* text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.767); */
  font-family: rajdhani !important;
  font-weight: 600 !important;

}

.img-1 {
  width: 270px !important;
}

.img-2 {
  width: 140px !important;
}

@media (max-width: 767.98px) {
  h1.infra-heading {
    font-size: 1.5rem !important;
    /* Adjust as needed */
  }
}

@media (max-width: 767.98px) {
  h1.product-heading {
    font-size: 1.5rem !important;
    /* Adjust as needed */
  }
}

@media (max-width: 767.98px) {
  h1.contact-heading {
    font-size: 1.5rem !important;
    /* Adjust as needed */
  }
}

.quality-heading {
  font-weight: 400;
}

.infra-slider img {}

.media-heading {
  color: #4a9016;
  font-size: 80px;

  padding-bottom: 50px;
}

.contact-heading {
  line-height: 100px !important;
  font-size: 100px !important;
  color: #9a713d;
  opacity: 0.65;
  padding-bottom: 50px;
  font-family: rajdhani;
  font-weight: 900;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.767);
}

/* ===== Contact Section Styles ===== */
.contact-section {
  /* Helps keep the contact section and map together as one block */

  margin: 0 auto;
  margin-top: 50px;
}

.contact-container {
  /* Green gradient background from left to right */
  background: linear-gradient(to right, #4caf50, #8bc34a);
  color: #fff;
  padding: 4rem 5rem;
  position: relative;
  z-index: 2;
  /* Ensures the form sits above the map if overlapped */
  border-radius: 10px;
  /* margin: 0px 85px; */
}

.contact-container h2 {
  font-size: 60px;
  margin-bottom: 1rem;
}

.contact-container p {
  margin-bottom: 20px;
}

.contact-container .form-control {
  margin-bottom: 1rem;
}

.form-name {
  height: 90px;
}

.form-message {
  height: 190px;
}

.btn-submit {
  background-color: transparent !important;
  border-radius: 50%;
  border: 2px solid #fff !important;
  align-items: end;
}

/* Submit button styling */
.contact-container .btn-submit {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border: none;

  font-weight: 500;
  transition: background-color 0.3s ease;
}

/* Optional arrow icon spacing */
/* .contact-container .btn-submit .arrow-icon {
  margin-left: 8px;
} */

/* ===== Map Styles ===== */
.map-container {
  width: 100%;
  height: 450px;
  /* Adjust map height as needed */
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* The map is behind the form container */
  margin-top: -8px;
  /* Adjust to overlap with the form */
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-list {
  list-style: none;
}

/* .hero-img{
  margin-top: -115px;
} */

.index-hero {
  padding-top: 150px;
  margin-top: -115px;
}

.vision-mission-section {
  padding: 3rem 0;
}

/* ===== Vision Box ===== */
.vision-box {
  background-color: #f5d9b9;
  /* Adjust to your preferred color */
  padding: 2rem;
  border-radius: 0.5rem;
  height: 400px;
}

.vision-title {
  /* padding-top: 150px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #b07f42;  */
}

.vision-text {
  color: #000000;
  line-height: 1.6;
}

/* ===== Mission Box ===== */
.mission-box {
  background-color: #d1ab83;
  /* Adjust to your preferred color */
  padding: 2rem;
  border-radius: 0.5rem;
  height: 100%;
}

.mission-title {
  /* padding-top: 150px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #784a1f;  */
}

.mission-text {
  color: #fff;
  line-height: 1.6;
  width: 380px;
}

/* ===== Section Wrapper ===== */
.management-section {
  background: linear-gradient(to right, #4caf50, #8bc34a);
  /* Alternatively: background: linear-gradient(90deg, #4caf50 0%, #8bc34a 100%); */
  color: #fff;
  padding: 3rem 0;
}

/* ===== Text Column Styles ===== */
.management-title {
  font-size: 50px !important;
  font-weight: 700;
  margin-bottom: 1rem;
}

.management-description {
  font-size: 1rem;
  line-height: 1.6;
}

/* ===== Manager Card Styles ===== */
.manager-card {
  background: transparent;
  /* or use a semi-transparent overlay if desired */
  text-align: center;
}

.manager-img {
  /* width: 150px; */
  /* height: 300px; */
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.manager-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.manager-role {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.manager-arrow svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  /* inherits .manager-arrow's color (white by default) */
}

/* Subprodcut start here */

@media (max-width: 576px) {
  .product-card img {
    max-height: 150px;
  }
}

.sub-product-heading {
  font-size: 32px !important;
  font-weight: 600 !important;
  padding-bottom: 10px;
}

.sub-digit {
  color: #64a832;
  font-size: 24 px !important;
  padding-top: 10px;
}

.sub-details {
  font-size: 20px;
  font-weight: medium;
  padding-bottom: 25px;
  padding-top: 20px;
  width: 415px;
}

.get-quote {
  font-size: 20px;
  padding: 10px 40px 10px 40px;
}

.specification-btn {
  font-size: 20px;
  padding: 10px 40px 10px 40px;
}

/* animation  */
.animate__fadeInLeft {
  animation-duration: 3s;
}

.animate__fadeInRightBig {
  animation-duration: 2s;
}

.sub-product-title {
  line-height: 60px;
  font-size: 45px;
}

.sub-details strong {
  font-size: 20px;
  font-weight: 600;
  color: rgba(68, 68, 68, 1);
}

.product-banner {
  background-color: #bb9965;
  padding: 20px;

  margin-bottom: 20px;
}

/* .product-banner img{
  mix-blend-mode: darken;
} */

.box-width {
  width: 44%;
  height: 100%;
}

/* Mobile responsive design for the product card */

@media (max-width: 768px) {
  .box-width {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .my-10 {
    margin: 1.5rem 0;
    /* Smaller margin for mobile */
  }

  .pt-16 {
    padding-top: 1.5rem;
  }
}

.vision-title-1 {
  line-height: 100px !important;
  font-size: 80px !important;
  color: #9a713d !important;
  opacity: 0.65 !important;
  font-family: rajdhani !important;
  font-weight: 900 !important;
}

.mission-title-1 {
  line-height: 100px !important;
  font-size: 80px !important;
  color: #9a713d !important;
  opacity: 0.65 !important;
  font-family: rajdhani !important;
  font-weight: 900 !important;
}


.animate__fadeInRight {
  animation-duration: 3s;
}

.animate__zoomIn {
  animation-duration: 3s;
}

/* Infra Slider Custom Styles */
.infra-slider {
  width: 100vw;

  margin: 0 auto;
  overflow: hidden;
}

.infra-slider .infra-slide-img {
  width: 1000px !important;
  height: 350px;
  object-fit: cover;

  display: block;
  margin: 0 auto;
  padding-left: 20px !important;
}

.infra-slider .slick-slide {
  width: 1000px !important;
  padding: 0;
}

.infra-slider .slick-list {
  overflow: visible;
}





.sustainability-heading {
  line-height: 100px !important;
  font-size: 100px !important;
  color: #2B720E;
  opacity: 0.65;
  /* padding-bottom: 50px; */
  font-family: rajdhani;
  font-weight: 900;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.767);
}

.sustainability-number {
  line-height: 100px !important;
  font-size: 120px !important;
  color: #2B720E;
  /* opacity: 0.65; */
  font-family: rajdhani;
  font-weight: 900;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.767);
}

.mt-100 {
  margin-top: 100px !important;
}

#mainHeader {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#mainHeader.scrolled {
  background-color: #ffffff !important;
  /* Your desired background color */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Optional: subtle shadow */
}

/* 
#header2 {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
} */

#header2.scrolled {
  background-color: #ffffff !important;
  /* Adjust to desired background color */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  /* subtle shadow */
}


.investor-dropdown {
  position: relative;
}

.investor-dropdown .mega-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 800px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  padding: 0;
  border-radius: 8px;
}

.investor-dropdown:hover .mega-menu,
.investor-dropdown:focus-within .mega-menu {
  display: block;
}

.mega-menu .row {
  margin: 0;
}

.mega-menu ul {
  margin: 0;
  padding: 0;
}

.mega-menu ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
  /* Light underline */
}

.mega-menu ul li:last-child {
  border-bottom: none;
}

.mega-menu ul li a {
  color: #222;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
  display: block;
  padding: 8px 0 8px 0;
}

.mega-menu ul li a:hover {
  color: #007b5e;
  background: #f8f8f8;
}

.submenu-parent {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 250px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  z-index: 1100;
  padding: 0;
}

.submenu-parent:hover>.submenu,
.submenu-parent:focus-within>.submenu {
  display: block;
}

.submenu li {
  border-bottom: 1px solid #f0f0f0;
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu li a {
  padding: 8px 16px;
  color: #222;
  background: #fff;
  display: block;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.submenu li a:hover {
  background: #f8f8f8;
  color: #007b5e;
}

/* Product menu dropdown opens below, not to the side */
.nav-item.dropdown>.dropdown-menu.submenu {
  left: 0 !important;
  transform: none !important;
  top: 100%;
}

.top-notification {
  border-bottom: 1px solid #BEDB69;
}

.top-notification-bg {
  background-color: #ebebeb;
}

.bg-footer {
  background: url('../images/Footer_02.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(9 70 9 / 81%);
  z-index: 1;
}

.bg-footer>* {
  position: relative;
  z-index: 2;
  /* Ensures text/content stays above overlay */
}