@charset "UTF-8";

:root,
[data-bs-theme=light] {
  --bs-primary: #000068;
  --bs-secondary: #aab0bc;
}

body {
  font-size: 18px;
}

p,
li {
  font-size: 18px;
  color: #000;
  font-weight: 400 !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: "Nunito", sans-serif;
}

.corporate-overview-main h3,
.corporate-overview-main h4,
a {
  color: #000068;
}

.corporate-overview-main h3 {
  font-size: clamp(25px, 2.5vw, 40px);
}

.font-30 {
  font-size: clamp(25px, 2.5vw, 30px) !important;
}

.font-26 {
  font-size: clamp(20px, 2.5vw, 26px) !important;
}

.bg-primary {
  background: var(--bs-primary) !important;
}

.product-type-body .table-responsive td {
  color: black;
  font-weight: 400 !important;
  font-size: clamp(14px, 0.3vw + 0.55rem, 15px);
}

@media (min-width: 1550px) {
  .product-type-body .table-responsive td {
    font-size: 0.75rem;
  }
}

.product-type-body .table-responsive table.glob-valve-table td {
  font-size: clamp(16px, 2vw + 0.55rem, 18px);
  padding: 10px;
}

@media (max-width: 768px) {
  .product-type-body .table-responsive table.glob-valve-table td {
    text-align: left;
  }
}

.product-type-body .table-responsive table.specs-table.glob-valve-table thead tr th {
  color: black;
  font-size: clamp(16px, 1.5vw + 0.55rem, 18px);
  padding: 10px;
}

.product-type-body .table-responsive table.glob-valve-table tr th {
  color: black;
  font-size: clamp(16px, 1.5vw + 0.55rem, 18px);
  padding: 10px;
}

@media (min-width: 1600px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 1700px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1620px;
  }
}

@media (min-width: 1900px) {

  .content-wrapper.home .container-xxl,
  .content-wrapper.home .container-xl,
  .content-wrapper.home .container-lg,
  .content-wrapper.home .container-md,
  .content-wrapper.home .container-sm,
  .content-wrapper.home .container {
    max-width: 1767px;
  }
}

@media (min-width: 1900px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
    padding-inline: 30px;
  }
}

.pl-37 {
  padding-left: 37px !important;
}

.bg-black {
  background: #000;
}

ul.navbar-nav>li.nav-item>a {
  font-size: 20px;
  padding: 17px 21px 17px 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-menu li {
  font-size: 16px;
}

.navbar-stick {
  padding: 0.5rem 0 !important;
}

.btnhit {
  border: none;
  border-radius: 0px 26px 0px 26px !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  padding: 16px 48px !important;
  font-size: 18px !important;
}

.btnhit:hover {
  border-radius: 0px !important;
}

.btn-danger {
  background: #000068 !important;
}

.text-danger {
  color: #000068 !important;
}

.text-blue {
  color: #000068 !important;
}

h1 {
  font-size: clamp(30px, 4vw + 10px, 50px);
  line-height: 3.5rem;
}

@media (min-width: 1550px) {
  h1 {
    font-size: clamp(50px, 3vw + 10px, 70px);
  }
}

h2 {
  /* font-size: clamp(30px, 4vw, 50px); */
  font-size: 40px;
  line-height: 60px;
}

.about-image img {
  border-radius: 120px 0 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnr-bg-blue h1 {
  font-size: 38px;
  line-height: 120%;
  font-weight: bold;
}

.header-search {
  color: #fff !important;
}

.nav-item {
  list-style: none;
  margin: 0 10px;
}

.nav-item::marker {
  content: "" !important;
}

.header-search {
  background: var(--bs-primary);
  height: 46px;
  width: 46px;
  min-width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.navbar-expand-lg .navbar-brand img {
  height: 65px;
}

@media (max-width: 1680px) {
  ul.navbar-nav>li.nav-item>a {
    font-size: 14px;
  }
}

@media (max-width: 1360px) {
  ul.navbar-nav>li.nav-item>a {
    padding: 8px 14px 8px 8px;
  }
}

@media (max-width: 1250px) {
  ul.navbar-nav>li.nav-item>a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1440px) {
  .bnr-bg-blue h1 {
    font-size: 36px;
  }

  .bnr-bg-blue p {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .navbar-expand-lg .navbar-brand img {
    height: 35px;
  }

  .nav-item {
    margin: 0 !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
}

.product-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #000000;
  text-decoration: none;
  display: block;
}

.product-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

/* Bottom Product Name */
.product-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

.product-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.overlay-content {
  width: 100%;
}

.overlay-content h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 35px;
}

.overlay-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.explore-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 150px;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #000068;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.explore-btn:hover {
  background: #000;
  color: #fff;
}

/* ==========================

       Hover Effects

    ========================== */
.product-card:hover .product-overlay {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-card:hover .product-name {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product-card:hover .product-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/* ==========================

       Swiper

    ========================== */
.productSwiper {
  overflow: hidden;
  padding: 10px 0;
}

.swiper-slide {
  height: auto;
}

.swiper-slide .product-card {
  height: 100%;
}

/* ==========================

       Navigation

    ========================== */
.product-prev,
.product-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--bs-primary);
}

.product-prev:after,
.product-next:after {
  color: #222;
  font-size: 16px;
  font-weight: 700;
}

.product-prev {
  left: -60px;
}

.product-next {
  right: -60px;
}

/* ==========================

       Download Button

    ========================== */
.brochure-btn {
  display: inline-block;
  padding: 18px 45px;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.brochure-btn:hover {
  background: #000;
  color: #fff;
}

/* ==========================

       Responsive

    ========================== */
@media (max-width: 1199px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .product-prev {
    left: -15px;
  }

  .product-next {
    right: -15px;
  }
}

@media (max-width: 991px) {
  .product-img {
    height: 250px;
  }

  .product-name {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .bnr-bg-blue h1 {
    font-size: 35px;
  }

  .bnr-bg-blue p {
    font-size: 20px;
  }

  .product-name {
    font-size: 18px;
  }

  .overlay-content {
    padding: 0 10px;
  }

  .overlay-content h4 {
    margin-bottom: 20px;
  }

  .overlay-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .product-prev,
  .product-next {
    display: none;
  }
}

.projects-section {
  position: relative;
  overflow: hidden;
}

.projects-section>figure {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.projects-section>figure img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects-section>figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  z-index: 1;
  opacity: 0.7;
}

.project-card {
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  background: #fff;
  gap: 15px;
}

.project-card:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12) !important;
}

/* Image Area */
.project-card figure {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Circle */
.project-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background: #000068;
}

.project-card:hover .project-icon {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/* Image */
.project-icon img {
  -o-object-fit: none;
  object-fit: none;
}

/* Text */
.project-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0;
}

.navbar .btn {
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  padding: 0 15px !important;
  border: #000068 !important;
  border-radius: 0 !important;
}

.navbar .btn:hover {
  border-radius: 10px !important;
}

.project-card h3 {
  font-weight: 600;
  margin: 0;
}

.banner-se .bnr-bg-blue {
  background: rgba(0, 0, 104, 0.6392156863);
  padding: 36px;
  border-radius: 0px 0px 121px 0px;
}

.bnr-bg-blue p {
  font-size: 33px;
  font-weight: 400;
  line-height: 105% !important;
  margin-bottom: 16px !important;
}

.product-overlay .overlay-content .btn {
  background: #fff !important;
  color: #000068;
}

.about-images {
  overflow: hidden;
  border-radius: 20px 0px 0px 0px;
}
@media (min-width:768px){
  .about-images {
      border-radius: 128px 0px 0px 0px;
    }
}

.about-images img {
  height: 100% !important;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-prev,
.product-next {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #0303db;
}

.product-prev:after,
.product-next:after {
  color: #222;
  font-size: 16px !important;
  font-weight: 700;
}

.product-prev {
  left: -60px;
}

.product-next {
  right: -60px;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-images {
    height: 400px !important;
  }

  .offcanvas-header img.logo-light {
    height: 45px;
  }

  .offcanvas {
    background: var(--bs-primary);
  }

  h1 {
    line-height: 2rem;
  }
}

@media (max-width: 767px) {

  body,
  p,
  li {
    font-size: 16px;
  }
     .about-images {
       height: 350px !important;
     }

  .swiper-hero,
  .swiper-hero .swiper-slide {
    height: 100vh !important;
  }

  .banner-se .bnr-bg-blue {
    border-radius: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
  }

  .banner-se .bnr-bg-blue p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .product-prev {
    left: 10px;
  }

  .product-next {
    right: 10px;
  }

  .navbar-expand-lg .navbar-brand img {
    height: 100%;
  }

  h2 {
    line-height: 1.5rem;
  }

  .header-search {
    height: 45px;
    width: 45px;
  }
}

.dropdown-menu,
.dropdown-menu ul {
  list-style: disc !important;
  padding: 0 !important;
}

.dropdown-menu li {
  display: list-item !important;
  list-style: disc !important;
}

.dropdown-menu li::marker {
  color: #000068;
}

.navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu {
  padding: 1.3rem 2rem !important;
}

.navbar-expand-lg .dropdown-lg-content>div+div {
  padding-left: 2rem !important;
}

.dropdown-item {
  padding-left: 6px !important;
  /* font-size: 15px !important; */
}

@media (max-width: 991.98px) {

  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu,
  .navbar-expand-lg .dropdown-lg-content>div+div {
    padding: 0 0px 0 20px !important;
  }

  .navbar-collapse {
    width: 400px !important;
  }

  .dropdown-menu li::marker {
    color: #fff;
  }
}

.tx-brk {
  display: block;
}

@media (max-width: 1599px) {
  br.tx-brk {
    display: none;
  }
}

@media (max-width: 991px) {
  .inner-banner-sec .inner-banner-wrapper {
    height: 60vh !important;
  }

  .corporate-overview-main {
    padding: 25px !important;
  }
}

/* 1400px - 1599px */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 590px;
    /* col-7 */
  }
}

/* 1600px and above */
@media (min-width: 1600px) {
  .banner-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 590px;
    /* col-6 */
  }
}

.inner-banner-sec .inner-banner-wrapper {
  position: relative;
  min-height: 474px;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  isolation: isolate;
}

.inner-banner-sec .inner-banner-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.05) 100%);
}

.inner-banner-sec .inner-banner-title-box {
  background: rgba(204, 204, 204, 0.8);
  padding: 10px 25px;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

@media (max-width: 991px) {
  .inner-banner-sec .inner-banner-title-box {
    max-width: 100%;
    padding: 8px 18px;
  }

  .inner-banner-sec .inner-banner-title-box h1 {
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 767.99px) {
  .inner-banner-sec .inner-banner-title-box {
    bottom: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
  }

  .inner-banner-sec .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.breadcrumb-sec .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.breadcrumb-sec .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.breadcrumb-sec .breadcrumb-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.inner-banner-sec .inner-banner-title-box {
  bottom: 2rem;
}

.corporate-overview-main {
  padding: 24px 23px;
  border: 1px solid #BEBEBE;
}

@media (min-width: 1400px) {
  .corporate-overview-main {
    padding: 34px 33px;
  }
}

.breadcrumb-sec .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/fast-forward.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 15px;
}

.breadcrumb-sec .breadcrumb-item+.breadcrumb-item {
  padding-left: 0 !important;
}

.breadcrumb-sec .breadcrumb-item.active {
  color: #B8B8B8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .inner-banner-sec .inner-banner-wrapper {
    min-height: 200px;
  }

  .corporate-overview-main {
    padding: 30px;
  }

  .inner-banner-sec .inner-banner-title-box {
    padding: 12px 24px;
  }

  .inner-banner-sec .inner-banner-title-box h1 {
    font-size: 1.5rem;
  }
}

/* service */
.About-us-cont .tab-list-menus {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  border: 1px solid #bfbfbf;
}

@media (min-width: 768px) and (max-width: 991px) {
  .About-us-cont .tab-list-menus {
    /* Tablet only */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.About-us-cont .tab-list-menus li {
  border-bottom: 1px solid #BEBEBE;
  position: relative;
  background: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.About-us-cont .tab-list-menus li a {
  cursor: pointer;
  color: #262626;
  display: block;
  padding: 10px 10px;
  width: 100%;
  font-size: clamp(14px, 1vw + 3px, 16px);
}

@media (min-width: 1400px) {
  .About-us-cont .tab-list-menus li a {
    font-size: clamp(15px, 2vw + 3px, 18px);
    padding: 10px 20px;
  }
}

.About-us-cont .tab-list-menus li:hover {
  background: #000068;
}

.About-us-cont .tab-list-menus li:hover a {
  color: #fff;
}

.About-us-cont .tab-list-menus li.active {
  background: #000068;
  position: relative;
}

.About-us-cont .tab-list-menus li.active a {
  color: #fff;
}

.About-us-cont .tab-list-menus li a:hover {
  text-decoration: underline;
}

.About-us-cont .tab-list-menus li.active:after,
.About-us-cont .tab-list-menus li:hover:after {
  background: url(../img/icons/listing-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 19px;
  height: 22px;
  display: block;
  content: "";
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px) {

  .About-us-cont .tab-list-menus li.active:after,
  .About-us-cont .tab-list-menus li:hover:after {
    /* Tablet only */
    top: unset;
    bottom: -50%;
    right: 0;
  }
}

.corporate-overview-main {
  position: relative;
  float: left;
  width: 100%;
}

.corporate-overview-section .tab-content {
  margin-top: 0 !important;
}

.corporate-overview-section ul {
  padding-left: 15px;
}

.abut-cont ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.abut-cont ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.abut-cont ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000068;
  border-radius: 50%;
  background: #000068;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Modal */
.brochure-modal-dialog {
  max-width: 600px;
}

.brochure-modal-content {
  background: #f5f5f5;
  border: 0;
  border-radius: 0;
  padding: 25px;
  position: relative;
}

/* Close button */
.brochure-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 36px;
  line-height: 1;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

/* Title */
.brochure-modal-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 40px;
}

/* Form */
.brochure-field-box label {
  display: block;
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
}

/* Input */
.brochure-input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  border-radius: 0;
  padding: 0;
  height: auto;
  font-size: 18px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.brochure-input:focus {
  border-bottom-color: #000;
  background: transparent;
}

/* Button */
.brochure-submit-btn {
  border-bottom: none;
  color: #fff;
  font: 20px;
  height: 51px;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 0 !important;
  width: 250px;
  height: 52px;
  margin-bottom: 25px;
}

.brochure-textarea {
  resize: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  border-radius: 0;
  padding: 0 0 12px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.brochure-textarea:focus {
  border-bottom-color: #000;
  background: transparent;
}

/* Responsive */
@media (max-width: 767px) {
  .brochure-modal-content {
    padding: 20px;
  }

  .brochure-modal-title {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .brochure-form-container {
    gap: 20px;
  }

  .brochure-submit-btn {
    width: 100%;
  }
}

.insight-card {
  background-color: #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.insight-card-img img {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.insight-card-body {
  padding: 20px;
}

.insight-card-title {
  font-size: clamp(20px, 1.05rem, 24px) !important;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 8px;
}

.insight-card-excerpt {
  margin-bottom: 1.25rem;
  font-weight: 400;
  color: #262626;
}

.insight-card-meta {
  font-size: 14px;
}

.insights-main-sec .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.insights-main-sec .pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  padding: 8px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000068;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.insights-main-sec .pagination .current {
  background: #000;
}

.insights-main-sec .pagination .page-numbers:hover {
  background: #000068;
  color: #fff;
}

.insights-main-sec .pagination .dots {
  cursor: default;
}

.insights-main-sec .pagination .prev,
.insights-main-sec .pagination .next {
  padding: 8px 18px;
}

/* ---- Pipe Calculator ---- */
.pipe-calc .pc-reset {
  font-size: 15px;
  font-weight: 500;
}

.pipe-calc .form-select,
.pipe-calc .form-control {
  border: 1px solid #707070;
  font-size: 20px;
  color: #000000;
  padding: 20px 35px 20px 15px;
  width: 100%;
  font-weight: 400;
}

.pipe-calc .btn-calc:hover {
  background: #000068;
  color: #fff;
}

.pipe-calc input[readonly] {
  background: #fff;
  font-weight: 600;
  color: #000068;
  font-weight: 400;
}

.pipe-calc .pc-error {
  color: #d9534f;
  font-size: 13px;
  margin-top: 6px;
  display: none;
}

.pipe-calc .btn-calc {
  background: #000;
  border: 1px solid #000;
  font-size: 20px;
  color: #fff;
  padding: 18px 10px 18px 10px;
  width: 100%;
  border-radius: 6px;
  text-transform: capitalize;
  cursor: pointer;
}

@media (max-width: 767.99px) {

  .pipe-calc .form-select,
  .pipe-calc .form-control {
    font-size: 14px;
    padding: 10px;
  }

  .pipe-calc .btn-calc {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 455.99px) {
  .breadcrumb-item {
    font-size: 14px;
  }

  .breadcrumb-sec .breadcrumb-item+.breadcrumb-item::before {
    margin: 0 6px;
    width: 14px;
    height: 14px;
  }
}

.our-histoty-main .corporate-overview-main {
  background: url("../img/inner-pages/our-histroy-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.our-history-image img {
  max-width: 100%;
}

.core-values-grid .core-value-item {
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.core-values-grid .core-value-item:hover {
  border-color: var(--bs-primary);
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.core-values-grid .core-value-icon {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.border-w-2-top {
  border-top: 2px solid #BEBEBE;
}

.news-swiper {
  overflow: hidden;
  padding-bottom: 10px;
}

.news-card {
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #707070;
}

.news-card-img {
  width: 100%;
  height: 210px;
  aspect-ratio: 16/6.2;
  overflow: hidden;
}

.news-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news-card-body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-title {
  font-weight: 400;
  font-size: clamp(18px, 1.2vw, 20px);
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.news-excerpt {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.news-footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.85rem;
}

.news-date {
  color: #999;
}

.news-link {
  color: #000068;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.news-link:hover {
  text-decoration: underline;
}

.news-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

.news-progress-track {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: #999;
  position: relative;
}

.news-progress-fill {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 9px;
  background: #000068;
  width: 0%;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}

.news-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-prev,
.news-next {
  width: 42px;
  height: 42px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.news-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-prev:hover,
.news-next:hover {
  background: #000068;
}

.news-prev.swiper-button-disabled,
.news-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/*<------ Contact us Page------> */
.hq-box {
  background: #000068;
  color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.contact-us-main .corporate-overview-main {
  padding: 30px 30px 60px 30px !important;
}

.hq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.hq-item:last-child {
  margin-bottom: 0;
}

.hq-icon {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
}

.hq-text {
  font-size: 16px;
}

.office-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
}

.office-card {
  border: 1px solid #707070;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  /* allows the card to shrink below its content's min-content width */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.hq-title {
  color: #fff !important;
}

.office-name {
  font-size: clamp(20px, 3vw + 5px, 28px);
  margin-bottom: 10px;
  color: #000;
}

.office-address {
  color: #000;
  font-size: clamp(16px, 2vw + 3px, 18px);
}

.office-footer {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.social-media-div {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
}

.office-footer svg {
  max-width: 20px !important;
}

.office-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #000068 !important;
  text-decoration: none;
  font-size: 14px;
}

.office-contact:hover {
  text-decoration: underline;
}

.office-know-more {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #000068;
  color: #000068;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.office-know-more:hover {
  background: #000068;
  color: #fff;
}

@media (max-width: 1699px) {
  .office-footer {
    grid-template-columns: repeat(1, auto);
    gap: 20px;
  }
}

@media (max-width: 1299px) {
  .office-grid {
    grid-template-columns: repeat(1, auto);
  }
}

@media (max-width: 767.98px) {
  .hq-box {
    padding: 2rem;
  }

  .office-footer {
    gap: 0.75rem;
  }

  .office-know-more {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 499px) {
  .social-media-div {
    grid-template-columns: repeat(1, auto);
  }
}

/* <---------Forms------------> */
.enquiry-form .form-label {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}

.enquiry-form .form-label .text-danger {
  color: #ff3b3b !important;
}

.enquiry-form .form-label span.fst-italic {
  font-size: 13px;
  font-weight: 400;
}

.enquiry-form .form-control,
.enquiry-form .form-select {
  color: #000;
  background-color: #fbfbfb;
  border: 1px solid #ddd9d9 !important;
  padding: 10px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.enquiry-form textarea.form-control {
  height: 51px;
  resize: vertical;
}

.enquiry-form .form-control::-webkit-input-placeholder {
  color: #999;
}

.enquiry-form .form-control::-moz-placeholder {
  color: #999;
}

.enquiry-form .form-control:-ms-input-placeholder {
  color: #999;
}

.enquiry-form .form-control::-ms-input-placeholder {
  color: #999;
}

.enquiry-form .form-control::placeholder {
  color: #999;
}

.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus {
  background-color: #f2f2f2;
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.enquiry-form .country-code {
  color: #999;
  font-size: 14px;
  max-width: 90px;
}

.enquiry-form input[type=file].form-control {
  height: 48px;
  padding: 8px 14px;
  line-height: 30px;
}

.enquiry-form .form-select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.enquiry-form .g-recaptcha {
  display: inline-block;
}

.enquiry-form .btn-dark {
  background-color: #000;
  border: none;
  border-radius: 0;
  min-width: 300px;
  height: 70px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .enquiry-form .col-md-6 {
    margin-bottom: 4px;
  }
}

.file-upload-wrapper {
  position: relative;
}

.file-upload-wrapper .form-control {
  padding-right: 45px;
  /* keep icon from overlapping text */
}

.file-upload-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  /* clicks pass through to the input */
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tags-select-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border: 1px solid #ddd9d9 !important;
  background-color: #fbfbfb;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 10px;
}

.tags-select-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000068;
  color: #000068;
  border-radius: 4px;
  padding: 0px 8px;
}

.tag-chip .tag-remove {
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
}

.tags-select-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fbfbfb;
  border: none;
  outline: none;
}

.tags-select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 20;
}

.tags-select-dropdown.show {
  display: block;
}

.tags-select-dropdown div {
  padding: 8px 12px;
  cursor: pointer;
}

.tags-select-dropdown div:hover,
.tags-select-dropdown div.active-option {
  background: #f8f1f1;
}

.tags-select-dropdown div.disabled {
  opacity: 0.4;
  pointer-events: none;
}

/*<------ banner overlay-------> */
.inner-banner-wrapper {
  position: relative;
  overflow: hidden;
}

.inner-banner-gradient {
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(70%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.75) 100%);
}

.inner-banner-wrapper .container {
  z-index: 2;
}

.tags-select-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border: 1px solid #ddd9d9 !important;
  background-color: #fbfbfb;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 10px;
}

.tags-select-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000068;
  color: #000068;
  border-radius: 4px;
  padding: 0px 8px;
}

.tag-chip .tag-remove {
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
}

.tags-select-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fbfbfb;
  border: none;
  outline: none;
}

.tags-select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 20;
}

.tags-select-dropdown.show {
  display: block;
}

.tags-select-dropdown div {
  padding: 8px 12px;
  cursor: pointer;
}

.tags-select-dropdown div:hover,
.tags-select-dropdown div.active-option {
  background: #f8f1f1;
}

.tags-select-dropdown div.disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* <----Products---> */
.cat-card {
  padding: 15px;
  background: #000068;
  text-align: center;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.cat-card__title {
  color: #fff !important;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-weight: 400;
}

.cat-card__img-wrap {
  overflow: hidden;
  aspect-ratio: 4/3;
}

.cat-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* Hover: header bg goes red, image zooms slightly */
.cat-card:hover {
  background: #000;
  /* swap to your brand red */
}

.cat-card:hover .cat-card__img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .cat-card__header {
    padding: 12px 10px;
  }
}

@media (max-width: 575.98px) {
  .cat-card__img-wrap {
    aspect-ratio: 16/10;
  }
}

.pipes-range-title {
  font-size: clamp(20px, 2vw + 2px, 26px);
  line-height: 1.2;
}

.pipes-range-section {
  background: #f7f7f7;
  border-radius: 30px;
}

.pipes-range-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.pipes-range-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.4fr 2fr 0.9fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pipes-range-row>div {
  min-height: 54px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.pipes-range-row.pipes-range-head>div {
  border-bottom: 0px !important;
  border-right: 0px !important;
}

.pipes-range-row .prc-material {
  border-bottom: 1px solid #e5e5e5;
}

.pipes-range-row.pipes-range-head .prc-material {
  border-bottom: 0px !important;
}

.pipes-range-row:last-child {
  border-bottom: none;
}

.pipes-range-head {
  background: #000;
  padding-block: 0.2em;
}

.pipes-range-head .prc {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
}

.prc {
  padding: 7px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #262626;
  line-height: 1.1;
}

.prc-material {
  background: #000068;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.pipes-range-head .prc-material {
  background: #000;
  text-align: center;
}

.pipes-range-head .prc-material:not(:first-child) {
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 991px) {
  .pipes-range-row {
    grid-template-columns: 1fr;
  }

  .prc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .pipes-range-head {
    display: none;
  }

  .pipes-range-row {
    margin-bottom: 12px;
    border-radius: 4px;
    overflow: hidden;
  }

  .prc::before {
    content: attr(data-label);
    font-weight: 700;
    color: #000068;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
}

/* <----valves----> */
.valves-section {
  background: #fff;
}

.valves-title {
  color: #000068;
}

/* Sidebar list */
.valves-type-list {
  list-style: none;
  margin: 0;
  padding: 0 14px 0 0;
  max-height: 410px;
  /* ~11 items visible */
  overflow-y: auto;
}

.valves-type-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.valves-type-list li:before {
  background: #000068 !important;
  margin-right: 10px;
  vertical-align: middle;
}

.valves-type-list li a {
  color: #000068;
  text-decoration: none;
  font-size: 18px;
}

.valves-type-list li a:hover {
  text-decoration: underline;
}

/* Custom scrollbar - webkit */
.valves-type-list::-webkit-scrollbar {
  width: 5px;
}

.valves-type-list::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

.valves-type-list::-webkit-scrollbar-thumb {
  background: #000068;
  border-radius: 10px;
}

/* Firefox */
.valves-type-list {
  scrollbar-width: thin;
  scrollbar-color: #000068 #eee;
}

/* Range card */
.valves-range-card {
  background: #f7f7f7;
  border-radius: 24px 24px 0 0;
  padding: 25px;
  scrollbar-width: thin;
  scrollbar-color: #000068 #eee;
}

.valves-range-table-wrap {
  overflow-x: hidden;
  width: 100%;
}

.valves-range-table {
  border-collapse: collapse;
  table-layout: auto;
}

@media (max-width: 1599px) {
  .valves-range-table-wrap {
    overflow-x: auto;
    width: 100%;
  }

  .valves-range-table {
    width: 100%;
  }

  .valves-range-table th,
  .valves-range-table td {
    white-space: nowrap;
  }
}

.valves-range-table thead th {
  background: #000;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  padding: 16px 20px;
  text-align: center;
  white-space: nowrap;
}

.valves-range-table tbody td {
  padding: 0px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(14px, 1vw + 3px, 16px);
  border-bottom: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  padding-left: 1em;
  text-wrap: wrap;
}

@media (min-width: 1800px) {
  .valves-range-table tbody td {
    padding-left: 1.3em;
  }
}

.vr-material {
  background: #000068;
  color: #fff;
  text-align: left;
  vertical-align: top;
}

.vr-material span {
  text-align: left;
}

.vr-material span,
.vr-standard span,
.vr-endtype span {
  display: block;
  padding: 10px 0;
  text-wrap: wrap;
}

.vr-endtype span {
  color: #333;
}

.vr-standard {
  background: #eeeeee;
  color: #555;
  vertical-align: top;
}

@media (max-width: 991px) {
  .valves-range-card {
    border-radius: 12px;
    padding: 24px 16px 16px;
  }

  .valves-type-list {
    max-height: 260px;
    padding-right: 10px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .vavles-product .corporate-overview-main {
    padding: 50px 50px 0 50px !important;
  }
}

/* Clients Logo Swiper */
.clients-logo-swiper-wrap {
  position: relative;
}

.clients-logo-swiper {
  height: auto;
}

.clients-logo-swiper .client-logo-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.clients-logo-swiper .client-logo-slide img {
  max-width: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  /*   filter: brightness(0) invert(0);

  transition: filter .6s cubic-bezier(0.4, 0, 0.2, 1);

  will-change: filter; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* force its own compositing layer */
}

/* .clients-logo-swiper .client-logo-slide:hover {

  background-color: #000068;

} */
/* .clients-logo-swiper .client-logo-slide:hover img {

  filter: brightness(0) invert(1);

}

 */
/* Nav arrows */
.clients-logo-swiper-wrap .swiper-button-next,
.clients-logo-swiper-wrap .swiper-button-prev {
  color: #000;
  top: 50%;
  width: 32px;
  height: 32px;
}

.clients-logo-swiper-wrap .swiper-button-next:after,
.clients-logo-swiper-wrap .swiper-button-prev:after {
  font-size: 18px;
}

.clients-logo-swiper-wrap .swiper-button-next {
  right: 0;
}

.clients-logo-swiper-wrap .swiper-button-prev {
  left: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .clients-logo-swiper .client-logo-slide {
    height: 90px;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .clients-logo-swiper .client-logo-slide {
    height: 85px;
  }

  .clients-logo-swiper-wrap .swiper-button-next,
  .clients-logo-swiper-wrap .swiper-button-prev {
    width: 26px;
    height: 26px;
  }

  .clients-logo-swiper-wrap .swiper-button-next:after,
  .clients-logo-swiper-wrap .swiper-button-prev:after {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .clients-logo-swiper .client-logo-slide {
    height: 75px;
    padding: 10px;
  }
}

.careers-rightside-div .news-title {
  margin-bottom: 0.5em;
}

.careers-rightside-div .news-excerpt {
  font-size: 12.8px;
  margin-bottom: 10px;
}

.careers-rightside-div .job-openings .btnhit {
  padding: 7px 20px !important;
}

.apply-now-modal .modal-content {
  border: 0;
  border-radius: 0;
  padding: 2rem;
}

.apply-now-modal .modal-body {
  padding: 0 !important;
}

.apply-now-modal .form-label {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6B707E;
  margin-bottom: 0.4rem;
  font-weight: 400;
}

.apply-now-modal .form-control {
  border-radius: 0 !important;
}

.apply-now-modal .modal-dialog {
  max-width: 820px;
}

.apply-now-modal .modal-body h2 {
  color: #000068;
}

/* <-----PRODUCTS SUB PRODUCTS DETAILED----> */
.pipes-sub-products .abut-cont ul li::before {
  content: none !important;
}

.pipes-sub-products .corporate-overview-main h3 {
  font-size: clamp(26px, 4vw + 5px, 34px) !important;
  font-weight: 500;
}

/* Pipe/valve variant tabs (separate pages, not JS-toggled) */
.pipe-variant-tabs {
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pipe-variant-tabs .pipe-variant-tabs__item a {
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 1400px) {
  .pipe-variant-tabs .pipe-variant-tabs__item a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.pipe-variant-tabs__item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.pipe-variant-tabs__item a {
  -webkit-transition: -webkit-text-decoration 0.25s ease;
  transition: -webkit-text-decoration 0.25s ease;
  transition: text-decoration 0.25s ease;
  transition: text-decoration 0.25s ease, -webkit-text-decoration 0.25s ease;
  font-weight: 600;
}

.pipe-variant-tabs__item:hover a {
  text-decoration: underline;
}

.pipe-variant-tabs__link {
  display: block;
  text-align: center;
  padding: 15px 0px;
  width: 160px;
  color: #1a1a1a;
  background: #fff;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  font-size: clamp(14px, 0.45vw + 10px, 16px);
}

/* .pipe-variant-tabs__item:last-child .pipe-variant-tabs__link {

  border-right: none;

} */
.pipe-variant-tabs__link.active,
.pipe-variant-tabs__link:hover {
  background: #000068;
  color: #fff;
}

/* Norms / tests grid boxes */
.info-grid-row .info-grid-box {
  background: #f2f2f2;
  color: black;
  text-align: center;
  padding: 22px 15px;
  border-radius: 4px;
  font-size: 18px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Industry cards */
.industry-grid-row {
  margin: 0 -8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (min-width:1400px){
  .industry-grid-row {
      margin: 0 -8px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
    }
}

.industry-grid-col {
  width: 100%;
  padding: 0;
}

.industry-grid-row>[class*=col-] {
  padding: 0 8px;
}

.industry-card {
  border-radius: 5px !important;
  padding: 20px 18px;
  height: 100%;
}


.industry-grid-col:nth-child(odd) .industry-card {
  background-color: #555555 !important;
}

.industry-grid-col:nth-child(even) .industry-card {
  background-color: #666666 !important;
}

.industry-card h6 {
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .industry-card h6 {
    /* font-size: 16px; */
  }
}

.industry-card p {
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
  color: #fff;
  text-align: left;
}
@media (max-width: 998.99px) {
  .industry-grid-row {
    grid-template-columns: repeat(2, 1fr)!important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .industry-grid-row {
    grid-template-columns: repeat(2, 1fr)!important;
  }
}

/* Small mobile */
@media (max-width: 575px) {
  .industry-grid-row {
    grid-template-columns: 1fr!important;
  }
}
.value-added-list {
  list-style: disc !important;
  padding-left: 25px !important;
}

.value-added-list li {
  position: relative;
  padding-left: 0 !important;
  font-size: 16px;
  line-height: 1.6;
}

.spec-table-wrap {
  margin: 1.5rem 0;
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.spec-table thead th {
  background: #1a1a1a;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 1em 0.8em;
  text-align: center;
  white-space: nowrap;
}

.spec-table tbody td {
  padding: 1em 1em;
  border-bottom: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
}

.spec-table th:last-child,
.spec-table td:last-child {
  min-width: 250px;
}

.spec-table tbody tr:nth-child(odd) .spec-table__material {
  background: #000068;
  color: #fff;
  font-weight: 700;
}

.spec-table tbody tr:nth-child(even) .spec-table__material {
  background: #000068;
  color: #fff;
}

/* Full-width stacked application panels */
.application-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.application-panel {
  background: #f2f2f2;
  padding: 22px 24px;
}

.application-panel h6 {
  color: #000000;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 500;
}

.application-panel p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991.98px) {
  .spec-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .spec-table {
    min-width: 900px;
  }

  .spec-table td,
  .spec-table th {
    white-space: nowrap;
  }

  .spec-table-wrap::-webkit-scrollbar {
    height: 6px;
  }

  .spec-table-wrap::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 3px;
  }

  ul.navbar-nav>li.nav-item>a,
  .link-inverse {
    font-size: 18px !important;
  }
}

/* Nested product submenu - flyout to the right of its category */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-submenu-list {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 20px;
  min-width: 220px;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  -webkit-transition: opacity 0.45s ease, visibility 0s linear 0.45s, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0s linear 0.45s;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0s linear 0.45s, -webkit-transform 0.45s ease;
}

.dropdown-submenu>.dropdown-submenu-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
}

@media (min-width: 992px) {
  .dropdown-submenu:hover>.dropdown-submenu-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.45s ease, visibility 0s linear 0s, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, visibility 0s linear 0s, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0s linear 0s;
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0s linear 0s, -webkit-transform 0.45s ease;
  }

  .dropdown-submenu.submenu-left>.dropdown-submenu-list {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 20px;
    -webkit-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transform: translateX(-12px);
  }

  .dropdown-submenu.submenu-left>.dropdown-submenu-list::before {
    left: auto;
    right: -20px;
  }

  .dropdown-submenu.submenu-left:hover>.dropdown-submenu-list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .dropdown-submenu-list li {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .dropdown-submenu:hover>.dropdown-submenu-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .dropdown-submenu-list li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .dropdown-submenu-list li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .dropdown-submenu-list li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .dropdown-submenu-list li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .dropdown-submenu-list li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .dropdown-submenu-list li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .dropdown-submenu-list li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .dropdown-submenu-list li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}

@media (max-width: 991.98px) {
  .dropdown-submenu>.dropdown-submenu-list {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding-left: 1rem;
    -webkit-transition: none;
    transition: none;
  }

  .dropdown-submenu.show>.dropdown-submenu-list {
    display: block;
  }

  .dropdown-submenu-list li {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.dropdown-submenu>a.dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submenu-caret {
  font-size: 15px;
  margin-left: 18px;
  opacity: 0.6;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.submenu-caret .bi-chevron-right::before {
  font-weight: 600 !important;
}

.dropdown-submenu:hover>a.dropdown-item .submenu-caret,
.dropdown-submenu.show>a.dropdown-item .submenu-caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-submenu>a.dropdown-toggle::after {
  display: none;
}

.dropdown-submenu .bi-chevron-right::before {
  font-weight: 800 !important;
}

.text-justify {
  text-align: justify;
}

/* Clients Logo Swiper */
.clients-logo-swiper-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.clients-logo-swiper-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  /* prevents flex overflow */
}

.clients-logo-swiper {
  height: auto;
}

.clients-logo-swiper .client-logo-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.clients-logo-swiper .client-logo-slide img {
  max-width: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Nav arrows — now outside the swiper wrap entirely */
.clients-logo-swiper-outer .swiper-button-next,
.clients-logo-swiper-outer .swiper-button-prev {
  color: white;
  position: static;
  width: 35px;
  height: 35px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: #000068;
}

.clients-logo-swiper-outer .swiper-button-next:after,
.clients-logo-swiper-outer .swiper-button-prev:after {
  font-size: 18px;
}

.clients-logo-swiper-outer .swiper-button-next:after {
  margin-left: 3px;
}

.clients-logo-swiper-outer .swiper-button-prev:after {
  margin-right: 2px;
}

/* Responsive */
@media (max-width: 991px) {
  .clients-logo-swiper .client-logo-slide {
    height: 90px;
    padding: 12px;
  }

  .nav-item {
    margin: 0;
  }

  ul.navbar-nav>li.nav-item>a {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .clients-logo-swiper .client-logo-slide {
    height: 85px;
  }

  .clients-logo-swiper-outer .swiper-button-next,
  .clients-logo-swiper-outer .swiper-button-prev {
    width: 26px;
    height: 26px;
  }

  .clients-logo-swiper-outer .swiper-button-next:after,
  .clients-logo-swiper-outer .swiper-button-prev:after {
    font-size: 14px;
  }

  .pipes-range-section {
    padding: 0px !important;
    background: transparent;
  }

  .About-us-cont .tab-list-menus li.active:after,
  .About-us-cont .tab-list-menus li:hover:after {
    display: none;
  }

  .pipe-variant-tabs__link {
    font-size: 14px;
  }

  .pipe-variant-tabs__link,
  .pipe-variant-tabs__item {
    width: 100%;
  }

  table.table.table-bordered tr td {
    padding: 10px !important;
  }
}

@media (max-width: 575px) {
  .clients-logo-swiper .client-logo-slide {
    height: 75px;
    padding: 10px;
  }
}

.valves-section .tabbable .tab-content {
  padding: 30px !important;
  border: 1px solid #C4C4C4 !important;
  float: left;
  width: 100%;
  border-right: 0px;
  border-bottom: 0px;
}

.valves-section .tabbable .nav-tabs .nav-link.active {
  border: 1px solid #C4C4C4;
  background: #000068 !important;
  color: white;
}

.valves-section .tabbable .nav-tabs .nav-link {
  border: 1px solid #C4C4C4;
}

.primary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
}

.primary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-black {
  color: #000000;
}

.btnhit.btnhit-custom {
  border-radius: 8px !important;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.careers-rightside-div .news-title {
  font-size: 1rem;
}

.careers-rightside-div .news-card {
  max-width: 407px;
}

.prd-inr-btn {
  border: 1px solid #707070;
  display: block;
  padding: 0.5em 0.5em;
  font-size: clamp(16px, 2vw + 10px, 18px);
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: white;
  -webkit-transition: 300ms all linear;
  transition: 300ms all linear;
  position: relative;
  z-index: 20;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1200px) {
  .prd-inr-btn {
    font-size: clamp(18px, 3vw + 10px, 30px);
    padding: 0.5em 1.5em;
  }
}

.prd-inr-btn:hover {
  text-decoration: underline;
}

.prd-inr-btn.active-category {
  background-color: var(--bs-primary);
  color: #ffffff;
}

.prd-inr-btn_wrapper {
  position: relative;
  z-index: 2;
}

.prd-inr-btn_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 2px;
  border-radius: 50%;
  background: #707070;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.grid-5 {
  display: grid;
  gap: 0.8em;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.grid-5 .cat-card {
  padding: 0;
}

.grid-5-item {
  background-color: var(--bs-primary);
  height: 100%;
  position: relative;
}

.grid-5-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.grid-5-item .cat-card__title {
  font-size: clamp(14px, 2vw + 0.1em, 16px);
  line-height: 1.2;
}

.valves-range-card table tr:first-child td:nth-child(2) {
  border-right: 0 !important;
}

.valves-range-card table tr:first-child td:nth-child(3) {
  border-right: 0 !important;
}

@media (max-width: 1550px) {
  table.specs-table tbody tr td {
    padding: 0.4em 0.2em;
  }
}

table.specs-table thead tr th {
  font-size: clamp(14px, 2vw, 15px);
  font-weight: 400;
}

@media (max-width: 1550px) {
  table.specs-table thead tr th {
    padding: 0.4em 0.2em;
  }
}

@media (min-width: 1500px) {
  table.specs-table thead tr th {
    font-size: clamp(16px, 3vw, 18px);
  }
}

.inner-banner-sec .inner-banner-wrapper>div img {
  -webkit-filter: none !important;
  filter: none !important;
}

.back-btn-vl {
  display: block;
  text-align: center;
  padding: 15px 0px;
  width: 160px;
  background: #000068;
  color: #fff;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: clamp(14px, 0.45vw + 10px, 16px);
  border-radius: 5px;
}
.navbar-nav .dropdown-menu>li:has(> a[href*="nuts-and-stud-bolts"]) {
  display: none !important;
}

.footer-logo {
  max-width: 350px;
  object-fit: contain;
}

@media (max-width: 480px) {
  .footer-logo {
    max-width: 300px;
  }
}

.error-page-wrapper {
  background: #f6f7f9;
}

.error-header {
  background: #000;
  border-bottom: 1px solid rgba(0, 0, 104, 0.12);
}

.error-header .navbar {
  min-height: 92px;
}

.error-header .navbar .container {
  gap: 20px;
}

.error-logo {
  display: block;
  height: clamp(44px, 4.5vw, 65px);
  width: auto;
  max-width: min(320px, 55vw);
  object-fit: contain;
}

.error-404-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 68vh, 760px);
  display: flex;
  align-items: center;
  padding: clamp(56px, 7vw, 100px) 0;
  /* background:
    linear-gradient(120deg, rgba(248, 248, 244, 0.96) 0%, rgba(242, 243, 238, 0.92) 48%, rgba(230, 231, 226, 0.9) 100%),
    url("../assets/img/home/key-bg.jpg") center/cover no-repeat; */
}

.error-404-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 104, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 104, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.error-404-section .container {
  position: relative;
  z-index: 2;
}

.error-404-copy {
  max-width: 860px;
  margin: 0 auto;
}

.error-404-big {
  color: var(--bs-primary);
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 800;
  line-height: 0.78;
  margin-bottom: clamp(18px, 2vw, 30px);
  text-shadow: 0 18px 32px rgba(0, 0, 104, 0.14);
  animation: error404Float 3.8s ease-in-out infinite;
}

.error-404-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 18px;
  background: #de5b4a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.error-404-copy h1 {
  color: #000;
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 1.06;
  margin-bottom: clamp(16px, 2vw, 24px);
}

.error-404-copy p {
  color: #262626;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(16px, 0.8vw + 12px, 22px);
  line-height: 1.55;
  margin-bottom: clamp(26px, 3vw, 38px);
}

.error-404-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.error-404-actions .btnhit {
  background: var(--bs-primary) !important;
  color: #fff;
  min-width: 190px;
  text-align: center;
}

.error-404-link {
  color: var(--bs-primary);
  font-size: clamp(16px, 0.35vw + 14px, 18px);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.error-404-link:hover {
  color: #000;
}

.error-404-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404-number {
  position: absolute;
  top: 12px;
  right: 0;
  color: rgba(0, 0, 104, 0.08);
  font-size: clamp(120px, 14vw, 240px);
  line-height: 0.8;
  font-weight: 800;
}

@keyframes error404Float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.error-404-gauge {
  position: relative;
  z-index: 3;
  width: min(340px, 82vw);
  aspect-ratio: 1;
  border: 22px solid #fff;
  border-radius: 50%;
  background: #ededed;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.error-404-gauge-face {
  position: absolute;
  inset: 34px;
  border: 2px solid rgba(0, 0, 104, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(210, 210, 220, 0.82)),
    #fff;
}

.error-404-gauge-face span {
  position: absolute;
  left: 50%;
  bottom: 58px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bs-primary);
  transform: translateX(-50%);
}

.error-404-gauge-needle {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 4;
  width: 6px;
  height: 118px;
  background: #000068;
  border-radius: 999px;
  transform: translateX(-50%) rotate(-58deg);
  transform-origin: bottom center;
}

.error-404-pipe {
  position: absolute;
  left: 4%;
  right: 4%;
  height: 34px;
  background: linear-gradient(180deg, #d7d7d7 0%, #fff 48%, #a7a7a7 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 -8px 14px rgba(0, 0, 0, 0.16);
}

.error-404-pipe-top {
  top: 84px;
}

.error-404-pipe-bottom {
  bottom: 78px;
}

.error-404-valve {
  position: absolute;
  z-index: 5;
  right: 12%;
  bottom: 46px;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  color: #fff;
  border: 8px solid #fff;
  border-radius: 50%;
  font-size: 42px;
}

.error-404-help {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.error-help-card {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid #bebebe;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}

.error-help-card i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  color: #fff;
  font-size: 22px;
}

.error-help-card span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.error-help-card:hover {
  border-color: var(--bs-primary);
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1399px) {
  .error-404-section {
    min-height: clamp(500px, 64vh, 680px);
  }

  .error-404-big {
    font-size: clamp(112px, 18vw, 230px);
  }
}

@media (max-width: 1199px) {
  .error-header .navbar {
    min-height: 82px;
  }

  .error-404-copy {
    max-width: 760px;
  }
}

@media (max-width: 991px) {
  .error-logo {
    height: 48px;
  }

  .error-404-section {
    min-height: clamp(460px, 58vh, 620px);
    padding: 58px 0 68px;
  }

  .error-404-big {
    font-size: clamp(104px, 24vw, 190px);
  }

  .error-404-copy h1 {
    font-size: clamp(34px, 6vw, 54px);
  }

  .error-404-copy p {
    max-width: 640px;
  }

  .error-404-visual {
    min-height: 330px;
  }

  .error-404-gauge {
    width: min(280px, 78vw);
  }
}

@media (max-width: 767px) {
  .error-header .navbar {
    min-height: 74px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .error-header .navbar .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .error-404-section {
    min-height: clamp(430px, 62vh, 560px);
    padding: 48px 0 58px;
  }

  .error-404-big {
    font-size: clamp(92px, 28vw, 150px);
    text-shadow: 0 12px 22px rgba(0, 0, 104, 0.12);
  }

  .error-404-kicker {
    font-size: 13px;
    padding: 7px 14px;
    margin-bottom: 14px;
  }

  .error-404-copy h1 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.12;
  }

  .error-404-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .error-404-actions {
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .error-header .btn {
    display: none !important;
  }

  .error-logo {
    max-width: 230px;
  }

  .error-404-section {
    min-height: clamp(410px, 60vh, 520px);
    padding: 42px 0 52px;
  }

  .error-404-copy h1 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .error-404-big {
    font-size: clamp(82px, 31vw, 126px);
    margin-bottom: 18px;
  }

  .error-404-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .error-404-actions .btnhit {
    width: 100%;
    text-align: center;
  }

  .error-404-link {
    text-align: center;
  }

  .error-404-visual {
    min-height: 260px;
  }

  .error-404-gauge {
    border-width: 16px;
    width: min(220px, 78vw);
  }

  .error-404-gauge-face {
    inset: 24px;
  }

  .error-404-gauge-needle {
    height: 78px;
  }

  .error-404-pipe {
    height: 26px;
  }

  .error-404-valve {
    width: 66px;
    height: 66px;
    font-size: 32px;
    border-width: 6px;
  }
}

@media (max-width: 380px) {
  .error-logo {
    max-width: 190px;
  }

  .error-404-section {
    padding: 36px 0 46px;
  }

  .error-404-big {
    font-size: 78px;
  }

  .error-404-copy h1 {
    font-size: 27px;
  }

  .error-404-copy p {
    font-size: 15px;
  }

  .error-404-actions .btnhit {
    min-width: 0;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
