@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

@font-face {
  font-family: "Inter Regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Regola Pro Bold";
  src: url("../fonts/RegolaPro-Bold.woff2") format("woff2"),
    url("../fonts/RegolaPro-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Regola Pro Regular";
  src: url("../fonts/RegolaPro-Regular.woff2") format("woff2"),
    url("../fonts/RegolaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Regola Pro Medium";
  src: url("../fonts/RegolaPro-Medium.woff2") format("woff2"),
    url("../fonts/RegolaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0px;
  margin: 0px;
  font-family: "Regola Pro Medium";
}

.CusHeader .navbar-brand {
  max-width: 210px;
  padding: 0px;
  transition: 0.8s all;
}

.CusHeader .navbar-brand img {
  width: 101%;
}

.TextIcon img {
  width: 100%;
}

.CusHeader {
  position: fixed;
  width: 100%;
  padding: 10px 0px;
  z-index: 11;
  transition: 0.8s all;
}

.CusHeader nav {
  padding: 0px;
}

.CusHeader nav .navbar-nav {
  margin-right: unset !important;
  margin-left: auto !important;
  gap: 35px;
  position: unset;
}

.CusHeader nav .navbar-nav .nav-link {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  transition: 0.8s all;
  position: relative;
  padding: 15px 0px !important;
  font-family: "Onest";
  font-weight: 600;
}

.CusHeader .container .navbar {
  padding: 25px;
  border-radius: 12px;
  background: #22222229;
  backdrop-filter: blur(20px);
  transition: 0.8s all;
}

.CusHeader nav .navbar-nav a.active {
  color: #f58634;
}

.CusHeader nav .navbar-nav a:hover {
  color: #f58634;
}

.CusHeader nav .navbar-nav .nav-link:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.8s all;
}

.CusHeader nav .navbar-nav .nav-link.active:before,
.CusHeader nav .navbar-nav .nav-link:hover:before {
  opacity: 0.6;
  background: #f58634;
}

.bannerImg video {
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}

.bannerSec {
  height: 95vh;
  position: relative;
  line-height: 0;
}

.bannerImg {
  height: 100%;
  line-height: 0px;
}

.bannerSec:before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: #00000073; */
  position: absolute;
}

.CenterTitle {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 80%;
  margin: auto;
}

.desc p {
  margin: 0px;
  line-height: 32px;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-family: "Regola Pro Regular";
}

.CenterTitle span {}

.secTitle h5 {
  margin: 0px;
  font-size: 30px !important;
  z-index: 1;
  color: #f58634;
  font-family: "Onest";
  font-weight: 800;
}

.secTitle {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  margin-bottom: 55px;
}

.aboutPointsWrapper {
  padding: 50px 100px;
  background-color: #f4f4f4;
}

.aboutPointsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  border-radius: 20px;
}

.aboutPointsItem {
  padding: 40px 0;
  padding-left: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-left: 1px dashed #00000014;
}

.aboutPointsItem h5 {
  margin: 0px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0px;
  color: #141414;
  font-family: "Onest", serif;
}

.aboutPointsItem svg {
  width: 100%;
  height: auto;
  max-width: 45px;
  filter: brightness(0.5);
}

/* .aboutPointsItem br {
    display: none;
} */

.aboutPointsItem path {
  fill: #f58634;
}

.aboutPointsItem:last-child {
  /* border-right: 0px ; */
}

.aboutPointsImage {
  width: 60px;
  height: 60px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #0000001a;
}

.CounterSec {
  background: #f5f5f5;
}

.quanto-funfacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  border-radius: 20px;
  gap: 0px;
  background: #f4f4f4;
}

.quanto-funfact-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #0000000a;
  padding: 40px 30px;
}

.quanto-funfact-box h2 span {
  margin: 0px !important;
  font-family: "Inter Regular";
}

.quanto-funfact-box h2 {
  margin: 0px;
  font-size: 35px;
  display: flex !important;
  gap: 5px;
  justify-content: center;
  color: #222222;
  font-family: "Onest";
  font-weight: 700;
  position: relative;
}

.quanto-funfact-box h2 small,
.quanto-funfact-box h2 em {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-family: "Onest";
}

.quanto-funfact-box .funfact-info {
  font-family: "Onest";
  font-weight: 600;
  font-size: 16px;
  color: #f58634;
  text-align: center;
}

.quanto-funfact-box:last-child {
  border: 0px;
}

.counterNewSec {
  background: #f58634;
  max-width: 70%;
  margin: auto;
  border-radius: 50px;
  padding: 50px 0px;
}

.pointsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.aboutPointsItem:before {
  position: absolute;
  top: 45%;
  left: -1px;
  content: "";
  width: 1px;
  height: 30px;
  display: inline-block;
  background: #f58634;
}

.aboutContent {
  overflow: hidden;
}

.aboutContentWrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.quanto-funfacts__wrapper:before {}

.quanto-funfacts__wrapper:before {
  content: \;
}

.videoSec img {
  width: 100%;
  height: 50vh;
}

.videoSec {
  position: relative;
}

.videoSec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* background: rgb(0 0 0 / 74%); */
}

.playIcon {
  width: 70px;
  height: 70px;
  background: #f58634;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
}

.playIcon i {
  font-size: 24px;
  color: #fff;
}

.pulse {
  background: #f38635 !important;
  animation: pulse 2s infinite;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  z-index: 99;
  border-radius: 90%;
  line-height: 62px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  z-index: -1;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.pulse:nth-child(1) {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.pulse:nth-child(2) {
  -webkit-animation: pulse 2s infinite 0.3s;
  animation: pulse 2s infinite 0.3s;
}

.pulse:nth-child(3) {
  -webkit-animation: pulse 2s infinite 0.6s;
  animation: pulse 2s infinite 0.6s;
}

.bigText {
  font-size: 60px;
  color: #fff;
  z-index: 1;
  font-weight: bold;
  font-family: "Onest";
}

.VideoPlayIconWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  gap: 35px;
}

.secTitle h5 span {
  color: #000;
  font-size: 30px !important;
  font-family: "Onest";
  font-weight: 800;
}

.WhyChooseGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.WhyChooseItem p,
.AccessoriesSec .WhyChooseGrid .WhyChooseContent ul li {
  margin: 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  transition: all 0.4s;
  font-family: "Regola Pro Regular";
  min-height: 60px;
}

.WhyChooseItem {
  display: grid;
  grid-template-columns: 1fr;
  align-items: baseline;
  gap: 25px;
  transition: 0.8s all;
  padding: 30px;
  position: relative;
}

.WhyChooseItem h5 {
  margin: 0px;
  font-family: "Onest";
  font-weight: 700;
  font-size: 16px;
  color: #0d0e10;
  transition: 0.8s all;
}

.WhyChooseItem:hover {}

.WhyChooseItem:nth-child(3),
.WhyChooseItem:nth-child(6) {}

.WhyChooseItem .WhyChooseIcon {}

.WhyChooseItem .WhyChooseIcon i {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  transition: 0.8s all;
}

.WhyChooseContent {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.WhyChooseSec {
  position: relative;
  overflow: hidden;
  /* background: #f4f4f4; */
}

.WhyChooseSec svg {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50px;
  right: 50px;
  opacity: 0.2;
  filter: grayscale(1);
  animation: BouncePulse 2s infinite 0.6s;
}

@keyframes BouncePulse {
  0% {
    transform: scale(0.6) rotate(90deg);
  }

  50% {
    transform: scale(1) rotate(0deg);
  }

  100% {
    transform: scale(0.9) rotate(180deg);
  }
}

.ProductImage img {
  width: 100%;
  transform: scale(1.1);
  transition: transform 4s;
  object-fit: scale-down;
}

.ourProduct {
  padding: 80px 0px 80px;
}

.ProductGrid {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
}

.ProductImage {
  border-radius: 15px;
  overflow: hidden;
}

.ProductContent h5 {
  margin: 0px;
  font-size: 18px !important;
  z-index: 1;
  font-weight: 700;
  font-family: "Onest";
  color: #222;
}

.ProductItem {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #22222214;
  height: max-content;
}

.ProductGrid .row {
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 10px;
}

.ProductGrid .row:nth-child(even) {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 10px;
}

.ProductGrid .row .col-sm-12 {
  width: 100%;
}

.ProductGrid .row .col-sm-12.col-md-4 .ProductItem {
  padding-top: 120px;
}

.ProductContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ProductContent span {
  color: #666;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Onest";
  width: fit-content;
}

.ProductContentWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
}

.ProductContentWrapper a {
  font-size: 14px;
  color: #222;
  transition: 0.8s all;
  position: relative;
  text-decoration: unset;
  font-weight: 600;
  font-family: "Onest";
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f5863430;
  padding: 8px 16px;
  border-radius: 10px;
}

.ProductContentWrapper a i {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.ProductItem:hover .ProductContentWrapper a {
  background: #f58634;
  gap: 25px;
  color: #fff;
}

.ProductItem:hover .ProductImage img {
  transform: scale(1);
}

.bgGrey {
  background: #f2f2f2;
}

.ApplicationGrid {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.ApplicationItem .ApplicationImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s all;
  transform: scale(1.1);
}

.ApplicationItem {
  overflow: hidden;
  cursor: pointer;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.ApplicationImage {
  height: 100%;
}

.ApplicationItem .ApplicationContent {
  position: absolute;
  padding: 25px;
  bottom: 0;
  width: 100%;
  transition: 0.3s all;
}

.ApplicationItem .ApplicationContentBottom {
  position: absolute;
  padding: 20px;
  bottom: 0;
  transform: translate(0px, 100%);
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 0px;
  border-radius: 18px;
  transition: 0.8s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
}

.ApplicationItem .ApplicationContentBottom h5,
.ApplicationItem .ApplicationContent h5 {
  margin: 0px;
  color: #fff;
  font-size: 18px !important;
  font-family: "Regola Pro Bold";
  transition: 0.8s all;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.ApplicationItem .ApplicationContent h5 {
  padding: 0px;
}

.ApplicationItem:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0000008c, transparent);
  position: absolute;
  z-index: 1;
}

.ClientsGrid {
  max-width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;
}

.ClientsImage {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.CusHeader.fixed {
  padding: 0px;
  background: #222222;
  backdrop-filter: blur(0px);
}

.CusHeader.fixed .navbar {
  background: transparent !important;
  backdrop-filter: unset;
  padding: 25px 0px;
}

.CusHeader.fixed .navbar-brand {
  max-width: 180px;
}

.ServicesItem ul {
  padding: 50px 0px;
  list-style: none;
  margin: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.ServicesImage img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.ServicesGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.ServicesImage {
  min-height: 550px;
}

.ServicesItem li h5 {
  width: fit-content;
  color: #f58634;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  margin: 0px;
  font-family: "Onest";
  transform: translate(0px, -20px);
  padding: 15px 15px;
  background: #f4f4f4;
  border-radius: 14px 14px 0px 14px;
}

.ServicesItem ul li:nth-child(2) {
  position: relative;
  width: 85%;
  margin-left: auto;
}

.ServicesItem ul li .rightArrowWrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 92px;
  right: 0;
  height: 2px;
  background: #bebebe54;
}

.ServicesItem ul li .rightArrowWrapper:after {
  content: "";
  width: 65%;
  height: 2px;
  background: #bebebe54;
  position: absolute;
  right: 114px;
  bottom: 20px;
}

.rightArrowWrapper {
  position: relative;
  /* width: 100%; */
}

.ShapeArrow {
  position: absolute;
  right: 88px;
  width: 30px;
  height: 2px;
  background: #bebebe54;
  transform: rotate(45deg);
  top: -12px;
}

.ServicesItem ul li:nth-child(2) h5 {
  border-radius: 14px 0px 14px 14px;
}

.ServicesItem ul li:nth-child(2) .rightArrowWrapper:after {
  right: 125px;
  top: -66px;
  bottom: unset;
  width: 50%;
}

.ServicesItem ul li:nth-child(2) .rightArrowWrapper::before {
  content: "";
  position: absolute;
  top: -30px;
  width: 90px;
  right: 0px;
  height: 2px;
  background: #bebebe54;
}

.ServicesItem ul li:nth-child(2) .ShapeArrow {
  top: -48px;
  height: 2px;
  width: 50px;
  right: 83px;
}

.ServicesItem.RightItem li h5 {
  margin-left: auto;
  border-radius: 14px 14px 14px 0px;
}

.ServicesItem.RightItem li .rightArrowWrapper:before {
  left: 0;
  right: unset;
}

.ServicesItem.RightItem li .rightArrowWrapper:after {
  left: 114px;
  right: unset !important;
}

.ServicesItem.RightItem li .ShapeArrow {
  right: unset;
  left: 88px;
  transform: rotate(-45deg);
}

.ServicesItem.RightItem li:nth-child(2) {
  margin-left: unset !important;
  margin-right: auto;
}

.ServicesItem.RightItem li:nth-child(2) .ShapeArrow {
  left: 83px;
  right: unset;
}

.ServicesItem.RightItem ul li:nth-child(2) h5 {
  border-radius: 0px 14px 14px;
}

.ServicesItem.RightItem li:nth-child(2) .rightArrowWrapper:after {
  left: 125px;
  top: -66px;
  bottom: unset;
  width: 50%;
}

.WhyChooseContentWrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

.WhyChooseContentWrapper>.WhyChooseContent {
  justify-content: center;
  padding-right: 0px;
  gap: 0px;
}

.WhyChooseContentWrapper .WhyChooseContent .secTitle {}

.WhyChooseImgGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
  display: none;
}

.WhyChooseImgGrid img {
  width: 100%;
}

.WhyChooseImgGrid .WhyChooseImgWrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.WhyChooseContentWrapper .WhyChooseContent .secTitle p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  transition: all 0.4s;
  font-family: "Regola Pro Medium";
}

.WhyChooseItem:hover .WhyChooseIcon {}

.WhyChooseItem:hover i {
  color: #f58634;
}

.rotationImg {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 60%;
  z-index: -1;
  min-width: 500px;
}

@keyframes shape-animaiton4 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1000deg);
  }
}

.rotationImg img {
  animation-name: shape-animaiton4;
  animation-duration: 62s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.ApplicationItem:hover .ApplicationContentBottom {
  transform: translate(0px, 0%);
  background: #0000007a;
  display: none;
}

.ApplicationItem:hover .ApplicationContentBottom h5 {}

.ApplicationItem .ApplicationContentBottom p {
  font-family: "Regola Pro Regular";
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  transition: 0.8s all;
  opacity: 1;
}

.ApplicationItem:hover .ApplicationImage img {
  transform: scale(1);
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #f58634;
  border-radius: 100px;
  z-index: 111;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.ApplicationSwiper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

/* 
.ApplicationSwiper:before {
  content: "";
  width: 7%;
  background: linear-gradient(90deg, #fffffff7 10%, transparent 90%);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.ApplicationSwiper:after {
  content: "";
  width: 10%;
  background: linear-gradient(-90deg, #fffffffa 10%, transparent 90%);
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 11;
}
 */
.container {
  /* max-width: 1400px; */
}

.client-style-one-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  gap: 10px;
}

.bg-dark .client-style-one-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.client-style-one-item {
  text-align: center;
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  filter: grayscale(1);
  transition: 0.8s all;
  transform: scale(1);
  border: 1px solid #2222;
}

.Cuspending {
  padding: 80px 0px;
}

.ClientGrid {
  display: grid;
  grid-template-columns: 32% 1fr;
}

.client-style-one-item img {
  width: 100%;
  transition: 0.8s all;
  object-fit: scale-down;
}

.ClientSec {
  background: #f4f4f4;
}

.ClientContent {
  align-items: flex-start;
  gap: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

.ClientContent:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: linear-gradient(to top,
      rgba(255, 255, 255, 0),
      #f58634d9,
      rgba(255, 255, 255, 0));
}

.ClientLogoGrid {
  padding-left: 100px;
}

.topSecTitle .tagline {
  width: fit-content;
  border: 0px;
}

.ClientContent .secTitle {
  text-align: left;
  margin: 0px;
}

.ClientContent .secTitle h5 {
  font-family: "Onest";
  font-weight: 700;
  color: #000;
}

.ClientContent .secTitle p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  transition: all 0.4s;
  font-family: "Regola Pro Regular";
  margin: 0px;
}

.client-style-one-item:hover {
  filter: unset;
  transform: scale(1.2);
  position: relative;
  z-index: 11;
}

.client-style-one-item:hover img {
  filter: unset;
}

.client-style-one-item {
  transition: 0.3s;
}

/* When parent is hovered, scale all to smaller */
/* .client-style-one-items :hover .client-style-one-item {
  transform: scale(0.9);
  opacity: 0.7;
}

.client-style-one-item:hover {
  transform: scale(1.1);
  background: #fff;
  opacity: 1;
  filter: unset;
}

.client-style-one-item:hover img {
  filter: unset;
} */
.client-style-one-items:hover .client-style-one-item:not(:hover) img {
  transform: scale(0.9);
}

.aboutContentWrapper .secTitle {
  display: grid;
  margin: 0px;
}

.aboutContentWrapper .secTitle h5 {}

.aboutContentWrapper .secTitle h5 span {
  font-weight: 600;
  color: #000;
}

.footerLinksWrapper {
  padding: 80px 0px 40px;
}

.footerLinksWrapper {
  display: grid;
  grid-template-columns: 18% 18% 18% 1fr;
  gap: 32px;
}

/* .footerLogo img {
  max-width: 200px;
} */

.footerLogo {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footerLogo p {
  transition: all 0.4s;
  font-family: "Regola Pro Regular";
  margin: 0px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #666;
}

.footerItem h5 {
  margin: 0px;
  font-family: "Onest";
  font-weight: 700;
  color: #f48833;
  position: relative;
}

.footerItem {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footerItem ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footerItem ul li a,
.footerItem ul li {
  transition: all 0.4s;
  font-family: "Onest";
  margin: 0px;
  text-decoration: unset;
  font-size: 15px;
  line-height: 32px;
  font-weight: 500;
  color: #666;
}

.footerItem h5:after {
  content: "";
  width: 50px;
  position: absolute;
  height: 2px;
  background: #f48833;
  left: 00;
  bottom: -8px;
}

.footerItem ul li a:hover {
  color: #000;
}

.copyRight {
  text-align: center;
  padding: 15px 0px;
  background: #f4f4f4;
  border-top: 1px solid #2223250a;
}

.copyRight p {
  font-family: "Regola Pro Regular";
  margin: 0px;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  color: #000;
}

.DetailsItem ul li {}

.DetailsItem ul li:first-child {
  padding: 0px;
  background: unset;
}

.DetailsItem ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 30px;
  /* color: #222; */
  font-weight: 600;
  /* background: linear-gradient(to left, #f58634 20%, #000 40%, #000 60%, #f58634 80%); */
  /* background-size: 200% auto; */
  /* color: #000; */
  /* background-clip: text; */
  text-fill-color: transparent;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* animation: shine 1s linear infinite; */
  /* animation: shine 1s linear infinite; */
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.DetailsItem ul li a i {
  font-size: 18px;
}

.footerItem.DetailsItem ul {
  gap: 15px;
}

.ClientContent .secTitle h5 span {
  color: #f58634;
}

.odometer-inside {
  font-family: "Onest";
  font-weight: 700;
}

.quanto-funfact-box h2:before {
  content: '';
  width: 64px;
  height: 18px;
  position: absolute;
  /* background: #f385345c; */
  bottom: 12px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.WhyChooseItem:nth-child(2) {
  /* border-left: 1px solid #0000000f; */
  /* border-right: 1px solid #0000000f; */
  /* border-bottom: 1px solid #0000000f; */
}

.WhyChooseItem:nth-child(5) {
  border-bottom: 0px;
}

.WhyChooseItem:nth-child(1),
.WhyChooseItem:nth-child(3) {}

.WhyChooseItem:hover {
  background: #ffffffba;
  /* border-radius: 12px !important; */
}

.WhyChooseItem:hover h5 {
  color: #f58634;
}

.ApplicationItem .ApplicationContent:before {
  background: #00000091;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s all;
  transform: translate(0px, 100%);
}

.ApplicationItem:hover .ApplicationContent:before {
  transform: translate(0px, 0%);
}

.ProductGridWrapper {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 55px;
  align-items: flex-end;
}

.ProductGridSmallWrapper {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 55px;
  align-items: flex-end;
}

.TwoGrid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px !important;
}

.ctaSec {
  padding: 70px 0px;
  background-image: url('../images/future-ready-frp-solutions.webp');
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
}

.ctaContentWrapper {
  text-align: center;
  gap: 35px;
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.ctaContentWrapper h5 {
  font-family: "Onest";
  font-weight: 600;
  color: #fff;
  margin: 0px;
  text-align: center;
  line-height: normal;
  max-width: 100%;
  letter-spacing: 0.5px;
}

.ctaContentWrapper a,
.viewAllBtn a {
  font-size: 16px;
  color: #fff;
  transition: 0.8s all;
  position: relative;
  text-decoration: unset;
  font-weight: 600;
  font-family: "Onest";
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f58634;
  padding: 12px 20px;
  border-radius: 10px;
  width: fit-content;
  margin: auto;
}

.ctaSec:before {
  content: '';
  width: 100%;
  height: 100%;
  /* background: #000000cc; */
  position: absolute;
  top: 0;
  left: 0;
}

.ctaContentWrapper p {
  text-align: center;
  margin: 0px;
  color: #fff;
  font-size: 18px;
  font-family: "Onest";
}

.ctaContentWrapper .secTitle {
  margin: 0px;
}

.WhyChooseItem:nth-child(1),
.WhyChooseItem:nth-child(3),
.WhyChooseItem:nth-child(5) {
  background: #f4f4f4;
}

.WhyChooseItem:nth-child(1):hover,
.WhyChooseItem:nth-child(3):hover,
.WhyChooseItem:nth-child(5):hover {
  border-radius: 12px;
}

.WhyChooseItem:nth-child(4):after,
.WhyChooseItem:nth-child(5):after,
.WhyChooseItem:nth-child(6):after {
  content: '';
  width: 100%;
  height: 2px;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  right: 0;
}

.WhyChooseItem:nth-child(6) {
  /* border-left: 1px solid #0000000f; */
  /* border-top: 1px solid #0000000f; */
}

.WhyChooseItem:nth-child(1):before,
.WhyChooseItem:nth-child(2):before,
.WhyChooseItem:nth-child(4):before,
.WhyChooseItem:nth-child(5):before {
  content: '';
  width: 2px;
  position: absolute;
  right: 0;
  height: 100%;
  background: #f4f4f4;
}

.pl-4 {
  padding-left: 25px;
}

.animatedLogo {
  display: flex;
  align-items: center;
}

.animatedLogo .icon {
  min-width: 56px;
  position: relative;
}

.animatedLogo .icon .TextIcon {
  position: absolute;
  bottom: 0px;
  max-width: 100%;
  left: 0;
}

.animatedLogo .icon .TextIcon:before {
  content: '';
  /* border-radius: 36%;
  border-top: 3px solid #ffffff; */
}


.AnimatedIcon img {
  width: 100%;
  animation: spin 6s linear infinite;
  transform-origin: center;
  display: block;
  transform-origin: center center;
  /* ensures smooth rotation */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.WhyChooseItem:hover img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(100%) saturate(764%) hue-rotate(338deg) brightness(100%) contrast(93%);
}

.AnimatedIcon {
  width: 42px;
  height: 54px;
  margin: auto;
  position: relative;
  left: 1.5px;
  bottom: -2px;
}

.bredcrums {
  padding: 200px 0px 80px;
  background: #000;
  position: relative;
}


.bredcrums::after {
  background: url('../images/page-title-pattern.png');
  content: "";
  height: 100%;
  mix-blend-mode: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.bredcrums::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #000000ba, transparent);
  content: "";
  mix-blend-mode: normal;
}

.bredcrumsTextWrapper {
  position: relative;
  z-index: 1;
}

.bredcrumsTextWrapper h1 {
  font-size: 32px;
  color: #ffffff;
  padding-bottom: 10px;
  font-family: "Onest";
  font-weight: 500;
  position: relative;
  margin: 0px;
}

.bredcrumsTextWrapper h1:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #f68633;
  position: absolute;
  bottom: 0px;
  border-radius: 100%;
}

.bredcrumsTextWrapper h1:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #f68633;
  position: absolute;
  bottom: 0px;
  border-radius: 100%;
  left: 60px;
}

.innerPageAboutUsPage .aboutImg img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.innerPageAboutUsPage .aboutImg {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

.innerPageAboutUsPage .desc {
  max-width: 100%;
}

.innerPageAboutUsPage .desc p {
  text-align: left;
}

.innerPageAboutUsPage .secTitle {
  text-align: left;
}

.bgGrey {
  background: #f4f4f4;
}

.WhyChooseWrapper {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 50px;
  align-items: center;
}

.WhyChooseImg img {
  width: 100%;
}

.WhyChooseImg {
  border-radius: 20px;
  overflow: hidden;
}

.secTitleWrapper .secTitle {
  display: grid;
  grid-template-columns: 1fr 50%;
}

.OurServicesGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* gap: 50px; */
}

.OurServicesGrid .OurServicesItem {
  text-align: center;
  padding: 60px 30px;
  padding-top: 50px;
  background-color: var(--theme-color-white);
  /* border-right: 1px solid #d9d9d9; */
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.OurServicesGrid .OurServicesItem .OurServicesContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.OurServicesGrid .OurServicesItem .OurServicesContent p {
  margin: 0px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  text-align: center;
  font-family: "Regola Pro Regular";
  transition: 0.8s all;
}

.OurServicesGrid .OurServicesItem .OurServicesContent h5 {
  margin: 0px;
  font-size: 20px;
  font-family: 'Onest';
  font-weight: 700;
  transition: 0.8s all;
}

.OurServicesIcon {
  width: 100px;
  height: 100px;
  line-height: 134px;
  text-align: center;
  border-radius: 50%;
  background-color: #f68633;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.OurServicesIcon svg {
  width: 50px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  height: auto !important;
}

.backImg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 310px;
  opacity: 0.7;
}

.backImg img {
  width: 100%;
}

.OurServicesGrid .OurServicesItem:hover {
  background: #f68633;
}

.OurServicesGrid .OurServicesItem:hover h5,
.OurServicesGrid .OurServicesItem:hover p {
  color: #fff;
}

.OurServicesGrid .OurServicesItem:hover .OurServicesIcon {
  background: #222222;
}

.OurServicesGrid .OurServicesItem:hover .OurServicesIcon svg {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.OurServicesGrid .OurServicesItem:hover .OurServicesIcon svg path {
  fill: #fff;
}

.MissionWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}

.MissionItem .MissionContent {
  gap: 25px;
  padding: 32px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  box-shadow: 0px 8px 1px 0px #00000003;
}

.MissionTitle h5 {
  font-size: 21px;
  font-family: 'Onest';
  font-weight: 500;
  transition: 0.8s all;
  margin: 0px;
}

.MissionItem .MissionContent p {
  margin: 0px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  text-align: left;
  font-family: "Regola Pro Regular";
  transition: 0.8s all;
}

.MissionTitle {
  padding: 20px 0px 40px 0px;
  background: linear-gradient(90deg, #f68633, #ad4a00, #f68633);
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  margin: 0px 50px;
  position: relative;
  bottom: -20px;
  color: #fff;
}

.MissionItem .MissionContent .MissionIcon {
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border-radius: 20px;
  border: 1px solid #00000005;
}

.MissionItem .MissionContent .MissionIcon i {
  font-size: 80px;
  color: #ff605f;
}

.MissionIcon img {
  width: 100%;
  padding: 30px;
}

.MissionItem .MissionContent:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #ad4a00;
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -4px);
  margin-left: -12px;
  top: 0;
}

.OurServicesIcon svg path {
  fill: #fff;
}

.ContactUsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}

.ContactUsItem {
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  border-radius: 8px;
  padding: 40px;
  transition: all 500ms ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ContactUsItem .ContactUsContent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ContactUsItem .ContactUsContent h5 {
  margin: 0px;
  font-size: 20px;
  font-family: 'Onest';
  font-weight: 700;
  transition: 0.8s all;
}

.ContactUsItem .ContactUsContent p,
.ContactUsItem .ContactUsContent a {
  margin: 0px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  text-align: center;
  font-family: "Regola Pro Regular";
  transition: 0.8s all;
  text-decoration: unset;
}

.ContactUsIcon svg {
  transition: all 300ms ease;
  width: 50px;
  height: 50px !important;
}

.ContactUsItem:hover {
  background-color: #f68633;
}

.ContactUsItem:hover svg path {
  fill: #fff;
}

.ContactUsItem:hover .ContactUsIcon {
  transform: rotateY(360deg);
  transition: all 700ms ease;
}

.ContactUsItem:hover h5,
.ContactUsItem:hover p,
.ContactUsItem:hover a {
  color: #fff;
}

.ContactUsItem svg path {
  fill: #f68633;
}

.atagWrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ContactUsDetailsItem .secTitle {
  text-align: left;
  margin: 0px;
}

.ContactUsDetailsItem {
  display: flex;
  flex-direction: column;
  gap: 32px;
}


.ContactUsDetailsGrid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 32px;
}

.ContactUsDetailsItem form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ContactUsDetailsItem form input,
.ContactUsDetailsItem form textarea {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.ContactUsDetailsItem form input::placeholder,
.ContactUsDetailsItem form textarea::placeholder {
  font-size: 14px;
  color: #000;
  font-family: "Onest";
  font-weight: 500;
}

.ContactUsDetailsItem form textarea {
  min-height: 120px;
}

.formGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ContactUsDetailsItem iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}


.ContactUsDetailsItem .submitbutton {
  border: 0px;
  font-size: 16px;
  color: #fff;
  transition: 0.8s all;
  position: relative;
  text-decoration: unset;
  font-weight: 600;
  font-family: "Onest";
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f58634;
  padding: 12px 20px;
  border-radius: 10px;
  width: fit-content;
}

.ContactUsDetailsItem:last-child {
  padding: 30px;
  background: #f4f4f4;
  border-radius: 12px;
  border: 1px solid #ced4da;
}


.ContactUsDetailsSec .secTitle {
  text-align: left;
}

.ContactUsDetailsSec,
.CatalogSec {
  border-bottom: 15px solid #f4f4f4;
}

.CatalogGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.CatalogItem .CatalogImage img {
  width: 100%;
}

.CatalogImage {
  padding: 15px;
  border: 1px solid #af53071f;
  background: #fff;
}

.Catalogcontent {
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #af53071f;
  border-top: 0px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.Catalogcontent h5 {
  margin: 0px;
  font-size: 15px;
  font-family: 'Onest';
  font-weight: 700;
  transition: 0.8s all;
  text-transform: capitalize;
}

.Catalogcontent a {
  width: 40px;
  height: 40px;
  background: #fbd5b759;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #f68633;
  font-size: 20px;
}

.ExportImg img {
  width: 100%;
}

.ExportImg {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

.ExportContent .secTitle {
  text-align: left;
  margin: 0px;
}

.ExportContent .secTitle .desc {
  max-width: 100%;
}

.ExportContent .secTitle .desc p {
  text-align: left;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  font-family: "Regola Pro Regular";
  transition: 0.8s all;
}

.ExportContent .secTitle h5 {
  font-size: 35px !important;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.ExportGrid {
  padding: 0px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 30px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #89888826;
}

.ExportItem .ExportContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ExportItem .ExportContent p {
  margin: 0px;
  text-align: left;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  font-family: "Regola Pro Regular";
  transition: 0.8s all;
}

.ExportItem .ExportContent h5 {
  margin: 0px;
  font-size: 18px;
  font-family: 'Onest';
  font-weight: 700;
  transition: 0.8s all;
}

.ExportItem {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 25px 0px;
}

.ExportItem .ExportIcon i {
  font-size: 30px;
  color: #f48833;
}

.ExportItem:nth-child(2) {
  padding: 25px;
  border-left: 1px solid #89888826;
  border-right: 1px solid #89888826;
}

.MadeinindiaSec {
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.MadeinindiaSec:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #00000033;
  position: absolute;
  top: 0;
}

.MadeinindiaContent {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
}

.MadeinindiaContent h5 {
  margin: 0px;
  font-size: 36px;
  font-family: 'Onest';
  font-weight: 700;
  transition: 0.8s all;
  color: #fff;
}

.MadeinindiaContent p {
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  font-family: "Regola Pro Regular";
  transition: 0.8s all;
  max-width: 70%;
  margin: auto;
}

.productTabWrapper .nav-tab {
  display: flex;
}

.productTabWrapper ul {
  gap: 10px;
  position: relative;
  z-index: 1;
  margin: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 10px 10px 14px 13px #00000005;
  border: 1px solid #00000017;
  width: fit-content;
}

.productTabWrapper ul li a img {
  width: 100%;
  max-width: 40px;
  min-height: 40px;
  object-fit: scale-down;
}

.productTabWrapper ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  border: 0px !important;
  padding: 6px 12px;
  margin: 0px;
  font-size: 14px;
  font-family: 'Onest';
  transition: 0.8s all;
  color: #000 !important;
  border-radius: 0px !important;
  font-weight: 700;
  text-decoration: unset;
  justify-content: center;
}

.productTabWrapper button:last-child {
  border-right: 0px !important;
}

.productTabWrapper ul li a.active {
  background: #f68633 !important;
  color: #fff !important;
}

.productDetailsContent .secTitle {
  text-align: left;
  margin-bottom: 0px;
}

.productDetailsContent .secTitle .desc {
  max-width: 100%;
}

.productDetailsContent .secTitle .desc p {
  text-align: left;
  margin: 0px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  font-family: "Regola Pro Regular";
  transition: 0.8s all;
}

button#nav-FTP-Ladder-Type-Cable-Tray-tab {}

.productOutTabWrapper {
  position: relative;
}

.productTabWrapper {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -36.04px;
  padding: 0px 50px;
}

.productTabWrapper button br {
  display: none;
}

.productTabWrapper nav {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.productDetails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}

.productDetailsImg img {
  width: 100%;
  border-radius: 12px;
}

.productDetailsContent {
  display: flex;
  align-items: center;
}

.productTabWrapper~.productSec {
  padding-top: 100px !important;
}

.text-left {
  text-align: left;
}

.TechnicalSpeSec th {
  padding: 20px;
  border: 1px solid #00000021 !important;
  font-family: 'Onest';
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  background: #fac59e;
}

.TechnicalSpeSec td {
  padding: 20px;
  border: 1px solid #00000021;
  font-family: 'Onest';
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  background: #f4f4f4;
}

.FeaturesSec .WhyChooseItem {
  text-align: center;
  background: #fff;
  border: 1px solid #00000026 !important;
  border-radius: 12px;
}

.FeaturesSec .WhyChooseItem:nth-child(1),
.FeaturesSec .WhyChooseItem:nth-child(3),
.FeaturesSec .WhyChooseItem:nth-child(5) {
  background: #fff;
}

.FeaturesSec .WhyChooseGrid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.FeaturesSec .WhyChooseItem::before {
  display: none;
}

.FeaturesSec .WhyChooseItem::after {
  display: none;
}

.productSec {
  border-top: 2px solid #f68633;
}

.innerPageInnerProductPage {
  border-bottom: 15px solid #f4f4f4;
}

.AccessoriesSec .WhyChooseGrid {
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding-bottom: 50px;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseContent {
  text-align: left;
  gap: 10px;
  position: relative;
  width: 100%;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseContent p {
  min-height: auto;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseItem {
  padding: 15px;
  border-left: 2px solid #fac59e !important;
  border-radius: 0px;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-right: 0px !important;
  align-items: center;
  justify-content: center;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseItem:hover h5,
.AccessoriesSec .WhyChooseGrid .WhyChooseItem:hover p {
  color: #000;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseItem::before {
  content: '';
  width: 0%;
  height: 100%;
  background: #fac59e !important;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.8s all;
  top: 0;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseItem:hover::before {
  width: 100%;
}

.AccessoriesSec .desc {
  max-width: 100%;
  text-align: left;
}

.AccessoriesSec .desc p {
  text-align: left;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseContent ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseContent ul li {
  min-height: auto;
  /* line-height: 1; */
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.AccessoriesSec .WhyChooseGrid .WhyChooseItem:hover li,
.AccessoriesSec .WhyChooseGrid .WhyChooseItem:hover li i {
  color: #000;
}

.dropdown-submenu {
  position: unset;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
  left: 0;
  top: 50px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px 1px;
}

.dropdown-menu.show {
  display: block;
}

.ourproductmenu .productLinksWrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  width: 100%;
}

.ourproductmenu .productLinksWrapper .productLinksItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ourproductmenu .productLinksWrapper .productLinksItem ul h5 a,
.DirectLinks ul li .dropdown-item {
  margin: 0px;
  font-size: 14px !important;
  font-family: 'Onest';
  font-weight: 700;
  transition: 0.8s all;
  padding: 10px !important;
  background: #ececec8a;
  border-radius: 8px;
  text-decoration: unset;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ourproductmenu .productLinksWrapper .productLinksItem ul,
.DirectLinks ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0px;
  margin: 0px;
  gap: 4px;
}

.ourproductmenu .productLinksWrapper .productLinksItem ul a {
  font-size: 12px;
  color: #000;
  position: relative;
  padding: 2px 12px !important;
  font-family: 'Regola Pro Regular';
  background: transparent;
  border-radius: 6px;
  transition: 0.8s all;
  font-weight: 100;
}

.ourproductmenu .productLinksWrapper .productLinksItem ul a:hover,
.DirectLinks ul li .dropdown-item:hover {
  background: #f6863336;
  color: #f68633;
}

.productCategoryLinksItem ul {
  display: flex !important;
  flex-direction: column;
}

.productCategoryLinksItem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.ourproductmenu .productLinksWrapper .productLinksItem ul h5 a i,
.DirectLinks ul li .dropdown-item i {
  color: #000;
  font-weight: 500;
}

.productCategoryLinksItem h5 {
  margin: 0px;
}

.OneGrid .productDetails {
  grid-template-columns: 1fr;
}

.productDetailsImgWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.viewAllBtn {
  margin-top: 50px;
}

.faqSec .accordion-button {
  padding: 25px;
  margin: 0px;
  font-size: 16px !important;
  z-index: 1;
  font-weight: 700;
  font-family: "Onest";
  border-bottom: 0px solid #2222221f;
  box-shadow: unset !important;
  border-radius: 0px !important;
}

.faqSec .accordion-body {
  margin: 0px;
  line-height: 32px;
  font-size: 16px;
  color: #000;
  text-align: left;
  font-family: "Regola Pro Regular";
}

.faqSec .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faqSec .accordion .accordion-item {
  border: 1px solid #2222221f;
  border-radius: 14px;
  overflow: hidden;
}

.faqSec .accordion-button:not(.collapsed) {
  background: #f58634;
  color: #fff;
}

.faqSec .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.MainTab {
  margin-bottom: 25px;
  border: 0px;
  display: flex;
  gap: 15px;
}

.MainTab .nav-item {
  border: 0px;
}

.MainTab .nav-item button {
  border: 0px;
}

.MainTab .nav-item button {
  padding: 15px 30px;
  border-radius: 10px;
  background: #f586341a;
  font-size: 14px;
  color: #000;
}

.MainTab .nav-item button.active {
  background: #f58634;
  color: #fff;
}

.TechnicalSpeSec td ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.TechnicalSpeSec td ul li {
  font-family: 'Onest';
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.innerPageInnerProductPage .secTitle {
  margin-bottom: 25px;
}

.BenefitsSec ul {
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
}

.BenefitsSec ul li {
  font-family: "Onest";
  font-weight: 700;
  font-size: 15px;
  color: #0d0e10;
  border-radius: 12px;
  position: relative;
  display: grid;
  align-items: center;
  gap: 15px;
  grid-template-columns: auto 1fr;
  padding: 15px;
  background: linear-gradient(90deg, #f4f4f4, transparent);
  border: 1px solid #f4f4f4;
}

.BenefitsSec ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #f58634;
  display: block;
}

.ShapesSecWrapepr .secTitle h5 {
  font-size: 20px !important;
}

.ShapesSecWrapepr ul {
  grid-template-columns: 1fr 1fr;
}

.ShapesSecItemWrapepr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.innerPageInnerProductPage .WhyChooseItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#navbarSupportedContent {
  position: relative;
}

.productTabWrapper ul li {
  border: 1px solid#2222;
  border-radius: 10px;
  overflow: hidden;
}

.innerPageInnerProductPage .Cuspending {
  padding: 50px 0px;
}

.productTabWrapper~.Cuspending.pt-5 {
  padding-top: 180px !important;
}

.TwoProduct {
  grid-template-columns: 1fr 1fr;
}

.ThreeProduct {
  grid-template-columns: 1fr 1fr 1fr;
}

.fourProduct {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.aboutImg img {
  width: 100%;
}

.SocialLinks {
  display: flex;
  gap: 8px;
}

.SocialLinks a {
  width: 40px;
  height: 40px;
  justify-content: center;
  background: #e6e6e6;
  border-radius: 100px;
  transition: 0.8s all;
}

.SocialLinks a i {
  color: #000000b8;
  font-size: 16px !important;
  transition: 0.8s all;
}

.SocialLinks a:hover {
  background: #f58634;
}

.footerLogo img {
  max-width: 100%;
}

.SocialLinks a:hover i {
  color: #fff;
}

.aboutImg {
  border-radius: 20px;
  overflow: hidden;
}

.videoSec {
  position: relative;
  cursor: pointer;
  /* border-radius: 14px; */
  overflow: hidden;
}

.videoSec img {
  width: 100%;
  display: block;
  /* border-radius: 14px; */
}

/* Overlay Content */
.VideoPlayIconWrapper {
  position: absolute;
  /* inset: 0; */
  background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
}

.bigText {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Play Icon */
.playIcon {
  position: relative;
  width: 70px;
  height: 70px;
  background: #e53935;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.playIcon i {
  color: #fff;
  font-size: 26px;
  margin-left: 4px;
}

/* Pulse Animation */
.pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(229, 57, 53, 0.6);
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: -1;
}

.pulse:nth-child(2) {
  animation-delay: 0.6s;
}

.pulse:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* ================= POPUP ================= */

.videoPopup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.videoPopup.active {
  display: flex;
}

.videoOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.videoBox {
  position: relative;
  width: 90%;
  max-width: 850px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  z-index: 10;
  animation: zoomIn 0.3s ease;
}

.videoBox iframe {
  width: 100%;
  height: 100%;
}

/* Close button */
.closePopup {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* Animations */
@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive */
@media(max-width:600px) {
  .bigText {
    font-size: 20px;
    text-align: cent
  }
}

.DesktopNone{
  display: none;
}