/* ================================
   Global
=================================== */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
  overflow-x: hidden;
    font-family: "Lato", sans-serif !important;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
[data-aos] {
  overflow-x: hidden; /* Ensure animations don’t push content outside */
}

/* ================================
   Background Video & Overlay
=================================== */
#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -2;
  max-width: 100%;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

/* ================================
   Navbar
=================================== */
.navbar {
  z-index: 3 !important; /* make sure nav is above overlay */
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #EC6428;
     font-weight: 600;
    color: #EC6428;
}

.nav-link {
  color: #ffffffd1;
}

.navbar-nav .dropdown-menu {
  background-color: #333333f5;
  border-radius: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #e85d28;
  color: #fff;
}

.navbar-nav .nav-link i {
  font-size: 0.7rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu
{
    min-width: max-content !important;
}

/* Mega menu */
.dropdown-mega {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(30, 30, 30, 0.95);
  padding: 30px;
  display: none;
  z-index: 1000;
}

.nav-item.dropdown:hover .dropdown-mega {
  display: block;
}

.dropdown-mega h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 2px solid #ff5722;
  display: inline-block;
  padding-bottom: 4px;
}

.dropdown-mega ul {
  list-style: none;
  padding-left: 0;
}

.dropdown-mega ul li {
  margin-bottom: 8px;
}

.dropdown-mega ul li a {
  color: #ddd;
  text-decoration: none;
  font-size: 0.95rem;
}

.dropdown-mega ul li a:hover {
  color: #ff5722;
}

.dropdown-header {
  font-size: .875rem;
  color: #e85d28;
    font-weight: 800;
    white-space: nowrap;
    border-bottom: 1px solid white;
}

/* ================================
   Buttons
=================================== */
.btn-inquiry {
  background-color: #e85d28;
  color: #fff;
  font-weight: bold;
  padding: 8px 18px;
  border-radius:25%;
  letter-spacing: 2px;
}

.btn-inquiry:hover {
  background-color: #c44a1d;
  color: #fff;
}

.btn-explore {
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #EC6428;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}

.btn-explore:hover {
  background-color: #d3541d;
}

/* ================================
   Hero & Banner
=================================== */
.hero-section {
  position: relative;
  height: 50vh;
  z-index: 2;
}

.banner {
  position: relative;
  background: url('/assets/img/banners/about-bnr.png') no-repeat center center;
  background-size: cover;
  height: 50vh;
}

.about-bnr {
 position: relative;
  background: url('/assets/img/banners/About.png') no-repeat center center;
  background-size: cover;
  height: 50vh;
}
.con-bnr {
 position: relative;
  background: url('/assets/img/banners/Contact.png') no-repeat center center;
  background-size: cover;
  height: 50vh;
}
.product-bnr {
 position: relative;
  background: url('/assets/img/banners/Products.png') no-repeat center center;
  background-size: cover;
  height: 50vh;
}
.weserve-bnr {
 position: relative;
  background: url('/assets/img/banners/We\ serve.png') no-repeat center center;
  background-size: cover;
  height: 50vh;
}

.banner,.about-bnr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.banner-text,
.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  
}

.banner-content {
  max-width: 700px;
}

.banner-content h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

  .banner-content h4 span {
  color: #EC6428;
}

.banner-content p {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.6;
}

/* ================================
   Section Headings
=================================== */
.about-section h2,
.products-section h2 {
  font-weight: bold;
  font-size: 2rem;
  color: white;
  text-align: center !important;
}

.about-label {
  color: white;
  padding: 3px ;
  border-radius: 5px;
  font-weight: bold;
}

.highlight,
.orng {
  color: #EC6428;
  text-align: center !important;
}

.about-section p {
  color: black;
  margin: auto;
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;}
.underline-heading {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* ================================
   Product Cards
=================================== */
.product-card {
  background: #000;
  border: 1px solid #EC6428;
  align-items: center;
  overflow: hidden;
  min-height: 200px;
}

.product-text {
  flex: 1;
  color: #fff;
  padding: 20px;
  text-align: left;
}

.product-text h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.product-img {
  flex: 1;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 10px #ec6420ba;
}

/* ================================
   Content Background
=================================== */
.content-sections {
  background: url('/assets/img/bg-dark-crystal.png') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

/* ================================
   We Serve Cards
=================================== */
.serve-card {
  background: linear-gradient(135deg, #ffffff 70%, #ff5c1a 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  padding: 20px;
}

.serve-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.serve-card img {
  max-height: 120px;
  object-fit: contain;
}

img.lpm {
  width: 50%;
}

.serve-card h5 {
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}

.serve-card .arrow {
  font-size: 1.5rem;
  color: #ff5c1a;
  display: inline-block;
  margin-top: 10px;
}

/* ================================
   Why Choose Us
=================================== */
.choose-us {
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.choose-us h2 {
  font-weight: bold;
  margin-bottom: 40px;
}

.choose-us h2 span {
  background: #fff;
  color: #000;
  padding: 2px 10px;
  border-radius: 4px;
}

.choose-icon {
  font-size: 3rem;
  color: #EC6428;
  margin-bottom: 15px;
}

.choose-us-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.choose-us-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}

.choose-us-title span {
  color: #ff5722;
  font-weight: bold;
}

.feature-box {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 2.5rem;
  color: #ff5722;
  margin-bottom: 15px;
}

.feature-title {
  /* font-size: 1.2rem; */
  font-weight: 800;
  font-size:12px;
  margin-bottom: 11px;
}

.feature-text {
  color: #555;
  font-size: 0.95rem;
}

/* ================================
   Footer
=================================== */
footer {
  /* background: #0c1117; */
  color: #bbb;
  font-size: 14px;
}

.footer-top {
  padding: 22px 0;
}

.footer-top a {
  color: #bbb;
  text-decoration: none;
  margin: 0 12px;
}

.footer-top a:hover {
  color: #EC6428;
}

.footer-contact i {
  color: #EC6428;
  margin-right: 8px;
}

.footer-bottom {
  border-top: 1px solid #1f2a35;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
}

.social-icons a {
  color: #bbb;
  margin: 0 8px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #EC6428;
}

/* ================================
   Production Mold
=================================== */
.production-img {
  width: 50%;
}

/* ================================
   Process Flow
=================================== */
.process-flow {
  text-align: center;
  margin: 40px auto;
}

.steps {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.steps span {
  margin: 0 10px;
}

.process-images .card {
  border: none;
  background: transparent;
  text-align: center;
}

.process-images img {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

/* ================================
   Misc
=================================== */
.bi-caret-right-fill {
  color: #EC6428;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ec6428;
    outline: 0;
    box-shadow: 0 0 19px .25rem #ec64281c;
}


.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 1em !important;
}

/* animation */
.zoom-loop {
  animation: zoomInOut 3s ease-in-out infinite; /* 3s duration, repeats forever */
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* zoom in */
  }
  100% {
    transform: scale(1); /* back to normal */
  }
}


.scroller {
  max-width: 600px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}


.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);

}.scroller[data-speed="fast"] {
    --_animation-duration: 8s !important;
}


.float-nav {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    background-color: #e85d28;
    box-shadow: 0px 0px 20px black;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
ul.float-nav-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.float-nav-item {
    font-size: 12px;
    border-bottom: 1px solid white;
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}




.table {
  width: 100%;
  border-collapse: collapse;
}

.table td,
.table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  /* text-align: center; */
  font-size: 16px;
}

.table th {
  background-color: #e85d28;
  color: #ffffff;
}

.table tbody tr:nth-child(even) {
  background-color: #d1e8f5;
}

/*responsive*/

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    padding-left: 50%;
    text-align: left;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}

/* .bg-transparent
 {
    --bs-bg-opacity: 1;
    background-color: #e85d284a !important;
} */

img.flame-pic {
    width: 20%;
}
.thremal-pics{
width: 10rem;
}

button.btn.submit-btn.w-100.py-2 {
    background-color: #ff4400;
    color: white;
}


.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EC6428' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 1em !important;
    background-size: 2em !important;
    filter: none;
    opacity: 1;
}