*,
dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

a,
li,
p {
  font-family: Poppins;
}

.car-num,
.header-img-box,
.silder-box,
nav.navbar,
section.section-inner {
  position: relative;
}

.navbar-icon i,
nav.navbar,
section.Our-team,
section.map-sec {
  background: #fff;
}

.about-img1 img,
.in-head img {
  object-fit: cover;
}

.avout-li-box,
.navbar-mean ul {
  display: flex;
}

.footer-col ul,
li {
  list-style: none;
}

.avout-li-box,
.img-logo {
  align-content: center;
  align-items: center;
}

.about-img1,
.banner-sec,
.img-container,
div#smooth-content {
  overflow: hidden;
}

.about-img-text,
.chart-content,
.counter p,
.footer-bottom,
.in-head-text nav,
.label,
.prodcut-inner-box,
.stat-block,
.team-card .content {
  text-align: center;
}

@font-face {
  font-family: "Albra Trial Grotesk";
  src: url("../fonts/AlbraTrial-GroteskBold.woff2") format("woff2"),
    url("../fonts/AlbraTrial-GroteskBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Trial Grotesk";
  src: url("../fonts/AlbraTrial-GroteskMedium.woff2") format("woff2"),
    url("../fonts/AlbraTrial-GroteskMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Trial Grotesk Semi";
  src: url("../fonts/AlbraTrial-GroteskSemi.woff2") format("woff2"),
    url("../fonts/AlbraTrial-GroteskSemi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
}

.main-footer {
  border-top: 1px solid #eee;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
  transition: 0.6s;
}

a {
  text-decoration: none;
  color: #000;
}

li,
p {
  font-size: 15px;
  color: #222;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albra Trial Grotesk";
  line-height: 1.4;
  color: #121212;
  letter-spacing: 0.3px;
}

h1,
h2 {
  font-weight: 600;
}

h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 500;
}

h1 {
  font-size: 2.7rem;
}

h2 {
  font-size: 2.2rem;
  text-transform: capitalize;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

:root {
  --primary-color: #ff0000;
  --secondary-color: black;
  --black-color: #000;
  --white-color: #fff;
}

img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s;
}

/*.container {*/
/*  max-width: 94%;*/
/*}*/
nav.navbar {
  width: 100%;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  transition: 6s;
  position: sticky;
  top: 0;
  padding: 10px 0;
}

.about-img-text,
.about-img1 img {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.navbar-img img {
  width: 170px;
  height: auto;
}

.navbar-mean ul li {
  padding: 12px 18px;
  display: flex;
  position: relative;
}

.navbar-icon i {
  padding: 5px;
  border-radius: 30px;
  color: red;
}

.img-header-car {
  position: absolute;
  top: 0px;
  width: 784px;
  right: -207px;
  height: 591px;
  z-index: 0;
}

.img-header-car img {
  width: 100%;
  height: auto;
  margin-top: -97px;
}

.img-box-1 {
  position: absolute;
  top: -170px;
  width: 150px;
  z-index: 999999;
}

.img-box-2,
.img-box-3 {
  width: 150px;
  position: absolute;
}

.img-box-2 {
  top: -23px;
  margin-left: -12px;
  z-index: 999999;
}

.img-box-3 {
  top: 110px;
  z-index: 10;
}

.img-box-1 img,
.img-box-2 img,
.img-box-3 img {
  animation: 3s ease-in-out infinite moveUpDown;
}

@keyframes moveUpDown {
  0%,
  100% {
    top: 0;
  }

  50% {
    top: 10px;
  }
}

.head-text {
  min-width: 190px;
  position: absolute;
  top: 33px;
  background: red;
  background: linear-gradient(260deg, rgb(221 0 0) 0, rgb(255 0 0 / 55%) 100%);
  padding: 8px 40px;
  clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  right: -165px;
  transform: rotate(356deg);
  z-index: -1;
}

.head-text h5 {
  transform: skew(0);
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.about-text ul,
.header-text {
  width: 90%;
}

.navbar.sticky {
  /* position: fixed; */
  top: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: 0.8s !important;
}

.breadcrumb-item.active,
.header-text h6 {
  color: red;
}

.about-img-text h2,
.about-img-text p,
.btn-red a,
.check-btn,
.contact-sec-inner .contact-icon i,
.home-form p,
.navbar-mean ul li ul.sub-menu li a {
  color: #fff;
}

.btn-red {
  margin-top: 25px;
}

.btn-red a {
  background: red;
  padding: 8px 24px;
  border-radius: 28px;
}

.about-img1 img {
  width: 100%;
  height: 476px;
  border: 1px solid #fff;
}

.about-img-text {
  background: red;
  padding: 56px 31px;
  margin: 0 0 6px;
}

.about-img-text span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  display: inline-block;
}

.about-img {
  width: 97%;
}

.about-text h6 {
  font-size: 20px;
  color: red;
}

.about-text ul li img {
  width: 60px;
}

.avout-li-box h5 {
  font-size: 20px;
  text-transform: uppercase;
}

.servies-sec {
  background: url(../images/servies-btg.png) center no-repeat;
  width: 100%;
  padding: 300px 0;
  margin-top: -200px;
  height: 700px;
}

.product-box {
  background: #ffffff;
  margin-bottom: 25px;
  padding: 25px 20px;
  border-radius: 10px;
  /* border: 2px solid #000000; */
  transition: 0.4s;
  overflow: hidden;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-box img {
  width: 100%;
  height: 100%;
  /* margin-bottom: 0; */
  /* padding: 14px; */
  object-fit: cover;
  padding: 10px;
}

.product-silder-text {
  padding: 20px;
}

.product-text h4 {
  color: red;
  font-weight: 500;
}

.product-box a {
  background: red;
  color: #fff;
  padding: 7px 20px;
  border-radius: 36px;
  font-size: 13px;
  display: inline-block;
}

.product-img {
  overflow: hidden;
  width: 100%;
  height: 225px;
  margin: 0 0 15px;
}

.certificate-sec {
  background: url(../images/certificate-bg.jpg) center no-repeat;
  width: 100%;
  margin-top: 80px;
  padding: 50px 0;
  background-size: cover;
}

.main-footer,
section.contact-sec-inner.pt-6.pb-6.tow-area {
  background: #ebebeb;
}

.certificate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-col.logo-desc img {
  width: 191px;
  margin-bottom: 20px;
  height: auto;
}

.main-footer {
  padding: 50px 0 20px;
  font-family: Poppins, sans-serif;
}

.footer-col h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-col ul {
  padding: 0;
  margin: 0;
}

.footer-col ul li,
.footer-col ul li a {
  margin-bottom: 13px;
  color: #111;
}

.footer-col ul li i {
  color: red;
  margin-right: 8px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 10px;
}

.logo-desc p {
  line-height: 1.6;
}

.contact-info li {
  display: flex;
  align-items: center;
}

.contact-info i {
  margin-right: 10px;
  color: red;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.footer-col.logo-desc {
  width: 94%;
}

.social-icons a {
  color: red;
  transition: 0.3s;
  font-size: 18px;
}

.footer-bottom p a,
.navbar-mean ul li a,
.product-box:hover .product-text h4,
.social-icons a:hover {
  color: #000;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 40px;
  font-size: 14px;
}

section.logo-sec {
  background: red;
  padding: 40px 0;
}

.img-logo {
  display: flex;
  justify-content: center;
}

.img-logo i {
  background: red;
  border: 3px solid #f5f5f5;
  padding: 12px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
}

.img-logo h5 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

.banner-sec {
  position: relative;
  z-index: 9;
  width: 100%;
  background: var(--third-clr);
}

.banner-sec .slide {
  position: relative;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  padding: 10px 0 100px;
  height: 700px;
}

.banner-sec .container {
  position: relative;
  padding: 60px 0;
}

.product-box:hover img {
  transform: scale(1.2);
  /* border: 2px solid #858585; */
}

.about-img-text:hover,
.product-box a:hover {
  background: #000;
}

.certificate-img img:hover {
  transform: scale(1.1);
  /* border: 2px solid #000; */
}

.product-silder {
  margin: 20px;
}

.product-silder-img {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  transition: in 0.4s;
  margin: 0;
}

.about-img1 img:hover,
.product-silder-img img:hover {
  transform: scale(1.1);
}

.slide__content {
  width: 100%;
  padding: 60px 0px 169px;
}

.certificate-img {
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px; */
  width: 100%;
  height: 280px;
  margin: 0 0 30px;
  border: 2px solid #000;
  padding: 10px;
  border-radius: 10px;
}

.navbar-mean ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 200px;
  background: #ff0202;
}

.navbar-mean ul li:hover ul.sub-menu {
  display: block;
}

/*.clk_btn i {*/
/*  font-size: 10px;*/
/*}*/
/*.clk_btn {*/
/*  position: absolute;*/
/*  top: 8px;*/
/*  right: 0;*/
/*}*/
section.counter-box.inner-page {
  background: red;
  padding: 30px 0;
  margin: 60px 0;
}

.counter-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter p {
  margin: 0 auto;
  font-size: 17px;
  width: 100%;
  color: #fff;
}

.counter-head span {
  margin: 0 0 0 5px;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
}

.counter-head h3 {
  font-size: 60px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.About-img-2 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
}

.in-head-text {
  position: absolute;
  top: 50%;
  left: 5%;
  color: #fff;
  width: 80%;
}

.in-head-text nav {
  display: flex;
  justify-content: start;
}

.in-head img {
  width: 100%;
  /*height: 500;*/
  object-fit: cover;
}

.head-layer {
  position: absolute;
  width: 100%;
  background-color: #000000a6;
  height: 100%;
  top: 0;
  display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  text-align: center;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #000000;
  content: var(--bs-breadcrumb-divider, "/");
}

.contact-sec-inner .contact-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  font-size: 30px;
  color: var(--tertiary-color);
  background-color: var(--primary-color);
  transition: 0.5s;
}

.contact-sec-inner .contact-icontext h3 {
  font-size: 22px;
  margin: 0;
  transition: 0.5s;
}

.contact-sec-inner .contact-text p {
  margin: 10px 0 0;
  font-size: 15px;
}

.contact-sec-inner .home-form {
  background: var(--primary-color);
  padding: 40px;
}

.contact-sec-inner .contact-flex {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-sec-inner .contact-icontext {
  width: 85%;
}

.contact-sec-inner .h-form-txt span {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
}

.contact-sec-inner input.form-control {
  background: #fff;
  border: 1px solid gray;
  margin-bottom: 18px;
  color: #000;
  padding: 8px;
  /* border-radius: 0; */
}

.contact-sec-inner textarea.form-control {
  background: #fff !important;
  border: 1px solid gray;
  margin-bottom: 18px;
  color: #000;
  height: 150px;
}

.contact-sec-inner input[type="submit"] {
  background-color: #000;
  padding: 6px 20px;
  border: 0;
  margin-top: 20px;
}

input[type="submit"] {
  background: #02376b;
  color: #fff;
}

.footer-col.inner-footer ul li i {
  color: #fff;
  background: red;
  padding: 8px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  font-size: 13px;
}

form.form-box-area {
  padding: 60px 40px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.product-categoryy {
  width: auto;
}

.product-categoryy img {
  width: auto;
  max-width: 100px;
}

.product-categoryy h6 {
  font-size: 12px;
}

section.product-inner ul#productTab {
  border: none;
  display: flex;
  transition: 0.4s;
}

section.product-inner .nav-link.active {
  border: 1px solid red !important;
  border-radius: 6px;
  transform: scale(1.06);
  transform: translateY(-8px);
}

section.product-inner .nav-link {
  border: 1px solid #acacac !important;
  border-radius: 6px;
}

section.product-inner button {
  margin: 4px 6px;
  transition: 0.3s;
}

.prodcut-inner-box {
  background: #fff;
  box-shadow: rgb(149 157 165 / 33%) 0 8px 24px;
  padding: 30px 20px;
  border-radius: 10px;
}

.prodcut-inner-text h5 {
  font-size: 18px;
}

.prodcut-inner-box span.regular-price {
  text-decoration: line-through;
  color: #bdbdbd;
  font-size: 16px;
}

span.price {
  color: red;
  font-size: 19px;
  font-weight: 700;
}

.tab-header-text {
  font-size: 48px;
  border-bottom: 2px solid #d3d3d3;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 12px;
  font-weight: 700;
}

.prodcut-inner-img {
  width: 200px;
  height: 200px;
  margin: auto auto 20px;
  transition: 0.6s cubic-bezier(0.38, -0.05, 0.39, 0.73);
  background: #f8f8f8;
  overflow: hidden;
}

.prodcut-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*padding: 10px;
  */
  mix-blend-mode: multiply;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}

.prodcut-inner-img:hover img {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
}

.prodcut-inner-box {
  transition: 0.4s;
  border: 1px solid #fff;
  margin-bottom: 30px;
}

.prodcut-inner-box:hover {
  transform: translateY(-10px);
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.slider-for img,
.slider-nav img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.slider-nav .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}

.slider-nav .slick-current img {
  border: 2px solid #f60;
  border-radius: 8px;
}

.custom-next,
.custom-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 18px;
  z-index: 5;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.chart,
.img-container,
.team-card,
section.about-sec {
  position: relative;
}

.custom-prev {
  left: 30px;
}

.custom-next {
  right: 30px;
}

.custom-next:hover,
.custom-prev:hover {
  background: #f60;
}

.prodcut-inner-text a {
  background: red;
  padding: 7px 14px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
}

.product-price-and-shipping {
  margin-bottom: 20px;
}

.Careers-box {
  background: #fff;
  padding: 30px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
}

.car-num h3 {
  font-size: 62px;
  color: red;
  font-weight: 900;
}

.Careers-box h2 {
  font-size: 28px;
  color: #3a3a3a;
}

.car-loc p span {
  font-size: 15px;
  font-weight: 300;
}

.car-loc p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

section.about-sec {
  z-index: 99;
  background: #ffffff00;
}

.team-card {
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.team-card .content {
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px 20px;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.team-card .content .social-link {
  padding: 0;
  margin: 15px 0 -50px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.team-card .content h3 {
  margin-bottom: 10px;
}

.team-card .content span {
  color: var(--secondary-color);
  display: inline-block;
}

.team-card:hover .content .social-link {
  bottom: 200px;
  opacity: 1;
  visibility: visible;
}

.team-card .content .social-link li {
  list-style-type: none;
  display: inline-block;
  margin: 0 2px;
}

.team-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.team-card .content h3 a {
  font-size: 22px;
  color: #202647;
}

.team-card .content .social-link li i {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 12px;
  border-radius: 50%;
}

.ceo-img img {
  width: 90%;
  height: 460px;
  object-fit: cover;
  border-radius: 12px;
}

section.Our-team-min {
  background: #f7f7f7;
}

section.about-sec.inner-bout .about-text {
  background: #fff;
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 26px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

ul.sub-menu li:hover {
  background: #000;
  /* transform: scale(1.02); */
}

.chart {
  width: 100%;
  margin: auto;
  /* padding: 10px; */
}

.chart img {
  width: 100%;
  height: auto;
  display: block;
}

.chart-block {
  position: absolute;
  z-index: 2;
}

.chart-content {
  position: relative;
}

.chart-content i {
  font-size: 12px;
  color: #ff0101;
  animation: 2s infinite pulse;
  cursor: pointer;
  /*border: 1px solid white;*/
}

.tooltip {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 99;
}

.chart-content:hover .tooltip {
  opacity: 1;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.9;
  }
}

.stats-container {
  display: flex;
  gap: 0;
  justify-content: flex-end;
  align-items: flex-end;
  height: 300px;
  margin-top: 30px;
  display: none;
}

.stat-block {
  width: auto;
  position: relative;
  margin: 0 15px;
}

.bar {
  width: 76%;
  margin: auto;
  background-color: #ccc;
  transition: height 3s ease-in-out;
  height: 0;
  margin-bottom: 14px;
  border-radius: 5px;
}

input,
textarea {
  border: 1px solid #000 !important;
}

.orange {
  background-color: #ff761b;
}

.cyan {
  background-color: #3ac0ce;
}

.blue {
  background-color: #007295;
}

.brown {
  background-color: #815b2a;
}

.number {
  font-size: 18px;
  font-weight: bold;
  font-family: "Albra Trial Grotesk";
  color: #000;
  margin: 0 0 10px;
}

.label {
  font-size: 12px;
  height: auto;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  color: #000;
}

.btom-p {
  position: absolute;
  width: 43%;
}

input {
  background: #fff;
  padding: 10px !important;
}

.box-area {
  background: #efefef82;
  border: 1px solid red;
  padding: 20px;
  border-radius: 10px;
}

button.btn.btn-bar {
  display: none;
}

section.logo-sec {
  display: none;
}

.clk_btn {
  position: absolute;
  right: -1px;
  font-size: 12px;
  top: 14px;
  cursor: pointer;
}

.new-sec-left li {
  margin: 0 0 10px;
  list-style: decimal;
  padding-left: 10px;
}

.new-sec-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.slide__content h1 {
  font-size: 3rem;
  margin: 20px 0;
}

.industry-box img {
  width: 65px;
  height: auto;
}

.card-body.industry-box {
  background: #ffffff;
  border: 1px solid #cdccdd;
  border-radius: 20px;
  text-align: center;
  padding: 25px;
  height: 100%;
}

.card-body.industry-box .card-title {
  margin: 0 0 10px;
}

.footer-bottom p {
  margin: 0;
}

.career-form-box {
  width: 80%;
  padding: 35px;
  border-radius: 10px;
  /* border: 1px solid #cdcdcd; */
  margin: 35px auto 0;
  background: #ff0000;
}

.career-form-box h5 {
  font-size: 22px;
  color: white;
  border-bottom: 1px solid #fff;
  /* display: inline-block; */
  padding: 5px 0 15px;
}

.career-form-box label {
  color: white;
  display: block;
  font-family: "Poppins", sans-serif;
}

.career-form-box .form-control {
  border: none !important;
  background: white;
}

.form-check-input[type="radio"] {
  border: none !important;
}

textarea {
  height: 120px;
}

.career-btn {
  background: white !important;
  padding: 10px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.product-text {
  display: none;
}

.product-box a {
  display: none;
}

section.map-sec .row {
  margin: 0 !important;
}

.navbar-mean ul li ul.sub-menu li {
  padding: 10px 10px;
  transition: 0.4s ease;
  border-bottom: 1px solid #fff;
}

.navbar-mean ul li ul.sub-menu li a {
  width: 100%;
}

.achivements-img {
  width: 95%;
  margin: 0 auto 30px;
  background: #fff;
  height: 350px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.achivements-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-text h2 {
  font-size: 2.4rem;
  color: #000;
}

.about-text h2 span {
  color: red;
}

.slide__content--headings h6 {
  color: red;
  padding: 0 0 5px;
  display: inline-block;
  border-bottom: 2px solid red;
}

.product-silder-text h5 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-silder-text h5 i {
  background: red;
  color: white;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
  border-radius: 100px;
}

.india-map-img img {
  width: 100%;
}

.india-map-img {
  position: relative;
}

.certificate-silder .certificate-img {
  width: 95%;
  margin: 0 auto 25px;
  border-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 340px;
}

/*.prodcut-inner-box.after-box {*/
/*    border: 2px solid #000000;*/
/*}*/

.container {
  max-width: 1230px;
}

.contact-info li > div {
  width: 80%;
}

section {
  overflow-x: clip;
}

/*New MAP CSS */

.map-box-info ul {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}

.map-box-info ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 15px;
}

.map-box-info ul li .map-info-dot {
  width: 50px;
  height: 25px;
  background: #6a6a6a;
}

.map-box-info ul li h3 {
  font-size: 1.2rem;
}

.world-map {
  position: relative;
}

.spm-sec .card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 10px;
}

.facility-page img {
  width: auto;
  height: auto;
}

.spm-sec {
  background: #ff0000 !important;
}

.chart.india-chart {
  position: revert !important;
}

.lab-list li {
  display: inline-block;
  width: 45%;
  margin: 0 0 7px;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 8px;
}

ul.lab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lab-slider img {
  width: 95%;
  padding: 10px;
  border: 1px solid #000;
  margin: 0 auto 30px;
  height: 250px;
  object-fit: contain;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}

ul.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 15px;
  height: 4px;
  background: #000;
  transition: 0.4s ease;
  border-radius: 10px;
}

ul.slick-dots li.slick-active button {
  background: red;
  width: 20px;
}

.section-facility-boxes {
  background: #222;
}

.facility-card {
  width: 95%;
  margin: auto;
}

.section-techniques {
  background-color: #ff0000;
}

.section-techniques .techniques-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}

.section-techniques .magic-list li {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #ffffff;
  padding-left: 1.5rem;
  position: relative;
}

.section-techniques .magic-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #000000;
  font-weight: bold;
}

.section-techniques .techniques-img-wrap {
  max-width: 95%;
  margin: 0 auto;
}

.section-techniques .techniques-image {
  border-radius: 12px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.techniques-content p {
  color: white;
}

.prodcut-inner-text a {
  display: none;
}

/* === STICKY BUTTONS === */
.sticky-btn {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 99;
}

/* Message button */
.msg-btn {
  background-color: #0ea5e9;
  /* blue */
  right: 65px;
  /* move left a bit from call button */
}

/* Call button */
.call-btn {
  background-color: #22c55e;
  /* green */
}

/* Hover effect */
.sticky-btn:hover {
  opacity: 0.9;
}

/* Services Section */
.additional-section {
  background: #f8f9fa;
}

.section-header h2 {
  font-size: 2.4rem;
  color: #000;
}

.section-header h6 {
  font-size: 20px;
  color: red;
}

.section-header p {
  font-size: 1.1rem;
}

/* Service Cards */
.additional-card {
  background: var(--white-color);
  border: 1px solid #e0e0e0;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.additional-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-color);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.additional-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
}

.additional-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: var(--secondary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.additional-card:hover .service-icon {
  background: var(--primary-color);
  transform: rotate(5deg) scale(1.1);
}

.additional-card .card-body {
  padding: 40px 30px;
  text-align: center;
}

.additional-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.additional-card p {
  /* color: #666; */
  /* font-size: 1rem; */
  /* margin-bottom: 25px; */
  /* line-height: 1.7; */
}

.learn-more {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.learn-more:hover {
  gap: 15px;
  color: var(--secondary-color);
}

.additional-faq-section .accordion-item {
  margin: 0 0 15px;
  border: 1px solid #cdcdcd !important;
  border-radius: 5px;
}

.additional-faq-section .accordion-button {
  border-radius: 5px !important;
  font-size: 1.1rem;
}

.additional-faq-section .accordion-button:not(.collapsed) {
  background: var(--primary-color);
  color: white;
}

.additional-faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(1000);
}

.accordion-button:focus {
  box-shadow: none;
}

/* Advantages Section */
.additional-advantages-section {
  padding: 80px 0;
  background: var(--white-color);
}

.additional-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.additional-section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.additional-section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary-color);
}

/* Tab Navigation */
.additional-nav-tabs {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 40px;
  justify-content: center;
}

.additional-nav-tabs .nav-link {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 1.1rem;
  padding: 15px 30px;
  border: none;
  background: transparent;
  position: relative;
  transition: all 0.3s ease;
}

.additional-nav-tabs .nav-link:hover {
  color: var(--primary-color);
  background: #f8f9fa;
}

.additional-nav-tabs .nav-link.active {
  color: var(--primary-color);
  background: transparent;
  border: none;
  border-bottom: 3px solid var(--primary-color);
}

/* Tab Content */
.additional-tab-content-wrapper {
  background: #f8f9fa;
  padding: 35px;
  /* border: 1px solid #e0e0e0; */
}

.additional-tab-pane {
  display: none;
}

.additional-tab-pane.show.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.additional-advantage-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.additional-advantage-media {
  flex: 1;
  position: relative;
}

.additional-advantage-media img {
  width: 100%;
  height: auto;
  /* border: 3px solid var(--primary-color); */
}

.additional-video-container {
  /* position: relative; */
  /* width: 100%; */
  /* padding-bottom: 56.25%; */
  /* background: var(--secondary-color); */
  /* border: 3px solid var(--primary-color); */
}

.additional-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.additional-play-icon {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  /* width: 80px; */
  /* height: 80px; */
  /* background: var(--primary-color); */
  /* border-radius: 50%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* cursor: pointer; */
  /* transition: all 0.3s ease; */
}

.additional-play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--secondary-color);
}

.additional-play-icon i {
  /* color: var(--white-color); */
  /* font-size: 2rem; */
  /* margin-left: 5px; */
}

.additional-advantage-text {
  flex: 1;
}

.additional-advantage-text h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondary-color);
  /* margin-bottom: 20px; */
}

.additional-advantage-text p {
  /* font-size: 1.1rem; */
  /* color: #555; */
  /* line-height: 1.8; */
  /* margin-bottom: 20px; */
}

.additional-advantage-text li {
  padding: 0 0 5px;
  /* color: #555; */
  /* font-size: 1rem; */
  border-bottom: 1px solid #cdcdcd;
  margin: 0 0 5px;
  list-style: inside;
}

/* Stats Counter */
.additional-stats-section {
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 35px 0;
  /* margin-top: 80px; */
}

.additional-stat-item {
  text-align: center;
  padding: 15px;
  border: 1px solid #cdcdcd;
  height: 100%;
}

.additional-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0;
}

.additional-stat-label {
  font-size: 1rem;
  color: var(--white-color);
}

.additional-features-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.additional-features-img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.additional-features-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.additional-text {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: white;
  transition: 0.4s ease;
}

.additional-features-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000d4;
}

.additional-text h3 {
  color: white;
  font-size: 1.3rem;
}

.additional-text p {
  color: white;
  margin: 0;
  font-size: 14px;
}

.additional-features-box:hover .additional-text {
  top: 45%;
}

.global-cta {
  background: #f8e4e5;
  /* color: var(--white-color); */
}

.global-cta h2 {
  font-size: 2rem;
  color: var(--primary-color);
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
}

.global-cta p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
}

.global-cta .btn-light {
  color: var(--secondary-color);
  background-color: var(--white-color);
  border: none;
  transition: all 0.3s ease;
}

.global-cta .btn-light:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.die-casting-section {
  background-color: #f9f9f9;
}

.tech-card {
  background: var(--white-color);
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.tech-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tech-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-content {
  flex: 1;
}

.learn-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.learn-link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.tech-img {
  flex: 1;
  height: 100%;
}

.casting-detail-section {
  /* background-color: #f9f9f9; */
}

.casting-detail-section .nav-pills .nav-link {
  color: var(--secondary-color);
  border: 1px solid #ddd;
  margin: 0 8px;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.casting-detail-section .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.casting-detail-section .nav-pills .nav-link:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

#castingTabContent .tab-pane {
  padding: 40px 30px;
  background: white;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 30px 0 0;
}

#castingTabContent .tab-pane img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#castingTabContent .tab-pane li {
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px solid #cdcdcd;
}

.yt-video-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.yt-video-img iframe {
  width: 100%;
  height: 250px;
}

.tech-card.related-card {
  display: block !important;
  margin: 20px auto;
  width: 95%;
}

.tech-card.related-card .tech-img {
  height: 180px;
}

/*Responsive */

@media only screen and (max-width: 1140px) {
  .navbar-mean ul li {
    padding: 12px 12px;
  }

  .slide__content {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media only screen and (max-width: 991px) {
  .navbar-icon {
    display: none;
  }

  .container {
    max-width: 720px;
  }

  .offcanvas-body .navbar-mean.moblie,
  button.btn.btn-bar {
    display: block;
  }

  .offcanvas-header {
    background: red;
  }

  .offcanvas-header h5 {
    color: white;
    font-size: 24px;
  }

  .offcanvas-header .btn-close {
    background: white;
    color: #000;
    opacity: 1;
    line-height: 1;
    font-size: 18px;
  }

  .navbar-mean {
    display: none;
  }

  .navbar-mean.moblie ul {
    flex-direction: column;
    align-items: start;
  }

  .navbar-mean.moblie ul li {
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    border-bottom: 1px solid #cdccdd;
  }

  .navbar-mean.moblie ul li a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
  }

  .navbar-mean.moblie ul ul.sub-menu {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    right: 0;
    top: 0;
    padding: 10px 10px;
  }

  .img-box-1 {
    width: 100px;
    top: -38px;
    left: 25%;
  }

  .img-box-2,
  .img-box-3 {
    width: 100px;
    top: 162px;
    left: 20%;
  }

  .img-box-2 {
    top: 60px;
    margin-left: -12px;
    width: 100px;
    left: 20%;
  }

  .head-text {
    top: 22px;
    padding: 5px 18px;
    right: -96px;
  }

  .img-header-car {
    right: 1px;
  }

  .banner-sec .container {
    padding: 0px 0;
  }

  .img-header-car {
    width: 85%;
    right: 0px;
    height: auto;
  }

  .slide__content {
    width: 70%;
    padding-bottom: 50px;
  }

  .about-img-text {
    padding: 16px 52px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  .img-header-car img {
    margin-top: 0px;
    width: 80%;
    margin-left: auto;
  }

  .about-img1 img {
    height: auto;
    /* object-fit: contain; */
  }

  .servies-sec {
    padding: 40px 0;
    margin-top: 0px;
    height: auto;
    background: #ededed;
  }

  .product-silder {
    margin: 20px 0px;
  }

  .product-silder-img {
    clip-path: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    transition: in 0.4s;
    margin: 0;
    margin: 20px 15px;
  }

  .product-silder-img img {
    width: 100% !important;
    margin: auto;
  }

  .certificate-img img:hover {
    transform: scale(1);
    border: 2px solid #000;
  }

  button.btn.btn-bar {
    background: red;
    color: white;
  }

  .in-head img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: right;
  }

  .certificate-img img {
    width: 100%;
  }

  .contact-sec-inner .home-form {
    margin-top: 30px;
  }

  .w-50 {
    width: 100% !important;
  }

  .ceo-img img {
    width: 100%;
    height: auto;
  }

  .slide__content h1 {
    font-size: 2rem;
  }

  section.map-sec .about-text {
    margin: 0;
    text-align: center;
  }

  .stats-container {
    justify-content: center;
    height: auto;
  }

  .india-map-img {
    text-align: center;
    margin: 50px 0 0;
  }

  .footer-col h4 {
    margin: 20px 0 10px;
  }

  .product-sec {
    padding: 40px 0;
  }

  .certificate-sec {
    margin: 0;
  }

  .about-text h2 {
    font-size: 2rem;
  }

  .counter-head h3 {
    font-size: 35px;
  }

  .counter-head span {
    font-size: 30px;
  }

  .counter p {
    font-size: 13px;
  }

  .counter.about-counter {
    margin: 0 0 15px;
  }

  .new-sec-right {
    margin: 20px 0;
  }

  .new-sec-left li {
    list-style: inside decimal;
  }

  section.about-sec.inner-bout.pb-6 {
    padding-bottom: 0;
  }

  .career-form-box {
    width: 100%;
  }
}

@media only screen and (max-width: 901px) {
  .in-head img {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .about-img1 img {
    height: auto;
  }

  .in-head img {
    height: 270px;
  }
}

@media only screen and (max-width: 651px) {
  .in-head img {
    height: 250px;
  }
}

@media only screen and (max-width: 575px) {
  .head-text h5 {
    font-size: 11px;
  }

  .btn-red a {
    padding: 7px 20px;
    font-size: 13px;
  }

  .slide__content h1 {
    font-size: 1.7rem;
  }

  .about-text h2 {
    font-size: 1.6rem;
  }

  .product-img {
    height: auto;
  }

  .about-text h6 {
    font-size: 16px;
  }

  .prodcut-inner-box {
    border: 2px solid #000 !important;
  }

  .prodcut-inner-img {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }

  .certificate-img {
    height: auto;
  }

  .contact-sec-inner .h-form-txt span {
    font-size: 28px;
  }

  .contact-sec-inner .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .contact-sec-inner .contact-icontext h3 {
    font-size: 18px;
  }

  .contact-sec-inner .home-form {
    padding: 20px;
  }

  .img-container {
    background: rgba(0, 0, 0, 0.7);
  }

  .img-container img {
    mix-blend-mode: overlay;
  }

  .in-head-text h1 {
    color: var(--white-color);
  }

  .in-head-text .breadcrumb-item a,
  .in-head-text .breadcrumb-item.active {
    color: var(--white-color);
  }

  .in-head-text .breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-color);
  }
}

@media only screen and (max-width: 500px) {
  .img-box-1,
  .img-box-2,
  .img-box-3 {
    width: 80px;
    /* display: none; */
  }

  .about-img {
    width: 100%;
  }

  .about-img .col-5 {
    display: none;
  }

  .about-img .col-7 {
    width: 100%;
  }

  p,
  li,
  a {
    font-size: 14px;
  }

  .product-box {
    border: 2px solid #000;
  }

  .pb-6 {
    padding-bottom: 30px;
  }

  .pt-6 {
    padding-top: 30px;
  }

  .stats-container {
    width: 100%;
    overflow: hidden;
  }

  .india-map-img img {
    width: 65%;
  }

  .footer-col.logo-desc img {
    width: 150px;
  }

  .navbar-img img {
    width: 150px;
  }

  .footer-bottom p,
  .footer-bottom p a {
    font-size: 12px;
  }

  .slide__content {
    width: 77%;
    padding-top: 30px;
  }

  .slide__content h1 {
    font-size: 1.3rem;
  }

  .banner-sec .slide {
    height: 550px;
  }

  .stat-block {
    margin: 0 5px;
  }

  .bar {
    width: 65%;
  }

  .number {
    font-size: 15px;
  }

  .img-header-car img {
    width: 70%;
    margin-top: 0;
  }

  .img-header-car {
    width: 100%;
  }

  .img-box-1 {
    left: 34px;
    top: -22px;
  }

  .head-text {
    padding: 5px 10px;
    right: auto;
    left: 65%;
  }

  .img-box-2 {
    margin: 0;
    left: 21px;
    top: 50px;
  }

  .img-box-3 {
    left: 50px;
    top: 115px;
  }

  .about-text ul {
    width: 100%;
  }

  .mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .mt-5 {
    margin-top: 1.5rem !important;
  }

  .section-header h2 {
    font-size: 1.7rem;
  }

  .tech-img img {
    height: 230px;
  }

  .tech-card {
    display: block !important;
  }

  .tech-img {
    height: auto;
  }

  .tech-content {
    padding: 1rem !important;
  }
}
