body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #333;

}

.header-container {
  max-width: 1240px;
  margin: auto;
}

.container {
  max-width: 1140px;
}

/* Hero Section */
.hero {
  /* background: url('../image/hero-banner.jpg') no-repeat center center/cover; */
  background: url('../image/HeroBanner2.jpg');
  background-repeat: no-repeat;
  position: relative;
  height: 40vw;
  background-position: top;
  background-size: cover;

}

.hero:before {
  content: '';
  background: linear-gradient(90deg, rgba(103, 174, 170, 0.7), rgba(198, 100, 17, 0.7));
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



.header-bg {
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px);
}

.header-right {
  display: flex;
  align-items: center;
}

.icon-content {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-right: 10px;
}

.header-content h5 {
  font-size: 18px;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-wrapper {
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

.nav-wrapper .navbar {
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, .2) !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-wrapper .navbar .navbar-nav {
  justify-content: space-around;
  width: 100%;
}

.login-btn {
  background-color: #EE7F21;
  color: white;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-radius: 30px;
}

.login-btn:hover {
  color: black !important;
}

.navbar-nav .dropdown .dropdown-menu {
  padding: 20px 0px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, .2);
}

.navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 40px 10px 25px;

}

/* .navbar-nav .dropdown .dropdown-menu .dropdown-item:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../image/menu-arrow.png);
  left: 20px;
  margin-top: 3px;
} */

.navbar-nav .nav-link.active {
  color: #EE7F21;
}

.desc-parent.nav-item .nav-link {
  color: #66adaa;
}

.desc-parent.nav-item .nav-link.active {
  color: #EE7F21;
}

.navbar-nav .nav-link:active {
  color: #EE7F21;
}

.desc-parent.nav-item .nav-link:hover {
  color: #EE7F21;
}

.mob-logo {
  display: none;
}

.banner-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}

.banner-small-text {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;

}

.main-title {
  font-size: 64px;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
  margin-top: 15vw;
}



.banner-readmore {
  background-color: white;
  border-radius: 50px;
  padding: 12px 40px;
  color: black;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease-in-out;
}

.banner-readmore::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 60%,
      transparent 100%);
  transform: skewX(-25deg);
}

.banner-readmore:hover {
  background-color: #EE7F21;
  color: white
}

.banner-readmore:hover::after {
  animation: shine 0.8s forwards;
}

.cl-4 {
  overflow: hidden;
}

.cl4-col {
  margin: 0px 10px;
  /* padding-right: 20px; */
  padding-right: 0px;
}

.cl4-col .img-col img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.cl4-title {
  /* font-size: 16px; */
  font-size: 18px;
  font-weight: 700;
}

.cl4-description {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cl4-readmore {
  color: #6A6A6A;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.img-col:hover .cl4-readmore {
  color: #EE7F21;
  /* तुम्हारा theme color */
}

.project-bg {
  background: url(../image/light-green-bg.jpg);
  position: relative;
  padding: 40px 40px;
  border-radius: 20px;
  background-position: bottom;
  background-size: cover;
  background-repeat: repeat-x;
}

.project-style {
  border-radius: 20px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, .1) !important
}

.project-img {
  height: 365px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  display: block;
  position: relative;
  transition: transform 0.5s ease;
  overflow: hidden;
}

/* Hover Zoom */
.project-img:hover {
  transform: scale(1.02);
}



.orange-btn {
  position: relative;
  overflow: hidden;
  background-color: #EE7F21;
  padding: 12px 30px;
  border-radius: 50px;
  color: white;
  transition: background-color 0.4s ease-in-out;
}

.orange-btn-modal {
  position: relative;
  overflow: hidden;
  background-color: #EE7F21;
  padding: 12px 30px;

  color: white;
  transition: background-color 0.4s ease-in-out;
}

.orange-btn-modal::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 60%,
      transparent 100%);
  transform: skewX(-25deg);
}

.orange-btn-modal:hover {
  background-color: #67AEAA;
  color: white;
}

.orange-btn-modal:hover::after {
  animation: shine 0.8s forwards;
}

.orange-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 60%,
      transparent 100%);
  transform: skewX(-25deg);
}

.orange-btn:hover {
  background-color: #67AEAA;
  color: white;
}

.orange-btn:hover::after {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

.text-dark {
  color: black !important;

}

.about-img {
  border-radius: 20px;
}

img {
  transition: transform 0.5s ease;
}

img:hover {
  transform: scale(1.02);
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background-color: #67AEAA;
}

.border-bottom-css {
  border-bottom: 1px solid #D9D9D9
}

.dropdown-item:active {
  background-color: #65aea8;
}

.dropdown-item:hover {
  color: #EE7F21;
}

.services-bg {
  background: linear-gradient(to right, #67AEAA, #18A69E);
}

.service-wrapper .img-col {
  text-align: center;
  position: relative;
}

.service-wrapper .con {
  position: relative;
}

.service-wrapper {
  position: relative;
  padding: 10px;
}

.service-wrapper1:hover {
  background: url('../image/team.jpg') no-repeat center center/cover;
  position: relative;
  padding: 10px;
}

.service-wrapper2:hover {
  background: url('../image/factory.jpg') no-repeat center center/cover;
  position: relative;
  padding: 10px;
}

.service-wrapper3:hover {
  background: url('../image/HeroBanner2.jpg') no-repeat center center/cover;
  position: relative;
  padding: 10px;
}

.service-wrapper4:hover {
  background: url('../image/factory1.jpg') no-repeat center center/cover;
  position: relative;
  padding: 10px;

}

.service-wrapper:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
}

.news-slider .card img {
  height: 215px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.news-slider1 .card:hover a,
.news-slider .card:hover a {
  color: #EE7F21
}

.news-slider1 .card img {
  height: 215px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.news-bg {
  background: url(../image/news-bg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
}

.slick-prev:before {
  content: "";
  /* Left arrow */
  background: url('../image/arrow-left.svg') no-repeat center center/cover;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -25px;
  top: 0;
}

.slick-next:before {
  content: "";
  /* Left arrow */
  background: url('../image/arrow-right.svg') no-repeat center center/cover;
  width: 60px;
  height: 60px;
  position: absolute;
  right: -25px;
  top: 0;
}

.partner-title {
  font-size: 18px;
  color: #EE7F21;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.partner .slick-arrow:before {
  content: unset;
}

.partner-img {
  padding: 10px 30px;
}

.footer {
  background: linear-gradient(to right, #FFA85E, #67AEAA);
  padding-top: 60px !important;
}

.footer-logo {
  width: 88px;
}

.footer-title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.footer-menu li a {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 40px;
}

.footer-menu li a:hover {
  color: black;
}

.copyright-section {
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding-top: 20px;
}

.inner-main-title {
  margin-top: 250px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
}

.inner-hero {
  background: url(../image/HeroBanner2.jpg) no-repeat center center / cover;
  position: relative;
  height: 25vw;
}

.solution-bg {
  background: url(../image/factory.jpg) no-repeat center center / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}


.solution-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 239, 227, 0.9);
}

.solution-wrapper {
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
}

.solution-bg2 {
  background: url(../image/factory.jpg) no-repeat center center / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.solution-bg2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(233 255 253 / 90%);
}

.solution-bg5 {
  background: url(../image/factory.jpg) no-repeat center center / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.solution-bg5:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 254, 245, 0.93);

}

.solution-bg3 {
  background: url(../image/factory.jpg) no-repeat center center / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.solution-bg3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 249, 238, 0.9);
}

.solution-bg4 {
  background: url(../image/factory.jpg) no-repeat center center / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.solution-bg4:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(239, 253, 242, 0.9);
}



.gradient-layer {
  position: absolute;
  inset: 0;
  border-radius: 0.5rem;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 123, 255, 0.35) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.gradient-layer:hover {
  opacity: 1;
}

.image-with-gradient {
  width: 100%;
  /* Or a specific width */
  height: 400px;
  /* Adjust height as needed, or use aspect-ratio */
  background: linear-gradient(to bottom,

      rgba(145, 145, 145, 0.6),
      /* Semi-transparent blue */
      rgba(167, 250, 195, 0.6)
      /* Semi-transparent white */
    ), url('../image/transport.jpg');
  /* Replace with the actual URL of your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.solution-points {
  position: relative;
  z-index: 1;
}

.solution-list li {
  padding-left: 40px;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
}

.solution-list li:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  background: url(../image/check.png) no-repeat center center / cover;
}

.solution-list2 li:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  background: url(../image/check.png) no-repeat center center / cover;
}

.solution-list2 {
  display: flex;
  justify-content: space-between;
  /* Optional: adds space between the items */
  list-style: none;
  gap: 20px;
}

.solution-list2 li {
  padding-left: 35px;
  position: relative;
  /* padding-top: 7px; */
  padding-bottom: 7px;
  font-size: 15px;
}

.txt-color {
  color: #67aeaa;
}

.description_bg {
  background: linear-gradient(135deg, rgb(248, 253, 255) 0%,
      rgb(255, 250, 246) 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(60, 72, 88, 0.10);
}

.gl-wrapper {
  padding: 50px;
}

.globle {
  background: url(../image/gl-bg.png) no-repeat;

  overflow: hidden;
  background-position: top;
  border-radius: 30px;
  background-size: cover;
}

.globle2 {

  /* Set the background image (CORRECTED LINE) */
  background-image: url(../image/bg_img.png);
  overflow: hidden;
  background-position: bottom;
  border-radius: 30px;
  background-size: cover;
  height: 550px;
}

.globle3 {

  /* Set the background image (CORRECTED LINE) */
  background-image: url(../image/purity.png);
  overflow: hidden;
  background-position: center;
  border-radius: 30px;
  background-size: cover;


}

.filter-label #filterToggle {
  background-color: #F5F5F5;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  height: 56px;
  align-items: center;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  pointer-events: none;
}

.select-wrapper select {
  padding-right: 100px;
}

.search-btn {
  background-color: #67AEAA;
  padding: 15px 30px;
  color: white;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease-in-out;
}

.search-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 60%,
      transparent 100%);
  transform: skewX(-25deg);
}

.search-btn:hover::after {
  animation: shine 0.8s forwards;
}

.search-btn:hover {
  background-color: #5ba09c;
  color: white;
}




#filterIcon {
  display: none;
}




/* .product-container {
  width: 100%;
} */

.product-card {
  background: #fff;
  padding: 12px;
  text-align: center;
}

.product-card-design {
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  display: block;
  text-decoration: none;
  color: #000000;
}

.read-m {
  margin-bottom: 10px;
  display: block;
}

.product-card-design:hover .read-m {
  color: #EE7F21
}

.product-image-wrapper {
  height: 332px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 30px 30px 0px 0px;
  padding: 20px;
  position: relative;
}

.product-card img {
  max-width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.product-descr-wrapper {
  padding: 20px;
  text-align: left;
}

.product-card h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}

.product-card p {
  font-size: 16px;
  color: #666;
  text-align: left;
}

.tag {
  display: inline-block;
  background: #EE7F21;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination button {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.pagination button.active {
  background: #EE7F21;
  color: #fff;
  border-color: #EE7F21;
  width: 40px;
  height: 40px;
}

/* Loader */
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #EE7F21;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* No product */
.no-product {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: red;
  margin: 20px 0;
}

.select-p-detail {
  height: 50px;
  width: 130px;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-img-wrapper {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.product-download-btn .download-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: black;
  padding: 12px 20px 12px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  position: relative;
}

/* .product-download-btn .download-btn:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../image/menu-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 20px;
} */

.product-download-btn .download-btn .download-img {
  width: 29px;
  height: 29px;
}

.cart-form-product {
  display: flex;
  align-items: center;
}

.custom-size {
  display: flex;
  width: auto;
  align-items: center;
}

.contact-card-design {
  background-color: #43ABA5;
  border-radius: 30px;
}

.input-pill {
  border-radius: 999px;
  padding: .75rem 1rem;
}

.textarea-soft {
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  height: 100px;
}


/* Add Product button */
.btn-add {
  background-color: #67AEAA;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  padding: 12px 25px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease-in-out;
}

.btn-add::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 60%,
      transparent 100%);
  transform: skewX(-25deg);
}

.btn-add:hover::after {
  animation: shine 0.8s forwards;
}

.btn-add:hover {
  background-color: #429a98;
  color: #fff;
}

/* Product list */
.list-group-item {
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: grab;
}

.list-group-item:active {
  cursor: grabbing;
}

/* Status Dot */
.status-dot {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px;
  align-items: center;
}

.bg-teal {
  background-color: #4fb3b1 !important;
}

.edit-icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  cursor: pointer;
}

.edit-icon:hover {
  opacity: 0.7;
}

.del-icon img {
  width: 44px;
  height: 44px;
  text-decoration: none;
  padding: 10px;
  border: 0px;
}

.del-icon img:hover {
  filter: invert(41%) sepia(97%) saturate(1467%) hue-rotate(337deg) brightness(97%) contrast(101%);
}

#productList .list-group-item {
  cursor: grab;
  padding: 15px 20px;
  border: 1px solid #D9D9D9 !important
}

#productList .list-group-item:active {
  cursor: grabbing;
}

.form-check-input:checked {
  background-color: #EE7F21;
  border-color: #EE7F21;
}

.pop-add-product {
  border: 1px solid #D9D9D9;
  padding: 10px 24px;
  background-color: #F5F5F5;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease-in-out;
}

.pop-add-product::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 60%,
      transparent 100%);
  transform: skewX(-25deg);
}

.pop-add-product:hover::after {
  animation: shine 0.8s forwards;
}

.pop-add-product:hover {
  border: 1px solid #000;
  padding: 10px 24px;
  background-color: #F5F5F5;
  border-radius: 50px;
}

.removeRow {
  background-color: #DD3E3E;
  border-radius: 30px;
  width: 50px;
  height: 50px;
}

.pro-visi {
  width: auto;
}

#addProductModal .modal-header {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.cancel-btn {
  background-color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  color: #000;
  border: 1px solid #000000
}

.cancel-btn:hover {
  background-color: #F5F5F5;
  color: #000;
  border: 1px solid #000000
}

.tb-page .page-item.active .page-link {
  background-color: #EE7F21;
  border-color: #EE7F21;
  color: white
}

.tb-page .page-item .page-link {
  color: black
}

.datepik {
  position: relative;
  background-color: transparent;
  padding-left: 50px;
}

.datepik.active {
  background-color: transparent;
}

.datepik:focus {
  background-color: transparent;
}

.cale-icon {
  position: absolute;
  width: 50px;
  padding: 7px;
}

.datepik:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: url(/assets/image/calender.svg);
  background-position: center;
  background-repeat: no-repeat;
}


.quotes-history .form-control {
  border-radius: 30px;
}

.quotes-history .btn-warning {
  border-radius: 30px;
  padding: 8px 20px;
}

.quotes-history table th,
.quotes-history table td {
  vertical-align: middle;
  cursor: pointer;
}

.quotes-history .table {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.quotes-history .input-group-text {
  border-radius: 30px 0 0 30px;
}

#searchInput {
  width: 50%;
}

#quotesTable tr th,
#quotesTable tr td {
  white-space: nowrap;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.date-search {
  background-color: #F5F5F5;
  padding: 12px 30px;
  border-radius: 50px;
  color: #000;
  border: 1px solid #D9D9D9
}

.date-search:hover {
  background-color: #D9D9D9;
  padding: 12px 30px;
  border-radius: 50px;
  color: #000;
  border: 1px solid black
}



.product-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.flipkart-zoom {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
  cursor: crosshair;
  transform-origin: center center;
}

.zoomeffect {
  object-fit: contain;
  height: 100%;
}




@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
  }
}

@media(max-width:1024px) {

  .header-content h5 {
    font-size: 16px;
  }

  .hero {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .inner-main-title {
    margin-top: 180px;
  }

  .globle {
    border-radius: 0px;
  }

  .select-p-detail {
    width: 108px;
  }

}

@media(max-width:768px) {

  .main-title {
    font-size: 48px;
  }

  .banner-small-text {
    margin-top: 100px;
  }

  .header-right {
    display: none;
  }

  .inner-main-title {
    margin-top: 110px;
  }

  .desktop-logo {
    display: none;
  }

  .mob-logo {
    display: inline-block;
    width: 70%;
  }

  .logo {
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-bg {
    padding: 0px;
  }

  .nav-wrapper .navbar {
    border-radius: 0px;
  }

  .cl-4 .slick-arrow:before {
    content: unset;
  }

  .slick-dots li button:before {
    font-size: 54px;
  }

  .project-img {
    height: 200px;
  }
}


@media(max-width:767px) {


  .solution-list.w-50 {
    width: 100% !important;
    margin-bottom: 0px;
  }

  .list-cover {
    display: block !important;
  }

  #searchInput {
    width: max-content
  }


  .pro-visi {
    width: 100%;
  }

  .cart-form-product {
    display: block;
    align-items: center;
  }

  .custom-size {
    display: block;
    width: 50%;
    align-items: center;
    float: left;
  }

  .select-p-detail {
    width: 100%;
  }

  .product-cart-btn {
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
  }

  .header-bg {
    padding: 0px;
  }

  .header-right {
    display: none;
  }

  .hero {
    height: auto;
    padding-bottom: 80px;
  }

  .inner-hero {
    padding-bottom: 50px;
  }

  .desktop-logo {
    display: none;
  }

  .mob-logo {
    display: inline-block;
    width: 70%;
  }

  .mob-logo .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70%;
  }

  .nav-wrapper {
    /* width: calc(100% - 12px); */
    float: left;
    margin-bottom: 0px;
  }

  .nav-wrapper .navbar {
    border-radius: 0px;
  }

  .navbar-nav .dropdown .dropdown-toggle:after {
    position: absolute;
    right: 20px;
    margin-top: 10px;
  }

  .main-title {
    font-size: 40px;
    font-weight: 700;
  }

  .banner-small-text {
    letter-spacing: 3px;
    margin-top: 130px;
    margin-bottom: 5px;
  }

  .cl4-col {
    padding-right: 0px;
    text-align: center;

  }

  .img-col {
    transition: all 0.3s ease;
  }

  .img-col img {
    transition: transform 0.4s ease;
    /* Smooth zoom */
  }

  /* Hover पर Image Zoom */
  .img-col:hover img {
    transform: scale(1.5);
  }


  .cl4-col .img-col img {
    margin: auto;
    margin-bottom: 10px !important;
  }

  .cl4-description {
    padding: 0px 20px;
  }

  .cl-4 {
    padding-bottom: 40px;
    margin-bottom: 0px !important;
  }

  .cl-4 .slick-dots {
    bottom: 0px !important;
  }

  .cl-4 .slick-arrow:before {
    content: unset;
  }

  .slick-dots li button:before {
    font-size: 54px;
  }

  .project-style {
    display: -webkit-box;
    text-align: left;
  }

  .project-style .card-body {
    width: 60%;
    display: flex;
    align-items: center;
  }

  .project-bg {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0px;
  }

  .project-img {
    width: 120px;
    height: 100px;
    margin-right: 10px;
  }

  .services-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-wrapper {
    display: flex;
    border-radius: 10px;
  }

  .service-wrapper .img-col {
    text-align: left;
    flex-shrink: 0;
  }

  .service-wrapper .con .cl4-title {
    text-align: left !important;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .service-wrapper .con .cl4-description {
    text-align: left !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .service-wrapper .con .cl4-readmore {
    text-align: left !important;
    padding-left: 20px;
  }

  .service-wrapper:hover:before {
    border-radius: 10px;
  }

  .slick-prev:before {
    width: 40px;
    height: 40px;
    left: -20px;
  }

  .slick-next:before {
    width: 40px;
    height: 40px;
    right: -20px;
  }

  .globle {
    background-position: left;
  }

  .gl-wrapper {
    padding: 20px;
  }

  .filter-label {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-filter .select-wrapper {
    width: 100%;
  }


  .filter-fields {
    display: none !important;
    flex-direction: column;
    gap: 10px;
  }

  .filter-fields.active {
    display: flex !important;
  }

  #filterIcon {
    font-size: 20px;
    font-weight: bold;
    display: block;
  }

  .filter-label #filterToggle {
    width: 100%;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    pointer-events: unset;
  }

  .search-btn {
    width: 100%;
  }
}



/********************************************************Customised CSS*****************************************************/

/* custom css for product modal */
/* Smaller textarea with scroll */
.modal-bg {
  background: linear-gradient(to right, #f6ffe5, #faffee);

}

.journey-divider {
  height: 2px;
  width: 20%;
  background: linear-gradient(90deg, #ee7f21 0%, #fffbe8 100%);
  border-radius: 2px;
}

.journey-divider2 {
  height: 2px;
  width: 80%;
  background: linear-gradient(90deg, #ee7f21 0%, #fffbe8 100%);
  border-radius: 2px;
}

.journey-divider5 {
  height: 2px;
  width: 60%;
  background: linear-gradient(90deg, #ee7f21 0%, #fffbe8 100%);
  border-radius: 2px;
}

.journey-divider3 {
  height: 2px;
  width: 35%;
  background: linear-gradient(90deg, #ee7f21 0%, #fffbe8 100%);
  border-radius: 2px;
}

.journey-divider4 {
  height: 2px;
  width: 45%;
  background: linear-gradient(90deg, #ee7f21 0%, #fffbe8 100%);
  border-radius: 2px;
}

.deco_remove {
  text-decoration: none;
  color: black;
}

.small-textarea {
  min-height: 100px;
  max-height: 120px;
  resize: vertical;
  overflow-y: auto;
}

/* Modal Styling */
.modal-content {
  border-radius: 20px;
  border: none;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.heading-bar {
  width: 100%;
  background: linear-gradient(to right, #fff3e9, #eaf6ff);
  padding: 20px;
  text-align: center;
}

h3.animated-heading {

  font-weight: 600;
  margin: 0;
  background: linear-gradient(90deg, #fb8c00, #ef6c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Step Wizard */
.stepwizard {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  position: relative;
  padding: 0 15px;
}

.stepwizard::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
}

.stepwizard-step {
  position: relative;
  z-index: 1;
  text-align: center;
  flex: 1;
}

.stepwizard-circle {
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #555;
  transition: 0.3s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.stepwizard-circle.active {
  background: linear-gradient(135deg, #fb8c00, #ef6c00);
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0 0 15px rgba(251, 140, 0, 0.5);
  cursor: pointer;
}

/* Upload boxes */
.upload-box {
  border: 2px dashed #cfd8dc;
  border-radius: 14px;
  text-align: center;
  padding: 40px 20px;
  background: #fafafa;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s;
}

.upload-box:hover {
  border-color: #fb8c00;
  background: #fff3e0;
}

/* Buttons */
.btn-primary,
.btn-success {
  border: none;
  border-radius: 40px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 500;
}

.btn-primary {
  background: linear-gradient(135deg, #fb8c00, #ef6c00);
}

.btn-success {
  background: linear-gradient(135deg, #43a047, #2e7d32);
}

.btn-outline-secondary {
  font-size: 1rem;
  padding: 10px 24px;
}

/* Elegant centered Final Settings heading */
.finish-card h5 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  color: #333;
  margin: 0 auto 25px;
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-block;
  background: linear-gradient(135deg, #fff8f0, #fff3e0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  animation: fadeElegant 0.8s ease forwards;
}

/* Gentle fade animation */
@keyframes fadeElegant {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h5.Center-Final-Tab {
  display: flex;
  justify-content: center;
}

/* Underline accent for detail */
.finish-card h5::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #fb8c00, #ef6c00);
  border-radius: 2px;
}

/* Compact glossy cards */
.upload-card {
  background: linear-gradient(135deg, #ffffff, #f9f9ff, #eef5ff);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: auto;

}

.upload-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background: linear-gradient(135deg, #ffffff, #f4f8ff, #e9f3ff);
}

.upload-card .card-body {
  padding: 0.75rem !important;

}



.form-check-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/********Who we are css**********/
.about-card {
  border-left: 5px solid #ee7f21 !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  background: linear-gradient(165deg, rgb(251, 255, 254) 0%, rgb(255, 254, 249) 70%);
  box-shadow: 0 6px 24px rgba(238, 127, 33, 0.08), 0 1.5px 8px rgba(0, 0, 0, 0.06);
  border-left: 5px solid #ee7f21;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.about-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
}

.about-divider {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #ee7f21 0%, #fffbe8 100%);
  border-radius: 2px;
}

.about-list-item {
  border-bottom: 1px solid #f3e7d2;
  padding-bottom: 0.75rem;
}

.about-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-bullet i {
  background: #fff7e6;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(251, 146, 60, 0.08);
  font-size: 1.2rem;
  min-width: 36px;
  text-align: center;
  display: inline-block;
  transition: transform 0.2s;
}

.service-card {
  border-right: 5px solid #ee7f21;
  max-height: 500px;
  background: linear-gradient(120deg, #fffbe8 0%, #f7fafc 100%);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.about-bullet i:hover {
  transform: scale(1.15) rotate(-8deg);
  box-shadow: 0 4px 18px rgba(251, 146, 60, 0.18);
  background: #fff3e0;
}

.text-orange {
  color: #ee7f21 !important;
}

/* Hover effect on list items */
li:hover .fa-lg {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}

.service-card {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
}

.vision-card {
  background: linear-gradient(135deg, #fffbe8 0%, #f7fafc 100%);
  border-left: 5px solid #ee7f21 !important;
  border-right: 1.5px solid #f3e7d2 !important;
  box-shadow: 0 6px 24px rgba(238, 127, 33, 0.08), 0 1.5px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vision-card:hover {
  box-shadow: 0 12px 32px rgba(238, 127, 33, 0.14), 0 3px 15px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px) scale(1.02);
}

.vision-header-partition {
  gap: 0.75rem;
}

.vision-divider {
  height: 2px;
  min-width: 40px;
  background: linear-gradient(90deg, #ee7f21 0%, #fffbe8 100%);
  border-radius: 2px;
}

.vision-list-item {
  border-bottom: 1px solid #f3e7d2;
  padding-bottom: 0.75rem;
}

.vision-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.vision-bullet i {
  background: #fff7e6;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(251, 146, 60, 0.08);
  font-size: 1.2rem;
  min-width: 36px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 768px) {
  .vision-card {
    padding: 1.25rem !important;
  }

  .vision-bullet i {
    font-size: 1rem;
    min-width: 28px;
    padding: 6px;
  }

  .vision-header-partition h1 {
    font-size: 1.3rem !important;
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {


  .small {
    font-size: 0.875rem;
  }

  .lh-base {
    line-height: 1.5;
  }

  .p-4 {
    padding: 1.25rem !important;
  }
}

@media (max-width: 768px) {
  .about-card {
    padding: 1.25rem !important;
  }

  .about-bullet i {
    font-size: 1rem;
    min-width: 28px;
    padding: 6px;
  }

  .about-icon {
    min-width: 28px !important;
  }

  .about-card h3 {
    font-size: 1.2rem !important;
  }
}

/* Custom Services Section Styling */
.svc-section {
  padding: 1rem 0;
  background: #fafafa;
  /* Light neutral background */
  min-height: 60vh;
  /* Maintain same height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Grid Layout for Cards in One Row */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  /* 4 columns for one row */
  gap: 1.5rem;
  justify-items: center;
  align-items: center;
}

.svc-card {
  perspective: 1200px;
  /* Adds 3D effect for hover */
  width: 100%;
}

.svc-card-inner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  /* Default box shadow */
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  min-height: 280px;
  /* Ensure enough height for content */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Center content by default */
  align-items: center;
}

.svc-card-inner:hover {
  transform: translateY(-8px) rotateX(4deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  /* Enhanced box shadow on hover */
}

/* Icon Styling */
.svc-icon {
  width: 115px;
  height: 115px;
  object-fit: contain;
  margin: 0 auto 0.5rem;
  display: block;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
}

.svc-card-inner:hover .svc-icon {
  opacity: 0;
  transform: scale(0.8) translateY(-20px);
  /* Icon shrinks and moves up */
}

/* Heading Styling */
.svc-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  /* Dark gray for text */
  margin-bottom: 0.75rem;
  opacity: 1;
  /* Always visible */
  white-space: nowrap;
  /* Keep heading in one line */
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), position 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
  position: relative;
}

.svc-card-inner:hover .svc-title {
  position: absolute;
  top: 3rem;
  /* Move to top on hover */
  left: 50%;
  transform: translateX(-50%);
}

/* Underline on Hover */
.svc-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #f97316;
  /* Orange underline */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
}

.svc-card-inner:hover .svc-title::after {
  width: 60%;
  /* Underline spans 60% of heading width */
}

/* Description Styling */
.svc-description {
  font-size: 1rem;
  color: black;
  /* Muted gray for description */
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.svc-card-inner:hover .svc-description {
  opacity: 1;
  transform: translate(-50%, -50%);
  /* Center description on hover */
}

/* Light Orange Gradient Background on Hover */
.svc-card-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(251, 146, 60, 0.2), rgba(251, 191, 36, 0.1));
  /* Light orange gradient */
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
  z-index: -1;
}

.svc-card-inner:hover::before {
  opacity: 1;
}

/* Custom Why choose scpl Section Styling */
.svc-section {
  padding: 1rem 0;
  background: #fafafa;
  /* Light neutral background */
  min-height: 60vh;
  /* Maintain same height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Grid Layout for Cards in One Row */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  /* 4 columns for one row */
  gap: 1.5rem;
  justify-items: center;
  align-items: center;
}

.svc-card {
  perspective: 1200px;
  /* Adds 3D effect for hover */
  width: 100%;
}

.svc-card-inner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  /* Default box shadow */
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  min-height: 280px;
  /* Ensure enough height for content */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Center content by default */
  align-items: center;
}

.svc-card-inner:hover {
  transform: translateY(-8px) rotateX(4deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  /* Enhanced box shadow on hover */
}

/* Icon Styling */
.svc-icon {
  width: 115px;
  height: 115px;
  object-fit: contain;
  margin: 0 auto 0.5rem;
  display: block;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
}

.svc-card-inner:hover .svc-icon {
  opacity: 0;
  transform: scale(0.8) translateY(-20px);
  /* Icon shrinks and moves up */
}

/* Heading Styling */
.svc-title2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111827;
  /* Dark gray for text */
  margin-bottom: 0.75rem;
  opacity: 1;
  /* Always visible */
  white-space: nowrap;
  /* Keep heading in one line */
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), position 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
  position: relative;
}

.svc-card-inner:hover .svc-title2 {
  position: absolute;
  top: 3rem;
  /* Move to top on hover */
  left: 50%;
  transform: translateX(-50%);
}

/* Underline on Hover */
.svc-title2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #f97316;
  /* Orange underline */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
}

.svc-card-inner:hover .svc-title2::after {
  width: 60%;
  /* Underline spans 60% of heading width */
}

/* Description Styling */
.svc-description2 {
  font-size: 1rem;
  color: black;
  /* Muted gray for description */
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.svc-card-inner:hover .svc-description2 {
  opacity: 1;
  transform: translate(-50%, -50%);
  /* Center description on hover */
}

/* Light Orange Gradient Background on Hover */
.svc-card-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(251, 146, 60, 0.2), rgba(251, 191, 36, 0.1));
  /* Light orange gradient */
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth easing */
  z-index: -1;
}

.svc-card-inner:hover::before {
  opacity: 1;
}

.rtst-section {
  padding: 40px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rtst-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.7); */
  /* backdrop-filter: blur(10px); */
  /* border-radius: 24px; */
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); */
  /* padding: 40px; */

  /* width: 100%; */
  transition: all 0.4s ease;
}

/* .rtst-container:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
} */

/* =============== Left Image =============== */
.rtst-image {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.rtst-image:hover {
  transform: scale(1.03);
}

.rtst-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =============== Right Card =============== */
.rtst-right {
  flex: 1.1;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}





.rtst-card {
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.85)); */
  background: linear-gradient(120deg, #fffdf5 0%, #f7fafc 100%);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.rtst-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* =============== Table =============== */
.rtst-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;

}

.rtst-table th {
  /* background: linear-gradient(to right, #ffd9a0, #ffffff); */
  text-transform: uppercase;
  font-weight: 700;
  color: #004d4d;
  text-align: center;
  padding: 11px 52px;
  font-size: 0.95rem;
  border-bottom: 1px solid lightgrey;
}

.rtst-table td {
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #e5f7f5;
  background: #ffffffc7;
  transition: all 0.3s ease;
}

.rtst-table tr:hover td {
  background: #e7fefb;
}

/* =============== Live Tracking Box =============== */
.rtst-live-box {
  /* background: linear-gradient(135deg, #fff4e0, #ffebcc); */
  background: linear-gradient(135deg, rgb(255 252 247), rgb(255 243 224));
  border-left: 6px solid #00b4b0;
  border-radius: 14px;
  padding: 18px 15px;
  font-size: 1rem;
  color: #444;
  box-shadow: 0 4px 15px rgba(255, 180, 80, 0.3);
  position: relative;
  animation: rtstPulse 3s infinite ease-in-out;
}

.rtst-live-title {
  color: #007b78;
  font-weight: 700;
}

/* =============== Animation =============== */
@keyframes rtstPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 150, 0, 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(255, 150, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 150, 0, 0);
  }
}

/*Custom Css for logistic strategic section*/
.location-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  /* 12px */
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid #dee2e6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.location-card .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  /* 24px */
}

.location-card h4 {
  font-weight: 600;
  color: #343a40;
}

/* --- COLORFUL ICON CIRCLES --- */
.icon-primary {
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}

.icon-warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.icon-success {
  background-color: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.icon-danger {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.section-title-v3 {
  font-weight: 700;
  color: #212529;
}

.section-subtitle-v3 {
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}


.scv2-section-header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.scv2-title {
  font-size: 2rem;
  color: #0d6efd;
  letter-spacing: 1px;
  font-weight: 700;
  background: linear-gradient(90deg, #0d6efd 0%, #ffc107 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.scv2-subtitle {
  font-size: 1.1rem;
  color: #495057;
  margin-top: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.scv2-location-row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
  gap: 1.5rem 0;
}

.scv2-location-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
  text-align: center;
  border: 1px solid #dee2e6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(13, 110, 253, 0.08);
  border: none;
}

.scv2-location-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.12);
}

.scv2-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.10);
  color: #fff;
}

.scv2-icon-primary {
  background: linear-gradient(135deg, #0d6efd 60%, #38b6ff 100%);
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
}

.scv2-icon-warning {
  background: linear-gradient(135deg, #ffc107 60%, #ffecb3 100%);
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);
}

.scv2-icon-success {
  background: linear-gradient(135deg, #198754 60%, #a8ffce 100%);
  box-shadow: 0 2px 8px rgba(25, 135, 84, 0.15);
}

.scv2-icon-danger {
  background: linear-gradient(135deg, #dc3545 60%, #ffb3b3 100%);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15);
}

.scv2-location-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.scv2-title-haridwar {
  color: #0d6efd;
}

.scv2-title-rudrapur {
  color: #ffc107;
}

.scv2-title-gwalior {
  color: #198754;
}

.scv2-title-kanpur {
  color: #dc3545;
}

.scv2-scalability-container {
  display: inline-block;
  background: linear-gradient(90deg, #0d6efd 0%, #198754 100%);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.10);
  margin-bottom: 0.5rem;
}

.scv2-scalability-title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
}

.scv2-scalability-text {
  max-width: 700px;
  margin: 1rem auto 0 auto;
  font-style: italic;
  color: #495057;
  font-size: 1rem;
}

/* --- Highlighted Text --- */
.scv2-highlight {
  background: linear-gradient(90deg, #fff3cd 0%, #ffeeba 100%);
  color: #856404;
  padding: 0.15em 0.5em;
  border-radius: 0.3em;
  font-weight: 600;
  display: inline-block;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.feature-card-glossy {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7),
    0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.feature-card-glossy:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7),
    0 1rem 3rem rgba(0, 0, 0, 0.12);

}

.feature-card-glossy:hover .icon-circle {
  transform: scale(1.1);
}




.product-range-section {
  background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
}

.product-heading {
  color: #003366;
  letter-spacing: 0.5px;
}

.product-cardv2 {
  height: 105px;
  border-radius: 14px;
  text-align: center;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  color: #002b5c;
  text-decoration: none;
  /* ensure no underline */
  border: 2px solid transparent;
}

.product-cardv2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  filter: brightness(1.05);
}

/* Equal height for all cards */
.product-cardv2.d-flex {
  min-height: 105px;
}

/* Gradient colors and borders */
.card-1 {
  background: linear-gradient(135deg, #e0f7ff, #ffffff);
  border-color: #8ed1fc;
}

.card-2 {
  background: linear-gradient(135deg, #e3f8f2, #ffffff);
  border-color: #8ee4af;
}

.card-3 {
  background: linear-gradient(135deg, #fff5f6, #ffffff);
  border-color: #ffb6b9;
}

.card-4 {
  background: linear-gradient(135deg, #fffbf1, #ffffff);
  border-color: #ffd580;
}

/* Updated last three cards with distinct borders */
.card-5 {
  /* Toluene */
  background: linear-gradient(135deg, #edf1ff, #ffffff);
  border-color: #7a94ff;
  /* brighter blue border */
}

.card-6 {
  /* Glycerine */
  background: linear-gradient(135deg, #e9f8fa, #f7feff);
  /* very light soft cyan */
  border-color: #99f0ff;
  /* matching bright soft border */
  color: #002b5c;
  /* dark text for readability */
}



.card-7 {
  /* Specialty Solvents */
  background: linear-gradient(135deg, #f5effc, #ffffff);
  border-color: #c78eff;
  /* soft lavender border */
}

.product-card:active {
  transform: scale(0.98);
}

@media (max-width: 767px) {
  .product-card {
    height: 100px;
    font-size: 0.95rem;
  }
}

@media (max-width: 991px) {
  .scv2-location-row {
    gap: 1rem 0;
  }

  .scv2-section-header {
    margin-bottom: 2rem;
  }

  .scv2-strategic-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* =============== Responsive =============== */
@media (max-width: 992px) {
  .rtst-container {
    flex-direction: column;
    padding: 30px;
  }

  .rtst-right {
    padding-left: 0;
    margin-top: 30px;
  }
}


/* Responsive Design */
@media (max-width: 1024px) {
  .svc-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    /* 2 columns for tablets */
  }

  .svc-icon {
    width: 100px;
    height: 100px;
  }

  .svc-title2 {
    font-size: 1.1rem;
  }

  .svc-description2 {
    font-size: 0.95rem;
  }
}

@media (max-width: 640px) {
  .svc-section {
    padding: 2.5rem 0;
  }

  .svc-grid {
    grid-template-columns: 1fr;
    /* 1 column for mobile */
  }

  .svc-card-inner {
    padding: 1.5rem;
    min-height: 240px;
  }

  .svc-icon {
    width: 90px;
    height: 90px;
  }

  .svc-title2 {
    font-size: 0.95rem;
  }

  .svc-description2 {
    font-size: 0.9rem;
  }
}

/* High-Resolution Displays */
@media (min-resolution: 2dppx) {
  .svc-icon {
    image-rendering: optimizeQuality;
  }
}

@media (min-width: 992px) {

  /* only desktop and above */
  .contact-col {
    margin-left: -15px;
  }

  .address-col {
    margin-left: 15px;
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .svc-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    /* 2 columns for tablets */
  }

  .svc-icon {
    width: 100px;
    height: 100px;
  }

  .svc-title {
    font-size: 1.4rem;
  }

  .svc-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 640px) {
  .svc-section {
    padding: 2.5rem 0;
  }

  .svc-grid {
    grid-template-columns: 1fr;
    /* 1 column for mobile */
  }

  .svc-card-inner {
    padding: 1.5rem;
    min-height: 240px;
  }

  .svc-icon {
    width: 90px;
    height: 90px;
  }

  .svc-title {
    font-size: 1.3rem;
  }

  .svc-description {
    font-size: 0.9rem;
  }
}

/* High-Resolution Displays */
@media (min-resolution: 2dppx) {
  .svc-icon {
    image-rendering: optimizeQuality;
  }
}

@media (min-width: 992px) {

  /* only desktop and above */
  .contact-col {
    margin-left: -15px;
  }

  .address-col {
    margin-left: 15px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .stepwizard {
    flex-direction: column;
    align-items: center;
  }

  .stepwizard::before {
    display: none;
  }

  .stepwizard-step {
    margin-bottom: 20px;
  }
}