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;
  position: relative;
  height: 40vw;
}

.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: 16px;
  margin-top: 15vw;
}

.main-title {
  font-size: 64px;
  font-weight: 900;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
}

.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/hero-banner.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/hero-banner.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(215, 229, 228, .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-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, 240, 213, 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(213, 255, 222, 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: 15px;
}

.solution-list li:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  background: url(../image/check.svg) no-repeat center center / cover;
}

.solution-list2 li:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  background: url(../image/check.svg) 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;
}

.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%;
  }
}





/* custom css for product modal */
/* Smaller textarea with scroll */
.modal-bg {
  background: linear-gradient(to right, #f6ffe5, #faffee);

}

.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;
}

/* Responsive */
@media (max-width: 768px) {
  .stepwizard {
    flex-direction: column;
    align-items: center;
  }

  .stepwizard::before {
    display: none;
  }

  .stepwizard-step {
    margin-bottom: 20px;
  }
}