@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.headerWrapper {
  /* Top Header Styles */
}
.headerWrapper .top-header {
  background: #f4f4f4; /* Light background */
  font-size: 14px;
  padding: 5px 0;
}
.headerWrapper .top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerWrapper .top-header-info span {
  margin-right: 15px;
  color: #333;
}
@media (max-width: 575px) {
  .headerWrapper .top-header-info span {
    font-size: 11px;
    color: #000;
  }
}
.headerWrapper .top-header-link a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
@media (max-width: 575px) {
  .headerWrapper .top-header-link a {
    font-size: 10px;
  }
}
.headerWrapper {
  /* Main Header Styles */
}
.headerWrapper .main-header {
  background: #13143e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.headerWrapper .main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerWrapper .logo img {
  height: 70px;
}
.headerWrapper {
  /* Desktop Navigation */
}
.headerWrapper .nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}
.headerWrapper .nav-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .headerWrapper .nav-links li a {
    color: #000000;
    font-weight: 600;
  }
}
.headerWrapper {
  /* Hamburger Menu Styles */
}
.headerWrapper .menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1100;
}
.headerWrapper .menu-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
  transition: 0.3s;
}
.headerWrapper .close-menu {
  display: none;
}
.headerWrapper {
  /* Mobile Navigation: Slide-in from Right */
}
@media (max-width: 768px) {
  .headerWrapper {
    /* Hide desktop navigation */
  }
  .headerWrapper .nav-links {
    position: fixed;
    top: 0;
    right: -250px; /* Initially hidden offscreen */
    width: 250px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px 30px 45px;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
  }
  .headerWrapper .nav-links.active {
    right: 0; /* Slide in */
  }
  .headerWrapper .nav-links li {
    margin-bottom: 20px;
  }
  .headerWrapper {
    /* Close Button Styles */
  }
  .headerWrapper .nav-links .close-menu {
    display: block;
    font-size: 30px;
    cursor: pointer;
    align-self: flex-end;
    margin-bottom: 20px;
  }
  .headerWrapper {
    /* Hide the close button on desktop */
  }
  .headerWrapper .close-menu {
    display: none;
  }
  .headerWrapper {
    /* Display hamburger menu */
  }
  .headerWrapper .menu-toggle {
    display: flex;
    margin-right: 20px;
  }
  .headerWrapper {
    /* Ensure the close button appears only in mobile view */
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .headerWrapper .close-menu {
    display: block;
  }
}

/* =========================================
   MODERN HERO SECTION
========================================= */
.mainBody .wrapper .banner {
  position: relative;
  background-image: linear-gradient(rgba(8, 15, 40, 0.72), rgba(8, 15, 40, 0.72)), url(../images/Home1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mainBody .wrapper .banner .absBanner {
  width: 100%;
  position: relative;
  padding: 90px;
  z-index: 2;
  /* =====================
     HEADING SECTION
  ===================== */
}
.mainBody .wrapper .banner .absBanner .bannerHeading {
  margin: auto;
  text-align: center;
}
.mainBody .wrapper .banner .absBanner .bannerHeading .tagLine {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
.mainBody .wrapper .banner .absBanner .bannerHeading h1 {
  font-size: 68px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.mainBody .wrapper .banner .absBanner .bannerHeading h1 span {
  display: block;
  color: #ff9d1e;
  margin-top: 10px;
}
.mainBody .wrapper .banner .absBanner .bannerHeading p {
  max-width: 900px;
  margin: auto;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.mainBody .wrapper .banner .absBanner .bottomBtns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 950px;
  margin: 35px auto 0 !important;
}
.mainBody .wrapper .banner .absBanner .bottomBtns .threeBtns {
  width: 270px;
  display: flex;
  justify-content: center;
}
#productCarousel1 .owl-dots{
    text-align: center !important;
}
.mainBody .wrapper .banner .absBanner .bottomBtns .mBtn {
  margin: 0;
}
.mainBody .wrapper .banner .absBanner .bottomBtns .btns {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.mainBody .wrapper .banner .absBanner .bottomBtns {
  /* primary button */
}
.mainBody .wrapper .banner .absBanner .bottomBtns .threeBtns .btns {
  background: #ff9800;
  border-color: #ff9800;
}
.mainBody .wrapper .banner .absBanner .bottomBtns .btns:hover {
  transform: translateY(-3px);
  background: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 10px 25px rgba(255, 152, 0, 0.25);
}
.mainBody .wrapper .banner .absBanner .bottomBtns .btnInnerText {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .mainBody .wrapper .banner .absBanner .bottomBtns {
    flex-direction: column;
  }
  .mainBody .wrapper .banner .absBanner .bottomBtns .threeBtns {
    width: 100%;
  }
  .mainBody .wrapper .banner .absBanner .bottomBtns .btns {
    width: 100%;
  }
}
.mainBody .wrapper .strip {
  background: linear-gradient(-100deg, rgba(22, 19, 60, 0.8117647059) 100%, #251c8d 100%), url(../images/ktag-banners/Rectangle.webp) no-repeat;
  background-size: auto, auto;
  padding: 58px 47px;
  background-size: cover;
}
.mainBody .wrapper .strip .count {
  padding: 30px 0;
}
.mainBody .wrapper .strip .count .number {
  border-right: 1px solid white;
  height: 100%;
  text-align: center;
}
.mainBody .wrapper .strip .count .number .cn {
  text-align: center;
  color: white;
}
.mainBody .wrapper .strip .count .number .cn svg {
  font: 600 30px/40px "Montserrat", sans-serif;
}
.mainBody .wrapper .strip .count .number .vol {
  font: 500 18px/28px "Montserrat", sans-serif;
  color: #fff;
  margin-top: 20px;
}

.py60 {
  padding: 60px 0;
}

.py120 {
  padding: 120px 0;
}
@media (max-width: 575px) {
  .py120 {
    padding: 20px 0;
  }
  
  .mainBody .wrapper .banner .absBanner .bannerHeading h1 {
    font-size: 34px;
  }
  .mainBody .wrapper .strip .count .number {
    margin-top: 30px;
    border: none;
  }
    .prodCarousel .bgOrg {
          padding: 60px 10px;
    }
    #productCarousel1 .row.text-start.align-items-center.justify-content-between{
        flex-direction: column-reverse;
    }
    .mainBody .wrapper .banner .absBanner {
        padding: 60px;
    }
}

.my120 {
  margin: 120px 0;
}
@media (max-width: 575px) {
  .my120 {
    margin: 20px 0;
  }
}

.prodTitle {
  font: 600 34px/44px "Montserrat";
  color: #fff;
  padding: 15px 0;
}

.boldText {
  font: 600 38px/44px "Montserrat";
}
@media (max-width: 575px) {
  .boldText {
    font-size: 30px;
  }
}

.prodCarousel .bgOrg {
  background-color: #ff9900;
}
.prodCarousel p {
  font-weight: 500;
}

.owl-controls .owl-page span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 8px !important;
  background-color: #181446;
  display: -webkit-inline-box;
  border-radius: 30px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-controls .owl-page.active span {
  outline: 1px solid #181446;
  outline-offset: 4px;
}

.BTN {
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.BTN .btn2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 22px;
  width: 195px;
  display: block;
  color: #181446;
  border: 1px solid #181446;
  border-radius: 0;
  text-decoration: none;
}
.BTN ::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #181446;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.4s ease;
}
.BTN .btnLight {
  color: #fff;
  border: 1px solid #fff;
}

.BTNLt ::after {
  color: #fff;
}

.BTN:hover .btn2::after {
  padding-left: 10px;
}

.clients {
  padding: 200px 0;
}
.clients .box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.clients .box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.clients .box:hover {
  transform: scale(1.2);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wraper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
  background: #000;
}

.owl-theme img {
  width: 100%;
  min-height: 200px;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: #fff !important;
  color: #000 !important;
  font-size: 1.5em !important;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  font-weight: bold;
  padding: 15px !important;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #000;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
  box-shadow: 0px 0px 0px 0px #000;
  background-color: red !important;
  color: #fff !important;
}

.owl-carousel .owl-prev {
  left: -30px;
}

.owl-carousel .owl-next {
  right: -30px;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  margin: 4px;
  height: 10px;
  border-radius: 10px;
  background: rgb(215, 215, 215) !important;
  width: 10px;
  transition: 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span {
  display: block;
  margin: 4px;
  height: 10px;
  border-radius: 10px;
  background: red !important;
  width: 25px;
  transition: 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: red !important;
  transition: 0.2s ease-in-out;
}

/* Responsive design custom css */
@media only screen and (max-width: 480px) {
  .owl-theme .owl-dots .owl-dot {
    display: none;
  }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    top: 45%;
    box-shadow: 0px 0px 0px 0px #000;
  }
  .owl-carousel .owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-next {
    right: 0px;
  }
}
.banner-aboutUs {
  background: linear-gradient(-100deg, rgba(22, 19, 60, 0.8117647059) 100%, #251c8d 100%), url(../images/ktag-banners/about-us.jpg) no-repeat;
  background-size: auto, auto;
  padding: 58px 47px;
  background-size: cover;
}
.banner-aboutUs .dash {
  font-size: 16px;
}

.aboutUsMainSec {
  background: linear-gradient(-100deg, rgba(22, 19, 60, 0.8117647059) 100%, #251c8d 100%), url(../images/ktag-banners/about-us.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.aboutUsMainSec .leftSec .heading, .detailAbout .leftSec .heading, .ContactUsSec .leftSec .heading, .services .leftSec .heading, .productBanner .leftSec .heading, .ClientBanner .leftSec .heading, .SSBanner .leftSec .heading, .infraBanner .leftSec .heading {
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 54px;
  line-height: 66px;
  color: #ffffff;
}
.aboutUsMainSec .leftSec .desc, .detailAbout .leftSec .desc, .ContactUsSec .leftSec .desc, .services .leftSec .desc, .productBanner .leftSec .desc, .ClientBanner .leftSec .desc, .SSBanner .leftSec .desc, .infraBanner .leftSec .desc {
  margin-top: 42px;
  font-family: "Karla";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: 650px;
}

.detailAbout .heading, .detailAbout .desc {
  color: #000 !important;
}

.abtelems {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.abtelems .elem {
  width: 220px;
}
.abtelems .elem .num {
  color: #12153c;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}
.abtelems .elem .text {
  color: #12153c;
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.abtelems .divider {
  height: 75px;
  width: 1.5px;
  background: #12153c;
}

.cutomers .count {
  border: 1px solid #ff9800;
  background: #ffefd7;
  padding: 30px 0;
}
.cutomers .count .number {
  border-right: 1px solid #ff9800;
  height: 100%;
}
.cutomers .count .number .cn {
  font: 600 48px/40px "Montserrat", sans-serif;
  text-align: center;
  color: #ff9800;
}
.cutomers .count .number .vol {
  font: 500 18px/28px "Karla";
  text-align: center;
  color: #ff9800;
  padding-top: 20px;
}

.ContactUsSec {
  background: url(../images/contactus2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.services {
  background: linear-gradient(-100deg, rgba(59, 57, 94, 0.63) 100%, #000000 100%), url(../images/service.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.ClientBanner {
  background: url(../images/Industry/clientBanner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.SSBanner {
  background: url(../images/SSBanner.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.productBanner {
  background: linear-gradient(-100deg, rgba(59, 57, 94, 0.81) 100%, #000000 100%), url(../images/products/productBanner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.infraBanner {
  background: url(../images/LabBg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.custom-img {
  width: 100%;
  height: 400px; /* or whatever height you prefer */
  -o-object-fit: cover;
     object-fit: cover;
}

.ThreeR {
  background: #f8fafc;
  padding: 100px 0;
}

/* heading */
.ThreeR .re h2 {
  font: 800 80px/70px "Karla";
  color: #13143e;
  margin-bottom: 70px;
  letter-spacing: 2px;
}

/* card */
.ThreeR .card {
  position: relative;
  height: 100%;
  min-height: 430px;
  padding: 45px 35px !important;
  border-radius: 26px;
  background: #fff;
  border: none;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

/* top gradient line */
.ThreeR .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ff8c00, #ffb347);
}

/* orange glow */
.ThreeR .card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -60px;
  right: -60px;
  background: rgba(255, 140, 0, 0.08);
  border-radius: 50%;
  transition: 0.4s ease;
}

/* hover */
.ThreeR .card:hover {
  transform: translateY(-14px);
  box-shadow: 0 25px 55px rgba(255, 140, 0, 0.18);
}

.ThreeR .card:hover::after {
  transform: scale(1.2);
}

/* icon */
.ThreeR .reIcn {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff8c00, #ffb347);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px rgba(255, 140, 0, 0.28);
}

/* icon */
.ThreeR .reIcn svg {
  font-size: 36px;
  color: #fff;
}

/* title */
.ThreeR .card h3 {
  font-size: 38px;
  font-weight: 800;
  color: #13143e;
  margin-bottom: 20px;
}

/* paragraph */
.ThreeR .card p {
  font-size: 16px;
  line-height: 1.8;
  color: #5c6475;
  margin-bottom: 0;
}

/* mobile */
@media (max-width: 991px) {
  .ThreeR .card {
    margin-bottom: 30px;
  }
  .ThreeR .re h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .ThreeR {
    padding: 70px 0;
  }
  .ThreeR .card {
    min-height: auto;
    padding: 35px 24px !important;
  }
  .ThreeR .card h3 {
    font-size: 30px;
  }
  .ThreeR .card p {
    font-size: 15px;
    line-height: 1.7;
  }
  .aboutUsMainSec .leftSec .heading, .detailAbout .leftSec .heading, .ContactUsSec .leftSec .heading, .services .leftSec .heading, .productBanner .leftSec .heading, .ClientBanner .leftSec .heading, .SSBanner .leftSec .heading, .infraBanner .leftSec .heading {
      font-size: 38px !important;
      padding-top: 5px;
  }
  .aboutUsMainSec .leftSec .desc, .detailAbout .leftSec .desc, .ContactUsSec .leftSec .desc, .services .leftSec .desc, .productBanner .leftSec .desc, .ClientBanner .leftSec .desc, .SSBanner .leftSec .desc, .infraBanner .leftSec .desc{
      margin-top: 15px;
      font-size: 18px;
  }
}
.footerAll a,
.footerAll a:hover,
.footerAll a:focus,
.footerAll a:active {
  text-decoration: none;
  outline: none;
}
.footerAll a,
.footerAll a:active,
.footerAll a:focus {
  color: #ffffff;
  text-decoration: none;
}
.footerAll a:hover {
  color: #2498d7;
}
.footerAll ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerAll img {
  max-width: 100%;
  height: auto;
}
.footerAll section {
  padding: 60px 0;
  min-height: 100vh;
}
.footerAll .footer {
  padding: 100px 0px 0px;
  background-color: #030a16;
  background-color: rgb(17, 17, 17) !important;
  background-image: url(../images/ktag-banners/background-footer.jpg);
  background-position: 50% -99.6505px;
}
.footerAll .footer .widget1 p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 18px;
}
.footerAll .footer .widget1 h6 {
  color: #fff;
}
.footerAll .footer .socialLinks {
  margin-top: 28px;
}
.footerAll .socialLinks ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.footerAll .socialLinks ul li a i {
  display: block;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  background: #fafafa;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
.footerAll .socialLinks ul li a .fa-facebook-f {
  color: #4267b2;
}
.footerAll .socialLinks ul li a .fa-twitter {
  color: #1da1f2;
}
.footerAll .socialLinks ul li a .fa-google-plus-g {
  color: #dd5044;
}
.footerAll .socialLinks ul li a .fa-linkedin-in {
  color: #0177b5;
}
.footerAll .socialLinks ul li a:hover i {
  color: #fff;
}
.footerAll .socialLinks ul li a:hover .fa-facebook-f {
  background: #4267b2;
}
.footerAll .socialLinks ul li a:hover .fa-twitter {
  background: #1da1f2;
}
.footerAll .socialLinks ul li a:hover .fa-google-plus-g {
  background: #dd5044;
}
.footerAll .socialLinks ul li a:hover .fa-linkedin-in {
  background: #0177b5;
}
.footerAll footer .logo {
  max-width: 200px;
}
.footerAll .footer h5 {
  font-weight: 500;
  margin-bottom: 28px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  font-size: 21px;
}
.footerAll .footer .widget2 .media img {
  margin-right: 20px;
  max-width: 100px;
}
.footerAll .footer .widget2 .media p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  line-height: 26px;
}
.footerAll .footer .widget2 .media span {
  font-size: 12px;
  color: #ffb606;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.footerAll .footer .widget2 .media {
  margin-bottom: 20px;
}
.footerAll .footer .widget3 ul li a,
.footerAll .footer .widget4 ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  margin-bottom: 13px;
  display: block;
}
.footerAll .footer .widget3 ul li a:hover,
.footerAll .footer .widget4 ul li a:hover,
.footerAll .footer .widget2 a:hover p {
  color: #ffb606;
}
.footerAll .footer .widget3 h5 {
  margin-bottom: 22px;
  font-weight: 600;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
}
.footerAll .footer .widget4 h5 {
  margin-bottom: 22px;
  font-weight: 600;
  color: #fff;
  font-size: 21px;
}
.footerAll .copyRightArea {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 22px 0px 12px;
}
.footerAll .copyRightArea p {
  color: rgba(255, 255, 255, 0.6);
}

.ProductsDiv .card {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  background-color: #fff;
}

.ProductsDiv .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.ProductsDiv .custom-img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f9f9f9;
}

.ProductsDiv .card-body {
  padding: 1rem;
  text-align: center;
}

.ProductsDiv .category {
  font-size: 0.85rem;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.ProductsDiv .product-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ProductsDiv .btn2 {
  background-color: #ff8000;
  color: white;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.ProductsDiv .btn2:hover {
  background-color: #e67300;
}

.detail-container {
  margin: 40px auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.product-image {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f9f9f9;
}

.detail-item h5 {
  font-size: 1rem;
  color: #555;
  font-weight: 600;
  margin-bottom: 5px;
}

.detail-item p {
  font-size: 1rem;
  line-height: 2rem;
  color: #333;
}

.back-btn {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .detail-body {
    display: flex;
    gap: 30px;
  }
  .image-col {
    flex: 1;
  }
  .info-col {
    flex: 2;
  }
}
.clients-section {
  padding: 60px 20px;
  text-align: center;
}
.clients-section h2 {
  font-size: 2.75rem;
  font-weight: bold;
  color: #13143e;
  margin-bottom: 20px;
}
.clients-section p {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto 50px;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: center;
}

.client-logo {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 180px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.client-logo img {
  max-width: 100%;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s;
}

.client-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Optional testimonial styling */
.testimonial {
  margin-top: 50px;
  background-color: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial p {
  font-style: italic;
  color: #555;
  font-size: 1rem;
}

.testimonial .author {
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}

/* Industries Section adjustments */
.industries-section {
  background-color: #fff;
}
.industries-section .logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: center;
}
.industries-section .logo-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.industries-section .logo-item img {
  max-width: 100%;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s;
}
.industries-section .logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.popup-img {
  max-width: 95%;
  max-height: 95%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

.clickable-img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.clickable-img:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

.short-desc {
  font-size: 19px;
  line-height: 35px;
  text-align: center;
}

.envBanner {
  background: linear-gradient(rgba(0, 53, 94, 0.75), rgba(0, 53, 94, 0.75)), url(images/environment-banner.jpg);
  background-size: cover;
  background-position: center;
  padding: 140px 0;
  text-align: center;
  color: #fff;
}

.envBanner span {
  color: #ff9d1e;
  font-weight: 600;
  letter-spacing: 2px;
}

.envBanner h1 {
  font-size: 60px;
  margin: 20px 0;
  font-weight: 800;
}

.envBanner h1 span {
  display: block;
}

.envBanner p {
  max-width: 800px;
  margin: auto;
  font-size: 20px;
}

.sectionTitle {
  text-align: center;
  margin-bottom: 60px;
}

.sectionTitle h2 {
  font-size: 42px;
  color: #000;
  font-weight: 700;
}

.sectionTitle p {
  max-width: 700px;
  margin: auto;
  color: black;
  font-size: 18px;
}

.envServices {
  padding: 100px 0;
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.serviceCard {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

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

.serviceCard i, .serviceCard svg {
  font-size: 40px;
  color: #ff9d1e;
  margin-bottom: 20px;
}

.compostSection {
  padding: 100px 0;
  background: #f8f9fb;
}

.compostGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.compostCard {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.compostImage img {
  width: 100%;
}

.compostContent {
  padding: 30px;
}

.compostContent ul {
  margin-top: 20px;
}

.compostContent li {
  margin-bottom: 10px;
}

.benefitsSection {
  padding: 100px 0;
}

.benefitGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benefitItem {
  background: #181446;
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
}

.envCTA {
  background: #181446;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

.ctaBtn {
  display: inline-block;
  margin-top: 25px;
  background: #ff9d1e;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .serviceGrid,
  .compostGrid,
  .benefitGrid {
    grid-template-columns: 1fr;
  }
  .envBanner h1 {
    font-size: 40px;
  }
}
.businessVertical {
  padding: 100px 0;
  background: #fff;
}

.verticalGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.verticalCard {
  background: #fff;
  padding: 40px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
  border-top: 4px solid #ff9d1e;
}

.verticalCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.verticalIcon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9d1e, #ffb347);
  display: flex;
  align-items: center;
  justify-content: center;
}

.verticalIcon i, .verticalIcon svg {
  color: #fff;
  font-size: 30px;
}

.verticalCard h3 {
  color: #181446;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.verticalCard p {
  color: #666;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .verticalGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .verticalGrid {
    grid-template-columns: 1fr;
  }
}
.wasteWaterSection {
  padding: 100px 0;
  background: #f8fafc;
}

.wasteWaterGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.solutionCard {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

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

.solutionImage img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.solutionContent {
  padding: 30px;
}

.solutionContent h3 {
  color: #181446;
  margin-bottom: 15px;
}

.solutionContent ul {
  margin-top: 20px;
  padding-left: 20px;
}

.solutionContent li {
  margin-bottom: 10px;
}

.treatmentTech {
  padding: 100px 0;
}

.techGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.techCard {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border-top: 4px solid #ff9d1e;
}

.techCard h4 {
  font-size: 26px;
  color: #181446;
  margin-bottom: 10px;
  font-weight: 700;
}

.techCard span {
  color: #666;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .wasteWaterGrid,
  .techGrid {
    grid-template-columns: 1fr;
  }
}
.envBanner {
  background: linear-gradient(rgba(0, 53, 94, 0.75), rgba(0, 53, 94, 0.75)), url(../images/ktag-banners/env-banner.jpg);
  background-size: cover;
  background-position: center;
}

.envServices {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), url(../images/env-services.jpg);
  background-size: cover;
  background-position: center;
}/*# sourceMappingURL=style.css.map */

.product-card{
    background:#e9e9e9;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s ease;
    height:100%;
    display:flex;
    flex-direction:column;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.product-img{
    height:260px;
    background:#dbdbdb;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:25px;
}

.product-img img{
    max-height:300px;
    max-width:50%;
    padding:20px 0;
    transition:.4s;
}

.product-card:hover .product-img img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.product-content h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.product-content p{
    color:#666;
    font-size:15px;
    line-height:1.8;
    flex:1;
}

.product-btn{
    display:inline-block;
    padding:12px 40px;
    border-radius:50px;
    background:#000000;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    width: fit-content;
}

.product-btn:hover{
    background:#000000;
    color:#fff;
}

@media(max-width:767px){
    .product-img{
        height:200px;
    }

    .product-content{
        padding:20px;
    }

    .product-content h4{
        font-size:20px;
    }
}