/* Dark - #e98a32
Medium - #ea9e35
Light - #eb9d35
Linear Gradient - #ffde59 to #ff914d */

:root {
  --orange: #e98a32;
  --orange-medium: #ea9e35;
  --orange-light: #eb9d35;
  --orange-gradient: linear-gradient(90deg, #ffde59, #ff914d);
}

.nav-link {
  font-size: 1rem !important;
}

.shadow-own {
  box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 15%) !important;
}

.border-box {
  box-sizing: border-box;
}

.bg-change-hover {
  transition: all 0.3s ease-in-out !important;
}

.bg-change-hover:hover {
  background: #00000040 !important;
  color: #fff !important;
}

@media (max-width: 576px) {
  .pins_image {
    width: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .pins_image {
    width: 20px !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .pins_image {
    width: 20px !important;
  }
}

#root {
  overflow-x: hidden !important;
  box-sizing: border-box;
}

.footer-link {
  display: block;
  padding-top: 5px;
}

.footer-link:hover {
  color: var(--orange) !important;
}

.btn-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  padding: 12px 12px;
  border-radius: 100%;
  color: #fff;
  background-color: #25d366;
}
.btn-float-phone {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
  padding: 12px 12px;
  border-radius: 100%;
  color: #fff;
  background-color: #fff;
  box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 15%);
}

.btn-float-phone:hover {
  background-color: #ccc;
  color: #fff;
}

.btn-float:hover {
  background-color: #199246;
  color: #fff;
}

.btn-float i {
  font-size: 1.5rem;
}

.certificate-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  height: auto;
}

/* willChange: "transform", */
/* transform:
  "perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1)", */
/* transformStyle: "preserve-3d", */
/* transformOrigin: "50% 50%", */

.industries-card {
  transition: all 0.3s ease-in-out;
  transform-origin: 50% 0;
  transform: perspective(999px) rotateX(0deg) translateZ(0);
}

.industries-card:hover {
  /* transform: scale(1.05);
  box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 25%); */

  transform-origin: 50% 0;
  transform: perspective(999px) rotateX(7deg) translate3d(0, -4px, 5px);

}

.industries-card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.industries-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 10px 0;
}

.wire-card {
  transition: all 0.3s ease-in-out;
}

.wire-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 25%);
}

.wire-card:hover .wire-content {
  display: flex !important;
}

.wire-content {
  display: none !important;
}

.wire-content {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 10px 0;
}


.textt-gradient {
  background: linear-gradient(220deg, #eb9d35, #e98a32);
    /* Primary to Secondary Color */
    -webkit-background-clip: text;
    /* For Safari */
    -webkit-text-fill-color: transparent;
    /* For Safari */
    background-clip: text;
    /* Standard syntax */
    color: transparent;
    /* Ensure text is transparent to show gradient */
}

.icon-image {
  filter: brightness(0) saturate(100%);
}

.why-choose-us-card {
  /* background-color: rgba(255, 255, 255, 0.5) !important; */
    background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.why-choose-us-card:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.nav-link:hover {
  color: var(--orange) !important;
}

@media (max-width: 576px) {
  .navbar-nav {
    overflow-y: scroll;
    max-height: 70vh;
  }

  .mobile-nav {
    display: block !important;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .navbar-nav {
    overflow-y: scroll;
    max-height: 70vh;
  }

  .mobile-nav {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none !important;
  }
}

.logo-tm {
  position: relative;
  top: -5px;
    left: 146.5px;
    font-size: 4px;
  border-radius: 100%;
  /* border: 0.5px solid #0000006f; */
  padding: 0.4px;
  line-height: 1;
}
@media (max-width: 576px) {
  .logo-tm {
    top: -2px;
    left: 90px;
    font-size: 3px;
  }
}
footer .logo-tm {
  left: 157px !important;
}
.custom-table {
  border: 1px solid black;
  border-radius: 10px;
  overflow: hidden;
  /* Ensures border-radius applies to children */
  width: 100%;
}

.table-row {
  display: flex;
  width: 100%;
  border-top: 1px solid black;
}

.table-row:first-child {
  border-top: none;
}

.table-col-title {
  width: fit-content;
    max-width: 40%;
  background-color: orange;
  color: white;
  border-right: 1px solid black;
  /* padding: 10px; */
  padding: 10px 30px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-col-value {
  width: 80%;
  border-left: 1px solid #ccc;
  padding: 10px;
  display: flex;
  align-items: center;
  color: black;
}

.content {
  position: relative;
  height: 60%;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 25px;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}

.content:hover .content-overlay {
  opacity: 1
}

.content-image {
  width: 100%
}

.content-image>img {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fadeIn-bottom {
  top: 80%
}
.product-image {
  height: 300px;
}

/* large screen */
@media (min-width: 992px) {
  .table-col-title {
    width: 30%;
      text-align: center;
  }

  .product-image {
    height: 400px;
  }

  /* .content-details h3 {
    font-size: 1.2em;
  } */
}
/* hide scrollbar */
.white-bg::-webkit-scrollbar {
  display: none !important;
}

.white-bg {
  height: 85vh !important;
  background: transparent;
  overflow-y: auto !important;
  background: #fff;
  border-radius: 0.75rem;
  margin: 0.1rem;
  /* box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06); */
}
.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  color: #6c757d;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 20px;
}

.footer-social-icon:hover {
  background-color: #e98a32;
  color: #fff;
}
/* mobile screen media */
@media (max-width: 576px) {
  .home-slider {
    height: 40vh !important;
  }
}