:root {
  --white: #ffffff;
  --black: #000;
  --black2: #202834;
  --black-squeeze: #f8f8f8;
  --primary: #a13178;
  --blue: #002060;
  --blue2: #19366f;
  --secondary: #f5e9f0;
  --green: #35bd78;
  --grey: #f1f2f6;
  --grey-bg: #f5f5f5;
  --grey-bg2: #8f8f8f;
  --light-blue: #f1f6ff;
  --light-blue2: #3a7bff;
  --light-blue3: #e7f0f5;
  --mid-blue: #166a9c;
  --orange: #f26023;
  --global-color: #f26023;
  --red: #e93e3e;
  --blue3: #1c699d;
  --header-space: 80px;
  --radius12: 12px;
  --radius10: 10px;
  --radius5: 5px;
  --radius15: 15px;
  --radius20: 20px;

  /*fonts */
  --text-h1: 62px;
  --text-h2: 46px;
  --text-h3: 30px;
  --text-h4: 23px;
  --text-h5: 19px;
  --text-h6: 14px;
  --text-para: 15px;
  --text-small: 12px;

  --text-100: 95px;
  --text-90: 85px;
  --text-65: 60px;
  --text-50: 47px;
  --text-55: 52px;
  --text-18: 17px;
  --text-40: 38px;
  --text-30: 28px;
  --text-20: 17px;
  --text-25: 23px;
  --text-16: 16px;

  --space-default: 1rem;
  --space-l1-lg: 4rem;
  --space-l2-lg: 3rem;
  --space-l3-lg: 2.5rem;
  --space-l4-lg: 2rem;
  --space-l5-lg: 1.5rem;
  --space-l6-lg: 1rem;
  --space-l1-sm: calc(var(--space-l1-lg) / 4);
  --space-l2-sm: calc(var(--space-l2-lg) / 4);
  --space-l3-sm: calc(var(--space-l3-lg) / 4);
  --space-l4-sm: calc(var(--space-l4-lg) / 4);
  --space-l5-sm: calc(var(--space-l5-lg) / 4);
  --space-l6-sm: calc(var(--space-l6-lg) / 4);
  --space-list-items: 0.5rem;
}

@media screen and (max-width: 1701px) {
  :root {
    --text-100: 75px;
    --text-90: 65px;
    --text-65: 51px;
    --text-55: 43px;
    --text-50: 37px;
    --text-18: 15px;
    --text-16: 13px;
    --text-20: 17px;
    --text-30: 24px;
    --text-25: 18px;
    --text-40: 33px;
  }
}

@media screen and (max-width: 1541px) {
  :root {
    --text-100: 65px;
    --text-90: 57px;
    --text-55: 40px;
    --text-65: 47px;
    --text-50: 33px;
    --text-18: 14px;
    --text-16: 13px;
    --text-30: 21px;
    --text-25: 17px;
    --text-20: 15px;
    --text-40: 30px;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    --text-100: 60px;
    --text-55: 37px;
    --text-90: 50px;
    --text-65: 45px;
    --text-50: 30px;
    --text-18: 14px;
    --text-16: 13px;
    --text-20: 15px;
    --text-30: 20px;
    --text-25: 18px;
    --text-40: 28px;
  }
}

@media screen and (min-width: 992.5px) and (max-width: 1199.5px) {
  :root {
    --header-space: 80px;
    --text-h1: 48px;
    --text-h2: 40px;
    --text-h3: 28px;
    --text-h4: 22px;
    --text-h5: 16.5px;
    --text-h6: 13.5px;
    --text-para: 13px;
    --text-small: 12px;

    --text-100: 55px;
    --text-55: 35px;
    --text-90: 45px;
    --text-65: 40px;
    --text-50: 30px;
    --text-18: 13.5px;
    --text-16: 13px;
    --text-20: 14px;
    --text-30: 20px;
    --text-25: 17px;
    --text-40: 26px;
  }
}

@media screen and (max-width: 991.5px) {
  :root {
    --header-space: 72px;
    --text-h1: 40px;
    --text-h2: 32px;
    --text-h3: 24px;
    --text-h4: 20px;
    --text-h5: 16px;
    --text-h6: 13px;
    --text-para: 14px;
    --text-small: 11px;

    --text-100: 50px;
    --text-55: 27px;
    --text-90: 40px;
    --text-65: 30px;
    --text-50: 24px;
    --text-18: 13px;
    --text-16: 12.5px;
    --text-20: 13.5px;
    --text-30: 18px;
    --text-25: 17px;
    --text-40: 24px;
  }
}

@media screen and (max-width: 767.5px) {
  :root {
    --text-100: 40px;
    --text-55: 23px;
    --text-90: 30px;
    --text-65: 25px;
    --text-50: 20px;
    --text-18: 12.5px;
    --text-16: 11.5px;
    --text-20: 13px;
    --text-para: 13px;
    --text-30: 16px;
    --text-25: 14.5px;
    --text-40: 18.5px;
  }
}

.fw-500 {
  font-weight: 500;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

.fs-16w {
  font-size: var(--text-16);
}

.fs-18w {
  font-size: var(--text-18);
}

.fs-20w {
  font-size: var(--text-20);
}

.fs-25w {
  font-size: var(--text-25);
}

.fs-30w {
  font-size: var(--text-30);
}

.fs-40w {
  font-size: var(--text-40);
}

.fs-50w {
  font-size: var(--text-40);
}

.fs-55w {
  font-size: var(--text-55);
}

.fs-65w {
  font-size: var(--text-65);
}

.fs-90w {
  font-size: var(--text-90);
}

.fs-100w {
  font-size: var(--text-100);
}

.mt-30 {
  margin-top: 30px;
}

body {
  font-size: var(--text-para);
  background: var(--white);
  color: var(--black2);
  width: 100%;
  min-height: 100%;
  /* font-family: "Inter", sans-serif; */
  font-family: "Gellix";
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.4;
}

.spacing-pb-3 {
  padding-bottom: 2.75rem;
}

.spacing-pt-3 {
  padding-top: 2.75rem;
}

/* header start */

.dropdown-item {
  display: flex;
  font-weight: 600;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  font-size: var(--text-18);
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent !important;
}
.arrow-icon {
  margin-right: 10px;
  width: 4px;
  height: 8px;
}
.btn-gobal-btn {
  font-size: var(--text-16);
  background: var(--global-color);
  border-radius: 53px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  text-decoration: none;
  font-weight: bold;
}
.btn-gobal-btnblue {
  font-size: var(--text-16);
  background: var(--mid-blue);
  border-radius: 53px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  text-decoration: none;
}
.btn-gobal-btn:hover,
.btn-gobal-btn:focus {
  background: var(--global-color);
  color: var(--white);
}
.btn-gobal-btnblue:hover,
.btn-gobal-btnblue:focus {
  background: var(--mid-blue);
  color: var(--white);
}

.row {
  display: flex;
  justify-content: space-between;
}

.col {
  width: 45%;
}

html {
  overflow-x: hidden;
  height: 100%;
}
body {
  padding-top: 80px;
}
.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1031;
  transition: all 0.1s ease;
  background-color: var(--white);
  height: 80px;
  border-top: 4px solid #166a9c;
  box-shadow: 0px 2px 4px #00000029;
}

.header-wrap .navbar {
  background: var(--white);
  border-radius: var(--radius10);
  transition: all 0.3s ease;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}

.header-wrap.sticky .navbar {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
}

.header-wrap .navbar ul li.nav-item {
  position: relative;
}

.header-wrap .navbar ul li.nav-item .nav-link {
  font-size: var(--text-20);
  color: var(--black2);
  padding: 10px 0;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-bottom 0.3s ease;
    box-shadow: none !important;
}

.header-wrap .dropdown-toggle::after {
  margin-top: 5px;
  margin-left: 0.5em;
}

.header-wrap .navbar ul li.nav-item .btn-primary {
  background: #00598c;
  color: var(--white) !important;
  padding: 6px 20px !important;
  font-weight: 500;
  font-size: var(--text-16);
  text-decoration: none;
}

.header-wrap .navbar ul li.nav-item .btn-primary:hover {
  background: var(--primary-dark);
  color: var(--white) !important;
  transition: background-color 0.3s ease;
}

.header-wrap .navbar ul li.nav-item .nav-link:hover {
  color: #00598c;
}

/* Button */

.header-wrap .navbar ul li.nav-item .nav-link:hover {
  color: #00598c;
}

.header-wrap .navbar ul li.nav-item .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.header-wrap .navbar ul li.nav-item .btn-primary {
  background: #00598c;
  color: var(--white) !important;
  padding: 6px 20px !important;
  font-weight: 500;
  font-size: var(--text-16);
  text-decoration: none;
}

.header-wrap .navbar ul li.nav-item .btn-primary:hover {
  background: var(--primary-dark);
  color: #00598c !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.header-wrap .navbar ul li.nav-item .btn-primary::after {
  display: none;
}

.header-wrap .navbar ul li.nav-item .btn-primary:hover::after {
  display: none;
}

.nav-item .nav-link.active {
  color: #00598c !important;
  background-color: transparent;
}

.nav-item .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*header-praba*/

.header-wrap .container-fluid {
  padding-left: 3vw;
  padding-right: 3vw;
}

.navbar-brand-item {
  width: 90px;
}

@media screen and (min-width: 992px) {
  .header-wrap .navbar .navbar-nav {
    margin-left: 4vw;
  }

  .header-wrap .navbar ul li.nav-item:not(:last-child) {
    padding-right: 2.25vw;
  }

  .header-wrap .navbar ul li.nav-item a.nav-link {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.navbar-toggler {
  background: var(--grey-bg);
  display: flex;
  padding: 8px 14px;
  align-items: center;
  gap: 8px;
  font-size: var(--text-para);
  border-radius: 8px;
  border: none;
  color: var(--black);
  box-shadow: none !important;
  height: 40px;
  justify-content: center;
}

.navbar-toggler svg{
  color: var(--mid-blue);
}

.navbar-toggler:focus {
  border: 1px solid var(--grey3);
  box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
  background: var(--grey-bg);
}

.noneblock {
  display: none !important;
}

.activeblock {
  display: block !important;
}

.opened .noneblock {
  display: block !important;
}

.opened .activeblock {
  display: none !important;
}

.header-wrap .navbar .bg-boxblenav li.nav-item a.nav-link {
  font-weight: 400;
  font-size: var(--text-18);
}

.heltext span:first-child {
  font-size: var(--text-small);
  display: block;
}

.heltext span:last-child {
  font-size: var(--text-16);
  display: block;
  color: #166a9c;
  font-weight: 600;
}

/*responsive header*/
@media screen and (min-width: 993px) and (max-width: 1199px) {
  .header-wrap .navbar ul li.nav-item:not(:last-child) {
    padding-right: 1.5vw;
  }
}

@media screen and (max-width: 991.5px) {
  .header-wrap .navbar {
    padding: 12px;
  }
  .droopdwonmenu-wrap {
    padding: 0 10px;
  }

  .navbar-collapse {
    border-top: 1px solid var(--grey-border);
    position: absolute;
    top: 100%;
    width: 100%;
    background: var(--white);
    left: 0;
    height: calc(100vh - var(--header-space)) !important;
    transition: all 0.3s ease;
    transform: translateX(-100%);
    overflow-y: auto;
    padding-bottom: 10%;
  }

  .navbar-collapse.show {
    transform: inherit;
  }

  .header-wrap .navbar .navbar-nav > .nav-item {
    padding: 0px 10px;
  }

  .header-wrap
    .navbar
    .navbar-collapse
    .navbar-nav
    > .nav-item:not(:last-child) {
    border-bottom: 1px solid var(--grey-border);
  }

  .header-wrap .navbar .navbar-nav > .nav-item > .nav-link {
    justify-content: space-between;
  }

  .header-wrap .navbar .navbar-nav > .nav-item .submenulists {
    position: static;
    width: 100%;
    height: auto;
  }

  .navbar-brand > img {
    width: 80px;
    height: auto;
  }

  .header-wrap {
    height: 80px;
    border-width: 2px;
  }
}

@media (min-width: 991.6px) {
  .bg-boxblenav::before {
    content: "";
    background: #e7f0f5;
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    right: 0;
  }

  .header-wrap .navbar .navbar-nav > .nav-item .submenulists {
    display: block;
    transform: translate3d(0px, -35px, 0px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }

  .header-wrap .navbar .navbar-nav > .nav-item .submenulists.show {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .header-wrap .navbar .navbar-nav > .nav-item #AboutMenu ~ .submenulists {
    width: 450px;
  }
  .header-wrap .navbar .navbar-nav > .nav-item #ProductsMenu ~ .submenulists {
    width: 15vw;
  }
  .md-w-75 {
    width: 75%;
  }
}

/* header end*/

/*career page start*/

.career-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.career-heroheading {
  line-height: 1.4;
}

.img-fluid-sector {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
}

.lazyload {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.join {
  color: #1c699d;
}

.join-full {
  background: #e7f0f5;
}

.join-half {
  background: #ededed;
}

.work-half {
  background: linear-gradient(to bottom, #ededed 70%, #fff 30%);
}

.why-work-with-us {
  background-color: var(--grey-bg);
  padding-top: var(--space-l4-lg);
  padding-bottom: var(--space-l4-lg);
}

.why-work-with-us h2 {
  color: #000000;
  font-size: var(--text-50);
  margin-bottom: var(--space-l3-lg);
}

.why-work-with-us .card {
  background-color: var(--white);
  border-radius: var(--radius12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.why-work-with-us .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.why-work-with-us .card-body {
  padding: var(--space-l4-lg);
}

.why-work-with-us .card img {
  width: 60px;
  height: 60px;
  margin-bottom: var(--space-list-items);
}

.why-work-with-us .card-title {
  font-size: var(--text-30);
  color: #000;
  margin-bottom: 1rem;
}

.why-work-with-us .card-text {
  font-size: var(--text-para);
  color: var(--black2);
  line-height: 1.6;
}

.card-body img {
  float: right;
  width: 5rem;
}

.work-us {
  display: inline-block;
  color: #000;
  text-align: left;
}

.work-letter {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px #00000029;
}

.work-full {
  background: linear-gradient(to bottom, #e7f0f5 70%, #fff 30%);
}

.leftposition-matex {
  position: static;

  text-align: left;
  margin-top: 20px;
  z-index: 1;
}

.why-join-with-us {
  background-color: #ededed;
  padding-top: var(--space-l4-lg);
  padding-bottom: var(--space-l4-lg);
}

.why-join-with-us h2 {
  color: #000000;
  font-size: var(--text-50);
  margin-bottom: var(--space-l3-lg);
}

.why-join-with-us .card {
  background-color: var(--white);
  border-radius: var(--radius12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.why-join-with-us .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.why-join-with-us .card-body {
  padding: var(--space-l4-lg);
}

.why-join-with-us .card img {
  width: 60px;
  height: 60px;
  margin-bottom: var(--space-list-items);
}

.why-join-with-us .card-title {
  font-size: var(--text-30);
  color: #000;
  margin-bottom: 1rem;
}

.why-join-with-us .card-text {
  font-size: var(--text-para);
  color: var(--black2);
  line-height: 1.6;
}

.why-success-with-us {
  background-color: #e9f8f9;
  padding-top: var(--space-l4-lg);
  padding-bottom: var(--space-l4-lg);
}

.why-success-with-us h2 {
  color: #000000;
  font-size: var(--text-50);
  margin-bottom: var(--space-l3-lg);
}

.why-success-with-us .card {
  background-color: var(--white);
  border-radius: var(--radius12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.why-success-with-us .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.why-success-with-us .card-body {
  padding: var(--space-l4-lg);
}

.why-success-with-us .card img {
  width: 60px;
  height: 60px;
  margin-bottom: var(--space-list-items);
}

.why-success-with-us .card-title {
  font-size: var(--text-30);
  color: #000;
  margin-bottom: 1rem;
}

.why-success-with-us .card-text {
  font-size: var(--text-para);
  color: var(--black2);
  line-height: 1.6;
}

.success-full {
  background: linear-gradient(to bottom, #e9f8f9 70%, #fff 30%);
}

.success-half {
  background: #e9f8f9;
}

.why-sensitive-with-us {
  background-color: #ebf6fe;
  padding-top: var(--space-l4-lg);
  padding-bottom: var(--space-l4-lg);
}

.why-sensitive-with-us h2 {
  color: #000000;
  font-size: var(--text-50);
  margin-bottom: var(--space-l3-lg);
}

.why-sensitive-with-us .card {
  background-color: var(--white);
  border-radius: var(--radius12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.why-sensitive-with-us .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.why-sensitive-with-us .card-body {
  padding: var(--space-l4-lg);
}

.why-sensitive-with-us .card img {
  width: 60px;
  height: 60px;
  margin-bottom: var(--space-list-items);
}

.why-sensitive-with-us .card-title {
  font-size: var(--text-30);
  color: #000;
  margin-bottom: 1rem;
}

.why-sensitive-with-us .card-text {
  font-size: var(--text-para);
  color: var(--black2);
  line-height: 1.6;
}

.sensitive-full {
  background: linear-gradient(to bottom, #ebf6fe 70%, #fff 30%);
}

.sensitive-half {
  background: #ebf6fe;
}

.why-customer-with-us {
  background-color: #f8f8f8;
  padding-top: var(--space-l4-lg);
  padding-bottom: var(--space-l4-lg);
}

.why-customer-with-us h2 {
  color: #000000;
  font-size: var(--text-50);
  margin-bottom: var(--space-l3-lg);
}

.why-customer-with-us .card {
  background-color: var(--white);
  border-radius: var(--radius12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.why-customer-with-us .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.why-customer-with-us .card-body {
  padding: var(--space-l4-lg);
}

.why-customer-with-us .card img {
  width: 60px;
  height: 60px;
  margin-bottom: var(--space-list-items);
}

.why-customer-with-us .card-title {
  font-size: var(--text-30);
  color: #000;
  margin-bottom: 1rem;
}

.why-customer-with-us .card-text {
  font-size: var(--text-para);
  color: var(--black2);
  line-height: 1.6;
}

.customer-full {
  background: linear-gradient(to bottom, #f8f8f8 70%, #fff 30%);
}

.customer-half {
  background: #f8f8f8;
}

.current-openings {
  padding: 0rem;
}

.opening {
  text-align: left;
  margin-bottom: 1rem;
  font-weight: bold;
  padding-top: 3.75rem;
}

.job-card {
  background-color: #f3f7fa;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.job-header {
  margin-bottom: 1rem;
    color: #05548F;

}

.intern-back{
color: #05548F;
}

.job-specification {
  margin-bottom: 1rem;
}

.job-description {
  margin-bottom: 1rem;
}

.job-location {
  margin-bottom: 1rem;
}

.job-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

/* .apply-btn {
  background-color: #F26023;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 45px;
  cursor: pointer;
  margin-top: 1rem;
  align-self: flex-end;
}

.apply-btn:hover {
  background-color: #e64a19;
} */

.job-item {
  background-color: #ededed;
}

/* career page end  */

/* contact page start */

.contact-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.contact-heroheading {
  line-height: 1.4;
}

.contact-section {
  background-color: #e7f0f5;
  padding: 60px 0;
}

.form-control {
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.btn-orange {
  background-color: #f05423;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
}

.btn-orange:hover {
  background-color: #e03d1a;
  color: #fff;
}

.Presence-herobanner-position {
  position: absolute;
  top: 5%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.Presence-heroheading {
  line-height: 1.4;
}

.pan-india {
  color: #1b6399;
}

.pan-herobanner-position {
  position: absolute;
  top: 13%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.india-herobanner-position {
  position: absolute;
  top: 16%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.list-unstyled {
  padding: 0;
  margin: 0;
}

.list-unstyled li {
  margin-bottom: 10px;
}

.pan-india-list {
  position: absolute;
  top: 39%;
  left: calc(12% - 1.5rem);
  transform: translateY(-50%);
}

.Global-herobanner-position {
  position: absolute;
  top: 56%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.global-heroheading {
  line-height: 1.4;
}

.pan-global-list {
  position: absolute;
  top: 75%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
  width: inherit;
}

.india-list {
  position: absolute;
  top: 37%;
  left: calc(27% - 1.5rem);
  transform: translateY(-50%);
}

/* contact page end  */

/* EcoSystem page start  */

.vendor-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.ecosystem-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vendor-heroheading {
  line-height: 1.4;
}

.partner-btn {
  background-color: #f26023;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 45px;
  cursor: pointer;
  margin-top: 1rem;
  align-self: flex-end;
}

.vendor-full {
  background: #e7f0f5;
}

.vendor-section {
  background: #f1f3f2 0% 0% no-repeat padding-box;
  padding: 1.5rem;
  position: relative;
}

.vender-line {
  line-height: normal;
}

.Strength-heroheading {
  line-height: 1.4;
}

.vendor-back {
  background-color: #dbf7f9;
}

.vendor-pcb {
  background-color: #f4f4f4;
}

.vendor-major {
  background-color: #fafcfd;
}

.ecosystem {
  font-size: 35px;
  font-weight: 600;
}
/* .buying{
  font-size: 35px;
  font-weight: 600;
} */
.selling-btn {
  background-color: #fafcfd;
  color: #25bfc9;
  border: none;
  padding: 10px 51px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 4rem;
}
.buying-btn {
  background-color: #4cd9e2;
  color: #ffffff;
  border: none;
  padding: 10px 51px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 4rem;
  margin-right: 2rem;
}

.active-button {
  background-color: white;
  color: #25bfc9;
}

.inactive-button {
  background-color: #25bfc9;
  color: white;
}

.eco {
  margin-top: -3rem;
}

.btn-selected {
  background-color: blue;
  color: white;
}
.btn-unselected {
  background-color: white;
  color: black;
}
.content-section {
  display: none;
}
.content-section.active {
  display: block;
}

.buying-back {
  background: linear-gradient(to top, #dbf8f9 56%, #fff 30%);
}

/* vendor page end  */

/* applynow  page start  */

.apply-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.apply-heroheading {
  line-height: 1.4;
}

/* .apply-btn {
  background-color: #F26023;
} */

.resume-button {
  background: #1c699d;
}

.apply-back {
  background-color: #e7f0f5;
}

/* applynow  page end   */

/* intership  page start  */

.intership-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.intership-heroheading {
  line-height: 1.4;
}

.intern-submit {
  background-color: #f26023;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  float: left;
}

.btn-submit:hover {
  background-color: #f26023;
}

.select-dropdown {
  position: relative;
}

.select-dropdown select {
  /* appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; */
  border-radius: 5px;
}

.select-dropdown::after {
  content: ".";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* intership  page end  */

/* leadership  page start  */

.board-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.board-heroheading {
  line-height: 1.4;
}

.board-btn {
  background-color: #4cd9e2;
  color: white;
  border: none;
  padding: 20px 90px;
  border-radius: 45px;
  cursor: pointer;
  margin-top: 4rem;
  margin-right: 2rem;
  display: inline-block;
  text-align: center;
}

.team-btn {
  background-color: #4cd9e2;
  color: white;
  border: none;
  padding: 20px 90px;
  border-radius: 45px;
  cursor: pointer;
  margin-top: 4rem;
  display: inline-block;
  text-align: center;
}

.active-board {
  background-color: #4cd9e2;
}

.active-team {
  background-color: #05548f;
}

.board-full {
  background: linear-gradient(to bottom, #e7f0f5 70%, #fff 30%);
}

.author-section {
  display: flex;
  align-items: flex-start;
}

.author-left {
  text-align: left;
}

.author-image {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.author-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.author-role {
  font-size: 18px;
  color: gray;
  margin-bottom: 20px;
}

.author-right {
  text-align: left;
}

.author-description {
  font-size: 16px;
  line-height: 1.6;
}

.author-section2 {
  display: flex;
  align-items: flex-start;
}

.author-description-left {
  text-align: left;
}

.author-description2 {
  font-size: 16px;
  line-height: 1.6;
}

.author-info-right {
  text-align: right;
}

.author-image {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.author-name2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.author-role2 {
  font-size: 18px;
  color: gray;
  margin-bottom: 20px;
}

.author2 {
  background-color: #edfbfc;
}

.authour-back {
  background-color: #ededed;
}

/* leadership  page end  */

/* success stories landing  page start  */

.success-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.success-heroheading {
  line-height: 1.4;
}

.bg-light {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(30px);
  min-height: 11rem;
}

/* .content-box {
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(30px);
  min-height: 300px; /* Ensures equal box height
  display: flex;
  flex-direction: column;
  justify-content: space-between;  Distributes space inside the box
} */

.logo-box {
  text-align: right;
  padding-right: 21px;
}
/* 
.success-content {
  margin-top: -6rem;
  position: relative;
  z-index: 102;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
} */

.storie-back {
  background-color: #e7f0f5;
}

/* success stories landing  page end  */

/* home page start  */

.vendor-section {
  background: linear-gradient(to bottom, #ededed 60%, #fff 30%);
  padding: 50px 0;
}

.vendor-section h2 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.vendor-section p {
  margin-bottom: 40px;
  color: #333;
  text-align: center;
}

.vendor-highlight {
  font-weight: 700;
  color: #1c699d;
}

.vendor-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.vendor-card {
  text-align: center;
  flex: 1;
  min-width: 220px;
}

.vendor-number {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: -27px;
}

.vendor-category-container {
  background-color: #adadad;
  padding: 35px;
  margin-top: 10px;
  height: 50%;
}

.non-ferrous {
  color: #adadad;
}

.vendor-category {
  font-weight: 500;
}

/* Special Card Styles */
.vendor-card.pcb .vendor-category-container {
  background-color: #25bfc9;
  color: #ffffff;
}

.pcb {
  color: #25bfc9;
}

.vendor-card.other .vendor-category-container {
  background-color: #1c699d;
  color: #ffffff;
}

.other {
  color: #1c699d;
}

.vendor-card.ferrous .vendor-category-container {
  background-color: #757575;
  color: #ffffff;
}

.btn-know-more {
  display: block;
  margin: 0 auto;
  background-color: #f26023;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-know-more:hover {
  background-color: #f26023;
}

.ferrous-num {
  color: #757575;
}

.major {
  margin-top: -18px;
}

.tex-heroheading {
  line-height: 1.4;
}

.tex-know-more {
  margin: 0 auto;
  background-color: #f26023;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  transition: background-color 0.3s ease;
}

.custom-back {
  background-color: #166a9c;
}

.custom-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.custom-heroheading {
  line-height: 1.4;
}

.committed-section {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

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

.committed-overlay {
  position: relative;
  /* left: 50%;
  transform: translateX(-50%); */
  background-color: white;
  padding: 3rem 40px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  /* width: 90%;
  max-width: 1200px; */
  margin-top: -96px;
  z-index: 21;
  margin-left: auto;
  margin-right: auto;
}
.committed {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.committed-value img {
  width: 40px !important;
}

.committed-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  gap: 20px;
}

.committed-value {
  text-align: center;
  flex: 1;
  min-width: 250px;
}

.committed-value img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.committed-value h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.committed-value p {
  font-size: 14px;
  color: #555;
}

.vision {
  height: 100%;
}

.mission {
  height: 100%;
}

.commission {
  height: 100%;
}

.who-we-are {
  flex: 1;
  margin-right: 20px;
  text-align: left;
  /* margin-left: 54px; */
}

.who-we-are h2 {
  color: #166a9c;
  margin-bottom: 20px;
}

.who-we-are p {
  color: #000000;
}

.who-content {
  color: #777777;
}

.who-we-are button {
  background-color: #f26023;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 38px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
  margin-top: 67px;
}

.india {
  color: #f26023;
}

/* Our Milestone Section */
.milestones {
  flex: 1;
}

.milestones h2 {
  margin-bottom: 20px;
  text-align: left;
}

.fy {
  font-size: 20px;
  color: #000000;
  margin-left: 10px;
}

.milestone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.milestone-item {
  text-align: left;
  border-bottom: 1px dashed #ccc;
}

.milestone-item h3 {
  color: #166a9c;
  font-weight: bold;
}

.milestone-item p {
  font-size: var(--text-16);
  color: #333333;
  font-weight: 500;
}

.milestone-number {
  color: #37a3f5;
}

@media screen and (min-width: 991.6px) {
  .tex-herobanner-position {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    width: 40%;
    z-index: 1;
  }

  .milestones {
    flex: 1;
    margin-left: 20px;
    margin-top: 4rem !important;
  }
}

@media screen and (max-width: 767.5px) {
  .committed-overlay {
    margin-top: -25px;
    padding: 20px;
  }

  .who-we-are {
    margin-left: 0px;
  }

  .who-we-are button {
    margin-top: 0px;
  }
  .milestone-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.customer-delight-section {
  position: relative;
  z-index: 1;
}

.customer-delight-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.customer-delight-card {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.customer-delight-card img {
  max-width: 50px;
  margin-bottom: 15px;
}

.customer-delight-card h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.customer-delight-card p {
  margin-bottom: 0px;
  color: #000000;
}

.btn-primary {
  background-color: #f76300;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 5px;
}

.success-storie-section {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.success-storie-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.success-content {
  margin-top: -6rem;
  position: relative;
  z-index: 102;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.logo-box {
  text-align: right;
  padding-right: 21px;
}

.know-btn {
  color: #f26023;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  margin-bottom: 0rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: var(--text-16);
  padding: 0;
}
/* 
.bg-light {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(30px);
  min-height: 11rem;

} */

.view-btn {
  background-color: #f76300;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 37px;
  color: white;
}

.Partner-btn {
  background-color: #f76300;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 37px;
  color: white;
}

/*praba-code*/
:root {
  --bluebg1: #166a9c;
}

.bg-blue {
  background: var(--bluebg1);
}

.vertical-slider-content .vertical-items-c {
  font-size: var(--text-40);
  font-weight: 600;
  border-radius: 60px;
  border: 1px solid var(--white);
  padding: 9px 20px;
  color: var(--white);
  opacity: 1;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.vertical-slider-content .slick-slide:not(.slick-current) .vertical-items-c {
  opacity: 0.2;

  transition: transform 0.3s ease, opacity 0.3s ease, all 0.3s ease;
  font-size: var(--text-20);
  width: 70%;
  font-weight: 400;
}

.vertical-slider-content .slick-slide.slick-active .vertical-items-c {
  opacity: 0.5;

  transition: transform 0.3s ease, opacity 0.3s ease, all 0.3s ease;
  font-size: var(--text-25);
  width: 90%;
  font-weight: 400;
}

.vertical-slider-content .slick-slide .vertical-items-c {
  transition: transform 0.3s ease, opacity 0.3s ease, all 0.3s ease;
  font-size: var(--text-25);
  width: 80%;
  font-weight: 400;
}

.vertical-slider-content .slick-slide.slick-current .vertical-items-c {
  opacity: 1;
  transform: scale(1);

  color: var(--bluebg1);
  background: var(--white);
  font-size: var(--text-30);
  width: 100%;
  font-weight: 600;
}

.vertical-slider-content .slick-list {
  padding: 110px 0 !important;
  padding-bottom: 20px !important;
}

@media screen and (min-width: 1024px) {
  .custom-tailor-sec .row > *:first-child {
    width: 55%;
  }

  .custom-tailor-sec .row > *:last-child {
    width: 45%;
  }
}

@media screen and (max-width: 1023px) {
  .vertical-slider-content .slick-list {
    padding: 85px 0 !important;
    padding-bottom: 10px !important;
  }
}

/* home  page end  */

/* valuetek  page end  */
/*

.valuetek-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.valuetek-heroheading {
  line-height: 1.4;
}

.valuetek-choose-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.valuetek-heroheading {
  line-height: 1.4;
}

.accordion-item {
  margin-bottom: 1rem;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: white;
  padding: 0.75rem;
  border-radius: 5px;
}

.toggle-symbol {
  font-size: 1.5rem;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 0.75rem;

  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 0.5rem;
}

.accordion-content.open {
  max-height: 200px;

  padding: 0.75rem;
}

.scrap {
  position: relative;
}

.scrap-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;

  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);

  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scrap-overlay h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: left;
}

.scrap-types {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scrap-item {
  background: white;
  color: #004080;

  padding: 0.75rem 1rem;
  border-radius: 5px;
  text-align: center;
  flex: 0 0 45%;

  font-weight: bold;
}

.scrap-benefits {
  text-align: center;
  padding: 2rem 0;
}

.scrap-benefits h2 {

  margin-bottom: 1.5rem;
  color: #333;
}

.benefit-cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.benefit-card {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 250px;

}

.benefit-card h3 {

  margin-bottom: 0.75rem;
  font-weight: 600;
  text-align: left;
}

.benefit-card p {

  color: #666;
  text-align: left;
}

.our-solution {
  position: relative;
}

.solution-content {
  top: 0;
  right: 5%;
  width: 40%;
  color: white;
}

.solution-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;

  display: inline-block;
  padding-bottom: 0.5rem;
}

.solution-content ul {
  list-style: none;
  padding: 0;
}

.solution-content li {
  margin-bottom: 2rem;
}

.content-wrapper {
  display: flex;
  align-items: center;

  gap: 1rem;


  padding-bottom: 0.5rem;

}

.content-wrapper img {
  width: 40px;

  flex-shrink: 0;

  align-self: flex-start;

}

.text-content {
  flex: 1;
}

.solution-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.solution-content p {
  font-size: 1rem;
  line-height: 1.5;
}

.solution-line {
  border-bottom: 2px solid white;

}

.how-it-works {
  text-align: center;
  padding: 3rem 0;
  background-color: #f0f8ff;

}

.how-it-works h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.steps-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.steps-list li {
  flex: 1;
  padding: 1rem;
  text-align: center;
}

.step-icon {
  font-size: 60px;
  font-weight: bold;
  color: #02598C;

  background-color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-style: italic;
}

.management {
  position: relative;
  color: white;
}

.management-content {
  top: 0%;
  left: 10%;
  max-width: 40%;
  color: white;
  padding: 1.5rem;
  border-radius: 10px;
}

.management-content h2 {

  margin-bottom: 1rem;
}

.management-content p {

  margin-bottom: 1rem;
}

.management-content ul {
  list-style: none;
  padding: 0;
}

.management-content li {
  background: white;
  color: black;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
*/

/* valuetek  page start  */

.valuetek-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.valuetek-heroheading {
  line-height: 1.4;
}

.valuetek-choose-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.valuetek-heroheading {
  line-height: 1.4;
}

/* .accordion-item {
  margin-bottom: 1rem;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: white;
  padding: 0.75rem;
  border-radius: 5px;
}

.toggle-symbol {
  font-size: 1.5rem;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 0.75rem;

  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 0.5rem;
}

.accordion-content.open {
  max-height: 200px;

  padding: 0.75rem;
} */

.scrap {
  position: relative;
}

.scrap-back {
  background-color: #000000;
}

.scrap-bg-container {
  background-image: url(/wp-content/themes/Matex/assets/images/valuetek/why.png);
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  padding: 1rem 0;
  overflow: auto;
  min-height: 500px;
  align-content: space-around;
}

.scrap-overlay {
  float: right;
  width: 40%;
}

.scrap-overlay h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}

.scrap-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem;
}

.scrap-item {
  background: white;
  color: #166a9c;

  padding: 0.75rem 1rem;
  border-radius: 5px;
  text-align: center;
  flex: 0 0 45%;

  font-weight: bold;
}

.scrap-benefits {
  text-align: center;
  padding: 2rem 0;
}

.scrap-benefits h2 {
  margin-bottom: 1.5rem;
  color: #333;
}

.benefit-cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.benefit-card {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 250px;
}

.benefit-card h3 {
  margin-bottom: 0.75rem;
  font-weight: 600;
  text-align: left;
}

.benefit-card p {
  color: #666;
  text-align: left;
}

.our-solution {
  position: relative;
}

.solution-content {
  top: 50px;
  right: 5%;
  width: 40%;
  color: white;
}

.solution-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;

  display: inline-block;
  padding-bottom: 0.5rem;
}

.solution-content ul {
  list-style: none;
  padding: 0;
}

.solution-content li {
  margin-bottom: 2rem;
}

.content-wrapper {
  display: flex;
  align-items: center;

  gap: 1rem;

  padding-bottom: 0.5rem;
}

.content-wrapper img {
  width: 40px;

  flex-shrink: 0;

  align-self: flex-start;
}

.text-content {
  flex: 1;
}

.solution-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.solution-content p {
  font-size: 1rem;
  line-height: 1.5;
}

.solution-line {
  border-bottom: 2px solid white;
}

.how-it-works {
  text-align: center;
  padding: 3rem 0;
  background-color: #f0f8ff;
}

.how-it-works h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.steps-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.steps-list li {
  flex: 1;
  padding: 1rem;
  text-align: center;
}

.step-icon {
  font-size: 60px;
  font-weight: bold;
  color: #02598c;

  background-color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-style: italic;
}

.management {
  position: relative;
  color: white;
}

.management-bg {
  background-image: url("/wp-content/themes/Matex/assets/images/valuetek/shutterstock_2164482695.png");
  min-height: 500px;
  height: auto;
  width: 100%;
  padding: 2rem 0;
  contain: content;
  background-size: cover;
  background-repeat: no-repeat;
}

.security-compliance-bg {
  background-image: url("/wp-content/themes/Matex/assets/images/valuetek/Group-688.jpg");
  width: 100%;
  min-height: 250px;
  height: auto;
  padding: 2rem 0;
}

@media (max-width: 480px) {
}

.management-content {
  top: 0%;
  left: 10%;
  max-width: 40%;
  color: white;
  padding: 1.5rem;
  border-radius: 10px;
}

.management-content h2 {
  margin-bottom: 1rem;
}

.management-content p {
  margin-bottom: 1rem;
}

.management-content ul {
  list-style: none;
  padding: 0;
}

.management-content li {
  background: white;
  color: black;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1702px) {
.management-content {
    top: 7%;
}

.management-bg {
    min-height: 600px;
}
}

.security {
  text-align: left;
}

.service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  color: #fff;
  border-bottom: 1px solid white;
  padding-bottom: 1.5rem;
}
.service-item img {
  width: 60px;
  height: 70px;
  margin-right: 30px;
  margin-top: 5px;
}
.service-item h5 {
  font-weight: 600;
  font-size: var(--text-30);
}
.service-item p {
  margin: 0;
  font-size: var(--text-20);
}

/* valuetek  page end  */

.matex-footer {
  background-color: #0d273d;
  color: #fff;
  padding: 40px 0;
  padding-bottom: 0px;
}

.matex-footer a {
  color: #fff;
  text-decoration: none;
}

.matex-footer a:hover {
  text-decoration: underline;
}

.matex-footer h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

.matex-footer ul {
  list-style: none;
  padding: 0;
}

.matex-footer ul li {
  margin-bottom: 10px;
}

.matex-footer .contact-info {
  font-size: 13px;
  line-height: 1.8;
}

.matex-footer .iso-certificate img {
  width: 50px;
  height: auto;
}

.matex-footer .social-icons a {
  font-size: 18px;
  margin-left: 10px;
}

.footer-tech-list {
  margin-left: -15px;
}

.matex-footer-bottom {
  padding: 10px 0;
  text-align: center;
  background-color: #0b1c2a;
  font-size: 14px;
}

/* thangapandi-css-code-start */
/*Banner Section Container */
/* .matex-proteck-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
} */

.matex-proteck-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(9% - 1.5rem);
  transform: translateY(-50%);
}
div#leadership {
    margin-top: -15px;
}
.matex-protect-title {
  color: var(--white);
  line-height: 1.2;
  margin-top: -22px;
  color: var(--white);
}

.matex-protect-title span {
  font-size: 45px;
}

.matex-protect-bannertext {
  z-index: 2;
  position: relative;
}

.matex-protect-bannertext p {
  font-weight: 600;
  color: var(--white);
}

/* protect-info section */
.matex-protect-info {
  background-color: var(--light-blue3);
  padding: 50px 0;
}

.matex-protect-info h2 {
  color: var(--black);
}

.matex-protect-text p {
  color: var(--black);
  margin-top: 36px;
  line-height: 1.7;
  /* margin-left: 88px; */
  margin-bottom: 45px;
}

/* matex factsheet */
/* .matex-protect-factsheet {
  padding: 50px 0;
} */

/* .matex-fact-box {
  margin-top: 30px;
} */

.matex-protect-factsheet h2 {
  color: var(--mid-blue);
  font-weight: bold;
}

.matex-protect-factsheet p.subtitle {
  color: var(--black);
  margin-bottom: 40px;
}

.matex-protect-fact {
  color: var(--mid-blue);
  font-weight: 800;
}

.matex-protect-fact-text {
  color: var(--black);
  /* margin-top: 10px; */
}

.matex-protect-factsheet .fact-box {
  margin-bottom: 40px;
  text-align: left;
}

/* .matex-stat-box {
  margin-left: 75px;
} */

/* matex-cluster-section */
.matex-protect-cluster-section {
  padding-top: 10px;
}

.matex-protect-cluster-description {
  margin-bottom: 30px;
  text-align: left;
  width: 110%;
}

.matex-protect-cluster-title {
  margin-bottom: 20px;
  color: black;
  text-align: left;
}

.matex-protect-cluster-list {
  list-style: none;
  padding: 0;
}

.matex-protect-cluster-list li {
  background-color: var(--black-squeeze);
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: var(--text-30);
  font-weight: 600;
  /* margin-left: 93px; */
}

.matex-protect-cluster-list li:hover {
  background-color: #e0e0e0;
}

.matex-protect-cluster-image {
  width: 143%;
  margin-left: -127px;
  max-width: 500px;
  margin-top: -20px;
}

.matex-cluster-right {
  margin-top: -112px;
}

/* matex-proteck-auction-section */
.matex-proteck-auction-section {
  position: relative;
  overflow: hidden;
}

.matex-proteck-auction-contents {
  color: var(--black);
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  /* padding-right: 240px; */
  margin-top: 25px;
}

.matex-proteck-auction-description {
  margin-bottom: 40px;
  margin-top: 25px;
}

.matex-proteck-auction-box {
  background: var(--white);
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.matex-proteck-auction-boxes {
  display: flex;
  justify-content: space-between;
}

.matex-proteck-box {
  background: var(--white);
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0062cc;
  cursor: pointer;
  padding: 30px 15px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.matex-proteck-box:hover {
  background: #f0f0f0;
  border-color: #0062cc;
}

/* matex-protect-rating */
.matex-protect-rating-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.matex-protect-rating-content {
  color: #fff;
  padding: 30px;
  max-width: 450px;
  margin-right: 50px;
  border-radius: 8px;
  z-index: 2;
}

.matex-protect-rating-content {
  color: #fff;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.matex-protect-rating-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.matex-protect-rating-content p {
  margin-bottom: 20px;
}

.matex-protect-card1 {
  background-color: #fff;
  color: var(--mid-blue);
  border-radius: 10px;
  padding: 0px 20px;
  padding-top: 19px;
  padding-bottom: 6px;
  padding-right: 50px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  min-width: 200px;
  line-height: 0.8;
  font-size: 22px;
}

.matex-protect-card2 {
  background-color: #fff;
  color: var(--mid-blue);
  border-radius: 10px;
  padding: 0px 20px;
  padding-top: 8px;
  padding-bottom: 0px;
  padding-right: 35px;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  min-width: 200px;
  font-size: 22px;
}

.matex-protect-card1 span {
  display: block;
  margin-top: 10px;
}

.matex-protect-card2 span {
  margin-top: 10px;
}

.matex-rating-row {
  margin-left: -130px;
  margin-top: 45px;
}

.matex-protect-cards {
  width: 135%;
  margin-top: 50px;
}

.rating-text {
  margin-top: 55px;
}

.rating-report {
  margin-top: 65px;
}

.matex-rating-image {
  width: 55px;
  margin-left: 115px;
  margin-top: -40px;
}

.matex-protect-rating-content p {
  /* margin-bottom: 20px; */
  margin-top: 5px;
}

.dotted-line {
  content: "";
  display: block;
  border-top: 1px dashed #c1c8cc;
  margin: 10px 0;
  margin-top: 55px;
  margin-right: 36px;
}

.dotted-line2 {
  content: "";
  display: block;
  border-top: 1px dashed #c1c8cc;
  margin: 10px 0;
  margin-top: -51px;
  margin-right: 36px;
}

.matex-fact-count {
  margin-top: 50px;
}

/* matex offering */
.matex-protect-offering {
  padding: 50px 0;
  color: #fff;
}

.matex-protect-offering h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.accordion-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  /* margin-left: 95px; */
}

.accordion-button {
  background-color: #f8f9fa;
  color: #333;
  font-weight: bold;
  border: none;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--white);
  color: var(--black);
}

.accordion-body {
  background-color: var(--white);
  /* padding: 20px; */
  border-radius: 10px;
}

.matex-protect-offering .accordion-button::after {
  font-size: 1.5rem;
}

/* .matex-offer-accordion {
  margin-left: -62px;
} */

.matex-offer-accordsect {
  margin-top: 65px;
}

.accord-sect-title {
  /* margin-left: 95px; */
  margin-bottom: 30px;
}

.matex-offer-left {
  margin-top: 10px;
}

.matex-offer-left-title {
  margin-top: -20px;
}

.matex-offer-left-subhead {
  margin-top: 40px;
}

.matex-offer-left-descr {
  margin-top: 30px;
}

.accordion {
  --bs-accordion-active-color: white !important;
  --bs-accordion-btn-focus-box-shadow: var(--white) !important;
  --bs-accordion-border-color: var(--white) !important;
}

.accordion-button:not(.collapsed) {
  --box-shadow: none !important;
}

.matex-accord-collapse {
  font-size: var(--text-20);
  margin-top: -20px;
}

/* .accordion-collapse {
  padding-bottom: 10px;
} */

.benefits-special {
  margin-right: 120px !important;
  font-weight: bold;
}

.matex-ahead-success-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
}

.matex-ahead-success-text {
  flex: 1;
  font-size: 1.2rem;
}

.matex-ahead-success-icons {
  display: flex;
  gap: 5px;
}

.matex-ahead-success-icons img {
  width: 40px;
  height: 40px;
  /* transition: transform 0.2s ease; */
}

.share-image {
  width: 110px !important;
  height: 40px !important;
}

/* .matex-ahead-success-icons img:hover {
  transform: scale(1.1);
} */

/* matex-ahead-solution */
.ahead-solution-box1 {
  background-color: #e0f0ff;
}

.ahead-solution-box2 {
  background-color: #f2f2f2;
}

.matex-ahead-solution-title {
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 10px;
}

.matex-ahead-solution-box ul {
  list-style: none;
  padding-left: 30px;
}

.matex-ahead-solution-box ul li {
  position: relative;
  margin-bottom: 20px;
}

.matex-ahead-solution-box ul li::before {
  content: ".";
  position: absolute;
  left: -1.8rem;
  top: -2.8rem;
  color: black;
  font-size: 3.5rem;
}

.matex-ahead-benefits-section {
  padding: 20px;
}

.matex-ahead-benefits-card,
.matex-ahead-benefits-savings {
  border-radius: 10px;
  display: flex;
  justify-content: left;
  height: 100%;
}

.matex-ahead-benefits-card {
  background-color: #e0e0e0;
}

.matex-ahead-benefits-savings {
  background: linear-gradient(180deg, var(--mid-blue), #5dbbf3);
  color: var(--white);
  /* padding-bottom: 20px; */
}

.ahead-benefits-left {
  padding: 30px;
}

.ahead-benefits-right {
  padding: 30px;
}

.ahead-benefits-left {
  display: flex;
  flex-direction: column;
}

.ahead-benefits-left p {
  margin-bottom: 5px;
}

.matex-ahead-client-container {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 60px;
}

.matex-ahead-client-text {
  color: var(--black);
  margin-bottom: 40px;
}

.matex-ahead-client-divider {
  border: 1px solid #adadad;
  margin-bottom: 15px;
}

.matex-ahead-client-share-icons {
  display: flex;
  justify-content: left;
  gap: 5px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.matex-ahead-client-share-button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 0.9rem;
}

.matex-ahead-client-share-icons img {
  width: 40px;
  height: 40px;
}

.share-image2 {
  width: 110px !important;
  height: 40px !important;
}

/* matex-ahead-scraptek */
.matex-ahead-scraptek-container {
  background-color: #4cd9e2;
  color: var(--white);
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.scraptek-title {
  
  margin-bottom: 30px;
  text-align: left;
}

.matex-ahead-scraptek-image {
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin-left: -116px;
}

.matex-ahead-scraptek-text {
  margin-top: 20px;
}

.matex-ahead-stories-container {
  background-color: #eaf3f7;
  padding: 40px;
}

.matex-ahead-stories-title {
  text-align: left;
  margin-bottom: 40px;
}

.matex-ahead-stories-card {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: white;
}

.matex-ahead-stories-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.matex-ahead-stories-image {
  width: 100%;
  object-fit: cover;
}

.matex-ahead-stories-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: white;
  padding: 5px 10px;
  border-radius: 8px;
}

.matex-ahead-stories-label img {
  max-width: 80px;
}

.matex-ahead-stories-card-body {
  padding: 20px;
  position: relative;
}

.matex-ahead-stories-card-body p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}

.matex-ahead-stories-know-more-btn {
  background-color: #ff5c4c;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 30px;
  margin-top: 15px;
  font-size: 16px;
}

.matex-ahead-stories-know-more-btn:hover {
  background-color: #e44b3e;
}

.card-stories {
  background-color: #e7f0f5;
  padding-bottom: 100px;
}

.title {
  padding-top: 45px;
}

.card-custom {
  position: relative;
  border: none;
  background-color: transparent;
}

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

.card-overlay {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 90%;
  background-color: white;
  padding: 17px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(50%);
  margin-left: 20px;
  border-radius: 10px;
  height: 205px;
}

.know-more-btn {
  background-color: #ff652f;
  color: white;
  border: none;
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 20px;
  transform: translateY(50%);
}

.card-text {
  margin-bottom: 20px;
}

.card-container {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
}

/* matex-about */
.matex-about-pillars-section {
  position: relative;
  padding-bottom: 0;
  margin-bottom: -110px;
}

.matex-about-pillars-values {
  background-color: #00c4d0;
  padding-top: 180px;
  padding-bottom: 80px;
}

.matex-about-pillars-card {
  background-color: #005e82;
  padding: 50px;
  color: white;
  border-radius: 5px;
  height: 250px;
}

.matex-about-pillars-value-card {
  background-color: white;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.matex-about-pillars-value-card img {
  width: 40px;
  height: auto;
}

.matex-about-pillars-value-title {
  color: white;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -30px;
}

.matex-about-pillars-title {
  margin-bottom: 30px;
}

.matex-mission {
  margin-top: 30px;
}

/* .row.g-4 .col-md-6,
.row.g-4 .col-md-2 {
  display: flex;
} */

/* matex-about-strength */
.matex-about-strength {
  margin-bottom: 55px;
}

.matex-about-strength h2 {
  font-weight: bold;
  font-size: 2rem;
}

.matex-about-strength-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

/* .matex-about-strength-card:hover {
  transform: translateY(-10px);
} */

.matex-about-strength-icon {
  width: 5rem;
  height: auto;
  float: right;
}

.matex-about-strength h3 {
  margin-bottom: 15px;
}

.about-story-title {
  color: #000000;
}

.matex-about-strength p {
  color: #000000;
}

/* matex-about-founder */
.matex-about-founder {
  background-color: #f6f6f6;
  margin-bottom: 60px;
}

.matex-about-founder-section {
  display: flex;
}

.matex-about-founder-text {
  padding-right: 30px;
}

.matex-about-founder-img {
  position: relative;
}

.matex-about-founder-img img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: -95px;
}

.matex-about-founder-img::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.matex-about-founder-text {
  margin-top: 40px;
}

.founder-name {
  color: #05548f;
  margin-bottom: -2px;
}

/* matex-protect-rating */

.white-box {
  display: flex;
  background-color: var(--white);
  color: var(--black);
  /* padding: 5px; */
  border-radius: 8px;
  text-align: left;
  font-weight: bold;
}

.matex-protect-rating-section {
  margin-top: -50px;
  margin-bottom: 50px;
}

.matex-rating-contents {
  margin-top: 0px;
}

.white-box img {
  height: 50px;
  margin-left: 15px;
  margin-top: 18px;
}

.rating-box-text {
  padding-left: 15px;
  padding-top: 10px;
}

.rating-text-para1 {
  margin-top: 45px;
  color: var(--white);
}

.rating-text-para2 {
  margin-top: 70px;
  color: var(--white);
}

.rating-box-row {
  /* padding-right: 230px; */
  margin-top: 45px;
}

.accordion-button .accordion-icon {
  display: inline-block;
  width: 55px;
  height: 40px;
  margin-left: 367px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* .accordion-button:not(.collapsed) .accordion-icon {
  background-image: url('./assets/images/procteck/-.png');
}

.accordion-button.collapsed .accordion-icon {
  background-image: url('./assets/images/procteck/+.png');
} */

.accordion-special {
  margin-left: 295px !important;
}

.accordion-button {
  --bs-accordion-btn-icon: none !important;
  --bs-accordion-btn-active-icon: none !important;
}

.accordion-button .accordion-icon {
  display: inline-block;
  width: 55px;
  height: 40px;
  margin-left: 287px;
}

.matex-protect-rating-banner {
  margin-top: -20px;
}

.matex-protect-cluster-section {
  padding-top: 10px;
  margin-top: 40px;
}

.matex-protect-rating-banner {
  margin-top: -50px;
}

.ahead-success-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(9% - 1.5rem);
  transform: translateY(-50%);
}

/* matex-leadership-page-section */
.matex-leadership-team-card {
  text-align: left;
  margin-bottom: 50px;
}

.matex-leadership-team-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.matex-leadership-team-tabs {
  margin-bottom: 30px;
}

.matex-leadership-team-tabs .nav-link {
  border-radius: 25px;
}

.matex-leadership-team-name {
  font-weight: bold;
  margin-top: 10px;
}

.matex-leadership-team-position {
  color: gray;
}

.matex-leadership-members-container {
  background-color: #e7f0f5;
}

.matex-leadership-members-btn {
  border-radius: 50px;
  font-weight: bold;
  color: white;
  /* padding: 20px 110px; */
  padding: 20px 90px;
  border: none;
  transition: background-color 0.3s;
}

.matex-leadership-members-btn:hover {
  opacity: 0.8;
}

.matex-leadership-members-btn-board {
  background-color: #4cd9e2;
}

.matex-leadership-members-btn-leadership {
  background-color: #05548f;
}

.matex-leadership-members-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.leadership-btn-section {
  position: absolute;
  top: 15px;
}

.matex-leadership-section {
  margin-top: 60px;
}

.matex-copany-section {
  background-color: #e8f0f6;
}

.company-card {
  margin-bottom: 50px;
}

.matex-company-card img {
  width: 100%;
  height: auto;
}

.matex-company-contents {
  padding-top: 100px;
  padding-bottom: 100px;
}

.matex-company-name {
  font-weight: bold;
}

.matex-company-download {
  color: black;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

.matex-company-download img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-top: -5px;
}

.matex-company-download::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

/* home-page */
.matex-home-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.matex-home-title {
  color: var(--white);
  line-height: 1.2;
  margin-top: -22px;
  color: var(--white);
}

.home-banner-link {
  color: #f26023;
  text-decoration: underline;
}

.digital-section {
  background: linear-gradient(to bottom, #fff 30%, #e7f0f5 70%);
  padding-bottom: 50px;
  padding-top: 60px;
}

.matex-home-section {
  text-align: center;
  padding: 15px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-digital-title {
  color: black;
  /* padding-bottom: 50px; */
}

/* Selling-section */
.selling-section {
  background: linear-gradient(to bottom, #fff 30%, #e7f0f5 70%);
  padding-bottom: 100px;
  padding-top: 100px;
}

.home-selling-title {
  color: black;
  padding-bottom: 20px;
}

.matex-selling-text {
  margin-bottom: 0px;
  margin-top: 20px;
  width: 100%;
  height: calc(3 * 3rem);
}

.matex-selling-btn {
  margin-right: 10px;
  border-radius: 30px;
  font-weight: bold;
  padding: 10px 20px;
}

.matex-selling-know-more {
  background-color: #f26023;
  color: white;
}

.matex-selling-visit-website {
  background-color: #166a9c;
  color: white;
}

.matex-selling-circle {
  width: 100%;
}

.selling-elipse-image {
  width: 90%;
  height: auto;
}

.selling-image {
  position: absolute;
  top: 60px;
  left: 15px;
  width: 90%;
}

.selling-text {
  margin-top: 30px;
}

.slick-arrow-prev,
.slick-arrow-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.slick-arrow-prev {
  left: -20px;
}

.slick-arrow-next {
  right: -10px;
}
@media screen and (max-width: 767.5px) {
  .matex-selling-text {
    height: auto;
    margin-bottom: 20px;
  }
}

/* home-auction-section */
.home-auction-section {
  background-color: #006699;
  padding-top: 50px;
  padding-bottom: 50px;
}

.matex-home-auctions-card {
  color: white;
  margin-bottom: 20px;
}

.matex-home-auctions-card img {
  width: 100%;
  height: auto;
}

.home-auction-text {
  min-height: 300px;
}

.view-all-btn {
  background-color: #f26023;
  color: #fff;
  border: none;
  padding: 10px 65px;
  border-radius: 20px;
  cursor: pointer;
}

.matex-home-auctions-title {
  color: #f26023;
  margin-top: 20px;
}

.matex-home-auctions-subtitle {
  margin-top: -20px;
  margin-bottom: 10px;
}

.matex-home-auctions-description {
  margin-top: 20px;
  margin-bottom: 40px;
}

.matex-home-auctions-description {
  border-bottom: 1px solid white;
  padding-bottom: 30px;
}

.matex-home-auctions-description-spl {
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid white;
  padding-bottom: 57px;
}

.matex-home-auctions-timing {
  font-size: 12px;
  color: white;
  margin-bottom: 20px;
}

.matex-home-auctions-btn {
  background-color: #f26023;
  color: white;
  border: none;
  padding: 10px 40px;
  border-radius: 25px;
}

/* home-brands-section */
.home-brands {
  margin-top: 80px;
}

.matex-home-brands-title {
  text-align: center;
  margin-bottom: 50px;
}

.matex-home-brands-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.matex-home-brands-circle img {
  width: 80%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}

.matex-home-brands-center {
  position: absolute;
  background-color: #007bff;
  color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.love-image {
  width: 95px;
  position: absolute;
  right: 44%;
  top: -20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: cover;
  width: 40px;
  height: 65px;
}

.custom-prev-icon {
  background-image: url("/assets/images/home/Union\ 1.png");
  margin-left: -150px;
}

.custom-next-icon {
  background-image: url("/assets/images/home/Union\ 2.png");
  margin-right: -150px;
}

.modal-dialog {
  max-width: 1000px;
  margin: 2.75rem auto;
}

.modal-content {
  padding: 2rem;
  border-radius: 10px;
  background-color: #eaf3fa;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-content h2:not(.fs-25w) {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #2a2e35;
  text-align: left;
}

.modal-content input,
.modal-content textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 12px 16px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.modal-content textarea {
  resize: none;
}

.form-check {
  display: flex;
  align-items: flex-start;
  margin-left: -135px;
}

.form-check-input {
  margin-right: 10px;
  margin-top: 5px;
}

.form-check-label {
  font-size: 0.9rem;
  margin-left: -125px;
}

.form-check-label a {
  color: #007bff;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}

.btn-submit {
  background-color: #f65314;
  border: none;
  padding: 10px 40px;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  font-size: 1rem;
}

.btn-submit:hover {
  background-color: #e14b10;
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

/* Align inputs for larger screens */
.modal-content .row {
  display: flex;
}

.modal-content .col-md-6:not(.text-start),
.modal-content .col-md-6-right {
  flex: 0 0 48%;
}

/* Adjust the right side's content spacing */
.modal-content .col-md-6-right {
  margin-left: 4%;
}

.modal-content .submit-btn-wrapper {
  text-align: center;
  margin-top: 1.5rem;
}

.form-check {
  min-height: 1rem;
  padding-left: 0em;
}

.digital-logo {
  margin: 0 auto;
}
.listheadauction span:first-child {
  font-size: var(--text-25);
  font-weight: 600;
  color: var(--light-blue2);
  padding-bottom: .8rem;
}

@media (min-width: 1400px) and (max-width: 1550px) {
  .matex-rating-contents {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }

  .move {
    margin-left: 655px;
  }

  .matex-proteck-auction-contents {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }

  .forward-right {
    margin-left: 655px;
  }

  .love-image {
    width: 100px;
    position: absolute;
    right: 45%;
    top: -20px;
  }
}

@media (min-width: 1399px) and (max-width: 1900px) {
  .love-image {
    width: 95px;
    position: absolute;
    right: 45%;
    top: -20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .matex-rating-contents {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }

  .move {
    margin-left: 572px;
  }

  .matex-proteck-auction-contents {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }

  .forward-right {
    margin-left: 570px;
  }

  .matex-proteck-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(7% - 1.5rem);
    transform: translateY(-50%);
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .matex-rating-contents {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }

  .matex-proteck-auction-contents {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }

  .forward-right {
    margin-left: 476px !important;
  }

  .move {
    margin-left: 476px !important;
  }
}

@media (min-width: 1060px) and (max-width: 1199px) {
  .accordion-button .accordion-icon {
    display: inline-block;
    width: 55px;
    height: 40px;
    margin-left: 197px;
  }

  .accordion-special {
    margin-left: 205px !important;
  }

  .white-box img {
    width: 31px;
    height: 35px;
    margin-left: 10px;
    margin-top: 18px;
  }

  .rating-box-row {
    /* padding-right: 230px; */
    margin-top: 35px;
  }

  .rating-box-text {
    padding-left: 10px;
    padding-top: 10px;
  }

  .move {
    margin-left: 489px;
  }

  .forward-right {
    margin-left: 485px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .matex-proteck-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(4% - 1.5rem);
    transform: translateY(-50%);
  }

  .benefits-special {
    margin-right: 124px !important;
    font-weight: bold;
  }

  .matex-home-know-more {
    background-color: #f26023;
    color: white;
    /* margin-bottom: 15px; */
  }

  .matex-home-text {
    margin-bottom: 20px;
  }

  .love-image {
    width: 85px;
    position: absolute;
    right: 415px;
    top: -20px;
  }

  .matex-home-auctions-description-spl {
    padding-bottom: 53px;
  }
}

@media (min-width: 1050px) {
  /* .matex-rating-contents {
    position: absolute;
    top: 50%;
    left: calc(44.5% - 1.5rem);
    transform: translateY(-50%);
  } */

  /* .private-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(14% - 1.5rem);
    transform: translateY(-50%);
    width: 100%;
  } */

  .private-herobanner-position {
    position: absolute;
    top: 50%;
    /* left: calc(2% - 1.5rem); */
    transform: translateY(-50%);
    width: 100%;
  }

  /* .matex-proteck-auction-contents {
    position: absolute;
    top: 50%;
    right: calc(4% - 1.5rem);
    transform: translateY(-50%);
} */

  .rating-text-para1 {
    color: var(--white) !important;
  }

  .rating-text-para2 {
    color: var(--white) !important;
  }

  .rating-title {
    color: var(--white);
  }
}

@media (min-width: 1020px) {
  /* .private-herobanner-position {
    width: 88% !important;
} */

  .matex-offer-left {
    margin-top: 15px;
  }

  /* .matex-proteck-auction-contents {
  padding-right: 147px;
  margin-top: 20px;
} */

  .matex-offer-accordsect {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  .rating-first {
    width: 45%;
  }

  .rating-second {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .rating-text-para1 {
    color: var(--white) !important;
  }

  .rating-text-para2 {
    color: var(--white) !important;
  }

  .matex-protect-title {
    margin-top: 10px;
  }

  .matex-proteck-auction-contents {
    right: calc(-2% - 1.5rem) !important;
  }

  .matex-offer-accordion {
    margin-top: 20px;
    /* margin-left: 35px; */
  }

  /* .accordion-special {
  margin-left: 224px !important;
} */

  .accordion-button .accordion-icon {
    display: inline-block;
    width: 55px;
    height: 40px;
    margin-left: 196px;
  }

  .matex-proteck-auctions {
    background-color: #f4f4f4;
  }

  .forward-right {
    /* padding-right: 0px !important; */
    margin-top: -65px !important;
    width: 100%;
  }

  .matex-proteck-auction-box {
    background: var(--white);
  }

  .accordion-button .accordion-icon {
    display: inline-block;
    width: 55px;
    height: 40px;
    margin-left: 197px;
  }

  .accordion-special {
    margin-left: 204px !important;
  }

  .matex-protect-rating-section {
    background-color: whitesmoke;
  }

  .rating-box-row {
    padding-right: 0px !important;
    margin-top: 45px;
  }

  .matex-offer-left {
    margin-top: 35px;
    color: black;
  }

  .matex-rating-contents {
    background-color: whitesmoke;
    margin-bottom: 40px;
  }

  .move {
    color: black;
    width: 100%;
    margin-top: 10px;
  }

  .matex-protect-cluster-section {
    padding-top: 10px;
    margin-bottom: 50px;
  }

  .rating-full {
    width: 100%;
  }

  .rating-box-text {
    color: var(--mid-blue);
  }

  .rating-text-para1 {
    color: var(--black) !important;
  }

  .rating-text-para2 {
    color: var(--black) !important;
  }

  .matex-protect-offerings {
    margin-bottom: 15px;
    margin-top: -110px;
  }

  .auction-image {
    display: none;
  }

  .rating-image {
    display: none;
  }

  .offer-image {
    display: none;
  }

  .white-box img {
    height: 50px;
    margin-left: 180px;
    margin-top: 25px;
  }

  .rating-box-text {
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .ahead-success-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(7% - 1.5rem);
    transform: translateY(-50%);
  }

  .matex-leadership-members-btn {
    padding: 15px 62px;
  }
}

@media (min-width: 991.5px) {
  /* .matex-proteck-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(11% - 1.5rem);
    transform: translateY(-50%);
  } */

  /* .ahead-success-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(6% - 1.5rem);
    transform: translateY(-50%);
  } */

  .matex-about-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(11% - 1.5rem);
    transform: translateY(-50%);
  }

  .matex-ahead-solution-box {
    background-color: #f2f2f2;
    padding: 25px;
    padding-top: 35px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
    padding-right: 30px;
  }

  .about-story-text p {
    color: var(--black);
    line-height: 1.6;
    margin-left: 52px;
    margin-bottom: 45px;
  }

  .about-story-text .btn-orange {
    background-color: var(--orange);
    color: var(--white);
    border: none;
    padding: 10px 60px;
    border-radius: 30px;
    margin-left: 52px;
    margin-bottom: 20px;
  }

  .pillars-value-box {
    width: 20%;
  }

  .value {
    float: right;
    font-weight: 700;
    margin-right: 140px;
    font-weight: bold;
  }

}

@media (max-width: 991px) {
  .matex-proteck-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(5% - 1.5rem);
    transform: translateY(-50%);
  }

  .matex-proteck-auction-contents {
    margin-top: 20px;
  }

  .matex-protect-text p {
    margin-left: 0px;
  }

  .matex-protect-info h2 {
    margin-top: 0px;
  }

  .matex-protect-info .btn-orange {
    margin-left: 0px;
  }

  /* .matex-stat-box {
  margin-left: -9px;
 } */

  .matex-cluster-right {
    margin-top: 22px;
  }

  .matex-protect-cluster-list li {
    margin-left: 0px;
  }

  .matex-protect-cluster-description {
    width: 100%;
  }

  .matex-protect-title span {
    font-size: 35px;
  }

  /* .matex-offer-accordion {
  margin-left: 137px !important;
} */

  .matex-offer-left {
    margin-top: 35px !important;
    color: black !important;
  }

  .matex-offer-accordsect {
    margin-top: 0px !important;
  }

  .matex-proteck-auction-contents {
    padding-right: 15px !important;
  }

  .ahead-success-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(7% - 1.5rem);
    transform: translateY(-50%);
  }

  .value {
    float: right;
    font-weight: 700;
    margin-right: 40px !important;
    /* font-weight: bold; */
  }

  .benefits-special {
    margin-right: 23px !important;
    font-weight: bold;
  }

  .white-box img {
    height: 50px;
    margin-left: 55px;
    margin-top: 25px;
  }

  .accordion-button .accordion-icon {
    margin-left: 430px;
  }

  .accordion-special {
    margin-left: 436px !important;
  }

  .matex-ahead-solution-box {
    background-color: #f2f2f2;
    padding: 25px;
    padding-top: 35px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
    padding-right: 30px;
  }

  .matex-ahead-scraptek-image {
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin-left: -40px;
    display: flex;
  }

  .matex-home-section {
    margin-bottom: 230px;
  }

  .elipse-image {
    width: 75%;
    height: auto;
  }

  .digital-image {
    position: absolute;
    top: -25px;
    left: 25px;
    width: 85%;
  }

  .matex-home-know-more {
    background-color: #f26023;
    color: white;
    margin-bottom: 0px;
  }

  .selling-elipse-image {
    width: 75%;
    height: auto;
  }

  .selling-image {
    position: absolute;
    top: -25px;
    left: 25px;
    width: 85%;
  }

  .slick-next {
    right: 0px !important;
  }

  .slick-prev {
    left: 0px !important;
  }

  .matex-home-auctions-description-spl {
    padding-bottom: 54px;
  }
  .auction-itemslist
  {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .matex-proteck-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(5% - 1.5rem);
    transform: translateY(-50%);
  }

  .ahead-success-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(10% - 1.5rem);
    transform: translateY(-50%);
  }

  .matex-protect-factsheet h2,
  .matex-protect-factsheet p.subtitle {
    text-align: center;
  }

  .matex-protect-factsheet .fact-box {
    text-align: center;
  }

  .accordion-item {
    margin-left: 0px !important;
  }

  .matex-offer-accordsect {
    margin-top: 0px !important;
  }

  .matex-offer-left {
    margin-top: 45px !important;
    color: black;
  }

  .matex-offer-accordion {
    margin-left: 23px !important;
  }

  .matex-protect-offering h4 {
    text-align: left;
  }

  .matex-protect-text p {
    margin-left: 0px !important;
  }

  .matex-protect-info h2 {
    margin-top: 0px;
  }

  .matex-protect-info .btn-orange {
    margin-left: 0px;
  }

  /* .matex-stat-box {
    margin-left: 0px;
 } */

  .matex-protect-cluster-description {
    width: 100%;
  }

  .matex-protect-cluster-list li {
    margin-left: 0px;
  }

  .matex-cluster-right {
    margin-top: 22px;
  }

  .matex-protect-title span {
    font-size: 30px;
  }

  .matex-proteck-auction-contents {
    padding-right: 0px !important;
  }

  .matex-proteck-auction-contents {
    margin-top: 20px;
  }

  .matex-proteck-auction-section {
    margin-top: 50px;
  }

  .matex-protect-cluster-section {
    margin-top: -10px;
  }

 /* .matex-protect-factsheet {
    padding: 0px !important;
    margin-top: 45px;
  }
*/

  .matex-proteck-auction-box {
    background: var(--white) !important;
  }

  .matex-proteck-auction-contents {
    padding: 13px !important;
    padding-right: 18px !important;
  }

  /* .matex-offer-accordion {
  margin-left: 0px !important;
} */

  .accordion-body {
    background-color: var(--black-squeeze) !important;
  }

  .accordion-button {
    background-color: var(--black-squeeze) !important;
  }

  .matex-ahead-solution-box {
    padding: 25px;
    padding-top: 35px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
    padding-right: 30px;
  }

  .matex-ahead-solution-box ul li {
    position: relative;
    margin-bottom: 15px !important;
  }

  .matex-ahead-benefits-savings h1 {
    font-size: 36px;
  }

  .matex-ahead-benefits-savings h4 {
    font-size: 18px;
  }

  .matex-ahead-scraptek-image {
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin-left: -37px !important;
    display: flex;
    align-items: end;
  }

  .matex-ahead-success-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .matex-ahead-success-icons {
    margin-top: 10px;
  }

  .matex-ahead-solution-container {
    display: block;
  }

  .matex-ahead-solution-box {
    width: 100%;
  }

  .matex-about-strength h2 {
    font-size: 1.5rem;
  }

  .matex-about-strength h3 {
    font-size: 1rem;
  }

  .matex-about-strength p {
    font-size: 0.85rem;
  }

  .matex-about-founder-section {
    flex-direction: column;
    text-align: center;
  }

  .matex-about-founder-text {
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .matex-about-founder-img::before {
    top: 0;
  }

  .accordion-button .accordion-icon {
    margin-left: 435px;
  }

  .matex-rating-contents {
    background-color: #f8f8f8;
  }

  .rating-text-para1 {
    color: var(--black) !important;
  }

  .rating-text-para2 {
    color: var(--black) !important;
  }

  .value {
    float: right;
    font-weight: 700;
    margin-right: 40px !important;
    /* font-weight: bold; */
  }

  .benefits-special {
    margin-right: 23px !important;
    font-weight: bold;
  }

  .white-box img {
    height: 50px;
    margin-left: 60px;
    margin-top: 25px;
  }

  .accordion-special {
    margin-left: 441px !important;
  }

  .matex-protect-offerings {
    margin-bottom: 15px;
    margin-top: -80px;
  }

  .matex-leadership-members-container {
    flex-direction: column;
  }

  .matex-leadership-members-btn {
    margin-bottom: 10px;
  }

  .leadership-btn-section {
    position: absolute;
    top: 15px;
    left: -10px;
  }

  .matex-leadership-members-btn {
    padding: 15px 80px;
  }

  .home-selling-title {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .matex-selling-digital {
    margin-top: 150px;
  }

  .selling-elipse-image {
    width: 75%;
    height: auto;
    margin-left: 0px;
  }

  .selling-image {
    position: absolute;
    top: -5px;
    left: 85px;
    width: 75%;
  }

  .matex-home-brands-circle img {
    width: 50%;
  }

  .custom-prev-icon {
    margin-left: -50px;
  }

  .custom-next-icon {
    margin-right: -50px;
  }

  .matex-home-section {
    margin-bottom: 230px;
  }

  .home-digital-title {
    margin-top: 60px;
  }

  .matex-home-digital {
    margin-top: 150px;
  }

  .elipse-image {
    width: 75%;
    height: auto;
    margin-left: 80px;
  }

  .digital-image {
    position: absolute;
    top: -5px;
    left: 85px;
    width: 75%;
  }

.buying-btn {
    margin-top: 1rem;
    margin-right: 0rem;
}

.wpcf7 p {
    flex: 0 0 100% !important;
    width: 50% !important;
    padding: 0 10px !important;
}
}

@media (max-width: 425px) {
  /* br {
    display: none;
  } */

  .matex-proteck-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(10% - 1.5rem);
    transform: translateY(-50%);
  }

  .matex-cluster-right {
    margin-top: 12px;
  }

  .matex-protect-cluster-list li {
    margin-left: 0px;
  }

  .matex-protect-cluster-description {
    width: 100%;
  }

  .matex-protect-title span {
    font-size: 25px;
  }

  .matex-proteck-box {
    margin-bottom: 20px;
  }

  .accord-sect-title {
    margin-left: 0px !important;
    margin-bottom: 30px;
    color: black;
  }

  .matex-fact-count {
    margin-top: 0px !important;
  }

  .dotted-line,
  .dotted-line2 {
    display: none;
  }

  .matex-offer-accordsect {
    margin-top: 0px !important;
  }

  .matex-offer-accordion {
    margin-left: 0px !important;
  }

  .matex-ahead-solution-box {
    padding: 25px;
    padding-top: 35px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
    padding-right: 30px;
  }

  .accordion-special {
    margin-left: 118px !important;
  }

  .accordion-button .accordion-icon {
    margin-left: 110px;
  }

  .white-box {
    margin-bottom: 15px;
  }

  .benefit-leftbox {
    margin-bottom: 30px;
  }

  .benefit-value {
    margin-top: 30px;
  }

  .value {
    float: right;
    font-weight: 700;
    margin-right: 95px !important;
  }

  .benefits-special {
    margin-right: 79px !important;
    font-weight: bold;
  }

  .white-box img {
    height: 45px;
    margin-left: 130px;
    margin-top: 21px;
  }

  .card-overlay {
    height: 130px;
  }

  .leadership-btn-section {
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .matex-leadership-section {
    margin-top: 55px;
  }

  .digital-section {
    padding-bottom: 50px;
    padding-top: 0px;
  }

  .matex-home-section {
    margin-bottom: 30px;
  }

  .elipse-image {
    width: 75%;
    height: auto;
    margin-left: 35px;
  }

  .matex-home-digital {
    margin-top: -10px;
  }

  .digital-image {
    position: absolute;
    top: 60px;
    left: 50px;
    width: 75%;
  }

  .slick-arrow-prev {
    left: 20px;
  }

  .slick-arrow-next {
    right: 10px;
  }

  .selling-section {
    padding-bottom: 100px;
    padding-top: 10px;
  }

  .matex-selling-circle {
    width: 100%;
    margin-left: -20px;
  }

  .home-selling-title {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .selling-elipse-image {
    width: 75%;
    height: auto;
    margin-left: 50px;
  }

  .selling-image {
    position: absolute;
    top: 60px;
    left: 50px;
    width: 75%;
  }

  .slick-arrow-prev {
    left: 20px;
  }

  .slick-arrow-next {
    right: 10px;
  }
}

/*end*/

.privacy-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}
.privacy-heroheading {
  line-height: 1.4;
}

.terms-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}
.terms-heroheading {
  line-height: 1.4;
}

/* home-page */
.matex-home-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.matex-home-title {
  color: var(--white);
  line-height: 1.2;
  margin-top: -22px;
  color: var(--white);
}

.home-banner-link {
  color: #f26023;
  text-decoration: underline;
}

.digital-section {
  background: linear-gradient(to bottom, #fff 30%, #e7f0f5 70%);
  padding-bottom: 50px;
  padding-top: 60px;
}

.matex-home-section {
  text-align: center;
  padding: 15px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-digital-title {
  color: black;
  /* padding-bottom: 50px; */
}

.matex-home-text {
  margin-bottom: 0px;
  margin-top: 20px;
  width: 100%;
  height: 100px;
}

.matex-home-btn {
  margin-right: 10px;
  border-radius: 30px;
  font-weight: bold;
  padding: 7px 25px;
}

.matex-home-know-more {
  background-color: #f26023;
  color: white;
}

.matex-home-visit-website {
  background-color: #166a9c;
  color: white;
}

.matex-home-circle {
  width: 100%;
  margin-left: 15px;
}

.elipse-image {
  width: 85%;
  height: auto;
  margin-left: 10px;
}

.digital-image {
  position: absolute;
  top: 70px;
  left: 30px;
  width: 85%;
}

.digital-text {
  margin-top: 30px;
}

.slick-arrow-prev,
.slick-arrow-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.slick-arrow-prev {
  left: -20px;
}

.slick-arrow-next {
  right: -10px;
}

.slick-dot-digital {
  width: 15px;
  height: 15px;
  margin-top: 125px;
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

/* Selling-section */
.selling-section {
  background: linear-gradient(to bottom, #fff 30%, #e7f0f5 70%);
  padding-bottom: 100px;
  padding-top: 100px;
}

.matex-selling-section {
  text-align: center;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-selling-title {
  color: black;
  padding-bottom: 20px;
}

/* home-auction-section */
.home-auction-section {
  background-color: #006699;
  padding-top: 50px;
  padding-bottom: 50px;
}

.matex-home-auctions-card {
  color: white;
  margin-bottom: 20px;
}

.matex-home-auctions-card img {
  width: 100%;
  height: auto;
}

.home-auction-text {
  min-height: 300px;
}

.view-all-btn {
  background-color: #f26023;
  color: #fff;
  border: none;
  padding: 10px 65px;
  border-radius: 20px;
  cursor: pointer;
}

.matex-home-auctions-title {
  color: #f26023;
  margin-top: 20px;
}

.matex-home-auctions-subtitle {
  margin-top: -20px;
  margin-bottom: 10px;
}

.matex-home-auctions-description {
  margin-top: 20px;
  margin-bottom: 40px;
}

.matex-home-auctions-description {
  border-bottom: 1px solid white;
  padding-bottom: 30px;
}

.matex-home-auctions-description-spl {
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid white;
  padding-bottom: 57px;
}

.matex-home-auctions-timing {
  font-size: 12px;
  color: white;
  margin-bottom: 20px;
}

.matex-home-auctions-btn {
  background-color: #f26023;
  color: white;
  border: none;
  padding: 10px 40px;
  border-radius: 25px;
}

/* home-brands-section */
.home-brands {
  margin-top: 80px;
  margin-bottom: 100px;
}

.matex-home-brands-title {
  text-align: center;
  margin-bottom: 50px;
}

.matex-home-brands-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.matex-home-brands-circle img {
  width: 80%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}

.matex-home-brands-center {
  position: absolute;
  background-color: #007bff;
  color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.love-image {
  width: 80px;
  position: absolute;
  right: 45%;
  top: -20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: cover;
  width: 40px;
  height: 65px;
}

.custom-prev-icon {
  background-image: url("/assets/images/home/Union\ 1.png");
  margin-left: -150px;
}

.custom-next-icon {
  background-image: url("/assets/images/home/Union\ 2.png");
  margin-right: -150px;
}

@media (min-width: 1399px) and (max-width: 1900px) {
  .love-image {
    width: 95px;
    position: absolute;
    right: 45%;
    top: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .matex-home-know-more {
    background-color: #f26023;
    color: white;
    /* margin-bottom: 15px; */
  }

  .matex-home-text {
    margin-bottom: 20px;
  }

  .love-image {
    width: 75px;
    position: absolute;
    right: 415px;
    top: -20px;
  }

  .matex-home-auctions-description-spl {
    padding-bottom: 53px;
  }
}

@media (max-width: 991px) {
  .matex-home-section {
    margin-bottom: 170px;
    margin-top: 120px;
  }

  .elipse-image {
    width: 70%;
    height: auto;
    margin-left: 75px;
  }

  .digital-image {
    position: absolute;
    top: -10px;
    left: 75px;
    width: 75%;
  }

  .matex-home-know-more {
    background-color: #f26023;
    color: white;
    margin-bottom: 0px;
  }

  .selling-image {
    position: absolute;
    top: -25px;
    left: 70px;
    width: 75%;
  }

  .selling-section {
    padding-bottom: 50px;
    padding-top: 70px;
  }

  .selling-elipse-image {
    width: 75%;
    height: auto;
  }

  .matex-home-auctions-description-spl {
    padding-bottom: 54px;
  }

  .love-image {
    width: 55px;
    position: absolute;
    right: 44%;
    top: -15px;
  }
}

@media (max-width: 768px) {
  .home-selling-title {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .matex-selling-digital {
    margin-top: 150px;
  }

  .selling-elipse-image {
    width: 75%;
    height: auto;
    margin-left: 0px;
  }

  .selling-image {
    position: absolute;
    top: -5px;
    left: 85px;
    width: 75%;
  }

  .matex-home-brands-circle img {
    width: 80%;
  }

  .custom-prev-icon {
    margin-left: -50px;
  }

  .custom-next-icon {
    margin-right: -50px;
  }

  .matex-home-section {
    margin-bottom: 230px;
    margin-top: 0px;
  }

  .home-digital-title {
    margin-top: 60px;
  }

  .matex-home-digital {
    margin-top: 150px;
  }

  .elipse-image {
    width: 75%;
    height: auto;
    margin-left: 80px;
  }

  .digital-image {
    position: absolute;
    top: -5px;
    left: 85px;
    width: 75%;
  }
}

@media (max-width: 425px) {
  .digital-section {
    padding-bottom: 50px;
    padding-top: 0px;
  }

  .matex-home-section {
    margin-bottom: -30px;
  }

  .slick-arrow > img {
    width: 25px;
  }

  .elipse-image {
    width: 75%;
    height: auto;
    margin-left: 35px;
  }

  .matex-home-digital {
    margin-top: -10px;
  }

  .digital-image {
    position: absolute;
    top: 75px;
    left: 50px;
    width: 75%;
  }

  .slick-arrow-prev {
    left: 20px;
  }

  .slick-arrow-next {
    right: 10px;
  }

  .selling-section {
    padding-bottom: 100px;
    padding-top: 10px;
  }

  .matex-selling-circle {
    width: 100%;
    margin-left: -20px;
  }

  .home-selling-title {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .selling-elipse-image {
    width: 75%;
    height: auto;
    margin-left: 50px;
  }

  .selling-image {
    position: absolute;
    top: 60px;
    left: 50px;
    width: 75%;
  }

  .slick-arrow-prev {
    left: 20px;
  }

  .slick-arrow-next {
    right: 10px;
  }
}

/* christopher-home-css-start */

.vendor-section {
  background: linear-gradient(to bottom, #ededed 56%, #fff 30%);
  padding: 50px 0;
}

.vendor-section h2 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.vendor-section p {
  margin-bottom: 40px;
  color: #333;
  text-align: center;
}

.vendor-highlight {
  font-weight: 700;
  color: #1c699d;
}

.vendor-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.vendor-card {
  text-align: center;
  flex: 1;
  min-width: 220px;
}

.vendor-number {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: -27px;
}

.vendor-category-container {
  background-color: #adadad;
  padding: 35px;
  margin-top: 10px;
  height: 50%;
}

.non-ferrous {
  color: #adadad;
}

.vendor-category {
  font-weight: 500;
}

/* Special Card Styles */
.vendor-card.pcb .vendor-category-container {
  background-color: #25bfc9;
  color: #ffffff;
}

.pcb {
  color: #25bfc9;
}

.vendor-card.other .vendor-category-container {
  background-color: #1c699d;
  color: #ffffff;
}

.other {
  color: #1c699d;
}

.vendor-card.ferrous .vendor-category-container {
  background-color: #757575;
  color: #ffffff;
}

.btn-know-more {
  display: block;
  margin: 0 auto;
  background-color: #f26023;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-know-more:hover {
  background-color: #f26023;
}

.ferrous-num {
  color: #757575;
}

.major {
  margin-top: -18px;
}

.tex-heroheading {
  line-height: 1.4;
}

.tex-know-more {
  margin: 0 auto;
  background-color: #f26023;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  transition: background-color 0.3s ease;
}

.custom-back {
  background-color: #166a9c;
}

.custom-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.custom-heroheading {
  line-height: 1.4;
}

/* Our Milestone Section */

/* 
.bg-light {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(30px);
  min-height: 11rem;

} */
.produthead p{
  font-size: 18px;
  font-weight: 700;
}
.retailproduct-btn
{
  display: flex;
}
.retailproduct-btn a.btn
{
  -webkit-box-shadow: #d0c9c67a -1px 0px 3px 0px;
  -moz-box-shadow: #d0c9c67a -1px 0px 3px 0px;
  box-shadow: #d0c9c67a -1px 0px 3px 0px;
  border-radius: 8px;
  border: 1px solid #f260232e;
  border-right: 5px solid #f26023;
  margin-right: 10px;
  padding: 5px 10px;
  font-weight: 600;
}
.retailproduct-btn a.btn:hover, .retailproduct-btn a.btn:focus
{
background-color: var(--global-color);
color: #fff;
border: 1px solid #d0c9c67a;
border-right: 5px solid #f26023;
}
.tamilnadu-automobile
{
  background: #156A9C 0% 0% no-repeat padding-box;
}
.am-fixed
{
  background-attachment: fixed !important;
}
.mix-blend
{
  mix-blend-mode: multiply;
}
.w-70
{
  width: 80%;
  margin: 0 auto;
}
.white
{
  color:#fff;
}
.view-btn {
  background-color: #f76300;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 37px;
  color: white;
}

.Partner-btn {
  background-color: #f76300;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 37px;
  color: white;
}

/*praba-code*/
:root {
  --bluebg1: #166a9c;
}

.bg-blue {
  background: var(--bluebg1);
}

.vertical-slider-content .vertical-items-c {
  font-size: var(--text-40);
  font-weight: 600;
  border-radius: 60px;
  border: 1px solid var(--white);
  padding: 9px 20px;
  color: var(--white);
  opacity: 1;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.vertical-slider-content .slick-slide:not(.slick-current) .vertical-items-c {
  opacity: 0.2;

  transition: transform 0.3s ease, opacity 0.3s ease, all 0.3s ease;
  font-size: var(--text-20);
  width: 70%;
  font-weight: 400;
}

.vertical-slider-content .slick-slide.slick-active .vertical-items-c {
  opacity: 0.5;

  transition: transform 0.3s ease, opacity 0.3s ease, all 0.3s ease;
  font-size: var(--text-25);
  width: 90%;
  font-weight: 400;
}

.vertical-slider-content .slick-slide .vertical-items-c {
  transition: transform 0.3s ease, opacity 0.3s ease, all 0.3s ease;
  font-size: var(--text-25);
  width: 80%;
  font-weight: 400;
}

.vertical-slider-content .slick-slide.slick-current .vertical-items-c {
  opacity: 1;
  transform: scale(1);

  color: var(--bluebg1);
  background: var(--white);
  font-size: var(--text-30);
  width: 100%;
  font-weight: 600;
}

.vertical-slider-content .slick-list {
  padding: 110px 0 !important;
  padding-bottom: 20px !important;
}

@media screen and (min-width: 1024px) {
  .custom-tailor-sec .row > *:first-child {
    width: 55%;
  }

  .custom-tailor-sec .row > *:last-child {
    width: 45%;
  }
}

@media screen and (max-width: 1023px) {
  .vertical-slider-content .slick-list {
    padding: 85px 0 !important;
    padding-bottom: 10px !important;
  }
}

/* home  page end  */

.logo-matex-new {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 100px !important;
}

/* matex-about-css-start */

.matex-about-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(10% - 1.5rem);
  transform: translateY(-50%);
}

.matex-about-story {
  background-color: var(--light-blue3);
  padding: 50px 0;
}

.matex-about-story .btn-orange {
  background-color: var(--orange);
  color: var(--white);
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.matex-about-story .btn-orange:hover {
  background-color: var(--orange);
  color: var(--white);
}

.matex-about-pillars-section {
  position: relative;
  padding-bottom: 0;
  margin-bottom: -110px;
}

.matex-about-pillars-values {
  background-color: #00c4d0;
  padding-top: 180px;
  padding-bottom: 80px;
}

.matex-about-pillars-card {
  background-color: #05548F;
  padding: 50px;
  color: white;
  border-radius: 5px;
  height: 250px;
}

.matex-about-pillars-value-card {
  font-weight: 600;
  color: #000000;
  background-color: white;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.matex-about-pillars-value-card img {
  width: 40px;
  height: auto;
}

.matex-about-pillars-value-title {
  color: white;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -30px;
  font-weight: bold;
}

.matex-about-pillars-title {
  color: #166A9C;
  margin-bottom: 30px;
}

.vision-logos {
  margin-top: 40px;
  margin-left: 20px;
}

.about-strength-card1 {
  background-color: #fafafa;
}

.about-strength-card2 {
  background-color: #f6f3f2;
}

.about-strength-card3 {
  background-color: #f1f4f7;
}

.matex-about-pillars-value-icon {
  margin-bottom: 10px;
}

.matex-mission {
  margin-top: 30px;
}

.matex-about-strength {
  margin-bottom: 55px;
}

.matex-about-strength h2 {
  font-weight: bold;
  font-size: 2rem;
}

.matex-about-strength-card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.matex-about-strength-icon {
  width: 5rem;
  height: auto;
  float: right;
}

.matex-about-strength h3 {
  margin-bottom: 15px;
}

.matex-about-strength p {
  color: #666;
}

.matex-about-founder {
  background: linear-gradient(to top, #e7f0f5 70%, #fff 30%);
}

.matex-about-founder-section {
  display: flex;
}

.matex-about-founder-text {
  padding-right: 30px;
}

.matex-about-founder-text {
  margin-top: 40px;
}

.founder-name {
  color: #05548f;
  margin-bottom: -2px;
}

/*about slider 17-10-24*/
.journey-slidersection {
  padding-top: 1rem;
}
.journeysliderbox {
  background: #166a9c;
  padding: 2.25rem 2.5rem;
  position: relative;
  z-index: 1;
}

.yearslideritems {
  padding: 0rem 4vw;
  margin-bottom: 3.5rem;
}

.yearbtext {
  font-weight: bold;
  color: #ffffff1f;
  font-size: 220px;
  -webkit-text-stroke: 1px #4cd9e2;
  line-height: 1;
}
.yearslideritems p {
  color: var(--white);
  font-weight: 500;
  font-size: var(--text-30);
  line-height: 1.3;
  margin-top: -0.5rem;
  max-width: 58%;
  margin-left: 25%;
}
.year-timeline ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  border-top: 2px solid var(--white);
  margin-bottom: 0px;
}

.year-timeline li {
  cursor: pointer;
  color: white;
  font-size: var(--text-30);
  transition: color 0.3s ease;
  flex: 1 0 0%;
  font-weight: bold;
  position: relative;
  padding-top: 25px;
  color: #4cd9e2;
}
.year-timeline li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid var(--white);
  opacity: 0.3;
  height: 20px;
}
.year-timeline li.active {
  color: var(--white);
}
.year-timeline li.active:before {
  opacity: 1;
  height: 30px;
  top: -10px;
}
.year-slider-container .slick-prev:before,
.year-slider-container .slick-next:before {
  display: none;
}
.year-slider-container .slick-prev .icon-arrow svg {
  transform: rotate(180deg);
}
.year-slider-container .slick-prev {
  top: 95%;
  left: 27%;
  z-index: 1;
}
.year-slider-container .slick-next {
  top: 95%;
  right: auto;
  left: 32%;
  z-index: 1;
}
.year-timeline {
  margin-top: 20px;
}
.milestoneboxmain {
  background: #edfbfc;
  padding: 3rem 0;
  padding-top: 24rem;
  margin-top: -20rem;
}
.milestoneboxmain svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1701px) {
  .yearbtext {
    font-size: 180px;
  }
}
@media screen and (max-width: 1541px) {
  .yearbtext {
    font-size: 160px;
  }
}
@media screen and (max-width: 1280px) {
  .yearbtext {
    font-size: 150px;
  }
}
@media screen and (min-width: 992.5px) and (max-width: 1199.5px) {
  .yearbtext {
    font-size: 110px;
  }
}

@media screen and (max-width: 991.5px) {
  .yearbtext {
    font-size: 70px;
  }
  .year-slider-container .slick-next {
    left: 35%;
  }
  .yearslideritems p {
    margin-top: -1.5rem;
  }
  .journey-slidersection {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767.5px) {
  .yearbtext {
    font-size: 60px;
  }
  .journeysliderbox {
    padding: 1rem;
  }
  .year-timeline li {
    font-size: 12px;
  }
  .year-timeline li:before,
  .year-timeline ul {
    border-width: 1px;
  }
  .yearslideritems p {
    margin-top: 10px;
    max-width: 100%;
    margin-left: 0px;
  }
  .year-slider-container .slick-prev {
    left: 5%;
  }
  .year-slider-container .slick-next {
    left: 17.5%;
  }
  .year-slider-container .icon-arrow svg {
    width: 30px;
    height: 30px;
  }
}
/*about slider 17-10-24*/

@media (min-width: 1399px) and (max-width: 1599px) {
  .matex-about-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(7% - 1.5rem);
    transform: translateY(-50%);
  }
}

@media (max-width: 1024px) {
  .matex-about-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(7% - 1.5rem);
    transform: translateY(-50%);
  }
}

@media (min-width: 991px) {

  .about-story-text .btn-orange {
    margin-left: 52px;
    margin-bottom: 20px;
  }

  .pillars-value-box {
    width: 20%;
  }

  .value {
    float: right;
    font-weight: 700;
    margin-right: 140px;
    font-weight: bold;
  }
}

@media (max-width: 991px) {
  .matex-about-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(7% - 1.5rem);
    transform: translateY(-50%);
  }
  .vision-logos {
    margin-top: -5px;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .matex-about-story h2 {
    margin-top: 0px;
  }

  .matex-about-story .btn-orange {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .matex-about-story h2 {
    margin-top: 0px;
  }

  .matex-about-story .btn-orange {
    margin-left: 0px;
  }

  .matex-about-strength h2 {
    font-size: 1.5rem;
  }

  .matex-about-strength h3 {
    font-size: 1rem;
  }

  .matex-about-strength p {
    font-size: 0.85rem;
  }

  .matex-about-founder-section {
    flex-direction: column;
    text-align: center;
  }

  .matex-about-founder-text {
    padding-right: 10px;
    padding-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .matex-about-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(10% - 1.5rem);
    transform: translateY(-50%);
  }
}

/* about-page-end */

/*prodcu coal*/
.breadcurmbs-l .breadcrumb {
  margin-bottom: 0px;
  padding-top: 20px;
}
.breadcurmbs-l li,
.breadcurmbs-l a {
  color: var(--black);
  font-size: var(--text-18);
  font-weight: 400;
  text-decoration: none;
}
.breadcurmbs-l .breadcrumb-item.active {
  color: var(--black);
}
.breadcurmbs-l .breadcrumb-item + .breadcrumb-item::before {
  color: var(--black);
  content: "/";
}

.breadcurmbs-2 .breadcrumb-item + .breadcrumb-item::before {
  color: var(--black);
  content: "/";
}

.banner-productd > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-productde > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-textcoal > * {
  margin-top: 20px;
  color: var(--black) !important;
  margin-bottom: 30px;
}

.coal-tek-section-2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: rgb(22 106 156 / 10%);
}
.imgcoal-2 {
  margin-left: -1.15rem;
}

.keyfeatures {
  background-color: rgb(237 72 22 / 3%);
}
.keyfeatureitems {
  height: 100%;
}
.slick-gap-1 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.keyitemsflex {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  border: 2px solid #166a9c;
  border-radius: 10px;
  padding: 1.25rem;
  background-color: #E7F0F5;
  margin-bottom: 20px;
}
.slick-gap-1 .slick-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  width: var(--text-50);
  height: var(--text-small);
  background-color: rgb(2 89 140 / 20%);
  border-radius: 33px;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #02598c;
}
.keyfeatureslider .slick-dots {
  bottom: -35px;
}
.flex-1per {
  flex: 1 1 0%;
}
.keyfeatureslider.slick-initialized .slick-list {
  margin-bottom: 1rem;
}
.keyheadig {
  height: 4.5rem;
}

.spacing-xltop-bottom {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.banner-commm {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #115483;
}
.accordion-item {
  border-radius: 10px !important;
  overflow: hidden;
}
.accordion-button {
  color: #434343;
  font-weight: 600;
  font-size: var(--text-25);
}
.accordion.accordion-icon .accordion-header .accordion-button:before {
  content: "";
  background: var(--bs-gray-800) !important;
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 47%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  z-index: 9;
}
.accordion.accordion-icon .accordion-header .accordion-button:after {
  content: "";
  background: var(--bs-gray-800) !important;
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 47%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  z-index: 9;
}
.accordion.accordion-icon
  .accordion-header
  .accordion-button[aria-expanded="false"]:after {
  -webkit-transform: rotateZ(267deg);
  transform: rotateZ(267deg);
}
.accordion.accordion-icon
  .accordion-header
  .accordion-button[aria-expanded="true"]:before {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
}
.why-choose-cooltek .accordion-body > *,
.why-choose-cooltek .accordion-body {
  padding-top: 0px;
  font-size: var(--text-18);
}
.trustyitems {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 1rem;
  height: 100%;
}
.trustylogo {
  height: 75px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.accordion-icon .accordion-header {
  padding: 0px;
  border-radius: 0px;
}
.row {
  justify-content: inherit !important;
}
/*media query*/
@media screen and (min-width: 767.6px) {
  .banner-productd {
    height: 31.25vw;
    position: relative;
  }
  .banner-productde {
    height: 20.25vw;
    position: relative;
  }

  .banner-productd .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .banner-productde .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .banner-textcoal {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    width: 35%;
    text-wrap: balance;
  }
  .breadcurmbs-l li,
  .breadcurmbs-l a {
    color: var(--white);
  }
  .breadcurmbs-l .breadcrumb-item.active {
    color: var(--white);
  }
  .breadcurmbs-l .breadcrumb-item + .breadcrumb-item::before {
    color: var(--white);
  }
  .breadcurmbs-2 .breadcrumb-item + .breadcrumb-item::before {
    color: var(--black);
  }
  .banner-textcoal > * {
    margin: 0px !important;
    color: var(--white) !important;
  }
}

@media screen and (min-width: 767.5px) and (max-width: 991.5px) {
.auction-row > * {
  margin-bottom: var(--bs-gutter-y);
  width: 100%;
}
}
@media screen and (max-width: 767.5px) {
  .spacing-pt-3 {
    padding-top: 1.5rem;
  }
  .spacing-pb-3 {
    padding-bottom: 1rem;
  }
  .imgcoal-2 {
    /* width: 100px; */
    margin-left: -5px;
  }
  .spacing-xltop-bottom {
   /* padding-top: 3.5rem;
    padding-bottom: 3.5rem; */
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .keyheadig {
    height: 2.5rem;
  }
  
}

/* Surplustek  page start  */

.surplustek-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.surplustek-heroheading {
  line-height: 1.4;
}

.surplusTek-choose-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.surplusTek-heroheading {
  line-height: 1.4;
}

.custom-bg {
  background-color: #f8f8f8;
}

#key-benefits {
  /* position: relative;
  background: url("/wp-content/themes/Matex/assets/images/surplustek/Group683.png")
    no-repeat center center/cover;
  height: 500px; */
  background-color: #3e3a35;
}

.overlay-content {
  z-index: 2;
  padding: 20px;
}

.benefits-box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin-top: 20px;
}

.nav-tabs .nav-link {
  background-color: transparent;
  border: none;
  font-weight: bold;
  color: white;
  padding: 10px 20px;
}

.nav-tabs .nav-link.active {
  background-color: #f04e23;
  color: white;
  /* border-radius: 50px; */
}

#key-benefits .nav-item .nav-link.active {
  color: #fff !important;
}

#key-benefits .nav-tabs {
  border-bottom: none;
}

.text-white {
  color: white;
}

.key {
  margin-top: 5rem;
}

.background-image-container {
  background-image: url("/wp-content/themes/Matex/assets/images/surplustek/Group-688.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 85vh; /* Full height of the viewport */
  width: 100%;
}

.security-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40%;
  z-index: 1;
  color: var(--white);
}

.security-compliance-bg {
  background-image: url("/wp-content/themes/Matex/assets/images/valuetek/Group-688.jpg");
  width: 100%;
  min-height: 250px;
  height: auto;
  padding: 2rem 0;
}

.background-box {
  background-color: rgba(
    255,
    255,
    255,
    0.85
  ); /* White background with some transparency */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  color: #000;
}

.touch-btn {
  background-color: #f26023;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 45px;
  cursor: pointer;
  margin-top: 1rem;
  align-self: flex-end;
}

.Why-Choose-SurplusTek .accordion-body > *,
.Why-Choose-SurplusTek .accordion-body {
  padding-top: 0px;
  font-size: var(--text-18);
}

.how-it-works {
  text-align: center;
}

.step-icon {
  font-size: 2rem;
  background-color: white;
  color: #02598c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem;
}

.steps-list .col-md-3 {
  margin-bottom: 2rem;
}

/* Surplustek  page end  */

@media (max-width: 480px) {
  .security-content {
    width: 90%;
  }
  .management-content {
    max-width: none;
    width: 90%;
  }
  .scrap-bg-container {
    min-height: unset;
    background-size: cover;
  }
  .scrap-overlay {
    width: 90%;
    float: unset;
  }
}

/* transporttek  page start  */

.transporttek-herobanner-position {
  position: absolute;
  top: 50%;
  left: calc(11% - 1.5rem);
  transform: translateY(-50%);
}

.transporttek-heroheading {
  line-height: 1.4;
}

.feature-back {
  background-color: #fef9f8;
}

.accordion-item {
  border-radius: 10px !important;
  overflow: hidden;
}
.accordion-button {
  color: #434343;
  font-weight: 600;
  font-size: var(--text-25);
}
.accordion.accordion-icon .accordion-header .accordion-button:before {
  content: "";
  background: var(--bs-gray-800) !important;
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 47%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  z-index: 9;
}
.accordion.accordion-icon .accordion-header .accordion-button:after {
  content: "";
  background: var(--bs-gray-800) !important;
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 47%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  z-index: 9;
}
.accordion.accordion-icon
  .accordion-header
  .accordion-button[aria-expanded="false"]:after {
  -webkit-transform: rotateZ(267deg);
  transform: rotateZ(267deg);
}
.accordion.accordion-icon
  .accordion-header
  .accordion-button[aria-expanded="true"]:before {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
}
.why-choose-cooltek .accordion-body > *,
.why-choose-cooltek .accordion-body {
  padding-top: 0px;
  font-size: var(--text-18);
}

/* transporttek  page end  */

/*tech behind us*/
.tech-full {
  background: linear-gradient(to bottom, #e7f0f5 70%, #fff 30%);
}

.techessentials {
  background-color: var(--grey-bg);
  padding-top: var(--space-l4-lg);
  padding-bottom: var(--space-l4-lg);
}

.techessentials h2 {
  color: #000000;
  font-size: var(--text-50);
  margin-bottom: var(--space-l3-lg);
}

.techessentials .card {
  background-color: var(--white);
  border-radius: var(--radius12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.techessentials .card-body {
  padding: var(--space-l4-lg);
}

.techessentials .card img {
  width: 60px;
  height: 60px;
  margin-bottom: var(--space-list-items);
}

.techessentials .card-title {
  font-size: var(--text-30);
  color: #000;
  margin-bottom: 1rem;
}

.techessentials .card-text {
  color: var(--black2);
  line-height: 1.6;
}

.techessentials .card-body img {
  float: right;
  width: 5rem;
}

.techessentials-us {
  display: inline-block;
  color: #000;
  width: 100%;
  text-align: left;
}

.techessentials-letter {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px #00000029;
}

.banner-commm {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
 /* background-attachment: fixed; */
}

.banner-accordioncmn {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #115483;
  background-attachment: fixed;
}

.techlayersbox {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}

.techlayer-content {
  padding: 20px;
  margin-left: 10px;
}

.techrobust {
  padding-top: var(--space-l4-lg);
  padding-bottom: var(--space-l4-lg);
}

.techrobust h2 {
  color: #000000;
  font-size: var(--text-50);
  margin-bottom: var(--space-l3-lg);
}

.techrobust .card {
  background-color: var(--white);
  border-radius: var(--radius12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.techrobust .card-body {
  padding: var(--space-l4-lg);
}

.techrobust .card img {
  width: 60px;
  height: 60px;
  margin-bottom: var(--space-list-items);
}

.techrobust .card-title {
  font-size: var(--text-30);
  color: #000;
  margin-bottom: 1rem;
}

.techrobust .card-text {
  color: var(--black2);
  line-height: 1.6;
}

.techrobust .card-body img {
  float: right;
  width: 5rem;
}

.techrobust-us {
  display: inline-block;
  color: #000;
  width: 100%;
  text-align: left;
}

.techrobust-letter {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px #00000029;
}

.techrobust-boxes {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  /*.techlayer-col {
    margin-bottom: 35px;
  }*/
.techsboxe1 {
    margin-bottom: 30px;
}
  .matex-about-founder {
    background: linear-gradient(to top, #e7f0f5 85%, #fff 30%);
}

}

.banner-commm2 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #3e3a35;
}

.asset-tek-logo1 {
  width: 45%;
}

.asset-tek-para1 {
  margin-top: 15px;
}

.techlayersbox {
  background-color: #fff;
  color: #166a9c;
  border-radius: 10px;
}

.techlayer-content {
  padding: 20px;
  text-align: center;
}

.howitworks {
  padding: 3rem 0;
  background-color: #f0f8ff;
  text-align: center;
}

.howit-col {
  color: #000000;
}

.number-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.number-icon {
  font-size: 2rem;
  background-color: white;
  color: #02598c;
  font-weight: bold;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100px;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-style: italic;
}

.howitworks-para {
  font-size: var(--text-18);
}

.service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  color: #fff;
  border-bottom: 1px solid white;
  padding-bottom: 1.5rem;
}
.service-item img {
  width: 60px;
  height: 70px;
  margin-right: 30px;
  margin-top: 5px;
}
.service-item h5 {
  font-weight: 600;
  font-size: var(--text-30);
}
.service-item p {
  margin: 0;
  font-size: var(--text-20);
}

.assestek-securitybox {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}

.securitybox-content {
  padding: 20px;
  margin-left: 15px;
}

.assetgtapara {
  margin-left: 65px;
}

.asset-ss-headig {
  margin-top: 130px;
  height: 3rem;
}

.key-ssfeatureitems {
  height: 350px;
}


@media (max-width: 1024px) {
  .key-ssfeatureitems {
    height: 300px;
  }

  .asset-ss-headig {
    margin-top: 100px;
    height: 3rem;
  }
}

@media (max-width: 991px) {
  /* .techlayersbox {
    margin-bottom: 30px;
  } */
  .howit-col {
    margin-bottom: 25px;
  }

  .assest-col {
    margin-bottom: 30px;
  }

  .assetgtapara {
    margin-left: 0px;
  }

  .key-ssfeatureitems {
    height: 270px;
  }

  .asset-ss-headig {
    margin-top: 90px;
    height: 3rem;
  }
}

@media (max-width: 768px) {
  .key-ssfeatureitems {
    height: 250px;
  }
  .asset-ss-headig {
    margin-top: 85px;
    height: 2rem;
  }
  .matex-about-founder {
    background: linear-gradient(to top, #e7f0f5 92%, #fff 30%);
}
}

@media (max-width: 576px) {
.matex-about-founder {
    background: linear-gradient(to top, #e7f0f5 93%, #fff 30%);
}
}

@media (max-width: 767.5px) {
  .key-ssfeatureitems {
    height: 150px;
  }
  .asset-ss-headig {
    margin-top: 10px;
    height: 2rem;
  }
  .assest-col {
        margin-bottom: 25px;
    }
   .head-com {
    margin-top: 10px;
}
.howitworks {
    padding: 2rem;
    margin-bottom: -50px;
}
    .journey-slidersection {
        padding-top: 1rem;
    }
}

/*home slider praba*/
.digital-products0buying {
  background: linear-gradient(180deg, #fff 40%, rgb(22 106 156 / 30%) 40%);
}
.digital-products0buying2 {
  background: linear-gradient(180deg, #fff 40%, rgb(214 214 214 / 30%) 40%);
}
.orangecolor {
  color: var(--global-color);
}
.buying-slider-container {
  width: 95%;
  margin: 0 auto;
}
.matex-chart
{
  width: 95%;
  margin: 0 auto;
}
.buying-slider {
  margin-left: -20px;
  margin-right: -20px;
}
.buying-slider .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}
.items-buying .buyingimage-1 {
  margin-bottom: 1rem;
}
.teckimages > img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 70%;
}
.text-carousel {
  height: 6.5vw;
  margin-bottom: 10px;
}
.texkbuttons {
  display: flex;
  flex-wrap: nowrap;
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  gap: 10px;
  justify-content: center;
}
.texkbuttons > * {
  flex: 0 0 50%;
}
.buying-slider.slick-dotted.slick-slider {
  margin-bottom: 20px !important;
}
.sliderdots .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.sliderdots .slick-dots li {
  background: transparent;
  border: 2px solid #464749;
  border-radius: 9999px;
  width: var(--text-16);
  height: var(--text-16);
}
.sliderdots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.sliderdots .slick-dots li.slick-active {
  background-color: #464749;
}
.buying-slider .slick-prev,
.buying-slider .slick-next {
  top: 29.5%;
}
.sliderdots .slick-prev:before,
.sliderdots .slick-next:before {
  display: none;
}
.buying-slider .slick-next {
  right: -35px;
}
.buying-slider .slick-prev {
  left: -35px;
}
.matex-footer-bottom p {
  margin-bottom: 0px;
}
.content-box p.fs-25w {
  height: 7.25vw;
}
.teckimages {
  height: 40px;
  width: 70%;
  margin: 0 auto;
}
.vendor-category-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.5px) {
  .buying-slider .slick-next {
    right: 0px;
  }
  .buying-slider .slick-prev {
    left: 0px;
  }
  .text-carousel {
    height: calc(2 * 1.85rem);
    margin-bottom: 10px;
  }
  .buying-slider .slick-prev,
  .buying-slider .slick-next {
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-shadow: 0px 2px 4px #00000029;
  }
  .buying-slider .slick-prev,
  .buying-slider .slick-next {
    top: 32%;
  }
  .content-box p.fs-25w {
    height: calc(2 * 3rem);
  }
  .buying-slider .slick-prev img,
  .buying-slider .slick-next img {
    width: 12px;
  }
}
.header-productmenu {
  background-color: #e7f0f5;
  text-align: center;
  color: #00598c;
  padding: 14px 0;
}
.produtmenuitems-list > .row {
  color: currentColor;
  text-decoration: none;
}
.produtmenuitems-list > .row:not(:last-child) {
  margin-bottom: 1.25rem;
}
.produtmenuitems-list {
  padding: 30px;
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  body {
    padding-top: 70px;
}
  .header-wrap {
    height: 70px;
  }
  .buying-slider-container {
    width: 90%;
    margin: 0 auto;
}
.teckimages {
  height: 40px !important;
  width: 85%;
  margin: 0 auto;
}
.btn-gobal-btn, .btn-gobal-btnblue
{
  padding: 12px 20px;
}
.matex-home-brands-title {
  text-align: center;
  margin-bottom: 25px;
}
.text-carousel {
  height: 6vw;
}
.matex-chart
{
  width: 90%;
  margin: 0 auto;
  display: block;
} 
.vendor-cards {
  margin-bottom: 10px;
}
.matex-about-pillars-values {
  padding-top: 150px;
  padding-bottom: 60px;
}
.journey-slidersection {
  padding-top: 1rem;
}
.spacing-pt-3 {
  padding-top: 2rem;
}
.spacing-pb-3 {
  padding-bottom: 2rem;
}
.ongoing-auctions {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.success-storie-section {
  padding: 15px 0;
}
.spacing-xltop-bottom {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.why-choose-procteck {
  padding-top: 30px;
  padding-bottom: 30px;
}
.coal-tek-section-2 {
  padding-top: 2rem;
}
.howitworks {
  padding: 2rem 0;
}
.matex-about-strength {
  margin-bottom: 20px;
}
.matex-about-founder {
  margin-bottom: 25px;
}
}
@media (min-width: 991.6px) {
  .header-wrap .navbar .navbar-nav > .nav-item #ProductsMenu ~ .submenulists {
    width: 75vw;
    padding: 0;
    transition: all 0.5s ease;
    padding: 0px;
    border-radius: 20px;
    margin-top: 20px;
    overflow: hidden;
  }

  .products-wrap > .row > *:not(:last-child) .produtmenuitems-list {
    border-right: 4px solid #e7f0f5;
  }
}
@media (max-width: 767.5px) {
  .navbar-expand-lg .navbar-nav #ProductsMenu ~ .dropdown-menu {
    padding: 0;
  }
  .produtmenuitems-list {
    padding: 15px;
  }
  .produtcmelogo {
    width: 120px;
  }
}

.newsletter-section .wpcf7 p {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 0px;
}
.newsletter-section .wpcf7 p > span:first-child {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.newsletter-section .wpcf7 input:not([disabled]):not([type="submit"]) {
  border-radius: 30px;
  /* padding-right: 9vw; */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 44px;
}
.newsletter-section
  .wpcf7
  input:not([disabled]):not([type="submit"])
  ~ .wpcf7-not-valid-tip {
  padding: 2px;
  width: 100%;
  margin-top: 2px;
  font-size: var(--text-16);
  color: #fff;
}
.newsletter-section .wpcf7-form input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -7px;
  z-index: 1;
  height: 44px;
}
.newsletter-section .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-form p ~ .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-form.sent p ~ .wpcf7-response-output {
  margin: 0;
  display: block;
  font-weight: bold;
  font-size: var(--text-20);
  margin-top: 10px;
  padding: 5px;
  width: 100%;
  text-align: center;
  /* background: var(--white); */
  color: var(--green);
  /* border-radius: 20px; */
  border: none;
  /* padding: 0 10px; */
  margin-left: 10px;
  margin-right: 10px;
}

/*ongoing*/
:root {
  --themeblue: #166a9c;
}
.ongoing-auctions {
  background: var(--themeblue);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.view-austionheading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.headingauction {
  font-weight: bold;
  font-size: var(--text-50);
  color: var(--white);
}
.auctionheadingbtn {
  flex: 0 0 calc(25% - 1rem);
  width: calc(25% - 1rem);
}

.auction-row {
  --bs-gutter-y: 1.5rem;
  --bs-gutter-x: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-top: calc(-1 * var(--bs-gutter-y));
}
.auction-row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  width: 100%;
}
.auction-items-mainbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  color: #000;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
}
.flex-1per {
  flex: 1 1 0%;
}
.auctiomnimga {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  --tw-aspect-w: 1;
  --tw-aspect-h: 1;
  flex-shrink: 0;
  padding-bottom: 94.56%;
  background: var(--white);
}
.auctiomnimga > img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.auctioninlinebox-list {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
.listheadauction {
  margin-bottom: 1rem;
}
.listheadauction span {
  font-size: var(--text-25) !important;
  font-weight: 500;
  color: var(--black);
  display: block;
  line-height: 1.2;
  font-weight: 600;
}
.listactionpara {
  font-size: var(--text-20);
  font-weight: 400;
  color: var(--black);
  display: block;
  line-height: 1.4;
  flex: 1 1 0%;
}
.listactionpara-light {
  font-size: var(--text-18);
  font-weight: 300;
  color: var(--black);
  display: block;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
.borderauction {
  border: 1px dashed #166A9C;
  margin: 30px 0;
  position: relative;
}
.borderauction:before {
  width: 20px;
  height: 20px;
  background-color: var(--themeblue);
  border-radius: 100%;
  position: absolute;
  left: -25px;
  content: "";
  top: -10px;
}
.borderauction:after {
  width: 20px;
  height: 20px;
  background-color: var(--themeblue);
  border-radius: 100%;
  position: absolute;
  right: -25px;
  content: "";
  top: -10px;
}
.auctionbtn-list {
  margin-top: inherit;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.auctionbtn-list a {
  position: absolute;
  text-align: center;
  bottom: -25px;
  }
.auctionbtn-list > a {
  width: auto;
}
/*media query*/
@media screen and (min-width: 767.6px) {
  .auction-row > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 991.6px) {
  .auction-row > * {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media screen and (max-width: 991.5px) {
  .auctionheadingbtn {
    flex: 0 0 40%;
    width: 40%;
  }
}
@media screen and (max-width: 767.5px) {
  .auctionheadingbtn {
    flex: 0 0 40%;
    width: 40%;
  }
  .auctionheadingbtn .btn-gobal-btn {
    padding: 12px 10px;
  }
  .auction-row > * {
    flex: 0 0 45%;
    width: 45%;
  }
  .listactionpara {
    /* height: 3.5rem;
  flex: 0 0 auto; */
    flex: 0 0 auto;
    flex-grow: 111;
  }
  .auction-row {
    --bs-gutter-x: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .listactionpara-light {
    flex-grow: 1;
  }
  .ongoing-auctions {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.vendor-section {
    background: linear-gradient(to bottom, #ededed 91%, #fff 30%);
    padding: 19px 0;
}
.view-austionheading {
  margin-bottom: 1rem;
}
}

/*end home*/

/*contact us map section*/
.map-section-interact{
  position: relative;
}
.map-section-interact .container{
  pointer-events: none;
}
.panindain-presence {
  position: relative;
}
.svg-interact{
  position: relative;
}
.svg-interact svg{
  width: 100%;
  height: 100%;
}
.bluetextpan{
  color: #05548F;
}

.presence-section{
    padding-top: 2rem;
}
.lightbluetextpan{
  color: #3296E2;
}
.headquarterbox{
  border: 2px solid #05548F;
  border-radius: 16px;
  padding: 0.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  font-size:10.5px;
  gap: 8px;
  position: absolute;
  background: var(--white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: none;
  width: 170px;
  z-index: 11;
}
.numberheadquar{
  flex: 0 0 auto;
}
#headquertchennai{
  top: 53% !important;
  left: 67.75% !important;
}
#headquertbangalore{
  top: 55% !important;
  left: 55.75% !important;
}
#headquertmadurai{
  top: 61% !important;
  left: 57.75% !important;
}
#headquertcoimbatore{
  top: 59% !important;
  left: 57.75% !important;
}
#headquerthydrabad{
  top: 48% !important;
  left: 57.75% !important; 
}
#headquertAhmedabad{
  top: 34% !important;
  left: 51.75% !important;
}
#headquertBhubaneswar{
  top: 39% !important;
  left: 66.75% !important;
}
#headquertKolkata{
  top: 35% !important;
  left: 67.75% !important;
}
#headquertBhopal{
  top: 34% !important;
  left: 55.75% !important;
}
#headquertPune{
  top: 41% !important;
  left: 53.75% !important;
}
#headquertRaipur{
  top: 39% !important;
  left: 59.75% !important;
}
#headquertMumbai{
  top: 41% !important;
  left: 53.75% !important;
}
#headquertNoida {
   top: 37% !important;
   left: 48.75% !important;
}
#headquertNewDelhi{
  top: 23% !important;
  left: 56.75% !important;
}
#headquertChandigarh{
  top: 28% !important;
  left: 64.75% !important; 
}
#headquertUAE{
  top: 57% !important;
  left: 39.75% !important;
}
#headquertUAE{
  top: 57% !important;
  left: 39.75% !important;
}
#headquertBangladesh{
  top: 57% !important;
  left: 42.75% !important; 
}
#headquertMalaysia{
  top: 60% !important;
  left: 44.75% !important; 
}
#headquertEgypt{
  top: 56% !important;
  left: 35.75% !important;  
}
#headquertSrilanka{
  top: 74% !important;
  left: 40.75% !important;
}
#headquertKSA{
  top: 72% !important;
  left: 36.75% !important;
}
.headquarterbox.openbox {
  display: flex;
}
.mobileindiasvg{
  position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: 100vw;
    opacity: .5;
    margin: -136px -15px;
}
.panworldsvg{
  position: absolute;
  z-index: -1;
  width: calc(100% + 30px);
  height: 44vw;
  opacity: .5;
  margin: 0px -15px;
}
@media (max-width: 991.5px) and (min-width: 767.6px) {
  .mobileindiasvg {
    height: 57vw;
  }
}
@media (min-width: 991.6px) {
  .presence-section{
    width: 40%;
  }
  .map-section-interact .container{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
  }
}
/*end contact us map section*/

/*Form css*/
.contact-section .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.wpcf7-form input:not([disabled]):not([type="submit"]),
.wpcf7-form select,
.wpcf7-form textarea {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  padding: 8px 12px;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  font-size: var(--text-20);
  color: #333333;
}
.wpcf7-form select{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M29.604 10.528 17.531 23.356a2.102 2.102 0 0 1-3.062 0L2.396 10.528c-.907-.964-.224-2.546 1.1-2.546h25.008c1.324 0 2.007 1.582 1.1 2.546z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radiobox"] {
  width: auto !important;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0px;
}
.contact-section .wpcf7-form p {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 10px;
}
.contact-section .wpcf7-form p:nth-child(6) {
  flex: 0 0 100%;
  width: 100%;
}
.wpcf7-form input[type="submit"] {
  font-size: var(--text-16);
  background: var(--global-color);
  border-radius: 53px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  text-decoration: none;
  outline: 0;
  border: 0;
  font-weight: bold;
}
.body-content-wrapmodal .wpcf7-form p:nth-child(6),
.body-content-wrapmodal .wpcf7-form p:nth-child(7) {
  width: 100%;
  flex: 0 0 100%;
}
.body-content-wrapmodal .wpcf7-form p:nth-child(7) input[type="submit"] {
  width: auto !important;
}
.body-content-wrapmodal .wpcf7-form p:nth-child(7) {
  text-align: center;
}
.body-content-wrapmodal .wpcf7 .wpcf7-form.sent p ~ .wpcf7-response-output,.apply-back .wpcf7 .wpcf7-form.sent p ~ .wpcf7-response-output,.internship-back .wpcf7 .wpcf7-form.sent p ~ .wpcf7-response-output {
  font-size: var(--text-40);
  color: var(--black);
}
@media screen and (min-width: 767.6px) {
  .apply-back .wpcf7 .wpcf7-form.sent p ~ .wpcf7-response-output,.internship-back .wpcf7 .wpcf7-form.sent p ~ .wpcf7-response-output{
    width: 65%;
    text-align: left;
  }
}
.internship-back .wpcf7 .wpcf7-form.sent p {
  display: none;
}

/*applky form*/
.apply-back span.wpcf7-form-control-wrap[data-name="Choosefile"]:before {
  content: "Upload Your Updated Resume";
  margin-bottom: 9px;
  display: inline-block;
  font-size: var(--text-20);
}
.apply-back span.wpcf7-form-control-wrap[data-name="Choosefile"]:before {
  content: "Upload Your Updated Resume";
  margin-bottom: 9px;
  display: inline-block;
  font-size: var(--text-20);
}
.internship-back .wpcf7 p:nth-child(12) span.wpcf7-form-control-wrap[data-name="Choosefile"]:before {
  content: "Upload Your Updated Resume";
  margin-bottom: 9px;
  display: inline-block;
  font-size: var(--text-20);
}
.internship-back .wpcf7 p:nth-child(13) span.wpcf7-form-control-wrap[data-name="Choosefile"]:before {
  content: "Upload Authorization Letter from College";
  margin-bottom: 9px;
  display: inline-block;
  font-size: var(--text-20);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.wpcf7 p {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 10px;
}

/*form css end*/
/* button code christopher */

.success-btn {
  margin-bottom: -2rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: absolute;
  bottom: 10px;
}

.apply-btn {
  border-radius: 45px;
  align-self: flex-end;
}

.benefit-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefit-row {
  display: flex;
  align-items: center;
}

.label-benefit {
  flex: 1;
  text-align: left;
  margin-right: 10px;
}

.benefitcolons {
  margin-right: 10px;
}

.value-benefits {
  text-align: left;
  flex: 1;
}

.value-benefits {
  font-weight: bold;
}

.bg-dim {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  min-height: 14rem;
}

.success-content-box {
  margin-top: -2px;
  min-height: 14rem;
}

.success-inner-content {
  margin-top: -6rem;
  position: relative;
  z-index: 102;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sucess-box-logo {
  text-align: right;
  padding-right: 21px;
}

.sucess-box-logo > img {
  max-width: 100%;
  height: auto;
}

.sucess-box-logo {
  width: 150px;
  margin-left: auto;
}

.know-more-btnss {
  position: absolute;
  bottom: 0px;
  left: 20px;
  transform: translateY(50%);
}

.ahead-benefits-right li {
  margin-bottom: 10px;
}

@media screen and (min-width: 767.6px) {
  .banner-textsuccess {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    width: 100%;
    color: white;
  }
}

@media screen and (max-width: 767px) {
  .banner-textsuccess {
    color: black;
  }
}

@media screen and (min-width: 1700px) {
  .label-benefit {
    flex: 2;
    text-align: left;
  }

  .matex-ahead-solution-box {
    height: 100%;
    padding-right: 30px;
  }
  .bg-dim {
    min-height: 20rem;
  }
}

@media screen and (min-width: 1550px) {
  .sucess-logo-img {
    position: absolute;
    top: 170px;
    right: 35px;
    width: 100px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .label-benefit {
    flex: 2;
    text-align: left;
    /* margin-right: 32px; */
  }
}

.matex-protect-cluster-section {
  background-color: #eeeeee;
}

.why-choose-procteck {
  background-color: #eeeeee;
  padding-top: 50px;
  padding-bottom: 50px;
}

.matex-offer-left-title {
  margin-top: 10px;
}

.assetgtapara {
  margin-left: 65px;
}

.proc-offerrow {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* .matex-stat-box .col-md-6:nth-child(-n+6) .fact-box {
  border-bottom: 1px dashed #C1C8CC;
} */

.fact-box-content {
  min-height: 150px;
}

.matex-fact-box {
  margin-top: 50px;
  margin-bottom: -30px;
}

.fact-box-content {
  display: flex;
}

.fact-logo {
/* width: 100px; */
height: 60px;
margin-top: 20px;
margin-right: 20px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fact-box-content {
    min-height: 140px;
  }
  .fact-logo {
    /* width: 75px; */
    height: 55px;
    margin-top: 15px;
    margin-right: 20px;
}
}

@media screen and (min-width: 992px) {
  .rating-procteck {
    padding-bottom: 130px;
    padding-top: 60px;
  }

  .bn-left {
    margin-left: 52px;
   }
}

@media screen and (max-width: 991px) {
  .fact-box-content {
    min-height: 120px;
  }

  .assetgtapara {
    margin-left: 0px;
  }
  .fact-logo {
    /* width: 100px; */
    height: 45px;
    margin-top: 10px;
    margin-right: 20px;
}

}

.matex-stat-box .col-md-6:nth-child(-n + 6) .fact-box {
  border-bottom: 1px dashed #c1c8cc;
}

@media (min-width: 768.5px) {
  .matex-stat-box .col-md-6:nth-last-child(1) .fact-box,
  .matex-stat-box .col-md-6:nth-last-child(2) .fact-box {
    border-bottom: none;
  }

}

@media (max-width: 768px) {
  .fact-box-content {
     display: block; 
  }
}

@media (max-width: 767px) {
  /* .matex-stat-box .col-md-6:not(:last-child) .fact-box {
    border-bottom: 1px dashed #c1c8cc;
  } */
  .matex-stat-box .col-md-6:last-child .fact-box,
  .matex-stat-box .col-md-6:nth-last-child(2) .fact-box {
      border-bottom: none; 
  }
  
  .fact-box-content {
    min-height: 160px;
  }
  .fact-logo {
    width: 2.5rem;
height: 50px;
margin-top: 0px;
margin-right: 0px;
}
.matex-fact-box {
   /* margin-top: 40px;
    margin-bottom: -35px; */
    margin-top: 30px;
    margin-bottom: -50px;
}
   .proc-ratings {
        position: relative;
        background-color: rgba(0, 0, 0, 0.5); 
        background-blend-mode: darken;
    }
}
/*christopher font size*/
section#sellingSection p {
  font-size: var(--text-25);
}

.career-opening {
    margin-bottom: 2.5rem;
}

.terms-back{
  background-color: #D6D6D6;
}

.terms-heading{
  color: #000 !important;
text-decoration: none;
}

.career-opening {
    margin-bottom: 2.5rem;
}

.banner-successin > img {
  width: 100%;
  height: 75%;
  object-fit: cover;
}

@media screen and (min-width: 767.6px) {
  .banner-textsuccess {
      position: absolute;
      top: 35%;
      left: auto;
      transform: translateY(-50%);
      width: 100%;
      color: white;
  }
}

.matex-ssinner-logo {
  width: 140px;
    height: 25px;
}

.matex-ssother-logo {
  width: 130px;
  margin-top: 5px;
}

.success-content-box {
  margin-top: -2px;
  min-height: 14rem;
}

.banner-innerss {
  margin-bottom: -100px;
}

.matex-ssasset-logo {
  width: 130px
}

.banner-successin > img {
  width: 100%;
  height: 75%;
  object-fit: cover;
}

.banner-innerss {
  margin-bottom: -100px;
}

.success-innerimg {
  height: 75% !important;
}

@media screen and (max-width: 576px) {
.retailproduct-btn
{
  display: inline-grid;
}
.retailproduct-btn a
{
  margin-top: 6px;
}

}
@media screen and (max-width: 436px) {
    .header-wrap .navbar .bg-boxblenav li.nav-item a.nav-link {
    font-weight: 400;
    font-size: 11px;
}
.header-wrap .navbar .navbar-nav>.nav-item {
        padding: 0px 4px !important;
    }
.item-last {
    margin-right: -5px;
}
.navbar-brand > img {
        width: 65px;
        height: auto;
    }
.navbar-brand > img {
        width: 65px;
        height: auto;
    }
.svghelp img {
        width: 16px;
    }
}

@media screen and (min-width: 767.6px) {
  .banner-textsuccess1 {
      position: absolute;
      top: 7%;
      left: auto;
      transform: translateY(-150%);
      width: 100%;
      color: white;
  }
}

@media screen and (min-width: 767.6px) {
  .banner-textsuccess {
      position: absolute;
      top: 35%;
      left: auto;
      transform: translateY(-50%);
      width: 100%;
      color: white;
  }
}

@media screen and (max-width: 767px) {
     .board-btn {
    padding: 20px 60px;
    margin-top: 4rem;
    margin-right: 1rem;
}

.team-btn {
    padding: 20px 60px;
    margin-top: 4rem;
}
.helpned {
    gap: .3rem;
}
}

@media screen and (max-width: 576px) {
   .board-btn {
    width: 100%;
    margin-top: 2rem;
    margin-right: 0rem;
}

.team-btn {
    width: 100%;
    margin-top: 2rem;
}

.board-full {
    background: linear-gradient(to bottom, #e7f0f5 100%, #fff 30%);
    padding-bottom: 25px;
}
}

.matex-ahead-scraptek-container {
  background-color: #4CD9E2;
  color: var(--white);
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.iec-certificate-images {
  width: 75%;
}

.resource-row {
  margin-top: 2.5rem !important;
 }

 .bd-active {
  background-color: #05548F; 
  color: #fff;
}

 .image-cc {
  margin-bottom: 1.1rem !important;
 }

 @media screen and (max-width: 768px) {
  .coal-tek-section-2 {
    padding-top: 2rem;
}
.matex-about-pillars-card {
  padding: 30px;
}
.vision-logos {
  margin-top: 0px;
  margin-left: 20px;
}
/* .techlayer-col {
  margin-bottom: -10px;
} */
.techsboxe1 {
  margin-bottom: 20px;
}
.sd-row {
  margin-top: 0px !important;
}
.matex-about-pillars-values {
  background-color: #00c4d0;
  padding-top: 110px;
  padding-bottom: 70px;
}
.matex-about-strength {
  margin-bottom: 25px;
}
.matex-about-pillars-value-title {
  margin-bottom: 40px;
  margin-top: 0px;
}
.matex-about-founder {
  margin-bottom: 25px;
}
.matex-company-contents {
  padding-top: 40px;
  padding-bottom: 20px;
}
.btm-certificate {
  margin-bottom: 20px !important;
}
.matex-protect-info {
  padding: 30px 0;
}
.why-choose-procteck {
 /* padding-top: 40px;
  padding-bottom: 25px; */
  padding-top: 25px;
  padding-bottom: 1px;
}
.fact-box-content {
  min-height: 145px;
}
.matex-leadership-team-card {
    text-align: left;
    margin-bottom: 25px;
}
.opening {
    padding-top: 0.5rem;
    margin-bottom: 0rem;
}
.capital-right {
    margin-bottom: -15px;
}

}
.cnnbr {
    color: #202834;
}

.bg-container {
  background-image: url('assets/images/home/MaskGroup92.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 570px;
  position: relative; 
}
.factory-content ul {
  list-style: none;
  padding: 0;
}

.factory-content li {
  background: white;
  color: black;
  border-radius: 5px;
  padding: 0.55rem 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
.tex-herobanner-position {
padding: 10px;
}

.bg-container {
    height: 400px;
}

}

.feature-box {
    border: 2px solid #166a9c;
    padding: 15px;
    border-radius: 5px;
    background-color: #E7F0F5;
}

.custom-border {
    border: 2px solid #166a9c !important;
    border-radius: 5px;
    padding: 15px;
    background-color: #E7F0F5;
}

.bg-container3 {
  background-image: url('/wp-content/themes/Matex/assets/images/home/home-bg.jpg'); /* Replace with actual path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 40px 20px;
  border-radius: 8px;
  height: 570px;
}


/* White box styling */
.white-box-wrapb {
  background-color: white;
  color: var(--black);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 55%;
}
.wrap-balance{
  text-wrap: balance;
}

/* Links styling */
a {
  color: #ffffff;
  text-decoration: underline;
}

.imd:hover {
  color: white;
}
.clsbtnpop{
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px !important;
  margin: 0;
  opacity: 1;
}
#popModalOsvs .modal-dialog{
  max-width: 100%;
}
#popModalOsvs .modal-content{
  background: transparent;
  border: none;
  box-shadow: none;
}


@media screen and (max-width: 1023px)  {
  .bg-container3 {
    padding: 20px 20px;
    border-radius: 8px;
    height: 670px;
  }
  .white-box-wrapb{
    max-width: 100%;
  }
  
}

.autoft-full {
  background: #e7f0f5;
}

.service-full {
  background: linear-gradient(to bottom, #e7f0f5 60%, #fff 40%);
}

.our-service .card-text {
  font-size: var(--text-25);
  color: var(--black2);
  line-height: 1.4;
}

.work-full {
  background: linear-gradient(to bottom, #e7f0f5 60%, #fff 30%);
}

.our-service h2 {
  color: #000000;
  font-size: var(--text-50);
  margin-bottom: var(--space-l3-lg);
}

.our-service .card-title {
  font-size: var(--text-30);
  color: #000;
  margin-bottom: 1rem;
}

.our-service .card-body {
  padding: var(--space-l4-lg);
}

.client-section {
  background-color: #f0f9ff;
  padding: 60px 0;
}

.client-card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px;
  background-color: white;
}

.client-logo {
  height: 70px;
  width: 180px;
  object-fit: contain;
}

@media screen and (max-width: 1199px) {
  .client-logo {
      height: 70px;
      width: 150px;
  }

  .client-section {
      padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .ssboxes {
      padding-bottom: 20px;
  }
  .w-70
  {
    width: 100%;
  }
}

@media screen and (max-width: 572px) {
  .client-logo {
      height: 70px;
      width: 100%;
  }

  .service-full {
      padding-bottom: 45px;
      padding-top: 40px;
  }

  .client-section {
      padding: 50px 0;
  }
}

.gold-section {
  background: #e7f0f5;
  padding: 60px 0px;
}

.trusted-section {
  background-color: #EFF8FF;
  padding: 50px 0;
}

.trusted-title {
  font-weight: bold;
  font-size: 24px;
}

.trusted-text {
  color: #000;

}

.trust-items {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffff;
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
}

.trust-logo {
  height: 75px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1400px) {
  .trust-items {
      background: #ffffff 0% 0% no-repeat padding-box;
      border: 1px solid #dbdbdb;
      border-radius: 10px;
      padding: 2rem;
      height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .trust-items {
      padding: 1.5rem;

  }

  .trust-logo {
      height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .trust-items {
      padding: 1.5rem 1rem 1.5rem 1rem;
  }
  .gold-section {
padding: 50px 0px;
}
.trusted-section {
padding: 45px 0;
}
}

@media screen and (max-width: 572px) {
  .trust-items {
      padding: 1rem;
  }

  .trust-logo {
      height: 35px;
      display: flex;
      justify-content: center;
  }
  .gold-section {
padding: 45px 0px;
}
.trusted-section {
padding: 40px 0;
}
}
@media (max-width: 480px) {

}
.bg-container3 {
  background-color: #0000ff; /* solid blue */
  border-radius: 0.75rem;
}

